diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index e0a670e2459..35236164f40 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= at-spi2-core -PORTVERSION= 2.50.0 +PORTVERSION= 2.50.1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/accessibility/at-spi2-core/distinfo b/accessibility/at-spi2-core/distinfo index 74843f37005..e5077364216 100644 --- a/accessibility/at-spi2-core/distinfo +++ b/accessibility/at-spi2-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694814460 -SHA256 (gnome/at-spi2-core-2.50.0.tar.xz) = e9f5a8c8235c9dd963b2171de9120301129c677dde933955e1df618b949c4adc -SIZE (gnome/at-spi2-core-2.50.0.tar.xz) = 567664 +TIMESTAMP = 1704535195 +SHA256 (gnome/at-spi2-core-2.50.1.tar.xz) = 5727b5c0687ac57ba8040e79bd6731b714a36b8fcf32190f236b8fb3698789e7 +SIZE (gnome/at-spi2-core-2.50.1.tar.xz) = 567836 diff --git a/accessibility/at-spi2-core/pkg-plist b/accessibility/at-spi2-core/pkg-plist index cd9dc76c70d..81b082c571a 100644 --- a/accessibility/at-spi2-core/pkg-plist +++ b/accessibility/at-spi2-core/pkg-plist @@ -74,7 +74,7 @@ lib/girepository-1.0/Atk-1.0.typelib %%NO_ATKONLY%%lib/gtk-2.0/modules/libatk-bridge.so lib/libatk-1.0.so lib/libatk-1.0.so.0 -lib/libatk-1.0.so.0.25009.1 +lib/libatk-1.0.so.0.25010.1 %%NO_ATKONLY%%lib/libatk-bridge-2.0.so %%NO_ATKONLY%%lib/libatk-bridge-2.0.so.0 %%NO_ATKONLY%%lib/libatk-bridge-2.0.so.0.0.0 diff --git a/accessibility/sctd/Makefile b/accessibility/sctd/Makefile index f806d40cea9..7c8dd751f37 100644 --- a/accessibility/sctd/Makefile +++ b/accessibility/sctd/Makefile @@ -1,6 +1,6 @@ PORTNAME= sctd DISTVERSION= 0.2.0 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= accessibility MAINTAINER= 0mp@FreeBSD.org diff --git a/accessibility/wl-gammarelay-rs/Makefile b/accessibility/wl-gammarelay-rs/Makefile index 2967ecc21d4..17d12bf7101 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.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= accessibility wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/archivers/Makefile b/archivers/Makefile index 9d71854fe8c..f46a370e2f2 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -207,6 +207,7 @@ SUBDIR += py-warctools SUBDIR += py-xopen SUBDIR += py-zipstream-ng + SUBDIR += py-zlib-ng SUBDIR += py-zopfli SUBDIR += py-zstandard SUBDIR += py-zstd diff --git a/archivers/ark-devel/distinfo b/archivers/ark-devel/distinfo index 15e53d0f905..47d435630e9 100644 --- a/archivers/ark-devel/distinfo +++ b/archivers/ark-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701633299 -SHA256 (KDE/release-service/24.01.80/ark-24.01.80.tar.xz) = 0d7481b15c79268a4e5eb61b7ef44f0ba7932bbdfa0a4b6bf664ee4b0e852370 -SIZE (KDE/release-service/24.01.80/ark-24.01.80.tar.xz) = 3020880 +TIMESTAMP = 1704376116 +SHA256 (KDE/release-service/24.01.85/ark-24.01.85.tar.xz) = 110e38ae4dd004ed394aa20c2c539e3c7cfd5afb692c70cc50f8d12f827ef31e +SIZE (KDE/release-service/24.01.85/ark-24.01.85.tar.xz) = 3012996 diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index b65815848b2..d6bf05a4e35 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -1,30 +1,25 @@ PORTNAME= bzip -PORTVERSION= 0.21 +DISTVERSION= 0.21 PORTREVISION= 1 CATEGORIES= archivers -MASTER_SITES= https://BSDforge.com/projects/source/archivers/bzip/ +MASTER_SITES= SOURCEWARE/bzip2 -MAINTAINER= portmaster@bsdforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Block-sorting file compressor -WWW= https://bsdforge.com/projects/archivers/bzip/ +WWW= https://sourceware.org/bzip2/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Unfetchable - USE_CSTD= gnu89 PLIST_FILES= bin/bzip bin/bunzip \ share/man/man1/bunzip.1.gz \ share/man/man1/bzip.1.gz -pre-install: - @${CAT} ${FILESDIR}/COPYRIGHT - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bzip ${STAGEDIR}${PREFIX}/bin - ${LN} -fs bzip ${STAGEDIR}${PREFIX}/bin/bunzip + ${RLN} ${STAGEDIR}${PREFIX}/bin/bzip ${STAGEDIR}${PREFIX}/bin/bunzip ${INSTALL_MAN} ${WRKSRC}/bzip.1 \ ${STAGEDIR}${PREFIX}/share/man/man1/bzip.1 ${INSTALL_MAN} ${WRKSRC}/bzip.1 \ diff --git a/archivers/kf5-karchive/distinfo b/archivers/kf5-karchive/distinfo index 7ac1213e446..44101ca4372 100644 --- a/archivers/kf5-karchive/distinfo +++ b/archivers/kf5-karchive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883583 -SHA256 (KDE/frameworks/5.112.0/karchive-5.112.0.tar.xz) = 27d697a52a5016c16081c6a414b390d96350450d6eeb889d1f463358eeebfd67 -SIZE (KDE/frameworks/5.112.0/karchive-5.112.0.tar.xz) = 1023820 +TIMESTAMP = 1701678476 +SHA256 (KDE/frameworks/5.113.0/karchive-5.113.0.tar.xz) = 2da489460198e4c9aabe4734793c97290ecf08f789160fae639ef40a0bba430d +SIZE (KDE/frameworks/5.113.0/karchive-5.113.0.tar.xz) = 1023820 diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile index 4e882f29fe8..8ab0f9d97e0 100644 --- a/archivers/laszip/Makefile +++ b/archivers/laszip/Makefile @@ -1,17 +1,21 @@ PORTNAME= laszip -DISTVERSION= 3.4.3 +DISTVERSION= 3.5.1 CATEGORIES= archivers -MASTER_SITES= https://github.com/LASzip/LASzip/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-src-${DISTVERSION} MAINTAINER= rhurlin@FreeBSD.org COMMENT= Library for lossless LAS compression WWW= https://laszip.org/ -LICENSE= LGPL21 +LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++0x tar:bz2 +USES= cmake compiler:c++0x +USE_GITHUB= yes +GH_ACCOUNT= LASzip +GH_PROJECT= LASzip +GH_TAGNAME= 80f9298 USE_LDCONFIG= yes .include + diff --git a/archivers/laszip/distinfo b/archivers/laszip/distinfo index ebdb343e8f6..3fb1859f69d 100644 --- a/archivers/laszip/distinfo +++ b/archivers/laszip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642413969 -SHA256 (laszip-src-3.4.3.tar.bz2) = 5775eb0b97de1b77514d47534cc65c6cfb5bebdd8aed0e47a23af8e75b7ea887 -SIZE (laszip-src-3.4.3.tar.bz2) = 153819 +TIMESTAMP = 1704101714 +SHA256 (LASzip-LASzip-3.5.1-80f9298_GH0.tar.gz) = f49c7e381c6a64d9192d4f9dae1f786ad90e0d4d2290b8736ef167af9c9e78fb +SIZE (LASzip-LASzip-3.5.1-80f9298_GH0.tar.gz) = 231635 diff --git a/archivers/laszip/pkg-plist b/archivers/laszip/pkg-plist index 3eee0b703db..99a866c9fcc 100644 --- a/archivers/laszip/pkg-plist +++ b/archivers/laszip/pkg-plist @@ -2,7 +2,7 @@ include/laszip/laszip_api.h include/laszip/laszip_api_version.h lib/liblaszip.so lib/liblaszip.so.8 -lib/liblaszip.so.8.0.5 +lib/liblaszip.so.8.0.6 lib/liblaszip_api.so lib/liblaszip_api.so.8 -lib/liblaszip_api.so.8.0.5 +lib/liblaszip_api.so.8.0.6 diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index d1e1969f243..80d49c818ee 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -1,5 +1,6 @@ PORTNAME= makeself DISTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= https://github.com/megastep/makeself/releases/download/release-${PORTVERSION}/ EXTRACT_SUFX= .run @@ -21,7 +22,7 @@ PLIST_FILES= bin/makeself \ bin/makeself-header \ bin/makeself-header.sh \ bin/makeself.sh \ - man/man1/makeself.1.gz + share/man/man1/makeself.1.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS @@ -31,7 +32,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${i}.sh ${STAGEDIR}${PREFIX}/bin @${LN} -sf ${i}.sh ${STAGEDIR}${PREFIX}/bin/${i} .endfor - ${INSTALL_MAN} ${WRKSRC}/makeself.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/makeself.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/archivers/ouch/Makefile b/archivers/ouch/Makefile index 0414a612c4b..fa05c3f0187 100644 --- a/archivers/ouch/Makefile +++ b/archivers/ouch/Makefile @@ -1,5 +1,6 @@ PORTNAME= ouch DISTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= archivers MAINTAINER= yuri@FreeBSD.org diff --git a/archivers/py-borgbackup/Makefile b/archivers/py-borgbackup/Makefile index 07a879c7d52..caca499a2b1 100644 --- a/archivers/py-borgbackup/Makefile +++ b/archivers/py-borgbackup/Makefile @@ -40,8 +40,8 @@ FUSE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}llfuse>0:devel/py-llfuse@${PY_FLAVOR} _BORGHOME=${WRKDIR}/testhome _BORGENV=-i BORG_PASSPHRASE=secret123 PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} HOME=${_BORGHOME} post-install: - ${MKDIR} ${STAGEDIR}${MAN1PREFIX}/share/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}${MAN1PREFIX}/share/man/man1/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}${PREFIX}/share/man/man1/ ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/borg/ -name "*.so" \ -exec ${STRIP_CMD} {} \; @${ECHO_MSG} "----> running borg smoke tests" diff --git a/archivers/py-borgbackup11/Makefile b/archivers/py-borgbackup11/Makefile index 4c0c8e1829b..be22e31c14a 100644 --- a/archivers/py-borgbackup11/Makefile +++ b/archivers/py-borgbackup11/Makefile @@ -37,8 +37,8 @@ FUSE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}llfuse>0:devel/py-llfuse@${PY_FLAVOR} _BORGHOME=${WRKDIR}/testhome _BORGENV=BORG_PASSPHRASE=secret123 PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} HOME=${_BORGHOME} post-install: - ${MKDIR} ${STAGEDIR}${MAN1PREFIX}/share/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}${MAN1PREFIX}/share/man/man1/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}${PREFIX}/share/man/man1/ ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/borg/ -name "*.so" \ -exec ${STRIP_CMD} {} \; @${ECHO_MSG} "----> running borg smoke tests" diff --git a/archivers/py-cramjam/Makefile b/archivers/py-cramjam/Makefile index 792dda17b25..5141703c321 100644 --- a/archivers/py-cramjam/Makefile +++ b/archivers/py-cramjam/Makefile @@ -1,6 +1,6 @@ PORTNAME= cramjam PORTVERSION= 2.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/py-zlib-ng/Makefile b/archivers/py-zlib-ng/Makefile new file mode 100644 index 00000000000..7f1eb39f0ba --- /dev/null +++ b/archivers/py-zlib-ng/Makefile @@ -0,0 +1,23 @@ +PORTNAME= zlib-ng +DISTVERSION= 0.4.0 +CATEGORIES= archivers python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= osidorkin@gmail.com +COMMENT= Python bindings for the zlib-ng library +WWW= https://github.com/pycompression/python-zlib-ng + +LICENSE= PSFL +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=51:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ + cmake:devel/cmake-core + +USES= python:3.7+ +USE_PYTHON= autoplist pep517 + +INSTALL_TARGET=install-strip + +.include diff --git a/archivers/py-zlib-ng/distinfo b/archivers/py-zlib-ng/distinfo new file mode 100644 index 00000000000..3721cf359a9 --- /dev/null +++ b/archivers/py-zlib-ng/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704480695 +SHA256 (zlib-ng-0.4.0.tar.gz) = 3b730881aaeb86f9a4995de5e22499406ccf92f8508b5c017c343d27570a8c0a +SIZE (zlib-ng-0.4.0.tar.gz) = 2458999 diff --git a/archivers/py-zlib-ng/files/patch-src_zlib__ng_zlib-ng_CMakeLists.txt b/archivers/py-zlib-ng/files/patch-src_zlib__ng_zlib-ng_CMakeLists.txt new file mode 100644 index 00000000000..9fea130f90f --- /dev/null +++ b/archivers/py-zlib-ng/files/patch-src_zlib__ng_zlib-ng_CMakeLists.txt @@ -0,0 +1,15 @@ +--- src/zlib_ng/zlib-ng/CMakeLists.txt.orig 2023-12-25 16:17:33 UTC ++++ src/zlib_ng/zlib-ng/CMakeLists.txt +@@ -74,9 +74,9 @@ option(ZLIB_COMPAT "Compile with zlib compatible API" + # + option(WITH_GZFILEOP "Compile with support for gzFile related functions" ON) + option(ZLIB_COMPAT "Compile with zlib compatible API" OFF) +-option(ZLIB_ENABLE_TESTS "Build test binaries" ON) +-option(ZLIBNG_ENABLE_TESTS "Test zlib-ng specific API" ON) +-option(WITH_GTEST "Build gtest_zlib" ON) ++option(ZLIB_ENABLE_TESTS "Build test binaries" OFF) ++option(ZLIBNG_ENABLE_TESTS "Test zlib-ng specific API" OFF) ++option(WITH_GTEST "Build gtest_zlib" OFF) + option(WITH_FUZZERS "Build test/fuzz" OFF) + option(WITH_BENCHMARKS "Build test/benchmarks" OFF) + option(WITH_BENCHMARK_APPS "Build application benchmarks" OFF) diff --git a/archivers/py-zlib-ng/pkg-descr b/archivers/py-zlib-ng/pkg-descr new file mode 100644 index 00000000000..1b6e5a4b8d1 --- /dev/null +++ b/archivers/py-zlib-ng/pkg-descr @@ -0,0 +1,2 @@ +Faster zlib and gzip compatible compression and decompression by providing +Python bindings for the zlib-ng library. diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index f4e7153b1d0..4f7ee8f39b5 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -1,6 +1,6 @@ PORTNAME= stuffit PORTVERSION= 5.2.0.611 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers linux MASTER_SITES= https://webdiis.unizar.es/pub/unix/archive/ \ http://mirror.sobukus.de/files/grimoire/z-archive/ @@ -23,7 +23,7 @@ NO_WRKSUBDIR= yes STUFFIT_FILES= bin/unstuff bin/stuff STUFFIT_MAN= man/man1/stuff.1 man/man1/unstuff.1 PLIST_FILES= ${STUFFIT_FILES} \ - ${STUFFIT_MAN:S,$,.gz,} + ${STUFFIT_MAN:S,$,.gz,:S,^,share/,} do-build: .for sFile in ${STUFFIT_FILES} @@ -35,7 +35,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${sFile} ${STAGEDIR}${PREFIX}/bin .endfor .for mFile in ${STUFFIT_MAN} - ${INSTALL_MAN} ${WRKSRC}/${mFile} ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${mFile} ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/archivers/urbackup-client/Makefile b/archivers/urbackup-client/Makefile index 1e88dcb8c84..59cd8bb0723 100644 --- a/archivers/urbackup-client/Makefile +++ b/archivers/urbackup-client/Makefile @@ -52,7 +52,7 @@ post-stage: ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/urbackupclient.conf ${INSTALL_MAN} ${WRKSRC}/docs/urbackupclientbackend.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .for f in ${CONFFILES} ${MV} ${STAGEDIR}${PREFIX}/etc/urbackup/${f} ${STAGEDIR}${PREFIX}/etc/urbackup/${f}.sample diff --git a/archivers/urbackup-client/pkg-plist b/archivers/urbackup-client/pkg-plist index dd3fc9242e0..f44c1026425 100644 --- a/archivers/urbackup-client/pkg-plist +++ b/archivers/urbackup-client/pkg-plist @@ -2,7 +2,7 @@ bin/blockalign bin/urbackupclientctl %%GUI%%bin/urbackupclientgui sbin/urbackupclientbackend -@(,,0444) man/man1/urbackupclientbackend.1.gz +share/man/man1/urbackupclientbackend.1.gz @mode 0600 @sample etc/urbackup/mariadbdump.conf.sample @sample etc/urbackup/mariadbxtrabackup.conf.sample diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index ca0a3aa3202..3e917725b7a 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -1,6 +1,6 @@ PORTNAME= zoo PORTVERSION= 2.10.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ \ LOCAL/ehaupt @@ -20,7 +20,7 @@ MAKEFILE= makefile do-install: .for f in fiz zoo ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/archivers/zoo/pkg-plist b/archivers/zoo/pkg-plist index 32106e2191c..61111af8c9d 100644 --- a/archivers/zoo/pkg-plist +++ b/archivers/zoo/pkg-plist @@ -1,4 +1,4 @@ bin/fiz bin/zoo -man/man1/fiz.1.gz -man/man1/zoo.1.gz +share/man/man1/fiz.1.gz +share/man/man1/zoo.1.gz diff --git a/astro/gpscorrelate/Makefile b/astro/gpscorrelate/Makefile index ac88fc2e73d..2bdbea6597f 100644 --- a/astro/gpscorrelate/Makefile +++ b/astro/gpscorrelate/Makefile @@ -1,6 +1,6 @@ PORTNAME= gpscorrelate PORTVERSION= 1.6.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= astro geography MAINTAINER= ports@FreeBSD.org @@ -25,7 +25,7 @@ GH_ACCOUNT= freefoote USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 libxml2 pango PLIST_FILES= bin/gpscorrelate bin/gpscorrelate-gui \ - man/man1/gpscorrelate.1.gz man/man1/gpscorrelate-gui.1.gz + share/man/man1/gpscorrelate.1.gz share/man/man1/gpscorrelate-gui.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS @@ -47,9 +47,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gpscorrelate ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/gpscorrelate-gui ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${FILESDIR}/gpscorrelate.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${LN} -sf gpscorrelate.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1/gpscorrelate-gui.1 + ${STAGEDIR}${PREFIX}/share/man/man1/gpscorrelate-gui.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index 5c14a15763c..88793420937 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -1,6 +1,6 @@ PORTNAME= sunclock PORTVERSION= 3.57 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro x11-clocks MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -49,7 +49,7 @@ do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} sunclock \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_MAN} sunclock.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${INSTALL_DATA} Sunclockrc \ ${STAGEDIR}${DATADIR}) diff --git a/astro/sunclock/pkg-plist b/astro/sunclock/pkg-plist index ed21d771d89..64df5d2c5c2 100644 --- a/astro/sunclock/pkg-plist +++ b/astro/sunclock/pkg-plist @@ -1,6 +1,6 @@ bin/emx bin/sunclock -man/man1/sunclock.1.gz +share/man/man1/sunclock.1.gz %%DATADIR%%/Sunclockrc %%DATADIR%%/earthmaps/vmf/countries.vmf.gz %%DATADIR%%/earthmaps/vmf/landwater.vmf.gz diff --git a/audio/abcselect/Makefile b/audio/abcselect/Makefile index d71920739cc..523be8e6207 100644 --- a/audio/abcselect/Makefile +++ b/audio/abcselect/Makefile @@ -1,5 +1,6 @@ PORTNAME= abcselect PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.lautengesellschaft.de/cdmm/ DISTNAME= ${PORTNAME} @@ -15,10 +16,10 @@ NO_BUILD= yes SHEBANG_FILES= abcselect PLIST_FILES= bin/abcselect \ - man/man1/abcselect.1.gz + share/man/man1/abcselect.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/abcselect ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/abcselect.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/abcselect.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/audio/amberol/Makefile b/audio/amberol/Makefile index 98c074ca1e5..da732d5036d 100644 --- a/audio/amberol/Makefile +++ b/audio/amberol/Makefile @@ -1,6 +1,6 @@ PORTNAME= amberol DISTVERSION= 0.10.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= jbeich@FreeBSD.org diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile index e58884b582f..d28ad7a0f2f 100644 --- a/audio/ampache/Makefile +++ b/audio/ampache/Makefile @@ -1,5 +1,6 @@ PORTNAME= ampache PORTVERSION= 5.6.0 +PORTREVISION= 1 DISTVERSIONSUFFIX= _all CATEGORIES= audio www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ @@ -43,7 +44,7 @@ do-install: done (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '-not -regex ^./man.*') (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} '-not -regex ^./docs.* -a -not -name *.bak') - ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/500.ampache-cron ${STAGEDIR}${PREFIX}/etc/periodic/daily/ diff --git a/audio/ampache/pkg-plist b/audio/ampache/pkg-plist index 8bbf2b85492..9f3af09b5a6 100644 --- a/audio/ampache/pkg-plist +++ b/audio/ampache/pkg-plist @@ -1,5 +1,5 @@ etc/periodic/daily/500.ampache-cron -man/man1/ampache.1.gz +share/man/man1/ampache.1.gz %%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGEMENTS.md %%PORTDOCS%%%%DOCSDIR%%/API-Errors.md %%PORTDOCS%%%%DOCSDIR%%/API-JSON-methods.md diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index ee25860ccdd..eb3314f6b9c 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -4,13 +4,16 @@ PORTREVISION= 25 CATEGORIES= audio MASTER_SITES= SF -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Music player with rich features WWW= https://aqualung.jeremyevans.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on legacy libraries such as GTK2 and FFmpeg 4, consider using audio/strawberry instead +EXPIRATION_DATE=2024-02-29 + LIB_DEPENDS= libFLAC.so:audio/flac \ libmp3lame.so:audio/lame \ libcddb.so:audio/libcddb \ diff --git a/audio/asmix/Makefile b/audio/asmix/Makefile index df3f4a58241..fe122e16f23 100644 --- a/audio/asmix/Makefile +++ b/audio/asmix/Makefile @@ -1,6 +1,6 @@ PORTNAME= asmix PORTVERSION= 1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio afterstep MASTER_SITES= http://tigr.net/afterstep/download/asmix/ \ http://www.sourcefiles.org/Utilities/Console/A-B/ @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --with-xpm \ --with-xpm-includes=${LOCALBASE}/include \ --with-xpm-library=${LOCALBASE}/lib -PLIST_FILES= bin/asmix man/man1/asmix.1.gz +PLIST_FILES= bin/asmix share/man/man1/asmix.1.gz post-patch: .for i in asmix.c configure autoconf/config.h.in @@ -33,6 +33,6 @@ do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} asmix \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_MAN} asmix.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) .include diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 1670c75d591..49583c56ddb 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -1,6 +1,6 @@ PORTNAME= asmixer PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio afterstep MASTER_SITES= http://tigr.net/afterstep/download/asmixer/ @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --with-xpm \ --with-xpm-includes=${LOCALBASE}/include \ --with-xpm-library=${LOCALBASE}/lib -PLIST_FILES= bin/asmixer man/man1/asmixer.1.gz +PLIST_FILES= bin/asmixer share/man/man1/asmixer.1.gz post-patch: .for i in asmixer.c configure autoconf/config.h.in @@ -30,6 +30,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/asmixer ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/asmixer.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/asmixer.1 + ${STAGEDIR}${PREFIX}/share/man/man1/asmixer.1 .include diff --git a/audio/autozen/Makefile b/audio/autozen/Makefile index 7385a5397a5..1e18ce080cf 100644 --- a/audio/autozen/Makefile +++ b/audio/autozen/Makefile @@ -46,7 +46,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/autozen ${WRKSRC}/seq2wav ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/zentime ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/autozen.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/autozen.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.seq ${STAGEDIR}${DATADIR} diff --git a/audio/autozen/pkg-plist b/audio/autozen/pkg-plist index 2e7dc09073d..eb736a8d785 100644 --- a/audio/autozen/pkg-plist +++ b/audio/autozen/pkg-plist @@ -1,7 +1,7 @@ bin/autozen bin/seq2wav bin/zentime -man/man1/autozen.1.gz +share/man/man1/autozen.1.gz %%DATADIR%%/deep-relax.seq %%DATADIR%%/deep_delta_slide.seq %%DATADIR%%/delta_slide.seq diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile index dd1591ff36c..cb0111cf97e 100644 --- a/audio/baudline/Makefile +++ b/audio/baudline/Makefile @@ -1,8 +1,8 @@ PORTNAME= baudline PORTVERSION= 1.08 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux -# We have permission from author Erik Olsen for the +# We did have permission from author Erik Olsen for the # package cluster to automatically fetch baudline MASTER_SITES= http://www.baudline.com/ PKGNAMEPREFIX= linux- @@ -26,19 +26,15 @@ ONLY_FOR_ARCHS= i386 amd64 PORTDOCS= README_unix.txt PLIST_FILES= bin/baudline -OPTIONS_DEFINE= MPG123 DOCS +OPTIONS_DEFINE= DOCS MPG123 OPTIONS_DEFAULT= MPG123 MPG123_RUN_DEPENDS= mpg123:audio/mpg123 .include -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE= may not be automatically fetched due to licensing\ - restrictions. You must manually fetch ${DISTFILES} from\ - http://www.baudline.com/download.html. Once ${DISTFILES}\ - has been downloaded, move it to ${DISTDIR} and then\ - restart this build -.endif +DEPRECATED= upstream has gone to subscription model and no longer distributes this version. Try comms/Inspectrum or audio/xanalyser instead +EXPIRATION_DATE= 2024-02-01 +IGNORE= upstream has removed distribution do-build: ${BRANDELF} -t Linux ${WRKSRC}/baudline diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile index 2f76262f33a..d967ad28221 100644 --- a/audio/ebur128/Makefile +++ b/audio/ebur128/Makefile @@ -1,6 +1,6 @@ PORTNAME= ebur128 DISTVERSION= 0.1.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= diizzy@FreeBSD.org diff --git a/audio/fasttracker2/Makefile b/audio/fasttracker2/Makefile index e9eb3bfaca7..b2b6ef0d230 100644 --- a/audio/fasttracker2/Makefile +++ b/audio/fasttracker2/Makefile @@ -1,6 +1,6 @@ PORTNAME= fasttracker2 DISTVERSIONPREFIX= v -DISTVERSION= 1.74 +DISTVERSION= 1.75 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org diff --git a/audio/fasttracker2/distinfo b/audio/fasttracker2/distinfo index d8434cfda80..0cabac6d89a 100644 --- a/audio/fasttracker2/distinfo +++ b/audio/fasttracker2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702762265 -SHA256 (8bitbubsy-ft2-clone-v1.74_GH0.tar.gz) = 8cb242e704ee3719cbc50d100b5c7d4a90d711200e1c8ce2c629cd9f126c1bc4 -SIZE (8bitbubsy-ft2-clone-v1.74_GH0.tar.gz) = 6040967 +TIMESTAMP = 1704836972 +SHA256 (8bitbubsy-ft2-clone-v1.75_GH0.tar.gz) = a6b48ee6cb72b3ef9494dd1923a638954653d7f279cf20ad6064badfe0e4d8b1 +SIZE (8bitbubsy-ft2-clone-v1.75_GH0.tar.gz) = 6043092 diff --git a/audio/faust/Makefile b/audio/faust/Makefile index a732ea66bf9..bb7a5e1ecdd 100644 --- a/audio/faust/Makefile +++ b/audio/faust/Makefile @@ -1,5 +1,5 @@ PORTNAME= faust -DISTVERSION= 2.69.3 +DISTVERSION= 2.70.3 CATEGORIES= audio devel MAINTAINER= yuri@FreeBSD.org @@ -32,6 +32,8 @@ CXXFLAGS+= `llvm-config${LLVM_VERSION} --cflags` -DLLVM_${LLVM_VERSION}0 # for t CXXFLAGS_riscv64= -fPIC # attempt to fix failure: can't create dynamic relocation R_RISCV_HI20 against symbol: vtable for LV2UI in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output LDFLAGS+= -lexecinfo +TEST_ENV= PATH=${STAGEDIR}${PREFIX}/bin:${PATH} + OPTIONS_DEFINE= EXAMPLES HIGHLIGHT HTTPD_LIB OPTIONS_DEFAULT= HIGHLIGHT HTTPD_LIB OPTIONS_SUB= yes @@ -73,10 +75,10 @@ post-install-HIGHLIGHT-on: ${INSTALL_DATA} ${WRKSRC}/syntax-highlighting/faust.vim ${STAGEDIR}${PREFIX}/share/vim/vimfiles/syntax/ # 6) EMACS TODO -do-test: install +do-test: @${CP} ${FILESDIR}/example-freeverb_demo.dsp ${TEST_WRKSRC} @cd ${TEST_WRKSRC} && \ - faust2jaqt example-freeverb_demo.dsp && \ - ./example-freeverb_demo + ${SETENV} ${TEST_ENV} faust2jaqt example-freeverb_demo.dsp && \ + ${SETENV} ${TEST_ENV} ./example-freeverb_demo .include diff --git a/audio/faust/distinfo b/audio/faust/distinfo index aaceaf98762..8408886c3d2 100644 --- a/audio/faust/distinfo +++ b/audio/faust/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1700066380 -SHA256 (grame-cncm-faust-2.69.3_GH0.tar.gz) = df182ebf63d7fd9d783a523713174ac93a78cdfa26b5c0631d5432d86f5eacd1 -SIZE (grame-cncm-faust-2.69.3_GH0.tar.gz) = 70533333 +TIMESTAMP = 1704846724 +SHA256 (grame-cncm-faust-2.70.3_GH0.tar.gz) = 644484f95167fe63014eac3db410f50c58810289fea228a2221e07d27da50eec +SIZE (grame-cncm-faust-2.70.3_GH0.tar.gz) = 70634130 SHA256 (grame-cncm-faustlibraries-f807daf180c0b05a5c109a182f671872710af04b_GH0.tar.gz) = 4b4d8218331bc0a195307153ebfc9e136e972ba7aee4fd6bd5b759db6c47724d SIZE (grame-cncm-faustlibraries-f807daf180c0b05a5c109a182f671872710af04b_GH0.tar.gz) = 7743765 SHA256 (ccrma-faust2ck-db879cb_GH0.tar.gz) = 78a4ca3deef0940122c68cb4872b9423778177ddf02d113f8f01d0e37351f816 diff --git a/audio/faust/pkg-plist b/audio/faust/pkg-plist index ae598a1b91d..c70991b70b2 100644 --- a/audio/faust/pkg-plist +++ b/audio/faust/pkg-plist @@ -179,6 +179,7 @@ include/faust/gui/CInterface.h include/faust/gui/ControlSequenceUI.h include/faust/gui/ControlUI.h include/faust/gui/DaisyControlUI.h +include/faust/gui/DaisyPatchInitControlUI.h include/faust/gui/DecoratorUI.h include/faust/gui/Esp32ControlUI.h include/faust/gui/Esp32Reader.h @@ -268,7 +269,7 @@ lib/ios-libsndfile.a lib/libOSCFaust.a lib/libfaust.so lib/libfaust.so.2 -lib/libfaust.so.2.69.3 +lib/libfaust.so.2.70.3 %%HIGHLIGHT%%share/apps/katepart/syntax/faust.xml %%DATADIR%%/AU/AUPublic/AUBase/AUBase.cpp %%DATADIR%%/AU/AUPublic/AUBase/AUBase.h diff --git a/audio/faustlive/Makefile b/audio/faustlive/Makefile index 786c634e3d6..5b0f2868052 100644 --- a/audio/faustlive/Makefile +++ b/audio/faustlive/Makefile @@ -1,7 +1,8 @@ PORTNAME= faustlive -DISTVERSION= 2.5.16 +DISTVERSION= 2.5.17 +PORTREVISION= 1 #MASTER_SITES= https://github.com/grame-cncm/faustlive/releases/download/${DISTVERSION}/ -#DISTFILES= FaustLive-${DISTVERSION}${EXTRACT_SUFX} +#DISTFILES= FaustLive-${DISTVERSION}${EXTRACT_SUFX} CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -20,7 +21,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libqrencode.so:graphics/libqrencode \ libsndfile.so:audio/libsndfile # audio/alsa-lib isn't really needed: https://github.com/grame-cncm/faustlive/issues/3 -USES= compiler:c++11-lang gl llvm:min=13,lib ncurses pkgconfig qmake qt:5 shebangfix # llvm version should be the same as in audio/faust +USES= compiler:c++11-lang desktop-file-utils gl llvm:min=13,lib ncurses pkgconfig qmake qt:5 shebangfix # llvm version should be the same as in audio/faust USE_QT= core gui network widgets buildtools:build USE_GL= gl @@ -28,8 +29,6 @@ USE_GITHUB= yes GH_ACCOUNT= grame-cncm GH_TUPLE= grame-cncm:faustlibraries:bbbb1be:grame_cncm_faustlibraries/Resources/Libs -#WRKSRC= ${WRKDIR}/FaustLive-${DISTVERSION} - SHEBANG_GLOB= build install makelibs QMAKE_ARGS= Build/FaustLive.pro diff --git a/audio/faustlive/distinfo b/audio/faustlive/distinfo index 47050e33b9e..c542e8d066b 100644 --- a/audio/faustlive/distinfo +++ b/audio/faustlive/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1699200246 -SHA256 (grame-cncm-faustlive-2.5.16_GH0.tar.gz) = 73ad19153b1cb0d0b70871ffd8833d62bebc34812207faf9cce7ca05aac9d5b2 -SIZE (grame-cncm-faustlive-2.5.16_GH0.tar.gz) = 7719518 +TIMESTAMP = 1704849786 +SHA256 (grame-cncm-faustlive-2.5.17_GH0.tar.gz) = e3148f4116615b72fcadabd7296736894d04cf3eb4e61ba79c36b03cf8f542b7 +SIZE (grame-cncm-faustlive-2.5.17_GH0.tar.gz) = 8051725 SHA256 (grame-cncm-faustlibraries-bbbb1be_GH0.tar.gz) = e9b3749edb311346451e272e56d7dd2fc278688255a436e8b958ed5dcf9dba26 SIZE (grame-cncm-faustlibraries-bbbb1be_GH0.tar.gz) = 7742361 diff --git a/audio/gnome-metronome/Makefile b/audio/gnome-metronome/Makefile index 713f4417d87..ce9bf49aa31 100644 --- a/audio/gnome-metronome/Makefile +++ b/audio/gnome-metronome/Makefile @@ -1,6 +1,6 @@ PORTNAME= metronome DISTVERSION= 1.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio PKGNAMEPREFIX= gnome- diff --git a/audio/gnome-podcasts/Makefile b/audio/gnome-podcasts/Makefile index f28b6d0459b..e63076def59 100644 --- a/audio/gnome-podcasts/Makefile +++ b/audio/gnome-podcasts/Makefile @@ -1,6 +1,6 @@ PORTNAME= podcasts DISTVERSION= 0.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio PKGNAMEPREFIX= gnome- diff --git a/audio/kmix/Makefile b/audio/kmix/Makefile index f74c773efbd..73b092b2417 100644 --- a/audio/kmix/Makefile +++ b/audio/kmix/Makefile @@ -1,5 +1,6 @@ PORTNAME= kmix DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= audio kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/audio/kmix/files/patch-CMakeLists.txt b/audio/kmix/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..e1ea15bb172 --- /dev/null +++ b/audio/kmix/files/patch-CMakeLists.txt @@ -0,0 +1,16 @@ +The OSS4 backend doesn't currently work on FreeBSD. Use the OSS3 backend +as a fallback instead. + +PR: 273476 + +--- CMakeLists.txt.orig 2024-01-09 20:14:13 UTC ++++ CMakeLists.txt +@@ -126,7 +126,7 @@ if (HAVE_SOUNDCARD_H OR HAVE_SYS_SOUNDCARD_H) + + if (${TEST_COMPILE_RESULT} AND (${TEST_RUN_RESULT} EQUAL 0)) + message(STATUS "Detected OSS version ${TEST_RESULT_VERSION}") +- if (${TEST_RESULT_VERSION} GREATER_EQUAL 0x040000) ++ if (${TEST_RESULT_VERSION} GREATER_EQUAL 0x040000 AND NOT CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") + message(STATUS "Building with OSS 4 support") + set(HAVE_OSS_4 true) + add_definitions(-DHAVE_OSS_4) diff --git a/audio/lewton/Makefile b/audio/lewton/Makefile index a4e7b8a7c03..dc4be48390f 100644 --- a/audio/lewton/Makefile +++ b/audio/lewton/Makefile @@ -1,6 +1,6 @@ PORTNAME= lewton DISTVERSION= 0.10.2 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= audio PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/audio/mixertui/Makefile b/audio/mixertui/Makefile index 023a1d6ad06..d1f49d7cd83 100644 --- a/audio/mixertui/Makefile +++ b/audio/mixertui/Makefile @@ -23,6 +23,6 @@ PLIST_FILES= sbin/${PORTNAME} \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/audio/mmtc/Makefile b/audio/mmtc/Makefile index 1aeb18f9284..cd6fc542e0e 100644 --- a/audio/mmtc/Makefile +++ b/audio/mmtc/Makefile @@ -1,7 +1,7 @@ PORTNAME= mmtc DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/mousai/Makefile b/audio/mousai/Makefile index 36c58592afc..a04b16109bd 100644 --- a/audio/mousai/Makefile +++ b/audio/mousai/Makefile @@ -1,7 +1,7 @@ PORTNAME= mousai DISTVERSIONPREFIX= v DISTVERSION= 0.7.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= jbeich@FreeBSD.org diff --git a/audio/mp3ck/Makefile b/audio/mp3ck/Makefile index 6ca63ab6ea6..9be5b642615 100644 --- a/audio/mp3ck/Makefile +++ b/audio/mp3ck/Makefile @@ -7,6 +7,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Consistency check utility for MPEG Layer 2 or 3 files or streams WWW= https://mp3ck.sourceforge.net/ +DEPRECATED= Last release in 2005 and dead upstream, consider using multimedia/ffmpeg +EXPIRATION_DATE=2024-02-29 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 diff --git a/audio/mp3rename/Makefile b/audio/mp3rename/Makefile index ba581484985..304461630d7 100644 --- a/audio/mp3rename/Makefile +++ b/audio/mp3rename/Makefile @@ -7,6 +7,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Renaming program for MP3 files based on their ID3 tag +DEPRECATED= Doesn't support ID3v2 tags properly +EXPIRATION_DATE=2024-02-29 + CONFLICTS_INSTALL= p5-MP3-Tag-Utils # bin/mp3rename WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile index 8281093a290..91890691cf2 100644 --- a/audio/myxer/Makefile +++ b/audio/myxer/Makefile @@ -1,6 +1,6 @@ PORTNAME= myxer DISTVERSION= 1.2.1 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/ncspot/Makefile b/audio/ncspot/Makefile index 369bc792da3..1369e5a90c0 100644 --- a/audio/ncspot/Makefile +++ b/audio/ncspot/Makefile @@ -1,6 +1,7 @@ PORTNAME= ncspot DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/netease-music-tui/Makefile b/audio/netease-music-tui/Makefile index 155dcedb189..ae43e24f512 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= 9 +PORTREVISION= 10 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile index 9f658f7a99d..3f1f38caea9 100644 --- a/audio/pacpl/Makefile +++ b/audio/pacpl/Makefile @@ -1,6 +1,6 @@ PORTNAME= pacpl PORTVERSION= 6.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF @@ -76,7 +76,7 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pacpl ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pacpl.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pacpl.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/pacpl.png ${STAGEDIR}${ETCDIR} .for i in codecs.conf pacpl.conf diff --git a/audio/pacpl/pkg-plist b/audio/pacpl/pkg-plist index 5e071f3277e..4a28e3e5161 100644 --- a/audio/pacpl/pkg-plist +++ b/audio/pacpl/pkg-plist @@ -5,7 +5,7 @@ bin/pacpl %%ETCDIR%%/pacpl.png libexec/PACPL-Convert %%KDE4%%libexec/PACPL-Konvert -man/man1/pacpl.1.gz +share/man/man1/pacpl.1.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.module diff --git a/audio/picard-plugins/Makefile b/audio/picard-plugins/Makefile index 802a7e1346b..895de258b84 100644 --- a/audio/picard-plugins/Makefile +++ b/audio/picard-plugins/Makefile @@ -1,5 +1,5 @@ PORTNAME= picard-plugins -PORTVERSION= 2.0.20230915 +PORTVERSION= 2.0.20240105 CATEGORIES= audio python MAINTAINER= jhale@FreeBSD.org @@ -13,7 +13,7 @@ USES= python USE_GITHUB= yes GH_ACCOUNT= metabrainz -GH_TAGNAME= 5a18c78 +GH_TAGNAME= 0900edb PORTSCOUT= limit:^2\. diff --git a/audio/picard-plugins/distinfo b/audio/picard-plugins/distinfo index 2436fe4408f..cda95acad48 100644 --- a/audio/picard-plugins/distinfo +++ b/audio/picard-plugins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694789019 -SHA256 (metabrainz-picard-plugins-2.0.20230915-5a18c78_GH0.tar.gz) = 629ad51c1fffb42deaf1b35110ed44a1ee45aa3566ec6243c5f8d8b92da584c2 -SIZE (metabrainz-picard-plugins-2.0.20230915-5a18c78_GH0.tar.gz) = 459768 +TIMESTAMP = 1704850274 +SHA256 (metabrainz-picard-plugins-2.0.20240105-0900edb_GH0.tar.gz) = 618d1c684d69193a4e72023f3451d3335deeac35ba7190b3ba0a7d2d6ea3ede1 +SIZE (metabrainz-picard-plugins-2.0.20240105-0900edb_GH0.tar.gz) = 461110 diff --git a/audio/picard-plugins/pkg-plist b/audio/picard-plugins/pkg-plist index c7a78983bf4..4903e3d87e7 100644 --- a/audio/picard-plugins/pkg-plist +++ b/audio/picard-plugins/pkg-plist @@ -224,6 +224,9 @@ %%PYTHON_SITELIBDIR%%/picard/plugins/replaygain2/ui_options_replaygain2.py %%PYTHON_SITELIBDIR%%/picard/plugins/replaygain2/ui_options_replaygain2.ui %%PYTHON_SITELIBDIR%%/picard/plugins/save_and_rewrite_header.py +%%PYTHON_SITELIBDIR%%/picard/plugins/script_logger/__init__.py +%%PYTHON_SITELIBDIR%%/picard/plugins/script_logger/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/picard/plugins/script_logger/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/search_engine_lookup/__init__.py %%PYTHON_SITELIBDIR%%/picard/plugins/search_engine_lookup/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/search_engine_lookup/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc diff --git a/audio/pm3umpdl/Makefile b/audio/pm3umpdl/Makefile index 01c65c6bd17..e74b2563003 100644 --- a/audio/pm3umpdl/Makefile +++ b/audio/pm3umpdl/Makefile @@ -8,6 +8,9 @@ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= Loading a M3U file into musicpd +DEPRECATED= Deprecated utility as this is supported natively in musicpd +EXPIRATION_DATE=2024-02-29 + RUN_DEPENDS= ${LOCALBASE}/bin/mpc:audio/musicpc USES= perl5 diff --git a/audio/pocketsphinx/Makefile b/audio/pocketsphinx/Makefile index b38c0b308e5..0d4151e2f46 100644 --- a/audio/pocketsphinx/Makefile +++ b/audio/pocketsphinx/Makefile @@ -1,35 +1,16 @@ PORTNAME= pocketsphinx -PORTVERSION= 0.8 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 5.0.2 CATEGORIES= audio accessibility -MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} -MAINTAINER= portmaster@bsdforge.com +MAINTAINER= bofh@FreeBSD.org COMMENT= Speech recognition system -WWW= http://cmusphinx.sourceforge.net/ +WWW= https://cmusphinx.github.io/ LICENSE= BSD2CLAUSE -LIB_DEPENDS= libsphinxad.so:audio/sphinxbase - -USES= gmake pathfix pkgconfig libtool -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--without-python -CONFIGURE_ENV+= HAVE_DOXYGEN=no -USE_LDCONFIG= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -MAKE_ENV= MKDIR="${MKDIR}" \ - OSVERSION=${OSVERSION} - -post-patch: - @${REINPLACE_CMD} -E -e 's|^([[:space:]]+programs )\\$$|\1|;' \ - -e '/[[:space:]]+gst-plugin$$/D;' \ - ${WRKSRC}/src/Makefile.in - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpocketsphinx.so +USES= cmake +USE_GITHUB= yes +GH_ACCOUNT= cmusphinx .include diff --git a/audio/pocketsphinx/distinfo b/audio/pocketsphinx/distinfo index b892e4201f3..df7dd909bf9 100644 --- a/audio/pocketsphinx/distinfo +++ b/audio/pocketsphinx/distinfo @@ -1,2 +1,3 @@ -SHA256 (pocketsphinx-0.8.tar.gz) = 874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a -SIZE (pocketsphinx-0.8.tar.gz) = 23781837 +TIMESTAMP = 1703377948 +SHA256 (cmusphinx-pocketsphinx-v5.0.2_GH0.tar.gz) = c2c58aa702195c46c44575fb9ed5790e749ab647df648b4557cc963aeac638b2 +SIZE (cmusphinx-pocketsphinx-v5.0.2_GH0.tar.gz) = 34210066 diff --git a/audio/pocketsphinx/pkg-plist b/audio/pocketsphinx/pkg-plist index 6d9358fa511..4674dc84032 100644 --- a/audio/pocketsphinx/pkg-plist +++ b/audio/pocketsphinx/pkg-plist @@ -1,51 +1,40 @@ +bin/pocketsphinx bin/pocketsphinx_batch -bin/pocketsphinx_continuous +bin/pocketsphinx_jsgf2fsg +bin/pocketsphinx_lm_convert +bin/pocketsphinx_lm_eval bin/pocketsphinx_mdef_convert -include/pocketsphinx/cmdln_macro.h -include/pocketsphinx/fsg_set.h -include/pocketsphinx/pocketsphinx.h -include/pocketsphinx/pocketsphinx.pxd -include/pocketsphinx/pocketsphinx_export.h -include/pocketsphinx/ps_lattice.h -include/pocketsphinx/ps_mllr.h +bin/pocketsphinx_pitch +include/pocketsphinx.h +include/pocketsphinx/alignment.h +include/pocketsphinx/endpointer.h +include/pocketsphinx/err.h +include/pocketsphinx/export.h +include/pocketsphinx/lattice.h +include/pocketsphinx/logmath.h +include/pocketsphinx/mllr.h +include/pocketsphinx/model.h +include/pocketsphinx/prim_type.h +include/pocketsphinx/search.h +include/pocketsphinx/sphinx_config.h +include/pocketsphinx/vad.h lib/libpocketsphinx.a -lib/libpocketsphinx.so -lib/libpocketsphinx.so.1 -lib/libpocketsphinx.so.1.1.0 libdata/pkgconfig/pocketsphinx.pc -man/man1/pocketsphinx_batch.1.gz -man/man1/pocketsphinx_continuous.1.gz -man/man1/pocketsphinx_mdef_convert.1.gz -%%DATADIR%%/model/hmm/en/tidigits/feat.params -%%DATADIR%%/model/hmm/en/tidigits/mdef -%%DATADIR%%/model/hmm/en/tidigits/means -%%DATADIR%%/model/hmm/en/tidigits/sendump -%%DATADIR%%/model/hmm/en/tidigits/transition_matrices -%%DATADIR%%/model/hmm/en/tidigits/variances -%%DATADIR%%/model/hmm/en_US/hub4wsj_sc_8k/feat.params -%%DATADIR%%/model/hmm/en_US/hub4wsj_sc_8k/mdef -%%DATADIR%%/model/hmm/en_US/hub4wsj_sc_8k/means -%%DATADIR%%/model/hmm/en_US/hub4wsj_sc_8k/noisedict -%%DATADIR%%/model/hmm/en_US/hub4wsj_sc_8k/sendump -%%DATADIR%%/model/hmm/en_US/hub4wsj_sc_8k/transition_matrices -%%DATADIR%%/model/hmm/en_US/hub4wsj_sc_8k/variances -%%DATADIR%%/model/hmm/zh/tdt_sc_8k/feat.params -%%DATADIR%%/model/hmm/zh/tdt_sc_8k/mdef -%%DATADIR%%/model/hmm/zh/tdt_sc_8k/means -%%DATADIR%%/model/hmm/zh/tdt_sc_8k/noisedict -%%DATADIR%%/model/hmm/zh/tdt_sc_8k/sendump -%%DATADIR%%/model/hmm/zh/tdt_sc_8k/transition_matrices -%%DATADIR%%/model/hmm/zh/tdt_sc_8k/variances -%%DATADIR%%/model/lm/en/tidigits.DMP -%%DATADIR%%/model/lm/en/tidigits.dic -%%DATADIR%%/model/lm/en/tidigits.fsg -%%DATADIR%%/model/lm/en/turtle.DMP -%%DATADIR%%/model/lm/en/turtle.dic -%%DATADIR%%/model/lm/en_US/cmu07a.dic -%%DATADIR%%/model/lm/en_US/hub4.5000.dic -%%DATADIR%%/model/lm/en_US/hub4.5000.DMP -%%DATADIR%%/model/lm/en_US/wsj0vp.5000.DMP -%%DATADIR%%/model/lm/zh_CN/gigatdt.5000.DMP -%%DATADIR%%/model/lm/zh_CN/mandarin_notone.dic -%%DATADIR%%/model/lm/zh_TW/gigatdt.5000.DMP -%%DATADIR%%/model/lm/zh_TW/mandarin_notone.dic +share/man/man1/pocketsphinx.1.gz +share/man/man1/pocketsphinx_batch.1.gz +share/man/man1/pocketsphinx_mdef_convert.1.gz +share/man/man1/sphinx_lm_convert.1.gz +share/man/man1/sphinx_lm_eval.1.gz +share/man/man1/sphinx_lm_sort.1.gz +share/man/man1/sphinx_pitch.1.gz +%%DATADIR%%/model/en-us/cmudict-en-us.dict +%%DATADIR%%/model/en-us/en-us-phone.lm.bin +%%DATADIR%%/model/en-us/en-us.lm.bin +%%DATADIR%%/model/en-us/en-us/README +%%DATADIR%%/model/en-us/en-us/feat.params +%%DATADIR%%/model/en-us/en-us/mdef +%%DATADIR%%/model/en-us/en-us/means +%%DATADIR%%/model/en-us/en-us/noisedict +%%DATADIR%%/model/en-us/en-us/sendump +%%DATADIR%%/model/en-us/en-us/transition_matrices +%%DATADIR%%/model/en-us/en-us/variances diff --git a/audio/py-pyradio/Makefile b/audio/py-pyradio/Makefile index 2598c80bbc0..3f6ecd34816 100644 --- a/audio/py-pyradio/Makefile +++ b/audio/py-pyradio/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyradio -DISTVERSION= 0.9.2.21 +DISTVERSION= 0.9.2.22 PORTREVISION= 0 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/py-pyradio/distinfo b/audio/py-pyradio/distinfo index 2280af1dde9..59859634f4c 100644 --- a/audio/py-pyradio/distinfo +++ b/audio/py-pyradio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704388765 -SHA256 (coderholic-pyradio-0.9.2.21_GH0.tar.gz) = 0ead2c3496aa2e00ef5e80eadb70a17917d7c58f942fa0c52fa7e1f67ba0b026 -SIZE (coderholic-pyradio-0.9.2.21_GH0.tar.gz) = 1476112 +TIMESTAMP = 1704535674 +SHA256 (coderholic-pyradio-0.9.2.22_GH0.tar.gz) = 7adf745bdd57c1c8ca0217a3ba8ce8a3d7610a45660683eb97a3d9cbd0730b1e +SIZE (coderholic-pyradio-0.9.2.22_GH0.tar.gz) = 1476456 diff --git a/audio/py-torchaudio/Makefile b/audio/py-torchaudio/Makefile index 589bd104921..b6ecb3c100f 100644 --- a/audio/py-torchaudio/Makefile +++ b/audio/py-torchaudio/Makefile @@ -1,7 +1,6 @@ PORTNAME= torchaudio DISTVERSIONPREFIX= v -DISTVERSION= 2.1.1 -PORTREVISION= 1 +DISTVERSION= 2.1.2 CATEGORIES= audio python # machine-learning MASTER_SITES= https://downloads.sourceforge.net/project/sox/sox/14.4.2/:sox PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,11 +19,12 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR} \ cmake:devel/cmake-core \ ninja:devel/ninja \ pybind11>0:devel/pybind11 -LIB_DEPENDS= libprotobuf.so:devel/protobuf +LIB_DEPENDS= libabsl_symbolize.so:devel/abseil \ + libprotobuf.so:devel/protobuf RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR} USES= python -USE_PYTHON= pep517 autoplist +USE_PYTHON= pep517 autoplist pytest MAKE_ENV= USE_FFMPEG=0 # ffmpeg integration is broken or unavailable, see https://github.com/pytorch/audio/issues/3716 diff --git a/audio/py-torchaudio/distinfo b/audio/py-torchaudio/distinfo index 25f430b308a..029922e54bd 100644 --- a/audio/py-torchaudio/distinfo +++ b/audio/py-torchaudio/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1702517865 +TIMESTAMP = 1704520439 SHA256 (sox-14.4.2.tar.bz2) = 81a6956d4330e75b5827316e44ae381e6f1e8928003c6aa45896da9041ea149c SIZE (sox-14.4.2.tar.bz2) = 935449 -SHA256 (pytorch-audio-v2.1.1_GH0.tar.gz) = fc905d8d80cec5060445f07314b5b4d276759636de87a4c21821d31d760c3974 -SIZE (pytorch-audio-v2.1.1_GH0.tar.gz) = 4414068 +SHA256 (pytorch-audio-v2.1.2_GH0.tar.gz) = 82c2745a73172b495327ec36c6970ad5ad9d5d2ac44feeaea2617152f9393bf7 +SIZE (pytorch-audio-v2.1.2_GH0.tar.gz) = 4414093 diff --git a/audio/shortwave/Makefile b/audio/shortwave/Makefile index a40d9814799..2781b1e6b9a 100644 --- a/audio/shortwave/Makefile +++ b/audio/shortwave/Makefile @@ -1,6 +1,6 @@ PORTNAME= shortwave DISTVERSION= 3.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MAINTAINER= jbeich@FreeBSD.org diff --git a/audio/sidplayfp/Makefile b/audio/sidplayfp/Makefile index 2baffd6a974..2d5058e1fc5 100644 --- a/audio/sidplayfp/Makefile +++ b/audio/sidplayfp/Makefile @@ -1,5 +1,5 @@ PORTNAME= sidplayfp -DISTVERSION= 2.6.0 +DISTVERSION= 2.6.1 CATEGORIES= audio MASTER_SITES= https://github.com/lib${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/audio/sidplayfp/distinfo b/audio/sidplayfp/distinfo index 238a2d20725..16efcdc9f63 100644 --- a/audio/sidplayfp/distinfo +++ b/audio/sidplayfp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704101560 -SHA256 (sidplayfp-2.6.0.tar.gz) = c8fd7fb68e63377ad093a9adbeba382ac986fe3f6ffe094eb4e62645a1d74ad3 -SIZE (sidplayfp-2.6.0.tar.gz) = 246784 +TIMESTAMP = 1704624531 +SHA256 (sidplayfp-2.6.1.tar.gz) = 7e195382f1b82b71bece656e8520a92b4c0c141c578ac33437e06a473704ca83 +SIZE (sidplayfp-2.6.1.tar.gz) = 246992 diff --git a/audio/songrec/Makefile b/audio/songrec/Makefile index 4a9ea0de2b0..83946c879d7 100644 --- a/audio/songrec/Makefile +++ b/audio/songrec/Makefile @@ -1,6 +1,6 @@ PORTNAME= songrec DISTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/spotify-player/Makefile b/audio/spotify-player/Makefile index 7f670453a6d..c4684762531 100644 --- a/audio/spotify-player/Makefile +++ b/audio/spotify-player/Makefile @@ -1,6 +1,6 @@ PORTNAME= spotify-player DISTVERSIONPREFIX= v -DISTVERSION= 0.15.2 +DISTVERSION= 0.16.3 PORTREVISION= 1 CATEGORIES= audio @@ -11,6 +11,9 @@ WWW= https://github.com/aome510/spotify-player LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= fails to build + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig USES= cargo ssl diff --git a/audio/spotify-player/Makefile.crates b/audio/spotify-player/Makefile.crates index f58cdc84ff8..ff5a89a5331 100644 --- a/audio/spotify-player/Makefile.crates +++ b/audio/spotify-player/Makefile.crates @@ -1,4 +1,4 @@ -CARGO_CRATES= ab_glyph-0.2.22 \ +CARGO_CRATES= ab_glyph-0.2.23 \ ab_glyph_rasterizer-0.1.8 \ addr2line-0.21.0 \ adler-1.0.2 \ @@ -6,92 +6,102 @@ CARGO_CRATES= ab_glyph-0.2.22 \ aes-ctr-0.6.0 \ aes-soft-0.6.4 \ aesni-0.10.0 \ - aho-corasick-1.1.1 \ + ahash-0.8.7 \ + aho-corasick-1.1.2 \ + allocator-api2-0.2.16 \ alsa-0.6.0 \ alsa-sys-0.3.1 \ - android-activity-0.4.3 \ + android-activity-0.5.1 \ android-properties-0.2.2 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ ansi_colours-1.2.2 \ - anstream-0.6.4 \ + anstream-0.6.5 \ anstyle-1.0.4 \ - anstyle-parse-0.2.2 \ - anstyle-query-1.0.0 \ - anstyle-wincon-3.0.1 \ - anyhow-1.0.75 \ + anstyle-parse-0.2.3 \ + anstyle-query-1.0.2 \ + anstyle-wincon-3.0.2 \ + anyhow-1.0.79 \ array-init-2.1.0 \ arrayref-0.3.7 \ arrayvec-0.7.4 \ + as-raw-xcb-connection-1.0.1 \ async-stream-0.3.5 \ async-stream-impl-0.3.5 \ - async-trait-0.1.73 \ + async-trait-0.1.77 \ + atomic-waker-1.1.2 \ autocfg-1.1.0 \ backtrace-0.3.69 \ base64-0.13.1 \ - base64-0.21.4 \ - bindgen-0.68.1 \ + base64-0.21.5 \ + bindgen-0.69.1 \ bit_field-0.10.2 \ bitflags-1.3.2 \ - bitflags-2.4.0 \ + bitflags-2.4.1 \ block-0.1.6 \ block-buffer-0.9.0 \ block-buffer-0.10.4 \ - block-sys-0.1.0-beta.1 \ - block2-0.2.0-alpha.6 \ + block-sys-0.2.0 \ + block2-0.3.0 \ bumpalo-3.14.0 \ bytemuck-1.14.0 \ - byteorder-1.4.3 \ + byteorder-1.5.0 \ bytes-1.5.0 \ - calloop-0.10.6 \ + calloop-0.12.3 \ + calloop-wayland-source-0.2.0 \ cassowary-0.3.0 \ cc-1.0.83 \ cesu8-1.1.0 \ cexpr-0.6.0 \ - cfg-expr-0.15.5 \ + cfg-expr-0.15.6 \ cfg-if-1.0.0 \ cfg_aliases-0.1.1 \ chrono-0.4.31 \ cipher-0.2.5 \ - clang-sys-1.6.1 \ - clap-4.4.6 \ - clap_builder-4.4.6 \ - clap_derive-4.4.2 \ - clap_lex-0.5.1 \ + clang-sys-1.7.0 \ + clap-4.4.12 \ + clap_builder-4.4.12 \ + clap_complete-4.4.6 \ + clap_derive-4.4.7 \ + clap_lex-0.6.0 \ + clipboard-win-3.1.1 \ cocoa-0.24.1 \ cocoa-foundation-0.1.2 \ color_quant-1.1.0 \ colorchoice-1.0.0 \ combine-4.6.6 \ + concurrent-queue-2.4.0 \ config_parser2-0.1.5 \ config_parser_derive-0.1.3 \ console-0.15.7 \ - core-foundation-0.9.3 \ - core-foundation-sys-0.8.4 \ + copypasta-0.10.0 \ + core-foundation-0.9.4 \ + core-foundation-sys-0.8.6 \ core-graphics-0.22.3 \ - core-graphics-types-0.1.2 \ + core-graphics-0.23.1 \ + core-graphics-types-0.1.3 \ coreaudio-rs-0.10.0 \ - coreaudio-sys-0.2.13 \ + coreaudio-sys-0.2.14 \ cpal-0.13.5 \ - cpufeatures-0.2.9 \ + cpufeatures-0.2.11 \ crc32fast-1.3.2 \ - crossbeam-deque-0.8.3 \ - crossbeam-epoch-0.9.15 \ - crossbeam-utils-0.8.16 \ - crossterm-0.25.0 \ + crossbeam-deque-0.8.4 \ + crossbeam-epoch-0.9.17 \ + crossbeam-utils-0.8.18 \ crossterm-0.27.0 \ crossterm_winapi-0.9.1 \ crunchy-0.2.2 \ crypto-common-0.1.6 \ crypto-mac-0.11.1 \ ctr-0.6.0 \ + cursor-icon-1.1.0 \ daemonize-0.5.0 \ darling-0.13.4 \ darling_core-0.13.4 \ darling_macro-0.13.4 \ dbus-0.9.7 \ dbus-crossroads-0.5.2 \ - deranged-0.3.8 \ + deranged-0.3.11 \ digest-0.9.0 \ digest-0.10.7 \ dirs-next-2.0.0 \ @@ -103,34 +113,38 @@ CARGO_CRATES= ab_glyph-0.2.22 \ encode_unicode-0.3.6 \ encoding_rs-0.8.33 \ enum_dispatch-0.3.12 \ - env_logger-0.10.0 \ + env_logger-0.10.1 \ equivalent-1.0.1 \ - errno-0.3.4 \ - errno-dragonfly-0.1.2 \ + errno-0.3.8 \ exr-1.71.0 \ fastrand-2.0.1 \ - fdeflate-0.3.0 \ + fdeflate-0.3.3 \ fixedbitset-0.4.2 \ - flate2-1.0.27 \ + flate2-1.0.28 \ flume-0.11.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ + foreign-types-0.5.0 \ + foreign-types-macros-0.2.3 \ foreign-types-shared-0.1.1 \ - form_urlencoded-1.2.0 \ + foreign-types-shared-0.3.1 \ + form_urlencoded-1.2.1 \ futf-0.1.5 \ - futures-0.3.28 \ - futures-channel-0.3.28 \ - futures-core-0.3.28 \ - futures-executor-0.3.28 \ - futures-io-0.3.28 \ - futures-macro-0.3.28 \ - futures-sink-0.3.28 \ - futures-task-0.3.28 \ - 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-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.10 \ + gethostname-0.3.0 \ + gethostname-0.4.3 \ + getrandom-0.2.11 \ gif-0.12.0 \ - gimli-0.28.0 \ + gimli-0.28.1 \ glib-0.15.12 \ glib-macros-0.15.13 \ glib-sys-0.15.10 \ @@ -144,10 +158,10 @@ CARGO_CRATES= ab_glyph-0.2.22 \ gstreamer-base-0.18.0 \ gstreamer-base-sys-0.18.0 \ gstreamer-sys-0.18.0 \ - h2-0.3.21 \ + h2-0.3.22 \ half-2.2.1 \ hashbrown-0.12.3 \ - hashbrown-0.14.1 \ + hashbrown-0.14.3 \ headers-0.3.9 \ headers-core-0.2.0 \ heck-0.4.1 \ @@ -155,52 +169,57 @@ CARGO_CRATES= ab_glyph-0.2.22 \ hmac-0.11.0 \ hostname-0.3.1 \ html5ever-0.26.0 \ - http-0.2.9 \ - http-body-0.4.5 \ + http-0.2.11 \ + http-body-0.4.6 \ httparse-1.8.0 \ httpdate-1.0.3 \ humantime-2.1.0 \ - hyper-0.14.27 \ + hyper-0.14.28 \ hyper-proxy-0.9.1 \ hyper-tls-0.5.0 \ - iana-time-zone-0.1.57 \ + iana-time-zone-0.1.59 \ iana-time-zone-haiku-0.1.2 \ + icrate-0.0.4 \ ident_case-1.0.1 \ - idna-0.4.0 \ + idna-0.5.0 \ if-addrs-0.7.0 \ image-0.24.7 \ indexmap-1.9.3 \ - indexmap-2.0.2 \ + indexmap-2.1.0 \ indoc-2.0.4 \ instant-0.1.12 \ - ipnet-2.8.0 \ - is-terminal-0.4.9 \ - itertools-0.11.0 \ - itoa-1.0.9 \ + ipnet-2.9.0 \ + is-terminal-0.4.10 \ + itertools-0.12.0 \ + itoa-1.0.10 \ jack-0.8.3 \ jack-0.10.0 \ jack-sys-0.2.2 \ jack-sys-0.4.0 \ jni-0.19.0 \ + jni-0.21.1 \ jni-sys-0.3.0 \ - jobserver-0.1.26 \ + jobserver-0.1.27 \ jpeg-decoder-0.3.0 \ - js-sys-0.3.64 \ + js-sys-0.3.66 \ + lazy-bytes-cast-5.0.1 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ lebe-0.5.2 \ lewton-0.10.2 \ - libc-0.2.148 \ + libc-0.2.151 \ libdbus-sys-0.2.5 \ libloading-0.6.7 \ libloading-0.7.4 \ libloading-0.8.1 \ - libm-0.2.7 \ + libm-0.2.8 \ libmdns-0.7.5 \ libpulse-binding-2.28.1 \ libpulse-simple-binding-2.28.1 \ libpulse-simple-sys-1.21.1 \ libpulse-sys-1.21.0 \ + libredox-0.0.1 \ + libredox-0.0.2 \ librespot-audio-0.4.2 \ librespot-connect-0.4.2 \ librespot-core-0.4.2 \ @@ -209,9 +228,10 @@ CARGO_CRATES= ab_glyph-0.2.22 \ librespot-playback-0.4.2 \ librespot-protocol-0.4.2 \ linked-hash-map-0.5.6 \ - linux-raw-sys-0.4.8 \ - lock_api-0.4.10 \ + linux-raw-sys-0.4.12 \ + lock_api-0.4.11 \ log-0.4.20 \ + lru-0.12.1 \ mac-0.1.1 \ mac-notification-sys-0.6.1 \ mach-0.3.2 \ @@ -222,70 +242,69 @@ CARGO_CRATES= ab_glyph-0.2.22 \ match_cfg-0.1.0 \ matchers-0.1.0 \ maybe-async-0.2.7 \ - memchr-2.6.4 \ - memmap2-0.5.10 \ + memchr-2.7.1 \ + memmap2-0.9.3 \ memoffset-0.6.5 \ - memoffset-0.9.0 \ + memoffset-0.7.1 \ mime-0.3.17 \ minimal-lexical-0.2.1 \ miniz_oxide-0.7.1 \ - mio-0.8.8 \ + mio-0.8.10 \ muldiv-1.0.1 \ multimap-0.8.3 \ nanorand-0.7.0 \ native-tls-0.2.11 \ ndk-0.6.0 \ - ndk-0.7.0 \ + ndk-0.8.0 \ ndk-context-0.1.1 \ ndk-glue-0.6.2 \ ndk-macro-0.3.0 \ ndk-sys-0.3.0 \ - ndk-sys-0.4.1+23.1.7779620 \ + ndk-sys-0.5.0+25.2.9519653 \ new_debug_unreachable-1.0.4 \ nix-0.23.2 \ - nix-0.24.3 \ - nix-0.25.1 \ + nix-0.26.4 \ nom-7.1.3 \ - notify-rust-4.9.0 \ + notify-rust-4.10.0 \ nu-ansi-term-0.46.0 \ num-bigint-0.4.4 \ num-derive-0.3.3 \ num-integer-0.1.45 \ num-rational-0.4.1 \ - num-traits-0.2.16 \ + num-traits-0.2.17 \ num_cpus-1.16.0 \ num_enum-0.5.11 \ - num_enum-0.6.1 \ + num_enum-0.7.1 \ num_enum_derive-0.5.11 \ - num_enum_derive-0.6.1 \ + num_enum_derive-0.7.1 \ objc-0.2.7 \ objc-foundation-0.1.1 \ - objc-sys-0.2.0-beta.2 \ - objc2-0.3.0-beta.3.patch-leaks.3 \ - objc2-encode-2.0.0-pre.2 \ + objc-sys-0.3.2 \ + objc2-0.4.1 \ + objc2-encode-3.0.0 \ objc_id-0.1.1 \ - object-0.32.1 \ + object-0.32.2 \ oboe-0.4.6 \ oboe-sys-0.4.5 \ ogg-0.8.0 \ - once_cell-1.18.0 \ + once_cell-1.19.0 \ opaque-debug-0.3.0 \ - openssl-0.10.57 \ + openssl-0.10.62 \ openssl-macros-0.1.1 \ openssl-probe-0.1.5 \ - openssl-sys-0.9.93 \ + openssl-sys-0.9.98 \ option-operations-0.4.1 \ - orbclient-0.3.46 \ + orbclient-0.3.47 \ overload-0.1.1 \ - owned_ttf_parser-0.19.0 \ + owned_ttf_parser-0.20.0 \ parking_lot-0.11.2 \ parking_lot-0.12.1 \ parking_lot_core-0.8.6 \ - parking_lot_core-0.9.8 \ + parking_lot_core-0.9.9 \ paste-1.0.14 \ pbkdf2-0.8.0 \ peeking_take_while-0.1.2 \ - percent-encoding-2.3.0 \ + percent-encoding-2.3.1 \ petgraph-0.6.4 \ phf-0.10.1 \ phf_codegen-0.10.0 \ @@ -293,75 +312,79 @@ CARGO_CRATES= ab_glyph-0.2.22 \ phf_shared-0.10.0 \ pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ - pkg-config-0.3.27 \ + pkg-config-0.3.28 \ png-0.17.10 \ + polling-3.3.1 \ portaudio-rs-0.3.2 \ portaudio-sys-0.1.1 \ + powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ precomputed-hash-0.1.1 \ pretty-hex-0.3.0 \ priority-queue-1.3.2 \ proc-macro-crate-1.3.1 \ + proc-macro-crate-2.0.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.67 \ + proc-macro2-1.0.74 \ protobuf-2.28.0 \ protobuf-codegen-2.28.0 \ protobuf-codegen-pure-2.28.0 \ qoi-0.4.1 \ - quick-xml-0.23.1 \ - quote-1.0.33 \ + quick-xml-0.30.0 \ + quote-1.0.35 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ rand_distr-0.4.3 \ - ratatui-0.23.0 \ - raw-window-handle-0.5.2 \ + ratatui-0.25.0 \ + raw-window-handle-0.6.0 \ rayon-1.8.0 \ rayon-core-1.12.0 \ redox_syscall-0.2.16 \ redox_syscall-0.3.5 \ - redox_users-0.4.3 \ - regex-1.9.6 \ + redox_syscall-0.4.1 \ + redox_users-0.4.4 \ + regex-1.10.2 \ regex-automata-0.1.10 \ - regex-automata-0.3.9 \ + regex-automata-0.4.3 \ regex-syntax-0.6.29 \ - regex-syntax-0.7.5 \ - reqwest-0.11.20 \ - rgb-0.8.36 \ + regex-syntax-0.8.2 \ + reqwest-0.11.23 \ + rgb-0.8.37 \ rodio-0.15.0 \ - rpassword-7.2.0 \ + rpassword-7.3.1 \ rspotify-0.12.0 \ rspotify-http-0.12.0 \ rspotify-macros-0.12.0 \ rspotify-model-0.12.0 \ - rtoolbox-0.0.1 \ + rtoolbox-0.0.2 \ rustc-demangle-0.1.23 \ rustc-hash-1.1.0 \ rustc_version-0.4.0 \ - rustix-0.38.15 \ + rustix-0.38.28 \ rustversion-1.0.14 \ - ryu-1.0.15 \ + ryu-1.0.16 \ same-file-1.0.6 \ - schannel-0.1.22 \ + schannel-0.1.23 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ - sctk-adwaita-0.5.4 \ + sctk-adwaita-0.8.1 \ sdl2-0.35.2 \ sdl2-sys-0.35.2 \ security-framework-2.9.2 \ security-framework-sys-2.9.1 \ - semver-1.0.19 \ - serde-1.0.188 \ - serde_derive-1.0.188 \ - serde_json-1.0.107 \ - serde_spanned-0.6.3 \ + semver-1.0.21 \ + serde-1.0.194 \ + serde_derive-1.0.194 \ + serde_json-1.0.110 \ + serde_spanned-0.6.5 \ serde_urlencoded-0.7.1 \ sha-1-0.9.8 \ sha1-0.10.6 \ sha2-0.10.8 \ shannon-0.2.0 \ - sharded-slab-0.1.6 \ + sharded-slab-0.1.7 \ shell-words-1.1.0 \ shlex-1.2.0 \ signal-hook-0.3.17 \ @@ -372,131 +395,152 @@ CARGO_CRATES= ab_glyph-0.2.22 \ sixel-rs-0.3.3 \ sixel-sys-0.3.1 \ slab-0.4.9 \ - slotmap-1.0.6 \ - smallvec-1.11.1 \ - smithay-client-toolkit-0.16.1 \ - socket2-0.4.9 \ - socket2-0.5.4 \ + smallvec-1.11.2 \ + smithay-client-toolkit-0.18.0 \ + smithay-clipboard-0.7.0 \ + smol_str-0.2.0 \ + socket2-0.4.10 \ + socket2-0.5.5 \ souvlaki-0.6.1 \ spin-0.9.8 \ + stability-0.1.1 \ stdweb-0.1.3 \ strict-num-0.1.1 \ string_cache-0.8.7 \ string_cache_codegen-0.5.2 \ strsim-0.10.0 \ strum-0.25.0 \ - strum_macros-0.25.2 \ + strum_macros-0.25.3 \ subtle-2.4.1 \ syn-1.0.109 \ - syn-2.0.37 \ - system-deps-6.1.1 \ - target-lexicon-0.12.11 \ - tauri-winrt-notification-0.1.2 \ - tempfile-3.8.0 \ + syn-2.0.46 \ + system-configuration-0.5.1 \ + system-configuration-sys-0.5.0 \ + system-deps-6.2.0 \ + target-lexicon-0.12.13 \ + tauri-winrt-notification-0.1.3 \ + tempfile-3.9.0 \ tendril-0.4.3 \ - termcolor-1.3.0 \ - thiserror-1.0.49 \ - thiserror-impl-1.0.49 \ - thread-id-4.2.0 \ + termcolor-1.4.0 \ + thiserror-1.0.56 \ + thiserror-impl-1.0.56 \ + thread-id-4.2.1 \ thread_local-1.1.7 \ tiff-0.9.0 \ - time-0.3.29 \ + time-0.3.31 \ time-core-0.1.2 \ - tiny-skia-0.8.4 \ - tiny-skia-path-0.8.4 \ + tiny-skia-0.11.3 \ + tiny-skia-path-0.11.3 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ - tokio-1.32.0 \ - tokio-macros-2.1.0 \ + tokio-1.35.1 \ + tokio-macros-2.2.0 \ tokio-native-tls-0.3.1 \ tokio-socks-0.5.1 \ tokio-stream-0.1.14 \ - tokio-util-0.7.9 \ - toml-0.7.8 \ - toml-0.8.1 \ - toml_datetime-0.6.3 \ + tokio-util-0.7.10 \ + toml-0.8.8 \ + toml_datetime-0.6.5 \ toml_edit-0.19.15 \ - toml_edit-0.20.1 \ + toml_edit-0.20.7 \ + toml_edit-0.21.0 \ tower-service-0.3.2 \ - tracing-0.1.37 \ - tracing-attributes-0.1.26 \ - tracing-core-0.1.31 \ - tracing-log-0.1.3 \ - tracing-subscriber-0.3.17 \ - try-lock-0.2.4 \ - ttf-parser-0.19.2 \ + tracing-0.1.40 \ + tracing-attributes-0.1.27 \ + tracing-core-0.1.32 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.18 \ + try-lock-0.2.5 \ + ttf-parser-0.20.0 \ ttl_cache-0.5.1 \ typenum-1.17.0 \ - unicode-bidi-0.3.13 \ + unicode-bidi-0.3.14 \ unicode-ident-1.0.12 \ unicode-normalization-0.1.22 \ unicode-segmentation-1.10.1 \ unicode-width-0.1.11 \ - url-2.4.1 \ + url-2.5.0 \ utf-8-0.7.6 \ utf8parse-0.2.1 \ - uuid-1.4.1 \ + uuid-1.6.1 \ valuable-0.1.0 \ vcpkg-0.2.15 \ - vec_map-0.8.2 \ vergen-3.2.0 \ version-compare-0.1.1 \ version_check-0.9.4 \ - viuer-0.6.2 \ + viuer-0.7.1 \ walkdir-2.4.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-futures-0.4.37 \ - wasm-bindgen-macro-0.2.87 \ - wasm-bindgen-macro-support-0.2.87 \ - wasm-bindgen-shared-0.2.87 \ - wayland-client-0.29.5 \ - wayland-commons-0.29.5 \ - wayland-cursor-0.29.5 \ - wayland-protocols-0.29.5 \ - wayland-scanner-0.29.5 \ - wayland-sys-0.29.5 \ - web-sys-0.3.64 \ + 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 \ + wayland-backend-0.3.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.31.0 \ + wayland-sys-0.31.1 \ + web-sys-0.3.66 \ + web-time-0.2.4 \ weezl-0.1.7 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.6 \ + winapi-wsapoll-0.1.1 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-0.39.0 \ windows-0.44.0 \ - windows-0.48.0 \ + windows-0.51.1 \ + windows-core-0.51.1 \ + windows-core-0.52.0 \ 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_msvc-0.39.0 \ + windows_aarch64_gnullvm-0.52.0 \ windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.48.5 \ - windows_i686_gnu-0.39.0 \ + windows_aarch64_msvc-0.52.0 \ windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.48.5 \ - windows_i686_msvc-0.39.0 \ + windows_i686_gnu-0.52.0 \ windows_i686_msvc-0.42.2 \ windows_i686_msvc-0.48.5 \ - windows_x86_64_gnu-0.39.0 \ + 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_msvc-0.39.0 \ + windows_x86_64_gnullvm-0.52.0 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.5 \ - winit-0.28.7 \ - winnow-0.5.15 \ + windows_x86_64_msvc-0.52.0 \ + winit-0.29.8 \ + winnow-0.5.32 \ winreg-0.50.0 \ + x11-clipboard-0.8.1 \ x11-dl-2.21.0 \ - xcursor-0.3.4 \ - xml-rs-0.8.19 \ + x11rb-0.12.0 \ + x11rb-0.13.0 \ + x11rb-protocol-0.12.0 \ + x11rb-protocol-0.13.0 \ + xcursor-0.3.5 \ + xkbcommon-dl-0.4.1 \ + xkeysym-0.2.0 \ xml5ever-0.17.0 \ - zerocopy-0.6.4 \ - zerocopy-derive-0.6.4 \ + zerocopy-0.6.6 \ + zerocopy-0.7.32 \ + zerocopy-derive-0.6.6 \ + zerocopy-derive-0.7.32 \ zune-inflate-0.2.54 diff --git a/audio/spotify-player/distinfo b/audio/spotify-player/distinfo index 43e11c5a869..0232bd5b9d3 100644 --- a/audio/spotify-player/distinfo +++ b/audio/spotify-player/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1700101327 -SHA256 (rust/crates/ab_glyph-0.2.22.crate) = b1061f3ff92c2f65800df1f12fc7b4ff44ee14783104187dd04dfee6f11b0fd2 -SIZE (rust/crates/ab_glyph-0.2.22.crate) = 18440 +TIMESTAMP = 1704328409 +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 SIZE (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = 11010 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb @@ -15,14 +15,18 @@ SHA256 (rust/crates/aes-soft-0.6.4.crate) = be14c7498ea50828a38d0e24a765ed2effe9 SIZE (rust/crates/aes-soft-0.6.4.crate) = 99980 SHA256 (rust/crates/aesni-0.10.0.crate) = ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce SIZE (rust/crates/aesni-0.10.0.crate) = 100248 -SHA256 (rust/crates/aho-corasick-1.1.1.crate) = ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab -SIZE (rust/crates/aho-corasick-1.1.1.crate) = 182812 +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/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 +SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025 SHA256 (rust/crates/alsa-0.6.0.crate) = 5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b SIZE (rust/crates/alsa-0.6.0.crate) = 68171 SHA256 (rust/crates/alsa-sys-0.3.1.crate) = db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527 SIZE (rust/crates/alsa-sys-0.3.1.crate) = 32748 -SHA256 (rust/crates/android-activity-0.4.3.crate) = 64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0 -SIZE (rust/crates/android-activity-0.4.3.crate) = 238185 +SHA256 (rust/crates/android-activity-0.5.1.crate) = 39b801912a977c3fd52d80511fe1c0c8480c6f957f21ae2ce1b92ffe970cf4b9 +SIZE (rust/crates/android-activity-0.5.1.crate) = 258268 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 @@ -31,66 +35,72 @@ SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac2 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 SHA256 (rust/crates/ansi_colours-1.2.2.crate) = 6a1558bd2075d341b9ca698ec8eb6fcc55a746b1fc4255585aad5b141d918a80 SIZE (rust/crates/ansi_colours-1.2.2.crate) = 21374 -SHA256 (rust/crates/anstream-0.6.4.crate) = 2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44 -SIZE (rust/crates/anstream-0.6.4.crate) = 20593 +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.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/anyhow-1.0.75.crate) = a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6 -SIZE (rust/crates/anyhow-1.0.75.crate) = 43901 +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/array-init-2.1.0.crate) = 3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc SIZE (rust/crates/array-init-2.1.0.crate) = 11927 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/as-raw-xcb-connection-1.0.1.crate) = 175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b +SIZE (rust/crates/as-raw-xcb-connection-1.0.1.crate) = 6460 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-trait-0.1.73.crate) = bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0 -SIZE (rust/crates/async-trait-0.1.73.crate) = 28654 +SHA256 (rust/crates/async-trait-0.1.77.crate) = c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9 +SIZE (rust/crates/async-trait-0.1.77.crate) = 29986 +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.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.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 SIZE (rust/crates/base64-0.13.1.crate) = 61002 -SHA256 (rust/crates/base64-0.21.4.crate) = 9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2 -SIZE (rust/crates/base64-0.21.4.crate) = 77029 -SHA256 (rust/crates/bindgen-0.68.1.crate) = 726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078 -SIZE (rust/crates/bindgen-0.68.1.crate) = 218997 +SHA256 (rust/crates/base64-0.21.5.crate) = 35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9 +SIZE (rust/crates/base64-0.21.5.crate) = 77134 +SHA256 (rust/crates/bindgen-0.69.1.crate) = 9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2 +SIZE (rust/crates/bindgen-0.69.1.crate) = 219972 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.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 +SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a SIZE (rust/crates/block-0.1.6.crate) = 4077 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.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/block-sys-0.1.0-beta.1.crate) = 0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146 -SIZE (rust/crates/block-sys-0.1.0-beta.1.crate) = 9039 -SHA256 (rust/crates/block2-0.2.0-alpha.6.crate) = 8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42 -SIZE (rust/crates/block2-0.2.0-alpha.6.crate) = 10639 +SHA256 (rust/crates/block-sys-0.2.0.crate) = 2dd7cf50912cddc06dc5ea7c08c5e81c1b2c842a70d19def1848d54c586fed92 +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/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400 SHA256 (rust/crates/bytemuck-1.14.0.crate) = 374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6 SIZE (rust/crates/bytemuck-1.14.0.crate) = 44933 -SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 -SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 +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/calloop-0.10.6.crate) = 52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8 -SIZE (rust/crates/calloop-0.10.6.crate) = 53711 +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 +SIZE (rust/crates/calloop-wayland-source-0.2.0.crate) = 11304 SHA256 (rust/crates/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53 SIZE (rust/crates/cassowary-0.3.0.crate) = 22876 SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 @@ -99,8 +109,8 @@ SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748 SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 -SHA256 (rust/crates/cfg-expr-0.15.5.crate) = 03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3 -SIZE (rust/crates/cfg-expr-0.15.5.crate) = 41639 +SHA256 (rust/crates/cfg-expr-0.15.6.crate) = 6100bc57b6209840798d95cb2775684849d332f7bd788db2a8c8caf7ef82a41a +SIZE (rust/crates/cfg-expr-0.15.6.crate) = 41989 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 @@ -109,16 +119,20 @@ SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa6619 SIZE (rust/crates/chrono-0.4.31.crate) = 214513 SHA256 (rust/crates/cipher-0.2.5.crate) = 12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801 SIZE (rust/crates/cipher-0.2.5.crate) = 13099 -SHA256 (rust/crates/clang-sys-1.6.1.crate) = c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f -SIZE (rust/crates/clang-sys-1.6.1.crate) = 41346 -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_derive-4.4.2.crate) = 0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873 -SIZE (rust/crates/clap_derive-4.4.2.crate) = 29019 -SHA256 (rust/crates/clap_lex-0.5.1.crate) = cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961 -SIZE (rust/crates/clap_lex-0.5.1.crate) = 11793 +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.12.crate) = dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d +SIZE (rust/crates/clap-4.4.12.crate) = 54784 +SHA256 (rust/crates/clap_builder-4.4.12.crate) = fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9 +SIZE (rust/crates/clap_builder-4.4.12.crate) = 163345 +SHA256 (rust/crates/clap_complete-4.4.6.crate) = 97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd +SIZE (rust/crates/clap_complete-4.4.6.crate) = 38177 +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/clipboard-win-3.1.1.crate) = 9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342 +SIZE (rust/crates/clipboard-win-3.1.1.crate) = 11964 SHA256 (rust/crates/cocoa-0.24.1.crate) = f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a SIZE (rust/crates/cocoa-0.24.1.crate) = 40445 SHA256 (rust/crates/cocoa-foundation-0.1.2.crate) = 8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7 @@ -129,38 +143,42 @@ SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b6 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/concurrent-queue-2.4.0.crate) = d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363 +SIZE (rust/crates/concurrent-queue-2.4.0.crate) = 20244 SHA256 (rust/crates/config_parser2-0.1.5.crate) = 19860ead0ab4f28e269696d51d517b8d8560334f60aa2a4bcfaf96fc50b16327 SIZE (rust/crates/config_parser2-0.1.5.crate) = 2145 SHA256 (rust/crates/config_parser_derive-0.1.3.crate) = 855710b3670f824be386e3b5313d7b75631f81cb4367e608306daea303ffabef SIZE (rust/crates/config_parser_derive-0.1.3.crate) = 1650 SHA256 (rust/crates/console-0.15.7.crate) = c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8 SIZE (rust/crates/console-0.15.7.crate) = 35409 -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.4.crate) = e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa -SIZE (rust/crates/core-foundation-sys-0.8.4.crate) = 17725 +SHA256 (rust/crates/copypasta-0.10.0.crate) = 6d35364349bf9e9e1c3a035ddcb00d188d23a3c40c50244c03c27a99fc6a65ae +SIZE (rust/crates/copypasta-0.10.0.crate) = 15095 +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/core-graphics-0.22.3.crate) = 2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb SIZE (rust/crates/core-graphics-0.22.3.crate) = 29514 -SHA256 (rust/crates/core-graphics-types-0.1.2.crate) = 2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33 -SIZE (rust/crates/core-graphics-types-0.1.2.crate) = 2641 +SHA256 (rust/crates/core-graphics-0.23.1.crate) = 970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212 +SIZE (rust/crates/core-graphics-0.23.1.crate) = 30714 +SHA256 (rust/crates/core-graphics-types-0.1.3.crate) = 45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf +SIZE (rust/crates/core-graphics-types-0.1.3.crate) = 7063 SHA256 (rust/crates/coreaudio-rs-0.10.0.crate) = 11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88 SIZE (rust/crates/coreaudio-rs-0.10.0.crate) = 34487 -SHA256 (rust/crates/coreaudio-sys-0.2.13.crate) = d8478e5bdad14dce236b9898ea002eabfa87cbe14f0aa538dbe3b6a4bec4332d -SIZE (rust/crates/coreaudio-sys-0.2.13.crate) = 5432 +SHA256 (rust/crates/coreaudio-sys-0.2.14.crate) = f3120ebb80a9de008e638ad833d4127d50ea3d3a960ea23ea69bc66d9358a028 +SIZE (rust/crates/coreaudio-sys-0.2.14.crate) = 5472 SHA256 (rust/crates/cpal-0.13.5.crate) = 74117836a5124f3629e4b474eed03e479abaf98988b4bb317e29f08cfe0e4116 SIZE (rust/crates/cpal-0.13.5.crate) = 93790 -SHA256 (rust/crates/cpufeatures-0.2.9.crate) = a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1 -SIZE (rust/crates/cpufeatures-0.2.9.crate) = 11895 +SHA256 (rust/crates/cpufeatures-0.2.11.crate) = ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0 +SIZE (rust/crates/cpufeatures-0.2.11.crate) = 12727 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.25.0.crate) = e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67 -SIZE (rust/crates/crossterm-0.25.0.crate) = 116533 +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/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 @@ -173,6 +191,8 @@ SHA256 (rust/crates/crypto-mac-0.11.1.crate) = b1d1a86f49236c215f271d40892d5fc95 SIZE (rust/crates/crypto-mac-0.11.1.crate) = 9551 SHA256 (rust/crates/ctr-0.6.0.crate) = fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f SIZE (rust/crates/ctr-0.6.0.crate) = 17092 +SHA256 (rust/crates/cursor-icon-1.1.0.crate) = 96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991 +SIZE (rust/crates/cursor-icon-1.1.0.crate) = 11453 SHA256 (rust/crates/daemonize-0.5.0.crate) = ab8bfdaacb3c887a54d41bdf48d3af8873b3f5566469f8ba21b92057509f116e SIZE (rust/crates/daemonize-0.5.0.crate) = 7125 SHA256 (rust/crates/darling-0.13.4.crate) = a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c @@ -185,8 +205,8 @@ SHA256 (rust/crates/dbus-0.9.7.crate) = 1bb21987b9fb1613058ba3843121dd18b163b254 SIZE (rust/crates/dbus-0.9.7.crate) = 104206 SHA256 (rust/crates/dbus-crossroads-0.5.2.crate) = 3a4c83437187544ba5142427746835061b330446ca8902eabd70e4afb8f76de0 SIZE (rust/crates/dbus-crossroads-0.5.2.crate) = 44664 -SHA256 (rust/crates/deranged-0.3.8.crate) = f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946 -SIZE (rust/crates/deranged-0.3.8.crate) = 15314 +SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 +SIZE (rust/crates/deranged-0.3.11.crate) = 18043 SHA256 (rust/crates/digest-0.9.0.crate) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 SIZE (rust/crates/digest-0.9.0.crate) = 13247 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 @@ -209,62 +229,70 @@ SHA256 (rust/crates/encoding_rs-0.8.33.crate) = 7268b386296a025e474d5140678f75d6 SIZE (rust/crates/encoding_rs-0.8.33.crate) = 1370071 SHA256 (rust/crates/enum_dispatch-0.3.12.crate) = 8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e SIZE (rust/crates/enum_dispatch-0.3.12.crate) = 22400 -SHA256 (rust/crates/env_logger-0.10.0.crate) = 85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0 -SIZE (rust/crates/env_logger-0.10.0.crate) = 36574 +SHA256 (rust/crates/env_logger-0.10.1.crate) = 95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece +SIZE (rust/crates/env_logger-0.10.1.crate) = 36524 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -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/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 +SIZE (rust/crates/errno-0.3.8.crate) = 10645 SHA256 (rust/crates/exr-1.71.0.crate) = 832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8 SIZE (rust/crates/exr-1.71.0.crate) = 244198 SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 -SHA256 (rust/crates/fdeflate-0.3.0.crate) = d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10 -SIZE (rust/crates/fdeflate-0.3.0.crate) = 21790 +SHA256 (rust/crates/fdeflate-0.3.3.crate) = 209098dd6dfc4445aa6111f0e98653ac323eaa4dfd212c9ca3931bf9955c31bd +SIZE (rust/crates/fdeflate-0.3.3.crate) = 25011 SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 -SHA256 (rust/crates/flate2-1.0.27.crate) = c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010 -SIZE (rust/crates/flate2-1.0.27.crate) = 73460 +SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e +SIZE (rust/crates/flate2-1.0.28.crate) = 73690 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 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 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 +SIZE (rust/crates/foreign-types-0.5.0.crate) = 7824 +SHA256 (rust/crates/foreign-types-macros-0.2.3.crate) = 1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742 +SIZE (rust/crates/foreign-types-macros-0.2.3.crate) = 7635 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/form_urlencoded-1.2.0.crate) = a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652 -SIZE (rust/crates/form_urlencoded-1.2.0.crate) = 8923 +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.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 SHA256 (rust/crates/futf-0.1.5.crate) = df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843 SIZE (rust/crates/futf-0.1.5.crate) = 11344 -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.28.crate) = 955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2 -SIZE (rust/crates/futures-channel-0.3.28.crate) = 32281 -SHA256 (rust/crates/futures-core-0.3.28.crate) = 4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c -SIZE (rust/crates/futures-core-0.3.28.crate) = 14780 -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-macro-0.3.28.crate) = 89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72 -SIZE (rust/crates/futures-macro-0.3.28.crate) = 11272 -SHA256 (rust/crates/futures-sink-0.3.28.crate) = f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e -SIZE (rust/crates/futures-sink-0.3.28.crate) = 7852 -SHA256 (rust/crates/futures-task-0.3.28.crate) = 76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65 -SIZE (rust/crates/futures-task-0.3.28.crate) = 11848 -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-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.10.crate) = be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427 -SIZE (rust/crates/getrandom-0.2.10.crate) = 34955 +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/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f +SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 SHA256 (rust/crates/gif-0.12.0.crate) = 80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045 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/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 +SIZE (rust/crates/gimli-0.28.1.crate) = 270497 SHA256 (rust/crates/glib-0.15.12.crate) = edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d SIZE (rust/crates/glib-0.15.12.crate) = 210513 SHA256 (rust/crates/glib-macros-0.15.13.crate) = 10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a @@ -291,14 +319,14 @@ SHA256 (rust/crates/gstreamer-base-sys-0.18.0.crate) = a083493c3c340e71fa7c66eeb SIZE (rust/crates/gstreamer-base-sys-0.18.0.crate) = 36412 SHA256 (rust/crates/gstreamer-sys-0.18.0.crate) = e3517a65d3c2e6f8905b456eba5d53bda158d664863aef960b44f651cb7d33e2 SIZE (rust/crates/gstreamer-sys-0.18.0.crate) = 86281 -SHA256 (rust/crates/h2-0.3.21.crate) = 91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833 -SIZE (rust/crates/h2-0.3.21.crate) = 166581 +SHA256 (rust/crates/h2-0.3.22.crate) = 4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178 +SIZE (rust/crates/h2-0.3.22.crate) = 166413 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.14.1.crate) = 7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12 -SIZE (rust/crates/hashbrown-0.14.1.crate) = 127570 +SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 +SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 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 @@ -313,50 +341,52 @@ SHA256 (rust/crates/hostname-0.3.1.crate) = 3c731c3e10504cc8ed35cfe2f1db4c9274c3 SIZE (rust/crates/hostname-0.3.1.crate) = 9272 SHA256 (rust/crates/html5ever-0.26.0.crate) = bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7 SIZE (rust/crates/html5ever-0.26.0.crate) = 72921 -SHA256 (rust/crates/http-0.2.9.crate) = bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482 -SIZE (rust/crates/http-0.2.9.crate) = 100146 -SHA256 (rust/crates/http-body-0.4.5.crate) = d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1 -SIZE (rust/crates/http-body-0.4.5.crate) = 9242 +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.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 +SIZE (rust/crates/http-body-0.4.6.crate) = 10773 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.27.crate) = ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468 -SIZE (rust/crates/hyper-0.14.27.crate) = 195700 +SHA256 (rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80 +SIZE (rust/crates/hyper-0.14.28.crate) = 197204 SHA256 (rust/crates/hyper-proxy-0.9.1.crate) = ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc SIZE (rust/crates/hyper-proxy-0.9.1.crate) = 10317 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.57.crate) = 2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613 -SIZE (rust/crates/iana-time-zone-0.1.57.crate) = 19785 +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/icrate-0.0.4.crate) = 99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319 +SIZE (rust/crates/icrate-0.0.4.crate) = 1040120 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.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/if-addrs-0.7.0.crate) = cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9 SIZE (rust/crates/if-addrs-0.7.0.crate) = 9632 SHA256 (rust/crates/image-0.24.7.crate) = 6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711 SIZE (rust/crates/image-0.24.7.crate) = 290618 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.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f +SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 SHA256 (rust/crates/indoc-2.0.4.crate) = 1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8 SIZE (rust/crates/indoc-2.0.4.crate) = 14311 SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/ipnet-2.8.0.crate) = 28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6 -SIZE (rust/crates/ipnet-2.8.0.crate) = 27474 -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/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 +SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 +SHA256 (rust/crates/is-terminal-0.4.10.crate) = 0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455 +SIZE (rust/crates/is-terminal-0.4.10.crate) = 7683 +SHA256 (rust/crates/itertools-0.12.0.crate) = 25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0 +SIZE (rust/crates/itertools-0.12.0.crate) = 133620 +SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c +SIZE (rust/crates/itoa-1.0.10.crate) = 10534 SHA256 (rust/crates/jack-0.8.3.crate) = b3902a02287c3dcad784edd1ecc5f487774b63a5fe77dd9842ea9a993d0a4a23 SIZE (rust/crates/jack-0.8.3.crate) = 50760 SHA256 (rust/crates/jack-0.10.0.crate) = ce722655a29b13bb98ec7e8ba9dc65d670b9b37c7b1c09775c7f7516811c5a36 @@ -367,14 +397,18 @@ SHA256 (rust/crates/jack-sys-0.4.0.crate) = e9d70559ff166d148ccb750ddd77702af760 SIZE (rust/crates/jack-sys-0.4.0.crate) = 14861 SHA256 (rust/crates/jni-0.19.0.crate) = c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec SIZE (rust/crates/jni-0.19.0.crate) = 65890 +SHA256 (rust/crates/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 +SIZE (rust/crates/jni-0.21.1.crate) = 105028 SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 -SHA256 (rust/crates/jobserver-0.1.26.crate) = 936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2 -SIZE (rust/crates/jobserver-0.1.26.crate) = 22645 +SHA256 (rust/crates/jobserver-0.1.27.crate) = 8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d +SIZE (rust/crates/jobserver-0.1.27.crate) = 24774 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.66.crate) = cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca +SIZE (rust/crates/js-sys-0.3.66.crate) = 80765 +SHA256 (rust/crates/lazy-bytes-cast-5.0.1.crate) = 10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b +SIZE (rust/crates/lazy-bytes-cast-5.0.1.crate) = 4354 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 @@ -383,8 +417,8 @@ SHA256 (rust/crates/lebe-0.5.2.crate) = 03087c2bad5e1034e8cace5926dec053fb379024 SIZE (rust/crates/lebe-0.5.2.crate) = 8422 SHA256 (rust/crates/lewton-0.10.2.crate) = 777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030 SIZE (rust/crates/lewton-0.10.2.crate) = 68807 -SHA256 (rust/crates/libc-0.2.148.crate) = 9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b -SIZE (rust/crates/libc-0.2.148.crate) = 690988 +SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 +SIZE (rust/crates/libc-0.2.151.crate) = 736640 SHA256 (rust/crates/libdbus-sys-0.2.5.crate) = 06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72 SIZE (rust/crates/libdbus-sys-0.2.5.crate) = 1557017 SHA256 (rust/crates/libloading-0.6.7.crate) = 351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883 @@ -393,8 +427,8 @@ SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f 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 -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/libmdns-0.7.5.crate) = 0b04ae6b56b3b19ade26f0e7e7c1360a1713514f326c5ed0797cf2c109c9e010 SIZE (rust/crates/libmdns-0.7.5.crate) = 24563 SHA256 (rust/crates/libpulse-binding-2.28.1.crate) = ed3557a2dfc380c8f061189a01c6ae7348354e0c9886038dc6c171219c08eaff @@ -405,6 +439,10 @@ SHA256 (rust/crates/libpulse-simple-sys-1.21.1.crate) = ea6613b4199d8b9f0edcfb62 SIZE (rust/crates/libpulse-simple-sys-1.21.1.crate) = 10465 SHA256 (rust/crates/libpulse-sys-1.21.0.crate) = bc19e110fbf42c17260d30f6d3dc545f58491c7830d38ecb9aaca96e26067a9b SIZE (rust/crates/libpulse-sys-1.21.0.crate) = 35899 +SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 +SIZE (rust/crates/libredox-0.0.1.crate) = 4212 +SHA256 (rust/crates/libredox-0.0.2.crate) = 3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607 +SIZE (rust/crates/libredox-0.0.2.crate) = 4538 SHA256 (rust/crates/librespot-audio-0.4.2.crate) = c176a31355e1ea8e0b9c4ced19df4947bfe4770661c25c142b6fba2365940d9d SIZE (rust/crates/librespot-audio-0.4.2.crate) = 10621 SHA256 (rust/crates/librespot-connect-0.4.2.crate) = 4ffafb6a443e9445ccb3d5d591573b5b1da3c89a9b8846c63ba2c3710210d3ec @@ -421,12 +459,14 @@ SHA256 (rust/crates/librespot-protocol-0.4.2.crate) = 5d6d3ac6196ac0ea67bbe039f5 SIZE (rust/crates/librespot-protocol-0.4.2.crate) = 12192 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.8.crate) = 3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db -SIZE (rust/crates/linux-raw-sys-0.4.8.crate) = 1407619 -SHA256 (rust/crates/lock_api-0.4.10.crate) = c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16 -SIZE (rust/crates/lock_api-0.4.10.crate) = 26713 +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/lru-0.12.1.crate) = 2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7 +SIZE (rust/crates/lru-0.12.1.crate) = 14583 SHA256 (rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 SIZE (rust/crates/mac-0.1.1.crate) = 4838 SHA256 (rust/crates/mac-notification-sys-0.6.1.crate) = 51fca4d74ff9dbaac16a01b924bc3693fa2bba0862c2c633abc73f9a8ea21f64 @@ -447,22 +487,22 @@ SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f SIZE (rust/crates/matchers-0.1.0.crate) = 6948 SHA256 (rust/crates/maybe-async-0.2.7.crate) = 0f1b8c13cb1f814b634a96b2c725449fe7ed464a7b8781de8688be5ffbd3f305 SIZE (rust/crates/maybe-async-0.2.7.crate) = 19186 -SHA256 (rust/crates/memchr-2.6.4.crate) = f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167 -SIZE (rust/crates/memchr-2.6.4.crate) = 94439 -SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 -SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 +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/memoffset-0.6.5.crate) = 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce SIZE (rust/crates/memoffset-0.6.5.crate) = 7686 -SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c -SIZE (rust/crates/memoffset-0.9.0.crate) = 9033 +SHA256 (rust/crates/memoffset-0.7.1.crate) = 5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4 +SIZE (rust/crates/memoffset-0.7.1.crate) = 8556 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.8.crate) = 927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2 -SIZE (rust/crates/mio-0.8.8.crate) = 94264 +SHA256 (rust/crates/mio-0.8.10.crate) = 8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09 +SIZE (rust/crates/mio-0.8.10.crate) = 102345 SHA256 (rust/crates/muldiv-1.0.1.crate) = 956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0 SIZE (rust/crates/muldiv-1.0.1.crate) = 4901 SHA256 (rust/crates/multimap-0.8.3.crate) = e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a @@ -473,8 +513,8 @@ SHA256 (rust/crates/native-tls-0.2.11.crate) = 07226173c32f2926027b63cce4bcd8076 SIZE (rust/crates/native-tls-0.2.11.crate) = 29008 SHA256 (rust/crates/ndk-0.6.0.crate) = 2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4 SIZE (rust/crates/ndk-0.6.0.crate) = 39828 -SHA256 (rust/crates/ndk-0.7.0.crate) = 451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0 -SIZE (rust/crates/ndk-0.7.0.crate) = 54683 +SHA256 (rust/crates/ndk-0.8.0.crate) = 2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7 +SIZE (rust/crates/ndk-0.8.0.crate) = 79770 SHA256 (rust/crates/ndk-context-0.1.1.crate) = 27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b SIZE (rust/crates/ndk-context-0.1.1.crate) = 2205 SHA256 (rust/crates/ndk-glue-0.6.2.crate) = 0d0c4a7b83860226e6b4183edac21851f05d5a51756e97a1144b7f5a6b63e65f @@ -483,20 +523,18 @@ SHA256 (rust/crates/ndk-macro-0.3.0.crate) = 0df7ac00c4672f9d5aece54ee3347520b7e SIZE (rust/crates/ndk-macro-0.3.0.crate) = 4884 SHA256 (rust/crates/ndk-sys-0.3.0.crate) = 6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97 SIZE (rust/crates/ndk-sys-0.3.0.crate) = 282815 -SHA256 (rust/crates/ndk-sys-0.4.1+23.1.7779620.crate) = 3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3 -SIZE (rust/crates/ndk-sys-0.4.1+23.1.7779620.crate) = 291699 +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/new_debug_unreachable-1.0.4.crate) = e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54 SIZE (rust/crates/new_debug_unreachable-1.0.4.crate) = 2561 SHA256 (rust/crates/nix-0.23.2.crate) = 8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c SIZE (rust/crates/nix-0.23.2.crate) = 242042 -SHA256 (rust/crates/nix-0.24.3.crate) = fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069 -SIZE (rust/crates/nix-0.24.3.crate) = 266843 -SHA256 (rust/crates/nix-0.25.1.crate) = f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4 -SIZE (rust/crates/nix-0.25.1.crate) = 272312 +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 SIZE (rust/crates/nom-7.1.3.crate) = 117570 -SHA256 (rust/crates/notify-rust-4.9.0.crate) = 6d7b75c8958cb2eab3451538b32db8a7b74006abc33eb2e6a9a56d21e4775c2b -SIZE (rust/crates/notify-rust-4.9.0.crate) = 55592 +SHA256 (rust/crates/notify-rust-4.10.0.crate) = 827c5edfa80235ded4ab3fe8e9dc619b4f866ef16fe9b1c6b8a7f8692c0f2226 +SIZE (rust/crates/notify-rust-4.10.0.crate) = 55713 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/num-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0 @@ -507,74 +545,74 @@ SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2 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/num-traits-0.2.16.crate) = f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2 -SIZE (rust/crates/num-traits-0.2.16.crate) = 50130 +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_enum-0.5.11.crate) = 1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9 SIZE (rust/crates/num_enum-0.5.11.crate) = 16772 -SHA256 (rust/crates/num_enum-0.6.1.crate) = 7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1 -SIZE (rust/crates/num_enum-0.6.1.crate) = 17911 +SHA256 (rust/crates/num_enum-0.7.1.crate) = 683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0 +SIZE (rust/crates/num_enum-0.7.1.crate) = 18578 SHA256 (rust/crates/num_enum_derive-0.5.11.crate) = dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799 SIZE (rust/crates/num_enum_derive-0.5.11.crate) = 15552 -SHA256 (rust/crates/num_enum_derive-0.6.1.crate) = 96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6 -SIZE (rust/crates/num_enum_derive-0.6.1.crate) = 15403 +SHA256 (rust/crates/num_enum_derive-0.7.1.crate) = 6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e +SIZE (rust/crates/num_enum_derive-0.7.1.crate) = 17088 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 SIZE (rust/crates/objc-foundation-0.1.1.crate) = 9063 -SHA256 (rust/crates/objc-sys-0.2.0-beta.2.crate) = df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7 -SIZE (rust/crates/objc-sys-0.2.0-beta.2.crate) = 19364 -SHA256 (rust/crates/objc2-0.3.0-beta.3.patch-leaks.3.crate) = 7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468 -SIZE (rust/crates/objc2-0.3.0-beta.3.patch-leaks.3.crate) = 156792 -SHA256 (rust/crates/objc2-encode-2.0.0-pre.2.crate) = abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512 -SIZE (rust/crates/objc2-encode-2.0.0-pre.2.crate) = 20836 +SHA256 (rust/crates/objc-sys-0.3.2.crate) = c7c71324e4180d0899963fc83d9d241ac39e699609fc1025a850aadac8257459 +SIZE (rust/crates/objc-sys-0.3.2.crate) = 19647 +SHA256 (rust/crates/objc2-0.4.1.crate) = 559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d +SIZE (rust/crates/objc2-0.4.1.crate) = 162783 +SHA256 (rust/crates/objc2-encode-3.0.0.crate) = d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666 +SIZE (rust/crates/objc2-encode-3.0.0.crate) = 17934 SHA256 (rust/crates/objc_id-0.1.1.crate) = c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b 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/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 +SIZE (rust/crates/object-0.32.2.crate) = 286994 SHA256 (rust/crates/oboe-0.4.6.crate) = 27f63c358b4fa0fbcfefd7c8be5cfc39c08ce2389f5325687e7762a48d30a5c1 SIZE (rust/crates/oboe-0.4.6.crate) = 24067 SHA256 (rust/crates/oboe-sys-0.4.5.crate) = 3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd SIZE (rust/crates/oboe-sys-0.4.5.crate) = 140656 SHA256 (rust/crates/ogg-0.8.0.crate) = 6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e SIZE (rust/crates/ogg-0.8.0.crate) = 27128 -SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d -SIZE (rust/crates/once_cell-1.18.0.crate) = 32969 +SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 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.57.crate) = bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c -SIZE (rust/crates/openssl-0.10.57.crate) = 262768 +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.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-sys-0.9.93.crate) = db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d -SIZE (rust/crates/openssl-sys-0.9.93.crate) = 66922 +SHA256 (rust/crates/openssl-sys-0.9.98.crate) = c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7 +SIZE (rust/crates/openssl-sys-0.9.98.crate) = 68035 SHA256 (rust/crates/option-operations-0.4.1.crate) = 42b01597916c91a493b1e8a2fde64fec1764be3259abc1f06efc99c274f150a2 SIZE (rust/crates/option-operations-0.4.1.crate) = 19210 -SHA256 (rust/crates/orbclient-0.3.46.crate) = 8378ac0dfbd4e7895f2d2c1f1345cab3836910baf3a300b000d04250f0c8428f -SIZE (rust/crates/orbclient-0.3.46.crate) = 1324549 +SHA256 (rust/crates/orbclient-0.3.47.crate) = 52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166 +SIZE (rust/crates/orbclient-0.3.47.crate) = 1324509 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/owned_ttf_parser-0.20.0.crate) = d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7 +SIZE (rust/crates/owned_ttf_parser-0.20.0.crate) = 150890 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_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.8.crate) = 93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447 -SIZE (rust/crates/parking_lot_core-0.9.8.crate) = 32383 +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/pbkdf2-0.8.0.crate) = d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa SIZE (rust/crates/pbkdf2-0.8.0.crate) = 12328 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.0.crate) = 9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94 -SIZE (rust/crates/percent-encoding-2.3.0.crate) = 10196 +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 SIZE (rust/crates/petgraph-0.6.4.crate) = 185895 SHA256 (rust/crates/phf-0.10.1.crate) = fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259 @@ -589,14 +627,18 @@ SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d7 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.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 -SIZE (rust/crates/pkg-config-0.3.27.crate) = 18838 +SHA256 (rust/crates/pkg-config-0.3.28.crate) = 69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a +SIZE (rust/crates/pkg-config-0.3.28.crate) = 20330 SHA256 (rust/crates/png-0.17.10.crate) = dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64 SIZE (rust/crates/png-0.17.10.crate) = 89384 +SHA256 (rust/crates/polling-3.3.1.crate) = cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e +SIZE (rust/crates/polling-3.3.1.crate) = 54527 SHA256 (rust/crates/portaudio-rs-0.3.2.crate) = cdb6b5eff96ccc9bf44d34c379ab03ae944426d83d1694345bdf8159d561d562 SIZE (rust/crates/portaudio-rs-0.3.2.crate) = 13267 SHA256 (rust/crates/portaudio-sys-0.1.1.crate) = 5194a4fa953b4ffd851c320ef6f0484cd7278cb7169ea9d6c433e49b23f7b7f5 SIZE (rust/crates/portaudio-sys-0.1.1.crate) = 2327 +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/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c @@ -607,12 +649,14 @@ SHA256 (rust/crates/priority-queue-1.3.2.crate) = fff39edfcaec0d64e8d0da38564fad SIZE (rust/crates/priority-queue-1.3.2.crate) = 33905 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-crate-2.0.0.crate) = 7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8 +SIZE (rust/crates/proc-macro-crate-2.0.0.crate) = 10922 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.67.crate) = 3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328 -SIZE (rust/crates/proc-macro2-1.0.67.crate) = 43683 +SHA256 (rust/crates/proc-macro2-1.0.74.crate) = 2de98502f212cfcea8d0bb305bd0f49d7ebdd75b64ba0a68f937d888f4e0d6db +SIZE (rust/crates/proc-macro2-1.0.74.crate) = 45383 SHA256 (rust/crates/protobuf-2.28.0.crate) = 106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94 SIZE (rust/crates/protobuf-2.28.0.crate) = 167541 SHA256 (rust/crates/protobuf-codegen-2.28.0.crate) = 033460afb75cf755fcfc16dfaed20b86468082a2ea24e05ac35ab4a099a017d6 @@ -621,10 +665,10 @@ SHA256 (rust/crates/protobuf-codegen-pure-2.28.0.crate) = 95a29399fc94bcd3eeaa95 SIZE (rust/crates/protobuf-codegen-pure-2.28.0.crate) = 58102 SHA256 (rust/crates/qoi-0.4.1.crate) = 7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001 SIZE (rust/crates/qoi-0.4.1.crate) = 71135 -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.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae -SIZE (rust/crates/quote-1.0.33.crate) = 28090 +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.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 @@ -633,10 +677,10 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_distr-0.4.3.crate) = 32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31 SIZE (rust/crates/rand_distr-0.4.3.crate) = 58255 -SHA256 (rust/crates/ratatui-0.23.0.crate) = 2e2e4cd95294a85c3b4446e63ef054eea43e0205b1fd60120c16b74ff7ff96ad -SIZE (rust/crates/ratatui-0.23.0.crate) = 252662 -SHA256 (rust/crates/raw-window-handle-0.5.2.crate) = f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9 -SIZE (rust/crates/raw-window-handle-0.5.2.crate) = 17063 +SHA256 (rust/crates/ratatui-0.25.0.crate) = a5659e52e4ba6e07b2dad9f1158f578ef84a73762625ddb51536019f34d180eb +SIZE (rust/crates/ratatui-0.25.0.crate) = 341858 +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 @@ -645,26 +689,28 @@ 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.3.5.crate) = 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 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.9.6.crate) = ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff -SIZE (rust/crates/regex-1.9.6.crate) = 254981 +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.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-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 -SHA256 (rust/crates/regex-syntax-0.7.5.crate) = dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da -SIZE (rust/crates/regex-syntax-0.7.5.crate) = 343366 -SHA256 (rust/crates/reqwest-0.11.20.crate) = 3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1 -SIZE (rust/crates/reqwest-0.11.20.crate) = 155122 -SHA256 (rust/crates/rgb-0.8.36.crate) = 20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59 -SIZE (rust/crates/rgb-0.8.36.crate) = 16576 +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/rgb-0.8.37.crate) = 05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8 +SIZE (rust/crates/rgb-0.8.37.crate) = 16644 SHA256 (rust/crates/rodio-0.15.0.crate) = ec0939e9f626e6c6f1989adb6226a039c855ca483053f0ee7c98b90e41cf731e SIZE (rust/crates/rodio-0.15.0.crate) = 7414161 -SHA256 (rust/crates/rpassword-7.2.0.crate) = 6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322 -SIZE (rust/crates/rpassword-7.2.0.crate) = 8857 +SHA256 (rust/crates/rpassword-7.3.1.crate) = 80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f +SIZE (rust/crates/rpassword-7.3.1.crate) = 8164 SHA256 (rust/crates/rspotify-0.12.0.crate) = 87c6f1d86b10201655f0cd4002088bafe4abcc75cc610613c995abd719f40fcb SIZE (rust/crates/rspotify-0.12.0.crate) = 2443982 SHA256 (rust/crates/rspotify-http-0.12.0.crate) = dad45cd393a8685ee36ec6d2accbb2c955e21ac036a2e4eb175985783f30ed78 @@ -673,30 +719,30 @@ SHA256 (rust/crates/rspotify-macros-0.12.0.crate) = cc4892882851a97ee7210e423725 SIZE (rust/crates/rspotify-macros-0.12.0.crate) = 2753 SHA256 (rust/crates/rspotify-model-0.12.0.crate) = bae90ab3d6e4cb4ccd7f2887c4363d19b1419800e132d3fb95e2f9b24c05f4d7 SIZE (rust/crates/rspotify-model-0.12.0.crate) = 23442 -SHA256 (rust/crates/rtoolbox-0.0.1.crate) = 034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a -SIZE (rust/crates/rtoolbox-0.0.1.crate) = 9430 +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-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.38.15.crate) = d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531 -SIZE (rust/crates/rustix-0.38.15.crate) = 351105 +SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 +SIZE (rust/crates/rustix-0.38.28.crate) = 365398 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/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.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/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/sctk-adwaita-0.5.4.crate) = cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09 -SIZE (rust/crates/sctk-adwaita-0.5.4.crate) = 45888 +SHA256 (rust/crates/sctk-adwaita-0.8.1.crate) = 82b2eaf3a5b264a521b988b2e73042e742df700c4f962cde845d1541adb46550 +SIZE (rust/crates/sctk-adwaita-0.8.1.crate) = 53712 SHA256 (rust/crates/sdl2-0.35.2.crate) = f7959277b623f1fb9e04aea73686c3ca52f01b2145f8ea16f4ff30d8b7623b1a SIZE (rust/crates/sdl2-0.35.2.crate) = 177570 SHA256 (rust/crates/sdl2-sys-0.35.2.crate) = e3586be2cf6c0a8099a79a12b4084357aa9b3e0b0d7980e3b67aaf7a9d55f9f0 @@ -705,16 +751,16 @@ 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/semver-1.0.19.crate) = ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0 -SIZE (rust/crates/semver-1.0.19.crate) = 30027 -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/serde_spanned-0.6.3.crate) = 96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186 -SIZE (rust/crates/serde_spanned-0.6.3.crate) = 7737 +SHA256 (rust/crates/semver-1.0.21.crate) = b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0 +SIZE (rust/crates/semver-1.0.21.crate) = 30445 +SHA256 (rust/crates/serde-1.0.194.crate) = 0b114498256798c94a0689e1a15fec6005dee8ac1f41de56404b67afc2a4b773 +SIZE (rust/crates/serde-1.0.194.crate) = 76863 +SHA256 (rust/crates/serde_derive-1.0.194.crate) = a3385e45322e8f9931410f01b3031ec534c3947d0e94c18049af4d9f9907d4e0 +SIZE (rust/crates/serde_derive-1.0.194.crate) = 55685 +SHA256 (rust/crates/serde_json-1.0.110.crate) = 6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257 +SIZE (rust/crates/serde_json-1.0.110.crate) = 146448 +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/sha-1-0.9.8.crate) = 99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6 @@ -725,8 +771,8 @@ SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f53798 SIZE (rust/crates/sha2-0.10.8.crate) = 26357 SHA256 (rust/crates/shannon-0.2.0.crate) = 7ea5b41c9427b56caa7b808cb548a04fb50bb5b9e98590b53f28064ff4174561 SIZE (rust/crates/shannon-0.2.0.crate) = 3503 -SHA256 (rust/crates/sharded-slab-0.1.6.crate) = c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b -SIZE (rust/crates/sharded-slab-0.1.6.crate) = 55664 +SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 +SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 SHA256 (rust/crates/shlex-1.2.0.crate) = a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380 @@ -747,20 +793,24 @@ SHA256 (rust/crates/sixel-sys-0.3.1.crate) = fb46e0cd5569bf910390844174a5a99d52d SIZE (rust/crates/sixel-sys-0.3.1.crate) = 5486269 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 -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/smithay-client-toolkit-0.16.1.crate) = 870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9 -SIZE (rust/crates/smithay-client-toolkit-0.16.1.crate) = 131081 -SHA256 (rust/crates/socket2-0.4.9.crate) = 64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662 -SIZE (rust/crates/socket2-0.4.9.crate) = 45421 -SHA256 (rust/crates/socket2-0.5.4.crate) = 4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e -SIZE (rust/crates/socket2-0.5.4.crate) = 54663 +SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 +SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 +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 +SIZE (rust/crates/smithay-clipboard-0.7.0.crate) = 18028 +SHA256 (rust/crates/smol_str-0.2.0.crate) = 74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c +SIZE (rust/crates/smol_str-0.2.0.crate) = 13467 +SHA256 (rust/crates/socket2-0.4.10.crate) = 9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d +SIZE (rust/crates/socket2-0.4.10.crate) = 45697 +SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9 +SIZE (rust/crates/socket2-0.5.5.crate) = 54863 SHA256 (rust/crates/souvlaki-0.6.1.crate) = 951a075f224d8c87bb62a08c9c27a373fd6d453407e89cae00a25e2eac74ef51 SIZE (rust/crates/souvlaki-0.6.1.crate) = 28857 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 SIZE (rust/crates/spin-0.9.8.crate) = 38958 +SHA256 (rust/crates/stability-0.1.1.crate) = ebd1b177894da2a2d9120208c3386066af06a488255caabc5de8ddca22dbc3ce +SIZE (rust/crates/stability-0.1.1.crate) = 4753 SHA256 (rust/crates/stdweb-0.1.3.crate) = ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e SIZE (rust/crates/stdweb-0.1.3.crate) = 90221 SHA256 (rust/crates/strict-num-0.1.1.crate) = 6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731 @@ -773,92 +823,96 @@ SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f0 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 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.2.crate) = ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059 -SIZE (rust/crates/strum_macros-0.25.2.crate) = 21964 +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.4.1.crate) = 6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601 SIZE (rust/crates/subtle-2.4.1.crate) = 12630 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.37.crate) = 7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8 -SIZE (rust/crates/syn-2.0.37.crate) = 243250 -SHA256 (rust/crates/system-deps-6.1.1.crate) = 30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3 -SIZE (rust/crates/system-deps-6.1.1.crate) = 24171 -SHA256 (rust/crates/target-lexicon-0.12.11.crate) = 9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a -SIZE (rust/crates/target-lexicon-0.12.11.crate) = 24594 -SHA256 (rust/crates/tauri-winrt-notification-0.1.2.crate) = 4f5bff1d532fead7c43324a0fa33643b8621a47ce2944a633be4cb6c0240898f -SIZE (rust/crates/tauri-winrt-notification-0.1.2.crate) = 42234 -SHA256 (rust/crates/tempfile-3.8.0.crate) = cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef -SIZE (rust/crates/tempfile-3.8.0.crate) = 31720 +SHA256 (rust/crates/syn-2.0.46.crate) = 89456b690ff72fddcecf231caedbe615c59480c93358a93dfae7fc29e3ebbf0e +SIZE (rust/crates/syn-2.0.46.crate) = 250537 +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/system-deps-6.2.0.crate) = 2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331 +SIZE (rust/crates/system-deps-6.2.0.crate) = 24961 +SHA256 (rust/crates/target-lexicon-0.12.13.crate) = 69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae +SIZE (rust/crates/target-lexicon-0.12.13.crate) = 25424 +SHA256 (rust/crates/tauri-winrt-notification-0.1.3.crate) = 006851c9ccefa3c38a7646b8cec804bb429def3da10497bfa977179869c3e8e2 +SIZE (rust/crates/tauri-winrt-notification-0.1.3.crate) = 42440 +SHA256 (rust/crates/tempfile-3.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa +SIZE (rust/crates/tempfile-3.9.0.crate) = 32182 SHA256 (rust/crates/tendril-0.4.3.crate) = d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0 SIZE (rust/crates/tendril-0.4.3.crate) = 37210 -SHA256 (rust/crates/termcolor-1.3.0.crate) = 6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64 -SIZE (rust/crates/termcolor-1.3.0.crate) = 18799 -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/thread-id-4.2.0.crate) = 79474f573561cdc4871a0de34a51c92f7f5a56039113fbb5b9c9f96bdb756669 -SIZE (rust/crates/thread-id-4.2.0.crate) = 8551 +SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449 +SIZE (rust/crates/termcolor-1.4.0.crate) = 18765 +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/thread-id-4.2.1.crate) = f0ec81c46e9eb50deaa257be2f148adf052d1fb7701cfd55ccfab2525280b70b +SIZE (rust/crates/thread-id-4.2.1.crate) = 9100 SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 SHA256 (rust/crates/tiff-0.9.0.crate) = 6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211 SIZE (rust/crates/tiff-0.9.0.crate) = 1418215 -SHA256 (rust/crates/time-0.3.29.crate) = 426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe -SIZE (rust/crates/time-0.3.29.crate) = 118231 +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/tiny-skia-0.8.4.crate) = df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67 -SIZE (rust/crates/tiny-skia-0.8.4.crate) = 193684 -SHA256 (rust/crates/tiny-skia-path-0.8.4.crate) = adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c -SIZE (rust/crates/tiny-skia-path-0.8.4.crate) = 45814 +SHA256 (rust/crates/tiny-skia-0.11.3.crate) = b6a067b809476893fce6a254cf285850ff69c847e6cfbade6a20b655b6c7e80d +SIZE (rust/crates/tiny-skia-0.11.3.crate) = 200744 +SHA256 (rust/crates/tiny-skia-path-0.11.3.crate) = 5de35e8a90052baaaf61f171680ac2f8e925a1e43ea9d2e3a00514772250e541 +SIZE (rust/crates/tiny-skia-path-0.11.3.crate) = 47752 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.32.0.crate) = 17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9 -SIZE (rust/crates/tokio-1.32.0.crate) = 725004 -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.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-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 SHA256 (rust/crates/tokio-socks-0.5.1.crate) = 51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0 SIZE (rust/crates/tokio-socks-0.5.1.crate) = 16137 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.9.crate) = 1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d -SIZE (rust/crates/tokio-util-0.7.9.crate) = 104487 -SHA256 (rust/crates/toml-0.7.8.crate) = dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257 -SIZE (rust/crates/toml-0.7.8.crate) = 49671 -SHA256 (rust/crates/toml-0.8.1.crate) = 1bc1433177506450fe920e46a4f9812d0c211f5dd556da10e731a0a3dfa151f0 -SIZE (rust/crates/toml-0.8.1.crate) = 50409 -SHA256 (rust/crates/toml_datetime-0.6.3.crate) = 7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b -SIZE (rust/crates/toml_datetime-0.6.3.crate) = 10770 +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.8.8.crate) = a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35 +SIZE (rust/crates/toml-0.8.8.crate) = 50451 +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.19.15.crate) = 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421 SIZE (rust/crates/toml_edit-0.19.15.crate) = 95324 -SHA256 (rust/crates/toml_edit-0.20.1.crate) = ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe -SIZE (rust/crates/toml_edit-0.20.1.crate) = 95671 +SHA256 (rust/crates/toml_edit-0.20.7.crate) = 70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81 +SIZE (rust/crates/toml_edit-0.20.7.crate) = 101056 +SHA256 (rust/crates/toml_edit-0.21.0.crate) = d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03 +SIZE (rust/crates/toml_edit-0.21.0.crate) = 101265 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.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 -SIZE (rust/crates/tracing-0.1.37.crate) = 73888 -SHA256 (rust/crates/tracing-attributes-0.1.26.crate) = 5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab -SIZE (rust/crates/tracing-attributes-0.1.26.crate) = 32060 -SHA256 (rust/crates/tracing-core-0.1.31.crate) = 0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a -SIZE (rust/crates/tracing-core-0.1.31.crate) = 61263 -SHA256 (rust/crates/tracing-log-0.1.3.crate) = 78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922 -SIZE (rust/crates/tracing-log-0.1.3.crate) = 20549 -SHA256 (rust/crates/tracing-subscriber-0.3.17.crate) = 30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77 -SIZE (rust/crates/tracing-subscriber-0.3.17.crate) = 191711 -SHA256 (rust/crates/try-lock-0.2.4.crate) = 3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed -SIZE (rust/crates/try-lock-0.2.4.crate) = 4467 -SHA256 (rust/crates/ttf-parser-0.19.2.crate) = 49d64318d8311fc2668e48b63969f4343e0a85c4a109aa8460d6672e364b8bd1 -SIZE (rust/crates/ttf-parser-0.19.2.crate) = 158329 +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-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 +SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 +SHA256 (rust/crates/tracing-subscriber-0.3.18.crate) = ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b +SIZE (rust/crates/tracing-subscriber-0.3.18.crate) = 196312 +SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b +SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 +SHA256 (rust/crates/ttf-parser-0.20.0.crate) = 17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4 +SIZE (rust/crates/ttf-parser-0.20.0.crate) = 161769 SHA256 (rust/crates/ttl_cache-0.5.1.crate) = 4189890526f0168710b6ee65ceaedf1460c48a14318ceec933cb26baa492096a SIZE (rust/crates/ttl_cache-0.5.1.crate) = 9923 SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 SIZE (rust/crates/typenum-1.17.0.crate) = 42849 -SHA256 (rust/crates/unicode-bidi-0.3.13.crate) = 92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460 -SIZE (rust/crates/unicode-bidi-0.3.13.crate) = 44477 +SHA256 (rust/crates/unicode-bidi-0.3.14.crate) = 6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416 +SIZE (rust/crates/unicode-bidi-0.3.14.crate) = 56429 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 @@ -867,60 +921,66 @@ 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.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 -SHA256 (rust/crates/url-2.4.1.crate) = 143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5 -SIZE (rust/crates/url-2.4.1.crate) = 78228 +SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 +SIZE (rust/crates/url-2.5.0.crate) = 78605 SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/uuid-1.4.1.crate) = 79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d -SIZE (rust/crates/uuid-1.4.1.crate) = 55291 +SHA256 (rust/crates/uuid-1.6.1.crate) = 5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560 +SIZE (rust/crates/uuid-1.6.1.crate) = 55554 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/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 -SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 SHA256 (rust/crates/vergen-3.2.0.crate) = e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a SIZE (rust/crates/vergen-3.2.0.crate) = 16897 SHA256 (rust/crates/version-compare-0.1.1.crate) = 579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29 SIZE (rust/crates/version-compare-0.1.1.crate) = 13224 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f SIZE (rust/crates/version_check-0.9.4.crate) = 14895 -SHA256 (rust/crates/viuer-0.6.2.crate) = b511f7e9ae27b5750f12ca50c353a1179bd4cc964a47294eb0d2cdad40cb41c0 -SIZE (rust/crates/viuer-0.6.2.crate) = 14586 +SHA256 (rust/crates/viuer-0.7.1.crate) = ec2ede5c8814363f92f862892dfe71a266f6816b649ca435aed1ff5e2cf3454e +SIZE (rust/crates/viuer-0.7.1.crate) = 14693 SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 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-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/wayland-client-0.29.5.crate) = 3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715 -SIZE (rust/crates/wayland-client-0.29.5.crate) = 71041 -SHA256 (rust/crates/wayland-commons-0.29.5.crate) = 8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902 -SIZE (rust/crates/wayland-commons-0.29.5.crate) = 20771 -SHA256 (rust/crates/wayland-cursor-0.29.5.crate) = 6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661 -SIZE (rust/crates/wayland-cursor-0.29.5.crate) = 6195 -SHA256 (rust/crates/wayland-protocols-0.29.5.crate) = b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6 -SIZE (rust/crates/wayland-protocols-0.29.5.crate) = 140859 -SHA256 (rust/crates/wayland-scanner-0.29.5.crate) = 8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53 -SIZE (rust/crates/wayland-scanner-0.29.5.crate) = 17248 -SHA256 (rust/crates/wayland-sys-0.29.5.crate) = be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4 -SIZE (rust/crates/wayland-sys-0.29.5.crate) = 7926 -SHA256 (rust/crates/web-sys-0.3.64.crate) = 9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b -SIZE (rust/crates/web-sys-0.3.64.crate) = 725584 +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/wayland-backend-0.3.2.crate) = 19152ddd73f45f024ed4534d9ca2594e0ef252c1847695255dae47f34df9fbe4 +SIZE (rust/crates/wayland-backend-0.3.2.crate) = 69238 +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 +SIZE (rust/crates/wayland-csd-frame-0.3.0.crate) = 5696 +SHA256 (rust/crates/wayland-cursor-0.31.0.crate) = a44aa20ae986659d6c77d64d808a046996a932aa763913864dc40c359ef7ad5b +SIZE (rust/crates/wayland-cursor-0.31.0.crate) = 6938 +SHA256 (rust/crates/wayland-protocols-0.31.0.crate) = e253d7107ba913923dc253967f35e8561a3c65f914543e46843c88ddd729e21c +SIZE (rust/crates/wayland-protocols-0.31.0.crate) = 134772 +SHA256 (rust/crates/wayland-protocols-plasma-0.2.0.crate) = 23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479 +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.31.0.crate) = fb8e28403665c9f9513202b7e1ed71ec56fde5c107816843fb14057910b2c09c +SIZE (rust/crates/wayland-scanner-0.31.0.crate) = 35245 +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.66.crate) = 50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f +SIZE (rust/crates/web-sys-0.3.66.crate) = 733024 +SHA256 (rust/crates/web-time-0.2.4.crate) = aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0 +SIZE (rust/crates/web-time-0.2.4.crate) = 15743 SHA256 (rust/crates/weezl-0.1.7.crate) = 9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb SIZE (rust/crates/weezl-0.1.7.crate) = 42166 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 @@ -929,79 +989,107 @@ 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.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 +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/windows-0.39.0.crate) = f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a -SIZE (rust/crates/windows-0.39.0.crate) = 12776691 SHA256 (rust/crates/windows-0.44.0.crate) = 9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b SIZE (rust/crates/windows-0.44.0.crate) = 11502336 -SHA256 (rust/crates/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f -SIZE (rust/crates/windows-0.48.0.crate) = 11864177 +SHA256 (rust/crates/windows-0.51.1.crate) = ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9 +SIZE (rust/crates/windows-0.51.1.crate) = 12250614 +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.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 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_msvc-0.39.0.crate) = ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2 -SIZE (rust/crates/windows_aarch64_msvc-0.39.0.crate) = 661960 +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_i686_gnu-0.39.0.crate) = 763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b -SIZE (rust/crates/windows_i686_gnu-0.39.0.crate) = 818115 +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_msvc-0.39.0.crate) = 7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106 -SIZE (rust/crates/windows_i686_msvc-0.39.0.crate) = 724575 +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_x86_64_gnu-0.39.0.crate) = 6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65 -SIZE (rust/crates/windows_x86_64_gnu-0.39.0.crate) = 790933 +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_msvc-0.39.0.crate) = 5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809 -SIZE (rust/crates/windows_x86_64_msvc-0.39.0.crate) = 662005 +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/winit-0.28.7.crate) = 9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94 -SIZE (rust/crates/winit-0.28.7.crate) = 407921 -SHA256 (rust/crates/winnow-0.5.15.crate) = 7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc -SIZE (rust/crates/winnow-0.5.15.crate) = 145621 +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/winit-0.29.8.crate) = 0dc1a7ae1076890701c7dd71ea35b2aebaf9aeb7b8868ac2d33b1c7e8ef93c00 +SIZE (rust/crates/winit-0.29.8.crate) = 572945 +SHA256 (rust/crates/winnow-0.5.32.crate) = 8434aeec7b290e8da5c3f0d628cb0eac6cabcb31d14bb74f779a08109a5914d6 +SIZE (rust/crates/winnow-0.5.32.crate) = 153210 SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 SIZE (rust/crates/winreg-0.50.0.crate) = 29703 +SHA256 (rust/crates/x11-clipboard-0.8.1.crate) = b41aca1115b1f195f21c541c5efb423470848d48143127d0f07f8b90c27440df +SIZE (rust/crates/x11-clipboard-0.8.1.crate) = 8609 SHA256 (rust/crates/x11-dl-2.21.0.crate) = 38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f SIZE (rust/crates/x11-dl-2.21.0.crate) = 66823 -SHA256 (rust/crates/xcursor-0.3.4.crate) = 463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7 -SIZE (rust/crates/xcursor-0.3.4.crate) = 6069 -SHA256 (rust/crates/xml-rs-0.8.19.crate) = 0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a -SIZE (rust/crates/xml-rs-0.8.19.crate) = 54051 +SHA256 (rust/crates/x11rb-0.12.0.crate) = b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a +SIZE (rust/crates/x11rb-0.12.0.crate) = 218514 +SHA256 (rust/crates/x11rb-0.13.0.crate) = f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a +SIZE (rust/crates/x11rb-0.13.0.crate) = 222396 +SHA256 (rust/crates/x11rb-protocol-0.12.0.crate) = 82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc +SIZE (rust/crates/x11rb-protocol-0.12.0.crate) = 478311 +SHA256 (rust/crates/x11rb-protocol-0.13.0.crate) = e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34 +SIZE (rust/crates/x11rb-protocol-0.13.0.crate) = 507838 +SHA256 (rust/crates/xcursor-0.3.5.crate) = 6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911 +SIZE (rust/crates/xcursor-0.3.5.crate) = 6256 +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 +SIZE (rust/crates/xkeysym-0.2.0.crate) = 101431 SHA256 (rust/crates/xml5ever-0.17.0.crate) = 4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650 SIZE (rust/crates/xml5ever-0.17.0.crate) = 41208 -SHA256 (rust/crates/zerocopy-0.6.4.crate) = 20707b61725734c595e840fb3704378a0cd2b9c74cc9e6e20724838fc6a1e2f9 -SIZE (rust/crates/zerocopy-0.6.4.crate) = 45678 -SHA256 (rust/crates/zerocopy-derive-0.6.4.crate) = 56097d5b91d711293a42be9289403896b68654625021732067eac7a4ca388a1f -SIZE (rust/crates/zerocopy-derive-0.6.4.crate) = 522440 +SHA256 (rust/crates/zerocopy-0.6.6.crate) = 854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6 +SIZE (rust/crates/zerocopy-0.6.6.crate) = 47473 +SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be +SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 +SHA256 (rust/crates/zerocopy-derive-0.6.6.crate) = 125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91 +SIZE (rust/crates/zerocopy-derive-0.6.6.crate) = 522443 +SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 +SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02 SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 -SHA256 (aome510-spotify-player-v0.15.2_GH0.tar.gz) = 799319c79619fb900c9090a81c54df88685417b571e880bad758934f234e77c2 -SIZE (aome510-spotify-player-v0.15.2_GH0.tar.gz) = 122558 +SHA256 (aome510-spotify-player-v0.16.3_GH0.tar.gz) = a36d042be08465344edc0268de9f46d269d30d79c420d04eb26d2d4ce56bf3aa +SIZE (aome510-spotify-player-v0.16.3_GH0.tar.gz) = 130610 diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile index 2ebaa735df3..b1d21cd6e2c 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= 23 +PORTREVISION= 24 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile index eaf3659b602..46e535be79a 100644 --- a/audio/spotifyd/Makefile +++ b/audio/spotifyd/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotifyd DISTVERSIONPREFIX= v DISTVERSION= 0.3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index abf55db88c8..630a031fe31 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -5,12 +5,15 @@ PORTEPOCH= 1 CATEGORIES= audio gnome MASTER_SITES= SF -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Sound editor for the GNOME/GTK 2 desktop WWW= http://www.metadecks.org/software/sweep/ LICENSE= GPLv2 +DEPRECATED= Abandonware, last release in 2008 and upstream is dead. Consider using audio/audacity +EXPIRATION_DATE=2024-02-29 + LIB_DEPENDS= libmad.so:audio/libmad \ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile \ diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index 542559276a3..8cf2b9230bb 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -1,6 +1,6 @@ PORTNAME= xcd PORTVERSION= 1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio tk MASTER_SITES= LOCAL/cy @@ -16,7 +16,7 @@ WITH_CDROM_PLAYER?= cd0 MAKE_ENV+= BINDIR="${PREFIX}/bin" \ CDDIR="${PREFIX}/lib/xcd" \ BITMAPDIR="${PREFIX}/lib/xcd" \ - MANDIR="${MANPREFIX}/man/man1" + MANDIR="${PREFIX}/share/man/man1" pre-extract: @${ECHO_CMD} "" diff --git a/audio/xcd/pkg-plist b/audio/xcd/pkg-plist index 51f555c78c7..c95aaa38104 100644 --- a/audio/xcd/pkg-plist +++ b/audio/xcd/pkg-plist @@ -1,5 +1,5 @@ bin/xcd -man/man1/xcd.1.gz +share/man/man1/xcd.1.gz lib/xcd/cdplayer lib/xcd/eject.xbm lib/xcd/eject_s.xbm diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index eceb64a51a0..dbc0413c4a4 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -1,5 +1,6 @@ PORTNAME= fio DISTVERSION= 3.36 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= https://brick.kernel.dk/snaps/ @@ -34,8 +35,8 @@ LIBNFS_CONFIGURE_ENABLE= libnfs do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/tools/fio_generate_plots ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fio.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/tools/fio_generate_plots.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/fio.1 ${STAGEDIR}${PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/tools/fio_generate_plots.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}/compiler ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}/lib diff --git a/benchmarks/fio/pkg-plist b/benchmarks/fio/pkg-plist index b4a3c9e4aea..f4e78240cdd 100644 --- a/benchmarks/fio/pkg-plist +++ b/benchmarks/fio/pkg-plist @@ -111,8 +111,8 @@ include/fio/y.tab.h include/fio/zbd.h include/fio/zbd_types.h include/fio/zone-dist.h -man/man1/fio.1.gz -man/man1/fio_generate_plots.1.gz +share/man/man1/fio.1.gz +share/man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/1mbs_clients.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/1mbs_clients.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio-read.fio diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index df414f5041a..a28c4a315f6 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -1,6 +1,6 @@ PORTNAME= hpl DISTVERSION= 2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= benchmarks MASTER_SITES= NETLIB/benchmark/hpl @@ -60,7 +60,7 @@ do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_PROGRAM} ${WRKSRC}/bin/${HPL_ARCH}/xhpl ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/bin/${HPL_ARCH}/HPL.dat ${STAGEDIR}${ETCDIR} - ${INSTALL_MAN} ${WRKSRC}/man/man3/*.3 ${STAGEDIR}${MAN3PREFIX}/man/man3/ + ${INSTALL_MAN} ${WRKSRC}/man/man3/*.3 ${STAGEDIR}${PREFIX}/share/man/man3/ @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in BUGS COPYRIGHT HISTORY README TODO TUNING ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} diff --git a/benchmarks/hpl/pkg-plist b/benchmarks/hpl/pkg-plist index f7b5e496516..ffe18712141 100644 --- a/benchmarks/hpl/pkg-plist +++ b/benchmarks/hpl/pkg-plist @@ -6,127 +6,127 @@ etc/hpl/HPL.dat %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/TUNING -man/man3/HPL_abort.3.gz -man/man3/HPL_all_reduce.3.gz -man/man3/HPL_barrier.3.gz -man/man3/HPL_bcast.3.gz -man/man3/HPL_binit.3.gz -man/man3/HPL_broadcast.3.gz -man/man3/HPL_bwait.3.gz -man/man3/HPL_copyL.3.gz -man/man3/HPL_daxpy.3.gz -man/man3/HPL_dcopy.3.gz -man/man3/HPL_dgemm.3.gz -man/man3/HPL_dgemv.3.gz -man/man3/HPL_dger.3.gz -man/man3/HPL_dlacpy.3.gz -man/man3/HPL_dlamch.3.gz -man/man3/HPL_dlange.3.gz -man/man3/HPL_dlaprnt.3.gz -man/man3/HPL_dlaswp00N.3.gz -man/man3/HPL_dlaswp01N.3.gz -man/man3/HPL_dlaswp01T.3.gz -man/man3/HPL_dlaswp02N.3.gz -man/man3/HPL_dlaswp03N.3.gz -man/man3/HPL_dlaswp03T.3.gz -man/man3/HPL_dlaswp04N.3.gz -man/man3/HPL_dlaswp04T.3.gz -man/man3/HPL_dlaswp05N.3.gz -man/man3/HPL_dlaswp05T.3.gz -man/man3/HPL_dlaswp06N.3.gz -man/man3/HPL_dlaswp06T.3.gz -man/man3/HPL_dlaswp10N.3.gz -man/man3/HPL_dlatcpy.3.gz -man/man3/HPL_dlocmax.3.gz -man/man3/HPL_dlocswpN.3.gz -man/man3/HPL_dlocswpT.3.gz -man/man3/HPL_dmatgen.3.gz -man/man3/HPL_dscal.3.gz -man/man3/HPL_dswap.3.gz -man/man3/HPL_dtrsm.3.gz -man/man3/HPL_dtrsv.3.gz -man/man3/HPL_equil.3.gz -man/man3/HPL_fprintf.3.gz -man/man3/HPL_grid_exit.3.gz -man/man3/HPL_grid_info.3.gz -man/man3/HPL_grid_init.3.gz -man/man3/HPL_idamax.3.gz -man/man3/HPL_indxg2l.3.gz -man/man3/HPL_indxg2lp.3.gz -man/man3/HPL_indxg2p.3.gz -man/man3/HPL_indxl2g.3.gz -man/man3/HPL_infog2l.3.gz -man/man3/HPL_jumpit.3.gz -man/man3/HPL_ladd.3.gz -man/man3/HPL_lmul.3.gz -man/man3/HPL_logsort.3.gz -man/man3/HPL_max.3.gz -man/man3/HPL_min.3.gz -man/man3/HPL_numroc.3.gz -man/man3/HPL_numrocI.3.gz -man/man3/HPL_pabort.3.gz -man/man3/HPL_packL.3.gz -man/man3/HPL_pddriver.3.gz -man/man3/HPL_pdfact.3.gz -man/man3/HPL_pdgesv.3.gz -man/man3/HPL_pdgesv0.3.gz -man/man3/HPL_pdgesvK1.3.gz -man/man3/HPL_pdgesvK2.3.gz -man/man3/HPL_pdinfo.3.gz -man/man3/HPL_pdlamch.3.gz -man/man3/HPL_pdlange.3.gz -man/man3/HPL_pdlaprnt.3.gz -man/man3/HPL_pdlaswp00N.3.gz -man/man3/HPL_pdlaswp00T.3.gz -man/man3/HPL_pdlaswp01N.3.gz -man/man3/HPL_pdlaswp01T.3.gz -man/man3/HPL_pdmatgen.3.gz -man/man3/HPL_pdmxswp.3.gz -man/man3/HPL_pdpancrN.3.gz -man/man3/HPL_pdpancrT.3.gz -man/man3/HPL_pdpanel_disp.3.gz -man/man3/HPL_pdpanel_free.3.gz -man/man3/HPL_pdpanel_init.3.gz -man/man3/HPL_pdpanel_new.3.gz -man/man3/HPL_pdpanllN.3.gz -man/man3/HPL_pdpanllT.3.gz -man/man3/HPL_pdpanrlN.3.gz -man/man3/HPL_pdpanrlT.3.gz -man/man3/HPL_pdrpancrN.3.gz -man/man3/HPL_pdrpancrT.3.gz -man/man3/HPL_pdrpanllN.3.gz -man/man3/HPL_pdrpanllT.3.gz -man/man3/HPL_pdrpanrlN.3.gz -man/man3/HPL_pdrpanrlT.3.gz -man/man3/HPL_pdtest.3.gz -man/man3/HPL_pdtrsv.3.gz -man/man3/HPL_pdupdateNN.3.gz -man/man3/HPL_pdupdateNT.3.gz -man/man3/HPL_pdupdateTN.3.gz -man/man3/HPL_pdupdateTT.3.gz -man/man3/HPL_perm.3.gz -man/man3/HPL_pipid.3.gz -man/man3/HPL_plindx0.3.gz -man/man3/HPL_plindx1.3.gz -man/man3/HPL_plindx10.3.gz -man/man3/HPL_pnum.3.gz -man/man3/HPL_ptimer.3.gz -man/man3/HPL_ptimer_cputime.3.gz -man/man3/HPL_ptimer_walltime.3.gz -man/man3/HPL_pwarn.3.gz -man/man3/HPL_rand.3.gz -man/man3/HPL_recv.3.gz -man/man3/HPL_reduce.3.gz -man/man3/HPL_rollN.3.gz -man/man3/HPL_rollT.3.gz -man/man3/HPL_sdrv.3.gz -man/man3/HPL_send.3.gz -man/man3/HPL_setran.3.gz -man/man3/HPL_spreadN.3.gz -man/man3/HPL_spreadT.3.gz -man/man3/HPL_sum.3.gz -man/man3/HPL_timer.3.gz -man/man3/HPL_timer_cputime.3.gz -man/man3/HPL_timer_walltime.3.gz -man/man3/HPL_warn.3.gz -man/man3/HPL_xjumpm.3.gz +share/man/man3/HPL_abort.3.gz +share/man/man3/HPL_all_reduce.3.gz +share/man/man3/HPL_barrier.3.gz +share/man/man3/HPL_bcast.3.gz +share/man/man3/HPL_binit.3.gz +share/man/man3/HPL_broadcast.3.gz +share/man/man3/HPL_bwait.3.gz +share/man/man3/HPL_copyL.3.gz +share/man/man3/HPL_daxpy.3.gz +share/man/man3/HPL_dcopy.3.gz +share/man/man3/HPL_dgemm.3.gz +share/man/man3/HPL_dgemv.3.gz +share/man/man3/HPL_dger.3.gz +share/man/man3/HPL_dlacpy.3.gz +share/man/man3/HPL_dlamch.3.gz +share/man/man3/HPL_dlange.3.gz +share/man/man3/HPL_dlaprnt.3.gz +share/man/man3/HPL_dlaswp00N.3.gz +share/man/man3/HPL_dlaswp01N.3.gz +share/man/man3/HPL_dlaswp01T.3.gz +share/man/man3/HPL_dlaswp02N.3.gz +share/man/man3/HPL_dlaswp03N.3.gz +share/man/man3/HPL_dlaswp03T.3.gz +share/man/man3/HPL_dlaswp04N.3.gz +share/man/man3/HPL_dlaswp04T.3.gz +share/man/man3/HPL_dlaswp05N.3.gz +share/man/man3/HPL_dlaswp05T.3.gz +share/man/man3/HPL_dlaswp06N.3.gz +share/man/man3/HPL_dlaswp06T.3.gz +share/man/man3/HPL_dlaswp10N.3.gz +share/man/man3/HPL_dlatcpy.3.gz +share/man/man3/HPL_dlocmax.3.gz +share/man/man3/HPL_dlocswpN.3.gz +share/man/man3/HPL_dlocswpT.3.gz +share/man/man3/HPL_dmatgen.3.gz +share/man/man3/HPL_dscal.3.gz +share/man/man3/HPL_dswap.3.gz +share/man/man3/HPL_dtrsm.3.gz +share/man/man3/HPL_dtrsv.3.gz +share/man/man3/HPL_equil.3.gz +share/man/man3/HPL_fprintf.3.gz +share/man/man3/HPL_grid_exit.3.gz +share/man/man3/HPL_grid_info.3.gz +share/man/man3/HPL_grid_init.3.gz +share/man/man3/HPL_idamax.3.gz +share/man/man3/HPL_indxg2l.3.gz +share/man/man3/HPL_indxg2lp.3.gz +share/man/man3/HPL_indxg2p.3.gz +share/man/man3/HPL_indxl2g.3.gz +share/man/man3/HPL_infog2l.3.gz +share/man/man3/HPL_jumpit.3.gz +share/man/man3/HPL_ladd.3.gz +share/man/man3/HPL_lmul.3.gz +share/man/man3/HPL_logsort.3.gz +share/man/man3/HPL_max.3.gz +share/man/man3/HPL_min.3.gz +share/man/man3/HPL_numroc.3.gz +share/man/man3/HPL_numrocI.3.gz +share/man/man3/HPL_pabort.3.gz +share/man/man3/HPL_packL.3.gz +share/man/man3/HPL_pddriver.3.gz +share/man/man3/HPL_pdfact.3.gz +share/man/man3/HPL_pdgesv.3.gz +share/man/man3/HPL_pdgesv0.3.gz +share/man/man3/HPL_pdgesvK1.3.gz +share/man/man3/HPL_pdgesvK2.3.gz +share/man/man3/HPL_pdinfo.3.gz +share/man/man3/HPL_pdlamch.3.gz +share/man/man3/HPL_pdlange.3.gz +share/man/man3/HPL_pdlaprnt.3.gz +share/man/man3/HPL_pdlaswp00N.3.gz +share/man/man3/HPL_pdlaswp00T.3.gz +share/man/man3/HPL_pdlaswp01N.3.gz +share/man/man3/HPL_pdlaswp01T.3.gz +share/man/man3/HPL_pdmatgen.3.gz +share/man/man3/HPL_pdmxswp.3.gz +share/man/man3/HPL_pdpancrN.3.gz +share/man/man3/HPL_pdpancrT.3.gz +share/man/man3/HPL_pdpanel_disp.3.gz +share/man/man3/HPL_pdpanel_free.3.gz +share/man/man3/HPL_pdpanel_init.3.gz +share/man/man3/HPL_pdpanel_new.3.gz +share/man/man3/HPL_pdpanllN.3.gz +share/man/man3/HPL_pdpanllT.3.gz +share/man/man3/HPL_pdpanrlN.3.gz +share/man/man3/HPL_pdpanrlT.3.gz +share/man/man3/HPL_pdrpancrN.3.gz +share/man/man3/HPL_pdrpancrT.3.gz +share/man/man3/HPL_pdrpanllN.3.gz +share/man/man3/HPL_pdrpanllT.3.gz +share/man/man3/HPL_pdrpanrlN.3.gz +share/man/man3/HPL_pdrpanrlT.3.gz +share/man/man3/HPL_pdtest.3.gz +share/man/man3/HPL_pdtrsv.3.gz +share/man/man3/HPL_pdupdateNN.3.gz +share/man/man3/HPL_pdupdateNT.3.gz +share/man/man3/HPL_pdupdateTN.3.gz +share/man/man3/HPL_pdupdateTT.3.gz +share/man/man3/HPL_perm.3.gz +share/man/man3/HPL_pipid.3.gz +share/man/man3/HPL_plindx0.3.gz +share/man/man3/HPL_plindx1.3.gz +share/man/man3/HPL_plindx10.3.gz +share/man/man3/HPL_pnum.3.gz +share/man/man3/HPL_ptimer.3.gz +share/man/man3/HPL_ptimer_cputime.3.gz +share/man/man3/HPL_ptimer_walltime.3.gz +share/man/man3/HPL_pwarn.3.gz +share/man/man3/HPL_rand.3.gz +share/man/man3/HPL_recv.3.gz +share/man/man3/HPL_reduce.3.gz +share/man/man3/HPL_rollN.3.gz +share/man/man3/HPL_rollT.3.gz +share/man/man3/HPL_sdrv.3.gz +share/man/man3/HPL_send.3.gz +share/man/man3/HPL_setran.3.gz +share/man/man3/HPL_spreadN.3.gz +share/man/man3/HPL_spreadT.3.gz +share/man/man3/HPL_sum.3.gz +share/man/man3/HPL_timer.3.gz +share/man/man3/HPL_timer_cputime.3.gz +share/man/man3/HPL_timer_walltime.3.gz +share/man/man3/HPL_warn.3.gz +share/man/man3/HPL_xjumpm.3.gz diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile index e482c2dbe1e..8f0db9356a6 100644 --- a/benchmarks/httperf/Makefile +++ b/benchmarks/httperf/Makefile @@ -1,5 +1,6 @@ PORTNAME= httperf PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= benchmarks www MAINTAINER= ports@FreeBSD.org @@ -16,14 +17,14 @@ MAKE_ARGS= LIBUTIL_OBJS=ssl_writev.o \ exec_prefix=${PREFIX} PLIST_FILES= bin/httperf \ - man/man1/httperf.1.gz + share/man/man1/httperf.1.gz PORTDOCS= ChangeLog NEWS README TODO OPTIONS_DEFINE= DOCS do-install: ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ do-install-DOCS-on: diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile index 97099b38b60..a3a470d3c01 100644 --- a/benchmarks/hyperfine/Makefile +++ b/benchmarks/hyperfine/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyperfine DISTVERSIONPREFIX= v DISTVERSION= 1.17.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= benchmarks MAINTAINER= pizzamig@FreeBSD.org diff --git a/benchmarks/inferno/Makefile b/benchmarks/inferno/Makefile index bfad6b5795f..59ba135ffff 100644 --- a/benchmarks/inferno/Makefile +++ b/benchmarks/inferno/Makefile @@ -1,6 +1,7 @@ PORTNAME= inferno DISTVERSIONPREFIX= v DISTVERSION= 0.11.19 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= yuri@FreeBSD.org diff --git a/benchmarks/iorate/Makefile b/benchmarks/iorate/Makefile index 8e06589dba6..e201f96ea75 100644 --- a/benchmarks/iorate/Makefile +++ b/benchmarks/iorate/Makefile @@ -1,5 +1,6 @@ PORTNAME= iorate DISTVERSION= 3-05 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://sites.google.com/site/vwiorate/downloads/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -24,7 +25,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iorate ${WRKSRC}/ior_rand \ ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/cycle ${WRKSRC}/gen_* ${WRKSRC}/run_* \ ${STAGEDIR}${DATADIR} diff --git a/benchmarks/iorate/pkg-plist b/benchmarks/iorate/pkg-plist index abeeb825736..c8e510c8c39 100644 --- a/benchmarks/iorate/pkg-plist +++ b/benchmarks/iorate/pkg-plist @@ -1,6 +1,6 @@ bin/ior_rand bin/iorate -man/man1/iorate.1.gz +share/man/man1/iorate.1.gz %%DATADIR%%/cycle %%DATADIR%%/devices.ior %%DATADIR%%/gen_dev.awk diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index d5a43b645e8..b0c5bc3aaf7 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,5 +1,6 @@ PORTNAME= iozone DISTVERSION= 3_506 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${DISTVERSION} @@ -25,7 +26,7 @@ CONFLICTS_INSTALL= iozone21 WRKSRC_SUBDIR= src/current PLIST_FILES= bin/iozone \ - man/man1/iozone.1.gz + share/man/man1/iozone.1.gz OPTIONS_DEFINE= SSH THREADS OPTIONS_DEFAULT= SSH THREADS @@ -46,6 +47,6 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/iozone.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile index 9ac0ad0217a..c46b9a6c7f6 100644 --- a/benchmarks/mdtest/Makefile +++ b/benchmarks/mdtest/Makefile @@ -1,6 +1,6 @@ PORTNAME= mdtest PORTVERSION= 1.9.3 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} @@ -15,7 +15,7 @@ NO_WRKSUBDIR= yes CFLAGS+= -DDarwin -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTEXAMPLES= * OPTIONS_DEFINE= OPENMPI EXAMPLES @@ -34,7 +34,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/scripts/* ${STAGEDIR}${EXAMPLESDIR} diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index 77c9b2acfbc..644d8564d6f 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -1,6 +1,6 @@ PORTNAME= nttcp PORTVERSION= 1.47 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= benchmarks net MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \ LOCAL/martymac @@ -19,10 +19,10 @@ USES= gmake MAKE_ENV+= OPT="${CFLAGS}" NOPRECIOUSMAKEVARS=yes -PLIST_FILES= bin/nttcp man/man1/nttcp.1.gz +PLIST_FILES= bin/nttcp share/man/man1/nttcp.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/benchmarks/nuttcp/Makefile b/benchmarks/nuttcp/Makefile index 8ee6f51fcb4..b6cbfb49452 100644 --- a/benchmarks/nuttcp/Makefile +++ b/benchmarks/nuttcp/Makefile @@ -1,5 +1,6 @@ PORTNAME= nuttcp PORTVERSION= 8.2.2 +PORTREVISION= 1 CATEGORIES= benchmarks net MASTER_SITES= http://nuttcp.net/nuttcp/beta/ http://nuttcp.net/nuttcp/latest/:latest DISTFILES= ${PORTNAME}-${PORTVERSION}.c ${NUTTSCPDISTFILE} ${PORTNAME}.8:latest examples.txt:latest LICENSE:latest README:latest @@ -43,7 +44,7 @@ do-install-NUTTSCP-on: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8/ ${MKDIR} ${STAGEDIR}${DATADIR}/ . for file in LICENSE README examples.txt diff --git a/benchmarks/nuttcp/pkg-plist b/benchmarks/nuttcp/pkg-plist index 234d5ab5fa1..d853f128584 100644 --- a/benchmarks/nuttcp/pkg-plist +++ b/benchmarks/nuttcp/pkg-plist @@ -4,4 +4,4 @@ bin/nuttcp %%DATADIR%%/LICENSE %%DATADIR%%/README %%DATADIR%%/examples.txt -man/man8/nuttcp.8.gz +share/man/man8/nuttcp.8.gz diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index f8a48b6b114..4a4310e1bdd 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -1,5 +1,6 @@ PORTNAME= postmark PORTVERSION= 1.53 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -13,13 +14,13 @@ LICENSE_COMB= multi WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= sbin/postmark \ - man/man1/postmark.1.gz + share/man/man1/postmark.1.gz do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o postmark postmark-${PORTVERSION}.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/postmark ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/postmark.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/postmark.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 627e98de94e..673bdd2520b 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -1,19 +1,21 @@ PORTNAME= ttcp PORTVERSION= 1.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks net MASTER_SITES= https://BSDforge.com/projects/source/benchmarks/ttcp/ DISTFILES= ttcp.c ttcp.1 README DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= # none -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Benchmarking tool for analysing TCP and UDP performance WWW= https://ftp.arl.army.mil/~mike/ttcp.html LICENSE= PD BROKEN= Unfetchable +DEPRECATED= Abandonware, no release in over 20 years. Consider using benchmarks/iperf3 or benchmarks/nttcp +EXPIRATION_DATE=2024-02-29 NO_WRKSUBDIR= yes @@ -29,7 +31,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ttcp ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ttcp.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ttcp.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/benchmarks/ubench/Makefile b/benchmarks/ubench/Makefile index 06c3959ed10..b3cb300e394 100644 --- a/benchmarks/ubench/Makefile +++ b/benchmarks/ubench/Makefile @@ -1,5 +1,6 @@ PORTNAME= ubench PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= SUNSITE/system/benchmark @@ -13,10 +14,10 @@ HAS_CONFIGURE= yes ALL_TARGET= ubench PLIST_FILES= bin/ubench \ - man/man8/ubench.8.gz + share/man/man8/ubench.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ubench ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ubench.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/ubench.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/benchmarks/webbench/Makefile b/benchmarks/webbench/Makefile index f3be65a5d62..6098c29e0cd 100644 --- a/benchmarks/webbench/Makefile +++ b/benchmarks/webbench/Makefile @@ -1,5 +1,6 @@ PORTNAME= webbench PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= benchmarks www MASTER_SITES= SUNSITE/apps/www/servers @@ -14,13 +15,13 @@ MAKE_ARGS= CFLAGS="${CPPFLAGS} ${CFLAGS}" PORTDOCS= ChangeLog PLIST_FILES= bin/webbench \ - man/man1/webbench.1.gz + share/man/man1/webbench.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/webbench ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/webbench.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/webbench.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/biology/Makefile b/biology/Makefile index 6f35c5481dc..11fc752f7b4 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -179,6 +179,7 @@ SUBDIR += py-libsedml SUBDIR += py-loompy SUBDIR += py-macs2 + SUBDIR += py-macs3 SUBDIR += py-mrcfile SUBDIR += py-multiqc SUBDIR += py-ont-fast5-api diff --git a/biology/atac-seq/Makefile b/biology/atac-seq/Makefile index b8721671f6a..359d4c750a0 100644 --- a/biology/atac-seq/Makefile +++ b/biology/atac-seq/Makefile @@ -1,5 +1,5 @@ PORTNAME= atac-seq -DISTVERSION= 0.1.3 +DISTVERSION= 0.2.0 CATEGORIES= biology python MASTER_SITES= # empty @@ -25,4 +25,10 @@ RUN_DEPENDS= sra-tools>0:biology/sra-tools \ USES= metaport python +.include + +.if ${OPSYS} != FreeBSD || ${OSVERSION} >= 1302509 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MACS3>0:biology/py-macs3@${PY_FLAVOR} +.endif + .include diff --git a/biology/atac-seq/distinfo b/biology/atac-seq/distinfo index 0195f78851a..968e68a80fb 100644 --- a/biology/atac-seq/distinfo +++ b/biology/atac-seq/distinfo @@ -1 +1 @@ -TIMESTAMP = 1690554875 +TIMESTAMP = 1704902712 diff --git a/biology/bwa/Makefile b/biology/bwa/Makefile index 2a00dfef9b4..eef1e1a5948 100644 --- a/biology/bwa/Makefile +++ b/biology/bwa/Makefile @@ -1,7 +1,7 @@ PORTNAME= bwa PORTVERSION= 0.7.17 DISTVERSIONPREFIX=v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology PATCH_SITES= https://github.com/lh3/bwa/commit/ @@ -25,18 +25,15 @@ USE_PERL5= run USE_GITHUB= yes GH_ACCOUNT= lh3 -PLIST_FILES= bin/bwa bin/qualfa2fq.pl bin/xa2multi.pl man/man1/bwa.1.gz +PLIST_FILES= bin/bwa bin/qualfa2fq.pl bin/xa2multi.pl share/man/man1/bwa.1.gz -.include - -.if ${ARCH} == amd64 || ${ARCH} == i386 # Avoid #error in emmintrin.h -CFLAGS+= -msse2 -.endif +CFLAGS_i386= -msse2 +CFLAGS_amd64= -msse2 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bwa ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/biology/fasta/Makefile b/biology/fasta/Makefile index ac1e45d9f75..9aa0dae6b1a 100644 --- a/biology/fasta/Makefile +++ b/biology/fasta/Makefile @@ -1,5 +1,6 @@ PORTNAME= fasta PORTVERSION= 21.1.1 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://faculty.virginia.edu/wrpearson/fasta/fasta2/ \ ftp://ftp.ebi.ac.uk/pub/software/unix/fasta/fasta2/ @@ -38,12 +39,12 @@ post-patch: post-install: ${INSTALL_MAN} ${MAN_FILES:S,^,${WRKSRC}/,} \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .for mlink in tfasta lfasta plfasta fastx tfastx - ${LN} -s fasta.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1/${mlink}.1.gz + ${LN} -s fasta.1.gz ${STAGEDIR}${PREFIX}/share/man/man1/${mlink}.1.gz .endfor - ${LN} -s align.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1/align0.1.gz - ${LN} -s align.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1/plalign.1.gz + ${LN} -s align.1.gz ${STAGEDIR}${PREFIX}/share/man/man1/align0.1.gz + ${LN} -s align.1.gz ${STAGEDIR}${PREFIX}/share/man/man1/plalign.1.gz @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/biology/fasta/pkg-plist b/biology/fasta/pkg-plist index a72f2f28797..edd7ed2ce82 100644 --- a/biology/fasta/pkg-plist +++ b/biology/fasta/pkg-plist @@ -5,17 +5,17 @@ bin/garnier bin/lalign bin/plalign bin/psgrease -man/man1/align.1.gz -man/man1/align0.1.gz -man/man1/fasta.1.gz -man/man1/fastx.1.gz -man/man1/lalign.1.gz -man/man1/lfasta.1.gz -man/man1/plalign.1.gz -man/man1/plfasta.1.gz -man/man1/prdf.1.gz -man/man1/prss.1.gz -man/man1/randseq.1.gz -man/man1/ssearch.1.gz -man/man1/tfasta.1.gz -man/man1/tfastx.1.gz +share/man/man1/align.1.gz +share/man/man1/align0.1.gz +share/man/man1/fasta.1.gz +share/man/man1/fastx.1.gz +share/man/man1/lalign.1.gz +share/man/man1/lfasta.1.gz +share/man/man1/plalign.1.gz +share/man/man1/plfasta.1.gz +share/man/man1/prdf.1.gz +share/man/man1/prss.1.gz +share/man/man1/randseq.1.gz +share/man/man1/ssearch.1.gz +share/man/man1/tfasta.1.gz +share/man/man1/tfastx.1.gz diff --git a/biology/fasta3/Makefile b/biology/fasta3/Makefile index 7a1fb266f1f..23e6254f09d 100644 --- a/biology/fasta3/Makefile +++ b/biology/fasta3/Makefile @@ -1,5 +1,6 @@ PORTNAME= fasta3 PORTVERSION= 36.3.8 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://faculty.virginia.edu/wrpearson/fasta/fasta36/ DISTNAME= fasta-${PORTVERSION} @@ -53,10 +54,10 @@ post-install: .endfor .for manpage in ${MAN1_FILES} (cd ${WRKSRC}/doc && ${INSTALL_MAN} ${manpage} \ - ${STAGEDIR}${MAN1PREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) .endfor .for links in ${MAN1_LINKS} - (${LN} -sf fasta36.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${links}) + (${LN} -sf fasta36.1 ${STAGEDIR}${PREFIX}/share/man/man1/${links}) .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in COPYRIGHT FASTA_LIST README diff --git a/biology/fasta3/pkg-plist b/biology/fasta3/pkg-plist index 04a4b4556b6..386aed5d9c4 100644 --- a/biology/fasta3/pkg-plist +++ b/biology/fasta3/pkg-plist @@ -15,27 +15,27 @@ bin/tfasts%%VER%% bin/tfastx%%VER%% bin/tfasty%%VER%% etc/fastlibs.sample -man/man1/fasta36.1.gz -man/man1/fastf3.1.gz -man/man1/fastf35.1.gz -man/man1/fastm35.1.gz -man/man1/fasts3.1.gz -man/man1/fasts35.1.gz -man/man1/fastx35.1.gz -man/man1/fasty35.1.gz -man/man1/ggsearch35.1.gz -man/man1/lalign35.1.gz -man/man1/map_db.1.gz -man/man1/prfx35.1.gz -man/man1/prss3.1.gz -man/man1/prss35.1.gz -man/man1/ps_lav.1.gz -man/man1/ssearch35.1.gz -man/man1/tfasta35.1.gz -man/man1/tfastf35.1.gz -man/man1/tfasts35.1.gz -man/man1/tfastx35.1.gz -man/man1/tfasty35.1.gz +share/man/man1/fasta36.1.gz +share/man/man1/fastf3.1.gz +share/man/man1/fastf35.1.gz +share/man/man1/fastm35.1.gz +share/man/man1/fasts3.1.gz +share/man/man1/fasts35.1.gz +share/man/man1/fastx35.1.gz +share/man/man1/fasty35.1.gz +share/man/man1/ggsearch35.1.gz +share/man/man1/lalign35.1.gz +share/man/man1/map_db.1.gz +share/man/man1/prfx35.1.gz +share/man/man1/prss3.1.gz +share/man/man1/prss35.1.gz +share/man/man1/ps_lav.1.gz +share/man/man1/ssearch35.1.gz +share/man/man1/tfasta35.1.gz +share/man/man1/tfastf35.1.gz +share/man/man1/tfasts35.1.gz +share/man/man1/tfastx35.1.gz +share/man/man1/tfasty35.1.gz %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/FASTA_LIST %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/biology/mashmap/Makefile b/biology/mashmap/Makefile index ab77f63f41c..eaaca49903b 100644 --- a/biology/mashmap/Makefile +++ b/biology/mashmap/Makefile @@ -1,6 +1,6 @@ PORTNAME= mashmap DISTVERSIONPREFIX= v -DISTVERSION= 3.1.2 +DISTVERSION= 3.1.3 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org @@ -16,12 +16,15 @@ BROKEN_powerpc= compilation fails: fatal error: unknown type name '__uint128_t' LIB_DEPENDS= libgsl.so:math/gsl \ libhts.so:biology/htslib -USES= cmake compiler:c++17-lang localbase:ldflags +USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= marbl GH_PROJECT= MashMap +CMAKE_ON= USE_HTSLIB +CMAKE_OFF= OPTIMIZE_FOR_NATIVE + OPTIONS_DEFINE= NATIVE NATIVE_CMAKE_BOOL= OPTIMIZE_FOR_NATIVE diff --git a/biology/mashmap/distinfo b/biology/mashmap/distinfo index 9e6f5286225..8830cb134d4 100644 --- a/biology/mashmap/distinfo +++ b/biology/mashmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701829049 -SHA256 (marbl-MashMap-v3.1.2_GH0.tar.gz) = cf9bb085cc85b0f1b91f4fc45a907cff536099a4a82031f1e112259e24ba5976 -SIZE (marbl-MashMap-v3.1.2_GH0.tar.gz) = 25919468 +TIMESTAMP = 1704429274 +SHA256 (marbl-MashMap-v3.1.3_GH0.tar.gz) = 7719dd6b3c25e650e16218252eaae7dbf424a10890d717ec3ad0920b102fd05a +SIZE (marbl-MashMap-v3.1.3_GH0.tar.gz) = 25919699 diff --git a/biology/migrate/Makefile b/biology/migrate/Makefile index 7301261ce15..6d17d843845 100644 --- a/biology/migrate/Makefile +++ b/biology/migrate/Makefile @@ -1,5 +1,6 @@ PORTNAME= migrate PORTVERSION= 3.6.11 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://popgen.sc.fsu.edu/currentversions/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -39,9 +40,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-n ${STAGEDIR}${PREFIX}/bin ${LN} -sf ${PORTNAME}-n ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${LN} -sf ${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}-n.1 + ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}-n.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/biology/migrate/pkg-plist b/biology/migrate/pkg-plist index a8b1e971bab..47e0f4c1bdc 100644 --- a/biology/migrate/pkg-plist +++ b/biology/migrate/pkg-plist @@ -1,7 +1,7 @@ bin/migrate bin/migrate-n -man/man1/migrate-n.1.gz -man/man1/migrate.1.gz +share/man/man1/migrate-n.1.gz +share/man/man1/migrate.1.gz %%PORTDOCS%%%%DOCSDIR%%/graphics/librarian.gif %%PORTDOCS%%%%DOCSDIR%%/graphics/mail.gif %%PORTDOCS%%%%DOCSDIR%%/graphics/migrate.gif diff --git a/biology/ncbi-cxx-toolkit/Makefile b/biology/ncbi-cxx-toolkit/Makefile index 252a5ea5a48..524c5941708 100644 --- a/biology/ncbi-cxx-toolkit/Makefile +++ b/biology/ncbi-cxx-toolkit/Makefile @@ -1,7 +1,6 @@ PORTNAME= ncbi-cxx-toolkit DISTVERSIONPREFIX= release- -DISTVERSION= 27.0.0 -PORTREVISION= 1 +DISTVERSION= 28.0.0 CATEGORIES= biology science devel MAINTAINER= yuri@FreeBSD.org @@ -13,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/doc/public/LICENSE BROKEN_armv6= platform not defined for FreeBSD arm, see https://github.com/ncbi/ncbi-cxx-toolkit-public/issues/2 -LIB_DEPENDS= libcdd.so:math/cddlib \ +LIB_DEPENDS= libbz2.so:archivers/bzip2 \ + libcdd.so:math/cddlib \ liblmdb.so:databases/lmdb \ libpcre.so:devel/pcre \ libunwind.so:devel/libunwind \ diff --git a/biology/ncbi-cxx-toolkit/distinfo b/biology/ncbi-cxx-toolkit/distinfo index 61f897e153d..d43fffbfce8 100644 --- a/biology/ncbi-cxx-toolkit/distinfo +++ b/biology/ncbi-cxx-toolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687817071 -SHA256 (ncbi-ncbi-cxx-toolkit-public-release-27.0.0_GH0.tar.gz) = c8fb3f99c6fce4f170b381f3a7789c76a2ff1c23c094c9852e2e3de1fdc57277 -SIZE (ncbi-ncbi-cxx-toolkit-public-release-27.0.0_GH0.tar.gz) = 57187775 +TIMESTAMP = 1704429509 +SHA256 (ncbi-ncbi-cxx-toolkit-public-release-28.0.0_GH0.tar.gz) = f0300db41849bbaf690c1dfb9080f3e441fc617a004283acfb2b7b25b32ff885 +SIZE (ncbi-ncbi-cxx-toolkit-public-release-28.0.0_GH0.tar.gz) = 57007980 diff --git a/biology/ncbi-cxx-toolkit/files/patch-src_objtools_edit_pubmed__citmatch_Makefile.pubmed__citmatch.app b/biology/ncbi-cxx-toolkit/files/patch-src_objtools_edit_pubmed__citmatch_Makefile.pubmed__citmatch.app deleted file mode 100644 index 8781ac4b7d0..00000000000 --- a/biology/ncbi-cxx-toolkit/files/patch-src_objtools_edit_pubmed__citmatch_Makefile.pubmed__citmatch.app +++ /dev/null @@ -1,11 +0,0 @@ ---- src/objtools/edit/pubmed_citmatch/Makefile.pubmed_citmatch.app.orig 2023-06-26 23:22:57 UTC -+++ src/objtools/edit/pubmed_citmatch/Makefile.pubmed_citmatch.app -@@ -2,7 +2,7 @@ - - APP = pubmed_citmatch - SRC = pubmed_citmatch --LIB = $(OBJEDIT_LIBS) mlacli mla eutils uilist efetch $(SEQ_LIBS) \ -+LIB = $(OBJEDIT_LIBS) mlacli mla eutils uilist efetch seqset $(SEQ_LIBS) \ - pubmed medlars pub medline biblio general xser xconnect xutil xncbi - - LIBS = $(DL_LIBS) $(NETWORK_LIBS) $(ORIG_LIBS) diff --git a/biology/py-macs3/Makefile b/biology/py-macs3/Makefile new file mode 100644 index 00000000000..d2cad2892df --- /dev/null +++ b/biology/py-macs3/Makefile @@ -0,0 +1,49 @@ +PORTNAME= MACS3 +DISTVERSIONPREFIX= v +DISTVERSION= 3.0.0 +CATEGORIES= biology python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Peak caller aimed at transcription factor binding sites +WWW= https://github.com/taoliu/MACS + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ + ${PYNUMPY} \ + simde>0:devel/simde \ + ${PYTHON_PKGNAMEPREFIX}cykhash>0:devel/py-cykhash@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hmmlearn>0:math/py-hmmlearn@${PY_FLAVOR} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}cykhash>0:devel/py-cykhash@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hmmlearn>0:math/py-hmmlearn@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + bash:shells/bash + +USES= localbase perl5 python shebangfix +USE_GITHUB= yes +USE_PERL5= test +USE_PYTHON= autoplist concurrent cython pep517 + +GH_ACCOUNT= macs3-project +GH_PROJECT= MACS +SHEBANG_FILES= test/cmdlinetest* test/prockreport test/*.py test/pyprofile* + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1302509 +IGNORE= does not run properly on FreeBSD 13.2 and earlier due to use of dynamically loaded libc by py-threadpoolctl. Please upgrade to a newer FreeBSD or use py-macs2 instead. See PR 276231 +.endif + +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/MACS3/*/*.so + +# FIXME: Some tests fail due to a py-threadpoolctl issue +# https://github.com/joblib/threadpoolctl/pull/148 +do-test: deinstall install + @${RM} -rf ${WRKSRC}/temp + @cd ${WRKSRC}/test && ./cmdlinetest tag + +.include diff --git a/biology/py-macs3/distinfo b/biology/py-macs3/distinfo new file mode 100644 index 00000000000..757e9bbaf64 --- /dev/null +++ b/biology/py-macs3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1703890666 +SHA256 (macs3-project-MACS-v3.0.0_GH0.tar.gz) = faa7ec2ea1f47b8c4cd747f00f2754d0e40051fe44d81d229d0111e3dad34a1d +SIZE (macs3-project-MACS-v3.0.0_GH0.tar.gz) = 197389439 diff --git a/biology/py-macs3/files/patch-MACS3_fermi-lite_ksw.c b/biology/py-macs3/files/patch-MACS3_fermi-lite_ksw.c new file mode 100644 index 00000000000..d66d83f3360 --- /dev/null +++ b/biology/py-macs3/files/patch-MACS3_fermi-lite_ksw.c @@ -0,0 +1,11 @@ +--- MACS3/fermi-lite/ksw.c.orig 2023-11-15 16:09:23 UTC ++++ MACS3/fermi-lite/ksw.c +@@ -28,7 +28,7 @@ + + /* I modified this according to https://github.com/lh3/bwa/pull/283/*/ + #ifdef USE_SIMDE +-#include "lib/x86/sse2.h" ++#include + #else + #include + #endif diff --git a/biology/py-macs3/files/patch-pyproject.toml b/biology/py-macs3/files/patch-pyproject.toml new file mode 100644 index 00000000000..cf54cae8892 --- /dev/null +++ b/biology/py-macs3/files/patch-pyproject.toml @@ -0,0 +1,6 @@ +--- pyproject.toml.orig 2024-01-06 15:00:01 UTC ++++ pyproject.toml +@@ -1,2 +1,2 @@ + [build-system] +-requires=['setuptools>=60.0', 'numpy>=1.19', 'cykhash>=2.0,<3.0', 'Cython~=3.0', 'hmmlearn>=0.3'] ++requires=['setuptools>=60.0', 'numpy>=1.19', 'cykhash>=2.0,<3.0', 'Cython>=0', 'hmmlearn>=0.3'] diff --git a/biology/py-macs3/files/patch-requirements.txt b/biology/py-macs3/files/patch-requirements.txt new file mode 100644 index 00000000000..0c8106f7968 --- /dev/null +++ b/biology/py-macs3/files/patch-requirements.txt @@ -0,0 +1,8 @@ +--- requirements.txt.orig 2024-01-06 14:55:53 UTC ++++ requirements.txt +@@ -1,4 +1,4 @@ +-Cython~=3.0 ++Cython>=0 + numpy>=1.19 + hmmlearn>=0.3 + cykhash>=2.0,<3.0 diff --git a/biology/py-macs3/files/patch-setup.py b/biology/py-macs3/files/patch-setup.py new file mode 100644 index 00000000000..58dde13ba2c --- /dev/null +++ b/biology/py-macs3/files/patch-setup.py @@ -0,0 +1,20 @@ +--- setup.py.orig 2023-11-15 16:09:23 UTC ++++ setup.py +@@ -40,7 +40,7 @@ classifiers =[\ + install_requires = [ "numpy>=1.19", + "hmmlearn>=0.3", + "cykhash>=2.0,<3.0", +- "Cython~=3.0" ] ++ "Cython>=0" ] + + tests_requires = [ 'pytest' ] + +@@ -70,7 +70,7 @@ def main(): + + if not clang: + try: +- gcc_version_check = subprocess.check_output( ["gcc", "--version"], universal_newlines=True) ++ gcc_version_check = subprocess.check_output( ["cc", "--version"], universal_newlines=True) + if gcc_version_check.find("clang") != -1: + clang = True + else: diff --git a/biology/py-macs3/pkg-descr b/biology/py-macs3/pkg-descr new file mode 100644 index 00000000000..7e901a88e5e --- /dev/null +++ b/biology/py-macs3/pkg-descr @@ -0,0 +1,6 @@ +MACS (Model-based Analysis of ChIP-Seq) is a tool for identifying +transcription factor (TF) binding sites. Such sites are generated +by CHiP-Seq (CHromatin immuno-Precipitation sequencing) and ATAC-Seq +(Assay for Transposase Accessible Chromatin Sequencing). MACS +identifies "peaks" in the genome sequence, which are areas enriched +in bound TFs or accessible chromatin. diff --git a/biology/ugene/Makefile b/biology/ugene/Makefile index 561b1c334eb..b3b1468f1a9 100644 --- a/biology/ugene/Makefile +++ b/biology/ugene/Makefile @@ -1,5 +1,6 @@ PORTNAME= ugene PORTVERSION= 40.1 +PORTREVISION= 1 CATEGORIES= biology science MAINTAINER= h2+fbsdports@fsfe.org @@ -27,7 +28,7 @@ USE_QT= buildtools:build linguisttools:build \ USE_XORG= x11 xtst QMAKE_ARGS= INSTALL_PREFIX="${PREFIX}" UGENE_INSTALL_DATA="${DATADIR}" \ - INSTALL_MANDIR="${MAN1PREFIX}/man" \ + INSTALL_MANDIR="${PREFIX}/share/man" \ UGENE_LRELEASE="${LRELEASE}" UGENE_LUPDATE="${LUPDATE}" \ UGENE_USE_BUNDLED_SQLITE=0 ALL_TARGET= release diff --git a/biology/ugene/pkg-plist b/biology/ugene/pkg-plist index 1e72bae0214..10133c92602 100644 --- a/biology/ugene/pkg-plist +++ b/biology/ugene/pkg-plist @@ -152,7 +152,7 @@ lib/ugene/ugene lib/ugene/ugenecl lib/ugene/ugenem lib/ugene/ugeneui -man/man1/ugene.1.gz +share/man/man1/ugene.1.gz share/applications/ugene.desktop share/icons/hicolor/32x32/mimetypes/application-x-ugene-ext.png share/mime/packages/application-x-ugene.xml diff --git a/cad/Makefile b/cad/Makefile index 9a21e6a96a0..e85ed462ada 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -6,6 +6,7 @@ SUBDIR += adms SUBDIR += alliance SUBDIR += antimony + SUBDIR += apio SUBDIR += appcsxcad SUBDIR += archimedes SUBDIR += astk-client @@ -141,6 +142,7 @@ SUBDIR += svlint SUBDIR += svls SUBDIR += sweethome3d + SUBDIR += symbiyosys SUBDIR += tkgate SUBDIR += tochnog SUBDIR += uhdm diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index 2a50c3a6ce0..c6f8ae181c2 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -1,6 +1,6 @@ PORTNAME= alliance DISTVERSION= 5.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org @@ -28,7 +28,7 @@ USE_XORG= ice sm x11 xext xt HAS_CONFIGURE= yes CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP} YACC=${YACC} -CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man \ +CONFIGURE_ARGS+=--mandir=${PREFIX}/share/man \ --prefix=${ALLIANCE_TOP} \ --enable-alc-shared \ --enable-shared diff --git a/cad/alliance/pkg-plist b/cad/alliance/pkg-plist index 4b37b6b5294..e190995ed78 100644 --- a/cad/alliance/pkg-plist +++ b/cad/alliance/pkg-plist @@ -2007,600 +2007,600 @@ alliance/lib/libVrd.so.3.0.4 %%PORTDOCS%%alliance/tutorials/synthesis/tex/hier.fig %%PORTDOCS%%alliance/tutorials/synthesis/tex/synthese.fig %%PORTDOCS%%alliance/tutorials/synthesis/tex/synthesis.tex -man/man1/MBK_CATAL_NAME.1.gz -man/man1/MBK_CATA_LIB.1.gz -man/man1/MBK_CK.1.gz -man/man1/MBK_FILTER_SFX.1.gz -man/man1/MBK_IN_FILTER.1.gz -man/man1/MBK_IN_LO.1.gz -man/man1/MBK_IN_PH.1.gz -man/man1/MBK_OUT_FILTER.1.gz -man/man1/MBK_OUT_LO.1.gz -man/man1/MBK_OUT_PH.1.gz -man/man1/MBK_SEPAR.1.gz -man/man1/MBK_TRACE_GETENV.1.gz -man/man1/MBK_VDD.1.gz -man/man1/MBK_VSS.1.gz -man/man1/MBK_WORK_LIB.1.gz -man/man1/abl.1.gz -man/man1/alc_bug_report.1.gz -man/man1/alc_origin.1.gz -man/man1/alcbanner.1.gz -man/man1/asimut.1.gz -man/man1/attila.1.gz -man/man1/aut.1.gz -man/man1/bdd.1.gz -man/man1/boog.1.gz -man/man1/boom.1.gz -man/man1/cougar.1.gz -man/man1/dreal.1.gz -man/man1/druc.1.gz -man/man1/exp.1.gz -man/man1/flatbeh.1.gz -man/man1/flatlo.1.gz -man/man1/flatph.1.gz -man/man1/fmi.1.gz -man/man1/fsm.1.gz -man/man1/fsp.1.gz -man/man1/genlib.1.gz -man/man1/genpat.1.gz -man/man1/graal.1.gz -man/man1/k2f.1.gz -man/man1/l2p.1.gz -man/man1/log.1.gz -man/man1/loon.1.gz -man/man1/lvx.1.gz -man/man1/m2e.1.gz -man/man1/moka.1.gz -man/man1/nero.1.gz -man/man1/ocp.1.gz -man/man1/pat2spi.1.gz -man/man1/proof.1.gz -man/man1/ring.1.gz -man/man1/s2r.1.gz -man/man1/scapin.1.gz -man/man1/syf.1.gz -man/man1/vasy.1.gz -man/man1/x2y.1.gz -man/man1/xpat.1.gz -man/man1/xsch.1.gz -man/man3/AFFECT.3.gz -man/man3/ARRAY.3.gz -man/man3/DECLAR.3.gz -man/man3/DEF_GENPAT.3.gz -man/man3/DPGEN_ADSB2F.3.gz -man/man3/DPGEN_AND2.3.gz -man/man3/DPGEN_AND3.3.gz -man/man3/DPGEN_AND4.3.gz -man/man3/DPGEN_BUFF.3.gz -man/man3/DPGEN_BUSE.3.gz -man/man3/DPGEN_CONST.3.gz -man/man3/DPGEN_DFF.3.gz -man/man3/DPGEN_DFFT.3.gz -man/man3/DPGEN_FIFO.3.gz -man/man3/DPGEN_INV.3.gz -man/man3/DPGEN_MUX2.3.gz -man/man3/DPGEN_NAND2.3.gz -man/man3/DPGEN_NAND2MASK.3.gz -man/man3/DPGEN_NAND3.3.gz -man/man3/DPGEN_NAND4.3.gz -man/man3/DPGEN_NBUSE.3.gz -man/man3/DPGEN_NMUX2.3.gz -man/man3/DPGEN_NOR2.3.gz -man/man3/DPGEN_NOR2MASK.3.gz -man/man3/DPGEN_NOR3.3.gz -man/man3/DPGEN_NOR4.3.gz -man/man3/DPGEN_NUL.3.gz -man/man3/DPGEN_OR2.3.gz -man/man3/DPGEN_OR3.3.gz -man/man3/DPGEN_OR4.3.gz -man/man3/DPGEN_RF1.3.gz -man/man3/DPGEN_RF1D.3.gz -man/man3/DPGEN_ROM2.3.gz -man/man3/DPGEN_ROM4.3.gz -man/man3/DPGEN_SFF.3.gz -man/man3/DPGEN_SFFT.3.gz -man/man3/DPGEN_SHIFT.3.gz -man/man3/DPGEN_XNOR2.3.gz -man/man3/DPGEN_XNOR2MASK.3.gz -man/man3/DPGEN_XOR2.3.gz -man/man3/GENLIB_BUS.3.gz -man/man3/GENLIB_COPY_UP_ALL_CON.3.gz -man/man3/GENLIB_COPY_UP_ALL_REF.3.gz -man/man3/GENLIB_COPY_UP_CON.3.gz -man/man3/GENLIB_COPY_UP_CON_FACE.3.gz -man/man3/GENLIB_COPY_UP_REF.3.gz -man/man3/GENLIB_COPY_UP_SEG.3.gz -man/man3/GENLIB_DEF_AB.3.gz -man/man3/GENLIB_DEF_LOFIG.3.gz -man/man3/GENLIB_DEF_PHFIG.3.gz -man/man3/GENLIB_DEF_PHINS.3.gz -man/man3/GENLIB_DEF_PHSC.3.gz -man/man3/GENLIB_ELM.3.gz -man/man3/GENLIB_FLATTEN_ALL_LOINS.3.gz -man/man3/GENLIB_FLATTEN_ALL_PHINS.3.gz -man/man3/GENLIB_FLATTEN_LOFIG.3.gz -man/man3/GENLIB_FLATTEN_PHFIG.3.gz -man/man3/GENLIB_GET_CON_X.3.gz -man/man3/GENLIB_GET_CON_Y.3.gz -man/man3/GENLIB_GET_INS_X.3.gz -man/man3/GENLIB_GET_INS_Y.3.gz -man/man3/GENLIB_GET_REF_X.3.gz -man/man3/GENLIB_GET_REF_Y.3.gz -man/man3/GENLIB_HEIGHT.3.gz -man/man3/GENLIB_LOAD_LOFIG.3.gz -man/man3/GENLIB_LOAD_PHFIG.3.gz -man/man3/GENLIB_LOCAP.3.gz -man/man3/GENLIB_LOCON.3.gz -man/man3/GENLIB_LOINS.3.gz -man/man3/GENLIB_LOINSE.3.gz -man/man3/GENLIB_LORES.3.gz -man/man3/GENLIB_LOSELF.3.gz -man/man3/GENLIB_LOSIG.3.gz -man/man3/GENLIB_LOSIGMERGE.3.gz -man/man3/GENLIB_LOTRS.3.gz -man/man3/GENLIB_MACRO.3.gz -man/man3/GENLIB_OUTLINE.3.gz -man/man3/GENLIB_PHCON.3.gz -man/man3/GENLIB_PHREF.3.gz -man/man3/GENLIB_PHSEG.3.gz -man/man3/GENLIB_PHVIA.3.gz -man/man3/GENLIB_PLACE.3.gz -man/man3/GENLIB_PLACE_BOTTOM.3.gz -man/man3/GENLIB_PLACE_CON_REF.3.gz -man/man3/GENLIB_PLACE_LEFT.3.gz -man/man3/GENLIB_PLACE_ON.3.gz -man/man3/GENLIB_PLACE_RIGHT.3.gz -man/man3/GENLIB_PLACE_SEG_REF.3.gz -man/man3/GENLIB_PLACE_TOP.3.gz -man/man3/GENLIB_PLACE_VIA_REF.3.gz -man/man3/GENLIB_REVERSE_PHCON.3.gz -man/man3/GENLIB_SAVE_LOFIG.3.gz -man/man3/GENLIB_SAVE_PHFIG.3.gz -man/man3/GENLIB_SAVE_PHSC.3.gz -man/man3/GENLIB_SC_BOTTOM.3.gz -man/man3/GENLIB_SC_LEFT.3.gz -man/man3/GENLIB_SC_PLACE.3.gz -man/man3/GENLIB_SC_RIGHT.3.gz -man/man3/GENLIB_SC_TOP.3.gz -man/man3/GENLIB_SET_LOCAP.3.gz -man/man3/GENLIB_SET_LORES.3.gz -man/man3/GENLIB_SET_LOSELF.3.gz -man/man3/GENLIB_UNFLATTEN_LOFIG.3.gz -man/man3/GENLIB_WIRE1.3.gz -man/man3/GENLIB_WIRE2.3.gz -man/man3/GENLIB_WIRE3.3.gz -man/man3/GETCPAT.3.gz -man/man3/INIT.3.gz -man/man3/LABEL.3.gz -man/man3/SAVE.3.gz -man/man3/ablToBddCct.3.gz -man/man3/addListBdd.3.gz -man/man3/addablhexpr.3.gz -man/man3/addablqexpr.3.gz -man/man3/addbddassoc.3.gz -man/man3/addbddcircuitabl.3.gz -man/man3/addbddcircuitin.3.gz -man/man3/addbddcircuitout.3.gz -man/man3/addbddnode.3.gz -man/man3/addbddnodeassoc.3.gz -man/man3/addbddnodelist.3.gz -man/man3/addbddvar.3.gz -man/man3/addbddvarafter.3.gz -man/man3/addbddvarbefore.3.gz -man/man3/addbddvarfirst.3.gz -man/man3/addbddvarlast.3.gz -man/man3/addcapa.3.gz -man/man3/addchain.3.gz -man/man3/addht.3.gz -man/man3/addhtitem.3.gz -man/man3/addlocap.3.gz -man/man3/addlocon.3.gz -man/man3/addlofig.3.gz -man/man3/addloins.3.gz -man/man3/addlomodel.3.gz -man/man3/addlores.3.gz -man/man3/addloself.3.gz -man/man3/addlosig.3.gz -man/man3/addlotrs.3.gz -man/man3/addnum.3.gz -man/man3/addphcon.3.gz -man/man3/addphfig.3.gz -man/man3/addphins.3.gz -man/man3/addphref.3.gz -man/man3/addphseg.3.gz -man/man3/addphvia.3.gz -man/man3/addptype.3.gz -man/man3/addrdsfig.3.gz -man/man3/addrdsfigrec.3.gz -man/man3/addrdsins.3.gz -man/man3/addrdsinsrec.3.gz -man/man3/addrdsrecwindow.3.gz -man/man3/alliancebanner.3.gz -man/man3/allocrdsfig.3.gz -man/man3/allocrdsins.3.gz -man/man3/allocrdsrec.3.gz -man/man3/allocrdsrecwin.3.gz -man/man3/allocrdswin.3.gz -man/man3/allocrdswindow.3.gz -man/man3/allocrdswinrec.3.gz -man/man3/append.3.gz -man/man3/applyBdd.3.gz -man/man3/applyBinBdd.3.gz -man/man3/applybddnode.3.gz -man/man3/applybddnodeite.3.gz -man/man3/applybddnodelist.3.gz -man/man3/applybddnodenot.3.gz -man/man3/applybddnodeterm.3.gz -man/man3/autallocblock.3.gz -man/man3/autallocheap.3.gz -man/man3/autfreeblock.3.gz -man/man3/autfreeheap.3.gz -man/man3/auth2elem.3.gz -man/man3/auth2table.3.gz -man/man3/authelem.3.gz -man/man3/authtable.3.gz -man/man3/autresizeblock.3.gz -man/man3/bddToAblCct.3.gz -man/man3/beh.3.gz -man/man3/beh_addbeaux.3.gz -man/man3/beh_addbebus.3.gz -man/man3/beh_addbebux.3.gz -man/man3/beh_addbefig.3.gz -man/man3/beh_addbegen.3.gz -man/man3/beh_addbemsg.3.gz -man/man3/beh_addbeout.3.gz -man/man3/beh_addbepor.3.gz -man/man3/beh_addbereg.3.gz -man/man3/beh_addberin.3.gz -man/man3/beh_addbiabl.3.gz -man/man3/beh_addbinod.3.gz -man/man3/beh_debug.3.gz -man/man3/beh_delbeaux.3.gz -man/man3/beh_delbebus.3.gz -man/man3/beh_delbebux.3.gz -man/man3/beh_delbefig.3.gz -man/man3/beh_delbegen.3.gz -man/man3/beh_delbemsg.3.gz -man/man3/beh_delbeout.3.gz -man/man3/beh_delbepor.3.gz -man/man3/beh_delbereg.3.gz -man/man3/beh_delberin.3.gz -man/man3/beh_delbiabl.3.gz -man/man3/beh_delbinod.3.gz -man/man3/beh_depend.3.gz -man/man3/beh_error.3.gz -man/man3/beh_frebeaux.3.gz -man/man3/beh_frebebus.3.gz -man/man3/beh_frebebux.3.gz -man/man3/beh_frebefig.3.gz -man/man3/beh_frebegen.3.gz -man/man3/beh_frebemsg.3.gz -man/man3/beh_frebeout.3.gz -man/man3/beh_frebepor.3.gz -man/man3/beh_frebereg.3.gz -man/man3/beh_freberin.3.gz -man/man3/beh_frebiabl.3.gz -man/man3/beh_frebinod.3.gz -man/man3/beh_getgenva.3.gz -man/man3/beh_makbdd.3.gz -man/man3/beh_makgex.3.gz -man/man3/beh_message.3.gz -man/man3/beh_rmvbeaux.3.gz -man/man3/beh_rmvbebus.3.gz -man/man3/beh_rmvbebux.3.gz -man/man3/beh_rmvbefig.3.gz -man/man3/beh_rmvbegen.3.gz -man/man3/beh_rmvbemsg.3.gz -man/man3/beh_rmvbeout.3.gz -man/man3/beh_rmvbepor.3.gz -man/man3/beh_rmvbereg.3.gz -man/man3/beh_rmvberin.3.gz -man/man3/bigvia.3.gz -man/man3/buildrdswindow.3.gz -man/man3/chain.3.gz -man/man3/checkloconorder.3.gz -man/man3/clearbddsystemref.3.gz -man/man3/clearbddsystemrefext.3.gz -man/man3/clearbddsystemrefint.3.gz -man/man3/cofactorbddnode.3.gz -man/man3/composeBdd.3.gz -man/man3/composebddnode.3.gz -man/man3/concatname.3.gz -man/man3/conmbkrds.3.gz -man/man3/constraintBdd.3.gz -man/man3/convertbddcircuitabl.3.gz -man/man3/convertbddcircuitsumabl.3.gz -man/man3/convertbddindexabl.3.gz -man/man3/convertbddmuxabl.3.gz -man/man3/convertbddnodeabl.3.gz -man/man3/convertbddnodesumabl.3.gz -man/man3/createNodeTermBdd.3.gz -man/man3/createablatom.3.gz -man/man3/createablbinexpr.3.gz -man/man3/createablnotexpr.3.gz -man/man3/createabloper.3.gz -man/man3/createablunaryexpr.3.gz -man/man3/createablxorbinexpr.3.gz -man/man3/createbddcircuit.3.gz -man/man3/createbddsystem.3.gz -man/man3/decbddrefext.3.gz -man/man3/decbddrefint.3.gz -man/man3/defab.3.gz -man/man3/delablexpr.3.gz -man/man3/delablexprnum.3.gz -man/man3/delbddassoc.3.gz -man/man3/delbddcircuitout.3.gz -man/man3/delbddnode.3.gz -man/man3/delbddnodeassoc.3.gz -man/man3/delbddnodelist.3.gz -man/man3/delchain.3.gz -man/man3/delht.3.gz -man/man3/delhtitem.3.gz -man/man3/dellocap.3.gz -man/man3/dellocon.3.gz -man/man3/dellofig.3.gz -man/man3/delloins.3.gz -man/man3/dellores.3.gz -man/man3/delloself.3.gz -man/man3/dellosig.3.gz -man/man3/dellotrs.3.gz -man/man3/delnum.3.gz -man/man3/delphcon.3.gz -man/man3/delphfig.3.gz -man/man3/delphins.3.gz -man/man3/delphref.3.gz -man/man3/delphseg.3.gz -man/man3/delphvia.3.gz -man/man3/delptype.3.gz -man/man3/delrdsfig.3.gz -man/man3/delrdsfigrec.3.gz -man/man3/delrdsins.3.gz -man/man3/delrdsinsrec.3.gz -man/man3/delrdsrecwindow.3.gz -man/man3/destroyBdd.3.gz -man/man3/destroybddassoc.3.gz -man/man3/destroybddcircuit.3.gz -man/man3/destroybddsystem.3.gz -man/man3/destroyrdswindow.3.gz -man/man3/devablxorexpr.3.gz -man/man3/devdupablxorexpr.3.gz -man/man3/displayBdd.3.gz -man/man3/downstr.3.gz -man/man3/dupablexpr.3.gz -man/man3/existbddnodeassocoff.3.gz -man/man3/existbddnodeassocon.3.gz -man/man3/figmbkrds.3.gz -man/man3/filepath.3.gz -man/man3/flatablexpr.3.gz -man/man3/flattenlofig.3.gz -man/man3/flattenphfig.3.gz -man/man3/freeablexpr.3.gz -man/man3/freechain.3.gz -man/man3/freelomodel.3.gz -man/man3/freenum.3.gz -man/man3/freeptype.3.gz -man/man3/freerdsfig.3.gz -man/man3/freerdsins.3.gz -man/man3/freerdsrec.3.gz -man/man3/garbagebddsystem.3.gz -man/man3/gcNodeBdd.3.gz -man/man3/getablexprdepth.3.gz -man/man3/getablexprlength.3.gz -man/man3/getablexprmax.3.gz -man/man3/getablexprmin.3.gz -man/man3/getablexprnum.3.gz -man/man3/getablexprnumatom.3.gz -man/man3/getablexprnumbinoper.3.gz -man/man3/getablexprnumocc.3.gz -man/man3/getablexprsupport.3.gz -man/man3/getbddnodenum.3.gz -man/man3/getbddnodesize.3.gz -man/man3/getbddnodesupport.3.gz -man/man3/getbddvarbyindex.3.gz -man/man3/getbddvarindex.3.gz -man/man3/getbddvarnode.3.gz -man/man3/getbddvarnodebyindex.3.gz -man/man3/gethtitem.3.gz -man/man3/getlocap.3.gz -man/man3/getlocon.3.gz -man/man3/getlofig.3.gz -man/man3/getloins.3.gz -man/man3/getlomodel.3.gz -man/man3/getlores.3.gz -man/man3/getloself.3.gz -man/man3/getlosig.3.gz -man/man3/getphcon.3.gz -man/man3/getphfig.3.gz -man/man3/getphins.3.gz -man/man3/getphref.3.gz -man/man3/getptype.3.gz -man/man3/getrdsmodellist.3.gz -man/man3/getsigname.3.gz -man/man3/givelosig.3.gz -man/man3/guessextdir.3.gz -man/man3/implybddnode.3.gz -man/man3/incatalog.3.gz -man/man3/incatalogdelete.3.gz -man/man3/incatalogfeed.3.gz -man/man3/incataloggds.3.gz -man/man3/incbddrefext.3.gz -man/man3/incbddrefint.3.gz -man/man3/initializeBdd.3.gz -man/man3/insconmbkrds.3.gz -man/man3/insmbkrds.3.gz -man/man3/insrefmbkrds.3.gz -man/man3/inssegmbkrds.3.gz -man/man3/instanceface.3.gz -man/man3/instr.3.gz -man/man3/insviambkrds.3.gz -man/man3/intersectbddnode.3.gz -man/man3/isablbinaryoper.3.gz -man/man3/isablequalexpr.3.gz -man/man3/isablnameinexpr.3.gz -man/man3/isabloperinexpr.3.gz -man/man3/isablsimilarexpr.3.gz -man/man3/isablunaryoper.3.gz -man/man3/isbddvarinsupport.3.gz -man/man3/isck.3.gz -man/man3/isvdd.3.gz -man/man3/isvss.3.gz -man/man3/libpat.3.gz -man/man3/loadlofig.3.gz -man/man3/loadphfig.3.gz -man/man3/loadrdsfig.3.gz -man/man3/loadrdsparam.3.gz -man/man3/locap.3.gz -man/man3/locon.3.gz -man/man3/lofig.3.gz -man/man3/lofigchain.3.gz -man/man3/log.3.gz -man/man3/loins.3.gz -man/man3/lores.3.gz -man/man3/loself.3.gz -man/man3/losig.3.gz -man/man3/lotrs.3.gz -man/man3/mapablanyexpr.3.gz -man/man3/mapableveryexpr.3.gz -man/man3/mapablexpr.3.gz -man/man3/mapabloperexpr.3.gz -man/man3/markAllBdd.3.gz -man/man3/markBdd.3.gz -man/man3/markbddnode.3.gz -man/man3/mbk.3.gz -man/man3/mbkalloc.3.gz -man/man3/mbkenv.3.gz -man/man3/mbkfopen.3.gz -man/man3/mbkfree.3.gz -man/man3/mbkgetenv.3.gz -man/man3/mbkps.3.gz -man/man3/mbkrealloc.3.gz -man/man3/mbksetautoackchld.3.gz -man/man3/mbkunlink.3.gz -man/man3/mbkwaitpid.3.gz -man/man3/mlodebug.3.gz -man/man3/modelmbkrds.3.gz -man/man3/mphdebug.3.gz -man/man3/namealloc.3.gz -man/man3/namefind.3.gz -man/man3/nameindex.3.gz -man/man3/naturalstrcmp.3.gz -man/man3/notBdd.3.gz -man/man3/numberNodeAllBdd.3.gz -man/man3/numberNodeBdd.3.gz -man/man3/phcon.3.gz -man/man3/phfig.3.gz -man/man3/phins.3.gz -man/man3/phref.3.gz -man/man3/phseg.3.gz -man/man3/phvia.3.gz -man/man3/polarablexpr.3.gz -man/man3/polardupablexpr.3.gz -man/man3/ptype.3.gz -man/man3/rdsalloc.3.gz -man/man3/rdsenv.3.gz -man/man3/rdsfree.3.gz -man/man3/refmbkrds.3.gz -man/man3/relprodbddnodeassoc.3.gz -man/man3/reorderbddsystemdynamic.3.gz -man/man3/reorderbddsystemsimple.3.gz -man/man3/reorderbddsystemtop.3.gz -man/man3/reorderbddsystemwindow.3.gz -man/man3/resetBdd.3.gz -man/man3/resetbddcircuit.3.gz -man/man3/resetbddsystem.3.gz -man/man3/restorealldir.3.gz -man/man3/restoredirvbe.3.gz -man/man3/restrictbddnode.3.gz -man/man3/reverse.3.gz -man/man3/rflattenlofig.3.gz -man/man3/rflattenphfig.3.gz -man/man3/roundrdsrec.3.gz -man/man3/satisfybddnode.3.gz -man/man3/savelofig.3.gz -man/man3/savephfig.3.gz -man/man3/saverdsfig.3.gz -man/man3/searchbddcircuitin.3.gz -man/man3/searchbddcircuitout.3.gz -man/man3/searchrdsfig.3.gz -man/man3/segmbkrds.3.gz -man/man3/setbddrefext.3.gz -man/man3/sethtitem.3.gz -man/man3/setlocap.3.gz -man/man3/setlores.3.gz -man/man3/setloself.3.gz -man/man3/simpablexpr.3.gz -man/man3/simpbddnodedcoff.3.gz -man/man3/simpbddnodedcon.3.gz -man/man3/simpdupablexpr.3.gz -man/man3/simplifDcOneBdd.3.gz -man/man3/simplifDcZeroBdd.3.gz -man/man3/sortlocon.3.gz -man/man3/sortlosig.3.gz -man/man3/substablexpr.3.gz -man/man3/substbddnodeassoc.3.gz -man/man3/substdupablexpr.3.gz -man/man3/supportChain_listBdd.3.gz -man/man3/swapbddvar.3.gz -man/man3/testbddcircuit.3.gz -man/man3/unflatablexpr.3.gz -man/man3/unflattenlofig.3.gz -man/man3/unmarkbddnode.3.gz -man/man3/unsetbddrefext.3.gz -man/man3/upVarBdd.3.gz -man/man3/upstr.3.gz -man/man3/vhdlablname.3.gz -man/man3/vhdlablvector.3.gz -man/man3/viambkrds.3.gz -man/man3/viewablexpr.3.gz -man/man3/viewablexprfile.3.gz -man/man3/viewablexprstr.3.gz -man/man3/viewbddcircuit.3.gz -man/man3/viewbddnode.3.gz -man/man3/viewbddsystem.3.gz -man/man3/viewbddsysteminfo.3.gz -man/man3/viewht.3.gz -man/man3/viewlo.3.gz -man/man3/viewlocap.3.gz -man/man3/viewlofig.3.gz -man/man3/viewlofigcon.3.gz -man/man3/viewloins.3.gz -man/man3/viewloinscon.3.gz -man/man3/viewlores.3.gz -man/man3/viewloself.3.gz -man/man3/viewlosig.3.gz -man/man3/viewlotrs.3.gz -man/man3/viewph.3.gz -man/man3/viewphcon.3.gz -man/man3/viewphfig.3.gz -man/man3/viewphins.3.gz -man/man3/viewphref.3.gz -man/man3/viewphseg.3.gz -man/man3/viewphvia.3.gz -man/man3/viewrdsfig.3.gz -man/man3/viewrdsins.3.gz -man/man3/viewrdsparam.3.gz -man/man3/viewrdsrec.3.gz -man/man3/viewrdswindow.3.gz -man/man3/viewrfmcon.3.gz -man/man3/viewrfmfig.3.gz -man/man3/viewrfmins.3.gz -man/man3/viewrfmrec.3.gz -man/man3/viewrfmref.3.gz -man/man3/viewrfmseg.3.gz -man/man3/viewrfmvia.3.gz -man/man3/xyflat.3.gz -man/man5/al.5.gz -man/man5/ap.5.gz -man/man5/catal.5.gz -man/man5/ctl.5.gz -man/man5/fsm.5.gz -man/man5/lax.5.gz -man/man5/pat.5.gz -man/man5/prol.5.gz -man/man5/spi.5.gz -man/man5/sxlib.5.gz -man/man5/vasy.5.gz -man/man5/vbe.5.gz -man/man5/vhdl.5.gz -man/man5/vst.5.gz +share/man/man1/MBK_CATAL_NAME.1.gz +share/man/man1/MBK_CATA_LIB.1.gz +share/man/man1/MBK_CK.1.gz +share/man/man1/MBK_FILTER_SFX.1.gz +share/man/man1/MBK_IN_FILTER.1.gz +share/man/man1/MBK_IN_LO.1.gz +share/man/man1/MBK_IN_PH.1.gz +share/man/man1/MBK_OUT_FILTER.1.gz +share/man/man1/MBK_OUT_LO.1.gz +share/man/man1/MBK_OUT_PH.1.gz +share/man/man1/MBK_SEPAR.1.gz +share/man/man1/MBK_TRACE_GETENV.1.gz +share/man/man1/MBK_VDD.1.gz +share/man/man1/MBK_VSS.1.gz +share/man/man1/MBK_WORK_LIB.1.gz +share/man/man1/abl.1.gz +share/man/man1/alc_bug_report.1.gz +share/man/man1/alc_origin.1.gz +share/man/man1/alcbanner.1.gz +share/man/man1/asimut.1.gz +share/man/man1/attila.1.gz +share/man/man1/aut.1.gz +share/man/man1/bdd.1.gz +share/man/man1/boog.1.gz +share/man/man1/boom.1.gz +share/man/man1/cougar.1.gz +share/man/man1/dreal.1.gz +share/man/man1/druc.1.gz +share/man/man1/exp.1.gz +share/man/man1/flatbeh.1.gz +share/man/man1/flatlo.1.gz +share/man/man1/flatph.1.gz +share/man/man1/fmi.1.gz +share/man/man1/fsm.1.gz +share/man/man1/fsp.1.gz +share/man/man1/genlib.1.gz +share/man/man1/genpat.1.gz +share/man/man1/graal.1.gz +share/man/man1/k2f.1.gz +share/man/man1/l2p.1.gz +share/man/man1/log.1.gz +share/man/man1/loon.1.gz +share/man/man1/lvx.1.gz +share/man/man1/m2e.1.gz +share/man/man1/moka.1.gz +share/man/man1/nero.1.gz +share/man/man1/ocp.1.gz +share/man/man1/pat2spi.1.gz +share/man/man1/proof.1.gz +share/man/man1/ring.1.gz +share/man/man1/s2r.1.gz +share/man/man1/scapin.1.gz +share/man/man1/syf.1.gz +share/man/man1/vasy.1.gz +share/man/man1/x2y.1.gz +share/man/man1/xpat.1.gz +share/man/man1/xsch.1.gz +share/man/man3/AFFECT.3.gz +share/man/man3/ARRAY.3.gz +share/man/man3/DECLAR.3.gz +share/man/man3/DEF_GENPAT.3.gz +share/man/man3/DPGEN_ADSB2F.3.gz +share/man/man3/DPGEN_AND2.3.gz +share/man/man3/DPGEN_AND3.3.gz +share/man/man3/DPGEN_AND4.3.gz +share/man/man3/DPGEN_BUFF.3.gz +share/man/man3/DPGEN_BUSE.3.gz +share/man/man3/DPGEN_CONST.3.gz +share/man/man3/DPGEN_DFF.3.gz +share/man/man3/DPGEN_DFFT.3.gz +share/man/man3/DPGEN_FIFO.3.gz +share/man/man3/DPGEN_INV.3.gz +share/man/man3/DPGEN_MUX2.3.gz +share/man/man3/DPGEN_NAND2.3.gz +share/man/man3/DPGEN_NAND2MASK.3.gz +share/man/man3/DPGEN_NAND3.3.gz +share/man/man3/DPGEN_NAND4.3.gz +share/man/man3/DPGEN_NBUSE.3.gz +share/man/man3/DPGEN_NMUX2.3.gz +share/man/man3/DPGEN_NOR2.3.gz +share/man/man3/DPGEN_NOR2MASK.3.gz +share/man/man3/DPGEN_NOR3.3.gz +share/man/man3/DPGEN_NOR4.3.gz +share/man/man3/DPGEN_NUL.3.gz +share/man/man3/DPGEN_OR2.3.gz +share/man/man3/DPGEN_OR3.3.gz +share/man/man3/DPGEN_OR4.3.gz +share/man/man3/DPGEN_RF1.3.gz +share/man/man3/DPGEN_RF1D.3.gz +share/man/man3/DPGEN_ROM2.3.gz +share/man/man3/DPGEN_ROM4.3.gz +share/man/man3/DPGEN_SFF.3.gz +share/man/man3/DPGEN_SFFT.3.gz +share/man/man3/DPGEN_SHIFT.3.gz +share/man/man3/DPGEN_XNOR2.3.gz +share/man/man3/DPGEN_XNOR2MASK.3.gz +share/man/man3/DPGEN_XOR2.3.gz +share/man/man3/GENLIB_BUS.3.gz +share/man/man3/GENLIB_COPY_UP_ALL_CON.3.gz +share/man/man3/GENLIB_COPY_UP_ALL_REF.3.gz +share/man/man3/GENLIB_COPY_UP_CON.3.gz +share/man/man3/GENLIB_COPY_UP_CON_FACE.3.gz +share/man/man3/GENLIB_COPY_UP_REF.3.gz +share/man/man3/GENLIB_COPY_UP_SEG.3.gz +share/man/man3/GENLIB_DEF_AB.3.gz +share/man/man3/GENLIB_DEF_LOFIG.3.gz +share/man/man3/GENLIB_DEF_PHFIG.3.gz +share/man/man3/GENLIB_DEF_PHINS.3.gz +share/man/man3/GENLIB_DEF_PHSC.3.gz +share/man/man3/GENLIB_ELM.3.gz +share/man/man3/GENLIB_FLATTEN_ALL_LOINS.3.gz +share/man/man3/GENLIB_FLATTEN_ALL_PHINS.3.gz +share/man/man3/GENLIB_FLATTEN_LOFIG.3.gz +share/man/man3/GENLIB_FLATTEN_PHFIG.3.gz +share/man/man3/GENLIB_GET_CON_X.3.gz +share/man/man3/GENLIB_GET_CON_Y.3.gz +share/man/man3/GENLIB_GET_INS_X.3.gz +share/man/man3/GENLIB_GET_INS_Y.3.gz +share/man/man3/GENLIB_GET_REF_X.3.gz +share/man/man3/GENLIB_GET_REF_Y.3.gz +share/man/man3/GENLIB_HEIGHT.3.gz +share/man/man3/GENLIB_LOAD_LOFIG.3.gz +share/man/man3/GENLIB_LOAD_PHFIG.3.gz +share/man/man3/GENLIB_LOCAP.3.gz +share/man/man3/GENLIB_LOCON.3.gz +share/man/man3/GENLIB_LOINS.3.gz +share/man/man3/GENLIB_LOINSE.3.gz +share/man/man3/GENLIB_LORES.3.gz +share/man/man3/GENLIB_LOSELF.3.gz +share/man/man3/GENLIB_LOSIG.3.gz +share/man/man3/GENLIB_LOSIGMERGE.3.gz +share/man/man3/GENLIB_LOTRS.3.gz +share/man/man3/GENLIB_MACRO.3.gz +share/man/man3/GENLIB_OUTLINE.3.gz +share/man/man3/GENLIB_PHCON.3.gz +share/man/man3/GENLIB_PHREF.3.gz +share/man/man3/GENLIB_PHSEG.3.gz +share/man/man3/GENLIB_PHVIA.3.gz +share/man/man3/GENLIB_PLACE.3.gz +share/man/man3/GENLIB_PLACE_BOTTOM.3.gz +share/man/man3/GENLIB_PLACE_CON_REF.3.gz +share/man/man3/GENLIB_PLACE_LEFT.3.gz +share/man/man3/GENLIB_PLACE_ON.3.gz +share/man/man3/GENLIB_PLACE_RIGHT.3.gz +share/man/man3/GENLIB_PLACE_SEG_REF.3.gz +share/man/man3/GENLIB_PLACE_TOP.3.gz +share/man/man3/GENLIB_PLACE_VIA_REF.3.gz +share/man/man3/GENLIB_REVERSE_PHCON.3.gz +share/man/man3/GENLIB_SAVE_LOFIG.3.gz +share/man/man3/GENLIB_SAVE_PHFIG.3.gz +share/man/man3/GENLIB_SAVE_PHSC.3.gz +share/man/man3/GENLIB_SC_BOTTOM.3.gz +share/man/man3/GENLIB_SC_LEFT.3.gz +share/man/man3/GENLIB_SC_PLACE.3.gz +share/man/man3/GENLIB_SC_RIGHT.3.gz +share/man/man3/GENLIB_SC_TOP.3.gz +share/man/man3/GENLIB_SET_LOCAP.3.gz +share/man/man3/GENLIB_SET_LORES.3.gz +share/man/man3/GENLIB_SET_LOSELF.3.gz +share/man/man3/GENLIB_UNFLATTEN_LOFIG.3.gz +share/man/man3/GENLIB_WIRE1.3.gz +share/man/man3/GENLIB_WIRE2.3.gz +share/man/man3/GENLIB_WIRE3.3.gz +share/man/man3/GETCPAT.3.gz +share/man/man3/INIT.3.gz +share/man/man3/LABEL.3.gz +share/man/man3/SAVE.3.gz +share/man/man3/ablToBddCct.3.gz +share/man/man3/addListBdd.3.gz +share/man/man3/addablhexpr.3.gz +share/man/man3/addablqexpr.3.gz +share/man/man3/addbddassoc.3.gz +share/man/man3/addbddcircuitabl.3.gz +share/man/man3/addbddcircuitin.3.gz +share/man/man3/addbddcircuitout.3.gz +share/man/man3/addbddnode.3.gz +share/man/man3/addbddnodeassoc.3.gz +share/man/man3/addbddnodelist.3.gz +share/man/man3/addbddvar.3.gz +share/man/man3/addbddvarafter.3.gz +share/man/man3/addbddvarbefore.3.gz +share/man/man3/addbddvarfirst.3.gz +share/man/man3/addbddvarlast.3.gz +share/man/man3/addcapa.3.gz +share/man/man3/addchain.3.gz +share/man/man3/addht.3.gz +share/man/man3/addhtitem.3.gz +share/man/man3/addlocap.3.gz +share/man/man3/addlocon.3.gz +share/man/man3/addlofig.3.gz +share/man/man3/addloins.3.gz +share/man/man3/addlomodel.3.gz +share/man/man3/addlores.3.gz +share/man/man3/addloself.3.gz +share/man/man3/addlosig.3.gz +share/man/man3/addlotrs.3.gz +share/man/man3/addnum.3.gz +share/man/man3/addphcon.3.gz +share/man/man3/addphfig.3.gz +share/man/man3/addphins.3.gz +share/man/man3/addphref.3.gz +share/man/man3/addphseg.3.gz +share/man/man3/addphvia.3.gz +share/man/man3/addptype.3.gz +share/man/man3/addrdsfig.3.gz +share/man/man3/addrdsfigrec.3.gz +share/man/man3/addrdsins.3.gz +share/man/man3/addrdsinsrec.3.gz +share/man/man3/addrdsrecwindow.3.gz +share/man/man3/alliancebanner.3.gz +share/man/man3/allocrdsfig.3.gz +share/man/man3/allocrdsins.3.gz +share/man/man3/allocrdsrec.3.gz +share/man/man3/allocrdsrecwin.3.gz +share/man/man3/allocrdswin.3.gz +share/man/man3/allocrdswindow.3.gz +share/man/man3/allocrdswinrec.3.gz +share/man/man3/append.3.gz +share/man/man3/applyBdd.3.gz +share/man/man3/applyBinBdd.3.gz +share/man/man3/applybddnode.3.gz +share/man/man3/applybddnodeite.3.gz +share/man/man3/applybddnodelist.3.gz +share/man/man3/applybddnodenot.3.gz +share/man/man3/applybddnodeterm.3.gz +share/man/man3/autallocblock.3.gz +share/man/man3/autallocheap.3.gz +share/man/man3/autfreeblock.3.gz +share/man/man3/autfreeheap.3.gz +share/man/man3/auth2elem.3.gz +share/man/man3/auth2table.3.gz +share/man/man3/authelem.3.gz +share/man/man3/authtable.3.gz +share/man/man3/autresizeblock.3.gz +share/man/man3/bddToAblCct.3.gz +share/man/man3/beh.3.gz +share/man/man3/beh_addbeaux.3.gz +share/man/man3/beh_addbebus.3.gz +share/man/man3/beh_addbebux.3.gz +share/man/man3/beh_addbefig.3.gz +share/man/man3/beh_addbegen.3.gz +share/man/man3/beh_addbemsg.3.gz +share/man/man3/beh_addbeout.3.gz +share/man/man3/beh_addbepor.3.gz +share/man/man3/beh_addbereg.3.gz +share/man/man3/beh_addberin.3.gz +share/man/man3/beh_addbiabl.3.gz +share/man/man3/beh_addbinod.3.gz +share/man/man3/beh_debug.3.gz +share/man/man3/beh_delbeaux.3.gz +share/man/man3/beh_delbebus.3.gz +share/man/man3/beh_delbebux.3.gz +share/man/man3/beh_delbefig.3.gz +share/man/man3/beh_delbegen.3.gz +share/man/man3/beh_delbemsg.3.gz +share/man/man3/beh_delbeout.3.gz +share/man/man3/beh_delbepor.3.gz +share/man/man3/beh_delbereg.3.gz +share/man/man3/beh_delberin.3.gz +share/man/man3/beh_delbiabl.3.gz +share/man/man3/beh_delbinod.3.gz +share/man/man3/beh_depend.3.gz +share/man/man3/beh_error.3.gz +share/man/man3/beh_frebeaux.3.gz +share/man/man3/beh_frebebus.3.gz +share/man/man3/beh_frebebux.3.gz +share/man/man3/beh_frebefig.3.gz +share/man/man3/beh_frebegen.3.gz +share/man/man3/beh_frebemsg.3.gz +share/man/man3/beh_frebeout.3.gz +share/man/man3/beh_frebepor.3.gz +share/man/man3/beh_frebereg.3.gz +share/man/man3/beh_freberin.3.gz +share/man/man3/beh_frebiabl.3.gz +share/man/man3/beh_frebinod.3.gz +share/man/man3/beh_getgenva.3.gz +share/man/man3/beh_makbdd.3.gz +share/man/man3/beh_makgex.3.gz +share/man/man3/beh_message.3.gz +share/man/man3/beh_rmvbeaux.3.gz +share/man/man3/beh_rmvbebus.3.gz +share/man/man3/beh_rmvbebux.3.gz +share/man/man3/beh_rmvbefig.3.gz +share/man/man3/beh_rmvbegen.3.gz +share/man/man3/beh_rmvbemsg.3.gz +share/man/man3/beh_rmvbeout.3.gz +share/man/man3/beh_rmvbepor.3.gz +share/man/man3/beh_rmvbereg.3.gz +share/man/man3/beh_rmvberin.3.gz +share/man/man3/bigvia.3.gz +share/man/man3/buildrdswindow.3.gz +share/man/man3/chain.3.gz +share/man/man3/checkloconorder.3.gz +share/man/man3/clearbddsystemref.3.gz +share/man/man3/clearbddsystemrefext.3.gz +share/man/man3/clearbddsystemrefint.3.gz +share/man/man3/cofactorbddnode.3.gz +share/man/man3/composeBdd.3.gz +share/man/man3/composebddnode.3.gz +share/man/man3/concatname.3.gz +share/man/man3/conmbkrds.3.gz +share/man/man3/constraintBdd.3.gz +share/man/man3/convertbddcircuitabl.3.gz +share/man/man3/convertbddcircuitsumabl.3.gz +share/man/man3/convertbddindexabl.3.gz +share/man/man3/convertbddmuxabl.3.gz +share/man/man3/convertbddnodeabl.3.gz +share/man/man3/convertbddnodesumabl.3.gz +share/man/man3/createNodeTermBdd.3.gz +share/man/man3/createablatom.3.gz +share/man/man3/createablbinexpr.3.gz +share/man/man3/createablnotexpr.3.gz +share/man/man3/createabloper.3.gz +share/man/man3/createablunaryexpr.3.gz +share/man/man3/createablxorbinexpr.3.gz +share/man/man3/createbddcircuit.3.gz +share/man/man3/createbddsystem.3.gz +share/man/man3/decbddrefext.3.gz +share/man/man3/decbddrefint.3.gz +share/man/man3/defab.3.gz +share/man/man3/delablexpr.3.gz +share/man/man3/delablexprnum.3.gz +share/man/man3/delbddassoc.3.gz +share/man/man3/delbddcircuitout.3.gz +share/man/man3/delbddnode.3.gz +share/man/man3/delbddnodeassoc.3.gz +share/man/man3/delbddnodelist.3.gz +share/man/man3/delchain.3.gz +share/man/man3/delht.3.gz +share/man/man3/delhtitem.3.gz +share/man/man3/dellocap.3.gz +share/man/man3/dellocon.3.gz +share/man/man3/dellofig.3.gz +share/man/man3/delloins.3.gz +share/man/man3/dellores.3.gz +share/man/man3/delloself.3.gz +share/man/man3/dellosig.3.gz +share/man/man3/dellotrs.3.gz +share/man/man3/delnum.3.gz +share/man/man3/delphcon.3.gz +share/man/man3/delphfig.3.gz +share/man/man3/delphins.3.gz +share/man/man3/delphref.3.gz +share/man/man3/delphseg.3.gz +share/man/man3/delphvia.3.gz +share/man/man3/delptype.3.gz +share/man/man3/delrdsfig.3.gz +share/man/man3/delrdsfigrec.3.gz +share/man/man3/delrdsins.3.gz +share/man/man3/delrdsinsrec.3.gz +share/man/man3/delrdsrecwindow.3.gz +share/man/man3/destroyBdd.3.gz +share/man/man3/destroybddassoc.3.gz +share/man/man3/destroybddcircuit.3.gz +share/man/man3/destroybddsystem.3.gz +share/man/man3/destroyrdswindow.3.gz +share/man/man3/devablxorexpr.3.gz +share/man/man3/devdupablxorexpr.3.gz +share/man/man3/displayBdd.3.gz +share/man/man3/downstr.3.gz +share/man/man3/dupablexpr.3.gz +share/man/man3/existbddnodeassocoff.3.gz +share/man/man3/existbddnodeassocon.3.gz +share/man/man3/figmbkrds.3.gz +share/man/man3/filepath.3.gz +share/man/man3/flatablexpr.3.gz +share/man/man3/flattenlofig.3.gz +share/man/man3/flattenphfig.3.gz +share/man/man3/freeablexpr.3.gz +share/man/man3/freechain.3.gz +share/man/man3/freelomodel.3.gz +share/man/man3/freenum.3.gz +share/man/man3/freeptype.3.gz +share/man/man3/freerdsfig.3.gz +share/man/man3/freerdsins.3.gz +share/man/man3/freerdsrec.3.gz +share/man/man3/garbagebddsystem.3.gz +share/man/man3/gcNodeBdd.3.gz +share/man/man3/getablexprdepth.3.gz +share/man/man3/getablexprlength.3.gz +share/man/man3/getablexprmax.3.gz +share/man/man3/getablexprmin.3.gz +share/man/man3/getablexprnum.3.gz +share/man/man3/getablexprnumatom.3.gz +share/man/man3/getablexprnumbinoper.3.gz +share/man/man3/getablexprnumocc.3.gz +share/man/man3/getablexprsupport.3.gz +share/man/man3/getbddnodenum.3.gz +share/man/man3/getbddnodesize.3.gz +share/man/man3/getbddnodesupport.3.gz +share/man/man3/getbddvarbyindex.3.gz +share/man/man3/getbddvarindex.3.gz +share/man/man3/getbddvarnode.3.gz +share/man/man3/getbddvarnodebyindex.3.gz +share/man/man3/gethtitem.3.gz +share/man/man3/getlocap.3.gz +share/man/man3/getlocon.3.gz +share/man/man3/getlofig.3.gz +share/man/man3/getloins.3.gz +share/man/man3/getlomodel.3.gz +share/man/man3/getlores.3.gz +share/man/man3/getloself.3.gz +share/man/man3/getlosig.3.gz +share/man/man3/getphcon.3.gz +share/man/man3/getphfig.3.gz +share/man/man3/getphins.3.gz +share/man/man3/getphref.3.gz +share/man/man3/getptype.3.gz +share/man/man3/getrdsmodellist.3.gz +share/man/man3/getsigname.3.gz +share/man/man3/givelosig.3.gz +share/man/man3/guessextdir.3.gz +share/man/man3/implybddnode.3.gz +share/man/man3/incatalog.3.gz +share/man/man3/incatalogdelete.3.gz +share/man/man3/incatalogfeed.3.gz +share/man/man3/incataloggds.3.gz +share/man/man3/incbddrefext.3.gz +share/man/man3/incbddrefint.3.gz +share/man/man3/initializeBdd.3.gz +share/man/man3/insconmbkrds.3.gz +share/man/man3/insmbkrds.3.gz +share/man/man3/insrefmbkrds.3.gz +share/man/man3/inssegmbkrds.3.gz +share/man/man3/instanceface.3.gz +share/man/man3/instr.3.gz +share/man/man3/insviambkrds.3.gz +share/man/man3/intersectbddnode.3.gz +share/man/man3/isablbinaryoper.3.gz +share/man/man3/isablequalexpr.3.gz +share/man/man3/isablnameinexpr.3.gz +share/man/man3/isabloperinexpr.3.gz +share/man/man3/isablsimilarexpr.3.gz +share/man/man3/isablunaryoper.3.gz +share/man/man3/isbddvarinsupport.3.gz +share/man/man3/isck.3.gz +share/man/man3/isvdd.3.gz +share/man/man3/isvss.3.gz +share/man/man3/libpat.3.gz +share/man/man3/loadlofig.3.gz +share/man/man3/loadphfig.3.gz +share/man/man3/loadrdsfig.3.gz +share/man/man3/loadrdsparam.3.gz +share/man/man3/locap.3.gz +share/man/man3/locon.3.gz +share/man/man3/lofig.3.gz +share/man/man3/lofigchain.3.gz +share/man/man3/log.3.gz +share/man/man3/loins.3.gz +share/man/man3/lores.3.gz +share/man/man3/loself.3.gz +share/man/man3/losig.3.gz +share/man/man3/lotrs.3.gz +share/man/man3/mapablanyexpr.3.gz +share/man/man3/mapableveryexpr.3.gz +share/man/man3/mapablexpr.3.gz +share/man/man3/mapabloperexpr.3.gz +share/man/man3/markAllBdd.3.gz +share/man/man3/markBdd.3.gz +share/man/man3/markbddnode.3.gz +share/man/man3/mbk.3.gz +share/man/man3/mbkalloc.3.gz +share/man/man3/mbkenv.3.gz +share/man/man3/mbkfopen.3.gz +share/man/man3/mbkfree.3.gz +share/man/man3/mbkgetenv.3.gz +share/man/man3/mbkps.3.gz +share/man/man3/mbkrealloc.3.gz +share/man/man3/mbksetautoackchld.3.gz +share/man/man3/mbkunlink.3.gz +share/man/man3/mbkwaitpid.3.gz +share/man/man3/mlodebug.3.gz +share/man/man3/modelmbkrds.3.gz +share/man/man3/mphdebug.3.gz +share/man/man3/namealloc.3.gz +share/man/man3/namefind.3.gz +share/man/man3/nameindex.3.gz +share/man/man3/naturalstrcmp.3.gz +share/man/man3/notBdd.3.gz +share/man/man3/numberNodeAllBdd.3.gz +share/man/man3/numberNodeBdd.3.gz +share/man/man3/phcon.3.gz +share/man/man3/phfig.3.gz +share/man/man3/phins.3.gz +share/man/man3/phref.3.gz +share/man/man3/phseg.3.gz +share/man/man3/phvia.3.gz +share/man/man3/polarablexpr.3.gz +share/man/man3/polardupablexpr.3.gz +share/man/man3/ptype.3.gz +share/man/man3/rdsalloc.3.gz +share/man/man3/rdsenv.3.gz +share/man/man3/rdsfree.3.gz +share/man/man3/refmbkrds.3.gz +share/man/man3/relprodbddnodeassoc.3.gz +share/man/man3/reorderbddsystemdynamic.3.gz +share/man/man3/reorderbddsystemsimple.3.gz +share/man/man3/reorderbddsystemtop.3.gz +share/man/man3/reorderbddsystemwindow.3.gz +share/man/man3/resetBdd.3.gz +share/man/man3/resetbddcircuit.3.gz +share/man/man3/resetbddsystem.3.gz +share/man/man3/restorealldir.3.gz +share/man/man3/restoredirvbe.3.gz +share/man/man3/restrictbddnode.3.gz +share/man/man3/reverse.3.gz +share/man/man3/rflattenlofig.3.gz +share/man/man3/rflattenphfig.3.gz +share/man/man3/roundrdsrec.3.gz +share/man/man3/satisfybddnode.3.gz +share/man/man3/savelofig.3.gz +share/man/man3/savephfig.3.gz +share/man/man3/saverdsfig.3.gz +share/man/man3/searchbddcircuitin.3.gz +share/man/man3/searchbddcircuitout.3.gz +share/man/man3/searchrdsfig.3.gz +share/man/man3/segmbkrds.3.gz +share/man/man3/setbddrefext.3.gz +share/man/man3/sethtitem.3.gz +share/man/man3/setlocap.3.gz +share/man/man3/setlores.3.gz +share/man/man3/setloself.3.gz +share/man/man3/simpablexpr.3.gz +share/man/man3/simpbddnodedcoff.3.gz +share/man/man3/simpbddnodedcon.3.gz +share/man/man3/simpdupablexpr.3.gz +share/man/man3/simplifDcOneBdd.3.gz +share/man/man3/simplifDcZeroBdd.3.gz +share/man/man3/sortlocon.3.gz +share/man/man3/sortlosig.3.gz +share/man/man3/substablexpr.3.gz +share/man/man3/substbddnodeassoc.3.gz +share/man/man3/substdupablexpr.3.gz +share/man/man3/supportChain_listBdd.3.gz +share/man/man3/swapbddvar.3.gz +share/man/man3/testbddcircuit.3.gz +share/man/man3/unflatablexpr.3.gz +share/man/man3/unflattenlofig.3.gz +share/man/man3/unmarkbddnode.3.gz +share/man/man3/unsetbddrefext.3.gz +share/man/man3/upVarBdd.3.gz +share/man/man3/upstr.3.gz +share/man/man3/vhdlablname.3.gz +share/man/man3/vhdlablvector.3.gz +share/man/man3/viambkrds.3.gz +share/man/man3/viewablexpr.3.gz +share/man/man3/viewablexprfile.3.gz +share/man/man3/viewablexprstr.3.gz +share/man/man3/viewbddcircuit.3.gz +share/man/man3/viewbddnode.3.gz +share/man/man3/viewbddsystem.3.gz +share/man/man3/viewbddsysteminfo.3.gz +share/man/man3/viewht.3.gz +share/man/man3/viewlo.3.gz +share/man/man3/viewlocap.3.gz +share/man/man3/viewlofig.3.gz +share/man/man3/viewlofigcon.3.gz +share/man/man3/viewloins.3.gz +share/man/man3/viewloinscon.3.gz +share/man/man3/viewlores.3.gz +share/man/man3/viewloself.3.gz +share/man/man3/viewlosig.3.gz +share/man/man3/viewlotrs.3.gz +share/man/man3/viewph.3.gz +share/man/man3/viewphcon.3.gz +share/man/man3/viewphfig.3.gz +share/man/man3/viewphins.3.gz +share/man/man3/viewphref.3.gz +share/man/man3/viewphseg.3.gz +share/man/man3/viewphvia.3.gz +share/man/man3/viewrdsfig.3.gz +share/man/man3/viewrdsins.3.gz +share/man/man3/viewrdsparam.3.gz +share/man/man3/viewrdsrec.3.gz +share/man/man3/viewrdswindow.3.gz +share/man/man3/viewrfmcon.3.gz +share/man/man3/viewrfmfig.3.gz +share/man/man3/viewrfmins.3.gz +share/man/man3/viewrfmrec.3.gz +share/man/man3/viewrfmref.3.gz +share/man/man3/viewrfmseg.3.gz +share/man/man3/viewrfmvia.3.gz +share/man/man3/xyflat.3.gz +share/man/man5/al.5.gz +share/man/man5/ap.5.gz +share/man/man5/catal.5.gz +share/man/man5/ctl.5.gz +share/man/man5/fsm.5.gz +share/man/man5/lax.5.gz +share/man/man5/pat.5.gz +share/man/man5/prol.5.gz +share/man/man5/spi.5.gz +share/man/man5/sxlib.5.gz +share/man/man5/vasy.5.gz +share/man/man5/vbe.5.gz +share/man/man5/vhdl.5.gz +share/man/man5/vst.5.gz diff --git a/cad/apio/Makefile b/cad/apio/Makefile new file mode 100644 index 00000000000..3161c8e7293 --- /dev/null +++ b/cad/apio/Makefile @@ -0,0 +1,28 @@ +PORTNAME= apio +DISTVERSION= 0.8.4 +CATEGORIES= cad python +MASTER_SITES= PYPI + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Open source ecosystem for open FPGA boards +WWW= https://github.com/FPGAwars/apio/wiki + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.1.3:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>=3.5:comms/py-pyserial@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.28.2:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.9.0:devel/py-semantic-version@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2:devel/py-flit-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.35.0<1:devel/py-wheel@${PY_FLAVOR} \ + ${PY_DEPENDS} +RUN_DEPENDS= ${PY_DEPENDS} + +USES= python scons +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include diff --git a/cad/apio/distinfo b/cad/apio/distinfo new file mode 100644 index 00000000000..d509c62ce0d --- /dev/null +++ b/cad/apio/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704526040 +SHA256 (apio-0.8.4.tar.gz) = baa8edbdf933ff098178418214b19dfce0cad233ecbe5fc73b896bb7434b5d8f +SIZE (apio-0.8.4.tar.gz) = 1150556 diff --git a/cad/apio/files/patch-pyproject.toml b/cad/apio/files/patch-pyproject.toml new file mode 100644 index 00000000000..dd1fcc192ab --- /dev/null +++ b/cad/apio/files/patch-pyproject.toml @@ -0,0 +1,22 @@ +--- pyproject.toml.orig 2024-01-06 07:32:13 UTC ++++ pyproject.toml +@@ -16,13 +16,13 @@ requires = [ + description-file = "README.md" + requires-python = ">=3.7" + requires = [ +- 'click==8.1.3', +- 'semantic_version==2.9.0', +- 'requests==2.28.2', +- 'colorama==0.4.6', +- 'pyserial==3.5', ++ 'click>=8.1.3', ++ 'semantic_version>=2.9.0', ++ 'requests>=2.28.2', ++ 'colorama>0', ++ 'pyserial>=3.5', + 'wheel>=0.35.0,<1', +- 'scons==4.2.0' ++ 'scons>=4.2.0' + ] + + [tool.flit.sdist] diff --git a/cad/apio/pkg-descr b/cad/apio/pkg-descr new file mode 100644 index 00000000000..f3a97ee1eb8 --- /dev/null +++ b/cad/apio/pkg-descr @@ -0,0 +1,3 @@ +Apio is a multiplatform toolbox with static pre-built packages to verify, +synthesize, simulate and upload your verilog designs into the supported FPGA +boards. diff --git a/cad/netgen-lvs/Makefile b/cad/netgen-lvs/Makefile index 23b9cabde30..9e23b491438 100644 --- a/cad/netgen-lvs/Makefile +++ b/cad/netgen-lvs/Makefile @@ -1,5 +1,5 @@ PORTNAME= netgen -DISTVERSION= 1.5.264 +DISTVERSION= 1.5.265 CATEGORIES= cad PKGNAMESUFFIX= -lvs diff --git a/cad/netgen-lvs/distinfo b/cad/netgen-lvs/distinfo index 017e3038eeb..0777078c75c 100644 --- a/cad/netgen-lvs/distinfo +++ b/cad/netgen-lvs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701760877 -SHA256 (RTimothyEdwards-netgen-1.5.264_GH0.tar.gz) = 1ae8d9e4e12527fa1b164491d5061f3f24d63d3bcd16f99bd0bcd5ef16643150 -SIZE (RTimothyEdwards-netgen-1.5.264_GH0.tar.gz) = 547386 +TIMESTAMP = 1704938931 +SHA256 (RTimothyEdwards-netgen-1.5.265_GH0.tar.gz) = 9e5d05739e3a1ff48c4c825245cc3e96d0e3b685120b9cc23fb885f3f050ef2f +SIZE (RTimothyEdwards-netgen-1.5.265_GH0.tar.gz) = 548055 diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index fc49002dc3f..1d5284fbefd 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -1,6 +1,6 @@ PORTNAME= nvc DISTVERSIONPREFIX= r -DISTVERSION= 1.11.1 +DISTVERSION= 1.11.2 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/nvc/distinfo b/cad/nvc/distinfo index e8b16ce24c2..65f062ecce1 100644 --- a/cad/nvc/distinfo +++ b/cad/nvc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702870822 -SHA256 (nickg-nvc-r1.11.1_GH0.tar.gz) = 137e103601a97bd7b9e14453f0ee9a04271dc36e457760c49bd79c324a1a8cf5 -SIZE (nickg-nvc-r1.11.1_GH0.tar.gz) = 1839664 +TIMESTAMP = 1704429187 +SHA256 (nickg-nvc-r1.11.2_GH0.tar.gz) = 46adde7f68471cfc671e8c7507ac4d96e6f87d75b763276184a41ca7e9c73357 +SIZE (nickg-nvc-r1.11.2_GH0.tar.gz) = 1842005 diff --git a/cad/p5-GDS2/Makefile b/cad/p5-GDS2/Makefile index b183adb26ef..8442e9f1e45 100644 --- a/cad/p5-GDS2/Makefile +++ b/cad/p5-GDS2/Makefile @@ -18,7 +18,7 @@ USE_PERL5= configure SHEBANG_FILES= Examples/* PLIST_FILES= ${SITE_PERL}/GDS2.pm \ ${PROGRAMS:S,^,bin/,} \ - ${MAN3PREFIX}/man/man3/GDS2.3.gz + ${PREFIX}/man/man3/GDS2.3.gz PROGRAMS= gds2dump gdsdump2gds modgds2 gdslayers testgds2 \ gdspath4topath0 testgdt diff --git a/cad/py-amaranth/Makefile b/cad/py-amaranth/Makefile index 5c7a2cdd879..e8f694c65e8 100644 --- a/cad/py-amaranth/Makefile +++ b/cad/py-amaranth/Makefile @@ -1,7 +1,6 @@ PORTNAME= amaranth DISTVERSIONPREFIX= v -DISTVERSION= 0.3-160 -DISTVERSIONSUFFIX= -gb952005 +DISTVERSION= 0.4.0 CATEGORIES= cad python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +10,12 @@ WWW= https://amaranth-lang.org/docs/amaranth/latest/ LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyvcd>0:cad/py-pyvcd@${PY_FLAVOR} +TEST_DEPENDS= sby:cad/symbiyosys \ + yosys:cad/yosys USES= python USE_PYTHON= pep517 autoplist pytest @@ -25,13 +25,9 @@ GH_ACCOUNT= amaranth-lang NO_ARCH= yes -# workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272771 -PEP517_INSTALL_CMD= ${PYTHON_CMD} -m installer --destdir ${STAGEDIR} --prefix ${PREFIX} ${BUILD_WRKSRC}/dist/${PORTNAME:C|[-_]+|_|g}-${DISTVERSION:S/-/.post/}*.whl +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-patch: - @${REINPLACE_CMD} \ - -e 's|from setuptools_scm.git import parse as parse_git|return "v${DISTVERSION}"|' \ - ${WRKSRC}/setup.py @${REINPLACE_CMD} \ -e 's|%%VERSION%%|${DISTVERSION}|' \ ${WRKSRC}/pyproject.toml diff --git a/cad/py-amaranth/distinfo b/cad/py-amaranth/distinfo index 4bb3f520c20..8642e68838b 100644 --- a/cad/py-amaranth/distinfo +++ b/cad/py-amaranth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690525544 -SHA256 (amaranth-lang-amaranth-v0.3-160-gb952005_GH0.tar.gz) = 8bdab7fbd10dc07d99a383316b2503dd00733b6dd99e787e0ffe4cb27f8eb112 -SIZE (amaranth-lang-amaranth-v0.3-160-gb952005_GH0.tar.gz) = 261933 +TIMESTAMP = 1704939098 +SHA256 (amaranth-lang-amaranth-v0.4.0_GH0.tar.gz) = f377c113af9d6772331509fff72cf19d060cd16849981ce32b6eeb94d64c62eb +SIZE (amaranth-lang-amaranth-v0.4.0_GH0.tar.gz) = 307888 diff --git a/cad/py-amaranth/files/patch-pyproject.toml b/cad/py-amaranth/files/patch-pyproject.toml index 00ed445714f..e19d759d817 100644 --- a/cad/py-amaranth/files/patch-pyproject.toml +++ b/cad/py-amaranth/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2023-07-27 13:04:20 UTC +--- pyproject.toml.orig 2023-12-13 09:29:50 UTC +++ pyproject.toml -@@ -1,12 +1,13 @@ - # Project metadata +@@ -4,12 +4,13 @@ source = "scm" + source = "scm" [project] --dynamic = ["version", "urls"] -+dynamic = ["urls"] +-dynamic = ["version"] ++dynamic = [] name = "amaranth" description = "Amaranth hardware definition language" @@ -15,23 +15,3 @@ requires-python = "~=3.8" dependencies = [ -@@ -26,7 +27,7 @@ amaranth-rpc = "amaranth.rpc:main" - # Build system configuration - - [build-system] --requires = ["wheel", "setuptools>=67.0", "setuptools_scm[toml]>=6.2"] -+requires = ["wheel", "setuptools>0", "setuptools_scm[toml]>=6.2"] - build-backend = "setuptools.build_meta" - - [tool.setuptools] -@@ -36,8 +37,8 @@ build-backend = "setuptools.build_meta" - # Add a workaround to improve experience for people upgrading from old checkouts. - packages = ["amaranth"] - --[tool.setuptools_scm] --local_scheme = "node-and-timestamp" -+#[tool.setuptools_scm] -+#local_scheme = "node-and-timestamp" - - # Development workflow configuration - diff --git a/cad/svlint/Makefile b/cad/svlint/Makefile index c5c0ece246f..67467ff2f28 100644 --- a/cad/svlint/Makefile +++ b/cad/svlint/Makefile @@ -1,6 +1,7 @@ PORTNAME= svlint DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= cad devel MAINTAINER= yuri@FreeBSD.org diff --git a/cad/svls/Makefile b/cad/svls/Makefile index ded9bc80656..b614fe604e8 100644 --- a/cad/svls/Makefile +++ b/cad/svls/Makefile @@ -1,6 +1,7 @@ PORTNAME= svls DISTVERSIONPREFIX= v DISTVERSION= 0.2.11 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/symbiyosys/Makefile b/cad/symbiyosys/Makefile new file mode 100644 index 00000000000..c77313b1ff8 --- /dev/null +++ b/cad/symbiyosys/Makefile @@ -0,0 +1,27 @@ +PORTNAME= symbiyosys +DISTVERSIONPREFIX= yosys- +DISTVERSION= 0.36 +CATEGORIES= cad +PKGNAMEPREFIX= + +MAINTAINER= yuri@FreeBSD.org +COMMENT= SymbiYosys (sby): Front-end for Yosys-based formal verification flows +WWW= https://yosyshq.readthedocs.io/projects/sby/en/latest/ + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= yosys:cad/yosys + +USES= gmake python shebangfix + +USE_GITHUB= yes +GH_ACCOUNT= YosysHQ +GH_PROJECT= sby + +SHEBANG_FILES= sbysrc/sby.py + +NO_BUILD= yes +NO_ARCH= yes + +.include diff --git a/cad/symbiyosys/distinfo b/cad/symbiyosys/distinfo new file mode 100644 index 00000000000..a75b96da9de --- /dev/null +++ b/cad/symbiyosys/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704941121 +SHA256 (YosysHQ-sby-yosys-0.36_GH0.tar.gz) = 7750abfada8b70d134f4c65ce7aa2a72f514b625d6786bd77a7a9c4fa68fd418 +SIZE (YosysHQ-sby-yosys-0.36_GH0.tar.gz) = 195263 diff --git a/cad/symbiyosys/pkg-descr b/cad/symbiyosys/pkg-descr new file mode 100644 index 00000000000..f85079cc266 --- /dev/null +++ b/cad/symbiyosys/pkg-descr @@ -0,0 +1,2 @@ +SymbiYosys (sby) is a front-end driver program for Yosys-based formal hardware +verification flows. diff --git a/cad/symbiyosys/pkg-plist b/cad/symbiyosys/pkg-plist new file mode 100644 index 00000000000..53b3868d727 --- /dev/null +++ b/cad/symbiyosys/pkg-plist @@ -0,0 +1,15 @@ +bin/sby +share/yosys/python3/sby_autotune.py +share/yosys/python3/sby_cmdline.py +share/yosys/python3/sby_core.py +share/yosys/python3/sby_design.py +share/yosys/python3/sby_engine_abc.py +share/yosys/python3/sby_engine_aiger.py +share/yosys/python3/sby_engine_btor.py +share/yosys/python3/sby_engine_smtbmc.py +share/yosys/python3/sby_jobserver.py +share/yosys/python3/sby_mode_bmc.py +share/yosys/python3/sby_mode_cover.py +share/yosys/python3/sby_mode_live.py +share/yosys/python3/sby_mode_prove.py +share/yosys/python3/sby_sim.py diff --git a/cad/veryl/Makefile b/cad/veryl/Makefile index 4c4ddf0dba5..cebcd1adf17 100644 --- a/cad/veryl/Makefile +++ b/cad/veryl/Makefile @@ -1,7 +1,7 @@ PORTNAME= veryl DISTVERSIONPREFIX= veryl-v DISTVERSION= 0.5.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile index 09b852c43f1..f32261d9c75 100644 --- a/chinese/celvis/Makefile +++ b/chinese/celvis/Makefile @@ -26,6 +26,6 @@ do-install: @# install target in celvis Makefile is not too good -- this is easier ${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${STAGEDIR}${PREFIX}/bin ${LN} -s celvis ${STAGEDIR}${PREFIX}/bin/cvi - ${INSTALL_MAN} ${FILESDIR}/celvis.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/celvis.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/chinese/celvis/pkg-plist b/chinese/celvis/pkg-plist index ea799f035bb..fadd5bd9a9b 100644 --- a/chinese/celvis/pkg-plist +++ b/chinese/celvis/pkg-plist @@ -1,4 +1,4 @@ bin/celvis bin/cvi bin/virec -man/man1/celvis.1.gz +share/man/man1/celvis.1.gz diff --git a/chinese/ttfm/Makefile b/chinese/ttfm/Makefile index b45c1df45c7..43aaa4953b1 100644 --- a/chinese/ttfm/Makefile +++ b/chinese/ttfm/Makefile @@ -1,6 +1,6 @@ PORTNAME= ttfm PORTVERSION= 0.9.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= chinese print MASTER_SITES= LOCAL/rafan/chinese @@ -29,7 +29,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ttfinfo ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/ttfm.sh ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/ttfm.sh.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/ttfm.sh.1 ${STAGEDIR}${PREFIX}/share/man/man1/ @${MKDIR} ${STAGEDIR}${DATADIR} .for module in gscjk.ttfm xttfm.ttfm ${INSTALL_SCRIPT} ${WRKSRC}/modules/${module} ${STAGEDIR}${DATADIR}/ diff --git a/chinese/ttfm/pkg-plist b/chinese/ttfm/pkg-plist index c51db633668..d0134f85f73 100644 --- a/chinese/ttfm/pkg-plist +++ b/chinese/ttfm/pkg-plist @@ -1,5 +1,5 @@ bin/ttfinfo bin/ttfm.sh -man/man1/ttfm.sh.1.gz +share/man/man1/ttfm.sh.1.gz %%DATADIR%%/gscjk.ttfm %%DATADIR%%/xttfm.ttfm diff --git a/comms/atslog/Makefile b/comms/atslog/Makefile index 1e2a558b58f..243324ef36e 100644 --- a/comms/atslog/Makefile +++ b/comms/atslog/Makefile @@ -1,6 +1,6 @@ PORTNAME= atslog PORTVERSION= 2.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms MASTER_SITES= BERLIOS @@ -65,11 +65,10 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${USE_RC_SUBR}/${USE_RC_SUBR} ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${MANPREFIX}/man/man8 - @${MKDIR} ${STAGEDIR}${MANPREFIX}/man/ru.KOI8-R/man8 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ru.KOI8-R/man8 .for i in ${USE_RC_SUBR} ${PORTNAME}master - ${INSTALL_MAN} ${WRKSRC}/man/en/${i}.8 ${STAGEDIR}${MANPREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/man/ru.KOI8-R/${i}.8 ${STAGEDIR}${MANPREFIX}/man/ru.KOI8-R/man8 + ${INSTALL_MAN} ${WRKSRC}/man/en/${i}.8 ${STAGEDIR}${PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/ru.KOI8-R/${i}.8 ${STAGEDIR}${PREFIX}/share/man/ru.KOI8-R/man8 .endfor ${INSTALL_DATA} ${WRKSRC}/include/${PORTNAME}.conf.default ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample ${INSTALL_DATA} ${WRKSRC}/include/${PORTNAME}.conf.default.rus ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.rus.sample diff --git a/comms/atslog/pkg-plist b/comms/atslog/pkg-plist index 7228f3fc003..4f9ca6f19d5 100644 --- a/comms/atslog/pkg-plist +++ b/comms/atslog/pkg-plist @@ -26,10 +26,10 @@ libexec/atslog/neax-2000.lib libexec/atslog/nx-820.lib libexec/atslog/officeserv-7200.lib libexec/atslog/skp-816.lib -man/man8/atslogd.8.gz -man/man8/atslogmaster.8.gz -man/ru.KOI8-R/man8/atslogd.8.gz -man/ru.KOI8-R/man8/atslogmaster.8.gz +share/man/man8/atslogd.8.gz +share/man/man8/atslogmaster.8.gz +share/man/ru.KOI8-R/man8/atslogd.8.gz +share/man/ru.KOI8-R/man8/atslogmaster.8.gz %%DATADIR%%/lang/en_US %%DATADIR%%/lang/ru_RU.CP1251 %%DATADIR%%/lang/ru_RU.KOI8-R diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile index cd5f83e216d..4ac22d1fdfc 100644 --- a/comms/comserv/Makefile +++ b/comms/comserv/Makefile @@ -3,13 +3,15 @@ PORTVERSION= 1.4.4 CATEGORIES= comms net MASTER_SITES= https://BSDforge.com/projects/source/comms/comserv/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Access local serial ports via network connections WWW= https://BSDforge.com/projects/comms/comserv/ LICENSE= BSD2CLAUSE BROKEN= Unfetchable +DEPRECATED= Abandonware, last release in 2002. Consider using comms/remserial +EXPIRATION_DATE=2024-02-29 USES= tar:xz diff --git a/comms/dfu-programmer/Makefile b/comms/dfu-programmer/Makefile index 88a94a800e6..3c0f9f1f3f8 100644 --- a/comms/dfu-programmer/Makefile +++ b/comms/dfu-programmer/Makefile @@ -1,5 +1,6 @@ PORTNAME= dfu-programmer PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= SF @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes LIBS+= -lusb -PLIST_FILES= bin/dfu-programmer man/man1/dfu-programmer.1.gz +PLIST_FILES= bin/dfu-programmer share/man/man1/dfu-programmer.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS @@ -21,7 +22,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} diff --git a/comms/klog/Makefile b/comms/klog/Makefile index ab47cc76ca9..7aea97446e0 100644 --- a/comms/klog/Makefile +++ b/comms/klog/Makefile @@ -1,5 +1,5 @@ PORTNAME= klog -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org @@ -33,8 +33,10 @@ PLIST_FILES= bin/klog \ ${DATADIR}/translations/klog_fr.qm \ ${DATADIR}/translations/klog_hr.qm \ ${DATADIR}/translations/klog_it.qm \ + ${DATADIR}/translations/klog_lv.qm \ ${DATADIR}/translations/klog_ja.qm \ ${DATADIR}/translations/klog_pl.qm \ + ${DATADIR}/translations/klog_uk.qm \ man/man1/klog.1.gz post-patch: diff --git a/comms/klog/distinfo b/comms/klog/distinfo index 6ef158708ec..d5289d2c1ac 100644 --- a/comms/klog/distinfo +++ b/comms/klog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702745062 -SHA256 (ea4k-klog-2.3.2_GH0.tar.gz) = 1aef1d7871074f17ec39e7b7990e35be678fb573240fded2834f837354c2a347 -SIZE (ea4k-klog-2.3.2_GH0.tar.gz) = 4768856 +TIMESTAMP = 1703965454 +SHA256 (ea4k-klog-2.3.3_GH0.tar.gz) = 59e30fdee4bcd0ffa732ddddfec34c47ad34d66da2a033534b0805175be2031d +SIZE (ea4k-klog-2.3.3_GH0.tar.gz) = 4776834 diff --git a/comms/klog/files/patch-src_main.cpp b/comms/klog/files/patch-src_main.cpp new file mode 100644 index 00000000000..88e0f3adcef --- /dev/null +++ b/comms/klog/files/patch-src_main.cpp @@ -0,0 +1,13 @@ +--- src/main.cpp.orig 2023-12-26 00:00:15 UTC ++++ src/main.cpp +@@ -151,6 +151,10 @@ int main(int argc, char *argv[]) + myappTranslator.load(QCoreApplication::applicationDirPath() + "/translations/klog_" + (QLocale::system().name())); /* Flawfinder: ignore */ + } + ++ else if (((QLocale::system().name()).left(1)) == "C") /* Flawfinder: ignore */ ++ { // If language is C, it will execute without showing message ++ ++ } + else if (((QLocale::system().name()).left(2)) == "en") /* Flawfinder: ignore */ + { // If language is English, it will execute without showing message + diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile index b918645be51..ab66bd9bdfd 100644 --- a/comms/libfec/Makefile +++ b/comms/libfec/Makefile @@ -1,6 +1,6 @@ PORTNAME= libfec PORTVERSION= 3.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms astro hamradio math MASTER_SITES= http://www.ka9q.net/code/fec/ \ LOCAL/db @@ -22,9 +22,9 @@ USE_LDCONFIG= yes PLIST_FILES= include/fec.h \ lib/libfec.so \ lib/libfec.a \ - man/man3/dsp.3.gz \ - man/man3/rs.3.gz \ - man/man3/simd-viterbi.3.gz + share/man/man3/dsp.3.gz \ + share/man/man3/rs.3.gz \ + share/man/man3/simd-viterbi.3.gz # makefile tries to create libfec.so from object files compiled without -fPIC. CFLAGS+= -fPIC @@ -35,14 +35,11 @@ post-patch: @${CP} ${FILESDIR}/cpu_mode.c ${WRKSRC} do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib - @${MKDIR} ${STAGEDIR}${MAN3PREFIX}/man/man3 ${INSTALL_DATA} ${WRKSRC}/fec.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libfec.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libfec.so ${STAGEDIR}${PREFIX}/lib .for _man in dsp.3 simd-viterbi.3 rs.3 - ${INSTALL_MAN} ${WRKSRC}/${_man} ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/${_man} ${STAGEDIR}${PREFIX}/share/man/man3 .endfor .include diff --git a/comms/morse/Makefile b/comms/morse/Makefile index 20ba922e8a3..d2d71232532 100644 --- a/comms/morse/Makefile +++ b/comms/morse/Makefile @@ -1,6 +1,6 @@ PORTNAME= morse PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= http://www.catb.org/~esr/morse/ \ LOCAL/db @@ -12,7 +12,7 @@ WWW= http://www.catb.org/~esr/morse/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -PLIST_FILES= bin/morsec bin/QSO man/man1/QSO.1.gz man/man1/morsec.1.gz +PLIST_FILES= bin/morsec bin/QSO share/man/man1/QSO.1.gz share/man/man1/morsec.1.gz OPTIONS_SINGLE= SOUND OPTIONS_SINGLE_SOUND= OSS X11 PULSEAUDIO @@ -37,7 +37,7 @@ PULSEAUDIO_USES= pkgconfig do-install: ${INSTALL_PROGRAM} ${WRKSRC}/morse ${STAGEDIR}${PREFIX}/bin/morsec ${INSTALL_PROGRAM} ${WRKSRC}/QSO ${STAGEDIR}${PREFIX}/bin/QSO - ${INSTALL_MAN} ${WRKSRC}/morse.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/morsec.1 - ${INSTALL_MAN} ${WRKSRC}/QSO.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/QSO.1 + ${INSTALL_MAN} ${WRKSRC}/morse.1 ${STAGEDIR}${PREFIX}/share/man/man1/morsec.1 + ${INSTALL_MAN} ${WRKSRC}/QSO.1 ${STAGEDIR}${PREFIX}/share/man/man1/QSO.1 .include diff --git a/comms/picocom/Makefile b/comms/picocom/Makefile index a35b8a9ebc1..145226e408d 100644 --- a/comms/picocom/Makefile +++ b/comms/picocom/Makefile @@ -1,5 +1,6 @@ PORTNAME= picocom DISTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= comms MAINTAINER= rmm1.bob@gmail.com @@ -14,10 +15,10 @@ CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= npat-efault -PLIST_FILES= bin/picocom man/man1/picocom.1.gz +PLIST_FILES= bin/picocom share/man/man1/picocom.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index 07c8995533f..5a6938a6399 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -1,6 +1,6 @@ PORTNAME= qpage PORTVERSION= 3.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms MASTER_SITES= http://tomiii.com/qpage/qpage.org/download/ @@ -65,7 +65,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qpage ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/qpage.man \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/qpage.1 + ${STAGEDIR}${PREFIX}/share/man/man1/qpage.1 ${INSTALL_DATA} ${WRKSRC}/example.cf \ ${STAGEDIR}${PREFIX}/etc/qpage.conf.sample ${MKDIR} ${STAGEDIR}/var/spool/qpage diff --git a/comms/qpage/pkg-plist b/comms/qpage/pkg-plist index 25fc131ebf3..33d1f4ab5c1 100644 --- a/comms/qpage/pkg-plist +++ b/comms/qpage/pkg-plist @@ -1,4 +1,4 @@ bin/qpage @sample etc/qpage.conf.sample -man/man1/qpage.1.gz +share/man/man1/qpage.1.gz @dir(uucp,dialer,0775) /var/spool/qpage diff --git a/comms/ser2net/Makefile b/comms/ser2net/Makefile index 0ddb26efecd..41cc273f6f9 100644 --- a/comms/ser2net/Makefile +++ b/comms/ser2net/Makefile @@ -1,5 +1,6 @@ PORTNAME= ser2net PORTVERSION= 3.5.1 +PORTREVISION= 1 CATEGORIES= comms net MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -17,7 +18,7 @@ GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog NEWS README PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf.sample \ - man/man8/${PORTNAME}.8.gz + share/man/man8/${PORTNAME}.8.gz OPTIONS_DEFINE= DOCS @@ -37,7 +38,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample diff --git a/comms/sms_client/Makefile b/comms/sms_client/Makefile index 2b3df0ca929..b3562d09183 100644 --- a/comms/sms_client/Makefile +++ b/comms/sms_client/Makefile @@ -4,13 +4,15 @@ PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= https://BSDforge.com/projects/source/comms/sms_client/ -MAINTAINER= portmaster@bsdforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Simple UNIX SMS client to send messages to phones or pagers WWW= https://bsdforge.com/projects/comms/sms_client/ LICENSE= LGPL20+ BROKEN= Unfetchable +DEPRECATED= Abandonware, dead upstream and relies on legacy hardware and or networks that are obsolete +EXPIRATION_DATE=2024-02-29 USES= tar:xz HAS_CONFIGURE= yes diff --git a/comms/splat/Makefile b/comms/splat/Makefile index a3e4adf9fcf..21dc3e276f5 100644 --- a/comms/splat/Makefile +++ b/comms/splat/Makefile @@ -1,6 +1,6 @@ PORTNAME= splat PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= http://www.qsl.net/kd2bd/ \ LOCAL/db @@ -121,7 +121,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/utils/postdownload ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/docs/english/man/splat.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/english/man/splat.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} diff --git a/comms/splat/pkg-plist b/comms/splat/pkg-plist index 97fc865b1e8..c3644f02749 100644 --- a/comms/splat/pkg-plist +++ b/comms/splat/pkg-plist @@ -5,4 +5,4 @@ bin/srtm2sdf bin/fontdata bin/bearing bin/postdownload -man/man1/splat.1.gz +share/man/man1/splat.1.gz diff --git a/converters/fondu/Makefile b/converters/fondu/Makefile index 59d07d66dad..94080cab421 100644 --- a/converters/fondu/Makefile +++ b/converters/fondu/Makefile @@ -23,7 +23,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor .for f in ${MANPAGES} - ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/converters/fondu/pkg-plist b/converters/fondu/pkg-plist index 703bb587515..35de22878f1 100644 --- a/converters/fondu/pkg-plist +++ b/converters/fondu/pkg-plist @@ -6,10 +6,10 @@ bin/setfondname bin/showfond bin/tobin bin/ufond -man/man1/dfont2res.1.gz -man/man1/fondu.1.gz -man/man1/frombin.1.gz -man/man1/lumper.1.gz -man/man1/showfond.1.gz -man/man1/tobin.1.gz -man/man1/ufond.1.gz +share/man/man1/dfont2res.1.gz +share/man/man1/fondu.1.gz +share/man/man1/frombin.1.gz +share/man/man1/lumper.1.gz +share/man/man1/showfond.1.gz +share/man/man1/tobin.1.gz +share/man/man1/ufond.1.gz diff --git a/converters/i18ntools/Makefile b/converters/i18ntools/Makefile index 252d55d68b5..f343b2e7bcf 100644 --- a/converters/i18ntools/Makefile +++ b/converters/i18ntools/Makefile @@ -1,6 +1,6 @@ PORTNAME= i18ntools PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= ftp://ftp.whizkidtech.redprince.net/unix/ \ http://www.whizkidtech.redprince.net/fports/ @@ -64,7 +64,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor .for f in ${MAN1FILES} - ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/share/man/man1 .endfor ${MKDIR} ${STAGEDIR}${DATADIR}/charmaps/binary .for f in ${CHARMAPS} diff --git a/converters/i18ntools/pkg-plist b/converters/i18ntools/pkg-plist index 2ca70c836aa..e844e0b454b 100644 --- a/converters/i18ntools/pkg-plist +++ b/converters/i18ntools/pkg-plist @@ -3,10 +3,10 @@ bin/mbm bin/ptrans bin/uhtrans bin/utrans -man/man1/hutrans.1.gz -man/man1/ptrans.1.gz -man/man1/uhtrans.1.gz -man/man1/utrans.1.gz +share/man/man1/hutrans.1.gz +share/man/man1/ptrans.1.gz +share/man/man1/uhtrans.1.gz +share/man/man1/utrans.1.gz %%PORTDOCS%%%%DOCSDIR%%/tools/fgetu8.html %%PORTDOCS%%%%DOCSDIR%%/tools/fputu8.html %%PORTDOCS%%%%DOCSDIR%%/tools/index.html diff --git a/converters/mmencode/Makefile b/converters/mmencode/Makefile index e65f9e74658..1b200700b06 100644 --- a/converters/mmencode/Makefile +++ b/converters/mmencode/Makefile @@ -1,5 +1,6 @@ PORTNAME= mmencode PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= ftp://ftp.funet.fi/pub/unix/mail/metamail/ DISTNAME= mm${PORTVERSION} @@ -12,7 +13,8 @@ LICENSE= MIT WRKSRC= ${WRKDIR}/${DISTNAME}/src/metamail PLIST_FILES= bin/mmencode bin/mimencode \ - man/man1/mmencode.1.gz man/man1/mimencode.1.gz + share/man/man1/mmencode.1.gz \ + share/man/man1/mimencode.1.gz USES= tar:Z ALL_TARGET= mmencode @@ -23,8 +25,8 @@ CONFLICTS_INSTALL= elm metamail # bin/mimencode bin/mmencode do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mmencode ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/../man/mmencode.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ - cd ${STAGEDIR}${MAN1PREFIX}/man/man1 && ${LN} -s mmencode.1 mimencode.1 + ${STAGEDIR}${PREFIX}/share/man/man1/ + cd ${STAGEDIR}${PREFIX}/share/man/man1 && ${LN} -s mmencode.1 mimencode.1 cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s mmencode mimencode .include diff --git a/converters/o3read/Makefile b/converters/o3read/Makefile index f155f59e818..174e1c5c2ca 100644 --- a/converters/o3read/Makefile +++ b/converters/o3read/Makefile @@ -1,5 +1,6 @@ PORTNAME= o3read PORTVERSION= 0.0.4 +PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= http://siag.nu/pub/o3read/ \ GENTOO @@ -20,7 +21,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/o3totxt ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/o3tohtml ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/utf8tolatin1 ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/converters/o3read/pkg-plist b/converters/o3read/pkg-plist index aacf575b469..3d03d1b5491 100644 --- a/converters/o3read/pkg-plist +++ b/converters/o3read/pkg-plist @@ -2,7 +2,7 @@ bin/o3read bin/o3tohtml bin/o3totxt bin/utf8tolatin1 -man/man1/o3read.1.gz -man/man1/o3tohtml.1.gz -man/man1/o3totxt.1.gz -man/man1/utf8tolatin1.1.gz +share/man/man1/o3read.1.gz +share/man/man1/o3tohtml.1.gz +share/man/man1/o3totxt.1.gz +share/man/man1/utf8tolatin1.1.gz diff --git a/converters/trans/Makefile b/converters/trans/Makefile index 17aa58b1008..970e751fc5f 100644 --- a/converters/trans/Makefile +++ b/converters/trans/Makefile @@ -1,5 +1,6 @@ PORTNAME= trans PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= http://www.kostis.net/freeware/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} @@ -22,7 +23,7 @@ post-patch: do-install: cd ${WRKSRC}/src && ${INSTALL_PROGRAM} ${MANS:R} ${STAGEDIR}${PREFIX}/bin .for m in ${MANS} - ${INSTALL_MAN} ${WRKSRC}/src/${m:R}.man ${STAGEDIR}${MANPREFIX}/man/man1/${m} + ${INSTALL_MAN} ${WRKSRC}/src/${m:R}.man ${STAGEDIR}${PREFIX}/share/man/man1/${m} .endfor @${MKDIR} ${STAGEDIR}${LIBDIR}/cedf ${STAGEDIR}${LIBDIR}/xlt \ ${STAGEDIR}${LIBDIR}/doc ${STAGEDIR}${LIBDIR}/bin \ diff --git a/converters/trans/pkg-plist b/converters/trans/pkg-plist index 85797118d04..067fb7474f9 100644 --- a/converters/trans/pkg-plist +++ b/converters/trans/pkg-plist @@ -200,9 +200,9 @@ lib/trans/xlt/tex-dcr.in lib/trans/xlt/tex-dcr.out lib/trans/xlt/wingding lib/trans/xlt/wingreek -man/man1/checkiso.1.gz -man/man1/checkuni.1.gz -man/man1/transce8.1.gz -man/man1/transhtm.1.gz -man/man1/transiso.1.gz -man/man1/transtab.1.gz +share/man/man1/checkiso.1.gz +share/man/man1/checkuni.1.gz +share/man/man1/transce8.1.gz +share/man/man1/transhtm.1.gz +share/man/man1/transiso.1.gz +share/man/man1/transtab.1.gz diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index ac58a6dafd6..77a12de4990 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,6 +1,6 @@ PORTNAME= uulib PORTVERSION= 0.5.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ DISTNAME= uudeview-${PORTVERSION} @@ -19,7 +19,7 @@ USE_LDCONFIG= yes PORTDOCS= * PLIST_FILES= include/uudeview.h lib/libuu.a lib/libuu.so \ lib/libuu.so.${SHLIB_VER} \ - man/man3/uulib.3.gz + share/man/man3/uulib.3.gz SHLIB_VER= 3 @@ -38,7 +38,7 @@ do-install: ${LN} -sf libuu.so.${SHLIB_VER} ${STAGEDIR}${PREFIX}/lib/libuu.so ${INSTALL_DATA} ${WRKSRC}/uulib/libuu.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/uulib/uudeview.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_MAN} ${WRKDIR}/uulib.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKDIR}/uulib.3 ${STAGEDIR}${PREFIX}/share/man/man3 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 32fa93f6722..ae4bff66951 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdeview PORTVERSION= 0.5.20 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters tcl tk MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ DISTNAME= uudeview-${PORTVERSION} @@ -28,7 +28,7 @@ CPPFLAGS+= -I${TCL_INCLUDEDIR} -DHAVE_TCL \ LDFLAGS+= -lX11 -ltcl${TCL_VER:S/.//} \ -ltk${TCL_VER:S/.//} -lm -PLIST_FILES= bin/uuwish bin/xdeview man/man1/xdeview.1.gz +PLIST_FILES= bin/uuwish bin/xdeview share/man/man1/xdeview.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS @@ -41,7 +41,7 @@ CFLAGS+= -Wno-error=incompatible-function-pointer-types post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/uuwish - ${INSTALL_MAN} ${WRKSRC}/man/xdeview.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/xdeview.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/converters/xml2c/Makefile b/converters/xml2c/Makefile index 72f9cfc3163..3035325b017 100644 --- a/converters/xml2c/Makefile +++ b/converters/xml2c/Makefile @@ -21,6 +21,6 @@ PLIST_FILES= bin/xml2c \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xml2c ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xml2c.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/xml2c.1 + ${INSTALL_MAN} ${WRKSRC}/xml2c.1 ${STAGEDIR}${PREFIX}/share/man/man1/xml2c.1 .include diff --git a/converters/yj-bruceadams/Makefile b/converters/yj-bruceadams/Makefile index 00a225d653d..77728ee9ae7 100644 --- a/converters/yj-bruceadams/Makefile +++ b/converters/yj-bruceadams/Makefile @@ -1,6 +1,6 @@ PORTNAME= yj DISTVERSION= 1.2.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= converters textproc PKGNAMESUFFIX= -${GH_ACCOUNT} diff --git a/databases/Makefile b/databases/Makefile index 70340ca0925..1a11aff203b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -991,6 +991,7 @@ SUBDIR += rubygem-redis-namespace110 SUBDIR += rubygem-redis-namespace19 SUBDIR += rubygem-redis4 + SUBDIR += rubygem-ruby-mysql SUBDIR += rubygem-scenic61 SUBDIR += rubygem-sdbm SUBDIR += rubygem-seed-fu diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile index d23045088bc..70d05090513 100644 --- a/databases/R-cran-RMySQL/Makefile +++ b/databases/R-cran-RMySQL/Makefile @@ -1,5 +1,5 @@ PORTNAME= RMySQL -DISTVERSION= 0.10.26 +DISTVERSION= 0.10.27 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/databases/R-cran-RMySQL/distinfo b/databases/R-cran-RMySQL/distinfo index 435ef1d8644..562217dd599 100644 --- a/databases/R-cran-RMySQL/distinfo +++ b/databases/R-cran-RMySQL/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695806852 -SHA256 (RMySQL_0.10.26.tar.gz) = 45bb5b20a38b1f7d3a58a1c15c9d57707d603b01a3021423d1d57367a4ef637a -SIZE (RMySQL_0.10.26.tar.gz) = 53383 +TIMESTAMP = 1702311143 +SHA256 (RMySQL_0.10.27.tar.gz) = f1735b689cd9bdb9c776a16138eaa1f6c5cbdbab5c1d292e1240e3bbf105bfab +SIZE (RMySQL_0.10.27.tar.gz) = 53406 diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index 28bdbf48636..690597a688e 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -1,5 +1,6 @@ PORTNAME= akonadi DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= databases kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -10,7 +11,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libkaccounts.so:net-im/kaccounts-integration \ - libaccounts-qt5.so:net-im/libaccounts-qt5 + libaccounts-qt5.so:net-im/libaccounts-qt@qt5 # Let process generate meaningful backtrace on core dump. BUILD_DEPENDS= xsltproc:textproc/libxslt diff --git a/databases/cockroach/files/patch-src_github.com_cockroachdb_cockroach_c-deps_rocksdb_db_compaction__iteration__stats.h b/databases/cockroach/files/patch-src_github.com_cockroachdb_cockroach_c-deps_rocksdb_db_compaction__iteration__stats.h new file mode 100644 index 00000000000..972eb51150c --- /dev/null +++ b/databases/cockroach/files/patch-src_github.com_cockroachdb_cockroach_c-deps_rocksdb_db_compaction__iteration__stats.h @@ -0,0 +1,8 @@ +--- src/github.com/cockroachdb/cockroach/c-deps/rocksdb/db/compaction_iteration_stats.h.orig 2020-06-29 21:13:41 UTC ++++ src/github.com/cockroachdb/cockroach/c-deps/rocksdb/db/compaction_iteration_stats.h +@@ -1,3 +1,5 @@ ++#include ++ + // Copyright (c) 2016-present, Facebook, Inc. All rights reserved. + // This source code is licensed under both the GPLv2 (found in the + // COPYING file in the root directory) and Apache 2.0 License diff --git a/databases/cockroach/files/patch-src_github.com_cockroachdb_cockroach_c-deps_rocksdb_include_rocksdb_utilities_checkpoint.h b/databases/cockroach/files/patch-src_github.com_cockroachdb_cockroach_c-deps_rocksdb_include_rocksdb_utilities_checkpoint.h new file mode 100644 index 00000000000..8bdff4892d2 --- /dev/null +++ b/databases/cockroach/files/patch-src_github.com_cockroachdb_cockroach_c-deps_rocksdb_include_rocksdb_utilities_checkpoint.h @@ -0,0 +1,10 @@ +--- src/github.com/cockroachdb/cockroach/c-deps/rocksdb/include/rocksdb/utilities/checkpoint.h.orig 2020-06-29 21:13:41 UTC ++++ src/github.com/cockroachdb/cockroach/c-deps/rocksdb/include/rocksdb/utilities/checkpoint.h +@@ -9,6 +9,7 @@ + #ifndef ROCKSDB_LITE + + #include ++#include + #include "rocksdb/status.h" + + namespace rocksdb { diff --git a/databases/cockroach/files/patch-src_github.com_cockroachdb_cockroach_c-deps_rocksdb_table_data__block__hash__index.h b/databases/cockroach/files/patch-src_github.com_cockroachdb_cockroach_c-deps_rocksdb_table_data__block__hash__index.h new file mode 100644 index 00000000000..322ac1f1de5 --- /dev/null +++ b/databases/cockroach/files/patch-src_github.com_cockroachdb_cockroach_c-deps_rocksdb_table_data__block__hash__index.h @@ -0,0 +1,10 @@ +--- src/github.com/cockroachdb/cockroach/c-deps/rocksdb/table/data_block_hash_index.h.orig 2020-06-29 21:13:41 UTC ++++ src/github.com/cockroachdb/cockroach/c-deps/rocksdb/table/data_block_hash_index.h +@@ -7,6 +7,7 @@ + + #include + #include ++#include + + #include "rocksdb/slice.h" + diff --git a/databases/courier-authlib-mysql/Makefile b/databases/courier-authlib-mysql/Makefile index e2d65850c35..89deab0ae11 100644 --- a/databases/courier-authlib-mysql/Makefile +++ b/databases/courier-authlib-mysql/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -mysql COMMENT= MySQL support for the Courier authentication library diff --git a/databases/courier-authlib-pgsql/Makefile b/databases/courier-authlib-pgsql/Makefile index affdc8daa96..a50cbe4eee8 100644 --- a/databases/courier-authlib-pgsql/Makefile +++ b/databases/courier-authlib-pgsql/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -pgsql COMMENT= PostgreSQL support for the Courier authentication library diff --git a/databases/courier-authlib-sqlite/Makefile b/databases/courier-authlib-sqlite/Makefile index d101942b6ac..576eb2bf178 100644 --- a/databases/courier-authlib-sqlite/Makefile +++ b/databases/courier-authlib-sqlite/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -sqlite COMMENT= SQLite support for the Courier authentication library diff --git a/databases/courier-authlib-userdb/Makefile b/databases/courier-authlib-userdb/Makefile index fc72491b8cf..ede6ad4f778 100644 --- a/databases/courier-authlib-userdb/Makefile +++ b/databases/courier-authlib-userdb/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -userdb COMMENT= Userdb support for the Courier authentication library diff --git a/databases/courier-authlib-usergdbm/Makefile b/databases/courier-authlib-usergdbm/Makefile index 814d58f9933..aac9214a106 100644 --- a/databases/courier-authlib-usergdbm/Makefile +++ b/databases/courier-authlib-usergdbm/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -usergdbm COMMENT= Userdb support for the Courier authentication library diff --git a/databases/dbview/Makefile b/databases/dbview/Makefile index 27cc20586c6..b873f502dbe 100644 --- a/databases/dbview/Makefile +++ b/databases/dbview/Makefile @@ -1,5 +1,6 @@ PORTNAME= dbview PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SUNSITE/apps/database/proprietary @@ -9,7 +10,7 @@ WWW= https://www.infodrom.org/projects/dbview/ LICENSE= GPLv2+ -PLIST_FILES= bin/dbview man/man1/dbview.1.gz +PLIST_FILES= bin/dbview share/man/man1/dbview.1.gz PORTDOCS= README dBASE OPTIONS_DEFINE= DOCS @@ -22,7 +23,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dbview ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dbview.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dbview.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/databases/diesel/Makefile b/databases/diesel/Makefile index a3f8f286035..eecd832e090 100644 --- a/databases/diesel/Makefile +++ b/databases/diesel/Makefile @@ -1,7 +1,7 @@ PORTNAME= diesel DISTVERSIONPREFIX= v DISTVERSION= 2.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/frece/Makefile b/databases/frece/Makefile index 3cacc98cec0..9564df27fd1 100644 --- a/databases/frece/Makefile +++ b/databases/frece/Makefile @@ -1,7 +1,7 @@ PORTNAME= frece DISTVERSIONPREFIX= v DISTVERSION= 1.0.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/gobang/Makefile b/databases/gobang/Makefile index d3bb96fe149..7ffdcfc1d20 100644 --- a/databases/gobang/Makefile +++ b/databases/gobang/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobang DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-alpha.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index 6872d6f112a..f9333f67d0f 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -1,6 +1,6 @@ PORTNAME= kbibtex DISTVERSION= 0.10.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} @@ -8,32 +8,33 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Bibliography editor for KDE WWW= https://userbase.kde.org/KBibTeX +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libicuuc.so:devel/icu \ libpoppler.so:graphics/poppler \ - libpoppler-qt5.so:graphics/poppler-qt5 \ - libqoauth-qt5.so:net/qoauth-qt5 + libpoppler-qt5.so:graphics/poppler-qt5 -USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ - iconv kde:5 pkgconfig qca qt:5 shared-mime-info tar:xz xorg -USE_GNOME= libxml2 libxslt +USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools \ + kde:5 pkgconfig qt:5 shared-mime-info tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash i18n iconthemes itemviews jobwidgets kio \ parts service solid sonnet syntaxhighlighting texteditor \ textwidgets wallet widgetsaddons windowsystem xmlgui \ doctools:build ecm:build -USE_QT= concurrent core dbus declarative gui location network \ - networkauth printsupport webchannel widgets xml xmlpatterns \ +USE_QT= concurrent core dbus gui location network networkauth \ + widgets xml xmlpatterns \ buildtools:build qmake:build USE_XORG= x11 USE_LDCONFIG= yes -OPTIONS_DEFINE= WEBENGINE -OPTIONS_DEFAULT_amd64= WEBENGINE -OPTIONS_DEFAULT_i386= WEBENGINE +OPTIONS_DEFINE= WEBENGINE +OPTIONS_DEFAULT_aarch64= WEBENGINE +OPTIONS_DEFAULT_amd64= WEBENGINE +OPTIONS_DEFAULT_i386= WEBENGINE -WEBENGINE_DESC= Add dependency on qt5-webengine -WEBENGINE_USE= QT=webengine -WEBENGINE_USE_OFF= QT=webkit +WEBENGINE_DESC= Webpage rendering support +WEBENGINE_USE= QT=declarative,printsupport,webchannel,webengine WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets .include diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile index 466c346a3a5..7d4eb85aa6c 100644 --- a/databases/mantis/Makefile +++ b/databases/mantis/Makefile @@ -1,5 +1,5 @@ PORTNAME= mantis -PORTVERSION= 2.25.6 +PORTVERSION= 2.26.0 PORTEPOCH= 1 CATEGORIES= databases www MASTER_SITES= SF/mantisbt/mantis-stable/${PORTVERSION} diff --git a/databases/mantis/distinfo b/databases/mantis/distinfo index f2721547435..de1c484545c 100644 --- a/databases/mantis/distinfo +++ b/databases/mantis/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1678283173 -SHA256 (mantisbt-2.25.6.tar.gz) = e8c06f3eb4b468ed7903d32fe17ef7bd40ef54c20e3e2870f333901547b522fd -SIZE (mantisbt-2.25.6.tar.gz) = 15128878 +TIMESTAMP = 1704558346 +SHA256 (mantisbt-2.26.0.tar.gz) = e278303e167c31e8f57fd52e266c15da71633718ae0d101101168847830e4f24 +SIZE (mantisbt-2.26.0.tar.gz) = 15585201 SHA256 (mantisbt-plugins-Activity-2b1e3da2243613ebd13878501cfdcd9422cf4d4b_GH0.tar.gz) = 56da94642a28171a5d7c3e7830fe4e292cd4003cf58a20a373e9155bba3dda68 SIZE (mantisbt-plugins-Activity-2b1e3da2243613ebd13878501cfdcd9422cf4d4b_GH0.tar.gz) = 42852 SHA256 (mantisbt-plugins-Announce-v2.4.3_GH0.tar.gz) = 795f9bfab09bb69d41dc66d1e2a515fa5fa03ed485cd25d5f1dc5bb01b3b01c2 diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index 0f9d6dab599..ab9236a5ee4 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -1,5 +1,5 @@ PORTNAME= memcached -PORTVERSION= 1.6.22 +PORTVERSION= 1.6.23 CATEGORIES= databases MASTER_SITES= http://www.memcached.org/files/ \ GENTOO @@ -19,7 +19,7 @@ USE_RC_SUBR= memcached SHEBANG_FILES= scripts/memcached-tool -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= --disable-coverage \ --program-prefix= \ --with-libevent=${LOCALBASE} @@ -45,10 +45,8 @@ DOCS_BUILD_DEPENDS= xml2rfc:textproc/xml2rfc DOCS_CONFIGURE_ENABLE= docs DTRACE_CONFIGURE_ENABLE= dtrace SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 +SASL_USES= localbase:ldflags SASL_CONFIGURE_ENABLE= sasl -SASL_CFLAGS= -I${LOCALBASE}/include -SASL_CPPFLAGS+= ${CFLAGS} -SASL_LDFLAGS= -L${LOCALBASE}/lib .include diff --git a/databases/memcached/distinfo b/databases/memcached/distinfo index 3633dd9f22a..c298a7f723e 100644 --- a/databases/memcached/distinfo +++ b/databases/memcached/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697538218 -SHA256 (memcached-1.6.22.tar.gz) = 34783a90a4ccf74c4107085fd92b688749d23b276cfdad9f04e4f725a05d1ca7 -SIZE (memcached-1.6.22.tar.gz) = 1135926 +TIMESTAMP = 1704878624 +SHA256 (memcached-1.6.23.tar.gz) = 85b0334904f440296a685ccfda75f0f4517bf8922ab8efa6d0c4b3c92c354d4c +SIZE (memcached-1.6.23.tar.gz) = 1166511 diff --git a/databases/memcached/pkg-plist b/databases/memcached/pkg-plist index 5c1c13f2747..d6b3be68950 100644 --- a/databases/memcached/pkg-plist +++ b/databases/memcached/pkg-plist @@ -2,7 +2,7 @@ bin/memcached bin/memcached-tool include/memcached/protocol_binary.h include/memcached/xxhash.h -man/man1/memcached.1.gz +share/man/man1/memcached.1.gz %%PORTDOCS%%%%DOCSDIR%%/protocol-binary-range.txt %%PORTDOCS%%%%DOCSDIR%%/protocol-binary.txt %%PORTDOCS%%%%DOCSDIR%%/protocol.txt diff --git a/databases/mongodb44/Makefile b/databases/mongodb44/Makefile index 70a766f99cf..62dd74a89cf 100644 --- a/databases/mongodb44/Makefile +++ b/databases/mongodb44/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 4.4.26 +DISTVERSION= 4.4.27 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ @@ -30,11 +30,13 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ USES= compiler:c++17-lang cpe python:build scons USE_RC_SUBR= mongod +# --module= disables "enterprise" module from src/mongo/db/modules/ MAKE_ARGS= --use-system-zlib \ --use-system-pcre \ --use-system-snappy \ --libc++ \ --cxx-std=17 \ + --modules= \ --runtime-hardening=on \ -j ${MAKE_JOBS_NUMBER} \ --disable-warnings-as-errors \ diff --git a/databases/mongodb44/distinfo b/databases/mongodb44/distinfo index bdba4e903de..e2fc03e5458 100644 --- a/databases/mongodb44/distinfo +++ b/databases/mongodb44/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700131003 -SHA256 (mongodb-src-r4.4.26.tar.gz) = d39e95a18741fedc32f01d7b9da68317cd6d1c0a581fbd524004c549c34d7b24 -SIZE (mongodb-src-r4.4.26.tar.gz) = 50900645 +TIMESTAMP = 1702632169 +SHA256 (mongodb-src-r4.4.27.tar.gz) = 1dc4c8ff48a0cc247983c59a8b9cca12e2b706316ba513fff46c19879c2a9ad7 +SIZE (mongodb-src-r4.4.27.tar.gz) = 51452977 diff --git a/databases/mongodb44/files/patch-SConstruct b/databases/mongodb44/files/patch-SConstruct index eab9454199b..c5f7a951c67 100644 --- a/databases/mongodb44/files/patch-SConstruct +++ b/databases/mongodb44/files/patch-SConstruct @@ -1,6 +1,6 @@ ---- SConstruct.orig 2023-05-10 02:21:42 UTC +--- SConstruct.orig 2023-12-17 21:00:26 UTC +++ SConstruct -@@ -1269,9 +1269,9 @@ if has_option('variables-help'): +@@ -1262,9 +1262,9 @@ if has_option('variables-help'): print(env_vars.GenerateHelpText(env)) Exit(0) @@ -13,7 +13,7 @@ install_actions.setup(env, get_option('install-action')) -@@ -2196,7 +2196,7 @@ if env.TargetOSIs('posix'): +@@ -2189,7 +2189,7 @@ if env.TargetOSIs('posix'): # If runtime hardening is requested, then build anything # destined for an executable with the necessary flags for PIE. env.AppendUnique( @@ -22,7 +22,7 @@ PROGLINKFLAGS=['-pie'], ) -@@ -2211,7 +2211,7 @@ if env.TargetOSIs('posix'): +@@ -2204,7 +2204,7 @@ if env.TargetOSIs('posix'): "-Wno-unknown-pragmas", "-Winvalid-pch"] ) # env.Append( " -Wconversion" ) TODO: this doesn't really work yet diff --git a/databases/movine/Makefile b/databases/movine/Makefile index 6805d2a9ee6..282129c618d 100644 --- a/databases/movine/Makefile +++ b/databases/movine/Makefile @@ -1,7 +1,7 @@ PORTNAME= movine DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/mysqlbackup/Makefile b/databases/mysqlbackup/Makefile index ff757dc3c21..526a0da6380 100644 --- a/databases/mysqlbackup/Makefile +++ b/databases/mysqlbackup/Makefile @@ -20,7 +20,7 @@ PERIODICS= 200.mysqlbackup.daily \ PLIST_FILES= bin/mysqlbackup \ ${PERIODICS:C,^(.*)\.(.*)$,\2/\1,:S,^,etc/periodic/,} \ - man/man1/mysqlbackup.1.gz + share/man/man1/mysqlbackup.1.gz pre-install: @${REINPLACE_CMD} ${SUB_LIST:S,$,!g,:S,^, -e s!%%,:S,=,%%!,} \ @@ -33,7 +33,7 @@ do-install: ${STAGEDIR}${PREFIX}/etc/periodic/${periodic:E}/${periodic:R} .endfor ${INSTALL_MAN} ${WRKSRC}/mysqlbackup.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1/mysqlbackup.1 + ${STAGEDIR}${PREFIX}/share//man/man1/mysqlbackup.1 ${INSTALL_SCRIPT} ${WRKSRC}/mysqlbackup \ ${STAGEDIR}${PREFIX}/bin/mysqlbackup diff --git a/databases/mysqlsla/Makefile b/databases/mysqlsla/Makefile index 4b7a87d1d36..8b3ccfa9615 100644 --- a/databases/mysqlsla/Makefile +++ b/databases/mysqlsla/Makefile @@ -1,6 +1,6 @@ PORTNAME= mysqlsla PORTVERSION= 2.03 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org @@ -17,7 +17,7 @@ USES= perl5 shebangfix WRKSRC_SUBDIR= ${PORTNAME} PLIST_FILES= bin/mysqlsla \ - man/man3/mysqlsla.3.gz + share/man/man3/mysqlsla.3.gz USE_GITHUB= yes GH_ACCOUNT= daniel-nichter @@ -31,6 +31,6 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqlsla ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/mysqlsla.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/mysqlsla.3 ${STAGEDIR}${PREFIX}/share/man/man3 .include diff --git a/databases/ods2sql/Makefile b/databases/ods2sql/Makefile index 3be87ed88da..bbd4cdc702d 100644 --- a/databases/ods2sql/Makefile +++ b/databases/ods2sql/Makefile @@ -1,6 +1,6 @@ PORTNAME= ods2sql DISTVERSION= 0.4.0 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/pg_activity/Makefile b/databases/pg_activity/Makefile index cbbb8afd421..8e17e7626e2 100644 --- a/databases/pg_activity/Makefile +++ b/databases/pg_activity/Makefile @@ -1,5 +1,6 @@ PORTNAME= pg_activity PORTVERSION= 3.4.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= databases python @@ -25,7 +26,7 @@ GH_ACCOUNT= dalibo USE_PYTHON= autoplist distutils noegginfo concurrent optsuffix post-patch: - ${REINPLACE_CMD} -e 's|\/usr\/share|${MAN1PREFIX}|g' \ + ${REINPLACE_CMD} -e 's|\/usr\/share|${PREFIX}/share|g' \ ${WRKSRC}/setup.py .include diff --git a/databases/postgresql-promscale/Makefile b/databases/postgresql-promscale/Makefile index b25ea8ccfa5..46c39524760 100644 --- a/databases/postgresql-promscale/Makefile +++ b/databases/postgresql-promscale/Makefile @@ -1,6 +1,6 @@ PORTNAME= promscale PORTVERSION= 0.8.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- diff --git a/databases/postgresql-relay/Makefile b/databases/postgresql-relay/Makefile index 6be3b8ab036..51d3c970a67 100644 --- a/databases/postgresql-relay/Makefile +++ b/databases/postgresql-relay/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql-relay PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases net MASTER_SITES= http://www.mavetju.org/download/ @@ -15,13 +15,13 @@ USE_PERL5= build USE_RC_SUBR= postgresql-relay PLIST_FILES= bin/postgresql-relay etc/postgresql-relay.conf-sample \ - man/man8/postgresql-relay.8.gz + share/man/man8/postgresql-relay.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/postgresql-relay.conf-sample \ ${STAGEDIR}${PREFIX}/etc/postgresql-relay.conf-sample ${INSTALL_MAN} ${WRKSRC}/postgresql-relay.8 \ - ${STAGEDIR}${MANPREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/databases/proftpd-mod_sql_tds/distinfo b/databases/proftpd-mod_sql_tds/distinfo index 157516e79f7..09787482e58 100644 --- a/databases/proftpd-mod_sql_tds/distinfo +++ b/databases/proftpd-mod_sql_tds/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1674382163 -SHA256 (proftpd-1.3.8.tar.gz) = f7139e7377a2cb059b8b9b14d76a6df5f440e3181cb15ae890d43bbcae574748 -SIZE (proftpd-1.3.8.tar.gz) = 19744412 +TIMESTAMP = 1704671177 +SHA256 (proftpd-1.3.8b.tar.gz) = 183ab7c6107de271a2959ff268f55c9b6c76b2cf0029e6584fccc019686601e0 +SIZE (proftpd-1.3.8b.tar.gz) = 19752808 SHA256 (mod_sql_tds-4.13.tar.gz) = 9d9fb6c4b9a952739a84e166ed8b0d93f539c7bcf73e32923318e00cbd7eea08 SIZE (mod_sql_tds-4.13.tar.gz) = 11688 diff --git a/databases/py-agate-sql/Makefile b/databases/py-agate-sql/Makefile index 262891173f8..d60ce4d1e24 100644 --- a/databases/py-agate-sql/Makefile +++ b/databases/py-agate-sql/Makefile @@ -1,5 +1,5 @@ PORTNAME= agate-sql -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.2 CATEGORIES= databases textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-agate-sql/distinfo b/databases/py-agate-sql/distinfo index 55013cfefb2..9552f7b2869 100644 --- a/databases/py-agate-sql/distinfo +++ b/databases/py-agate-sql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697667706 -SHA256 (agate-sql-0.7.0.tar.gz) = bb21e491cdcacee62e94eb6877d2a41d09accd58769abac238bc2f42de894cc9 -SIZE (agate-sql-0.7.0.tar.gz) = 13488 +TIMESTAMP = 1704873020 +SHA256 (agate-sql-0.7.2.tar.gz) = 9b1b30284a573fd416759437273dcc5c81022bdf2facb24b4aa029a62afd53b0 +SIZE (agate-sql-0.7.2.tar.gz) = 13695 diff --git a/databases/py-python-sql/Makefile b/databases/py-python-sql/Makefile index 4cbf3353696..12b375d57e1 100644 --- a/databases/py-python-sql/Makefile +++ b/databases/py-python-sql/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-sql -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-python-sql/distinfo b/databases/py-python-sql/distinfo index 5d28805fa6f..bc23b62b2af 100644 --- a/databases/py-python-sql/distinfo +++ b/databases/py-python-sql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687763286 -SHA256 (python-sql-1.4.2.tar.gz) = b2db875c6720c1b95ac82c83ea52cebb944c407be68a2ef037ccdd8bab9cc53c -SIZE (python-sql-1.4.2.tar.gz) = 33220 +TIMESTAMP = 1704527050 +SHA256 (python-sql-1.4.3.tar.gz) = 6260beff835a35d3a0aec4f1da351b0be9caa1a0d94a6cba940a7cd8dcf66269 +SIZE (python-sql-1.4.3.tar.gz) = 33404 diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile index bf641caf1a6..7d19d2d5ddc 100644 --- a/databases/qdrant/Makefile +++ b/databases/qdrant/Makefile @@ -1,6 +1,7 @@ PORTNAME= qdrant DISTVERSIONPREFIX= v -DISTVERSION= 1.7.1 +DISTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org @@ -12,16 +13,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= compilation breaks with fatal warning: implicit conversion from 'std::numeric_limits::type' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295 -BUILD_DEPENDS= gmake:devel/gmake \ - protoc:devel/protobuf - -USES= cargo perl5 llvm:min=13 pkgconfig -USE_PERL5= build +BUILD_DEPENDS= protoc:devel/protobuf +USES= cargo gmake llvm:min=13 perl5 pkgconfig USE_GITHUB= yes +USE_PERL5= build +USE_RC_SUBR= qdrant CARGO_CRATES= actix-codec-0.5.0 \ - actix-cors-0.6.4 \ + actix-cors-0.6.5 \ actix-files-0.6.2 \ actix-http-3.4.0 \ actix-macros-0.2.3 \ @@ -45,6 +45,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ aho-corasick-1.0.2 \ alloc-no-stdlib-2.0.4 \ alloc-stdlib-0.2.2 \ + allocator-api2-0.2.16 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ anes-0.1.6 \ @@ -105,13 +106,13 @@ CARGO_CRATES= actix-codec-0.5.0 \ ciborium-ll-0.2.0 \ cipher-0.4.4 \ clang-sys-1.4.0 \ - clap-4.4.8 \ - clap_builder-4.4.8 \ + clap-4.4.11 \ + clap_builder-4.4.11 \ clap_derive-4.4.7 \ clap_lex-0.6.0 \ codespan-reporting-0.11.1 \ colorchoice-1.0.0 \ - colored-2.0.4 \ + colored-2.1.0 \ config-0.13.4 \ console-0.15.2 \ console-api-0.5.0 \ @@ -184,10 +185,10 @@ CARGO_CRATES= actix-codec-0.5.0 \ fsio-0.1.3 \ fst-0.4.7 \ funty-2.0.0 \ - futures-0.3.28 \ + futures-0.3.29 \ futures-channel-0.3.29 \ futures-core-0.3.29 \ - futures-executor-0.3.28 \ + futures-executor-0.3.29 \ futures-io-0.3.29 \ futures-macro-0.3.29 \ futures-sink-0.3.29 \ @@ -197,8 +198,8 @@ CARGO_CRATES= actix-codec-0.5.0 \ fxhash-0.2.1 \ generator-0.7.4 \ generic-array-0.14.6 \ - geo-0.26.0 \ - geo-types-0.7.11 \ + geo-0.27.0 \ + geo-types-0.7.12 \ geographiclib-rs-0.2.3 \ geohash-0.13.0 \ getopts-0.2.21 \ @@ -211,7 +212,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ half-1.8.2 \ hash32-0.2.1 \ hashbrown-0.12.3 \ - hashbrown-0.14.0 \ + hashbrown-0.14.2 \ hashring-0.3.3 \ hdrhistogram-7.5.2 \ heapless-0.7.16 \ @@ -287,7 +288,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ matchit-0.7.0 \ memchr-2.5.0 \ memmap2-0.5.10 \ - memmap2-0.9.0 \ + memmap2-0.9.2 \ memoffset-0.7.1 \ merge-0.1.0 \ merge_derive-0.1.0 \ @@ -314,7 +315,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ once_cell-1.18.0 \ oorandom-11.1.3 \ ordered-float-2.10.1 \ - ordered-float-4.1.1 \ + ordered-float-4.2.0 \ ordered-multimap-0.4.3 \ overload-0.1.1 \ parking_lot-0.12.1 \ @@ -414,7 +415,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ rustc_version-0.4.0 \ rustix-0.37.27 \ rustix-0.38.21 \ - rustls-0.21.9 \ + rustls-0.21.10 \ rustls-pemfile-1.0.3 \ rustls-webpki-0.100.2 \ rustls-webpki-0.101.7 \ @@ -433,7 +434,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ seahash-4.1.0 \ sealed_test-1.0.0 \ sealed_test_derive-1.0.0 \ - semver-1.0.18 \ + semver-1.0.20 \ serde-1.0.193 \ serde-value-0.7.0 \ serde_cbor-0.11.2 \ @@ -458,6 +459,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ smol_str-0.2.0 \ socket2-0.4.9 \ socket2-0.5.5 \ + spade-2.4.1 \ spin-0.5.2 \ spin-0.9.8 \ stable_deref_trait-1.2.0 \ @@ -468,10 +470,10 @@ CARGO_CRATES= actix-codec-0.5.0 \ symbolic-common-12.2.0 \ symbolic-demangle-12.2.0 \ syn-1.0.107 \ - syn-2.0.28 \ + syn-2.0.32 \ sync_wrapper-0.1.1 \ sys-info-0.9.1 \ - sysinfo-0.29.10 \ + sysinfo-0.29.11 \ system-configuration-0.5.1 \ system-configuration-sys-0.5.0 \ tap-1.0.1 \ @@ -491,7 +493,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ tinytemplate-1.2.1 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.0 \ - tokio-1.34.0 \ + tokio-1.35.0 \ tokio-io-timeout-1.2.0 \ tokio-macros-2.2.0 \ tokio-rustls-0.24.1 \ @@ -580,8 +582,8 @@ CARGO_CRATES= actix-codec-0.5.0 \ xattr-1.0.1 \ yada-0.5.0 \ yaml-rust-0.4.5 \ - zerocopy-0.7.3 \ - zerocopy-derive-0.7.3 \ + zerocopy-0.7.31 \ + zerocopy-derive-0.7.31 \ zerofrom-0.1.3 \ zerovec-0.9.6 \ zip-0.6.6 \ @@ -594,19 +596,28 @@ CARGO_CRATES= actix-codec-0.5.0 \ tonic@git+https://github.com/qdrant/tonic?branch=v0.9.2-patched\#060ab88c87955adc59d46a44b4e3b72cb4cc1522 \ quantization@git+https://github.com/qdrant/quantization.git\#939fdb627a8edcf92fd71e3c79017156690850e9 -OPENSSLINC= /usr/include -OPENSSLLIB= /usr/lib +QDRANT_DBDIR?= /var/db/qdrant +QDRANT_USER?= nobody +QDRANT_GROUP?= nobody -PLIST_FILES= bin/${PORTNAME} \ - bin/schema_generator \ - bin/wal_inspector +SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} + +PLIST_SUB= QDRANT_DBDIR=${QDRANT_DBDIR} \ + QDRANT_GROUP=${QDRANT_GROUP} \ + QDRANT_USER=${QDRANT_USER} + +post-patch: + ${REINPLACE_CMD} -e "s,%%DBDIR%%,${QDRANT_DBDIR},g; \ + s,%%ETCDIR%%,${ETCDIR},g" ${WRKSRC}/config/config.yaml post-install: - # install config sample - @${MKDIR} ${STAGEDIR}${ETCDIR} - @${INSTALL_DATA} ${WRKSRC}/config/config.yaml ${STAGEDIR}${ETCDIR}/config.yaml.sample - # strip binaries - @${STRIP_CMD} \ +# install config sample + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${MKDIR} ${STAGEDIR}${ETCDIR}/tls + ${MKDIR} ${STAGEDIR}${QDRANT_DBDIR} + ${INSTALL_DATA} ${WRKSRC}/config/config.yaml ${STAGEDIR}${ETCDIR}/config.yaml.sample +# strip binaries + ${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/schema_generator \ ${STAGEDIR}${PREFIX}/bin/wal_inspector diff --git a/databases/qdrant/distinfo b/databases/qdrant/distinfo index dce64d78c36..aafc0bd1522 100644 --- a/databases/qdrant/distinfo +++ b/databases/qdrant/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1702360863 +TIMESTAMP = 1704302503 SHA256 (rust/crates/actix-codec-0.5.0.crate) = 57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe SIZE (rust/crates/actix-codec-0.5.0.crate) = 14046 -SHA256 (rust/crates/actix-cors-0.6.4.crate) = b340e9cfa5b08690aae90fb61beb44e9b06f44fe3d0f93781aaa58cfba86245e -SIZE (rust/crates/actix-cors-0.6.4.crate) = 28545 +SHA256 (rust/crates/actix-cors-0.6.5.crate) = 0346d8c1f762b41b458ed3145eea914966bb9ad20b9be0d6d463b20d45586370 +SIZE (rust/crates/actix-cors-0.6.5.crate) = 28935 SHA256 (rust/crates/actix-files-0.6.2.crate) = d832782fac6ca7369a70c9ee9a20554623c5e51c76e190ad151780ebea1cf689 SIZE (rust/crates/actix-files-0.6.2.crate) = 30031 SHA256 (rust/crates/actix-http-3.4.0.crate) = a92ef85799cba03f76e4f7c10f533e66d87c9a7e7055f3391f09000ad8351bc9 @@ -49,6 +49,8 @@ SHA256 (rust/crates/alloc-no-stdlib-2.0.4.crate) = cc7bb162ec39d46ab1ca8c77bf72e SIZE (rust/crates/alloc-no-stdlib-2.0.4.crate) = 10105 SHA256 (rust/crates/alloc-stdlib-0.2.2.crate) = 94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece SIZE (rust/crates/alloc-stdlib-0.2.2.crate) = 6693 +SHA256 (rust/crates/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 +SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025 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 @@ -169,10 +171,10 @@ SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa2 SIZE (rust/crates/cipher-0.4.4.crate) = 19073 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.4.8.crate) = 2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64 -SIZE (rust/crates/clap-4.4.8.crate) = 54609 -SHA256 (rust/crates/clap_builder-4.4.8.crate) = 07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc -SIZE (rust/crates/clap_builder-4.4.8.crate) = 163164 +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_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 @@ -181,8 +183,8 @@ SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b0938 SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/colored-2.0.4.crate) = 2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6 -SIZE (rust/crates/colored-2.0.4.crate) = 23654 +SHA256 (rust/crates/colored-2.1.0.crate) = cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8 +SIZE (rust/crates/colored-2.1.0.crate) = 23348 SHA256 (rust/crates/config-0.13.4.crate) = 23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca SIZE (rust/crates/config-0.13.4.crate) = 80328 SHA256 (rust/crates/console-0.15.2.crate) = c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c @@ -327,14 +329,14 @@ SHA256 (rust/crates/fst-0.4.7.crate) = 7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed SIZE (rust/crates/fst-0.4.7.crate) = 1573393 SHA256 (rust/crates/funty-2.0.0.crate) = e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c SIZE (rust/crates/funty-2.0.0.crate) = 13160 -SHA256 (rust/crates/futures-0.3.28.crate) = 23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40 -SIZE (rust/crates/futures-0.3.28.crate) = 53229 +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.28.crate) = ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0 -SIZE (rust/crates/futures-executor-0.3.28.crate) = 17743 +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 @@ -353,10 +355,10 @@ SHA256 (rust/crates/generator-0.7.4.crate) = f3e123d9ae7c02966b4d892e550bdc32164 SIZE (rust/crates/generator-0.7.4.crate) = 29919 SHA256 (rust/crates/generic-array-0.14.6.crate) = bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9 SIZE (rust/crates/generic-array-0.14.6.crate) = 15889 -SHA256 (rust/crates/geo-0.26.0.crate) = 1645cf1d7fea7dac1a66f7357f3df2677ada708b8d9db8e9b043878930095a96 -SIZE (rust/crates/geo-0.26.0.crate) = 221771 -SHA256 (rust/crates/geo-types-0.7.11.crate) = 9705398c5c7b26132e74513f4ee7c1d7dafd786004991b375c172be2be0eecaa -SIZE (rust/crates/geo-types-0.7.11.crate) = 33649 +SHA256 (rust/crates/geo-0.27.0.crate) = 4841b40fdbccd4b7042bd6195e4de91da54af34c50632e371bcbfcdfb558b873 +SIZE (rust/crates/geo-0.27.0.crate) = 255082 +SHA256 (rust/crates/geo-types-0.7.12.crate) = 567495020b114f1ce9bed679b29975aa0bfae06ac22beacd5cfde5dabe7b05d6 +SIZE (rust/crates/geo-types-0.7.12.crate) = 35659 SHA256 (rust/crates/geographiclib-rs-0.2.3.crate) = 8ea804e7bd3c6a4ca6a01edfa35231557a8a81d4d3f3e1e2b650d028c42592be SIZE (rust/crates/geographiclib-rs-0.2.3.crate) = 52845 SHA256 (rust/crates/geohash-0.13.0.crate) = 8a18b809b13fa4f1c9ccfd94179cc429021a3517856b5160422c3d810c1e8546 @@ -381,8 +383,8 @@ SHA256 (rust/crates/hash32-0.2.1.crate) = b0c35f58762feb77d74ebe43bdbc3210f09be9 SIZE (rust/crates/hash32-0.2.1.crate) = 11168 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/hashbrown-0.14.0.crate) = 2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a -SIZE (rust/crates/hashbrown-0.14.0.crate) = 116103 +SHA256 (rust/crates/hashbrown-0.14.2.crate) = f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156 +SIZE (rust/crates/hashbrown-0.14.2.crate) = 140080 SHA256 (rust/crates/hashring-0.3.3.crate) = aa283406d74fcfeb4778f4e300beaae30db96793371da168d003cbc833e149e0 SIZE (rust/crates/hashring-0.3.3.crate) = 5827 SHA256 (rust/crates/hdrhistogram-7.5.2.crate) = 7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8 @@ -533,8 +535,8 @@ SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2c SIZE (rust/crates/memchr-2.5.0.crate) = 65812 SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 -SHA256 (rust/crates/memmap2-0.9.0.crate) = deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375 -SIZE (rust/crates/memmap2-0.9.0.crate) = 31529 +SHA256 (rust/crates/memmap2-0.9.2.crate) = 39a69c7c189ae418f83003da62820aca28d15a07725ce51fb924999335d622ff +SIZE (rust/crates/memmap2-0.9.2.crate) = 33089 SHA256 (rust/crates/memoffset-0.7.1.crate) = 5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4 SIZE (rust/crates/memoffset-0.7.1.crate) = 8556 SHA256 (rust/crates/merge-0.1.0.crate) = 10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9 @@ -587,8 +589,8 @@ SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 -SHA256 (rust/crates/ordered-float-4.1.1.crate) = 536900a8093134cf9ccf00a27deb3532421099e958d9dd431135d0c7543ca1e8 -SIZE (rust/crates/ordered-float-4.1.1.crate) = 20185 +SHA256 (rust/crates/ordered-float-4.2.0.crate) = a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e +SIZE (rust/crates/ordered-float-4.2.0.crate) = 20510 SHA256 (rust/crates/ordered-multimap-0.4.3.crate) = ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a SIZE (rust/crates/ordered-multimap-0.4.3.crate) = 19599 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 @@ -787,8 +789,8 @@ SHA256 (rust/crates/rustix-0.37.27.crate) = fea8ca367a3a01fe35e6943c400addf443c0 SIZE (rust/crates/rustix-0.37.27.crate) = 324534 SHA256 (rust/crates/rustix-0.38.21.crate) = 2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3 SIZE (rust/crates/rustix-0.38.21.crate) = 358962 -SHA256 (rust/crates/rustls-0.21.9.crate) = 629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9 -SIZE (rust/crates/rustls-0.21.9.crate) = 283537 +SHA256 (rust/crates/rustls-0.21.10.crate) = f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba +SIZE (rust/crates/rustls-0.21.10.crate) = 284920 SHA256 (rust/crates/rustls-pemfile-1.0.3.crate) = 2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2 SIZE (rust/crates/rustls-pemfile-1.0.3.crate) = 20432 SHA256 (rust/crates/rustls-webpki-0.100.2.crate) = e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab @@ -825,8 +827,8 @@ SHA256 (rust/crates/sealed_test-1.0.0.crate) = 1a608d94641cc17fe203b102db2ae86d4 SIZE (rust/crates/sealed_test-1.0.0.crate) = 4544 SHA256 (rust/crates/sealed_test_derive-1.0.0.crate) = 7b672e005ae58fef5da619d90b9f1c5b44b061890f4a371b3c96257a8a15e697 SIZE (rust/crates/sealed_test_derive-1.0.0.crate) = 2735 -SHA256 (rust/crates/semver-1.0.18.crate) = b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918 -SIZE (rust/crates/semver-1.0.18.crate) = 29703 +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-value-0.7.0.crate) = f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c @@ -875,6 +877,8 @@ SHA256 (rust/crates/socket2-0.4.9.crate) = 64a4a911eed85daf18834cfaa86a79b7d266f SIZE (rust/crates/socket2-0.4.9.crate) = 45421 SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9 SIZE (rust/crates/socket2-0.5.5.crate) = 54863 +SHA256 (rust/crates/spade-2.4.1.crate) = 87a3ef2efbc408c9051c1a27ce7edff430d74531d31a480b7ca4f618072c2670 +SIZE (rust/crates/spade-2.4.1.crate) = 190102 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 @@ -895,14 +899,14 @@ SHA256 (rust/crates/symbolic-demangle-12.2.0.crate) = ec64922563a36e3fe686b6d99f SIZE (rust/crates/symbolic-demangle-12.2.0.crate) = 205508 SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5 SIZE (rust/crates/syn-1.0.107.crate) = 237539 -SHA256 (rust/crates/syn-2.0.28.crate) = 04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567 -SIZE (rust/crates/syn-2.0.28.crate) = 241635 +SHA256 (rust/crates/syn-2.0.32.crate) = 239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2 +SIZE (rust/crates/syn-2.0.32.crate) = 242504 SHA256 (rust/crates/sync_wrapper-0.1.1.crate) = 20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8 SIZE (rust/crates/sync_wrapper-0.1.1.crate) = 6556 SHA256 (rust/crates/sys-info-0.9.1.crate) = 0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c SIZE (rust/crates/sys-info-0.9.1.crate) = 20589 -SHA256 (rust/crates/sysinfo-0.29.10.crate) = 0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5 -SIZE (rust/crates/sysinfo-0.29.10.crate) = 156524 +SHA256 (rust/crates/sysinfo-0.29.11.crate) = cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666 +SIZE (rust/crates/sysinfo-0.29.11.crate) = 156557 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 @@ -941,8 +945,8 @@ SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a465126 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.34.0.crate) = d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9 -SIZE (rust/crates/tokio-1.34.0.crate) = 736847 +SHA256 (rust/crates/tokio-1.35.0.crate) = 841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c +SIZE (rust/crates/tokio-1.35.0.crate) = 743314 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 @@ -1119,10 +1123,10 @@ SHA256 (rust/crates/yada-0.5.0.crate) = b6d12cb7a57bbf2ab670ed9545bae3648048547f SIZE (rust/crates/yada-0.5.0.crate) = 13308 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.3.crate) = 7a7af71d8643341260a65f89fa60c0eeaa907f34544d8f6d9b0df72f069b5e74 -SIZE (rust/crates/zerocopy-0.7.3.crate) = 50123 -SHA256 (rust/crates/zerocopy-derive-0.7.3.crate) = 9731702e2f0617ad526794ae28fbc6f6ca8849b5ba729666c2a5bc4b6ddee2cd -SIZE (rust/crates/zerocopy-derive-0.7.3.crate) = 524142 +SHA256 (rust/crates/zerocopy-0.7.31.crate) = 1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d +SIZE (rust/crates/zerocopy-0.7.31.crate) = 151100 +SHA256 (rust/crates/zerocopy-derive-0.7.31.crate) = b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a +SIZE (rust/crates/zerocopy-derive-0.7.31.crate) = 533507 SHA256 (rust/crates/zerofrom-0.1.3.crate) = 655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7 SIZE (rust/crates/zerofrom-0.1.3.crate) = 4973 SHA256 (rust/crates/zerovec-0.9.6.crate) = 591691014119b87047ead4dcf3e6adfbf73cb7c38ab6980d4f18a32138f35d46 @@ -1145,5 +1149,5 @@ SHA256 (qdrant-tonic-060ab88c87955adc59d46a44b4e3b72cb4cc1522_GH0.tar.gz) = 5905 SIZE (qdrant-tonic-060ab88c87955adc59d46a44b4e3b72cb4cc1522_GH0.tar.gz) = 37445849 SHA256 (qdrant-quantization-939fdb627a8edcf92fd71e3c79017156690850e9_GH0.tar.gz) = 30f039511820cddd9d769a85b3a28fd8083db8013161c7a9109784a399ac7c95 SIZE (qdrant-quantization-939fdb627a8edcf92fd71e3c79017156690850e9_GH0.tar.gz) = 59857 -SHA256 (qdrant-qdrant-v1.7.1_GH0.tar.gz) = 534875d9db69c26a72f6cce5491542fa1c2532a0b3f35d60bec5844aed093d1f -SIZE (qdrant-qdrant-v1.7.1_GH0.tar.gz) = 3571172 +SHA256 (qdrant-qdrant-v1.7.3_GH0.tar.gz) = af975a514a32b9eee8c7702ce4ffec0e3904b5e1c953f2fa2889e2b05c5c88fc +SIZE (qdrant-qdrant-v1.7.3_GH0.tar.gz) = 1759305 diff --git a/databases/qdrant/files/patch-config_config.yaml b/databases/qdrant/files/patch-config_config.yaml new file mode 100644 index 00000000000..97be1e81c19 --- /dev/null +++ b/databases/qdrant/files/patch-config_config.yaml @@ -0,0 +1,37 @@ +--- config/config.yaml.orig 2024-01-03 19:31:20 UTC ++++ config/config.yaml +@@ -2,10 +2,10 @@ log_level: INFO + + storage: + # Where to store all the data +- storage_path: ./storage ++ storage_path: %%DBDIR%%/storage + + # Where to store snapshots +- snapshots_path: ./snapshots ++ snapshots_path: %%DBDIR%%/snapshots + + # Where to store temporary files + # If null, temporary snapshot are stored in: storage/snapshots_temp/ +@@ -205,10 +205,10 @@ telemetry_disabled: false + # Required if either service.enable_tls or cluster.p2p.enable_tls is true. + tls: + # Server certificate chain file +- cert: ./tls/cert.pem ++ cert: %%ETCDIR%%/tls/cert.pem + + # Server private key file +- key: ./tls/key.pem ++ key: %%ETCDIR%%/tls/key.pem + + # Certificate authority certificate file. + # This certificate will be used to validate the certificates +@@ -218,7 +218,7 @@ tls: + # HTTPS client certificate + # + # Required if cluster.p2p.enable_tls is true. +- ca_cert: ./tls/cacert.pem ++ ca_cert: %%ETCDIR%%/tls/cacert.pem + + # TTL in seconds to reload certificate from disk, useful for certificate rotations. + # Only works for HTTPS endpoints. Does not support gRPC (and intra-cluster communication). diff --git a/databases/qdrant/files/qdrant.in b/databases/qdrant/files/qdrant.in new file mode 100644 index 00000000000..4b0aecf6140 --- /dev/null +++ b/databases/qdrant/files/qdrant.in @@ -0,0 +1,129 @@ +#!/bin/sh + +# PROVIDE: qdrant +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf to run qdrant: +# +# qdrant_profiles (str): Set to "" by default. +# Define your profiles here. +# qdrant(_profile)?_enable (bool): Set it to "YES" to enable qdrant. +# Default is "NO". +# qdrant(_profile)?_config (str): Full name of config file +# Default is "%%ETCDIR%%/config.yaml" or +# "%%ETCDIR%%/config(.profile)?.yaml +# qdrant(_profile)?_flags (flags): Set extra flags here. More options in qdrant(1) +# Default is empty "". +# qdrant(_profile)?_user (user): Set user to run qdrant. +# Default is "nobody". +# qdrant(_profile)?_group (group): Set group to run qdrant. +# Default is "nobody". +# qdrant(_profile)?_post_start (str): Set extra commands that should be executed after qdrant was successfully +# started here. +# Default is empty "". + +. /etc/rc.subr + +name="qdrant" +rcvar=qdrant_enable + +_piddir="/var/run/qdrant" +pidfile="${_piddir}/qdrant.pid" + +: ${qdrant_enable="NO"} +: ${qdrant_config="%%ETCDIR%%/config.yaml"} +: ${qdrant_user="nobody"} +: ${qdrant_group="nobody"} + +load_rc_config ${name} + +if [ -n "$2" ]; then + profile="$2" + if [ -n "${qdrant_profiles}" ]; then + pidfile="${_piddir}/qdrant.${profile}.pid" + eval qdrant_enable="\${qdrant_${profile}_enable:-${qdrant_enable}}" + eval qdrant_config="\${qdrant_${profile}_config:-${qdrant_config}}" + eval qdrant_user="\${qdrant_${profile}_user:-${qdrant_user}}" + eval qdrant_group="\${qdrant_${profile}_group:-${qdrant_group}}" + eval qdrant_flags="\${qdrant_${profile}_flags:-${qdrant_flags}}" + eval qdrant_post_start="\${qdrant_${profile}_post_start:-${qdrant_post_start}}" + else + echo "%%PREFIX%%/etc/rc.d/qdrant%%RC_SUBR_SUFFIX%%: extra argument ignored" + fi +else + if [ -n "${qdrant_profiles}" -a -n "$1" ]; then + for profile in ${qdrant_profiles}; do + eval _enable="\${qdrant_${profile}_enable}" + case "${_enable:-${qdrant_enable}}" in + [Nn][Oo]|[Ff][Aa][Ll][Ss][Ee]|[Oo][Ff][Ff]|0) + continue + ;; + [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) + ;; + *) + if test -z "$_enable"; then + _var=qdrant_enable + else + _var=qdrant_"${profile}"_enable + fi + warn "Bad value" \ + "'${_enable:-${qdrant_enable}}'" \ + "for ${_var}. " \ + "Profile ${profile} skipped." + continue + ;; + esac + echo "===> qdrant profile: ${profile}" + if %%PREFIX%%/etc/rc.d/qdrant%%RC_SUBR_SUFFIX%% $1 ${profile} ; then + success="${profile} ${success:-}" + else + failed="${profile} (${retcode}) ${failed:-}" + fi + done + exit 0 + fi +fi + +qdrant_poststart() +{ + if [ -n "$qdrant_post_start" ]; then + eval $qdrant_post_start + fi +} + +qdrant_poststop() +{ + if [ -n "${profile}" ]; then + [ -e "$pidfile" ] && unlink $pidfile + else + local file + + for file in ${_piddir}/* ; do + case "$file" in + *\*) + continue ;; + esac + unlink $file + done + fi +} + +_profsuffx="" +if [ -n "${profile}" ]; then + _profsuffx="-${profile}" +fi + +required_files="$qdrant_config" +procname=%%PREFIX%%/bin/qdrant +command="/usr/sbin/daemon" +command_args="-f -S -p ${pidfile} \ + -t qdrant${_profsuffx} \ + %%PREFIX%%/bin/qdrant --config-path $qdrant_config" + + +start_precmd="install -d -o $qdrant_user -g $qdrant_group -m 755 $_piddir" +start_postcmd="${name}_poststart" +stop_postcmd="${name}_poststop" + +run_rc_command "$1" diff --git a/databases/qdrant/pkg-plist b/databases/qdrant/pkg-plist index fecd90b8a61..41e99bcec52 100644 --- a/databases/qdrant/pkg-plist +++ b/databases/qdrant/pkg-plist @@ -1 +1,6 @@ +bin/qdrant +bin/schema_generator +bin/wal_inspector @sample %%ETCDIR%%/config.yaml.sample +@dir(%%QDRANT_USER%%,%%QDRANT_GROUP%%,0750) %%ETCDIR%%/tls +@dir(%%QDRANT_USER%%,%%QDRANT_GROUP%%,0750) %%QDRANT_DBDIR%% diff --git a/databases/quake/Makefile b/databases/quake/Makefile index 3694c3ed4c7..2ddd6d743dd 100644 --- a/databases/quake/Makefile +++ b/databases/quake/Makefile @@ -1,7 +1,7 @@ PORTNAME= quake DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= databases PKGNAMESUFFIX= -framework diff --git a/databases/redisjson/Makefile b/databases/redisjson/Makefile index 323611ccde3..032b8b141d7 100644 --- a/databases/redisjson/Makefile +++ b/databases/redisjson/Makefile @@ -1,7 +1,7 @@ PORTNAME= redisjson DISTVERSIONPREFIX= v DISTVERSION= 2.0.8 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org diff --git a/databases/replibyte/Makefile b/databases/replibyte/Makefile index eae2731fc79..32562d4bc19 100644 --- a/databases/replibyte/Makefile +++ b/databases/replibyte/Makefile @@ -1,7 +1,7 @@ PORTNAME= replibyte DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/rqlite/Makefile b/databases/rqlite/Makefile index 36d49f0431e..00909f516d1 100644 --- a/databases/rqlite/Makefile +++ b/databases/rqlite/Makefile @@ -1,6 +1,6 @@ PORTNAME= rqlite DISTVERSIONPREFIX= v -DISTVERSION= 8.14.0 +DISTVERSION= 8.16.1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/rqlite/distinfo b/databases/rqlite/distinfo index b2c4dd79c96..af713d2e60d 100644 --- a/databases/rqlite/distinfo +++ b/databases/rqlite/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1704084758 -SHA256 (go/databases_rqlite/rqlite-v8.14.0/v8.14.0.mod) = c95ae94fdea0349fb9c654096aba3de12dff55736148b0787573fe79764548bb -SIZE (go/databases_rqlite/rqlite-v8.14.0/v8.14.0.mod) = 2678 -SHA256 (go/databases_rqlite/rqlite-v8.14.0/v8.14.0.zip) = 71036274a607e9a0f8d3fc6e1acf3da33fc3cc70d03169b4f00f41c67f912b72 -SIZE (go/databases_rqlite/rqlite-v8.14.0/v8.14.0.zip) = 715969 +TIMESTAMP = 1704878657 +SHA256 (go/databases_rqlite/rqlite-v8.16.1/v8.16.1.mod) = c95ae94fdea0349fb9c654096aba3de12dff55736148b0787573fe79764548bb +SIZE (go/databases_rqlite/rqlite-v8.16.1/v8.16.1.mod) = 2678 +SHA256 (go/databases_rqlite/rqlite-v8.16.1/v8.16.1.zip) = 386e409e7c25111498c3478d94be4a9d7833991b53cf62d513c921e0c709375b +SIZE (go/databases_rqlite/rqlite-v8.16.1/v8.16.1.zip) = 711674 diff --git a/databases/rubygem-arel-helpers/Makefile b/databases/rubygem-arel-helpers/Makefile index 78f4f7f38f9..ff99cf3127b 100644 --- a/databases/rubygem-arel-helpers/Makefile +++ b/databases/rubygem-arel-helpers/Makefile @@ -1,5 +1,6 @@ PORTNAME= arel-helpers PORTVERSION= 2.14.0 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -9,7 +10,7 @@ WWW= https://github.com/camertron/arel-helpers LICENSE= MIT -RUN_DEPENDS= rubygem-activerecord60>=6.0:databases/rubygem-activerecord60 +RUN_DEPENDS= rubygem-activerecord70>=7.0:databases/rubygem-activerecord70 USES= gem diff --git a/databases/rubygem-ruby-mysql/Makefile b/databases/rubygem-ruby-mysql/Makefile new file mode 100644 index 00000000000..0749629d20a --- /dev/null +++ b/databases/rubygem-ruby-mysql/Makefile @@ -0,0 +1,16 @@ +PORTNAME= ruby-mysql +PORTVERSION= 4.1.0 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= MySQL connector in pure ruby +WWW= https://gitlab.com/tmtms/ruby-mysql + +LICENSE= MIT + +NO_ARCH= yes + +USES= gem + +.include diff --git a/databases/rubygem-ruby-mysql/distinfo b/databases/rubygem-ruby-mysql/distinfo new file mode 100644 index 00000000000..be56baf2912 --- /dev/null +++ b/databases/rubygem-ruby-mysql/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704466321 +SHA256 (rubygem/ruby-mysql-4.1.0.gem) = 6515157cfc0d986c1b9a13f52ebe3260e09c3ef9142e4703160f2f8dbf65dcbc +SIZE (rubygem/ruby-mysql-4.1.0.gem) = 42496 diff --git a/databases/rubygem-ruby-mysql/pkg-descr b/databases/rubygem-ruby-mysql/pkg-descr new file mode 100644 index 00000000000..915e072f842 --- /dev/null +++ b/databases/rubygem-ruby-mysql/pkg-descr @@ -0,0 +1 @@ +ruby-mysql is a MySQL client library. It is written entirely in Ruby. diff --git a/databases/sqldeveloper/Makefile b/databases/sqldeveloper/Makefile index 47ee9815e29..ef18507e639 100644 --- a/databases/sqldeveloper/Makefile +++ b/databases/sqldeveloper/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqldeveloper -DISTVERSION= 23.1.0.097.1607 +DISTVERSION= 23.1.1.345.2114 DISTVERSIONSUFFIX= -no-jre CATEGORIES= databases java # https://www.oracle.com/tools/downloads/sqldev-downloads.html diff --git a/databases/sqldeveloper/distinfo b/databases/sqldeveloper/distinfo index ac504625349..196518c776d 100644 --- a/databases/sqldeveloper/distinfo +++ b/databases/sqldeveloper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682715951 -SHA256 (oracle/sqldeveloper-23.1.0.097.1607-no-jre.zip) = 5cb6d77e62b4856255e6b3a6fe3afa876a9af6f1f3c560ceb1b5c7d6532bddc5 -SIZE (oracle/sqldeveloper-23.1.0.097.1607-no-jre.zip) = 510182719 +TIMESTAMP = 1704753733 +SHA256 (oracle/sqldeveloper-23.1.1.345.2114-no-jre.zip) = ae84622086392ab29d235aa5c9cadfef976f5b1453a0c301a007f74c005d92e5 +SIZE (oracle/sqldeveloper-23.1.1.345.2114-no-jre.zip) = 509665648 diff --git a/databases/sqldeveloper/pkg-plist b/databases/sqldeveloper/pkg-plist index 9c1706a64fe..47d91e595f9 100644 --- a/databases/sqldeveloper/pkg-plist +++ b/databases/sqldeveloper/pkg-plist @@ -2103,7 +2103,7 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/commons-vfs2.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/error_prone_annotations.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/failureaccess.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/graal-sdk.jar +%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/fastdoubleparser.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/graph-query-ir.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/guava.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/guice.jar @@ -2111,7 +2111,6 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/jackson-annotations.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/jackson-core.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/jackson-databind.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/jackson-dataformat-yaml.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/javax.inject.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/jsr305.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/listenablefuture.jar @@ -2122,7 +2121,6 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/reactive-streams.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/rxjava.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/slf4j-api.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.pgql/lib/truffle-api.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.rdfgraph.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.rdfgraph/lib/rdfgraph_help.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.rdfgraph/lib/sdordf-client.jar @@ -2181,6 +2179,7 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/sqldeveloper/lib/ext/dbtools-modeler-cli-ext.jar %%DATADIR%%/sqldeveloper/lib/ext/dbtools-modeler-common.jar %%DATADIR%%/sqldeveloper/lib/ext/liquibase-core.jar +%%DATADIR%%/sqldeveloper/lib/fastdoubleparser.jar %%DATADIR%%/sqldeveloper/lib/guava-with-lf.jar %%DATADIR%%/sqldeveloper/lib/httpclient5.jar %%DATADIR%%/sqldeveloper/lib/httpcore5.jar diff --git a/databases/sqlx-cli/Makefile b/databases/sqlx-cli/Makefile index e8718bbdfc5..b33a30b75de 100644 --- a/databases/sqlx-cli/Makefile +++ b/databases/sqlx-cli/Makefile @@ -1,6 +1,7 @@ PORTNAME= sqlx DISTVERSIONPREFIX= v DISTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/tcl-lmdb/Makefile b/databases/tcl-lmdb/Makefile index 67b4ff523c8..843717da527 100644 --- a/databases/tcl-lmdb/Makefile +++ b/databases/tcl-lmdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tcl-lmdb -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.3 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org diff --git a/databases/tcl-lmdb/distinfo b/databases/tcl-lmdb/distinfo index 1698e9f694c..6e4bc45c694 100644 --- a/databases/tcl-lmdb/distinfo +++ b/databases/tcl-lmdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638171198 -SHA256 (ray2501-tcl-lmdb-0.4.2_GH0.tar.gz) = 2b9132e2a049a93d731c8de7806924d55bc41bc7438db2dc727a8f79459cb13d -SIZE (ray2501-tcl-lmdb-0.4.2_GH0.tar.gz) = 286606 +TIMESTAMP = 1704721930 +SHA256 (ray2501-tcl-lmdb-0.4.3_GH0.tar.gz) = 619d1ac6595f5d1aaa080cc5db48ccf1e40aa1d2631a560a7bb89e4cf930f720 +SIZE (ray2501-tcl-lmdb-0.4.3_GH0.tar.gz) = 284269 diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index cece5ce90cb..6d263e4c279 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= timescaledb -PORTVERSION= 2.13.0 +PORTVERSION= 2.13.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index 2dd76ce8ab9..5f853828b8d 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701317807 -SHA256 (timescale-timescaledb-2.13.0_GH0.tar.gz) = 584a351c7775f0e067eaa0e7277ea88cab9077cc4c455cbbf09a5d9723dce95d -SIZE (timescale-timescaledb-2.13.0_GH0.tar.gz) = 8214444 +TIMESTAMP = 1704912461 +SHA256 (timescale-timescaledb-2.13.1_GH0.tar.gz) = ca4f48147cb1bf3bf22af9f643822a5931e12a89909cc73c4a89ddae3c828ac1 +SIZE (timescale-timescaledb-2.13.1_GH0.tar.gz) = 8239930 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 72d2ca22618..5b2d5934da7 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -34,5 +34,6 @@ share/postgresql/extension/timescaledb--2.11.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.12.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.12.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.12.2--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.13.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control diff --git a/databases/xls2txt/Makefile b/databases/xls2txt/Makefile index 3fab528450a..39418715122 100644 --- a/databases/xls2txt/Makefile +++ b/databases/xls2txt/Makefile @@ -1,6 +1,6 @@ PORTNAME= xls2txt DISTVERSION= 1.0.1 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= databases textproc MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/bigyear/Makefile b/deskutils/bigyear/Makefile index f6eb70489cd..d4b7f56157e 100644 --- a/deskutils/bigyear/Makefile +++ b/deskutils/bigyear/Makefile @@ -5,10 +5,12 @@ CATEGORIES= deskutils MASTER_SITES= https://BSDforge.com/projects/source/deskutils/bigyear/ DISTNAME= ${PORTNAME} -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Program to print a large (one month per page) calendar BROKEN= Unfetchable +DEPRECATED= Last release in 2001 and dead upstream, consider using deskutils/pal +EXPIRATION_DATE=2024-02-29 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 7722a108b5d..ea492b7fe77 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -1,6 +1,5 @@ PORTNAME= calibre -PORTVERSION= 7.2.0 -PORTREVISION= 1 +PORTVERSION= 7.3.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -71,8 +70,8 @@ USE_RC_SUBR= calibre USE_XORG= x11 xext xrender USE_GITHUB= nodefault -GH_TUPLE= kovidgoyal:calibre-translations:d0c686e:translations \ - LibreOffice:dictionaries:fa49c03:hypenation +GH_TUPLE= kovidgoyal:calibre-translations:3c4595d:translations \ + LibreOffice:dictionaries:ef5ed1c:hypenation SHEBANG_GLOB= *.py *.recipe *.sh python_OLD_CMD= "/usr/bin/env python" ${LOCALBASE}/bin/python3 diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index e7892754d22..c6a87f494ce 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1702625530 -SHA256 (calibre/calibre-7.2.0.tar.xz) = d4e64f497179710966c1b0f66c7556b581cb5200a8f0b691d563e9b92516a11f -SIZE (calibre/calibre-7.2.0.tar.xz) = 41856900 -SHA256 (calibre/kovidgoyal-calibre-translations-d0c686e_GH0.tar.gz) = fa9d4091c766769d6f051bc07f5a8e09debe464a352288ebad0ebc3cf576b16a -SIZE (calibre/kovidgoyal-calibre-translations-d0c686e_GH0.tar.gz) = 72351006 -SHA256 (calibre/LibreOffice-dictionaries-fa49c03_GH0.tar.gz) = 03fe647bd99abe34816673953b5bd595752c90f974ed708c726aa7eaa9ad0bb1 -SIZE (calibre/LibreOffice-dictionaries-fa49c03_GH0.tar.gz) = 97611905 +TIMESTAMP = 1704439214 +SHA256 (calibre/calibre-7.3.0.tar.xz) = 7c174b5d244930155f40e7eea8ea87ce01d2f1f5d8ab6c79275f35a4a661012a +SIZE (calibre/calibre-7.3.0.tar.xz) = 42834448 +SHA256 (calibre/kovidgoyal-calibre-translations-3c4595d_GH0.tar.gz) = f22191daa2db5d9ed973a35ef821181c1e915a4856d429c5e3a7add7f05958cc +SIZE (calibre/kovidgoyal-calibre-translations-3c4595d_GH0.tar.gz) = 72516351 +SHA256 (calibre/LibreOffice-dictionaries-ef5ed1c_GH0.tar.gz) = 6497afdb03244877b029bfd93866af864281576c6b6ef6e1f8defd6415175e25 +SIZE (calibre/LibreOffice-dictionaries-ef5ed1c_GH0.tar.gz) = 97852365 diff --git a/deskutils/calibre/files/user-agent-data.json b/deskutils/calibre/files/user-agent-data.json index 089f7591989..54c2c0f33f4 100644 --- a/deskutils/calibre/files/user-agent-data.json +++ b/deskutils/calibre/files/user-agent-data.json @@ -10,8 +10,8 @@ "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36", @@ -47,66 +47,67 @@ "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0", "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36" + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36", + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15" ], "desktop_platforms": [ - "Windows NT 6.1; WOW64", - "Windows NT 10.0; Win64; x64", + "Macintosh; Intel Mac OS X 10_15_7", "Windows NT 10.0; WOW64", "Windows NT 10.0", - "Linux; Android" + "Windows NT 6.1; WOW64", + "Linux; Android", + "Windows NT 10.0; Win64; x64" ], - "timestamp": "2023-12-15T07:46:28.736541+00:00", + "timestamp": "2024-01-05T07:22:39.809800+00:00", "user_agents_popularity": { - "Mozilla/5.0 (Linux; Android) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36": 20011, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15": 42374, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15": 14970, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15": 65773, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15": 142790, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15": 19562, - "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36": 16815, - "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36": 108951, - "Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko": 3743331, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36": 257551, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36": 122277, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.54": 97866, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36": 203162, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36": 25116, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36": 78649, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36": 5026407, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36": 14638, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36": 248945, + "Mozilla/5.0 (Linux; Android) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36": 20481, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15": 42679, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15": 14990, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15": 65804, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15": 143397, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36": 15578, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15": 19564, + "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36": 16843, + "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36": 109498, + "Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko": 3781699, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36": 257996, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36": 122449, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.54": 97894, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36": 207844, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36": 25525, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36": 78654, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36": 5100266, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36": 248953, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 Edg/87.0.664.75": 73772, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36": 218965, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36": 218973, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 Edg/87.0.664.66": 74760, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36": 104108, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36": 38468, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36": 123159, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36": 104109, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36": 38470, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36": 123163, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 Edg/88.0.705.68": 24600, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36": 71917, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36": 71920, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36": 153641, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50": 26554, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.56": 25709, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36": 102586, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36": 78793, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36": 102591, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36": 78804, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36": 46979, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36": 154787, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36": 162993, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36": 154901, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36": 136707, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36": 108817, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36": 77119, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36": 154953, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36": 163008, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36": 154916, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36": 136710, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36": 108822, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36": 77677, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30": 48698, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0": 75764, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0": 23337, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0": 17110, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0": 224769, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0": 156922, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0": 165942, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0": 55761, - "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0": 39516, - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36": 67119, - "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko": 17563 + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0": 75853, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0": 23355, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0": 17441, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0": 224775, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0": 156924, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0": 165953, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0": 55764, + "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0": 39558, + "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36": 67136, + "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko": 17650 } } diff --git a/deskutils/cfiles/Makefile b/deskutils/cfiles/Makefile index 2c0b4536a79..f05da33a0f1 100644 --- a/deskutils/cfiles/Makefile +++ b/deskutils/cfiles/Makefile @@ -2,7 +2,7 @@ PORTNAME= cfiles DISTVERSIONPREFIX= v DISTVERSION= 1.8-6 DISTVERSIONSUFFIX= -g327d47f -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org @@ -25,7 +25,7 @@ GH_ACCOUNT= mananapr MAKE_ARGS= CC=${CC} NCURSES_CFLAGS=-I/usr/include NCURSES_LIBS=/usr/lib/libncursesw.so PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz \ + share/man/man1/${PORTNAME}.1.gz \ ${DATADIR}/scripts/clearimg \ ${DATADIR}/scripts/displayimg @@ -50,7 +50,7 @@ do-install: .for s in clearimg displayimg ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${s} ${STAGEDIR}${DATADIR}/scripts .endfor - ${INSTALL_MAN} ${WRKSRC}/cfiles.1 ${STAGEDIR}${MAN5PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/cfiles.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/deskutils/countdown/Makefile b/deskutils/countdown/Makefile index 512edc4afc7..80156279232 100644 --- a/deskutils/countdown/Makefile +++ b/deskutils/countdown/Makefile @@ -17,6 +17,6 @@ PLIST_FILES= bin/countdown \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/countdown ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/countdown.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/countdown.1 + ${INSTALL_MAN} ${WRKSRC}/countdown.1 ${STAGEDIR}${PREFIX}/share/man/man1/countdown.1 .include diff --git a/deskutils/easystroke/Makefile b/deskutils/easystroke/Makefile index 447a99f3450..5f7c655a771 100644 --- a/deskutils/easystroke/Makefile +++ b/deskutils/easystroke/Makefile @@ -1,6 +1,6 @@ PORTNAME= easystroke DISTVERSION= 0.6.0-9 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONSUFFIX= -gf7c1614 CATEGORIES= deskutils @@ -44,7 +44,7 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/metainfo ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.appdata.xml ${STAGEDIR}${PREFIX}/share/metainfo/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-NLS-on: (cd ${WRKSRC}/po/ && \ diff --git a/deskutils/easystroke/pkg-plist b/deskutils/easystroke/pkg-plist index 7fc113ff15c..3ba2ad4ae62 100644 --- a/deskutils/easystroke/pkg-plist +++ b/deskutils/easystroke/pkg-plist @@ -1,5 +1,5 @@ bin/easystroke -man/man1/easystroke.1.gz +share/man/man1/easystroke.1.gz share/applications/easystroke.desktop %%NLS%%share/locale/ca/LC_MESSAGES/easystroke.mo %%NLS%%share/locale/cs/LC_MESSAGES/easystroke.mo diff --git a/deskutils/griffith/Makefile b/deskutils/griffith/Makefile index 88de8778fdf..d5e5eb1f074 100644 --- a/deskutils/griffith/Makefile +++ b/deskutils/griffith/Makefile @@ -1,5 +1,6 @@ PORTNAME= griffith PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org @@ -39,7 +40,7 @@ post-patch: .for f in docs/en/Makefile docs/pl/Makefile docs/pt/Makefile @${REINPLACE_CMD} -e \ '/^PREFIX/s|?=|=|g ; s|/usr|${PREFIX}|; \ - /^MANDIR/s|=.*|=${STAGEDIR}${MANPREFIX}/man|g' \ + /^MANDIR/s|=.*|=${STAGEDIR}${PREFIX}/share/man|g' \ ${WRKSRC}/${f} .endfor diff --git a/deskutils/griffith/pkg-plist b/deskutils/griffith/pkg-plist index 588d3ebf28e..0f027706d78 100644 --- a/deskutils/griffith/pkg-plist +++ b/deskutils/griffith/pkg-plist @@ -1,8 +1,8 @@ bin/griffith etc/bash_completion.d/griffith -man/man1/griffith.1.gz -man/pl/man1/griffith.1.gz -man/pt/man1/griffith.1.gz +share/man/man1/griffith.1.gz +share/man/pl/man1/griffith.1.gz +share/man/pt/man1/griffith.1.gz share/applications/griffith.desktop %%DATADIR%%/export_templates/csv/config.xml %%DATADIR%%/export_templates/csv/page.tpl diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile index 0b4a9f1bfe7..7341a045734 100644 --- a/deskutils/gtimer/Makefile +++ b/deskutils/gtimer/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtimer PORTVERSION= 2.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -44,7 +44,7 @@ post-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .for lang in cs cz es fr sv @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ diff --git a/deskutils/gtimer/pkg-plist b/deskutils/gtimer/pkg-plist index 25d66ebfa71..39086eafcd3 100644 --- a/deskutils/gtimer/pkg-plist +++ b/deskutils/gtimer/pkg-plist @@ -1,5 +1,5 @@ bin/gtimer -man/man1/gtimer.1.gz +share/man/man1/gtimer.1.gz share/locale/cs/LC_MESSAGES/gtimer.mo share/locale/cz/LC_MESSAGES/gtimer.mo share/locale/es/LC_MESSAGES/gtimer.mo diff --git a/deskutils/health/Makefile b/deskutils/health/Makefile index b73b0f4dd90..f6232ef6a00 100644 --- a/deskutils/health/Makefile +++ b/deskutils/health/Makefile @@ -1,6 +1,6 @@ PORTNAME= health DISTVERSION= 0.95.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MAINTAINER= jbeich@FreeBSD.org diff --git a/deskutils/jot/Makefile b/deskutils/jot/Makefile index f71d2a63dfe..689a9fffdc9 100644 --- a/deskutils/jot/Makefile +++ b/deskutils/jot/Makefile @@ -1,7 +1,7 @@ PORTNAME= jot DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile index d7640a82288..ca636e43e48 100644 --- a/deskutils/just/Makefile +++ b/deskutils/just/Makefile @@ -1,5 +1,5 @@ PORTNAME= just -DISTVERSION= 1.21.0 +DISTVERSION= 1.22.1 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org @@ -25,7 +25,7 @@ CARGO_CRATES= aho-corasick-1.1.2 \ camino-1.1.6 \ cfg-if-1.0.0 \ clap-2.34.0 \ - cpufeatures-0.2.11 \ + cpufeatures-0.2.12 \ cradle-0.2.2 \ crypto-common-0.1.6 \ ctrlc-3.4.2 \ @@ -34,7 +34,6 @@ CARGO_CRATES= aho-corasick-1.1.2 \ digest-0.10.7 \ dirs-5.0.1 \ dirs-sys-0.4.1 \ - doc-comment-0.3.3 \ dotenvy-0.15.7 \ edit-distance-2.1.0 \ either-1.9.0 \ @@ -55,7 +54,7 @@ CARGO_CRATES= aho-corasick-1.1.2 \ itoa-1.0.10 \ lazy_static-1.4.0 \ lexiclean-0.0.1 \ - libc-0.2.151 \ + libc-0.2.152 \ libredox-0.0.1 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.4.12 \ @@ -68,10 +67,10 @@ CARGO_CRATES= aho-corasick-1.1.2 \ pretty_assertions-1.4.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.71 \ + proc-macro2-1.0.76 \ pulldown-cmark-0.9.3 \ pulldown-cmark-to-cmark-10.0.4 \ - quote-1.0.33 \ + quote-1.0.35 \ redox_syscall-0.4.1 \ redox_users-0.4.4 \ regex-1.10.2 \ @@ -81,29 +80,29 @@ CARGO_CRATES= aho-corasick-1.1.2 \ rustix-0.38.28 \ rustversion-1.0.14 \ ryu-1.0.16 \ - semver-1.0.20 \ - serde-1.0.193 \ - serde_derive-1.0.193 \ - serde_json-1.0.108 \ + semver-1.0.21 \ + serde-1.0.195 \ + serde_derive-1.0.195 \ + serde_json-1.0.111 \ sha2-0.10.8 \ similar-2.4.0 \ - snafu-0.7.5 \ - snafu-derive-0.7.5 \ + snafu-0.8.0 \ + snafu-derive-0.8.0 \ strsim-0.8.0 \ structopt-0.3.26 \ structopt-derive-0.4.18 \ strum-0.25.0 \ strum_macros-0.25.3 \ syn-1.0.109 \ - syn-2.0.43 \ + syn-2.0.48 \ target-2.0.0 \ tempfile-3.9.0 \ temptree-0.2.0 \ term_size-0.3.2 \ termcolor-1.4.0 \ textwrap-0.11.0 \ - thiserror-1.0.52 \ - thiserror-impl-1.0.52 \ + thiserror-1.0.56 \ + thiserror-impl-1.0.56 \ typed-arena-2.0.2 \ typenum-1.17.0 \ unicase-2.7.0 \ diff --git a/deskutils/just/distinfo b/deskutils/just/distinfo index f053e426927..7dd5ba0bcbc 100644 --- a/deskutils/just/distinfo +++ b/deskutils/just/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1703920132 +TIMESTAMP = 1704878659 SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 @@ -19,8 +19,8 @@ SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582eb SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/clap-2.34.0.crate) = a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c SIZE (rust/crates/clap-2.34.0.crate) = 202210 -SHA256 (rust/crates/cpufeatures-0.2.11.crate) = ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0 -SIZE (rust/crates/cpufeatures-0.2.11.crate) = 12727 +SHA256 (rust/crates/cpufeatures-0.2.12.crate) = 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504 +SIZE (rust/crates/cpufeatures-0.2.12.crate) = 12837 SHA256 (rust/crates/cradle-0.2.2.crate) = 7096122c1023d53de7298f322590170540ad3eba46bbc2750b495f098c27c09a SIZE (rust/crates/cradle-0.2.2.crate) = 30309 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 @@ -37,8 +37,6 @@ 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/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 SIZE (rust/crates/dotenvy-0.15.7.crate) = 20293 SHA256 (rust/crates/edit-distance-2.1.0.crate) = bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b @@ -79,8 +77,8 @@ SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832a SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/lexiclean-0.0.1.crate) = 441225017b106b9f902e97947a6d31e44ebcf274b91bdbfb51e5c477fcd468e5 SIZE (rust/crates/lexiclean-0.0.1.crate) = 5362 -SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 -SIZE (rust/crates/libc-0.2.151.crate) = 736640 +SHA256 (rust/crates/libc-0.2.152.crate) = 13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7 +SIZE (rust/crates/libc-0.2.152.crate) = 740278 SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 SIZE (rust/crates/libredox-0.0.1.crate) = 4212 SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f @@ -105,14 +103,14 @@ 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.71.crate) = 75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8 -SIZE (rust/crates/proc-macro2-1.0.71.crate) = 44407 +SHA256 (rust/crates/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c +SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 SHA256 (rust/crates/pulldown-cmark-0.9.3.crate) = 77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998 SIZE (rust/crates/pulldown-cmark-0.9.3.crate) = 117339 SHA256 (rust/crates/pulldown-cmark-to-cmark-10.0.4.crate) = 0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d SIZE (rust/crates/pulldown-cmark-to-cmark-10.0.4.crate) = 17917 -SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae -SIZE (rust/crates/quote-1.0.33.crate) = 28090 +SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef +SIZE (rust/crates/quote-1.0.35.crate) = 28136 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 @@ -131,22 +129,22 @@ 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/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/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_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/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 SIZE (rust/crates/sha2-0.10.8.crate) = 26357 SHA256 (rust/crates/similar-2.4.0.crate) = 32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21 SIZE (rust/crates/similar-2.4.0.crate) = 53147 -SHA256 (rust/crates/snafu-0.7.5.crate) = e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6 -SIZE (rust/crates/snafu-0.7.5.crate) = 65229 -SHA256 (rust/crates/snafu-derive-0.7.5.crate) = 990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf -SIZE (rust/crates/snafu-derive-0.7.5.crate) = 28208 +SHA256 (rust/crates/snafu-0.8.0.crate) = d342c51730e54029130d7dc9fd735d28c4cd360f1368c01981d4f03ff207f096 +SIZE (rust/crates/snafu-0.8.0.crate) = 68031 +SHA256 (rust/crates/snafu-derive-0.8.0.crate) = 080c44971436b1af15d6f61ddd8b543995cf63ab8e677d46b00cc06f4ef267a0 +SIZE (rust/crates/snafu-derive-0.8.0.crate) = 28423 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 @@ -159,8 +157,8 @@ SHA256 (rust/crates/strum_macros-0.25.3.crate) = 23dc1fa9ac9c169a78ba62f0b841814 SIZE (rust/crates/strum_macros-0.25.3.crate) = 22570 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.43.crate) = ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53 -SIZE (rust/crates/syn-2.0.43.crate) = 248363 +SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f +SIZE (rust/crates/syn-2.0.48.crate) = 250566 SHA256 (rust/crates/target-2.0.0.crate) = ba852e71502340e2eaf2fa51f9b3ec6aa25750da1aa65771491c69d67789b05c SIZE (rust/crates/target-2.0.0.crate) = 6761 SHA256 (rust/crates/tempfile-3.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa @@ -173,10 +171,10 @@ SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec0 SIZE (rust/crates/termcolor-1.4.0.crate) = 18765 SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 -SHA256 (rust/crates/thiserror-1.0.52.crate) = 83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d -SIZE (rust/crates/thiserror-1.0.52.crate) = 20115 -SHA256 (rust/crates/thiserror-impl-1.0.52.crate) = e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3 -SIZE (rust/crates/thiserror-impl-1.0.52.crate) = 15371 +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/typed-arena-2.0.2.crate) = 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a SIZE (rust/crates/typed-arena-2.0.2.crate) = 11848 SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 @@ -247,5 +245,5 @@ SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 -SHA256 (casey-just-1.21.0_GH0.tar.gz) = 1421c6bbf80547b6d270a918e1143efd2ab37d80078db606a51a0ef3a8a8f771 -SIZE (casey-just-1.21.0_GH0.tar.gz) = 661899 +SHA256 (casey-just-1.22.1_GH0.tar.gz) = 525bd3fc190b508d885af1d9c01fc774b0e6cbdd0ac4a3d84606dfc5757b4910 +SIZE (casey-just-1.22.1_GH0.tar.gz) = 662896 diff --git a/deskutils/lazycli/Makefile b/deskutils/lazycli/Makefile index 3300a281889..7bb3edde25b 100644 --- a/deskutils/lazycli/Makefile +++ b/deskutils/lazycli/Makefile @@ -1,7 +1,7 @@ PORTNAME= lazycli DISTVERSIONPREFIX= v DISTVERSION= 0.1.15 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile index 86d14a315fc..949193b6f17 100644 --- a/deskutils/plan/Makefile +++ b/deskutils/plan/Makefile @@ -2,6 +2,7 @@ PORTNAME= plan PORTVERSION= 1.12 +PORTREVISION?= 1 CATEGORIES+= deskutils MASTER_SITES= https://cschubert.com/distfiles/plan/ \ ftp://ftp.bitrot.de/pub/plan/ \ @@ -29,8 +30,8 @@ do-install: cd ${WRKSRC} \ && ${INSTALL_PROGRAM} plan pland netplan notifier ${STAGEDIR}${PREFIX}/bin \ && ${INSTALL_SCRIPT} ../misc/Killpland ${STAGEDIR}${PREFIX}/bin \ - && ${INSTALL_MAN} ../misc/netplan.1 ../misc/plan.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 \ - && ${INSTALL_MAN} ../misc/plan.4 ${STAGEDIR}${MAN4PREFIX}/man/man4 + && ${INSTALL_MAN} ../misc/netplan.1 ../misc/plan.1 ${STAGEDIR}${PREFIX}/share/man/man1 \ + && ${INSTALL_MAN} ../misc/plan.4 ${STAGEDIR}${PREFIX}/share/man/man4 @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/.. \ diff --git a/deskutils/plan/pkg-plist b/deskutils/plan/pkg-plist index 02b760ff7d2..305a3082227 100644 --- a/deskutils/plan/pkg-plist +++ b/deskutils/plan/pkg-plist @@ -3,9 +3,9 @@ bin/pland bin/netplan bin/notifier bin/Killpland -man/man1/netplan.1.gz -man/man1/plan.1.gz -man/man4/plan.4.gz +share/man/man1/netplan.1.gz +share/man/man1/plan.1.gz +share/man/man4/plan.4.gz %%PORTDOCS%%%%DOCSDIR%%/Mkdoc %%PORTDOCS%%%%DOCSDIR%%/Mkdoc.nawk %%PORTDOCS%%%%DOCSDIR%%/plan.help diff --git a/deskutils/pueue/Makefile b/deskutils/pueue/Makefile index c85b8845bba..d8eb2cfdeb2 100644 --- a/deskutils/pueue/Makefile +++ b/deskutils/pueue/Makefile @@ -1,7 +1,7 @@ PORTNAME= pueue DISTVERSIONPREFIX= v DISTVERSION= 3.1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/sigi/Makefile b/deskutils/sigi/Makefile index 4b5261e178e..48d48f7e4b8 100644 --- a/deskutils/sigi/Makefile +++ b/deskutils/sigi/Makefile @@ -1,7 +1,7 @@ PORTNAME= sigi DISTVERSIONPREFIX= v DISTVERSION= 3.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils diff --git a/deskutils/skim/Makefile b/deskutils/skim/Makefile index 9f37305fe32..79b5e71e0f4 100644 --- a/deskutils/skim/Makefile +++ b/deskutils/skim/Makefile @@ -1,7 +1,7 @@ PORTNAME= skim DISTVERSIONPREFIX= v DISTVERSION= 0.10.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils PKGNAMESUFFIX= -fuzzy-finder diff --git a/deskutils/solanum/Makefile b/deskutils/solanum/Makefile index 7c8d7d59f3b..c52a9432a88 100644 --- a/deskutils/solanum/Makefile +++ b/deskutils/solanum/Makefile @@ -1,6 +1,6 @@ PORTNAME= solanum DISTVERSION= 5.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= jbeich@FreeBSD.org diff --git a/deskutils/sysctlview/Makefile b/deskutils/sysctlview/Makefile index ced59e60934..b3eac2e0db8 100644 --- a/deskutils/sysctlview/Makefile +++ b/deskutils/sysctlview/Makefile @@ -35,7 +35,7 @@ IGNORE= not supported on anything but FreeBSD do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sysctlview ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/sysctlview.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/sysctlview.1 ${STAGEDIR}${PREFIX}/share/man/man1 .for i in 16 22 24 32 36 48 64 72 96 128 192 256 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ ${INSTALL_DATA} ${WRKSRC}/icon/sysctlview-${i}.png \ diff --git a/deskutils/taskwarrior-tui/Makefile b/deskutils/taskwarrior-tui/Makefile index 56346669d27..39377926ab6 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= 5 +PORTREVISION= 6 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/thokr/Makefile b/deskutils/thokr/Makefile index 086a57e8531..445e41ebf41 100644 --- a/deskutils/thokr/Makefile +++ b/deskutils/thokr/Makefile @@ -1,7 +1,7 @@ PORTNAME= thokr DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/treesheets/Makefile b/deskutils/treesheets/Makefile index 013618e3678..c1ddaa45aa9 100644 --- a/deskutils/treesheets/Makefile +++ b/deskutils/treesheets/Makefile @@ -1,5 +1,5 @@ PORTNAME= treesheets -DISTVERSION= 1.0.20231124 +DISTVERSION= 1.0.20240106 CATEGORIES= deskutils MAINTAINER= eduardo@FreeBSD.org @@ -13,7 +13,7 @@ USES= cmake compiler:c++17-lang desktop-file-utils gnome \ shared-mime-info USE_GITHUB= yes GH_ACCOUNT= aardappel -GH_TAGNAME= 6985406227 +GH_TAGNAME= 7434443612 USE_WX= 3.2 PORTSCOUT= ignore:1 # upstream uses CI run ids as releases diff --git a/deskutils/treesheets/distinfo b/deskutils/treesheets/distinfo index 82e3c9339e5..17ab31f89f0 100644 --- a/deskutils/treesheets/distinfo +++ b/deskutils/treesheets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700902962 -SHA256 (aardappel-treesheets-1.0.20231124-6985406227_GH0.tar.gz) = 76967d558cf1be86ff865b2583dde631b86d1765e871bb21d4cf9662814da3db -SIZE (aardappel-treesheets-1.0.20231124-6985406227_GH0.tar.gz) = 3064545 +TIMESTAMP = 1704627278 +SHA256 (aardappel-treesheets-1.0.20240106-7434443612_GH0.tar.gz) = 78e4be29c0e231b91bb58f9548964707017410464ee7b7a4259a4f17ddd1294c +SIZE (aardappel-treesheets-1.0.20240106-7434443612_GH0.tar.gz) = 3064903 diff --git a/deskutils/treesheets/files/patch-CMakeLists.txt b/deskutils/treesheets/files/patch-CMakeLists.txt index b79f8b3ab5d..cd69ca1d798 100644 --- a/deskutils/treesheets/files/patch-CMakeLists.txt +++ b/deskutils/treesheets/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2023-08-17 20:17:24 UTC +--- CMakeLists.txt.orig 2024-01-06 23:03:16 UTC +++ CMakeLists.txt -@@ -96,7 +96,7 @@ install(FILES TS/readme.html DESTINATION ${TREESHEETS_ +@@ -113,7 +113,7 @@ install(FILES TS/readme.html DESTINATION ${TREESHEETS_ install(TARGETS treesheets DESTINATION ${TREESHEETS_BINDIR}) install(DIRECTORY TS/docs DESTINATION ${TREESHEETS_DOCDIR}) install(FILES TS/readme.html DESTINATION ${TREESHEETS_DOCDIR}) diff --git a/devel/Makefile b/devel/Makefile index 2b5f45834bd..bbd9ecc63b8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -685,7 +685,6 @@ SUBDIR += fpp SUBDIR += freebsd-gcc12 SUBDIR += freebsd-gcc13 - SUBDIR += freebsd-gcc9 SUBDIR += freebsd-git-devtools SUBDIR += freebsd-sysroot SUBDIR += frink @@ -1014,6 +1013,7 @@ SUBDIR += jetbrains-goland SUBDIR += jetbrains-phpstorm SUBDIR += jetbrains-pty4j + SUBDIR += jetbrains-restarter SUBDIR += jetbrains-sqlite SUBDIR += jetbrains-webstorm SUBDIR += jgoodies-looks @@ -3700,6 +3700,7 @@ SUBDIR += p5-Tie-Restore SUBDIR += p5-Tie-ShareLite SUBDIR += p5-Tie-Simple + SUBDIR += p5-Tie-Sub SUBDIR += p5-Tie-ToObject SUBDIR += p5-Tie-Util SUBDIR += p5-Tie-iCal @@ -4194,6 +4195,7 @@ SUBDIR += py-Products.ExternalEditor SUBDIR += py-Products.PloneLanguageTool SUBDIR += py-PyExecJS + SUBDIR += py-PyGithub SUBDIR += py-PyLD SUBDIR += py-PyUtilib SUBDIR += py-QtPy @@ -4234,6 +4236,7 @@ SUBDIR += py-apache_conf_parser SUBDIR += py-apipkg SUBDIR += py-apispec + SUBDIR += py-apispec-webframeworks SUBDIR += py-appdirs SUBDIR += py-applicationinsights SUBDIR += py-apptools @@ -5297,7 +5300,6 @@ SUBDIR += py-pyformance SUBDIR += py-pygdbmi SUBDIR += py-pygit2 - SUBDIR += py-pygithub SUBDIR += py-pygpx SUBDIR += py-pyhashxx SUBDIR += py-pyhcl @@ -5415,6 +5417,7 @@ SUBDIR += py-pytest-runner SUBDIR += py-pytest-services SUBDIR += py-pytest-shutil + SUBDIR += py-pytest-socket SUBDIR += py-pytest-subprocess SUBDIR += py-pytest-subtests SUBDIR += py-pytest-sugar diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile index 0c16f2dbe29..92a56c06cdb 100644 --- a/devel/R-cran-Rcpp/Makefile +++ b/devel/R-cran-Rcpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= Rcpp -PORTVERSION= 1.0.11 +PORTVERSION= 1.0.12 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-Rcpp/distinfo b/devel/R-cran-Rcpp/distinfo index 701048b5f5e..95d106d2c50 100644 --- a/devel/R-cran-Rcpp/distinfo +++ b/devel/R-cran-Rcpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688795331 -SHA256 (Rcpp_1.0.11.tar.gz) = df757c3068599c6c05367900bcad93547ba3422d59802dbaca20fd74d4d2fa5f -SIZE (Rcpp_1.0.11.tar.gz) = 2994004 +TIMESTAMP = 1704889415 +SHA256 (Rcpp_1.0.12.tar.gz) = 0c7359cc43beee02761aa3df2baccede1182d29d28c9cd49964b609305062bd0 +SIZE (Rcpp_1.0.12.tar.gz) = 3430494 diff --git a/devel/R-cran-glue/Makefile b/devel/R-cran-glue/Makefile index a00980a5331..ec9d64518f3 100644 --- a/devel/R-cran-glue/Makefile +++ b/devel/R-cran-glue/Makefile @@ -1,6 +1,5 @@ PORTNAME= glue -PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTVERSION= 1.7.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-glue/distinfo b/devel/R-cran-glue/distinfo index 2b50f7e81ca..b58a0a3a5d7 100644 --- a/devel/R-cran-glue/distinfo +++ b/devel/R-cran-glue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645776759 -SHA256 (glue_1.6.2.tar.gz) = 9da518f12be584c90e75fe8e07f711ee3f6fc0d03d817f72c25dc0f66499fdbf -SIZE (glue_1.6.2.tar.gz) = 106510 +TIMESTAMP = 1704887533 +SHA256 (glue_1.7.0.tar.gz) = 1af51b51f52c1aeb3bfe9349f55896dd78b5542ffdd5654e432e4d646e4a86dc +SIZE (glue_1.7.0.tar.gz) = 105420 diff --git a/devel/R-cran-vcd/Makefile b/devel/R-cran-vcd/Makefile index 25d52ce825e..19288976dc6 100644 --- a/devel/R-cran-vcd/Makefile +++ b/devel/R-cran-vcd/Makefile @@ -1,5 +1,5 @@ PORTNAME= vcd -DISTVERSION= 1.4-11 +DISTVERSION= 1.4-12 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-vcd/distinfo b/devel/R-cran-vcd/distinfo index e0d89e2ebb7..97b736f2e38 100644 --- a/devel/R-cran-vcd/distinfo +++ b/devel/R-cran-vcd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683289262 -SHA256 (vcd_1.4-11.tar.gz) = 7a54e855689e1429d46e0d4d7a956f96b0ad2fd0c7084fa023902c55849e0932 -SIZE (vcd_1.4-11.tar.gz) = 652138 +TIMESTAMP = 1704507903 +SHA256 (vcd_1.4-12.tar.gz) = c931ef115529931cddb1d5caec4d4d3569ebf12aadde719b2f5019812c9ded88 +SIZE (vcd_1.4-12.tar.gz) = 693374 diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index 9ccc15813e0..22b8cb9c0d5 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -1,6 +1,6 @@ PORTNAME= allegro DISTVERSION= 4.4.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://github.com/liballeg/allegro5/releases/download/${DISTVERSION}/ @@ -64,7 +64,7 @@ post-patch-JACK-on: ${WRKSRC}/src/unix/jack.c post-install: - ${INSTALL_MAN} ${INSTALL_WRKSRC}/docs/man/*.3 ${STAGEDIR}${MAN3PREFIX}/man/man3/ + ${INSTALL_MAN} ${INSTALL_WRKSRC}/docs/man/*.3 ${STAGEDIR}${PREFIX}/share/man/man3/ post-install-EXAMPLES-on: @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) diff --git a/devel/allegro/pkg-plist b/devel/allegro/pkg-plist index e8c5a5dd301..e2064cb06c6 100644 --- a/devel/allegro/pkg-plist +++ b/devel/allegro/pkg-plist @@ -135,926 +135,926 @@ libdata/pkgconfig/allegrogl.pc libdata/pkgconfig/jpgalleg.pc libdata/pkgconfig/loadpng.pc libdata/pkgconfig/logg.pc -man/man3/ALLEGRO_DATE.3.gz -man/man3/ALLEGRO_DATE_STR.3.gz -man/man3/ALLEGRO_SUB_VERSION.3.gz -man/man3/ALLEGRO_VERSION.3.gz -man/man3/ALLEGRO_VERSION_STR.3.gz -man/man3/ALLEGRO_WIP_VERSION.3.gz -man/man3/AL_ID.3.gz -man/man3/ASSERT.3.gz -man/man3/AUDIOSTREAM.3.gz -man/man3/BITMAP.3.gz -man/man3/COLOR_MAP.3.gz -man/man3/COMPILED_SPRITE.3.gz -man/man3/DATAFILE.3.gz -man/man3/DAT_ID.3.gz -man/man3/DIALOG.3.gz -man/man3/DIALOG_PLAYER.3.gz -man/man3/END_OF_FUNCTION.3.gz -man/man3/END_OF_MAIN.3.gz -man/man3/FONT.3.gz -man/man3/GFX_MODE.3.gz -man/man3/GFX_MODE_LIST.3.gz -man/man3/JOYSTICK_AXIS_INFO.3.gz -man/man3/JOYSTICK_BUTTON_INFO.3.gz -man/man3/JOYSTICK_INFO.3.gz -man/man3/JOYSTICK_STICK_INFO.3.gz -man/man3/LOCK_FUNCTION.3.gz -man/man3/LOCK_VARIABLE.3.gz -man/man3/LZSS_PACK_DATA.3.gz -man/man3/LZSS_UNPACK_DATA.3.gz -man/man3/MAKE_VERSION.3.gz -man/man3/MASK_COLOR_15.3.gz -man/man3/MASK_COLOR_16.3.gz -man/man3/MASK_COLOR_24.3.gz -man/man3/MASK_COLOR_32.3.gz -man/man3/MASK_COLOR_8.3.gz -man/man3/MATRIX.3.gz -man/man3/MATRIX_f.3.gz -man/man3/MENU.3.gz -man/man3/MENU_PLAYER.3.gz -man/man3/MIDI.3.gz -man/man3/PACKFILE.3.gz -man/man3/PACKFILE_VTABLE.3.gz -man/man3/PALETTE.3.gz -man/man3/PAL_SIZE.3.gz -man/man3/POLYTYPE_ATEX.3.gz -man/man3/POLYTYPE_ATEX_LIT.3.gz -man/man3/POLYTYPE_ATEX_MASK.3.gz -man/man3/POLYTYPE_ATEX_MASK_LIT.3.gz -man/man3/POLYTYPE_ATEX_MASK_TRANS.3.gz -man/man3/POLYTYPE_ATEX_TRANS.3.gz -man/man3/POLYTYPE_FLAT.3.gz -man/man3/POLYTYPE_GCOL.3.gz -man/man3/POLYTYPE_GRGB.3.gz -man/man3/POLYTYPE_PTEX.3.gz -man/man3/POLYTYPE_PTEX_LIT.3.gz -man/man3/POLYTYPE_PTEX_MASK.3.gz -man/man3/POLYTYPE_PTEX_MASK_LIT.3.gz -man/man3/POLYTYPE_PTEX_MASK_TRANS.3.gz -man/man3/POLYTYPE_PTEX_TRANS.3.gz -man/man3/QUAT.3.gz -man/man3/RGB.3.gz -man/man3/RGB_MAP.3.gz -man/man3/RLE_SPRITE.3.gz -man/man3/SAMPLE.3.gz -man/man3/SCREEN_H.3.gz -man/man3/SCREEN_W.3.gz -man/man3/TRACE.3.gz -man/man3/V3D.3.gz -man/man3/V3D_f.3.gz -man/man3/VIRTUAL_H.3.gz -man/man3/VIRTUAL_W.3.gz -man/man3/ZBUFFER.3.gz -man/man3/_getpixel.3.gz -man/man3/_getpixel15.3.gz -man/man3/_getpixel16.3.gz -man/man3/_getpixel24.3.gz -man/man3/_getpixel32.3.gz -man/man3/_putpixel.3.gz -man/man3/_putpixel15.3.gz -man/man3/_putpixel16.3.gz -man/man3/_putpixel24.3.gz -man/man3/_putpixel32.3.gz -man/man3/_set_color.3.gz -man/man3/_ustrdup.3.gz -man/man3/acquire_bitmap.3.gz -man/man3/acquire_screen.3.gz -man/man3/active_dialog.3.gz -man/man3/active_menu.3.gz -man/man3/add_clip_rect.3.gz -man/man3/adjust_sample.3.gz -man/man3/al_assert.3.gz -man/man3/al_ffblk.3.gz -man/man3/al_ffblk_get_size.3.gz -man/man3/al_findclose.3.gz -man/man3/al_findfirst.3.gz -man/man3/al_findnext.3.gz -man/man3/al_trace.3.gz -man/man3/alert.3.gz -man/man3/alert3.3.gz -man/man3/allegro_404_char.3.gz -man/man3/allegro_error.3.gz -man/man3/allegro_exit.3.gz -man/man3/allegro_icon.3.gz -man/man3/allegro_id.3.gz -man/man3/allegro_init.3.gz -man/man3/allegro_message.3.gz -man/man3/allocate_voice.3.gz -man/man3/append_filename.3.gz -man/man3/apply_matrix.3.gz -man/man3/apply_matrix_f.3.gz -man/man3/apply_quat.3.gz -man/man3/arc.3.gz -man/man3/bestfit_color.3.gz -man/man3/bitmap_color_depth.3.gz -man/man3/bitmap_mask_color.3.gz -man/man3/black_palette.3.gz -man/man3/blit.3.gz -man/man3/bmp_read_line.3.gz -man/man3/bmp_unwrite_line.3.gz -man/man3/bmp_write_line.3.gz -man/man3/broadcast_dialog_message.3.gz -man/man3/calc_spline.3.gz -man/man3/calibrate_joystick.3.gz -man/man3/calibrate_joystick_name.3.gz -man/man3/canonicalize_filename.3.gz -man/man3/centre_dialog.3.gz -man/man3/check_cpu.3.gz -man/man3/circle.3.gz -man/man3/circlefill.3.gz -man/man3/clear_bitmap.3.gz -man/man3/clear_keybuf.3.gz -man/man3/clear_scene.3.gz -man/man3/clear_to_color.3.gz -man/man3/clear_zbuffer.3.gz -man/man3/clip3d.3.gz -man/man3/clip3d_f.3.gz -man/man3/close_fli.3.gz -man/man3/color_map.3.gz -man/man3/config_is_hooked.3.gz -man/man3/cpu_capabilities.3.gz -man/man3/cpu_family.3.gz -man/man3/cpu_model.3.gz -man/man3/cpu_vendor.3.gz -man/man3/create_bitmap.3.gz -man/man3/create_bitmap_ex.3.gz -man/man3/create_blender_table.3.gz -man/man3/create_color_table.3.gz -man/man3/create_datafile_index.3.gz -man/man3/create_light_table.3.gz -man/man3/create_lzss_pack_data.3.gz -man/man3/create_lzss_unpack_data.3.gz -man/man3/create_rgb_table.3.gz -man/man3/create_sample.3.gz -man/man3/create_scene.3.gz -man/man3/create_sub_bitmap.3.gz -man/man3/create_sub_zbuffer.3.gz -man/man3/create_system_bitmap.3.gz -man/man3/create_trans_table.3.gz -man/man3/create_video_bitmap.3.gz -man/man3/create_zbuffer.3.gz -man/man3/cross_product.3.gz -man/man3/cross_product_f.3.gz -man/man3/d_bitmap_proc.3.gz -man/man3/d_box_proc.3.gz -man/man3/d_button_proc.3.gz -man/man3/d_check_proc.3.gz -man/man3/d_clear_proc.3.gz -man/man3/d_ctext_proc.3.gz -man/man3/d_edit_proc.3.gz -man/man3/d_icon_proc.3.gz -man/man3/d_keyboard_proc.3.gz -man/man3/d_list_proc.3.gz -man/man3/d_menu_proc.3.gz -man/man3/d_radio_proc.3.gz -man/man3/d_rtext_proc.3.gz -man/man3/d_shadow_box_proc.3.gz -man/man3/d_slider_proc.3.gz -man/man3/d_text_list_proc.3.gz -man/man3/d_text_proc.3.gz -man/man3/d_textbox_proc.3.gz -man/man3/d_yield_proc.3.gz -man/man3/deallocate_voice.3.gz -man/man3/default_palette.3.gz -man/man3/delete_file.3.gz -man/man3/desktop_color_depth.3.gz -man/man3/desktop_palette.3.gz -man/man3/destroy_bitmap.3.gz -man/man3/destroy_compiled_sprite.3.gz -man/man3/destroy_datafile_index.3.gz -man/man3/destroy_font.3.gz -man/man3/destroy_gfx_mode_list.3.gz -man/man3/destroy_midi.3.gz -man/man3/destroy_rle_sprite.3.gz -man/man3/destroy_sample.3.gz -man/man3/destroy_scene.3.gz -man/man3/destroy_zbuffer.3.gz -man/man3/detect_digi_driver.3.gz -man/man3/detect_midi_driver.3.gz -man/man3/dialog_message.3.gz -man/man3/digi_recorder.3.gz -man/man3/disable_hardware_cursor.3.gz -man/man3/do_arc.3.gz -man/man3/do_circle.3.gz -man/man3/do_dialog.3.gz -man/man3/do_ellipse.3.gz -man/man3/do_line.3.gz -man/man3/do_menu.3.gz -man/man3/do_uconvert.3.gz -man/man3/dot_product.3.gz -man/man3/dot_product_f.3.gz -man/man3/draw_character_ex.3.gz -man/man3/draw_compiled_sprite.3.gz -man/man3/draw_gouraud_sprite.3.gz -man/man3/draw_lit_rle_sprite.3.gz -man/man3/draw_lit_sprite.3.gz -man/man3/draw_rle_sprite.3.gz -man/man3/draw_sprite.3.gz -man/man3/draw_sprite_ex.3.gz -man/man3/draw_sprite_h_flip.3.gz -man/man3/draw_sprite_v_flip.3.gz -man/man3/draw_sprite_vh_flip.3.gz -man/man3/draw_trans_rle_sprite.3.gz -man/man3/draw_trans_sprite.3.gz -man/man3/drawing_mode.3.gz -man/man3/ellipse.3.gz -man/man3/ellipsefill.3.gz -man/man3/empty_string.3.gz -man/man3/enable_hardware_cursor.3.gz -man/man3/enable_triple_buffer.3.gz -man/man3/ex12bit.3.gz -man/man3/ex3buf.3.gz -man/man3/ex3d.3.gz -man/man3/exaccel.3.gz -man/man3/exalpha.3.gz -man/man3/exbitmap.3.gz -man/man3/exblend.3.gz -man/man3/excamera.3.gz -man/man3/excolmap.3.gz -man/man3/exconfig.3.gz -man/man3/excustom.3.gz -man/man3/exdata.3.gz -man/man3/exdbuf.3.gz -man/man3/exexedat.3.gz -man/man3/exfixed.3.gz -man/man3/exflame.3.gz -man/man3/exflip.3.gz -man/man3/exfont.3.gz -man/man3/exgui.3.gz -man/man3/exhello.3.gz -man/man3/exists.3.gz -man/man3/exjoy.3.gz -man/man3/exkeys.3.gz -man/man3/exlights.3.gz -man/man3/exmem.3.gz -man/man3/exmidi.3.gz -man/man3/exmouse.3.gz -man/man3/expackf.3.gz -man/man3/expal.3.gz -man/man3/expat.3.gz -man/man3/exquat.3.gz -man/man3/exrgbhsv.3.gz -man/man3/exrotscl.3.gz -man/man3/exsample.3.gz -man/man3/exscale.3.gz -man/man3/exscn3d.3.gz -man/man3/exscroll.3.gz -man/man3/exshade.3.gz -man/man3/exspline.3.gz -man/man3/exsprite.3.gz -man/man3/exstars.3.gz -man/man3/exstream.3.gz -man/man3/exswitch.3.gz -man/man3/exsyscur.3.gz -man/man3/extimer.3.gz -man/man3/extract_font_range.3.gz -man/man3/extrans.3.gz -man/man3/extrans2.3.gz -man/man3/extruec.3.gz -man/man3/exunicod.3.gz -man/man3/exupdate.3.gz -man/man3/exxfade.3.gz -man/man3/exzbuf.3.gz -man/man3/fade_from.3.gz -man/man3/fade_from_range.3.gz -man/man3/fade_in.3.gz -man/man3/fade_in_range.3.gz -man/man3/fade_interpolate.3.gz -man/man3/fade_out.3.gz -man/man3/fade_out_range.3.gz -man/man3/fastline.3.gz -man/man3/file_exists.3.gz -man/man3/file_select_ex.3.gz -man/man3/file_size_ex.3.gz -man/man3/file_time.3.gz -man/man3/find_allegro_resource.3.gz -man/man3/find_datafile_object.3.gz -man/man3/find_dialog_focus.3.gz -man/man3/fix_filename_case.3.gz -man/man3/fix_filename_slashes.3.gz -man/man3/fixacos.3.gz -man/man3/fixadd.3.gz -man/man3/fixasin.3.gz -man/man3/fixatan.3.gz -man/man3/fixatan2.3.gz -man/man3/fixceil.3.gz -man/man3/fixcos.3.gz -man/man3/fixdiv.3.gz -man/man3/fixed.3.gz -man/man3/fixfloor.3.gz -man/man3/fixhypot.3.gz -man/man3/fixmul.3.gz -man/man3/fixsin.3.gz -man/man3/fixsqrt.3.gz -man/man3/fixsub.3.gz -man/man3/fixtan.3.gz -man/man3/fixtof.3.gz -man/man3/fixtoi.3.gz -man/man3/fixtorad_r.3.gz -man/man3/fixup_datafile.3.gz -man/man3/fli_bitmap.3.gz -man/man3/fli_bmp_dirty_from.3.gz -man/man3/fli_bmp_dirty_to.3.gz -man/man3/fli_frame.3.gz -man/man3/fli_pal_dirty_from.3.gz -man/man3/fli_pal_dirty_to.3.gz -man/man3/fli_palette.3.gz -man/man3/fli_timer.3.gz -man/man3/floodfill.3.gz -man/man3/flush_config_file.3.gz -man/man3/font.3.gz -man/man3/font_has_alpha.3.gz -man/man3/for_each_file_ex.3.gz -man/man3/free_audio_stream_buffer.3.gz -man/man3/free_config_entries.3.gz -man/man3/free_lzss_pack_data.3.gz -man/man3/free_lzss_unpack_data.3.gz -man/man3/freeze_mouse_flag.3.gz -man/man3/ftofix.3.gz -man/man3/generate_332_palette.3.gz -man/man3/generate_optimized_palette.3.gz -man/man3/get_align_matrix.3.gz -man/man3/get_align_matrix_f.3.gz -man/man3/get_audio_stream_buffer.3.gz -man/man3/get_camera_matrix.3.gz -man/man3/get_camera_matrix_f.3.gz -man/man3/get_clip_rect.3.gz -man/man3/get_clip_state.3.gz -man/man3/get_color.3.gz -man/man3/get_color_conversion.3.gz -man/man3/get_color_depth.3.gz -man/man3/get_compiled_sprite.3.gz -man/man3/get_config_argv.3.gz -man/man3/get_config_float.3.gz -man/man3/get_config_hex.3.gz -man/man3/get_config_id.3.gz -man/man3/get_config_int.3.gz -man/man3/get_config_string.3.gz -man/man3/get_config_text.3.gz -man/man3/get_datafile_property.3.gz -man/man3/get_desktop_resolution.3.gz -man/man3/get_display_switch_mode.3.gz -man/man3/get_executable_name.3.gz -man/man3/get_extension.3.gz -man/man3/get_filename.3.gz -man/man3/get_filename_encoding.3.gz -man/man3/get_font_range_begin.3.gz -man/man3/get_font_range_end.3.gz -man/man3/get_font_ranges.3.gz -man/man3/get_gfx_mode.3.gz -man/man3/get_gfx_mode_list.3.gz -man/man3/get_gfx_mode_type.3.gz -man/man3/get_hardware_volume.3.gz -man/man3/get_midi_length.3.gz -man/man3/get_mixer_bits.3.gz -man/man3/get_mixer_buffer_length.3.gz -man/man3/get_mixer_channels.3.gz -man/man3/get_mixer_frequency.3.gz -man/man3/get_mixer_quality.3.gz -man/man3/get_mixer_voices.3.gz -man/man3/get_mouse_mickeys.3.gz -man/man3/get_palette.3.gz -man/man3/get_palette_range.3.gz -man/man3/get_refresh_rate.3.gz -man/man3/get_rle_sprite.3.gz -man/man3/get_rotation_matrix.3.gz -man/man3/get_rotation_matrix_f.3.gz -man/man3/get_rotation_quat.3.gz -man/man3/get_scaling_matrix.3.gz -man/man3/get_scaling_matrix_f.3.gz -man/man3/get_sound_input_cap_bits.3.gz -man/man3/get_sound_input_cap_parm.3.gz -man/man3/get_sound_input_cap_rate.3.gz -man/man3/get_sound_input_cap_stereo.3.gz -man/man3/get_transformation_matrix.3.gz -man/man3/get_transformation_matrix_f.3.gz -man/man3/get_translation_matrix.3.gz -man/man3/get_translation_matrix_f.3.gz -man/man3/get_uformat.3.gz -man/man3/get_vector_rotation_matrix.3.gz -man/man3/get_vector_rotation_matrix_f.3.gz -man/man3/get_vector_rotation_quat.3.gz -man/man3/get_volume.3.gz -man/man3/get_x_rotate_matrix.3.gz -man/man3/get_x_rotate_matrix_f.3.gz -man/man3/get_x_rotate_quat.3.gz -man/man3/get_y_rotate_matrix.3.gz -man/man3/get_y_rotate_matrix_f.3.gz -man/man3/get_y_rotate_quat.3.gz -man/man3/get_z_rotate_matrix.3.gz -man/man3/get_z_rotate_matrix_f.3.gz -man/man3/get_z_rotate_quat.3.gz -man/man3/geta.3.gz -man/man3/geta32.3.gz -man/man3/geta_depth.3.gz -man/man3/getb.3.gz -man/man3/getb15.3.gz -man/man3/getb16.3.gz -man/man3/getb24.3.gz -man/man3/getb32.3.gz -man/man3/getb8.3.gz -man/man3/getb_depth.3.gz -man/man3/getg.3.gz -man/man3/getg15.3.gz -man/man3/getg16.3.gz -man/man3/getg24.3.gz -man/man3/getg32.3.gz -man/man3/getg8.3.gz -man/man3/getg_depth.3.gz -man/man3/getpixel.3.gz -man/man3/getr.3.gz -man/man3/getr15.3.gz -man/man3/getr16.3.gz -man/man3/getr24.3.gz -man/man3/getr32.3.gz -man/man3/getr8.3.gz -man/man3/getr_depth.3.gz -man/man3/gfx_capabilities.3.gz -man/man3/gfx_mode_select.3.gz -man/man3/gfx_mode_select_ex.3.gz -man/man3/gfx_mode_select_filter.3.gz -man/man3/grab_font_from_bitmap.3.gz -man/man3/gui_bg_color.3.gz -man/man3/gui_button_proc.3.gz -man/man3/gui_ctext_proc.3.gz -man/man3/gui_edit_proc.3.gz -man/man3/gui_fg_color.3.gz -man/man3/gui_font_baseline.3.gz -man/man3/gui_get_screen.3.gz -man/man3/gui_list_proc.3.gz -man/man3/gui_menu_draw_menu.3.gz -man/man3/gui_menu_draw_menu_item.3.gz -man/man3/gui_mg_color.3.gz -man/man3/gui_mouse_b.3.gz -man/man3/gui_mouse_focus.3.gz -man/man3/gui_mouse_x.3.gz -man/man3/gui_mouse_y.3.gz -man/man3/gui_mouse_z.3.gz -man/man3/gui_set_screen.3.gz -man/man3/gui_shadow_box_proc.3.gz -man/man3/gui_strlen.3.gz -man/man3/gui_text_list_proc.3.gz -man/man3/gui_textout_ex.3.gz -man/man3/hline.3.gz -man/man3/hook_config_section.3.gz -man/man3/hsv_to_rgb.3.gz -man/man3/identity_matrix.3.gz -man/man3/identity_matrix_f.3.gz -man/man3/identity_quat.3.gz -man/man3/init_dialog.3.gz -man/man3/init_menu.3.gz -man/man3/initialise_joystick.3.gz -man/man3/install_allegro.3.gz -man/man3/install_int.3.gz -man/man3/install_int_ex.3.gz -man/man3/install_joystick.3.gz -man/man3/install_keyboard.3.gz -man/man3/install_keyboard_hooks.3.gz -man/man3/install_mouse.3.gz -man/man3/install_param_int.3.gz -man/man3/install_param_int_ex.3.gz -man/man3/install_sound.3.gz -man/man3/install_sound_input.3.gz -man/man3/install_timer.3.gz -man/man3/is_color_font.3.gz -man/man3/is_compatible_font.3.gz -man/man3/is_inside_bitmap.3.gz -man/man3/is_linear_bitmap.3.gz -man/man3/is_memory_bitmap.3.gz -man/man3/is_mono_font.3.gz -man/man3/is_planar_bitmap.3.gz -man/man3/is_relative_filename.3.gz -man/man3/is_same_bitmap.3.gz -man/man3/is_screen_bitmap.3.gz -man/man3/is_sub_bitmap.3.gz -man/man3/is_system_bitmap.3.gz -man/man3/is_trans_font.3.gz -man/man3/is_video_bitmap.3.gz -man/man3/is_windowed_mode.3.gz -man/man3/itofix.3.gz -man/man3/joy.3.gz -man/man3/key.3.gz -man/man3/key_led_flag.3.gz -man/man3/key_shifts.3.gz -man/man3/keyboard_callback.3.gz -man/man3/keyboard_lowlevel_callback.3.gz -man/man3/keyboard_needs_poll.3.gz -man/man3/keyboard_ucallback.3.gz -man/man3/keypressed.3.gz -man/man3/line.3.gz -man/man3/list_config_entries.3.gz -man/man3/list_config_sections.3.gz -man/man3/load_bios_font.3.gz -man/man3/load_bitmap.3.gz -man/man3/load_bitmap_font.3.gz -man/man3/load_bmp.3.gz -man/man3/load_bmp_pf.3.gz -man/man3/load_dat_font.3.gz -man/man3/load_datafile.3.gz -man/man3/load_datafile_callback.3.gz -man/man3/load_datafile_object.3.gz -man/man3/load_datafile_object_indexed.3.gz -man/man3/load_font.3.gz -man/man3/load_grx_font.3.gz -man/man3/load_grx_or_bios_font.3.gz -man/man3/load_ibk.3.gz -man/man3/load_joystick_data.3.gz -man/man3/load_lbm.3.gz -man/man3/load_midi.3.gz -man/man3/load_midi_patches.3.gz -man/man3/load_pcx.3.gz -man/man3/load_pcx_pf.3.gz -man/man3/load_sample.3.gz -man/man3/load_tga.3.gz -man/man3/load_tga_pf.3.gz -man/man3/load_txt_font.3.gz -man/man3/load_voc.3.gz -man/man3/load_voc_pf.3.gz -man/man3/load_wav.3.gz -man/man3/load_wav_pf.3.gz -man/man3/lock_bitmap.3.gz -man/man3/lock_midi.3.gz -man/man3/lock_sample.3.gz -man/man3/lzss_read.3.gz -man/man3/lzss_write.3.gz -man/man3/make_absolute_filename.3.gz -man/man3/make_relative_filename.3.gz -man/man3/make_trans_font.3.gz -man/man3/makeacol.3.gz -man/man3/makeacol32.3.gz -man/man3/makeacol_depth.3.gz -man/man3/makecol.3.gz -man/man3/makecol15.3.gz -man/man3/makecol15_dither.3.gz -man/man3/makecol16.3.gz -man/man3/makecol16_dither.3.gz -man/man3/makecol24.3.gz -man/man3/makecol32.3.gz -man/man3/makecol8.3.gz -man/man3/makecol_depth.3.gz -man/man3/masked_blit.3.gz -man/man3/masked_stretch_blit.3.gz -man/man3/matrix_mul.3.gz -man/man3/matrix_mul_f.3.gz -man/man3/matrix_to_quat.3.gz -man/man3/merge_fonts.3.gz -man/man3/midi_loop_end.3.gz -man/man3/midi_loop_start.3.gz -man/man3/midi_meta_callback.3.gz -man/man3/midi_msg_callback.3.gz -man/man3/midi_out.3.gz -man/man3/midi_pause.3.gz -man/man3/midi_pos.3.gz -man/man3/midi_recorder.3.gz -man/man3/midi_resume.3.gz -man/man3/midi_seek.3.gz -man/man3/midi_sysex_callback.3.gz -man/man3/midi_time.3.gz -man/man3/mouse_b.3.gz -man/man3/mouse_callback.3.gz -man/man3/mouse_needs_poll.3.gz -man/man3/mouse_on_screen.3.gz -man/man3/mouse_pos.3.gz -man/man3/mouse_sprite.3.gz -man/man3/mouse_w.3.gz -man/man3/mouse_x.3.gz -man/man3/mouse_x_focus.3.gz -man/man3/mouse_y.3.gz -man/man3/mouse_y_focus.3.gz -man/man3/mouse_z.3.gz -man/man3/need_uconvert.3.gz -man/man3/next_fli_frame.3.gz -man/man3/normalize_vector.3.gz -man/man3/normalize_vector_f.3.gz -man/man3/num_joysticks.3.gz -man/man3/object_message.3.gz -man/man3/offer_focus.3.gz -man/man3/open_fli.3.gz -man/man3/open_memory_fli.3.gz -man/man3/os_multitasking.3.gz -man/man3/os_revision.3.gz -man/man3/os_type.3.gz -man/man3/os_version.3.gz -man/man3/override_config_data.3.gz -man/man3/override_config_file.3.gz -man/man3/pack_fclose.3.gz -man/man3/pack_fclose_chunk.3.gz -man/man3/pack_feof.3.gz -man/man3/pack_ferror.3.gz -man/man3/pack_fgets.3.gz -man/man3/pack_fopen.3.gz -man/man3/pack_fopen_chunk.3.gz -man/man3/pack_fopen_vtable.3.gz -man/man3/pack_fputs.3.gz -man/man3/pack_fread.3.gz -man/man3/pack_fseek.3.gz -man/man3/pack_fwrite.3.gz -man/man3/pack_getc.3.gz -man/man3/pack_igetl.3.gz -man/man3/pack_igetw.3.gz -man/man3/pack_iputl.3.gz -man/man3/pack_iputw.3.gz -man/man3/pack_mgetl.3.gz -man/man3/pack_mgetw.3.gz -man/man3/pack_mputl.3.gz -man/man3/pack_mputw.3.gz -man/man3/pack_putc.3.gz -man/man3/pack_ungetc.3.gz -man/man3/packfile_password.3.gz -man/man3/palette_color.3.gz -man/man3/persp_project.3.gz -man/man3/persp_project_f.3.gz -man/man3/pivot_scaled_sprite.3.gz -man/man3/pivot_scaled_sprite_lit.3.gz -man/man3/pivot_scaled_sprite_trans.3.gz -man/man3/pivot_scaled_sprite_v_flip.3.gz -man/man3/pivot_scaled_sprite_v_flip_lit.3.gz -man/man3/pivot_scaled_sprite_v_flip_trans.3.gz -man/man3/pivot_sprite.3.gz -man/man3/pivot_sprite_lit.3.gz -man/man3/pivot_sprite_trans.3.gz -man/man3/pivot_sprite_v_flip.3.gz -man/man3/pivot_sprite_v_flip_lit.3.gz -man/man3/pivot_sprite_v_flip_trans.3.gz -man/man3/play_audio_stream.3.gz -man/man3/play_fli.3.gz -man/man3/play_looped_midi.3.gz -man/man3/play_memory_fli.3.gz -man/man3/play_midi.3.gz -man/man3/play_sample.3.gz -man/man3/poll_joystick.3.gz -man/man3/poll_keyboard.3.gz -man/man3/poll_mouse.3.gz -man/man3/poll_scroll.3.gz -man/man3/polygon.3.gz -man/man3/polygon3d.3.gz -man/man3/polygon3d_f.3.gz -man/man3/polygon_z_normal.3.gz -man/man3/polygon_z_normal_f.3.gz -man/man3/pop_config_state.3.gz -man/man3/popup_dialog.3.gz -man/man3/position_dialog.3.gz -man/man3/position_mouse.3.gz -man/man3/position_mouse_w.3.gz -man/man3/position_mouse_z.3.gz -man/man3/push_config_state.3.gz -man/man3/put_backslash.3.gz -man/man3/putpixel.3.gz -man/man3/qnx_get_window.3.gz -man/man3/qscale_matrix.3.gz -man/man3/qscale_matrix_f.3.gz -man/man3/qtranslate_matrix.3.gz -man/man3/qtranslate_matrix_f.3.gz -man/man3/quad3d.3.gz -man/man3/quad3d_f.3.gz -man/man3/quat_interpolate.3.gz -man/man3/quat_mul.3.gz -man/man3/quat_slerp.3.gz -man/man3/quat_to_matrix.3.gz -man/man3/radtofix_r.3.gz -man/man3/read_sound_input.3.gz -man/man3/readkey.3.gz -man/man3/reallocate_voice.3.gz -man/man3/rect.3.gz -man/man3/rectfill.3.gz -man/man3/register_assert_handler.3.gz -man/man3/register_bitmap_file_type.3.gz -man/man3/register_datafile_object.3.gz -man/man3/register_font_file_type.3.gz -man/man3/register_sample_file_type.3.gz -man/man3/register_trace_handler.3.gz -man/man3/register_uformat.3.gz -man/man3/release_bitmap.3.gz -man/man3/release_screen.3.gz -man/man3/release_voice.3.gz -man/man3/reload_config_texts.3.gz -man/man3/remove_display_switch_callback.3.gz -man/man3/remove_int.3.gz -man/man3/remove_joystick.3.gz -man/man3/remove_keyboard.3.gz -man/man3/remove_mouse.3.gz -man/man3/remove_param_int.3.gz -man/man3/remove_sound.3.gz -man/man3/remove_sound_input.3.gz -man/man3/remove_timer.3.gz -man/man3/render_scene.3.gz -man/man3/replace_extension.3.gz -man/man3/replace_filename.3.gz -man/man3/request_refresh_rate.3.gz -man/man3/request_scroll.3.gz -man/man3/request_video_bitmap.3.gz -man/man3/reserve_voices.3.gz -man/man3/reset_fli_variables.3.gz -man/man3/rest.3.gz -man/man3/rest_callback.3.gz -man/man3/retrace_count.3.gz -man/man3/rgb_map.3.gz -man/man3/rgb_to_hsv.3.gz -man/man3/rotate_scaled_sprite.3.gz -man/man3/rotate_scaled_sprite_lit.3.gz -man/man3/rotate_scaled_sprite_trans.3.gz -man/man3/rotate_scaled_sprite_v_flip.3.gz -man/man3/rotate_scaled_sprite_v_flip_lit.3.gz -man/man3/rotate_scaled_sprite_v_flip_trans.3.gz -man/man3/rotate_sprite.3.gz -man/man3/rotate_sprite_lit.3.gz -man/man3/rotate_sprite_trans.3.gz -man/man3/rotate_sprite_v_flip.3.gz -man/man3/rotate_sprite_v_flip_lit.3.gz -man/man3/rotate_sprite_v_flip_trans.3.gz -man/man3/save_bitmap.3.gz -man/man3/save_bmp.3.gz -man/man3/save_bmp_pf.3.gz -man/man3/save_joystick_data.3.gz -man/man3/save_pcx.3.gz -man/man3/save_pcx_pf.3.gz -man/man3/save_sample.3.gz -man/man3/save_tga.3.gz -man/man3/save_tga_pf.3.gz -man/man3/scancode_to_ascii.3.gz -man/man3/scancode_to_name.3.gz -man/man3/scare_mouse.3.gz -man/man3/scare_mouse_area.3.gz -man/man3/scene_gap.3.gz -man/man3/scene_polygon3d.3.gz -man/man3/scene_polygon3d_f.3.gz -man/man3/screen.3.gz -man/man3/scroll_screen.3.gz -man/man3/select_mouse_cursor.3.gz -man/man3/select_palette.3.gz -man/man3/set_add_blender.3.gz -man/man3/set_allegro_resource_path.3.gz -man/man3/set_alpha_blender.3.gz -man/man3/set_blender_mode.3.gz -man/man3/set_blender_mode_ex.3.gz -man/man3/set_burn_blender.3.gz -man/man3/set_clip_rect.3.gz -man/man3/set_clip_state.3.gz -man/man3/set_close_button_callback.3.gz -man/man3/set_color.3.gz -man/man3/set_color_blender.3.gz -man/man3/set_color_conversion.3.gz -man/man3/set_color_depth.3.gz -man/man3/set_config_data.3.gz -man/man3/set_config_file.3.gz -man/man3/set_config_float.3.gz -man/man3/set_config_hex.3.gz -man/man3/set_config_id.3.gz -man/man3/set_config_int.3.gz -man/man3/set_config_string.3.gz -man/man3/set_dialog_color.3.gz -man/man3/set_difference_blender.3.gz -man/man3/set_display_switch_callback.3.gz -man/man3/set_display_switch_mode.3.gz -man/man3/set_dissolve_blender.3.gz -man/man3/set_dodge_blender.3.gz -man/man3/set_filename_encoding.3.gz -man/man3/set_gfx_mode.3.gz -man/man3/set_hardware_volume.3.gz -man/man3/set_hue_blender.3.gz -man/man3/set_invert_blender.3.gz -man/man3/set_keyboard_rate.3.gz -man/man3/set_leds.3.gz -man/man3/set_luminance_blender.3.gz -man/man3/set_mixer_quality.3.gz -man/man3/set_mouse_cursor_bitmap.3.gz -man/man3/set_mouse_range.3.gz -man/man3/set_mouse_speed.3.gz -man/man3/set_mouse_sprite.3.gz -man/man3/set_mouse_sprite_focus.3.gz -man/man3/set_multiply_blender.3.gz -man/man3/set_palette.3.gz -man/man3/set_palette_range.3.gz -man/man3/set_projection_viewport.3.gz -man/man3/set_saturation_blender.3.gz -man/man3/set_screen_blender.3.gz -man/man3/set_sound_input_source.3.gz -man/man3/set_trans_blender.3.gz -man/man3/set_ucodepage.3.gz -man/man3/set_uformat.3.gz -man/man3/set_volume.3.gz -man/man3/set_volume_per_voice.3.gz -man/man3/set_window_title.3.gz -man/man3/set_write_alpha_blender.3.gz -man/man3/set_zbuffer.3.gz -man/man3/show_mouse.3.gz -man/man3/show_os_cursor.3.gz -man/man3/show_video_bitmap.3.gz -man/man3/shutdown_dialog.3.gz -man/man3/shutdown_menu.3.gz -man/man3/simulate_keypress.3.gz -man/man3/simulate_ukeypress.3.gz -man/man3/solid_mode.3.gz -man/man3/spline.3.gz -man/man3/start_sound_input.3.gz -man/man3/stop_audio_stream.3.gz -man/man3/stop_midi.3.gz -man/man3/stop_sample.3.gz -man/man3/stop_sound_input.3.gz -man/man3/stretch_blit.3.gz -man/man3/stretch_sprite.3.gz -man/man3/text_height.3.gz -man/man3/text_length.3.gz -man/man3/textout_centre_ex.3.gz -man/man3/textout_ex.3.gz -man/man3/textout_justify_ex.3.gz -man/man3/textout_right_ex.3.gz -man/man3/textprintf_centre_ex.3.gz -man/man3/textprintf_ex.3.gz -man/man3/textprintf_justify_ex.3.gz -man/man3/textprintf_right_ex.3.gz -man/man3/three_finger_flag.3.gz -man/man3/transpose_font.3.gz -man/man3/triangle.3.gz -man/man3/triangle3d.3.gz -man/man3/triangle3d_f.3.gz -man/man3/uatof.3.gz -man/man3/uconvert.3.gz -man/man3/uconvert_ascii.3.gz -man/man3/uconvert_size.3.gz -man/man3/uconvert_toascii.3.gz -man/man3/ucwidth.3.gz -man/man3/ugetat.3.gz -man/man3/ugetc.3.gz -man/man3/ugetx.3.gz -man/man3/ugetxc.3.gz -man/man3/uinsert.3.gz -man/man3/uisdigit.3.gz -man/man3/uisok.3.gz -man/man3/uisspace.3.gz -man/man3/unload_datafile.3.gz -man/man3/unload_datafile_object.3.gz -man/man3/unscare_mouse.3.gz -man/man3/unselect_palette.3.gz -man/man3/uoffset.3.gz -man/man3/update_dialog.3.gz -man/man3/update_menu.3.gz -man/man3/ureadkey.3.gz -man/man3/uremove.3.gz -man/man3/usetat.3.gz -man/man3/usetc.3.gz -man/man3/usprintf.3.gz -man/man3/ustrcat.3.gz -man/man3/ustrchr.3.gz -man/man3/ustrcmp.3.gz -man/man3/ustrcpy.3.gz -man/man3/ustrdup.3.gz -man/man3/ustrerror.3.gz -man/man3/ustricmp.3.gz -man/man3/ustrlen.3.gz -man/man3/ustrlwr.3.gz -man/man3/ustrncat.3.gz -man/man3/ustrncmp.3.gz -man/man3/ustrncpy.3.gz -man/man3/ustrnicmp.3.gz -man/man3/ustrpbrk.3.gz -man/man3/ustrrchr.3.gz -man/man3/ustrsize.3.gz -man/man3/ustrsizez.3.gz -man/man3/ustrstr.3.gz -man/man3/ustrtod.3.gz -man/man3/ustrtok.3.gz -man/man3/ustrtok_r.3.gz -man/man3/ustrtol.3.gz -man/man3/ustrupr.3.gz -man/man3/ustrzcat.3.gz -man/man3/ustrzcpy.3.gz -man/man3/ustrzncat.3.gz -man/man3/ustrzncpy.3.gz -man/man3/uszprintf.3.gz -man/man3/utolower.3.gz -man/man3/utoupper.3.gz -man/man3/uvsprintf.3.gz -man/man3/uvszprintf.3.gz -man/man3/uwidth.3.gz -man/man3/uwidth_max.3.gz -man/man3/vector_length.3.gz -man/man3/vector_length_f.3.gz -man/man3/vline.3.gz -man/man3/voice_check.3.gz -man/man3/voice_get_frequency.3.gz -man/man3/voice_get_pan.3.gz -man/man3/voice_get_position.3.gz -man/man3/voice_get_volume.3.gz -man/man3/voice_ramp_volume.3.gz -man/man3/voice_set_echo.3.gz -man/man3/voice_set_frequency.3.gz -man/man3/voice_set_pan.3.gz -man/man3/voice_set_playmode.3.gz -man/man3/voice_set_position.3.gz -man/man3/voice_set_priority.3.gz -man/man3/voice_set_tremolo.3.gz -man/man3/voice_set_vibrato.3.gz -man/man3/voice_set_volume.3.gz -man/man3/voice_start.3.gz -man/man3/voice_stop.3.gz -man/man3/voice_stop_frequency_sweep.3.gz -man/man3/voice_stop_pan_sweep.3.gz -man/man3/voice_stop_volumeramp.3.gz -man/man3/voice_sweep_frequency.3.gz -man/man3/voice_sweep_pan.3.gz -man/man3/vsync.3.gz -man/man3/xor_mode.3.gz -man/man3/xwin_set_window_name.3.gz +share/man/man3/ALLEGRO_DATE.3.gz +share/man/man3/ALLEGRO_DATE_STR.3.gz +share/man/man3/ALLEGRO_SUB_VERSION.3.gz +share/man/man3/ALLEGRO_VERSION.3.gz +share/man/man3/ALLEGRO_VERSION_STR.3.gz +share/man/man3/ALLEGRO_WIP_VERSION.3.gz +share/man/man3/AL_ID.3.gz +share/man/man3/ASSERT.3.gz +share/man/man3/AUDIOSTREAM.3.gz +share/man/man3/BITMAP.3.gz +share/man/man3/COLOR_MAP.3.gz +share/man/man3/COMPILED_SPRITE.3.gz +share/man/man3/DATAFILE.3.gz +share/man/man3/DAT_ID.3.gz +share/man/man3/DIALOG.3.gz +share/man/man3/DIALOG_PLAYER.3.gz +share/man/man3/END_OF_FUNCTION.3.gz +share/man/man3/END_OF_MAIN.3.gz +share/man/man3/FONT.3.gz +share/man/man3/GFX_MODE.3.gz +share/man/man3/GFX_MODE_LIST.3.gz +share/man/man3/JOYSTICK_AXIS_INFO.3.gz +share/man/man3/JOYSTICK_BUTTON_INFO.3.gz +share/man/man3/JOYSTICK_INFO.3.gz +share/man/man3/JOYSTICK_STICK_INFO.3.gz +share/man/man3/LOCK_FUNCTION.3.gz +share/man/man3/LOCK_VARIABLE.3.gz +share/man/man3/LZSS_PACK_DATA.3.gz +share/man/man3/LZSS_UNPACK_DATA.3.gz +share/man/man3/MAKE_VERSION.3.gz +share/man/man3/MASK_COLOR_15.3.gz +share/man/man3/MASK_COLOR_16.3.gz +share/man/man3/MASK_COLOR_24.3.gz +share/man/man3/MASK_COLOR_32.3.gz +share/man/man3/MASK_COLOR_8.3.gz +share/man/man3/MATRIX.3.gz +share/man/man3/MATRIX_f.3.gz +share/man/man3/MENU.3.gz +share/man/man3/MENU_PLAYER.3.gz +share/man/man3/MIDI.3.gz +share/man/man3/PACKFILE.3.gz +share/man/man3/PACKFILE_VTABLE.3.gz +share/man/man3/PALETTE.3.gz +share/man/man3/PAL_SIZE.3.gz +share/man/man3/POLYTYPE_ATEX.3.gz +share/man/man3/POLYTYPE_ATEX_LIT.3.gz +share/man/man3/POLYTYPE_ATEX_MASK.3.gz +share/man/man3/POLYTYPE_ATEX_MASK_LIT.3.gz +share/man/man3/POLYTYPE_ATEX_MASK_TRANS.3.gz +share/man/man3/POLYTYPE_ATEX_TRANS.3.gz +share/man/man3/POLYTYPE_FLAT.3.gz +share/man/man3/POLYTYPE_GCOL.3.gz +share/man/man3/POLYTYPE_GRGB.3.gz +share/man/man3/POLYTYPE_PTEX.3.gz +share/man/man3/POLYTYPE_PTEX_LIT.3.gz +share/man/man3/POLYTYPE_PTEX_MASK.3.gz +share/man/man3/POLYTYPE_PTEX_MASK_LIT.3.gz +share/man/man3/POLYTYPE_PTEX_MASK_TRANS.3.gz +share/man/man3/POLYTYPE_PTEX_TRANS.3.gz +share/man/man3/QUAT.3.gz +share/man/man3/RGB.3.gz +share/man/man3/RGB_MAP.3.gz +share/man/man3/RLE_SPRITE.3.gz +share/man/man3/SAMPLE.3.gz +share/man/man3/SCREEN_H.3.gz +share/man/man3/SCREEN_W.3.gz +share/man/man3/TRACE.3.gz +share/man/man3/V3D.3.gz +share/man/man3/V3D_f.3.gz +share/man/man3/VIRTUAL_H.3.gz +share/man/man3/VIRTUAL_W.3.gz +share/man/man3/ZBUFFER.3.gz +share/man/man3/_getpixel.3.gz +share/man/man3/_getpixel15.3.gz +share/man/man3/_getpixel16.3.gz +share/man/man3/_getpixel24.3.gz +share/man/man3/_getpixel32.3.gz +share/man/man3/_putpixel.3.gz +share/man/man3/_putpixel15.3.gz +share/man/man3/_putpixel16.3.gz +share/man/man3/_putpixel24.3.gz +share/man/man3/_putpixel32.3.gz +share/man/man3/_set_color.3.gz +share/man/man3/_ustrdup.3.gz +share/man/man3/acquire_bitmap.3.gz +share/man/man3/acquire_screen.3.gz +share/man/man3/active_dialog.3.gz +share/man/man3/active_menu.3.gz +share/man/man3/add_clip_rect.3.gz +share/man/man3/adjust_sample.3.gz +share/man/man3/al_assert.3.gz +share/man/man3/al_ffblk.3.gz +share/man/man3/al_ffblk_get_size.3.gz +share/man/man3/al_findclose.3.gz +share/man/man3/al_findfirst.3.gz +share/man/man3/al_findnext.3.gz +share/man/man3/al_trace.3.gz +share/man/man3/alert.3.gz +share/man/man3/alert3.3.gz +share/man/man3/allegro_404_char.3.gz +share/man/man3/allegro_error.3.gz +share/man/man3/allegro_exit.3.gz +share/man/man3/allegro_icon.3.gz +share/man/man3/allegro_id.3.gz +share/man/man3/allegro_init.3.gz +share/man/man3/allegro_message.3.gz +share/man/man3/allocate_voice.3.gz +share/man/man3/append_filename.3.gz +share/man/man3/apply_matrix.3.gz +share/man/man3/apply_matrix_f.3.gz +share/man/man3/apply_quat.3.gz +share/man/man3/arc.3.gz +share/man/man3/bestfit_color.3.gz +share/man/man3/bitmap_color_depth.3.gz +share/man/man3/bitmap_mask_color.3.gz +share/man/man3/black_palette.3.gz +share/man/man3/blit.3.gz +share/man/man3/bmp_read_line.3.gz +share/man/man3/bmp_unwrite_line.3.gz +share/man/man3/bmp_write_line.3.gz +share/man/man3/broadcast_dialog_message.3.gz +share/man/man3/calc_spline.3.gz +share/man/man3/calibrate_joystick.3.gz +share/man/man3/calibrate_joystick_name.3.gz +share/man/man3/canonicalize_filename.3.gz +share/man/man3/centre_dialog.3.gz +share/man/man3/check_cpu.3.gz +share/man/man3/circle.3.gz +share/man/man3/circlefill.3.gz +share/man/man3/clear_bitmap.3.gz +share/man/man3/clear_keybuf.3.gz +share/man/man3/clear_scene.3.gz +share/man/man3/clear_to_color.3.gz +share/man/man3/clear_zbuffer.3.gz +share/man/man3/clip3d.3.gz +share/man/man3/clip3d_f.3.gz +share/man/man3/close_fli.3.gz +share/man/man3/color_map.3.gz +share/man/man3/config_is_hooked.3.gz +share/man/man3/cpu_capabilities.3.gz +share/man/man3/cpu_family.3.gz +share/man/man3/cpu_model.3.gz +share/man/man3/cpu_vendor.3.gz +share/man/man3/create_bitmap.3.gz +share/man/man3/create_bitmap_ex.3.gz +share/man/man3/create_blender_table.3.gz +share/man/man3/create_color_table.3.gz +share/man/man3/create_datafile_index.3.gz +share/man/man3/create_light_table.3.gz +share/man/man3/create_lzss_pack_data.3.gz +share/man/man3/create_lzss_unpack_data.3.gz +share/man/man3/create_rgb_table.3.gz +share/man/man3/create_sample.3.gz +share/man/man3/create_scene.3.gz +share/man/man3/create_sub_bitmap.3.gz +share/man/man3/create_sub_zbuffer.3.gz +share/man/man3/create_system_bitmap.3.gz +share/man/man3/create_trans_table.3.gz +share/man/man3/create_video_bitmap.3.gz +share/man/man3/create_zbuffer.3.gz +share/man/man3/cross_product.3.gz +share/man/man3/cross_product_f.3.gz +share/man/man3/d_bitmap_proc.3.gz +share/man/man3/d_box_proc.3.gz +share/man/man3/d_button_proc.3.gz +share/man/man3/d_check_proc.3.gz +share/man/man3/d_clear_proc.3.gz +share/man/man3/d_ctext_proc.3.gz +share/man/man3/d_edit_proc.3.gz +share/man/man3/d_icon_proc.3.gz +share/man/man3/d_keyboard_proc.3.gz +share/man/man3/d_list_proc.3.gz +share/man/man3/d_menu_proc.3.gz +share/man/man3/d_radio_proc.3.gz +share/man/man3/d_rtext_proc.3.gz +share/man/man3/d_shadow_box_proc.3.gz +share/man/man3/d_slider_proc.3.gz +share/man/man3/d_text_list_proc.3.gz +share/man/man3/d_text_proc.3.gz +share/man/man3/d_textbox_proc.3.gz +share/man/man3/d_yield_proc.3.gz +share/man/man3/deallocate_voice.3.gz +share/man/man3/default_palette.3.gz +share/man/man3/delete_file.3.gz +share/man/man3/desktop_color_depth.3.gz +share/man/man3/desktop_palette.3.gz +share/man/man3/destroy_bitmap.3.gz +share/man/man3/destroy_compiled_sprite.3.gz +share/man/man3/destroy_datafile_index.3.gz +share/man/man3/destroy_font.3.gz +share/man/man3/destroy_gfx_mode_list.3.gz +share/man/man3/destroy_midi.3.gz +share/man/man3/destroy_rle_sprite.3.gz +share/man/man3/destroy_sample.3.gz +share/man/man3/destroy_scene.3.gz +share/man/man3/destroy_zbuffer.3.gz +share/man/man3/detect_digi_driver.3.gz +share/man/man3/detect_midi_driver.3.gz +share/man/man3/dialog_message.3.gz +share/man/man3/digi_recorder.3.gz +share/man/man3/disable_hardware_cursor.3.gz +share/man/man3/do_arc.3.gz +share/man/man3/do_circle.3.gz +share/man/man3/do_dialog.3.gz +share/man/man3/do_ellipse.3.gz +share/man/man3/do_line.3.gz +share/man/man3/do_menu.3.gz +share/man/man3/do_uconvert.3.gz +share/man/man3/dot_product.3.gz +share/man/man3/dot_product_f.3.gz +share/man/man3/draw_character_ex.3.gz +share/man/man3/draw_compiled_sprite.3.gz +share/man/man3/draw_gouraud_sprite.3.gz +share/man/man3/draw_lit_rle_sprite.3.gz +share/man/man3/draw_lit_sprite.3.gz +share/man/man3/draw_rle_sprite.3.gz +share/man/man3/draw_sprite.3.gz +share/man/man3/draw_sprite_ex.3.gz +share/man/man3/draw_sprite_h_flip.3.gz +share/man/man3/draw_sprite_v_flip.3.gz +share/man/man3/draw_sprite_vh_flip.3.gz +share/man/man3/draw_trans_rle_sprite.3.gz +share/man/man3/draw_trans_sprite.3.gz +share/man/man3/drawing_mode.3.gz +share/man/man3/ellipse.3.gz +share/man/man3/ellipsefill.3.gz +share/man/man3/empty_string.3.gz +share/man/man3/enable_hardware_cursor.3.gz +share/man/man3/enable_triple_buffer.3.gz +share/man/man3/ex12bit.3.gz +share/man/man3/ex3buf.3.gz +share/man/man3/ex3d.3.gz +share/man/man3/exaccel.3.gz +share/man/man3/exalpha.3.gz +share/man/man3/exbitmap.3.gz +share/man/man3/exblend.3.gz +share/man/man3/excamera.3.gz +share/man/man3/excolmap.3.gz +share/man/man3/exconfig.3.gz +share/man/man3/excustom.3.gz +share/man/man3/exdata.3.gz +share/man/man3/exdbuf.3.gz +share/man/man3/exexedat.3.gz +share/man/man3/exfixed.3.gz +share/man/man3/exflame.3.gz +share/man/man3/exflip.3.gz +share/man/man3/exfont.3.gz +share/man/man3/exgui.3.gz +share/man/man3/exhello.3.gz +share/man/man3/exists.3.gz +share/man/man3/exjoy.3.gz +share/man/man3/exkeys.3.gz +share/man/man3/exlights.3.gz +share/man/man3/exmem.3.gz +share/man/man3/exmidi.3.gz +share/man/man3/exmouse.3.gz +share/man/man3/expackf.3.gz +share/man/man3/expal.3.gz +share/man/man3/expat.3.gz +share/man/man3/exquat.3.gz +share/man/man3/exrgbhsv.3.gz +share/man/man3/exrotscl.3.gz +share/man/man3/exsample.3.gz +share/man/man3/exscale.3.gz +share/man/man3/exscn3d.3.gz +share/man/man3/exscroll.3.gz +share/man/man3/exshade.3.gz +share/man/man3/exspline.3.gz +share/man/man3/exsprite.3.gz +share/man/man3/exstars.3.gz +share/man/man3/exstream.3.gz +share/man/man3/exswitch.3.gz +share/man/man3/exsyscur.3.gz +share/man/man3/extimer.3.gz +share/man/man3/extract_font_range.3.gz +share/man/man3/extrans.3.gz +share/man/man3/extrans2.3.gz +share/man/man3/extruec.3.gz +share/man/man3/exunicod.3.gz +share/man/man3/exupdate.3.gz +share/man/man3/exxfade.3.gz +share/man/man3/exzbuf.3.gz +share/man/man3/fade_from.3.gz +share/man/man3/fade_from_range.3.gz +share/man/man3/fade_in.3.gz +share/man/man3/fade_in_range.3.gz +share/man/man3/fade_interpolate.3.gz +share/man/man3/fade_out.3.gz +share/man/man3/fade_out_range.3.gz +share/man/man3/fastline.3.gz +share/man/man3/file_exists.3.gz +share/man/man3/file_select_ex.3.gz +share/man/man3/file_size_ex.3.gz +share/man/man3/file_time.3.gz +share/man/man3/find_allegro_resource.3.gz +share/man/man3/find_datafile_object.3.gz +share/man/man3/find_dialog_focus.3.gz +share/man/man3/fix_filename_case.3.gz +share/man/man3/fix_filename_slashes.3.gz +share/man/man3/fixacos.3.gz +share/man/man3/fixadd.3.gz +share/man/man3/fixasin.3.gz +share/man/man3/fixatan.3.gz +share/man/man3/fixatan2.3.gz +share/man/man3/fixceil.3.gz +share/man/man3/fixcos.3.gz +share/man/man3/fixdiv.3.gz +share/man/man3/fixed.3.gz +share/man/man3/fixfloor.3.gz +share/man/man3/fixhypot.3.gz +share/man/man3/fixmul.3.gz +share/man/man3/fixsin.3.gz +share/man/man3/fixsqrt.3.gz +share/man/man3/fixsub.3.gz +share/man/man3/fixtan.3.gz +share/man/man3/fixtof.3.gz +share/man/man3/fixtoi.3.gz +share/man/man3/fixtorad_r.3.gz +share/man/man3/fixup_datafile.3.gz +share/man/man3/fli_bitmap.3.gz +share/man/man3/fli_bmp_dirty_from.3.gz +share/man/man3/fli_bmp_dirty_to.3.gz +share/man/man3/fli_frame.3.gz +share/man/man3/fli_pal_dirty_from.3.gz +share/man/man3/fli_pal_dirty_to.3.gz +share/man/man3/fli_palette.3.gz +share/man/man3/fli_timer.3.gz +share/man/man3/floodfill.3.gz +share/man/man3/flush_config_file.3.gz +share/man/man3/font.3.gz +share/man/man3/font_has_alpha.3.gz +share/man/man3/for_each_file_ex.3.gz +share/man/man3/free_audio_stream_buffer.3.gz +share/man/man3/free_config_entries.3.gz +share/man/man3/free_lzss_pack_data.3.gz +share/man/man3/free_lzss_unpack_data.3.gz +share/man/man3/freeze_mouse_flag.3.gz +share/man/man3/ftofix.3.gz +share/man/man3/generate_332_palette.3.gz +share/man/man3/generate_optimized_palette.3.gz +share/man/man3/get_align_matrix.3.gz +share/man/man3/get_align_matrix_f.3.gz +share/man/man3/get_audio_stream_buffer.3.gz +share/man/man3/get_camera_matrix.3.gz +share/man/man3/get_camera_matrix_f.3.gz +share/man/man3/get_clip_rect.3.gz +share/man/man3/get_clip_state.3.gz +share/man/man3/get_color.3.gz +share/man/man3/get_color_conversion.3.gz +share/man/man3/get_color_depth.3.gz +share/man/man3/get_compiled_sprite.3.gz +share/man/man3/get_config_argv.3.gz +share/man/man3/get_config_float.3.gz +share/man/man3/get_config_hex.3.gz +share/man/man3/get_config_id.3.gz +share/man/man3/get_config_int.3.gz +share/man/man3/get_config_string.3.gz +share/man/man3/get_config_text.3.gz +share/man/man3/get_datafile_property.3.gz +share/man/man3/get_desktop_resolution.3.gz +share/man/man3/get_display_switch_mode.3.gz +share/man/man3/get_executable_name.3.gz +share/man/man3/get_extension.3.gz +share/man/man3/get_filename.3.gz +share/man/man3/get_filename_encoding.3.gz +share/man/man3/get_font_range_begin.3.gz +share/man/man3/get_font_range_end.3.gz +share/man/man3/get_font_ranges.3.gz +share/man/man3/get_gfx_mode.3.gz +share/man/man3/get_gfx_mode_list.3.gz +share/man/man3/get_gfx_mode_type.3.gz +share/man/man3/get_hardware_volume.3.gz +share/man/man3/get_midi_length.3.gz +share/man/man3/get_mixer_bits.3.gz +share/man/man3/get_mixer_buffer_length.3.gz +share/man/man3/get_mixer_channels.3.gz +share/man/man3/get_mixer_frequency.3.gz +share/man/man3/get_mixer_quality.3.gz +share/man/man3/get_mixer_voices.3.gz +share/man/man3/get_mouse_mickeys.3.gz +share/man/man3/get_palette.3.gz +share/man/man3/get_palette_range.3.gz +share/man/man3/get_refresh_rate.3.gz +share/man/man3/get_rle_sprite.3.gz +share/man/man3/get_rotation_matrix.3.gz +share/man/man3/get_rotation_matrix_f.3.gz +share/man/man3/get_rotation_quat.3.gz +share/man/man3/get_scaling_matrix.3.gz +share/man/man3/get_scaling_matrix_f.3.gz +share/man/man3/get_sound_input_cap_bits.3.gz +share/man/man3/get_sound_input_cap_parm.3.gz +share/man/man3/get_sound_input_cap_rate.3.gz +share/man/man3/get_sound_input_cap_stereo.3.gz +share/man/man3/get_transformation_matrix.3.gz +share/man/man3/get_transformation_matrix_f.3.gz +share/man/man3/get_translation_matrix.3.gz +share/man/man3/get_translation_matrix_f.3.gz +share/man/man3/get_uformat.3.gz +share/man/man3/get_vector_rotation_matrix.3.gz +share/man/man3/get_vector_rotation_matrix_f.3.gz +share/man/man3/get_vector_rotation_quat.3.gz +share/man/man3/get_volume.3.gz +share/man/man3/get_x_rotate_matrix.3.gz +share/man/man3/get_x_rotate_matrix_f.3.gz +share/man/man3/get_x_rotate_quat.3.gz +share/man/man3/get_y_rotate_matrix.3.gz +share/man/man3/get_y_rotate_matrix_f.3.gz +share/man/man3/get_y_rotate_quat.3.gz +share/man/man3/get_z_rotate_matrix.3.gz +share/man/man3/get_z_rotate_matrix_f.3.gz +share/man/man3/get_z_rotate_quat.3.gz +share/man/man3/geta.3.gz +share/man/man3/geta32.3.gz +share/man/man3/geta_depth.3.gz +share/man/man3/getb.3.gz +share/man/man3/getb15.3.gz +share/man/man3/getb16.3.gz +share/man/man3/getb24.3.gz +share/man/man3/getb32.3.gz +share/man/man3/getb8.3.gz +share/man/man3/getb_depth.3.gz +share/man/man3/getg.3.gz +share/man/man3/getg15.3.gz +share/man/man3/getg16.3.gz +share/man/man3/getg24.3.gz +share/man/man3/getg32.3.gz +share/man/man3/getg8.3.gz +share/man/man3/getg_depth.3.gz +share/man/man3/getpixel.3.gz +share/man/man3/getr.3.gz +share/man/man3/getr15.3.gz +share/man/man3/getr16.3.gz +share/man/man3/getr24.3.gz +share/man/man3/getr32.3.gz +share/man/man3/getr8.3.gz +share/man/man3/getr_depth.3.gz +share/man/man3/gfx_capabilities.3.gz +share/man/man3/gfx_mode_select.3.gz +share/man/man3/gfx_mode_select_ex.3.gz +share/man/man3/gfx_mode_select_filter.3.gz +share/man/man3/grab_font_from_bitmap.3.gz +share/man/man3/gui_bg_color.3.gz +share/man/man3/gui_button_proc.3.gz +share/man/man3/gui_ctext_proc.3.gz +share/man/man3/gui_edit_proc.3.gz +share/man/man3/gui_fg_color.3.gz +share/man/man3/gui_font_baseline.3.gz +share/man/man3/gui_get_screen.3.gz +share/man/man3/gui_list_proc.3.gz +share/man/man3/gui_menu_draw_menu.3.gz +share/man/man3/gui_menu_draw_menu_item.3.gz +share/man/man3/gui_mg_color.3.gz +share/man/man3/gui_mouse_b.3.gz +share/man/man3/gui_mouse_focus.3.gz +share/man/man3/gui_mouse_x.3.gz +share/man/man3/gui_mouse_y.3.gz +share/man/man3/gui_mouse_z.3.gz +share/man/man3/gui_set_screen.3.gz +share/man/man3/gui_shadow_box_proc.3.gz +share/man/man3/gui_strlen.3.gz +share/man/man3/gui_text_list_proc.3.gz +share/man/man3/gui_textout_ex.3.gz +share/man/man3/hline.3.gz +share/man/man3/hook_config_section.3.gz +share/man/man3/hsv_to_rgb.3.gz +share/man/man3/identity_matrix.3.gz +share/man/man3/identity_matrix_f.3.gz +share/man/man3/identity_quat.3.gz +share/man/man3/init_dialog.3.gz +share/man/man3/init_menu.3.gz +share/man/man3/initialise_joystick.3.gz +share/man/man3/install_allegro.3.gz +share/man/man3/install_int.3.gz +share/man/man3/install_int_ex.3.gz +share/man/man3/install_joystick.3.gz +share/man/man3/install_keyboard.3.gz +share/man/man3/install_keyboard_hooks.3.gz +share/man/man3/install_mouse.3.gz +share/man/man3/install_param_int.3.gz +share/man/man3/install_param_int_ex.3.gz +share/man/man3/install_sound.3.gz +share/man/man3/install_sound_input.3.gz +share/man/man3/install_timer.3.gz +share/man/man3/is_color_font.3.gz +share/man/man3/is_compatible_font.3.gz +share/man/man3/is_inside_bitmap.3.gz +share/man/man3/is_linear_bitmap.3.gz +share/man/man3/is_memory_bitmap.3.gz +share/man/man3/is_mono_font.3.gz +share/man/man3/is_planar_bitmap.3.gz +share/man/man3/is_relative_filename.3.gz +share/man/man3/is_same_bitmap.3.gz +share/man/man3/is_screen_bitmap.3.gz +share/man/man3/is_sub_bitmap.3.gz +share/man/man3/is_system_bitmap.3.gz +share/man/man3/is_trans_font.3.gz +share/man/man3/is_video_bitmap.3.gz +share/man/man3/is_windowed_mode.3.gz +share/man/man3/itofix.3.gz +share/man/man3/joy.3.gz +share/man/man3/key.3.gz +share/man/man3/key_led_flag.3.gz +share/man/man3/key_shifts.3.gz +share/man/man3/keyboard_callback.3.gz +share/man/man3/keyboard_lowlevel_callback.3.gz +share/man/man3/keyboard_needs_poll.3.gz +share/man/man3/keyboard_ucallback.3.gz +share/man/man3/keypressed.3.gz +share/man/man3/line.3.gz +share/man/man3/list_config_entries.3.gz +share/man/man3/list_config_sections.3.gz +share/man/man3/load_bios_font.3.gz +share/man/man3/load_bitmap.3.gz +share/man/man3/load_bitmap_font.3.gz +share/man/man3/load_bmp.3.gz +share/man/man3/load_bmp_pf.3.gz +share/man/man3/load_dat_font.3.gz +share/man/man3/load_datafile.3.gz +share/man/man3/load_datafile_callback.3.gz +share/man/man3/load_datafile_object.3.gz +share/man/man3/load_datafile_object_indexed.3.gz +share/man/man3/load_font.3.gz +share/man/man3/load_grx_font.3.gz +share/man/man3/load_grx_or_bios_font.3.gz +share/man/man3/load_ibk.3.gz +share/man/man3/load_joystick_data.3.gz +share/man/man3/load_lbm.3.gz +share/man/man3/load_midi.3.gz +share/man/man3/load_midi_patches.3.gz +share/man/man3/load_pcx.3.gz +share/man/man3/load_pcx_pf.3.gz +share/man/man3/load_sample.3.gz +share/man/man3/load_tga.3.gz +share/man/man3/load_tga_pf.3.gz +share/man/man3/load_txt_font.3.gz +share/man/man3/load_voc.3.gz +share/man/man3/load_voc_pf.3.gz +share/man/man3/load_wav.3.gz +share/man/man3/load_wav_pf.3.gz +share/man/man3/lock_bitmap.3.gz +share/man/man3/lock_midi.3.gz +share/man/man3/lock_sample.3.gz +share/man/man3/lzss_read.3.gz +share/man/man3/lzss_write.3.gz +share/man/man3/make_absolute_filename.3.gz +share/man/man3/make_relative_filename.3.gz +share/man/man3/make_trans_font.3.gz +share/man/man3/makeacol.3.gz +share/man/man3/makeacol32.3.gz +share/man/man3/makeacol_depth.3.gz +share/man/man3/makecol.3.gz +share/man/man3/makecol15.3.gz +share/man/man3/makecol15_dither.3.gz +share/man/man3/makecol16.3.gz +share/man/man3/makecol16_dither.3.gz +share/man/man3/makecol24.3.gz +share/man/man3/makecol32.3.gz +share/man/man3/makecol8.3.gz +share/man/man3/makecol_depth.3.gz +share/man/man3/masked_blit.3.gz +share/man/man3/masked_stretch_blit.3.gz +share/man/man3/matrix_mul.3.gz +share/man/man3/matrix_mul_f.3.gz +share/man/man3/matrix_to_quat.3.gz +share/man/man3/merge_fonts.3.gz +share/man/man3/midi_loop_end.3.gz +share/man/man3/midi_loop_start.3.gz +share/man/man3/midi_meta_callback.3.gz +share/man/man3/midi_msg_callback.3.gz +share/man/man3/midi_out.3.gz +share/man/man3/midi_pause.3.gz +share/man/man3/midi_pos.3.gz +share/man/man3/midi_recorder.3.gz +share/man/man3/midi_resume.3.gz +share/man/man3/midi_seek.3.gz +share/man/man3/midi_sysex_callback.3.gz +share/man/man3/midi_time.3.gz +share/man/man3/mouse_b.3.gz +share/man/man3/mouse_callback.3.gz +share/man/man3/mouse_needs_poll.3.gz +share/man/man3/mouse_on_screen.3.gz +share/man/man3/mouse_pos.3.gz +share/man/man3/mouse_sprite.3.gz +share/man/man3/mouse_w.3.gz +share/man/man3/mouse_x.3.gz +share/man/man3/mouse_x_focus.3.gz +share/man/man3/mouse_y.3.gz +share/man/man3/mouse_y_focus.3.gz +share/man/man3/mouse_z.3.gz +share/man/man3/need_uconvert.3.gz +share/man/man3/next_fli_frame.3.gz +share/man/man3/normalize_vector.3.gz +share/man/man3/normalize_vector_f.3.gz +share/man/man3/num_joysticks.3.gz +share/man/man3/object_message.3.gz +share/man/man3/offer_focus.3.gz +share/man/man3/open_fli.3.gz +share/man/man3/open_memory_fli.3.gz +share/man/man3/os_multitasking.3.gz +share/man/man3/os_revision.3.gz +share/man/man3/os_type.3.gz +share/man/man3/os_version.3.gz +share/man/man3/override_config_data.3.gz +share/man/man3/override_config_file.3.gz +share/man/man3/pack_fclose.3.gz +share/man/man3/pack_fclose_chunk.3.gz +share/man/man3/pack_feof.3.gz +share/man/man3/pack_ferror.3.gz +share/man/man3/pack_fgets.3.gz +share/man/man3/pack_fopen.3.gz +share/man/man3/pack_fopen_chunk.3.gz +share/man/man3/pack_fopen_vtable.3.gz +share/man/man3/pack_fputs.3.gz +share/man/man3/pack_fread.3.gz +share/man/man3/pack_fseek.3.gz +share/man/man3/pack_fwrite.3.gz +share/man/man3/pack_getc.3.gz +share/man/man3/pack_igetl.3.gz +share/man/man3/pack_igetw.3.gz +share/man/man3/pack_iputl.3.gz +share/man/man3/pack_iputw.3.gz +share/man/man3/pack_mgetl.3.gz +share/man/man3/pack_mgetw.3.gz +share/man/man3/pack_mputl.3.gz +share/man/man3/pack_mputw.3.gz +share/man/man3/pack_putc.3.gz +share/man/man3/pack_ungetc.3.gz +share/man/man3/packfile_password.3.gz +share/man/man3/palette_color.3.gz +share/man/man3/persp_project.3.gz +share/man/man3/persp_project_f.3.gz +share/man/man3/pivot_scaled_sprite.3.gz +share/man/man3/pivot_scaled_sprite_lit.3.gz +share/man/man3/pivot_scaled_sprite_trans.3.gz +share/man/man3/pivot_scaled_sprite_v_flip.3.gz +share/man/man3/pivot_scaled_sprite_v_flip_lit.3.gz +share/man/man3/pivot_scaled_sprite_v_flip_trans.3.gz +share/man/man3/pivot_sprite.3.gz +share/man/man3/pivot_sprite_lit.3.gz +share/man/man3/pivot_sprite_trans.3.gz +share/man/man3/pivot_sprite_v_flip.3.gz +share/man/man3/pivot_sprite_v_flip_lit.3.gz +share/man/man3/pivot_sprite_v_flip_trans.3.gz +share/man/man3/play_audio_stream.3.gz +share/man/man3/play_fli.3.gz +share/man/man3/play_looped_midi.3.gz +share/man/man3/play_memory_fli.3.gz +share/man/man3/play_midi.3.gz +share/man/man3/play_sample.3.gz +share/man/man3/poll_joystick.3.gz +share/man/man3/poll_keyboard.3.gz +share/man/man3/poll_mouse.3.gz +share/man/man3/poll_scroll.3.gz +share/man/man3/polygon.3.gz +share/man/man3/polygon3d.3.gz +share/man/man3/polygon3d_f.3.gz +share/man/man3/polygon_z_normal.3.gz +share/man/man3/polygon_z_normal_f.3.gz +share/man/man3/pop_config_state.3.gz +share/man/man3/popup_dialog.3.gz +share/man/man3/position_dialog.3.gz +share/man/man3/position_mouse.3.gz +share/man/man3/position_mouse_w.3.gz +share/man/man3/position_mouse_z.3.gz +share/man/man3/push_config_state.3.gz +share/man/man3/put_backslash.3.gz +share/man/man3/putpixel.3.gz +share/man/man3/qnx_get_window.3.gz +share/man/man3/qscale_matrix.3.gz +share/man/man3/qscale_matrix_f.3.gz +share/man/man3/qtranslate_matrix.3.gz +share/man/man3/qtranslate_matrix_f.3.gz +share/man/man3/quad3d.3.gz +share/man/man3/quad3d_f.3.gz +share/man/man3/quat_interpolate.3.gz +share/man/man3/quat_mul.3.gz +share/man/man3/quat_slerp.3.gz +share/man/man3/quat_to_matrix.3.gz +share/man/man3/radtofix_r.3.gz +share/man/man3/read_sound_input.3.gz +share/man/man3/readkey.3.gz +share/man/man3/reallocate_voice.3.gz +share/man/man3/rect.3.gz +share/man/man3/rectfill.3.gz +share/man/man3/register_assert_handler.3.gz +share/man/man3/register_bitmap_file_type.3.gz +share/man/man3/register_datafile_object.3.gz +share/man/man3/register_font_file_type.3.gz +share/man/man3/register_sample_file_type.3.gz +share/man/man3/register_trace_handler.3.gz +share/man/man3/register_uformat.3.gz +share/man/man3/release_bitmap.3.gz +share/man/man3/release_screen.3.gz +share/man/man3/release_voice.3.gz +share/man/man3/reload_config_texts.3.gz +share/man/man3/remove_display_switch_callback.3.gz +share/man/man3/remove_int.3.gz +share/man/man3/remove_joystick.3.gz +share/man/man3/remove_keyboard.3.gz +share/man/man3/remove_mouse.3.gz +share/man/man3/remove_param_int.3.gz +share/man/man3/remove_sound.3.gz +share/man/man3/remove_sound_input.3.gz +share/man/man3/remove_timer.3.gz +share/man/man3/render_scene.3.gz +share/man/man3/replace_extension.3.gz +share/man/man3/replace_filename.3.gz +share/man/man3/request_refresh_rate.3.gz +share/man/man3/request_scroll.3.gz +share/man/man3/request_video_bitmap.3.gz +share/man/man3/reserve_voices.3.gz +share/man/man3/reset_fli_variables.3.gz +share/man/man3/rest.3.gz +share/man/man3/rest_callback.3.gz +share/man/man3/retrace_count.3.gz +share/man/man3/rgb_map.3.gz +share/man/man3/rgb_to_hsv.3.gz +share/man/man3/rotate_scaled_sprite.3.gz +share/man/man3/rotate_scaled_sprite_lit.3.gz +share/man/man3/rotate_scaled_sprite_trans.3.gz +share/man/man3/rotate_scaled_sprite_v_flip.3.gz +share/man/man3/rotate_scaled_sprite_v_flip_lit.3.gz +share/man/man3/rotate_scaled_sprite_v_flip_trans.3.gz +share/man/man3/rotate_sprite.3.gz +share/man/man3/rotate_sprite_lit.3.gz +share/man/man3/rotate_sprite_trans.3.gz +share/man/man3/rotate_sprite_v_flip.3.gz +share/man/man3/rotate_sprite_v_flip_lit.3.gz +share/man/man3/rotate_sprite_v_flip_trans.3.gz +share/man/man3/save_bitmap.3.gz +share/man/man3/save_bmp.3.gz +share/man/man3/save_bmp_pf.3.gz +share/man/man3/save_joystick_data.3.gz +share/man/man3/save_pcx.3.gz +share/man/man3/save_pcx_pf.3.gz +share/man/man3/save_sample.3.gz +share/man/man3/save_tga.3.gz +share/man/man3/save_tga_pf.3.gz +share/man/man3/scancode_to_ascii.3.gz +share/man/man3/scancode_to_name.3.gz +share/man/man3/scare_mouse.3.gz +share/man/man3/scare_mouse_area.3.gz +share/man/man3/scene_gap.3.gz +share/man/man3/scene_polygon3d.3.gz +share/man/man3/scene_polygon3d_f.3.gz +share/man/man3/screen.3.gz +share/man/man3/scroll_screen.3.gz +share/man/man3/select_mouse_cursor.3.gz +share/man/man3/select_palette.3.gz +share/man/man3/set_add_blender.3.gz +share/man/man3/set_allegro_resource_path.3.gz +share/man/man3/set_alpha_blender.3.gz +share/man/man3/set_blender_mode.3.gz +share/man/man3/set_blender_mode_ex.3.gz +share/man/man3/set_burn_blender.3.gz +share/man/man3/set_clip_rect.3.gz +share/man/man3/set_clip_state.3.gz +share/man/man3/set_close_button_callback.3.gz +share/man/man3/set_color.3.gz +share/man/man3/set_color_blender.3.gz +share/man/man3/set_color_conversion.3.gz +share/man/man3/set_color_depth.3.gz +share/man/man3/set_config_data.3.gz +share/man/man3/set_config_file.3.gz +share/man/man3/set_config_float.3.gz +share/man/man3/set_config_hex.3.gz +share/man/man3/set_config_id.3.gz +share/man/man3/set_config_int.3.gz +share/man/man3/set_config_string.3.gz +share/man/man3/set_dialog_color.3.gz +share/man/man3/set_difference_blender.3.gz +share/man/man3/set_display_switch_callback.3.gz +share/man/man3/set_display_switch_mode.3.gz +share/man/man3/set_dissolve_blender.3.gz +share/man/man3/set_dodge_blender.3.gz +share/man/man3/set_filename_encoding.3.gz +share/man/man3/set_gfx_mode.3.gz +share/man/man3/set_hardware_volume.3.gz +share/man/man3/set_hue_blender.3.gz +share/man/man3/set_invert_blender.3.gz +share/man/man3/set_keyboard_rate.3.gz +share/man/man3/set_leds.3.gz +share/man/man3/set_luminance_blender.3.gz +share/man/man3/set_mixer_quality.3.gz +share/man/man3/set_mouse_cursor_bitmap.3.gz +share/man/man3/set_mouse_range.3.gz +share/man/man3/set_mouse_speed.3.gz +share/man/man3/set_mouse_sprite.3.gz +share/man/man3/set_mouse_sprite_focus.3.gz +share/man/man3/set_multiply_blender.3.gz +share/man/man3/set_palette.3.gz +share/man/man3/set_palette_range.3.gz +share/man/man3/set_projection_viewport.3.gz +share/man/man3/set_saturation_blender.3.gz +share/man/man3/set_screen_blender.3.gz +share/man/man3/set_sound_input_source.3.gz +share/man/man3/set_trans_blender.3.gz +share/man/man3/set_ucodepage.3.gz +share/man/man3/set_uformat.3.gz +share/man/man3/set_volume.3.gz +share/man/man3/set_volume_per_voice.3.gz +share/man/man3/set_window_title.3.gz +share/man/man3/set_write_alpha_blender.3.gz +share/man/man3/set_zbuffer.3.gz +share/man/man3/show_mouse.3.gz +share/man/man3/show_os_cursor.3.gz +share/man/man3/show_video_bitmap.3.gz +share/man/man3/shutdown_dialog.3.gz +share/man/man3/shutdown_menu.3.gz +share/man/man3/simulate_keypress.3.gz +share/man/man3/simulate_ukeypress.3.gz +share/man/man3/solid_mode.3.gz +share/man/man3/spline.3.gz +share/man/man3/start_sound_input.3.gz +share/man/man3/stop_audio_stream.3.gz +share/man/man3/stop_midi.3.gz +share/man/man3/stop_sample.3.gz +share/man/man3/stop_sound_input.3.gz +share/man/man3/stretch_blit.3.gz +share/man/man3/stretch_sprite.3.gz +share/man/man3/text_height.3.gz +share/man/man3/text_length.3.gz +share/man/man3/textout_centre_ex.3.gz +share/man/man3/textout_ex.3.gz +share/man/man3/textout_justify_ex.3.gz +share/man/man3/textout_right_ex.3.gz +share/man/man3/textprintf_centre_ex.3.gz +share/man/man3/textprintf_ex.3.gz +share/man/man3/textprintf_justify_ex.3.gz +share/man/man3/textprintf_right_ex.3.gz +share/man/man3/three_finger_flag.3.gz +share/man/man3/transpose_font.3.gz +share/man/man3/triangle.3.gz +share/man/man3/triangle3d.3.gz +share/man/man3/triangle3d_f.3.gz +share/man/man3/uatof.3.gz +share/man/man3/uconvert.3.gz +share/man/man3/uconvert_ascii.3.gz +share/man/man3/uconvert_size.3.gz +share/man/man3/uconvert_toascii.3.gz +share/man/man3/ucwidth.3.gz +share/man/man3/ugetat.3.gz +share/man/man3/ugetc.3.gz +share/man/man3/ugetx.3.gz +share/man/man3/ugetxc.3.gz +share/man/man3/uinsert.3.gz +share/man/man3/uisdigit.3.gz +share/man/man3/uisok.3.gz +share/man/man3/uisspace.3.gz +share/man/man3/unload_datafile.3.gz +share/man/man3/unload_datafile_object.3.gz +share/man/man3/unscare_mouse.3.gz +share/man/man3/unselect_palette.3.gz +share/man/man3/uoffset.3.gz +share/man/man3/update_dialog.3.gz +share/man/man3/update_menu.3.gz +share/man/man3/ureadkey.3.gz +share/man/man3/uremove.3.gz +share/man/man3/usetat.3.gz +share/man/man3/usetc.3.gz +share/man/man3/usprintf.3.gz +share/man/man3/ustrcat.3.gz +share/man/man3/ustrchr.3.gz +share/man/man3/ustrcmp.3.gz +share/man/man3/ustrcpy.3.gz +share/man/man3/ustrdup.3.gz +share/man/man3/ustrerror.3.gz +share/man/man3/ustricmp.3.gz +share/man/man3/ustrlen.3.gz +share/man/man3/ustrlwr.3.gz +share/man/man3/ustrncat.3.gz +share/man/man3/ustrncmp.3.gz +share/man/man3/ustrncpy.3.gz +share/man/man3/ustrnicmp.3.gz +share/man/man3/ustrpbrk.3.gz +share/man/man3/ustrrchr.3.gz +share/man/man3/ustrsize.3.gz +share/man/man3/ustrsizez.3.gz +share/man/man3/ustrstr.3.gz +share/man/man3/ustrtod.3.gz +share/man/man3/ustrtok.3.gz +share/man/man3/ustrtok_r.3.gz +share/man/man3/ustrtol.3.gz +share/man/man3/ustrupr.3.gz +share/man/man3/ustrzcat.3.gz +share/man/man3/ustrzcpy.3.gz +share/man/man3/ustrzncat.3.gz +share/man/man3/ustrzncpy.3.gz +share/man/man3/uszprintf.3.gz +share/man/man3/utolower.3.gz +share/man/man3/utoupper.3.gz +share/man/man3/uvsprintf.3.gz +share/man/man3/uvszprintf.3.gz +share/man/man3/uwidth.3.gz +share/man/man3/uwidth_max.3.gz +share/man/man3/vector_length.3.gz +share/man/man3/vector_length_f.3.gz +share/man/man3/vline.3.gz +share/man/man3/voice_check.3.gz +share/man/man3/voice_get_frequency.3.gz +share/man/man3/voice_get_pan.3.gz +share/man/man3/voice_get_position.3.gz +share/man/man3/voice_get_volume.3.gz +share/man/man3/voice_ramp_volume.3.gz +share/man/man3/voice_set_echo.3.gz +share/man/man3/voice_set_frequency.3.gz +share/man/man3/voice_set_pan.3.gz +share/man/man3/voice_set_playmode.3.gz +share/man/man3/voice_set_position.3.gz +share/man/man3/voice_set_priority.3.gz +share/man/man3/voice_set_tremolo.3.gz +share/man/man3/voice_set_vibrato.3.gz +share/man/man3/voice_set_volume.3.gz +share/man/man3/voice_start.3.gz +share/man/man3/voice_stop.3.gz +share/man/man3/voice_stop_frequency_sweep.3.gz +share/man/man3/voice_stop_pan_sweep.3.gz +share/man/man3/voice_stop_volumeramp.3.gz +share/man/man3/voice_sweep_frequency.3.gz +share/man/man3/voice_sweep_pan.3.gz +share/man/man3/vsync.3.gz +share/man/man3/xor_mode.3.gz +share/man/man3/xwin_set_window_name.3.gz diff --git a/devel/allegro5/Makefile b/devel/allegro5/Makefile index 1aea214dbae..b6ade2323d8 100644 --- a/devel/allegro5/Makefile +++ b/devel/allegro5/Makefile @@ -56,13 +56,14 @@ EXAMPLES_CMAKE_BOOL= WANT_EXAMPLES WANT_DEMOS PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_BOOL= WANT_PULSEAUDIO +CMAKE_ARGS=-DMANDIR=${PREFIX}/share/man post-patch: @${REINPLACE_CMD} -e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt post-install-DOCS-on: - ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}${MAN3PREFIX}/man/man3/ + ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}${PREFIX}/share/man/man3/ @cd ${WRKSRC} && ${COPYTREE_SHARE} "README.txt docs/src docs/html" ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: diff --git a/devel/allegro5/pkg-plist b/devel/allegro5/pkg-plist index 38d3beb97b0..1a6e5e5f204 100644 --- a/devel/allegro5/pkg-plist +++ b/devel/allegro5/pkg-plist @@ -140,1027 +140,1027 @@ libdata/pkgconfig/allegro_physfs-5.pc libdata/pkgconfig/allegro_primitives-5.pc libdata/pkgconfig/allegro_ttf-5.pc libdata/pkgconfig/allegro_video-5.pc -%%DOCS%%man/man3/ALLEGRO_AUDIO_DEPTH.3.gz -%%DOCS%%man/man3/ALLEGRO_AUDIO_EVENT_TYPE.3.gz -%%DOCS%%man/man3/ALLEGRO_AUDIO_PAN_NONE.3.gz -%%DOCS%%man/man3/ALLEGRO_AUDIO_RECORDER.3.gz -%%DOCS%%man/man3/ALLEGRO_AUDIO_RECORDER_EVENT.3.gz -%%DOCS%%man/man3/ALLEGRO_AUDIO_STREAM.3.gz -%%DOCS%%man/man3/ALLEGRO_BITMAP.3.gz -%%DOCS%%man/man3/ALLEGRO_BPM_TO_SECS.3.gz -%%DOCS%%man/man3/ALLEGRO_BPS_TO_SECS.3.gz -%%DOCS%%man/man3/ALLEGRO_CHANNEL_CONF.3.gz -%%DOCS%%man/man3/ALLEGRO_COLOR.3.gz -%%DOCS%%man/man3/ALLEGRO_COND.3.gz -%%DOCS%%man/man3/ALLEGRO_CONFIG.3.gz -%%DOCS%%man/man3/ALLEGRO_CONFIG_ENTRY.3.gz -%%DOCS%%man/man3/ALLEGRO_CONFIG_SECTION.3.gz -%%DOCS%%man/man3/ALLEGRO_DISPLAY.3.gz -%%DOCS%%man/man3/ALLEGRO_DISPLAY_MODE.3.gz -%%DOCS%%man/man3/ALLEGRO_EVENT.3.gz -%%DOCS%%man/man3/ALLEGRO_EVENT_QUEUE.3.gz -%%DOCS%%man/man3/ALLEGRO_EVENT_SOURCE.3.gz -%%DOCS%%man/man3/ALLEGRO_EVENT_TYPE.3.gz -%%DOCS%%man/man3/ALLEGRO_EVENT_TYPE_IS_USER.3.gz -%%DOCS%%man/man3/ALLEGRO_FILE.3.gz -%%DOCS%%man/man3/ALLEGRO_FILECHOOSER.3.gz -%%DOCS%%man/man3/ALLEGRO_FILE_INTERFACE.3.gz -%%DOCS%%man/man3/ALLEGRO_FILE_MODE.3.gz -%%DOCS%%man/man3/ALLEGRO_FONT.3.gz -%%DOCS%%man/man3/ALLEGRO_FOR_EACH_FS_ENTRY_RESULT.3.gz -%%DOCS%%man/man3/ALLEGRO_FS_ENTRY.3.gz -%%DOCS%%man/man3/ALLEGRO_FS_INTERFACE.3.gz -%%DOCS%%man/man3/ALLEGRO_GET_EVENT_TYPE.3.gz -%%DOCS%%man/man3/ALLEGRO_GLYPH.3.gz -%%DOCS%%man/man3/ALLEGRO_HAPTIC.3.gz -%%DOCS%%man/man3/ALLEGRO_HAPTIC_CONSTANTS.3.gz -%%DOCS%%man/man3/ALLEGRO_HAPTIC_EFFECT.3.gz -%%DOCS%%man/man3/ALLEGRO_HAPTIC_EFFECT_ID.3.gz -%%DOCS%%man/man3/ALLEGRO_INDEX_BUFFER.3.gz -%%DOCS%%man/man3/ALLEGRO_JOYFLAGS.3.gz -%%DOCS%%man/man3/ALLEGRO_JOYSTICK.3.gz -%%DOCS%%man/man3/ALLEGRO_JOYSTICK_STATE.3.gz -%%DOCS%%man/man3/ALLEGRO_KEYBOARD_STATE.3.gz -%%DOCS%%man/man3/ALLEGRO_LINE_CAP.3.gz -%%DOCS%%man/man3/ALLEGRO_LINE_JOIN.3.gz -%%DOCS%%man/man3/ALLEGRO_LOCKED_REGION.3.gz -%%DOCS%%man/man3/ALLEGRO_MEMORY_INTERFACE.3.gz -%%DOCS%%man/man3/ALLEGRO_MENU.3.gz -%%DOCS%%man/man3/ALLEGRO_MENU_INFO.3.gz -%%DOCS%%man/man3/ALLEGRO_MIXER.3.gz -%%DOCS%%man/man3/ALLEGRO_MIXER_QUALITY.3.gz -%%DOCS%%man/man3/ALLEGRO_MONITOR_INFO.3.gz -%%DOCS%%man/man3/ALLEGRO_MOUSE_EMULATION_MODE.3.gz -%%DOCS%%man/man3/ALLEGRO_MOUSE_STATE.3.gz -%%DOCS%%man/man3/ALLEGRO_MSECS_TO_SECS.3.gz -%%DOCS%%man/man3/ALLEGRO_MUTEX.3.gz -%%DOCS%%man/man3/ALLEGRO_NEW_WINDOW_TITLE_MAX_SIZE.3.gz -%%DOCS%%man/man3/ALLEGRO_PI.3.gz -%%DOCS%%man/man3/ALLEGRO_PIXEL_FORMAT.3.gz -%%DOCS%%man/man3/ALLEGRO_PLAYMODE.3.gz -%%DOCS%%man/man3/ALLEGRO_PRIM_ATTR.3.gz -%%DOCS%%man/man3/ALLEGRO_PRIM_BUFFER_FLAGS.3.gz -%%DOCS%%man/man3/ALLEGRO_PRIM_QUALITY.3.gz -%%DOCS%%man/man3/ALLEGRO_PRIM_STORAGE.3.gz -%%DOCS%%man/man3/ALLEGRO_PRIM_TYPE.3.gz -%%DOCS%%man/man3/ALLEGRO_RENDER_FUNCTION.3.gz -%%DOCS%%man/man3/ALLEGRO_RENDER_STATE.3.gz -%%DOCS%%man/man3/ALLEGRO_SAMPLE.3.gz -%%DOCS%%man/man3/ALLEGRO_SAMPLE_ID.3.gz -%%DOCS%%man/man3/ALLEGRO_SAMPLE_INSTANCE.3.gz -%%DOCS%%man/man3/ALLEGRO_SEEK.3.gz -%%DOCS%%man/man3/ALLEGRO_SHADER.3.gz -%%DOCS%%man/man3/ALLEGRO_SHADER_PLATFORM.3.gz -%%DOCS%%man/man3/ALLEGRO_SHADER_TYPE.3.gz -%%DOCS%%man/man3/ALLEGRO_STATE.3.gz -%%DOCS%%man/man3/ALLEGRO_STATE_FLAGS.3.gz -%%DOCS%%man/man3/ALLEGRO_SYSTEM_ID.3.gz -%%DOCS%%man/man3/ALLEGRO_TEXTLOG.3.gz -%%DOCS%%man/man3/ALLEGRO_THREAD.3.gz -%%DOCS%%man/man3/ALLEGRO_TIMEOUT.3.gz -%%DOCS%%man/man3/ALLEGRO_TIMER.3.gz -%%DOCS%%man/man3/ALLEGRO_TOUCH_INPUT.3.gz -%%DOCS%%man/man3/ALLEGRO_TOUCH_INPUT_MAX_TOUCH_COUNT.3.gz -%%DOCS%%man/man3/ALLEGRO_TOUCH_INPUT_STATE.3.gz -%%DOCS%%man/man3/ALLEGRO_TOUCH_STATE.3.gz -%%DOCS%%man/man3/ALLEGRO_TRANSFORM.3.gz -%%DOCS%%man/man3/ALLEGRO_USECS_TO_SECS.3.gz -%%DOCS%%man/man3/ALLEGRO_USER_EVENT.3.gz -%%DOCS%%man/man3/ALLEGRO_USTR.3.gz -%%DOCS%%man/man3/ALLEGRO_USTR_INFO.3.gz -%%DOCS%%man/man3/ALLEGRO_VERTEX.3.gz -%%DOCS%%man/man3/ALLEGRO_VERTEX_BUFFER.3.gz -%%DOCS%%man/man3/ALLEGRO_VERTEX_CACHE_SIZE.3.gz -%%DOCS%%man/man3/ALLEGRO_VERTEX_DECL.3.gz -%%DOCS%%man/man3/ALLEGRO_VERTEX_ELEMENT.3.gz -%%DOCS%%man/man3/ALLEGRO_VIDEO_EVENT_TYPE.3.gz -%%DOCS%%man/man3/ALLEGRO_VIDEO_POSITION_TYPE.3.gz -%%DOCS%%man/man3/ALLEGRO_VOICE.3.gz -%%DOCS%%man/man3/ALLEGRO_WRITE_MASK_FLAGS.3.gz -%%DOCS%%man/man3/al_%%CMAKE_BUILD_TYPE%%_haptic.3.gz -%%DOCS%%man/man3/al_%%CMAKE_BUILD_TYPE%%_haptic_effect.3.gz -%%DOCS%%man/man3/al_acknowledge_drawing_halt.3.gz -%%DOCS%%man/man3/al_acknowledge_drawing_resume.3.gz -%%DOCS%%man/man3/al_acknowledge_resize.3.gz -%%DOCS%%man/man3/al_add_config_comment.3.gz -%%DOCS%%man/man3/al_add_config_section.3.gz -%%DOCS%%man/man3/al_add_new_bitmap_flag.3.gz -%%DOCS%%man/man3/al_add_timer_count.3.gz -%%DOCS%%man/man3/al_android_get_activity.3.gz -%%DOCS%%man/man3/al_android_get_jni_env.3.gz -%%DOCS%%man/man3/al_android_get_os_version.3.gz -%%DOCS%%man/man3/al_android_set_apk_file_interface.3.gz -%%DOCS%%man/man3/al_android_set_apk_fs_interface.3.gz -%%DOCS%%man/man3/al_append_menu_item.3.gz -%%DOCS%%man/man3/al_append_native_text_log.3.gz -%%DOCS%%man/man3/al_append_path_component.3.gz -%%DOCS%%man/man3/al_apply_window_constraints.3.gz -%%DOCS%%man/man3/al_attach_audio_stream_to_mixer.3.gz -%%DOCS%%man/man3/al_attach_audio_stream_to_voice.3.gz -%%DOCS%%man/man3/al_attach_mixer_to_mixer.3.gz -%%DOCS%%man/man3/al_attach_mixer_to_voice.3.gz -%%DOCS%%man/man3/al_attach_sample_instance_to_mixer.3.gz -%%DOCS%%man/man3/al_attach_sample_instance_to_voice.3.gz -%%DOCS%%man/man3/al_attach_shader_source.3.gz -%%DOCS%%man/man3/al_attach_shader_source_file.3.gz -%%DOCS%%man/man3/al_backup_dirty_bitmap.3.gz -%%DOCS%%man/man3/al_backup_dirty_bitmaps.3.gz -%%DOCS%%man/man3/al_broadcast_cond.3.gz -%%DOCS%%man/man3/al_build_camera_transform.3.gz -%%DOCS%%man/man3/al_build_menu.3.gz -%%DOCS%%man/man3/al_build_shader.3.gz -%%DOCS%%man/man3/al_build_transform.3.gz -%%DOCS%%man/man3/al_calculate_arc.3.gz -%%DOCS%%man/man3/al_calculate_ribbon.3.gz -%%DOCS%%man/man3/al_calculate_spline.3.gz -%%DOCS%%man/man3/al_calloc.3.gz -%%DOCS%%man/man3/al_calloc_with_context.3.gz -%%DOCS%%man/man3/al_change_directory.3.gz -%%DOCS%%man/man3/al_check_inverse.3.gz -%%DOCS%%man/man3/al_clear_depth_buffer.3.gz -%%DOCS%%man/man3/al_clear_keyboard_state.3.gz -%%DOCS%%man/man3/al_clear_to_color.3.gz -%%DOCS%%man/man3/al_clipboard_has_text.3.gz -%%DOCS%%man/man3/al_clone_bitmap.3.gz -%%DOCS%%man/man3/al_clone_menu.3.gz -%%DOCS%%man/man3/al_clone_menu_for_popup.3.gz -%%DOCS%%man/man3/al_clone_path.3.gz -%%DOCS%%man/man3/al_close_directory.3.gz -%%DOCS%%man/man3/al_close_native_text_log.3.gz -%%DOCS%%man/man3/al_close_video.3.gz -%%DOCS%%man/man3/al_color_cmyk.3.gz -%%DOCS%%man/man3/al_color_cmyk_to_rgb.3.gz -%%DOCS%%man/man3/al_get_monitor_refresh_rate.3.gz -%%DOCS%%man/man3/al_color_distance_ciede2000.3.gz -%%DOCS%%man/man3/al_color_hsl.3.gz -%%DOCS%%man/man3/al_color_hsl_to_rgb.3.gz -%%DOCS%%man/man3/al_color_hsv.3.gz -%%DOCS%%man/man3/al_color_hsv_to_rgb.3.gz -%%DOCS%%man/man3/al_color_html.3.gz -%%DOCS%%man/man3/al_color_html_to_rgb.3.gz -%%DOCS%%man/man3/al_color_lab.3.gz -%%DOCS%%man/man3/al_color_lab_to_rgb.3.gz -%%DOCS%%man/man3/al_color_lch.3.gz -%%DOCS%%man/man3/al_color_lch_to_rgb.3.gz -%%DOCS%%man/man3/al_color_name.3.gz -%%DOCS%%man/man3/al_color_name_to_rgb.3.gz -%%DOCS%%man/man3/al_color_rgb_to_cmyk.3.gz -%%DOCS%%man/man3/al_color_rgb_to_hsl.3.gz -%%DOCS%%man/man3/al_color_rgb_to_hsv.3.gz -%%DOCS%%man/man3/al_color_rgb_to_html.3.gz -%%DOCS%%man/man3/al_color_rgb_to_lab.3.gz -%%DOCS%%man/man3/al_color_rgb_to_lch.3.gz -%%DOCS%%man/man3/al_color_rgb_to_name.3.gz -%%DOCS%%man/man3/al_color_rgb_to_xyy.3.gz -%%DOCS%%man/man3/al_color_rgb_to_xyz.3.gz -%%DOCS%%man/man3/al_color_rgb_to_yuv.3.gz -%%DOCS%%man/man3/al_color_xyy.3.gz -%%DOCS%%man/man3/al_color_xyy_to_rgb.3.gz -%%DOCS%%man/man3/al_color_xyz.3.gz -%%DOCS%%man/man3/al_color_xyz_to_rgb.3.gz -%%DOCS%%man/man3/al_color_yuv.3.gz -%%DOCS%%man/man3/al_color_yuv_to_rgb.3.gz -%%DOCS%%man/man3/al_compose_transform.3.gz -%%DOCS%%man/man3/al_convert_bitmap.3.gz -%%DOCS%%man/man3/al_convert_mask_to_alpha.3.gz -%%DOCS%%man/man3/al_convert_memory_bitmaps.3.gz -%%DOCS%%man/man3/al_copy_transform.3.gz -%%DOCS%%man/man3/al_create_audio_recorder.3.gz -%%DOCS%%man/man3/al_create_audio_stream.3.gz -%%DOCS%%man/man3/al_create_bitmap.3.gz -%%DOCS%%man/man3/al_create_builtin_font.3.gz -%%DOCS%%man/man3/al_create_cond.3.gz -%%DOCS%%man/man3/al_create_config.3.gz -%%DOCS%%man/man3/al_create_display.3.gz -%%DOCS%%man/man3/al_create_event_queue.3.gz -%%DOCS%%man/man3/al_create_file_handle.3.gz -%%DOCS%%man/man3/al_create_fs_entry.3.gz -%%DOCS%%man/man3/al_create_index_buffer.3.gz -%%DOCS%%man/man3/al_create_menu.3.gz -%%DOCS%%man/man3/al_create_mixer.3.gz -%%DOCS%%man/man3/al_create_mouse_cursor.3.gz -%%DOCS%%man/man3/al_create_mutex.3.gz -%%DOCS%%man/man3/al_create_mutex_recursive.3.gz -%%DOCS%%man/man3/al_create_native_file_dialog.3.gz -%%DOCS%%man/man3/al_create_path.3.gz -%%DOCS%%man/man3/al_create_path_for_directory.3.gz -%%DOCS%%man/man3/al_create_popup_menu.3.gz -%%DOCS%%man/man3/al_create_sample.3.gz -%%DOCS%%man/man3/al_create_sample_instance.3.gz -%%DOCS%%man/man3/al_create_shader.3.gz -%%DOCS%%man/man3/al_create_sub_bitmap.3.gz -%%DOCS%%man/man3/al_create_thread.3.gz -%%DOCS%%man/man3/al_create_thread_with_stacksize.3.gz -%%DOCS%%man/man3/al_create_timer.3.gz -%%DOCS%%man/man3/al_create_vertex_buffer.3.gz -%%DOCS%%man/man3/al_create_vertex_decl.3.gz -%%DOCS%%man/man3/al_create_voice.3.gz -%%DOCS%%man/man3/al_cstr.3.gz -%%DOCS%%man/man3/al_cstr_dup.3.gz -%%DOCS%%man/man3/al_destroy_audio_recorder.3.gz -%%DOCS%%man/man3/al_destroy_audio_stream.3.gz -%%DOCS%%man/man3/al_destroy_bitmap.3.gz -%%DOCS%%man/man3/al_destroy_cond.3.gz -%%DOCS%%man/man3/al_destroy_config.3.gz -%%DOCS%%man/man3/al_destroy_display.3.gz -%%DOCS%%man/man3/al_destroy_event_queue.3.gz -%%DOCS%%man/man3/al_destroy_font.3.gz -%%DOCS%%man/man3/al_destroy_fs_entry.3.gz -%%DOCS%%man/man3/al_destroy_index_buffer.3.gz -%%DOCS%%man/man3/al_destroy_menu.3.gz -%%DOCS%%man/man3/al_destroy_mixer.3.gz -%%DOCS%%man/man3/al_destroy_mouse_cursor.3.gz -%%DOCS%%man/man3/al_destroy_mutex.3.gz -%%DOCS%%man/man3/al_destroy_native_file_dialog.3.gz -%%DOCS%%man/man3/al_destroy_path.3.gz -%%DOCS%%man/man3/al_destroy_sample.3.gz -%%DOCS%%man/man3/al_destroy_sample_instance.3.gz -%%DOCS%%man/man3/al_destroy_shader.3.gz -%%DOCS%%man/man3/al_destroy_thread.3.gz -%%DOCS%%man/man3/al_destroy_timer.3.gz -%%DOCS%%man/man3/al_destroy_user_event_source.3.gz -%%DOCS%%man/man3/al_destroy_vertex_buffer.3.gz -%%DOCS%%man/man3/al_destroy_vertex_decl.3.gz -%%DOCS%%man/man3/al_destroy_voice.3.gz -%%DOCS%%man/man3/al_detach_audio_stream.3.gz -%%DOCS%%man/man3/al_detach_mixer.3.gz -%%DOCS%%man/man3/al_detach_sample_instance.3.gz -%%DOCS%%man/man3/al_detach_voice.3.gz -%%DOCS%%man/man3/al_disable_menu_event_source.3.gz -%%DOCS%%man/man3/al_do_multiline_text.3.gz -%%DOCS%%man/man3/al_do_multiline_ustr.3.gz -%%DOCS%%man/man3/al_drain_audio_stream.3.gz -%%DOCS%%man/man3/al_draw_arc.3.gz -%%DOCS%%man/man3/al_draw_bitmap.3.gz -%%DOCS%%man/man3/al_draw_bitmap_region.3.gz -%%DOCS%%man/man3/al_draw_circle.3.gz -%%DOCS%%man/man3/al_draw_ellipse.3.gz -%%DOCS%%man/man3/al_draw_elliptical_arc.3.gz -%%DOCS%%man/man3/al_draw_filled_circle.3.gz -%%DOCS%%man/man3/al_draw_filled_ellipse.3.gz -%%DOCS%%man/man3/al_draw_filled_pieslice.3.gz -%%DOCS%%man/man3/al_draw_filled_polygon.3.gz -%%DOCS%%man/man3/al_draw_filled_polygon_with_holes.3.gz -%%DOCS%%man/man3/al_draw_filled_rectangle.3.gz -%%DOCS%%man/man3/al_draw_filled_rounded_rectangle.3.gz -%%DOCS%%man/man3/al_draw_filled_triangle.3.gz -%%DOCS%%man/man3/al_draw_glyph.3.gz -%%DOCS%%man/man3/al_draw_indexed_buffer.3.gz -%%DOCS%%man/man3/al_draw_indexed_prim.3.gz -%%DOCS%%man/man3/al_draw_justified_text.3.gz -%%DOCS%%man/man3/al_draw_justified_textf.3.gz -%%DOCS%%man/man3/al_draw_justified_ustr.3.gz -%%DOCS%%man/man3/al_draw_line.3.gz -%%DOCS%%man/man3/al_draw_multiline_text.3.gz -%%DOCS%%man/man3/al_draw_multiline_textf.3.gz -%%DOCS%%man/man3/al_draw_multiline_ustr.3.gz -%%DOCS%%man/man3/al_draw_pieslice.3.gz -%%DOCS%%man/man3/al_draw_pixel.3.gz -%%DOCS%%man/man3/al_draw_polygon.3.gz -%%DOCS%%man/man3/al_draw_polyline.3.gz -%%DOCS%%man/man3/al_draw_prim.3.gz -%%DOCS%%man/man3/al_draw_rectangle.3.gz -%%DOCS%%man/man3/al_draw_ribbon.3.gz -%%DOCS%%man/man3/al_draw_rotated_bitmap.3.gz -%%DOCS%%man/man3/al_draw_rounded_rectangle.3.gz -%%DOCS%%man/man3/al_draw_scaled_bitmap.3.gz -%%DOCS%%man/man3/al_draw_scaled_rotated_bitmap.3.gz -%%DOCS%%man/man3/al_draw_soft_line.3.gz -%%DOCS%%man/man3/al_draw_soft_triangle.3.gz -%%DOCS%%man/man3/al_draw_spline.3.gz -%%DOCS%%man/man3/al_draw_text.3.gz -%%DOCS%%man/man3/al_draw_textf.3.gz -%%DOCS%%man/man3/al_draw_tinted_bitmap.3.gz -%%DOCS%%man/man3/al_draw_tinted_bitmap_region.3.gz -%%DOCS%%man/man3/al_draw_tinted_rotated_bitmap.3.gz -%%DOCS%%man/man3/al_draw_tinted_scaled_bitmap.3.gz -%%DOCS%%man/man3/al_draw_tinted_scaled_rotated_bitmap.3.gz -%%DOCS%%man/man3/al_draw_tinted_scaled_rotated_bitmap_region.3.gz -%%DOCS%%man/man3/al_draw_triangle.3.gz -%%DOCS%%man/man3/al_draw_ustr.3.gz -%%DOCS%%man/man3/al_draw_vertex_buffer.3.gz -%%DOCS%%man/man3/al_drop_next_event.3.gz -%%DOCS%%man/man3/al_drop_path_tail.3.gz -%%DOCS%%man/man3/al_emit_user_event.3.gz -%%DOCS%%man/man3/al_enable_menu_event_source.3.gz -%%DOCS%%man/man3/al_fclearerr.3.gz -%%DOCS%%man/man3/al_fclose.3.gz -%%DOCS%%man/man3/al_feof.3.gz -%%DOCS%%man/man3/al_ferrmsg.3.gz -%%DOCS%%man/man3/al_ferror.3.gz -%%DOCS%%man/man3/al_fflush.3.gz -%%DOCS%%man/man3/al_fget_ustr.3.gz -%%DOCS%%man/man3/al_fgetc.3.gz -%%DOCS%%man/man3/al_fgets.3.gz -%%DOCS%%man/man3/al_filename_exists.3.gz -%%DOCS%%man/man3/al_fill_silence.3.gz -%%DOCS%%man/man3/al_find_menu.3.gz -%%DOCS%%man/man3/al_find_menu_item.3.gz -%%DOCS%%man/man3/al_fixacos.3.gz -%%DOCS%%man/man3/al_fixadd.3.gz -%%DOCS%%man/man3/al_fixasin.3.gz -%%DOCS%%man/man3/al_fixatan.3.gz -%%DOCS%%man/man3/al_fixatan2.3.gz -%%DOCS%%man/man3/al_fixceil.3.gz -%%DOCS%%man/man3/al_fixcos.3.gz -%%DOCS%%man/man3/al_fixdiv.3.gz -%%DOCS%%man/man3/al_fixed.3.gz -%%DOCS%%man/man3/al_fixfloor.3.gz -%%DOCS%%man/man3/al_fixhypot.3.gz -%%DOCS%%man/man3/al_fixmul.3.gz -%%DOCS%%man/man3/al_fixsin.3.gz -%%DOCS%%man/man3/al_fixsqrt.3.gz -%%DOCS%%man/man3/al_fixsub.3.gz -%%DOCS%%man/man3/al_fixtan.3.gz -%%DOCS%%man/man3/al_fixtof.3.gz -%%DOCS%%man/man3/al_fixtoi.3.gz -%%DOCS%%man/man3/al_fixtorad_r.3.gz -%%DOCS%%man/man3/al_flip_display.3.gz -%%DOCS%%man/man3/al_flush_event_queue.3.gz -%%DOCS%%man/man3/al_fopen.3.gz -%%DOCS%%man/man3/al_fopen_fd.3.gz -%%DOCS%%man/man3/al_fopen_interface.3.gz -%%DOCS%%man/man3/al_fopen_slice.3.gz -%%DOCS%%man/man3/al_for_each_fs_entry.3.gz -%%DOCS%%man/man3/al_fprintf.3.gz -%%DOCS%%man/man3/al_fputc.3.gz -%%DOCS%%man/man3/al_fputs.3.gz -%%DOCS%%man/man3/al_fread.3.gz -%%DOCS%%man/man3/al_fread16be.3.gz -%%DOCS%%man/man3/al_fread16le.3.gz -%%DOCS%%man/man3/al_fread32be.3.gz -%%DOCS%%man/man3/al_fread32le.3.gz -%%DOCS%%man/man3/al_free.3.gz -%%DOCS%%man/man3/al_free_with_context.3.gz -%%DOCS%%man/man3/al_fs_entry_exists.3.gz -%%DOCS%%man/man3/al_fseek.3.gz -%%DOCS%%man/man3/al_fsize.3.gz -%%DOCS%%man/man3/al_ftell.3.gz -%%DOCS%%man/man3/al_ftofix.3.gz -%%DOCS%%man/man3/al_fungetc.3.gz -%%DOCS%%man/man3/al_fwrite.3.gz -%%DOCS%%man/man3/al_fwrite16be.3.gz -%%DOCS%%man/man3/al_fwrite16le.3.gz -%%DOCS%%man/man3/al_fwrite32be.3.gz -%%DOCS%%man/man3/al_fwrite32le.3.gz -%%DOCS%%man/man3/al_get_allegro_acodec_version.3.gz -%%DOCS%%man/man3/al_get_allegro_audio_version.3.gz -%%DOCS%%man/man3/al_get_allegro_color_version.3.gz -%%DOCS%%man/man3/al_get_allegro_font_version.3.gz -%%DOCS%%man/man3/al_get_allegro_image_version.3.gz -%%DOCS%%man/man3/al_get_allegro_memfile_version.3.gz -%%DOCS%%man/man3/al_get_allegro_native_dialog_version.3.gz -%%DOCS%%man/man3/al_get_allegro_physfs_version.3.gz -%%DOCS%%man/man3/al_get_allegro_primitives_version.3.gz -%%DOCS%%man/man3/al_get_allegro_ttf_version.3.gz -%%DOCS%%man/man3/al_get_allegro_version.3.gz -%%DOCS%%man/man3/al_get_allegro_video_version.3.gz -%%DOCS%%man/man3/al_get_app_name.3.gz -%%DOCS%%man/man3/al_get_audio_depth_size.3.gz -%%DOCS%%man/man3/al_get_audio_recorder_event.3.gz -%%DOCS%%man/man3/al_get_audio_recorder_event_source.3.gz -%%DOCS%%man/man3/al_get_audio_stream_attached.3.gz -%%DOCS%%man/man3/al_get_audio_stream_channels.3.gz -%%DOCS%%man/man3/al_get_audio_stream_depth.3.gz -%%DOCS%%man/man3/al_get_audio_stream_event_source.3.gz -%%DOCS%%man/man3/al_get_audio_stream_fragment.3.gz -%%DOCS%%man/man3/al_get_audio_stream_fragments.3.gz -%%DOCS%%man/man3/al_get_audio_stream_frequency.3.gz -%%DOCS%%man/man3/al_get_audio_stream_gain.3.gz -%%DOCS%%man/man3/al_get_audio_stream_length.3.gz -%%DOCS%%man/man3/al_get_audio_stream_length_secs.3.gz -%%DOCS%%man/man3/al_get_audio_stream_pan.3.gz -%%DOCS%%man/man3/al_get_audio_stream_played_samples.3.gz -%%DOCS%%man/man3/al_get_audio_stream_playing.3.gz -%%DOCS%%man/man3/al_get_audio_stream_playmode.3.gz -%%DOCS%%man/man3/al_get_audio_stream_position_secs.3.gz -%%DOCS%%man/man3/al_get_audio_stream_speed.3.gz -%%DOCS%%man/man3/al_get_available_audio_stream_fragments.3.gz -%%DOCS%%man/man3/al_get_backbuffer.3.gz -%%DOCS%%man/man3/al_get_bitmap_blend_color.3.gz -%%DOCS%%man/man3/al_get_bitmap_blender.3.gz -%%DOCS%%man/man3/al_get_bitmap_depth.3.gz -%%DOCS%%man/man3/al_get_bitmap_flags.3.gz -%%DOCS%%man/man3/al_get_bitmap_format.3.gz -%%DOCS%%man/man3/al_get_bitmap_height.3.gz -%%DOCS%%man/man3/al_get_bitmap_samples.3.gz -%%DOCS%%man/man3/al_get_bitmap_width.3.gz -%%DOCS%%man/man3/al_get_bitmap_x.3.gz -%%DOCS%%man/man3/al_get_bitmap_y.3.gz -%%DOCS%%man/man3/al_get_blend_color.3.gz -%%DOCS%%man/man3/al_get_blender.3.gz -%%DOCS%%man/man3/al_get_channel_count.3.gz -%%DOCS%%man/man3/al_get_clipboard_text.3.gz -%%DOCS%%man/man3/al_get_clipping_rectangle.3.gz -%%DOCS%%man/man3/al_get_config_value.3.gz -%%DOCS%%man/man3/al_get_cpu_count.3.gz -%%DOCS%%man/man3/al_get_current_directory.3.gz -%%DOCS%%man/man3/al_get_current_display.3.gz -%%DOCS%%man/man3/al_get_current_inverse_transform.3.gz -%%DOCS%%man/man3/al_get_current_projection_transform.3.gz -%%DOCS%%man/man3/al_get_current_transform.3.gz -%%DOCS%%man/man3/al_get_d3d_device.3.gz -%%DOCS%%man/man3/al_get_d3d_system_texture.3.gz -%%DOCS%%man/man3/al_get_d3d_texture_position.3.gz -%%DOCS%%man/man3/al_get_d3d_texture_size.3.gz -%%DOCS%%man/man3/al_get_d3d_video_texture.3.gz -%%DOCS%%man/man3/al_get_default_menu_event_source.3.gz -%%DOCS%%man/man3/al_get_default_mixer.3.gz -%%DOCS%%man/man3/al_get_default_shader_source.3.gz -%%DOCS%%man/man3/al_get_default_voice.3.gz -%%DOCS%%man/man3/al_get_display_event_source.3.gz -%%DOCS%%man/man3/al_get_display_flags.3.gz -%%DOCS%%man/man3/al_get_display_format.3.gz -%%DOCS%%man/man3/al_get_display_height.3.gz -%%DOCS%%man/man3/al_get_display_menu.3.gz -%%DOCS%%man/man3/al_get_display_mode.3.gz -%%DOCS%%man/man3/al_get_display_option.3.gz -%%DOCS%%man/man3/al_get_display_orientation.3.gz -%%DOCS%%man/man3/al_get_display_refresh_rate.3.gz -%%DOCS%%man/man3/al_get_display_width.3.gz -%%DOCS%%man/man3/al_get_errno.3.gz -%%DOCS%%man/man3/al_get_event_source_data.3.gz -%%DOCS%%man/man3/al_get_fallback_font.3.gz -%%DOCS%%man/man3/al_get_file_userdata.3.gz -%%DOCS%%man/man3/al_get_first_config_entry.3.gz -%%DOCS%%man/man3/al_get_first_config_section.3.gz -%%DOCS%%man/man3/al_get_font_ascent.3.gz -%%DOCS%%man/man3/al_get_font_descent.3.gz -%%DOCS%%man/man3/al_get_font_line_height.3.gz -%%DOCS%%man/man3/al_get_font_ranges.3.gz -%%DOCS%%man/man3/al_get_fs_entry_atime.3.gz -%%DOCS%%man/man3/al_get_fs_entry_ctime.3.gz -%%DOCS%%man/man3/al_get_fs_entry_mode.3.gz -%%DOCS%%man/man3/al_get_fs_entry_mtime.3.gz -%%DOCS%%man/man3/al_get_fs_entry_name.3.gz -%%DOCS%%man/man3/al_get_fs_entry_size.3.gz -%%DOCS%%man/man3/al_get_fs_interface.3.gz -%%DOCS%%man/man3/al_get_glyph.3.gz -%%DOCS%%man/man3/al_get_glyph_advance.3.gz -%%DOCS%%man/man3/al_get_glyph_dimensions.3.gz -%%DOCS%%man/man3/al_get_glyph_width.3.gz -%%DOCS%%man/man3/al_get_haptic_autocenter.3.gz -%%DOCS%%man/man3/al_get_haptic_capabilities.3.gz -%%DOCS%%man/man3/al_get_haptic_effect_duration.3.gz -%%DOCS%%man/man3/al_get_haptic_from_display.3.gz -%%DOCS%%man/man3/al_get_haptic_from_joystick.3.gz -%%DOCS%%man/man3/al_get_haptic_from_keyboard.3.gz -%%DOCS%%man/man3/al_get_haptic_from_mouse.3.gz -%%DOCS%%man/man3/al_get_haptic_from_touch_input.3.gz -%%DOCS%%man/man3/al_get_haptic_gain.3.gz -%%DOCS%%man/man3/al_get_index_buffer_size.3.gz -%%DOCS%%man/man3/al_get_joystick.3.gz -%%DOCS%%man/man3/al_get_joystick_active.3.gz -%%DOCS%%man/man3/al_get_joystick_axis_name.3.gz -%%DOCS%%man/man3/al_get_joystick_button_name.3.gz -%%DOCS%%man/man3/al_get_joystick_event_source.3.gz -%%DOCS%%man/man3/al_get_joystick_name.3.gz -%%DOCS%%man/man3/al_get_joystick_num_axes.3.gz -%%DOCS%%man/man3/al_get_joystick_num_buttons.3.gz -%%DOCS%%man/man3/al_get_joystick_num_sticks.3.gz -%%DOCS%%man/man3/al_get_joystick_state.3.gz -%%DOCS%%man/man3/al_get_joystick_stick_flags.3.gz -%%DOCS%%man/man3/al_get_joystick_stick_name.3.gz -%%DOCS%%man/man3/al_get_keyboard_event_source.3.gz -%%DOCS%%man/man3/al_get_keyboard_state.3.gz -%%DOCS%%man/man3/al_get_max_haptic_effects.3.gz -%%DOCS%%man/man3/al_get_menu_item_caption.3.gz -%%DOCS%%man/man3/al_get_menu_item_flags.3.gz -%%DOCS%%man/man3/al_get_menu_item_icon.3.gz -%%DOCS%%man/man3/al_get_mixer_attached.3.gz -%%DOCS%%man/man3/al_get_mixer_channels.3.gz -%%DOCS%%man/man3/al_get_mixer_depth.3.gz -%%DOCS%%man/man3/al_get_mixer_frequency.3.gz -%%DOCS%%man/man3/al_get_mixer_gain.3.gz -%%DOCS%%man/man3/al_get_mixer_playing.3.gz -%%DOCS%%man/man3/al_get_mixer_quality.3.gz -%%DOCS%%man/man3/al_get_monitor_dpi.3.gz -%%DOCS%%man/man3/al_get_monitor_info.3.gz -%%DOCS%%man/man3/al_get_mouse_cursor_position.3.gz -%%DOCS%%man/man3/al_get_mouse_emulation_mode.3.gz -%%DOCS%%man/man3/al_get_mouse_event_source.3.gz -%%DOCS%%man/man3/al_get_mouse_num_axes.3.gz -%%DOCS%%man/man3/al_get_mouse_num_buttons.3.gz -%%DOCS%%man/man3/al_get_mouse_state.3.gz -%%DOCS%%man/man3/al_get_mouse_state_axis.3.gz -%%DOCS%%man/man3/al_get_mouse_wheel_precision.3.gz -%%DOCS%%man/man3/al_get_native_file_dialog_count.3.gz -%%DOCS%%man/man3/al_get_native_file_dialog_path.3.gz -%%DOCS%%man/man3/al_get_native_text_log_event_source.3.gz -%%DOCS%%man/man3/al_get_new_bitmap_depth.3.gz -%%DOCS%%man/man3/al_get_new_bitmap_flags.3.gz -%%DOCS%%man/man3/al_get_new_bitmap_format.3.gz -%%DOCS%%man/man3/al_get_new_bitmap_samples.3.gz -%%DOCS%%man/man3/al_get_new_display_adapter.3.gz -%%DOCS%%man/man3/al_get_new_display_flags.3.gz -%%DOCS%%man/man3/al_get_new_display_option.3.gz -%%DOCS%%man/man3/al_get_new_display_refresh_rate.3.gz -%%DOCS%%man/man3/al_get_new_file_interface.3.gz -%%DOCS%%man/man3/al_get_new_window_position.3.gz -%%DOCS%%man/man3/al_get_new_window_title.3.gz -%%DOCS%%man/man3/al_get_next_config_entry.3.gz -%%DOCS%%man/man3/al_get_next_config_section.3.gz -%%DOCS%%man/man3/al_get_next_event.3.gz -%%DOCS%%man/man3/al_get_num_display_modes.3.gz -%%DOCS%%man/man3/al_get_num_joysticks.3.gz -%%DOCS%%man/man3/al_get_num_video_adapters.3.gz -%%DOCS%%man/man3/al_get_opengl_extension_list.3.gz -%%DOCS%%man/man3/al_get_opengl_fbo.3.gz -%%DOCS%%man/man3/al_get_opengl_proc_address.3.gz -%%DOCS%%man/man3/al_get_opengl_program_object.3.gz -%%DOCS%%man/man3/al_get_opengl_texture.3.gz -%%DOCS%%man/man3/al_get_opengl_texture_position.3.gz -%%DOCS%%man/man3/al_get_opengl_texture_size.3.gz -%%DOCS%%man/man3/al_get_opengl_variant.3.gz -%%DOCS%%man/man3/al_get_opengl_version.3.gz -%%DOCS%%man/man3/al_get_org_name.3.gz -%%DOCS%%man/man3/al_get_parent_bitmap.3.gz -%%DOCS%%man/man3/al_get_path_basename.3.gz -%%DOCS%%man/man3/al_get_path_component.3.gz -%%DOCS%%man/man3/al_get_path_drive.3.gz -%%DOCS%%man/man3/al_get_path_extension.3.gz -%%DOCS%%man/man3/al_get_path_filename.3.gz -%%DOCS%%man/man3/al_get_path_num_components.3.gz -%%DOCS%%man/man3/al_get_path_tail.3.gz -%%DOCS%%man/man3/al_get_pixel.3.gz -%%DOCS%%man/man3/al_get_pixel_block_height.3.gz -%%DOCS%%man/man3/al_get_pixel_block_size.3.gz -%%DOCS%%man/man3/al_get_pixel_block_width.3.gz -%%DOCS%%man/man3/al_get_pixel_format_bits.3.gz -%%DOCS%%man/man3/al_get_pixel_size.3.gz -%%DOCS%%man/man3/al_get_ram_size.3.gz -%%DOCS%%man/man3/al_get_sample.3.gz -%%DOCS%%man/man3/al_get_sample_channels.3.gz -%%DOCS%%man/man3/al_get_sample_data.3.gz -%%DOCS%%man/man3/al_get_sample_depth.3.gz -%%DOCS%%man/man3/al_get_sample_frequency.3.gz -%%DOCS%%man/man3/al_get_sample_instance_attached.3.gz -%%DOCS%%man/man3/al_get_sample_instance_channels.3.gz -%%DOCS%%man/man3/al_get_sample_instance_depth.3.gz -%%DOCS%%man/man3/al_get_sample_instance_frequency.3.gz -%%DOCS%%man/man3/al_get_sample_instance_gain.3.gz -%%DOCS%%man/man3/al_get_sample_instance_length.3.gz -%%DOCS%%man/man3/al_get_sample_instance_pan.3.gz -%%DOCS%%man/man3/al_get_sample_instance_playing.3.gz -%%DOCS%%man/man3/al_get_sample_instance_playmode.3.gz -%%DOCS%%man/man3/al_get_sample_instance_position.3.gz -%%DOCS%%man/man3/al_get_sample_instance_speed.3.gz -%%DOCS%%man/man3/al_get_sample_instance_time.3.gz -%%DOCS%%man/man3/al_get_sample_length.3.gz -%%DOCS%%man/man3/al_get_separate_bitmap_blender.3.gz -%%DOCS%%man/man3/al_get_separate_blender.3.gz -%%DOCS%%man/man3/al_get_shader_log.3.gz -%%DOCS%%man/man3/al_get_shader_platform.3.gz -%%DOCS%%man/man3/al_get_standard_path.3.gz -%%DOCS%%man/man3/al_get_system_config.3.gz -%%DOCS%%man/man3/al_get_system_id.3.gz -%%DOCS%%man/man3/al_get_target_bitmap.3.gz -%%DOCS%%man/man3/al_get_text_dimensions.3.gz -%%DOCS%%man/man3/al_get_text_width.3.gz -%%DOCS%%man/man3/al_get_thread_should_stop.3.gz -%%DOCS%%man/man3/al_get_time.3.gz -%%DOCS%%man/man3/al_get_timer_count.3.gz -%%DOCS%%man/man3/al_get_timer_event_source.3.gz -%%DOCS%%man/man3/al_get_timer_speed.3.gz -%%DOCS%%man/man3/al_get_timer_started.3.gz -%%DOCS%%man/man3/al_get_touch_input_event_source.3.gz -%%DOCS%%man/man3/al_get_touch_input_mouse_emulation_event_source.3.gz -%%DOCS%%man/man3/al_get_touch_input_state.3.gz -%%DOCS%%man/man3/al_get_ustr_dimensions.3.gz -%%DOCS%%man/man3/al_get_ustr_width.3.gz -%%DOCS%%man/man3/al_get_vertex_buffer_size.3.gz -%%DOCS%%man/man3/al_get_video_audio_rate.3.gz -%%DOCS%%man/man3/al_get_video_event_source.3.gz -%%DOCS%%man/man3/al_get_video_fps.3.gz -%%DOCS%%man/man3/al_get_video_frame.3.gz -%%DOCS%%man/man3/al_get_video_position.3.gz -%%DOCS%%man/man3/al_get_video_scaled_height.3.gz -%%DOCS%%man/man3/al_get_video_scaled_width.3.gz -%%DOCS%%man/man3/al_get_voice_channels.3.gz -%%DOCS%%man/man3/al_get_voice_depth.3.gz -%%DOCS%%man/man3/al_get_voice_frequency.3.gz -%%DOCS%%man/man3/al_get_voice_playing.3.gz -%%DOCS%%man/man3/al_get_voice_position.3.gz -%%DOCS%%man/man3/al_get_win_window_handle.3.gz -%%DOCS%%man/man3/al_get_window_constraints.3.gz -%%DOCS%%man/man3/al_get_window_position.3.gz -%%DOCS%%man/man3/al_get_x_window_id.3.gz -%%DOCS%%man/man3/al_grab_font_from_bitmap.3.gz -%%DOCS%%man/man3/al_grab_mouse.3.gz -%%DOCS%%man/man3/al_have_d3d_non_pow2_texture_support.3.gz -%%DOCS%%man/man3/al_have_d3d_non_square_texture_support.3.gz -%%DOCS%%man/man3/al_have_opengl_extension.3.gz -%%DOCS%%man/man3/al_hide_mouse_cursor.3.gz -%%DOCS%%man/man3/al_hold_bitmap_drawing.3.gz -%%DOCS%%man/man3/al_horizontal_shear_transform.3.gz -%%DOCS%%man/man3/al_identify_bitmap.3.gz -%%DOCS%%man/man3/al_identify_bitmap_f.3.gz -%%DOCS%%man/man3/al_identity_transform.3.gz -%%DOCS%%man/man3/al_inhibit_screensaver.3.gz -%%DOCS%%man/man3/al_init.3.gz -%%DOCS%%man/man3/al_init_acodec_addon.3.gz -%%DOCS%%man/man3/al_init_font_addon.3.gz -%%DOCS%%man/man3/al_init_image_addon.3.gz -%%DOCS%%man/man3/al_init_native_dialog_addon.3.gz -%%DOCS%%man/man3/al_init_primitives_addon.3.gz -%%DOCS%%man/man3/al_init_timeout.3.gz -%%DOCS%%man/man3/al_init_ttf_addon.3.gz -%%DOCS%%man/man3/al_init_user_event_source.3.gz -%%DOCS%%man/man3/al_init_video_addon.3.gz -%%DOCS%%man/man3/al_insert_menu_item.3.gz -%%DOCS%%man/man3/al_insert_path_component.3.gz -%%DOCS%%man/man3/al_install_audio.3.gz -%%DOCS%%man/man3/al_install_haptic.3.gz -%%DOCS%%man/man3/al_install_joystick.3.gz -%%DOCS%%man/man3/al_install_keyboard.3.gz -%%DOCS%%man/man3/al_install_mouse.3.gz -%%DOCS%%man/man3/al_install_system.3.gz -%%DOCS%%man/man3/al_install_touch_input.3.gz -%%DOCS%%man/man3/al_invert_transform.3.gz -%%DOCS%%man/man3/al_iphone_get_view.3.gz -%%DOCS%%man/man3/al_iphone_get_window.3.gz -%%DOCS%%man/man3/al_iphone_set_statusbar_orientation.3.gz -%%DOCS%%man/man3/al_is_acodec_addon_initialized.3.gz -%%DOCS%%man/man3/al_is_audio_installed.3.gz -%%DOCS%%man/man3/al_is_audio_recorder_recording.3.gz -%%DOCS%%man/man3/al_is_bitmap_drawing_held.3.gz -%%DOCS%%man/man3/al_is_bitmap_locked.3.gz -%%DOCS%%man/man3/al_is_color_valid.3.gz -%%DOCS%%man/man3/al_is_compatible_bitmap.3.gz -%%DOCS%%man/man3/al_is_d3d_device_lost.3.gz -%%DOCS%%man/man3/al_is_display_haptic.3.gz -%%DOCS%%man/man3/al_is_event_queue_empty.3.gz -%%DOCS%%man/man3/al_is_event_queue_paused.3.gz -%%DOCS%%man/man3/al_is_event_source_registered.3.gz -%%DOCS%%man/man3/al_is_font_addon_initialized.3.gz -%%DOCS%%man/man3/al_is_haptic_active.3.gz -%%DOCS%%man/man3/al_is_haptic_capable.3.gz -%%DOCS%%man/man3/al_is_haptic_effect_ok.3.gz -%%DOCS%%man/man3/al_is_haptic_effect_playing.3.gz -%%DOCS%%man/man3/al_is_haptic_installed.3.gz -%%DOCS%%man/man3/al_is_image_addon_initialized.3.gz -%%DOCS%%man/man3/al_is_joystick_haptic.3.gz -%%DOCS%%man/man3/al_is_joystick_installed.3.gz -%%DOCS%%man/man3/al_is_keyboard_haptic.3.gz -%%DOCS%%man/man3/al_is_keyboard_installed.3.gz -%%DOCS%%man/man3/al_is_mouse_haptic.3.gz -%%DOCS%%man/man3/al_is_mouse_installed.3.gz -%%DOCS%%man/man3/al_is_native_dialog_addon_initialized.3.gz -%%DOCS%%man/man3/al_is_primitives_addon_initialized.3.gz -%%DOCS%%man/man3/al_is_sub_bitmap.3.gz -%%DOCS%%man/man3/al_is_system_installed.3.gz -%%DOCS%%man/man3/al_is_touch_input_haptic.3.gz -%%DOCS%%man/man3/al_is_touch_input_installed.3.gz -%%DOCS%%man/man3/al_is_ttf_addon_initialized.3.gz -%%DOCS%%man/man3/al_is_video_addon_initialized.3.gz -%%DOCS%%man/man3/al_is_video_playing.3.gz -%%DOCS%%man/man3/al_itofix.3.gz -%%DOCS%%man/man3/al_join_paths.3.gz -%%DOCS%%man/man3/al_join_thread.3.gz -%%DOCS%%man/man3/al_key_down.3.gz -%%DOCS%%man/man3/al_keycode_to_name.3.gz -%%DOCS%%man/man3/al_load_audio_stream.3.gz -%%DOCS%%man/man3/al_load_audio_stream_f.3.gz -%%DOCS%%man/man3/al_load_bitmap.3.gz -%%DOCS%%man/man3/al_load_bitmap_f.3.gz -%%DOCS%%man/man3/al_load_bitmap_flags.3.gz -%%DOCS%%man/man3/al_load_bitmap_flags_f.3.gz -%%DOCS%%man/man3/al_load_bitmap_font.3.gz -%%DOCS%%man/man3/al_load_bitmap_font_flags.3.gz -%%DOCS%%man/man3/al_load_config_file.3.gz -%%DOCS%%man/man3/al_load_config_file_f.3.gz -%%DOCS%%man/man3/al_load_font.3.gz -%%DOCS%%man/man3/al_load_sample.3.gz -%%DOCS%%man/man3/al_load_sample_f.3.gz -%%DOCS%%man/man3/al_load_ttf_font.3.gz -%%DOCS%%man/man3/al_load_ttf_font_f.3.gz -%%DOCS%%man/man3/al_load_ttf_font_stretch.3.gz -%%DOCS%%man/man3/al_load_ttf_font_stretch_f.3.gz -%%DOCS%%man/man3/al_lock_bitmap.3.gz -%%DOCS%%man/man3/al_lock_bitmap_blocked.3.gz -%%DOCS%%man/man3/al_lock_bitmap_region.3.gz -%%DOCS%%man/man3/al_lock_bitmap_region_blocked.3.gz -%%DOCS%%man/man3/al_lock_index_buffer.3.gz -%%DOCS%%man/man3/al_lock_mutex.3.gz -%%DOCS%%man/man3/al_lock_sample_id.3.gz -%%DOCS%%man/man3/al_lock_vertex_buffer.3.gz -%%DOCS%%man/man3/al_make_directory.3.gz -%%DOCS%%man/man3/al_make_path_canonical.3.gz -%%DOCS%%man/man3/al_make_temp_file.3.gz -%%DOCS%%man/man3/al_malloc.3.gz -%%DOCS%%man/man3/al_malloc_with_context.3.gz -%%DOCS%%man/man3/al_map_rgb.3.gz -%%DOCS%%man/man3/al_map_rgb_f.3.gz -%%DOCS%%man/man3/al_map_rgba.3.gz -%%DOCS%%man/man3/al_map_rgba_f.3.gz -%%DOCS%%man/man3/al_merge_config.3.gz -%%DOCS%%man/man3/al_merge_config_into.3.gz -%%DOCS%%man/man3/al_mouse_button_down.3.gz -%%DOCS%%man/man3/al_open_directory.3.gz -%%DOCS%%man/man3/al_open_fs_entry.3.gz -%%DOCS%%man/man3/al_open_memfile.3.gz -%%DOCS%%man/man3/al_open_native_text_log.3.gz -%%DOCS%%man/man3/al_open_video.3.gz -%%DOCS%%man/man3/al_orthographic_transform.3.gz -%%DOCS%%man/man3/al_osx_get_window.3.gz -%%DOCS%%man/man3/al_path_cstr.3.gz -%%DOCS%%man/man3/al_path_ustr.3.gz -%%DOCS%%man/man3/al_pause_event_queue.3.gz -%%DOCS%%man/man3/al_peek_next_event.3.gz -%%DOCS%%man/man3/al_perspective_transform.3.gz -%%DOCS%%man/man3/al_play_haptic_effect.3.gz -%%DOCS%%man/man3/al_play_sample.3.gz -%%DOCS%%man/man3/al_play_sample_instance.3.gz -%%DOCS%%man/man3/al_popup_menu.3.gz -%%DOCS%%man/man3/al_premul_rgba.3.gz -%%DOCS%%man/man3/al_premul_rgba_f.3.gz -%%DOCS%%man/man3/al_put_blended_pixel.3.gz -%%DOCS%%man/man3/al_put_pixel.3.gz -%%DOCS%%man/man3/al_radtofix_r.3.gz -%%DOCS%%man/man3/al_read_directory.3.gz -%%DOCS%%man/man3/al_realloc.3.gz -%%DOCS%%man/man3/al_realloc_with_context.3.gz -%%DOCS%%man/man3/al_rebase_path.3.gz -%%DOCS%%man/man3/al_reconfigure_joysticks.3.gz -%%DOCS%%man/man3/al_ref_buffer.3.gz -%%DOCS%%man/man3/al_ref_cstr.3.gz -%%DOCS%%man/man3/al_ref_ustr.3.gz -%%DOCS%%man/man3/al_register_assert_handler.3.gz -%%DOCS%%man/man3/al_register_audio_stream_loader.3.gz -%%DOCS%%man/man3/al_register_audio_stream_loader_f.3.gz -%%DOCS%%man/man3/al_register_bitmap_identifier.3.gz -%%DOCS%%man/man3/al_register_bitmap_loader.3.gz -%%DOCS%%man/man3/al_register_bitmap_loader_f.3.gz -%%DOCS%%man/man3/al_register_bitmap_saver.3.gz -%%DOCS%%man/man3/al_register_bitmap_saver_f.3.gz -%%DOCS%%man/man3/al_register_event_source.3.gz -%%DOCS%%man/man3/al_register_font_loader.3.gz -%%DOCS%%man/man3/al_register_sample_loader.3.gz -%%DOCS%%man/man3/al_register_sample_loader_f.3.gz -%%DOCS%%man/man3/al_register_sample_saver.3.gz -%%DOCS%%man/man3/al_register_sample_saver_f.3.gz -%%DOCS%%man/man3/al_register_trace_handler.3.gz -%%DOCS%%man/man3/al_release_joystick.3.gz -%%DOCS%%man/man3/al_remove_config_key.3.gz -%%DOCS%%man/man3/al_remove_config_section.3.gz -%%DOCS%%man/man3/al_remove_display_menu.3.gz -%%DOCS%%man/man3/al_remove_filename.3.gz -%%DOCS%%man/man3/al_remove_fs_entry.3.gz -%%DOCS%%man/man3/al_remove_menu_item.3.gz -%%DOCS%%man/man3/al_remove_opengl_fbo.3.gz -%%DOCS%%man/man3/al_remove_path_component.3.gz -%%DOCS%%man/man3/al_reparent_bitmap.3.gz -%%DOCS%%man/man3/al_replace_path_component.3.gz -%%DOCS%%man/man3/al_reserve_samples.3.gz -%%DOCS%%man/man3/al_reset_bitmap_blender.3.gz -%%DOCS%%man/man3/al_reset_clipping_rectangle.3.gz -%%DOCS%%man/man3/al_reset_new_display_options.3.gz -%%DOCS%%man/man3/al_resize_display.3.gz -%%DOCS%%man/man3/al_rest.3.gz -%%DOCS%%man/man3/al_restore_default_mixer.3.gz -%%DOCS%%man/man3/al_restore_state.3.gz -%%DOCS%%man/man3/al_resume_timer.3.gz -%%DOCS%%man/man3/al_rewind_audio_stream.3.gz -%%DOCS%%man/man3/al_rotate_transform.3.gz -%%DOCS%%man/man3/al_rotate_transform_3d.3.gz -%%DOCS%%man/man3/al_rumble_haptic.3.gz -%%DOCS%%man/man3/al_run_detached_thread.3.gz -%%DOCS%%man/man3/al_run_main.3.gz -%%DOCS%%man/man3/al_save_bitmap.3.gz -%%DOCS%%man/man3/al_save_bitmap_f.3.gz -%%DOCS%%man/man3/al_save_config_file.3.gz -%%DOCS%%man/man3/al_save_config_file_f.3.gz -%%DOCS%%man/man3/al_save_sample.3.gz -%%DOCS%%man/man3/al_save_sample_f.3.gz -%%DOCS%%man/man3/al_scale_transform.3.gz -%%DOCS%%man/man3/al_scale_transform_3d.3.gz -%%DOCS%%man/man3/al_seek_audio_stream_secs.3.gz -%%DOCS%%man/man3/al_seek_video.3.gz -%%DOCS%%man/man3/al_set_app_name.3.gz -%%DOCS%%man/man3/al_set_audio_stream_channel_matrix.3.gz -%%DOCS%%man/man3/al_set_audio_stream_fragment.3.gz -%%DOCS%%man/man3/al_set_audio_stream_gain.3.gz -%%DOCS%%man/man3/al_set_audio_stream_loop_secs.3.gz -%%DOCS%%man/man3/al_set_audio_stream_pan.3.gz -%%DOCS%%man/man3/al_set_audio_stream_playing.3.gz -%%DOCS%%man/man3/al_set_audio_stream_playmode.3.gz -%%DOCS%%man/man3/al_set_audio_stream_speed.3.gz -%%DOCS%%man/man3/al_set_bitmap_blend_color.3.gz -%%DOCS%%man/man3/al_set_bitmap_blender.3.gz -%%DOCS%%man/man3/al_set_blend_color.3.gz -%%DOCS%%man/man3/al_set_blender.3.gz -%%DOCS%%man/man3/al_set_clipboard_text.3.gz -%%DOCS%%man/man3/al_set_clipping_rectangle.3.gz -%%DOCS%%man/man3/al_set_config_value.3.gz -%%DOCS%%man/man3/al_set_current_opengl_context.3.gz -%%DOCS%%man/man3/al_set_d3d_device_%%CMAKE_BUILD_TYPE%%_callback.3.gz -%%DOCS%%man/man3/al_set_d3d_device_restore_callback.3.gz -%%DOCS%%man/man3/al_set_default_mixer.3.gz -%%DOCS%%man/man3/al_set_default_voice.3.gz -%%DOCS%%man/man3/al_set_display_flag.3.gz -%%DOCS%%man/man3/al_set_display_icon.3.gz -%%DOCS%%man/man3/al_set_display_icons.3.gz -%%DOCS%%man/man3/al_set_display_menu.3.gz -%%DOCS%%man/man3/al_set_display_option.3.gz -%%DOCS%%man/man3/al_set_errno.3.gz -%%DOCS%%man/man3/al_set_event_source_data.3.gz -%%DOCS%%man/man3/al_set_exe_name.3.gz -%%DOCS%%man/man3/al_set_fallback_font.3.gz -%%DOCS%%man/man3/al_set_fs_interface.3.gz -%%DOCS%%man/man3/al_set_haptic_autocenter.3.gz -%%DOCS%%man/man3/al_set_haptic_gain.3.gz -%%DOCS%%man/man3/al_set_keyboard_leds.3.gz -%%DOCS%%man/man3/al_set_memory_interface.3.gz -%%DOCS%%man/man3/al_set_menu_item_caption.3.gz -%%DOCS%%man/man3/al_set_menu_item_flags.3.gz -%%DOCS%%man/man3/al_set_menu_item_icon.3.gz -%%DOCS%%man/man3/al_set_mixer_frequency.3.gz -%%DOCS%%man/man3/al_set_mixer_gain.3.gz -%%DOCS%%man/man3/al_set_mixer_playing.3.gz -%%DOCS%%man/man3/al_set_mixer_postprocess_callback.3.gz -%%DOCS%%man/man3/al_set_mixer_quality.3.gz -%%DOCS%%man/man3/al_set_mouse_axis.3.gz -%%DOCS%%man/man3/al_set_mouse_cursor.3.gz -%%DOCS%%man/man3/al_set_mouse_emulation_mode.3.gz -%%DOCS%%man/man3/al_set_mouse_w.3.gz -%%DOCS%%man/man3/al_set_mouse_wheel_precision.3.gz -%%DOCS%%man/man3/al_set_mouse_xy.3.gz -%%DOCS%%man/man3/al_set_mouse_z.3.gz -%%DOCS%%man/man3/al_set_new_bitmap_depth.3.gz -%%DOCS%%man/man3/al_set_new_bitmap_flags.3.gz -%%DOCS%%man/man3/al_set_new_bitmap_format.3.gz -%%DOCS%%man/man3/al_set_new_bitmap_samples.3.gz -%%DOCS%%man/man3/al_set_new_display_adapter.3.gz -%%DOCS%%man/man3/al_set_new_display_flags.3.gz -%%DOCS%%man/man3/al_set_new_display_option.3.gz -%%DOCS%%man/man3/al_set_new_display_refresh_rate.3.gz -%%DOCS%%man/man3/al_set_new_file_interface.3.gz -%%DOCS%%man/man3/al_set_new_window_position.3.gz -%%DOCS%%man/man3/al_set_new_window_title.3.gz -%%DOCS%%man/man3/al_set_org_name.3.gz -%%DOCS%%man/man3/al_set_path_drive.3.gz -%%DOCS%%man/man3/al_set_path_extension.3.gz -%%DOCS%%man/man3/al_set_path_filename.3.gz -%%DOCS%%man/man3/al_set_physfs_file_interface.3.gz -%%DOCS%%man/man3/al_set_render_state.3.gz -%%DOCS%%man/man3/al_set_sample.3.gz -%%DOCS%%man/man3/al_set_sample_instance_channel_matrix.3.gz -%%DOCS%%man/man3/al_set_sample_instance_gain.3.gz -%%DOCS%%man/man3/al_set_sample_instance_length.3.gz -%%DOCS%%man/man3/al_set_sample_instance_pan.3.gz -%%DOCS%%man/man3/al_set_sample_instance_playing.3.gz -%%DOCS%%man/man3/al_set_sample_instance_playmode.3.gz -%%DOCS%%man/man3/al_set_sample_instance_position.3.gz -%%DOCS%%man/man3/al_set_sample_instance_speed.3.gz -%%DOCS%%man/man3/al_set_separate_bitmap_blender.3.gz -%%DOCS%%man/man3/al_set_separate_blender.3.gz -%%DOCS%%man/man3/al_set_shader_bool.3.gz -%%DOCS%%man/man3/al_set_shader_float.3.gz -%%DOCS%%man/man3/al_set_shader_float_vector.3.gz -%%DOCS%%man/man3/al_set_shader_int.3.gz -%%DOCS%%man/man3/al_set_shader_int_vector.3.gz -%%DOCS%%man/man3/al_set_shader_matrix.3.gz -%%DOCS%%man/man3/al_set_shader_sampler.3.gz -%%DOCS%%man/man3/al_set_standard_file_interface.3.gz -%%DOCS%%man/man3/al_set_standard_fs_interface.3.gz -%%DOCS%%man/man3/al_set_system_mouse_cursor.3.gz -%%DOCS%%man/man3/al_set_target_backbuffer.3.gz -%%DOCS%%man/man3/al_set_target_bitmap.3.gz -%%DOCS%%man/man3/al_set_thread_should_stop.3.gz -%%DOCS%%man/man3/al_set_timer_count.3.gz -%%DOCS%%man/man3/al_set_timer_speed.3.gz -%%DOCS%%man/man3/al_set_video_playing.3.gz -%%DOCS%%man/man3/al_set_voice_playing.3.gz -%%DOCS%%man/man3/al_set_voice_position.3.gz -%%DOCS%%man/man3/al_set_window_constraints.3.gz -%%DOCS%%man/man3/al_set_window_position.3.gz -%%DOCS%%man/man3/al_set_window_title.3.gz -%%DOCS%%man/man3/al_show_mouse_cursor.3.gz -%%DOCS%%man/man3/al_show_native_file_dialog.3.gz -%%DOCS%%man/man3/al_show_native_message_box.3.gz -%%DOCS%%man/man3/al_shutdown_font_addon.3.gz -%%DOCS%%man/man3/al_shutdown_image_addon.3.gz -%%DOCS%%man/man3/al_shutdown_native_dialog_addon.3.gz -%%DOCS%%man/man3/al_shutdown_primitives_addon.3.gz -%%DOCS%%man/man3/al_shutdown_ttf_addon.3.gz -%%DOCS%%man/man3/al_shutdown_video_addon.3.gz -%%DOCS%%man/man3/al_signal_cond.3.gz -%%DOCS%%man/man3/al_start_audio_recorder.3.gz -%%DOCS%%man/man3/al_start_thread.3.gz -%%DOCS%%man/man3/al_start_timer.3.gz -%%DOCS%%man/man3/al_start_video.3.gz -%%DOCS%%man/man3/al_start_video_with_voice.3.gz -%%DOCS%%man/man3/al_stop_audio_recorder.3.gz -%%DOCS%%man/man3/al_stop_haptic_effect.3.gz -%%DOCS%%man/man3/al_stop_sample.3.gz -%%DOCS%%man/man3/al_stop_sample_instance.3.gz -%%DOCS%%man/man3/al_stop_samples.3.gz -%%DOCS%%man/man3/al_stop_timer.3.gz -%%DOCS%%man/man3/al_store_state.3.gz -%%DOCS%%man/man3/al_toggle_menu_item_flags.3.gz -%%DOCS%%man/man3/al_transform_coordinates.3.gz -%%DOCS%%man/man3/al_transform_coordinates_3d.3.gz -%%DOCS%%man/man3/al_transform_coordinates_3d_projective.3.gz -%%DOCS%%man/man3/al_transform_coordinates_4d.3.gz -%%DOCS%%man/man3/al_translate_transform.3.gz -%%DOCS%%man/man3/al_translate_transform_3d.3.gz -%%DOCS%%man/man3/al_transpose_transform.3.gz -%%DOCS%%man/man3/al_triangulate_polygon.3.gz -%%DOCS%%man/man3/al_ungrab_mouse.3.gz -%%DOCS%%man/man3/al_uninstall_audio.3.gz -%%DOCS%%man/man3/al_uninstall_haptic.3.gz -%%DOCS%%man/man3/al_uninstall_joystick.3.gz -%%DOCS%%man/man3/al_uninstall_keyboard.3.gz -%%DOCS%%man/man3/al_uninstall_mouse.3.gz -%%DOCS%%man/man3/al_uninstall_system.3.gz -%%DOCS%%man/man3/al_uninstall_touch_input.3.gz -%%DOCS%%man/man3/al_unlock_bitmap.3.gz -%%DOCS%%man/man3/al_unlock_index_buffer.3.gz -%%DOCS%%man/man3/al_unlock_mutex.3.gz -%%DOCS%%man/man3/al_unlock_sample_id.3.gz -%%DOCS%%man/man3/al_unlock_vertex_buffer.3.gz -%%DOCS%%man/man3/al_unmap_rgb.3.gz -%%DOCS%%man/man3/al_unmap_rgb_f.3.gz -%%DOCS%%man/man3/al_unmap_rgba.3.gz -%%DOCS%%man/man3/al_unmap_rgba_f.3.gz -%%DOCS%%man/man3/al_unref_user_event.3.gz -%%DOCS%%man/man3/al_unregister_event_source.3.gz -%%DOCS%%man/man3/al_update_display_region.3.gz -%%DOCS%%man/man3/al_update_fs_entry.3.gz -%%DOCS%%man/man3/al_upload_and_play_haptic_effect.3.gz -%%DOCS%%man/man3/al_upload_haptic_effect.3.gz -%%DOCS%%man/man3/al_use_projection_transform.3.gz -%%DOCS%%man/man3/al_use_shader.3.gz -%%DOCS%%man/man3/al_use_transform.3.gz -%%DOCS%%man/man3/al_ustr_append.3.gz -%%DOCS%%man/man3/al_ustr_append_chr.3.gz -%%DOCS%%man/man3/al_ustr_append_cstr.3.gz -%%DOCS%%man/man3/al_ustr_appendf.3.gz -%%DOCS%%man/man3/al_ustr_assign.3.gz -%%DOCS%%man/man3/al_ustr_assign_cstr.3.gz -%%DOCS%%man/man3/al_ustr_assign_substr.3.gz -%%DOCS%%man/man3/al_ustr_compare.3.gz -%%DOCS%%man/man3/al_ustr_dup.3.gz -%%DOCS%%man/man3/al_ustr_dup_substr.3.gz -%%DOCS%%man/man3/al_ustr_empty_string.3.gz -%%DOCS%%man/man3/al_ustr_encode_utf16.3.gz -%%DOCS%%man/man3/al_ustr_equal.3.gz -%%DOCS%%man/man3/al_ustr_find_chr.3.gz -%%DOCS%%man/man3/al_ustr_find_cset.3.gz -%%DOCS%%man/man3/al_ustr_find_cset_cstr.3.gz -%%DOCS%%man/man3/al_ustr_find_cstr.3.gz -%%DOCS%%man/man3/al_ustr_find_replace.3.gz -%%DOCS%%man/man3/al_ustr_find_replace_cstr.3.gz -%%DOCS%%man/man3/al_ustr_find_set.3.gz -%%DOCS%%man/man3/al_ustr_find_set_cstr.3.gz -%%DOCS%%man/man3/al_ustr_find_str.3.gz -%%DOCS%%man/man3/al_ustr_free.3.gz -%%DOCS%%man/man3/al_ustr_get.3.gz -%%DOCS%%man/man3/al_ustr_get_next.3.gz -%%DOCS%%man/man3/al_ustr_has_prefix.3.gz -%%DOCS%%man/man3/al_ustr_has_prefix_cstr.3.gz -%%DOCS%%man/man3/al_ustr_has_suffix.3.gz -%%DOCS%%man/man3/al_ustr_has_suffix_cstr.3.gz -%%DOCS%%man/man3/al_ustr_insert.3.gz -%%DOCS%%man/man3/al_ustr_insert_chr.3.gz -%%DOCS%%man/man3/al_ustr_insert_cstr.3.gz -%%DOCS%%man/man3/al_ustr_length.3.gz -%%DOCS%%man/man3/al_ustr_ltrim_ws.3.gz -%%DOCS%%man/man3/al_ustr_ncompare.3.gz -%%DOCS%%man/man3/al_ustr_new.3.gz -%%DOCS%%man/man3/al_ustr_new_from_buffer.3.gz -%%DOCS%%man/man3/al_ustr_new_from_utf16.3.gz -%%DOCS%%man/man3/al_ustr_newf.3.gz -%%DOCS%%man/man3/al_ustr_next.3.gz -%%DOCS%%man/man3/al_ustr_offset.3.gz -%%DOCS%%man/man3/al_ustr_prev.3.gz -%%DOCS%%man/man3/al_ustr_prev_get.3.gz -%%DOCS%%man/man3/al_ustr_remove_chr.3.gz -%%DOCS%%man/man3/al_ustr_remove_range.3.gz -%%DOCS%%man/man3/al_ustr_replace_range.3.gz -%%DOCS%%man/man3/al_ustr_rfind_chr.3.gz -%%DOCS%%man/man3/al_ustr_rfind_cstr.3.gz -%%DOCS%%man/man3/al_ustr_rfind_str.3.gz -%%DOCS%%man/man3/al_ustr_rtrim_ws.3.gz -%%DOCS%%man/man3/al_ustr_set_chr.3.gz -%%DOCS%%man/man3/al_ustr_size.3.gz -%%DOCS%%man/man3/al_ustr_size_utf16.3.gz -%%DOCS%%man/man3/al_ustr_to_buffer.3.gz -%%DOCS%%man/man3/al_ustr_trim_ws.3.gz -%%DOCS%%man/man3/al_ustr_truncate.3.gz -%%DOCS%%man/man3/al_ustr_vappendf.3.gz -%%DOCS%%man/man3/al_utf16_encode.3.gz -%%DOCS%%man/man3/al_utf16_width.3.gz -%%DOCS%%man/man3/al_utf8_encode.3.gz -%%DOCS%%man/man3/al_utf8_width.3.gz -%%DOCS%%man/man3/al_vertical_shear_transform.3.gz -%%DOCS%%man/man3/al_vfprintf.3.gz -%%DOCS%%man/man3/al_wait_cond.3.gz -%%DOCS%%man/man3/al_wait_cond_until.3.gz -%%DOCS%%man/man3/al_wait_for_event.3.gz -%%DOCS%%man/man3/al_wait_for_event_timed.3.gz -%%DOCS%%man/man3/al_wait_for_event_until.3.gz -%%DOCS%%man/man3/al_wait_for_vsync.3.gz -%%DOCS%%man/man3/al_win_add_window_callback.3.gz -%%DOCS%%man/man3/al_win_remove_window_callback.3.gz -%%DOCS%%man/man3/al_x_set_initial_icon.3.gz +%%DOCS%%share/man/man3/ALLEGRO_AUDIO_DEPTH.3.gz +%%DOCS%%share/man/man3/ALLEGRO_AUDIO_EVENT_TYPE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_AUDIO_PAN_NONE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_AUDIO_RECORDER.3.gz +%%DOCS%%share/man/man3/ALLEGRO_AUDIO_RECORDER_EVENT.3.gz +%%DOCS%%share/man/man3/ALLEGRO_AUDIO_STREAM.3.gz +%%DOCS%%share/man/man3/ALLEGRO_BITMAP.3.gz +%%DOCS%%share/man/man3/ALLEGRO_BPM_TO_SECS.3.gz +%%DOCS%%share/man/man3/ALLEGRO_BPS_TO_SECS.3.gz +%%DOCS%%share/man/man3/ALLEGRO_CHANNEL_CONF.3.gz +%%DOCS%%share/man/man3/ALLEGRO_COLOR.3.gz +%%DOCS%%share/man/man3/ALLEGRO_COND.3.gz +%%DOCS%%share/man/man3/ALLEGRO_CONFIG.3.gz +%%DOCS%%share/man/man3/ALLEGRO_CONFIG_ENTRY.3.gz +%%DOCS%%share/man/man3/ALLEGRO_CONFIG_SECTION.3.gz +%%DOCS%%share/man/man3/ALLEGRO_DISPLAY.3.gz +%%DOCS%%share/man/man3/ALLEGRO_DISPLAY_MODE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_EVENT.3.gz +%%DOCS%%share/man/man3/ALLEGRO_EVENT_QUEUE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_EVENT_SOURCE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_EVENT_TYPE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_EVENT_TYPE_IS_USER.3.gz +%%DOCS%%share/man/man3/ALLEGRO_FILE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_FILECHOOSER.3.gz +%%DOCS%%share/man/man3/ALLEGRO_FILE_INTERFACE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_FILE_MODE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_FONT.3.gz +%%DOCS%%share/man/man3/ALLEGRO_FOR_EACH_FS_ENTRY_RESULT.3.gz +%%DOCS%%share/man/man3/ALLEGRO_FS_ENTRY.3.gz +%%DOCS%%share/man/man3/ALLEGRO_FS_INTERFACE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_GET_EVENT_TYPE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_GLYPH.3.gz +%%DOCS%%share/man/man3/ALLEGRO_HAPTIC.3.gz +%%DOCS%%share/man/man3/ALLEGRO_HAPTIC_CONSTANTS.3.gz +%%DOCS%%share/man/man3/ALLEGRO_HAPTIC_EFFECT.3.gz +%%DOCS%%share/man/man3/ALLEGRO_HAPTIC_EFFECT_ID.3.gz +%%DOCS%%share/man/man3/ALLEGRO_INDEX_BUFFER.3.gz +%%DOCS%%share/man/man3/ALLEGRO_JOYFLAGS.3.gz +%%DOCS%%share/man/man3/ALLEGRO_JOYSTICK.3.gz +%%DOCS%%share/man/man3/ALLEGRO_JOYSTICK_STATE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_KEYBOARD_STATE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_LINE_CAP.3.gz +%%DOCS%%share/man/man3/ALLEGRO_LINE_JOIN.3.gz +%%DOCS%%share/man/man3/ALLEGRO_LOCKED_REGION.3.gz +%%DOCS%%share/man/man3/ALLEGRO_MEMORY_INTERFACE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_MENU.3.gz +%%DOCS%%share/man/man3/ALLEGRO_MENU_INFO.3.gz +%%DOCS%%share/man/man3/ALLEGRO_MIXER.3.gz +%%DOCS%%share/man/man3/ALLEGRO_MIXER_QUALITY.3.gz +%%DOCS%%share/man/man3/ALLEGRO_MONITOR_INFO.3.gz +%%DOCS%%share/man/man3/ALLEGRO_MOUSE_EMULATION_MODE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_MOUSE_STATE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_MSECS_TO_SECS.3.gz +%%DOCS%%share/man/man3/ALLEGRO_MUTEX.3.gz +%%DOCS%%share/man/man3/ALLEGRO_NEW_WINDOW_TITLE_MAX_SIZE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_PI.3.gz +%%DOCS%%share/man/man3/ALLEGRO_PIXEL_FORMAT.3.gz +%%DOCS%%share/man/man3/ALLEGRO_PLAYMODE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_PRIM_ATTR.3.gz +%%DOCS%%share/man/man3/ALLEGRO_PRIM_BUFFER_FLAGS.3.gz +%%DOCS%%share/man/man3/ALLEGRO_PRIM_QUALITY.3.gz +%%DOCS%%share/man/man3/ALLEGRO_PRIM_STORAGE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_PRIM_TYPE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_RENDER_FUNCTION.3.gz +%%DOCS%%share/man/man3/ALLEGRO_RENDER_STATE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_SAMPLE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_SAMPLE_ID.3.gz +%%DOCS%%share/man/man3/ALLEGRO_SAMPLE_INSTANCE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_SEEK.3.gz +%%DOCS%%share/man/man3/ALLEGRO_SHADER.3.gz +%%DOCS%%share/man/man3/ALLEGRO_SHADER_PLATFORM.3.gz +%%DOCS%%share/man/man3/ALLEGRO_SHADER_TYPE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_STATE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_STATE_FLAGS.3.gz +%%DOCS%%share/man/man3/ALLEGRO_SYSTEM_ID.3.gz +%%DOCS%%share/man/man3/ALLEGRO_TEXTLOG.3.gz +%%DOCS%%share/man/man3/ALLEGRO_THREAD.3.gz +%%DOCS%%share/man/man3/ALLEGRO_TIMEOUT.3.gz +%%DOCS%%share/man/man3/ALLEGRO_TIMER.3.gz +%%DOCS%%share/man/man3/ALLEGRO_TOUCH_INPUT.3.gz +%%DOCS%%share/man/man3/ALLEGRO_TOUCH_INPUT_MAX_TOUCH_COUNT.3.gz +%%DOCS%%share/man/man3/ALLEGRO_TOUCH_INPUT_STATE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_TOUCH_STATE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_TRANSFORM.3.gz +%%DOCS%%share/man/man3/ALLEGRO_USECS_TO_SECS.3.gz +%%DOCS%%share/man/man3/ALLEGRO_USER_EVENT.3.gz +%%DOCS%%share/man/man3/ALLEGRO_USTR.3.gz +%%DOCS%%share/man/man3/ALLEGRO_USTR_INFO.3.gz +%%DOCS%%share/man/man3/ALLEGRO_VERTEX.3.gz +%%DOCS%%share/man/man3/ALLEGRO_VERTEX_BUFFER.3.gz +%%DOCS%%share/man/man3/ALLEGRO_VERTEX_CACHE_SIZE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_VERTEX_DECL.3.gz +%%DOCS%%share/man/man3/ALLEGRO_VERTEX_ELEMENT.3.gz +%%DOCS%%share/man/man3/ALLEGRO_VIDEO_EVENT_TYPE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_VIDEO_POSITION_TYPE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_VOICE.3.gz +%%DOCS%%share/man/man3/ALLEGRO_WRITE_MASK_FLAGS.3.gz +%%DOCS%%share/man/man3/al_%%CMAKE_BUILD_TYPE%%_haptic.3.gz +%%DOCS%%share/man/man3/al_%%CMAKE_BUILD_TYPE%%_haptic_effect.3.gz +%%DOCS%%share/man/man3/al_acknowledge_drawing_halt.3.gz +%%DOCS%%share/man/man3/al_acknowledge_drawing_resume.3.gz +%%DOCS%%share/man/man3/al_acknowledge_resize.3.gz +%%DOCS%%share/man/man3/al_add_config_comment.3.gz +%%DOCS%%share/man/man3/al_add_config_section.3.gz +%%DOCS%%share/man/man3/al_add_new_bitmap_flag.3.gz +%%DOCS%%share/man/man3/al_add_timer_count.3.gz +%%DOCS%%share/man/man3/al_android_get_activity.3.gz +%%DOCS%%share/man/man3/al_android_get_jni_env.3.gz +%%DOCS%%share/man/man3/al_android_get_os_version.3.gz +%%DOCS%%share/man/man3/al_android_set_apk_file_interface.3.gz +%%DOCS%%share/man/man3/al_android_set_apk_fs_interface.3.gz +%%DOCS%%share/man/man3/al_append_menu_item.3.gz +%%DOCS%%share/man/man3/al_append_native_text_log.3.gz +%%DOCS%%share/man/man3/al_append_path_component.3.gz +%%DOCS%%share/man/man3/al_apply_window_constraints.3.gz +%%DOCS%%share/man/man3/al_attach_audio_stream_to_mixer.3.gz +%%DOCS%%share/man/man3/al_attach_audio_stream_to_voice.3.gz +%%DOCS%%share/man/man3/al_attach_mixer_to_mixer.3.gz +%%DOCS%%share/man/man3/al_attach_mixer_to_voice.3.gz +%%DOCS%%share/man/man3/al_attach_sample_instance_to_mixer.3.gz +%%DOCS%%share/man/man3/al_attach_sample_instance_to_voice.3.gz +%%DOCS%%share/man/man3/al_attach_shader_source.3.gz +%%DOCS%%share/man/man3/al_attach_shader_source_file.3.gz +%%DOCS%%share/man/man3/al_backup_dirty_bitmap.3.gz +%%DOCS%%share/man/man3/al_backup_dirty_bitmaps.3.gz +%%DOCS%%share/man/man3/al_broadcast_cond.3.gz +%%DOCS%%share/man/man3/al_build_camera_transform.3.gz +%%DOCS%%share/man/man3/al_build_menu.3.gz +%%DOCS%%share/man/man3/al_build_shader.3.gz +%%DOCS%%share/man/man3/al_build_transform.3.gz +%%DOCS%%share/man/man3/al_calculate_arc.3.gz +%%DOCS%%share/man/man3/al_calculate_ribbon.3.gz +%%DOCS%%share/man/man3/al_calculate_spline.3.gz +%%DOCS%%share/man/man3/al_calloc.3.gz +%%DOCS%%share/man/man3/al_calloc_with_context.3.gz +%%DOCS%%share/man/man3/al_change_directory.3.gz +%%DOCS%%share/man/man3/al_check_inverse.3.gz +%%DOCS%%share/man/man3/al_clear_depth_buffer.3.gz +%%DOCS%%share/man/man3/al_clear_keyboard_state.3.gz +%%DOCS%%share/man/man3/al_clear_to_color.3.gz +%%DOCS%%share/man/man3/al_clipboard_has_text.3.gz +%%DOCS%%share/man/man3/al_clone_bitmap.3.gz +%%DOCS%%share/man/man3/al_clone_menu.3.gz +%%DOCS%%share/man/man3/al_clone_menu_for_popup.3.gz +%%DOCS%%share/man/man3/al_clone_path.3.gz +%%DOCS%%share/man/man3/al_close_directory.3.gz +%%DOCS%%share/man/man3/al_close_native_text_log.3.gz +%%DOCS%%share/man/man3/al_close_video.3.gz +%%DOCS%%share/man/man3/al_color_cmyk.3.gz +%%DOCS%%share/man/man3/al_color_cmyk_to_rgb.3.gz +%%DOCS%%share/man/man3/al_get_monitor_refresh_rate.3.gz +%%DOCS%%share/man/man3/al_color_distance_ciede2000.3.gz +%%DOCS%%share/man/man3/al_color_hsl.3.gz +%%DOCS%%share/man/man3/al_color_hsl_to_rgb.3.gz +%%DOCS%%share/man/man3/al_color_hsv.3.gz +%%DOCS%%share/man/man3/al_color_hsv_to_rgb.3.gz +%%DOCS%%share/man/man3/al_color_html.3.gz +%%DOCS%%share/man/man3/al_color_html_to_rgb.3.gz +%%DOCS%%share/man/man3/al_color_lab.3.gz +%%DOCS%%share/man/man3/al_color_lab_to_rgb.3.gz +%%DOCS%%share/man/man3/al_color_lch.3.gz +%%DOCS%%share/man/man3/al_color_lch_to_rgb.3.gz +%%DOCS%%share/man/man3/al_color_name.3.gz +%%DOCS%%share/man/man3/al_color_name_to_rgb.3.gz +%%DOCS%%share/man/man3/al_color_rgb_to_cmyk.3.gz +%%DOCS%%share/man/man3/al_color_rgb_to_hsl.3.gz +%%DOCS%%share/man/man3/al_color_rgb_to_hsv.3.gz +%%DOCS%%share/man/man3/al_color_rgb_to_html.3.gz +%%DOCS%%share/man/man3/al_color_rgb_to_lab.3.gz +%%DOCS%%share/man/man3/al_color_rgb_to_lch.3.gz +%%DOCS%%share/man/man3/al_color_rgb_to_name.3.gz +%%DOCS%%share/man/man3/al_color_rgb_to_xyy.3.gz +%%DOCS%%share/man/man3/al_color_rgb_to_xyz.3.gz +%%DOCS%%share/man/man3/al_color_rgb_to_yuv.3.gz +%%DOCS%%share/man/man3/al_color_xyy.3.gz +%%DOCS%%share/man/man3/al_color_xyy_to_rgb.3.gz +%%DOCS%%share/man/man3/al_color_xyz.3.gz +%%DOCS%%share/man/man3/al_color_xyz_to_rgb.3.gz +%%DOCS%%share/man/man3/al_color_yuv.3.gz +%%DOCS%%share/man/man3/al_color_yuv_to_rgb.3.gz +%%DOCS%%share/man/man3/al_compose_transform.3.gz +%%DOCS%%share/man/man3/al_convert_bitmap.3.gz +%%DOCS%%share/man/man3/al_convert_mask_to_alpha.3.gz +%%DOCS%%share/man/man3/al_convert_memory_bitmaps.3.gz +%%DOCS%%share/man/man3/al_copy_transform.3.gz +%%DOCS%%share/man/man3/al_create_audio_recorder.3.gz +%%DOCS%%share/man/man3/al_create_audio_stream.3.gz +%%DOCS%%share/man/man3/al_create_bitmap.3.gz +%%DOCS%%share/man/man3/al_create_builtin_font.3.gz +%%DOCS%%share/man/man3/al_create_cond.3.gz +%%DOCS%%share/man/man3/al_create_config.3.gz +%%DOCS%%share/man/man3/al_create_display.3.gz +%%DOCS%%share/man/man3/al_create_event_queue.3.gz +%%DOCS%%share/man/man3/al_create_file_handle.3.gz +%%DOCS%%share/man/man3/al_create_fs_entry.3.gz +%%DOCS%%share/man/man3/al_create_index_buffer.3.gz +%%DOCS%%share/man/man3/al_create_menu.3.gz +%%DOCS%%share/man/man3/al_create_mixer.3.gz +%%DOCS%%share/man/man3/al_create_mouse_cursor.3.gz +%%DOCS%%share/man/man3/al_create_mutex.3.gz +%%DOCS%%share/man/man3/al_create_mutex_recursive.3.gz +%%DOCS%%share/man/man3/al_create_native_file_dialog.3.gz +%%DOCS%%share/man/man3/al_create_path.3.gz +%%DOCS%%share/man/man3/al_create_path_for_directory.3.gz +%%DOCS%%share/man/man3/al_create_popup_menu.3.gz +%%DOCS%%share/man/man3/al_create_sample.3.gz +%%DOCS%%share/man/man3/al_create_sample_instance.3.gz +%%DOCS%%share/man/man3/al_create_shader.3.gz +%%DOCS%%share/man/man3/al_create_sub_bitmap.3.gz +%%DOCS%%share/man/man3/al_create_thread.3.gz +%%DOCS%%share/man/man3/al_create_thread_with_stacksize.3.gz +%%DOCS%%share/man/man3/al_create_timer.3.gz +%%DOCS%%share/man/man3/al_create_vertex_buffer.3.gz +%%DOCS%%share/man/man3/al_create_vertex_decl.3.gz +%%DOCS%%share/man/man3/al_create_voice.3.gz +%%DOCS%%share/man/man3/al_cstr.3.gz +%%DOCS%%share/man/man3/al_cstr_dup.3.gz +%%DOCS%%share/man/man3/al_destroy_audio_recorder.3.gz +%%DOCS%%share/man/man3/al_destroy_audio_stream.3.gz +%%DOCS%%share/man/man3/al_destroy_bitmap.3.gz +%%DOCS%%share/man/man3/al_destroy_cond.3.gz +%%DOCS%%share/man/man3/al_destroy_config.3.gz +%%DOCS%%share/man/man3/al_destroy_display.3.gz +%%DOCS%%share/man/man3/al_destroy_event_queue.3.gz +%%DOCS%%share/man/man3/al_destroy_font.3.gz +%%DOCS%%share/man/man3/al_destroy_fs_entry.3.gz +%%DOCS%%share/man/man3/al_destroy_index_buffer.3.gz +%%DOCS%%share/man/man3/al_destroy_menu.3.gz +%%DOCS%%share/man/man3/al_destroy_mixer.3.gz +%%DOCS%%share/man/man3/al_destroy_mouse_cursor.3.gz +%%DOCS%%share/man/man3/al_destroy_mutex.3.gz +%%DOCS%%share/man/man3/al_destroy_native_file_dialog.3.gz +%%DOCS%%share/man/man3/al_destroy_path.3.gz +%%DOCS%%share/man/man3/al_destroy_sample.3.gz +%%DOCS%%share/man/man3/al_destroy_sample_instance.3.gz +%%DOCS%%share/man/man3/al_destroy_shader.3.gz +%%DOCS%%share/man/man3/al_destroy_thread.3.gz +%%DOCS%%share/man/man3/al_destroy_timer.3.gz +%%DOCS%%share/man/man3/al_destroy_user_event_source.3.gz +%%DOCS%%share/man/man3/al_destroy_vertex_buffer.3.gz +%%DOCS%%share/man/man3/al_destroy_vertex_decl.3.gz +%%DOCS%%share/man/man3/al_destroy_voice.3.gz +%%DOCS%%share/man/man3/al_detach_audio_stream.3.gz +%%DOCS%%share/man/man3/al_detach_mixer.3.gz +%%DOCS%%share/man/man3/al_detach_sample_instance.3.gz +%%DOCS%%share/man/man3/al_detach_voice.3.gz +%%DOCS%%share/man/man3/al_disable_menu_event_source.3.gz +%%DOCS%%share/man/man3/al_do_multiline_text.3.gz +%%DOCS%%share/man/man3/al_do_multiline_ustr.3.gz +%%DOCS%%share/man/man3/al_drain_audio_stream.3.gz +%%DOCS%%share/man/man3/al_draw_arc.3.gz +%%DOCS%%share/man/man3/al_draw_bitmap.3.gz +%%DOCS%%share/man/man3/al_draw_bitmap_region.3.gz +%%DOCS%%share/man/man3/al_draw_circle.3.gz +%%DOCS%%share/man/man3/al_draw_ellipse.3.gz +%%DOCS%%share/man/man3/al_draw_elliptical_arc.3.gz +%%DOCS%%share/man/man3/al_draw_filled_circle.3.gz +%%DOCS%%share/man/man3/al_draw_filled_ellipse.3.gz +%%DOCS%%share/man/man3/al_draw_filled_pieslice.3.gz +%%DOCS%%share/man/man3/al_draw_filled_polygon.3.gz +%%DOCS%%share/man/man3/al_draw_filled_polygon_with_holes.3.gz +%%DOCS%%share/man/man3/al_draw_filled_rectangle.3.gz +%%DOCS%%share/man/man3/al_draw_filled_rounded_rectangle.3.gz +%%DOCS%%share/man/man3/al_draw_filled_triangle.3.gz +%%DOCS%%share/man/man3/al_draw_glyph.3.gz +%%DOCS%%share/man/man3/al_draw_indexed_buffer.3.gz +%%DOCS%%share/man/man3/al_draw_indexed_prim.3.gz +%%DOCS%%share/man/man3/al_draw_justified_text.3.gz +%%DOCS%%share/man/man3/al_draw_justified_textf.3.gz +%%DOCS%%share/man/man3/al_draw_justified_ustr.3.gz +%%DOCS%%share/man/man3/al_draw_line.3.gz +%%DOCS%%share/man/man3/al_draw_multiline_text.3.gz +%%DOCS%%share/man/man3/al_draw_multiline_textf.3.gz +%%DOCS%%share/man/man3/al_draw_multiline_ustr.3.gz +%%DOCS%%share/man/man3/al_draw_pieslice.3.gz +%%DOCS%%share/man/man3/al_draw_pixel.3.gz +%%DOCS%%share/man/man3/al_draw_polygon.3.gz +%%DOCS%%share/man/man3/al_draw_polyline.3.gz +%%DOCS%%share/man/man3/al_draw_prim.3.gz +%%DOCS%%share/man/man3/al_draw_rectangle.3.gz +%%DOCS%%share/man/man3/al_draw_ribbon.3.gz +%%DOCS%%share/man/man3/al_draw_rotated_bitmap.3.gz +%%DOCS%%share/man/man3/al_draw_rounded_rectangle.3.gz +%%DOCS%%share/man/man3/al_draw_scaled_bitmap.3.gz +%%DOCS%%share/man/man3/al_draw_scaled_rotated_bitmap.3.gz +%%DOCS%%share/man/man3/al_draw_soft_line.3.gz +%%DOCS%%share/man/man3/al_draw_soft_triangle.3.gz +%%DOCS%%share/man/man3/al_draw_spline.3.gz +%%DOCS%%share/man/man3/al_draw_text.3.gz +%%DOCS%%share/man/man3/al_draw_textf.3.gz +%%DOCS%%share/man/man3/al_draw_tinted_bitmap.3.gz +%%DOCS%%share/man/man3/al_draw_tinted_bitmap_region.3.gz +%%DOCS%%share/man/man3/al_draw_tinted_rotated_bitmap.3.gz +%%DOCS%%share/man/man3/al_draw_tinted_scaled_bitmap.3.gz +%%DOCS%%share/man/man3/al_draw_tinted_scaled_rotated_bitmap.3.gz +%%DOCS%%share/man/man3/al_draw_tinted_scaled_rotated_bitmap_region.3.gz +%%DOCS%%share/man/man3/al_draw_triangle.3.gz +%%DOCS%%share/man/man3/al_draw_ustr.3.gz +%%DOCS%%share/man/man3/al_draw_vertex_buffer.3.gz +%%DOCS%%share/man/man3/al_drop_next_event.3.gz +%%DOCS%%share/man/man3/al_drop_path_tail.3.gz +%%DOCS%%share/man/man3/al_emit_user_event.3.gz +%%DOCS%%share/man/man3/al_enable_menu_event_source.3.gz +%%DOCS%%share/man/man3/al_fclearerr.3.gz +%%DOCS%%share/man/man3/al_fclose.3.gz +%%DOCS%%share/man/man3/al_feof.3.gz +%%DOCS%%share/man/man3/al_ferrmsg.3.gz +%%DOCS%%share/man/man3/al_ferror.3.gz +%%DOCS%%share/man/man3/al_fflush.3.gz +%%DOCS%%share/man/man3/al_fget_ustr.3.gz +%%DOCS%%share/man/man3/al_fgetc.3.gz +%%DOCS%%share/man/man3/al_fgets.3.gz +%%DOCS%%share/man/man3/al_filename_exists.3.gz +%%DOCS%%share/man/man3/al_fill_silence.3.gz +%%DOCS%%share/man/man3/al_find_menu.3.gz +%%DOCS%%share/man/man3/al_find_menu_item.3.gz +%%DOCS%%share/man/man3/al_fixacos.3.gz +%%DOCS%%share/man/man3/al_fixadd.3.gz +%%DOCS%%share/man/man3/al_fixasin.3.gz +%%DOCS%%share/man/man3/al_fixatan.3.gz +%%DOCS%%share/man/man3/al_fixatan2.3.gz +%%DOCS%%share/man/man3/al_fixceil.3.gz +%%DOCS%%share/man/man3/al_fixcos.3.gz +%%DOCS%%share/man/man3/al_fixdiv.3.gz +%%DOCS%%share/man/man3/al_fixed.3.gz +%%DOCS%%share/man/man3/al_fixfloor.3.gz +%%DOCS%%share/man/man3/al_fixhypot.3.gz +%%DOCS%%share/man/man3/al_fixmul.3.gz +%%DOCS%%share/man/man3/al_fixsin.3.gz +%%DOCS%%share/man/man3/al_fixsqrt.3.gz +%%DOCS%%share/man/man3/al_fixsub.3.gz +%%DOCS%%share/man/man3/al_fixtan.3.gz +%%DOCS%%share/man/man3/al_fixtof.3.gz +%%DOCS%%share/man/man3/al_fixtoi.3.gz +%%DOCS%%share/man/man3/al_fixtorad_r.3.gz +%%DOCS%%share/man/man3/al_flip_display.3.gz +%%DOCS%%share/man/man3/al_flush_event_queue.3.gz +%%DOCS%%share/man/man3/al_fopen.3.gz +%%DOCS%%share/man/man3/al_fopen_fd.3.gz +%%DOCS%%share/man/man3/al_fopen_interface.3.gz +%%DOCS%%share/man/man3/al_fopen_slice.3.gz +%%DOCS%%share/man/man3/al_for_each_fs_entry.3.gz +%%DOCS%%share/man/man3/al_fprintf.3.gz +%%DOCS%%share/man/man3/al_fputc.3.gz +%%DOCS%%share/man/man3/al_fputs.3.gz +%%DOCS%%share/man/man3/al_fread.3.gz +%%DOCS%%share/man/man3/al_fread16be.3.gz +%%DOCS%%share/man/man3/al_fread16le.3.gz +%%DOCS%%share/man/man3/al_fread32be.3.gz +%%DOCS%%share/man/man3/al_fread32le.3.gz +%%DOCS%%share/man/man3/al_free.3.gz +%%DOCS%%share/man/man3/al_free_with_context.3.gz +%%DOCS%%share/man/man3/al_fs_entry_exists.3.gz +%%DOCS%%share/man/man3/al_fseek.3.gz +%%DOCS%%share/man/man3/al_fsize.3.gz +%%DOCS%%share/man/man3/al_ftell.3.gz +%%DOCS%%share/man/man3/al_ftofix.3.gz +%%DOCS%%share/man/man3/al_fungetc.3.gz +%%DOCS%%share/man/man3/al_fwrite.3.gz +%%DOCS%%share/man/man3/al_fwrite16be.3.gz +%%DOCS%%share/man/man3/al_fwrite16le.3.gz +%%DOCS%%share/man/man3/al_fwrite32be.3.gz +%%DOCS%%share/man/man3/al_fwrite32le.3.gz +%%DOCS%%share/man/man3/al_get_allegro_acodec_version.3.gz +%%DOCS%%share/man/man3/al_get_allegro_audio_version.3.gz +%%DOCS%%share/man/man3/al_get_allegro_color_version.3.gz +%%DOCS%%share/man/man3/al_get_allegro_font_version.3.gz +%%DOCS%%share/man/man3/al_get_allegro_image_version.3.gz +%%DOCS%%share/man/man3/al_get_allegro_memfile_version.3.gz +%%DOCS%%share/man/man3/al_get_allegro_native_dialog_version.3.gz +%%DOCS%%share/man/man3/al_get_allegro_physfs_version.3.gz +%%DOCS%%share/man/man3/al_get_allegro_primitives_version.3.gz +%%DOCS%%share/man/man3/al_get_allegro_ttf_version.3.gz +%%DOCS%%share/man/man3/al_get_allegro_version.3.gz +%%DOCS%%share/man/man3/al_get_allegro_video_version.3.gz +%%DOCS%%share/man/man3/al_get_app_name.3.gz +%%DOCS%%share/man/man3/al_get_audio_depth_size.3.gz +%%DOCS%%share/man/man3/al_get_audio_recorder_event.3.gz +%%DOCS%%share/man/man3/al_get_audio_recorder_event_source.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_attached.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_channels.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_depth.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_event_source.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_fragment.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_fragments.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_frequency.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_gain.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_length.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_length_secs.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_pan.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_played_samples.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_playing.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_playmode.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_position_secs.3.gz +%%DOCS%%share/man/man3/al_get_audio_stream_speed.3.gz +%%DOCS%%share/man/man3/al_get_available_audio_stream_fragments.3.gz +%%DOCS%%share/man/man3/al_get_backbuffer.3.gz +%%DOCS%%share/man/man3/al_get_bitmap_blend_color.3.gz +%%DOCS%%share/man/man3/al_get_bitmap_blender.3.gz +%%DOCS%%share/man/man3/al_get_bitmap_depth.3.gz +%%DOCS%%share/man/man3/al_get_bitmap_flags.3.gz +%%DOCS%%share/man/man3/al_get_bitmap_format.3.gz +%%DOCS%%share/man/man3/al_get_bitmap_height.3.gz +%%DOCS%%share/man/man3/al_get_bitmap_samples.3.gz +%%DOCS%%share/man/man3/al_get_bitmap_width.3.gz +%%DOCS%%share/man/man3/al_get_bitmap_x.3.gz +%%DOCS%%share/man/man3/al_get_bitmap_y.3.gz +%%DOCS%%share/man/man3/al_get_blend_color.3.gz +%%DOCS%%share/man/man3/al_get_blender.3.gz +%%DOCS%%share/man/man3/al_get_channel_count.3.gz +%%DOCS%%share/man/man3/al_get_clipboard_text.3.gz +%%DOCS%%share/man/man3/al_get_clipping_rectangle.3.gz +%%DOCS%%share/man/man3/al_get_config_value.3.gz +%%DOCS%%share/man/man3/al_get_cpu_count.3.gz +%%DOCS%%share/man/man3/al_get_current_directory.3.gz +%%DOCS%%share/man/man3/al_get_current_display.3.gz +%%DOCS%%share/man/man3/al_get_current_inverse_transform.3.gz +%%DOCS%%share/man/man3/al_get_current_projection_transform.3.gz +%%DOCS%%share/man/man3/al_get_current_transform.3.gz +%%DOCS%%share/man/man3/al_get_d3d_device.3.gz +%%DOCS%%share/man/man3/al_get_d3d_system_texture.3.gz +%%DOCS%%share/man/man3/al_get_d3d_texture_position.3.gz +%%DOCS%%share/man/man3/al_get_d3d_texture_size.3.gz +%%DOCS%%share/man/man3/al_get_d3d_video_texture.3.gz +%%DOCS%%share/man/man3/al_get_default_menu_event_source.3.gz +%%DOCS%%share/man/man3/al_get_default_mixer.3.gz +%%DOCS%%share/man/man3/al_get_default_shader_source.3.gz +%%DOCS%%share/man/man3/al_get_default_voice.3.gz +%%DOCS%%share/man/man3/al_get_display_event_source.3.gz +%%DOCS%%share/man/man3/al_get_display_flags.3.gz +%%DOCS%%share/man/man3/al_get_display_format.3.gz +%%DOCS%%share/man/man3/al_get_display_height.3.gz +%%DOCS%%share/man/man3/al_get_display_menu.3.gz +%%DOCS%%share/man/man3/al_get_display_mode.3.gz +%%DOCS%%share/man/man3/al_get_display_option.3.gz +%%DOCS%%share/man/man3/al_get_display_orientation.3.gz +%%DOCS%%share/man/man3/al_get_display_refresh_rate.3.gz +%%DOCS%%share/man/man3/al_get_display_width.3.gz +%%DOCS%%share/man/man3/al_get_errno.3.gz +%%DOCS%%share/man/man3/al_get_event_source_data.3.gz +%%DOCS%%share/man/man3/al_get_fallback_font.3.gz +%%DOCS%%share/man/man3/al_get_file_userdata.3.gz +%%DOCS%%share/man/man3/al_get_first_config_entry.3.gz +%%DOCS%%share/man/man3/al_get_first_config_section.3.gz +%%DOCS%%share/man/man3/al_get_font_ascent.3.gz +%%DOCS%%share/man/man3/al_get_font_descent.3.gz +%%DOCS%%share/man/man3/al_get_font_line_height.3.gz +%%DOCS%%share/man/man3/al_get_font_ranges.3.gz +%%DOCS%%share/man/man3/al_get_fs_entry_atime.3.gz +%%DOCS%%share/man/man3/al_get_fs_entry_ctime.3.gz +%%DOCS%%share/man/man3/al_get_fs_entry_mode.3.gz +%%DOCS%%share/man/man3/al_get_fs_entry_mtime.3.gz +%%DOCS%%share/man/man3/al_get_fs_entry_name.3.gz +%%DOCS%%share/man/man3/al_get_fs_entry_size.3.gz +%%DOCS%%share/man/man3/al_get_fs_interface.3.gz +%%DOCS%%share/man/man3/al_get_glyph.3.gz +%%DOCS%%share/man/man3/al_get_glyph_advance.3.gz +%%DOCS%%share/man/man3/al_get_glyph_dimensions.3.gz +%%DOCS%%share/man/man3/al_get_glyph_width.3.gz +%%DOCS%%share/man/man3/al_get_haptic_autocenter.3.gz +%%DOCS%%share/man/man3/al_get_haptic_capabilities.3.gz +%%DOCS%%share/man/man3/al_get_haptic_effect_duration.3.gz +%%DOCS%%share/man/man3/al_get_haptic_from_display.3.gz +%%DOCS%%share/man/man3/al_get_haptic_from_joystick.3.gz +%%DOCS%%share/man/man3/al_get_haptic_from_keyboard.3.gz +%%DOCS%%share/man/man3/al_get_haptic_from_mouse.3.gz +%%DOCS%%share/man/man3/al_get_haptic_from_touch_input.3.gz +%%DOCS%%share/man/man3/al_get_haptic_gain.3.gz +%%DOCS%%share/man/man3/al_get_index_buffer_size.3.gz +%%DOCS%%share/man/man3/al_get_joystick.3.gz +%%DOCS%%share/man/man3/al_get_joystick_active.3.gz +%%DOCS%%share/man/man3/al_get_joystick_axis_name.3.gz +%%DOCS%%share/man/man3/al_get_joystick_button_name.3.gz +%%DOCS%%share/man/man3/al_get_joystick_event_source.3.gz +%%DOCS%%share/man/man3/al_get_joystick_name.3.gz +%%DOCS%%share/man/man3/al_get_joystick_num_axes.3.gz +%%DOCS%%share/man/man3/al_get_joystick_num_buttons.3.gz +%%DOCS%%share/man/man3/al_get_joystick_num_sticks.3.gz +%%DOCS%%share/man/man3/al_get_joystick_state.3.gz +%%DOCS%%share/man/man3/al_get_joystick_stick_flags.3.gz +%%DOCS%%share/man/man3/al_get_joystick_stick_name.3.gz +%%DOCS%%share/man/man3/al_get_keyboard_event_source.3.gz +%%DOCS%%share/man/man3/al_get_keyboard_state.3.gz +%%DOCS%%share/man/man3/al_get_max_haptic_effects.3.gz +%%DOCS%%share/man/man3/al_get_menu_item_caption.3.gz +%%DOCS%%share/man/man3/al_get_menu_item_flags.3.gz +%%DOCS%%share/man/man3/al_get_menu_item_icon.3.gz +%%DOCS%%share/man/man3/al_get_mixer_attached.3.gz +%%DOCS%%share/man/man3/al_get_mixer_channels.3.gz +%%DOCS%%share/man/man3/al_get_mixer_depth.3.gz +%%DOCS%%share/man/man3/al_get_mixer_frequency.3.gz +%%DOCS%%share/man/man3/al_get_mixer_gain.3.gz +%%DOCS%%share/man/man3/al_get_mixer_playing.3.gz +%%DOCS%%share/man/man3/al_get_mixer_quality.3.gz +%%DOCS%%share/man/man3/al_get_monitor_dpi.3.gz +%%DOCS%%share/man/man3/al_get_monitor_info.3.gz +%%DOCS%%share/man/man3/al_get_mouse_cursor_position.3.gz +%%DOCS%%share/man/man3/al_get_mouse_emulation_mode.3.gz +%%DOCS%%share/man/man3/al_get_mouse_event_source.3.gz +%%DOCS%%share/man/man3/al_get_mouse_num_axes.3.gz +%%DOCS%%share/man/man3/al_get_mouse_num_buttons.3.gz +%%DOCS%%share/man/man3/al_get_mouse_state.3.gz +%%DOCS%%share/man/man3/al_get_mouse_state_axis.3.gz +%%DOCS%%share/man/man3/al_get_mouse_wheel_precision.3.gz +%%DOCS%%share/man/man3/al_get_native_file_dialog_count.3.gz +%%DOCS%%share/man/man3/al_get_native_file_dialog_path.3.gz +%%DOCS%%share/man/man3/al_get_native_text_log_event_source.3.gz +%%DOCS%%share/man/man3/al_get_new_bitmap_depth.3.gz +%%DOCS%%share/man/man3/al_get_new_bitmap_flags.3.gz +%%DOCS%%share/man/man3/al_get_new_bitmap_format.3.gz +%%DOCS%%share/man/man3/al_get_new_bitmap_samples.3.gz +%%DOCS%%share/man/man3/al_get_new_display_adapter.3.gz +%%DOCS%%share/man/man3/al_get_new_display_flags.3.gz +%%DOCS%%share/man/man3/al_get_new_display_option.3.gz +%%DOCS%%share/man/man3/al_get_new_display_refresh_rate.3.gz +%%DOCS%%share/man/man3/al_get_new_file_interface.3.gz +%%DOCS%%share/man/man3/al_get_new_window_position.3.gz +%%DOCS%%share/man/man3/al_get_new_window_title.3.gz +%%DOCS%%share/man/man3/al_get_next_config_entry.3.gz +%%DOCS%%share/man/man3/al_get_next_config_section.3.gz +%%DOCS%%share/man/man3/al_get_next_event.3.gz +%%DOCS%%share/man/man3/al_get_num_display_modes.3.gz +%%DOCS%%share/man/man3/al_get_num_joysticks.3.gz +%%DOCS%%share/man/man3/al_get_num_video_adapters.3.gz +%%DOCS%%share/man/man3/al_get_opengl_extension_list.3.gz +%%DOCS%%share/man/man3/al_get_opengl_fbo.3.gz +%%DOCS%%share/man/man3/al_get_opengl_proc_address.3.gz +%%DOCS%%share/man/man3/al_get_opengl_program_object.3.gz +%%DOCS%%share/man/man3/al_get_opengl_texture.3.gz +%%DOCS%%share/man/man3/al_get_opengl_texture_position.3.gz +%%DOCS%%share/man/man3/al_get_opengl_texture_size.3.gz +%%DOCS%%share/man/man3/al_get_opengl_variant.3.gz +%%DOCS%%share/man/man3/al_get_opengl_version.3.gz +%%DOCS%%share/man/man3/al_get_org_name.3.gz +%%DOCS%%share/man/man3/al_get_parent_bitmap.3.gz +%%DOCS%%share/man/man3/al_get_path_basename.3.gz +%%DOCS%%share/man/man3/al_get_path_component.3.gz +%%DOCS%%share/man/man3/al_get_path_drive.3.gz +%%DOCS%%share/man/man3/al_get_path_extension.3.gz +%%DOCS%%share/man/man3/al_get_path_filename.3.gz +%%DOCS%%share/man/man3/al_get_path_num_components.3.gz +%%DOCS%%share/man/man3/al_get_path_tail.3.gz +%%DOCS%%share/man/man3/al_get_pixel.3.gz +%%DOCS%%share/man/man3/al_get_pixel_block_height.3.gz +%%DOCS%%share/man/man3/al_get_pixel_block_size.3.gz +%%DOCS%%share/man/man3/al_get_pixel_block_width.3.gz +%%DOCS%%share/man/man3/al_get_pixel_format_bits.3.gz +%%DOCS%%share/man/man3/al_get_pixel_size.3.gz +%%DOCS%%share/man/man3/al_get_ram_size.3.gz +%%DOCS%%share/man/man3/al_get_sample.3.gz +%%DOCS%%share/man/man3/al_get_sample_channels.3.gz +%%DOCS%%share/man/man3/al_get_sample_data.3.gz +%%DOCS%%share/man/man3/al_get_sample_depth.3.gz +%%DOCS%%share/man/man3/al_get_sample_frequency.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_attached.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_channels.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_depth.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_frequency.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_gain.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_length.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_pan.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_playing.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_playmode.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_position.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_speed.3.gz +%%DOCS%%share/man/man3/al_get_sample_instance_time.3.gz +%%DOCS%%share/man/man3/al_get_sample_length.3.gz +%%DOCS%%share/man/man3/al_get_separate_bitmap_blender.3.gz +%%DOCS%%share/man/man3/al_get_separate_blender.3.gz +%%DOCS%%share/man/man3/al_get_shader_log.3.gz +%%DOCS%%share/man/man3/al_get_shader_platform.3.gz +%%DOCS%%share/man/man3/al_get_standard_path.3.gz +%%DOCS%%share/man/man3/al_get_system_config.3.gz +%%DOCS%%share/man/man3/al_get_system_id.3.gz +%%DOCS%%share/man/man3/al_get_target_bitmap.3.gz +%%DOCS%%share/man/man3/al_get_text_dimensions.3.gz +%%DOCS%%share/man/man3/al_get_text_width.3.gz +%%DOCS%%share/man/man3/al_get_thread_should_stop.3.gz +%%DOCS%%share/man/man3/al_get_time.3.gz +%%DOCS%%share/man/man3/al_get_timer_count.3.gz +%%DOCS%%share/man/man3/al_get_timer_event_source.3.gz +%%DOCS%%share/man/man3/al_get_timer_speed.3.gz +%%DOCS%%share/man/man3/al_get_timer_started.3.gz +%%DOCS%%share/man/man3/al_get_touch_input_event_source.3.gz +%%DOCS%%share/man/man3/al_get_touch_input_mouse_emulation_event_source.3.gz +%%DOCS%%share/man/man3/al_get_touch_input_state.3.gz +%%DOCS%%share/man/man3/al_get_ustr_dimensions.3.gz +%%DOCS%%share/man/man3/al_get_ustr_width.3.gz +%%DOCS%%share/man/man3/al_get_vertex_buffer_size.3.gz +%%DOCS%%share/man/man3/al_get_video_audio_rate.3.gz +%%DOCS%%share/man/man3/al_get_video_event_source.3.gz +%%DOCS%%share/man/man3/al_get_video_fps.3.gz +%%DOCS%%share/man/man3/al_get_video_frame.3.gz +%%DOCS%%share/man/man3/al_get_video_position.3.gz +%%DOCS%%share/man/man3/al_get_video_scaled_height.3.gz +%%DOCS%%share/man/man3/al_get_video_scaled_width.3.gz +%%DOCS%%share/man/man3/al_get_voice_channels.3.gz +%%DOCS%%share/man/man3/al_get_voice_depth.3.gz +%%DOCS%%share/man/man3/al_get_voice_frequency.3.gz +%%DOCS%%share/man/man3/al_get_voice_playing.3.gz +%%DOCS%%share/man/man3/al_get_voice_position.3.gz +%%DOCS%%share/man/man3/al_get_win_window_handle.3.gz +%%DOCS%%share/man/man3/al_get_window_constraints.3.gz +%%DOCS%%share/man/man3/al_get_window_position.3.gz +%%DOCS%%share/man/man3/al_get_x_window_id.3.gz +%%DOCS%%share/man/man3/al_grab_font_from_bitmap.3.gz +%%DOCS%%share/man/man3/al_grab_mouse.3.gz +%%DOCS%%share/man/man3/al_have_d3d_non_pow2_texture_support.3.gz +%%DOCS%%share/man/man3/al_have_d3d_non_square_texture_support.3.gz +%%DOCS%%share/man/man3/al_have_opengl_extension.3.gz +%%DOCS%%share/man/man3/al_hide_mouse_cursor.3.gz +%%DOCS%%share/man/man3/al_hold_bitmap_drawing.3.gz +%%DOCS%%share/man/man3/al_horizontal_shear_transform.3.gz +%%DOCS%%share/man/man3/al_identify_bitmap.3.gz +%%DOCS%%share/man/man3/al_identify_bitmap_f.3.gz +%%DOCS%%share/man/man3/al_identity_transform.3.gz +%%DOCS%%share/man/man3/al_inhibit_screensaver.3.gz +%%DOCS%%share/man/man3/al_init.3.gz +%%DOCS%%share/man/man3/al_init_acodec_addon.3.gz +%%DOCS%%share/man/man3/al_init_font_addon.3.gz +%%DOCS%%share/man/man3/al_init_image_addon.3.gz +%%DOCS%%share/man/man3/al_init_native_dialog_addon.3.gz +%%DOCS%%share/man/man3/al_init_primitives_addon.3.gz +%%DOCS%%share/man/man3/al_init_timeout.3.gz +%%DOCS%%share/man/man3/al_init_ttf_addon.3.gz +%%DOCS%%share/man/man3/al_init_user_event_source.3.gz +%%DOCS%%share/man/man3/al_init_video_addon.3.gz +%%DOCS%%share/man/man3/al_insert_menu_item.3.gz +%%DOCS%%share/man/man3/al_insert_path_component.3.gz +%%DOCS%%share/man/man3/al_install_audio.3.gz +%%DOCS%%share/man/man3/al_install_haptic.3.gz +%%DOCS%%share/man/man3/al_install_joystick.3.gz +%%DOCS%%share/man/man3/al_install_keyboard.3.gz +%%DOCS%%share/man/man3/al_install_mouse.3.gz +%%DOCS%%share/man/man3/al_install_system.3.gz +%%DOCS%%share/man/man3/al_install_touch_input.3.gz +%%DOCS%%share/man/man3/al_invert_transform.3.gz +%%DOCS%%share/man/man3/al_iphone_get_view.3.gz +%%DOCS%%share/man/man3/al_iphone_get_window.3.gz +%%DOCS%%share/man/man3/al_iphone_set_statusbar_orientation.3.gz +%%DOCS%%share/man/man3/al_is_acodec_addon_initialized.3.gz +%%DOCS%%share/man/man3/al_is_audio_installed.3.gz +%%DOCS%%share/man/man3/al_is_audio_recorder_recording.3.gz +%%DOCS%%share/man/man3/al_is_bitmap_drawing_held.3.gz +%%DOCS%%share/man/man3/al_is_bitmap_locked.3.gz +%%DOCS%%share/man/man3/al_is_color_valid.3.gz +%%DOCS%%share/man/man3/al_is_compatible_bitmap.3.gz +%%DOCS%%share/man/man3/al_is_d3d_device_lost.3.gz +%%DOCS%%share/man/man3/al_is_display_haptic.3.gz +%%DOCS%%share/man/man3/al_is_event_queue_empty.3.gz +%%DOCS%%share/man/man3/al_is_event_queue_paused.3.gz +%%DOCS%%share/man/man3/al_is_event_source_registered.3.gz +%%DOCS%%share/man/man3/al_is_font_addon_initialized.3.gz +%%DOCS%%share/man/man3/al_is_haptic_active.3.gz +%%DOCS%%share/man/man3/al_is_haptic_capable.3.gz +%%DOCS%%share/man/man3/al_is_haptic_effect_ok.3.gz +%%DOCS%%share/man/man3/al_is_haptic_effect_playing.3.gz +%%DOCS%%share/man/man3/al_is_haptic_installed.3.gz +%%DOCS%%share/man/man3/al_is_image_addon_initialized.3.gz +%%DOCS%%share/man/man3/al_is_joystick_haptic.3.gz +%%DOCS%%share/man/man3/al_is_joystick_installed.3.gz +%%DOCS%%share/man/man3/al_is_keyboard_haptic.3.gz +%%DOCS%%share/man/man3/al_is_keyboard_installed.3.gz +%%DOCS%%share/man/man3/al_is_mouse_haptic.3.gz +%%DOCS%%share/man/man3/al_is_mouse_installed.3.gz +%%DOCS%%share/man/man3/al_is_native_dialog_addon_initialized.3.gz +%%DOCS%%share/man/man3/al_is_primitives_addon_initialized.3.gz +%%DOCS%%share/man/man3/al_is_sub_bitmap.3.gz +%%DOCS%%share/man/man3/al_is_system_installed.3.gz +%%DOCS%%share/man/man3/al_is_touch_input_haptic.3.gz +%%DOCS%%share/man/man3/al_is_touch_input_installed.3.gz +%%DOCS%%share/man/man3/al_is_ttf_addon_initialized.3.gz +%%DOCS%%share/man/man3/al_is_video_addon_initialized.3.gz +%%DOCS%%share/man/man3/al_is_video_playing.3.gz +%%DOCS%%share/man/man3/al_itofix.3.gz +%%DOCS%%share/man/man3/al_join_paths.3.gz +%%DOCS%%share/man/man3/al_join_thread.3.gz +%%DOCS%%share/man/man3/al_key_down.3.gz +%%DOCS%%share/man/man3/al_keycode_to_name.3.gz +%%DOCS%%share/man/man3/al_load_audio_stream.3.gz +%%DOCS%%share/man/man3/al_load_audio_stream_f.3.gz +%%DOCS%%share/man/man3/al_load_bitmap.3.gz +%%DOCS%%share/man/man3/al_load_bitmap_f.3.gz +%%DOCS%%share/man/man3/al_load_bitmap_flags.3.gz +%%DOCS%%share/man/man3/al_load_bitmap_flags_f.3.gz +%%DOCS%%share/man/man3/al_load_bitmap_font.3.gz +%%DOCS%%share/man/man3/al_load_bitmap_font_flags.3.gz +%%DOCS%%share/man/man3/al_load_config_file.3.gz +%%DOCS%%share/man/man3/al_load_config_file_f.3.gz +%%DOCS%%share/man/man3/al_load_font.3.gz +%%DOCS%%share/man/man3/al_load_sample.3.gz +%%DOCS%%share/man/man3/al_load_sample_f.3.gz +%%DOCS%%share/man/man3/al_load_ttf_font.3.gz +%%DOCS%%share/man/man3/al_load_ttf_font_f.3.gz +%%DOCS%%share/man/man3/al_load_ttf_font_stretch.3.gz +%%DOCS%%share/man/man3/al_load_ttf_font_stretch_f.3.gz +%%DOCS%%share/man/man3/al_lock_bitmap.3.gz +%%DOCS%%share/man/man3/al_lock_bitmap_blocked.3.gz +%%DOCS%%share/man/man3/al_lock_bitmap_region.3.gz +%%DOCS%%share/man/man3/al_lock_bitmap_region_blocked.3.gz +%%DOCS%%share/man/man3/al_lock_index_buffer.3.gz +%%DOCS%%share/man/man3/al_lock_mutex.3.gz +%%DOCS%%share/man/man3/al_lock_sample_id.3.gz +%%DOCS%%share/man/man3/al_lock_vertex_buffer.3.gz +%%DOCS%%share/man/man3/al_make_directory.3.gz +%%DOCS%%share/man/man3/al_make_path_canonical.3.gz +%%DOCS%%share/man/man3/al_make_temp_file.3.gz +%%DOCS%%share/man/man3/al_malloc.3.gz +%%DOCS%%share/man/man3/al_malloc_with_context.3.gz +%%DOCS%%share/man/man3/al_map_rgb.3.gz +%%DOCS%%share/man/man3/al_map_rgb_f.3.gz +%%DOCS%%share/man/man3/al_map_rgba.3.gz +%%DOCS%%share/man/man3/al_map_rgba_f.3.gz +%%DOCS%%share/man/man3/al_merge_config.3.gz +%%DOCS%%share/man/man3/al_merge_config_into.3.gz +%%DOCS%%share/man/man3/al_mouse_button_down.3.gz +%%DOCS%%share/man/man3/al_open_directory.3.gz +%%DOCS%%share/man/man3/al_open_fs_entry.3.gz +%%DOCS%%share/man/man3/al_open_memfile.3.gz +%%DOCS%%share/man/man3/al_open_native_text_log.3.gz +%%DOCS%%share/man/man3/al_open_video.3.gz +%%DOCS%%share/man/man3/al_orthographic_transform.3.gz +%%DOCS%%share/man/man3/al_osx_get_window.3.gz +%%DOCS%%share/man/man3/al_path_cstr.3.gz +%%DOCS%%share/man/man3/al_path_ustr.3.gz +%%DOCS%%share/man/man3/al_pause_event_queue.3.gz +%%DOCS%%share/man/man3/al_peek_next_event.3.gz +%%DOCS%%share/man/man3/al_perspective_transform.3.gz +%%DOCS%%share/man/man3/al_play_haptic_effect.3.gz +%%DOCS%%share/man/man3/al_play_sample.3.gz +%%DOCS%%share/man/man3/al_play_sample_instance.3.gz +%%DOCS%%share/man/man3/al_popup_menu.3.gz +%%DOCS%%share/man/man3/al_premul_rgba.3.gz +%%DOCS%%share/man/man3/al_premul_rgba_f.3.gz +%%DOCS%%share/man/man3/al_put_blended_pixel.3.gz +%%DOCS%%share/man/man3/al_put_pixel.3.gz +%%DOCS%%share/man/man3/al_radtofix_r.3.gz +%%DOCS%%share/man/man3/al_read_directory.3.gz +%%DOCS%%share/man/man3/al_realloc.3.gz +%%DOCS%%share/man/man3/al_realloc_with_context.3.gz +%%DOCS%%share/man/man3/al_rebase_path.3.gz +%%DOCS%%share/man/man3/al_reconfigure_joysticks.3.gz +%%DOCS%%share/man/man3/al_ref_buffer.3.gz +%%DOCS%%share/man/man3/al_ref_cstr.3.gz +%%DOCS%%share/man/man3/al_ref_ustr.3.gz +%%DOCS%%share/man/man3/al_register_assert_handler.3.gz +%%DOCS%%share/man/man3/al_register_audio_stream_loader.3.gz +%%DOCS%%share/man/man3/al_register_audio_stream_loader_f.3.gz +%%DOCS%%share/man/man3/al_register_bitmap_identifier.3.gz +%%DOCS%%share/man/man3/al_register_bitmap_loader.3.gz +%%DOCS%%share/man/man3/al_register_bitmap_loader_f.3.gz +%%DOCS%%share/man/man3/al_register_bitmap_saver.3.gz +%%DOCS%%share/man/man3/al_register_bitmap_saver_f.3.gz +%%DOCS%%share/man/man3/al_register_event_source.3.gz +%%DOCS%%share/man/man3/al_register_font_loader.3.gz +%%DOCS%%share/man/man3/al_register_sample_loader.3.gz +%%DOCS%%share/man/man3/al_register_sample_loader_f.3.gz +%%DOCS%%share/man/man3/al_register_sample_saver.3.gz +%%DOCS%%share/man/man3/al_register_sample_saver_f.3.gz +%%DOCS%%share/man/man3/al_register_trace_handler.3.gz +%%DOCS%%share/man/man3/al_release_joystick.3.gz +%%DOCS%%share/man/man3/al_remove_config_key.3.gz +%%DOCS%%share/man/man3/al_remove_config_section.3.gz +%%DOCS%%share/man/man3/al_remove_display_menu.3.gz +%%DOCS%%share/man/man3/al_remove_filename.3.gz +%%DOCS%%share/man/man3/al_remove_fs_entry.3.gz +%%DOCS%%share/man/man3/al_remove_menu_item.3.gz +%%DOCS%%share/man/man3/al_remove_opengl_fbo.3.gz +%%DOCS%%share/man/man3/al_remove_path_component.3.gz +%%DOCS%%share/man/man3/al_reparent_bitmap.3.gz +%%DOCS%%share/man/man3/al_replace_path_component.3.gz +%%DOCS%%share/man/man3/al_reserve_samples.3.gz +%%DOCS%%share/man/man3/al_reset_bitmap_blender.3.gz +%%DOCS%%share/man/man3/al_reset_clipping_rectangle.3.gz +%%DOCS%%share/man/man3/al_reset_new_display_options.3.gz +%%DOCS%%share/man/man3/al_resize_display.3.gz +%%DOCS%%share/man/man3/al_rest.3.gz +%%DOCS%%share/man/man3/al_restore_default_mixer.3.gz +%%DOCS%%share/man/man3/al_restore_state.3.gz +%%DOCS%%share/man/man3/al_resume_timer.3.gz +%%DOCS%%share/man/man3/al_rewind_audio_stream.3.gz +%%DOCS%%share/man/man3/al_rotate_transform.3.gz +%%DOCS%%share/man/man3/al_rotate_transform_3d.3.gz +%%DOCS%%share/man/man3/al_rumble_haptic.3.gz +%%DOCS%%share/man/man3/al_run_detached_thread.3.gz +%%DOCS%%share/man/man3/al_run_main.3.gz +%%DOCS%%share/man/man3/al_save_bitmap.3.gz +%%DOCS%%share/man/man3/al_save_bitmap_f.3.gz +%%DOCS%%share/man/man3/al_save_config_file.3.gz +%%DOCS%%share/man/man3/al_save_config_file_f.3.gz +%%DOCS%%share/man/man3/al_save_sample.3.gz +%%DOCS%%share/man/man3/al_save_sample_f.3.gz +%%DOCS%%share/man/man3/al_scale_transform.3.gz +%%DOCS%%share/man/man3/al_scale_transform_3d.3.gz +%%DOCS%%share/man/man3/al_seek_audio_stream_secs.3.gz +%%DOCS%%share/man/man3/al_seek_video.3.gz +%%DOCS%%share/man/man3/al_set_app_name.3.gz +%%DOCS%%share/man/man3/al_set_audio_stream_channel_matrix.3.gz +%%DOCS%%share/man/man3/al_set_audio_stream_fragment.3.gz +%%DOCS%%share/man/man3/al_set_audio_stream_gain.3.gz +%%DOCS%%share/man/man3/al_set_audio_stream_loop_secs.3.gz +%%DOCS%%share/man/man3/al_set_audio_stream_pan.3.gz +%%DOCS%%share/man/man3/al_set_audio_stream_playing.3.gz +%%DOCS%%share/man/man3/al_set_audio_stream_playmode.3.gz +%%DOCS%%share/man/man3/al_set_audio_stream_speed.3.gz +%%DOCS%%share/man/man3/al_set_bitmap_blend_color.3.gz +%%DOCS%%share/man/man3/al_set_bitmap_blender.3.gz +%%DOCS%%share/man/man3/al_set_blend_color.3.gz +%%DOCS%%share/man/man3/al_set_blender.3.gz +%%DOCS%%share/man/man3/al_set_clipboard_text.3.gz +%%DOCS%%share/man/man3/al_set_clipping_rectangle.3.gz +%%DOCS%%share/man/man3/al_set_config_value.3.gz +%%DOCS%%share/man/man3/al_set_current_opengl_context.3.gz +%%DOCS%%share/man/man3/al_set_d3d_device_%%CMAKE_BUILD_TYPE%%_callback.3.gz +%%DOCS%%share/man/man3/al_set_d3d_device_restore_callback.3.gz +%%DOCS%%share/man/man3/al_set_default_mixer.3.gz +%%DOCS%%share/man/man3/al_set_default_voice.3.gz +%%DOCS%%share/man/man3/al_set_display_flag.3.gz +%%DOCS%%share/man/man3/al_set_display_icon.3.gz +%%DOCS%%share/man/man3/al_set_display_icons.3.gz +%%DOCS%%share/man/man3/al_set_display_menu.3.gz +%%DOCS%%share/man/man3/al_set_display_option.3.gz +%%DOCS%%share/man/man3/al_set_errno.3.gz +%%DOCS%%share/man/man3/al_set_event_source_data.3.gz +%%DOCS%%share/man/man3/al_set_exe_name.3.gz +%%DOCS%%share/man/man3/al_set_fallback_font.3.gz +%%DOCS%%share/man/man3/al_set_fs_interface.3.gz +%%DOCS%%share/man/man3/al_set_haptic_autocenter.3.gz +%%DOCS%%share/man/man3/al_set_haptic_gain.3.gz +%%DOCS%%share/man/man3/al_set_keyboard_leds.3.gz +%%DOCS%%share/man/man3/al_set_memory_interface.3.gz +%%DOCS%%share/man/man3/al_set_menu_item_caption.3.gz +%%DOCS%%share/man/man3/al_set_menu_item_flags.3.gz +%%DOCS%%share/man/man3/al_set_menu_item_icon.3.gz +%%DOCS%%share/man/man3/al_set_mixer_frequency.3.gz +%%DOCS%%share/man/man3/al_set_mixer_gain.3.gz +%%DOCS%%share/man/man3/al_set_mixer_playing.3.gz +%%DOCS%%share/man/man3/al_set_mixer_postprocess_callback.3.gz +%%DOCS%%share/man/man3/al_set_mixer_quality.3.gz +%%DOCS%%share/man/man3/al_set_mouse_axis.3.gz +%%DOCS%%share/man/man3/al_set_mouse_cursor.3.gz +%%DOCS%%share/man/man3/al_set_mouse_emulation_mode.3.gz +%%DOCS%%share/man/man3/al_set_mouse_w.3.gz +%%DOCS%%share/man/man3/al_set_mouse_wheel_precision.3.gz +%%DOCS%%share/man/man3/al_set_mouse_xy.3.gz +%%DOCS%%share/man/man3/al_set_mouse_z.3.gz +%%DOCS%%share/man/man3/al_set_new_bitmap_depth.3.gz +%%DOCS%%share/man/man3/al_set_new_bitmap_flags.3.gz +%%DOCS%%share/man/man3/al_set_new_bitmap_format.3.gz +%%DOCS%%share/man/man3/al_set_new_bitmap_samples.3.gz +%%DOCS%%share/man/man3/al_set_new_display_adapter.3.gz +%%DOCS%%share/man/man3/al_set_new_display_flags.3.gz +%%DOCS%%share/man/man3/al_set_new_display_option.3.gz +%%DOCS%%share/man/man3/al_set_new_display_refresh_rate.3.gz +%%DOCS%%share/man/man3/al_set_new_file_interface.3.gz +%%DOCS%%share/man/man3/al_set_new_window_position.3.gz +%%DOCS%%share/man/man3/al_set_new_window_title.3.gz +%%DOCS%%share/man/man3/al_set_org_name.3.gz +%%DOCS%%share/man/man3/al_set_path_drive.3.gz +%%DOCS%%share/man/man3/al_set_path_extension.3.gz +%%DOCS%%share/man/man3/al_set_path_filename.3.gz +%%DOCS%%share/man/man3/al_set_physfs_file_interface.3.gz +%%DOCS%%share/man/man3/al_set_render_state.3.gz +%%DOCS%%share/man/man3/al_set_sample.3.gz +%%DOCS%%share/man/man3/al_set_sample_instance_channel_matrix.3.gz +%%DOCS%%share/man/man3/al_set_sample_instance_gain.3.gz +%%DOCS%%share/man/man3/al_set_sample_instance_length.3.gz +%%DOCS%%share/man/man3/al_set_sample_instance_pan.3.gz +%%DOCS%%share/man/man3/al_set_sample_instance_playing.3.gz +%%DOCS%%share/man/man3/al_set_sample_instance_playmode.3.gz +%%DOCS%%share/man/man3/al_set_sample_instance_position.3.gz +%%DOCS%%share/man/man3/al_set_sample_instance_speed.3.gz +%%DOCS%%share/man/man3/al_set_separate_bitmap_blender.3.gz +%%DOCS%%share/man/man3/al_set_separate_blender.3.gz +%%DOCS%%share/man/man3/al_set_shader_bool.3.gz +%%DOCS%%share/man/man3/al_set_shader_float.3.gz +%%DOCS%%share/man/man3/al_set_shader_float_vector.3.gz +%%DOCS%%share/man/man3/al_set_shader_int.3.gz +%%DOCS%%share/man/man3/al_set_shader_int_vector.3.gz +%%DOCS%%share/man/man3/al_set_shader_matrix.3.gz +%%DOCS%%share/man/man3/al_set_shader_sampler.3.gz +%%DOCS%%share/man/man3/al_set_standard_file_interface.3.gz +%%DOCS%%share/man/man3/al_set_standard_fs_interface.3.gz +%%DOCS%%share/man/man3/al_set_system_mouse_cursor.3.gz +%%DOCS%%share/man/man3/al_set_target_backbuffer.3.gz +%%DOCS%%share/man/man3/al_set_target_bitmap.3.gz +%%DOCS%%share/man/man3/al_set_thread_should_stop.3.gz +%%DOCS%%share/man/man3/al_set_timer_count.3.gz +%%DOCS%%share/man/man3/al_set_timer_speed.3.gz +%%DOCS%%share/man/man3/al_set_video_playing.3.gz +%%DOCS%%share/man/man3/al_set_voice_playing.3.gz +%%DOCS%%share/man/man3/al_set_voice_position.3.gz +%%DOCS%%share/man/man3/al_set_window_constraints.3.gz +%%DOCS%%share/man/man3/al_set_window_position.3.gz +%%DOCS%%share/man/man3/al_set_window_title.3.gz +%%DOCS%%share/man/man3/al_show_mouse_cursor.3.gz +%%DOCS%%share/man/man3/al_show_native_file_dialog.3.gz +%%DOCS%%share/man/man3/al_show_native_message_box.3.gz +%%DOCS%%share/man/man3/al_shutdown_font_addon.3.gz +%%DOCS%%share/man/man3/al_shutdown_image_addon.3.gz +%%DOCS%%share/man/man3/al_shutdown_native_dialog_addon.3.gz +%%DOCS%%share/man/man3/al_shutdown_primitives_addon.3.gz +%%DOCS%%share/man/man3/al_shutdown_ttf_addon.3.gz +%%DOCS%%share/man/man3/al_shutdown_video_addon.3.gz +%%DOCS%%share/man/man3/al_signal_cond.3.gz +%%DOCS%%share/man/man3/al_start_audio_recorder.3.gz +%%DOCS%%share/man/man3/al_start_thread.3.gz +%%DOCS%%share/man/man3/al_start_timer.3.gz +%%DOCS%%share/man/man3/al_start_video.3.gz +%%DOCS%%share/man/man3/al_start_video_with_voice.3.gz +%%DOCS%%share/man/man3/al_stop_audio_recorder.3.gz +%%DOCS%%share/man/man3/al_stop_haptic_effect.3.gz +%%DOCS%%share/man/man3/al_stop_sample.3.gz +%%DOCS%%share/man/man3/al_stop_sample_instance.3.gz +%%DOCS%%share/man/man3/al_stop_samples.3.gz +%%DOCS%%share/man/man3/al_stop_timer.3.gz +%%DOCS%%share/man/man3/al_store_state.3.gz +%%DOCS%%share/man/man3/al_toggle_menu_item_flags.3.gz +%%DOCS%%share/man/man3/al_transform_coordinates.3.gz +%%DOCS%%share/man/man3/al_transform_coordinates_3d.3.gz +%%DOCS%%share/man/man3/al_transform_coordinates_3d_projective.3.gz +%%DOCS%%share/man/man3/al_transform_coordinates_4d.3.gz +%%DOCS%%share/man/man3/al_translate_transform.3.gz +%%DOCS%%share/man/man3/al_translate_transform_3d.3.gz +%%DOCS%%share/man/man3/al_transpose_transform.3.gz +%%DOCS%%share/man/man3/al_triangulate_polygon.3.gz +%%DOCS%%share/man/man3/al_ungrab_mouse.3.gz +%%DOCS%%share/man/man3/al_uninstall_audio.3.gz +%%DOCS%%share/man/man3/al_uninstall_haptic.3.gz +%%DOCS%%share/man/man3/al_uninstall_joystick.3.gz +%%DOCS%%share/man/man3/al_uninstall_keyboard.3.gz +%%DOCS%%share/man/man3/al_uninstall_mouse.3.gz +%%DOCS%%share/man/man3/al_uninstall_system.3.gz +%%DOCS%%share/man/man3/al_uninstall_touch_input.3.gz +%%DOCS%%share/man/man3/al_unlock_bitmap.3.gz +%%DOCS%%share/man/man3/al_unlock_index_buffer.3.gz +%%DOCS%%share/man/man3/al_unlock_mutex.3.gz +%%DOCS%%share/man/man3/al_unlock_sample_id.3.gz +%%DOCS%%share/man/man3/al_unlock_vertex_buffer.3.gz +%%DOCS%%share/man/man3/al_unmap_rgb.3.gz +%%DOCS%%share/man/man3/al_unmap_rgb_f.3.gz +%%DOCS%%share/man/man3/al_unmap_rgba.3.gz +%%DOCS%%share/man/man3/al_unmap_rgba_f.3.gz +%%DOCS%%share/man/man3/al_unref_user_event.3.gz +%%DOCS%%share/man/man3/al_unregister_event_source.3.gz +%%DOCS%%share/man/man3/al_update_display_region.3.gz +%%DOCS%%share/man/man3/al_update_fs_entry.3.gz +%%DOCS%%share/man/man3/al_upload_and_play_haptic_effect.3.gz +%%DOCS%%share/man/man3/al_upload_haptic_effect.3.gz +%%DOCS%%share/man/man3/al_use_projection_transform.3.gz +%%DOCS%%share/man/man3/al_use_shader.3.gz +%%DOCS%%share/man/man3/al_use_transform.3.gz +%%DOCS%%share/man/man3/al_ustr_append.3.gz +%%DOCS%%share/man/man3/al_ustr_append_chr.3.gz +%%DOCS%%share/man/man3/al_ustr_append_cstr.3.gz +%%DOCS%%share/man/man3/al_ustr_appendf.3.gz +%%DOCS%%share/man/man3/al_ustr_assign.3.gz +%%DOCS%%share/man/man3/al_ustr_assign_cstr.3.gz +%%DOCS%%share/man/man3/al_ustr_assign_substr.3.gz +%%DOCS%%share/man/man3/al_ustr_compare.3.gz +%%DOCS%%share/man/man3/al_ustr_dup.3.gz +%%DOCS%%share/man/man3/al_ustr_dup_substr.3.gz +%%DOCS%%share/man/man3/al_ustr_empty_string.3.gz +%%DOCS%%share/man/man3/al_ustr_encode_utf16.3.gz +%%DOCS%%share/man/man3/al_ustr_equal.3.gz +%%DOCS%%share/man/man3/al_ustr_find_chr.3.gz +%%DOCS%%share/man/man3/al_ustr_find_cset.3.gz +%%DOCS%%share/man/man3/al_ustr_find_cset_cstr.3.gz +%%DOCS%%share/man/man3/al_ustr_find_cstr.3.gz +%%DOCS%%share/man/man3/al_ustr_find_replace.3.gz +%%DOCS%%share/man/man3/al_ustr_find_replace_cstr.3.gz +%%DOCS%%share/man/man3/al_ustr_find_set.3.gz +%%DOCS%%share/man/man3/al_ustr_find_set_cstr.3.gz +%%DOCS%%share/man/man3/al_ustr_find_str.3.gz +%%DOCS%%share/man/man3/al_ustr_free.3.gz +%%DOCS%%share/man/man3/al_ustr_get.3.gz +%%DOCS%%share/man/man3/al_ustr_get_next.3.gz +%%DOCS%%share/man/man3/al_ustr_has_prefix.3.gz +%%DOCS%%share/man/man3/al_ustr_has_prefix_cstr.3.gz +%%DOCS%%share/man/man3/al_ustr_has_suffix.3.gz +%%DOCS%%share/man/man3/al_ustr_has_suffix_cstr.3.gz +%%DOCS%%share/man/man3/al_ustr_insert.3.gz +%%DOCS%%share/man/man3/al_ustr_insert_chr.3.gz +%%DOCS%%share/man/man3/al_ustr_insert_cstr.3.gz +%%DOCS%%share/man/man3/al_ustr_length.3.gz +%%DOCS%%share/man/man3/al_ustr_ltrim_ws.3.gz +%%DOCS%%share/man/man3/al_ustr_ncompare.3.gz +%%DOCS%%share/man/man3/al_ustr_new.3.gz +%%DOCS%%share/man/man3/al_ustr_new_from_buffer.3.gz +%%DOCS%%share/man/man3/al_ustr_new_from_utf16.3.gz +%%DOCS%%share/man/man3/al_ustr_newf.3.gz +%%DOCS%%share/man/man3/al_ustr_next.3.gz +%%DOCS%%share/man/man3/al_ustr_offset.3.gz +%%DOCS%%share/man/man3/al_ustr_prev.3.gz +%%DOCS%%share/man/man3/al_ustr_prev_get.3.gz +%%DOCS%%share/man/man3/al_ustr_remove_chr.3.gz +%%DOCS%%share/man/man3/al_ustr_remove_range.3.gz +%%DOCS%%share/man/man3/al_ustr_replace_range.3.gz +%%DOCS%%share/man/man3/al_ustr_rfind_chr.3.gz +%%DOCS%%share/man/man3/al_ustr_rfind_cstr.3.gz +%%DOCS%%share/man/man3/al_ustr_rfind_str.3.gz +%%DOCS%%share/man/man3/al_ustr_rtrim_ws.3.gz +%%DOCS%%share/man/man3/al_ustr_set_chr.3.gz +%%DOCS%%share/man/man3/al_ustr_size.3.gz +%%DOCS%%share/man/man3/al_ustr_size_utf16.3.gz +%%DOCS%%share/man/man3/al_ustr_to_buffer.3.gz +%%DOCS%%share/man/man3/al_ustr_trim_ws.3.gz +%%DOCS%%share/man/man3/al_ustr_truncate.3.gz +%%DOCS%%share/man/man3/al_ustr_vappendf.3.gz +%%DOCS%%share/man/man3/al_utf16_encode.3.gz +%%DOCS%%share/man/man3/al_utf16_width.3.gz +%%DOCS%%share/man/man3/al_utf8_encode.3.gz +%%DOCS%%share/man/man3/al_utf8_width.3.gz +%%DOCS%%share/man/man3/al_vertical_shear_transform.3.gz +%%DOCS%%share/man/man3/al_vfprintf.3.gz +%%DOCS%%share/man/man3/al_wait_cond.3.gz +%%DOCS%%share/man/man3/al_wait_cond_until.3.gz +%%DOCS%%share/man/man3/al_wait_for_event.3.gz +%%DOCS%%share/man/man3/al_wait_for_event_timed.3.gz +%%DOCS%%share/man/man3/al_wait_for_event_until.3.gz +%%DOCS%%share/man/man3/al_wait_for_vsync.3.gz +%%DOCS%%share/man/man3/al_win_add_window_callback.3.gz +%%DOCS%%share/man/man3/al_win_remove_window_callback.3.gz +%%DOCS%%share/man/man3/al_x_set_initial_icon.3.gz diff --git a/devel/amber/Makefile b/devel/amber/Makefile index fe4b8ac356d..9c9ee2cc6fb 100644 --- a/devel/amber/Makefile +++ b/devel/amber/Makefile @@ -1,6 +1,7 @@ PORTNAME= amber DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= -code-search-replace-tool diff --git a/devel/argc/Makefile b/devel/argc/Makefile index a79c6bfd6af..eb5233b4842 100644 --- a/devel/argc/Makefile +++ b/devel/argc/Makefile @@ -1,7 +1,7 @@ PORTNAME= argc DISTVERSIONPREFIX= v DISTVERSION= 1.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/argtable/Makefile b/devel/argtable/Makefile index 897168eeb6f..627c31e2988 100644 --- a/devel/argtable/Makefile +++ b/devel/argtable/Makefile @@ -1,6 +1,6 @@ PORTNAME= argtable PORTVERSION= 2.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/./-/} @@ -24,7 +24,7 @@ post-patch: s|^install-data-am: install-dist_exampleDATA|install-data-am: |g' ${WRKSRC}/Makefile.in post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/argtable2.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/doc/argtable2.3 ${STAGEDIR}${PREFIX}/share/man/man3 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/argtable/pkg-plist b/devel/argtable/pkg-plist index 4a2fdd54820..8e56e51fb26 100644 --- a/devel/argtable/pkg-plist +++ b/devel/argtable/pkg-plist @@ -4,7 +4,7 @@ lib/libargtable2.so lib/libargtable2.so.0 lib/libargtable2.so.0.1.8 libdata/pkgconfig/argtable2.pc -man/man3/argtable2.3.gz +share/man/man3/argtable2.3.gz %%PORTDOCS%%%%DOCSDIR%%/arg_int.gif %%PORTDOCS%%%%DOCSDIR%%/argtable2-advanced.html %%PORTDOCS%%%%DOCSDIR%%/argtable2-advanced.pdf diff --git a/devel/athens/Makefile b/devel/athens/Makefile index 56a48584fff..fa6dca0e8bd 100644 --- a/devel/athens/Makefile +++ b/devel/athens/Makefile @@ -1,5 +1,5 @@ PORTNAME= athens -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -BUILD_DATE= 2023-12-12-00:00:00-UTC +BUILD_DATE= 2024-01-05-00:00:00-UTC GO_MODULE= github.com/gomods/${PORTNAME} GO_TARGET= ./cmd/proxy diff --git a/devel/athens/distinfo b/devel/athens/distinfo index 0b4764a2771..1d5ad8388b3 100644 --- a/devel/athens/distinfo +++ b/devel/athens/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1702466226 -SHA256 (go/devel_athens/athens-v0.13.0/v0.13.0.mod) = 474ec279b46ed24eb13eb62dea78caa5f08891133ba0efa259f9dc36154c5e06 -SIZE (go/devel_athens/athens-v0.13.0/v0.13.0.mod) = 7166 -SHA256 (go/devel_athens/athens-v0.13.0/v0.13.0.zip) = 0959a9d9a2de3c895bfdd64593a5c7fbb7e59db82eeafc889456fa3a8bf3bb28 -SIZE (go/devel_athens/athens-v0.13.0/v0.13.0.zip) = 12841745 +TIMESTAMP = 1704485212 +SHA256 (go/devel_athens/athens-v0.13.1/v0.13.1.mod) = ec7cb572554d959d3c08309abe4ee5fdbd3af38aed116f3936c5ffe355b23beb +SIZE (go/devel_athens/athens-v0.13.1/v0.13.1.mod) = 7166 +SHA256 (go/devel_athens/athens-v0.13.1/v0.13.1.zip) = 8799989c39c349db91496fa0537119aa0de8188a5bbe9bf6f0c9ba071b718b39 +SIZE (go/devel_athens/athens-v0.13.1/v0.13.1.zip) = 12842009 diff --git a/devel/aws-c-event-stream/Makefile b/devel/aws-c-event-stream/Makefile index 105afcaa88e..f134ab8094a 100644 --- a/devel/aws-c-event-stream/Makefile +++ b/devel/aws-c-event-stream/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-event-stream DISTVERSIONPREFIX= v -DISTVERSION= 0.4.0 +DISTVERSION= 0.4.1 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/aws-c-event-stream/distinfo b/devel/aws-c-event-stream/distinfo index ff6861b589e..bd6e3b01dd2 100644 --- a/devel/aws-c-event-stream/distinfo +++ b/devel/aws-c-event-stream/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703954194 -SHA256 (awslabs-aws-c-event-stream-v0.4.0_GH0.tar.gz) = 657ef66b00e330f36a7a7cceeffcb5aa269474fe285d5b2dc322881f4524f455 -SIZE (awslabs-aws-c-event-stream-v0.4.0_GH0.tar.gz) = 71179 +TIMESTAMP = 1704483714 +SHA256 (awslabs-aws-c-event-stream-v0.4.1_GH0.tar.gz) = f8915fba57c86148f8df4c303ca6f31de6c23375de554ba8d6f9aef2a980e93e +SIZE (awslabs-aws-c-event-stream-v0.4.1_GH0.tar.gz) = 71514 diff --git a/devel/bacnet-stack/Makefile b/devel/bacnet-stack/Makefile index 2a369af35ed..35e1765248a 100644 --- a/devel/bacnet-stack/Makefile +++ b/devel/bacnet-stack/Makefile @@ -1,5 +1,5 @@ PORTNAME= bacnet-stack -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= devel MAINTAINER= acm@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/license/readme.txt USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= bacnet-stack -GH_TAGNAME= 934761d +GH_TAGNAME= f64eab7 LDFLAGS= -lm diff --git a/devel/bacnet-stack/distinfo b/devel/bacnet-stack/distinfo index 8c357ebe9dd..b1031ca17fc 100644 --- a/devel/bacnet-stack/distinfo +++ b/devel/bacnet-stack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696361556 -SHA256 (bacnet-stack-bacnet-stack-1.3.1-934761d_GH0.tar.gz) = 7696a2e5896fe1a2c2ec321b9524bb1ba07e23b6f1b6d0bad6246981ffcabfff -SIZE (bacnet-stack-bacnet-stack-1.3.1-934761d_GH0.tar.gz) = 31214388 +TIMESTAMP = 1704490441 +SHA256 (bacnet-stack-bacnet-stack-1.3.2-f64eab7_GH0.tar.gz) = 98b9ce700ab52c41396a3e18cca8237537a8d454f531c489311a649cf4435b6f +SIZE (bacnet-stack-bacnet-stack-1.3.2-f64eab7_GH0.tar.gz) = 31221176 diff --git a/devel/bacon/Makefile b/devel/bacon/Makefile index aa4215b1c23..932edf30427 100644 --- a/devel/bacon/Makefile +++ b/devel/bacon/Makefile @@ -1,6 +1,7 @@ PORTNAME= bacon DISTVERSIONPREFIX= v DISTVERSION= 2.14.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/bingrep/Makefile b/devel/bingrep/Makefile index 631c546b651..b78c710c310 100644 --- a/devel/bingrep/Makefile +++ b/devel/bingrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= bingrep DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index 017da61c591..5216d150072 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -1,5 +1,6 @@ PORTNAME= bmake PORTVERSION= 20230723 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://ftp.netbsd.org/pub/NetBSD/misc/sjg/ @@ -30,7 +31,7 @@ do-test: do-install: ${INSTALL_PROGRAM} ${WRKDIR}/obj/bmake ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/bmake/bmake.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/bmake/bmake.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${SH} ${WRKSRC}/mk/install-mk -v ${STAGEDIR}${PREFIX}/share/mk ${CHMOD} -x ${STAGEDIR}${PREFIX}/share/mk/meta2deps.py cd ${STAGEDIR}${PREFIX} ; \ diff --git a/devel/bmake/pkg-plist b/devel/bmake/pkg-plist index 9743a21e6fc..1a0d6891c62 100644 --- a/devel/bmake/pkg-plist +++ b/devel/bmake/pkg-plist @@ -1,5 +1,5 @@ bin/bmake -man/man1/bmake.1.gz +share/man/man1/bmake.1.gz @comment Insert PLIST.share-mk here @comment -=[ begin PLIST.share-mk ]=- @comment -=[ end PLIST.share-mk ]=- diff --git a/devel/brz/Makefile b/devel/brz/Makefile index eddf2a39041..6267b4f021c 100644 --- a/devel/brz/Makefile +++ b/devel/brz/Makefile @@ -41,7 +41,7 @@ DULWICH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dulwich>=0:devel/py-dulwich@${PY_FLA SFTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${PY_FLAVOR} post-install: - ${INSTALL_MAN} ${WRKSRC}/brz.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/brz.1 ${STAGEDIR}${PREFIX}/man/man1 ${STRIP_CMD} \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/breezy/*.so \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/breezy/bzr/*.so diff --git a/devel/bunyan/Makefile b/devel/bunyan/Makefile index 1a5646f4f2d..ae087ebb4ec 100644 --- a/devel/bunyan/Makefile +++ b/devel/bunyan/Makefile @@ -1,7 +1,7 @@ PORTNAME= bunyan DISTVERSIONPREFIX= v DISTVERSION= 0.1.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/busd/Makefile b/devel/busd/Makefile index 84dcf282559..180172217e2 100644 --- a/devel/busd/Makefile +++ b/devel/busd/Makefile @@ -1,6 +1,6 @@ PORTNAME= busd DISTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/cargo-bloat/Makefile b/devel/cargo-bloat/Makefile index 25e9706774f..1ecc49f0c2f 100644 --- a/devel/cargo-bloat/Makefile +++ b/devel/cargo-bloat/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-bloat DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile index 97edec332ed..12f583611b0 100644 --- a/devel/cargo-c/Makefile +++ b/devel/cargo-c/Makefile @@ -1,6 +1,7 @@ PORTNAME= cargo-c DISTVERSION= 0.9.29 DISTVERSIONSUFFIX= +cargo-0.76.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 27757d62cbc..aef54d79edb 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= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-generate/Makefile b/devel/cargo-generate/Makefile index 9c8c01bcaee..4e5a7344e03 100644 --- a/devel/cargo-generate/Makefile +++ b/devel/cargo-generate/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-generate DISTVERSIONPREFIX= v DISTVERSION= 0.18.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/cargo-leptos/Makefile b/devel/cargo-leptos/Makefile index 8c72c82b844..25fb8d93500 100644 --- a/devel/cargo-leptos/Makefile +++ b/devel/cargo-leptos/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-leptos DISTVERSIONPREFIX= v DISTVERSION= 0.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-mutants/Makefile b/devel/cargo-mutants/Makefile index 8388e87197b..74160304999 100644 --- a/devel/cargo-mutants/Makefile +++ b/devel/cargo-mutants/Makefile @@ -1,6 +1,7 @@ PORTNAME= cargo-mutants DISTVERSIONPREFIX= v DISTVERSION= 23.12.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cbfmt/Makefile b/devel/cbfmt/Makefile index 8fa83c13f25..ad761617ab4 100644 --- a/devel/cbfmt/Makefile +++ b/devel/cbfmt/Makefile @@ -1,7 +1,7 @@ PORTNAME= cbfmt DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/ccdoc/Makefile b/devel/ccdoc/Makefile index 7cf839398f2..7a2dc51e22d 100644 --- a/devel/ccdoc/Makefile +++ b/devel/ccdoc/Makefile @@ -1,5 +1,6 @@ PORTNAME= ccdoc PORTVERSION= 0.8r41 +PORTREVISION= 1 CATEGORIES= devel textproc MASTER_SITES= http://ccdoc.sourceforge.net/downloads/ DISTNAME= src @@ -17,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}v${PORTVERSION:S/.//g}/src MAKEFILE= mkopt_gcc.mk ALL_TARGET= bld PLIST_FILES= bin/ccdoc \ - man/man1/ccdoc.1.gz + share/man/man1/ccdoc.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS @@ -35,7 +36,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/../bin_opt_gcc_/ccdoc.exe \ ${STAGEDIR}${PREFIX}/bin/ccdoc ${INSTALL_MAN} ${WRKSRC}/../doc/htdocs/ccdoc.man \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 + ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 do-install-DOCS-on: cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile index 3cb3d23cc30..9bca59cbc7a 100644 --- a/devel/cdecl/Makefile +++ b/devel/cdecl/Makefile @@ -1,5 +1,5 @@ PORTNAME= cdecl -PORTVERSION= 15.0 +PORTVERSION= 16.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo index bc89470ca9a..7279c5a816d 100644 --- a/devel/cdecl/distinfo +++ b/devel/cdecl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702849199 -SHA256 (paul-j-lucas-cdecl-cdecl-15.0_GH0.tar.gz) = 3a0d863c78f63f3e0d53009ac07e5e75073e869ba48aaa092aa840192ba71c2a -SIZE (paul-j-lucas-cdecl-cdecl-15.0_GH0.tar.gz) = 919884 +TIMESTAMP = 1704501804 +SHA256 (paul-j-lucas-cdecl-cdecl-16.0_GH0.tar.gz) = 6f4b7825f1fa6793a881478470828372d5487d3c548de35108a1bf8af98625a1 +SIZE (paul-j-lucas-cdecl-cdecl-16.0_GH0.tar.gz) = 958403 diff --git a/devel/checkbashisms/Makefile b/devel/checkbashisms/Makefile index ce4270f2bd0..3132dcb1431 100644 --- a/devel/checkbashisms/Makefile +++ b/devel/checkbashisms/Makefile @@ -1,5 +1,6 @@ PORTNAME= checkbashisms DISTVERSION= 2.22.2 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= DEBIAN/pool/main/d/devscripts/ DISTNAME= devscripts_${PORTVERSION} @@ -23,7 +24,7 @@ WRKSRC= ${WRKDIR}/devscripts-${PORTVERSION} PLIST_FILES= bin/checkbashisms \ etc/bash_completion.d/_checkbashisms.bash \ - man/man1/checkbashisms.1.gz + share/man/man1/checkbashisms.1.gz post-patch: @${REINPLACE_CMD} -e 's|###VERSION###|${PORTVERSION}|' \ @@ -33,7 +34,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/checkbashisms.pl \ ${STAGEDIR}${PREFIX}/bin/checkbashisms ${INSTALL_MAN} ${WRKSRC}/scripts/checkbashisms.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/scripts/checkbashisms.bash_completion \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/_checkbashisms.bash diff --git a/devel/cocogitto/Makefile b/devel/cocogitto/Makefile index 70ad0329071..6708bc19bba 100644 --- a/devel/cocogitto/Makefile +++ b/devel/cocogitto/Makefile @@ -1,5 +1,6 @@ PORTNAME= cocogitto DISTVERSION= 6.0.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile index edaa69e5110..fe33bcb283f 100644 --- a/devel/codeville/Makefile +++ b/devel/codeville/Makefile @@ -1,16 +1,18 @@ -PORTNAME= codeville +PORTNAME= codeville PORTVERSION= 0.1.18 -CATEGORIES= devel python +CATEGORIES= devel python MASTER_SITES= https://BSDforge.com/projects/source/devel/codeville/ -MAINTAINER= portmaster@bsdforge.com -COMMENT= Anarchic control version system without unnecessary re-merges +MAINTAINER= ports@FreeBSD.org +COMMENT= Anarchic control version system without unnecessary re-merges WWW= https://bsdforge.com/projects/devel/codeville/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN= Unfetchable +DEPRECATED= Abandonware, dead upstream for at least 10 years. Consider using devel/git or devel/mercurial +EXPIRATION_DATE=2024-02-29 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} diff --git a/devel/cons-test/Makefile b/devel/cons-test/Makefile index cf7bff74a7e..30774ad2ef1 100644 --- a/devel/cons-test/Makefile +++ b/devel/cons-test/Makefile @@ -1,6 +1,6 @@ PORTNAME= cons-test PORTVERSION= 2.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://www.dsmit.com/cons/stable/ \ http://www.gnu.org/software/cons/stable/ \ @@ -49,7 +49,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/Test/Cmd/Cons.pm \ ${STAGEDIR}${PREFIX}/lib/${CONS_TEST}/Test/Cmd ${INSTALL_MAN} ${WRKSRC}/cons-test.1.gz \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/cons-test/pkg-plist b/devel/cons-test/pkg-plist index cb186d5e558..26f28f51a3c 100644 --- a/devel/cons-test/pkg-plist +++ b/devel/cons-test/pkg-plist @@ -131,4 +131,4 @@ lib/%%CONS_TEST%%/t/t0146.t lib/%%CONS_TEST%%/t/t0147.t lib/%%CONS_TEST%%/Test/Cmd.pm lib/%%CONS_TEST%%/Test/Cmd/Cons.pm -man/man1/cons-test.1.gz +share/man/man1/cons-test.1.gz diff --git a/devel/convco/Makefile b/devel/convco/Makefile index 404bf56cf30..b24645bc9ac 100644 --- a/devel/convco/Makefile +++ b/devel/convco/Makefile @@ -1,6 +1,7 @@ PORTNAME= convco DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/courier-unicode/Makefile b/devel/courier-unicode/Makefile index 50b9e987574..003462fb8fd 100644 --- a/devel/courier-unicode/Makefile +++ b/devel/courier-unicode/Makefile @@ -1,5 +1,5 @@ PORTNAME= courier-unicode -PORTVERSION= 2.2.6 +PORTVERSION= 2.3.0 CATEGORIES= devel mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} diff --git a/devel/courier-unicode/distinfo b/devel/courier-unicode/distinfo index dd0af4c9067..238b84b4928 100644 --- a/devel/courier-unicode/distinfo +++ b/devel/courier-unicode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670179507 -SHA256 (courier-unicode-2.2.6.tar.bz2) = 513f68066ed192ace630f601984c565b5c1d1c81d98c6478ebe4edb3a15be03a -SIZE (courier-unicode-2.2.6.tar.bz2) = 598551 +TIMESTAMP = 1704477082 +SHA256 (courier-unicode-2.3.0.tar.bz2) = c9d9a7d368baa216d109c42389964946f988ac919460d7a3828bf99b7e50820d +SIZE (courier-unicode-2.3.0.tar.bz2) = 657354 diff --git a/devel/courier-unicode/pkg-plist b/devel/courier-unicode/pkg-plist index f8c170fdde1..e6874c7a357 100644 --- a/devel/courier-unicode/pkg-plist +++ b/devel/courier-unicode/pkg-plist @@ -3,8 +3,8 @@ include/courier-unicode-script-tab.h include/courier-unicode.h lib/libcourier-unicode.a lib/libcourier-unicode.so -lib/libcourier-unicode.so.7 -lib/libcourier-unicode.so.7.0.0 +lib/libcourier-unicode.so.8 +lib/libcourier-unicode.so.8.0.0 man/man3/unicode::bidi.3.gz man/man3/unicode::bidi_calc.3.gz man/man3/unicode::bidi_calc_types.3.gz @@ -83,6 +83,26 @@ man/man3/unicode_decompose_reallocate_size.3.gz man/man3/unicode_decomposition_deinit.3.gz man/man3/unicode_decomposition_init.3.gz man/man3/unicode_default_chset.3.gz +man/man3/unicode_derived_case_ignorable_lookup.3.gz +man/man3/unicode_derived_cased_lookup.3.gz +man/man3/unicode_derived_changes_when_casefolded_lookup.3.gz +man/man3/unicode_derived_changes_when_casemapped_lookup.3.gz +man/man3/unicode_derived_changes_when_lowercased_lookup.3.gz +man/man3/unicode_derived_changes_when_titlecased_lookup.3.gz +man/man3/unicode_derived_changes_when_uppercased_lookup.3.gz +man/man3/unicode_derived_core_properties.3.gz +man/man3/unicode_derived_default_ignorable_code_point_lookup.3.gz +man/man3/unicode_derived_grapheme_base_lookup.3.gz +man/man3/unicode_derived_grapheme_extend_lookup.3.gz +man/man3/unicode_derived_grapheme_link_lookup.3.gz +man/man3/unicode_derived_id_continue_lookup.3.gz +man/man3/unicode_derived_id_start_lookup.3.gz +man/man3/unicode_derived_incb_lookup.3.gz +man/man3/unicode_derived_lowercase_lookup.3.gz +man/man3/unicode_derived_math_lookup.3.gz +man/man3/unicode_derived_uppercase_lookup.3.gz +man/man3/unicode_derived_xid_continue_lookup.3.gz +man/man3/unicode_derived_xid_start_lookup.3.gz man/man3/unicode_emoji.3.gz man/man3/unicode_emoji_component.3.gz man/man3/unicode_emoji_extended_pictographic.3.gz @@ -90,6 +110,7 @@ man/man3/unicode_emoji_lookup.3.gz man/man3/unicode_emoji_modifier.3.gz man/man3/unicode_emoji_modifier_base.3.gz man/man3/unicode_emoji_presentation.3.gz +man/man3/unicode_general_category_lookup.3.gz man/man3/unicode_grapheme_break.3.gz man/man3/unicode_grapheme_break_deinit.3.gz man/man3/unicode_grapheme_break_init.3.gz diff --git a/devel/covtool/Makefile b/devel/covtool/Makefile index c4c47f8f9fa..8e3c54a504c 100644 --- a/devel/covtool/Makefile +++ b/devel/covtool/Makefile @@ -1,6 +1,6 @@ PORTNAME= covtool PORTVERSION= 2.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel_2.0 @@ -23,7 +23,7 @@ post-patch: post-install: ${INSTALL_MAN} ${WRKSRC}/man/man1/*.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_DATA} ${WRKSRC}/cov++.cfg ${STAGEDIR}${PREFIX}/etc/cov++.cfg.sample .include diff --git a/devel/covtool/pkg-plist b/devel/covtool/pkg-plist index 1e0588779a8..7ece00f2101 100644 --- a/devel/covtool/pkg-plist +++ b/devel/covtool/pkg-plist @@ -7,11 +7,11 @@ bin/gen_html libexec/covtool/covtoolhelper.o libexec/covtool/covtoolhelper_debug.o libexec/covtool/covtoolhelper.c -man/man1/cov++.1.gz -man/man1/covannotate.1.gz -man/man1/covmerge.1.gz -man/man1/covtool.1.gz -man/man1/gen_html.1.gz +share/man/man1/cov++.1.gz +share/man/man1/covannotate.1.gz +share/man/man1/covmerge.1.gz +share/man/man1/covtool.1.gz +share/man/man1/gen_html.1.gz %%DATADIR%%/README %%DATADIR%%/COPYRIGHT %%DATADIR%%/covtool_version diff --git a/devel/cpprestsdk/Makefile b/devel/cpprestsdk/Makefile index e93798effc6..ef8e29606d2 100644 --- a/devel/cpprestsdk/Makefile +++ b/devel/cpprestsdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= cpprestsdk -PORTVERSION= 2.10.18 +PORTVERSION= 2.10.19 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -14,12 +14,14 @@ BUILD_DEPENDS= ${LOCALBASE}/include/websocketpp/client.hpp:devel/websocketpp LIB_DEPENDS= libboost_system.so:devel/boost-libs USES= cmake compiler:c++11-lang pkgconfig ssl -USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= Microsoft -WRKSRC_SUBDIR= Release +USE_LDCONFIG= yes + CMAKE_OFF= BUILD_SAMPLES BUILD_TESTS WERROR +WRKSRC_SUBDIR= Release + OPTIONS_DEFINE= BROTLI BROTLI_LIB_DEPENDS= libbrotlidec.so:archivers/brotli diff --git a/devel/cpprestsdk/distinfo b/devel/cpprestsdk/distinfo index 05d6bf4a962..56e5cff3074 100644 --- a/devel/cpprestsdk/distinfo +++ b/devel/cpprestsdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665067608 -SHA256 (Microsoft-cpprestsdk-v2.10.18_GH0.tar.gz) = 6bd74a637ff182144b6a4271227ea8b6b3ea92389f88b25b215e6f94fd4d41cb -SIZE (Microsoft-cpprestsdk-v2.10.18_GH0.tar.gz) = 1747792 +TIMESTAMP = 1704650102 +SHA256 (Microsoft-cpprestsdk-v2.10.19_GH0.tar.gz) = 4b0d14e5bfe77ce419affd253366e861968ae6ef2c35ae293727c1415bd145c8 +SIZE (Microsoft-cpprestsdk-v2.10.19_GH0.tar.gz) = 1749647 diff --git a/devel/cpprestsdk/files/patch-include_cpprest_json.h b/devel/cpprestsdk/files/patch-include_cpprest_json.h new file mode 100644 index 00000000000..befe51ab04d --- /dev/null +++ b/devel/cpprestsdk/files/patch-include_cpprest_json.h @@ -0,0 +1,20 @@ +--- include/cpprest/json.h.orig 2023-12-05 04:23:31 UTC ++++ include/cpprest/json.h +@@ -737,12 +737,13 @@ class value (private) + _ASYNCRTIMP void format(std::basic_string& string) const; + + #ifdef ENABLE_JSON_VALUE_VISUALIZER +- explicit value(std::unique_ptr v, value_type kind) : m_value(std::move(v)), m_kind(kind) ++ explicit value(std::unique_ptr v, value_type kind); + #else +- explicit value(std::unique_ptr v) : m_value(std::move(v)) ++ explicit value(std::unique_ptr v); + #endif +- { +- } ++public: ++ ~value() noexcept; ++private: + + std::unique_ptr m_value; + #ifdef ENABLE_JSON_VALUE_VISUALIZER diff --git a/devel/cpprestsdk/files/patch-src_json_json.cpp b/devel/cpprestsdk/files/patch-src_json_json.cpp new file mode 100644 index 00000000000..2663b990b4a --- /dev/null +++ b/devel/cpprestsdk/files/patch-src_json_json.cpp @@ -0,0 +1,19 @@ +--- src/json/json.cpp.orig 2023-12-05 04:23:31 UTC ++++ src/json/json.cpp +@@ -495,3 +495,16 @@ const web::json::details::json_error_category_impl& we + #endif + return instance; + } ++ ++#ifdef ENABLE_JSON_VALUE_VISUALIZER ++web::json::value::value(std::unique_ptr v, value_type kind) : m_value(std::move(v) ++), m_kind(kind) ++#else ++web::json::value::value(std::unique_ptr v) : m_value(std::move(v)) ++#endif ++{ ++} ++ ++web::json::value::~value() noexcept ++{ ++} diff --git a/devel/cpu_rec_rs/Makefile b/devel/cpu_rec_rs/Makefile index e6ac5cacc3e..80e588f9180 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= 4 +PORTREVISION= 5 CATEGORIES= devel PATCH_SITES= https://github.com/trou/${PORTNAME}/commit/ diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile index dcfe644c9a8..b3053980887 100644 --- a/devel/cvs2cl/Makefile +++ b/devel/cvs2cl/Makefile @@ -1,5 +1,6 @@ PORTNAME= cvs2cl PORTVERSION= 2.73 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.red-bean.com/cvs2cl/ \ http://www.sysfault.org/freebsd/${DIST_SUBDIR}/ @@ -21,7 +22,7 @@ NO_BUILD= yes NO_ARCH= yes PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz do-extract: @${MKDIR} ${WRKSRC} @@ -36,6 +37,6 @@ pre-install: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/devel/cvsadmin/Makefile b/devel/cvsadmin/Makefile index a3e92c3a577..11f372ba77c 100644 --- a/devel/cvsadmin/Makefile +++ b/devel/cvsadmin/Makefile @@ -1,6 +1,6 @@ PORTNAME= cvsadmin PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= LOCAL/gabor @@ -10,12 +10,12 @@ COMMENT= Simple program to administrate users of a CVS repository GNU_CONFIGURE= yes PLIST_FILES= bin/cvsadmin \ - man/man1/cvsadmin.1.gz + share/man/man1/cvsadmin.1.gz post-configure: ${ECHO_CMD} "#define HAVE_MKDTEMP 1" >> ${WRKSRC}/config.h post-install: - ${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile index 23749983bde..b332ac3ad9d 100644 --- a/devel/cvsd/Makefile +++ b/devel/cvsd/Makefile @@ -1,5 +1,6 @@ PORTNAME= cvsd PORTVERSION= 1.0.24 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://arthurdejong.org/cvsd/ \ http://wiftp.com/ @@ -31,8 +32,8 @@ do-install: .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/etc/cvsd ${INSTALL_DATA} ${WRKSRC}/cvsd.conf-dist ${STAGEDIR}${PREFIX}/etc/cvsd/cvsd.conf.sample - ${INSTALL_MAN} ${WRKSRC}/*.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/*.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/*.5 ${STAGEDIR}${PREFIX}/share/man/man5 + ${INSTALL_MAN} ${WRKSRC}/*.8 ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/cvsd/pkg-plist b/devel/cvsd/pkg-plist index ffba926ec8b..02d56c07ce1 100644 --- a/devel/cvsd/pkg-plist +++ b/devel/cvsd/pkg-plist @@ -1,9 +1,9 @@ etc/cvsd/cvsd.conf.sample -man/man5/cvsd.conf.5.gz -man/man8/cvsd-buginfo.8.gz -man/man8/cvsd-buildroot.8.gz -man/man8/cvsd-passwd.8.gz -man/man8/cvsd.8.gz +share/man/man5/cvsd.conf.5.gz +share/man/man8/cvsd-buginfo.8.gz +share/man/man8/cvsd-buildroot.8.gz +share/man/man8/cvsd-passwd.8.gz +share/man/man8/cvsd.8.gz sbin/cvsd sbin/cvsd-buginfo sbin/cvsd-buildroot diff --git a/devel/cvsdadm/Makefile b/devel/cvsdadm/Makefile index dbee67ceb53..ca8a528111b 100644 --- a/devel/cvsdadm/Makefile +++ b/devel/cvsdadm/Makefile @@ -1,6 +1,6 @@ PORTNAME= cvsdadm PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ \ SAVANNAH @@ -23,13 +23,13 @@ PORTDOCS= cvsdadm.README SHEBANG_FILES= cvsdadm PLIST_FILES= bin/cvsdadm \ - man/man1/cvsdadm.1.gz + share/man/man1/cvsdadm.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cvsdadm ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/cvsdadm.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/cvsdadm.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 97d1c69b76c..1a5981c232e 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -1,6 +1,6 @@ PORTNAME= cvsgraph DISTVERSION= 1.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel graphics MASTER_SITES= https://www.vagrearg.org/cvsgraph/release/ @@ -35,8 +35,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf ${STAGEDIR}${PREFIX}/etc/cvsgraph.conf.sample - ${INSTALL_MAN} ${WRKSRC}/cvsgraph.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/cvsgraph.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/cvsgraph.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/cvsgraph.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/cvsgraph/pkg-plist b/devel/cvsgraph/pkg-plist index 267ba748b9a..dd833bce5e5 100644 --- a/devel/cvsgraph/pkg-plist +++ b/devel/cvsgraph/pkg-plist @@ -1,7 +1,7 @@ bin/cvsgraph etc/cvsgraph.conf.sample -man/man1/cvsgraph.1.gz -man/man5/cvsgraph.conf.5.gz +share/man/man1/cvsgraph.1.gz +share/man/man5/cvsgraph.conf.5.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/automatic_documentation/README.Automatic_documentation diff --git a/devel/cvsps-devel/Makefile b/devel/cvsps-devel/Makefile index 9a74b7bbd06..5c01490b39a 100644 --- a/devel/cvsps-devel/Makefile +++ b/devel/cvsps-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= cvsps DISTVERSION= 2.2b1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/ PKGNAMESUFFIX?= -devel @@ -17,14 +18,15 @@ USES= gmake ALL_TARGET= cvsps PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ + ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile index ffeb4ef99aa..f4ce9511bf8 100644 --- a/devel/cvsps/Makefile +++ b/devel/cvsps/Makefile @@ -1,6 +1,6 @@ PORTNAME= cvsps PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/ @@ -14,14 +14,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= cvsps-devel PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ + ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/dbus-java/Makefile b/devel/dbus-java/Makefile index 00bbdde7924..f791dbb92d0 100644 --- a/devel/dbus-java/Makefile +++ b/devel/dbus-java/Makefile @@ -20,7 +20,7 @@ USES= gettext gmake USE_JAVA= yes JAVA_VERSION= 8+ -MAKE_ARGS= MANPREFIX=${MAN1PREFIX}/share/man/man1 +MAKE_ARGS= MANPREFIX=${PREFIX}/share/man/man1 .if defined(WITH_DEBUG) MAKE_ARGS+= DEBUG=enable .endif diff --git a/devel/dcd-server/Makefile b/devel/dcd-server/Makefile index 31369b27f30..f7843301948 100644 --- a/devel/dcd-server/Makefile +++ b/devel/dcd-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= dcd PORTVERSION= 0.13.6 DISTVERSIONPREFIX= v -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= devel PKGNAMESUFFIX?= -server @@ -45,7 +45,7 @@ do-build: do-install: @${MKDIR} ${STAGEDIR}/${D_INCLUDE_DIR}/dcd/${PKGNAMESUFFIX:S/-//} ${INSTALL_PROGRAM} ${WRKSRC}/bin/dcd${PKGNAMESUFFIX} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/man1/dcd${PKGNAMESUFFIX}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man1/dcd${PKGNAMESUFFIX}.1 ${STAGEDIR}${PREFIX}/share/man/man1 cd ${WRKSRC}/src/dcd/${PKGNAMESUFFIX:S/-//} && ${COPYTREE_SHARE} . ${STAGEDIR}${D_INCLUDE_DIR}/dcd/${PKGNAMESUFFIX:S/-//} "-name *\.d" .if ${PKGNAMESUFFIX} == "-server" @${MKDIR} ${STAGEDIR}/${D_LIB_DIR} diff --git a/devel/dcd-server/pkg-plist b/devel/dcd-server/pkg-plist index 631fbd2db30..0a5829d037a 100644 --- a/devel/dcd-server/pkg-plist +++ b/devel/dcd-server/pkg-plist @@ -13,5 +13,5 @@ include/d/dcd/server/autocomplete/util.d include/d/dcd/server/main.d include/d/dcd/server/server.d lib/d/libdcd.a -man/man1/dcd-server.1.gz +share/man/man1/dcd-server.1.gz @dir include/d/common diff --git a/devel/desed/Makefile b/devel/desed/Makefile index 19a12a23ad8..bf8196b04b8 100644 --- a/devel/desed/Makefile +++ b/devel/desed/Makefile @@ -1,6 +1,6 @@ PORTNAME= desed DISTVERSION= 1.2.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/doctorj/Makefile b/devel/doctorj/Makefile index c8f6b35dece..d3650e7c897 100644 --- a/devel/doctorj/Makefile +++ b/devel/doctorj/Makefile @@ -1,6 +1,6 @@ PORTNAME= doctorj PORTVERSION= 5.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel java MASTER_SITES= SF @@ -13,11 +13,11 @@ USE_ANT= yes ALL_TARGET= jarfile -PLIST_FILES= %%JAVAJARDIR%%/doctorj.jar man/man1/doctorj.1.gz +PLIST_FILES= %%JAVAJARDIR%%/doctorj.jar share/man/man1/doctorj.1.gz do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${WRKSRC}/share/doctorj/doctorj.jar ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/doctorj.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/doctorj.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/dolphin-plugins-devel/distinfo b/devel/dolphin-plugins-devel/distinfo index 682226b96bc..6b5c897cafd 100644 --- a/devel/dolphin-plugins-devel/distinfo +++ b/devel/dolphin-plugins-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701634521 -SHA256 (KDE/release-service/24.01.80/dolphin-plugins-24.01.80.tar.xz) = 6e174267215ea72cc072c6f26d8b4f3fa2c58b8f3521c1adc7ebde24393a4b63 -SIZE (KDE/release-service/24.01.80/dolphin-plugins-24.01.80.tar.xz) = 290568 +TIMESTAMP = 1704376130 +SHA256 (KDE/release-service/24.01.85/dolphin-plugins-24.01.85.tar.xz) = 0842c9d3abe76d34e2c8f3728bc75d559ccb22cddac6d897be7c46e7572b4902 +SIZE (KDE/release-service/24.01.85/dolphin-plugins-24.01.85.tar.xz) = 290976 diff --git a/devel/dra/Makefile b/devel/dra/Makefile index b6229715d69..3208a80840d 100644 --- a/devel/dra/Makefile +++ b/devel/dra/Makefile @@ -1,5 +1,6 @@ PORTNAME= dra DISTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/dtool/Makefile b/devel/dtool/Makefile index a9970aa8b59..27062bced88 100644 --- a/devel/dtool/Makefile +++ b/devel/dtool/Makefile @@ -1,7 +1,7 @@ PORTNAME= dtool DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/dura/Makefile b/devel/dura/Makefile index e1a6b2947da..1a4bb9df9c7 100644 --- a/devel/dura/Makefile +++ b/devel/dura/Makefile @@ -1,7 +1,7 @@ PORTNAME= dura DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/dxa65/Makefile b/devel/dxa65/Makefile index e263395edf7..5ed152b4d88 100644 --- a/devel/dxa65/Makefile +++ b/devel/dxa65/Makefile @@ -1,5 +1,6 @@ PORTNAME= dxa PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.floodgap.com/retrotech/xa/dists/ PKGNAMESUFFIX= 65 @@ -13,13 +14,13 @@ LICENSE= GPLv2+ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PORTDOCS= INSTALL -PLIST_FILES= bin/dxa65 man/man1/dxa.1.gz +PLIST_FILES= bin/dxa65 share/man/man1/dxa.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dxa ${STAGEDIR}${PREFIX}/bin/dxa65 - ${INSTALL_MAN} ${WRKSRC}/dxa.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dxa.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/dyncall/Makefile b/devel/dyncall/Makefile index 53b972eeefa..ff27fc84d88 100644 --- a/devel/dyncall/Makefile +++ b/devel/dyncall/Makefile @@ -1,5 +1,6 @@ PORTNAME= dyncall DISTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://www.dyncall.org/r${DISTVERSION}/ \ http://www.potion-studios.com/ @@ -46,6 +47,6 @@ do-install: ${WRKSRC}/dyncall/dyncall.3 \ ${WRKSRC}/dyncallback/dyncallback.3 \ ${WRKSRC}/dynload/dynload.3 \ - ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${STAGEDIR}${PREFIX}/share/man/man3 .include diff --git a/devel/dyncall/pkg-plist b/devel/dyncall/pkg-plist index 52825dc2197..bf5b9ae15da 100644 --- a/devel/dyncall/pkg-plist +++ b/devel/dyncall/pkg-plist @@ -13,6 +13,6 @@ include/dynload.h lib/libdyncall_s.a lib/libdyncallback_s.a lib/libdynload_s.a -man/man3/dyncall.3.gz -man/man3/dyncallback.3.gz -man/man3/dynload.3.gz +share/man/man3/dyncall.3.gz +share/man/man3/dyncallback.3.gz +share/man/man3/dynload.3.gz diff --git a/devel/efivar/Makefile b/devel/efivar/Makefile index 690ebf46131..55bd261570b 100644 --- a/devel/efivar/Makefile +++ b/devel/efivar/Makefile @@ -1,6 +1,6 @@ PORTNAME= efivar PORTVERSION= 0.15 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org @@ -32,20 +32,20 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/src/efivar.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/src/efivar-guids.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/src/efivar.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig - ${INSTALL_MAN} ${WRKSRC}/docs/efivar.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_append_variable.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_del_variable.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_next_variable_name.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_variable.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_variable_attributes.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_variable_size.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_guid_to_name.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_guid_to_str.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_guid_to_symbol.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_name_to_guid.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_set_variable.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_str_to_guid.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_symbol_to_guid.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_variables_supported.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efivar.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_append_variable.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_del_variable.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_next_variable_name.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_variable.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_variable_attributes.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_variable_size.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_guid_to_name.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_guid_to_str.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_guid_to_symbol.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_name_to_guid.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_set_variable.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_str_to_guid.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_symbol_to_guid.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/efi_variables_supported.3 ${STAGEDIR}${PREFIX}/share/man/man3 .include diff --git a/devel/efivar/pkg-plist b/devel/efivar/pkg-plist index cc1e19de1fc..bf135b272c8 100644 --- a/devel/efivar/pkg-plist +++ b/devel/efivar/pkg-plist @@ -4,18 +4,18 @@ include/efivar.h lib/libefivar.so lib/libefivar.so.0 libdata/pkgconfig/efivar.pc -man/man1/efivar.1.gz -man/man3/efi_append_variable.3.gz -man/man3/efi_del_variable.3.gz -man/man3/efi_get_next_variable_name.3.gz -man/man3/efi_get_variable.3.gz -man/man3/efi_get_variable_attributes.3.gz -man/man3/efi_get_variable_size.3.gz -man/man3/efi_guid_to_name.3.gz -man/man3/efi_guid_to_str.3.gz -man/man3/efi_guid_to_symbol.3.gz -man/man3/efi_name_to_guid.3.gz -man/man3/efi_set_variable.3.gz -man/man3/efi_str_to_guid.3.gz -man/man3/efi_symbol_to_guid.3.gz -man/man3/efi_variables_supported.3.gz +share/man/man1/efivar.1.gz +share/man/man3/efi_append_variable.3.gz +share/man/man3/efi_del_variable.3.gz +share/man/man3/efi_get_next_variable_name.3.gz +share/man/man3/efi_get_variable.3.gz +share/man/man3/efi_get_variable_attributes.3.gz +share/man/man3/efi_get_variable_size.3.gz +share/man/man3/efi_guid_to_name.3.gz +share/man/man3/efi_guid_to_str.3.gz +share/man/man3/efi_guid_to_symbol.3.gz +share/man/man3/efi_name_to_guid.3.gz +share/man/man3/efi_set_variable.3.gz +share/man/man3/efi_str_to_guid.3.gz +share/man/man3/efi_symbol_to_guid.3.gz +share/man/man3/efi_variables_supported.3.gz diff --git a/devel/elfcat/Makefile b/devel/elfcat/Makefile index 1f62ed40509..58f184a57f8 100644 --- a/devel/elfcat/Makefile +++ b/devel/elfcat/Makefile @@ -1,6 +1,6 @@ PORTNAME= elfcat DISTVERSION= 0.1.8 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= devel MAINTAINER= lwhsu@FreeBSD.org diff --git a/devel/evcxr-jupyter/Makefile b/devel/evcxr-jupyter/Makefile index bbc1f9d6b6f..33120777c6f 100644 --- a/devel/evcxr-jupyter/Makefile +++ b/devel/evcxr-jupyter/Makefile @@ -1,6 +1,7 @@ PORTNAME= evcxr DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= -jupyter diff --git a/devel/fatal/Makefile b/devel/fatal/Makefile index 55ba3e10e0c..01619ac2dc0 100644 --- a/devel/fatal/Makefile +++ b/devel/fatal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fatal DISTVERSIONPREFIX= v -DISTVERSION= 2024.01.01.00 +DISTVERSION= 2024.01.08.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fatal/distinfo b/devel/fatal/distinfo index c7ef94c8e22..cb0380d3bc1 100644 --- a/devel/fatal/distinfo +++ b/devel/fatal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704170626 -SHA256 (facebook-fatal-v2024.01.01.00_GH0.tar.gz) = a46d37ff4b9659b50e98ad07d9a04aaf7d6f923389d1874a6d687b3f4ebad302 -SIZE (facebook-fatal-v2024.01.01.00_GH0.tar.gz) = 659279 +TIMESTAMP = 1704778228 +SHA256 (facebook-fatal-v2024.01.08.00_GH0.tar.gz) = 28b0fd169bb2fc14770491046294ba9e19b78f34e5d71700c11ebb6ba2afb2bd +SIZE (facebook-fatal-v2024.01.08.00_GH0.tar.gz) = 659339 diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index 6d6af14c3a0..a70f76bf27d 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2024.01.01.00 +DISTVERSION= 2024.01.08.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index 46747e9cf9e..028ded1cffd 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704170623 -SHA256 (facebook-fbthrift-v2024.01.01.00_GH0.tar.gz) = 7a80b83a54b750055433e0c7342288a4469ff072b4eb7a4cec8e72790bc75e75 -SIZE (facebook-fbthrift-v2024.01.01.00_GH0.tar.gz) = 14131767 +TIMESTAMP = 1704778224 +SHA256 (facebook-fbthrift-v2024.01.08.00_GH0.tar.gz) = 31250e325acd763052f40764154ceec9517da4a8e027efc132a266daac82d486 +SIZE (facebook-fbthrift-v2024.01.08.00_GH0.tar.gz) = 14154593 diff --git a/devel/fbthrift/pkg-plist b/devel/fbthrift/pkg-plist index fa04ae9480b..d70828b22e8 100644 --- a/devel/fbthrift/pkg-plist +++ b/devel/fbthrift/pkg-plist @@ -277,6 +277,9 @@ include/thrift/lib/cpp2/debug_thrift_data_difference/diff.h include/thrift/lib/cpp2/debug_thrift_data_difference/pretty_print.h include/thrift/lib/cpp2/detail/EventHandlerRuntime.h include/thrift/lib/cpp2/detail/meta.h +include/thrift/lib/cpp2/folly_dynamic/folly_dynamic.h +include/thrift/lib/cpp2/folly_dynamic/internal/folly_dynamic-inl-post.h +include/thrift/lib/cpp2/folly_dynamic/internal/folly_dynamic-inl-pre.h include/thrift/lib/cpp2/frozen/FixedSizeStringHash.h include/thrift/lib/cpp2/frozen/Frozen.h include/thrift/lib/cpp2/frozen/FrozenAssociative-inl.h @@ -564,6 +567,7 @@ include/thrift/lib/cpp2/transport/util/ConnectionManager.h include/thrift/lib/cpp2/transport/util/ConnectionThread.h include/thrift/lib/cpp2/type/AlignedPtr.h include/thrift/lib/cpp2/type/Any.h +include/thrift/lib/cpp2/type/AnyDebugWriter.h include/thrift/lib/cpp2/type/AnyTesting.h include/thrift/lib/cpp2/type/AnyValue.h include/thrift/lib/cpp2/type/BaseType.h diff --git a/devel/fnm/Makefile b/devel/fnm/Makefile index 09f696696b9..568e65da02a 100644 --- a/devel/fnm/Makefile +++ b/devel/fnm/Makefile @@ -1,7 +1,7 @@ PORTNAME= fnm DISTVERSIONPREFIX= v DISTVERSION= 1.35.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/Makefile b/devel/folly/Makefile index b309fc07960..5653da1e791 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,6 +1,6 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2024.01.01.00 +DISTVERSION= 2024.01.08.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/distinfo b/devel/folly/distinfo index 9448c71a155..cfd94517586 100644 --- a/devel/folly/distinfo +++ b/devel/folly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704170618 -SHA256 (facebook-folly-v2024.01.01.00_GH0.tar.gz) = 3043ad0bf552ea9d56eb8f824b701cbe72d04f818cbf8bc1052fba038f6ad021 -SIZE (facebook-folly-v2024.01.01.00_GH0.tar.gz) = 3955217 +TIMESTAMP = 1704778217 +SHA256 (facebook-folly-v2024.01.08.00_GH0.tar.gz) = 381fd227b1399a8ef9584b6e3f59b33b71643466e47cbd627dd6c0b8e8780b7b +SIZE (facebook-folly-v2024.01.08.00_GH0.tar.gz) = 3967156 diff --git a/devel/folly/pkg-plist b/devel/folly/pkg-plist index 3b8f346e6f3..8342fe9c706 100644 --- a/devel/folly/pkg-plist +++ b/devel/folly/pkg-plist @@ -149,6 +149,7 @@ include/folly/container/HeterogeneousAccess.h include/folly/container/IntrusiveHeap.h include/folly/container/Iterator.h include/folly/container/Merge.h +include/folly/container/Reserve.h include/folly/container/SparseByteSet.h include/folly/container/View.h include/folly/container/WeightedEvictingCacheMap.h @@ -161,7 +162,9 @@ include/folly/container/detail/F14Policy.h include/folly/container/detail/F14SetFallback.h include/folly/container/detail/F14Table.h include/folly/container/detail/Util.h +include/folly/container/detail/tape_detail.h include/folly/container/heap_vector_types.h +include/folly/container/tape.h include/folly/container/test/F14TestUtil.h include/folly/container/test/TrackingTypes.h include/folly/detail/AsyncTrace.h diff --git a/devel/fortran-utils/Makefile b/devel/fortran-utils/Makefile index 5593aa32339..62d3ab65886 100644 --- a/devel/fortran-utils/Makefile +++ b/devel/fortran-utils/Makefile @@ -1,5 +1,6 @@ PORTNAME= fortran-utils PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LOCAL/kris @@ -11,8 +12,8 @@ WRKSRC= ${WRKDIR}/fortran-utils do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fpr/fpr ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/fsplit/fsplit ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fpr/fpr.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/fpr/fpr.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/fsplit/fsplit.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/fortran-utils/pkg-plist b/devel/fortran-utils/pkg-plist index 79c5da9ca6a..3e4824aba06 100644 --- a/devel/fortran-utils/pkg-plist +++ b/devel/fortran-utils/pkg-plist @@ -1,4 +1,4 @@ bin/fpr bin/fsplit -man/man1/fpr.1.gz -man/man1/fsplit.1.gz +share/man/man1/fpr.1.gz +share/man/man1/fsplit.1.gz diff --git a/devel/fpp/Makefile b/devel/fpp/Makefile index 59f7ac813ed..b60b6eca5de 100644 --- a/devel/fpp/Makefile +++ b/devel/fpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= fpp PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= NL/fortran/ \ http://ports.toco-domains.de/ @@ -17,13 +17,13 @@ OPTIONS_DEFINE= DOCS PORTDOCS= README fpp_spec fpp_license.ps PLIST_FILES= bin/fpp \ - man/man1/fpp.1.gz + share/man/man1/fpp.1.gz .include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bsd44/fpp ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/man1/fpp.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/man1/fpp.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ diff --git a/devel/freebsd-gcc9/Makefile b/devel/freebsd-gcc9/Makefile deleted file mode 100644 index 832a03bc3c0..00000000000 --- a/devel/freebsd-gcc9/Makefile +++ /dev/null @@ -1,133 +0,0 @@ -PORTNAME= gcc -DISTVERSION= 9.5.0 -PORTREVISION= 11 -CATEGORIES= devel -MASTER_SITES= GCC -PKGNAMEPREFIX= ${TARGETARCH}- -PKGNAMESUFFIX= ${SUFFIX} - -MAINTAINER= jhb@FreeBSD.org -COMMENT= Cross GNU Compiler ${SUFFIX} for FreeBSD/${TARGETARCH} -WWW= https://gcc.gnu.org/ - -LICENSE= GPLv3 GPLv3RLE -LICENSE_COMB= multi - -BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${BU_FLAVOR} \ - objdump:devel/binutils -LIB_DEPENDS= libgmp.so:math/gmp \ - libmpfr.so:math/mpfr \ - libmpc.so:math/mpc -RUN_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${BU_FLAVOR} - -FLAVORS= aarch64 amd64 armv6 armv7 i386 mips mips64 powerpc powerpc64 riscv64 -TARGETARCH= ${FLAVOR} - -USES= compiler:c++11-lang cpe gmake iconv libtool makeinfo tar:xz -CPE_VENDOR= gnu - -USE_CXXSTD= c++11 - -PLIST_SUB= OPSYS=${OPSYS:tl} \ - SUFFIX=${SUFFIX} \ - TARGETARCH=${TARGETARCH} \ - GCC_TARGET=${GCC_TARGET} \ - GCC_VERSION=${PORTVERSION} - -SUB_FILES= xtoolchain.mk -SUB_LIST= BU_PREFIX=${BU_PREFIX} \ - GCC_TARGET=${GCC_TARGET} \ - SUFFIX=${SUFFIX} - -SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} - -GNU_CONFIGURE= yes -CONFIGURE_OUTSOURCE= yes -CONFIGURE_ARGS+=--target=${GCC_TARGET} --disable-nls --enable-languages=c,c++ \ - --enable-gnu-indirect-function \ - --enable-initfini-array \ - --program-prefix=${GCC_TARGET}- \ - --program-suffix=${SUFFIX} \ - --without-headers \ - --with-gmp=${LOCALBASE} \ - --with-pkgversion="FreeBSD Ports Collection for ${PKGNAMEPREFIX:C/-//g}" \ - --with-system-zlib \ - --without-zstd \ - --with-gxx-include-dir=/usr/include/c++/v1/ \ - --with-sysroot="/" \ - --with-as=${LOCALBASE}/bin/${BU_PREFIX}-as \ - --with-ld=${LOCALBASE}/bin/${BU_PREFIX}-ld - -.if ${TARGETARCH:Mpowerpc64*} -CONFIGURE_ARGS+=--with-abi=elfv2 -.endif - -ALL_TARGET= all-gcc -INSTALL_TARGET= install-gcc - -.include - -.if ${TARGETARCH:Marm*} -TARGET_ABI= gnueabi -BU_FLAVOR= arm_${TARGET_ABI} -BU_PREFIX= arm-${TARGET_ABI}-${OPSYS:tl}${OSREL} -.else -TARGET_ABI= unknown -BU_FLAVOR= ${TARGETARCH} -BU_PREFIX= ${GCC_TARGET} -.endif -GCC_TARGET= ${TARGETARCH:S/amd64/x86_64/}-${TARGET_ABI}-${OPSYS:tl}${OSREL} - -post-patch: - @${REINPLACE_CMD} -e '/LIBSTDCXX/ s/stdc\+\+/c\+\+/g ' \ - ${WRKSRC}//gcc/cp/g++spec.c - @${REINPLACE_CMD} -e '/LOCAL_INCLUDE_DIR/ d ' \ - ${WRKSRC}//gcc/Makefile.in - -.if ${ARCH} == "amd64" -CONFIGURE_TARGET= x86_64-unknown-${OPSYS:tl}${OSREL} -.else -CONFIGURE_TARGET= ${ARCH}-unknown-${OPSYS:tl}${OSREL} -.endif - -.if ${TARGETARCH} == "amd64" || ${TARGETARCH} == "powerpc64" -CONFIGURE_ARGS+=--enable-multilib -.endif - -.if ${ARCH} == "aarch64" -PLIST_SUB+= PLUGINS="@comment plugin does not build" -.else -PLIST_SUB+= PLUGINS="" -.endif - -.if ${TARGETARCH} == "amd64" || ${TARGETARCH} == "i386" -PLIST_SUB+= FLOAT_H="@comment " -.else -PLIST_SUB+= FLOAT_H="" -.endif - -PLIST= ${.CURDIR}/pkg-plist -PLISTARCH= ${TARGETARCH:C/armv[67]/arm_gnueabi/:C/mips.*/mips/} -PLIST+= ${.CURDIR}/pkg-plist.${PLISTARCH} - -.if ${TARGETARCH} == "aarch64" || ${TARGETARCH:Marm*} -PLIST+= ${.CURDIR}/pkg-plist.arm -.endif -.if ${TARGETARCH} == "amd64" -PLIST+= ${.CURDIR}/pkg-plist.i386 -.endif - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/${GCC_TARGET}-${GCC_TARGET}-* - ${RM} ${STAGEDIR}${PREFIX}/share/info/* - ${RM} ${STAGEDIR}${PREFIX}/man/man7/* - ${RM} -r ${STAGEDIR}${PREFIX}/lib/gcc/${GCC_TARGET}/${PORTVERSION}/include-fixed -.if ${TARGETARCH} == "amd64" || ${TARGETARCH} == "i386" - # Conflicts with sys/x86/include/float.h - ${RM} ${STAGEDIR}${PREFIX}/lib/gcc/${GCC_TARGET}/${PORTVERSION}/include/float.h -.endif - ${MKDIR} ${STAGEDIR}${PREFIX}/share/toolchains/ - ${INSTALL_DATA} ${WRKDIR}/xtoolchain.mk \ - ${STAGEDIR}${PREFIX}/share/toolchains/${TARGETARCH}-gcc${SUFFIX}.mk - -.include diff --git a/devel/freebsd-gcc9/distinfo b/devel/freebsd-gcc9/distinfo deleted file mode 100644 index 3495406ad13..00000000000 --- a/devel/freebsd-gcc9/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1654895134 -SHA256 (gcc-9.5.0.tar.xz) = 27769f64ef1d4cd5e2be8682c0c93f9887983e6cfd1a927ce5a0a2915a95cf8f -SIZE (gcc-9.5.0.tar.xz) = 72462752 diff --git a/devel/freebsd-gcc9/files/patch-freebsd-format-extensions b/devel/freebsd-gcc9/files/patch-freebsd-format-extensions deleted file mode 100644 index 0a69abe3b2a..00000000000 --- a/devel/freebsd-gcc9/files/patch-freebsd-format-extensions +++ /dev/null @@ -1,110 +0,0 @@ ---- gcc/c-family/c-format.c.orig 2019-02-25 15:43:51.000000000 -0800 -+++ gcc/c-family/c-format.c 2019-11-28 17:36:16.788253000 -0800 -@@ -683,6 +683,26 @@ static const format_char_info print_char_table[] = - { NULL, 0, STD_C89, NOLENGTHS, NULL, NULL, NULL } - }; - -+static const format_char_info fbsd_ext_char_info = -+{ NULL, 1, STD_EXT, { T89_C, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "", "cR", NULL }; -+ -+static const format_char_info fbsd_print_char_table[] = -+{ -+ /* BSD conversion specifiers. */ -+ /* FreeBSD kernel extensions (src/sys/kern/subr_prf.c). -+ The format %b is supported to decode error registers. -+ Its usage is: printf("reg=%b\n", regval, "*"); -+ which produces: reg=3 -+ The format %D provides a hexdump given a pointer and separator string: -+ ("%6D", ptr, ":") -> XX:XX:XX:XX:XX:XX -+ ("%*D", len, ptr, " ") -> XX XX XX XX ... -+ */ -+ { "D", 1, STD_EXT, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "cR", &fbsd_ext_char_info }, -+ { "b", 0, STD_EXT, { T89_I, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "", &fbsd_ext_char_info }, -+ { "ry", 0, STD_EXT, { T89_I, BADLEN, BADLEN, T89_L, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "i", NULL }, -+ { NULL, 0, STD_C89, NOLENGTHS, NULL, NULL, NULL } -+}; -+ - static const format_char_info asm_fprintf_char_table[] = - { - /* C89 conversion specifiers. */ -@@ -959,6 +979,12 @@ static const format_kind_info format_types_orig[] = - strfmon_flag_specs, strfmon_flag_pairs, - FMT_FLAG_ARG_CONVERT, 'w', '#', 'p', 0, 'L', 0, - NULL, NULL -+ }, -+ { "printf0", printf_length_specs, print_char_table, " +#0-'I", NULL, -+ printf_flag_specs, printf_flag_pairs, -+ FMT_FLAG_ARG_CONVERT|FMT_FLAG_DOLLAR_MULTIPLE|FMT_FLAG_USE_DOLLAR|FMT_FLAG_EMPTY_PREC_OK|FMT_FLAG_NULL_FORMAT_OK, -+ 'w', 0, 'p', 0, 'L', 0, -+ &integer_type_node, &integer_type_node - } - }; - -@@ -1572,6 +1598,9 @@ check_format_arg (void *ctx, tree format_tree, - - if (integer_zerop (format_tree)) - { -+ if (!(format_types[info->format_type].flags & FMT_FLAG_NULL_FORMAT_OK)) -+ warning (OPT_Wformat_, "null format string"); -+ - /* Skip to first argument to check, so we can see if this format - has any arguments (it shouldn't). */ - while (arg_num + 1 < info->first_arg_num) -@@ -2401,6 +2430,13 @@ argument_parser::read_any_length_modifier () - while (fli->name != 0 - && strncmp (fli->name, format_chars, strlen (fli->name))) - fli++; -+ -+ /* Make sure FreeBSD's D format char takes preference over new DD -+ length specifier if FreeBSD format extensions are requested. */ -+ if (fli->index == FMT_LEN_D && flag_format_extensions -+ && fki->conversion_specs == print_char_table) -+ while (fli->name != 0) -+ fli++; - if (fli->name != 0) - { - format_chars += strlen (fli->name); -@@ -2473,6 +2509,14 @@ argument_parser::find_format_char_info (char format_ch - while (fci->format_chars != 0 - && strchr (fci->format_chars, format_char) == 0) - ++fci; -+ if (fci->format_chars == 0 && flag_format_extensions -+ && fki->conversion_specs == print_char_table) -+ { -+ fci = fbsd_print_char_table; -+ while (fci->format_chars != 0 -+ && strchr (fci->format_chars, format_char) == 0) -+ ++fci; -+ } - if (fci->format_chars == 0) - { - format_warning_at_char (format_string_loc, format_string_cst, ---- gcc/c-family/c-format.h.orig 2019-01-01 04:31:55.000000000 -0800 -+++ gcc/c-family/c-format.h 2019-11-28 17:24:29.601936000 -0800 -@@ -75,11 +75,12 @@ enum - FMT_FLAG_DOLLAR_GAP_POINTER_OK = 128, - /* The format arg is an opaque object that will be parsed by an external - facility. */ -- FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL = 256 -+ FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL = 256, - /* Not included here: details of whether width or precision may occur - (controlled by width_char and precision_char); details of whether - '*' can be used for these (width_type and precision_type); details - of whether length modifiers can occur (length_char_specs). */ -+ FMT_FLAG_NULL_FORMAT_OK = 512 - }; - - /* Structure describing a length modifier supported in format checking, and ---- gcc/config/freebsd.opt.orig 2019-01-01 04:31:55.000000000 -0800 -+++ gcc/config/freebsd.opt 2019-11-28 17:24:29.602437000 -0800 -@@ -34,6 +34,10 @@ Driver Separate - defsym= - Driver JoinedOrMissing - -+fformat-extensions -+Common Report Var(flag_format_extensions) Init(0) -+Allow FreeBSD kernel-specific printf format specifiers. -+ - posix - Driver - diff --git a/devel/freebsd-gcc9/files/patch-freebsd-libdir b/devel/freebsd-gcc9/files/patch-freebsd-libdir deleted file mode 100644 index 12c3fcaabca..00000000000 --- a/devel/freebsd-gcc9/files/patch-freebsd-libdir +++ /dev/null @@ -1,43 +0,0 @@ -diff --git gcc/config/freebsd.h gcc/config/freebsd.h -index e7ea42370c5..191e7da2071 100644 ---- gcc/config/freebsd.h -+++ gcc/config/freebsd.h -@@ -44,6 +44,9 @@ along with GCC; see the file COPYING3. If not see - #undef LIB_SPEC - #define LIB_SPEC FBSD_LIB_SPEC - -+#undef STARTFILE_PREFIX_SPEC -+#define STARTFILE_PREFIX_SPEC "/usr/lib/ " -+ - #if defined(HAVE_LD_EH_FRAME_HDR) - #define LINK_EH_SPEC "%{!static|static-pie:--eh-frame-hdr} " - #endif -diff --git gcc/gcc.c gcc/gcc.c -index f70755679f4..890ef20fd43 100644 ---- gcc/gcc.c -+++ gcc/gcc.c -@@ -4298,10 +4298,12 @@ process_command (unsigned int decoded_options_count, - } - - set_std_prefix (gcc_exec_prefix, len); -+#if 0 - add_prefix (&exec_prefixes, gcc_libexec_prefix, "GCC", - PREFIX_PRIORITY_LAST, 0, 0); - add_prefix (&startfile_prefixes, gcc_exec_prefix, "GCC", - PREFIX_PRIORITY_LAST, 0, 0); -+#endif - } - - /* COMPILER_PATH and LIBRARY_PATH have values -@@ -4585,9 +4587,11 @@ process_command (unsigned int decoded_options_count, - add_prefix (&exec_prefixes, - concat (tooldir_prefix, "bin", dir_separator_str, NULL), - "BINUTILS", PREFIX_PRIORITY_LAST, 0, 0); -+#if 0 - add_prefix (&startfile_prefixes, - concat (tooldir_prefix, "lib", dir_separator_str, NULL), - "BINUTILS", PREFIX_PRIORITY_LAST, 0, 1); -+#endif - free (tooldir_prefix); - - #if defined(TARGET_SYSTEM_ROOT_RELOCATABLE) && !defined(VMS) diff --git a/devel/freebsd-gcc9/files/patch-gcc-configure b/devel/freebsd-gcc9/files/patch-gcc-configure deleted file mode 100644 index 77263f82637..00000000000 --- a/devel/freebsd-gcc9/files/patch-gcc-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- gcc/configure.orig 2019-11-29 16:01:46.850423000 -0800 -+++ gcc/configure 2019-11-29 16:05:09.818243000 -0800 -@@ -3673,7 +3673,9 @@ if test x${gcc_gxx_include_dir} = x; then - fi - elif test "${with_sysroot+set}" = set; then - gcc_gxx_without_sysroot=`expr "${gcc_gxx_include_dir}" : "${with_sysroot}"'\(.*\)'` -- if test "${gcc_gxx_without_sysroot}"; then -+ if test "${with_sysroot}" = "/"; then -+ gcc_gxx_include_dir_add_sysroot=1 -+ elif test "${gcc_gxx_without_sysroot}"; then - gcc_gxx_include_dir="${gcc_gxx_without_sysroot}" - gcc_gxx_include_dir_add_sysroot=1 - fi diff --git a/devel/freebsd-gcc9/files/patch-gcc-freebsd-mips b/devel/freebsd-gcc9/files/patch-gcc-freebsd-mips deleted file mode 100644 index db01e153baf..00000000000 --- a/devel/freebsd-gcc9/files/patch-gcc-freebsd-mips +++ /dev/null @@ -1,399 +0,0 @@ ---- gcc/config.gcc.orig 2019-08-03 13:16:22.000000000 -0700 -+++ gcc/config.gcc 2019-11-29 14:01:59.942656000 -0800 -@@ -2243,6 +2243,22 @@ riscv*-*-freebsd*) - # automatically detect that GAS supports it, yet we require it. - gcc_cv_initfini_array=yes - ;; -+mips*-*-freebsd*) # FreeBSD/mips[64], either endian. -+ tm_file="${tm_file} elfos.h ${fbsd_tm_file} mips/elf.h mips/freebsd.h" -+ target_cpu_default="MASK_ABICALLS|MASK_SOFT_FLOAT_ABI" -+ tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3" -+ case ${target} in -+ mips64*-*-freebsd*) -+ tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_64" -+ ;; -+ mipsn32*-*-freebsd*) -+ tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32" -+ ;; -+ mips*-*-freebsd*) -+ tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32 MIPS_ISA_DEFAULT=3" -+ ;; -+ esac -+ ;; - mips*-*-netbsd*) # NetBSD/mips, either endian. - target_cpu_default="MASK_ABICALLS" - tm_file="elfos.h ${tm_file} mips/elf.h ${nbsd_tm_file} mips/netbsd.h" -diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h -index c1d5553..5d882e3 100644 ---- gcc/config/elfos.h -+++ gcc/config/elfos.h -@@ -198,7 +198,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see - #define ASCII_DATA_ASM_OP "\t.ascii\t" - - /* Support a read-only data section. */ -+#ifndef READONLY_DATA_SECTION_ASM_OP - #define READONLY_DATA_SECTION_ASM_OP "\t.section\t.rodata" -+#endif - - /* On svr4, we *do* have support for the .init and .fini sections, and we - can put stuff in there to be executed before and after `main'. We let -@@ -292,6 +294,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see - #define USE_GNU_UNIQUE_OBJECT 0 - #endif - -+#ifndef ASM_DECLARE_OBJECT_NAME - #define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \ - do \ - { \ -@@ -320,6 +323,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see - ASM_OUTPUT_LABEL (FILE, NAME); \ - } \ - while (0) -+#endif - - /* Output the size directive for a decl in rest_of_decl_compilation - in the case where we did not do so before the initializer. -diff --git a/gcc/config/mips/freebsd.h b/gcc/config/mips/freebsd.h -new file mode 100644 -index 0000000..56a921e ---- /dev/null -+++ gcc/config/mips/freebsd.h -@@ -0,0 +1,325 @@ -+/* Definitions for MIPS varients running FreeBSD with ELF format -+ Copyright (C) 2008 Free Software Foundation, Inc. -+ Continued by David O'Brien -+ -+This file is part of GCC. -+ -+GCC 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, or (at your option) -+any later version. -+ -+GCC 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 GCC; see the file COPYING. If not, write to -+the Free Software Foundation, 51 Franklin Street, Fifth Floor, -+Boston, MA 02110-1301, USA. */ -+ -+/* $FreeBSD$ */ -+ -+#undef SUBTARGET_EXTRA_SPECS /* mips.h bogusly defines it. */ -+#define SUBTARGET_EXTRA_SPECS \ -+ { "fbsd_dynamic_linker", FBSD_DYNAMIC_LINKER}, \ -+ { "fbsd_link_spec", FBSD_LINK_SPEC } -+ -+/* config/mips/mips.h defines CC1_SPEC, -+ but gives us an "out" with SUBTARGET_CC1_SPEC. */ -+#undef SUBTARGET_CC1_SPEC -+#define SUBTARGET_CC1_SPEC "%{profile:-p}" -+ -+/* Provide a LINK_SPEC appropriate for FreeBSD. Here we provide support -+ for the special GCC options -static and -shared, which allow us to -+ link things in one of these three modes by applying the appropriate -+ combinations of options at link-time. We like to support here for -+ as many of the other GNU linker options as possible. But I don't -+ have the time to search for those flags. I am sure how to add -+ support for -soname shared_object_name. H.J. -+ -+ When the -shared link option is used a final link is not being -+ done. */ -+ -+#define FBSD_LINK_SPEC "\ -+ %{p:%nconsider using `-pg' instead of `-p' with gprof(1) } \ -+ %{v:-V} \ -+ %{assert*} %{R*} %{rpath*} %{defsym*} \ -+ %{shared:-Bshareable %{h*} %{soname*}} \ -+ %{!static:--enable-new-dtags} \ -+ %{!shared: \ -+ %{!static: \ -+ %{rdynamic: -export-dynamic} \ -+ %{!dynamic-linker:-dynamic-linker %(fbsd_dynamic_linker) }} \ -+ %{static:-Bstatic}} \ -+ %{symbolic:-Bsymbolic} " -+ -+#undef LINK_SPEC -+#define LINK_SPEC "\ -+ %{EB} %{EL} %(endian_spec) \ -+ %{G*} %{mips1} %{mips2} %{mips3} %{mips4} \ -+ %{mips32} %{mips32r2} %{mips64} %{mips64r2} \ -+ %{bestGnum} %{call_shared} %{no_archive} %{exact_version} \ -+ %{mabi=32:-melf32%{EB:b}%{EL:l}tsmip_fbsd} \ -+ %{mabi=n32:-melf32%{EB:b}%{EL:l}tsmipn32_fbsd} \ -+ %{mabi=64:-melf64%{EB:b}%{EL:l}tsmip_fbsd} \ -+ %{mabi=o64:-melf64%{EB:b}%{EL:l}tsmip_fbsd} \ -+ %(fbsd_link_spec)" -+ -+#undef LINK_GCC_C_SEQUENCE_SPEC -+#define LINK_GCC_C_SEQUENCE_SPEC \ -+ "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}" -+ -+/* Reset our STARTFILE_SPEC which was properly set in config/freebsd.h -+ but trashed by config/mips/elf.h. */ -+#undef STARTFILE_SPEC -+#define STARTFILE_SPEC FBSD_STARTFILE_SPEC -+ -+/* Provide an ENDFILE_SPEC appropriate for FreeBSD/mips. */ -+#undef ENDFILE_SPEC -+#define ENDFILE_SPEC FBSD_ENDFILE_SPEC -+ -+/* Reset our LIB_SPEC which was properly set in config/freebsd.h -+ but trashed by config/mips/elf.h. */ -+#undef LIB_SPEC -+#define LIB_SPEC FBSD_LIB_SPEC -+ -+/* config/mips/mips.h defines CPP_SPEC, and it expects SUBTARGET_CPP_SPEC. */ -+#undef SUBTARGET_CPP_SPEC -+#define SUBTARGET_CPP_SPEC FBSD_CPP_SPEC -+ -+ -+/************************[ Target stuff ]***********************************/ -+ -+/* Define the actual types of some ANSI-mandated types. -+ Needs to agree with . GCC defaults come from c-decl.c, -+ c-common.c, and config//.h. */ -+ -+#undef TARGET_DEFAULT -+#define TARGET_DEFAULT (MASK_ABICALLS | MASK_SOFT_FLOAT_ABI) -+ -+/* The generic MIPS TARGET_CPU_CPP_BUILTINS are incorrect for FreeBSD. -+ Specifically, they define too many namespace-invasive macros. Override -+ them here. Note this is structured for easy comparison to the version -+ in mips.h. */ -+ -+#undef TARGET_CPU_CPP_BUILTINS -+#define TARGET_CPU_CPP_BUILTINS() \ -+ do \ -+ { \ -+ builtin_assert ("machine=mips"); \ -+ builtin_assert ("cpu=mips"); \ -+ builtin_define ("__mips__"); \ -+ \ -+ if (TARGET_64BIT) \ -+ builtin_define ("__mips64"); \ -+ \ -+ if (TARGET_FLOAT64) \ -+ builtin_define ("__mips_fpr=64"); \ -+ else \ -+ builtin_define ("__mips_fpr=32"); \ -+ \ -+ if (TARGET_MIPS16) \ -+ builtin_define ("__mips16"); \ -+ \ -+ if (mips_abi == ABI_N32) \ -+ { \ -+ builtin_define ("__mips_n32"); \ -+ builtin_define ("_ABIN32=2"); \ -+ builtin_define ("_MIPS_SIM=_ABIN32"); \ -+ builtin_define ("_MIPS_SZLONG=32"); \ -+ builtin_define ("_MIPS_SZPTR=32"); \ -+ } \ -+ else if (mips_abi == ABI_64) \ -+ { \ -+ builtin_define ("__mips_n64"); \ -+ builtin_define ("_ABI64=3"); \ -+ builtin_define ("_MIPS_SIM=_ABI64"); \ -+ builtin_define ("_MIPS_SZLONG=64"); \ -+ builtin_define ("_MIPS_SZPTR=64"); \ -+ } \ -+ else if (mips_abi == ABI_O64) \ -+ { \ -+ builtin_define ("__mips_o64"); \ -+ builtin_define ("_ABIO64=4"); \ -+ builtin_define ("_MIPS_SIM=_ABIO64"); \ -+ builtin_define ("_MIPS_SZLONG=64"); \ -+ builtin_define ("_MIPS_SZPTR=64"); \ -+ } \ -+ else if (mips_abi == ABI_EABI) \ -+ { \ -+ builtin_define ("__mips_eabi"); \ -+ builtin_define ("_ABIEMB=5"); \ -+ builtin_define ("_MIPS_SIM=_ABIEMB"); \ -+ if (TARGET_LONG64) \ -+ builtin_define ("_MIPS_SZLONG=64"); \ -+ else \ -+ builtin_define ("_MIPS_SZLONG=32"); \ -+ if (TARGET_64BIT) \ -+ builtin_define ("_MIPS_SZPTR=64"); \ -+ else \ -+ builtin_define ("_MIPS_SZPTR=32"); \ -+ } \ -+ else \ -+ { \ -+ builtin_define ("__mips_o32"); \ -+ builtin_define ("_ABIO32=1"); \ -+ builtin_define ("_MIPS_SIM=_ABIO32"); \ -+ builtin_define ("_MIPS_SZLONG=32"); \ -+ builtin_define ("_MIPS_SZPTR=32"); \ -+ } \ -+ if (TARGET_FLOAT64) \ -+ builtin_define ("_MIPS_FPSET=32"); \ -+ else \ -+ builtin_define ("_MIPS_FPSET=16"); \ -+ \ -+ builtin_define ("_MIPS_SZINT=32"); \ -+ \ -+ MIPS_CPP_SET_PROCESSOR ("_MIPS_ARCH", mips_arch_info); \ -+ MIPS_CPP_SET_PROCESSOR ("_MIPS_TUNE", mips_tune_info); \ -+ \ -+ if (ISA_MIPS1) \ -+ { \ -+ builtin_define ("__mips=1"); \ -+ builtin_define ("_MIPS_ISA=_MIPS_ISA_MIPS1"); \ -+ } \ -+ else if (ISA_MIPS2) \ -+ { \ -+ builtin_define ("__mips=2"); \ -+ builtin_define ("_MIPS_ISA=_MIPS_ISA_MIPS2"); \ -+ } \ -+ else if (ISA_MIPS3) \ -+ { \ -+ builtin_define ("__mips=3"); \ -+ builtin_define ("_MIPS_ISA=_MIPS_ISA_MIPS3"); \ -+ } \ -+ else if (ISA_MIPS4) \ -+ { \ -+ builtin_define ("__mips=4"); \ -+ builtin_define ("_MIPS_ISA=_MIPS_ISA_MIPS4"); \ -+ } \ -+ else if (ISA_MIPS32) \ -+ { \ -+ builtin_define ("__mips=32"); \ -+ builtin_define ("_MIPS_ISA=_MIPS_ISA_MIPS32"); \ -+ builtin_define ("__mips_isa_rev=1"); \ -+ } \ -+ else if (ISA_MIPS32R2) \ -+ { \ -+ builtin_define ("__mips=32"); \ -+ builtin_define ("_MIPS_ISA=_MIPS_ISA_MIPS32"); \ -+ builtin_define ("__mips_isa_rev=2"); \ -+ } \ -+ else if (ISA_MIPS64) \ -+ { \ -+ builtin_define ("__mips=64"); \ -+ builtin_define ("_MIPS_ISA=_MIPS_ISA_MIPS64"); \ -+ builtin_define ("__mips_isa_rev=1"); \ -+ } \ -+ else if (ISA_MIPS64R2) \ -+ { \ -+ builtin_define ("__mips=64"); \ -+ builtin_define ("_MIPS_ISA=_MIPS_ISA_MIPS64"); \ -+ builtin_define ("__mips_isa_rev=2"); \ -+ } \ -+ \ -+ if (TARGET_HARD_FLOAT) \ -+ builtin_define ("__mips_hard_float"); \ -+ else if (TARGET_SOFT_FLOAT) \ -+ builtin_define ("__mips_soft_float"); \ -+ \ -+ if (TARGET_SINGLE_FLOAT) \ -+ builtin_define ("__mips_single_float"); \ -+ \ -+ if (TARGET_BIG_ENDIAN) \ -+ builtin_define ("__MIPSEB__"); \ -+ else \ -+ builtin_define ("__MIPSEL__"); \ -+ \ -+ /* No language dialect defines. */ \ -+ if (TARGET_ABICALLS) \ -+ builtin_define ("__ABICALLS__"); \ -+ } \ -+ while (0) -+ -+/* Always pass ISA to drivers */ -+#undef DRIVER_SELF_SPECS -+#define DRIVER_SELF_SPECS \ -+ MIPS_DEFAULT_ISA_LEVEL_SPEC, \ -+ MIPS_ISA_LEVEL_SPEC, \ -+ \ -+ /* Make sure that an endian option is always present. This makes \ -+ things like LINK_SPEC easier to write. */ \ -+ "%{!EB:%{!EL:%(endian_spec)}}", \ -+ \ -+ BASE_DRIVER_SELF_SPECS -+ -+#if 0 -+/* Don't default to pcc-struct-return, we want to retain compatibility with -+ older gcc versions AND pcc-struct-return is nonreentrant. -+ (even though the SVR4 ABI for the i386 says that records and unions are -+ returned in memory). */ -+ -+#undef DEFAULT_PCC_STRUCT_RETURN -+#define DEFAULT_PCC_STRUCT_RETURN 0 -+#endif -+ -+ -+/************************[ Assembler stuff ]********************************/ -+ -+#undef SUBTARGET_ASM_SPEC -+#define SUBTARGET_ASM_SPEC \ -+ "%{!mno-abicalls: %{!fno-PIC:%{!fno-pic:-KPIC}}}" -+ -+/* -G is incompatible with -KPIC which is the default, so only allow objects -+ in the small data section if the user explicitly asks for it. */ -+ -+#undef MIPS_DEFAULT_GVALUE -+#define MIPS_DEFAULT_GVALUE 0 -+ -+/* If defined, a C expression whose value is a string containing the -+ assembler operation to identify the following data as -+ uninitialized global data. If not defined, and neither -+ `ASM_OUTPUT_BSS' nor `ASM_OUTPUT_ALIGNED_BSS' are defined, -+ uninitialized global data will be output in the data section if -+ `-fno-common' is passed, otherwise `ASM_OUTPUT_COMMON' will be -+ used. */ -+#undef BSS_SECTION_ASM_OP -+#define BSS_SECTION_ASM_OP "\t.section\t.bss" -+ -+/* Like `ASM_OUTPUT_BSS' except takes the required alignment as a -+ separate, explicit argument. If you define this macro, it is used -+ in place of `ASM_OUTPUT_BSS', and gives you more flexibility in -+ handling the required alignment of the variable. The alignment is -+ specified as the number of bits. -+ -+ Try to use function `asm_output_aligned_bss' defined in file -+ `varasm.c' when defining this macro. */ -+#undef ASM_OUTPUT_ALIGNED_BSS -+#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ -+ asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN) -+ -+/* Standard AT&T UNIX 'as' local label spelling. */ -+#undef LOCAL_LABEL_PREFIX -+#define LOCAL_LABEL_PREFIX "." -+ -+/* Currently we don't support 128bit long doubles, so for now we force -+ n32 to be 64bit. */ -+#undef LONG_DOUBLE_TYPE_SIZE -+#define LONG_DOUBLE_TYPE_SIZE 64 -+ -+#ifdef IN_LIBGCC2 -+#undef LIBGCC2_LONG_DOUBLE_TYPE_SIZE -+#define LIBGCC2_LONG_DOUBLE_TYPE_SIZE 64 -+#endif -+ -+/************************[ Debugger stuff ]*********************************/ -+#undef DBX_DEBUGGING_INFO -+ -+#if MIPS_ABI_DEFAULT == ABI_64 -+#undef STANDARD_STARTFILE_PREFIX_1 -+#define STANDARD_STARTFILE_PREFIX_1 "/lib/" -+#undef STANDARD_STARTFILE_PREFIX_2 -+#define STANDARD_STARTFILE_PREFIX_2 "/usr/lib/" -+#endif -diff --git a/libgcc/config.host b/libgcc/config.host -index f4a7428..5e5c33e 100644 ---- libgcc/config.host -+++ libgcc/config.host -@@ -783,6 +783,8 @@ microblaze*-*-rtems*) - tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit" - extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o" - ;; -+mips*-*-freebsd*) # FreeBSD/mips, either endian. -+ ;; - mips*-*-netbsd*) # NetBSD/mips, either endian. - ;; - mips*-*-linux*) # Linux MIPS, either endian. diff --git a/devel/freebsd-gcc9/files/patch-gcc_system.h b/devel/freebsd-gcc9/files/patch-gcc_system.h deleted file mode 100644 index e28d9e4acc5..00000000000 --- a/devel/freebsd-gcc9/files/patch-gcc_system.h +++ /dev/null @@ -1,42 +0,0 @@ ---- gcc/system.h.orig 2022-05-27 07:21:11 UTC -+++ gcc/system.h -@@ -203,19 +203,6 @@ extern int fprintf_unlocked (FILE *, const char *, ... - #endif - #endif - --/* There are an extraordinary number of issues with . -- The last straw is that it varies with the locale. Use libiberty's -- replacement instead. */ --#include "safe-ctype.h" -- --#include -- --#include -- --#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO --extern int errno; --#endif -- - #ifdef __cplusplus - #if defined (INCLUDE_ALGORITHM) || !defined (HAVE_SWAP_IN_UTILITY) - # include -@@ -235,6 +222,19 @@ extern int errno; - # include - # include - # include -+#endif -+ -+/* There are an extraordinary number of issues with . -+ The last straw is that it varies with the locale. Use libiberty's -+ replacement instead. */ -+#include "safe-ctype.h" -+ -+#include -+ -+#include -+ -+#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO -+extern int errno; - #endif - - /* Some of glibc's string inlines cause warnings. Plus we'd rather diff --git a/devel/freebsd-gcc9/files/patch-i686 b/devel/freebsd-gcc9/files/patch-i686 deleted file mode 100644 index 67dd1c248fe..00000000000 --- a/devel/freebsd-gcc9/files/patch-i686 +++ /dev/null @@ -1,13 +0,0 @@ ---- gcc/config.gcc.orig 2020-08-19 09:37:17.455916000 -0700 -+++ gcc/config.gcc 2020-08-19 10:19:33.883084000 -0700 -@@ -3346,7 +3346,9 @@ arch_without_sse2=no - arch_without_64bit=no - case ${target} in - i386-*-freebsd*) -- if test $fbsd_major -ge 6; then -+ if test $fbsd_major -ge 11; then -+ arch=i686 -+ elif test $fbsd_major -ge 6; then - arch=i486 - else - arch=i386 diff --git a/devel/freebsd-gcc9/files/xtoolchain.mk.in b/devel/freebsd-gcc9/files/xtoolchain.mk.in deleted file mode 100644 index 7cacd42f160..00000000000 --- a/devel/freebsd-gcc9/files/xtoolchain.mk.in +++ /dev/null @@ -1,5 +0,0 @@ -XCC=%%LOCALBASE%%/bin/%%GCC_TARGET%%-gcc%%SUFFIX%% -XCXX=%%LOCALBASE%%/bin/%%GCC_TARGET%%-g++%%SUFFIX%% -XCPP=%%LOCALBASE%%/bin/%%GCC_TARGET%%-cpp%%SUFFIX%% -CROSS_BINUTILS_PREFIX=%%LOCALBASE%%/%%BU_PREFIX%%/bin/ -X_COMPILER_TYPE=gcc diff --git a/devel/freebsd-gcc9/pkg-descr b/devel/freebsd-gcc9/pkg-descr deleted file mode 100644 index 505ca21589c..00000000000 --- a/devel/freebsd-gcc9/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -GCC, the GNU C/C++ Compiler, customized to build the FreeBSD base system. -To use GCC for other purposes, please use one of the lang/gcc* packages. diff --git a/devel/freebsd-gcc9/pkg-plist b/devel/freebsd-gcc9/pkg-plist deleted file mode 100644 index 5b5516af9f6..00000000000 --- a/devel/freebsd-gcc9/pkg-plist +++ /dev/null @@ -1,458 +0,0 @@ -bin/%%GCC_TARGET%%-c++%%SUFFIX%% -bin/%%GCC_TARGET%%-cpp%%SUFFIX%% -bin/%%GCC_TARGET%%-g++%%SUFFIX%% -bin/%%GCC_TARGET%%-gcc%%SUFFIX%% -bin/%%GCC_TARGET%%-gcc-%%GCC_VERSION%% -bin/%%GCC_TARGET%%-gcc-ar%%SUFFIX%% -bin/%%GCC_TARGET%%-gcc-nm%%SUFFIX%% -bin/%%GCC_TARGET%%-gcc-ranlib%%SUFFIX%% -bin/%%GCC_TARGET%%-gcov%%SUFFIX%% -bin/%%GCC_TARGET%%-gcov-dump%%SUFFIX%% -bin/%%GCC_TARGET%%-gcov-tool%%SUFFIX%% -%%FLOAT_H%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/float.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/iso646.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdalign.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdarg.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdatomic.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdbool.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stddef.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdfix.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdint-gcc.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdint.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdnoreturn.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/tgmath.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/varargs.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixinc_list -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/gsyslimits.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/include/README -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/include/limits.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/macro_list -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/mkheaders.conf -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/gtype.state -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ada/gcc-interface/ada-tree.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/addresses.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/alias.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/align.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/all-tree.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/alloc-pool.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ansidecl.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/asan.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/attribs.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-host.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-profile.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/b-header-vars -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/backend.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/basic-block.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bb-reorder.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bitmap.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/brig-builtins.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-attrs.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-types.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bversion.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-objc.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pragma.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pretty-print.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-tree.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/calls.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ccmp.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfg-flags.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfg.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfganal.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgbuild.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgcleanup.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgexpand.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfghooks.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloop.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloopmanip.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgrtl.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cgraph.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cif-code.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/collect-utils.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/collect2-aix.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/collect2.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/color-macros.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/conditions.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/elfos.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/%%OPSYS%%-spec.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/%%OPSYS%%-stdint.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/%%OPSYS%%.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/initfini-array.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/configargs.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/context.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/convert.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/coretypes.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/coverage.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cxx-pretty-print.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/name-lookup.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/operators.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/type-utils.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cppbuiltin.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cppdefault.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cpplib.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cselib.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/d/d-tree.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/data-streamer.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dbxout.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dce.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ddg.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/debug.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/defaults.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/df.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dfp.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic-color.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic-core.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dojump.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dominance.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/domwalk.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/double-int.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dumpfile.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dump-context.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dwarf2asm.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dwarf2out.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/edit-context.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/emit-rtl.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/errors.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/et-forest.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/except.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/explow.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/expmed.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/expr.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fibonacci_heap.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/file-find.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/file-prefix-map.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/filenames.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fixed-value.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/flag-types.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/flags.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fold-const-call.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fold-const.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/function.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-plugin.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-rich-location.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-symtab.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-counter.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-io.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcse-common.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcse.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/generic-match.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gengtype.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/genrtl.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gensupport.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ggc-internal.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ggc.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-builder.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-expr.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-fold.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-iterator.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-low.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-match.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-predict.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-pretty-print.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-ssa-evrp-analyze.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-ssa-warn-restrict.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-ssa.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-streamer.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-walk.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimplify-me.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimplify.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/glimits.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graph.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphds.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsstruct.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gstab.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsyms.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsyslimits.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gtm-builtins.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gtype-desc.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hard-reg-set.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-map-traits.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-map.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-set.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-table.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-traits.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hashtab.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/highlev-plugin-common.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hooks.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks-def.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hsa-brig-format.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hsa-builtins.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hsa-common.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hw-doloop.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hwint.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ifcvt.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/inchash.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/incpath.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/input.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-addr.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-attr-common.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-attr.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-codes.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-constants.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-flags.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-modes-inline.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-modes.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-notes.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/internal-fn.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/internal-fn.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/intl.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/int-vector-builder.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-fnsummary.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-icf-gimple.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-icf.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-inline.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-param-manipulation.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-predicate.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-prop.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-ref.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-reference.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-utils.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ira-int.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ira.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/is-a.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/json.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/langhooks-def.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/langhooks.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lcm.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/libfuncs.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/libiberty.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/limitx.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/limity.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/line-map.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/loop-unroll.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lower-subreg.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lra-int.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lra.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lto-compress.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lto-section-names.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lto-streamer.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/md5.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/mem-stats-traits.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/mem-stats.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/memmodel.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/memory-block.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/mode-classes.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/objc/objc-tree.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/obstack.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-builtins.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-expand.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-general.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-grid.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-low.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-offload.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-simd-clone.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opt-problem.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opt-suggestions.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-libfuncs.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-query.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-tree.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optinfo-emit-json.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optinfo.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/options.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opts-diagnostic.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opts.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/output.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params-enum.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params-list.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params-options.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.list -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pass-instances.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pass_manager.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/passes.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin-api.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin-version.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/poly-int-types.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/poly-int.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/predict.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/predict.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/prefix.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pretty-print.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/print-rtl.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/print-tree.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/profile-count.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/profile.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/read-md.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/read-rtl-function.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/real.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/realmpfr.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/recog.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/reg-notes.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regcprop.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regrename.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regs.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regset.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/reload.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/resource.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-error.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-iter.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtlhash.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtlhooks-def.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtx-vector-builder.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/run-rtl-passes.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/safe-ctype.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sanitizer.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sbitmap.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sched-int.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched-dump.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched-ir.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/selftest-diagnostic.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/selftest-rtl.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/selftest.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sese.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/shrink-wrap.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/signop.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sparseset.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/spellcheck-tree.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/spellcheck.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/splay-tree.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sreal.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ssa-iterators.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ssa.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stab.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/statistics.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stmt.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stor-layout.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/streamer-hooks.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stringpool.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/substring-locations.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/symbol-summary.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/symtab.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sync-builtins.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/system.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-def.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-globals.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-hooks-macros.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-insns.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/targhooks.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/timevar.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/timevar.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm-preds.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm_p.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/toplev.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tracer.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/trans-mem.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-affine.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfg.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfgcleanup.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-check.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-chrec.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-core.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-data-ref.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dfa.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-diagnostic.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dump.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-eh.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-hash-traits.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-hasher.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-if-conv.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-inline.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-into-ssa.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-iterator.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-nested.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-object-size.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-outof-ssa.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-parloops.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-pass.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-phinodes.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-pretty-print.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-scalar-evolution.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-address.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-alias.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-ccp.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-coalesce.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-dce.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-dom.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-live.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-ivopts.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-manip.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-niter.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-operands.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-propagate.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-sccvn.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-scopedtables.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-strlen.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-ter.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadedge.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadupdate.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssanames.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-stdarg.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-streamer.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-switch-conversion.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-vector-builder.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-vectorizer.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-vrp.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/treestruct.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tsan.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tsystem.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/typeclass.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/typed-splay-tree.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ubsan.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/valtrack.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/value-prof.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/varasm.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vec-perm-indices.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vec.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vector-builder.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/version.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vmsdbg.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vr-values.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vtable-verify.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int-bitmask.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int-print.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int-range.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/xcoff.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/xcoffout.h -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/cc1 -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/cc1plus -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/collect2 -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixinc.sh -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixincl -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/mkheaders -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/mkinstalldirs -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/liblto_plugin.so -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/liblto_plugin.so.0 -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/liblto_plugin.so.0.0.0 -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/lto-wrapper -libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/lto1 -%%PLUGINS%%libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/gengtype -man/man1/%%GCC_TARGET%%-cpp%%SUFFIX%%.1.gz -man/man1/%%GCC_TARGET%%-g++%%SUFFIX%%.1.gz -man/man1/%%GCC_TARGET%%-gcc%%SUFFIX%%.1.gz -man/man1/%%GCC_TARGET%%-gcov%%SUFFIX%%.1.gz -man/man1/%%GCC_TARGET%%-gcov-dump%%SUFFIX%%.1.gz -man/man1/%%GCC_TARGET%%-gcov-tool%%SUFFIX%%.1.gz -share/toolchains/%%TARGETARCH%%-gcc%%SUFFIX%%.mk diff --git a/devel/freebsd-gcc9/pkg-plist.aarch64 b/devel/freebsd-gcc9/pkg-plist.aarch64 deleted file mode 100644 index 1fe2955d287..00000000000 --- a/devel/freebsd-gcc9/pkg-plist.aarch64 +++ /dev/null @@ -1,10 +0,0 @@ -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-arches.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-cores.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-elf.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-%%OPSYS%%.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-fusion-pairs.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-opts.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-protos.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-tuning-flags.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/biarchlp64.h diff --git a/devel/freebsd-gcc9/pkg-plist.amd64 b/devel/freebsd-gcc9/pkg-plist.amd64 deleted file mode 100644 index 421caaf7d40..00000000000 --- a/devel/freebsd-gcc9/pkg-plist.amd64 +++ /dev/null @@ -1,3 +0,0 @@ -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/biarch64.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/%%OPSYS%%64.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/x86-64.h diff --git a/devel/freebsd-gcc9/pkg-plist.arm b/devel/freebsd-gcc9/pkg-plist.arm deleted file mode 100644 index f78d8cebaaf..00000000000 --- a/devel/freebsd-gcc9/pkg-plist.arm +++ /dev/null @@ -1,5 +0,0 @@ -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_acle.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_fp16.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_neon.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/aarch-common-protos.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/dbxelf.h diff --git a/devel/freebsd-gcc9/pkg-plist.arm_gnueabi b/devel/freebsd-gcc9/pkg-plist.arm_gnueabi deleted file mode 100644 index f2fd8dcb095..00000000000 --- a/devel/freebsd-gcc9/pkg-plist.arm_gnueabi +++ /dev/null @@ -1,14 +0,0 @@ -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_cmse.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/mmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/unwind-arm-common.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/arm-cpu.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/arm-isa.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/aout.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/arm-flags.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/arm-opts.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/arm-protos.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/arm.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/bpabi.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/elf.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/%%OPSYS%%.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/vxworks-dummy.h diff --git a/devel/freebsd-gcc9/pkg-plist.i386 b/devel/freebsd-gcc9/pkg-plist.i386 deleted file mode 100644 index 14ce74d174d..00000000000 --- a/devel/freebsd-gcc9/pkg-plist.i386 +++ /dev/null @@ -1,88 +0,0 @@ -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/adxintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/ammintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx2intrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx5124fmapsintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx5124vnniwintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512bitalgintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512bwintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512cdintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512dqintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512erintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512fintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512ifmaintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512ifmavlintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512pfintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512vbmi2intrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512vbmi2vlintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512vbmiintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512vbmivlintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512vlbwintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512vldqintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512vlintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512vnniintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512vnnivlintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512vpopcntdqintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avx512vpopcntdqvlintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/avxintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/bmi2intrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/bmiintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/bmmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/cet.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/cetintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/cldemoteintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/clflushoptintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/clwbintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/clzerointrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/cpuid.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/cross-stdarg.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/emmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/f16cintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/fma4intrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/fmaintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/fxsrintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/gfniintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/ia32intrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/immintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/lwpintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/lzcntintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/mm3dnow.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/mm_malloc.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/mmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/movdirintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/mwaitxintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/nmmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/pconfigintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/pkuintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/pmmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/popcntintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/prfchwintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/rdseedintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/rtmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/sgxintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/shaintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/smmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/tbmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/tmmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/vaesintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/vpclmulqdqintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/waitpkgintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/wbnoinvdintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/wmmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/x86intrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/xmmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/xopintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/xsavecintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/xsaveintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/xsaveoptintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/xsavesintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/xtestintrin.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/dbxelf.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/att.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/%%OPSYS%%.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/i386-opts.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/i386-protos.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/i386.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/stringop.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/unix.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/x86-tune.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/vxworks-dummy.h diff --git a/devel/freebsd-gcc9/pkg-plist.mips b/devel/freebsd-gcc9/pkg-plist.mips deleted file mode 100644 index 309ebad6f6c..00000000000 --- a/devel/freebsd-gcc9/pkg-plist.mips +++ /dev/null @@ -1,9 +0,0 @@ -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/loongson-mmiintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/loongson.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/msa.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/mips/elf.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/mips/%%OPSYS%%.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/mips/mips-opts.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/mips/mips-protos.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/mips/mips.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/vxworks-dummy.h diff --git a/devel/freebsd-gcc9/pkg-plist.powerpc b/devel/freebsd-gcc9/pkg-plist.powerpc deleted file mode 100644 index 039136ba1c4..00000000000 --- a/devel/freebsd-gcc9/pkg-plist.powerpc +++ /dev/null @@ -1,31 +0,0 @@ -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/altivec.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/amo.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/bmi2intrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/bmiintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/emmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/htmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/htmxlintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/mm_malloc.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/mmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/pmmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/ppc-asm.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/ppu_intrinsics.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/si2vmx.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/smmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/spu2vmx.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/tmmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/vec_types.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/x86intrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/xmmintrin.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/dbxelf.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/gnu-user.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/%%OPSYS%%.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/option-defaults.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-builtin.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-cpus.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-modes.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-opts.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-protos.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/sysv4.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/vxworks-dummy.h diff --git a/devel/freebsd-gcc9/pkg-plist.powerpc64 b/devel/freebsd-gcc9/pkg-plist.powerpc64 deleted file mode 100644 index 5e0428b6f81..00000000000 --- a/devel/freebsd-gcc9/pkg-plist.powerpc64 +++ /dev/null @@ -1,32 +0,0 @@ -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/altivec.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/amo.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/bmi2intrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/bmiintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/emmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/htmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/htmxlintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/mm_malloc.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/mmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/pmmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/ppc-asm.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/ppu_intrinsics.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/si2vmx.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/smmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/spu2vmx.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/tmmintrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/vec_types.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/x86intrin.h -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/xmmintrin.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/dbxelf.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/gnu-user.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/default64.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/%%OPSYS%%64.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/option-defaults.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-builtin.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-cpus.def -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-modes.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-opts.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-protos.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/sysv4.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/vxworks-dummy.h diff --git a/devel/freebsd-gcc9/pkg-plist.riscv64 b/devel/freebsd-gcc9/pkg-plist.riscv64 deleted file mode 100644 index 5f0ba58f0e1..00000000000 --- a/devel/freebsd-gcc9/pkg-plist.riscv64 +++ /dev/null @@ -1,4 +0,0 @@ -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/riscv/%%OPSYS%%.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/riscv/riscv-opts.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/riscv/riscv-protos.h -%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/riscv/riscv.h diff --git a/devel/freebsd-git-devtools/Makefile b/devel/freebsd-git-devtools/Makefile index 2d17ed15401..756aa00011e 100644 --- a/devel/freebsd-git-devtools/Makefile +++ b/devel/freebsd-git-devtools/Makefile @@ -1,5 +1,6 @@ PORTNAME= freebsd-git-devtools PORTVERSION= 20230925 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://cgit.freebsd.org/src/plain/tools/tools/git/ DISTFILES= git-arc.sh?id=${_REV} \ @@ -26,7 +27,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/git-arc \ bin/mfc-candidates \ - man/man1/git-arc.1.gz + share/man/man1/git-arc.1.gz _REV= 61f8df6a13a357e1d45c22a2016b87491f10de87 @@ -38,6 +39,6 @@ post-patch: do-install: ${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}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/git-arc.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/devel/fsx/Makefile b/devel/fsx/Makefile index 503fc5ad56a..16c8eacc8c2 100644 --- a/devel/fsx/Makefile +++ b/devel/fsx/Makefile @@ -1,6 +1,6 @@ PORTNAME= fsx DISTVERSION= 0.1.0 -PORTREVISION= 8 +PORTREVISION= 10 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} @@ -103,10 +103,10 @@ CARGO_CRATES= aho-corasick-0.7.20 \ yansi-0.5.1 PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/gbump/Makefile b/devel/gbump/Makefile index c96c3f34973..ed52e2fb895 100644 --- a/devel/gbump/Makefile +++ b/devel/gbump/Makefile @@ -1,5 +1,6 @@ PORTNAME= gbump PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile index 5a8a8b39aad..464978b8819 100644 --- a/devel/gdcm/Makefile +++ b/devel/gdcm/Makefile @@ -30,7 +30,7 @@ VTK_BROKEN= Fails to compile with VTK-9.1, see https://sourceforge.net/p/gdcm/b # Change this when updating the port GDCM_MAJOR= 3 GDCM_MINOR= 0 -GDCM_PATCH= 22 +GDCM_PATCH= 23 # Change this whenever VTK is updated VTK_VERSION= 9.1 diff --git a/devel/gdcm/distinfo b/devel/gdcm/distinfo index 4f4fa32329c..ed66fb288c3 100644 --- a/devel/gdcm/distinfo +++ b/devel/gdcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698726067 -SHA256 (gdcm-3.0.22.tar.bz2) = 40a20aa21d6f5b9710020920a9fbd43ac76149b1097f0fab6f9787513a7a7434 -SIZE (gdcm-3.0.22.tar.bz2) = 3030567 +TIMESTAMP = 1704937649 +SHA256 (gdcm-3.0.23.tar.bz2) = 711d155ae4ad84a99a38f3b705b5243da346360232c85fe3e2ca575e57e372a1 +SIZE (gdcm-3.0.23.tar.bz2) = 3030093 diff --git a/devel/gengetopt/Makefile b/devel/gengetopt/Makefile index 62cfa71b6d8..4121e495210 100644 --- a/devel/gengetopt/Makefile +++ b/devel/gengetopt/Makefile @@ -1,5 +1,6 @@ PORTNAME= gengetopt PORTVERSION= 2.23 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -37,7 +38,7 @@ post-patch: post-install: ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ @${MKDIR} ${STAGEDIR}${PREFIX}/${INFO_PATH} ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.info \ ${STAGEDIR}${PREFIX}/${INFO_PATH} diff --git a/devel/gengetopt/pkg-plist b/devel/gengetopt/pkg-plist index a1e3a22bdca..8f640b0027c 100644 --- a/devel/gengetopt/pkg-plist +++ b/devel/gengetopt/pkg-plist @@ -1,5 +1,5 @@ bin/gengetopt -man/man1/gengetopt.1.gz +share/man/man1/gengetopt.1.gz %%DATADIR%%/getopt.c %%DATADIR%%/getopt1.c %%DATADIR%%/gnugetopt.h diff --git a/devel/gettext-lint/Makefile b/devel/gettext-lint/Makefile index 4b2ec3a3979..bbc4c431021 100644 --- a/devel/gettext-lint/Makefile +++ b/devel/gettext-lint/Makefile @@ -1,6 +1,6 @@ PORTNAME= gettext-lint PORTVERSION= 0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0 @@ -27,7 +27,7 @@ do-install: .for i in POFileChecker POFileClean POFileConsistency POFileEquiv POFileFill \ POFileGlossary POFileSpell POFileStatus ${INSTALL_SCRIPT} ${WRKSRC}/src/${i} ${STAGEDIR}${PREFIX}/bin/${i} - ${INSTALL_MAN} ${WRKSRC}/doc/${i}.1 ${STAGEDIR}${MANPREFIX}/man/man1/${i}.1 + ${INSTALL_MAN} ${WRKSRC}/doc/${i}.1 ${STAGEDIR}${PREFIX}/share/man/man1/${i}.1 .endfor @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/src/*.py \ diff --git a/devel/gettext-lint/pkg-plist b/devel/gettext-lint/pkg-plist index 9774c236666..500d961f611 100644 --- a/devel/gettext-lint/pkg-plist +++ b/devel/gettext-lint/pkg-plist @@ -11,14 +11,14 @@ bin/POFileStatus %%PYTHON_SITELIBDIR%%/gettext-lint/POFile.py %%PYTHON_SITELIBDIR%%/gettext-lint/capitalization.py %%PYTHON_SITELIBDIR%%/gettext-lint/util.py -man/man1/POFileChecker.1.gz -man/man1/POFileClean.1.gz -man/man1/POFileConsistency.1.gz -man/man1/POFileEquiv.1.gz -man/man1/POFileFill.1.gz -man/man1/POFileGlossary.1.gz -man/man1/POFileSpell.1.gz -man/man1/POFileStatus.1.gz +share/man/man1/POFileChecker.1.gz +share/man/man1/POFileClean.1.gz +share/man/man1/POFileConsistency.1.gz +share/man/man1/POFileEquiv.1.gz +share/man/man1/POFileFill.1.gz +share/man/man1/POFileGlossary.1.gz +share/man/man1/POFileSpell.1.gz +share/man/man1/POFileStatus.1.gz %%DATADIR%%/count.xsl %%DATADIR%%/report.css %%DATADIR%%/report.xsl diff --git a/devel/gfold/Makefile b/devel/gfold/Makefile index f60e66bec70..b72b9fbe5ef 100644 --- a/devel/gfold/Makefile +++ b/devel/gfold/Makefile @@ -1,6 +1,6 @@ PORTNAME= gfold DISTVERSION= 4.0.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel MAINTAINER= sec.research.2005@gmail.com diff --git a/devel/gh/Makefile b/devel/gh/Makefile index 904f0876650..fc4c60c34e4 100644 --- a/devel/gh/Makefile +++ b/devel/gh/Makefile @@ -1,7 +1,7 @@ PORTNAME= gh DISTVERSIONPREFIX= v DISTVERSION= 2.39.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org @@ -56,6 +56,6 @@ post-install-DOCS-on: post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/docs/man/*.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/gh/pkg-plist b/devel/gh/pkg-plist index 706076fb2ab..19f815da4ad 100644 --- a/devel/gh/pkg-plist +++ b/devel/gh/pkg-plist @@ -1,184 +1,184 @@ -%%MANPAGES%%man/man1/gh-alias-delete.1.gz -%%MANPAGES%%man/man1/gh-alias-import.1.gz -%%MANPAGES%%man/man1/gh-alias-list.1.gz -%%MANPAGES%%man/man1/gh-alias-set.1.gz -%%MANPAGES%%man/man1/gh-alias.1.gz -%%MANPAGES%%man/man1/gh-api.1.gz -%%MANPAGES%%man/man1/gh-auth-login.1.gz -%%MANPAGES%%man/man1/gh-auth-logout.1.gz -%%MANPAGES%%man/man1/gh-auth-refresh.1.gz -%%MANPAGES%%man/man1/gh-auth-setup-git.1.gz -%%MANPAGES%%man/man1/gh-auth-status.1.gz -%%MANPAGES%%man/man1/gh-auth-token.1.gz -%%MANPAGES%%man/man1/gh-auth.1.gz -%%MANPAGES%%man/man1/gh-browse.1.gz -%%MANPAGES%%man/man1/gh-cache-delete.1.gz -%%MANPAGES%%man/man1/gh-cache-list.1.gz -%%MANPAGES%%man/man1/gh-cache.1.gz -%%MANPAGES%%man/man1/gh-codespace-code.1.gz -%%MANPAGES%%man/man1/gh-codespace-cp.1.gz -%%MANPAGES%%man/man1/gh-codespace-create.1.gz -%%MANPAGES%%man/man1/gh-codespace-delete.1.gz -%%MANPAGES%%man/man1/gh-codespace-edit.1.gz -%%MANPAGES%%man/man1/gh-codespace-jupyter.1.gz -%%MANPAGES%%man/man1/gh-codespace-list.1.gz -%%MANPAGES%%man/man1/gh-codespace-logs.1.gz -%%MANPAGES%%man/man1/gh-codespace-ports-forward.1.gz -%%MANPAGES%%man/man1/gh-codespace-ports-visibility.1.gz -%%MANPAGES%%man/man1/gh-codespace-ports.1.gz -%%MANPAGES%%man/man1/gh-codespace-rebuild.1.gz -%%MANPAGES%%man/man1/gh-codespace-ssh.1.gz -%%MANPAGES%%man/man1/gh-codespace-stop.1.gz -%%MANPAGES%%man/man1/gh-codespace-view.1.gz -%%MANPAGES%%man/man1/gh-codespace.1.gz -%%MANPAGES%%man/man1/gh-completion.1.gz -%%MANPAGES%%man/man1/gh-config-clear-cache.1.gz -%%MANPAGES%%man/man1/gh-config-get.1.gz -%%MANPAGES%%man/man1/gh-config-list.1.gz -%%MANPAGES%%man/man1/gh-config-set.1.gz -%%MANPAGES%%man/man1/gh-config.1.gz -%%MANPAGES%%man/man1/gh-extension-browse.1.gz -%%MANPAGES%%man/man1/gh-extension-create.1.gz -%%MANPAGES%%man/man1/gh-extension-exec.1.gz -%%MANPAGES%%man/man1/gh-extension-install.1.gz -%%MANPAGES%%man/man1/gh-extension-list.1.gz -%%MANPAGES%%man/man1/gh-extension-remove.1.gz -%%MANPAGES%%man/man1/gh-extension-search.1.gz -%%MANPAGES%%man/man1/gh-extension-upgrade.1.gz -%%MANPAGES%%man/man1/gh-extension.1.gz -%%MANPAGES%%man/man1/gh-gist-clone.1.gz -%%MANPAGES%%man/man1/gh-gist-create.1.gz -%%MANPAGES%%man/man1/gh-gist-delete.1.gz -%%MANPAGES%%man/man1/gh-gist-edit.1.gz -%%MANPAGES%%man/man1/gh-gist-list.1.gz -%%MANPAGES%%man/man1/gh-gist-rename.1.gz -%%MANPAGES%%man/man1/gh-gist-view.1.gz -%%MANPAGES%%man/man1/gh-gist.1.gz -%%MANPAGES%%man/man1/gh-gpg-key-add.1.gz -%%MANPAGES%%man/man1/gh-gpg-key-delete.1.gz -%%MANPAGES%%man/man1/gh-gpg-key-list.1.gz -%%MANPAGES%%man/man1/gh-gpg-key.1.gz -%%MANPAGES%%man/man1/gh-issue-close.1.gz -%%MANPAGES%%man/man1/gh-issue-comment.1.gz -%%MANPAGES%%man/man1/gh-issue-create.1.gz -%%MANPAGES%%man/man1/gh-issue-delete.1.gz -%%MANPAGES%%man/man1/gh-issue-develop.1.gz -%%MANPAGES%%man/man1/gh-issue-edit.1.gz -%%MANPAGES%%man/man1/gh-issue-list.1.gz -%%MANPAGES%%man/man1/gh-issue-lock.1.gz -%%MANPAGES%%man/man1/gh-issue-pin.1.gz -%%MANPAGES%%man/man1/gh-issue-reopen.1.gz -%%MANPAGES%%man/man1/gh-issue-status.1.gz -%%MANPAGES%%man/man1/gh-issue-transfer.1.gz -%%MANPAGES%%man/man1/gh-issue-unlock.1.gz -%%MANPAGES%%man/man1/gh-issue-unpin.1.gz -%%MANPAGES%%man/man1/gh-issue-view.1.gz -%%MANPAGES%%man/man1/gh-issue.1.gz -%%MANPAGES%%man/man1/gh-label-clone.1.gz -%%MANPAGES%%man/man1/gh-label-create.1.gz -%%MANPAGES%%man/man1/gh-label-delete.1.gz -%%MANPAGES%%man/man1/gh-label-edit.1.gz -%%MANPAGES%%man/man1/gh-label-list.1.gz -%%MANPAGES%%man/man1/gh-label.1.gz -%%MANPAGES%%man/man1/gh-org-list.1.gz -%%MANPAGES%%man/man1/gh-org.1.gz -%%MANPAGES%%man/man1/gh-pr-checkout.1.gz -%%MANPAGES%%man/man1/gh-pr-checks.1.gz -%%MANPAGES%%man/man1/gh-pr-close.1.gz -%%MANPAGES%%man/man1/gh-pr-comment.1.gz -%%MANPAGES%%man/man1/gh-pr-create.1.gz -%%MANPAGES%%man/man1/gh-pr-diff.1.gz -%%MANPAGES%%man/man1/gh-pr-edit.1.gz -%%MANPAGES%%man/man1/gh-pr-list.1.gz -%%MANPAGES%%man/man1/gh-pr-lock.1.gz -%%MANPAGES%%man/man1/gh-pr-merge.1.gz -%%MANPAGES%%man/man1/gh-pr-ready.1.gz -%%MANPAGES%%man/man1/gh-pr-reopen.1.gz -%%MANPAGES%%man/man1/gh-pr-review.1.gz -%%MANPAGES%%man/man1/gh-pr-status.1.gz -%%MANPAGES%%man/man1/gh-pr-unlock.1.gz -%%MANPAGES%%man/man1/gh-pr-view.1.gz -%%MANPAGES%%man/man1/gh-pr.1.gz -%%MANPAGES%%man/man1/gh-project-close.1.gz -%%MANPAGES%%man/man1/gh-project-copy.1.gz -%%MANPAGES%%man/man1/gh-project-create.1.gz -%%MANPAGES%%man/man1/gh-project-delete.1.gz -%%MANPAGES%%man/man1/gh-project-edit.1.gz -%%MANPAGES%%man/man1/gh-project-field-create.1.gz -%%MANPAGES%%man/man1/gh-project-field-delete.1.gz -%%MANPAGES%%man/man1/gh-project-field-list.1.gz -%%MANPAGES%%man/man1/gh-project-item-add.1.gz -%%MANPAGES%%man/man1/gh-project-item-archive.1.gz -%%MANPAGES%%man/man1/gh-project-item-create.1.gz -%%MANPAGES%%man/man1/gh-project-item-delete.1.gz -%%MANPAGES%%man/man1/gh-project-item-edit.1.gz -%%MANPAGES%%man/man1/gh-project-item-list.1.gz -%%MANPAGES%%man/man1/gh-project-list.1.gz -%%MANPAGES%%man/man1/gh-project-mark-template.1.gz -%%MANPAGES%%man/man1/gh-project-view.1.gz -%%MANPAGES%%man/man1/gh-project.1.gz -%%MANPAGES%%man/man1/gh-release-create.1.gz -%%MANPAGES%%man/man1/gh-release-delete-asset.1.gz -%%MANPAGES%%man/man1/gh-release-delete.1.gz -%%MANPAGES%%man/man1/gh-release-download.1.gz -%%MANPAGES%%man/man1/gh-release-edit.1.gz -%%MANPAGES%%man/man1/gh-release-list.1.gz -%%MANPAGES%%man/man1/gh-release-upload.1.gz -%%MANPAGES%%man/man1/gh-release-view.1.gz -%%MANPAGES%%man/man1/gh-release.1.gz -%%MANPAGES%%man/man1/gh-repo-archive.1.gz -%%MANPAGES%%man/man1/gh-repo-clone.1.gz -%%MANPAGES%%man/man1/gh-repo-create.1.gz -%%MANPAGES%%man/man1/gh-repo-delete.1.gz -%%MANPAGES%%man/man1/gh-repo-deploy-key-add.1.gz -%%MANPAGES%%man/man1/gh-repo-deploy-key-delete.1.gz -%%MANPAGES%%man/man1/gh-repo-deploy-key-list.1.gz -%%MANPAGES%%man/man1/gh-repo-deploy-key.1.gz -%%MANPAGES%%man/man1/gh-repo-edit.1.gz -%%MANPAGES%%man/man1/gh-repo-fork.1.gz -%%MANPAGES%%man/man1/gh-repo-list.1.gz -%%MANPAGES%%man/man1/gh-repo-rename.1.gz -%%MANPAGES%%man/man1/gh-repo-set-default.1.gz -%%MANPAGES%%man/man1/gh-repo-sync.1.gz -%%MANPAGES%%man/man1/gh-repo-unarchive.1.gz -%%MANPAGES%%man/man1/gh-repo-view.1.gz -%%MANPAGES%%man/man1/gh-repo.1.gz -%%MANPAGES%%man/man1/gh-ruleset-check.1.gz -%%MANPAGES%%man/man1/gh-ruleset-list.1.gz -%%MANPAGES%%man/man1/gh-ruleset-view.1.gz -%%MANPAGES%%man/man1/gh-ruleset.1.gz -%%MANPAGES%%man/man1/gh-run-cancel.1.gz -%%MANPAGES%%man/man1/gh-run-delete.1.gz -%%MANPAGES%%man/man1/gh-run-download.1.gz -%%MANPAGES%%man/man1/gh-run-list.1.gz -%%MANPAGES%%man/man1/gh-run-rerun.1.gz -%%MANPAGES%%man/man1/gh-run-view.1.gz -%%MANPAGES%%man/man1/gh-run-watch.1.gz -%%MANPAGES%%man/man1/gh-run.1.gz -%%MANPAGES%%man/man1/gh-search-code.1.gz -%%MANPAGES%%man/man1/gh-search-commits.1.gz -%%MANPAGES%%man/man1/gh-search-issues.1.gz -%%MANPAGES%%man/man1/gh-search-prs.1.gz -%%MANPAGES%%man/man1/gh-search-repos.1.gz -%%MANPAGES%%man/man1/gh-search.1.gz -%%MANPAGES%%man/man1/gh-secret-delete.1.gz -%%MANPAGES%%man/man1/gh-secret-list.1.gz -%%MANPAGES%%man/man1/gh-secret-set.1.gz -%%MANPAGES%%man/man1/gh-secret.1.gz -%%MANPAGES%%man/man1/gh-ssh-key-add.1.gz -%%MANPAGES%%man/man1/gh-ssh-key-delete.1.gz -%%MANPAGES%%man/man1/gh-ssh-key-list.1.gz -%%MANPAGES%%man/man1/gh-ssh-key.1.gz -%%MANPAGES%%man/man1/gh-status.1.gz -%%MANPAGES%%man/man1/gh-variable-delete.1.gz -%%MANPAGES%%man/man1/gh-variable-list.1.gz -%%MANPAGES%%man/man1/gh-variable-set.1.gz -%%MANPAGES%%man/man1/gh-variable.1.gz -%%MANPAGES%%man/man1/gh-workflow-disable.1.gz -%%MANPAGES%%man/man1/gh-workflow-enable.1.gz -%%MANPAGES%%man/man1/gh-workflow-list.1.gz -%%MANPAGES%%man/man1/gh-workflow-run.1.gz -%%MANPAGES%%man/man1/gh-workflow-view.1.gz -%%MANPAGES%%man/man1/gh-workflow.1.gz -%%MANPAGES%%man/man1/gh.1.gz +%%MANPAGES%%share/man/man1/gh-alias-delete.1.gz +%%MANPAGES%%share/man/man1/gh-alias-import.1.gz +%%MANPAGES%%share/man/man1/gh-alias-list.1.gz +%%MANPAGES%%share/man/man1/gh-alias-set.1.gz +%%MANPAGES%%share/man/man1/gh-alias.1.gz +%%MANPAGES%%share/man/man1/gh-api.1.gz +%%MANPAGES%%share/man/man1/gh-auth-login.1.gz +%%MANPAGES%%share/man/man1/gh-auth-logout.1.gz +%%MANPAGES%%share/man/man1/gh-auth-refresh.1.gz +%%MANPAGES%%share/man/man1/gh-auth-setup-git.1.gz +%%MANPAGES%%share/man/man1/gh-auth-status.1.gz +%%MANPAGES%%share/man/man1/gh-auth-token.1.gz +%%MANPAGES%%share/man/man1/gh-auth.1.gz +%%MANPAGES%%share/man/man1/gh-browse.1.gz +%%MANPAGES%%share/man/man1/gh-cache-delete.1.gz +%%MANPAGES%%share/man/man1/gh-cache-list.1.gz +%%MANPAGES%%share/man/man1/gh-cache.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-code.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-cp.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-create.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-delete.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-edit.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-jupyter.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-list.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-logs.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-ports-forward.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-ports-visibility.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-ports.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-rebuild.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-ssh.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-stop.1.gz +%%MANPAGES%%share/man/man1/gh-codespace-view.1.gz +%%MANPAGES%%share/man/man1/gh-codespace.1.gz +%%MANPAGES%%share/man/man1/gh-completion.1.gz +%%MANPAGES%%share/man/man1/gh-config-clear-cache.1.gz +%%MANPAGES%%share/man/man1/gh-config-get.1.gz +%%MANPAGES%%share/man/man1/gh-config-list.1.gz +%%MANPAGES%%share/man/man1/gh-config-set.1.gz +%%MANPAGES%%share/man/man1/gh-config.1.gz +%%MANPAGES%%share/man/man1/gh-extension-browse.1.gz +%%MANPAGES%%share/man/man1/gh-extension-create.1.gz +%%MANPAGES%%share/man/man1/gh-extension-exec.1.gz +%%MANPAGES%%share/man/man1/gh-extension-install.1.gz +%%MANPAGES%%share/man/man1/gh-extension-list.1.gz +%%MANPAGES%%share/man/man1/gh-extension-remove.1.gz +%%MANPAGES%%share/man/man1/gh-extension-search.1.gz +%%MANPAGES%%share/man/man1/gh-extension-upgrade.1.gz +%%MANPAGES%%share/man/man1/gh-extension.1.gz +%%MANPAGES%%share/man/man1/gh-gist-clone.1.gz +%%MANPAGES%%share/man/man1/gh-gist-create.1.gz +%%MANPAGES%%share/man/man1/gh-gist-delete.1.gz +%%MANPAGES%%share/man/man1/gh-gist-edit.1.gz +%%MANPAGES%%share/man/man1/gh-gist-list.1.gz +%%MANPAGES%%share/man/man1/gh-gist-rename.1.gz +%%MANPAGES%%share/man/man1/gh-gist-view.1.gz +%%MANPAGES%%share/man/man1/gh-gist.1.gz +%%MANPAGES%%share/man/man1/gh-gpg-key-add.1.gz +%%MANPAGES%%share/man/man1/gh-gpg-key-delete.1.gz +%%MANPAGES%%share/man/man1/gh-gpg-key-list.1.gz +%%MANPAGES%%share/man/man1/gh-gpg-key.1.gz +%%MANPAGES%%share/man/man1/gh-issue-close.1.gz +%%MANPAGES%%share/man/man1/gh-issue-comment.1.gz +%%MANPAGES%%share/man/man1/gh-issue-create.1.gz +%%MANPAGES%%share/man/man1/gh-issue-delete.1.gz +%%MANPAGES%%share/man/man1/gh-issue-develop.1.gz +%%MANPAGES%%share/man/man1/gh-issue-edit.1.gz +%%MANPAGES%%share/man/man1/gh-issue-list.1.gz +%%MANPAGES%%share/man/man1/gh-issue-lock.1.gz +%%MANPAGES%%share/man/man1/gh-issue-pin.1.gz +%%MANPAGES%%share/man/man1/gh-issue-reopen.1.gz +%%MANPAGES%%share/man/man1/gh-issue-status.1.gz +%%MANPAGES%%share/man/man1/gh-issue-transfer.1.gz +%%MANPAGES%%share/man/man1/gh-issue-unlock.1.gz +%%MANPAGES%%share/man/man1/gh-issue-unpin.1.gz +%%MANPAGES%%share/man/man1/gh-issue-view.1.gz +%%MANPAGES%%share/man/man1/gh-issue.1.gz +%%MANPAGES%%share/man/man1/gh-label-clone.1.gz +%%MANPAGES%%share/man/man1/gh-label-create.1.gz +%%MANPAGES%%share/man/man1/gh-label-delete.1.gz +%%MANPAGES%%share/man/man1/gh-label-edit.1.gz +%%MANPAGES%%share/man/man1/gh-label-list.1.gz +%%MANPAGES%%share/man/man1/gh-label.1.gz +%%MANPAGES%%share/man/man1/gh-org-list.1.gz +%%MANPAGES%%share/man/man1/gh-org.1.gz +%%MANPAGES%%share/man/man1/gh-pr-checkout.1.gz +%%MANPAGES%%share/man/man1/gh-pr-checks.1.gz +%%MANPAGES%%share/man/man1/gh-pr-close.1.gz +%%MANPAGES%%share/man/man1/gh-pr-comment.1.gz +%%MANPAGES%%share/man/man1/gh-pr-create.1.gz +%%MANPAGES%%share/man/man1/gh-pr-diff.1.gz +%%MANPAGES%%share/man/man1/gh-pr-edit.1.gz +%%MANPAGES%%share/man/man1/gh-pr-list.1.gz +%%MANPAGES%%share/man/man1/gh-pr-lock.1.gz +%%MANPAGES%%share/man/man1/gh-pr-merge.1.gz +%%MANPAGES%%share/man/man1/gh-pr-ready.1.gz +%%MANPAGES%%share/man/man1/gh-pr-reopen.1.gz +%%MANPAGES%%share/man/man1/gh-pr-review.1.gz +%%MANPAGES%%share/man/man1/gh-pr-status.1.gz +%%MANPAGES%%share/man/man1/gh-pr-unlock.1.gz +%%MANPAGES%%share/man/man1/gh-pr-view.1.gz +%%MANPAGES%%share/man/man1/gh-pr.1.gz +%%MANPAGES%%share/man/man1/gh-project-close.1.gz +%%MANPAGES%%share/man/man1/gh-project-copy.1.gz +%%MANPAGES%%share/man/man1/gh-project-create.1.gz +%%MANPAGES%%share/man/man1/gh-project-delete.1.gz +%%MANPAGES%%share/man/man1/gh-project-edit.1.gz +%%MANPAGES%%share/man/man1/gh-project-field-create.1.gz +%%MANPAGES%%share/man/man1/gh-project-field-delete.1.gz +%%MANPAGES%%share/man/man1/gh-project-field-list.1.gz +%%MANPAGES%%share/man/man1/gh-project-item-add.1.gz +%%MANPAGES%%share/man/man1/gh-project-item-archive.1.gz +%%MANPAGES%%share/man/man1/gh-project-item-create.1.gz +%%MANPAGES%%share/man/man1/gh-project-item-delete.1.gz +%%MANPAGES%%share/man/man1/gh-project-item-edit.1.gz +%%MANPAGES%%share/man/man1/gh-project-item-list.1.gz +%%MANPAGES%%share/man/man1/gh-project-list.1.gz +%%MANPAGES%%share/man/man1/gh-project-mark-template.1.gz +%%MANPAGES%%share/man/man1/gh-project-view.1.gz +%%MANPAGES%%share/man/man1/gh-project.1.gz +%%MANPAGES%%share/man/man1/gh-release-create.1.gz +%%MANPAGES%%share/man/man1/gh-release-delete-asset.1.gz +%%MANPAGES%%share/man/man1/gh-release-delete.1.gz +%%MANPAGES%%share/man/man1/gh-release-download.1.gz +%%MANPAGES%%share/man/man1/gh-release-edit.1.gz +%%MANPAGES%%share/man/man1/gh-release-list.1.gz +%%MANPAGES%%share/man/man1/gh-release-upload.1.gz +%%MANPAGES%%share/man/man1/gh-release-view.1.gz +%%MANPAGES%%share/man/man1/gh-release.1.gz +%%MANPAGES%%share/man/man1/gh-repo-archive.1.gz +%%MANPAGES%%share/man/man1/gh-repo-clone.1.gz +%%MANPAGES%%share/man/man1/gh-repo-create.1.gz +%%MANPAGES%%share/man/man1/gh-repo-delete.1.gz +%%MANPAGES%%share/man/man1/gh-repo-deploy-key-add.1.gz +%%MANPAGES%%share/man/man1/gh-repo-deploy-key-delete.1.gz +%%MANPAGES%%share/man/man1/gh-repo-deploy-key-list.1.gz +%%MANPAGES%%share/man/man1/gh-repo-deploy-key.1.gz +%%MANPAGES%%share/man/man1/gh-repo-edit.1.gz +%%MANPAGES%%share/man/man1/gh-repo-fork.1.gz +%%MANPAGES%%share/man/man1/gh-repo-list.1.gz +%%MANPAGES%%share/man/man1/gh-repo-rename.1.gz +%%MANPAGES%%share/man/man1/gh-repo-set-default.1.gz +%%MANPAGES%%share/man/man1/gh-repo-sync.1.gz +%%MANPAGES%%share/man/man1/gh-repo-unarchive.1.gz +%%MANPAGES%%share/man/man1/gh-repo-view.1.gz +%%MANPAGES%%share/man/man1/gh-repo.1.gz +%%MANPAGES%%share/man/man1/gh-ruleset-check.1.gz +%%MANPAGES%%share/man/man1/gh-ruleset-list.1.gz +%%MANPAGES%%share/man/man1/gh-ruleset-view.1.gz +%%MANPAGES%%share/man/man1/gh-ruleset.1.gz +%%MANPAGES%%share/man/man1/gh-run-cancel.1.gz +%%MANPAGES%%share/man/man1/gh-run-delete.1.gz +%%MANPAGES%%share/man/man1/gh-run-download.1.gz +%%MANPAGES%%share/man/man1/gh-run-list.1.gz +%%MANPAGES%%share/man/man1/gh-run-rerun.1.gz +%%MANPAGES%%share/man/man1/gh-run-view.1.gz +%%MANPAGES%%share/man/man1/gh-run-watch.1.gz +%%MANPAGES%%share/man/man1/gh-run.1.gz +%%MANPAGES%%share/man/man1/gh-search-code.1.gz +%%MANPAGES%%share/man/man1/gh-search-commits.1.gz +%%MANPAGES%%share/man/man1/gh-search-issues.1.gz +%%MANPAGES%%share/man/man1/gh-search-prs.1.gz +%%MANPAGES%%share/man/man1/gh-search-repos.1.gz +%%MANPAGES%%share/man/man1/gh-search.1.gz +%%MANPAGES%%share/man/man1/gh-secret-delete.1.gz +%%MANPAGES%%share/man/man1/gh-secret-list.1.gz +%%MANPAGES%%share/man/man1/gh-secret-set.1.gz +%%MANPAGES%%share/man/man1/gh-secret.1.gz +%%MANPAGES%%share/man/man1/gh-ssh-key-add.1.gz +%%MANPAGES%%share/man/man1/gh-ssh-key-delete.1.gz +%%MANPAGES%%share/man/man1/gh-ssh-key-list.1.gz +%%MANPAGES%%share/man/man1/gh-ssh-key.1.gz +%%MANPAGES%%share/man/man1/gh-status.1.gz +%%MANPAGES%%share/man/man1/gh-variable-delete.1.gz +%%MANPAGES%%share/man/man1/gh-variable-list.1.gz +%%MANPAGES%%share/man/man1/gh-variable-set.1.gz +%%MANPAGES%%share/man/man1/gh-variable.1.gz +%%MANPAGES%%share/man/man1/gh-workflow-disable.1.gz +%%MANPAGES%%share/man/man1/gh-workflow-enable.1.gz +%%MANPAGES%%share/man/man1/gh-workflow-list.1.gz +%%MANPAGES%%share/man/man1/gh-workflow-run.1.gz +%%MANPAGES%%share/man/man1/gh-workflow-view.1.gz +%%MANPAGES%%share/man/man1/gh-workflow.1.gz +%%MANPAGES%%share/man/man1/gh.1.gz bin/gh diff --git a/devel/ghostie/Makefile b/devel/ghostie/Makefile index b4362acd045..0a17e7c6eb9 100644 --- a/devel/ghostie/Makefile +++ b/devel/ghostie/Makefile @@ -1,7 +1,7 @@ PORTNAME= ghostie DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-absorb/Makefile b/devel/git-absorb/Makefile index 45f22a79582..abc3864b4a0 100644 --- a/devel/git-absorb/Makefile +++ b/devel/git-absorb/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-absorb DISTVERSION= 0.6.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/git-branchless/Makefile b/devel/git-branchless/Makefile index 439a35cc00f..8bab044e9d5 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= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-bug/Makefile b/devel/git-bug/Makefile index 414498b79f5..ad3379a278b 100644 --- a/devel/git-bug/Makefile +++ b/devel/git-bug/Makefile @@ -40,6 +40,6 @@ post-install-COMPLETIONS-on: .endfor post-install-MANPAGES-on: - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/git-bug/pkg-plist b/devel/git-bug/pkg-plist index 4fd90625968..83f475f811e 100644 --- a/devel/git-bug/pkg-plist +++ b/devel/git-bug/pkg-plist @@ -1,39 +1,39 @@ -%%MANPAGES%%man/man1/git-bug-add.1.gz -%%MANPAGES%%man/man1/git-bug-bridge-auth-add-token.1.gz -%%MANPAGES%%man/man1/git-bug-bridge-auth-rm.1.gz -%%MANPAGES%%man/man1/git-bug-bridge-auth-show.1.gz -%%MANPAGES%%man/man1/git-bug-bridge-auth.1.gz -%%MANPAGES%%man/man1/git-bug-bridge-configure.1.gz -%%MANPAGES%%man/man1/git-bug-bridge-pull.1.gz -%%MANPAGES%%man/man1/git-bug-bridge-push.1.gz -%%MANPAGES%%man/man1/git-bug-bridge-rm.1.gz -%%MANPAGES%%man/man1/git-bug-bridge.1.gz -%%MANPAGES%%man/man1/git-bug-commands.1.gz -%%MANPAGES%%man/man1/git-bug-comment-add.1.gz -%%MANPAGES%%man/man1/git-bug-comment-edit.1.gz -%%MANPAGES%%man/man1/git-bug-comment.1.gz -%%MANPAGES%%man/man1/git-bug-deselect.1.gz -%%MANPAGES%%man/man1/git-bug-label-add.1.gz -%%MANPAGES%%man/man1/git-bug-label-ls.1.gz -%%MANPAGES%%man/man1/git-bug-label-rm.1.gz -%%MANPAGES%%man/man1/git-bug-label.1.gz -%%MANPAGES%%man/man1/git-bug-ls.1.gz -%%MANPAGES%%man/man1/git-bug-pull.1.gz -%%MANPAGES%%man/man1/git-bug-push.1.gz -%%MANPAGES%%man/man1/git-bug-rm.1.gz -%%MANPAGES%%man/man1/git-bug-select.1.gz -%%MANPAGES%%man/man1/git-bug-show.1.gz -%%MANPAGES%%man/man1/git-bug-status-close.1.gz -%%MANPAGES%%man/man1/git-bug-status-open.1.gz -%%MANPAGES%%man/man1/git-bug-status.1.gz -%%MANPAGES%%man/man1/git-bug-termui.1.gz -%%MANPAGES%%man/man1/git-bug-title-edit.1.gz -%%MANPAGES%%man/man1/git-bug-title.1.gz -%%MANPAGES%%man/man1/git-bug-user-adopt.1.gz -%%MANPAGES%%man/man1/git-bug-user-create.1.gz -%%MANPAGES%%man/man1/git-bug-user-ls.1.gz -%%MANPAGES%%man/man1/git-bug-user.1.gz -%%MANPAGES%%man/man1/git-bug-version.1.gz -%%MANPAGES%%man/man1/git-bug-webui.1.gz -%%MANPAGES%%man/man1/git-bug.1.gz +%%MANPAGES%%share/man/man1/git-bug-add.1.gz +%%MANPAGES%%share/man/man1/git-bug-bridge-auth-add-token.1.gz +%%MANPAGES%%share/man/man1/git-bug-bridge-auth-rm.1.gz +%%MANPAGES%%share/man/man1/git-bug-bridge-auth-show.1.gz +%%MANPAGES%%share/man/man1/git-bug-bridge-auth.1.gz +%%MANPAGES%%share/man/man1/git-bug-bridge-configure.1.gz +%%MANPAGES%%share/man/man1/git-bug-bridge-pull.1.gz +%%MANPAGES%%share/man/man1/git-bug-bridge-push.1.gz +%%MANPAGES%%share/man/man1/git-bug-bridge-rm.1.gz +%%MANPAGES%%share/man/man1/git-bug-bridge.1.gz +%%MANPAGES%%share/man/man1/git-bug-commands.1.gz +%%MANPAGES%%share/man/man1/git-bug-comment-add.1.gz +%%MANPAGES%%share/man/man1/git-bug-comment-edit.1.gz +%%MANPAGES%%share/man/man1/git-bug-comment.1.gz +%%MANPAGES%%share/man/man1/git-bug-deselect.1.gz +%%MANPAGES%%share/man/man1/git-bug-label-add.1.gz +%%MANPAGES%%share/man/man1/git-bug-label-ls.1.gz +%%MANPAGES%%share/man/man1/git-bug-label-rm.1.gz +%%MANPAGES%%share/man/man1/git-bug-label.1.gz +%%MANPAGES%%share/man/man1/git-bug-ls.1.gz +%%MANPAGES%%share/man/man1/git-bug-pull.1.gz +%%MANPAGES%%share/man/man1/git-bug-push.1.gz +%%MANPAGES%%share/man/man1/git-bug-rm.1.gz +%%MANPAGES%%share/man/man1/git-bug-select.1.gz +%%MANPAGES%%share/man/man1/git-bug-show.1.gz +%%MANPAGES%%share/man/man1/git-bug-status-close.1.gz +%%MANPAGES%%share/man/man1/git-bug-status-open.1.gz +%%MANPAGES%%share/man/man1/git-bug-status.1.gz +%%MANPAGES%%share/man/man1/git-bug-termui.1.gz +%%MANPAGES%%share/man/man1/git-bug-title-edit.1.gz +%%MANPAGES%%share/man/man1/git-bug-title.1.gz +%%MANPAGES%%share/man/man1/git-bug-user-adopt.1.gz +%%MANPAGES%%share/man/man1/git-bug-user-create.1.gz +%%MANPAGES%%share/man/man1/git-bug-user-ls.1.gz +%%MANPAGES%%share/man/man1/git-bug-user.1.gz +%%MANPAGES%%share/man/man1/git-bug-version.1.gz +%%MANPAGES%%share/man/man1/git-bug-webui.1.gz +%%MANPAGES%%share/man/man1/git-bug.1.gz bin/git-bug diff --git a/devel/git-cinnabar/Makefile b/devel/git-cinnabar/Makefile index 6877d621fc3..ad8b1654baf 100644 --- a/devel/git-cinnabar/Makefile +++ b/devel/git-cinnabar/Makefile @@ -1,5 +1,6 @@ PORTNAME= git-cinnabar DISTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/git-cliff/Makefile b/devel/git-cliff/Makefile index 975e097eca6..c7776fc8238 100644 --- a/devel/git-cliff/Makefile +++ b/devel/git-cliff/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-cliff DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-cvs/pkg-plist b/devel/git-cvs/pkg-plist index 275735bb4df..f71bfcdf742 100644 --- a/devel/git-cvs/pkg-plist +++ b/devel/git-cvs/pkg-plist @@ -2,7 +2,7 @@ bin/git-cvsserver libexec/git-core/git-cvsexportcommit libexec/git-core/git-cvsimport libexec/git-core/git-cvsserver -man/man1/git-cvsexportcommit.1.gz -man/man1/git-cvsimport.1.gz -man/man1/git-cvsserver.1.gz -man/man7/gitcvs-migration.7.gz +share/man/man1/git-cvsexportcommit.1.gz +share/man/man1/git-cvsimport.1.gz +share/man/man1/git-cvsserver.1.gz +share/man/man7/gitcvs-migration.7.gz diff --git a/devel/git-delta/Makefile b/devel/git-delta/Makefile index a4c48de3bdf..37f553dfc48 100644 --- a/devel/git-delta/Makefile +++ b/devel/git-delta/Makefile @@ -1,6 +1,6 @@ PORTNAME= delta DISTVERSION= 0.16.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel PKGNAMEPREFIX= git- diff --git a/devel/git-gui/pkg-plist b/devel/git-gui/pkg-plist index 42ecf2cbda1..d5fdb4d417b 100644 --- a/devel/git-gui/pkg-plist +++ b/devel/git-gui/pkg-plist @@ -2,9 +2,9 @@ bin/gitk libexec/git-core/git-citool libexec/git-core/git-gui libexec/git-core/git-gui--askpass -man/man1/git-citool.1.gz -man/man1/git-gui.1.gz -man/man1/gitk.1.gz +share/man/man1/git-citool.1.gz +share/man/man1/git-gui.1.gz +share/man/man1/gitk.1.gz share/git-gui/lib/about.tcl share/git-gui/lib/blame.tcl share/git-gui/lib/branch.tcl diff --git a/devel/git-p4/pkg-plist b/devel/git-p4/pkg-plist index 54a36e31a68..4a9afb4721c 100644 --- a/devel/git-p4/pkg-plist +++ b/devel/git-p4/pkg-plist @@ -1,2 +1,2 @@ libexec/git-core/git-p4 -man/man1/git-p4.1.gz +share/man/man1/git-p4.1.gz diff --git a/devel/git-svn/pkg-plist b/devel/git-svn/pkg-plist index 783f54bf12e..b1076079edc 100644 --- a/devel/git-svn/pkg-plist +++ b/devel/git-svn/pkg-plist @@ -1,2 +1,2 @@ libexec/git-core/git-svn -man/man1/git-svn.1.gz +share/man/man1/git-svn.1.gz diff --git a/devel/git-workspace/Makefile b/devel/git-workspace/Makefile index 8d5847a4b57..3866ebfd6e9 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= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index f1c6398bf1c..8572b1b922b 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitaly -DISTVERSION= 16.6.2 +DISTVERSION= 16.7.0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo index 5c3e89d3f23..e85152aa353 100644 --- a/devel/gitaly/distinfo +++ b/devel/gitaly/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1702530426 -SHA256 (go/devel_gitaly/gitaly-v16.6.2/go.mod) = 116d784159802d477662fb34b1165c4f02fd8caf8ac72718b2c518745dc0ebc3 -SIZE (go/devel_gitaly/gitaly-v16.6.2/go.mod) = 10585 -SHA256 (go/devel_gitaly/gitaly-v16.6.2/gitaly-v16.6.2.tar.bz2) = 5cf8d08d0c0ca5a7b7c4fc09203f8e254f83fddb94b15b51f2b0b0b6049391a9 -SIZE (go/devel_gitaly/gitaly-v16.6.2/gitaly-v16.6.2.tar.bz2) = 2507351 +TIMESTAMP = 1703589799 +SHA256 (go/devel_gitaly/gitaly-v16.7.0/go.mod) = 116d784159802d477662fb34b1165c4f02fd8caf8ac72718b2c518745dc0ebc3 +SIZE (go/devel_gitaly/gitaly-v16.7.0/go.mod) = 10585 +SHA256 (go/devel_gitaly/gitaly-v16.7.0/gitaly-v16.7.0.tar.bz2) = 686816a381c10e1fc6108e532a1227cc3ba4480d84b10b2e645fd04e8f651a92 +SIZE (go/devel_gitaly/gitaly-v16.7.0/gitaly-v16.7.0.tar.bz2) = 2527033 diff --git a/devel/gitaly/files/patch-config.toml.example b/devel/gitaly/files/patch-config.toml.example index 96757cb8bbc..eecaf610290 100644 --- a/devel/gitaly/files/patch-config.toml.example +++ b/devel/gitaly/files/patch-config.toml.example @@ -1,29 +1,20 @@ ---- config.toml.example.orig 2023-09-21 08:51:45 UTC +--- config.toml.example.orig 2023-12-20 08:48:30 UTC +++ config.toml.example @@ -2,10 +2,10 @@ - # Documentation lives at https://docs.gitlab.com/ee/administration/gitaly/ and - # https://docs.gitlab.com/ee//administration/gitaly/reference + # For Gitaly documentation, see https://docs.gitlab.com/ee/administration/gitaly/ + # A path which Gitaly should open a Unix socket. -socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket" +socket_path = "%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket" - # The directory where Gitaly's executables are stored + # Directory containing Gitaly executables. -bin_dir = "/home/git/gitaly/_build/bin" +bin_dir = "%%PREFIX%%/share/gitaly/bin/" - # # Optional: The directory where Gitaly can create all files required to + # # Optional. The directory where Gitaly can create all files required to # # properly operate at runtime. If not set, Gitaly will create a directory in -@@ -22,7 +22,7 @@ bin_dir = "/home/git/gitaly/_build/bin" - # # Optional: configure where the Gitaly creates the sockets for internal connections. If unset, Gitaly will create a randomly - # # named temp directory each time it boots. - # # Non Gitaly clients should never connect to these sockets. --# internal_socket_dir = "/home/git/gitlab/tmp/sockets/private/internal" -+internal_socket_dir = "%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/internal" - - # # Optional: authenticate Gitaly requests using a shared secret - # [auth] -@@ -33,9 +33,9 @@ bin_dir = "/home/git/gitaly/_build/bin" - # certificate_path = '/home/git/cert.cert' +@@ -39,9 +39,9 @@ bin_dir = "/home/git/gitaly/_build/bin" + # # Path to the key. # key_path = '/home/git/key.pem' -# # Git settings @@ -35,16 +26,16 @@ # catfile_cache_size = 100 # # [[git.config]] -@@ -44,7 +44,7 @@ bin_dir = "/home/git/gitaly/_build/bin" - - [[storage]] +@@ -53,7 +53,7 @@ bin_dir = "/home/git/gitaly/_build/bin" + # # The name of the storage name = "default" + # # The path to the storage. -path = "/home/git/repositories" +path = "%%PREFIX%%/git/repositories" # # You can optionally configure more storages for this Gitaly instance to serve up # -@@ -54,9 +54,9 @@ path = "/home/git/repositories" +@@ -63,9 +63,9 @@ path = "/home/git/repositories" # # # You can optionally configure Gitaly to output JSON-formatted log messages to stdout @@ -54,9 +45,9 @@ -dir = "/home/git/gitlab/log" +dir = "%%PREFIX%%/www/gitlab-ce/log" # format = "json" - # # Optional: Set log level to only log entries with that severity or above + # # Optional. Set log level to only log entries with that severity or above # # One of, in order: debug, info, warn, errror, fatal, panic -@@ -71,11 +71,11 @@ dir = "/home/git/gitlab/log" +@@ -80,11 +80,11 @@ dir = "/home/git/gitlab/log" # grpc_latency_buckets = [0.001, 0.005, 0.025, 0.1, 0.5, 1.0, 10.0, 30.0, 60.0, 300.0, 1500.0] [hooks] diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile index 21baada5643..c45b2830355 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -1,6 +1,5 @@ PORTNAME= gitlab-runner -DISTVERSION= 16.6.1 -PORTREVISION= 1 +DISTVERSION= 16.7.0 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES= https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ @@ -33,7 +32,7 @@ GO_BUILDFLAGS= -ldflags=" \ -s -w" USE_GITLAB= yes GL_ACCOUNT= gitlab-org -GITBRANCH= 16-6-stable +GITBRANCH= 16-7-stable # for go dependencies # Gitlab hosts there dependencies on their own platform and not on go-proxy diff --git a/devel/gitlab-runner/distinfo b/devel/gitlab-runner/distinfo index 196e99f6246..64702f1b576 100644 --- a/devel/gitlab-runner/distinfo +++ b/devel/gitlab-runner/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1701090876 -SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.6.1/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e -SIZE (go/devel_gitlab-runner/gitlab-runner-v16.6.1/prebuilt-x86_64.tar.xz) = 9594352 -SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.6.1/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32 -SIZE (go/devel_gitlab-runner/gitlab-runner-v16.6.1/prebuilt-arm.tar.xz) = 9020896 -SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.6.1/go.mod) = 7292b627683c0b01f7a3c7e83f2cfdd8d6d367ed0f1e7dd0c83724864f9e2680 -SIZE (go/devel_gitlab-runner/gitlab-runner-v16.6.1/go.mod) = 9940 -SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.6.1/gitlab-runner-v16.6.1.tar.bz2) = ca0b6cb9a0d2a0f2064e880bcc81dfabe6bf733e05eba505b8afef863daee78b -SIZE (go/devel_gitlab-runner/gitlab-runner-v16.6.1/gitlab-runner-v16.6.1.tar.bz2) = 1335597 +TIMESTAMP = 1704283890 +SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.7.0/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e +SIZE (go/devel_gitlab-runner/gitlab-runner-v16.7.0/prebuilt-x86_64.tar.xz) = 9594352 +SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.7.0/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32 +SIZE (go/devel_gitlab-runner/gitlab-runner-v16.7.0/prebuilt-arm.tar.xz) = 9020896 +SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.7.0/go.mod) = 9bb87e747b8298c6ff48c6ddab5ee3bd544e21e8a09d148545093634a24fbfb8 +SIZE (go/devel_gitlab-runner/gitlab-runner-v16.7.0/go.mod) = 10425 +SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.7.0/gitlab-runner-v16.7.0.tar.bz2) = 64caa4aff7c86488690a100330d35a907b38e957ade079cdb05ccf0551a14e88 +SIZE (go/devel_gitlab-runner/gitlab-runner-v16.7.0/gitlab-runner-v16.7.0.tar.bz2) = 1349700 diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index e5ba171f326..ea0f0b06970 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -1,6 +1,5 @@ PORTNAME= gitlab-shell -PORTVERSION= 14.30.1 -PORTREVISION= 1 +PORTVERSION= 14.32.0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/gitlab-shell/distinfo b/devel/gitlab-shell/distinfo index ab448dc49fc..857d2999468 100644 --- a/devel/gitlab-shell/distinfo +++ b/devel/gitlab-shell/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1700424728 -SHA256 (go/devel_gitlab-shell/gitlab-shell-v14.30.1/go.mod) = 320101ce7d39bd11a91c2620f8dcdf839efea305912464e30b5b85622ddf321a -SIZE (go/devel_gitlab-shell/gitlab-shell-v14.30.1/go.mod) = 4794 -SHA256 (go/devel_gitlab-shell/gitlab-shell-v14.30.1/gitlab-shell-v14.30.1.tar.bz2) = adc1672f01c67f53570b13cb247fa6b529702d10f8f77929a46bd879de527da2 -SIZE (go/devel_gitlab-shell/gitlab-shell-v14.30.1/gitlab-shell-v14.30.1.tar.bz2) = 141067 +TIMESTAMP = 1703589928 +SHA256 (go/devel_gitlab-shell/gitlab-shell-v14.32.0/go.mod) = 10b662f9fd5aab451647fe6fd2bd71dc5e9e3d7215ac0ebe7ce77cb9e3c297af +SIZE (go/devel_gitlab-shell/gitlab-shell-v14.32.0/go.mod) = 4862 +SHA256 (go/devel_gitlab-shell/gitlab-shell-v14.32.0/gitlab-shell-v14.32.0.tar.bz2) = 10e3ede7672da0a648d4d83b13bfcd0da0737248b80e6e786a2928504ceb7e0d +SIZE (go/devel_gitlab-shell/gitlab-shell-v14.32.0/gitlab-shell-v14.32.0.tar.bz2) = 142573 diff --git a/devel/gitoxide/Makefile b/devel/gitoxide/Makefile index d455b14aa1b..0fa09624874 100644 --- a/devel/gitoxide/Makefile +++ b/devel/gitoxide/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitoxide DISTVERSIONPREFIX= git-repository-v DISTVERSION= 0.32.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile index 851dfdb4f78..3fe44ab7266 100644 --- a/devel/gitui/Makefile +++ b/devel/gitui/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitui DISTVERSIONPREFIX= v DISTVERSION= 0.24.3 # After update, `make patch` and `make cargo-crates > Makefile.crates` to avoid fetching vendored openssl-src -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/glab/Makefile b/devel/glab/Makefile index 649a0699e08..dff675029c1 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,7 +1,7 @@ PORTNAME= glab DISTVERSIONPREFIX= v DISTVERSION= 1.35.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org @@ -51,6 +51,6 @@ post-install-DOCS-on: post-install-MANPAGES-on: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} run \ - ./cmd/gen-docs --manpage --path ${STAGEDIR}${MAN1PREFIX}/man/man1) + ./cmd/gen-docs --manpage --path ${STAGEDIR}${PREFIX}/share/man/man1) .include diff --git a/devel/glab/pkg-plist b/devel/glab/pkg-plist index 0ac55cd8d2b..0290f8c1097 100644 --- a/devel/glab/pkg-plist +++ b/devel/glab/pkg-plist @@ -1,121 +1,121 @@ -%%MANPAGES%%man/man1/glab-alias-delete.1.gz -%%MANPAGES%%man/man1/glab-alias-list.1.gz -%%MANPAGES%%man/man1/glab-alias-set.1.gz -%%MANPAGES%%man/man1/glab-alias.1.gz -%%MANPAGES%%man/man1/glab-api.1.gz -%%MANPAGES%%man/man1/glab-ask-git.1.gz -%%MANPAGES%%man/man1/glab-ask.1.gz -%%MANPAGES%%man/man1/glab-auth-login.1.gz -%%MANPAGES%%man/man1/glab-auth-status.1.gz -%%MANPAGES%%man/man1/glab-auth.1.gz -%%MANPAGES%%man/man1/glab-changelog-generate.1.gz -%%MANPAGES%%man/man1/glab-changelog.1.gz -%%MANPAGES%%man/man1/glab-check-update.1.gz -%%MANPAGES%%man/man1/glab-ci-artifact.1.gz -%%MANPAGES%%man/man1/glab-ci-delete.1.gz -%%MANPAGES%%man/man1/glab-ci-get.1.gz -%%MANPAGES%%man/man1/glab-ci-lint.1.gz -%%MANPAGES%%man/man1/glab-ci-list.1.gz -%%MANPAGES%%man/man1/glab-ci-retry.1.gz -%%MANPAGES%%man/man1/glab-ci-run.1.gz -%%MANPAGES%%man/man1/glab-ci-status.1.gz -%%MANPAGES%%man/man1/glab-ci-trace.1.gz -%%MANPAGES%%man/man1/glab-ci-view.1.gz -%%MANPAGES%%man/man1/glab-ci.1.gz -%%MANPAGES%%man/man1/glab-cluster-agent-get-token.1.gz -%%MANPAGES%%man/man1/glab-cluster-agent-list.1.gz -%%MANPAGES%%man/man1/glab-cluster-agent-update-kubeconfig.1.gz -%%MANPAGES%%man/man1/glab-cluster-agent.1.gz -%%MANPAGES%%man/man1/glab-cluster.1.gz -%%MANPAGES%%man/man1/glab-completion.1.gz -%%MANPAGES%%man/man1/glab-config-get.1.gz -%%MANPAGES%%man/man1/glab-config-set.1.gz -%%MANPAGES%%man/man1/glab-config.1.gz -%%MANPAGES%%man/man1/glab-incident-close.1.gz -%%MANPAGES%%man/man1/glab-incident-list.1.gz -%%MANPAGES%%man/man1/glab-incident-note.1.gz -%%MANPAGES%%man/man1/glab-incident-reopen.1.gz -%%MANPAGES%%man/man1/glab-incident-subscribe.1.gz -%%MANPAGES%%man/man1/glab-incident-unsubscribe.1.gz -%%MANPAGES%%man/man1/glab-incident-view.1.gz -%%MANPAGES%%man/man1/glab-incident.1.gz -%%MANPAGES%%man/man1/glab-issue-board-create.1.gz -%%MANPAGES%%man/man1/glab-issue-board-view.1.gz -%%MANPAGES%%man/man1/glab-issue-board.1.gz -%%MANPAGES%%man/man1/glab-issue-close.1.gz -%%MANPAGES%%man/man1/glab-issue-create.1.gz -%%MANPAGES%%man/man1/glab-issue-delete.1.gz -%%MANPAGES%%man/man1/glab-issue-list.1.gz -%%MANPAGES%%man/man1/glab-issue-note.1.gz -%%MANPAGES%%man/man1/glab-issue-reopen.1.gz -%%MANPAGES%%man/man1/glab-issue-subscribe.1.gz -%%MANPAGES%%man/man1/glab-issue-unsubscribe.1.gz -%%MANPAGES%%man/man1/glab-issue-update.1.gz -%%MANPAGES%%man/man1/glab-issue-view.1.gz -%%MANPAGES%%man/man1/glab-issue.1.gz -%%MANPAGES%%man/man1/glab-label-create.1.gz -%%MANPAGES%%man/man1/glab-label-list.1.gz -%%MANPAGES%%man/man1/glab-label.1.gz -%%MANPAGES%%man/man1/glab-mr-approve.1.gz -%%MANPAGES%%man/man1/glab-mr-approvers.1.gz -%%MANPAGES%%man/man1/glab-mr-checkout.1.gz -%%MANPAGES%%man/man1/glab-mr-close.1.gz -%%MANPAGES%%man/man1/glab-mr-create.1.gz -%%MANPAGES%%man/man1/glab-mr-delete.1.gz -%%MANPAGES%%man/man1/glab-mr-diff.1.gz -%%MANPAGES%%man/man1/glab-mr-issues.1.gz -%%MANPAGES%%man/man1/glab-mr-list.1.gz -%%MANPAGES%%man/man1/glab-mr-merge.1.gz -%%MANPAGES%%man/man1/glab-mr-note.1.gz -%%MANPAGES%%man/man1/glab-mr-rebase.1.gz -%%MANPAGES%%man/man1/glab-mr-reopen.1.gz -%%MANPAGES%%man/man1/glab-mr-revoke.1.gz -%%MANPAGES%%man/man1/glab-mr-subscribe.1.gz -%%MANPAGES%%man/man1/glab-mr-todo.1.gz -%%MANPAGES%%man/man1/glab-mr-unsubscribe.1.gz -%%MANPAGES%%man/man1/glab-mr-update.1.gz -%%MANPAGES%%man/man1/glab-mr-view.1.gz -%%MANPAGES%%man/man1/glab-mr.1.gz -%%MANPAGES%%man/man1/glab-release-create.1.gz -%%MANPAGES%%man/man1/glab-release-delete.1.gz -%%MANPAGES%%man/man1/glab-release-download.1.gz -%%MANPAGES%%man/man1/glab-release-list.1.gz -%%MANPAGES%%man/man1/glab-release-upload.1.gz -%%MANPAGES%%man/man1/glab-release-view.1.gz -%%MANPAGES%%man/man1/glab-release.1.gz -%%MANPAGES%%man/man1/glab-repo-archive.1.gz -%%MANPAGES%%man/man1/glab-repo-clone.1.gz -%%MANPAGES%%man/man1/glab-repo-contributors.1.gz -%%MANPAGES%%man/man1/glab-repo-create.1.gz -%%MANPAGES%%man/man1/glab-repo-delete.1.gz -%%MANPAGES%%man/man1/glab-repo-fork.1.gz -%%MANPAGES%%man/man1/glab-repo-list.1.gz -%%MANPAGES%%man/man1/glab-repo-mirror.1.gz -%%MANPAGES%%man/man1/glab-repo-search.1.gz -%%MANPAGES%%man/man1/glab-repo-transfer.1.gz -%%MANPAGES%%man/man1/glab-repo-view.1.gz -%%MANPAGES%%man/man1/glab-repo.1.gz -%%MANPAGES%%man/man1/glab-schedule-create.1.gz -%%MANPAGES%%man/man1/glab-schedule-delete.1.gz -%%MANPAGES%%man/man1/glab-schedule-list.1.gz -%%MANPAGES%%man/man1/glab-schedule-run.1.gz -%%MANPAGES%%man/man1/glab-schedule.1.gz -%%MANPAGES%%man/man1/glab-snippet-create.1.gz -%%MANPAGES%%man/man1/glab-snippet.1.gz -%%MANPAGES%%man/man1/glab-ssh-key-add.1.gz -%%MANPAGES%%man/man1/glab-ssh-key-delete.1.gz -%%MANPAGES%%man/man1/glab-ssh-key-get.1.gz -%%MANPAGES%%man/man1/glab-ssh-key-list.1.gz -%%MANPAGES%%man/man1/glab-ssh-key.1.gz -%%MANPAGES%%man/man1/glab-user-events.1.gz -%%MANPAGES%%man/man1/glab-user.1.gz -%%MANPAGES%%man/man1/glab-variable-delete.1.gz -%%MANPAGES%%man/man1/glab-variable-export.1.gz -%%MANPAGES%%man/man1/glab-variable-get.1.gz -%%MANPAGES%%man/man1/glab-variable-list.1.gz -%%MANPAGES%%man/man1/glab-variable-set.1.gz -%%MANPAGES%%man/man1/glab-variable-update.1.gz -%%MANPAGES%%man/man1/glab-variable.1.gz -%%MANPAGES%%man/man1/glab-version.1.gz -%%MANPAGES%%man/man1/glab.1.gz +%%MANPAGES%%share/man/man1/glab-alias-delete.1.gz +%%MANPAGES%%share/man/man1/glab-alias-list.1.gz +%%MANPAGES%%share/man/man1/glab-alias-set.1.gz +%%MANPAGES%%share/man/man1/glab-alias.1.gz +%%MANPAGES%%share/man/man1/glab-api.1.gz +%%MANPAGES%%share/man/man1/glab-ask-git.1.gz +%%MANPAGES%%share/man/man1/glab-ask.1.gz +%%MANPAGES%%share/man/man1/glab-auth-login.1.gz +%%MANPAGES%%share/man/man1/glab-auth-status.1.gz +%%MANPAGES%%share/man/man1/glab-auth.1.gz +%%MANPAGES%%share/man/man1/glab-changelog-generate.1.gz +%%MANPAGES%%share/man/man1/glab-changelog.1.gz +%%MANPAGES%%share/man/man1/glab-check-update.1.gz +%%MANPAGES%%share/man/man1/glab-ci-artifact.1.gz +%%MANPAGES%%share/man/man1/glab-ci-delete.1.gz +%%MANPAGES%%share/man/man1/glab-ci-get.1.gz +%%MANPAGES%%share/man/man1/glab-ci-lint.1.gz +%%MANPAGES%%share/man/man1/glab-ci-list.1.gz +%%MANPAGES%%share/man/man1/glab-ci-retry.1.gz +%%MANPAGES%%share/man/man1/glab-ci-run.1.gz +%%MANPAGES%%share/man/man1/glab-ci-status.1.gz +%%MANPAGES%%share/man/man1/glab-ci-trace.1.gz +%%MANPAGES%%share/man/man1/glab-ci-view.1.gz +%%MANPAGES%%share/man/man1/glab-ci.1.gz +%%MANPAGES%%share/man/man1/glab-cluster-agent-get-token.1.gz +%%MANPAGES%%share/man/man1/glab-cluster-agent-list.1.gz +%%MANPAGES%%share/man/man1/glab-cluster-agent-update-kubeconfig.1.gz +%%MANPAGES%%share/man/man1/glab-cluster-agent.1.gz +%%MANPAGES%%share/man/man1/glab-cluster.1.gz +%%MANPAGES%%share/man/man1/glab-completion.1.gz +%%MANPAGES%%share/man/man1/glab-config-get.1.gz +%%MANPAGES%%share/man/man1/glab-config-set.1.gz +%%MANPAGES%%share/man/man1/glab-config.1.gz +%%MANPAGES%%share/man/man1/glab-incident-close.1.gz +%%MANPAGES%%share/man/man1/glab-incident-list.1.gz +%%MANPAGES%%share/man/man1/glab-incident-note.1.gz +%%MANPAGES%%share/man/man1/glab-incident-reopen.1.gz +%%MANPAGES%%share/man/man1/glab-incident-subscribe.1.gz +%%MANPAGES%%share/man/man1/glab-incident-unsubscribe.1.gz +%%MANPAGES%%share/man/man1/glab-incident-view.1.gz +%%MANPAGES%%share/man/man1/glab-incident.1.gz +%%MANPAGES%%share/man/man1/glab-issue-board-create.1.gz +%%MANPAGES%%share/man/man1/glab-issue-board-view.1.gz +%%MANPAGES%%share/man/man1/glab-issue-board.1.gz +%%MANPAGES%%share/man/man1/glab-issue-close.1.gz +%%MANPAGES%%share/man/man1/glab-issue-create.1.gz +%%MANPAGES%%share/man/man1/glab-issue-delete.1.gz +%%MANPAGES%%share/man/man1/glab-issue-list.1.gz +%%MANPAGES%%share/man/man1/glab-issue-note.1.gz +%%MANPAGES%%share/man/man1/glab-issue-reopen.1.gz +%%MANPAGES%%share/man/man1/glab-issue-subscribe.1.gz +%%MANPAGES%%share/man/man1/glab-issue-unsubscribe.1.gz +%%MANPAGES%%share/man/man1/glab-issue-update.1.gz +%%MANPAGES%%share/man/man1/glab-issue-view.1.gz +%%MANPAGES%%share/man/man1/glab-issue.1.gz +%%MANPAGES%%share/man/man1/glab-label-create.1.gz +%%MANPAGES%%share/man/man1/glab-label-list.1.gz +%%MANPAGES%%share/man/man1/glab-label.1.gz +%%MANPAGES%%share/man/man1/glab-mr-approve.1.gz +%%MANPAGES%%share/man/man1/glab-mr-approvers.1.gz +%%MANPAGES%%share/man/man1/glab-mr-checkout.1.gz +%%MANPAGES%%share/man/man1/glab-mr-close.1.gz +%%MANPAGES%%share/man/man1/glab-mr-create.1.gz +%%MANPAGES%%share/man/man1/glab-mr-delete.1.gz +%%MANPAGES%%share/man/man1/glab-mr-diff.1.gz +%%MANPAGES%%share/man/man1/glab-mr-issues.1.gz +%%MANPAGES%%share/man/man1/glab-mr-list.1.gz +%%MANPAGES%%share/man/man1/glab-mr-merge.1.gz +%%MANPAGES%%share/man/man1/glab-mr-note.1.gz +%%MANPAGES%%share/man/man1/glab-mr-rebase.1.gz +%%MANPAGES%%share/man/man1/glab-mr-reopen.1.gz +%%MANPAGES%%share/man/man1/glab-mr-revoke.1.gz +%%MANPAGES%%share/man/man1/glab-mr-subscribe.1.gz +%%MANPAGES%%share/man/man1/glab-mr-todo.1.gz +%%MANPAGES%%share/man/man1/glab-mr-unsubscribe.1.gz +%%MANPAGES%%share/man/man1/glab-mr-update.1.gz +%%MANPAGES%%share/man/man1/glab-mr-view.1.gz +%%MANPAGES%%share/man/man1/glab-mr.1.gz +%%MANPAGES%%share/man/man1/glab-release-create.1.gz +%%MANPAGES%%share/man/man1/glab-release-delete.1.gz +%%MANPAGES%%share/man/man1/glab-release-download.1.gz +%%MANPAGES%%share/man/man1/glab-release-list.1.gz +%%MANPAGES%%share/man/man1/glab-release-upload.1.gz +%%MANPAGES%%share/man/man1/glab-release-view.1.gz +%%MANPAGES%%share/man/man1/glab-release.1.gz +%%MANPAGES%%share/man/man1/glab-repo-archive.1.gz +%%MANPAGES%%share/man/man1/glab-repo-clone.1.gz +%%MANPAGES%%share/man/man1/glab-repo-contributors.1.gz +%%MANPAGES%%share/man/man1/glab-repo-create.1.gz +%%MANPAGES%%share/man/man1/glab-repo-delete.1.gz +%%MANPAGES%%share/man/man1/glab-repo-fork.1.gz +%%MANPAGES%%share/man/man1/glab-repo-list.1.gz +%%MANPAGES%%share/man/man1/glab-repo-mirror.1.gz +%%MANPAGES%%share/man/man1/glab-repo-search.1.gz +%%MANPAGES%%share/man/man1/glab-repo-transfer.1.gz +%%MANPAGES%%share/man/man1/glab-repo-view.1.gz +%%MANPAGES%%share/man/man1/glab-repo.1.gz +%%MANPAGES%%share/man/man1/glab-schedule-create.1.gz +%%MANPAGES%%share/man/man1/glab-schedule-delete.1.gz +%%MANPAGES%%share/man/man1/glab-schedule-list.1.gz +%%MANPAGES%%share/man/man1/glab-schedule-run.1.gz +%%MANPAGES%%share/man/man1/glab-schedule.1.gz +%%MANPAGES%%share/man/man1/glab-snippet-create.1.gz +%%MANPAGES%%share/man/man1/glab-snippet.1.gz +%%MANPAGES%%share/man/man1/glab-ssh-key-add.1.gz +%%MANPAGES%%share/man/man1/glab-ssh-key-delete.1.gz +%%MANPAGES%%share/man/man1/glab-ssh-key-get.1.gz +%%MANPAGES%%share/man/man1/glab-ssh-key-list.1.gz +%%MANPAGES%%share/man/man1/glab-ssh-key.1.gz +%%MANPAGES%%share/man/man1/glab-user-events.1.gz +%%MANPAGES%%share/man/man1/glab-user.1.gz +%%MANPAGES%%share/man/man1/glab-variable-delete.1.gz +%%MANPAGES%%share/man/man1/glab-variable-export.1.gz +%%MANPAGES%%share/man/man1/glab-variable-get.1.gz +%%MANPAGES%%share/man/man1/glab-variable-list.1.gz +%%MANPAGES%%share/man/man1/glab-variable-set.1.gz +%%MANPAGES%%share/man/man1/glab-variable-update.1.gz +%%MANPAGES%%share/man/man1/glab-variable.1.gz +%%MANPAGES%%share/man/man1/glab-version.1.gz +%%MANPAGES%%share/man/man1/glab.1.gz bin/glab diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile index dc23ec57206..ee939d73a3a 100644 --- a/devel/glaze/Makefile +++ b/devel/glaze/Makefile @@ -1,6 +1,6 @@ PORTNAME= glaze DISTVERSIONPREFIX= v -DISTVERSION= 2.0.1 +DISTVERSION= 2.0.3 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo index 29fbd5f8c20..af5badf76ed 100644 --- a/devel/glaze/distinfo +++ b/devel/glaze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704344193 -SHA256 (stephenberry-glaze-v2.0.1_GH0.tar.gz) = 0f515588189796696a802c88b0308b5386376d202c7ff1875683f38316f09c90 -SIZE (stephenberry-glaze-v2.0.1_GH0.tar.gz) = 251868 +TIMESTAMP = 1704877410 +SHA256 (stephenberry-glaze-v2.0.3_GH0.tar.gz) = 7e155d2970329ff4a13fe1d4c4e4b63509405a984b4f37ef9f92b8756bb3c8ce +SIZE (stephenberry-glaze-v2.0.3_GH0.tar.gz) = 252724 diff --git a/devel/glitter/Makefile b/devel/glitter/Makefile index 11fe1391e9c..61090a19bf7 100644 --- a/devel/glitter/Makefile +++ b/devel/glitter/Makefile @@ -1,7 +1,7 @@ PORTNAME= glitter DISTVERSIONPREFIX= v DISTVERSION= 1.6.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel PKGNAMESUFFIX= -git-tool diff --git a/devel/grcov/Makefile b/devel/grcov/Makefile index eb6ff35db0c..ac38ca4d8b2 100644 --- a/devel/grcov/Makefile +++ b/devel/grcov/Makefile @@ -1,7 +1,7 @@ PORTNAME= grcov DISTVERSIONPREFIX= v DISTVERSION= 0.8.19 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/grex/Makefile b/devel/grex/Makefile index 0da164e793d..394e2347092 100644 --- a/devel/grex/Makefile +++ b/devel/grex/Makefile @@ -1,7 +1,7 @@ PORTNAME= grex DISTVERSIONPREFIX= v DISTVERSION= 1.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi diff --git a/devel/gumbo/Makefile b/devel/gumbo/Makefile index 7d9d6741a0e..3b63366f45f 100644 --- a/devel/gumbo/Makefile +++ b/devel/gumbo/Makefile @@ -1,24 +1,25 @@ PORTNAME= gumbo -PORTVERSION= 0.10.1 -DISTVERSIONPREFIX= v +PORTVERSION= 0.12.1 CATEGORIES= devel textproc +MASTER_SITES= https://codeberg.org/grisha/gumbo-parser/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy/ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Pure-C HTML5 parser -WWW= https://github.com/google/gumbo-parser +WWW= https://codeberg.org/grisha/gumbo-parser LICENSE= APACHE20 -USE_GITHUB= yes -GH_ACCOUNT= google -GH_PROJECT= gumbo-parser - USES= autoreconf gmake pathfix libtool -INSTALL_TARGET= install-strip -GNU_CONFIGURE= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip + +post-extract: + ${MV} ${WRKDIR}/gumbo-parser ${WRKDIR}/${PORTNAME}-${PORTVERSION} + post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgumbo.so.1.0.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgumbo.so.2.0.1 .include diff --git a/devel/gumbo/distinfo b/devel/gumbo/distinfo index 4f0eee2f12c..fd7352ded5c 100644 --- a/devel/gumbo/distinfo +++ b/devel/gumbo/distinfo @@ -1,2 +1,3 @@ -SHA256 (google-gumbo-parser-v0.10.1_GH0.tar.gz) = 28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad -SIZE (google-gumbo-parser-v0.10.1_GH0.tar.gz) = 2119285 +TIMESTAMP = 1700865645 +SHA256 (gumbo-0.12.1.tar.gz) = a0ff2e1b613403fe69ff6407f3f93221fdfa67da357be158bb1e6903b33c1c10 +SIZE (gumbo-0.12.1.tar.gz) = 2115338 diff --git a/devel/gumbo/pkg-plist b/devel/gumbo/pkg-plist index bb1d3062926..d5079b4b449 100644 --- a/devel/gumbo/pkg-plist +++ b/devel/gumbo/pkg-plist @@ -2,6 +2,6 @@ include/gumbo.h include/tag_enum.h lib/libgumbo.a lib/libgumbo.so -lib/libgumbo.so.1 -lib/libgumbo.so.1.0.0 +lib/libgumbo.so.2 +lib/libgumbo.so.2.0.1 libdata/pkgconfig/gumbo.pc diff --git a/devel/hcs12mem/Makefile b/devel/hcs12mem/Makefile index 647dacf2da6..d206b1e927d 100644 --- a/devel/hcs12mem/Makefile +++ b/devel/hcs12mem/Makefile @@ -1,5 +1,6 @@ PORTNAME= hcs12mem PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF @@ -28,7 +29,7 @@ do-install: ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${DATS:S,^,${WRKSRC}/target/,} ${STAGEDIR}${DATADIR}/ - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include diff --git a/devel/hcs12mem/pkg-plist b/devel/hcs12mem/pkg-plist index e4b063fd5d7..43d738fa82a 100644 --- a/devel/hcs12mem/pkg-plist +++ b/devel/hcs12mem/pkg-plist @@ -1,5 +1,5 @@ bin/hcs12mem -man/man1/hcs12mem.1.gz +share/man/man1/hcs12mem.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog diff --git a/devel/htable/Makefile b/devel/htable/Makefile index 06538057183..9976467b881 100644 --- a/devel/htable/Makefile +++ b/devel/htable/Makefile @@ -1,5 +1,6 @@ PORTNAME= htable PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LOCAL/culot @@ -13,7 +14,7 @@ USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= include/htable.h \ - man/man3/htable.3.gz + share/man/man3/htable.3.gz NO_BUILD= yes TEST_TARGET= test @@ -21,6 +22,6 @@ TEST_WRKSRC= ${WRKSRC}/tst do-install: ${INSTALL_DATA} ${WRKSRC}/src/htable.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_MAN} ${WRKSRC}/src/htable.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/src/htable.3 ${STAGEDIR}${PREFIX}/share/man/man3 .include diff --git a/devel/hub/Makefile b/devel/hub/Makefile index 6d1158a9b10..491caf495fd 100644 --- a/devel/hub/Makefile +++ b/devel/hub/Makefile @@ -1,7 +1,7 @@ PORTNAME= hub PORTVERSION= 2.14.2 DISTVERSIONPREFIX= v -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel sysutils MAINTAINER= egypcio@FreeBSD.org @@ -24,7 +24,7 @@ GO_PKGNAME= github.com/github/hub PLIST_FILES= bin/hub \ etc/bash_completion.d/hub \ - man/man1/hub.1.gz \ + share/man/man1/hub.1.gz \ share/fish/completions/hub.fish \ share/zsh/site-functions/_hub @@ -40,13 +40,13 @@ post-build: --template=${GO_WRKSRC}/man-template.html share/man/man1/*.md) post-install: - ${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 \ + ${MKDIR} \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ ${STAGEDIR}${PREFIX}/share/fish/completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/etc/hub.bash_completion.sh ${STAGEDIR}${PREFIX}/etc/bash_completion.d/hub ${INSTALL_DATA} ${WRKSRC}/etc/hub.fish_completion ${STAGEDIR}${PREFIX}/share/fish/completions/hub.fish ${INSTALL_DATA} ${WRKSRC}/etc/hub.zsh_completion ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_hub - ${INSTALL_MAN} ${WRKSRC}/share/man/man1/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/share/man/man1/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/hyprlang/Makefile b/devel/hyprlang/Makefile index ce8b7557ccc..c67f2d34f8d 100644 --- a/devel/hyprlang/Makefile +++ b/devel/hyprlang/Makefile @@ -23,4 +23,10 @@ PLIST_FILES= include/${PORTNAME}.hpp \ lib/lib${PORTNAME}.so \ share/pkgconfig/${PORTNAME}.pc +# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01 +.if exists(/usr/include/c++/v1/__format/format_functions.h) && \ + !exists(/usr/include/c++/v1/__format/write_escaped.h) +CXXFLAGS+= -fexperimental-library +.endif + .include diff --git a/devel/interactive_rebase_tool/Makefile b/devel/interactive_rebase_tool/Makefile index 8f44a908800..7d192d56db0 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= 5 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi @@ -157,10 +157,10 @@ CARGO_CRATES= aho-corasick-1.0.2 \ claim@git+https://github.com/Turbo87/rust-claim.git?rev=23892a3\#23892a345d38e1434303143a73033925284ad04d PLIST_FILES= bin/interactive-rebase-tool \ - man/man1/interactive-rebase-tool.1.gz + share/man/man1/interactive-rebase-tool.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/interactive-rebase-tool - ${INSTALL_MAN} ${WRKSRC}/src/interactive-rebase-tool.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/src/interactive-rebase-tool.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/ittapi/Makefile b/devel/ittapi/Makefile index fde97d3930e..ffd99c66257 100644 --- a/devel/ittapi/Makefile +++ b/devel/ittapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= ittapi -PORTVERSION= 3.24.5 +PORTVERSION= 3.24.6 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/ittapi/distinfo b/devel/ittapi/distinfo index 107043ec84d..180b5bc446b 100644 --- a/devel/ittapi/distinfo +++ b/devel/ittapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703435735 -SHA256 (intel-ittapi-v3.24.5_GH0.tar.gz) = 2a02c7018601ea193fa7b822b52219c85da5131f1b8ea3d89f65604ef68e2fcd -SIZE (intel-ittapi-v3.24.5_GH0.tar.gz) = 246280 +TIMESTAMP = 1704812284 +SHA256 (intel-ittapi-v3.24.6_GH0.tar.gz) = 4e6cb42b6bd9e699e3dfbaf678e572f4292127dfee3312744137ac567064a26f +SIZE (intel-ittapi-v3.24.6_GH0.tar.gz) = 233181 diff --git a/devel/jetbrains-restarter/Makefile b/devel/jetbrains-restarter/Makefile new file mode 100644 index 00000000000..87a16afee5d --- /dev/null +++ b/devel/jetbrains-restarter/Makefile @@ -0,0 +1,37 @@ +PORTNAME= restarter +DISTVERSION= 233.11799.241 +PORTREVISION= 1 +CATEGORIES= devel +PKGNAMEPREFIX= jetbrains- +DIST_SUBDIR= jetbrains + +MAINTAINER= dmitry.wagin@ya.ru +COMMENT= IntelliJ cross-platform restarter +WWW= https://github.com/JetBrains/intellij-community/tree/master/native/restarter + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/../../LICENSE.txt + +ONLY_FOR_ARCHS= amd64 powerpc64le + +USES= cargo + +USE_GITHUB= yes +GH_ACCOUNT= JetBrains +GH_PROJECT= intellij-community +GH_TAGNAME= d2a6e82bfbe694a6a94c6eeec195c9a4a6f43aa7 + +DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME} +WRKSRC_SUBDIR= native/restarter +PLIST_FILES= share/jetbrains/${PORTNAME}/restarter + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_PROGRAM} \ + ${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/*/restarter \ + ${STAGEDIR}${DATADIR} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${DATADIR}/restarter + +.include diff --git a/devel/jetbrains-restarter/Makefile.crates b/devel/jetbrains-restarter/Makefile.crates new file mode 100644 index 00000000000..b175ebaeaab --- /dev/null +++ b/devel/jetbrains-restarter/Makefile.crates @@ -0,0 +1,4 @@ +CARGO_CRATES= autocfg-1.1.0 \ + chrono-0.4.31 \ + libc-0.2.148 \ + num-traits-0.2.16 diff --git a/devel/jetbrains-restarter/distinfo b/devel/jetbrains-restarter/distinfo new file mode 100644 index 00000000000..6eb958cb11a --- /dev/null +++ b/devel/jetbrains-restarter/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1702039441 +SHA256 (jetbrains/rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa +SIZE (jetbrains/rust/crates/autocfg-1.1.0.crate) = 13272 +SHA256 (jetbrains/rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38 +SIZE (jetbrains/rust/crates/chrono-0.4.31.crate) = 214513 +SHA256 (jetbrains/rust/crates/libc-0.2.148.crate) = 9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b +SIZE (jetbrains/rust/crates/libc-0.2.148.crate) = 690988 +SHA256 (jetbrains/rust/crates/num-traits-0.2.16.crate) = f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2 +SIZE (jetbrains/rust/crates/num-traits-0.2.16.crate) = 50130 +SHA256 (jetbrains/JetBrains-intellij-community-233.11799.241-d2a6e82bfbe694a6a94c6eeec195c9a4a6f43aa7_GH0.tar.gz) = 71c9a3e6a364931c166be59b7993b5cb4f1e5a10c9d526b9fd8e919f51c29be6 +SIZE (jetbrains/JetBrains-intellij-community-233.11799.241-d2a6e82bfbe694a6a94c6eeec195c9a4a6f43aa7_GH0.tar.gz) = 202821149 diff --git a/devel/jetbrains-restarter/pkg-descr b/devel/jetbrains-restarter/pkg-descr new file mode 100644 index 00000000000..da628e0b475 --- /dev/null +++ b/devel/jetbrains-restarter/pkg-descr @@ -0,0 +1,2 @@ +IntelliJ cross-platform restarter. +Dependency for IntelliJ based IDEs. diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index b6196fd7cc4..1e0a49ffb38 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -3,6 +3,7 @@ # devel/kdev-python PORTNAME= kdevelop DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -30,8 +31,8 @@ USE_KDE= archive attica auth bookmarks codecs completion config \ notifyconfig package parts plasma-framework purpose runner \ service solid sonnet syntaxhighlighting texteditor textwidgets \ threadweaver widgetsaddons windowsystem xmlgui -USE_QT= concurrent core dbus declarative gui help network printsupport \ - script sql widgets xml \ +USE_QT= concurrent core dbus declarative gui help location network \ + printsupport script sql webchannel webengine widgets xml \ buildtools:build qmake:build USE_XORG= x11 SHEBANG_FILES= kdevplatform/util/kdevplatform_shell_environment.sh \ @@ -51,14 +52,6 @@ SO_VER= 512 SO_VER_LONG= 5.12.230804 PLIST_SUB+= SO_VER=${SO_VER} SO_VER_LONG=${SO_VER_LONG} -OPTIONS_DEFINE= WEBENGINE -OPTIONS_DEFAULT= WEBENGINE -WEBENGINE_DESC= Use WebEngine as help reader -WEBENGINE_USES= qt:5 -WEBENGINE_USE= QT=location,webchannel,webengine -WEBENGINE_USE_OFF= QT=webkit -WEBENGINE_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets:BOOL=TRUE - SHEBANG_LANG= zsh zsh_OLD_CMD= /bin/zsh zsh_CMD= ${LOCALBASE}/bin/zsh diff --git a/devel/kf5-extra-cmake-modules/distinfo b/devel/kf5-extra-cmake-modules/distinfo index 7bfcd0d7635..635f56d2905 100644 --- a/devel/kf5-extra-cmake-modules/distinfo +++ b/devel/kf5-extra-cmake-modules/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883584 -SHA256 (KDE/frameworks/5.112.0/extra-cmake-modules-5.112.0.tar.xz) = ac1084772280d57e5f31e2e2816ecbec4884169413f24f063660eb6f15d4c2e2 -SIZE (KDE/frameworks/5.112.0/extra-cmake-modules-5.112.0.tar.xz) = 331976 +TIMESTAMP = 1701678476 +SHA256 (KDE/frameworks/5.113.0/extra-cmake-modules-5.113.0.tar.xz) = 265e5440eebeca07351a469e617a4bf35748927bd907b00ace9c018392bb3bc4 +SIZE (KDE/frameworks/5.113.0/extra-cmake-modules-5.113.0.tar.xz) = 332464 diff --git a/devel/kf5-extra-cmake-modules/pkg-plist b/devel/kf5-extra-cmake-modules/pkg-plist index 054ccc1eafb..495ab299422 100644 --- a/devel/kf5-extra-cmake-modules/pkg-plist +++ b/devel/kf5-extra-cmake-modules/pkg-plist @@ -25,6 +25,7 @@ share/ECM/find-modules/FindOpenEXR.cmake share/ECM/find-modules/FindPhoneNumber.cmake share/ECM/find-modules/FindPoppler.cmake share/ECM/find-modules/FindPulseAudio.cmake +share/ECM/find-modules/Find7Zip.cmake share/ECM/find-modules/FindPythonModuleGeneration.cmake share/ECM/find-modules/FindQHelpGenerator.cmake share/ECM/find-modules/FindQtWaylandScanner.cmake diff --git a/devel/kf5-kapidox/distinfo b/devel/kf5-kapidox/distinfo index 92680c6a970..fd467886eee 100644 --- a/devel/kf5-kapidox/distinfo +++ b/devel/kf5-kapidox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883584 -SHA256 (KDE/frameworks/5.112.0/kapidox-5.112.0.tar.xz) = 11b78560f1f3b24f2aa86c052cdcce0426cd7aa54fca6d38fcb140d299054839 -SIZE (KDE/frameworks/5.112.0/kapidox-5.112.0.tar.xz) = 198868 +TIMESTAMP = 1701678477 +SHA256 (KDE/frameworks/5.113.0/kapidox-5.113.0.tar.xz) = 3de0246d54009c37c2ab8128ffe378d6f42b6fe48583bf16d55e5a1e003b8014 +SIZE (KDE/frameworks/5.113.0/kapidox-5.113.0.tar.xz) = 198876 diff --git a/devel/kf5-kauth/distinfo b/devel/kf5-kauth/distinfo index be8e5b6bff7..ae1552f906c 100644 --- a/devel/kf5-kauth/distinfo +++ b/devel/kf5-kauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883586 -SHA256 (KDE/frameworks/5.112.0/kauth-5.112.0.tar.xz) = 67cbe41ea269b34ffe9cab1833d18fa203394d8432964b509fdeb7712d9405f7 -SIZE (KDE/frameworks/5.112.0/kauth-5.112.0.tar.xz) = 2307688 +TIMESTAMP = 1701678478 +SHA256 (KDE/frameworks/5.113.0/kauth-5.113.0.tar.xz) = 02c69b0ee7988d536e437f4d53edca55a528411f62eed921f4e48e4205f69759 +SIZE (KDE/frameworks/5.113.0/kauth-5.113.0.tar.xz) = 2307696 diff --git a/devel/kf5-kbookmarks/distinfo b/devel/kf5-kbookmarks/distinfo index 72b2d136589..6cb36131882 100644 --- a/devel/kf5-kbookmarks/distinfo +++ b/devel/kf5-kbookmarks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883587 -SHA256 (KDE/frameworks/5.112.0/kbookmarks-5.112.0.tar.xz) = d1b1c93da4a4fbe2d0d74efa550219b81a93b91f79e5db85e45584ad51e7a88a -SIZE (KDE/frameworks/5.112.0/kbookmarks-5.112.0.tar.xz) = 1124972 +TIMESTAMP = 1701678479 +SHA256 (KDE/frameworks/5.113.0/kbookmarks-5.113.0.tar.xz) = edc4156f70c5c4bd3eee3845d5dbbf05c88d7d0454a51241b1f0095f1582f6b9 +SIZE (KDE/frameworks/5.113.0/kbookmarks-5.113.0.tar.xz) = 1125024 diff --git a/devel/kf5-kcmutils/distinfo b/devel/kf5-kcmutils/distinfo index 256dbf7d808..25c3cb19f8a 100644 --- a/devel/kf5-kcmutils/distinfo +++ b/devel/kf5-kcmutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883589 -SHA256 (KDE/frameworks/5.112.0/kcmutils-5.112.0.tar.xz) = 5e5cbe8dbbab0b006089808b7b1b6adc7ea376f8becebc16912b4b901c2c942c -SIZE (KDE/frameworks/5.112.0/kcmutils-5.112.0.tar.xz) = 2483456 +TIMESTAMP = 1701678480 +SHA256 (KDE/frameworks/5.113.0/kcmutils-5.113.0.tar.xz) = fa141bf373cab998af40995b48dc2763d82fe1b8ee4b70ee372651f705ff6ef5 +SIZE (KDE/frameworks/5.113.0/kcmutils-5.113.0.tar.xz) = 2483684 diff --git a/devel/kf5-kconfig/distinfo b/devel/kf5-kconfig/distinfo index bd9faf52a93..287a445961f 100644 --- a/devel/kf5-kconfig/distinfo +++ b/devel/kf5-kconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883590 -SHA256 (KDE/frameworks/5.112.0/kconfig-5.112.0.tar.xz) = 86de26d25a4c135d60d8511b7fd9d00db26e03a27f1631d26f321e7146d91820 -SIZE (KDE/frameworks/5.112.0/kconfig-5.112.0.tar.xz) = 295672 +TIMESTAMP = 1701678481 +SHA256 (KDE/frameworks/5.113.0/kconfig-5.113.0.tar.xz) = 48099c92c327d9f3ae3bfee2f973a6d217d33ed0eff4567c94dc3d72fdb0903b +SIZE (KDE/frameworks/5.113.0/kconfig-5.113.0.tar.xz) = 295696 diff --git a/devel/kf5-kcoreaddons/distinfo b/devel/kf5-kcoreaddons/distinfo index 360bce49fcd..33788773d92 100644 --- a/devel/kf5-kcoreaddons/distinfo +++ b/devel/kf5-kcoreaddons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883592 -SHA256 (KDE/frameworks/5.112.0/kcoreaddons-5.112.0.tar.xz) = b72a6fd8e13438bbc7986f35d8df632cff888272f638045a7d90a246a823560c -SIZE (KDE/frameworks/5.112.0/kcoreaddons-5.112.0.tar.xz) = 2609876 +TIMESTAMP = 1701678482 +SHA256 (KDE/frameworks/5.113.0/kcoreaddons-5.113.0.tar.xz) = 2ef38791babfabf5269ef6bce8dfd16b6f7126aad14a28ba4e240a2eddb70aae +SIZE (KDE/frameworks/5.113.0/kcoreaddons-5.113.0.tar.xz) = 2610552 diff --git a/devel/kf5-kcrash/distinfo b/devel/kf5-kcrash/distinfo index 1989b0a8bb1..a7fcd6c7ea7 100644 --- a/devel/kf5-kcrash/distinfo +++ b/devel/kf5-kcrash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883593 -SHA256 (KDE/frameworks/5.112.0/kcrash-5.112.0.tar.xz) = fd77ff5b8e0211477aff6ab22b90f491edd21ad1bdb479cf5f88aec82c8259e9 -SIZE (KDE/frameworks/5.112.0/kcrash-5.112.0.tar.xz) = 28296 +TIMESTAMP = 1701678482 +SHA256 (KDE/frameworks/5.113.0/kcrash-5.113.0.tar.xz) = bbd9f9e642983cba9881e102ed26ea3420f8341856df0334188d4d666a07e9d5 +SIZE (KDE/frameworks/5.113.0/kcrash-5.113.0.tar.xz) = 28308 diff --git a/devel/kf5-kdbusaddons/distinfo b/devel/kf5-kdbusaddons/distinfo index 2862b1aad12..d42d33abacf 100644 --- a/devel/kf5-kdbusaddons/distinfo +++ b/devel/kf5-kdbusaddons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883594 -SHA256 (KDE/frameworks/5.112.0/kdbusaddons-5.112.0.tar.xz) = 583e56dbc90e867313aa5faa05c3cb72fd0c0f1e2e299d2a68bf0f9735f80458 -SIZE (KDE/frameworks/5.112.0/kdbusaddons-5.112.0.tar.xz) = 48912 +TIMESTAMP = 1701678483 +SHA256 (KDE/frameworks/5.113.0/kdbusaddons-5.113.0.tar.xz) = d366393bc8d7191b6fa910aec4fb7ef2d33b16739b46d0ba7a1c44e40c202a80 +SIZE (KDE/frameworks/5.113.0/kdbusaddons-5.113.0.tar.xz) = 48932 diff --git a/devel/kf5-kdeclarative/distinfo b/devel/kf5-kdeclarative/distinfo index d9d4897329e..1d2bb35b43b 100644 --- a/devel/kf5-kdeclarative/distinfo +++ b/devel/kf5-kdeclarative/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883596 -SHA256 (KDE/frameworks/5.112.0/kdeclarative-5.112.0.tar.xz) = 536e0c332e331dfb1cbfaa7dcf799f6e3033c3faef113dcfa769ae5fcbc5f0f3 -SIZE (KDE/frameworks/5.112.0/kdeclarative-5.112.0.tar.xz) = 2492476 +TIMESTAMP = 1701678484 +SHA256 (KDE/frameworks/5.113.0/kdeclarative-5.113.0.tar.xz) = 3303b6b20f8349458f359c09db0ba65612140a5f850bcc08602a3759675649f2 +SIZE (KDE/frameworks/5.113.0/kdeclarative-5.113.0.tar.xz) = 2492336 diff --git a/devel/kf5-kdoctools/distinfo b/devel/kf5-kdoctools/distinfo index 6b6aa99cbb3..c2ee4453064 100644 --- a/devel/kf5-kdoctools/distinfo +++ b/devel/kf5-kdoctools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883597 -SHA256 (KDE/frameworks/5.112.0/kdoctools-5.112.0.tar.xz) = 911e6c5ddfdd1bbc9dbcd8d79a72bfef7a83dc8b75a71ce9a7f186f1569636b2 -SIZE (KDE/frameworks/5.112.0/kdoctools-5.112.0.tar.xz) = 465452 +TIMESTAMP = 1701678485 +SHA256 (KDE/frameworks/5.113.0/kdoctools-5.113.0.tar.xz) = 4a7dd10c60796f433f48bde5b9ff5de0bd3430ba790d99d2cffa9e0bed27da31 +SIZE (KDE/frameworks/5.113.0/kdoctools-5.113.0.tar.xz) = 465424 diff --git a/devel/kf5-kfilemetadata/distinfo b/devel/kf5-kfilemetadata/distinfo index 52d237654de..d0684da8461 100644 --- a/devel/kf5-kfilemetadata/distinfo +++ b/devel/kf5-kfilemetadata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883598 -SHA256 (KDE/frameworks/5.112.0/kfilemetadata-5.112.0.tar.xz) = c4bfcfaefcc5f52122ab479b052f542e1da33c1809fce433a8e8559906197ffb -SIZE (KDE/frameworks/5.112.0/kfilemetadata-5.112.0.tar.xz) = 472928 +TIMESTAMP = 1701678486 +SHA256 (KDE/frameworks/5.113.0/kfilemetadata-5.113.0.tar.xz) = 39ea4b6311ef850d0bef1c79fbd5b44c1947ee9c736ef85c4121076f8c2fe2aa +SIZE (KDE/frameworks/5.113.0/kfilemetadata-5.113.0.tar.xz) = 526884 diff --git a/devel/kf5-ki18n/distinfo b/devel/kf5-ki18n/distinfo index 58b668e60f6..9ca811c43cd 100644 --- a/devel/kf5-ki18n/distinfo +++ b/devel/kf5-ki18n/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883600 -SHA256 (KDE/frameworks/5.112.0/ki18n-5.112.0.tar.xz) = 33d542e760c2bd5dd2d3511624cac3311c60187d7c7b155a4b968a7c6b7a961b -SIZE (KDE/frameworks/5.112.0/ki18n-5.112.0.tar.xz) = 3128488 +TIMESTAMP = 1701678487 +SHA256 (KDE/frameworks/5.113.0/ki18n-5.113.0.tar.xz) = fc94ba4cd1a4f0d25958764efcfc052cbf29fcf302cd668be2b18f62c6c58042 +SIZE (KDE/frameworks/5.113.0/ki18n-5.113.0.tar.xz) = 3128876 diff --git a/devel/kf5-kidletime/distinfo b/devel/kf5-kidletime/distinfo index 3f9c94fb9af..0cc16cff057 100644 --- a/devel/kf5-kidletime/distinfo +++ b/devel/kf5-kidletime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883601 -SHA256 (KDE/frameworks/5.112.0/kidletime-5.112.0.tar.xz) = a60ccd76d0c472ab734628329ca3f9520f2f9eea15a549a9e1c7a0e4d412905d -SIZE (KDE/frameworks/5.112.0/kidletime-5.112.0.tar.xz) = 30940 +TIMESTAMP = 1701678488 +SHA256 (KDE/frameworks/5.113.0/kidletime-5.113.0.tar.xz) = 358f4f18d237dda1d8a446083ad4b615bca156dcc0dd17d4fa7177568785aeb1 +SIZE (KDE/frameworks/5.113.0/kidletime-5.113.0.tar.xz) = 30928 diff --git a/devel/kf5-kio/distinfo b/devel/kf5-kio/distinfo index 8eb3ffa3ee0..bb98ce2ea9b 100644 --- a/devel/kf5-kio/distinfo +++ b/devel/kf5-kio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883603 -SHA256 (KDE/frameworks/5.112.0/kio-5.112.0.tar.xz) = 84b8531c077fe8854f9fa69f6d2c120b222bf8334c14c6734dc14a429103fb99 -SIZE (KDE/frameworks/5.112.0/kio-5.112.0.tar.xz) = 3798280 +TIMESTAMP = 1701678489 +SHA256 (KDE/frameworks/5.113.0/kio-5.113.0.tar.xz) = a8b110ef3cfefd53c0fadc58eca5b573319663f380fedfc35ef8d7dbf8d855ae +SIZE (KDE/frameworks/5.113.0/kio-5.113.0.tar.xz) = 3798768 diff --git a/devel/kf5-kio/pkg-plist b/devel/kf5-kio/pkg-plist index 23fa9da743d..5288d25967c 100644 --- a/devel/kf5-kio/pkg-plist +++ b/devel/kf5-kio/pkg-plist @@ -241,6 +241,7 @@ include/KF5/KIOWidgets/KIO/WidgetsAskUserActionHandler include/KF5/KIOWidgets/KOpenWithDialog include/KF5/KIOWidgets/KOverlayIconPlugin include/KF5/KIOWidgets/KPropertiesDialog +include/KF5/KIOWidgets/KPropertiesDialogPlugin include/KF5/KIOWidgets/KRun include/KF5/KIOWidgets/KShellCompletion include/KF5/KIOWidgets/KSslCertificateBox @@ -284,6 +285,7 @@ include/KF5/KIOWidgets/kiowidgets_export.h include/KF5/KIOWidgets/kopenwithdialog.h include/KF5/KIOWidgets/koverlayiconplugin.h include/KF5/KIOWidgets/kpropertiesdialog.h +include/KF5/KIOWidgets/kpropertiesdialogplugin.h include/KF5/KIOWidgets/krun.h include/KF5/KIOWidgets/kshellcompletion.h include/KF5/KIOWidgets/ksslcertificatebox.h diff --git a/devel/kf5-kitemmodels/distinfo b/devel/kf5-kitemmodels/distinfo index 4e856b69e41..14c6b2eed16 100644 --- a/devel/kf5-kitemmodels/distinfo +++ b/devel/kf5-kitemmodels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883604 -SHA256 (KDE/frameworks/5.112.0/kitemmodels-5.112.0.tar.xz) = 5aec7f9040ce0640494bcf4e65f082dbcb3c2e50b6a6f1d4450e614aeede0a8c -SIZE (KDE/frameworks/5.112.0/kitemmodels-5.112.0.tar.xz) = 407352 +TIMESTAMP = 1701678490 +SHA256 (KDE/frameworks/5.113.0/kitemmodels-5.113.0.tar.xz) = 737b810554ec89734fe2b34bf06b2ee9e3a4d0bee0ad41ed1bb7d9c3f3d12106 +SIZE (KDE/frameworks/5.113.0/kitemmodels-5.113.0.tar.xz) = 407296 diff --git a/devel/kf5-knewstuff/distinfo b/devel/kf5-knewstuff/distinfo index 426c65c507b..6275c99f3a2 100644 --- a/devel/kf5-knewstuff/distinfo +++ b/devel/kf5-knewstuff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883606 -SHA256 (KDE/frameworks/5.112.0/knewstuff-5.112.0.tar.xz) = f4f850d93446de9404d55df450b56229e86ddd95af3950f938bbf38b753f81d0 -SIZE (KDE/frameworks/5.112.0/knewstuff-5.112.0.tar.xz) = 3387644 +TIMESTAMP = 1701678491 +SHA256 (KDE/frameworks/5.113.0/knewstuff-5.113.0.tar.xz) = a1703451f17087663d59732fb5692739a978f9bbf2232813ab95a7eb7b3e413a +SIZE (KDE/frameworks/5.113.0/knewstuff-5.113.0.tar.xz) = 3389048 diff --git a/devel/kf5-knotifications/distinfo b/devel/kf5-knotifications/distinfo index 7d067126075..70ddc7c06ea 100644 --- a/devel/kf5-knotifications/distinfo +++ b/devel/kf5-knotifications/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883608 -SHA256 (KDE/frameworks/5.112.0/knotifications-5.112.0.tar.xz) = bf06fe58638934596a601c1ca727cc25f54a10d26eb786ebe0cf086473489df6 -SIZE (KDE/frameworks/5.112.0/knotifications-5.112.0.tar.xz) = 2372780 +TIMESTAMP = 1701678492 +SHA256 (KDE/frameworks/5.113.0/knotifications-5.113.0.tar.xz) = 3dd0f9a0260064b042309ee0ad0c54d3d9dc64166421f3cf1e7044cd4570f7fb +SIZE (KDE/frameworks/5.113.0/knotifications-5.113.0.tar.xz) = 2373072 diff --git a/devel/kf5-knotifyconfig/distinfo b/devel/kf5-knotifyconfig/distinfo index e884c337f12..e3084b863d1 100644 --- a/devel/kf5-knotifyconfig/distinfo +++ b/devel/kf5-knotifyconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883609 -SHA256 (KDE/frameworks/5.112.0/knotifyconfig-5.112.0.tar.xz) = 125fc77d5aeb0e71450f38a3accb42ec5dcc1f037208945595bd5c5ad89b11a3 -SIZE (KDE/frameworks/5.112.0/knotifyconfig-5.112.0.tar.xz) = 2401844 +TIMESTAMP = 1701678493 +SHA256 (KDE/frameworks/5.113.0/knotifyconfig-5.113.0.tar.xz) = 86d9ae755566349a75694812e2453e5bbfee1b477394c0bead349cc158f7bfbd +SIZE (KDE/frameworks/5.113.0/knotifyconfig-5.113.0.tar.xz) = 2401796 diff --git a/devel/kf5-kpackage/distinfo b/devel/kf5-kpackage/distinfo index 1aa2b44ba9a..5f0df6aa5eb 100644 --- a/devel/kf5-kpackage/distinfo +++ b/devel/kf5-kpackage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883610 -SHA256 (KDE/frameworks/5.112.0/kpackage-5.112.0.tar.xz) = 77022d31074247fc87e8dd2853d44440d0257338a3c68b080c2a55e849c1043d -SIZE (KDE/frameworks/5.112.0/kpackage-5.112.0.tar.xz) = 187500 +TIMESTAMP = 1701678494 +SHA256 (KDE/frameworks/5.113.0/kpackage-5.113.0.tar.xz) = 624e47022206198284766377dbe73e37d6fa03c301634a4ce7d0032ef22cc010 +SIZE (KDE/frameworks/5.113.0/kpackage-5.113.0.tar.xz) = 187508 diff --git a/devel/kf5-kparts/distinfo b/devel/kf5-kparts/distinfo index 60a2849c546..a9c716a2e81 100644 --- a/devel/kf5-kparts/distinfo +++ b/devel/kf5-kparts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883612 -SHA256 (KDE/frameworks/5.112.0/kparts-5.112.0.tar.xz) = 4c0c95b959ef0d4b3f988c78abf9092a79847c16f144aee6574e9e48e62f2457 -SIZE (KDE/frameworks/5.112.0/kparts-5.112.0.tar.xz) = 2473740 +TIMESTAMP = 1701678495 +SHA256 (KDE/frameworks/5.113.0/kparts-5.113.0.tar.xz) = 883819a0f5dc9448d38f7eeee9ee3ae8a4c22a8ec26a700b264d5d93732fa957 +SIZE (KDE/frameworks/5.113.0/kparts-5.113.0.tar.xz) = 2473672 diff --git a/devel/kf5-kpeople/distinfo b/devel/kf5-kpeople/distinfo index 5f345a0646b..3d07a3d68f0 100644 --- a/devel/kf5-kpeople/distinfo +++ b/devel/kf5-kpeople/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883613 -SHA256 (KDE/frameworks/5.112.0/kpeople-5.112.0.tar.xz) = d6589fa2b41a5b3ee4c2194823d41fa9a113426e14495fffffbaf12bfcffcc75 -SIZE (KDE/frameworks/5.112.0/kpeople-5.112.0.tar.xz) = 63288 +TIMESTAMP = 1701678496 +SHA256 (KDE/frameworks/5.113.0/kpeople-5.113.0.tar.xz) = f6a8b8fc046a6b6d30eedd067bd0f35bf447289eb8d54888639efb183024e421 +SIZE (KDE/frameworks/5.113.0/kpeople-5.113.0.tar.xz) = 63284 diff --git a/devel/kf5-kpty/distinfo b/devel/kf5-kpty/distinfo index 99a6340a0e0..258f2309d87 100644 --- a/devel/kf5-kpty/distinfo +++ b/devel/kf5-kpty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883615 -SHA256 (KDE/frameworks/5.112.0/kpty-5.112.0.tar.xz) = ae3b4b1af032da95d8e9bb0079e3f5f50969d7c20c6e822029dce00d49aad9dc -SIZE (KDE/frameworks/5.112.0/kpty-5.112.0.tar.xz) = 2416756 +TIMESTAMP = 1701678497 +SHA256 (KDE/frameworks/5.113.0/kpty-5.113.0.tar.xz) = beecd3f6717b09b2adf42e7043340da002f84b06134a8740ee2ac616290af643 +SIZE (KDE/frameworks/5.113.0/kpty-5.113.0.tar.xz) = 2417096 diff --git a/devel/kf5-kservice/distinfo b/devel/kf5-kservice/distinfo index 5819bc22b61..4da69ea7c6c 100644 --- a/devel/kf5-kservice/distinfo +++ b/devel/kf5-kservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883616 -SHA256 (KDE/frameworks/5.112.0/kservice-5.112.0.tar.xz) = 7f94e396173dff4af20fea43fcb41d5246a21433f8821faa2e99d34eb3075205 -SIZE (KDE/frameworks/5.112.0/kservice-5.112.0.tar.xz) = 2538780 +TIMESTAMP = 1701678498 +SHA256 (KDE/frameworks/5.113.0/kservice-5.113.0.tar.xz) = cb02fbe5c95bd706d2e85b1a39ab0244984ab6fa7f7bf56de0f302b2a438f026 +SIZE (KDE/frameworks/5.113.0/kservice-5.113.0.tar.xz) = 2539104 diff --git a/devel/kf5-ktexteditor/distinfo b/devel/kf5-ktexteditor/distinfo index 1fd31f2fcdb..97df07f8121 100644 --- a/devel/kf5-ktexteditor/distinfo +++ b/devel/kf5-ktexteditor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883618 -SHA256 (KDE/frameworks/5.112.0/ktexteditor-5.112.0.tar.xz) = 290e4a4cf154d6be752ea678fe0b55e14260da659474af7083b6d6d370e20c34 -SIZE (KDE/frameworks/5.112.0/ktexteditor-5.112.0.tar.xz) = 2789536 +TIMESTAMP = 1701678499 +SHA256 (KDE/frameworks/5.113.0/ktexteditor-5.113.0.tar.xz) = ef6da8826b1d091dae5872969f6d38927da81de04551c311d53576fc1ca4cc0a +SIZE (KDE/frameworks/5.113.0/ktexteditor-5.113.0.tar.xz) = 2789912 diff --git a/devel/kf5-kunitconversion/distinfo b/devel/kf5-kunitconversion/distinfo index 5c5fd5e8b83..98d5e5f789e 100644 --- a/devel/kf5-kunitconversion/distinfo +++ b/devel/kf5-kunitconversion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883619 -SHA256 (KDE/frameworks/5.112.0/kunitconversion-5.112.0.tar.xz) = 8ce74961afe098116ec1d106e66940e670111eb9fcb9575915be79359a3f24fe -SIZE (KDE/frameworks/5.112.0/kunitconversion-5.112.0.tar.xz) = 931604 +TIMESTAMP = 1701678500 +SHA256 (KDE/frameworks/5.113.0/kunitconversion-5.113.0.tar.xz) = eafffeccc43b8105206e057408eb4112c3ef7b5f85947e501e6df3417ee6eff4 +SIZE (KDE/frameworks/5.113.0/kunitconversion-5.113.0.tar.xz) = 931820 diff --git a/devel/kf5-solid/distinfo b/devel/kf5-solid/distinfo index 031fcfdc15c..b2489e37c0d 100644 --- a/devel/kf5-solid/distinfo +++ b/devel/kf5-solid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883620 -SHA256 (KDE/frameworks/5.112.0/solid-5.112.0.tar.xz) = 1e74096b5ccaa9429c54a90c88ac51bd168d52a1d8dc23defa8e8809a72af542 -SIZE (KDE/frameworks/5.112.0/solid-5.112.0.tar.xz) = 306224 +TIMESTAMP = 1701678501 +SHA256 (KDE/frameworks/5.113.0/solid-5.113.0.tar.xz) = f9d83d8db4ecf7fdec950ac09fba5834f01b2d0ce9dae432a7db7555829d106e +SIZE (KDE/frameworks/5.113.0/solid-5.113.0.tar.xz) = 306224 diff --git a/devel/kf5-threadweaver/distinfo b/devel/kf5-threadweaver/distinfo index 5d599d012d8..ce659959915 100644 --- a/devel/kf5-threadweaver/distinfo +++ b/devel/kf5-threadweaver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883622 -SHA256 (KDE/frameworks/5.112.0/threadweaver-5.112.0.tar.xz) = c91de5489d3f660a177fa91cb24827d7e316827fa6f3d290bb656be0b09178c4 -SIZE (KDE/frameworks/5.112.0/threadweaver-5.112.0.tar.xz) = 1413132 +TIMESTAMP = 1701678502 +SHA256 (KDE/frameworks/5.113.0/threadweaver-5.113.0.tar.xz) = f749e4225640daa4650f4b6b6a31aa4ff523b14b13885309f042ecf25a3df1f4 +SIZE (KDE/frameworks/5.113.0/threadweaver-5.113.0.tar.xz) = 1413100 diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index 7bbeba0c0ed..6529e475c23 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -1,5 +1,6 @@ PORTNAME= ccid PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://ccid.apdu.fr/files/ @@ -31,7 +32,7 @@ post-install: ${INSTALL_PROGRAM} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd.1 \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so .include diff --git a/devel/libdatadog/Makefile b/devel/libdatadog/Makefile index da23657f179..412d99c8d06 100644 --- a/devel/libdatadog/Makefile +++ b/devel/libdatadog/Makefile @@ -1,7 +1,7 @@ PORTNAME= libdatadog PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/libgudev/Makefile b/devel/libgudev/Makefile index 6d9083030ba..f6bb93882a7 100644 --- a/devel/libgudev/Makefile +++ b/devel/libgudev/Makefile @@ -32,6 +32,9 @@ VALA_MESON_ENABLED= vapi VALA_BUILD_DEPENDS= vapigen:lang/vala VALA_VARS= USE+=vala:build +post-patch: + @${REINPLACE_CMD} -e 's|-export-dynamic|-Wl,--export-dynamic|' ${WRKSRC}/gudev/meson.build + add-plist-docs: ${STAGE_COOKIE} cd ${STAGEDIR}; ${FIND} ${DOCSDIR:C@^/@@} -type f | ${SED} -e 's@^@/@' >> ${TMPPLIST} cd ${STAGEDIR}; ${FIND} ${LOCALBASE:C@^/@@}/share/gtk-doc/html -mindepth 2 -type f | ${SED} -e 's@^@/@' >> ${TMPPLIST} diff --git a/devel/libspice-server/Makefile b/devel/libspice-server/Makefile index f146513bed4..37e9fd0fdb8 100644 --- a/devel/libspice-server/Makefile +++ b/devel/libspice-server/Makefile @@ -1,57 +1,46 @@ PORTNAME= libspice-server -DISTVERSION= 0.15.0 -PORTREVISION= 3 +DISTVERSION= 0.15.2 CATEGORIES= devel MASTER_SITES= https://www.spice-space.org/download/releases/spice-server/ DISTNAME= spice-${PORTVERSION} -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= bofh@FreeBSD.org COMMENT= Implements the server side of the SPICE protocol WWW= https://spice-space.org/ LICENSE= GPLv2 -LIB_DEPENDS= libopus.so:audio/opus -BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} \ spice-protocol>=0.12.10:devel/spice-protocol +LIB_DEPENDS= libopus.so:audio/opus -OPTIONS_DEFINE= GSTREAMER LZ4 SASL STATISTICS -OPTIONS_DEFAULT= GSTREAMER LZ4 SASL -STATISTICS_DESC= Statistic code - -GSTREAMER_USES= gstreamer -GSTREAMER_CONFIGURE_ON= --enable-gstreamer=1.0 -GSTREAMER_CONFIGURE_OFF= --enable-gstreamer=no -GSTREAMER_LIB_DEPENDS= liborc-0.4.so:devel/orc - -LZ4_CONFIGURE_ENABLE= lz4 -LZ4_LIB_DEPENDS+= liblz4.so:archivers/liblz4 - -SASL_CONFIGURE_WITH= sasl -SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 - -STATISTICS_CONFIGURE_ENABLE= statistics - -USES= autoreconf compiler:c++11-lang cpe gmake gnome jpeg \ - libtool localbase:ldflag pkgconfig python ssl tar:bzip2 xorg - -USE_GNOME= glib20 -USE_XORG= pixman -USE_LDCONFIG= yes - +USES= compiler:c++11-lang cpe gmake gnome jpeg libtool \ + localbase:ldflag meson pkgconfig python ssl tar:bzip2 xorg CPE_VENDOR= spice_project CPE_PRODUCT= spice +USE_GNOME= glib20 +USE_LDCONFIG= yes +USE_XORG= pixman -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--disable-celt051 \ - --enable-manual=no - -SPICE_SSL_CFLAGS= -I${OPENSSLINC} -SPICE_SSL_LIBS= -L${OPENSSLLIB} -lcrypto -lssl -CONFIGURE_ENV+= SSL_CFLAGS="${SPICE_SSL_CFLAGS}" SSL_LIBS="${SPICE_SSL_LIBS}" \ - OPENSSL_CFLAGS="${SPICE_SSL_CFLAGS}" OPENSSL_LIBS="${SPICE_SSL_LIBS}" \ - PYTHON=${PYTHON_CMD} +MESON_ARGS+= -Dsmartcard=disabled INSTALL_TARGET= install-strip +BINARY_ALIAS= python3=${PYTHON_CMD} + +OPTIONS_DEFINE= GSTREAMER LZ4 SASL STATISTICS +OPTIONS_DEFAULT= GSTREAMER LZ4 SASL + +STATISTICS_DESC= Statistic code + +GSTREAMER_LIB_DEPENDS= liborc-0.4.so:devel/orc +GSTREAMER_USES= gstreamer +GSTREAMER_MESON_ON= -Dgstreamer=1.0 +GSTREAMER_MESON_OFF= -Dgstreamer=no +LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 +LZ4_MESON_TRUE= lz4 +SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 +SASL_MESON_TRUE= sasl +STATISTICS_MESON_ON= -Dstatistics=true + .include diff --git a/devel/libspice-server/distinfo b/devel/libspice-server/distinfo index f75380e4ef4..68fb59f7d09 100644 --- a/devel/libspice-server/distinfo +++ b/devel/libspice-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618969647 -SHA256 (spice-0.15.0.tar.bz2) = b320cf8f4bd2852750acb703c15b72856027e5a8554f8217dfbb3cc09deba0f5 -SIZE (spice-0.15.0.tar.bz2) = 1537970 +TIMESTAMP = 1704885543 +SHA256 (spice-0.15.2.tar.bz2) = 6d9eb6117f03917471c4bc10004abecff48a79fb85eb85a1c45f023377015b81 +SIZE (spice-0.15.2.tar.bz2) = 1663326 diff --git a/devel/libspice-server/files/patch-configure.ac b/devel/libspice-server/files/patch-configure.ac index 4d1a2e049a7..d010fc07404 100644 --- a/devel/libspice-server/files/patch-configure.ac +++ b/devel/libspice-server/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2021-04-17 06:49:29 UTC +--- configure.ac.orig 2023-05-12 08:37:06 UTC +++ configure.ac -@@ -41,6 +41,7 @@ AC_PROG_CC_C99 +@@ -42,6 +42,7 @@ fi if test x"$ac_cv_prog_cc_c99" = xno; then AC_MSG_ERROR([C99 compiler is required.]) fi @@ -8,7 +8,7 @@ AC_PROG_INSTALL AC_CANONICAL_HOST LT_INIT([disable-static]) -@@ -204,7 +205,8 @@ AS_VAR_APPEND([SPICE_REQUIRES], [" pixman-1 >= $PIXMAN +@@ -205,7 +206,8 @@ AC_SUBST(SSL_LIBS) PKG_CHECK_MODULES(SSL, openssl >= 1.0.0) AC_SUBST(SSL_CFLAGS) AC_SUBST(SSL_LIBS) @@ -18,26 +18,3 @@ save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $SSL_CFLAGS" -@@ -217,15 +219,16 @@ CFLAGS="$save_CFLAGS" - - AC_CHECK_LIB(jpeg, jpeg_destroy_decompress, - AC_MSG_CHECKING([for jpeglib.h]) -- AC_TRY_CPP( --[#include -+ AC_PREPROC_IFELSE( -+[AC_LANG_SOURCE([[ -+#include - #undef PACKAGE - #undef VERSION - #undef HAVE_STDLIB_H --#include ], -- JPEG_LIBS='-ljpeg' -- AC_MSG_RESULT($jpeg_ok), -- AC_MSG_ERROR([jpeglib.h not found])), -+#include ]])], -+ [JPEG_LIBS='-ljpeg' -+ AC_MSG_RESULT($jpeg_ok)], -+ [AC_MSG_ERROR([jpeglib.h not found])]), - AC_MSG_ERROR([libjpeg not found])) - AC_SUBST(JPEG_LIBS) - diff --git a/devel/libspice-server/files/patch-server_net-utils.c b/devel/libspice-server/files/patch-server_net-utils.c deleted file mode 100644 index 90652f2697f..00000000000 --- a/devel/libspice-server/files/patch-server_net-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- server/net-utils.c.orig 2021-04-21 06:31:14 UTC -+++ server/net-utils.c -@@ -48,7 +48,7 @@ - static inline bool - darwin_einval_on_unix_socket(int fd, int err) - { --#if defined(__APPLE__) -+#if defined(__APPLE__) || defined(__FreeBSD__) - if (err == EINVAL) { - union { - struct sockaddr sa; diff --git a/devel/libspice-server/files/patch-server_red-stream.cpp b/devel/libspice-server/files/patch-server_red-stream.cpp deleted file mode 100644 index 53a88d57b09..00000000000 --- a/devel/libspice-server/files/patch-server_red-stream.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- server/red-stream.cpp.orig 2021-04-21 06:29:28 UTC -+++ server/red-stream.cpp -@@ -24,6 +24,7 @@ - #include - #include - #include -+#include - #else - #include - #endif diff --git a/devel/libspice-server/pkg-plist b/devel/libspice-server/pkg-plist index 90ec383198f..efc45e98c03 100644 --- a/devel/libspice-server/pkg-plist +++ b/devel/libspice-server/pkg-plist @@ -9,6 +9,6 @@ include/spice-server/spice.h include/spice-server/spice-audio.h include/spice-server/spice-version.h include/spice-server/spice-qxl.h -lib/libspice-server.so.1.14.1 +lib/libspice-server.so.1.14.3 lib/libspice-server.so lib/libspice-server.so.1 diff --git a/devel/libsysctlmibinfo/Makefile b/devel/libsysctlmibinfo/Makefile index 5f1a8883895..b68bb4ef1c3 100644 --- a/devel/libsysctlmibinfo/Makefile +++ b/devel/libsysctlmibinfo/Makefile @@ -1,5 +1,6 @@ PORTNAME= libsysctlmibinfo DISTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= alfix86@gmail.com @@ -21,13 +22,13 @@ PLIST_FILES= include/sysctlmibinfo.h \ lib/libsysctlmibinfo.a \ lib/libsysctlmibinfo.so \ lib/libsysctlmibinfo.so.1.0.2 \ - man/man3/sysctlmibinfo.3.gz + share/man/man3/sysctlmibinfo.3.gz do-install: ${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libsysctlmibinfo.so.1.0.2 ${STAGEDIR}${PREFIX}/lib ${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so.1.0.2 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so - ${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo.3.gz ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo.3.gz ${STAGEDIR}${PREFIX}/share/man/man3 .include diff --git a/devel/libsysctlmibinfo2/Makefile b/devel/libsysctlmibinfo2/Makefile index 2df4f4dc360..a0a9509ac33 100644 --- a/devel/libsysctlmibinfo2/Makefile +++ b/devel/libsysctlmibinfo2/Makefile @@ -1,5 +1,6 @@ PORTNAME= libsysctlmibinfo2 DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= alfix86@gmail.com @@ -24,7 +25,7 @@ PLIST_FILES= include/sysctlmibinfo2.h \ lib/libsysctlmibinfo2.a \ lib/libsysctlmibinfo2.so \ lib/libsysctlmibinfo2.so.2.0.1 \ - man/man3/sysctlmibinfo2.3.gz + share/man/man3/sysctlmibinfo2.3.gz PORTEXAMPLES= * @@ -36,7 +37,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo2.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libsysctlmibinfo2.so.2.0.1 ${STAGEDIR}${PREFIX}/lib ${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo2.so.2.0.1 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo2.so - ${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo2.3.gz ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo2.3.gz ${STAGEDIR}${PREFIX}/share/man/man3 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/devel/libwasmtime/Makefile b/devel/libwasmtime/Makefile index 139567aa634..62696c5f8ea 100644 --- a/devel/libwasmtime/Makefile +++ b/devel/libwasmtime/Makefile @@ -1,6 +1,7 @@ PORTNAME= lib${GH_PROJECT} PORTVERSION= 16.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= osa@FreeBSD.org diff --git a/devel/llnextgen/Makefile b/devel/llnextgen/Makefile index 691641d4c75..4b0d9509971 100644 --- a/devel/llnextgen/Makefile +++ b/devel/llnextgen/Makefile @@ -1,5 +1,6 @@ PORTNAME= LLnextgen PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://os.ghalkes.nl/LLnextgen/releases/ @@ -19,7 +20,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/LLnextgen ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/doc/LLnextgen.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/doc/LLnextgen.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/llnextgen/pkg-plist b/devel/llnextgen/pkg-plist index 445024e102c..e7684652143 100644 --- a/devel/llnextgen/pkg-plist +++ b/devel/llnextgen/pkg-plist @@ -1,5 +1,5 @@ bin/LLnextgen -man/man1/LLnextgen.1.gz +share/man/man1/LLnextgen.1.gz %%PORTDOCS%%%%DOCSDIR%%/Changelog %%PORTDOCS%%%%DOCSDIR%%/LLnextgen.pdf %%PORTDOCS%%%%DOCSDIR%%/LLnextgen.ps.gz diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile index a06a8c6be1c..b9afc4e2234 100644 --- a/devel/llvm13/Makefile +++ b/devel/llvm13/Makefile @@ -231,10 +231,6 @@ MLIR_PATTERN= ${MLIR_COMMANDS:S/^/bin./:tW:C/ */|/g}|mlir|libMLIR .include -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-clang_lib_Driver_ToolChains_Clang.cpp -.endif - # keep in sync with /usr/src/lib/clang/clang.build.mk # ----------- start of sync block ------------------ # Armv6 and armv7 uses hard float abi, unless the CPUTYPE has soft in it. diff --git a/devel/llvm13/files/extra-patch-clang_lib_Driver_ToolChains_Clang.cpp b/devel/llvm13/files/patch-clang_lib_Driver_ToolChains_Clang.cpp similarity index 100% rename from devel/llvm13/files/extra-patch-clang_lib_Driver_ToolChains_Clang.cpp rename to devel/llvm13/files/patch-clang_lib_Driver_ToolChains_Clang.cpp diff --git a/devel/loccount/Makefile b/devel/loccount/Makefile index 8df4b8923c9..80a58bc8473 100644 --- a/devel/loccount/Makefile +++ b/devel/loccount/Makefile @@ -1,7 +1,8 @@ PORTNAME= loccount -DISTVERSION= 2.12 -PORTREVISION= 15 +DISTVERSION= 2.15 +PORTREVISION= 1 CATEGORIES= devel +MASTER_SITES= http://www.catb.org/~esr/loccount/ MAINTAINER= yuri@FreeBSD.org COMMENT= Count source lines of code in a project @@ -13,22 +14,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= a2x:textproc/asciidoc USES= gmake go python:build -USE_GITLAB= yes -GL_ACCOUNT= esr -GL_TAGNAME= dc8279ab2e49ba60db121a47c15dc4ef8b543352 -GO_PKGNAME= gitlab.com/${GL_ACCOUNT}/${PORTNAME} +GO_PKGNAME= gitlab.com/esr/${PORTNAME} BINARY_ALIAS= python3=${PYTHON_CMD} PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} loccount loccount.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${GL_TAGNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/loccount/distinfo b/devel/loccount/distinfo index 983131916dd..8eeaeff6dee 100644 --- a/devel/loccount/distinfo +++ b/devel/loccount/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629947671 -SHA256 (esr-loccount-dc8279ab2e49ba60db121a47c15dc4ef8b543352_GL0.tar.gz) = 5524d7dc7cec31729d19a6b0a39e8a396c54c643a39844edc138715fe03f8b65 -SIZE (esr-loccount-dc8279ab2e49ba60db121a47c15dc4ef8b543352_GL0.tar.gz) = 71286 +TIMESTAMP = 1704445306 +SHA256 (loccount-2.15.tar.gz) = c5f400ac57efe2e9f7a21f96a8622fdc8c0dae30ffb38df9f9fc2c95406c8fa7 +SIZE (loccount-2.15.tar.gz) = 82679 diff --git a/devel/luv/Makefile b/devel/luv/Makefile index 3f627e85b40..758384e2985 100644 --- a/devel/luv/Makefile +++ b/devel/luv/Makefile @@ -1,5 +1,5 @@ PORTNAME= luv -DISTVERSION= 1.45.0-0 +DISTVERSION= 1.47.0-0 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org @@ -29,7 +29,7 @@ CMAKE_ARGS= -DLUA_BUILD_TYPE=System \ PLIST_FILES= lib/libluv.so \ lib/libluv.so.1 \ - lib/libluv.so.1.45.0 \ + lib/libluv.so.1.47.0 \ libdata/pkgconfig/libluv.pc \ include/luv/util.h \ include/luv/luv.h \ diff --git a/devel/luv/distinfo b/devel/luv/distinfo index eb40c299ca8..ac5d19b379b 100644 --- a/devel/luv/distinfo +++ b/devel/luv/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1688306039 -SHA256 (luvit-luv-1.45.0-0_GH0.tar.gz) = 97e89940f9eeaa8dfb34f1c19f80dd373299c42719d15228ec790f415d4e4965 -SIZE (luvit-luv-1.45.0-0_GH0.tar.gz) = 130334 +TIMESTAMP = 1704513022 +SHA256 (luvit-luv-1.47.0-0_GH0.tar.gz) = f9911d9d33808514e9ddc1e74667a57c427efa14fefecfa5fabe80ce95a3150a +SIZE (luvit-luv-1.47.0-0_GH0.tar.gz) = 133466 SHA256 (keplerproject-lua-compat-5.3-e245d3a_GH0.tar.gz) = a735f9f1def98ba09afb60289b0ae0b89094a9428d2324dfd4e35e2f092bf3ea SIZE (keplerproject-lua-compat-5.3-e245d3a_GH0.tar.gz) = 53702 diff --git a/devel/m17n-docs/Makefile b/devel/m17n-docs/Makefile index e80cdeedac7..1c48ef172b7 100644 --- a/devel/m17n-docs/Makefile +++ b/devel/m17n-docs/Makefile @@ -18,9 +18,9 @@ DOCSDIR= ${PREFIX}/share/doc/m17n do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}/en - ${INSTALL_MAN} ${WRKSRC}/man/man1/* ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/man3/* ${STAGEDIR}${MAN3PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/man/man5/* ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/man/man1/* ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/man3/* ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/man/man5/* ${STAGEDIR}${PREFIX}/share/man/man5 ${INSTALL_DATA} ${WRKSRC}/usr/latex/m17n-lib.pdf ${STAGEDIR}${DOCSDIR}/en (cd ${WRKSRC}/usr/ && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}/en/) @${MKDIR} ${STAGEDIR}${DOCSDIR}/ja diff --git a/devel/m17n-docs/pkg-plist b/devel/m17n-docs/pkg-plist index f8ab2aa2eea..0a3026b4cdf 100644 --- a/devel/m17n-docs/pkg-plist +++ b/devel/m17n-docs/pkg-plist @@ -1,262 +1,262 @@ -man/man1/m17n-config.1.gz -man/man1/m17n-db.1.gz -man/man3/m17nCharacter.3m17n.gz -man/man3/m17nCharset.3m17n.gz -man/man3/m17nChartable.3m17n.gz -man/man3/m17nConv.3m17n.gz -man/man3/m17nCore.3m17n.gz -man/man3/m17nDatabase.3m17n.gz -man/man3/m17nDebug.3m17n.gz -man/man3/m17nDraw.3m17n.gz -man/man3/m17nError.3m17n.gz -man/man3/m17nFLT.3m17n.gz -man/man3/m17nFace.3m17n.gz -man/man3/m17nFont.3m17n.gz -man/man3/m17nFontset.3m17n.gz -man/man3/m17nFrame.3m17n.gz -man/man3/m17nGUI.3m17n.gz -man/man3/m17nInputMethod.3m17n.gz -man/man3/m17nInputMethodWin.3m17n.gz -man/man3/m17nIntro.3m17n.gz -man/man3/m17nLocale.3m17n.gz -man/man3/m17nMisc.3m17n.gz -man/man3/m17nMtext.3m17n.gz -man/man3/m17nObject.3m17n.gz -man/man3/m17nPlist.3m17n.gz -man/man3/m17nShell.3m17n.gz -man/man3/m17nSymbol.3m17n.gz -man/man3/m17nTextProperty.3m17n.gz -man/man3/m17n_object.3m17n.gz -man/man3/m17n_object_ref.3m17n.gz -man/man3/m17n_object_unref.3m17n.gz -man/man3/m17n_status.3m17n.gz -man/man3/mchar_decode.3m17n.gz -man/man3/mchar_define_charset.3m17n.gz -man/man3/mchar_define_property.3m17n.gz -man/man3/mchar_encode.3m17n.gz -man/man3/mchar_get_prop.3m17n.gz -man/man3/mchar_get_prop_table.3m17n.gz -man/man3/mchar_list_charset.3m17n.gz -man/man3/mchar_map_charset.3m17n.gz -man/man3/mchar_put_prop.3m17n.gz -man/man3/mchar_resolve_charset.3m17n.gz -man/man3/mchartable.3m17n.gz -man/man3/mchartable_lookup.3m17n.gz -man/man3/mchartable_map.3m17n.gz -man/man3/mchartable_max_char.3m17n.gz -man/man3/mchartable_min_char.3m17n.gz -man/man3/mchartable_range.3m17n.gz -man/man3/mchartable_set.3m17n.gz -man/man3/mchartable_set_range.3m17n.gz -man/man3/mconv_buffer_converter.3m17n.gz -man/man3/mconv_decode.3m17n.gz -man/man3/mconv_decode_buffer.3m17n.gz -man/man3/mconv_decode_stream.3m17n.gz -man/man3/mconv_define_coding.3m17n.gz -man/man3/mconv_encode.3m17n.gz -man/man3/mconv_encode_buffer.3m17n.gz -man/man3/mconv_encode_range.3m17n.gz -man/man3/mconv_encode_stream.3m17n.gz -man/man3/mconv_free_converter.3m17n.gz -man/man3/mconv_getc.3m17n.gz -man/man3/mconv_gets.3m17n.gz -man/man3/mconv_list_codings.3m17n.gz -man/man3/mconv_putc.3m17n.gz -man/man3/mconv_rebind_buffer.3m17n.gz -man/man3/mconv_rebind_stream.3m17n.gz -man/man3/mconv_reset_converter.3m17n.gz -man/man3/mconv_resolve_coding.3m17n.gz -man/man3/mconv_stream_converter.3m17n.gz -man/man3/mconv_ungetc.3m17n.gz -man/man3/mdatabase_define.3m17n.gz -man/man3/mdatabase_find.3m17n.gz -man/man3/mdatabase_list.3m17n.gz -man/man3/mdatabase_load.3m17n.gz -man/man3/mdatabase_tag.3m17n.gz -man/man3/mdebug_dump_all_symbols.3m17n.gz -man/man3/mdebug_dump_chartab.3m17n.gz -man/man3/mdebug_dump_face.3m17n.gz -man/man3/mdebug_dump_flt.3m17n.gz -man/man3/mdebug_dump_font.3m17n.gz -man/man3/mdebug_dump_fontset.3m17n.gz -man/man3/mdebug_dump_im.3m17n.gz -man/man3/mdebug_dump_mtext.3m17n.gz -man/man3/mdebug_dump_plist.3m17n.gz -man/man3/mdebug_dump_symbol.3m17n.gz -man/man3/mdebug_hook.3m17n.gz -man/man3/mdraw_clear_cache.3m17n.gz -man/man3/mdraw_coordinates_position.3m17n.gz -man/man3/mdraw_default_line_break.3m17n.gz -man/man3/mdraw_glyph_info.3m17n.gz -man/man3/mdraw_glyph_list.3m17n.gz -man/man3/mdraw_image_text.3m17n.gz -man/man3/mdraw_per_char_extents.3m17n.gz -man/man3/mdraw_text.3m17n.gz -man/man3/mdraw_text_extents.3m17n.gz -man/man3/mdraw_text_items.3m17n.gz -man/man3/mdraw_text_per_char_extents.3m17n.gz -man/man3/mdraw_text_with_control.3m17n.gz -man/man3/mface.3m17n.gz -man/man3/mface_copy.3m17n.gz -man/man3/mface_equal.3m17n.gz -man/man3/mface_from_font.3m17n.gz -man/man3/mface_get_hook.3m17n.gz -man/man3/mface_get_prop.3m17n.gz -man/man3/mface_merge.3m17n.gz -man/man3/mface_put_hook.3m17n.gz -man/man3/mface_put_prop.3m17n.gz -man/man3/mface_update.3m17n.gz -man/man3/mflt_coverage.3m17n.gz -man/man3/mflt_find.3m17n.gz -man/man3/mflt_get.3m17n.gz -man/man3/mflt_name.3m17n.gz -man/man3/mflt_run.3m17n.gz -man/man3/mfont.3m17n.gz -man/man3/mfont_check.3m17n.gz -man/man3/mfont_close.3m17n.gz -man/man3/mfont_copy.3m17n.gz -man/man3/mfont_encapsulate.3m17n.gz -man/man3/mfont_find.3m17n.gz -man/man3/mfont_from_name.3m17n.gz -man/man3/mfont_get_prop.3m17n.gz -man/man3/mfont_list.3m17n.gz -man/man3/mfont_list_family_names.3m17n.gz -man/man3/mfont_match_p.3m17n.gz -man/man3/mfont_name.3m17n.gz -man/man3/mfont_open.3m17n.gz -man/man3/mfont_parse_name.3m17n.gz -man/man3/mfont_put_prop.3m17n.gz -man/man3/mfont_resize_ratio.3m17n.gz -man/man3/mfont_selection_priority.3m17n.gz -man/man3/mfont_set_encoding.3m17n.gz -man/man3/mfont_set_selection_priority.3m17n.gz -man/man3/mfont_unparse_name.3m17n.gz -man/man3/mfontset.3m17n.gz -man/man3/mfontset_copy.3m17n.gz -man/man3/mfontset_lookup.3m17n.gz -man/man3/mfontset_modify_entry.3m17n.gz -man/man3/mfontset_name.3m17n.gz -man/man3/mframe.3m17n.gz -man/man3/mframe_get_prop.3m17n.gz -man/man3/minput_close_im.3m17n.gz -man/man3/minput_config_command.3m17n.gz -man/man3/minput_config_file.3m17n.gz -man/man3/minput_config_variable.3m17n.gz -man/man3/minput_create_ic.3m17n.gz -man/man3/minput_destroy_ic.3m17n.gz -man/man3/minput_event_to_key.3m17n.gz -man/man3/minput_filter.3m17n.gz -man/man3/minput_get_command.3m17n.gz -man/man3/minput_get_description.3m17n.gz -man/man3/minput_get_title_icon.3m17n.gz -man/man3/minput_get_variable.3m17n.gz -man/man3/minput_lookup.3m17n.gz -man/man3/minput_open_im.3m17n.gz -man/man3/minput_reset_ic.3m17n.gz -man/man3/minput_save_config.3m17n.gz -man/man3/minput_set_spot.3m17n.gz -man/man3/minput_toggle.3m17n.gz -man/man3/mlocale_get_prop.3m17n.gz -man/man3/mlocale_set.3m17n.gz -man/man3/mplist.3m17n.gz -man/man3/mplist_add.3m17n.gz -man/man3/mplist_copy.3m17n.gz -man/man3/mplist_deserialize.3m17n.gz -man/man3/mplist_find_by_key.3m17n.gz -man/man3/mplist_find_by_value.3m17n.gz -man/man3/mplist_get.3m17n.gz -man/man3/mplist_get_func.3m17n.gz -man/man3/mplist_key.3m17n.gz -man/man3/mplist_length.3m17n.gz -man/man3/mplist_next.3m17n.gz -man/man3/mplist_pop.3m17n.gz -man/man3/mplist_push.3m17n.gz -man/man3/mplist_put.3m17n.gz -man/man3/mplist_put_func.3m17n.gz -man/man3/mplist_set.3m17n.gz -man/man3/mplist_value.3m17n.gz -man/man3/msymbol.3m17n.gz -man/man3/msymbol_as_managing_key.3m17n.gz -man/man3/msymbol_exist.3m17n.gz -man/man3/msymbol_get.3m17n.gz -man/man3/msymbol_get_func.3m17n.gz -man/man3/msymbol_is_managing_key.3m17n.gz -man/man3/msymbol_name.3m17n.gz -man/man3/msymbol_put.3m17n.gz -man/man3/msymbol_put_func.3m17n.gz -man/man3/mtext.3m17n.gz -man/man3/mtext_attach_property.3m17n.gz -man/man3/mtext_case_compare.3m17n.gz -man/man3/mtext_casecmp.3m17n.gz -man/man3/mtext_cat.3m17n.gz -man/man3/mtext_cat_char.3m17n.gz -man/man3/mtext_character.3m17n.gz -man/man3/mtext_chr.3m17n.gz -man/man3/mtext_cmp.3m17n.gz -man/man3/mtext_coll.3m17n.gz -man/man3/mtext_compare.3m17n.gz -man/man3/mtext_copy.3m17n.gz -man/man3/mtext_cpy.3m17n.gz -man/man3/mtext_cspn.3m17n.gz -man/man3/mtext_data.3m17n.gz -man/man3/mtext_del.3m17n.gz -man/man3/mtext_deserialize.3m17n.gz -man/man3/mtext_detach_property.3m17n.gz -man/man3/mtext_dup.3m17n.gz -man/man3/mtext_duplicate.3m17n.gz -man/man3/mtext_from_data.3m17n.gz -man/man3/mtext_ftime.3m17n.gz -man/man3/mtext_get_prop.3m17n.gz -man/man3/mtext_get_prop_keys.3m17n.gz -man/man3/mtext_get_prop_values.3m17n.gz -man/man3/mtext_get_properties.3m17n.gz -man/man3/mtext_get_property.3m17n.gz -man/man3/mtext_getenv.3m17n.gz -man/man3/mtext_ins.3m17n.gz -man/man3/mtext_ins_char.3m17n.gz -man/man3/mtext_insert.3m17n.gz -man/man3/mtext_len.3m17n.gz -man/man3/mtext_line_break.3m17n.gz -man/man3/mtext_lowercase.3m17n.gz -man/man3/mtext_ncasecmp.3m17n.gz -man/man3/mtext_ncat.3m17n.gz -man/man3/mtext_ncmp.3m17n.gz -man/man3/mtext_ncpy.3m17n.gz -man/man3/mtext_pbrk.3m17n.gz -man/man3/mtext_pop_prop.3m17n.gz -man/man3/mtext_prop_range.3m17n.gz -man/man3/mtext_property.3m17n.gz -man/man3/mtext_property_end.3m17n.gz -man/man3/mtext_property_key.3m17n.gz -man/man3/mtext_property_mtext.3m17n.gz -man/man3/mtext_property_start.3m17n.gz -man/man3/mtext_property_value.3m17n.gz -man/man3/mtext_push_prop.3m17n.gz -man/man3/mtext_push_property.3m17n.gz -man/man3/mtext_put_prop.3m17n.gz -man/man3/mtext_put_prop_values.3m17n.gz -man/man3/mtext_putenv.3m17n.gz -man/man3/mtext_rchr.3m17n.gz -man/man3/mtext_ref_char.3m17n.gz -man/man3/mtext_replace.3m17n.gz -man/man3/mtext_search.3m17n.gz -man/man3/mtext_serialize.3m17n.gz -man/man3/mtext_set_char.3m17n.gz -man/man3/mtext_spn.3m17n.gz -man/man3/mtext_text.3m17n.gz -man/man3/mtext_titlecase.3m17n.gz -man/man3/mtext_tok.3m17n.gz -man/man3/mtext_uppercase.3m17n.gz -man/man5/mdbCharsetList.5.gz -man/man5/mdbCodingList.5.gz -man/man5/mdbDir.5.gz -man/man5/mdbFLT.5.gz -man/man5/mdbFontEncoding.5.gz -man/man5/mdbFontSize.5.gz -man/man5/mdbFontset.5.gz -man/man5/mdbGeneral.5.gz -man/man5/mdbIM.5.gz -man/man5/mdbTutorialIM.5.gz +share/man/man1/m17n-config.1.gz +share/man/man1/m17n-db.1.gz +share/man/man3/m17nCharacter.3m17n.gz +share/man/man3/m17nCharset.3m17n.gz +share/man/man3/m17nChartable.3m17n.gz +share/man/man3/m17nConv.3m17n.gz +share/man/man3/m17nCore.3m17n.gz +share/man/man3/m17nDatabase.3m17n.gz +share/man/man3/m17nDebug.3m17n.gz +share/man/man3/m17nDraw.3m17n.gz +share/man/man3/m17nError.3m17n.gz +share/man/man3/m17nFLT.3m17n.gz +share/man/man3/m17nFace.3m17n.gz +share/man/man3/m17nFont.3m17n.gz +share/man/man3/m17nFontset.3m17n.gz +share/man/man3/m17nFrame.3m17n.gz +share/man/man3/m17nGUI.3m17n.gz +share/man/man3/m17nInputMethod.3m17n.gz +share/man/man3/m17nInputMethodWin.3m17n.gz +share/man/man3/m17nIntro.3m17n.gz +share/man/man3/m17nLocale.3m17n.gz +share/man/man3/m17nMisc.3m17n.gz +share/man/man3/m17nMtext.3m17n.gz +share/man/man3/m17nObject.3m17n.gz +share/man/man3/m17nPlist.3m17n.gz +share/man/man3/m17nShell.3m17n.gz +share/man/man3/m17nSymbol.3m17n.gz +share/man/man3/m17nTextProperty.3m17n.gz +share/man/man3/m17n_object.3m17n.gz +share/man/man3/m17n_object_ref.3m17n.gz +share/man/man3/m17n_object_unref.3m17n.gz +share/man/man3/m17n_status.3m17n.gz +share/man/man3/mchar_decode.3m17n.gz +share/man/man3/mchar_define_charset.3m17n.gz +share/man/man3/mchar_define_property.3m17n.gz +share/man/man3/mchar_encode.3m17n.gz +share/man/man3/mchar_get_prop.3m17n.gz +share/man/man3/mchar_get_prop_table.3m17n.gz +share/man/man3/mchar_list_charset.3m17n.gz +share/man/man3/mchar_map_charset.3m17n.gz +share/man/man3/mchar_put_prop.3m17n.gz +share/man/man3/mchar_resolve_charset.3m17n.gz +share/man/man3/mchartable.3m17n.gz +share/man/man3/mchartable_lookup.3m17n.gz +share/man/man3/mchartable_map.3m17n.gz +share/man/man3/mchartable_max_char.3m17n.gz +share/man/man3/mchartable_min_char.3m17n.gz +share/man/man3/mchartable_range.3m17n.gz +share/man/man3/mchartable_set.3m17n.gz +share/man/man3/mchartable_set_range.3m17n.gz +share/man/man3/mconv_buffer_converter.3m17n.gz +share/man/man3/mconv_decode.3m17n.gz +share/man/man3/mconv_decode_buffer.3m17n.gz +share/man/man3/mconv_decode_stream.3m17n.gz +share/man/man3/mconv_define_coding.3m17n.gz +share/man/man3/mconv_encode.3m17n.gz +share/man/man3/mconv_encode_buffer.3m17n.gz +share/man/man3/mconv_encode_range.3m17n.gz +share/man/man3/mconv_encode_stream.3m17n.gz +share/man/man3/mconv_free_converter.3m17n.gz +share/man/man3/mconv_getc.3m17n.gz +share/man/man3/mconv_gets.3m17n.gz +share/man/man3/mconv_list_codings.3m17n.gz +share/man/man3/mconv_putc.3m17n.gz +share/man/man3/mconv_rebind_buffer.3m17n.gz +share/man/man3/mconv_rebind_stream.3m17n.gz +share/man/man3/mconv_reset_converter.3m17n.gz +share/man/man3/mconv_resolve_coding.3m17n.gz +share/man/man3/mconv_stream_converter.3m17n.gz +share/man/man3/mconv_ungetc.3m17n.gz +share/man/man3/mdatabase_define.3m17n.gz +share/man/man3/mdatabase_find.3m17n.gz +share/man/man3/mdatabase_list.3m17n.gz +share/man/man3/mdatabase_load.3m17n.gz +share/man/man3/mdatabase_tag.3m17n.gz +share/man/man3/mdebug_dump_all_symbols.3m17n.gz +share/man/man3/mdebug_dump_chartab.3m17n.gz +share/man/man3/mdebug_dump_face.3m17n.gz +share/man/man3/mdebug_dump_flt.3m17n.gz +share/man/man3/mdebug_dump_font.3m17n.gz +share/man/man3/mdebug_dump_fontset.3m17n.gz +share/man/man3/mdebug_dump_im.3m17n.gz +share/man/man3/mdebug_dump_mtext.3m17n.gz +share/man/man3/mdebug_dump_plist.3m17n.gz +share/man/man3/mdebug_dump_symbol.3m17n.gz +share/man/man3/mdebug_hook.3m17n.gz +share/man/man3/mdraw_clear_cache.3m17n.gz +share/man/man3/mdraw_coordinates_position.3m17n.gz +share/man/man3/mdraw_default_line_break.3m17n.gz +share/man/man3/mdraw_glyph_info.3m17n.gz +share/man/man3/mdraw_glyph_list.3m17n.gz +share/man/man3/mdraw_image_text.3m17n.gz +share/man/man3/mdraw_per_char_extents.3m17n.gz +share/man/man3/mdraw_text.3m17n.gz +share/man/man3/mdraw_text_extents.3m17n.gz +share/man/man3/mdraw_text_items.3m17n.gz +share/man/man3/mdraw_text_per_char_extents.3m17n.gz +share/man/man3/mdraw_text_with_control.3m17n.gz +share/man/man3/mface.3m17n.gz +share/man/man3/mface_copy.3m17n.gz +share/man/man3/mface_equal.3m17n.gz +share/man/man3/mface_from_font.3m17n.gz +share/man/man3/mface_get_hook.3m17n.gz +share/man/man3/mface_get_prop.3m17n.gz +share/man/man3/mface_merge.3m17n.gz +share/man/man3/mface_put_hook.3m17n.gz +share/man/man3/mface_put_prop.3m17n.gz +share/man/man3/mface_update.3m17n.gz +share/man/man3/mflt_coverage.3m17n.gz +share/man/man3/mflt_find.3m17n.gz +share/man/man3/mflt_get.3m17n.gz +share/man/man3/mflt_name.3m17n.gz +share/man/man3/mflt_run.3m17n.gz +share/man/man3/mfont.3m17n.gz +share/man/man3/mfont_check.3m17n.gz +share/man/man3/mfont_close.3m17n.gz +share/man/man3/mfont_copy.3m17n.gz +share/man/man3/mfont_encapsulate.3m17n.gz +share/man/man3/mfont_find.3m17n.gz +share/man/man3/mfont_from_name.3m17n.gz +share/man/man3/mfont_get_prop.3m17n.gz +share/man/man3/mfont_list.3m17n.gz +share/man/man3/mfont_list_family_names.3m17n.gz +share/man/man3/mfont_match_p.3m17n.gz +share/man/man3/mfont_name.3m17n.gz +share/man/man3/mfont_open.3m17n.gz +share/man/man3/mfont_parse_name.3m17n.gz +share/man/man3/mfont_put_prop.3m17n.gz +share/man/man3/mfont_resize_ratio.3m17n.gz +share/man/man3/mfont_selection_priority.3m17n.gz +share/man/man3/mfont_set_encoding.3m17n.gz +share/man/man3/mfont_set_selection_priority.3m17n.gz +share/man/man3/mfont_unparse_name.3m17n.gz +share/man/man3/mfontset.3m17n.gz +share/man/man3/mfontset_copy.3m17n.gz +share/man/man3/mfontset_lookup.3m17n.gz +share/man/man3/mfontset_modify_entry.3m17n.gz +share/man/man3/mfontset_name.3m17n.gz +share/man/man3/mframe.3m17n.gz +share/man/man3/mframe_get_prop.3m17n.gz +share/man/man3/minput_close_im.3m17n.gz +share/man/man3/minput_config_command.3m17n.gz +share/man/man3/minput_config_file.3m17n.gz +share/man/man3/minput_config_variable.3m17n.gz +share/man/man3/minput_create_ic.3m17n.gz +share/man/man3/minput_destroy_ic.3m17n.gz +share/man/man3/minput_event_to_key.3m17n.gz +share/man/man3/minput_filter.3m17n.gz +share/man/man3/minput_get_command.3m17n.gz +share/man/man3/minput_get_description.3m17n.gz +share/man/man3/minput_get_title_icon.3m17n.gz +share/man/man3/minput_get_variable.3m17n.gz +share/man/man3/minput_lookup.3m17n.gz +share/man/man3/minput_open_im.3m17n.gz +share/man/man3/minput_reset_ic.3m17n.gz +share/man/man3/minput_save_config.3m17n.gz +share/man/man3/minput_set_spot.3m17n.gz +share/man/man3/minput_toggle.3m17n.gz +share/man/man3/mlocale_get_prop.3m17n.gz +share/man/man3/mlocale_set.3m17n.gz +share/man/man3/mplist.3m17n.gz +share/man/man3/mplist_add.3m17n.gz +share/man/man3/mplist_copy.3m17n.gz +share/man/man3/mplist_deserialize.3m17n.gz +share/man/man3/mplist_find_by_key.3m17n.gz +share/man/man3/mplist_find_by_value.3m17n.gz +share/man/man3/mplist_get.3m17n.gz +share/man/man3/mplist_get_func.3m17n.gz +share/man/man3/mplist_key.3m17n.gz +share/man/man3/mplist_length.3m17n.gz +share/man/man3/mplist_next.3m17n.gz +share/man/man3/mplist_pop.3m17n.gz +share/man/man3/mplist_push.3m17n.gz +share/man/man3/mplist_put.3m17n.gz +share/man/man3/mplist_put_func.3m17n.gz +share/man/man3/mplist_set.3m17n.gz +share/man/man3/mplist_value.3m17n.gz +share/man/man3/msymbol.3m17n.gz +share/man/man3/msymbol_as_managing_key.3m17n.gz +share/man/man3/msymbol_exist.3m17n.gz +share/man/man3/msymbol_get.3m17n.gz +share/man/man3/msymbol_get_func.3m17n.gz +share/man/man3/msymbol_is_managing_key.3m17n.gz +share/man/man3/msymbol_name.3m17n.gz +share/man/man3/msymbol_put.3m17n.gz +share/man/man3/msymbol_put_func.3m17n.gz +share/man/man3/mtext.3m17n.gz +share/man/man3/mtext_attach_property.3m17n.gz +share/man/man3/mtext_case_compare.3m17n.gz +share/man/man3/mtext_casecmp.3m17n.gz +share/man/man3/mtext_cat.3m17n.gz +share/man/man3/mtext_cat_char.3m17n.gz +share/man/man3/mtext_character.3m17n.gz +share/man/man3/mtext_chr.3m17n.gz +share/man/man3/mtext_cmp.3m17n.gz +share/man/man3/mtext_coll.3m17n.gz +share/man/man3/mtext_compare.3m17n.gz +share/man/man3/mtext_copy.3m17n.gz +share/man/man3/mtext_cpy.3m17n.gz +share/man/man3/mtext_cspn.3m17n.gz +share/man/man3/mtext_data.3m17n.gz +share/man/man3/mtext_del.3m17n.gz +share/man/man3/mtext_deserialize.3m17n.gz +share/man/man3/mtext_detach_property.3m17n.gz +share/man/man3/mtext_dup.3m17n.gz +share/man/man3/mtext_duplicate.3m17n.gz +share/man/man3/mtext_from_data.3m17n.gz +share/man/man3/mtext_ftime.3m17n.gz +share/man/man3/mtext_get_prop.3m17n.gz +share/man/man3/mtext_get_prop_keys.3m17n.gz +share/man/man3/mtext_get_prop_values.3m17n.gz +share/man/man3/mtext_get_properties.3m17n.gz +share/man/man3/mtext_get_property.3m17n.gz +share/man/man3/mtext_getenv.3m17n.gz +share/man/man3/mtext_ins.3m17n.gz +share/man/man3/mtext_ins_char.3m17n.gz +share/man/man3/mtext_insert.3m17n.gz +share/man/man3/mtext_len.3m17n.gz +share/man/man3/mtext_line_break.3m17n.gz +share/man/man3/mtext_lowercase.3m17n.gz +share/man/man3/mtext_ncasecmp.3m17n.gz +share/man/man3/mtext_ncat.3m17n.gz +share/man/man3/mtext_ncmp.3m17n.gz +share/man/man3/mtext_ncpy.3m17n.gz +share/man/man3/mtext_pbrk.3m17n.gz +share/man/man3/mtext_pop_prop.3m17n.gz +share/man/man3/mtext_prop_range.3m17n.gz +share/man/man3/mtext_property.3m17n.gz +share/man/man3/mtext_property_end.3m17n.gz +share/man/man3/mtext_property_key.3m17n.gz +share/man/man3/mtext_property_mtext.3m17n.gz +share/man/man3/mtext_property_start.3m17n.gz +share/man/man3/mtext_property_value.3m17n.gz +share/man/man3/mtext_push_prop.3m17n.gz +share/man/man3/mtext_push_property.3m17n.gz +share/man/man3/mtext_put_prop.3m17n.gz +share/man/man3/mtext_put_prop_values.3m17n.gz +share/man/man3/mtext_putenv.3m17n.gz +share/man/man3/mtext_rchr.3m17n.gz +share/man/man3/mtext_ref_char.3m17n.gz +share/man/man3/mtext_replace.3m17n.gz +share/man/man3/mtext_search.3m17n.gz +share/man/man3/mtext_serialize.3m17n.gz +share/man/man3/mtext_set_char.3m17n.gz +share/man/man3/mtext_spn.3m17n.gz +share/man/man3/mtext_text.3m17n.gz +share/man/man3/mtext_titlecase.3m17n.gz +share/man/man3/mtext_tok.3m17n.gz +share/man/man3/mtext_uppercase.3m17n.gz +share/man/man5/mdbCharsetList.5.gz +share/man/man5/mdbCodingList.5.gz +share/man/man5/mdbDir.5.gz +share/man/man5/mdbFLT.5.gz +share/man/man5/mdbFontEncoding.5.gz +share/man/man5/mdbFontSize.5.gz +share/man/man5/mdbFontset.5.gz +share/man/man5/mdbGeneral.5.gz +share/man/man5/mdbIM.5.gz +share/man/man5/mdbTutorialIM.5.gz %%DOCSDIR%%/en/html/GFDL.html %%DOCSDIR%%/en/html/annotated.html %%DOCSDIR%%/en/html/bopo-kbd.png diff --git a/devel/ncc/Makefile b/devel/ncc/Makefile index 4dd3113677e..bba200bee3f 100644 --- a/devel/ncc/Makefile +++ b/devel/ncc/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncc PORTVERSION= 2.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://students.ceid.upatras.gr/~sxanth/ncc/ @@ -43,7 +43,7 @@ do-install: ${LN} -sf nccnav ${STAGEDIR}${PREFIX}/bin/nccnavi @${MKDIR} ${STAGEDIR}${PREFIX}/include/ncc ${INSTALL_DATA} ${WRKSRC}/doc/nognu ${STAGEDIR}${PREFIX}/include/ncc - ${INSTALL_MAN} ${WRKSRC}/ncc.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ncc.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/ncc/pkg-plist b/devel/ncc/pkg-plist index 1c54e29e3ac..b7fbaa071ba 100644 --- a/devel/ncc/pkg-plist +++ b/devel/ncc/pkg-plist @@ -8,4 +8,4 @@ bin/nccnav bin/nccnavi bin/nccstrip2.py include/ncc/nognu -man/man1/ncc.1.gz +share/man/man1/ncc.1.gz diff --git a/devel/newfile/Makefile b/devel/newfile/Makefile index 7d92212c438..5077c996e57 100644 --- a/devel/newfile/Makefile +++ b/devel/newfile/Makefile @@ -1,6 +1,6 @@ PORTNAME= newfile PORTVERSION= 1.0.14 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= SF @@ -21,7 +21,7 @@ PORTDOCS= newfile.html OPTIONS_DEFINE= DOCS post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/newfile.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/newfile.1 ${STAGEDIR}${PREFIX}/share/man/man1/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/ diff --git a/devel/newfile/pkg-plist b/devel/newfile/pkg-plist index 13a035a622f..b2f7058b7e3 100644 --- a/devel/newfile/pkg-plist +++ b/devel/newfile/pkg-plist @@ -1,5 +1,5 @@ bin/newfile -man/man1/newfile.1.gz +share/man/man1/newfile.1.gz %%DATADIR%%/fileproc.rb %%DATADIR%%/licenses/Artistic@Artistic %%DATADIR%%/licenses/Artistic@README diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index b3f4eacb543..de9c09c78c2 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -1,6 +1,6 @@ PORTNAME= omniORB DISTVERSION= ${ABI_VER}.${ABI_MAJOR_VER}.${ABI_MINOR_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${DISTVERSION:S/-2//} @@ -10,8 +10,8 @@ WWW= http://omniorb.sourceforge.net/ LICENSE= GPLv2 -BROKEN_FreeBSD_armv7= use of overloaded operator '[]' is ambiguous (with operand types -BROKEN_FreeBSD_i386= use of overloaded operator '[]' is ambiguous (with operand types +NOT_FOR_ARCHS= armv7 i386 +NOT_FOR_ARCHS_REASON= use of overloaded operator '[]' is ambiguous (with operand types LIB_DEPENDS= libzstd.so:archivers/zstd @@ -58,8 +58,8 @@ post-install: @${PYTHON_CMD} -c "import compileall; compileall.compile_dir('${STAGEDIR}${PYTHON_SITELIBDIR}/omniidl')" @${PYTHON_CMD} -c "import compileall; compileall.compile_dir('${STAGEDIR}${PYTHON_SITELIBDIR}/omniidl_be')" ${INSTALL_DATA} ${WRKSRC}/sample.cfg ${STAGEDIR}${PREFIX}/etc/omniORB.cfg.sample - @cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} *.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - @cd ${WRKSRC}/man/man8 && ${INSTALL_MAN} *.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + @cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} *.1 ${STAGEDIR}${PREFIX}/share/man/man1 + @cd ${WRKSRC}/man/man8 && ${INSTALL_MAN} *.8 ${STAGEDIR}${PREFIX}/share/man/man8 .for i in catior convertior omniMapper omniNames omnicpp nameclt omkdepend \ genior @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} diff --git a/devel/omniORB/pkg-plist b/devel/omniORB/pkg-plist index 42878be730e..c1beb03135e 100644 --- a/devel/omniORB/pkg-plist +++ b/devel/omniORB/pkg-plist @@ -266,14 +266,14 @@ libdata/pkgconfig/omniORB4.pc libdata/pkgconfig/omniZIOP4.pc libdata/pkgconfig/omniZIOPDynamic4.pc libdata/pkgconfig/omnithread3.pc -man/man1/catior.1.gz -man/man1/convertior.1.gz -man/man1/genior.1.gz -man/man1/nameclt.1.gz -man/man8/omniMapper.8.gz -man/man8/omniNames.8.gz -man/man1/omnicpp.1.gz -man/man1/omniidl.1.gz +share/man/man1/catior.1.gz +share/man/man1/convertior.1.gz +share/man/man1/genior.1.gz +share/man/man1/nameclt.1.gz +share/man/man8/omniMapper.8.gz +share/man/man8/omniNames.8.gz +share/man/man1/omnicpp.1.gz +share/man/man1/omniidl.1.gz %%PYTHON2%%%%PYTHON_SITELIBDIR%%/_omniidlmodule.so %%PYTHON2%%%%PYTHON_SITELIBDIR%%/_omniidlmodule.so.%%ABI_VER%% %%PYTHON2%%%%PYTHON_SITELIBDIR%%/_omniidlmodule.so.%%ABI_VER%%.2 diff --git a/devel/p4delta/Makefile b/devel/p4delta/Makefile index e29fc745f70..0f33769499a 100644 --- a/devel/p4delta/Makefile +++ b/devel/p4delta/Makefile @@ -1,5 +1,6 @@ PORTNAME= p4delta PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF @@ -13,13 +14,13 @@ USES= ruby NO_BUILD= yes -PLIST_FILES= bin/p4delta man/man1/p4delta.1.gz +PLIST_FILES= bin/p4delta share/man/man1/p4delta.1.gz post-patch: @${REINPLACE_CMD} -e 's|^#!/usr/bin/ruby|#!${RUBY}|' ${WRKSRC}/p4delta do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/p4delta.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/p4delta.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/p5-Tie-Sub/Makefile b/devel/p5-Tie-Sub/Makefile new file mode 100644 index 00000000000..20d96a8b36a --- /dev/null +++ b/devel/p5-Tie-Sub/Makefile @@ -0,0 +1,29 @@ +PORTNAME= Tie-Sub +PORTVERSION= 1.001 +CATEGORIES= devel +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= nork@FreeBSD.org +COMMENT= Tying a subroutine, function or method to a hash +WWW= https://metacpan.org/release/Tie-Sub + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Params-Validate>0:devel/p5-Params-Validate +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ + p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic \ + p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage \ + p5-Test-Pod>0:devel/p5-Test-Pod + +USES= perl5 # dos2unix: test not work # +USE_PERL5= configure + +PLIST_FILES= ${SITE_MAN3_REL}/Tie::Sub.3.gz \ + ${SITE_PERL_REL}/Tie/Sub.pm + +NO_ARCH= yes +TEST_ENV= AUTHOR_TESTING=1 # RELEASE_TESTING=1: test not work # + +.include diff --git a/devel/p5-Tie-Sub/distinfo b/devel/p5-Tie-Sub/distinfo new file mode 100644 index 00000000000..3601e43e48f --- /dev/null +++ b/devel/p5-Tie-Sub/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1697404202 +SHA256 (Tie-Sub-1.001.tar.gz) = ef71a04826d1362b2b76ecb21ce173c37d38a47a9fec283aa982435890f4f1b1 +SIZE (Tie-Sub-1.001.tar.gz) = 8593 diff --git a/devel/p5-Tie-Sub/files/patch-t_11__test__examples.t b/devel/p5-Tie-Sub/files/patch-t_11__test__examples.t new file mode 100644 index 00000000000..f3ff36c0500 --- /dev/null +++ b/devel/p5-Tie-Sub/files/patch-t_11__test__examples.t @@ -0,0 +1,11 @@ +--- t/11_test_examples.t.orig 2012-08-18 22:03:49 UTC ++++ t/11_test_examples.t +@@ -55,7 +55,7 @@ EOT + for my $data (@data) { + my $dir = getcwd(); + chdir("$dir/$data->{path}"); +- my $result = qx{perl $data->{script} 2>&3}; ++ my $result = qx{perl $data->{script} 2>/dev/null }; + chdir($dir); + eq_or_diff( + $result, diff --git a/devel/p5-Tie-Sub/pkg-descr b/devel/p5-Tie-Sub/pkg-descr new file mode 100644 index 00000000000..b976d852fc2 --- /dev/null +++ b/devel/p5-Tie-Sub/pkg-descr @@ -0,0 +1,2 @@ +The module ties the subroutine to a hash. The subroutine is executed +at fetch hash. diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index f723b719848..f7d513fbb36 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -18,7 +18,10 @@ MAKE_JOBS_UNSAFE= yes CATEGORIES+= perl5 -CONFIGURE_ARGS+= --without-gnome-keyring \ +CONFIGURE_ARGS+= --with-swig-perl=${PERL} \ + --without-swig-python \ + --without-swig-ruby \ + --without-gnome-keyring \ --without-kwallet \ --with-apxs=no diff --git a/devel/parol-ls/Makefile b/devel/parol-ls/Makefile index 3e83d7bc09e..4757b6a1d47 100644 --- a/devel/parol-ls/Makefile +++ b/devel/parol-ls/Makefile @@ -1,6 +1,6 @@ PORTNAME= parol-ls DISTVERSION= g20221230 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/parol/Makefile b/devel/parol/Makefile index bc4ba6758b0..a0f4fa8d2c0 100644 --- a/devel/parol/Makefile +++ b/devel/parol/Makefile @@ -1,6 +1,6 @@ PORTNAME= parol DISTVERSION= g20221230 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/patsh/Makefile b/devel/patsh/Makefile index bb117a6b002..1c6db63289b 100644 --- a/devel/patsh/Makefile +++ b/devel/patsh/Makefile @@ -1,7 +1,7 @@ PORTNAME= patsh DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/picprog/Makefile b/devel/picprog/Makefile index acd3897947f..d92d14b9705 100644 --- a/devel/picprog/Makefile +++ b/devel/picprog/Makefile @@ -1,5 +1,6 @@ PORTNAME= picprog PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://hyvatti.iki.fi/~jaakko/pic/ @@ -15,7 +16,7 @@ OPTIONS_DEFINE= DOCS USES= gmake PLIST_FILES= bin/picprog \ - man/man1/picprog.1.gz + share/man/man1/picprog.1.gz PORTDOCS= README anybrowser3.png jdm84ne3.png jdm84pcb6.png picprog.html @@ -28,7 +29,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/picprog ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/picprog.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/picprog.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in README *.png picprog.html ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile index b0e85dde577..00a59af9c6d 100644 --- a/devel/pijul/Makefile +++ b/devel/pijul/Makefile @@ -1,5 +1,6 @@ PORTNAME= pijul PORTVERSION= 1.0.0.b8 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= cs@FreeBSD.org diff --git a/devel/please/Makefile b/devel/please/Makefile index cfee2d71d11..786fb83ba68 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -12,6 +12,9 @@ WWW= https://please.build/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= armv7 +NOT_FOR_ARCHS_REASON= Build crashes + BUILD_DEPENDS= bash:shells/bash \ ca_root_nss>0:security/ca_root_nss \ git:devel/git \ diff --git a/devel/pmccabe/Makefile b/devel/pmccabe/Makefile index 43eddf71803..f28c2dc8517 100644 --- a/devel/pmccabe/Makefile +++ b/devel/pmccabe/Makefile @@ -1,5 +1,6 @@ PORTNAME= pmccabe PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ftp.de.debian.org/debian/pool/main/p/pmccabe/ \ http://dist.codelabs.ru/fbsd/pmccabe/ @@ -25,7 +26,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor .for f in ${MANPAGE} - ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/devel/pmccabe/pkg-plist b/devel/pmccabe/pkg-plist index 868afc334f6..a2c8346ab8c 100644 --- a/devel/pmccabe/pkg-plist +++ b/devel/pmccabe/pkg-plist @@ -2,7 +2,7 @@ bin/codechanges bin/decomment bin/pmccabe bin/vifn -man/man1/codechanges.1.gz -man/man1/decomment.1.gz -man/man1/pmccabe.1.gz -man/man1/vifn.1.gz +share/man/man1/codechanges.1.gz +share/man/man1/decomment.1.gz +share/man/man1/pmccabe.1.gz +share/man/man1/vifn.1.gz diff --git a/devel/py-PyGithub/Makefile b/devel/py-PyGithub/Makefile new file mode 100644 index 00000000000..7d5dcf6c892 --- /dev/null +++ b/devel/py-PyGithub/Makefile @@ -0,0 +1,31 @@ +PORTNAME= PyGithub +DISTVERSION= 2.1.1 +CATEGORIES= devel www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyGithub-${PORTVERSION} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Python library implementing the full GitHub API v3 +WWW= https://github.com/jacquev6/PyGithub + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.14.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.4.0:www/py-pyjwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pynacl>=1.4.0:security/py-pynacl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include diff --git a/devel/py-PyGithub/distinfo b/devel/py-PyGithub/distinfo new file mode 100644 index 00000000000..cfb5e1e0897 --- /dev/null +++ b/devel/py-PyGithub/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704518017 +SHA256 (PyGithub-2.1.1.tar.gz) = ecf12c2809c44147bce63b047b3d2e9dac8a41b63e90fcb263c703f64936b97c +SIZE (PyGithub-2.1.1.tar.gz) = 3330531 diff --git a/devel/py-pygithub/pkg-descr b/devel/py-PyGithub/pkg-descr similarity index 100% rename from devel/py-pygithub/pkg-descr rename to devel/py-PyGithub/pkg-descr diff --git a/devel/py-apispec-webframeworks/Makefile b/devel/py-apispec-webframeworks/Makefile new file mode 100644 index 00000000000..370607d7489 --- /dev/null +++ b/devel/py-apispec-webframeworks/Makefile @@ -0,0 +1,26 @@ +PORTNAME= apispec-webframeworks +DISTVERSION= 0.5.2 +CATEGORIES= devel python +#MASTER_SITES= PYPI # no tests +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Web framework plugins for apispec +WWW= https://github.com/marshmallow-code/apispec-webframeworks + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apispec>0:devel/py-apispec@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist concurrent pytest + +USE_GITHUB= yes +GH_ACCOUNT= marshmallow-code + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +NO_ARCH= yes + +.include diff --git a/devel/py-apispec-webframeworks/distinfo b/devel/py-apispec-webframeworks/distinfo new file mode 100644 index 00000000000..293651e539f --- /dev/null +++ b/devel/py-apispec-webframeworks/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704483864 +SHA256 (marshmallow-code-apispec-webframeworks-0.5.2_GH0.tar.gz) = fb38a9dc33fa073679bd52f0e9a0165563d32fa040589c1e13a40a532ab228d1 +SIZE (marshmallow-code-apispec-webframeworks-0.5.2_GH0.tar.gz) = 9791 diff --git a/devel/py-apispec-webframeworks/pkg-descr b/devel/py-apispec-webframeworks/pkg-descr new file mode 100644 index 00000000000..e401720a3bc --- /dev/null +++ b/devel/py-apispec-webframeworks/pkg-descr @@ -0,0 +1,9 @@ +apispec plugins for integrating with various web frameworks. + +These plugins used to be in apispec.ext but have since been moved to their own +package. + +Included plugins: +* apispec_webframeworks.bottle +* apispec_webframeworks.flask +* apispec_webframeworks.tornado diff --git a/devel/py-aws-lambda-builders/Makefile b/devel/py-aws-lambda-builders/Makefile index 3fe63ccb9dc..b113f2b6d96 100644 --- a/devel/py-aws-lambda-builders/Makefile +++ b/devel/py-aws-lambda-builders/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-lambda-builders -DISTVERSION= 1.28.0 +DISTVERSION= 1.45.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-aws-lambda-builders/distinfo b/devel/py-aws-lambda-builders/distinfo index 338fc54fc43..2a830437ab6 100644 --- a/devel/py-aws-lambda-builders/distinfo +++ b/devel/py-aws-lambda-builders/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679693211 -SHA256 (aws_lambda_builders-1.28.0.tar.gz) = 6ea2fb607057436f03e2a8a857b5c5cbd18f7b2b907c53c2b461e65f843a4f38 -SIZE (aws_lambda_builders-1.28.0.tar.gz) = 82787 +TIMESTAMP = 1704463735 +SHA256 (aws_lambda_builders-1.45.0.tar.gz) = 5c19a6628eecf21578cd9c521e747f4a2163c62c527cd840b11b62a10b661348 +SIZE (aws_lambda_builders-1.45.0.tar.gz) = 95197 diff --git a/devel/py-aws-sam-translator/Makefile b/devel/py-aws-sam-translator/Makefile index 79a77f0b971..19b017ec41b 100644 --- a/devel/py-aws-sam-translator/Makefile +++ b/devel/py-aws-sam-translator/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sam-translator -DISTVERSION= 1.66.0 +DISTVERSION= 1.83.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.19.5:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.2<5:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pydantic>=1.8:devel/py-pydantic@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4<5:devel/py-typing-extensions@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pydantic>=1.8,1<3,1:devel/py-pydantic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-aws-sam-translator/distinfo b/devel/py-aws-sam-translator/distinfo index a43d7ca1de5..0e75ab27eee 100644 --- a/devel/py-aws-sam-translator/distinfo +++ b/devel/py-aws-sam-translator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683703135 -SHA256 (aws-sam-translator-1.66.0.tar.gz) = 0b9e9684ea0384fd84f5e722f7fea61896c514b95d3403aa782b69acd485dbbf -SIZE (aws-sam-translator-1.66.0.tar.gz) = 278246 +TIMESTAMP = 1704463895 +SHA256 (aws-sam-translator-1.83.0.tar.gz) = 46025ca8894a56eacd87eb0e4f9af5c01c567c9a734b97fbba353bffd56ba5dc +SIZE (aws-sam-translator-1.83.0.tar.gz) = 322946 diff --git a/devel/py-azure-keyvault-administration/Makefile b/devel/py-azure-keyvault-administration/Makefile index 7cf2f6b932b..8942e7c317e 100644 --- a/devel/py-azure-keyvault-administration/Makefile +++ b/devel/py-azure-keyvault-administration/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-keyvault-administration -DISTVERSION= 4.3.0 +DISTVERSION= 4.4.0b2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_F ${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} -USES= azurepy python zip +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-azure-keyvault-administration/distinfo b/devel/py-azure-keyvault-administration/distinfo index bebb4b87dab..d3d3b9a7259 100644 --- a/devel/py-azure-keyvault-administration/distinfo +++ b/devel/py-azure-keyvault-administration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688223971 -SHA256 (azure-keyvault-administration-4.3.0.zip) = 3ee2a3ba2d0e3f4383344ae36e327dd213a079ef7b243ad54f6b21f8cb9fc566 -SIZE (azure-keyvault-administration-4.3.0.zip) = 265809 +TIMESTAMP = 1703611190 +SHA256 (azure-keyvault-administration-4.4.0b2.tar.gz) = 8d0edefad78024c3a97b071fa5cf50daf923085e9d4379259f7237d911e66810 +SIZE (azure-keyvault-administration-4.4.0b2.tar.gz) = 98067 diff --git a/devel/py-azure-mgmt-compute/Makefile b/devel/py-azure-mgmt-compute/Makefile index 022342e23d5..dcc7b3cdaec 100644 --- a/devel/py-azure-mgmt-compute/Makefile +++ b/devel/py-azure-mgmt-compute/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-compute -PORTVERSION= 30.0.0 +PORTVERSION= 30.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_F ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python zip +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-azure-mgmt-compute/distinfo b/devel/py-azure-mgmt-compute/distinfo index b0329d1c827..ce31899528b 100644 --- a/devel/py-azure-mgmt-compute/distinfo +++ b/devel/py-azure-mgmt-compute/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202531 -SHA256 (azure-mgmt-compute-30.0.0.zip) = 7320fbafc392770b03ed02b68760185e6094552ed98d7fd5ea77210a5a513c78 -SIZE (azure-mgmt-compute-30.0.0.zip) = 5111915 +TIMESTAMP = 1703611103 +SHA256 (azure-mgmt-compute-30.3.0.tar.gz) = e529786340f862aa6a218a7ad6a5beb6b9fb55833c5caa0851cc3314d0493b63 +SIZE (azure-mgmt-compute-30.3.0.tar.gz) = 4728763 diff --git a/devel/py-azure-mgmt-containerservice/Makefile b/devel/py-azure-mgmt-containerservice/Makefile index 61f06f4a678..dbb629bf833 100644 --- a/devel/py-azure-mgmt-containerservice/Makefile +++ b/devel/py-azure-mgmt-containerservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-containerservice -PORTVERSION= 26.0.0 +PORTVERSION= 28.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-azure-mgmt-containerservice/distinfo b/devel/py-azure-mgmt-containerservice/distinfo index 15bfeae89cb..e0aa63ff373 100644 --- a/devel/py-azure-mgmt-containerservice/distinfo +++ b/devel/py-azure-mgmt-containerservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202481 -SHA256 (azure-mgmt-containerservice-26.0.0.tar.gz) = 069be74aa79ee70a1db4c5cfc68fe91c2064f18cb8c8f9c474ad7ae1df482ee3 -SIZE (azure-mgmt-containerservice-26.0.0.tar.gz) = 4889366 +TIMESTAMP = 1703611007 +SHA256 (azure-mgmt-containerservice-28.0.0.tar.gz) = b55605a44515f6fd0e3a4dc22bfa0f440f3e7e1625ebaf06ab3eb06bf35a6cdb +SIZE (azure-mgmt-containerservice-28.0.0.tar.gz) = 5737088 diff --git a/devel/py-azure-mgmt-cosmosdb/Makefile b/devel/py-azure-mgmt-cosmosdb/Makefile index 567ac3ca269..2d92b4a8e22 100644 --- a/devel/py-azure-mgmt-cosmosdb/Makefile +++ b/devel/py-azure-mgmt-cosmosdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-cosmosdb -DISTVERSION= 9.2.0 +DISTVERSION= 9.3.0 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= PYPI @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_F ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python zip +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-azure-mgmt-cosmosdb/distinfo b/devel/py-azure-mgmt-cosmosdb/distinfo index d2daa45ebff..d843737db0a 100644 --- a/devel/py-azure-mgmt-cosmosdb/distinfo +++ b/devel/py-azure-mgmt-cosmosdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688223780 -SHA256 (azure-mgmt-cosmosdb-9.2.0.zip) = 3c0681911efb1e8d9823923e9666b347ff2fc44656a5bbcce36ef246ed444f49 -SIZE (azure-mgmt-cosmosdb-9.2.0.zip) = 446934 +TIMESTAMP = 1703610971 +SHA256 (azure-mgmt-cosmosdb-9.3.0.tar.gz) = d360e2b14376fdab810e13e013d694bc4bd8c28414402e0d6060ff3d064e97f6 +SIZE (azure-mgmt-cosmosdb-9.3.0.tar.gz) = 272663 diff --git a/devel/py-azure-mgmt-iothub/Makefile b/devel/py-azure-mgmt-iothub/Makefile index 5edc71405a3..2fe47a93deb 100644 --- a/devel/py-azure-mgmt-iothub/Makefile +++ b/devel/py-azure-mgmt-iothub/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-iothub -PORTVERSION= 2.3.0 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python zip +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-azure-mgmt-iothub/distinfo b/devel/py-azure-mgmt-iothub/distinfo index fa33186fe61..1d9c8e63526 100644 --- a/devel/py-azure-mgmt-iothub/distinfo +++ b/devel/py-azure-mgmt-iothub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672431847 -SHA256 (azure-mgmt-iothub-2.3.0.zip) = 9a5fa4a23e76979a34b6801c9ec1adb30d2d1a73b917f2caab9ea8bf3766c7f0 -SIZE (azure-mgmt-iothub-2.3.0.zip) = 1086019 +TIMESTAMP = 1703610916 +SHA256 (azure-mgmt-iothub-3.0.0.tar.gz) = daf21fc98c68a353ec616318c0e62be04c8d6899960be8c2cbf991673ac8b722 +SIZE (azure-mgmt-iothub-3.0.0.tar.gz) = 887095 diff --git a/devel/py-azure-mgmt-keyvault/Makefile b/devel/py-azure-mgmt-keyvault/Makefile index db2c71270e7..6fef402420f 100644 --- a/devel/py-azure-mgmt-keyvault/Makefile +++ b/devel/py-azure-mgmt-keyvault/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-keyvault -DISTVERSION= 10.2.3 +DISTVERSION= 10.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_F ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python zip +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-azure-mgmt-keyvault/distinfo b/devel/py-azure-mgmt-keyvault/distinfo index 88f8ea9af5f..44c34cb58db 100644 --- a/devel/py-azure-mgmt-keyvault/distinfo +++ b/devel/py-azure-mgmt-keyvault/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202410 -SHA256 (azure-mgmt-keyvault-10.2.3.zip) = 24333a1744e832951e0652d42e2875ed32f309bacd771ac6adcab9a087ecc9b5 -SIZE (azure-mgmt-keyvault-10.2.3.zip) = 854770 +TIMESTAMP = 1703610860 +SHA256 (azure-mgmt-keyvault-10.3.0.tar.gz) = 183b4164cf1868b8ea7efeaa98edad7d2a4e14a9bd977c2818b12b75150cd2a2 +SIZE (azure-mgmt-keyvault-10.3.0.tar.gz) = 549109 diff --git a/devel/py-azure-mgmt-rdbms/Makefile b/devel/py-azure-mgmt-rdbms/Makefile index 2728c1794df..30699975740 100644 --- a/devel/py-azure-mgmt-rdbms/Makefile +++ b/devel/py-azure-mgmt-rdbms/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-rdbms -DISTVERSION= 10.2.0b10 +DISTVERSION= 10.2.0b12 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_F ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python zip +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-azure-mgmt-rdbms/distinfo b/devel/py-azure-mgmt-rdbms/distinfo index b58601a6fc4..6b90006d543 100644 --- a/devel/py-azure-mgmt-rdbms/distinfo +++ b/devel/py-azure-mgmt-rdbms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689983697 -SHA256 (azure-mgmt-rdbms-10.2.0b10.zip) = b0cf2865d86ffb958277846732d1260a2913066cc6b1aa7985e2b349b1db44f2 -SIZE (azure-mgmt-rdbms-10.2.0b10.zip) = 900243 +TIMESTAMP = 1703610678 +SHA256 (azure-mgmt-rdbms-10.2.0b12.tar.gz) = 59d4e6d18c4c5cd1c6712183dfc619d5898968c8df2c90bc38899779d7310de1 +SIZE (azure-mgmt-rdbms-10.2.0b12.tar.gz) = 476403 diff --git a/devel/py-azure-mgmt-redhatopenshift/Makefile b/devel/py-azure-mgmt-redhatopenshift/Makefile index d6ed323125d..100b7bfe2aa 100644 --- a/devel/py-azure-mgmt-redhatopenshift/Makefile +++ b/devel/py-azure-mgmt-redhatopenshift/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-redhatopenshift -DISTVERSION= 1.3.0 +DISTVERSION= 1.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-azure-mgmt-redhatopenshift/distinfo b/devel/py-azure-mgmt-redhatopenshift/distinfo index aa91a5d8a61..9d75cfdfc3e 100644 --- a/devel/py-azure-mgmt-redhatopenshift/distinfo +++ b/devel/py-azure-mgmt-redhatopenshift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202225 -SHA256 (azure-mgmt-redhatopenshift-1.3.0.tar.gz) = 2ce265754c967554a1a4df250fccc674579816229298e0e4dd634e3f57c97dcb -SIZE (azure-mgmt-redhatopenshift-1.3.0.tar.gz) = 165956 +TIMESTAMP = 1703610593 +SHA256 (azure-mgmt-redhatopenshift-1.4.0.tar.gz) = 04bd9ad8bd80c095afb3457e569486692f3ffc058ccb99baadd00f0c93dbac4a +SIZE (azure-mgmt-redhatopenshift-1.4.0.tar.gz) = 201649 diff --git a/devel/py-azure-mgmt-signalr/Makefile b/devel/py-azure-mgmt-signalr/Makefile index 9e2fdaa6959..3bc7442f9c2 100644 --- a/devel/py-azure-mgmt-signalr/Makefile +++ b/devel/py-azure-mgmt-signalr/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-signalr -DISTVERSION= 1.1.0 +DISTVERSION= 2.0.0b1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,11 @@ WWW= https://pypi.org/project/azure-mgmt-signalr/ LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python zip +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-azure-mgmt-signalr/distinfo b/devel/py-azure-mgmt-signalr/distinfo index 8d125c0047f..155dd67b2c4 100644 --- a/devel/py-azure-mgmt-signalr/distinfo +++ b/devel/py-azure-mgmt-signalr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662816201 -SHA256 (azure-mgmt-signalr-1.1.0.zip) = 9543480f23f95bef1a217ee66a77cca9a3b6209266ffed8ef81baff818781191 -SIZE (azure-mgmt-signalr-1.1.0.zip) = 96031 +TIMESTAMP = 1703610531 +SHA256 (azure-mgmt-signalr-2.0.0b1.tar.gz) = a0ad9c78112843b800786ea6c9efb1f073f3414f5b50d44f549b515b618be318 +SIZE (azure-mgmt-signalr-2.0.0b1.tar.gz) = 81723 diff --git a/devel/py-azure-mgmt-sql/Makefile b/devel/py-azure-mgmt-sql/Makefile index 0b52b74d773..7003de41ee1 100644 --- a/devel/py-azure-mgmt-sql/Makefile +++ b/devel/py-azure-mgmt-sql/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-sql -DISTVERSION= 4.0.0b12 +DISTVERSION= 4.0.0b13 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-azure-mgmt-sql/distinfo b/devel/py-azure-mgmt-sql/distinfo index 89f69e5324e..11562e5d873 100644 --- a/devel/py-azure-mgmt-sql/distinfo +++ b/devel/py-azure-mgmt-sql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202070 -SHA256 (azure-mgmt-sql-4.0.0b12.tar.gz) = 2c9c7d71db6aa681e5d693c6628768039d32f0d3f87ed6d7858ef3a21b023c7f -SIZE (azure-mgmt-sql-4.0.0b12.tar.gz) = 613332 +TIMESTAMP = 1703610464 +SHA256 (azure-mgmt-sql-4.0.0b13.tar.gz) = 27a4b1015d5c82529be388731dfe7e9b59746e97ea79cc291b7a707640b3defb +SIZE (azure-mgmt-sql-4.0.0b13.tar.gz) = 618913 diff --git a/devel/py-azure-mgmt-storage/Makefile b/devel/py-azure-mgmt-storage/Makefile index e421a631daa..b20d747297f 100644 --- a/devel/py-azure-mgmt-storage/Makefile +++ b/devel/py-azure-mgmt-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-storage -PORTVERSION= 21.0.0 +PORTVERSION= 21.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,11 @@ WWW= https://pypi.org/project/azure-mgmt-storage/ LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python zip +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-azure-mgmt-storage/distinfo b/devel/py-azure-mgmt-storage/distinfo index 289b353dbbd..a6ad0f0faa8 100644 --- a/devel/py-azure-mgmt-storage/distinfo +++ b/devel/py-azure-mgmt-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672430778 -SHA256 (azure-mgmt-storage-21.0.0.zip) = 6eb13eeecf89195b2b5f47be0679e3f27888efd7bd2132eec7ebcbce75cb1377 -SIZE (azure-mgmt-storage-21.0.0.zip) = 2849023 +TIMESTAMP = 1703609392 +SHA256 (azure-mgmt-storage-21.1.0.tar.gz) = d6d3c0e917c988bc9ed0472477d3ef3f90886009eb1d97a711944f8375630162 +SIZE (azure-mgmt-storage-21.1.0.tar.gz) = 1808445 diff --git a/devel/py-cfn-lint/Makefile b/devel/py-cfn-lint/Makefile index 50d60c2c068..e967808dd1d 100644 --- a/devel/py-cfn-lint/Makefile +++ b/devel/py-cfn-lint/Makefile @@ -1,5 +1,5 @@ PORTNAME= cfn-lint -DISTVERSION= 0.77.5 +DISTVERSION= 0.83.7 CATEGORIES= devel python textproc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,13 @@ WWW= https://pypi.org/project/cfn-lint/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aws-sam-translator>=1.65.0:devel/py-aws-sam-translator@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aws-sam-translator>=1.82.0:devel/py-aws-sam-translator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jschema-to-python>=1.2.3:devel/py-jschema-to-python@${PY_FLAVOR} \ ${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}regex>0:textproc/py-regex@${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} \ ${PYTHON_PKGNAMEPREFIX}yaml>5.4:devel/py-yaml@${PY_FLAVOR} diff --git a/devel/py-cfn-lint/distinfo b/devel/py-cfn-lint/distinfo index b35757149f6..0bab1ba79fb 100644 --- a/devel/py-cfn-lint/distinfo +++ b/devel/py-cfn-lint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683765977 -SHA256 (cfn-lint-0.77.5.tar.gz) = 4282d13ffe76a5dee6431b1f56e3641d87c28b1ef5be663afe7d8dbf13f28bdb -SIZE (cfn-lint-0.77.5.tar.gz) = 3513226 +TIMESTAMP = 1704478913 +SHA256 (cfn-lint-0.83.7.tar.gz) = a6456de27b4fa6927fc5505b1efacc7c6d03676be14b2add4803c73dd97692ae +SIZE (cfn-lint-0.83.7.tar.gz) = 3875386 diff --git a/devel/py-dbt-extractor/Makefile b/devel/py-dbt-extractor/Makefile index 0c3aed72e93..376acf992f8 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= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-frictionless/Makefile b/devel/py-frictionless/Makefile index 8a94c2e6ed4..54b71fa17f1 100644 --- a/devel/py-frictionless/Makefile +++ b/devel/py-frictionless/Makefile @@ -63,7 +63,7 @@ EXCEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl>=3.0:textproc/py-openpyxl@${P ${PYTHON_PKGNAMEPREFIX}tableschema-to-template>=0.0:textproc/py-tableschema-to-template@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>=1.2:textproc/py-xlrd@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlwt>=1.2:textproc/py-xlwt@${PY_FLAVOR} -GITHUB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygithub>=1.50:devel/py-pygithub@${PY_FLAVOR} +GITHUB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyGithub>=1.50:devel/py-PyGithub@${PY_FLAVOR} GSHEETS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygsheets>=2.0:www/py-pygsheets@${PY_FLAVOR} HTML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyquery>=1.4:devel/py-pyquery@${PY_FLAVOR} JSON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ijson>=3.0:devel/py-ijson@${PY_FLAVOR} \ diff --git a/devel/py-jellyfish/Makefile b/devel/py-jellyfish/Makefile index 5549baa8148..639d7b5bf91 100644 --- a/devel/py-jellyfish/Makefile +++ b/devel/py-jellyfish/Makefile @@ -1,6 +1,6 @@ PORTNAME= jellyfish PORTVERSION= 0.11.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-joblib/Makefile b/devel/py-joblib/Makefile index 834e4c30b4c..ccdeac14f7b 100644 --- a/devel/py-joblib/Makefile +++ b/devel/py-joblib/Makefile @@ -1,5 +1,6 @@ PORTNAME= joblib PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-joblib/files/patch-joblib_externals_loky_backend_context.py b/devel/py-joblib/files/patch-joblib_externals_loky_backend_context.py new file mode 100644 index 00000000000..217577a3629 --- /dev/null +++ b/devel/py-joblib/files/patch-joblib_externals_loky_backend_context.py @@ -0,0 +1,39 @@ +--- joblib/externals/loky/backend/context.py.orig 2023-06-29 15:14:21 UTC ++++ joblib/externals/loky/backend/context.py +@@ -245,6 +245,9 @@ def _count_physical_cores(): + return physical_cores_cache, exception + + # Not cached yet, find it ++ # Using subprocesses is inefficient, but python has no portable ++ # sysctl interface at this time ++ # FIXME: Add OpenBSD, Dragonfly + try: + if sys.platform == "linux": + cpu_info = subprocess.run( +@@ -269,6 +272,26 @@ def _count_physical_cores(): + elif sys.platform == "darwin": + cpu_info = subprocess.run( + "sysctl -n hw.physicalcpu".split(), ++ capture_output=True, ++ text=True, ++ ) ++ cpu_info = cpu_info.stdout ++ cpu_count_physical = int(cpu_info) ++ elif sys.platform.startswith('freebsd'): ++ cpu_info = subprocess.run( ++ "sysctl -n kern.smp.cores".split(), ++ capture_output=True, ++ text=True, ++ ) ++ cpu_info = cpu_info.stdout ++ cpu_count_physical = int(cpu_info) ++ elif sys.platform.startswith('netbsd'): ++ # FIXME: hw.ncpu reports the number of hyperthreads. ++ # We prefer independent cores to prevent oversubscription. ++ # NetBSD does not currently expose physical core counts, ++ # but this is under discussion in PR kern/57816. ++ cpu_info = subprocess.run( ++ "sysctl -n hw.ncpu".split(), + capture_output=True, + text=True, + ) diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile index 5041549cff8..18fde4a1a49 100644 --- a/devel/py-libcst/Makefile +++ b/devel/py-libcst/Makefile @@ -1,6 +1,6 @@ PORTNAME= libcst PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-lsprotocol/Makefile b/devel/py-lsprotocol/Makefile index 6591526b141..48096ab78e9 100644 --- a/devel/py-lsprotocol/Makefile +++ b/devel/py-lsprotocol/Makefile @@ -1,5 +1,5 @@ PORTNAME= lsprotocol -PORTVERSION= 2023.0.0 +PORTVERSION= 2023.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=21.3.0:devel/py-attrs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cattrs>0:devel/py-cattrs@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}cattrs>=23.2.1:devel/py-cattrs@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist concurrent diff --git a/devel/py-lsprotocol/distinfo b/devel/py-lsprotocol/distinfo index 20f67221a20..39b6801d32c 100644 --- a/devel/py-lsprotocol/distinfo +++ b/devel/py-lsprotocol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703309661 -SHA256 (lsprotocol-2023.0.0.tar.gz) = c9d92e12a3f4ed9317d3068226592860aab5357d93cf5b2451dc244eee8f35f2 -SIZE (lsprotocol-2023.0.0.tar.gz) = 69399 +TIMESTAMP = 1704877313 +SHA256 (lsprotocol-2023.0.1.tar.gz) = cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d +SIZE (lsprotocol-2023.0.1.tar.gz) = 69434 diff --git a/devel/py-orjson/Makefile b/devel/py-orjson/Makefile index 4ee491a6b86..586a56ec925 100644 --- a/devel/py-orjson/Makefile +++ b/devel/py-orjson/Makefile @@ -1,5 +1,6 @@ PORTNAME= orjson PORTVERSION= 3.9.10 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pycallgraph/Makefile b/devel/py-pycallgraph/Makefile index 884c5e0dc3f..6ebaf6229f4 100644 --- a/devel/py-pycallgraph/Makefile +++ b/devel/py-pycallgraph/Makefile @@ -1,5 +1,6 @@ PORTNAME= pycallgraph PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +16,9 @@ RUN_DEPENDS+= dot:graphics/graphviz USES= python USE_PYTHON= distutils autoplist concurrent -PLIST_FILES= man/man1/pycallgraph.1.gz +PLIST_FILES= share/man/man1/pycallgraph.1.gz post-install: - ${INSTALL_MAN} ${WRKSRC}/man/pycallgraph.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/pycallgraph.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/py-pycrdt/Makefile b/devel/py-pycrdt/Makefile index d76e52483cb..be521071aad 100644 --- a/devel/py-pycrdt/Makefile +++ b/devel/py-pycrdt/Makefile @@ -1,5 +1,6 @@ PORTNAME= pycrdt PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pydantic-core/Makefile b/devel/py-pydantic-core/Makefile index 4e86734948e..f330ad49b2e 100644 --- a/devel/py-pydantic-core/Makefile +++ b/devel/py-pydantic-core/Makefile @@ -1,5 +1,6 @@ PORTNAME= pydantic-core PORTVERSION= 2.14.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pygithub/Makefile b/devel/py-pygithub/Makefile deleted file mode 100644 index fe47a723461..00000000000 --- a/devel/py-pygithub/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= pygithub -PORTVERSION= 1.57 -CATEGORIES= devel www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyGithub-${PORTVERSION} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Python library implementing the full GitHub API v3 -WWW= https://github.com/jacquev6/PyGithub - -LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/COPYING.LESSER - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.14.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0:www/py-pyjwt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pynacl>=1.4.0:security/py-pynacl@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -.include diff --git a/devel/py-pygithub/distinfo b/devel/py-pygithub/distinfo deleted file mode 100644 index 19c559a5bcb..00000000000 --- a/devel/py-pygithub/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1672437004 -SHA256 (PyGithub-1.57.tar.gz) = c273f252b278fb81f1769505cc6921bdb6791e1cebd6ac850cc97dad13c31ff3 -SIZE (PyGithub-1.57.tar.gz) = 161671 diff --git a/devel/py-pytest-socket/Makefile b/devel/py-pytest-socket/Makefile new file mode 100644 index 00000000000..5291670aab7 --- /dev/null +++ b/devel/py-pytest-socket/Makefile @@ -0,0 +1,33 @@ +PORTNAME= pytest-socket +DISTVERSION= 0.6.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Pytest Plugin to disable socket calls during tests +WWW= https://github.com/miketheman/pytest-socket + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.5:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asynctest>=0.13.0:devel/py-asynctest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}coverage>=7.0:devel/py-coverage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-httpbin>=1.0:devel/py-pytest-httpbin@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-randomly>=3.5.0:devel/py-pytest-randomly@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=7.0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.26.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}starlette>=0.23.0:www/py-starlette@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist pytest + +NO_ARCH= yes + +# tests are broken because they use the pytest-httpbin package that is broken with last werkzeug versions for a very long time + +.include diff --git a/devel/py-pytest-socket/distinfo b/devel/py-pytest-socket/distinfo new file mode 100644 index 00000000000..f6e4cd5b5f3 --- /dev/null +++ b/devel/py-pytest-socket/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704478971 +SHA256 (pytest_socket-0.6.0.tar.gz) = 363c1d67228315d4fc7912f1aabfd570de29d0e3db6217d61db5728adacd7138 +SIZE (pytest_socket-0.6.0.tar.gz) = 12484 diff --git a/devel/py-pytest-socket/pkg-descr b/devel/py-pytest-socket/pkg-descr new file mode 100644 index 00000000000..e597870a223 --- /dev/null +++ b/devel/py-pytest-socket/pkg-descr @@ -0,0 +1,2 @@ +pytest-socket is a plugin to use with Pytest to disable or restrict socket calls +during tests to ensure network calls are prevented. diff --git a/devel/py-regress/Makefile b/devel/py-regress/Makefile index bb188c72559..c7314e6238b 100644 --- a/devel/py-regress/Makefile +++ b/devel/py-regress/Makefile @@ -1,6 +1,6 @@ PORTNAME= regress PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile index 74707553592..1bfaa2340d3 100644 --- a/devel/py-subversion/Makefile +++ b/devel/py-subversion/Makefile @@ -21,7 +21,10 @@ SVN_BUILD_BINDINGS= yes CATEGORIES+= python -CONFIGURE_ARGS+= --without-gnome-keyring \ +CONFIGURE_ARGS+= --with-swig-python=${PYTHON_CMD} \ + --without-swig-perl \ + --without-swig-ruby \ + --without-gnome-keyring \ --without-kwallet \ --with-apxs=no diff --git a/devel/py-types-jsonschema/Makefile b/devel/py-types-jsonschema/Makefile index b56a299e156..ef4510853a7 100644 --- a/devel/py-types-jsonschema/Makefile +++ b/devel/py-types-jsonschema/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-jsonschema -PORTVERSION= 4.20.0.0 +PORTVERSION= 4.20.0.20240105 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-jsonschema/distinfo b/devel/py-types-jsonschema/distinfo index 20f6209b94e..c501a2e9f29 100644 --- a/devel/py-types-jsonschema/distinfo +++ b/devel/py-types-jsonschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700330956 -SHA256 (types-jsonschema-4.20.0.0.tar.gz) = 0de1032d243f1d3dba8b745ad84efe8c1af71665a9deb1827636ac535dcb79c1 -SIZE (types-jsonschema-4.20.0.0.tar.gz) = 9544 +TIMESTAMP = 1704451919 +SHA256 (types-jsonschema-4.20.0.20240105.tar.gz) = 4a71af7e904498e7ad055149f6dc1eee04153b59a99ad7dd17aa3769c9bc5982 +SIZE (types-jsonschema-4.20.0.20240105.tar.gz) = 9579 diff --git a/devel/py-urwidtrees/Makefile b/devel/py-urwidtrees/Makefile index 3b5d185eda4..4cc680685b7 100644 --- a/devel/py-urwidtrees/Makefile +++ b/devel/py-urwidtrees/Makefile @@ -1,5 +1,5 @@ PORTNAME= urwidtrees -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-urwidtrees/distinfo b/devel/py-urwidtrees/distinfo index 0b5c917fb97..8ec8e75f7d3 100644 --- a/devel/py-urwidtrees/distinfo +++ b/devel/py-urwidtrees/distinfo @@ -1,2 +1,3 @@ -SHA256 (pazz-urwidtrees-1.0.2_GH0.tar.gz) = 703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034 -SIZE (pazz-urwidtrees-1.0.2_GH0.tar.gz) = 36082 +TIMESTAMP = 1704522121 +SHA256 (pazz-urwidtrees-1.0.3_GH0.tar.gz) = 6e4178eac8c69237011449e5225a7b7f369b5052a0964a5b6e413fcdc1502b3a +SIZE (pazz-urwidtrees-1.0.3_GH0.tar.gz) = 292930 diff --git a/devel/py-watchfiles/Makefile b/devel/py-watchfiles/Makefile index 67605c80ce4..0871696ebc4 100644 --- a/devel/py-watchfiles/Makefile +++ b/devel/py-watchfiles/Makefile @@ -1,6 +1,6 @@ PORTNAME= watchfiles PORTVERSION= 0.21.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-y-py/Makefile b/devel/py-y-py/Makefile index e7ff5817146..5c22d67f339 100644 --- a/devel/py-y-py/Makefile +++ b/devel/py-y-py/Makefile @@ -1,6 +1,6 @@ PORTNAME= y-py PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/pycharm-ce/Makefile b/devel/pycharm-ce/Makefile index b9ab6d36f33..9abb3571da3 100644 --- a/devel/pycharm-ce/Makefile +++ b/devel/pycharm-ce/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycharm-ce -DISTVERSION= 2023.2.5 +DISTVERSION= 2023.3.2 CATEGORIES= devel java python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ @@ -11,18 +11,18 @@ WWW= https://www.jetbrains.com/pycharm/ LICENSE= APACHE20 +BUILD_DEPENDS= jna>0:devel/jna RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ - intellij-pty4j>0:java/intellij-pty4j + jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \ + jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite USES= python:run shebangfix USE_JAVA= yes JAVA_VERSION= 17+ -SHEBANG_FILES= bin/restart.py \ - plugins/python-ce/helpers/pycodestyle.py \ - plugins/python-ce/helpers/pycodestyle-2.10.0.py +SHEBANG_FILES= plugins/python-ce/helpers/pycodestyle.py \ + plugins/python-ce/helpers/pycodestyle-2.10.0.py \ + plugins/python-ce/helpers/typeshed/scripts/sync_tensorflow_protobuf_stubs.sh - -NO_ARCH= yes NO_BUILD= yes .include "${.CURDIR}/../../java/intellij/common.mk" @@ -32,15 +32,14 @@ SUB_LIST+= IDEA_HOME=${IDEA_HOME} # Remove non-native binaries post-extract: - @${RM} ${WRKSRC}/bin/*fsnotifier* ${WRKSRC}/bin/*.so ${WRKSRC}/bin/repair + @${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/intellij-pty4j - @${RM} -r ${WRKSRC}/lib/pty4j-native - @${RM} ${WRKSRC}/lib/pty4j-0.5.jar + @${RM} -r ${WRKSRC}/lib/pty4j # Remove bundled linux-only JRE @${RM} -r ${WRKSRC}/jbr # TODO: Remove and enable fsnotifier when devel/libinotify is fixed @@ -54,5 +53,16 @@ do-install: cd "${WRKSRC}" && ${FIND} . | ${CPIO} -pdum -R root:wheel ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} +# Install FreeBSD native lib provided by devel/jna + @${MKDIR} ${WRKDIR}/jna + @(cd ${WRKDIR}/jna && ${JAR} xf ${JAVAJARDIR}/jna.jar com/sun/jna/freebsd-x86-64/libjnidispatch.so) + ${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64 + ${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/amd64/ +# Use pty4j replacement provided by devel/jetbrains-pty4j + ${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64 + ${LN} -sf ../../../../../jetbrains/pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so +# Use sqlite replacement provided by devel/jetbrains-sqlite + ${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64 + ${LN} -sf ../../../../jetbrains/sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so .include diff --git a/devel/pycharm-ce/distinfo b/devel/pycharm-ce/distinfo index 6672fc1f506..6cea87d09a4 100644 --- a/devel/pycharm-ce/distinfo +++ b/devel/pycharm-ce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700602584 -SHA256 (pycharm-community-2023.2.5.tar.gz) = 3a35e0b2245e6ecad5dc05b0fc81cf36cb4f5fe0bc987c8559e04c808de9d072 -SIZE (pycharm-community-2023.2.5.tar.gz) = 588548535 +TIMESTAMP = 1704229387 +SHA256 (pycharm-community-2023.3.2.tar.gz) = 1a4a95648c68890f2f9eb41cbb9eb041dcd08388c75a91298dfbe73f83a858c8 +SIZE (pycharm-community-2023.3.2.tar.gz) = 610736516 diff --git a/devel/pycharm-ce/pkg-plist b/devel/pycharm-ce/pkg-plist index 932a1dce2d4..56f1ecd06e1 100644 --- a/devel/pycharm-ce/pkg-plist +++ b/devel/pycharm-ce/pkg-plist @@ -5,20 +5,21 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/bin/format.sh %%DATADIR%%/bin/idea.properties %%DATADIR%%/bin/inspect.sh +%%DATADIR%%/bin/jetbrains_client.sh +%%DATADIR%%/bin/jetbrains_client64.vmoptions %%DATADIR%%/bin/ltedit.sh %%DATADIR%%/bin/pycharm.png %%DATADIR%%/bin/pycharm.sh %%DATADIR%%/bin/pycharm.svg %%DATADIR%%/bin/pycharm64.vmoptions -%%DATADIR%%/bin/restart.py %%DATADIR%%/build.txt %%DATADIR%%/help/ReferenceCard.pdf %%DATADIR%%/help/ReferenceCardForMac.pdf -%%DATADIR%%/lib/annotations-java5.jar +%%DATADIR%%/lib/annotations.jar %%DATADIR%%/lib/app-client.jar %%DATADIR%%/lib/app.jar %%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-PC-232.10227.11 +%%DATADIR%%/lib/build-marker-PC-233.13135.95 %%DATADIR%%/lib/byte-buddy-agent.jar %%DATADIR%%/lib/cds/classesLogAgent.jar %%DATADIR%%/lib/error-prone-annotations.jar @@ -27,17 +28,19 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/forms_rt.jar %%DATADIR%%/lib/groovy.jar %%DATADIR%%/lib/grpc.jar -%%DATADIR%%/lib/intellij-coverage-agent-1.0.723.jar +%%DATADIR%%/lib/intellij-coverage-agent-1.0.738.jar %%DATADIR%%/lib/intellij-test-discovery.jar -%%DATADIR%%/lib/jetbrains-annotations.jar +%%DATADIR%%/lib/jna/amd64/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar %%DATADIR%%/lib/jsch-agent.jar %%DATADIR%%/lib/junit4.jar %%DATADIR%%/lib/lib-client.jar %%DATADIR%%/lib/lib.jar %%DATADIR%%/lib/modules.jar +%%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so %%DATADIR%%/lib/platform-loader.jar %%DATADIR%%/lib/protobuf.jar +%%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so %%DATADIR%%/lib/rd.jar %%DATADIR%%/lib/src/pycharm-openapi-src.zip %%DATADIR%%/lib/stats.jar @@ -53,6 +56,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/license/third-party-libraries.html %%DATADIR%%/license/third-party-libraries.json %%DATADIR%%/license/yourkit-license-redist.txt +%%DATADIR%%/modules/module-descriptors.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 @@ -60,14 +64,19 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar %%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar %%DATADIR%%/plugins/copyright/lib/copyright.jar -%%DATADIR%%/plugins/cwm-plugin-projector/lib/cwm-plugin-projector.jar -%%DATADIR%%/plugins/cwm-plugin-projector/lib/projector/projector.jar %%DATADIR%%/plugins/cwm-plugin/jre-build.txt %%DATADIR%%/plugins/cwm-plugin/lib/bouncy-castle-pgp.jar +%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest-markdown.jar +%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest-notebooks.jar +%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest-terminal.jar +%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest.jar +%%DATADIR%%/plugins/cwm-plugin/lib/client/platform-ssh.jar +%%DATADIR%%/plugins/cwm-plugin/lib/client/rd-client.jar %%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-terminal.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-unattended-common.jar @@ -76,10 +85,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/cwm-plugin/lib/jitsi-utils.jar %%DATADIR%%/plugins/cwm-plugin/lib/jnaerator-runtime.jar %%DATADIR%%/plugins/cwm-plugin/lib/jstun.jar -%%DATADIR%%/plugins/cwm-plugin/lib/kotlinx-serialization-protobuf.jar -%%DATADIR%%/plugins/cwm-plugin/lib/projector-client-common.jar -%%DATADIR%%/plugins/cwm-plugin/lib/projector-client-swing.jar %%DATADIR%%/plugins/cwm-plugin/lib/quiche-jna-stubs.jar +%%DATADIR%%/plugins/cwm-plugin/lib/rd.jar %%DATADIR%%/plugins/cwm-plugin/lib/tls-channel.jar %%DATADIR%%/plugins/dev/lib/dev.jar %%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar @@ -102,8 +109,8 @@ share/applications/pycharm-ce.desktop %%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-543ae9f0af82-5265d50d312f.ijx -%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-543ae9f0af82-5265d50d312f.txt +%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-50da183f06c8-d3b881c8e49f.ijx +%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-50da183f06c8-d3b881c8e49f.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 @@ -956,6 +963,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_312.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd @@ -986,6 +994,12 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_ipython_console_output.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.c +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_amd64.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.pyx +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_wrapper.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_referrers.py @@ -1064,6 +1078,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookpyglet.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt4.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt5.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt6.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhooktk.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookwx.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/matplotlibtools.py @@ -1343,27 +1358,34 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/tools/versions.xml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.editorconfig %%DATADIR%%/plugins/python-ce/helpers/typeshed/.flake8 +%%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitattributes %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/daily.yml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/meta_tests.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer_comment.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubsabot.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_stdlib.yml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_third_party.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/typecheck_typeshed_code.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitignore %%DATADIR%%/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/extensions.json +%%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/settings.default.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/LICENSE %%DATADIR%%/plugins/python-ce/helpers/typeshed/MAINTAINERS.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/README.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json +%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.scripts_and_tests.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh +%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/runtests.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_tensorflow_protobuf_stubs.sh %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi @@ -1415,7 +1437,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_winreg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/aifc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/antigravity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/argparse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/array.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ast.pyi @@ -1469,34 +1490,15 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/difflib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dircache.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/bcppcompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/ccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_dumb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_msi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_packager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_rpm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_wininst.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_clib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/clean.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_data.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/register.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/sdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/core.pyi @@ -1533,7 +1535,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/header.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/iterators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/application.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/audio.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/base.pyi @@ -1581,8 +1582,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/itertools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/keyword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/driver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/grammar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/literals.pyi @@ -1653,7 +1652,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/py_compile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyclbr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/topics.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/errors.pyi @@ -1736,7 +1734,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/webbrowser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/whichdb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/winsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/handlers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/headers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/simple_server.pyi @@ -1756,7 +1753,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementInclude.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementPath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/cElementTree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/__init__.pyi @@ -1789,6 +1785,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_heapq.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_imp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_json.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_locale.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_markupbase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_msi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_operator.pyi @@ -2025,7 +2022,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/machinery.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/_meta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/inspect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/io.pyi @@ -2037,6 +2035,62 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/tool.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/keyword.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/btm_matcher.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixer_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_apply.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_asserts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_basestring.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_buffer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_dict.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_except.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_execfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_filter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_funcattrs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_future.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_getcwdu.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_has_key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_idioms.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_import.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_intern.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_isinstance.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools_imports.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_long.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_map.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_metaclass.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_methodattrs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ne.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_next.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_nonzero.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_numliterals.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_operator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_paren.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_print.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raise.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raw_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reduce.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reload.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_renames.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_repr.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_set_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_standarderror.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_sys_exc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_throw.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_types.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_unicode.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_urllib.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ws_comma.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xrange.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xreadlines.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_zip.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/driver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/grammar.pyi @@ -2165,7 +2219,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sunau.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symbol.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symtable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/_monitoring.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sysconfig.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/syslog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tabnanny.pyi @@ -2268,42 +2323,47 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_float_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pil_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_gpu_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_gpu_capture_output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/d3dshot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/display.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/d3d.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/dxgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/shcore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/user32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__version__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/classic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/sphinx.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/_types.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/classes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exif_log.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/heic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/jpeg.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/exif.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/apple.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/canon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/casio.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/fujifilm.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/nikon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/olympus.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/decorator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/extension.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/flask_migrate/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/model.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/namespace.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/test_client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/jack/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt @@ -2339,6 +2399,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/treeprocessors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/test_cases/check_tk_compat.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi @@ -2350,7 +2411,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ExifTags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsStubImagePlugin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FontFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi @@ -2412,6 +2473,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PyAccess.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/QoiImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi @@ -2429,9 +2491,9 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_binary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_imaging.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt @@ -2452,6 +2514,9 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/err.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/times.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/pyscreeze/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/__init__.pyi @@ -2472,7 +2537,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/scanner.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/serializer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/tokens.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/requirements-stubtest.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/__init__.pyi @@ -2525,7 +2589,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/information_schema.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/mxodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/provision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pymssql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pyodbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/__init__.pyi @@ -2542,7 +2605,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqlconnector.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqldb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/oursql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/provision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pymysql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pyodbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reflection.pyi @@ -2551,7 +2613,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/cx_oracle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/provision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/array.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/asyncpg.pyi @@ -2561,7 +2622,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/hstore.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pg8000.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/provision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2cffi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pygresql.pyi @@ -2572,7 +2632,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/dml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/provision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlcipher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlite.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/__init__.pyi @@ -2599,11 +2658,9 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/attr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/legacy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/registry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/associationproxy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/base.pyi @@ -2623,7 +2680,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/indexable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/instrumentation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mutable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/apply.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/decl_class.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/infer.pyi @@ -2634,7 +2690,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/serializer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/engine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/orm/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/inspection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/log.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/__init__.pyi @@ -2709,9 +2764,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/entities.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/exclusions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/fixtures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/mock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/pickleable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/bootstrap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/plugin_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/pytestplugin.pyi @@ -2734,12 +2787,60 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/langhelpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/queue.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/topological.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_choices.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_filters.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_validators.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_widgets.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/session.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/choices.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/datetime.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/form.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/list.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/numeric.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/simple.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/form.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/i18n.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/meta.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/acceptparse.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/byterange.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cachecontrol.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cookies.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/datetime_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/dec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/descriptors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/etag.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/exc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/headers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/multidict.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/static.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/base.pyi @@ -2751,14 +2852,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/binary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/annoy/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/annoy/annoy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/annoy/annoy/annoylib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/appdirs/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/appdirs/appdirs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/atomicwrites/atomicwrites/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi @@ -2813,33 +2906,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/dates.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/languages.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/lists.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localedata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/_unix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/localtime/_win32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/catalog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/checkers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/extract.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/frontend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/jslexer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/mofile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/plurals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/messages/pofile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/plural.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/support.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/units.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/babel/babel/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/ssl_match_hostname/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi @@ -2858,6 +2924,38 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/html5lib_shim.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/linkifier.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/sanitizer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/cacheutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/debugutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/deprutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/dictutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/easterutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ecoutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/excutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/fileutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/formatutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/funcutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/gcutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ioutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/iterutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/jsonutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/listutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mathutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mboxutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/namedutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/pathutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/queueutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/setutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/socketutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/statsutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/strutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tableutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tbutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/timeutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/typeutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/urlutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/__init__.pyi @@ -3067,9 +3165,10 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/url.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/vcal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/certifi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/requests.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/_cffi_backend.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/__init__.pyi @@ -3088,30 +3187,19 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/enums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langbulgarianmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langcyrillicmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langgreekmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langhebrewmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langhungarianmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langthaimodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/langturkishmodel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/universaldetector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/metadata.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/renderer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/tokenizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/click_default_group.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansi.pyi @@ -3134,63 +3222,34 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/renderer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/rst.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/contextvars/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/contextvars/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/contextvars/contextvars.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/console_menu.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_borders.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_margins.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_padding.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_style.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/command_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/external_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/function_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/selection_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/submenu_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_component.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_formatter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/multiselect_menu.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/prompt_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/screen.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/selection_menu.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/regex.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/url.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/croniter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/fernet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/backends/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/backends/interfaces.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/binding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dsa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed25519.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed448.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/padding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/rsa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x25519.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x448.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/aead.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/algorithms.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/modes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/cmac.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/constant_time.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hashes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hmac.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/concatkdf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/hkdf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/kbkdf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/pbkdf2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/scrypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/x963kdf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/keywrap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/padding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/poly1305.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs12.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs7.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/hotp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/totp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cryptography/cryptography/x509/oid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/__init__.pyi @@ -3200,6 +3259,10 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/conf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/fasttext.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/langdetect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/language_mapping.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/languages_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date.pyi @@ -3224,8 +3287,11 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/decorator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dj-database-url/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dj-database-url/dj_database_url.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/parser.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/docopt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/@tests/stubtest_allowlist.txt @@ -3271,14 +3337,10 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pseudoxml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/s5_html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/xetex.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance/bycython.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/emoji/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/unicode_codes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/emoji/emoji/unicode_codes/data_dict.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/entrypoints.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/METADATA.toml @@ -3309,25 +3371,33 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/_fonttools_shims.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/actions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/annotations.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/deprecation.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/drawing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/encryption.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/enums.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fonts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fpdf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/graphics_state.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/image_parsing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/line_break.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/linearization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/outline.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/output.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/prefs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/recorder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/sign.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/structure_tree.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/svg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/syntax.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/table.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/freezegun/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/freezegun/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/events.pyi @@ -3336,12 +3406,16 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/unwinder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/xmethod.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/test_cases/check_greenlet.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/_greenlet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_ihatexml.pyi @@ -3384,7 +3458,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/iri2uri.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/socks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/requirements-stubtest.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/__init__.pyi @@ -3402,6 +3475,420 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/testing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/usage.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/ibm_db.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/api_client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/rest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/api_client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/rest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/authorizations_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/bucket_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_csv_parser.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_table.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/invokable_scripts_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/labels_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/logging_handler.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/organizations_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/tasks_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/users_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils_pandas.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/helpers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/multiprocessing_helper.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/warnings.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/dataframe_serializer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/point.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/retry.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/configuration.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/add_resource_member_request_body.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response_errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/array_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ast_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_post_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorizations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis_scale.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bad_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/band_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/binary_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/block.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/boolean_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_metadata_manifest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_retention_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_shard_mapping.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/buckets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_aggregate_function_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config_aggregate_window.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_functions_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_tags_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builtin_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/call_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_with_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_discriminator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_status_level.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_data_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_semantic_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/conditional_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/config.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/constant_variable_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_cell.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_dashboard_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/custom_check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_color.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_with_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboards.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/date_time_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbr_ps.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_create.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_get.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/deadman_check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/decimal_places.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/delete_predicate_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dialect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_item.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/field.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/file.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/float_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestion.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/function_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/gauge_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/greater_threshold.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/health_check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/heatmap_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/histogram_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/identifier.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/import_declaration.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/index_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/integer_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/is_onboarding.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_create_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_mapping.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/labels_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/language_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/legacy_authorization_post_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/lesser_threshold.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_plus_single_stat_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_length_error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/list_stacks_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/log_event.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logical_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/map_variable_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/markdown_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_column.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_create_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_list.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_assignment.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/metadata_backup.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/model_property.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/mosaic_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/node.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_discriminator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoints.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_discriminator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/object_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/option_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organizations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package_clause.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/paren_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/password_reset_body.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_bucket_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_dashboard_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_organization_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_retention_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request_additional_resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission_resource.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_bucket_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_organization_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_restore_kv_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_stack_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/property_key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_edit_mode.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties_values.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/range_threshold.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ready.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/regexp_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_creation_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connections.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/renamable_field.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_creation_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replications.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_member.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owner.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owners.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/restored_bucket_mappings.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/retention_policy_manifest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/return_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_external.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_system.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/rule_status_level.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_manually.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/runs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scatter_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/schema_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_responses.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_create_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_invocation_params.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_language.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scripts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_group_manifest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_manifest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_owner.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/simple_table_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/single_stat_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/sources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_associations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_events.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/static_legend.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/status_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/string_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/subscription_manifest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties_table_options.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tag_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_create_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_status_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_update_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tasks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request_plugins.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugins.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request_metadata.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegrafs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_remotes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_template.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_chart.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_org_ids.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resource_filters.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name_resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_kind.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_label_mappings.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_endpoints.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_telegraf_configs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables_new_old.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_buckets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_dashboards.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_label_mappings.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_notification_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_status_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tag_rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tasks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_variables.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/test_statement.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unary_expression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unsigned_integer_literal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/users.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_assignment.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variables.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_links.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/write_precision.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_geom.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_view_properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/extras.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/rest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/_base_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/authorizations_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/backup_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/bucket_schemas_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/buckets_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/cells_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/checks_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/config_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dashboards_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dbr_ps_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/delete_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/health_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/invokable_scripts_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/labels_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/legacy_authorizations_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/metrics_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_endpoints_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_rules_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/organizations_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ping_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/query_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ready_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/remote_connections_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/replications_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/resources_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/restore_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/routes_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/rules_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/scraper_targets_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/secrets_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/setup_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signin_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signout_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/sources_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/tasks_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegraf_plugins_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegrafs_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/templates_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/users_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/variables_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/views_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/write_service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/inifile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/invoke/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/invoke/@tests/test_cases/check_task.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/invoke/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/invoke/invoke/collection.pyi @@ -3433,19 +3920,21 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/lexer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/visitor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_keywords.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_keywords.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_types.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/cli.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_canonical_names.pyi @@ -3453,7 +3942,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_keyboard_event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_mouse_event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/mouse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/__init__.pyi @@ -3565,9 +4053,17 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/tls_backport.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/uri.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sass.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/builder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/distutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/wsgi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/backports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/mock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/METADATA.toml @@ -3588,6 +4084,28 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/cursors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/release.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/times.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/cli.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/contrib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/contrib/subnet_splitter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/eui/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/eui/ieee.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/fbsocket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/glob.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/iana.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/nmap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/rfc1924.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/sets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui48.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui64.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv4.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv6.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/__init__.pyi @@ -3655,6 +4173,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/signals.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/uri_validate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/test_cases/check_base_descriptors.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/test_cases/check_nested_descriptors.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/_constants.pyi @@ -3662,6 +4182,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/_writer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/cell.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/read_only.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/rich_text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/_3d.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/__init__.pyi @@ -3748,6 +4269,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/translate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/custom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/extended.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/interface.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/manifest.pyi @@ -3820,6 +4342,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/drawing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/filters.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/formula.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/header_footer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/hyperlink.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/merge.pyi @@ -3827,6 +4350,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/page.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/pagebreak.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/picture.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/print_settings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/protection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/related.pyi @@ -3839,6 +4363,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/excel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/theme.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/_functions_overloads.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/functions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/@tests/stubtest_allowlist.txt @@ -3869,13 +4394,28 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/span.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tracer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/matcher.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/packettypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/publish.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/reasoncodes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribeoptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_winapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/agent.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_handler.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_strategy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ber.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/buffered_pipe.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/channel.pyi @@ -3901,7 +4441,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pkey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/primes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/proxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/py3compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/rsakey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp.pyi @@ -3926,6 +4465,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/nodes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/apache.pyi @@ -3988,37 +4528,99 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/md4.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/pbkdf2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/win32.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/store.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/peewee.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/pep8ext_naming.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/ANSI.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/FSM.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/expect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/fdpexpect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/popen_spawn.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/pty_spawn.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/pxssh.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/replwrap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/run.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/screen.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/spawnbase.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/asyncio_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/base_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/blocking_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/gevent_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/select_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/tornado_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/twisted_connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/connection_workflow.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/io_services_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/nbio_interface.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/selector_ioloop_adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/amqp_object.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/callback.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/channel.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/credentials.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/data.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/delivery_mode.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/diagnostic_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/exchange_type.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/frame.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/heartbeat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/spec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/tcp_socket_opts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/playsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/pluggy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/pluggy/_hooks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/pluggy/_manager.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/pluggy/_result.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pluggy/pluggy/_tracing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/polib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/prettytable/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/prettytable/prettytable/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/prettytable/prettytable/colortable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/prettytable/prettytable/prettytable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psaix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psbsd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pslinux.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psosx.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psposix.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pssunos.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_linux.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_osx.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_posix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_windows.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pswindows.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/test_cases/check_connect.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/test_cases/check_extensions.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_ipaddress.pyi @@ -4044,10 +4646,48 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/generator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/decoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/encoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/eoo.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/decoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/encoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/decoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/encoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/decoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/encoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/streaming.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/integer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/octets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/debug.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/char.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/constraint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/namedtype.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/namedval.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/opentype.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/tag.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/tagmap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/univ.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/useful.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/pyaudio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/coco.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/cocoeval.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/mask.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/pycurl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/METADATA.toml @@ -4060,12 +4700,15 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/build_main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/datastruct.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/splash.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/analysis.pyi @@ -4078,9 +4721,20 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/win32.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/win32/versioninfo.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/pyi_splash/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/bks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/jks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/rfc2898.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/rfc7292.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/sun_crypto.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_info.pyi @@ -4091,13 +4745,56 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_win32.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/__main__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/rfc2217.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/rs485.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialcli.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialjava.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialposix.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialwin32.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/threaded/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/hexlify_codec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_common.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_linux.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_osx.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_posix.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_windows.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/miniterm.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_alt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_cp2110.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_hwgrep.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_loop.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_rfc2217.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_socket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_spy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/win32.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/helpers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/pytest_lazyfixture.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/cronlog.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontab.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontabs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/helpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_relativedelta.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/_common.pyi @@ -4110,6 +4807,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/_common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/tz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/rebuild.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/gflags.pyi @@ -4130,13 +4829,84 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jws.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/nmap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__version__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/slugify.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/special.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/X.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/XK.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xatom.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xcursorfont.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/_typing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/display.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/composite.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/damage.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/dpms.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/ge.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/nvcontrol.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/randr.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/record.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/res.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/screensaver.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/security.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/shape.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xfixes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xinerama.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xinput.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xtest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/apl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/arabic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/cyrillic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/greek.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/hebrew.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/katakana.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/korean.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin1.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin3.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin4.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/miscellany.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/publishing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/special.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/technical.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/thai.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xf86.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xk3270.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xkb.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/display.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/event.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/request.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/rq.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/structs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/rdb.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/connect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/lock.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/unix_connect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/vms_connect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/threaded.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xauth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/colormap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/cursor.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/drawable.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/fontable.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/icccm.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/resource.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/__init__.pyi @@ -4156,13 +4926,283 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/fault.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyvmomi/pyVmomi/vmodl/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/@tests/stubtest_allowlist_win32.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/_win32typing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/afxres.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/commctrl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/dde.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/isapicon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/simple.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/threaded_extension.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/mmapfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/mmsystem.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/ntsecuritycon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/odbc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/perfmon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythoncom.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/dde.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/win32ui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/win32uiole.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pywintypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/regutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/servicemanager.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/sspicon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/timer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win2kras.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/_wincerapi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/afxres.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/commctrl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/mmsystem.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/ntsecuritycon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/pywintypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/regutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/sspicon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win2kras.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32con.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32cryptcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32evtlogutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32gui_struct.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32inetcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32netcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32pdhquery.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32serviceutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32timezone.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winerror.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winioctlcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winnt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winperf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winxptheme.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/mmapfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/odbc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/perfmon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/servicemanager.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/timer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32clipboard.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32console.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32cred.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32crypt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32event.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32evtlog.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32file.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32gui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32help.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32inet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32job.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32lz.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32net.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32pdh.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32pipe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32print.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32process.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32profile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32ras.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32security.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32trace.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32transaction.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32ts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32wnet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/winxpgui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32clipboard.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/adsi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/adsicon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/authorization/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/authorization/authorization.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axcontrol/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axcontrol/axcontrol.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/adb.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/axdebug.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/codecontainer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/contexts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/debugger.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/documents.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/expressions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/gateways.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/stackframe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/asputil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/axscript.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/axsite.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/bits.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/build.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/dynamic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/gencache.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/directsound.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifilter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifiltercon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/inetcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/internet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/_exchdapi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/emsabtags.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/exchange.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapitags.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapiutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/olectl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/propsys.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/pscon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/connect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/dispatcher.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/exception.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/policy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shell.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shellcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/storagecon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/taskscheduler/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/taskscheduler/taskscheduler.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/universal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/adsi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/adsicon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/authorization/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/authorization/authorization.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axcontrol/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axcontrol/axcontrol.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/adb.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/axdebug.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/codecontainer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/contexts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/debugger.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/documents.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/expressions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/gateways.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/stackframe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/asputil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/axscript.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/pyscript.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/axsite.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/bits.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/directsound.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/ifilter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/ifiltercon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/inetcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/internet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/_exchdapi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/emsabtags.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/exchange.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapitags.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapiutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/propsys.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/pscon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/shell.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/shellcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/taskscheduler/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/taskscheduler/taskscheduler.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32con.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32console.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32cred.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32crypt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32cryptcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32event.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32evtlog.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32evtlogutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32file.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32gui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32gui_struct.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32help.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32inet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32inetcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32job.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32lz.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32net.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32netcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pdh.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pdhquery.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pipe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32print.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32process.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32profile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ras.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32security.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32service.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32serviceutil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32timezone.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32trace.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32transaction.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32uiole.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32wnet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winerror.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winioctlcon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winnt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winperf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winxpgui.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winxptheme.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/LUT.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/console_scripts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/pil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/pure.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styledpil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/colormasks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/pil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/svg.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/svg.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/main.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/release.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/cluster.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/lock.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/retry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/sentinel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/utils.pyi @@ -4201,6 +5241,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/crc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/credentials.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/lock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/ocsp.pyi @@ -4209,11 +5250,28 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/test_cases/check_finditer.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex_core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/regex.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/douban.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/ebay.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/facebook.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/fitbit.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/instagram.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/mailchimp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/plentymarkets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/slack.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/weibo.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth1_auth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth1_session.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth2_auth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/test_cases/check_post.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/METADATA.toml @@ -4222,6 +5280,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/adapters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/auth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/certs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/cookies.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/exceptions.pyi @@ -4237,78 +5296,72 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/build.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/common_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/data_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/debug_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/error_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/query_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/raw_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/sc2api_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/score_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/spatial_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/ui_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist_linux.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_protocols.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/py31compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendor/packaging/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendor/packaging/markers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendor/packaging/requirements.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendor/packaging/specifiers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendor/packaging/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_deprecation_warning.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/bcppcompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/ccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_dumb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_msi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/clean.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_headers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/py37compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/sdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/cygwinccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/debug.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dep_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dir_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/fancy_getopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/file_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/filelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/msvccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/spawn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/text_file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/unixccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/build_meta.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/alias.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_egg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_rpm.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_clib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_py.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/develop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/dist_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/easy_install.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/editable_wheel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/egg_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_egg_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/py36compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/rotate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/saveopts.pyi @@ -4317,9 +5370,13 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/test.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload_docs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/expand.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/pyprojecttoml.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/setupcfg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/dep_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/depends.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/discovery.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/dist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/extension.pyi @@ -4327,13 +5384,16 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/glob.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/installer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/launch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/logging.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/monkey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/msvc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/namespaces.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/package_index.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/py312compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/sandbox.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/unicode_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/warnings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/wheel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/windows_support.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/@tests/stubtest_allowlist.txt @@ -4344,7 +5404,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/raw_json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/scanner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/singledispatch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/@tests/stubtest_allowlist.txt @@ -4470,6 +5529,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/mandate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/order.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payment_intent.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payment_link.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payment_method.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/payout.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/person.pyi @@ -4493,6 +5553,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/search_result_object.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_attempt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_intent.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/shipping_rate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/scheduled_query_run.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sku.pyi @@ -4508,6 +5569,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/connection_token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/location.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/terminal/reader.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/test_helpers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/test_helpers/test_clock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/three_d_secure.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/topup.pyi @@ -4528,9 +5591,120 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/webhook.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/termcolor/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/termcolor/termcolor.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/_aliases.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/xla_data_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_parser_configuration_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/feature_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/allocation_description_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/api_def_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/attr_value_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/cost_graph_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_metadata_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_options_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/device_attributes_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/full_type_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/function_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_transfer_info_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/kernel_def_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/log_memory_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/model_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/node_def_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/op_def_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/reader_base_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/resource_handle_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/step_stats_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/summary_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_description_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_shape_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_slice_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/types_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/variable_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/versions_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/bfc_memory_map_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/cluster_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/composite_tensor_variant_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/control_flow_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/coordination_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/core_platform_payloads_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/data_service_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_event_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_filters_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_properties_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/distributed_runtime_payloads_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/error_codes_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/fingerprint_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/graph_debug_info_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/meta_graph_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/named_tensor_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/queue_runner_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/remote_tensor_handle_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/rewriter_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_model_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_object_graph_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saver_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/service_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/snapshot_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/struct_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensor_bundle_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensorflow_server_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/compilation_result_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/dynamic_padding_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/optimization_parameters_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/topology_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/tpu_embedding_configuration_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/trackable_object_graph_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/transport_options_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/verifier_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/event_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/memmapped_file_system_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/saved_tensor_slice_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/test_log_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/experimental.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/dtypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/experimental/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/feature_column/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/initializers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/gfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/activations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/constraints.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/initializers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/layers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/losses.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/metrics.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/legacy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/schedules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/regularizers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/math.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/feature_column_v2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/sequence_feature_column.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/projector_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/saved_metadata_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/versions_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/autotrackable.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/sparse.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/error_codes_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/histogram_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/decoder.pyi @@ -4539,7 +5713,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/tz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toposort/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toposort/toposort.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/@tests/requirements-stubtest.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/__init__.pyi @@ -4573,7 +5746,12 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/tk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/translationstring/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi @@ -4588,44 +5766,24 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_widget.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_style.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_tk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/typed-ast/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/ast27.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/ast3.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/typed-ast/typed_ast/conversions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tzlocal/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tzlocal/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tzlocal/tzlocal/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tzlocal/tzlocal/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tzlocal/tzlocal/windows_tz.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/uwsgi.ini +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/uwsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/uwsgidecorators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ujson/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ujson/ujson.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/_collections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connectionpool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/socks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/fields.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/filepost.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/_implementation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/poolmanager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/retry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/ssl_.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/timeout.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/url.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/untangle/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/untangle/untangle.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/usersettings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/__init__.pyi @@ -4638,6 +5796,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/vcard.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/win32tz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/adjustments.pyi @@ -4660,12 +5820,163 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/patch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/snippets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/algeria.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/angola.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/benin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/ivory_coast.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/kenya.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/madagascar.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/mozambique.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/nigeria.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/sao_tome.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/south_africa.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/tunisia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/argentina.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/barbados.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/brazil.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/canada.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/chile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/colombia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/el_salvador.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/mexico.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/panama.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/paraguay.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/china.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/hong_kong.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/israel.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/japan.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/kazakhstan.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/malaysia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/philippines.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/qatar.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/singapore.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/south_korea.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/taiwan.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/astronomy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/austria.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/belarus.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/belgium.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/bulgaria.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/cayman_islands.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/croatia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/cyprus.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/czech_republic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/denmark.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/estonia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/european_central_bank.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/finland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/france.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/georgia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/germany.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/greece.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/guernsey.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/hungary.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/iceland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/ireland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/italy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/latvia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/lithuania.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/luxembourg.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/malta.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/monaco.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/netherlands.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/norway.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/poland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/portugal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/romania.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/russia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/autumn_holiday.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/fair_holiday.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/spring_holiday.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/victoria_day.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/serbia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/slovakia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/slovenia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/spain.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/sweden.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/switzerland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/turkey.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/ukraine.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/united_kingdom.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/australia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/marshall_islands.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/new_zealand.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/precomputed_astronomy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/registry.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/registry_tools.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/skyfield_astronomy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/alabama.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/alaska.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/american_samoa.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/arizona.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/arkansas.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/california.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/colorado.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/connecticut.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/delaware.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/district_columbia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/florida.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/georgia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/guam.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/hawaii.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/idaho.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/illinois.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/indiana.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/iowa.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/kansas.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/kentucky.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/louisiana.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/maine.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/maryland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/massachusetts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/michigan.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/minnesota.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/mississippi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/missouri.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/montana.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/nebraska.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/nevada.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_hampshire.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_jersey.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_mexico.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_york.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/north_carolina.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/north_dakota.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/ohio.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/oklahoma.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/oregon.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/pennsylvania.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/rhode_island.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/south_carolina.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/south_dakota.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/tennessee.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/texas.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/utah.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/vermont.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/virginia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/washington.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/west_virginia.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wisconsin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wyoming.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/xmltodict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xxhash/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xxhash/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xxhash/xxhash/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xxhash/xxhash/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/zstd.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/adjacency_graphs.pyi @@ -4677,20 +5988,35 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/README.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_coroutines.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_gather.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_task.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_dict-py39.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_dict.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_exception_group-py311.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_iteration.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_list.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_object.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_pow.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_round.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_sum.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_tuple.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_codecs.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_contextlib.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_dataclasses.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_enum.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_functools.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_logging.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_pathlib.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_re.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_tempfile.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_threading.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_tkinter.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_unittest.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_xml.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/collections/check_defaultdict-py39.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_MutableMapping.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_all.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_pattern.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_io.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_regression_issue_9296.py %%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 @@ -4705,15 +6031,17 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/space/lib/space.jar %%DATADIR%%/plugins/tasks/lib/tasks-core.jar %%DATADIR%%/plugins/terminal/lib/terminal.jar -%%DATADIR%%/plugins/terminal/pwsh/pwsh.ps1 +%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash +%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-preexec.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash %%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish %%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish %%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1 -%%DATADIR%%/plugins/terminal/zsh/.zshenv -%%DATADIR%%/plugins/terminal/zsh/hooks.zsh +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/.zshenv +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support.zsh +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh %%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/bat/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json @@ -4721,6 +6049,11 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/bicep/package.json +%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.codeblock.json +%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.tmlanguage +%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/language-configuration.json +%%DATADIR%%/plugins/textmate/lib/bundles/bicepparam/package.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/clojure/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json @@ -4870,6 +6203,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONL.tmLanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/snippets.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md %%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json diff --git a/devel/pylyzer/Makefile b/devel/pylyzer/Makefile index 524e738ec82..2106c80bbad 100644 --- a/devel/pylyzer/Makefile +++ b/devel/pylyzer/Makefile @@ -1,6 +1,7 @@ PORTNAME= pylyzer DISTVERSIONPREFIX= v DISTVERSION= 0.0.51 +PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org diff --git a/devel/qca/Makefile b/devel/qca/Makefile index 475d6016bef..732c2539e35 100644 --- a/devel/qca/Makefile +++ b/devel/qca/Makefile @@ -1,5 +1,5 @@ PORTNAME= qca -DISTVERSION= 2.3.7 +DISTVERSION= 2.3.8 CATEGORIES= devel MASTER_SITES= KDE/stable/qca/${PORTVERSION} PKGNAMESUFFIX= -${FLAVOR} diff --git a/devel/qca/distinfo b/devel/qca/distinfo index 7923be498d6..cff572a9f35 100644 --- a/devel/qca/distinfo +++ b/devel/qca/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691726541 -SHA256 (qca-2.3.7.tar.xz) = fee2343b54687d5be3e30fb33ce296ee50ac7ae5e23d7ab725f63ffdf7af3f43 -SIZE (qca-2.3.7.tar.xz) = 745880 +TIMESTAMP = 1704852871 +SHA256 (qca-2.3.8.tar.xz) = 48759ca86a0202461d908ba66134380cc3bb7d20fed3c031b9fc0289796a8264 +SIZE (qca-2.3.8.tar.xz) = 761340 diff --git a/devel/qt5-designer/Makefile b/devel/qt5-designer/Makefile index cb8a9886e93..c367bbe0800 100644 --- a/devel/qt5-designer/Makefile +++ b/devel/qt5-designer/Makefile @@ -1,5 +1,6 @@ PORTNAME= designer PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- @@ -21,13 +22,6 @@ INSTALL_WRKSRC= ${WRKSRC}/src/${PORTNAME} QT_BINARIES= yes -OPTIONS_DEFINE= WEBKIT -OPTIONS_SUB= yes -WEBKIT_DESC= Build WebKit-based WebView widget -WEBKIT_QMAKE_ON= CONFIG+=use_webkit -WEBKIT_USES= qt-dist:5,tools -WEBKIT_USE= QT=webkit - post-patch: # uiplugin is built in x11-toolkits/qt5-uiplugin. # uitools is built in devel/qt5-uitools. diff --git a/devel/qt5-designer/pkg-plist b/devel/qt5-designer/pkg-plist index 223fd2507cf..9ff67d62dcd 100644 --- a/devel/qt5-designer/pkg-plist +++ b/devel/qt5-designer/pkg-plist @@ -180,7 +180,6 @@ %%QT_CMAKEDIR%%/Qt5Designer/Qt5Designer_QQuickWidgetPlugin.cmake %%QT_CMAKEDIR%%/Qt5DesignerComponents/Qt5DesignerComponentsConfig.cmake %%QT_CMAKEDIR%%/Qt5DesignerComponents/Qt5DesignerComponentsConfigVersion.cmake -%%WEBKIT%%%%QT_CMAKEDIR%%/Qt5Designer/Qt5Designer_QWebViewPlugin.cmake %%QT_BINDIR%%/designer %%DEBUG%%%%QT_BINDIR%%/designer.debug %%QT_LIBDIR%%/libQt5Designer.prl @@ -200,7 +199,5 @@ %%QT_MKSPECDIR%%/modules/qt_lib_designercomponents_private.pri %%QT_PLUGINDIR%%/designer/libqquickwidget.so %%DEBUG%%%%QT_PLUGINDIR%%/designer/libqquickwidget.so.debug -%%WEBKIT%%%%QT_PLUGINDIR%%/designer/libqwebview.so -%%WEBKIT%%%%DEBUG%%%%QT_PLUGINDIR%%/designer/libqwebview.so.debug libdata/pkgconfig/Qt5Designer.pc share/pixmaps/designer-qt5.png diff --git a/devel/qt6-base/Makefile b/devel/qt6-base/Makefile index a13c3131b27..6b55a7b9f2b 100644 --- a/devel/qt6-base/Makefile +++ b/devel/qt6-base/Makefile @@ -1,6 +1,6 @@ PORTNAME= base DISTVERSION= ${QT6_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= qt6- diff --git a/devel/qt6-base/files/patch-security-rollup b/devel/qt6-base/files/patch-security-rollup new file mode 100644 index 00000000000..e1b537aa5e1 --- /dev/null +++ b/devel/qt6-base/files/patch-security-rollup @@ -0,0 +1,145 @@ +From 13c16b756900fe524f6d9534e8a07aa003c05e0c Mon Sep 17 00:00:00 2001 +From: Marc Mutz +Date: Tue, 12 Dec 2023 20:51:56 +0100 +Subject: [PATCH] HPack: fix a Yoda Condition + +Putting the variable on the LHS of a relational operation makes the +expression easier to read. In this case, we find that the whole +expression is nonsensical as an overflow protection, because if +name.size() + value.size() overflows, the result will exactly _not_ +be > max() - 32, because UB will have happened. + +To be fixed in a follow-up commit. + +As a drive-by, add parentheses around the RHS. + +Pick-to: 6.5 6.2 5.15 +Change-Id: I35ce598884c37c51b74756b3bd2734b9aad63c09 +Reviewed-by: Allan Sandfeld Jensen +(cherry picked from commit 658607a34ead214fbacbc2cca44915655c318ea9) +Reviewed-by: Qt Cherry-pick Bot +(cherry picked from commit 4f7efd41740107f90960116700e3134f5e433867) +--- + src/network/access/http2/hpacktable.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/network/access/http2/hpacktable.cpp b/src/network/access/http2/hpacktable.cpp +index 74a09a207ff..c8c5d098c80 100644 +--- src/network/access/http2/hpacktable.cpp.orig ++++ src/network/access/http2/hpacktable.cpp +@@ -27,7 +27,7 @@ HeaderSize entry_size(QByteArrayView name, QByteArrayView value) + // 32 octets of overhead." + + const unsigned sum = unsigned(name.size() + value.size()); +- if (std::numeric_limits::max() - 32 < sum) ++ if (sum > (std::numeric_limits::max() - 32)) + return HeaderSize(); + return HeaderSize(true, quint32(sum + 32)); + } +From 811b9eef6d08d929af8708adbf2a5effb0eb62d7 Mon Sep 17 00:00:00 2001 +From: Marc Mutz +Date: Tue, 12 Dec 2023 22:08:07 +0100 +Subject: [PATCH] HPack: fix incorrect integer overflow check + +This code never worked: + +For the comparison with max() - 32 to trigger, on 32-bit platforms (or +Qt 5) signed interger overflow would have had to happen in the +addition of the two sizes. The compiler can therefore remove the +overflow check as dead code. + +On Qt 6 and 64-bit platforms, the signed integer addition would be +very unlikely to overflow, but the following truncation to uint32 +would yield the correct result only in a narrow 32-value window just +below UINT_MAX, if even that. + +Fix by using the proper tool, qAddOverflow. + +Pick-to: 6.5 6.2 5.15 +Change-Id: I7599f2e75ff7f488077b0c60b81022591005661c +Reviewed-by: Allan Sandfeld Jensen +(cherry picked from commit ee5da1f2eaf8932aeca02ffea6e4c618585e29e3) +Reviewed-by: Qt Cherry-pick Bot +(cherry picked from commit debeb8878da2dc706ead04b6072ecbe7e5313860) +Reviewed-by: Thiago Macieira +Reviewed-by: Marc Mutz +--- + src/network/access/http2/hpacktable.cpp | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/src/network/access/http2/hpacktable.cpp b/src/network/access/http2/hpacktable.cpp +index c8c5d098c80..2c728b37e3b 100644 +--- src/network/access/http2/hpacktable.cpp.orig ++++ src/network/access/http2/hpacktable.cpp +@@ -26,7 +26,9 @@ HeaderSize entry_size(QByteArrayView name, QByteArrayView value) + // for counting the number of references to the name and value would have + // 32 octets of overhead." + +- const unsigned sum = unsigned(name.size() + value.size()); ++ size_t sum; ++ if (qAddOverflow(size_t(name.size()), size_t(value.size()), &sum)) ++ return HeaderSize(); + if (sum > (std::numeric_limits::max() - 32)) + return HeaderSize(); + return HeaderSize(true, quint32(sum + 32)); +From 2e50fbc30a61d69cc2caf6fbd8aca29aa6b8db86 Mon Sep 17 00:00:00 2001 +From: Marc Mutz +Date: Tue, 19 Dec 2023 14:22:37 +0100 +Subject: [PATCH] Http2: fix potential overflow in assemble_hpack_block() +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +The function is given a vector of Http2::Frame's and flattens it into +a vector. While each Frame can contain a maximum of 16GiB of +data (24-bit size field), one "only" needs 257 of them to overflow the +quint32 variable's range. + +So make sure any overflow does not go undetected. + +Keep the limited uint32_t range for now, as we don't know whether all +consumers of the result can deal with more than 4GiB of data. + +Since all these frames must be in memory, this cannot overflow in +practice on 32-bit machines. + +Pick-to: 6.5 6.2 5.15 +Change-Id: Iafaa7d1c870cba9100e75065db11d95934f86213 +Reviewed-by: Mårten Nordheim +(cherry picked from commit 1e6bb61af3ae29755f93b92f157df026f934ae61) +Reviewed-by: Qt Cherry-pick Bot +(cherry picked from commit af8a9874c32c6b1af8998be9487170b6269dbe1f) +--- + src/network/access/qhttp2protocolhandler.cpp | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) + +diff --git a/src/network/access/qhttp2protocolhandler.cpp b/src/network/access/qhttp2protocolhandler.cpp +index 88963f89687..707ef8de54e 100644 +--- src/network/access/qhttp2protocolhandler.cpp.orig ++++ src/network/access/qhttp2protocolhandler.cpp +@@ -10,10 +10,12 @@ + #include + + #include ++ + #include + #include + #include + #include ++#include + #include + + #include +@@ -90,8 +92,10 @@ std::vector assemble_hpack_block(const std::vector &frames) + std::vector hpackBlock; + + quint32 total = 0; +- for (const auto &frame : frames) +- total += frame.hpackBlockSize(); ++ for (const auto &frame : frames) { ++ if (qAddOverflow(total, frame.hpackBlockSize(), &total)) ++ return hpackBlock; ++ } + + if (!total) + return hpackBlock; diff --git a/devel/rebar3/Makefile b/devel/rebar3/Makefile index fb75e5e0e75..135bda3baca 100644 --- a/devel/rebar3/Makefile +++ b/devel/rebar3/Makefile @@ -1,6 +1,6 @@ PORTNAME= rebar3 PORTVERSION= 3.22.1 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES+= https://repo.hex.pm/tarballs/:hex @@ -26,7 +26,7 @@ GH_ACCOUNT= erlang NO_ARCH= yes PLIST_FILES= bin/${PORTNAME} \ - man/man1/rebar3.1.gz + share/man/man1/rebar3.1.gz PORTEXAMPLES= rebar.config.sample BASH_PLIST_FILES= share/bash-completion/completions/rebar3 @@ -37,7 +37,7 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/manpages/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/manpages/*.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-BASH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile index b7ec897663c..0a26a981871 100644 --- a/devel/ruby-subversion/Makefile +++ b/devel/ruby-subversion/Makefile @@ -15,7 +15,10 @@ SVN_BUILD_BINDINGS= yes CATEGORIES+= ruby -CONFIGURE_ARGS+= --without-gnome-keyring \ +CONFIGURE_ARGS+= --with-swig-ruby=${RUBY} \ + --without-swig-perl \ + --without-swig-python \ + --without-gnome-keyring \ --without-kwallet \ --with-apxs=no diff --git a/devel/rubygem-gitlab-experiment/Makefile b/devel/rubygem-gitlab-experiment/Makefile index 4179bcb5182..cc859bc4e4c 100644 --- a/devel/rubygem-gitlab-experiment/Makefile +++ b/devel/rubygem-gitlab-experiment/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-experiment -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-gitlab-experiment/distinfo b/devel/rubygem-gitlab-experiment/distinfo index 0e83f9fae17..9ce576bbe9b 100644 --- a/devel/rubygem-gitlab-experiment/distinfo +++ b/devel/rubygem-gitlab-experiment/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695539469 -SHA256 (rubygem/gitlab-experiment-0.8.0.gem) = b4e2f73e0af19cdd899a745f5a846c1318d44054e068a8f4ac887f6b1017d3f9 -SIZE (rubygem/gitlab-experiment-0.8.0.gem) = 34304 +TIMESTAMP = 1703588783 +SHA256 (rubygem/gitlab-experiment-0.9.1.gem) = f230ee742154805a755d5f2539dc44d93cdff08c5bbbb7656018d61f93d01f48 +SIZE (rubygem/gitlab-experiment-0.9.1.gem) = 34816 diff --git a/devel/rubygem-gitlab-sdk/Makefile b/devel/rubygem-gitlab-sdk/Makefile index 429a05dcde6..b9d0a635ba1 100644 --- a/devel/rubygem-gitlab-sdk/Makefile +++ b/devel/rubygem-gitlab-sdk/Makefile @@ -1,5 +1,6 @@ PORTNAME= gitlab-sdk PORTVERSION= 0.2.5 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -17,4 +18,9 @@ USES= gem NO_ARCH= yes +# problem is reported upstream: +# https://gitlab.com/gitlab-org/analytics-section/product-analytics/gl-application-sdk-rb/-/issues/5 +post-extract: + ${CHMOD} -R o-w ${WRKSRC} + .include diff --git a/devel/rubygem-prometheus-client-mmap/Makefile b/devel/rubygem-prometheus-client-mmap/Makefile index 0e9bb128997..a0f0ff21923 100644 --- a/devel/rubygem-prometheus-client-mmap/Makefile +++ b/devel/rubygem-prometheus-client-mmap/Makefile @@ -1,5 +1,6 @@ PORTNAME= prometheus-client-mmap -DISTVERSION= 0.28.1 +PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,20 +12,30 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-rb_sys>=0.9<1:lang/rubygem-rb_sys -USES= gem -# needs to be migrated to rust -#USES= cargo gem -#GEMFILES= ${GEM_NAME}${EXTRACT_SUFX} -#CARGO_CARGOTOML= ${WRKSRC}/ext/fast_mmaped_file_rs/Cargo.toml -#CARGO_CARGOLOCK= ${WRKSRC}/ext/fast_mmaped_file_rs/Cargo.lock +USES= cargo gem gmake llvm:build -# Generate with: make cargo-crates -# 85dd +# Required to be able to build the rust library the gem uses +GEMFILES:= ${DISTNAME}.gem +DISTFILES+= ${DISTNAME}.gem +GEMS_SKIP_SUBDIR= 1 +CARGO_VENDOR_DIR= ${WRKSRC}/ext/fast_mmaped_file_rs/cargo-crates +CARGO_CARGOTOML= ${WRKSRC}/ext/fast_mmaped_file_rs/Cargo.toml +CARGO_CARGOLOCK= ${WRKSRC}/ext/fast_mmaped_file_rs/Cargo.lock +CARGO_BUILD= no +CARGO_INSTALL= no +GEM_ENV+= MAKE=gmake + +# update the crates file with: make cargo-crates > Makefile.crates + +# The port installs files writeable +# Is reported upstream: https://gitlab.com/gitlab-org/ruby/gems/prometheus-client-mmap/-/issues/60 +post-extract: + ${CHMOD} -R o-w ${WRKSRC} .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) -CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types" +RUBYGEM_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types" .endif .include diff --git a/devel/rubygem-prometheus-client-mmap/Makefile.crates b/devel/rubygem-prometheus-client-mmap/Makefile.crates new file mode 100644 index 00000000000..97515e68243 --- /dev/null +++ b/devel/rubygem-prometheus-client-mmap/Makefile.crates @@ -0,0 +1,85 @@ +CARGO_CRATES= ahash-0.8.3 \ + aho-corasick-0.7.20 \ + autocfg-1.1.0 \ + bindgen-0.62.0 \ + bitflags-1.3.2 \ + bitflags-2.3.3 \ + block-buffer-0.10.4 \ + bstr-1.6.0 \ + cc-1.0.79 \ + cexpr-0.6.0 \ + cfg-if-1.0.0 \ + clang-sys-1.6.1 \ + cpufeatures-0.2.6 \ + crypto-common-0.1.6 \ + digest-0.10.7 \ + errno-0.3.2 \ + errno-dragonfly-0.1.2 \ + fastrand-2.0.0 \ + generic-array-0.14.7 \ + getrandom-0.2.8 \ + glob-0.3.1 \ + hashbrown-0.13.2 \ + indoc-2.0.3 \ + itoa-1.0.6 \ + lazy_static-1.4.0 \ + lazycell-1.3.0 \ + libc-0.2.147 \ + libloading-0.7.4 \ + linux-raw-sys-0.4.3 \ + magnus-0.6.0 \ + magnus-macros-0.6.0 \ + memchr-2.5.0 \ + memmap2-0.5.10 \ + memoffset-0.6.5 \ + minimal-lexical-0.2.1 \ + nix-0.25.1 \ + nom-7.1.3 \ + once_cell-1.17.1 \ + peeking_take_while-0.1.2 \ + pin-utils-0.1.0 \ + ppv-lite86-0.2.17 \ + proc-macro2-1.0.56 \ + quote-1.0.26 \ + rand-0.8.5 \ + rand_chacha-0.3.1 \ + rand_core-0.6.4 \ + rb-sys-0.9.79 \ + rb-sys-build-0.9.79 \ + rb-sys-env-0.1.2 \ + redox_syscall-0.3.5 \ + regex-1.7.3 \ + regex-automata-0.3.4 \ + regex-syntax-0.6.29 \ + rustc-hash-1.1.0 \ + rustix-0.38.4 \ + ryu-1.0.13 \ + seq-macro-0.3.3 \ + serde-1.0.164 \ + serde_derive-1.0.164 \ + serde_json-1.0.99 \ + sha2-0.10.7 \ + shell-words-1.1.0 \ + shlex-1.1.0 \ + smallvec-1.11.0 \ + syn-1.0.109 \ + syn-2.0.13 \ + tempfile-3.7.0 \ + thiserror-1.0.40 \ + thiserror-impl-1.0.40 \ + typenum-1.16.0 \ + unicode-ident-1.0.8 \ + version_check-0.9.4 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-sys-0.48.0 \ + windows-targets-0.48.0 \ + windows_aarch64_gnullvm-0.48.0 \ + windows_aarch64_msvc-0.48.0 \ + windows_i686_gnu-0.48.0 \ + windows_i686_msvc-0.48.0 \ + windows_x86_64_gnu-0.48.0 \ + windows_x86_64_gnullvm-0.48.0 \ + windows_x86_64_msvc-0.48.0 diff --git a/devel/rubygem-prometheus-client-mmap/distinfo b/devel/rubygem-prometheus-client-mmap/distinfo index cba76509a56..dbd7ac8c7cd 100644 --- a/devel/rubygem-prometheus-client-mmap/distinfo +++ b/devel/rubygem-prometheus-client-mmap/distinfo @@ -1,3 +1,173 @@ -TIMESTAMP = 1698068485 -SHA256 (rubygem/prometheus-client-mmap-0.28.1.gem) = 92fb3989a16927fb0cacfcb3ebc6c8ea5e4abf82e4aef22ab62c3c4b8f17e52a -SIZE (rubygem/prometheus-client-mmap-0.28.1.gem) = 90624 +TIMESTAMP = 1704799854 +SHA256 (prometheus-client-mmap-1.0.2.gem) = f88ef1d375f24b651970bef567101a53edcedd1f5c21922c0c0b3fbec623def5 +SIZE (prometheus-client-mmap-1.0.2.gem) = 58368 +SHA256 (rust/crates/ahash-0.8.3.crate) = 2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f +SIZE (rust/crates/ahash-0.8.3.crate) = 42416 +SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac +SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440 +SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa +SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 +SHA256 (rust/crates/bindgen-0.62.0.crate) = c6720a8b7b2d39dd533285ed438d458f65b31b5c257e6ac7bb3d7e82844dd722 +SIZE (rust/crates/bindgen-0.62.0.crate) = 201308 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bitflags-2.3.3.crate) = 630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42 +SIZE (rust/crates/bitflags-2.3.3.crate) = 34320 +SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 +SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 +SHA256 (rust/crates/bstr-1.6.0.crate) = 6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05 +SIZE (rust/crates/bstr-1.6.0.crate) = 385877 +SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f +SIZE (rust/crates/cc-1.0.79.crate) = 62624 +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/clang-sys-1.6.1.crate) = c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f +SIZE (rust/crates/clang-sys-1.6.1.crate) = 41346 +SHA256 (rust/crates/cpufeatures-0.2.6.crate) = 280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181 +SIZE (rust/crates/cpufeatures-0.2.6.crate) = 11467 +SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 +SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (rust/crates/errno-0.3.2.crate) = 6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f +SIZE (rust/crates/errno-0.3.2.crate) = 10424 +SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf +SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 +SHA256 (rust/crates/fastrand-2.0.0.crate) = 6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764 +SIZE (rust/crates/fastrand-2.0.0.crate) = 14402 +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.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31 +SIZE (rust/crates/getrandom-0.2.8.crate) = 30553 +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 +SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 +SHA256 (rust/crates/indoc-2.0.3.crate) = 2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4 +SIZE (rust/crates/indoc-2.0.3.crate) = 14305 +SHA256 (rust/crates/itoa-1.0.6.crate) = 453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6 +SIZE (rust/crates/itoa-1.0.6.crate) = 10410 +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.147.crate) = b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3 +SIZE (rust/crates/libc-0.2.147.crate) = 686772 +SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f +SIZE (rust/crates/libloading-0.7.4.crate) = 27580 +SHA256 (rust/crates/linux-raw-sys-0.4.3.crate) = 09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0 +SIZE (rust/crates/linux-raw-sys-0.4.3.crate) = 1116245 +SHA256 (rust/crates/magnus-0.6.0.crate) = 68e9585bfe236e88e6b10b6d8eb5349bd0e0009f3f9dff8d2e99a82601b33743 +SIZE (rust/crates/magnus-0.6.0.crate) = 170784 +SHA256 (rust/crates/magnus-macros-0.6.0.crate) = 5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3 +SIZE (rust/crates/magnus-macros-0.6.0.crate) = 6642 +SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d +SIZE (rust/crates/memchr-2.5.0.crate) = 65812 +SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 +SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 +SHA256 (rust/crates/memoffset-0.6.5.crate) = 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce +SIZE (rust/crates/memoffset-0.6.5.crate) = 7686 +SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 +SHA256 (rust/crates/nix-0.25.1.crate) = f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4 +SIZE (rust/crates/nix-0.25.1.crate) = 272312 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 +SIZE (rust/crates/once_cell-1.17.1.crate) = 32856 +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/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +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.56.crate) = 2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435 +SIZE (rust/crates/proc-macro2-1.0.56.crate) = 44454 +SHA256 (rust/crates/quote-1.0.26.crate) = 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc +SIZE (rust/crates/quote-1.0.26.crate) = 28397 +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/rb-sys-0.9.79.crate) = 939fb78db3e4f26665c1d4c7b91ca66d3578335a19aba552d4a6445811d07072 +SIZE (rust/crates/rb-sys-0.9.79.crate) = 16359 +SHA256 (rust/crates/rb-sys-build-0.9.79.crate) = 335a95eb0420d52fa94ef12019df3c2c250c6b19cbb3c60bd05cb7e9c362072c +SIZE (rust/crates/rb-sys-build-0.9.79.crate) = 16560 +SHA256 (rust/crates/rb-sys-env-0.1.2.crate) = a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb +SIZE (rust/crates/rb-sys-env-0.1.2.crate) = 9203 +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.7.3.crate) = 8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d +SIZE (rust/crates/regex-1.7.3.crate) = 239886 +SHA256 (rust/crates/regex-automata-0.3.4.crate) = b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294 +SIZE (rust/crates/regex-automata-0.3.4.crate) = 604400 +SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 +SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 +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.4.crate) = 0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5 +SIZE (rust/crates/rustix-0.38.4.crate) = 323637 +SHA256 (rust/crates/ryu-1.0.13.crate) = f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041 +SIZE (rust/crates/ryu-1.0.13.crate) = 46823 +SHA256 (rust/crates/seq-macro-0.3.3.crate) = e6b44e8fc93a14e66336d230954dda83d18b4605ccace8fe09bc7514a71ad0bc +SIZE (rust/crates/seq-macro-0.3.3.crate) = 13337 +SHA256 (rust/crates/serde-1.0.164.crate) = 9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d +SIZE (rust/crates/serde-1.0.164.crate) = 77057 +SHA256 (rust/crates/serde_derive-1.0.164.crate) = d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68 +SIZE (rust/crates/serde_derive-1.0.164.crate) = 54789 +SHA256 (rust/crates/serde_json-1.0.99.crate) = 46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3 +SIZE (rust/crates/serde_json-1.0.99.crate) = 145102 +SHA256 (rust/crates/sha2-0.10.7.crate) = 479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8 +SIZE (rust/crates/sha2-0.10.7.crate) = 22541 +SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde +SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 +SHA256 (rust/crates/shlex-1.1.0.crate) = 43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3 +SIZE (rust/crates/shlex-1.1.0.crate) = 5199 +SHA256 (rust/crates/smallvec-1.11.0.crate) = 62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9 +SIZE (rust/crates/smallvec-1.11.0.crate) = 34680 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.13.crate) = 4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec +SIZE (rust/crates/syn-2.0.13.crate) = 240619 +SHA256 (rust/crates/tempfile-3.7.0.crate) = 5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998 +SIZE (rust/crates/tempfile-3.7.0.crate) = 31754 +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/typenum-1.16.0.crate) = 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba +SIZE (rust/crates/typenum-1.16.0.crate) = 42477 +SHA256 (rust/crates/unicode-ident-1.0.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4 +SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962 +SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f +SIZE (rust/crates/version_check-0.9.4.crate) = 14895 +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/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-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-targets-0.48.0.crate) = 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5 +SIZE (rust/crates/windows-targets-0.48.0.crate) = 7466 +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_msvc-0.48.0.crate) = b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3 +SIZE (rust/crates/windows_aarch64_msvc-0.48.0.crate) = 671479 +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_msvc-0.48.0.crate) = 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00 +SIZE (rust/crates/windows_i686_msvc-0.48.0.crate) = 730056 +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_gnullvm-0.48.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953 +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a +SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 diff --git a/devel/rubygem-re2/Makefile b/devel/rubygem-re2/Makefile index 3d16f0478f1..7d7fc90aa16 100644 --- a/devel/rubygem-re2/Makefile +++ b/devel/rubygem-re2/Makefile @@ -1,5 +1,5 @@ PORTNAME= re2 -PORTVERSION= 2.3.0 +PORTVERSION= 2.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-re2/distinfo b/devel/rubygem-re2/distinfo index 9318432cc76..54f2f7a66cf 100644 --- a/devel/rubygem-re2/distinfo +++ b/devel/rubygem-re2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700423914 -SHA256 (rubygem/re2-2.3.0.gem) = 15021a0e80f3b8934d6709c3ae410570c187625d46e24d4d8d472d5ef400a274 -SIZE (rubygem/re2-2.3.0.gem) = 2583040 +TIMESTAMP = 1704182094 +SHA256 (rubygem/re2-2.5.0.gem) = 42bbf4292ef80aef54070d0904d3a7ccbb5f907dcf9006914a8b2ce6ea8b0646 +SIZE (rubygem/re2-2.5.0.gem) = 2587648 diff --git a/devel/rubygem-ruby-macho/Makefile b/devel/rubygem-ruby-macho/Makefile index 396ba26be0a..e0c37900165 100644 --- a/devel/rubygem-ruby-macho/Makefile +++ b/devel/rubygem-ruby-macho/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-macho -PORTVERSION= 3.0.0 +PORTVERSION= 4.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-ruby-macho/distinfo b/devel/rubygem-ruby-macho/distinfo index 24cd1102085..7567a0e7743 100644 --- a/devel/rubygem-ruby-macho/distinfo +++ b/devel/rubygem-ruby-macho/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660812587 -SHA256 (rubygem/ruby-macho-3.0.0.gem) = a5b971f72ad0d9015afe5a49c46cc048a2ff581b2e56bf2fada9379af19fe069 -SIZE (rubygem/ruby-macho-3.0.0.gem) = 36352 +TIMESTAMP = 1704468199 +SHA256 (rubygem/ruby-macho-4.0.0.gem) = b8c88e9c505c2c41b00a8458d1f88b7eed0fb779b55f46a79c98c2420176c8f9 +SIZE (rubygem/ruby-macho-4.0.0.gem) = 37376 diff --git a/devel/rubygem-sentry-rails/Makefile b/devel/rubygem-sentry-rails/Makefile index 8e2cb517022..e21659047ba 100644 --- a/devel/rubygem-sentry-rails/Makefile +++ b/devel/rubygem-sentry-rails/Makefile @@ -1,6 +1,5 @@ PORTNAME= sentry-rails -PORTVERSION= 5.8.0 -PORTREVISION= 1 +PORTVERSION= 5.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-railties70>=5.0.0:www/rubygem-railties70 \ - rubygem-sentry-ruby=5.8.0<5.9:devel/rubygem-sentry-ruby + rubygem-sentry-ruby>=5.10.0<5.11:devel/rubygem-sentry-ruby USES= gem diff --git a/devel/rubygem-sentry-rails/distinfo b/devel/rubygem-sentry-rails/distinfo index f804bf01aaa..e10f0bf3e2c 100644 --- a/devel/rubygem-sentry-rails/distinfo +++ b/devel/rubygem-sentry-rails/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682148451 -SHA256 (rubygem/sentry-rails-5.8.0.gem) = c11b2d909de2c2bfda793c45f64180fd784d54c46886338b683ee3f8efa7731b -SIZE (rubygem/sentry-rails-5.8.0.gem) = 19968 +TIMESTAMP = 1703587963 +SHA256 (rubygem/sentry-rails-5.10.0.gem) = 99aa2fac136c26942eb1897c65de65dac88ad43ac5eb183ff20711287a137ebd +SIZE (rubygem/sentry-rails-5.10.0.gem) = 19456 diff --git a/devel/rubygem-sentry-ruby/Makefile b/devel/rubygem-sentry-ruby/Makefile index 6dac9ad0b5f..8f8f5f2f6f3 100644 --- a/devel/rubygem-sentry-ruby/Makefile +++ b/devel/rubygem-sentry-ruby/Makefile @@ -1,5 +1,5 @@ PORTNAME= sentry-ruby -PORTVERSION= 5.8.0 +PORTVERSION= 5.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sentry-ruby/distinfo b/devel/rubygem-sentry-ruby/distinfo index f1f1411ee86..f06dee072bb 100644 --- a/devel/rubygem-sentry-ruby/distinfo +++ b/devel/rubygem-sentry-ruby/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682148355 -SHA256 (rubygem/sentry-ruby-5.8.0.gem) = caeb121433be379fb94e991a45265a287b13a9a9083e7264f539752369d37110 -SIZE (rubygem/sentry-ruby-5.8.0.gem) = 54784 +TIMESTAMP = 1703587841 +SHA256 (rubygem/sentry-ruby-5.10.0.gem) = 115c24c0aee1309210f3a2988fb118e2bec1f11609feeda90e694388b1183619 +SIZE (rubygem/sentry-ruby-5.10.0.gem) = 56320 diff --git a/devel/rubygem-sentry-sidekiq/Makefile b/devel/rubygem-sentry-sidekiq/Makefile index 15ac04a7006..81b3527ffc1 100644 --- a/devel/rubygem-sentry-sidekiq/Makefile +++ b/devel/rubygem-sentry-sidekiq/Makefile @@ -1,5 +1,5 @@ PORTNAME= sentry-sidekiq -PORTVERSION= 5.8.0 +PORTVERSION= 5.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/getsentry/sentry-ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-sentry-ruby>=5.8.0<5.9:devel/rubygem-sentry-ruby \ +RUN_DEPENDS= rubygem-sentry-ruby>=5.10.0<5.11:devel/rubygem-sentry-ruby \ rubygem-sidekiq>=3.0:devel/rubygem-sidekiq USES= gem diff --git a/devel/rubygem-sentry-sidekiq/distinfo b/devel/rubygem-sentry-sidekiq/distinfo index 5653039f633..46bfee4b0c5 100644 --- a/devel/rubygem-sentry-sidekiq/distinfo +++ b/devel/rubygem-sentry-sidekiq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682148527 -SHA256 (rubygem/sentry-sidekiq-5.8.0.gem) = 90d1123d16a9fc5fd99dbad190b766dd189eaf9e2baddad641f1334e1877c779 -SIZE (rubygem/sentry-sidekiq-5.8.0.gem) = 12288 +TIMESTAMP = 1703588050 +SHA256 (rubygem/sentry-sidekiq-5.10.0.gem) = cc81018d0733fb1be3fb5641c9e0b61030bbeaa1d0b23ca64797d70def7aea1a +SIZE (rubygem/sentry-sidekiq-5.10.0.gem) = 11264 diff --git a/devel/rubygem-strong_migrations61/Makefile b/devel/rubygem-strong_migrations61/Makefile index c1918429387..d1895fc770a 100644 --- a/devel/rubygem-strong_migrations61/Makefile +++ b/devel/rubygem-strong_migrations61/Makefile @@ -1,5 +1,5 @@ PORTNAME= strong_migrations -PORTVERSION= 1.6.4 +PORTVERSION= 1.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/devel/rubygem-strong_migrations61/distinfo b/devel/rubygem-strong_migrations61/distinfo index 7ee5848ce6d..59380f78b14 100644 --- a/devel/rubygem-strong_migrations61/distinfo +++ b/devel/rubygem-strong_migrations61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697622367 -SHA256 (rubygem/strong_migrations-1.6.4.gem) = 0e67822fc47e778835339d10955d687d71db7f36a89e76d399542661e20e8761 -SIZE (rubygem/strong_migrations-1.6.4.gem) = 28672 +TIMESTAMP = 1704757982 +SHA256 (rubygem/strong_migrations-1.7.0.gem) = c60e164ef24a80db2b5c40353a8f9225a636e8ab52be42a47cd1923b88c9829c +SIZE (rubygem/strong_migrations-1.7.0.gem) = 28672 diff --git a/devel/rubygem-view_component-rails70/Makefile b/devel/rubygem-view_component-rails70/Makefile index 7ee23e778bb..72418bca477 100644 --- a/devel/rubygem-view_component-rails70/Makefile +++ b/devel/rubygem-view_component-rails70/Makefile @@ -1,5 +1,5 @@ PORTNAME= view_component -PORTVERSION= 3.7.0 +PORTVERSION= 3.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails70 diff --git a/devel/rubygem-view_component-rails70/distinfo b/devel/rubygem-view_component-rails70/distinfo index cec052c04ae..ea003eb1978 100644 --- a/devel/rubygem-view_component-rails70/distinfo +++ b/devel/rubygem-view_component-rails70/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700423331 -SHA256 (rubygem/view_component-3.7.0.gem) = 648909bde6c188621d607732d64a82515b03e69761c8098a0fe4336166d7e403 -SIZE (rubygem/view_component-3.7.0.gem) = 64000 +TIMESTAMP = 1704181359 +SHA256 (rubygem/view_component-3.8.0.gem) = 3ec17fe3b56e0d679064b27dde796d7d4254d7bf8110594de85471b86ac0c5f6 +SIZE (rubygem/view_component-3.8.0.gem) = 65536 diff --git a/devel/rust-analyzer/Makefile b/devel/rust-analyzer/Makefile index d9250c429ee..b646795e723 100644 --- a/devel/rust-analyzer/Makefile +++ b/devel/rust-analyzer/Makefile @@ -1,5 +1,6 @@ PORTNAME= rust-analyzer DISTVERSION= 2023-12-18 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= rust@FreeBSD.org diff --git a/devel/rust-bindgen-cli/Makefile b/devel/rust-bindgen-cli/Makefile index 6aaf81d85ed..fba55626f84 100644 --- a/devel/rust-bindgen-cli/Makefile +++ b/devel/rust-bindgen-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= bindgen-cli DISTVERSION= 0.69.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rust-cbindgen/Makefile b/devel/rust-cbindgen/Makefile index 55a02dc9786..7a74cc56ffc 100644 --- a/devel/rust-cbindgen/Makefile +++ b/devel/rust-cbindgen/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbindgen DISTVERSION= 0.26.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rustc-demangle/Makefile b/devel/rustc-demangle/Makefile index aa29370007d..5bc997a0e30 100644 --- a/devel/rustc-demangle/Makefile +++ b/devel/rustc-demangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustc-demangle DISTVERSION= 0.1.23 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/sccache/Makefile b/devel/sccache/Makefile index 33390544a93..6c32a74bbc8 100644 --- a/devel/sccache/Makefile +++ b/devel/sccache/Makefile @@ -1,7 +1,7 @@ PORTNAME= sccache DISTVERSIONPREFIX= v DISTVERSION= 0.5.4 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/sd-mux-ctrl/Makefile b/devel/sd-mux-ctrl/Makefile index b77b8f37699..1c974db851b 100644 --- a/devel/sd-mux-ctrl/Makefile +++ b/devel/sd-mux-ctrl/Makefile @@ -1,6 +1,6 @@ PORTNAME= sd-mux-ctrl DISTVERSION= g20200217 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://git.tizen.org/cgit/tools/testlab/sd-mux/snapshot/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2?/ @@ -22,9 +22,9 @@ USES= cmake pkgconfig tar:bz2 WRKSRC= ${WRKDIR}/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94 PLIST_FILES= bin/sd-mux-ctrl \ - man/man1/sd-mux-ctrl.1.gz + share/man/man1/sd-mux-ctrl.1.gz post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/sd-mux-ctrl.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/man/sd-mux-ctrl.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/selene/Makefile b/devel/selene/Makefile index de0ced70e46..f4fba2468eb 100644 --- a/devel/selene/Makefile +++ b/devel/selene/Makefile @@ -1,5 +1,6 @@ PORTNAME= selene DISTVERSION= 0.26.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/sentry-cli/Makefile b/devel/sentry-cli/Makefile index 5d4a54e721e..753f05b5b17 100644 --- a/devel/sentry-cli/Makefile +++ b/devel/sentry-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= sentry-cli DISTVERSION= 2.21.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/shards/Makefile b/devel/shards/Makefile index e709ae30417..44056911758 100644 --- a/devel/shards/Makefile +++ b/devel/shards/Makefile @@ -1,6 +1,6 @@ PORTNAME= shards DISTVERSIONPREFIX= v -DISTVERSION= 0.17.2 +DISTVERSION= 0.17.3 CATEGORIES= devel MAINTAINER= dmgk@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= crystal:lang/crystal LIB_DEPENDS= libevent.so:devel/libevent \ libgc-threaded.so:devel/boehm-gc-threaded \ - libpcre.so:devel/pcre \ + libpcre2-8.so:devel/pcre2 \ libyaml.so:textproc/libyaml RUN_DEPENDS= git:devel/git @@ -25,7 +25,7 @@ GH_TUPLE= crystal-lang:crystal-molinillo:v0.2.0:molinillo/lib/molinillo MAKE_ARGS+= CRYSTAL="${LOCALBASE}/bin/crystal" \ FLAGS="--release --no-debug" \ MANDIR="${STAGEDIR}${PREFIX}/man" \ - SHARDS_CONFIG_BUILD_COMMIT="9d17faf6a7e8" + SHARDS_CONFIG_BUILD_COMMIT="d75b004dd3d0" PLIST_FILES= bin/shards \ man/man1/shards.1.gz \ diff --git a/devel/shards/distinfo b/devel/shards/distinfo index 56faced9710..d76363b23ba 100644 --- a/devel/shards/distinfo +++ b/devel/shards/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1672833386 -SHA256 (crystal-lang-shards-v0.17.2_GH0.tar.gz) = ca3963512db8316b3624c0fba57f803419d67502416fe44938a27aa616cf9d70 -SIZE (crystal-lang-shards-v0.17.2_GH0.tar.gz) = 72048 +TIMESTAMP = 1695132894 +SHA256 (crystal-lang-shards-v0.17.3_GH0.tar.gz) = 6512ff51bd69057f4da4783eb6b14c29d9a88b97d35985356d1dc644a08424c7 +SIZE (crystal-lang-shards-v0.17.3_GH0.tar.gz) = 72539 SHA256 (crystal-lang-crystal-molinillo-v0.2.0_GH0.tar.gz) = e231cf2411a6a11a1538983c7fb52b19e650acc3338bd3cdf6fdb13d6463861a SIZE (crystal-lang-crystal-molinillo-v0.2.0_GH0.tar.gz) = 23959 diff --git a/devel/shfmt/Makefile b/devel/shfmt/Makefile index 2dee939edc9..732472e5e6f 100644 --- a/devel/shfmt/Makefile +++ b/devel/shfmt/Makefile @@ -1,7 +1,7 @@ PORTNAME= shfmt DISTVERSIONPREFIX= v DISTVERSION= 3.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org @@ -19,10 +19,10 @@ GO_TARGET= ./cmd/shfmt GO_BUILDFLAGS= -ldflags="-s -w -X main.version=${DISTVERSIONFULL}" PLIST_FILES= bin/shfmt \ - man/man1/shfmt.1.gz + share/man/man1/shfmt.1.gz post-install: scdoc < ${WRKSRC}/cmd/shfmt/shfmt.1.scd \ - > ${STAGEDIR}${MAN1PREFIX}/man/man1/shfmt.1 + > ${STAGEDIR}${PREFIX}/share/man/man1/shfmt.1 .include diff --git a/devel/signal-fts5-extension/Makefile b/devel/signal-fts5-extension/Makefile index d073868493b..4ca8a14ad24 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= 7 +PORTREVISION= 8 CATEGORIES= devel MAINTAINER= mikael@FreeBSD.org diff --git a/devel/smv/Makefile b/devel/smv/Makefile index 1ace9cb3849..03cfd1ad42f 100644 --- a/devel/smv/Makefile +++ b/devel/smv/Makefile @@ -1,6 +1,6 @@ PORTNAME= smv PORTVERSION= 2.5.4.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MASTER_SITES= http://www.cs.cmu.edu/~modelcheck/smv/ DISTNAME= ${PORTNAME}.r${PORTVERSION} @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smv ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/smv.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/smv.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/smv-mode.el ${STAGEDIR}${DATADIR} diff --git a/devel/smv/pkg-plist b/devel/smv/pkg-plist index 6b8bdd623e0..cb5a2a1368d 100644 --- a/devel/smv/pkg-plist +++ b/devel/smv/pkg-plist @@ -1,3 +1,3 @@ bin/smv share/smv/smv-mode.el -man/man1/smv.1.gz +share/man/man1/smv.1.gz diff --git a/devel/snazy/Makefile b/devel/snazy/Makefile index 2ce71f6de7f..c5f442d0001 100644 --- a/devel/snazy/Makefile +++ b/devel/snazy/Makefile @@ -1,6 +1,6 @@ PORTNAME= snazy DISTVERSION= 0.52.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/sonarqube-community/Makefile b/devel/sonarqube-community/Makefile index 2753d01904e..50798315fd6 100644 --- a/devel/sonarqube-community/Makefile +++ b/devel/sonarqube-community/Makefile @@ -1,6 +1,6 @@ PORTNAME= sonarqube DISTVERSION= 10.3.0.82913 -PORTREVISION= 3 +PORTREVISION= 4 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 \ @@ -53,7 +53,7 @@ DATA_DIR= ${DBBASE_DIR}/data TEMP_DIR= ${DBBASE_DIR}/temp SONARCSHARP_VER= 9.16.0.82469 -SONARJAVA_VER= 7.30.0.34429 +SONARJAVA_VER= 7.30.1.34514 SONARJAVASCRIPT_VER= 10.11.0.25043 SONARPHP_VER= 3.34.0.11311 SONARPYTHON_VER= 4.14.0.14263 diff --git a/devel/sonarqube-community/distinfo b/devel/sonarqube-community/distinfo index bea2638ec75..28d91b5b0a8 100644 --- a/devel/sonarqube-community/distinfo +++ b/devel/sonarqube-community/distinfo @@ -1,10 +1,10 @@ -TIMESTAMP = 1703340419 +TIMESTAMP = 1704700307 SHA256 (sonarqube-10.3.0.82913.zip) = c25c163ac5556c82ffba21c42c5da2381246c338e1c6e5f77958146b13289517 SIZE (sonarqube-10.3.0.82913.zip) = 381928256 SHA256 (sonar-csharp-plugin-9.16.0.82469.jar) = 27e73f33b69c09d70cc860daf605f43752368c49aa848e280b1154a35a8204f6 SIZE (sonar-csharp-plugin-9.16.0.82469.jar) = 5430098 -SHA256 (sonar-java-plugin-7.30.0.34429.jar) = 90320e753e0d65a62dffd582c354ca3486cd8c8936c565f29c6dd26b806b9755 -SIZE (sonar-java-plugin-7.30.0.34429.jar) = 19060010 +SHA256 (sonar-java-plugin-7.30.1.34514.jar) = 2803b0ceeaebb6b851f57023c4c4e94da07e4adf5883b224bf551d9fe76e7712 +SIZE (sonar-java-plugin-7.30.1.34514.jar) = 19060877 SHA256 (sonar-javascript-plugin-10.11.0.25043.jar) = d028036ee2478c576456ba6487d02d47d79cc06f9ff006cc9589fd336af73a6e SIZE (sonar-javascript-plugin-10.11.0.25043.jar) = 21309108 SHA256 (sonar-php-plugin-3.34.0.11311.jar) = 9c5d985c9a04da835f8d5aba953b24b8a8b1b39c3ebdf49419c7062a2396d0e5 diff --git a/devel/sope/Makefile b/devel/sope/Makefile index 1a7ca22277c..626b55d4d6f 100644 --- a/devel/sope/Makefile +++ b/devel/sope/Makefile @@ -1,5 +1,5 @@ PORTNAME= sope -PORTVERSION= 5.9.0 +PORTVERSION= 5.9.1 CATEGORIES= devel gnustep MASTER_SITES= https://packages.sogo.nu/sources/ DISTNAME= SOPE-${PORTVERSION} diff --git a/devel/sope/distinfo b/devel/sope/distinfo index e148dc7fcf0..f8e28396154 100644 --- a/devel/sope/distinfo +++ b/devel/sope/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696026944 -SHA256 (SOPE-5.9.0.tar.gz) = 660f16ec5abc2afc66a0b90834ee87451b773737f340a461ab6079a4c783f15e -SIZE (SOPE-5.9.0.tar.gz) = 2300299 +TIMESTAMP = 1704488341 +SHA256 (SOPE-5.9.1.tar.gz) = a1533837e9817252d0d2cbbfc3105c9b8e21c1c40fc144bba98a032a02e0ba38 +SIZE (SOPE-5.9.1.tar.gz) = 2300376 diff --git a/devel/spr/Makefile b/devel/spr/Makefile index b7983f45a11..ebebab9084d 100644 --- a/devel/spr/Makefile +++ b/devel/spr/Makefile @@ -1,7 +1,7 @@ PORTNAME= spr DISTVERSIONPREFIX= v DISTVERSION= 1.3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/stylua/Makefile b/devel/stylua/Makefile index 432b25e962a..36ba8b39416 100644 --- a/devel/stylua/Makefile +++ b/devel/stylua/Makefile @@ -1,7 +1,7 @@ PORTNAME= stylua DISTVERSIONPREFIX= v DISTVERSION= 0.19.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/subversion-lts/Makefile b/devel/subversion-lts/Makefile index 7ba02d80b87..0b887b6a517 100644 --- a/devel/subversion-lts/Makefile +++ b/devel/subversion-lts/Makefile @@ -45,7 +45,10 @@ SVNFSTYPE?= fsfs SVNGROUP?= svn SVNUSER?= svn -CONFIGURE_ARGS+= --without-gnome-keyring \ +CONFIGURE_ARGS+= --without-swig-perl \ + --without-swig-python \ + --without-swig-ruby \ + --without-gnome-keyring \ --without-kwallet \ --with-apxs=no diff --git a/devel/subversion-lts/Makefile.common b/devel/subversion-lts/Makefile.common index e316905687e..c3c337a0382 100644 --- a/devel/subversion-lts/Makefile.common +++ b/devel/subversion-lts/Makefile.common @@ -1,5 +1,5 @@ PORTNAME?= subversion -PORTVERSION= 1.14.2 +PORTVERSION= 1.14.3 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= APACHE/subversion @@ -22,8 +22,7 @@ LIB_DEPENDS+= libapr-1.so:devel/apr1 \ libutf8proc.so:textproc/utf8proc \ liblz4.so:archivers/liblz4 -CONFIGURE_ARGS+= --without-swig \ - --with-sqlite=${LOCALBASE} \ +CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE} \ --with-expat=${LOCALBASE}/include:${LOCALBASE}/lib:expat # =============================================================== @@ -70,10 +69,6 @@ CFLAGS+= -fpic -DPIC OPTIONS_FILE_UNSET?="" OPTIONS_FILE_SET?="" -.if ( ${PORT_OPTIONS:MFREEBSD_TEMPLATE} || !${OPTIONS_FILE_UNSET:MFREEBSD_TEMPLATE} ) && defined(ORGANIZATION) -CFLAGS+= -DHAS_ORGANIZATION_NAME -.endif - .include pre-everything:: @@ -98,9 +93,7 @@ post-patch: .endif @${REINPLACE_CMD} "s#^swig_pydir =.*#swig_pydir = ${PYTHON_SITELIBDIR}/libsvn#" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} "s#^swig_pydir_extra =.*#swig_pydir_extra = ${PYTHON_SITELIBDIR}/svn#" ${WRKSRC}/Makefile.in -.if ( ${PORT_OPTIONS:MFREEBSD_TEMPLATE} || !${OPTIONS_FILE_UNSET:MFREEBSD_TEMPLATE} ) && defined(ORGANIZATION) - @${ECHO_CMD} "#define ORGANIZATION_NAME \"${ORGANIZATION}\"" > ${WRKSRC}/subversion/freebsd-organization.h -.endif + @${REINPLACE_CMD} "s#^toolsdir =.*#toolsdir = @bindir@#" ${WRKSRC}/Makefile.in # shebangfix @${FIND} ${WRKSRC}/tools/ -type f -exec ${GREP} -l -e '#!/bin/b' -e '#!/bin/env' \ -e '#!/usr/bin/p' {} + | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/devel/subversion-lts/distinfo b/devel/subversion-lts/distinfo index 128d62aad5a..93a2daa895b 100644 --- a/devel/subversion-lts/distinfo +++ b/devel/subversion-lts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649858194 -SHA256 (subversion-1.14.2.tar.bz2) = c9130e8d0b75728a66f0e7038fc77052e671830d785b5616aad53b4810d3cc28 -SIZE (subversion-1.14.2.tar.bz2) = 8606570 +TIMESTAMP = 1704180448 +SHA256 (subversion-1.14.3.tar.bz2) = 949efd451a09435f7e8573574c71c7b71b194d844890fa49cd61d2262ea1a440 +SIZE (subversion-1.14.3.tar.bz2) = 8569985 diff --git a/devel/subversion-lts/files/patch-Makefile.in b/devel/subversion-lts/files/patch-Makefile.in deleted file mode 100644 index 43b1cbdb13a..00000000000 --- a/devel/subversion-lts/files/patch-Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.in.orig 2020-05-31 20:53:15 UTC -+++ Makefile.in -@@ -89,11 +89,11 @@ swig_pl_libdir = @libdir@ - swig_rb_libdir = @libdir@ - - ### these possibly need further discussion --swig_pydir = @libdir@/svn-python/libsvn --swig_pydir_extra = @libdir@/svn-python/svn -+swig_pydir = /usr/local/lib/python3.8/site-packages/libsvn -+swig_pydir_extra = /usr/local/lib/python3.8/site-packages/svn - swig_pldir = @libdir@/svn-perl - swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext --toolsdir = @bindir@/svn-tools -+toolsdir = @bindir@ - - # where to install pkg-config files - pkgconfig_dir = $(prefix)/libdata/pkgconfig diff --git a/devel/tagref/Makefile b/devel/tagref/Makefile index 9ffbb1f4fa9..183f0c5e1ec 100644 --- a/devel/tagref/Makefile +++ b/devel/tagref/Makefile @@ -1,7 +1,7 @@ PORTNAME= tagref DISTVERSIONPREFIX= v DISTVERSION= 1.8.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/tarpaulin/Makefile b/devel/tarpaulin/Makefile index 3b31870544f..b0058e2c597 100644 --- a/devel/tarpaulin/Makefile +++ b/devel/tarpaulin/Makefile @@ -1,6 +1,6 @@ PORTNAME= tarpaulin DISTVERSION= 0.26.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/tcl-trf/Makefile b/devel/tcl-trf/Makefile index b281952c818..a90b94a04b3 100644 --- a/devel/tcl-trf/Makefile +++ b/devel/tcl-trf/Makefile @@ -1,6 +1,6 @@ PORTNAME= Trf PORTVERSION= 2.1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel tcl MASTER_SITES= SF/tcltrf/tcltrf/${PORTVERSION} PKGNAMEPREFIX= tcl- @@ -33,9 +33,10 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/Trf ${INSTALL_DATA} ${WRKSRC}/libTrf${PORTVERSION}.so \ ${WRKSRC}/pkgIndex.tcl ${STAGEDIR}${PREFIX}/lib/Trf/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/mann/ for m in ${WRKSRC}/doc/man/*.n ; \ do \ - ${INSTALL_MAN} $$m ${STAGEDIR}${MANNPREFIX}/man/mann/ ;\ + ${INSTALL_MAN} $$m ${STAGEDIR}${PREFIX}/share/man/mann/ ;\ done ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/Trf/libTrf${PORTVERSION}.so diff --git a/devel/tcl-trf/pkg-plist b/devel/tcl-trf/pkg-plist index bb79a8e1635..3fef689f986 100644 --- a/devel/tcl-trf/pkg-plist +++ b/devel/tcl-trf/pkg-plist @@ -1,30 +1,30 @@ lib/Trf/pkgIndex.tcl lib/Trf/libTrf%%VER%%.so -man/mann/adler.n.gz -man/mann/ascii85.n.gz -man/mann/base64.n.gz -man/mann/bin.n.gz -man/mann/bz2.n.gz -man/mann/crc-zlib.n.gz -man/mann/crc.n.gz -man/mann/crypt.n.gz -man/mann/haval.n.gz -man/mann/hex.n.gz -man/mann/md2.n.gz -man/mann/md5.n.gz -man/mann/md5_otp.n.gz -man/mann/md5crypt.n.gz -man/mann/oct.n.gz -man/mann/otp_words.n.gz -man/mann/quoted-printable.n.gz -man/mann/ripemd128.n.gz -man/mann/ripemd160.n.gz -man/mann/rs_ecc.n.gz -man/mann/sha.n.gz -man/mann/sha1.n.gz -man/mann/sha1_otp.n.gz -man/mann/transform.n.gz -man/mann/trf.n.gz -man/mann/unstack.n.gz -man/mann/uuencode.n.gz -man/mann/zip.n.gz +share/man/mann/adler.n.gz +share/man/mann/ascii85.n.gz +share/man/mann/base64.n.gz +share/man/mann/bin.n.gz +share/man/mann/bz2.n.gz +share/man/mann/crc-zlib.n.gz +share/man/mann/crc.n.gz +share/man/mann/crypt.n.gz +share/man/mann/haval.n.gz +share/man/mann/hex.n.gz +share/man/mann/md2.n.gz +share/man/mann/md5.n.gz +share/man/mann/md5_otp.n.gz +share/man/mann/md5crypt.n.gz +share/man/mann/oct.n.gz +share/man/mann/otp_words.n.gz +share/man/mann/quoted-printable.n.gz +share/man/mann/ripemd128.n.gz +share/man/mann/ripemd160.n.gz +share/man/mann/rs_ecc.n.gz +share/man/mann/sha.n.gz +share/man/mann/sha1.n.gz +share/man/mann/sha1_otp.n.gz +share/man/mann/transform.n.gz +share/man/mann/trf.n.gz +share/man/mann/unstack.n.gz +share/man/mann/uuencode.n.gz +share/man/mann/zip.n.gz diff --git a/devel/texlab/Makefile b/devel/texlab/Makefile index e7ef62ad767..0629d006a50 100644 --- a/devel/texlab/Makefile +++ b/devel/texlab/Makefile @@ -1,7 +1,7 @@ PORTNAME= texlab DISTVERSIONPREFIX= v DISTVERSION= 4.2.0 -PORTREVISION= 12 +PORTREVISION= 14 CATEGORIES= devel MAINTAINER= antranigv@freebsd.am @@ -20,7 +20,7 @@ GH_ACCOUNT= latex-lsp LTO_UNSAFE= yes PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= CHANGELOG.md README.md docs/* OPTIONS_DEFINE= DOCS @@ -29,7 +29,7 @@ OPTIONS_DEFAULT= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/the-way/Makefile b/devel/the-way/Makefile index 8ce50cd2320..71d5d24223d 100644 --- a/devel/the-way/Makefile +++ b/devel/the-way/Makefile @@ -1,6 +1,7 @@ PORTNAME= the-way DISTVERSIONPREFIX= v DISTVERSION= 0.20.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index ea04c9f36e5..0c7ce1e32c5 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -1,5 +1,6 @@ PORTNAME= tkcvs PORTVERSION= 8.2.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF \ http://www.twobarleycorns.net/ @@ -25,7 +26,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tkcvs/tkcvs ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tkcvs/tkcvs.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/tkcvs/tkcvs.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/tkcvs ${INSTALL_DATA} ${WRKSRC}/tkcvs/*.tcl ${STAGEDIR}${PREFIX}/lib/tkcvs ${INSTALL_DATA} ${WRKSRC}/tkcvs/tclIndex ${STAGEDIR}${PREFIX}/lib/tkcvs diff --git a/devel/tkcvs/pkg-plist b/devel/tkcvs/pkg-plist index 9bc31ecb1d4..258ef12bad4 100644 --- a/devel/tkcvs/pkg-plist +++ b/devel/tkcvs/pkg-plist @@ -121,7 +121,7 @@ lib/tkcvs/tooltips.tcl lib/tkcvs/ui_misc.tcl lib/tkcvs/vendor_merge.tcl lib/tkcvs/workdir.tcl -man/man1/tkcvs.1.gz +share/man/man1/tkcvs.1.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt %%PORTDOCS%%%%DOCSDIR%%/FAQ.txt %%PORTDOCS%%%%DOCSDIR%%/INSTALL diff --git a/devel/tokei/Makefile b/devel/tokei/Makefile index dd55ed8e0d1..cd38a09008b 100644 --- a/devel/tokei/Makefile +++ b/devel/tokei/Makefile @@ -1,7 +1,7 @@ PORTNAME= tokei DISTVERSIONPREFIX= v DISTVERSION= 12.1.2 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= devel MAINTAINER= mikael@FreeBSD.org diff --git a/devel/tokio-console/Makefile b/devel/tokio-console/Makefile index 5a4ae98dbb3..ee8f980648e 100644 --- a/devel/tokio-console/Makefile +++ b/devel/tokio-console/Makefile @@ -1,7 +1,7 @@ PORTNAME= tokio-console DISTVERSIONPREFIX= tokio-console-v -DISTVERSION= 0.1.7 -PORTREVISION= 9 +DISTVERSION= 0.1.10 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -18,197 +18,211 @@ GH_PROJECT= console WRKSRC_SUBDIR= ${PORTNAME} -CARGO_CRATES= addr2line-0.17.0 \ +CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ - aho-corasick-0.7.18 \ - ansi_term-0.12.1 \ - anyhow-1.0.56 \ - async-stream-0.3.3 \ - async-stream-impl-0.3.3 \ - async-trait-0.1.53 \ + aho-corasick-1.1.2 \ + anyhow-1.0.79 \ + async-stream-0.3.5 \ + async-stream-impl-0.3.5 \ + async-trait-0.1.77 \ atty-0.2.14 \ autocfg-1.1.0 \ - axum-0.5.0 \ - axum-core-0.2.0 \ - backtrace-0.3.64 \ - base64-0.13.0 \ + axum-0.6.20 \ + axum-core-0.3.4 \ + backtrace-0.3.69 \ + base64-0.21.5 \ bitflags-1.3.2 \ - byteorder-1.4.3 \ - bytes-1.1.0 \ + bitflags-2.4.1 \ + byteorder-1.5.0 \ + bytes-1.5.0 \ cassowary-0.3.0 \ - cc-1.0.73 \ + cc-1.0.83 \ cfg-if-1.0.0 \ - clap-3.1.18 \ - clap_complete-3.1.4 \ - clap_derive-3.1.18 \ - clap_lex-0.2.0 \ - color-eyre-0.5.11 \ - color-spantrace-0.1.6 \ + clap-3.2.25 \ + clap_complete-3.2.5 \ + clap_derive-3.2.25 \ + clap_lex-0.2.4 \ + color-eyre-0.6.2 \ + color-spantrace-0.2.1 \ crc32fast-1.3.2 \ - crossbeam-channel-0.5.4 \ - crossbeam-utils-0.8.8 \ - crossterm-0.20.0 \ - crossterm_winapi-0.8.0 \ + crossbeam-channel-0.5.10 \ + crossbeam-utils-0.8.18 \ + crossterm-0.26.1 \ + crossterm_winapi-0.9.1 \ dirs-4.0.0 \ dirs-sys-0.3.7 \ - either-1.6.1 \ - eyre-0.6.7 \ - fastrand-1.7.0 \ - fixedbitset-0.4.1 \ - flate2-1.0.22 \ + either-1.9.0 \ + equivalent-1.0.1 \ + errno-0.3.8 \ + eyre-0.6.11 \ + fastrand-2.0.1 \ + fixedbitset-0.4.2 \ + flate2-1.0.28 \ fnv-1.0.7 \ - form_urlencoded-1.0.1 \ - 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-macro-0.3.21 \ - futures-sink-0.3.21 \ - futures-task-0.3.21 \ - futures-util-0.3.21 \ - getrandom-0.2.6 \ - gimli-0.26.1 \ - h2-0.3.13 \ - hashbrown-0.11.2 \ - hdrhistogram-7.5.0 \ - heck-0.4.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-macro-0.3.30 \ + futures-sink-0.3.30 \ + futures-task-0.3.30 \ + futures-util-0.3.30 \ + getrandom-0.2.11 \ + gimli-0.28.1 \ + h2-0.3.22 \ + hashbrown-0.12.3 \ + hashbrown-0.14.3 \ + hdrhistogram-7.5.4 \ + heck-0.4.1 \ hermit-abi-0.1.19 \ - http-0.2.6 \ - http-body-0.4.4 \ - http-range-header-0.3.0 \ - httparse-1.6.0 \ - httpdate-1.0.2 \ + hermit-abi-0.3.3 \ + home-0.5.9 \ + http-0.2.11 \ + http-body-0.4.6 \ + httparse-1.8.0 \ + httpdate-1.0.3 \ humantime-2.1.0 \ - hyper-0.14.18 \ + hyper-0.14.28 \ hyper-timeout-0.4.1 \ - idna-0.2.3 \ + idna-0.5.0 \ indenter-0.3.3 \ - indexmap-1.8.1 \ - instant-0.1.12 \ - itertools-0.10.3 \ - itoa-1.0.1 \ + indexmap-1.9.3 \ + indexmap-2.1.0 \ + itertools-0.11.0 \ + itoa-1.0.10 \ lazy_static-1.4.0 \ - libc-0.2.121 \ - lock_api-0.4.7 \ - log-0.4.16 \ + libc-0.2.151 \ + libredox-0.0.1 \ + linux-raw-sys-0.4.12 \ + lock_api-0.4.11 \ + log-0.4.20 \ matchers-0.1.0 \ - matches-0.1.9 \ - matchit-0.5.0 \ - memchr-2.4.1 \ - mime-0.3.16 \ + matchit-0.7.3 \ + memchr-2.7.1 \ + mime-0.3.17 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.4.4 \ - mio-0.7.14 \ - mio-0.8.2 \ - miow-0.3.7 \ + miniz_oxide-0.7.1 \ + mio-0.8.10 \ multimap-0.8.3 \ - nom-7.1.1 \ - ntapi-0.3.7 \ - num-traits-0.2.14 \ - num_cpus-1.13.1 \ - object-0.27.1 \ - once_cell-1.10.0 \ - os_str_bytes-6.0.0 \ - owo-colors-1.3.0 \ - parking_lot-0.11.2 \ - parking_lot-0.12.0 \ - parking_lot_core-0.8.5 \ - parking_lot_core-0.9.2 \ - percent-encoding-2.1.0 \ - petgraph-0.6.0 \ - pin-project-1.0.10 \ - pin-project-internal-1.0.10 \ - pin-project-lite-0.2.8 \ + nom-7.1.3 \ + nu-ansi-term-0.46.0 \ + num-traits-0.2.17 \ + num_cpus-1.16.0 \ + object-0.32.2 \ + once_cell-1.19.0 \ + os_str_bytes-6.6.1 \ + overload-0.1.1 \ + owo-colors-3.5.0 \ + parking_lot-0.12.1 \ + parking_lot_core-0.9.9 \ + percent-encoding-2.3.1 \ + petgraph-0.6.4 \ + pin-project-1.1.3 \ + pin-project-internal-1.1.3 \ + pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ - ppv-lite86-0.2.16 \ - prettyplease-0.1.9 \ + ppv-lite86-0.2.17 \ + prettyplease-0.2.16 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.36 \ - prost-0.11.0 \ - prost-build-0.11.1 \ - prost-derive-0.11.0 \ - prost-types-0.11.0 \ - quote-1.0.17 \ + proc-macro2-1.0.75 \ + prost-0.12.3 \ + prost-build-0.12.3 \ + prost-derive-0.12.3 \ + prost-types-0.12.3 \ + quote-1.0.35 \ rand-0.8.5 \ rand_chacha-0.3.1 \ - rand_core-0.6.3 \ - redox_syscall-0.2.13 \ - redox_users-0.4.3 \ - regex-1.5.5 \ + rand_core-0.6.4 \ + ratatui-0.20.1 \ + redox_syscall-0.4.1 \ + redox_users-0.4.4 \ + regex-1.10.2 \ regex-automata-0.1.10 \ - regex-syntax-0.6.25 \ - remove_dir_all-0.5.3 \ - rustc-demangle-0.1.21 \ - ryu-1.0.9 \ - scopeguard-1.1.0 \ - serde-1.0.136 \ - serde_derive-1.0.136 \ - serde_json-1.0.79 \ - sharded-slab-0.1.4 \ - signal-hook-0.3.13 \ + regex-automata-0.4.3 \ + regex-syntax-0.6.29 \ + regex-syntax-0.8.2 \ + rustc-demangle-0.1.23 \ + rustix-0.38.28 \ + rustversion-1.0.14 \ + ryu-1.0.16 \ + scopeguard-1.2.0 \ + serde-1.0.194 \ + serde_derive-1.0.194 \ + serde_json-1.0.111 \ + sharded-slab-0.1.7 \ + signal-hook-0.3.17 \ signal-hook-mio-0.2.3 \ - signal-hook-registry-1.4.0 \ - slab-0.4.6 \ - smallvec-1.8.0 \ - socket2-0.4.4 \ + signal-hook-registry-1.4.1 \ + slab-0.4.9 \ + smallvec-1.11.2 \ + socket2-0.5.5 \ strsim-0.10.0 \ - syn-1.0.90 \ - sync_wrapper-0.1.1 \ - tempfile-3.3.0 \ - termcolor-1.1.3 \ - textwrap-0.15.0 \ - thiserror-1.0.30 \ - thiserror-impl-1.0.30 \ - thread_local-1.1.4 \ - tinyvec-1.5.1 \ - tinyvec_macros-0.1.0 \ - tokio-1.17.0 \ + syn-1.0.109 \ + syn-2.0.48 \ + sync_wrapper-0.1.2 \ + tempfile-3.9.0 \ + termcolor-1.4.0 \ + textwrap-0.16.0 \ + thiserror-1.0.56 \ + thiserror-impl-1.0.56 \ + thread_local-1.1.7 \ + tinyvec-1.6.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.35.1 \ tokio-io-timeout-1.2.0 \ - tokio-macros-1.7.0 \ - tokio-stream-0.1.8 \ - tokio-util-0.7.1 \ - toml-0.5.8 \ - tonic-0.8.0 \ - tonic-build-0.8.0 \ - tower-0.4.12 \ - tower-http-0.2.5 \ - tower-layer-0.3.1 \ - tower-service-0.3.1 \ - tracing-0.1.32 \ - tracing-attributes-0.1.20 \ - tracing-core-0.1.24 \ - tracing-error-0.1.2 \ - tracing-futures-0.2.5 \ + tokio-macros-2.2.0 \ + tokio-stream-0.1.14 \ + tokio-util-0.7.10 \ + toml-0.5.11 \ + tonic-0.10.2 \ + tonic-build-0.10.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-error-0.2.0 \ tracing-journald-0.2.4 \ - tracing-log-0.1.2 \ - tracing-subscriber-0.2.25 \ - tracing-subscriber-0.3.11 \ - try-lock-0.2.3 \ - tui-0.16.0 \ - 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 \ - url-2.2.2 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.18 \ + try-lock-0.2.5 \ + unicode-bidi-0.3.14 \ + unicode-ident-1.0.12 \ + unicode-normalization-0.1.22 \ + unicode-segmentation-1.10.1 \ + unicode-width-0.1.11 \ + url-2.5.0 \ valuable-0.1.0 \ version_check-0.9.4 \ - want-0.3.0 \ - wasi-0.10.2+wasi-snapshot-preview1 \ + want-0.3.1 \ wasi-0.11.0+wasi-snapshot-preview1 \ - which-4.2.5 \ + which-4.4.2 \ 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.34.0 \ - windows_aarch64_msvc-0.34.0 \ - windows_i686_gnu-0.34.0 \ - windows_i686_msvc-0.34.0 \ - windows_x86_64_gnu-0.34.0 \ - windows_x86_64_msvc-0.34.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 PLIST_FILES= bin/${PORTNAME} diff --git a/devel/tokio-console/distinfo b/devel/tokio-console/distinfo index 78d1b2eadb6..1849d8b75d3 100644 --- a/devel/tokio-console/distinfo +++ b/devel/tokio-console/distinfo @@ -1,385 +1,413 @@ -TIMESTAMP = 1672572749 -SHA256 (rust/crates/addr2line-0.17.0.crate) = b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b -SIZE (rust/crates/addr2line-0.17.0.crate) = 32260 +TIMESTAMP = 1704506750 +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/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-stream-0.3.3.crate) = dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e -SIZE (rust/crates/async-stream-0.3.3.crate) = 12142 -SHA256 (rust/crates/async-stream-impl-0.3.3.crate) = 10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27 -SIZE (rust/crates/async-stream-impl-0.3.3.crate) = 4072 -SHA256 (rust/crates/async-trait-0.1.53.crate) = ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600 -SIZE (rust/crates/async-trait-0.1.53.crate) = 26210 +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/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-trait-0.1.77.crate) = c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9 +SIZE (rust/crates/async-trait-0.1.77.crate) = 29986 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.5.0.crate) = 5611d4977882c5af1c0f7a34d51b5d87f784f86912bb543986b014ea4995ef93 -SIZE (rust/crates/axum-0.5.0.crate) = 101609 -SHA256 (rust/crates/axum-core-0.2.0.crate) = 95cd109b3e93c9541dcce5b0219dcf89169dcc58c1bebed65082808324258afb -SIZE (rust/crates/axum-core-0.2.0.crate) = 12644 -SHA256 (rust/crates/backtrace-0.3.64.crate) = 5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f -SIZE (rust/crates/backtrace-0.3.64.crate) = 74311 -SHA256 (rust/crates/base64-0.13.0.crate) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd -SIZE (rust/crates/base64-0.13.0.crate) = 62070 +SHA256 (rust/crates/axum-0.6.20.crate) = 3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf +SIZE (rust/crates/axum-0.6.20.crate) = 146227 +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.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/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 -SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 -SHA256 (rust/crates/bytes-1.1.0.crate) = c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8 -SIZE (rust/crates/bytes-1.1.0.crate) = 49640 +SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 +SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 +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/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53 SIZE (rust/crates/cassowary-0.3.0.crate) = 22876 -SHA256 (rust/crates/cc-1.0.73.crate) = 2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11 -SIZE (rust/crates/cc-1.0.73.crate) = 57880 +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-3.1.18.crate) = d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b -SIZE (rust/crates/clap-3.1.18.crate) = 209664 -SHA256 (rust/crates/clap_complete-3.1.4.crate) = da92e6facd8d73c22745a5d3cbb59bdf8e46e3235c923e516527d8e81eec14a4 -SIZE (rust/crates/clap_complete-3.1.4.crate) = 31223 -SHA256 (rust/crates/clap_derive-3.1.18.crate) = 25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c -SIZE (rust/crates/clap_derive-3.1.18.crate) = 25521 -SHA256 (rust/crates/clap_lex-0.2.0.crate) = a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213 -SIZE (rust/crates/clap_lex-0.2.0.crate) = 9581 -SHA256 (rust/crates/color-eyre-0.5.11.crate) = 1f1885697ee8a177096d42f158922251a41973117f6d8a234cee94b9509157b7 -SIZE (rust/crates/color-eyre-0.5.11.crate) = 630879 -SHA256 (rust/crates/color-spantrace-0.1.6.crate) = b6eee477a4a8a72f4addd4de416eb56d54bc307b284d6601bafdee1f4ea462d1 -SIZE (rust/crates/color-spantrace-0.1.6.crate) = 185435 +SHA256 (rust/crates/clap-3.2.25.crate) = 4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123 +SIZE (rust/crates/clap-3.2.25.crate) = 219403 +SHA256 (rust/crates/clap_complete-3.2.5.crate) = 3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8 +SIZE (rust/crates/clap_complete-3.2.5.crate) = 31625 +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/color-eyre-0.6.2.crate) = 5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204 +SIZE (rust/crates/color-eyre-0.6.2.crate) = 635042 +SHA256 (rust/crates/color-spantrace-0.2.1.crate) = cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2 +SIZE (rust/crates/color-spantrace-0.2.1.crate) = 189095 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.4.crate) = 5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53 -SIZE (rust/crates/crossbeam-channel-0.5.4.crate) = 88237 -SHA256 (rust/crates/crossbeam-utils-0.8.8.crate) = 0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38 -SIZE (rust/crates/crossbeam-utils-0.8.8.crate) = 39681 -SHA256 (rust/crates/crossterm-0.20.0.crate) = c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d -SIZE (rust/crates/crossterm-0.20.0.crate) = 103025 -SHA256 (rust/crates/crossterm_winapi-0.8.0.crate) = 3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507 -SIZE (rust/crates/crossterm_winapi-0.8.0.crate) = 15531 +SHA256 (rust/crates/crossbeam-channel-0.5.10.crate) = 82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2 +SIZE (rust/crates/crossbeam-channel-0.5.10.crate) = 90442 +SHA256 (rust/crates/crossbeam-utils-0.8.18.crate) = c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c +SIZE (rust/crates/crossbeam-utils-0.8.18.crate) = 42383 +SHA256 (rust/crates/crossterm-0.26.1.crate) = a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13 +SIZE (rust/crates/crossterm-0.26.1.crate) = 122317 +SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b +SIZE (rust/crates/crossterm_winapi-0.9.1.crate) = 16027 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/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 -SIZE (rust/crates/either-1.6.1.crate) = 13641 -SHA256 (rust/crates/eyre-0.6.7.crate) = 9289ed2c0440a6536e65119725cf91fc2c6b5e513bfd2e36e1134d7cca6ca12f -SIZE (rust/crates/eyre-0.6.7.crate) = 39677 -SHA256 (rust/crates/fastrand-1.7.0.crate) = c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf -SIZE (rust/crates/fastrand-1.7.0.crate) = 11265 -SHA256 (rust/crates/fixedbitset-0.4.1.crate) = 279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e -SIZE (rust/crates/fixedbitset-0.4.1.crate) = 15551 -SHA256 (rust/crates/flate2-1.0.22.crate) = 1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f -SIZE (rust/crates/flate2-1.0.22.crate) = 76026 +SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 +SIZE (rust/crates/either-1.9.0.crate) = 16660 +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/eyre-0.6.11.crate) = b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799 +SIZE (rust/crates/eyre-0.6.11.crate) = 45196 +SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 +SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 +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/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 -SHA256 (rust/crates/form_urlencoded-1.0.1.crate) = 5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191 -SIZE (rust/crates/form_urlencoded-1.0.1.crate) = 8773 -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-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/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/h2-0.3.13.crate) = 37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57 -SIZE (rust/crates/h2-0.3.13.crate) = 161962 -SHA256 (rust/crates/hashbrown-0.11.2.crate) = ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e -SIZE (rust/crates/hashbrown-0.11.2.crate) = 85713 -SHA256 (rust/crates/hdrhistogram-7.5.0.crate) = 31672b7011be2c4f7456c4ddbcb40e7e9a4a9fad8efe49a6ebaf5f307d0109c0 -SIZE (rust/crates/hdrhistogram-7.5.0.crate) = 316110 -SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9 -SIZE (rust/crates/heck-0.4.0.crate) = 11161 +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-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/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/h2-0.3.22.crate) = 4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178 +SIZE (rust/crates/h2-0.3.22.crate) = 166413 +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.4.crate) = 765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d +SIZE (rust/crates/hdrhistogram-7.5.4.crate) = 319746 +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/http-0.2.6.crate) = 31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03 -SIZE (rust/crates/http-0.2.6.crate) = 106384 -SHA256 (rust/crates/http-body-0.4.4.crate) = 1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6 -SIZE (rust/crates/http-body-0.4.4.crate) = 7836 -SHA256 (rust/crates/http-range-header-0.3.0.crate) = 0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29 -SIZE (rust/crates/http-range-header-0.3.0.crate) = 7120 -SHA256 (rust/crates/httparse-1.6.0.crate) = 9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4 -SIZE (rust/crates/httparse-1.6.0.crate) = 28175 -SHA256 (rust/crates/httpdate-1.0.2.crate) = c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421 -SIZE (rust/crates/httpdate-1.0.2.crate) = 10673 +SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 +SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 +SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 +SIZE (rust/crates/home-0.5.9.crate) = 8760 +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.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 +SIZE (rust/crates/http-body-0.4.6.crate) = 10773 +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.18.crate) = b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2 -SIZE (rust/crates/hyper-0.14.18.crate) = 179660 +SHA256 (rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80 +SIZE (rust/crates/hyper-0.14.28.crate) = 197204 SHA256 (rust/crates/hyper-timeout-0.4.1.crate) = bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1 SIZE (rust/crates/hyper-timeout-0.4.1.crate) = 13805 -SHA256 (rust/crates/idna-0.2.3.crate) = 418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8 -SIZE (rust/crates/idna-0.2.3.crate) = 271023 +SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 +SIZE (rust/crates/idna-0.5.0.crate) = 271940 SHA256 (rust/crates/indenter-0.3.3.crate) = ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683 SIZE (rust/crates/indenter-0.3.3.crate) = 6587 -SHA256 (rust/crates/indexmap-1.8.1.crate) = 0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee -SIZE (rust/crates/indexmap-1.8.1.crate) = 53220 -SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c -SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/itertools-0.10.3.crate) = a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3 -SIZE (rust/crates/itertools-0.10.3.crate) = 118661 -SHA256 (rust/crates/itoa-1.0.1.crate) = 1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35 -SIZE (rust/crates/itoa-1.0.1.crate) = 11059 +SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 +SHA256 (rust/crates/indexmap-2.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f +SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 +SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 +SIZE (rust/crates/itertools-0.11.0.crate) = 125074 +SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c +SIZE (rust/crates/itoa-1.0.10.crate) = 10534 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.121.crate) = efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f -SIZE (rust/crates/libc-0.2.121.crate) = 574702 -SHA256 (rust/crates/lock_api-0.4.7.crate) = 327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53 -SIZE (rust/crates/lock_api-0.4.7.crate) = 25371 -SHA256 (rust/crates/log-0.4.16.crate) = 6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8 -SIZE (rust/crates/log-0.4.16.crate) = 37758 +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/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 SIZE (rust/crates/matchers-0.1.0.crate) = 6948 -SHA256 (rust/crates/matches-0.1.9.crate) = a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f -SIZE (rust/crates/matches-0.1.9.crate) = 2246 -SHA256 (rust/crates/matchit-0.5.0.crate) = 73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb -SIZE (rust/crates/matchit-0.5.0.crate) = 20782 -SHA256 (rust/crates/memchr-2.4.1.crate) = 308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a -SIZE (rust/crates/memchr-2.4.1.crate) = 64977 -SHA256 (rust/crates/mime-0.3.16.crate) = 2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d -SIZE (rust/crates/mime-0.3.16.crate) = 15206 +SHA256 (rust/crates/matchit-0.7.3.crate) = 0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94 +SIZE (rust/crates/matchit-0.7.3.crate) = 30372 +SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 +SIZE (rust/crates/memchr-2.7.1.crate) = 96307 +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.4.4.crate) = a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b -SIZE (rust/crates/miniz_oxide-0.4.4.crate) = 49938 -SHA256 (rust/crates/mio-0.7.14.crate) = 8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc -SIZE (rust/crates/mio-0.7.14.crate) = 87429 -SHA256 (rust/crates/mio-0.8.2.crate) = 52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9 -SIZE (rust/crates/mio-0.8.2.crate) = 88272 -SHA256 (rust/crates/miow-0.3.7.crate) = b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21 -SIZE (rust/crates/miow-0.3.7.crate) = 24563 +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/multimap-0.8.3.crate) = e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a SIZE (rust/crates/multimap-0.8.3.crate) = 13518 -SHA256 (rust/crates/nom-7.1.1.crate) = a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36 -SIZE (rust/crates/nom-7.1.1.crate) = 115818 -SHA256 (rust/crates/ntapi-0.3.7.crate) = c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f -SIZE (rust/crates/ntapi-0.3.7.crate) = 126994 -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.27.1.crate) = 67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9 -SIZE (rust/crates/object-0.27.1.crate) = 228030 -SHA256 (rust/crates/once_cell-1.10.0.crate) = 87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9 -SIZE (rust/crates/once_cell-1.10.0.crate) = 30414 -SHA256 (rust/crates/os_str_bytes-6.0.0.crate) = 8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64 -SIZE (rust/crates/os_str_bytes-6.0.0.crate) = 21046 -SHA256 (rust/crates/owo-colors-1.3.0.crate) = 2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55 -SIZE (rust/crates/owo-colors-1.3.0.crate) = 19173 -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.0.crate) = 87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58 -SIZE (rust/crates/parking_lot-0.12.0.crate) = 39761 -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.2.crate) = 995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37 -SIZE (rust/crates/parking_lot_core-0.9.2.crate) = 32254 -SHA256 (rust/crates/percent-encoding-2.1.0.crate) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e -SIZE (rust/crates/percent-encoding-2.1.0.crate) = 9748 -SHA256 (rust/crates/petgraph-0.6.0.crate) = 4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f -SIZE (rust/crates/petgraph-0.6.0.crate) = 182063 -SHA256 (rust/crates/pin-project-1.0.10.crate) = 58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e -SIZE (rust/crates/pin-project-1.0.10.crate) = 56366 -SHA256 (rust/crates/pin-project-internal-1.0.10.crate) = 744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb -SIZE (rust/crates/pin-project-internal-1.0.10.crate) = 27913 -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/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +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/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/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/os_str_bytes-6.6.1.crate) = e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1 +SIZE (rust/crates/os_str_bytes-6.6.1.crate) = 27643 +SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 +SIZE (rust/crates/overload-0.1.1.crate) = 24439 +SHA256 (rust/crates/owo-colors-3.5.0.crate) = c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f +SIZE (rust/crates/owo-colors-3.5.0.crate) = 30310 +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/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 +SIZE (rust/crates/petgraph-0.6.4.crate) = 185895 +SHA256 (rust/crates/pin-project-1.1.3.crate) = fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422 +SIZE (rust/crates/pin-project-1.1.3.crate) = 57740 +SHA256 (rust/crates/pin-project-internal-1.1.3.crate) = 4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405 +SIZE (rust/crates/pin-project-internal-1.1.3.crate) = 27824 +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/ppv-lite86-0.2.16.crate) = eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872 -SIZE (rust/crates/ppv-lite86-0.2.16.crate) = 22245 -SHA256 (rust/crates/prettyplease-0.1.9.crate) = 3b83ec2d0af5c5c556257ff52c9f98934e243b9fd39604bfb2a9b75ec2e97f18 -SIZE (rust/crates/prettyplease-0.1.9.crate) = 48388 +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.16.crate) = a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5 +SIZE (rust/crates/prettyplease-0.2.16.crate) = 57630 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.36.crate) = c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029 -SIZE (rust/crates/proc-macro2-1.0.36.crate) = 41411 -SHA256 (rust/crates/prost-0.11.0.crate) = 399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7 -SIZE (rust/crates/prost-0.11.0.crate) = 26435 -SHA256 (rust/crates/prost-build-0.11.1.crate) = 7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb -SIZE (rust/crates/prost-build-0.11.1.crate) = 34098 -SHA256 (rust/crates/prost-derive-0.11.0.crate) = 7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364 -SIZE (rust/crates/prost-derive-0.11.0.crate) = 19265 -SHA256 (rust/crates/prost-types-0.11.0.crate) = d30bc806a29b347314be074ff0608ef8e547286e8ea68b061a2fe55689edc01f -SIZE (rust/crates/prost-types-0.11.0.crate) = 39743 -SHA256 (rust/crates/quote-1.0.17.crate) = 632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58 -SIZE (rust/crates/quote-1.0.17.crate) = 28629 +SHA256 (rust/crates/proc-macro2-1.0.75.crate) = 907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708 +SIZE (rust/crates/proc-macro2-1.0.75.crate) = 45621 +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/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.3.crate) = d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7 -SIZE (rust/crates/rand_core-0.6.3.crate) = 21938 -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/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c +SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (rust/crates/ratatui-0.20.1.crate) = dcc0d032bccba900ee32151ec0265667535c230169f5a011154cdcd984e16829 +SIZE (rust/crates/ratatui-0.20.1.crate) = 148989 +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.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 -SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b -SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293 -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/rustc-demangle-0.1.21.crate) = 7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342 -SIZE (rust/crates/rustc-demangle-0.1.21.crate) = 27920 -SHA256 (rust/crates/ryu-1.0.9.crate) = 73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f -SIZE (rust/crates/ryu-1.0.9.crate) = 48391 -SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -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/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31 -SIZE (rust/crates/sharded-slab-0.1.4.crate) = 52479 -SHA256 (rust/crates/signal-hook-0.3.13.crate) = 647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d -SIZE (rust/crates/signal-hook-0.3.13.crate) = 49252 +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/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 +SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 +SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 +SIZE (rust/crates/rustix-0.38.28.crate) = 365398 +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/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/serde-1.0.194.crate) = 0b114498256798c94a0689e1a15fec6005dee8ac1f41de56404b67afc2a4b773 +SIZE (rust/crates/serde-1.0.194.crate) = 76863 +SHA256 (rust/crates/serde_derive-1.0.194.crate) = a3385e45322e8f9931410f01b3031ec534c3947d0e94c18049af4d9f9907d4e0 +SIZE (rust/crates/serde_derive-1.0.194.crate) = 55685 +SHA256 (rust/crates/serde_json-1.0.111.crate) = 176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4 +SIZE (rust/crates/serde_json-1.0.111.crate) = 146447 +SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 +SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 +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.0.crate) = e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0 -SIZE (rust/crates/signal-hook-registry-1.4.0.crate) = 17912 -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.4.4.crate) = 66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0 -SIZE (rust/crates/socket2-0.4.4.crate) = 44048 +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/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (rust/crates/slab-0.4.9.crate) = 17108 +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/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/syn-1.0.90.crate) = 704df27628939572cd88d33f171cd6f896f4eaca85252c6e0a72d8d8287ee86f -SIZE (rust/crates/syn-1.0.90.crate) = 235956 -SHA256 (rust/crates/sync_wrapper-0.1.1.crate) = 20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8 -SIZE (rust/crates/sync_wrapper-0.1.1.crate) = 6556 -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.15.0.crate) = b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb -SIZE (rust/crates/textwrap-0.15.0.crate) = 52998 -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/thread_local-1.1.4.crate) = 5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180 -SIZE (rust/crates/thread_local-1.1.4.crate) = 13106 -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-1.17.0.crate) = 2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee -SIZE (rust/crates/tokio-1.17.0.crate) = 562425 +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/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 +SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 +SHA256 (rust/crates/tempfile-3.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa +SIZE (rust/crates/tempfile-3.9.0.crate) = 32182 +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.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/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 +SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 +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.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-1.7.0.crate) = b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7 -SIZE (rust/crates/tokio-macros-1.7.0.crate) = 9261 -SHA256 (rust/crates/tokio-stream-0.1.8.crate) = 50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3 -SIZE (rust/crates/tokio-stream-0.1.8.crate) = 30537 -SHA256 (rust/crates/tokio-util-0.7.1.crate) = 0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764 -SIZE (rust/crates/tokio-util-0.7.1.crate) = 87364 -SHA256 (rust/crates/toml-0.5.8.crate) = a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa -SIZE (rust/crates/toml-0.5.8.crate) = 54219 -SHA256 (rust/crates/tonic-0.8.0.crate) = 498f271adc46acce75d66f639e4d35b31b2394c295c82496727dafa16d465dd2 -SIZE (rust/crates/tonic-0.8.0.crate) = 86906 -SHA256 (rust/crates/tonic-build-0.8.0.crate) = 2fbcd2800e34e743b9ae795867d5f77b535d3a3be69fd731e39145719752df8c -SIZE (rust/crates/tonic-build-0.8.0.crate) = 15315 -SHA256 (rust/crates/tower-0.4.12.crate) = 9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e -SIZE (rust/crates/tower-0.4.12.crate) = 107319 -SHA256 (rust/crates/tower-http-0.2.5.crate) = aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8 -SIZE (rust/crates/tower-http-0.2.5.crate) = 90591 -SHA256 (rust/crates/tower-layer-0.3.1.crate) = 343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62 -SIZE (rust/crates/tower-layer-0.3.1.crate) = 5165 -SHA256 (rust/crates/tower-service-0.3.1.crate) = 360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6 -SIZE (rust/crates/tower-service-0.3.1.crate) = 6299 -SHA256 (rust/crates/tracing-0.1.32.crate) = 4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f -SIZE (rust/crates/tracing-0.1.32.crate) = 77985 -SHA256 (rust/crates/tracing-attributes-0.1.20.crate) = 2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b -SIZE (rust/crates/tracing-attributes-0.1.20.crate) = 26316 -SHA256 (rust/crates/tracing-core-0.1.24.crate) = 90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee -SIZE (rust/crates/tracing-core-0.1.24.crate) = 53469 -SHA256 (rust/crates/tracing-error-0.1.2.crate) = b4d7c0b83d4a500748fa5879461652b361edf5c9d51ede2a2ac03875ca185e24 -SIZE (rust/crates/tracing-error-0.1.2.crate) = 11101 -SHA256 (rust/crates/tracing-futures-0.2.5.crate) = 97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2 -SIZE (rust/crates/tracing-futures-0.2.5.crate) = 11637 +SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b +SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 +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.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 +SIZE (rust/crates/toml-0.5.11.crate) = 54910 +SHA256 (rust/crates/tonic-0.10.2.crate) = d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e +SIZE (rust/crates/tonic-0.10.2.crate) = 95739 +SHA256 (rust/crates/tonic-build-0.10.2.crate) = 9d021fc044c18582b9a2408cd0dd05b1596e3ecdb5c4df822bb0183545683889 +SIZE (rust/crates/tonic-build-0.10.2.crate) = 17908 +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-error-0.2.0.crate) = d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e +SIZE (rust/crates/tracing-error-0.2.0.crate) = 13938 SHA256 (rust/crates/tracing-journald-0.2.4.crate) = 1ba49f4829f4e95702943ec6b2fad8936b369d20fa27036caf01329fb230e460 SIZE (rust/crates/tracing-journald-0.2.4.crate) = 10968 -SHA256 (rust/crates/tracing-log-0.1.2.crate) = a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3 -SIZE (rust/crates/tracing-log-0.1.2.crate) = 14915 -SHA256 (rust/crates/tracing-subscriber-0.2.25.crate) = 0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71 -SIZE (rust/crates/tracing-subscriber-0.2.25.crate) = 149469 -SHA256 (rust/crates/tracing-subscriber-0.3.11.crate) = 4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596 -SIZE (rust/crates/tracing-subscriber-0.3.11.crate) = 184827 -SHA256 (rust/crates/try-lock-0.2.3.crate) = 59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642 -SIZE (rust/crates/try-lock-0.2.3.crate) = 4158 -SHA256 (rust/crates/tui-0.16.0.crate) = 39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23 -SIZE (rust/crates/tui-0.16.0.crate) = 142363 -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/url-2.2.2.crate) = a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c -SIZE (rust/crates/url-2.2.2.crate) = 68555 +SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 +SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 +SHA256 (rust/crates/tracing-subscriber-0.3.18.crate) = ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b +SIZE (rust/crates/tracing-subscriber-0.3.18.crate) = 196312 +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-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-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/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 +SIZE (rust/crates/url-2.5.0.crate) = 78605 SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d SIZE (rust/crates/valuable-0.1.0.crate) = 27718 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f SIZE (rust/crates/version_check-0.9.4.crate) = 14895 -SHA256 (rust/crates/want-0.3.0.crate) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0 -SIZE (rust/crates/want-0.3.0.crate) = 6550 -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/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/which-4.2.5.crate) = 5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae -SIZE (rust/crates/which-4.2.5.crate) = 9326 +SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 +SIZE (rust/crates/which-4.4.2.crate) = 15953 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.34.0.crate) = 5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825 -SIZE (rust/crates/windows-sys-0.34.0.crate) = 3369228 -SHA256 (rust/crates/windows_aarch64_msvc-0.34.0.crate) = 17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d -SIZE (rust/crates/windows_aarch64_msvc-0.34.0.crate) = 674445 -SHA256 (rust/crates/windows_i686_gnu-0.34.0.crate) = 2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed -SIZE (rust/crates/windows_i686_gnu-0.34.0.crate) = 772343 -SHA256 (rust/crates/windows_i686_msvc-0.34.0.crate) = 9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956 -SIZE (rust/crates/windows_i686_msvc-0.34.0.crate) = 733497 -SHA256 (rust/crates/windows_x86_64_gnu-0.34.0.crate) = cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4 -SIZE (rust/crates/windows_x86_64_gnu-0.34.0.crate) = 744301 -SHA256 (rust/crates/windows_x86_64_msvc-0.34.0.crate) = d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9 -SIZE (rust/crates/windows_x86_64_msvc-0.34.0.crate) = 669900 -SHA256 (tokio-rs-console-tokio-console-v0.1.7_GH0.tar.gz) = df3c9c4f7978ca7d66ccda3d464b73e2fa5d156ce4eda85703508ea50b77fb0c -SIZE (tokio-rs-console-tokio-console-v0.1.7_GH0.tar.gz) = 1472996 +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 (tokio-rs-console-tokio-console-v0.1.10_GH0.tar.gz) = 627440de10c53567e1dfa942ac655c4d6c1eed4c36f0c84eeb87c831bf8a883d +SIZE (tokio-rs-console-tokio-console-v0.1.10_GH0.tar.gz) = 3995290 diff --git a/devel/tree-sitter-graph/Makefile b/devel/tree-sitter-graph/Makefile index a6a3233b22f..82e4c22cf2c 100644 --- a/devel/tree-sitter-graph/Makefile +++ b/devel/tree-sitter-graph/Makefile @@ -1,7 +1,7 @@ PORTNAME= tree-sitter-graph DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/treefmt/Makefile b/devel/treefmt/Makefile index 6062dc0c55d..4d9fe383ec2 100644 --- a/devel/treefmt/Makefile +++ b/devel/treefmt/Makefile @@ -1,7 +1,7 @@ PORTNAME= treefmt DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/tup/Makefile b/devel/tup/Makefile index b6e97342dc2..baf54b1e653 100644 --- a/devel/tup/Makefile +++ b/devel/tup/Makefile @@ -26,7 +26,7 @@ do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${INSTALL_WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/share/vim/vimfiles/syntax ${INSTALL_DATA} ${INSTALL_WRKSRC}/contrib/syntax/*.vim \ ${STAGEDIR}${PREFIX}/share/vim/vimfiles/syntax diff --git a/devel/twiggy/Makefile b/devel/twiggy/Makefile index 15a825f0c81..1aa29724cd3 100644 --- a/devel/twiggy/Makefile +++ b/devel/twiggy/Makefile @@ -1,6 +1,6 @@ PORTNAME= twiggy DISTVERSION= 0.6.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel www MAINTAINER= yuri@FreeBSD.org diff --git a/devel/typeshare/Makefile b/devel/typeshare/Makefile index 90c7807236b..57221c4261a 100644 --- a/devel/typeshare/Makefile +++ b/devel/typeshare/Makefile @@ -1,7 +1,7 @@ PORTNAME= typeshare DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/wasmer/Makefile b/devel/wasmer/Makefile index 4a395e27a7f..ec2f5423c2b 100644 --- a/devel/wasmer/Makefile +++ b/devel/wasmer/Makefile @@ -1,6 +1,7 @@ PORTNAME= wasmer DISTVERSIONPREFIX= v DISTVERSION= 4.2.5 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= kjozic@gmail.com diff --git a/devel/wrangler/Makefile b/devel/wrangler/Makefile index 11b84c7f32b..795786121e2 100644 --- a/devel/wrangler/Makefile +++ b/devel/wrangler/Makefile @@ -1,7 +1,7 @@ PORTNAME= wrangler DISTVERSIONPREFIX= v DISTVERSION= 1.19.12 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel MAINTAINER= antranigv@freebsd.am diff --git a/devel/xa65/Makefile b/devel/xa65/Makefile index 0ac0cf39739..7de5a0cf46a 100644 --- a/devel/xa65/Makefile +++ b/devel/xa65/Makefile @@ -1,5 +1,6 @@ PORTNAME= xa65 PORTVERSION= 2.3.14 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.floodgap.com/retrotech/xa/dists/ DISTNAME= xa-${PORTVERSION} @@ -19,8 +20,8 @@ do-install: .for file in file65 ldo65 reloc65 printcbm uncpk ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin .endfor - ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${LN} -sf xa.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/xa65.1 + ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${LN} -sf xa.1 ${STAGEDIR}${PREFIX}/share/man/man1/xa65.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/xa65/pkg-plist b/devel/xa65/pkg-plist index a013919a050..a89bd5b7755 100644 --- a/devel/xa65/pkg-plist +++ b/devel/xa65/pkg-plist @@ -4,13 +4,13 @@ bin/printcbm bin/reloc65 bin/uncpk bin/xa65 -man/man1/file65.1.gz -man/man1/ldo65.1.gz -man/man1/printcbm.1.gz -man/man1/reloc65.1.gz -man/man1/uncpk.1.gz -man/man1/xa.1.gz -man/man1/xa65.1.gz +share/man/man1/file65.1.gz +share/man/man1/ldo65.1.gz +share/man/man1/printcbm.1.gz +share/man/man1/reloc65.1.gz +share/man/man1/uncpk.1.gz +share/man/man1/xa.1.gz +share/man/man1/xa65.1.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.1st diff --git a/devel/z80-asm/Makefile b/devel/z80-asm/Makefile index cc422953834..3e107278361 100644 --- a/devel/z80-asm/Makefile +++ b/devel/z80-asm/Makefile @@ -48,9 +48,9 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/z80-asm ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/z80-mon ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/doc/man/*.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/doc/man/*.5 ${STAGEDIR}${PREFIX}/share/man/man5 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/z80-asm/pkg-plist b/devel/z80-asm/pkg-plist index ca210db6fad..c5e528328f7 100644 --- a/devel/z80-asm/pkg-plist +++ b/devel/z80-asm/pkg-plist @@ -1,12 +1,12 @@ bin/z80-asm bin/z80-mon -man/man1/z80-asm.1.gz -man/man1/z80-mon.1.gz -man/man3/z80-cpu.3.gz -man/man3/z80-memory.3.gz -man/man5/z80-asm.5.gz -man/man5/z80-banks.5.gz -man/man5/z80-file.5.gz -man/man5/z80-keyboard.5.gz -man/man5/z80-memory.5.gz -man/man5/z80-ports.5.gz +share/man/man1/z80-asm.1.gz +share/man/man1/z80-mon.1.gz +share/man/man3/z80-cpu.3.gz +share/man/man3/z80-memory.3.gz +share/man/man5/z80-asm.5.gz +share/man/man5/z80-banks.5.gz +share/man/man5/z80-file.5.gz +share/man/man5/z80-keyboard.5.gz +share/man/man5/z80-memory.5.gz +share/man/man5/z80-ports.5.gz diff --git a/dns/blocky/Makefile b/dns/blocky/Makefile index 502fc9f37be..45cac4b303e 100644 --- a/dns/blocky/Makefile +++ b/dns/blocky/Makefile @@ -1,7 +1,6 @@ PORTNAME= blocky DISTVERSIONPREFIX= v -DISTVERSION= 0.22 -PORTREVISION= 2 +DISTVERSION= 0.23 CATEGORIES= dns MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod @@ -13,7 +12,7 @@ WWW= https://0xerr0r.github.io/blocky/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.21,modules USE_GITHUB= yes GH_ACCOUNT= 0xERR0R USE_RC_SUBR= blocky @@ -22,7 +21,8 @@ GO_MODULE= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= main.go:${PREFIX}/sbin/${PORTNAME} GO_BUILDFLAGS= -ldflags "-w -s \ -X github.com/0xERR0R/blocky/util.Version=${DISTVERSION} \ - -X github.com/0xERR0R/blocky/util.BuildTime=`date '+%Y%m%d-%H%M%S'`" + -X github.com/0xERR0R/blocky/util.BuildTime=`date '+%Y%m%d-%H%M%S'` \ + -X github.com/0xERR0R/blocky/util.Architecture=${ARCH}" SUB_FILES= pkg-message diff --git a/dns/blocky/distinfo b/dns/blocky/distinfo index 9adefae1767..237b1695dda 100644 --- a/dns/blocky/distinfo +++ b/dns/blocky/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1693472582 -SHA256 (go/dns_blocky/0xERR0R-blocky-v0.22_GH0/go.mod) = 7835cb78eef479884288d74a72eca9d65eeacd736fbe6e16e8589f26c29f4c24 -SIZE (go/dns_blocky/0xERR0R-blocky-v0.22_GH0/go.mod) = 5901 -SHA256 (go/dns_blocky/0xERR0R-blocky-v0.22_GH0/0xERR0R-blocky-v0.22_GH0.tar.gz) = c11a4532ad6636d120ceab844af1a846a8fc379acb03359870de1dc1f8cf7876 -SIZE (go/dns_blocky/0xERR0R-blocky-v0.22_GH0/0xERR0R-blocky-v0.22_GH0.tar.gz) = 712644 +TIMESTAMP = 1704619743 +SHA256 (go/dns_blocky/0xERR0R-blocky-v0.23_GH0/go.mod) = 888bdc6ea8dfe2b7001338721b25489249e8dffbd5d3b295550768e641ea29ec +SIZE (go/dns_blocky/0xERR0R-blocky-v0.23_GH0/go.mod) = 6797 +SHA256 (go/dns_blocky/0xERR0R-blocky-v0.23_GH0/0xERR0R-blocky-v0.23_GH0.tar.gz) = 605e5ad01eb74cfcb369df73a3c07742b05d8fb9db84c172ac45c5fc514f4194 +SIZE (go/dns_blocky/0xERR0R-blocky-v0.23_GH0/0xERR0R-blocky-v0.23_GH0.tar.gz) = 7236537 diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index a6fcc924cbb..afca37b93d6 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -24,7 +24,7 @@ do-configure: do-install: cd ${WRKSRC} ; ${INSTALL_SCRIPT} dlint digparse \ ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/dlint.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/dlint.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} diff --git a/dns/dlint/pkg-plist b/dns/dlint/pkg-plist index 6e1429c5b53..f5929a1b20d 100644 --- a/dns/dlint/pkg-plist +++ b/dns/dlint/pkg-plist @@ -1,4 +1,4 @@ sbin/dlint sbin/digparse -man/man8/dlint.8.gz +share/man/man8/dlint.8.gz %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/dns/dnrd/Makefile b/dns/dnrd/Makefile index 24d3ca40a9d..b2fd07aeeab 100644 --- a/dns/dnrd/Makefile +++ b/dns/dnrd/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnrd PORTVERSION= 2.20.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= SF @@ -36,7 +36,7 @@ RANDOM_CONFIGURE_ENABLE= random-src do-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_PROGRAM} ${WRKSRC}/src/dnrd ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/dnrd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/doc/dnrd.8 ${STAGEDIR}${PREFIX}/share/man/man8/ ${INSTALL_DATA} ${WRKSRC}/doc/master.sample ${STAGEDIR}${ETCDIR}/ do-install-DOCS-on: diff --git a/dns/dnrd/pkg-plist b/dns/dnrd/pkg-plist index 002630d9d14..ef9ea105020 100644 --- a/dns/dnrd/pkg-plist +++ b/dns/dnrd/pkg-plist @@ -1,3 +1,3 @@ sbin/dnrd %%ETCDIR%%/master.sample -man/man8/dnrd.8.gz +share/man/man8/dnrd.8.gz diff --git a/dns/dns2blackhole/Makefile b/dns/dns2blackhole/Makefile index ce40494c512..c55144ddc38 100644 --- a/dns/dns2blackhole/Makefile +++ b/dns/dns2blackhole/Makefile @@ -1,5 +1,6 @@ PORTNAME= dns2blackhole PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= SF/${PORTNAME} @@ -23,6 +24,6 @@ do-install: ${STAGEDIR}${ETCDIR}/dns2blackhole-unbound.conf.sample ${INSTALL_MAN} ${WRKSRC}/dns2blackhole.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/dns/dns2blackhole/pkg-plist b/dns/dns2blackhole/pkg-plist index e530e4fffc4..46923e05944 100644 --- a/dns/dns2blackhole/pkg-plist +++ b/dns/dns2blackhole/pkg-plist @@ -4,4 +4,4 @@ bin/dns2blackhole-update1 bin/dns2blackhole-update2 bin/dns2blackhole-whitelist @sample %%ETCDIR%%/dns2blackhole-unbound.conf.sample -man/man8/dns2blackhole.8.gz +share/man/man8/dns2blackhole.8.gz diff --git a/dns/dns_balance/Makefile b/dns/dns_balance/Makefile index be003f3f34d..6a3b95e9f21 100644 --- a/dns/dns_balance/Makefile +++ b/dns/dns_balance/Makefile @@ -3,13 +3,15 @@ PORTVERSION= 2.1 CATEGORIES= dns MASTER_SITES= https://BSDforge.com/projects/source/dns/dns_balance/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic load-balancing DNS server WWW= https://www.netlab.cs.tsukuba.ac.jp/~yokota/izumi/dns_balance/ LICENSE= BSD2CLAUSE BROKEN= Unfetchable +DEPRECATED= Abandonware, last release in 2005. Consider using dns/dnsdist +EXPIRATION_DATE=2024-02-29 USES= ruby shebangfix tar:xz USE_RC_SUBR= dns_balance diff --git a/dns/dnscheckengine/Makefile b/dns/dnscheckengine/Makefile index 0ebb7c693f1..cd554e6f1a4 100644 --- a/dns/dnscheckengine/Makefile +++ b/dns/dnscheckengine/Makefile @@ -5,7 +5,7 @@ CATEGORIES= dns perl5 MASTER_SITES= https://BSDforge.com/projects/source/dns/dnscheckengine/ DISTNAME= DNSCheck-1.1 -MAINTAINER= portmaster@bsdforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= DNS checker from the folks that run the .SE top level domain WWW= https://dnscheck.iis.se/ @@ -13,6 +13,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Unfetchable +DEPRECATED= Deprecated upstream in favour of Zonemaster Project +EXPIRATION_DATE=2024-02-29 BUILD_DEPENDS= p5-Crypt-OpenSSL-Random>=0:security/p5-Crypt-OpenSSL-Random \ p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \ diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index e39271f8333..f7d67792f6a 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnsproxy PORTVERSION= 1.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MASTER_SITES= http://www.wolfermann.org/ @@ -18,14 +18,14 @@ USES= groff USE_RC_SUBR= dnsproxy PLIST_FILES= etc/${PORTNAME}/dnsproxy.conf.sample \ - man/man1/dnsproxy.1.gz \ + share/man/man1/dnsproxy.1.gz \ sbin/dnsproxy SUB_FILES= pkg-message do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/dnsproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dnsproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/dnsproxy.conf ${STAGEDIR}${ETCDIR}/dnsproxy.conf.sample diff --git a/dns/dnstop/Makefile b/dns/dnstop/Makefile index f7bd1ca4e74..051d957ae06 100644 --- a/dns/dnstop/Makefile +++ b/dns/dnstop/Makefile @@ -1,5 +1,6 @@ PORTNAME= dnstop PORTVERSION= 20140915 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://dns.measurement-factory.com/tools/dnstop/src/ @@ -13,10 +14,10 @@ USES= ncurses GNU_CONFIGURE= yes PLIST_FILES= bin/dnstop \ - man/man8/dnstop.8.gz + share/man/man8/dnstop.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${STAGEDIR}${PREFIX}/share/man/man8/ .include diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile index 0a7230612f8..d00040b2f47 100644 --- a/dns/dnsutl/Makefile +++ b/dns/dnsutl/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnsutl PORTVERSION= 1.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -22,6 +22,6 @@ MAKE_JOBS_UNSAFE= yes USES= groff post-install: - ${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/dns/dnsutl/pkg-plist b/dns/dnsutl/pkg-plist index f741b5aa47f..2c4514231cb 100644 --- a/dns/dnsutl/pkg-plist +++ b/dns/dnsutl/pkg-plist @@ -10,16 +10,16 @@ bin/dns-hosts bin/dns-hosts-import bin/dns-ng bin/dns-rev -man/man1/dns-boot-check.1.gz -man/man1/dns-bootp.1.gz -man/man1/dns-bootparams.1.gz -man/man1/dns-conf-check.1.gz -man/man1/dns-dhcp.1.gz -man/man1/dns-ethers-import.1.gz -man/man1/dns-ethers.1.gz -man/man1/dns-filter.1.gz -man/man1/dns-hosts-import.1.gz -man/man1/dns-hosts.1.gz -man/man1/dns-license.1.gz -man/man1/dns-ng.1.gz -man/man1/dns-rev.1.gz +share/man/man1/dns-boot-check.1.gz +share/man/man1/dns-bootp.1.gz +share/man/man1/dns-bootparams.1.gz +share/man/man1/dns-conf-check.1.gz +share/man/man1/dns-dhcp.1.gz +share/man/man1/dns-ethers-import.1.gz +share/man/man1/dns-ethers.1.gz +share/man/man1/dns-filter.1.gz +share/man/man1/dns-hosts-import.1.gz +share/man/man1/dns-hosts.1.gz +share/man/man1/dns-license.1.gz +share/man/man1/dns-ng.1.gz +share/man/man1/dns-rev.1.gz diff --git a/dns/dog/Makefile b/dns/dog/Makefile index 350fee6b242..a5bdffcc0ff 100644 --- a/dns/dog/Makefile +++ b/dns/dog/Makefile @@ -1,7 +1,7 @@ PORTNAME= dog DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= dns net MAINTAINER= lcook@FreeBSD.org diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile index 6f3ef9443ff..b9a112dbaa6 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -1,6 +1,6 @@ PORTNAME= doh-proxy DISTVERSION= 0.9.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= dns MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/dns/dq/Makefile b/dns/dq/Makefile index 54727237156..1f87f463f89 100644 --- a/dns/dq/Makefile +++ b/dns/dq/Makefile @@ -1,5 +1,5 @@ PORTNAME= dq -PORTVERSION= 20230101 +PORTVERSION= 20240101 CATEGORIES= dns MAINTAINER= pkubaj@FreeBSD.org diff --git a/dns/dq/distinfo b/dns/dq/distinfo index 5a17a7f2ce3..983c82be146 100644 --- a/dns/dq/distinfo +++ b/dns/dq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672616131 -SHA256 (janmojzis-dq-20230101_GH0.tar.gz) = 29d891e7ce7a25b6226a2784e8c5edc7885657e94f1e800e4fadcb3427e0f183 -SIZE (janmojzis-dq-20230101_GH0.tar.gz) = 70279 +TIMESTAMP = 1704808720 +SHA256 (janmojzis-dq-20240101_GH0.tar.gz) = a86b697e4c23568d9aacc93dea8cfaae0d889dfb22509e0491f9de3d80adf9c3 +SIZE (janmojzis-dq-20240101_GH0.tar.gz) = 72409 diff --git a/dns/dynip/Makefile b/dns/dynip/Makefile index b5fca3dca2b..0c494d50376 100644 --- a/dns/dynip/Makefile +++ b/dns/dynip/Makefile @@ -1,5 +1,6 @@ PORTNAME= dynip PORTVERSION= 0.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= SF/${PORTNAME} @@ -21,7 +22,7 @@ do-install: ${STAGEDIR}${PREFIX}/etc/rc.d/dynip ${INSTALL_MAN} ${WRKSRC}/dynip.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKSRC}/dynip_daily \ diff --git a/dns/dynip/pkg-plist b/dns/dynip/pkg-plist index 2c2aa34bc56..2c60ddc0301 100644 --- a/dns/dynip/pkg-plist +++ b/dns/dynip/pkg-plist @@ -1,4 +1,4 @@ bin/dynip etc/rc.d/dynip etc/periodic/daily/dynip -man/man8/dynip.8.gz +share/man/man8/dynip.8.gz diff --git a/dns/encrypted-dns-server/Makefile b/dns/encrypted-dns-server/Makefile index 54b1e4da901..63b3bbef6cb 100644 --- a/dns/encrypted-dns-server/Makefile +++ b/dns/encrypted-dns-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= encrypted-dns-server DISTVERSION= 0.9.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= dns MAINTAINER= felix@userspace.com.au diff --git a/dns/gen6dns/Makefile b/dns/gen6dns/Makefile index c88868c0211..93e391cf3ea 100644 --- a/dns/gen6dns/Makefile +++ b/dns/gen6dns/Makefile @@ -1,5 +1,6 @@ PORTNAME= gen6dns PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.hznet.de/tools/ @@ -12,11 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes -PLIST_FILES= bin/gen6dns bin/soaserial ${MAN1PREFIX}/man/man1/gen6dns.1.gz +PLIST_FILES= bin/gen6dns bin/soaserial ${PREFIX}/share/man/man1/gen6dns.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gen6dns ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/soaserial ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/gen6dns.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/gen6dns.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/dns/godns/Makefile b/dns/godns/Makefile index b2728625b6e..0ffe10ecc99 100644 --- a/dns/godns/Makefile +++ b/dns/godns/Makefile @@ -1,7 +1,6 @@ PORTNAME= godns DISTVERSIONPREFIX= v -DISTVERSION= 3.0.4 -PORTREVISION= 1 +DISTVERSION= 3.0.5 CATEGORIES= dns MAINTAINER= diizzy@FreeBSD.org @@ -29,13 +28,13 @@ GH_TUPLE= \ go-resty:resty:v2.7.0:go_resty_resty_v2/vendor/github.com/go-resty/resty/v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ - golang:crypto:v0.8.0:golang_crypto/vendor/golang.org/x/crypto \ + golang:crypto:v0.17.0:golang_crypto/vendor/golang.org/x/crypto \ golang:mod:v0.10.0:golang_mod/vendor/golang.org/x/mod \ - golang:net:v0.9.0:golang_net/vendor/golang.org/x/net \ + 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:sys:v0.7.0:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.9.0:golang_text/vendor/golang.org/x/text \ + golang:sys:v0.15.0:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ golang:tools:v0.8.0:golang_tools/vendor/golang.org/x/tools \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ gorilla:websocket:v1.5.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ @@ -49,8 +48,7 @@ GH_TUPLE= \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ ovh:go-ovh:v1.4.1:ovh_go_ovh/vendor/github.com/ovh/go-ovh \ protocolbuffers:protobuf-go:v1.30.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ - sirupsen:logrus:v1.9.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ - stretchr:testify:v1.8.2:stretchr_testify/vendor/github.com/stretchr/testify + sirupsen:logrus:v1.9.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus GO_TARGET= ./cmd/${PORTNAME} diff --git a/dns/godns/distinfo b/dns/godns/distinfo index 53c73f8f704..056c1c8baa5 100644 --- a/dns/godns/distinfo +++ b/dns/godns/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1697979253 -SHA256 (TimothyYe-godns-v3.0.4_GH0.tar.gz) = 1874ac383aaa5d218158ae8862a228307773432479dfd2e22c62d941f372a1ff -SIZE (TimothyYe-godns-v3.0.4_GH0.tar.gz) = 326763 +TIMESTAMP = 1704474898 +SHA256 (TimothyYe-godns-v3.0.5_GH0.tar.gz) = fbfc05fa8b7f2d93cef5058d5c36582df0ef28b4913e6ba3969c95847a822766 +SIZE (TimothyYe-godns-v3.0.5_GH0.tar.gz) = 327804 SHA256 (alexcesaro-quotedprintable-2caba252f4dc_GH0.tar.gz) = 1a314d172f499342a97996e30ae1731b2e923e17031734d7350927458f544efb SIZE (alexcesaro-quotedprintable-2caba252f4dc_GH0.tar.gz) = 10425 SHA256 (bitly-go-simplejson-v0.5.0_GH0.tar.gz) = 44196c95263e74277372319e5a6cb7f53b29ef7ddab8c7fed6ce6fc80144d465 @@ -23,20 +23,20 @@ SHA256 (go-yaml-yaml-v3.0.1_GH0.tar.gz) = cf05411540d3e6ef8f1fd88434b34f94cedace SIZE (go-yaml-yaml-v3.0.1_GH0.tar.gz) = 91173 SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007 -SHA256 (golang-crypto-v0.8.0_GH0.tar.gz) = b8fb5d22ed977e7912d8a2c80ff40a4632fba492d43cc638c8b8bb7e961bea33 -SIZE (golang-crypto-v0.8.0_GH0.tar.gz) = 1634889 +SHA256 (golang-crypto-v0.17.0_GH0.tar.gz) = a921c84634495d0d6fe25d81ff0cc7bd1e045865ffe95a7e329cd6f7eceaef6d +SIZE (golang-crypto-v0.17.0_GH0.tar.gz) = 1809419 SHA256 (golang-mod-v0.10.0_GH0.tar.gz) = 3d944a6ee2d258713636400930d0d5913a71a861d8efd00b51b97e8d19b487ba SIZE (golang-mod-v0.10.0_GH0.tar.gz) = 120380 -SHA256 (golang-net-v0.9.0_GH0.tar.gz) = f7f85ae52cf7dae86a30c71db6601f84bb1dd25e68e81b04deaeeb0dc3bbad1f -SIZE (golang-net-v0.9.0_GH0.tar.gz) = 1244440 +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-sys-v0.7.0_GH0.tar.gz) = be9b6e1cb2fdb5822ea7fde4c3b226cfe47927c4305db9fa9fc1fae4fdf213b0 -SIZE (golang-sys-v0.7.0_GH0.tar.gz) = 1434670 -SHA256 (golang-text-v0.9.0_GH0.tar.gz) = 410b532978a3dcd01caa39baa39e0c6044e066545ab231b523cafbccf4425791 -SIZE (golang-text-v0.9.0_GH0.tar.gz) = 8361612 +SHA256 (golang-sys-v0.15.0_GH0.tar.gz) = b0bc04c5a1d1ae7c5962e66f19def881b5ab2191cc08cce5021fe7e952ed5484 +SIZE (golang-sys-v0.15.0_GH0.tar.gz) = 1443508 +SHA256 (golang-text-v0.14.0_GH0.tar.gz) = c80295e75bda599d17ccf74038139b0957b9915fae4e60d8b46f89454ef171a0 +SIZE (golang-text-v0.14.0_GH0.tar.gz) = 8974094 SHA256 (golang-tools-v0.8.0_GH0.tar.gz) = 83277ab2b9590c472d5127d49757fbb44d45e1518c1f59eac7d0d8898b1970e6 SIZE (golang-tools-v0.8.0_GH0.tar.gz) = 3399590 SHA256 (google-uuid-v1.3.0_GH0.tar.gz) = 7f7f37c47980e0afcc178a9ffc390bec29ed2371919b4c07658eb01791a7f921 @@ -65,5 +65,3 @@ SHA256 (protocolbuffers-protobuf-go-v1.30.0_GH0.tar.gz) = 3279a16ec3bdd7c53fe159 SIZE (protocolbuffers-protobuf-go-v1.30.0_GH0.tar.gz) = 1298988 SHA256 (sirupsen-logrus-v1.9.0_GH0.tar.gz) = 12446ed9eb96573c2aae4df2db81900a65bfd21d2ce92efde7201614e42134f7 SIZE (sirupsen-logrus-v1.9.0_GH0.tar.gz) = 49098 -SHA256 (stretchr-testify-v1.8.2_GH0.tar.gz) = b1f8aab2022b39d9263dc38ce4a974f64c0219f580a6fe9c56693beaf2702516 -SIZE (stretchr-testify-v1.8.2_GH0.tar.gz) = 98353 diff --git a/dns/kf5-kdnssd/distinfo b/dns/kf5-kdnssd/distinfo index e6f077c8432..50907220373 100644 --- a/dns/kf5-kdnssd/distinfo +++ b/dns/kf5-kdnssd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883623 -SHA256 (KDE/frameworks/5.112.0/kdnssd-5.112.0.tar.xz) = 5adc0440d4ca8adea12094304824355f3407654b02b6885a12560447486da131 -SIZE (KDE/frameworks/5.112.0/kdnssd-5.112.0.tar.xz) = 2281020 +TIMESTAMP = 1701678503 +SHA256 (KDE/frameworks/5.113.0/kdnssd-5.113.0.tar.xz) = d8aa224580fa75d5e6c379a14034e8d5ee140cefcdfe695621750417fc4f6bc1 +SIZE (KDE/frameworks/5.113.0/kdnssd-5.113.0.tar.xz) = 2280752 diff --git a/dns/nsnotifyd/Makefile b/dns/nsnotifyd/Makefile index cdfe4974887..e6a29d9aaf2 100644 --- a/dns/nsnotifyd/Makefile +++ b/dns/nsnotifyd/Makefile @@ -31,11 +31,11 @@ do-install: .endfor .for man in ${MAN1FILES} - ${INSTALL_MAN} ${WRKSRC}/${man}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${man}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .for man in ${MAN5FILES} - ${INSTALL_MAN} ${WRKSRC}/${man}.5 ${STAGEDIR}${MAN1PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/${man}.5 ${STAGEDIR}${PREFIX}/share/man/man5 .endfor .include diff --git a/dns/nsnotifyd/pkg-plist b/dns/nsnotifyd/pkg-plist index 161e899fa38..8e492d00e57 100644 --- a/dns/nsnotifyd/pkg-plist +++ b/dns/nsnotifyd/pkg-plist @@ -4,7 +4,7 @@ bin/nsnotify2git bin/nsnotify2stealth bin/nsnotify2update bin/nsnotifyd -man/man1/metazone.1.gz -man/man1/nsnotify.1.gz -man/man1/nsnotifyd.1.gz -man/man5/metazone.5.gz +share/man/man1/metazone.1.gz +share/man/man1/nsnotify.1.gz +share/man/man1/nsnotifyd.1.gz +share/man/man5/metazone.5.gz diff --git a/dns/sheerdns/Makefile b/dns/sheerdns/Makefile index 208c02456d8..e5f9084e8bc 100644 --- a/dns/sheerdns/Makefile +++ b/dns/sheerdns/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.04 CATEGORIES= dns MASTER_SITES= https://BSDforge.com/projects/source/dns/sheerdns/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight, simple, and fast master DNS server WWW= https://BSDforge.com/projects/dns/sheerdns/ @@ -11,6 +11,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Unfetchable +DEPRECATED= Abandonware, upstream dead and last update over 10 years ago +EXPIRATION_DATE=2024-02-29 USES= gmake tar:xz diff --git a/dns/sleuth/Makefile b/dns/sleuth/Makefile index f5e90bf6980..f927f67a301 100644 --- a/dns/sleuth/Makefile +++ b/dns/sleuth/Makefile @@ -1,9 +1,9 @@ PORTNAME= sleuth -PORTVERSION= 1.4.4 +DISTVERSION= 1.4.4 CATEGORIES= dns -MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/ +MASTER_SITES= https://mj.ucw.cz/download/net/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Tool for checking, and diagnosing DNS zones LICENSE= GPLv2 diff --git a/dns/walker/Makefile b/dns/walker/Makefile index 46f5864fc30..05f467075fa 100644 --- a/dns/walker/Makefile +++ b/dns/walker/Makefile @@ -1,6 +1,6 @@ PORTNAME= walker PORTVERSION= 3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://josefsson.org/walker/releases/ @@ -19,14 +19,14 @@ SHEBANG_FILES= walker NO_BUILD= yes NO_ARCH= yes -PLIST_FILES= bin/walker man/man1/walker.1.gz +PLIST_FILES= bin/walker share/man/man1/walker.1.gz PORTDOCS= index.html OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/walker ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/walker.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/walker.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/editors/amp/Makefile b/editors/amp/Makefile index bb58e1737cb..73be8e64fde 100644 --- a/editors/amp/Makefile +++ b/editors/amp/Makefile @@ -1,6 +1,7 @@ PORTNAME= amp DISTVERSION= 0.6.2-32 DISTVERSIONSUFFIX= -gd9a913c +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/beav/Makefile b/editors/beav/Makefile index bfa281c0bb0..32cd7ffbec8 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -1,6 +1,6 @@ PORTNAME= beav PORTVERSION= 1.40.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION:R}.orig @@ -26,7 +26,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/beav ${STAGEDIR}${PREFIX}/bin/beav - ${INSTALL_MAN} ${WRKSRC}/beav.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/beav.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/editors/beav/pkg-plist b/editors/beav/pkg-plist index c7f6ac7e927..8d152646d06 100644 --- a/editors/beav/pkg-plist +++ b/editors/beav/pkg-plist @@ -1,3 +1,3 @@ bin/beav -man/man1/beav.1.gz +share/man/man1/beav.1.gz %%PORTDOCS%%%%DOCSDIR%%/beav.txt diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index 93fdc0552b0..98b8b8757bd 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -24,6 +24,6 @@ CFLAGS+= -fcommon do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${STAGEDIR}${PREFIX}/bin/chexedit - ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/chexedit.1 + ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${STAGEDIR}${PREFIX}/share/man/man1/chexedit.1 .include diff --git a/editors/edith/Makefile b/editors/edith/Makefile index 9d2af50c784..f253a74692f 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -1,6 +1,6 @@ PORTNAME= edith PORTVERSION= 1.58 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors linux MASTER_SITES= http://www.groenink.com/pub/edith/ DISTFILES= edith1.55.common.tar.gz \ @@ -36,6 +36,6 @@ do-install: @${MKDIR} ${STAGEDIR}${EDITHDIR}/${i} ${INSTALL_DATA} ${WRKSRC}/${i}/* ${STAGEDIR}${EDITHDIR}/${i} .endfor - ${INSTALL_MAN} ${WRKSRC}/edith.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/edith.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/editors/edith/pkg-plist b/editors/edith/pkg-plist index 45d69a586d1..2d6b0c840bc 100644 --- a/editors/edith/pkg-plist +++ b/editors/edith/pkg-plist @@ -72,4 +72,4 @@ lib/edith/help/trouble.html lib/edith/help/undoredo.html lib/edith/help/welcome.html lib/edith/help/windowsmenu.html -man/man1/edith.1.gz +share/man/man1/edith.1.gz diff --git a/editors/helix/Makefile b/editors/helix/Makefile index 727a2a8f381..4ea8f2ac3b6 100644 --- a/editors/helix/Makefile +++ b/editors/helix/Makefile @@ -1,6 +1,6 @@ PORTNAME= helix DISTVERSION= 23.10 -PORTREVISION= 1 +PORTREVISION= 2 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/hnb/Makefile b/editors/hnb/Makefile index 4c33da92e28..d12cf45760e 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -1,5 +1,6 @@ PORTNAME= hnb PORTVERSION= 1.9.18 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -18,7 +19,7 @@ GH_ACCOUNT= fraggerfox MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= * PORTEXAMPLES= * @@ -26,7 +27,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/hnb ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/hnb.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/hnb.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index 1f22e23bb6f..4042c40079a 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -1,5 +1,6 @@ PORTNAME= jedit PORTVERSION= 5.6.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= editors java MASTER_SITES= SF @@ -50,6 +51,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/jedit.sh ${STAGEDIR}${PREFIX}/bin/jedit ${INSTALL_DATA} ${STAGEDIR}${DATADIR}/doc/jedit.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png - ${INSTALL_MAN} ${WRKDIR}/jedit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/jedit.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/editors/jedit/pkg-plist b/editors/jedit/pkg-plist index c95b93949dd..bb6308dcf0f 100644 --- a/editors/jedit/pkg-plist +++ b/editors/jedit/pkg-plist @@ -1,5 +1,5 @@ bin/jedit -man/man1/jedit.1.gz +share/man/man1/jedit.1.gz share/java/jedit/jars/QuickNotepad.jar share/java/jedit/jedit.jar share/java/jedit/keymaps/Alan_keys.props diff --git a/editors/kak-lsp/Makefile b/editors/kak-lsp/Makefile index 5d9ceebbdf3..361bdcfa12c 100644 --- a/editors/kak-lsp/Makefile +++ b/editors/kak-lsp/Makefile @@ -1,6 +1,7 @@ PORTNAME= kak-lsp DISTVERSIONPREFIX= v DISTVERSION= 15.0.1 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org diff --git a/editors/kate-devel/distinfo b/editors/kate-devel/distinfo index 4d8f8567a38..0c972b521c2 100644 --- a/editors/kate-devel/distinfo +++ b/editors/kate-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701599665 -SHA256 (KDE/release-service/24.01.80/kate-24.01.80.tar.xz) = a57521edc3c229b951dbda474247b90dc730516b10a3e03407c9f0127183f7b1 -SIZE (KDE/release-service/24.01.80/kate-24.01.80.tar.xz) = 8253440 +TIMESTAMP = 1704376139 +SHA256 (KDE/release-service/24.01.85/kate-24.01.85.tar.xz) = 738c6dee23b084c0d7c91a7e4a40b908d094c92ded5baebc1282dbdcc9c0216d +SIZE (KDE/release-service/24.01.85/kate-24.01.85.tar.xz) = 8286340 diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile index 8c73d134482..52d9cd4e8c3 100644 --- a/editors/kibi/Makefile +++ b/editors/kibi/Makefile @@ -1,7 +1,7 @@ PORTNAME= kibi DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org diff --git a/editors/languageclient-neovim/Makefile b/editors/languageclient-neovim/Makefile index c2339da00f6..4bb4eb6a5f2 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= 8 +PORTREVISION= 9 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile index 2b049f3f08a..96af7ccb119 100644 --- a/editors/lapce/Makefile +++ b/editors/lapce/Makefile @@ -1,6 +1,7 @@ PORTNAME= lapce DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 # Cargo.lock patched: `make patch cargo-crates` +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/lapce/files/patch-drm-sys b/editors/lapce/files/patch-drm-sys new file mode 100644 index 00000000000..04f69f7d915 --- /dev/null +++ b/editors/lapce/files/patch-drm-sys @@ -0,0 +1,6727 @@ +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/lazarus-devel/Makefile b/editors/lazarus-devel/Makefile index d039ed6176c..8d1cdae94f3 100644 --- a/editors/lazarus-devel/Makefile +++ b/editors/lazarus-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= lazarus DISTVERSION= 3.1.0.20231222 +PORTREVISION= 1 PKGNAMESUFFIX?= -gtk2-devel PORTREVISION?= 0 CATEGORIES= editors devel @@ -98,7 +99,7 @@ pre-install: @${ECHO_CMD} ${FILE} >> ${PLIST} . endfor . for m in ${MAN1S} - @${ECHO_CMD} man/man1/${m}.gz >> ${PLIST} + @${ECHO_CMD} share/man/man1/${m}.gz >> ${PLIST} . endfor @${ECHO_CMD} "%%DATADIR%%/docs" >> ${PLIST} @@ -172,7 +173,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/lazarus-wrapper ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/Makefile* ${WRKSRC}/fpmake* ${STAGEDIR}${DATADIR} .for FILE in ${MAN1S} - ${INSTALL_MAN} ${WRKDIR}/man1/${FILE} ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/man1/${FILE} ${STAGEDIR}${PREFIX}/share/man/man1 .endfor ${LN} -sf ${DATADIR}/lazbuild ${STAGEDIR}${PREFIX}/bin/lazbuild diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 78b89d08234..9541be4b1d0 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -1,7 +1,7 @@ PORTNAME= lazarus DISTVERSION= 3.0.0 PKGNAMESUFFIX?= -gtk2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= editors devel DIST_SUBDIR= freepascal @@ -100,7 +100,7 @@ pre-install: @${ECHO_CMD} ${FILE} >> ${PLIST} . endfor . for m in ${MAN1S} - @${ECHO_CMD} man/man1/${m}.gz >> ${PLIST} + @${ECHO_CMD} share/man/man1/${m}.gz >> ${PLIST} . endfor @${ECHO_CMD} "%%DATADIR%%/docs" >> ${PLIST} @@ -174,7 +174,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/lazarus-wrapper ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/Makefile* ${WRKSRC}/fpmake* ${STAGEDIR}${DATADIR} .for FILE in ${MAN1S} - ${INSTALL_MAN} ${WRKDIR}/man1/${FILE} ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/man1/${FILE} ${STAGEDIR}${PREFIX}/share/man/man1 .endfor ${LN} -sf ${DATADIR}/lazbuild ${STAGEDIR}${PREFIX}/bin/lazbuild diff --git a/editors/le/Makefile b/editors/le/Makefile index c2b2c65d5bd..7c9babade19 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -21,7 +21,7 @@ MAKE_JOBS_UNSAFE= yes derp-do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} le ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC}/doc && ${INSTALL_MAN} le.1 ${STAGEDIR}${MAN1PREFIX}/man/man1) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} le.1 ${STAGEDIR}${PREFIX}/man/man1) .for file in ${STAGEDIR}${MISC_DATA} (cd ${WRKSRC}/misc && ${INSTALL_DATA} ${file} ${STAGEDIR}${DATADIR}) .endfor diff --git a/editors/neovim-gtk/Makefile b/editors/neovim-gtk/Makefile index 1eb5dd8d598..295ab457934 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= 7 +PORTREVISION= 8 CATEGORIES= editors MAINTAINER= asomers@FreeBSD.org diff --git a/editors/nvi2/Makefile b/editors/nvi2/Makefile index d680a3b65e6..462c8fe293f 100644 --- a/editors/nvi2/Makefile +++ b/editors/nvi2/Makefile @@ -1,5 +1,6 @@ PORTNAME= nvi2 PORTVERSION= 2.2.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -30,9 +31,9 @@ WIDECHAR_CMAKE_BOOL= ENABLE_WIDECHAR PLIST_FILES= bin/nex \ bin/nvi \ bin/nview \ - man/man1/nex.1.gz \ - man/man1/nvi.1.gz \ - man/man1/nview.1.gz + share/man/man1/nex.1.gz \ + share/man/man1/nvi.1.gz \ + share/man/man1/nview.1.gz post-patch: ${REINPLACE_CMD} -e \ @@ -44,8 +45,8 @@ do-install: ${LN} ${STAGEDIR}${PREFIX}/bin/nvi ${STAGEDIR}${PREFIX}/bin/nex ${LN} ${STAGEDIR}${PREFIX}/bin/nvi ${STAGEDIR}${PREFIX}/bin/nview ${INSTALL_MAN} ${WRKSRC}/man/vi.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/nvi.1 - ${LN} -sf nvi.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/nex.1 - ${LN} -sf nvi.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/nview.1 + ${STAGEDIR}${PREFIX}/share/man/man1/nvi.1 + ${LN} -sf nvi.1 ${STAGEDIR}${PREFIX}/share/man/man1/nex.1 + ${LN} -sf nvi.1 ${STAGEDIR}${PREFIX}/share/man/man1/nview.1 .include diff --git a/editors/ox/Makefile b/editors/ox/Makefile index 9941136bcfb..cbf09ce6608 100644 --- a/editors/ox/Makefile +++ b/editors/ox/Makefile @@ -1,6 +1,6 @@ PORTNAME= ox DISTVERSION= 0.2.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= editors PKGNAMESUFFIX= -text-editor diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index 69706bacbca..779c452a13d 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= 18 +PORTREVISION= 19 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org diff --git a/editors/sted/Makefile b/editors/sted/Makefile index 6be1c8df698..1470ddb0600 100644 --- a/editors/sted/Makefile +++ b/editors/sted/Makefile @@ -1,5 +1,6 @@ PORTNAME= sted PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= LOCAL/gabor @@ -14,7 +15,7 @@ WRKSRC= ${WRKDIR}/sted MAKE_ARGS= CC="${CC}" C_OPTS="${CFLAGS}" L_OPTS="${LDFLAGS} -lncurses" PORTDOCS= CHANGES README -PLIST_FILES= bin/sted man/man1/sted.1.gz +PLIST_FILES= bin/sted share/man/man1/sted.1.gz OPTIONS_DEFINE= DOCS @@ -23,7 +24,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sted ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/sted.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/sted.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 6b3d3c0748e..88c1cfc3e4f 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,6 +1,6 @@ PORTNAME= ted PORTVERSION= 2.23 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ http://fossies.org/linux/misc/ @@ -68,8 +68,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Ted/Ted ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/tedPackage/examples/rtf2*.sh ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/tedPackage/doc/Ted.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/tedPackage/doc/rtf2*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/tedPackage/doc/Ted.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/tedPackage/doc/rtf2*.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/tedPackage/ps/*.ps ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${AFMDIR} diff --git a/editors/ted/pkg-plist b/editors/ted/pkg-plist index 4daa3e9af13..c7741a32005 100644 --- a/editors/ted/pkg-plist +++ b/editors/ted/pkg-plist @@ -4,9 +4,9 @@ bin/rtf2html.sh bin/rtf2pdf.sh bin/rtf2ps.sh bin/rtf2txt.sh -man/man1/Ted.1.gz -man/man1/rtf2pdf.1.gz -man/man1/rtf2ps.1.gz +share/man/man1/Ted.1.gz +share/man/man1/rtf2pdf.1.gz +share/man/man1/rtf2ps.1.gz %%DATADIR%%/afm/AvantGarde-Book.afm %%DATADIR%%/afm/AvantGarde-BookOblique.afm %%DATADIR%%/afm/AvantGarde-Demi.afm diff --git a/emulators/Makefile b/emulators/Makefile index 83e3e7b1d61..6d2d06eb276 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -106,6 +106,7 @@ SUBDIR += ppsspp SUBDIR += ppsspp-qt5 SUBDIR += py-gns3-converter + SUBDIR += py-m64py SUBDIR += py-unicorn SUBDIR += qemu SUBDIR += qemu-cheri diff --git a/emulators/cannonball/Makefile b/emulators/cannonball/Makefile index d196ca76107..2cb69b21f97 100644 --- a/emulators/cannonball/Makefile +++ b/emulators/cannonball/Makefile @@ -1,7 +1,7 @@ PORTNAME= cannonball DISTVERSION= 0.34 DISTVERSIONPREFIX=v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators games MAINTAINER= fox@FreeBSD.org @@ -38,7 +38,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/cmake/res/tilemap.bin ${STAGEDIR}${DATADIR}/res/tilemap.bin ${INSTALL_DATA} ${WRKSRC}/cmake/res/tilepatch.bin ${STAGEDIR}${DATADIR}/res/tilepatch.bin ${INSTALL_DATA} ${WRKSRC}/cmake/config.xml ${STAGEDIR}${DATADIR}/conf/config.xml - ${INSTALL_MAN} ${WRKSRC}/docs/cannonball.6 ${STAGEDIR}${MAN1PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/docs/cannonball.6 ${STAGEDIR}${PREFIX}/share/man/man6 ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/cmake/cannonball ${STAGEDIR}${PREFIX}/libexec diff --git a/emulators/cannonball/pkg-plist b/emulators/cannonball/pkg-plist index a7a5194dc70..c97fa864013 100644 --- a/emulators/cannonball/pkg-plist +++ b/emulators/cannonball/pkg-plist @@ -1,6 +1,6 @@ bin/cannonball libexec/cannonball -man/man6/cannonball.6.gz +share/man/man6/cannonball.6.gz %%DATADIR%%/conf/config.xml %%DATADIR%%/res/tilemap.bin %%DATADIR%%/res/tilepatch.bin diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 586eef30136..6f0e1088ee4 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -23,7 +23,7 @@ DESKTOP_ENTRIES="DOSBox" "${COMMENT}" \ "${PREFIX}/share/pixmaps/dosbox.ico" "dosbox" \ "System;Emulator;" true -PLIST_FILES= bin/dosbox man/man1/dosbox.1.gz share/pixmaps/dosbox.ico +PLIST_FILES= bin/dosbox share/man/man1/dosbox.1.gz share/pixmaps/dosbox.ico PORTDOCS= NEWS README OPTIONS_DEFINE= DOCS @@ -43,7 +43,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dosbox ${STAGEDIR}${PREFIX}/bin/dosbox ${INSTALL_DATA} ${WRKSRC}/src/dosbox.ico ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${INSTALL_MAN} ${WRKSRC}/docs/dosbox.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/docs/dosbox.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 19dbd77af46..e75b76afd7c 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,5 +1,6 @@ PORTNAME= gxemul PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ @@ -20,7 +21,7 @@ CONFIGURE_ENV= CXX=${CXX} \ BINARY_ALIAS= doxygen=${FALSE} PLIST_FILES= bin/gxemul \ - man/man1/gxemul.1.gz + share/man/man1/gxemul.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS X11 @@ -33,7 +34,7 @@ X11_CONFIGURE_OFF= --disable-x do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gxemul ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/gxemul.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/gxemul.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 79486591c88..db46c9592d6 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -35,7 +35,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ RUN_DEPENDS= liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf USES= compiler:c++17-lang gl gmake jpeg llvm:min=16 localbase \ - pkgconfig python:3.9,build sdl shebangfix sqlite:3 xorg + pkgconfig python:build sdl shebangfix sqlite:3 xorg USE_GITHUB= yes GH_ACCOUNT= mamedev diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index 87b7ff681e1..82feb678b76 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -1,6 +1,5 @@ PORTNAME= mgba -DISTVERSION= 0.10.2 -PORTREVISION= 4 +DISTVERSION= 0.10.3 CATEGORIES= emulators MAINTAINER= pkubaj@FreeBSD.org diff --git a/emulators/mgba/distinfo b/emulators/mgba/distinfo index 488cf05cfa6..5d1e4a7b023 100644 --- a/emulators/mgba/distinfo +++ b/emulators/mgba/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682330471 -SHA256 (mgba-emu-mgba-0.10.2_GH0.tar.gz) = 60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae -SIZE (mgba-emu-mgba-0.10.2_GH0.tar.gz) = 14323388 +TIMESTAMP = 1704819662 +SHA256 (mgba-emu-mgba-0.10.3_GH0.tar.gz) = be2cda7de3da8819fdab0c659c5cd4c4b8ca89d9ecddeeeef522db6d31a64143 +SIZE (mgba-emu-mgba-0.10.3_GH0.tar.gz) = 14350721 diff --git a/emulators/mgba/pkg-plist b/emulators/mgba/pkg-plist index c719158a489..31414e9c8cc 100644 --- a/emulators/mgba/pkg-plist +++ b/emulators/mgba/pkg-plist @@ -154,7 +154,7 @@ include/mgba/script/macros.h include/mgba/script/types.h lib/libmgba.so lib/libmgba.so.0.10 -lib/libmgba.so.0.10.2 +lib/libmgba.so.0.10.3 %%LIBRETRO%%lib/libretro/mgba_libretro.so %%QT5%%share/applications/io.mgba.mGBA.desktop %%PORTDOCS%%%%DOCSDIR%%/CHANGES diff --git a/emulators/mupen64plus-audio-sdl/Makefile b/emulators/mupen64plus-audio-sdl/Makefile index f67537110ec..7a988a4c893 100644 --- a/emulators/mupen64plus-audio-sdl/Makefile +++ b/emulators/mupen64plus-audio-sdl/Makefile @@ -3,10 +3,18 @@ PKGNAMESUFFIX= -audio-sdl COMMENT= Mupen64plus audio sdl plugin +LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core + +GH_TAGNAME= cec70e42b4535ce5bd1be24e7d816c54b3e75673 + USE_SDL= sdl2 +DISTINFO_FILE= ${.CURDIR}/distinfo + MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +RELEASE_DATE= 20230611 + .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-audio-sdl/distinfo b/emulators/mupen64plus-audio-sdl/distinfo new file mode 100644 index 00000000000..4bd37a2b24b --- /dev/null +++ b/emulators/mupen64plus-audio-sdl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704508930 +SHA256 (mupen64plus/mupen64plus-mupen64plus-audio-sdl-2.5.9.20230611-cec70e42b4535ce5bd1be24e7d816c54b3e75673_GH0.tar.gz) = 38361dcfd10e99ecc2ce99e4e33b1e27b686686d22723cee9ae727d1881438f8 +SIZE (mupen64plus/mupen64plus-mupen64plus-audio-sdl-2.5.9.20230611-cec70e42b4535ce5bd1be24e7d816c54b3e75673_GH0.tar.gz) = 32156 diff --git a/emulators/mupen64plus-core/Makefile b/emulators/mupen64plus-core/Makefile index 66dd45f841b..342a7c33b23 100644 --- a/emulators/mupen64plus-core/Makefile +++ b/emulators/mupen64plus-core/Makefile @@ -1,10 +1,7 @@ PORTNAME= mupen64plus -PORTVERSION?= 2.5 -PORTREVISION?= 2 +PORTVERSION?= 2.5.9.${RELEASE_DATE} +PORTREVISION?= 0 CATEGORIES= emulators -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/releases/download/${PORTVERSION}/ \ - LOCAL/acm/${PORTNAME} \ - LOCAL/acm/${PORTNAME}/:plugin PKGNAMESUFFIX?= -core DIST_SUBDIR= ${PORTNAME} @@ -12,13 +9,19 @@ MAINTAINER?= acm@FreeBSD.org COMMENT?= Fork of Mupen64 Nintendo 64 emulator WWW= https://www.mupen64plus.org/ +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} +GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX} +GH_TAGNAME?= f500eb58f76e636e231c3cc2b3d904210f0677c9 + USES+= gl gmake pkgconfig sdl -USE_GL?= yes +USE_GL?= glu USE_SDL?= sdl2 USE_LDCONFIG?= yes ONLY_FOR_ARCHS= i386 amd64 LDFLAGS_i386= -Wl,-znotext +RELEASE_DATE?= 20231104 OPTFLAGS= # MAKE_ENV+= OPTFLAGS="${OPTFLAGS}" diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index 2774ec31d6e..6480dde90fb 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -1,15 +1,13 @@ USES+= dos2unix DOS2UNIX_GLOB= *.c *.cpp *.h *.H *.ini *.conf -DISTNAME= ${PORTNAME}-bundle-src-${PORTVERSION} PATCHDIR= ${.CURDIR}/files -BUILD_WRKSRC?= ${WRKSRC}/source/${PORTNAME}${PKGNAMESUFFIX}/projects/unix -WRKSRC?= ${WRKDIR}/${DISTNAME} - -EXTRACT_AFTER_ARGS?= "${DISTNAME}/source/${PORTNAME}-core/*" \ - "${DISTNAME}/source/${PORTNAME}${PKGNAMESUFFIX}/*" +BUILD_WRKSRC?= ${WRKSRC}/projects/unix .if ${PKGNAMESUFFIX} == "-core" +BUILD_DEPENDS= bash:shells/bash \ + nasm:devel/nasm \ + vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS+= libfreetype.so:print/freetype2 \ libpng.so:graphics/png USES+= minizip @@ -31,14 +29,14 @@ post-patch: @cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e 's|gcc|${CC}|g' -e \ 's|g++|${CXX}|g' -e 's|sdl-config|${SDL2_CONFIG}|g' Makefile . if ${PKGNAMESUFFIX} == "-video-glide64mk2" - @cd ${WRKSRC}/source/${PORTNAME}${PKGNAMESUFFIX}/src && \ + @cd ${WRKSRC}/src && \ ${REINPLACE_CMD} -e 's|#include ||g' \ GlideHQ/TxQuantize.cpp GlideHQ/TxFilter.cpp && \ ${REINPLACE_CMD} -e 's|(FxU32)NULL|(uintptr_t)NULL|g' \ Glide64/Main.cpp . endif . if ${PKGNAMESUFFIX} == "-video-glide64" - @cd ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/src && \ + @cd ${WRKSRC}/src && \ ${REINPLACE_CMD} -e 's|__builtin_ia32_loadups|_mm_loadu_ps|g' -e \ 's|__builtin_ia32_storeups|_mm_storeu_ps|g' \ 3dmath.cpp && \ @@ -88,36 +86,36 @@ do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/libmupen64plus.so.2.0.0 \ ${STAGEDIR}${PREFIX}/lib/libmupen64plus.so.2.0.0 - ${INSTALL_DATA} ${WRKSRC}/source/${PORTNAME}${PKGNAMESUFFIX}/data/* \ + ${INSTALL_DATA} ${WRKSRC}/data/* \ ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/source/${PORTNAME}${PKGNAMESUFFIX}/src/api/m64p_*.h \ + ${INSTALL_DATA} ${WRKSRC}/src/api/m64p_*.h \ ${STAGEDIR}${PREFIX}/include/${PORTNAME} ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/source/${PORTNAME}${PKGNAMESUFFIX}/RELEASE \ + ${INSTALL_DATA} ${WRKSRC}/RELEASE \ ${STAGEDIR}${DOCSDIR}/RELEASE ${LN} -sf ${PREFIX}/lib/libmupen64plus.so.2.0.0 ${STAGEDIR}${PREFIX}/lib/libmupen64plus.so.2 .else . if ${PKGNAMESUFFIX} == "-ui-console" - ${INSTALL_MAN} ${WRKSRC}/source/${PORTNAME}${PKGNAMESUFFIX}/doc/mupen64plus.6 ${STAGEDIR}${PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/doc/mupen64plus.6 ${STAGEDIR}${PREFIX}/man/man6/ . endif . if ${PKGNAMESUFFIX} == "-video-rice" - ${INSTALL_DATA} ${WRKSRC}/source/${PORTNAME}${PKGNAMESUFFIX}/data/RiceVideoLinux.ini ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/data/RiceVideoLinux.ini ${STAGEDIR}${DATADIR} . endif . if ${PKGNAMESUFFIX} == "-video-glide64" - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/data/Glide64.ini ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/data/Glide64.ini ${STAGEDIR}${DATADIR} . endif . if ${PKGNAMESUFFIX} == "-video-glide64mk2" - ${INSTALL_DATA} ${WRKSRC}/source/${PORTNAME}${PKGNAMESUFFIX}/data/Glide64mk2.ini ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/data/Glide64mk2.ini ${STAGEDIR}${DATADIR} . endif . if ${PKGNAMESUFFIX} == "-input-sdl" - ${INSTALL_DATA} ${WRKSRC}/source/${PORTNAME}${PKGNAMESUFFIX}/data/InputAutoCfg.ini ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/data/InputAutoCfg.ini ${STAGEDIR}${DATADIR} . endif . if ${PKGNAMESUFFIX} != "-ui-console" diff --git a/emulators/mupen64plus-core/distinfo b/emulators/mupen64plus-core/distinfo index 2b6363b93c3..48e1b85492c 100644 --- a/emulators/mupen64plus-core/distinfo +++ b/emulators/mupen64plus-core/distinfo @@ -1,2 +1,3 @@ -SHA256 (mupen64plus/mupen64plus-bundle-src-2.5.tar.gz) = 9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66 -SIZE (mupen64plus/mupen64plus-bundle-src-2.5.tar.gz) = 2178979 +TIMESTAMP = 1704506387 +SHA256 (mupen64plus/mupen64plus-mupen64plus-core-2.5.9.20231104-f500eb58f76e636e231c3cc2b3d904210f0677c9_GH0.tar.gz) = 4a5445d5f2eb97db88e294e606904728caffb208e422c8cf3d6266fab7ab1da4 +SIZE (mupen64plus/mupen64plus-mupen64plus-core-2.5.9.20231104-f500eb58f76e636e231c3cc2b3d904210f0677c9_GH0.tar.gz) = 1731162 diff --git a/emulators/mupen64plus-core/files/patch-39975200.c b/emulators/mupen64plus-core/files/patch-39975200.c deleted file mode 100644 index 488ecc15376..00000000000 --- a/emulators/mupen64plus-core/files/patch-39975200.c +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/main/workqueue.h b/src/main/workqueue.h -index d5093a533..2af257a45 100644 ---- source/mupen64plus-core/src/main/workqueue.h -+++ source/mupen64plus-core/src/main/workqueue.h -@@ -27,7 +27,6 @@ - - struct work_struct; - --struct work_struct *work; - typedef void (*work_func_t)(struct work_struct *work); - struct work_struct { - work_func_t func; diff --git a/emulators/mupen64plus-core/files/patch-source_mupen64plus-core_src_main_savestates.c b/emulators/mupen64plus-core/files/patch-source_mupen64plus-core_src_main_savestates.c deleted file mode 100644 index e185edfd210..00000000000 --- a/emulators/mupen64plus-core/files/patch-source_mupen64plus-core_src_main_savestates.c +++ /dev/null @@ -1,13 +0,0 @@ ---- source/mupen64plus-core/src/main/savestates.c 2015-06-12 17:56:37.000000000 -0500 -+++ source/mupen64plus-core/src/main/savestates.c 2015-06-12 17:56:55.000000000 -0500 -@@ -57,8 +57,8 @@ - #include "workqueue.h" - - #ifdef LIBMINIZIP -- #include -- #include -+ #include -+ #include - #else - #include "main/zip/unzip.h" - #include "main/zip/zip.h" diff --git a/emulators/mupen64plus-input-sdl/Makefile b/emulators/mupen64plus-input-sdl/Makefile index eabc572c979..9b2c0633d54 100644 --- a/emulators/mupen64plus-input-sdl/Makefile +++ b/emulators/mupen64plus-input-sdl/Makefile @@ -3,6 +3,14 @@ PKGNAMESUFFIX= -input-sdl COMMENT= Input plugin for Mupen64plus +LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core + +GH_TAGNAME= fd7ffe63606b6cc4de7dab4e684c5aee68210681 + +DISTINFO_FILE= ${.CURDIR}/distinfo + MASTERDIR= ${.CURDIR}/../mupen64plus-core +RELEASE_DATE= 20231104 + .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-input-sdl/distinfo b/emulators/mupen64plus-input-sdl/distinfo new file mode 100644 index 00000000000..9e1e339cae7 --- /dev/null +++ b/emulators/mupen64plus-input-sdl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704509047 +SHA256 (mupen64plus/mupen64plus-mupen64plus-input-sdl-2.5.9.20231104-fd7ffe63606b6cc4de7dab4e684c5aee68210681_GH0.tar.gz) = f5cd57bd7262c037d5b27d07f0fea348db4d4426c607d2942d5933982aa27fdb +SIZE (mupen64plus/mupen64plus-mupen64plus-input-sdl-2.5.9.20231104-fd7ffe63606b6cc4de7dab4e684c5aee68210681_GH0.tar.gz) = 60676 diff --git a/emulators/mupen64plus-plugins/Makefile b/emulators/mupen64plus-plugins/Makefile index 189da803f60..d042114c245 100644 --- a/emulators/mupen64plus-plugins/Makefile +++ b/emulators/mupen64plus-plugins/Makefile @@ -1,12 +1,12 @@ PORTNAME= mupen64plus -PORTVERSION= 2.5 +PORTVERSION= 2.5.9 PORTREVISION= 0 CATEGORIES= emulators PKGNAMESUFFIX= -plugins MAINTAINER?= acm@FreeBSD.org COMMENT= Third party plugins for Mupen64plus -WWW= https://code.google.com/p/mupen64plus/ +WWW= https://github.com/mupen64plus USES= metaport diff --git a/emulators/mupen64plus-qt/Makefile b/emulators/mupen64plus-qt/Makefile index 8fcc860f7f9..4d8b2c49cbe 100644 --- a/emulators/mupen64plus-qt/Makefile +++ b/emulators/mupen64plus-qt/Makefile @@ -1,6 +1,6 @@ PORTNAME= mupen64plus-qt DISTVERSION= 1.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MAINTAINER= maintainer@hasting.email diff --git a/emulators/mupen64plus-rsp-cxd4/Makefile b/emulators/mupen64plus-rsp-cxd4/Makefile index 0917616d198..a9c356c11b4 100644 --- a/emulators/mupen64plus-rsp-cxd4/Makefile +++ b/emulators/mupen64plus-rsp-cxd4/Makefile @@ -1,6 +1,5 @@ -PORTREVISION= 6 +PORTREVISION= 0 PKGNAMESUFFIX= -rsp-cxd4 -DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin COMMENT= Low-level RSP processor plugin for the Mupen64Plus @@ -9,6 +8,8 @@ LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core USE_GL= # USE_SDL= # +GH_TAGNAME= 0a4e30f56033396e3ba47ec0fdd7acea3522362a + MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # @@ -19,8 +20,7 @@ CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME} LDFLAGS+= -L${LOCALBASE}/lib DISTINFO_FILE= ${.CURDIR}/distinfo -EXTRACT_AFTER_ARGS= # -BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix -WRKSRC= ${WRKDIR} + +RELEASE_DATE= 20230611 .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-rsp-cxd4/distinfo b/emulators/mupen64plus-rsp-cxd4/distinfo index b59cf69be75..d76ad26237a 100644 --- a/emulators/mupen64plus-rsp-cxd4/distinfo +++ b/emulators/mupen64plus-rsp-cxd4/distinfo @@ -1,2 +1,3 @@ -SHA256 (mupen64plus/mupen64plus-rsp-cxd4-src-2.5.tar.gz) = 978d3b3d752020ce2d4ad663f6712345764d4987861db16076dc5ca396ee5881 -SIZE (mupen64plus/mupen64plus-rsp-cxd4-src-2.5.tar.gz) = 56387 +TIMESTAMP = 1704509220 +SHA256 (mupen64plus/mupen64plus-mupen64plus-rsp-cxd4-2.5.9.20230611-0a4e30f56033396e3ba47ec0fdd7acea3522362a_GH0.tar.gz) = eac7675e9f80cf2fa6bae3b71bac5df578d4f8441a03f186f7d398316d30560e +SIZE (mupen64plus/mupen64plus-mupen64plus-rsp-cxd4-2.5.9.20230611-0a4e30f56033396e3ba47ec0fdd7acea3522362a_GH0.tar.gz) = 74554 diff --git a/emulators/mupen64plus-rsp-hle/Makefile b/emulators/mupen64plus-rsp-hle/Makefile index 0d0484bc7a4..47228d12784 100644 --- a/emulators/mupen64plus-rsp-hle/Makefile +++ b/emulators/mupen64plus-rsp-hle/Makefile @@ -2,8 +2,16 @@ PKGNAMESUFFIX= -rsp-hle COMMENT= RSP plugin for Mupen64plus +LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core + +GH_TAGNAME= f22dc143771f1a0784c7d62977722a68fa0bdf85 + +DISTINFO_FILE= ${.CURDIR}/distinfo + MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +RELEASE_DATE= 20230611 + .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-rsp-hle/distinfo b/emulators/mupen64plus-rsp-hle/distinfo new file mode 100644 index 00000000000..24371276e4a --- /dev/null +++ b/emulators/mupen64plus-rsp-hle/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704509321 +SHA256 (mupen64plus/mupen64plus-mupen64plus-rsp-hle-2.5.9.20230611-f22dc143771f1a0784c7d62977722a68fa0bdf85_GH0.tar.gz) = c48b8e464cb2209598f629b9973011738808d559b827eb6b4b332770f2b95a6d +SIZE (mupen64plus/mupen64plus-mupen64plus-rsp-hle-2.5.9.20230611-f22dc143771f1a0784c7d62977722a68fa0bdf85_GH0.tar.gz) = 59825 diff --git a/emulators/mupen64plus-rsp-z64/Makefile b/emulators/mupen64plus-rsp-z64/Makefile index 9fbb40d4512..7fbfabcb1ec 100644 --- a/emulators/mupen64plus-rsp-z64/Makefile +++ b/emulators/mupen64plus-rsp-z64/Makefile @@ -1,11 +1,12 @@ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -rsp-z64 -DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin COMMENT= Low-level RSP processor plugin for the Mupen64Plus LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core +GH_TAGNAME= ad877e263e6ee78839cbd12cdd150d17177079cf + USE_GL= # USE_SDL= # @@ -17,8 +18,6 @@ CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME} LDFLAGS+= -L${LOCALBASE}/lib DISTINFO_FILE= ${.CURDIR}/distinfo -EXTRACT_AFTER_ARGS= # -BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix -WRKSRC= ${WRKDIR} +RELEASE_DATE= 20230611 .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-rsp-z64/distinfo b/emulators/mupen64plus-rsp-z64/distinfo index c860132f24f..ed1ffa6d03e 100644 --- a/emulators/mupen64plus-rsp-z64/distinfo +++ b/emulators/mupen64plus-rsp-z64/distinfo @@ -1,2 +1,3 @@ -SHA256 (mupen64plus/mupen64plus-rsp-z64-src-2.5.tar.gz) = e671c63556160f00554b608ab5f24cd7a1c15eef4c4de4c94c8bde4d2baa5763 -SIZE (mupen64plus/mupen64plus-rsp-z64-src-2.5.tar.gz) = 45594 +TIMESTAMP = 1704509416 +SHA256 (mupen64plus/mupen64plus-mupen64plus-rsp-z64-2.5.9.20230611-ad877e263e6ee78839cbd12cdd150d17177079cf_GH0.tar.gz) = 71a8d787f266760c4f109c38e83bd42fd086bf3b28854cba014aca0e4c9cb7c1 +SIZE (mupen64plus/mupen64plus-mupen64plus-rsp-z64-2.5.9.20230611-ad877e263e6ee78839cbd12cdd150d17177079cf_GH0.tar.gz) = 47727 diff --git a/emulators/mupen64plus-ui-console/Makefile b/emulators/mupen64plus-ui-console/Makefile index eb48f94cc40..062041379ec 100644 --- a/emulators/mupen64plus-ui-console/Makefile +++ b/emulators/mupen64plus-ui-console/Makefile @@ -3,8 +3,16 @@ PKGNAMESUFFIX= -ui-console COMMENT= UI for Mupen64plus +LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core + +GH_TAGNAME= 335e826aead146bd6a47d557d78b746e77f337c8 + +DISTINFO_FILE= ${.CURDIR}/distinfo + MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +RELEASE_DATE= 20230611 + .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-ui-console/distinfo b/emulators/mupen64plus-ui-console/distinfo new file mode 100644 index 00000000000..6bd579571ac --- /dev/null +++ b/emulators/mupen64plus-ui-console/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704508976 +SHA256 (mupen64plus/mupen64plus-mupen64plus-ui-console-2.5.9.20230611-335e826aead146bd6a47d557d78b746e77f337c8_GH0.tar.gz) = 7cfb03b9ad59d2b794adcd3af73e53af24c729cd5c6ec7ac00432f8bec97de70 +SIZE (mupen64plus/mupen64plus-mupen64plus-ui-console-2.5.9.20230611-335e826aead146bd6a47d557d78b746e77f337c8_GH0.tar.gz) = 62362 diff --git a/emulators/mupen64plus-video-arachnoid/Makefile b/emulators/mupen64plus-video-arachnoid/Makefile index 6c87ba3c74d..c9ddc93d9bc 100644 --- a/emulators/mupen64plus-video-arachnoid/Makefile +++ b/emulators/mupen64plus-video-arachnoid/Makefile @@ -1,11 +1,12 @@ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -video-arachnoid -DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin COMMENT= The arachnoid video plugin for Mupen64plus LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core +GH_TAGNAME= 8187d1135ced0102f99d8305b52e0e75b01ef917 + USES+= gl USE_GL= gl glu USE_SDL= # @@ -18,8 +19,6 @@ CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME} LDFLAGS+= -L${LOCALBASE}/lib DISTINFO_FILE= ${.CURDIR}/distinfo -EXTRACT_AFTER_ARGS= # -BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix -WRKSRC= ${WRKDIR} +RELEASE_DATE= 20230611 .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-arachnoid/distinfo b/emulators/mupen64plus-video-arachnoid/distinfo index 47a3d4db096..3c46b92a618 100644 --- a/emulators/mupen64plus-video-arachnoid/distinfo +++ b/emulators/mupen64plus-video-arachnoid/distinfo @@ -1,2 +1,3 @@ -SHA256 (mupen64plus/mupen64plus-video-arachnoid-src-2.5.tar.gz) = 9c1e9c6373d4a8f503fdf3a114f45c0c81f2da31955d90fe7bc1c2464fb92852 -SIZE (mupen64plus/mupen64plus-video-arachnoid-src-2.5.tar.gz) = 128880 +TIMESTAMP = 1704509486 +SHA256 (mupen64plus/mupen64plus-mupen64plus-video-arachnoid-2.5.9.20230611-8187d1135ced0102f99d8305b52e0e75b01ef917_GH0.tar.gz) = dd7a4f1a1e10d44dc68de5ce58b607375dd5f3378ac38e856919a8c0bd7ccf20 +SIZE (mupen64plus/mupen64plus-mupen64plus-video-arachnoid-2.5.9.20230611-8187d1135ced0102f99d8305b52e0e75b01ef917_GH0.tar.gz) = 131003 diff --git a/emulators/mupen64plus-video-glide64/Makefile b/emulators/mupen64plus-video-glide64/Makefile index 62e87098597..a4452da09e4 100644 --- a/emulators/mupen64plus-video-glide64/Makefile +++ b/emulators/mupen64plus-video-glide64/Makefile @@ -1,11 +1,12 @@ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -video-glide64 -DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin COMMENT= Glide64 video plugin for Mupen64Plus LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core +GH_TAGNAME= bdf9f5ca8e381e6c1c824aa70b26ad34f4eeb132 + USES+= gl localbase:ldflags sdl USE_CXXSTD= c++14 USE_GL= gl @@ -14,13 +15,11 @@ USE_SDL= sdl2 CFLAGS+= -I${LOCALBASE}/include/${PORTNAME} MASTERDIR= ${.CURDIR}/../mupen64plus-core -EXTRACT_AFTER_ARGS= # - -BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix -WRKSRC= ${WRKDIR} DISTINFO_FILE= ${.CURDIR}/distinfo OPTIONS_DEFINE= # +RELEASE_DATE= 20230611 + .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-glide64/distinfo b/emulators/mupen64plus-video-glide64/distinfo index 9ad59e222c0..aecef6eca47 100644 --- a/emulators/mupen64plus-video-glide64/distinfo +++ b/emulators/mupen64plus-video-glide64/distinfo @@ -1,2 +1,3 @@ -SHA256 (mupen64plus/mupen64plus-video-glide64-src-2.5.tar.gz) = c5fc21df4d1bd9380e151bec694e649fcb0b0ef257c42da6a005d97d4b66a3de -SIZE (mupen64plus/mupen64plus-video-glide64-src-2.5.tar.gz) = 334145 +TIMESTAMP = 1704509571 +SHA256 (mupen64plus/mupen64plus-mupen64plus-video-glide64-2.5.9.20230611-bdf9f5ca8e381e6c1c824aa70b26ad34f4eeb132_GH0.tar.gz) = 7c74e2e57cf231cdd0c15bc425db57179abb56c58d2d7462e7ab16da0917da80 +SIZE (mupen64plus/mupen64plus-mupen64plus-video-glide64-2.5.9.20230611-bdf9f5ca8e381e6c1c824aa70b26ad34f4eeb132_GH0.tar.gz) = 336890 diff --git a/emulators/mupen64plus-video-glide64/files/patch-src_Util.h b/emulators/mupen64plus-video-glide64/files/patch-src_Util.h index 08be86b3433..af047076191 100644 --- a/emulators/mupen64plus-video-glide64/files/patch-src_Util.h +++ b/emulators/mupen64plus-video-glide64/files/patch-src_Util.h @@ -1,5 +1,5 @@ ---- mupen64plus-video-glide64/src/Util.h.orig 2015-06-19 14:41:15 UTC -+++ mupen64plus-video-glide64/src/Util.h +--- src/Util.h.orig 2015-06-19 14:41:15 UTC ++++ src/Util.h @@ -93,7 +93,9 @@ void fix_tex_coord (VERTEX **v); lx = lc; \ } diff --git a/emulators/mupen64plus-video-glide64mk2/Makefile b/emulators/mupen64plus-video-glide64mk2/Makefile index d475f7778bc..a1c35aa934b 100644 --- a/emulators/mupen64plus-video-glide64mk2/Makefile +++ b/emulators/mupen64plus-video-glide64mk2/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 24 +PORTREVISION= 0 PKGNAMESUFFIX= -video-glide64mk2 COMMENT= Glide64mk2 video plugin for Mupen64Plus @@ -6,6 +6,8 @@ COMMENT= Glide64mk2 video plugin for Mupen64Plus LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core \ libboost_thread.so:devel/boost-libs +GH_TAGNAME= d900f2191575e01eb846a1009be71cbc1b413dba + USES+= gl localbase:ldflags sdl USE_CXXSTD= c++14 USE_GL= gl @@ -17,4 +19,8 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +DISTINFO_FILE= ${.CURDIR}/distinfo + +RELEASE_DATE= 20230611 + .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-glide64mk2/distinfo b/emulators/mupen64plus-video-glide64mk2/distinfo new file mode 100644 index 00000000000..f93eb93987f --- /dev/null +++ b/emulators/mupen64plus-video-glide64mk2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704509844 +SHA256 (mupen64plus/mupen64plus-mupen64plus-video-glide64mk2-2.5.9.20230611-d900f2191575e01eb846a1009be71cbc1b413dba_GH0.tar.gz) = 4207ebee3c5ec2351f8738bf92fa4f0af2c39d063aff0edf959efd58c0a76d5d +SIZE (mupen64plus/mupen64plus-mupen64plus-video-glide64mk2-2.5.9.20230611-d900f2191575e01eb846a1009be71cbc1b413dba_GH0.tar.gz) = 501063 diff --git a/emulators/mupen64plus-video-glide64mk2/files/patch-projects_unix_Makefile b/emulators/mupen64plus-video-glide64mk2/files/patch-projects_unix_Makefile new file mode 100644 index 00000000000..d280e14a556 --- /dev/null +++ b/emulators/mupen64plus-video-glide64mk2/files/patch-projects_unix_Makefile @@ -0,0 +1,39 @@ +--- projects/unix/Makefile.orig 2023-06-11 19:20:38 UTC ++++ projects/unix/Makefile +@@ -154,7 +154,7 @@ OBJDIR = _obj$(POSTFIX) + OPTFLAGS ?= -O3 -flto + WARNFLAGS ?= -Wall -Wno-unused-function + CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fno-strict-aliasing -fvisibility=hidden -I$(SRCDIR) -I$(SRCDIR)/Glitch64/inc -DGCC +-CXXFLAGS += -fvisibility-inlines-hidden -std=gnu++0x ++CXXFLAGS += -fvisibility-inlines-hidden + LDFLAGS += $(SHARED) + BOOST_SUFFIX ?= + +@@ -225,6 +225,7 @@ ifeq ($(OS), OSX) + endif + ifeq ($(OS), FREEBSD) + LDLIBS += -lc ++ CPPFLAGS += -DNO_FILTER_THREAD + endif + ifeq ($(OS), MINGW) + ifeq ($(origin GLEW_CFLAGS) $(origin GLEW_LDLIBS), undefined undefined) +@@ -288,7 +289,7 @@ LDLIBS += $(GL_LDLIBS) + ifeq ($(origin SDL_CFLAGS) $(origin SDL_LDLIBS), undefined undefined) + SDL_CONFIG = $(CROSS_COMPILE)sdl2-config + ifeq ($(shell which $(SDL_CONFIG) 2>/dev/null),) +- SDL_CONFIG = $(CROSS_COMPILE)sdl-config ++ SDL_CONFIG = $(CROSS_COMPILE)/usr/local/bin/sdl2-config + ifeq ($(shell which $(SDL_CONFIG) 2>/dev/null),) + $(error No SDL development libraries found!) + else +@@ -340,8 +341,8 @@ endif + endif + + # set base program pointers and flags +-CC = $(CROSS_COMPILE)gcc +-CXX = $(CROSS_COMPILE)g++ ++CC ?= $(CROSS_COMPILE)cc ++CXX ?= $(CROSS_COMPILE)c++ + RM ?= rm -f + INSTALL ?= install + MKDIR ?= mkdir -p diff --git a/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-projects-unix_Makefile b/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-projects-unix_Makefile deleted file mode 100644 index 51b6739041b..00000000000 --- a/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-projects-unix_Makefile +++ /dev/null @@ -1,30 +0,0 @@ ---- source/mupen64plus-video-glide64mk2/projects/unix/Makefile 2013-07-03 19:28:17.000000000 -0500 -+++ source/mupen64plus-video-glide64mk2/projects/unix/Makefile 2013-10-04 04:17:19.000000000 -0500 -@@ -125,7 +125,7 @@ - OPTFLAGS ?= -O3 -flto - WARNFLAGS ?= -Wall - CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fno-strict-aliasing -fvisibility=hidden -I../../src -I../../src/Glitch64/inc -DGCC --CXXFLAGS += -fvisibility-inlines-hidden -std=gnu++0x -+CXXFLAGS += -fvisibility-inlines-hidden - LDFLAGS += $(SHARED) - BOOST_SUFFIX ?= - -@@ -186,6 +186,7 @@ - endif - ifeq ($(OS), FREEBSD) - LDLIBS += -lc -+ CPPFLAGS += -DNO_FILTER_THREAD - endif - - ifeq ($(origin PKG_CONFIG), undefined) -@@ -292,8 +297,8 @@ - endif - - # set base program pointers and flags --CC = $(CROSS_COMPILE)gcc --CXX = $(CROSS_COMPILE)g++ -+CC ?= $(CROSS_COMPILE)gcc -+CXX ?= $(CROSS_COMPILE)g++ - RM ?= rm -f - INSTALL ?= install - MKDIR ?= mkdir -p diff --git a/emulators/mupen64plus-video-glide64mk2/files/patch-source_mupen64plus-video-glide64mk2-src-Glide64_3dmath.cpp b/emulators/mupen64plus-video-glide64mk2/files/patch-source_mupen64plus-video-glide64mk2-src-Glide64_3dmath.cpp deleted file mode 100644 index 4f5da06c08c..00000000000 --- a/emulators/mupen64plus-video-glide64mk2/files/patch-source_mupen64plus-video-glide64mk2-src-Glide64_3dmath.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- source/mupen64plus-video-glide64mk2/src/Glide64/3dmath.cpp.orig 2015-04-26 22:42:57 UTC -+++ source/mupen64plus-video-glide64mk2/src/Glide64/3dmath.cpp -@@ -271,7 +271,7 @@ void MulMatricesSSE(float m1[4][4],float - tmp = _mm_shuffle_ps (tmp, tmp, 3 + (3 << 2) + (3 << 4) + (3 << 6)); - destrow += tmp * row3; - -- __builtin_ia32_storeups(r[i], destrow); -+ _mm_storeu_ps(r[i], destrow); - } - #elif !defined(NO_ASM) && !defined(NOSSE) - __asm diff --git a/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-src-Glide64_Util.h b/emulators/mupen64plus-video-glide64mk2/files/patch-src_Glide64_Util.h similarity index 56% rename from emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-src-Glide64_Util.h rename to emulators/mupen64plus-video-glide64mk2/files/patch-src_Glide64_Util.h index 15a7bd203b2..1b60d58f5f2 100644 --- a/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-src-Glide64_Util.h +++ b/emulators/mupen64plus-video-glide64mk2/files/patch-src_Glide64_Util.h @@ -1,6 +1,6 @@ ---- source/mupen64plus-video-glide64mk2/src/Glide64/Util.h 2015-06-12 20:48:15.000000000 -0500 -+++ source/mupen64plus-video-glide64mk2/src/Glide64/Util.h 2015-06-12 20:48:41.000000000 -0500 -@@ -94,6 +94,7 @@ +--- src/Glide64/Util.h.orig 2024-01-06 03:12:23 UTC ++++ src/Glide64/Util.h +@@ -94,6 +94,7 @@ float ScaleZ(float z); #include #define bswap32(x) _byteswap_ulong(x) #else @@ -8,11 +8,11 @@ static inline uint32_t bswap32(uint32_t val) { return (((val & 0xff000000) >> 24) | -@@ -102,6 +103,7 @@ +@@ -101,6 +102,7 @@ static inline uint32_t bswap32(uint32_t val) + ((val & 0x0000ff00) << 8) | ((val & 0x000000ff) << 24)); } - #endif +#endif + #endif #define ALOWORD(x) (*((uint16_t*)&(x))) // low word - diff --git a/emulators/mupen64plus-video-rice/Makefile b/emulators/mupen64plus-video-rice/Makefile index 1573fbc4568..d7fd1eb7e5c 100644 --- a/emulators/mupen64plus-video-rice/Makefile +++ b/emulators/mupen64plus-video-rice/Makefile @@ -1,13 +1,21 @@ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -video-rice COMMENT= The rice graphics plugin for Mupen64plus +LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core + +GH_TAGNAME= 470865c6c64bdb44645faa88eae59cd87ce561b6 + USES= gl -USE_GL= gl +USE_GL= glu MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +DISTINFO_FILE= ${.CURDIR}/distinfo + +RELEASE_DATE= 20230611 + .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-rice/distinfo b/emulators/mupen64plus-video-rice/distinfo new file mode 100644 index 00000000000..f194efb168b --- /dev/null +++ b/emulators/mupen64plus-video-rice/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704510874 +SHA256 (mupen64plus/mupen64plus-mupen64plus-video-rice-2.5.9.20230611-470865c6c64bdb44645faa88eae59cd87ce561b6_GH0.tar.gz) = baa1fc034cc27d6c178d014794f8171817b9c96db5317feaede0d0d22e898676 +SIZE (mupen64plus/mupen64plus-mupen64plus-video-rice-2.5.9.20230611-470865c6c64bdb44645faa88eae59cd87ce561b6_GH0.tar.gz) = 303926 diff --git a/emulators/mupen64plus-video-z64/Makefile b/emulators/mupen64plus-video-z64/Makefile index 25a2da22a31..4520f2336fa 100644 --- a/emulators/mupen64plus-video-z64/Makefile +++ b/emulators/mupen64plus-video-z64/Makefile @@ -1,11 +1,12 @@ -PORTREVISION= 3 +PORTREVISION= 0 PKGNAMESUFFIX= -video-z64 -DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin COMMENT= Low-level RDP plugin for the Mupen64Plus LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core +GH_TAGNAME= e8023148574d44fbabd1bb9d0ded7192869ec2ce + USES= gl sdl USE_GL= gl glu glew USE_SDL= sdl2 @@ -18,8 +19,7 @@ CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/GL -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib DISTINFO_FILE= ${.CURDIR}/distinfo -EXTRACT_AFTER_ARGS= # -BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix -WRKSRC= ${WRKDIR} + +RELEASE_DATE= 20230611 .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-z64/distinfo b/emulators/mupen64plus-video-z64/distinfo index f0ce6b9cf32..2b5086076ee 100644 --- a/emulators/mupen64plus-video-z64/distinfo +++ b/emulators/mupen64plus-video-z64/distinfo @@ -1,2 +1,3 @@ -SHA256 (mupen64plus/mupen64plus-video-z64-src-2.5.tar.gz) = c25fdfad9c4707373dd7f47c118b2b6bdc2872c73b679cc5aba3e6051e88e947 -SIZE (mupen64plus/mupen64plus-video-z64-src-2.5.tar.gz) = 66797 +TIMESTAMP = 1704510995 +SHA256 (mupen64plus/mupen64plus-mupen64plus-video-z64-2.5.9.20230611-e8023148574d44fbabd1bb9d0ded7192869ec2ce_GH0.tar.gz) = 787b28d592fbc0069bbce79afe29219b6c3d8c3c2deb0ade7139c7f26037b945 +SIZE (mupen64plus/mupen64plus-mupen64plus-video-z64-2.5.9.20230611-e8023148574d44fbabd1bb9d0ded7192869ec2ce_GH0.tar.gz) = 69463 diff --git a/emulators/mupen64plus/Makefile b/emulators/mupen64plus/Makefile index 0348d222233..2e94226613d 100644 --- a/emulators/mupen64plus/Makefile +++ b/emulators/mupen64plus/Makefile @@ -1,11 +1,11 @@ PORTNAME= mupen64plus -PORTVERSION= 2.5 +PORTVERSION= 2.5.9 PORTREVISION?= 0 CATEGORIES= emulators MAINTAINER?= acm@FreeBSD.org COMMENT= Fork of Mupen64 Nintendo 64 emulator with plugins (meta port) -WWW= https://code.google.com/p/mupen64plus/ +WWW= https://github.com/mupen64plus # Mupen64 Emulator core and ui-console RUN_DEPENDS+= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core diff --git a/emulators/mupen64plus/pkg-message b/emulators/mupen64plus/pkg-message index 081af6b7e36..fd96d670b6e 100644 --- a/emulators/mupen64plus/pkg-message +++ b/emulators/mupen64plus/pkg-message @@ -26,7 +26,8 @@ video) of Mupen64Plus and 5) If you want to install a GUI frontend of mupen64plus, you can install - emulators/wxmupen64plus + emulators/mupen64plus-qt + emulators/py-m64py 6) Enjoy it ;) EOM diff --git a/emulators/playonbsd/Makefile b/emulators/playonbsd/Makefile index 5cdedd81d04..755bf8bec76 100644 --- a/emulators/playonbsd/Makefile +++ b/emulators/playonbsd/Makefile @@ -1,6 +1,6 @@ PORTNAME= playonbsd PORTVERSION= 4.2.10 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= emulators games MAINTAINER= Clockwork6400@protonmail.com @@ -61,7 +61,7 @@ do-install: cd ${WRKSRC} && ${COPYTREE_BIN} ${d} ${STAGEDIR}${PREFIX}/lib/playonbsd/ "! -name *\.orig ! -name *\.bak" .endfor @${REINPLACE_CMD} -e 's:linux:bsd:g;s:linux:BSD:ig' ${WRKSRC}/doc/playonlinux.1 - ${INSTALL_MAN} ${WRKSRC}/doc/playonlinux.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/playonbsd.1 + ${INSTALL_MAN} ${WRKSRC}/doc/playonlinux.1 ${STAGEDIR}${PREFIX}/share/man/man1/playonbsd.1 ${INSTALL_SCRIPT} ${WRKDIR}/playonbsd.sh ${STAGEDIR}${PREFIX}/bin/playonbsd ${INSTALL_SCRIPT} ${WRKSRC}/playonfreebsd ${STAGEDIR}${PREFIX}/lib/playonbsd/playonfreebsd ${MKDIR} ${STAGEDIR}${PREFIX}/lib/playonbsd/lang/locale/en_GB/LC_MESSAGES diff --git a/emulators/playonbsd/pkg-plist b/emulators/playonbsd/pkg-plist index f14f1a5e9c5..9c521323a0e 100644 --- a/emulators/playonbsd/pkg-plist +++ b/emulators/playonbsd/pkg-plist @@ -434,4 +434,4 @@ lib/playonbsd/resources/images/toolbar/play.png lib/playonbsd/resources/images/toolbar/run.png lib/playonbsd/resources/images/toolbar/stop.png lib/playonbsd/resources/sounds/irc.wav -man/man1/playonbsd.1.gz +share/man/man1/playonbsd.1.gz diff --git a/emulators/py-m64py/Makefile b/emulators/py-m64py/Makefile new file mode 100644 index 00000000000..109876167cf --- /dev/null +++ b/emulators/py-m64py/Makefile @@ -0,0 +1,41 @@ +PORTNAME= m64py +DISTVERSION= 0.2.5.${RELEASE_DATE} +CATEGORIES= emulators python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= acm@FreeBSD.org +COMMENT= a frontend for Mupen64Plus +WWW= https://github.com/mupen64plus/mupen64plus-ui-python + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSES + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt5-pyqt>0:devel/py-qt5-pyqt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pysdl2>0:devel/py-pysdl2@${PY_FLAVOR} +LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt5-pyqt>0:devel/py-qt5-pyqt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pysdl2>0:devel/py-pysdl2@${PY_FLAVOR} \ + ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:emulators/mupen64plus-audio-sdl \ + ${LOCALBASE}/lib/mupen64plus/mupen64plus-input-sdl.so:emulators/mupen64plus-input-sdl \ + ${LOCALBASE}/lib/mupen64plus/mupen64plus-video-rice.so:emulators/mupen64plus-video-rice \ + ${LOCALBASE}/lib/mupen64plus/mupen64plus-rsp-hle.so:emulators/mupen64plus-rsp-hle + +USE_GITHUB= yes +GH_ACCOUNT= mupen64plus +GH_PROJECT= mupen64plus-ui-python +GH_TAGNAME= 90093ce3b353ff0fbe3277eb5d75130debdf0fab + +USES= desktop-file-utils python qt:5 shebangfix +USE_PYTHON= autoplist distutils +USE_QT= linguisttools + +NO_ARCH= yes + +SHEBANG_FILES= ${WRKSRC}/bin/m64py + +RELEASE_DATE= 20231226 + +post-patch: + ${REINPLACE_CMD} -i "" -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/m64py/platform.py + +.include diff --git a/emulators/py-m64py/distinfo b/emulators/py-m64py/distinfo new file mode 100644 index 00000000000..6d59871e6f1 --- /dev/null +++ b/emulators/py-m64py/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704512889 +SHA256 (mupen64plus-mupen64plus-ui-python-0.2.5.20231226-90093ce3b353ff0fbe3277eb5d75130debdf0fab_GH0.tar.gz) = efa253ad87e5ef9d2509a343d3d217c2e143cd6d0b3031431db2f28553d8f21a +SIZE (mupen64plus-mupen64plus-ui-python-0.2.5.20231226-90093ce3b353ff0fbe3277eb5d75130debdf0fab_GH0.tar.gz) = 14669607 diff --git a/emulators/py-m64py/files/patch-src_m64py_platform.py b/emulators/py-m64py/files/patch-src_m64py_platform.py new file mode 100644 index 00000000000..8490ad7a9c7 --- /dev/null +++ b/emulators/py-m64py/files/patch-src_m64py_platform.py @@ -0,0 +1,18 @@ +--- src/m64py/platform.py.orig 2023-12-26 23:01:25 UTC ++++ src/m64py/platform.py +@@ -31,6 +31,15 @@ if sys.platform.startswith("linux"): + "/usr/lib/i386-linux-gnu/mupen64plus", + "." + ] ++elif sys.platform.startswith("freebsd"): ++ DLL_EXT = ".so" ++ DLL_FILTER = "" ++ DEFAULT_DYNLIB = "libmupen64plus.so.2" ++ SEARCH_DIRS = [ ++ "%%LOCALBASE%%/lib/", ++ "%%LOCALBASE%%/lib/mupen64plus/", ++ "." ++ ] + elif sys.platform.startswith("openbsd"): + DLL_EXT = ".so" + DLL_FILTER = "" diff --git a/emulators/py-m64py/pkg-descr b/emulators/py-m64py/pkg-descr new file mode 100644 index 00000000000..34b3572be17 --- /dev/null +++ b/emulators/py-m64py/pkg-descr @@ -0,0 +1,3 @@ +M64Py is a Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based +Nintendo 64 emulator. Front-end is written in Python and it provides a +user-friendly interface over the Mupen64Plus shared library. diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index fe8e3e9479e..50b1376709f 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -1,7 +1,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.30-15910 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -g2369266b8a +DISTVERSION= 0.0.30-15945 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -g3513f6d83c CATEGORIES= emulators wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index d1262082d87..985dbe26c9c 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1704327061 -SHA256 (RPCS3-rpcs3-v0.0.30-15910-g2369266b8a_GH0.tar.gz) = 392b4702a9bdc4539092f6c3275d2438e0452c2ec6d74c54176505597e1849a6 -SIZE (RPCS3-rpcs3-v0.0.30-15910-g2369266b8a_GH0.tar.gz) = 9002765 +TIMESTAMP = 1704922453 +SHA256 (RPCS3-rpcs3-v0.0.30-15945-g3513f6d83c_GH0.tar.gz) = 1b3ca40f5f693eac3e88340496463d07bc41f642756d5804b37c9bd7e76bf5b5 +SIZE (RPCS3-rpcs3-v0.0.30-15945-g3513f6d83c_GH0.tar.gz) = 9009842 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-30-gced3ce8_GH0.tar.gz) = a041a2a857f52f7f0e4e5a8e774b702cd59f10fe9f39cfb87f5a6a2b4bc58d55 diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 65484f3d3fb..a94ab97b00b 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,5 +1,6 @@ PORTNAME= spim PORTVERSION= 8.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://pages.cs.wisc.edu/~larus/SPIM/ @@ -16,14 +17,14 @@ ALL_TARGET= ${PORTNAME} PORTDOCS= cycle.ps.gz spim.ps.gz SPIM.html PLIST_FILES= bin/spim %%DATADIR%%/exceptions.s \ - man/man1/spim.1.gz + share/man/man1/spim.1.gz OPTIONS_DEFINE= GUI DOCS OPTIONS_DEFAULT=GUI GUI_USE= XORG=x11,xaw GUI_USES= imake:env xorg -GUI_PLIST_FILES=bin/xspim man/man1/xspim.1.gz +GUI_PLIST_FILES=bin/xspim share/man/man1/xspim.1.gz post-build-GUI-on: @(cd ${WRKSRC}/xspim && ${SETENV} ${MAKE_ENV} ${XMKMF} ${XMKMF_ARGS} && \ @@ -31,13 +32,13 @@ post-build-GUI-on: do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/spim ${STAGEDIR}${PREFIX}/bin/spim - ${INSTALL_MAN} ${WRKSRC}/Documentation/spim.man ${STAGEDIR}${MANPREFIX}/man/man1/spim.1 + ${INSTALL_MAN} ${WRKSRC}/Documentation/spim.man ${STAGEDIR}${PREFIX}/share/man/man1/spim.1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/CPU/exceptions.s ${STAGEDIR}${DATADIR}/exceptions.s do-install-GUI-on: ${INSTALL_PROGRAM} ${WRKSRC}/xspim/xspim ${STAGEDIR}${PREFIX}/bin/xspim - ${INSTALL_MAN} ${WRKSRC}/Documentation/xspim.man ${STAGEDIR}${MANPREFIX}/man/man1/xspim.1 + ${INSTALL_MAN} ${WRKSRC}/Documentation/xspim.man ${STAGEDIR}${PREFIX}/share/man/man1/xspim.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index e6e9ed340a6..0dcbe33c69e 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= wine -DISTVERSION= 9.0-rc3 +DISTVERSION= 9.0-rc4 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/9.0/ @@ -170,7 +170,7 @@ post-install: .endif @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in README ANNOUNCE AUTHORS +.for i in ANNOUNCE.md AUTHORS README.md ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/programs/winedbg/README ${STAGEDIR}${DOCSDIR}/README.winedbg diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index fded63c4b66..5c64a0cb69b 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703290659 -SHA256 (wine-9.0-rc3.tar.xz) = 729801f1c933baa63cdce60b7758b6e2ea1f2ef46a160bb57475c5917a068921 -SIZE (wine-9.0-rc3.tar.xz) = 29989264 +TIMESTAMP = 1704505004 +SHA256 (wine-9.0-rc4.tar.xz) = ebff8b1763ffe3d1eb60b1302d78a662a46140e6f76e4a0caf58d3e4e4c9168f +SIZE (wine-9.0-rc4.tar.xz) = 29986548 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index e18e67673e7..35098f40684 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -3216,9 +3216,9 @@ share/applications/wine.desktop %%DATADIR%%/nls/normnfkd.nls %%DATADIR%%/nls/sortdefault.nls %%WINE64%%%%DATADIR%%/pkg32.sh -%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE +%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE.md %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/README.winedbg %%PORTDOCS%%%%DOCSDIR%%/README.winedump %%X11%%%%DATADIR%%/fonts/coue1255.fon diff --git a/emulators/winetricks/Makefile b/emulators/winetricks/Makefile index 219f722c03e..601626da58c 100644 --- a/emulators/winetricks/Makefile +++ b/emulators/winetricks/Makefile @@ -1,6 +1,6 @@ PORTNAME= winetricks PORTVERSION= 20230903 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= Alexander88207@protonmail.com @@ -25,7 +25,7 @@ GH_TAGNAME= 29e1006 NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/winetricks \ - man/man1/winetricks.1.gz + share/man/man1/winetricks.1.gz OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 @@ -36,6 +36,6 @@ X11_RUN_DEPENDS= xdg-open:devel/xdg-utils \ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/winetricks ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/src/winetricks.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/emulators/yaze-ag/Makefile b/emulators/yaze-ag/Makefile index bb24da393c9..f3aa8b79b39 100644 --- a/emulators/yaze-ag/Makefile +++ b/emulators/yaze-ag/Makefile @@ -1,5 +1,6 @@ PORTNAME= yaze-ag DISTVERSION= 2.51.3 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/devel/ @@ -22,7 +23,7 @@ MAKE_ENV= BINDIR=${PREFIX}/bin \ DSKDIR=${DATADIR}/disks \ LIBDIR=${DATADIR} \ LIBEXECDIR=${PREFIX}/libexec \ - MANDIR=${MAN1PREFIX}/man/man1 \ + MANDIR=${PREFIX}/share/man/man1 \ OPTIMIZE="${CFLAGS}" CONFLICTS_INSTALL= cpmtools diff --git a/emulators/yaze-ag/pkg-plist b/emulators/yaze-ag/pkg-plist index 023841e25c6..4abf2bcf692 100644 --- a/emulators/yaze-ag/pkg-plist +++ b/emulators/yaze-ag/pkg-plist @@ -3,10 +3,10 @@ bin/cpm bin/yaze bin/z80 libexec/yaze_bin -man/man1/cdm.1.gz -man/man1/cpm.1.gz -man/man1/yaze.1.gz -man/man1/z80.1.gz +share/man/man1/cdm.1.gz +share/man/man1/cpm.1.gz +share/man/man1/yaze.1.gz +share/man/man1/z80.1.gz %%PORTDOCS%%%%DOCSDIR%%/00-INDEX.doc %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/INSTALL-2.20 diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 5c4fff272dc..044743bb87b 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20240102 +PORTVERSION= s20240110 CATEGORIES= emulators wayland .if make(makesum) MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb @@ -46,7 +46,7 @@ qt6_OPTIONS_EXCLUDE= QT5 USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 148ad0cf0b +GH_TAGNAME= 6533dfd7ce GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ yuzu-emu:sirit:ab75463:sirit/externals/sirit \ GPUOpen-LibrariesAndSDKs:VulkanMemoryAllocator:v3.0.1-114-g2f382df:VulkanMemoryAllocator/externals/VulkanMemoryAllocator \ @@ -57,7 +57,7 @@ GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ arsenm:sanitizers-cmake:aab6948:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \ eggert:tz:2022g-11-g16ce126a:tz/externals/nx_tzdb/tzdb_to_nx/externals/tz/tz \ kinetiknz:cubeb:cubeb-0.2-1452-g48689ae:cubeb/externals/cubeb \ - lat9nq:tzdb_to_nx:221202-4-gf668009:tzdb_to_nx/externals/nx_tzdb/tzdb_to_nx \ + lat9nq:tzdb_to_nx:221202-6-g404d390:tzdb_to_nx/externals/nx_tzdb/tzdb_to_nx \ yhirose:cpp-httplib:v0.14.1:cpp_httplib/externals/cpp-httplib USES= cmake:testing elfctl localbase:ldflags pkgconfig sdl ssl diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index 078bd0f2ddb..3ecf214c4e1 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1704218993 +TIMESTAMP = 1704908647 SHA256 (yuzu-s20230424/compatibility_list.json) = 382db629d6b060af722a27dfa9cd6bb60ac16a7544c58322f63aa1be4c0c0fac SIZE (yuzu-s20230424/compatibility_list.json) = 1801327 -SHA256 (yuzu-emu-yuzu-s20240102-148ad0cf0b_GH0.tar.gz) = dbe3dd8f0d25202414a1ae8c22e5bbb7d2485bf94700f077105afe7194711d2e -SIZE (yuzu-emu-yuzu-s20240102-148ad0cf0b_GH0.tar.gz) = 6748723 +SHA256 (yuzu-emu-yuzu-s20240110-6533dfd7ce_GH0.tar.gz) = addd7e2fa4e828b9d5b5ed01016093cc578b81293ccff7aba43fb622e18d8134 +SIZE (yuzu-emu-yuzu-s20240110-6533dfd7ce_GH0.tar.gz) = 6755287 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (yuzu-emu-sirit-ab75463_GH0.tar.gz) = 6b61e265be182b7a78075fc1b98ccf80fd33008343205dd0e22a10a439c45319 @@ -23,8 +23,8 @@ SHA256 (eggert-tz-2022g-11-g16ce126a_GH0.tar.gz) = 1d1a5d867053ea55f526cb76f18c8 SIZE (eggert-tz-2022g-11-g16ce126a_GH0.tar.gz) = 594209 SHA256 (kinetiknz-cubeb-cubeb-0.2-1452-g48689ae_GH0.tar.gz) = c0f83a493f1d54a92e16baf56f27813ff294ce78bc42fbcc3935580852a624de SIZE (kinetiknz-cubeb-cubeb-0.2-1452-g48689ae_GH0.tar.gz) = 228346 -SHA256 (lat9nq-tzdb_to_nx-221202-4-gf668009_GH0.tar.gz) = 184380ee0bb7720c44261cd49a41b1a455a3907bfd32ab2ba32b881d898c0ac4 -SIZE (lat9nq-tzdb_to_nx-221202-4-gf668009_GH0.tar.gz) = 8203 +SHA256 (lat9nq-tzdb_to_nx-221202-6-g404d390_GH0.tar.gz) = 7479950498ad3ac567fccdd2e43224afd0f7c6eb6817572cf69fe02dea1a69cd +SIZE (lat9nq-tzdb_to_nx-221202-6-g404d390_GH0.tar.gz) = 8246 SHA256 (yhirose-cpp-httplib-v0.14.1_GH0.tar.gz) = 2d4fb5544da643e5d0a82585555d8b7502b4137eb321a4abbb075e21d2f00e96 SIZE (yhirose-cpp-httplib-v0.14.1_GH0.tar.gz) = 1148935 SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271 diff --git a/finance/alkimia/Makefile b/finance/alkimia/Makefile index b83e2369231..6f9bb4ea770 100644 --- a/finance/alkimia/Makefile +++ b/finance/alkimia/Makefile @@ -1,6 +1,6 @@ PORTNAME= alkimia PORTVERSION= 8.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} @@ -33,14 +33,11 @@ CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Doxygen PLIST_SUB= VER=${PORTVERSION:R} SHEBANG_FILES= src/financequote.pl -OPTIONS_RADIO= BROWSER -OPTIONS_RADIO_BROWSER= WEBKIT WEBENGINE OPTIONS_SINGLE= MPLIB OPTIONS_SINGLE_MPLIB= GMP MPIR -OPTIONS_DEFINE= PLASMA TEST TOOLS +OPTIONS_DEFINE= PLASMA TEST TOOLS WEBENGINE OPTIONS_DEFAULT= MPIR TOOLS WEBENGINE OPTIONS_SUB= yes -BROWSER_DESC= Web browser support MPLIB_DESC= Multi-precision library (MPIR preferred) GMP_LIB_DEPENDS= libgmp.so:math/gmp @@ -60,14 +57,10 @@ TEST_TEST_TARGET= test TOOLS_DESC= Build tools TOOLS_CMAKE_BOOL= BUILD_TOOLS -WEBENGINE_DESC= Qt Web Engine support +WEBENGINE_DESC= Webpage fetching and rendering WEBENGINE_USE= QT=location,printsupport,webchannel,webengine WEBENGINE_CMAKE_BOOL= BUILD_WITH_WEBENGINE -WEBKIT_DESC= Qt WebKit support -WEBKIT_USE= QT=webkit -WEBKIT_CMAKE_BOOL= BUILD_WITH_WEBKIT - pre-configure: ${FIND} ${WRKSRC} -type f \( -name '*.bak' -o -name '*.orig' \) -exec ${RM} {} \; diff --git a/finance/py-ccxt/Makefile b/finance/py-ccxt/Makefile index 91722f9af58..d89cbdb0dee 100644 --- a/finance/py-ccxt/Makefile +++ b/finance/py-ccxt/Makefile @@ -1,5 +1,5 @@ PORTNAME= ccxt -DISTVERSION= 4.2.4 +DISTVERSION= 4.2.9 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/finance/py-ccxt/distinfo b/finance/py-ccxt/distinfo index 1ee100ee90e..8c477bbefc1 100644 --- a/finance/py-ccxt/distinfo +++ b/finance/py-ccxt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704355332 -SHA256 (ccxt-4.2.4.tar.gz) = ffbb3e6d0c8c40162b21e3cf869f104f7c3f9f0eba4643fd8e6bcbecb602bcfd -SIZE (ccxt-4.2.4.tar.gz) = 3780654 +TIMESTAMP = 1704876521 +SHA256 (ccxt-4.2.9.tar.gz) = 571202018bb2b8812617bec9c3c78945e7cf3b10eb6f2078afdedebf17219882 +SIZE (ccxt-4.2.9.tar.gz) = 3789888 diff --git a/finance/py-finnhub-python/Makefile b/finance/py-finnhub-python/Makefile index f0207352e03..da3013de7d0 100644 --- a/finance/py-finnhub-python/Makefile +++ b/finance/py-finnhub-python/Makefile @@ -1,5 +1,5 @@ PORTNAME= finnhub-python -PORTVERSION= 2.4.18 +DISTVERSION= 2.4.19 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/finance/py-finnhub-python/distinfo b/finance/py-finnhub-python/distinfo index 3a49c745938..4a3673d745c 100644 --- a/finance/py-finnhub-python/distinfo +++ b/finance/py-finnhub-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687200527 -SHA256 (finnhub-python-2.4.18.tar.gz) = 46d932508f4753be207de73cce81c43070504fc68a2e2f6cb2a25c9cafa7cef4 -SIZE (finnhub-python-2.4.18.tar.gz) = 9079 +TIMESTAMP = 1704768643 +SHA256 (finnhub-python-2.4.19.tar.gz) = 1c216df125fe4c38ff6033613739f07efaf4bce1b7502dde54d31631bbeb5cca +SIZE (finnhub-python-2.4.19.tar.gz) = 9193 diff --git a/finance/py-pythclient/Makefile b/finance/py-pythclient/Makefile index 19411eead01..560c89c6d2e 100644 --- a/finance/py-pythclient/Makefile +++ b/finance/py-pythclient/Makefile @@ -1,5 +1,5 @@ PORTNAME= pythclient -DISTVERSION= 0.1.19 +DISTVERSION= 0.1.20 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,16 +13,20 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiodns>=0:dns/py-aiodns@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiodns>0:dns/py-aiodns@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.7.4:www/py-aiohttp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}backoff>=0:devel/py-backoff@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}base58>=0:security/py-base58@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}loguru>=0:devel/py-loguru@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}backoff>0:devel/py-backoff@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}base58>0:security/py-base58@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}loguru>0:devel/py-loguru@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-socket>0:devel/py-pytest-socket@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest # 2 tests fail, see https://github.com/pyth-network/pyth-client-py/issues/49 diff --git a/finance/py-pythclient/distinfo b/finance/py-pythclient/distinfo index 84b8ff95160..cee22e98f34 100644 --- a/finance/py-pythclient/distinfo +++ b/finance/py-pythclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704141918 -SHA256 (pythclient-0.1.19.tar.gz) = 06195a477522c475362407ce5c1ab1b6711efbeee79999ce39d43f047a3e2ed7 -SIZE (pythclient-0.1.19.tar.gz) = 54123 +TIMESTAMP = 1704478179 +SHA256 (pythclient-0.1.20.tar.gz) = 593c7e9bbb612ce313ab7c69eb5e1cdcd831fe13b36a71f2753c13da0d8a295b +SIZE (pythclient-0.1.20.tar.gz) = 53755 diff --git a/finance/tickrs/Makefile b/finance/tickrs/Makefile index 85e8e88e15b..f6e0a9e02fa 100644 --- a/finance/tickrs/Makefile +++ b/finance/tickrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= tickrs DISTVERSIONPREFIX= v DISTVERSION= 0.14.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= finance MAINTAINER= lcook@FreeBSD.org diff --git a/ftp/R-cran-RCurl/Makefile b/ftp/R-cran-RCurl/Makefile index 6cbd04b861a..2767c1814ab 100644 --- a/ftp/R-cran-RCurl/Makefile +++ b/ftp/R-cran-RCurl/Makefile @@ -1,5 +1,5 @@ PORTNAME= RCurl -DISTVERSION= 1.98-1.13 +DISTVERSION= 1.98-1.14 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/ftp/R-cran-RCurl/distinfo b/ftp/R-cran-RCurl/distinfo index 6eff0369515..737585f25bd 100644 --- a/ftp/R-cran-RCurl/distinfo +++ b/ftp/R-cran-RCurl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699073366 -SHA256 (RCurl_1.98-1.13.tar.gz) = 05a52f6329b4ea91dc92ae23b2528b99d654532c8291712bd591521d6eacf306 -SIZE (RCurl_1.98-1.13.tar.gz) = 731389 +TIMESTAMP = 1704867615 +SHA256 (RCurl_1.98-1.14.tar.gz) = eead278694471dfa9bd2f256d229eebed782e71dc1c734fb457ec35377f303cf +SIZE (RCurl_1.98-1.14.tar.gz) = 731307 diff --git a/ftp/bbftp-client/Makefile b/ftp/bbftp-client/Makefile index 45b8a354d8f..7e0ac69479f 100644 --- a/ftp/bbftp-client/Makefile +++ b/ftp/bbftp-client/Makefile @@ -1,5 +1,6 @@ PORTNAME= bbftp-client PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://software.in2p3.fr/bbftp/dist/ \ ftp://ftp.in2p3.fr/pub/bbftp/ @@ -24,7 +25,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bbftp ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/../doc/bbftp.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/ftp/bbftp-client/pkg-plist b/ftp/bbftp-client/pkg-plist index 2f84af8cb40..4e8bec5f748 100644 --- a/ftp/bbftp-client/pkg-plist +++ b/ftp/bbftp-client/pkg-plist @@ -1,5 +1,5 @@ bin/bbftp -man/man1/bbftp.1.gz +share/man/man1/bbftp.1.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO diff --git a/ftp/bbftp-server/Makefile b/ftp/bbftp-server/Makefile index cfb3d3763ee..8b9122ebff1 100644 --- a/ftp/bbftp-server/Makefile +++ b/ftp/bbftp-server/Makefile @@ -1,5 +1,6 @@ PORTNAME= bbftp-server PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://software.in2p3.fr/bbftp/dist/ \ ftp://ftp.in2p3.fr/pub/bbftp/ @@ -27,7 +28,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bbftpd ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/../doc/bbftpd.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/ftp/bbftp-server/pkg-plist b/ftp/bbftp-server/pkg-plist index 1fe21777fb0..ce938c9adb3 100644 --- a/ftp/bbftp-server/pkg-plist +++ b/ftp/bbftp-server/pkg-plist @@ -1,5 +1,5 @@ bin/bbftpd -man/man1/bbftpd.1.gz +share/man/man1/bbftpd.1.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index 8bce71a3272..4228cfcad52 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= bftpd PORTVERSION= 6.1 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -20,7 +21,7 @@ CFLAGS+= -fcommon WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf.sample \ - man/man8/bftpd.8.gz + share/man/man8/bftpd.8.gz PORTDOCS= en pl sk OPTIONS_DEFINE= DOCS @@ -32,7 +33,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8/ ${INSTALL_DATA} ${WRKSRC}/bftpd.conf ${STAGEDIR}${PREFIX}/etc/bftpd.conf.sample @cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} diff --git a/ftp/ftpsesame/Makefile b/ftp/ftpsesame/Makefile index 6f719f08d06..66048aa12c7 100644 --- a/ftp/ftpsesame/Makefile +++ b/ftp/ftpsesame/Makefile @@ -1,5 +1,6 @@ PORTNAME= ftpsesame PORTVERSION= 0.95 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://www.sentia.org/downloads/ \ LOCAL/sem @@ -10,13 +11,13 @@ WWW= https://www.sentia.org/projects/ftpsesame/ LICENSE= ISCL -PLIST_FILES= bin/ftpsesame man/man8/ftpsesame.8.gz +PLIST_FILES= bin/ftpsesame share/man/man8/ftpsesame.8.gz USE_RC_SUBR= ftpsesame -MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} MANPREFIX=${STAGEDIR}${MANPREFIX} +MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} MANPREFIX=${STAGEDIR}${PREFIX}/share do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ftpsesame ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ftpsesame.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/ftpsesame.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile index 33cdd6cb0eb..77598de637c 100644 --- a/ftp/hsftp/Makefile +++ b/ftp/hsftp/Makefile @@ -1,6 +1,6 @@ PORTNAME= hsftp PORTVERSION= 1.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= http://la-samhna.de/hsftp/ \ http://www.alaskaparadise.com/freebsd/ @@ -19,7 +19,7 @@ READLINE_DESC= Enable readline support GNU_CONFIGURE= yes MAKEFILE= makefile -PLIST_FILES= bin/hsftp man/man1/hsftp.1.gz +PLIST_FILES= bin/hsftp share/man/man1/hsftp.1.gz OPENSSH_RUN_DEPENDS= ssh:security/openssh-portable OPENSSH_CONFIGURE_WITH= openssh @@ -32,6 +32,6 @@ pre-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hsftp ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 7e8f0778fea..dceb479f72d 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncftp PORTVERSION= 3.2.6 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ \ ftp://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/ @@ -39,8 +39,8 @@ pre-build-LIBS-on: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${STAGEDIR}${PREFIX}/bin ${LN} -sf ncftpbatch ${STAGEDIR}${PREFIX}/bin/ncftpspooler - ${INSTALL_MAN} ${WRKSRC}/doc/man/* ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/Strn/Strn.3 ${STAGEDIR}${MANPREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/doc/man/* ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/Strn/Strn.3 ${STAGEDIR}${PREFIX}/share/man/man3 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/ftp/ncftp3/pkg-plist b/ftp/ncftp3/pkg-plist index f9d3c9dea56..7d3179ccb9a 100644 --- a/ftp/ncftp3/pkg-plist +++ b/ftp/ncftp3/pkg-plist @@ -5,16 +5,16 @@ bin/ncftpget bin/ncftpls bin/ncftpput bin/ncftpspooler -man/man1/ncftp.1.gz -man/man1/ncftpbatch.1.gz -man/man1/ncftpget.1.gz -man/man1/ncftpls.1.gz -man/man1/ncftpput.1.gz -man/man1/ncftpspooler.1.gz +share/man/man1/ncftp.1.gz +share/man/man1/ncftpbatch.1.gz +share/man/man1/ncftpget.1.gz +share/man/man1/ncftpls.1.gz +share/man/man1/ncftpput.1.gz +share/man/man1/ncftpspooler.1.gz %%LIBS%%lib/libStrn.so %%LIBS%%lib/libStrn.so.1 %%LIBS%%lib/libncftp.so %%LIBS%%lib/libncftp.so.3 %%LIBS%%lib/libsio.so %%LIBS%%lib/libsio.so.5 -%%LIBS%%man/man3/Strn.3.gz +%%LIBS%%share/man/man3/Strn.3.gz diff --git a/ftp/oftpd/Makefile b/ftp/oftpd/Makefile index 7bcd7b2b5cf..bb573938a77 100644 --- a/ftp/oftpd/Makefile +++ b/ftp/oftpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= oftpd PORTVERSION= 0.3.7 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://www.time-travellers.org/oftpd/ \ http://atreides.freenix.no/~anders/ @@ -16,7 +17,7 @@ USES= cpe GNU_CONFIGURE= yes PORTDOCS= README AUTHORS ChangeLog NEWS TODO BUGS -PLIST_FILES= sbin/oftpd man/man8/oftpd.8.gz +PLIST_FILES= sbin/oftpd share/man/man8/oftpd.8.gz OPTIONS_DEFINE= DOCS @@ -28,7 +29,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/oftpd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile index 1d3637aaa7d..4a0f14cc57f 100644 --- a/ftp/pftpd/Makefile +++ b/ftp/pftpd/Makefile @@ -1,6 +1,6 @@ PORTNAME= pftpd PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ifm.liu.se/pub/unix/pftpd/ @@ -12,12 +12,12 @@ GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes PLIST_FILES= sbin/pftpd \ - man/man1/pftpd.1.gz \ - man/man1/rpad.1.gz + share/man/man1/pftpd.1.gz \ + share/man/man1/rpad.1.gz do-install: (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} pftpd ${STAGEDIR}${PREFIX}/sbin) - (cd ${WRKSRC}/doc && ${INSTALL_MAN} *.1 ${STAGEDIR}${MANPREFIX}/man/man1) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} *.1 ${STAGEDIR}${PREFIX}/share/man/man1) @${CAT} ${WRKSRC}/ISSUES .include diff --git a/ftp/proftpd-mod_vroot/distinfo b/ftp/proftpd-mod_vroot/distinfo index dd2c8a49c26..78c16eec868 100644 --- a/ftp/proftpd-mod_vroot/distinfo +++ b/ftp/proftpd-mod_vroot/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1674423179 -SHA256 (proftpd-1.3.8.tar.gz) = f7139e7377a2cb059b8b9b14d76a6df5f440e3181cb15ae890d43bbcae574748 -SIZE (proftpd-1.3.8.tar.gz) = 19744412 +TIMESTAMP = 1704671206 +SHA256 (proftpd-1.3.8b.tar.gz) = 183ab7c6107de271a2959ff268f55c9b6c76b2cf0029e6584fccc019686601e0 +SIZE (proftpd-1.3.8b.tar.gz) = 19752808 SHA256 (proftpd-mod_vroot-0.9.5.tar.gz) = 148384a33ee388bbb5dda36a09a944b2c528e1d46dc47e4d3aaedc37b14439be SIZE (proftpd-mod_vroot-0.9.5.tar.gz) = 95664 diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 7fb934c4f62..30875662d43 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -2,7 +2,7 @@ PORTNAME?= proftpd .if !defined(DISTVERSION) PORTVERSION?= ${PROFTPD_VERSION} .endif -PORTREVISION?= 2 +PORTREVISION?= 0 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ https://github.com/downloads/proftpd/proftpd.github.com/ \ @@ -24,7 +24,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd .endif -PROFTPD_VERSION= 1.3.8 +PROFTPD_VERSION= 1.3.8b CPE_VENDOR= proftpd CPE_PRODUCT= proftpd @@ -87,8 +87,8 @@ PLIST_FILES+= libexec/proftpd/${m}.a \ libexec/proftpd/${m}.so .endfor .else -OPTIONS_DEFINE= DOCS HTMLDOCS IPV6 NLS MEMCACHE REDIS -OPTIONS_DEFAULT= PCRE2 +OPTIONS_DEFINE= DOCS HTMLDOCS IPV6 NLS MEMCACHE REDIS LIBSODIUM +OPTIONS_DEFAULT= PCRE2 LIBSODIUM OPTIONS_RADIO+= PCREVER OPTIONS_RADIO_PCREVER= PCRE1 PCRE2 @@ -99,6 +99,7 @@ PCREVER_DESC= PCRE library to use PCRE1_DESC= ${PCRE_DESC} PCRE2_DESC= ${PCRE_DESC} version 2 REDIS_DESC= Redis support using hiredis +LIBSODIUM_DESC= Stronger key algorithm support using libsodium PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATEDIR}" OPTIONS_SUB= yes @@ -172,6 +173,10 @@ REDIS_CONFIGURE_ENABLE= redis REDIS_VARS= MODULES+="mod_redis mod_tls_redis mod_wrap2_redis" \ LIBS+="-L${LOCALBASE}/lib -lhiredis" +LIBSODIUM_CONFIGURE_ENABLE= sodium +LIBSODIUM_LIB_DEPENDS= libsodium.so:security/libsodium +LIBSODIUM_VARS= LIBS+="-L${LOCALBASE}/lib -lsodium" + .include # Generate modules configuration string @@ -234,7 +239,7 @@ post-install: @${CP} -RP ${WRKSRC}/doc/howto ${STAGEDIR}${DOCSDIR}/html/howto . endif .endif - @${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + @${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${STAGEDIR}${PREFIX}/man/man8/ .endif #!defined(_BUILDING_PROFTPD_MODULE) .include diff --git a/ftp/proftpd/distinfo b/ftp/proftpd/distinfo index a82c201a749..79f324d42cb 100644 --- a/ftp/proftpd/distinfo +++ b/ftp/proftpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674381181 -SHA256 (proftpd-1.3.8.tar.gz) = f7139e7377a2cb059b8b9b14d76a6df5f440e3181cb15ae890d43bbcae574748 -SIZE (proftpd-1.3.8.tar.gz) = 19744412 +TIMESTAMP = 1704667613 +SHA256 (proftpd-1.3.8b.tar.gz) = 183ab7c6107de271a2959ff268f55c9b6c76b2cf0029e6584fccc019686601e0 +SIZE (proftpd-1.3.8b.tar.gz) = 19752808 diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile index 843355dcc8c..f4739019702 100644 --- a/ftp/spegla/Makefile +++ b/ftp/spegla/Makefile @@ -1,5 +1,6 @@ PORTNAME= spegla PORTVERSION= 1.1p5 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= ftp @@ -13,8 +14,8 @@ USES= uidfix USE_GITHUB= yes GH_ACCOUNT= hrs-allbsd LICENSE_BSD2CLAUSE_REGEX="/ \* [Cc]opyright/,/ \*\//!d;s,^ \*,,;s,^/,," -MAKE_ARGS= MANDIR=${MAN1PREFIX}/man/man -PLIST_FILES= bin/spegla man/man1/spegla.1.gz +MAKE_ARGS= MANDIR=${PREFIX}/share/man/man +PLIST_FILES= bin/spegla share/man/man1/spegla.1.gz PORTEXAMPLES= freebsd.org spegla.conf spegla.sh OPTIONS_DEFINE= EXAMPLES IPV6 diff --git a/ftp/termscp/Makefile b/ftp/termscp/Makefile index 4142b1c3ca8..c3cec57f24e 100644 --- a/ftp/termscp/Makefile +++ b/ftp/termscp/Makefile @@ -1,7 +1,7 @@ PORTNAME= termscp DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= ftp MAINTAINER= sec.research.2005@gmail.com diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index d91e670d7d5..799a98b7d2d 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -1,6 +1,6 @@ PORTNAME= twoftpd PORTVERSION= 1.43 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ @@ -26,8 +26,9 @@ PLIST_FILES= bin/twoftpd-anon bin/twoftpd-anon-conf \ bin/twoftpd-auth bin/twoftpd-bind-port \ bin/twoftpd-conf bin/twoftpd-drop \ bin/twoftpd-switch bin/twoftpd-xfer \ - man/man1/twoftpd-auth.1.gz man/man1/twoftpd-switch.1.gz \ - man/man1/twoftpd-xfer.1.gz + share/man/man1/twoftpd-auth.1.gz \ + share/man/man1/twoftpd-switch.1.gz \ + share/man/man1/twoftpd-xfer.1.gz OPTIONS_DEFINE= DOCS @@ -36,7 +37,7 @@ post-patch: do-configure: @${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin - @${ECHO_CMD} "${MANPREFIX}/man" > ${WRKSRC}/conf-man + @${ECHO_CMD} "${PREFIX}/share/man" > ${WRKSRC}/conf-man @${ECHO_CMD} "${CC} ${CFLAGS} ${CPPFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld @${ECHO_CMD} "${BGLIBS_INCLUDE}" > ${WRKSRC}/conf-bgincs @@ -48,7 +49,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/ .endfor .for f in twoftpd-auth.1 twoftpd-switch.1 twoftpd-xfer.1 - ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/share/man/man1/ .endfor do-install-DOCS-on: diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 75ad4837bd1..1fda8392b99 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,6 +1,6 @@ PORTNAME= 0ad PORTVERSION= 0.0.26 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases diff --git a/games/3dpong/Makefile b/games/3dpong/Makefile index a7066030058..b9554f0032d 100644 --- a/games/3dpong/Makefile +++ b/games/3dpong/Makefile @@ -1,6 +1,6 @@ PORTNAME= 3dpong PORTVERSION= 0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/3dpong/src/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -39,7 +39,7 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.6 \ - ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${STAGEDIR}${PREFIX}/share/man/man6/ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ diff --git a/games/3dpong/pkg-plist b/games/3dpong/pkg-plist index b537f343c13..07b0295e74f 100644 --- a/games/3dpong/pkg-plist +++ b/games/3dpong/pkg-plist @@ -1,5 +1,5 @@ bin/3dpong -man/man6/3dpong.6.gz +share/man/man6/3dpong.6.gz %%DATADIR%%/hit.au %%DATADIR%%/score.au %%DATADIR%%/wall.au diff --git a/games/DDNet/Makefile b/games/DDNet/Makefile index ef5005a2bce..3a8079a9229 100644 --- a/games/DDNet/Makefile +++ b/games/DDNet/Makefile @@ -1,6 +1,6 @@ PORTNAME= DDNet PORTVERSION= 17.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://ddnet.tw/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/games/Makefile b/games/Makefile index dc50fd87e10..b6af0d81431 100644 --- a/games/Makefile +++ b/games/Makefile @@ -241,6 +241,7 @@ SUBDIR += entombed SUBDIR += enygma SUBDIR += epiphany-game + SUBDIR += etlegacy SUBDIR += etracer SUBDIR += euchre SUBDIR += eureka diff --git a/games/ags/Makefile b/games/ags/Makefile index bedf54d22b4..8611515b465 100644 --- a/games/ags/Makefile +++ b/games/ags/Makefile @@ -1,5 +1,5 @@ PORTNAME= ags -DISTVERSION= 3.6.0.54 +DISTVERSION= 3.6.0.56 CATEGORIES= games MASTER_SITES= https://github.com/adventuregamestudio/ags/releases/download/v${PORTVERSION}/ DISTNAME= ags_${DISTVERSION}_source diff --git a/games/ags/distinfo b/games/ags/distinfo index 74cec6f1512..ddbb3d721b6 100644 --- a/games/ags/distinfo +++ b/games/ags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702502747 -SHA256 (ags_3.6.0.54_source.tar.xz) = 5ae307c9a6561e0057d8434456a5078df096910da62354e0682f8cded757a236 -SIZE (ags_3.6.0.54_source.tar.xz) = 6353348 +TIMESTAMP = 1704848072 +SHA256 (ags_3.6.0.56_source.tar.xz) = edd13f34d2e0de358bf5ad2ab89d5e92626a23103c708626b15683e301f9c54b +SIZE (ags_3.6.0.56_source.tar.xz) = 6345804 diff --git a/games/anki/Makefile b/games/anki/Makefile index 5c373dd7785..fa24e6bf9a7 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,5 +1,6 @@ PORTNAME= anki DISTVERSION= 23.12.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/arx-libertatis/Makefile b/games/arx-libertatis/Makefile index 15f08ad61ab..369d7784304 100644 --- a/games/arx-libertatis/Makefile +++ b/games/arx-libertatis/Makefile @@ -40,12 +40,6 @@ PORTDATA= * OPTIONS_DEFINE= DOCS -.include - -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 -CFLAGS+= -mminimal-toc -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/CMakeLists.txt ${WRKSRC}/cmake/*.cmake @@ -56,4 +50,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor -.include +.include diff --git a/games/auralquiz/Makefile b/games/auralquiz/Makefile index cf2e7f79c79..011c6c7c621 100644 --- a/games/auralquiz/Makefile +++ b/games/auralquiz/Makefile @@ -1,7 +1,7 @@ PORTNAME= auralquiz PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 0 CATEGORIES= games MASTER_SITES= SAVANNAH @@ -24,8 +24,7 @@ PORTDOCS= CHANGELOG README TODO OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|; \ - s|%%MAN6PREFIX%%|${MAN6PREFIX}|' \ + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/Auralquiz.pro post-install-DOCS-on: diff --git a/games/auralquiz/files/patch-Auralquiz.pro b/games/auralquiz/files/patch-Auralquiz.pro index b396e5ce240..e5f269fdd89 100644 --- a/games/auralquiz/files/patch-Auralquiz.pro +++ b/games/auralquiz/files/patch-Auralquiz.pro @@ -13,7 +13,7 @@ man_file.files = manual/auralquiz.6 -man_file.path = /usr/share/man/man6/ -+man_file.path = %%MAN6PREFIX%%/share/man/man6/ ++man_file.path = %%PREFIX%%/share/man/man6/ #icon32_png.files = icon/32x32/auralquiz.png -#icon32_png.path = /usr/share/icons/hicolor/32x32/apps/ diff --git a/games/bastet/Makefile b/games/bastet/Makefile index 41ae1ac15f9..597d3fa89c6 100644 --- a/games/bastet/Makefile +++ b/games/bastet/Makefile @@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bastet ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/bastet.6 ${STAGEDIR}${MAN6PREFIX}/share/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/bastet.6 ${STAGEDIR}${PREFIX}/share/man/man6/ @${MKDIR} ${STAGEDIR}/var/games ${TOUCH} ${STAGEDIR}/var/games/bastet.scores2.sample ${INSTALL_DATA} ${WRKSRC}/bastet.png ${STAGEDIR}${PREFIX}/share/pixmaps/ diff --git a/games/battalion/Makefile b/games/battalion/Makefile index fd66c3323db..4441c59f9da 100644 --- a/games/battalion/Makefile +++ b/games/battalion/Makefile @@ -1,6 +1,6 @@ PORTNAME= battalion PORTVERSION= 1.4b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.evl.uic.edu/aej/BATTALION/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -26,7 +26,7 @@ CFLAGS+= -I${LOCALBASE}/include/X11 \ -DLINUXVERSION -DLINUXAUDIO LIBS+= -lX11 -lm -PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz +PLIST_FILES= bin/${PORTNAME} share/man/man6/${PORTNAME}.6.gz PORTDATA= * PORTDOCS= * @@ -47,7 +47,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/battalion ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/battalionSUN4/battalion.man \ - ${STAGEDIR}${MAN6PREFIX}/man/man6/battalion.6 + ${STAGEDIR}${PREFIX}/share/man/man6/battalion.6 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKDIR}/battalionSUN4/battalion.data/battalion.sho \ ${STAGEDIR}${DATADIR} diff --git a/games/biorythm/Makefile b/games/biorythm/Makefile index 41e9d7df106..1d64b7601c5 100644 --- a/games/biorythm/Makefile +++ b/games/biorythm/Makefile @@ -1,5 +1,6 @@ PORTNAME= biorythm PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://shh.thathost.com/pub-unix/files/ @@ -13,7 +14,7 @@ LIB_DEPENDS= libshhmsg.so:devel/libshhmsg \ libshhopt.so:devel/libshhopt PORTDOCS= ChangeLog README -PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz +PLIST_FILES= bin/${PORTNAME} share/man/man6/${PORTNAME}.6.gz OPTIONS_DEFINE= DOCS @@ -28,7 +29,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/block/Makefile b/games/block/Makefile index 5f3adaa0fa7..9848096893e 100644 --- a/games/block/Makefile +++ b/games/block/Makefile @@ -1,5 +1,6 @@ PORTNAME= block PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SUNSITE/games/strategy @@ -22,8 +23,8 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/block ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bed ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/block.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 - ${INSTALL_MAN} ${WRKSRC}/bed.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/block.6 ${STAGEDIR}${PREFIX}/share/man/man6 + ${INSTALL_MAN} ${WRKSRC}/bed.6 ${STAGEDIR}${PREFIX}/share/man/man6 @${MKDIR} ${STAGEDIR}${DATADIR} .for file in 1 2 3 4 5 6 ${INSTALL_DATA} ${WRKSRC}/${file}.block \ diff --git a/games/block/pkg-plist b/games/block/pkg-plist index a7ff41dbf2a..e031b937cad 100644 --- a/games/block/pkg-plist +++ b/games/block/pkg-plist @@ -1,7 +1,7 @@ bin/block bin/bed -man/man6/bed.6.gz -man/man6/block.6.gz +share/man/man6/bed.6.gz +share/man/man6/block.6.gz %%DATADIR%%/1.block %%DATADIR%%/2.block %%DATADIR%%/3.block diff --git a/games/blockrage/Makefile b/games/blockrage/Makefile index 22d6efc6045..11c0793e868 100644 --- a/games/blockrage/Makefile +++ b/games/blockrage/Makefile @@ -1,6 +1,6 @@ PORTNAME= blockrage PORTVERSION= 0.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -55,7 +55,7 @@ do-install: .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/blockrage/pkg-plist b/games/blockrage/pkg-plist index 95a9fd1cef8..a725625033b 100644 --- a/games/blockrage/pkg-plist +++ b/games/blockrage/pkg-plist @@ -1,5 +1,5 @@ bin/blockrage -man/man6/blockrage.6.gz +share/man/man6/blockrage.6.gz %%DATADIR%%/blockrage %%DATADIR%%/blockrage-fhs.rc %%DATADIR%%/blockrage.cfg diff --git a/games/bluemoon/Makefile b/games/bluemoon/Makefile index 38f9d1b133f..01b4234dfbf 100644 --- a/games/bluemoon/Makefile +++ b/games/bluemoon/Makefile @@ -1,5 +1,6 @@ PORTNAME= bluemoon PORTVERSION= 2.12 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bluemoon/ @@ -13,7 +14,7 @@ USES= gmake ncurses ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ - man/man6/${PORTNAME}.6.gz \ + share/man/man6/${PORTNAME}.6.gz \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png @@ -29,7 +30,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile index 5458d6a815d..be6d5618657 100644 --- a/games/bsdgames/Makefile +++ b/games/bsdgames/Makefile @@ -1,7 +1,7 @@ PORTNAME= bsdgames PORTVERSION= 0.75 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= games @@ -15,7 +15,7 @@ USES= ncurses tar:xz uidfix USE_GITHUB= yes GH_ACCOUNT= pianojockl -MAKE_ARGS= BINGRP=${BINGRP} +MAKE_ARGS= BINGRP=${BINGRP} MANDIR="${PREFIX}/share/man/man" MAKE_ENV= WITHOUT_WERROR=yes CFLAGS+= -fcommon @@ -37,7 +37,7 @@ post-install: # avoid conflict with games/bs and shells/fish .for prog in bs fish ${MV} ${STAGEDIR}${PREFIX}/bin/${prog} ${STAGEDIR}${PREFIX}/bin/${prog}-game - ${MV} ${STAGEDIR}${MAN6PREFIX}/man/man6/${prog}.6.gz ${STAGEDIR}${MAN6PREFIX}/man/man6/${prog}-game.6.gz + ${MV} ${STAGEDIR}${PREFIX}/share/man/man6/${prog}.6.gz ${STAGEDIR}${PREFIX}/share/man/man6/${prog}-game.6.gz .endfor @${TOUCH} ${STAGEDIR}/var/games/atc_score diff --git a/games/bsdgames/pkg-plist b/games/bsdgames/pkg-plist index 463b4b03323..d2e7897ba49 100644 --- a/games/bsdgames/pkg-plist +++ b/games/bsdgames/pkg-plist @@ -35,42 +35,42 @@ bin/wargames bin/worm bin/worms bin/wump -man/man6/adventure.6.gz -man/man6/arithmetic.6.gz -man/man6/atc.6.gz -man/man6/backgammon.6.gz -man/man6/battlestar.6.gz -man/man6/bcd.6.gz -man/man6/boggle.6.gz -man/man6/bs-game.6.gz -man/man6/canfield.6.gz -man/man6/cfscores.6.gz -man/man6/colorbars.6.gz -man/man6/cribbage.6.gz -man/man6/fish-game.6.gz -man/man6/hack.6.gz -man/man6/hals_end.6.gz -man/man6/hangman.6.gz -man/man6/hunt.6.gz -man/man6/huntd.6.gz -man/man6/larn.6.gz -man/man6/mille.6.gz -man/man6/phantasia.6.gz -man/man6/pig.6.gz -man/man6/ppt.6.gz -man/man6/quiz.6.gz -man/man6/rain.6.gz -man/man6/robots.6.gz -man/man6/rogue.6.gz -man/man6/sail.6.gz -man/man6/snake.6.gz -man/man6/snscore.6.gz -man/man6/tetris.6.gz -man/man6/trek.6.gz -man/man6/wargames.6.gz -man/man6/worm.6.gz -man/man6/worms.6.gz -man/man6/wump.6.gz +share/man/man6/adventure.6.gz +share/man/man6/arithmetic.6.gz +share/man/man6/atc.6.gz +share/man/man6/backgammon.6.gz +share/man/man6/battlestar.6.gz +share/man/man6/bcd.6.gz +share/man/man6/boggle.6.gz +share/man/man6/bs-game.6.gz +share/man/man6/canfield.6.gz +share/man/man6/cfscores.6.gz +share/man/man6/colorbars.6.gz +share/man/man6/cribbage.6.gz +share/man/man6/fish-game.6.gz +share/man/man6/hack.6.gz +share/man/man6/hals_end.6.gz +share/man/man6/hangman.6.gz +share/man/man6/hunt.6.gz +share/man/man6/huntd.6.gz +share/man/man6/larn.6.gz +share/man/man6/mille.6.gz +share/man/man6/phantasia.6.gz +share/man/man6/pig.6.gz +share/man/man6/ppt.6.gz +share/man/man6/quiz.6.gz +share/man/man6/rain.6.gz +share/man/man6/robots.6.gz +share/man/man6/rogue.6.gz +share/man/man6/sail.6.gz +share/man/man6/snake.6.gz +share/man/man6/snscore.6.gz +share/man/man6/tetris.6.gz +share/man/man6/trek.6.gz +share/man/man6/wargames.6.gz +share/man/man6/worm.6.gz +share/man/man6/worms.6.gz +share/man/man6/wump.6.gz share/games/atc/Game_List share/games/atc/Killer share/games/atc/crossover diff --git a/games/bsp/Makefile b/games/bsp/Makefile index 77d4a48460b..b1972319c56 100644 --- a/games/bsp/Makefile +++ b/games/bsp/Makefile @@ -1,5 +1,6 @@ PORTNAME= bsp PORTVERSION= 5.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://games.moria.org.uk/doom/bsp/download/ \ http://files.kyle-evans.net/freebsd/ @@ -22,7 +23,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bsp ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/bsp.6 ${STAGEDIR}${MANPREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/bsp.6 ${STAGEDIR}${PREFIX}/share/man/man6 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/bsp/pkg-plist b/games/bsp/pkg-plist index a9fb0b16cc9..de607a9f5db 100644 --- a/games/bsp/pkg-plist +++ b/games/bsp/pkg-plist @@ -1,3 +1,3 @@ bin/bsp -man/man6/bsp.6.gz +share/man/man6/bsp.6.gz %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 187e6557564..b101f222df0 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -1,6 +1,6 @@ PORTNAME= cgoban PORTVERSION= 1.9.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}1/${PORTNAME}1/${PORTVERSION} @@ -13,7 +13,7 @@ USES= xorg USE_XORG= x11 ice sm PLIST_FILES= bin/cgoban \ - man/man6/cgoban.6.gz + share/man/man6/cgoban.6.gz post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/gnugo|${LOCALBASE}/bin/gnugo|' ${WRKSRC}/src/cgoban.c @@ -22,6 +22,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/cgoban ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/man6/cgoban.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/man6/cgoban.6 ${STAGEDIR}${PREFIX}/share/man/man6/ .include diff --git a/games/dose-response/Makefile b/games/dose-response/Makefile index b52f60a0f7c..babe47b1e7a 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= 39 +PORTREVISION= 40 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/dungeon/Makefile b/games/dungeon/Makefile index d27f8ee91b6..2cb748ad5e8 100644 --- a/games/dungeon/Makefile +++ b/games/dungeon/Makefile @@ -1,6 +1,6 @@ PORTNAME= dungeon PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/games/source/:source \ ftp://ftp.ifarchive.com/if-archive/games/source/:source \ @@ -24,7 +24,7 @@ USES= ncurses NO_WRKSUBDIR= yes PLIST_FILES= bin/dungeon \ - man/man6/dungeon.6.gz \ + share/man/man6/dungeon.6.gz \ %%DATADIR%%/dundat \ %%PORTDOCS%%%%DOCSDIR%%/dungn32b.zip PLIST_DIRS= %%DATADIR%% @@ -57,7 +57,7 @@ do-install: ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/dungeon-gdt/dundat ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/DUNGEON.6 \ - ${STAGEDIR}${MAN6PREFIX}/man/man6/dungeon.6 + ${STAGEDIR}${PREFIX}/share/man/man6/dungeon.6 .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/games/dungeoncrawl/Makefile b/games/dungeoncrawl/Makefile index f371025a66c..cb0e97e68df 100644 --- a/games/dungeoncrawl/Makefile +++ b/games/dungeoncrawl/Makefile @@ -1,5 +1,6 @@ PORTNAME= dungeoncrawl PORTVERSION= 4.0.0.b26 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.dungeoncrawl.org/dev/4.0.x/src/ \ http://www.sourcefiles.org/Games/Role_Play/ @@ -17,7 +18,7 @@ CXXFLAGS+= -fsigned-char MAKEFILE= makefile.bsd PORTDOCS= buglist.txt crawl.txt -PLIST_FILES= bin/dungeoncrawl man/man6/dungeoncrawl.6.gz +PLIST_FILES= bin/dungeoncrawl share/man/man6/dungeoncrawl.6.gz OPTIONS_DEFINE= DOCS @@ -35,7 +36,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/crawl \ ${STAGEDIR}${PREFIX}/bin/dungeoncrawl ${INSTALL_MAN} ${WRKSRC}/../docs/crawl.6 \ - ${STAGEDIR}${MAN6PREFIX}/man/man6/dungeoncrawl.6 + ${STAGEDIR}${PREFIX}/share/man/man6/dungeoncrawl.6 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/editss/Makefile b/games/editss/Makefile index 5953327ccac..d351886a415 100644 --- a/games/editss/Makefile +++ b/games/editss/Makefile @@ -1,6 +1,6 @@ PORTNAME= editss PORTVERSION= 2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= LOCAL/jylefort @@ -25,6 +25,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/editss ${STAGEDIR}${PREFIX}/libexec @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/editssrc ${WRKSRC}/ships ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/editss.6 ${STAGEDIR}${MANPREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/editss.6 ${STAGEDIR}${PREFIX}/share/man/man6 .include diff --git a/games/editss/pkg-plist b/games/editss/pkg-plist index 67a681cc299..89f073b9ffb 100644 --- a/games/editss/pkg-plist +++ b/games/editss/pkg-plist @@ -1,5 +1,5 @@ bin/editss libexec/editss -man/man6/editss.6.gz +share/man/man6/editss.6.gz %%DATADIR%%/editssrc %%DATADIR%%/ships diff --git a/games/ensemblist/Makefile b/games/ensemblist/Makefile index d121dc88de9..dc307958756 100644 --- a/games/ensemblist/Makefile +++ b/games/ensemblist/Makefile @@ -1,6 +1,6 @@ PORTNAME= ensemblist PORTVERSION= 040126 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SAVANNAH @@ -16,7 +16,7 @@ USE_XORG= xmu USE_GL= glut MAKE_ARGS= CC="${CC}" DATADIR="${DATADIR}" -PLIST_FILES= bin/ensemblist man/man6/ensemblist.6.gz +PLIST_FILES= bin/ensemblist share/man/man6/ensemblist.6.gz PORTDATA= * PORTDOCS= * @@ -27,6 +27,6 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/datas/* ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - ${INSTALL_MAN} ${WRKSRC}/ensemblist.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/ensemblist.6 ${STAGEDIR}${PREFIX}/share/man/man6 .include diff --git a/games/etlegacy/Makefile b/games/etlegacy/Makefile new file mode 100644 index 00000000000..2a4d2ba35f4 --- /dev/null +++ b/games/etlegacy/Makefile @@ -0,0 +1,75 @@ +PORTNAME= etlegacy +DISTVERSION= 2.81.1 +CATEGORIES= games +MASTER_SITES= https://mirror.etlegacy.com/geoip/:geoip \ + https://mirror.etlegacy.com/wolfadmin/:wolfadmin +DISTFILES= wolfadmin.tar.gz:wolfadmin \ + GeoIP.dat.tar.gz:geoip +DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= acm@FreeBSD.org +COMMENT= a second breath of life for Wolfenstein: Enemy Territory +WWW= https://www.etlegacy.com/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING.txt + +USES= cmake compiler:c++11-lib desktop-file-utils localbase \ + lua pkgconfig sqlite +USE_CXXSTD= c++11 +USE_GITHUB= yes +GH_TAGNAME= 956269f4c13ebe31ba2a0f0b805588383209bd5b + +CMAKE_ARGS+= -DCROSS_COMPILE32=OFF \ + -DBUNDLED_LIBS=OFF \ + -DBUNDLED_LIBS_DEFAULT=OFF \ + -DCLIENT_GLVND=ON \ + -DFEATURE_RENDERER2=OFF \ + -DENABLE_SSE=ON \ + -DFEATURE_AUTOUPDATE=OFF \ + -DINSTALL_DEFAULT_BASEDIR=${PREFIX}/lib/${PORTNAME} + +OPTIONS_DEFAULT= CLIENT DEDICATED +OPTIONS_MULTI= FLAVOR +OPTIONS_MULTI_FLAVOR= CLIENT DEDICATED +OPTIONS_SUB= yes + +CLIENT_DESC= Build client +DEDICATED_DESC= Build dedicated server + +CLIENT_LIB_DEPENDS= libcurl.so:ftp/curl \ + libcjson.so:devel/libcjson \ + libfreetype.so:print/freetype2 \ + libogg.so:audio/libogg \ + libpng.so:graphics/png \ + libvorbis.so:audio/libvorbis \ + libtheora.so:multimedia/libtheora +CLIENT_USES= gl jpeg openal:soft,alut minizip sdl xorg +CLIENT_USE= GL=gl,glu,glew SDL=sdl2 XORG=x11,xxf86dga,xxf86vm + +SUB_FILES= pkg-message + +.include + +.if ${ARCH} == "i386" +PLIST_SUB+= I386="" \ + AMD64="@comment " +.elif ${ARCH} == "amd64" +PLIST_SUB+= I386="@comment " \ + AMD64="" +.endif + +.if ! ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MDEDICATED} +CMAKE_ARGS+= -DBUILD_CLIENT=OFF +.endif + +post-extract: + @${MKDIR} ${WRKDIR}/.build/legacy + @cd ${WRKDIR}/.build/legacy && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/GeoIP.dat.tar.gz ${EXTRACT_AFTER_ARGS} + @cd ${WRKDIR}/.build/legacy && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/wolfadmin.tar.gz ${EXTRACT_AFTER_ARGS} + +post-patch: + ${REINPLACE_CMD} -e 's|AMD64|amd64|g' ${WRKSRC}/cmake/ETLPlatform.cmake + +.include diff --git a/games/etlegacy/distinfo b/games/etlegacy/distinfo new file mode 100644 index 00000000000..b0173022a74 --- /dev/null +++ b/games/etlegacy/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1704840749 +SHA256 (etlegacy-2.81.1/wolfadmin.tar.gz) = 31659b1d99cd5c9884a66317f803109e631a315e1102842e4e4d29b8579397d1 +SIZE (etlegacy-2.81.1/wolfadmin.tar.gz) = 1128868 +SHA256 (etlegacy-2.81.1/GeoIP.dat.tar.gz) = 1aa7023f599d01fce77861ff331d1024cd92918edf527c2f37f4a37732183a2b +SIZE (etlegacy-2.81.1/GeoIP.dat.tar.gz) = 1120171 +SHA256 (etlegacy-2.81.1/etlegacy-etlegacy-2.81.1-956269f4c13ebe31ba2a0f0b805588383209bd5b_GH0.tar.gz) = 1863d4bcc5352be89069189e96a27260a930af09c12765b3499a5d975fa1b31a +SIZE (etlegacy-2.81.1/etlegacy-etlegacy-2.81.1-956269f4c13ebe31ba2a0f0b805588383209bd5b_GH0.tar.gz) = 15548868 diff --git a/games/etlegacy/files/patch-cmake_ETLInstallGeoIP.cmake b/games/etlegacy/files/patch-cmake_ETLInstallGeoIP.cmake new file mode 100644 index 00000000000..b5b51c16f59 --- /dev/null +++ b/games/etlegacy/files/patch-cmake_ETLInstallGeoIP.cmake @@ -0,0 +1,18 @@ +--- cmake/ETLInstallGeoIP.cmake.orig 2024-01-09 22:56:11 UTC ++++ cmake/ETLInstallGeoIP.cmake +@@ -7,6 +7,7 @@ set(ETLEGACY_GEOIP_ARCHIVE_URL "https://mirror.etlegac + set(ETLEGACY_GEOIP_ARCHIVE "GeoIP.dat.tar.gz") + set(ETLEGACY_GEOIP_ARCHIVE_URL "https://mirror.etlegacy.com/geoip/GeoIP.dat.tar.gz") + ++if(NOT CMAKE_SYSTEM MATCHES "FreeBSD") + LEG_DOWNLOAD( + "GeoIP archive" + "${ETLEGACY_GEOIP_ARCHIVE_URL}" +@@ -15,6 +16,7 @@ LEG_DOWNLOAD( + "${CMAKE_CURRENT_BINARY_DIR}/${MODNAME}" + "${CMAKE_CURRENT_BINARY_DIR}/${MODNAME}/GeoIP.dat" + ) ++endif() + + message(STATUS "Adding GeoIP to installer scripts") + install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${MODNAME}/GeoIP.dat" diff --git a/games/etlegacy/files/patch-cmake_ETLInstallWolfAdmin.cmake b/games/etlegacy/files/patch-cmake_ETLInstallWolfAdmin.cmake new file mode 100644 index 00000000000..7d06621b785 --- /dev/null +++ b/games/etlegacy/files/patch-cmake_ETLInstallWolfAdmin.cmake @@ -0,0 +1,18 @@ +--- cmake/ETLInstallWolfAdmin.cmake.orig 2024-01-09 22:56:24 UTC ++++ cmake/ETLInstallWolfAdmin.cmake +@@ -7,6 +7,7 @@ set(ETLEGACY_WOLFADMIN_ARCHIVE_URL "https://mirror.etl + set(ETLEGACY_WOLFADMIN_ARCHIVE "wolfadmin.tar.gz") + set(ETLEGACY_WOLFADMIN_ARCHIVE_URL "https://mirror.etlegacy.com/wolfadmin/wolfadmin.tar.gz") + ++if(NOT CMAKE_SYSTEM MATCHES "FreeBSD") + LEG_DOWNLOAD( + "WolfAdmin archive" + "${ETLEGACY_WOLFADMIN_ARCHIVE_URL}" +@@ -15,6 +16,7 @@ LEG_DOWNLOAD( + "${CMAKE_CURRENT_BINARY_DIR}/${MODNAME}" + "${CMAKE_CURRENT_BINARY_DIR}/${MODNAME}/wolfadmin" + ) ++endif() + + file(COPY "${CMAKE_CURRENT_BINARY_DIR}/${MODNAME}/wolfadmin/luascripts" + DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/${MODNAME}" diff --git a/games/etlegacy/files/patch-cmake_ETLVersion.cmake b/games/etlegacy/files/patch-cmake_ETLVersion.cmake new file mode 100644 index 00000000000..f2f61a6e6a3 --- /dev/null +++ b/games/etlegacy/files/patch-cmake_ETLVersion.cmake @@ -0,0 +1,18 @@ +--- cmake/ETLVersion.cmake.orig 2024-01-09 22:59:31 UTC ++++ cmake/ETLVersion.cmake +@@ -97,6 +97,7 @@ endmacro(GENERATENUMBER) + endmacro(GENERATENUMBER) + + ++if(NOT CMAKE_SYSTEM MATCHES "FreeBSD") + execute_process(COMMAND git describe --abbrev=7 + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} + OUTPUT_STRIP_TRAILING_WHITESPACE +@@ -105,6 +106,7 @@ execute_process(COMMAND git describe --abbrev=0 + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} + OUTPUT_STRIP_TRAILING_WHITESPACE + OUTPUT_VARIABLE GIT_DESCRIBE_TAG) ++endif() + + if(GIT_DESCRIBE) + set(ETL_CMAKE_VERSION ${GIT_DESCRIBE}) diff --git a/games/etlegacy/files/patch-src_renderercommon_tr__font.c b/games/etlegacy/files/patch-src_renderercommon_tr__font.c new file mode 100644 index 00000000000..aa3e8a2814f --- /dev/null +++ b/games/etlegacy/files/patch-src_renderercommon_tr__font.c @@ -0,0 +1,11 @@ +--- src/renderercommon/tr_font.c.orig 2024-01-10 04:52:35 UTC ++++ src/renderercommon/tr_font.c +@@ -202,7 +202,7 @@ static glyphInfo_t *RE_ConstructGlyphInfo(int imageSiz + + rc = FT_Load_Glyph(face, index, flags); + +- if (rc) ++ if (rc != 0) + { + Ren_Warning("RE_ConstructGlyphInfo: cannot load a glyph into the glyph slot of a face object.\n"); + return &glyph; // nothing to render diff --git a/games/etlegacy/files/pkg-message.in b/games/etlegacy/files/pkg-message.in new file mode 100644 index 00000000000..4137a3e7a15 --- /dev/null +++ b/games/etlegacy/files/pkg-message.in @@ -0,0 +1,16 @@ +{ type: install + message: <=16 # https://github.com/exult/exult/issues/416 -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) +.if !defined(PKGNAMESUFFIX) && ( ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))) CFLAGS+= -Wno-cast-function-type-strict .endif diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 02756a292d0..10efc73ab93 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -1,6 +1,6 @@ PORTNAME= fkiss PORTVERSION= 0.33a -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/fkiss/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/a//} @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" -PLIST_FILES= bin/fkiss man/man1/fkiss.1.gz +PLIST_FILES= bin/fkiss share/man/man1/fkiss.1.gz PORTDOCS= * PORTEXAMPLES= * @@ -43,7 +43,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fkiss ${STAGEDIR}${PREFIX}/bin/fkiss ${INSTALL_MAN} ${WRKSRC}/fkiss.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/fkiss.1 + ${STAGEDIR}${PREFIX}/share/man/man1/fkiss.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/frotz/Makefile b/games/frotz/Makefile index e4135df61a7..f6fb5de46e6 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,5 +1,6 @@ PORTNAME= frotz PORTVERSION= 2.51 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= dave@661.org @@ -21,7 +22,7 @@ ALL_TARGET= nosound dumb INSTALL_TARGET= frotz PLIST_FILES= bin/frotz \ - man/man6/frotz.6.gz + share/man/man6/frotz.6.gz PORTDOCS= AUTHORS ChangeLog HOW_TO_PLAY README PORTEXAMPLES= frotz.conf-big frotz.conf-small @@ -30,12 +31,12 @@ OPTIONS_DEFINE= DOCS EXAMPLES DUMB DUMB_DESC= Install dfrotz (dumb frotz) DUMB_PLIST_FILES= bin/dfrotz \ - man/man6/dfrotz.6.gz + share/man/man6/dfrotz.6.gz DUMB_PORTDOCS= DUMB do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -43,7 +44,7 @@ do-install-DOCS-on: do-install-DUMB-on: ${INSTALL_PROGRAM} ${WRKSRC}/d${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/doc/d${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/doc/d${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile index 6462cb81938..d12ee31f0da 100644 --- a/games/galaxis/Makefile +++ b/games/galaxis/Makefile @@ -1,5 +1,6 @@ PORTNAME= galaxis PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/galaxis/ @@ -19,7 +20,7 @@ MAKE_ARGS= CC="${CC}" \ ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ - man/man6/${PORTNAME}.6.gz \ + share/man/man6/${PORTNAME}.6.gz \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png @@ -30,7 +31,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index 0158527074b..67c465cc54b 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -1,5 +1,6 @@ PORTNAME= gemrb PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= games emulators MASTER_SITES= SF/${PORTNAME}/Releases/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-sources @@ -25,7 +26,7 @@ OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes CMAKE_ARGS= -DDOC_DIR="${DOCSDIR}" \ - -DMAN_DIR="${MAN6PREFIX}/man/man6/" \ + -DMAN_DIR="${PREFIX}/share/man/man6/" \ -DSDL_BACKEND=SDL2 \ -DUSE_OPENAL=ON \ -DUSE_LIBVLC=OFF \ diff --git a/games/gemrb/pkg-plist b/games/gemrb/pkg-plist index 96a2e4b7896..0fddde1849a 100644 --- a/games/gemrb/pkg-plist +++ b/games/gemrb/pkg-plist @@ -48,7 +48,7 @@ lib/gemrb/plugins/WAVReader.so lib/gemrb/plugins/WEDImporter.so lib/gemrb/plugins/WMPImporter.so lib/gemrb/plugins/ZLibManager.so -man/man6/gemrb.6.gz +share/man/man6/gemrb.6.gz share/applications/gemrb.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING diff --git a/games/genact/Makefile b/games/genact/Makefile index 240dcd338d4..8c96c4c902c 100644 --- a/games/genact/Makefile +++ b/games/genact/Makefile @@ -1,7 +1,7 @@ PORTNAME= genact DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= games MAINTAINER= 0mp@FreeBSD.org diff --git a/games/gnushogi/Makefile b/games/gnushogi/Makefile index e8e15367894..ec5da7c0df0 100644 --- a/games/gnushogi/Makefile +++ b/games/gnushogi/Makefile @@ -32,7 +32,7 @@ pre-build-INFO-on: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gnushogi/gnushogi ${STAGEDIR}${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/doc/gnushogi.6 ${STAGEDIR}${MANPREFIX}/man/man6 + @${INSTALL_MAN} ${WRKSRC}/doc/gnushogi.6 ${STAGEDIR}${PREFIX}/share/man/man6 @${MKDIR} ${STAGEDIR}${DATADIR} @${INSTALL_DATA} ${WRKSRC}/gnushogi/gnushogi.bbk ${STAGEDIR}${DATADIR} diff --git a/games/gnushogi/pkg-plist b/games/gnushogi/pkg-plist index 6d4aeab281a..18f2f522b45 100644 --- a/games/gnushogi/pkg-plist +++ b/games/gnushogi/pkg-plist @@ -1,5 +1,5 @@ bin/gnushogi -man/man6/gnushogi.6.gz +share/man/man6/gnushogi.6.gz %%PORTDOCS%%%%DOCSDIR%%/BOOKFILES %%PORTDOCS%%%%DOCSDIR%%/PORTING %%PORTDOCS%%%%DOCSDIR%%/shogi.rules diff --git a/games/greed/Makefile b/games/greed/Makefile index 7f6bee03ee1..98ab76f9168 100644 --- a/games/greed/Makefile +++ b/games/greed/Makefile @@ -1,5 +1,6 @@ PORTNAME= greed PORTVERSION= 4.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://catb.org/~esr/greed/ PKGNAMESUFFIX= -game @@ -21,7 +22,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/greed ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/greed.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/greed.6 ${STAGEDIR}${PREFIX}/share/man/man6/ @${MKDIR} ${STAGEDIR}${SCOREFILE:H} ${TOUCH} ${STAGEDIR}${SCOREFILE}.sample diff --git a/games/greed/pkg-plist b/games/greed/pkg-plist index 43e93b7aa36..63cc5c523d9 100644 --- a/games/greed/pkg-plist +++ b/games/greed/pkg-plist @@ -1,3 +1,3 @@ @(,games,2555) bin/greed -man/man6/greed.6.gz +share/man/man6/greed.6.gz @sample(,games,664) %%SCOREFILE%%.sample diff --git a/games/holotz-castle/Makefile b/games/holotz-castle/Makefile index 86844286302..839d228d4fc 100644 --- a/games/holotz-castle/Makefile +++ b/games/holotz-castle/Makefile @@ -1,6 +1,6 @@ PORTNAME= holotz-castle PORTVERSION= 1.3.14 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSION}-src${EXTRACT_SUFX} \ @@ -54,7 +54,7 @@ post-install: ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} - (cd ${WRKSRC}/man && ${INSTALL_MAN} *.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/) + (cd ${WRKSRC}/man && ${INSTALL_MAN} *.6 ${STAGEDIR}${PREFIX}/share/man/man6/) post-install-SOLUTIONS-on: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-solutions ${STAGEDIR}${PREFIX}/bin/ diff --git a/games/holotz-castle/pkg-plist b/games/holotz-castle/pkg-plist index f51f4490750..6696a921f19 100644 --- a/games/holotz-castle/pkg-plist +++ b/games/holotz-castle/pkg-plist @@ -1,8 +1,8 @@ bin/holotz-castle bin/holotz-castle-editor %%SOLUTIONS%%bin/holotz-castle-solutions -man/man6/holotz-castle-editor.6.gz -man/man6/holotz-castle.6.gz +share/man/man6/holotz-castle-editor.6.gz +share/man/man6/holotz-castle.6.gz %%SOLUTIONS%%share/applications/holotz-castle-solutions.desktop share/applications/holotz-castle.desktop share/icons/hicolor/128x128/apps/holotz-castle.png diff --git a/games/inform7/Makefile b/games/inform7/Makefile index cdbac955c48..d0badc8a2c1 100644 --- a/games/inform7/Makefile +++ b/games/inform7/Makefile @@ -1,5 +1,6 @@ PORTNAME= inform7 PORTVERSION= 6L38 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://ifarchive.org/if-archive/infocom/compilers/inform7/executables/ DISTNAME= I7_6L38_FreeBSD @@ -24,7 +25,7 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} @${CP} -R ${WRKSRC}/Internal ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${FILESDIR}/i7.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${FILESDIR}/i7.6 ${STAGEDIR}${PREFIX}/share/man/man6 .if ${ARCH} == "i386" ${INSTALL_PROGRAM} ${WRKSRC}/ni.i386 ${STAGEDIR}${PREFIX}/bin/ni diff --git a/games/inform7/pkg-plist b/games/inform7/pkg-plist index 3b3a4df5d47..965dbb20c2b 100644 --- a/games/inform7/pkg-plist +++ b/games/inform7/pkg-plist @@ -5,7 +5,7 @@ bin/dumb-glulxe bin/i7 bin/inform6 bin/ni -man/man6/i7.6.gz +share/man/man6/i7.6.gz %%DATADIR%%/Internal/Templates/Vorple/zvm.min.js %%DATADIR%%/Internal/Templates/Vorple/vorple.parchment.min.js %%DATADIR%%/Internal/Templates/Vorple/vorple.css diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index 1224f67adf6..56ef79bed83 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -1,7 +1,7 @@ PORTNAME= ja2 DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MAINTAINER= timp87@gmail.com diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile index 96443be44b8..1db42ceb1fe 100644 --- a/games/jumpy/Makefile +++ b/games/jumpy/Makefile @@ -1,6 +1,7 @@ PORTNAME= jumpy DISTVERSIONPREFIX= v DISTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= games wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/games/jzip/Makefile b/games/jzip/Makefile index d2dcb245ff9..3b8edb3bd46 100644 --- a/games/jzip/Makefile +++ b/games/jzip/Makefile @@ -1,5 +1,6 @@ PORTNAME= jzip PORTVERSION= 2.0.1g +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= LOCAL/mph DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} @@ -14,7 +15,7 @@ USES= ncurses zip CPPFLAGS+= -DPOSIX -DHAVE_GETOPT PORTDOCS= Jzip.doc -PLIST_FILES= bin/jzip man/man1/jzip.1.gz +PLIST_FILES= bin/jzip share/man/man1/jzip.1.gz OPTIONS_DEFINE= DOCS @@ -30,7 +31,7 @@ post-patch: do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} jzip ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_DATA} jzip.1 ${STAGEDIR}${MANPREFIX}/man/man1) + (cd ${WRKSRC} && ${INSTALL_DATA} jzip.1 ${STAGEDIR}${PREFIX}/share/man/man1) @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} Jzip.doc ${STAGEDIR}${DOCSDIR}) diff --git a/games/legend-of-edgar/Makefile b/games/legend-of-edgar/Makefile index fecd189d544..d9e7b8c589c 100644 --- a/games/legend-of-edgar/Makefile +++ b/games/legend-of-edgar/Makefile @@ -1,6 +1,5 @@ PORTNAME= edgar -DISTVERSION= 1.36 -PORTREVISION= 1 +DISTVERSION= 1.37 CATEGORIES= games MASTER_SITES= https://github.com/riksweeney/edgar/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= legend-of- diff --git a/games/legend-of-edgar/distinfo b/games/legend-of-edgar/distinfo index d08d490e428..fa50cceec8b 100644 --- a/games/legend-of-edgar/distinfo +++ b/games/legend-of-edgar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672662786 -SHA256 (edgar-1.36-1.tar.gz) = 41d98dc1e15a6d7ef7898ebfef438a82598b67485cc686cd2e57f1e638af9a39 -SIZE (edgar-1.36-1.tar.gz) = 91908211 +TIMESTAMP = 1704719361 +SHA256 (edgar-1.37-1.tar.gz) = 8bbce85dbe7d489dd70a8dd4f5bb7900b7e0ba3418de9e5bf8e21baed4420f8a +SIZE (edgar-1.37-1.tar.gz) = 91922230 diff --git a/games/legend-of-edgar/files/patch-makefile b/games/legend-of-edgar/files/patch-makefile index f6e07973fee..4a30b5c7aaa 100644 --- a/games/legend-of-edgar/files/patch-makefile +++ b/games/legend-of-edgar/files/patch-makefile @@ -2,7 +2,7 @@ the stage directory and that the game can actually find its assets at runtime ---- makefile.orig 2023-01-01 07:44:56 UTC +--- makefile.orig 2024-01-01 08:30:47 UTC +++ makefile @@ -22,7 +22,7 @@ PO_PROG = po_creator TILE_PROG = tile_creator @@ -13,21 +13,7 @@ BIN_DIR = $(PREFIX)/games/ DOC_DIR = $(PREFIX)/share/doc/$(PROG)/ ICON_DIR = $(PREFIX)/share/icons/hicolor/ -@@ -104,11 +104,11 @@ endif - all : $(PROG) makefile.dep $(ED_PROG) $(PAK_PROG) $(LOCALE_MO) $(PO_PROG) - - makefile.dep : src/*/*.h src/*.h -- for i in src/*.c src/*/*.c; do $(CC) -MM "$${i}"; done > $@ -+ for i in src/*.c src/*/*.c; do $(CC) $(CFLAGS) -MM "$${i}"; done > $@ - - # compiling other source files. - $(MAIN_OBJS) $(CORE_OBJS) $(EDIT_OBJS) $(TITLE_OBJS) $(PAK_OBJS) $(PO_OBJS) $(TILE_OBJS): -- $(CC) $(CFLAGS) $(DEFINES) -c -s $< -+ $(CC) $(CFLAGS) $(DEFINES) -c $< - - %.mo: %.po - msgfmt -c -o $@ $< -@@ -148,39 +148,39 @@ install: all buildpak +@@ -150,39 +150,39 @@ install: all buildpak ifeq ($(DEV),1) echo Cannot install if DEV is set to 1! else diff --git a/games/neverball/Makefile b/games/neverball/Makefile index a1d948651ba..96784024848 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -34,7 +34,7 @@ NLS_MAKE_ENV_OFF= ENABLE_NLS=0 do-install: cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ - ${INSTALL_MAN} ${WRKSRC}/dist/*.6 ${STAGEDIR}${MAN6PREFIX}/share/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/dist/*.6 ${STAGEDIR}${PREFIX}/share/man/man6/ .for f in neverball neverputt ${INSTALL_DATA} ${WRKSRC}/dist/${f}.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ diff --git a/games/nighthawk/Makefile b/games/nighthawk/Makefile index bc41980b8b9..4dab5f849d6 100644 --- a/games/nighthawk/Makefile +++ b/games/nighthawk/Makefile @@ -1,6 +1,6 @@ PORTNAME= nighthawk PORTVERSION= 3.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SUNSITE/games/arcade @@ -30,7 +30,7 @@ do-install: (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} nighthawk \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC}/doc && ${INSTALL_MAN} nighthawk.6 \ - ${STAGEDIR}${MANPREFIX}/man/man6) + ${STAGEDIR}${PREFIX}/share/man/man6) @${MKDIR} ${STAGEDIR}${DATADIR} ${TAR} -C ${WRKSRC} --exclude ".xvpics" -cf - data | \ ${TAR} -C ${STAGEDIR}${DATADIR} --unlink -xf - diff --git a/games/nighthawk/pkg-plist b/games/nighthawk/pkg-plist index c21bb523f46..9698d720f01 100644 --- a/games/nighthawk/pkg-plist +++ b/games/nighthawk/pkg-plist @@ -1,5 +1,5 @@ @(root,games,6755) bin/nighthawk -man/man6/nighthawk.6.gz +share/man/man6/nighthawk.6.gz %%DATADIR%%/data/Anoyle/Bridge.f %%DATADIR%%/data/Anoyle/Bridge.m %%DATADIR%%/data/Anoyle/Engineering.f @@ -200,4 +200,4 @@ man/man6/nighthawk.6.gz %%DATADIR%%/data/xpm/standard/ship_complete.xpm %%DATADIR%%/data/xpm/standard/trans_terminated.xpm %%DATADIR%%/data/xpm/xpm.i -@unexec if [ ! -s /var/games/nighthawk.scores ]; then rm -f /var/games/nighthawk.scores; fi +@rmempty /var/games/nighthawk.scores diff --git a/games/nonsense/Makefile b/games/nonsense/Makefile index d13452abce9..b04f983f880 100644 --- a/games/nonsense/Makefile +++ b/games/nonsense/Makefile @@ -1,6 +1,6 @@ PORTNAME= nonsense PORTVERSION= 0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF @@ -24,6 +24,6 @@ do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/template ${INSTALL_DATA} ${WRKSRC}/*.data ${STAGEDIR}${DATADIR}/data ${INSTALL_DATA} ${WRKSRC}/*.template ${STAGEDIR}${DATADIR}/template - ${INSTALL_MAN} ${WRKSRC}/nonsense.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/nonsense.6 ${STAGEDIR}${PREFIX}/share/man/man6/ .include diff --git a/games/nonsense/pkg-plist b/games/nonsense/pkg-plist index e7b577d704b..6736e8406a8 100644 --- a/games/nonsense/pkg-plist +++ b/games/nonsense/pkg-plist @@ -23,4 +23,4 @@ bin/nonsense %%DATADIR%%/template/slashdot.html.template %%DATADIR%%/template/slashdot.rdf.template %%DATADIR%%/template/techdirt.html.template -man/man6/nonsense.6.gz +share/man/man6/nonsense.6.gz diff --git a/games/oldrunner/Makefile b/games/oldrunner/Makefile index 0358ac834e5..4aa8f504e34 100644 --- a/games/oldrunner/Makefile +++ b/games/oldrunner/Makefile @@ -1,5 +1,6 @@ PORTNAME= oldrunner PORTVERSION= 20120131 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= LOCAL/culot @@ -15,7 +16,7 @@ MAKEFILE= GNUmakefile WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/oldrunner ${DATADIR_REL}/original.lvl man/man6/oldrunner.6.gz +PLIST_FILES= bin/oldrunner ${DATADIR_REL}/original.lvl share/man/man6/oldrunner.6.gz PLIST_DIRS= ${DATADIR_REL} post-patch: @@ -26,6 +27,6 @@ do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/oldrunner ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/levels/original.lvl ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/oldrunner.6 ${STAGEDIR}${MANPREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/oldrunner.6 ${STAGEDIR}${PREFIX}/share/man/man6 .include diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 8c39cd469e6..bd70c7f8e83 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -1,6 +1,6 @@ PORTNAME= pokerth PORTVERSION= 1.1.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= games MASTER_SITES= SF @@ -65,7 +65,7 @@ pre-build: post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pokerth ${INSTALL_PROGRAM} ${WRKSRC}/bin/pokerth_server ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/docs/pokerth.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/pokerth.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/server_setup_howto.txt ${STAGEDIR}${DOCSDIR} diff --git a/games/pokerth/pkg-plist b/games/pokerth/pkg-plist index e5d45812cc7..661bb95d45c 100644 --- a/games/pokerth/pkg-plist +++ b/games/pokerth/pkg-plist @@ -1,6 +1,6 @@ bin/pokerth bin/pokerth_server -man/man1/pokerth.1.gz +share/man/man1/pokerth.1.gz share/applications/pokerth.desktop share/pixmaps/pokerth.png %%DATADIR%%/data/data-copyright.txt diff --git a/games/powwow/Makefile b/games/powwow/Makefile index 23d682215fc..2ff2659d146 100644 --- a/games/powwow/Makefile +++ b/games/powwow/Makefile @@ -1,5 +1,6 @@ PORTNAME= powwow PORTVERSION= 1.2.23 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://hoopajoo.net/static/projects/ \ LOCAL/otis/games_powwow/ @@ -24,8 +25,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/powwow-muc ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/catrw ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/follow ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${MAN6PREFIX}/man/man6 - ${INSTALL_MAN} ${WRKSRC}/man/powwow.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/man/powwow.6 ${STAGEDIR}${PREFIX}/share/man/man6 do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/powwow/pkg-plist b/games/powwow/pkg-plist index b171e38e178..b8ed9a6e86e 100644 --- a/games/powwow/pkg-plist +++ b/games/powwow/pkg-plist @@ -3,6 +3,6 @@ bin/follow bin/powwow bin/powwow-movieplay bin/powwow-muc -man/man6/powwow.6.gz +share/man/man6/powwow.6.gz %%PORTDOCS%%%%DOCSDIR%%/powwow.doc %%PORTDOCS%%%%DOCSDIR%%/powwow.help diff --git a/games/punchy/Makefile b/games/punchy/Makefile index 6165ca7a000..91670bc8b5e 100644 --- a/games/punchy/Makefile +++ b/games/punchy/Makefile @@ -1,7 +1,7 @@ PORTNAME= punchy DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 2c48e26c97f..a654001cdd5 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -102,7 +102,7 @@ post-build-CLIENTS-on: .endfor post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/quakeforge.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/man/quakeforge.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-CLIENTS-on: @(cd ${WRKDIR} && ${COPYTREE_SHARE} icons \ diff --git a/games/quakeforge/pkg-plist b/games/quakeforge/pkg-plist index 7197a04420b..7ddde35abcc 100644 --- a/games/quakeforge/pkg-plist +++ b/games/quakeforge/pkg-plist @@ -176,13 +176,13 @@ lib/libQFutil.so.1.0.0 %%CLIENTS%%lib/quakeforge/plugins/vid_render_sw32.so libdata/pkgconfig/qfcc.pc libdata/pkgconfig/quakeforge.pc -man/man1/pak.1.gz -man/man1/qfcc.1.gz -man/man1/qflight.1.gz -man/man1/qfvis.1.gz -man/man1/quakeforge.1.gz -man/man1/wad.1.gz -man/man1/zpak.1.gz +share/man/man1/pak.1.gz +share/man/man1/qfcc.1.gz +share/man/man1/qflight.1.gz +share/man/man1/qfvis.1.gz +share/man/man1/quakeforge.1.gz +share/man/man1/wad.1.gz +share/man/man1/zpak.1.gz %%CLIENTS%%%%SDL%%share/applications/quakeforge-nq-sdl.desktop %%CLIENTS%%share/applications/quakeforge-nq-x11.desktop %%CLIENTS%%%%SDL%%share/applications/quakeforge-qw-sdl.desktop diff --git a/games/quaqut/Makefile b/games/quaqut/Makefile index d30982c49d5..f877c80091a 100644 --- a/games/quaqut/Makefile +++ b/games/quaqut/Makefile @@ -1,6 +1,6 @@ PORTNAME= quaqut DISTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20C%20sources/${PORTNAME}-${PORTVERSION} @@ -14,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING HAS_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} PORTDOCS= AUTHORS COPYING ChangeLog README -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/quaqut.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/quaqut.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/games/quit/Makefile b/games/quit/Makefile index 419a88c9b7e..a2229807799 100644 --- a/games/quit/Makefile +++ b/games/quit/Makefile @@ -1,6 +1,6 @@ PORTNAME= quit PORTVERSION= 1.2a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= games MASTER_SITES= https://fukuchi.org/archive/shortshort/ @@ -19,7 +19,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/quit ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/quit.1 ${STAGEDIR}${MAN1PREFIX}/man/ja/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/man1 + ${INSTALL_MAN} ${WRKSRC}/quit.1 ${STAGEDIR}${PREFIX}/man/ja/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/quit.txt \ ${STAGEDIR}${DOCSDIR} diff --git a/games/retroarch/Makefile b/games/retroarch/Makefile index e7cf1b4dd8a..f3e8b8e33e6 100644 --- a/games/retroarch/Makefile +++ b/games/retroarch/Makefile @@ -1,5 +1,6 @@ PORTNAME= RetroArch DISTVERSION= 1.16.0.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games emulators @@ -29,7 +30,7 @@ SHEBANG_FILES= libretro-common/glsym/glgen.py libretro-common/glsym/rglgen.py \ HAS_CONFIGURE= yes CONFIGURE_ARGS+=--enable-threads --disable-discord \ --sysconfdir=${LOCALBASE}/etc -CONFIGURE_ENV+= MAN_DIR=${MANPREFIX}/man +CONFIGURE_ENV+= MAN_DIR=${PREFIX}/share/man LDFLAGS_i386= -Wl,-znotext DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl} diff --git a/games/retroarch/pkg-plist b/games/retroarch/pkg-plist index ef62ae1ee8f..304d493b70d 100644 --- a/games/retroarch/pkg-plist +++ b/games/retroarch/pkg-plist @@ -1,8 +1,8 @@ bin/retroarch bin/retroarch-cg2glsl etc/retroarch.cfg -man/man6/retroarch-cg2glsl.6.gz -man/man6/retroarch.6.gz +share/man/man6/retroarch-cg2glsl.6.gz +share/man/man6/retroarch.6.gz share/applications/retroarch.desktop %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index 93e8c473eb7..2dc5157d941 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -1,6 +1,6 @@ PORTNAME= rocksndiamonds DISTVERSION= 3.3.1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/:game \ http://www.artsoft.org/RELEASES/rocksndiamonds/levels/:levels_artsoft \ @@ -86,7 +86,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .for dir in graphics levels music sounds @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR}) diff --git a/games/rocksndiamonds/pkg-plist b/games/rocksndiamonds/pkg-plist index 87997ddfe0b..2cebef1c8f2 100644 --- a/games/rocksndiamonds/pkg-plist +++ b/games/rocksndiamonds/pkg-plist @@ -1,5 +1,5 @@ bin/rocksndiamonds -man/man1/rocksndiamonds.1.gz +share/man/man1/rocksndiamonds.1.gz share/icons/hicolor/32x32/apps/rocksndiamonds.png share/icons/hicolor/48x48/apps/rocksndiamonds.png share/icons/hicolor/64x64/apps/rocksndiamonds.png diff --git a/games/rpg-cli/Makefile b/games/rpg-cli/Makefile index 8eb0953edc0..17ad8d29de9 100644 --- a/games/rpg-cli/Makefile +++ b/games/rpg-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= rpg-cli DISTVERSION= 1.0.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= games MAINTAINER= lcook@FreeBSD.org diff --git a/games/starlanes/Makefile b/games/starlanes/Makefile index 2b55ca63dc1..0d9b6c888e1 100644 --- a/games/starlanes/Makefile +++ b/games/starlanes/Makefile @@ -1,5 +1,6 @@ PORTNAME= starlanes PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SUNSITE/games/strategy @@ -7,7 +8,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Classic space-age stock trading game USES= ncurses -PLIST_FILES= bin/starlanes man/man6/starlanes.6.gz +PLIST_FILES= bin/starlanes share/man/man6/starlanes.6.gz post-patch: @${REINPLACE_CMD} -e \ @@ -20,6 +21,6 @@ do-build: do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} starlanes ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_MAN} starlanes.6 ${STAGEDIR}${MAN6PREFIX}/man/man6) + (cd ${WRKSRC} && ${INSTALL_MAN} starlanes.6 ${STAGEDIR}${PREFIX}/share/man/man6) .include diff --git a/games/tbclock/Makefile b/games/tbclock/Makefile index 8f3f5aeddfd..2dbbed486db 100644 --- a/games/tbclock/Makefile +++ b/games/tbclock/Makefile @@ -1,5 +1,6 @@ PORTNAME= tbclock PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://tamentis.com/projects/tbclock/files/ @@ -10,13 +11,13 @@ WWW= https://tamentis.com/projects/tbclock/ USES= ncurses HAS_CONFIGURE= yes MAKE_ARGS= LIBFLAGS="${LDFLAGS} -lncurses" -PLIST_FILES= bin/${PORTNAME} man/man1/tbclock.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/tbclock.1.gz post-patch: @${REINPLACE_CMD} -e '/^CC/d;/^CFLAGS/d' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/tbclock.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/tbclock.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/games/tornado/Makefile b/games/tornado/Makefile index f5e4c954afd..11233112b04 100644 --- a/games/tornado/Makefile +++ b/games/tornado/Makefile @@ -1,6 +1,6 @@ PORTNAME= tornado PORTVERSION= 1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= https://kiza.eu/media/software/tornado/ @@ -38,11 +38,11 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tornado \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/man/tornado.6 \ - ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${STAGEDIR}${PREFIX}/share/man/man6 .for i in de fr it nl no ru - @${MKDIR} ${STAGEDIR}${MAN6PREFIX}/man/${i}/man6 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/man/${i}/man6 ${INSTALL_MAN} ${WRKSRC}/doc/man/${i}/tornado.6 \ - ${STAGEDIR}${MAN6PREFIX}/man/${i}/man6 + ${STAGEDIR}${PREFIX}/share/man/${i}/man6 .endfor .for i in de es fr it nl no pt ru @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES diff --git a/games/tornado/pkg-plist b/games/tornado/pkg-plist index 93e2d010d0d..a2455982912 100644 --- a/games/tornado/pkg-plist +++ b/games/tornado/pkg-plist @@ -1,11 +1,11 @@ @(,games,2755) bin/tornado -man/de/man6/tornado.6.gz -man/fr/man6/tornado.6.gz -man/it/man6/tornado.6.gz -man/man6/tornado.6.gz -man/nl/man6/tornado.6.gz -man/no/man6/tornado.6.gz -man/ru/man6/tornado.6.gz +share/man/de/man6/tornado.6.gz +share/man/fr/man6/tornado.6.gz +share/man/it/man6/tornado.6.gz +share/man/man6/tornado.6.gz +share/man/nl/man6/tornado.6.gz +share/man/no/man6/tornado.6.gz +share/man/ru/man6/tornado.6.gz share/locale/de/LC_MESSAGES/tornado.mo share/locale/es/LC_MESSAGES/tornado.mo share/locale/fr/LC_MESSAGES/tornado.mo diff --git a/games/unnethack/Makefile b/games/unnethack/Makefile index 1b5331f007d..81cb339e590 100644 --- a/games/unnethack/Makefile +++ b/games/unnethack/Makefile @@ -1,6 +1,6 @@ PORTNAME= unnethack DISTVERSION= 5.1.0-20131208 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --datadir="${DATADIR:H}" \ --with-group=no \ --enable-data-librarian \ LFLAGS="${LDFLAGS}" -MAKE_ARGS= MANPREFIX="${STAGEDIR}${MANPREFIX}" +MAKE_ARGS= MANPREFIX="${STAGEDIR}${PREFIX}/share" INSTALL_TARGET= install manpages PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-deinstall @@ -39,7 +39,7 @@ post-patch: ${MV} ${WRKSRC}/doc/nethack.6 ${WRKSRC}/doc/${PORTNAME}.6 post-install: - cd ${STAGEDIR}${PREFIX}/man/man6; \ + cd ${STAGEDIR}${PREFIX}/share/man/man6; \ for f in ${WRKSRC}/doc/*.6; do \ fn=$${f##*/}; \ case $$fn in \ diff --git a/games/unnethack/pkg-plist b/games/unnethack/pkg-plist index 5e6e0d8df02..e941d9e1c8c 100644 --- a/games/unnethack/pkg-plist +++ b/games/unnethack/pkg-plist @@ -15,11 +15,11 @@ bin/unnethack @owner @group @mode -man/man6/unnethack_dgn_comp.6.gz -man/man6/unnethack_dlb.6.gz -man/man6/unnethack_lev_comp.6.gz -man/man6/unnethack_recover.6.gz -man/man6/unnethack.6.gz +share/man/man6/unnethack_dgn_comp.6.gz +share/man/man6/unnethack_dlb.6.gz +share/man/man6/unnethack_lev_comp.6.gz +share/man/man6/unnethack_recover.6.gz +share/man/man6/unnethack.6.gz %%DOCSDIR%%/Guidebook.txt %%DOCSDIR%%/license %%PORTDOCS%%%%DOCSDIR%%/sample.unnethackrc diff --git a/games/vectoroids/Makefile b/games/vectoroids/Makefile index d1b77012ca7..0a5234bed9f 100644 --- a/games/vectoroids/Makefile +++ b/games/vectoroids/Makefile @@ -1,6 +1,6 @@ PORTNAME= vectoroids PORTVERSION= 1.1.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= games MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/vectoroids/src/ @@ -30,7 +30,7 @@ do-install: .endfor ${LN} -sf ${DATADIR}/images/icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/games/vectoroids/pkg-plist b/games/vectoroids/pkg-plist index 5a669c60ba5..004de878e63 100644 --- a/games/vectoroids/pkg-plist +++ b/games/vectoroids/pkg-plist @@ -1,5 +1,5 @@ bin/vectoroids -man/man6/vectoroids.6.gz +share/man/man6/vectoroids.6.gz share/pixmaps/vectoroids.png %%DATADIR%%/images/icon.png %%DATADIR%%/images/redspot-e.bmp diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 968807fac9f..e5516bf74f0 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20240103 +PORTVERSION= s20240109 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl USES= cargo xorg USE_XORG= xcb USE_GITLAB= yes -GL_TAGNAME= v0.15.0-749-g100568f95 # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.15.0-798-g3922d28c8 # 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 4e4b43bbcbb..79f43631bc4 100644 --- a/games/veloren-weekly/Makefile.crates +++ b/games/veloren-weekly/Makefile.crates @@ -5,7 +5,7 @@ CARGO_CRATES= ab_glyph-0.2.21 \ adler32-1.2.0 \ ahash-0.4.7 \ ahash-0.7.6 \ - ahash-0.8.3 \ + ahash-0.8.7 \ aho-corasick-1.0.4 \ allocator-api2-0.2.16 \ alsa-0.6.0 \ @@ -546,8 +546,6 @@ CARGO_CRATES= ab_glyph-0.2.21 \ shell-words-1.1.0 \ shellexpand-3.1.0 \ shlex-1.1.0 \ - shred-0.15.0 \ - shred-derive-0.6.3 \ shrev-1.1.3 \ signal-hook-0.1.17 \ signal-hook-0.3.17 \ @@ -592,7 +590,7 @@ CARGO_CRATES= ab_glyph-0.2.21 \ svg_fmt-0.4.1 \ syn-0.15.44 \ syn-1.0.109 \ - syn-2.0.29 \ + syn-2.0.32 \ sync_wrapper-0.1.2 \ tap-1.0.1 \ tar-0.4.40 \ @@ -757,9 +755,12 @@ CARGO_CRATES= ab_glyph-0.2.21 \ xml-rs-0.8.16 \ xmlparser-0.13.5 \ yasna-0.5.2 \ + zerocopy-0.7.32 \ + zerocopy-derive-0.7.32 \ keyboard-keynames@git+https://gitlab.com/Imbris/keyboard-keynames.git?tag=veloren-winit-0.28\#fca4bbdfa51bf054b155a455935b3792975c989d \ wgpu-profiler@git+https://github.com/Imberflur/wgpu-profiler?tag=wgpu-0.8\#b156eb145bc223386ef344860d9b33b3c181650c \ tui@git+https://github.com/fdehau/tui-rs.git?branch=paragraph-scroll\#54b841fab6cfdb38e8dc1382176e965787964b4c \ + shred,shred-derive@git+https://github.com/amethyst/shred.git?rev=5d52c6fc390dd04c12158633e77591f6523d1f85\#5d52c6fc390dd04c12158633e77591f6523d1f85 \ auth-common,authc@git+https://gitlab.com/veloren/auth.git?rev=abb1a705827984e11706d7bb97fb7a459e1e6533\#abb1a705827984e11706d7bb97fb7a459e1e6533 \ ntapi@git+https://github.com/MSxDOS/ntapi.git?rev=9f56b149c9e25796739157c0fce3e0007a7de6eb\#9f56b149c9e25796739157c0fce3e0007a7de6eb \ fluent,fluent-bundle,fluent-syntax,intl-memoizer@git+https://github.com/juliancoffee/fluent-rs.git?branch=patched\#929cf9512de121cce9b4cbf1cb860cd3294a1cd9 \ diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo index cd4f132c872..b241eaf6004 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1704320513 +TIMESTAMP = 1704844472 SHA256 (rust/crates/ab_glyph-0.2.21.crate) = 5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39 SIZE (rust/crates/ab_glyph-0.2.21.crate) = 17764 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 @@ -13,8 +13,8 @@ SHA256 (rust/crates/ahash-0.4.7.crate) = 739f4a8db6605981345c5654f3a85b056ce52f3 SIZE (rust/crates/ahash-0.4.7.crate) = 51474 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.7.crate) = 77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01 +SIZE (rust/crates/ahash-0.8.7.crate) = 42894 SHA256 (rust/crates/aho-corasick-1.0.4.crate) = 6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a SIZE (rust/crates/aho-corasick-1.0.4.crate) = 171175 SHA256 (rust/crates/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 @@ -1095,10 +1095,6 @@ SHA256 (rust/crates/shellexpand-3.1.0.crate) = da03fa3b94cc19e3ebfc88c4229c49d8f SIZE (rust/crates/shellexpand-3.1.0.crate) = 25591 SHA256 (rust/crates/shlex-1.1.0.crate) = 43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3 SIZE (rust/crates/shlex-1.1.0.crate) = 5199 -SHA256 (rust/crates/shred-0.15.0.crate) = dc6b2cd1ccb08cf2b25d75c936e0cc9c8cb93c39a83814956da32653236338c0 -SIZE (rust/crates/shred-0.15.0.crate) = 56369 -SHA256 (rust/crates/shred-derive-0.6.3.crate) = d5404c36bd155e41a54276ab6aafedad2fb627e5e5849d36ec439c9ddc044a2f -SIZE (rust/crates/shred-derive-0.6.3.crate) = 2327 SHA256 (rust/crates/shrev-1.1.3.crate) = a5ea33232fdcf1bf691ca33450e5a94dde13e1a8cbb8caabc5e4f9d761e10b1a SIZE (rust/crates/shrev-1.1.3.crate) = 11309 SHA256 (rust/crates/signal-hook-0.1.17.crate) = 7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729 @@ -1187,8 +1183,8 @@ SHA256 (rust/crates/syn-0.15.44.crate) = 9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a SIZE (rust/crates/syn-0.15.44.crate) = 184212 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.29.crate) = c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a -SIZE (rust/crates/syn-2.0.29.crate) = 241664 +SHA256 (rust/crates/syn-2.0.32.crate) = 239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2 +SIZE (rust/crates/syn-2.0.32.crate) = 242504 SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 @@ -1517,12 +1513,18 @@ SHA256 (rust/crates/xmlparser-0.13.5.crate) = 4d25c75bf9ea12c4040a97f829154768bb SIZE (rust/crates/xmlparser-0.13.5.crate) = 26225 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 (Imbris-keyboard-keynames-veloren-winit-0.28_GL0.tar.gz) = cc8baf32868d7c0d52a8c9dea7beaf5f3226433147a63e3a118a3cd710109263 SIZE (Imbris-keyboard-keynames-veloren-winit-0.28_GL0.tar.gz) = 4886 SHA256 (Imberflur-wgpu-profiler-wgpu-0.8_GH0.tar.gz) = e30fa6d177db9c77c8f938a0bef7189d022229b483251a3c082b876c0db812db SIZE (Imberflur-wgpu-profiler-wgpu-0.8_GH0.tar.gz) = 14759 SHA256 (fdehau-tui-rs-54b841fab6cfdb38e8dc1382176e965787964b4c_GH0.tar.gz) = 920e26b3816975b77f9111206aec5859560141e222bef2d539c05894798ac4ba SIZE (fdehau-tui-rs-54b841fab6cfdb38e8dc1382176e965787964b4c_GH0.tar.gz) = 1531288 +SHA256 (amethyst-shred-5d52c6fc390dd04c12158633e77591f6523d1f85_GH0.tar.gz) = 099a29969d304d885e65316c34099b24100b8ec47dab5526af7326e550e79457 +SIZE (amethyst-shred-5d52c6fc390dd04c12158633e77591f6523d1f85_GH0.tar.gz) = 56424 SHA256 (veloren-auth-abb1a705827984e11706d7bb97fb7a459e1e6533_GL0.tar.gz) = ee7720109d4783ca16ddf1e68a5a78425b320cfc1dd18cbf5522f87053fae0fa SIZE (veloren-auth-abb1a705827984e11706d7bb97fb7a459e1e6533_GL0.tar.gz) = 34415 SHA256 (MSxDOS-ntapi-9f56b149c9e25796739157c0fce3e0007a7de6eb_GH0.tar.gz) = 8fb5cffa8c7196189f5cf4483275c803598620cc6e03fdc875102f7fa3986767 @@ -1549,5 +1551,5 @@ SHA256 (yoanlcq-vek-84d5cb65841d46599a986c5477341bea4456be26_GH0.tar.gz) = f6fc0 SIZE (yoanlcq-vek-84d5cb65841d46599a986c5477341bea4456be26_GH0.tar.gz) = 90485 SHA256 (Imberflur-winit-raw-window-handle-0.4-retro-support-v1_GH0.tar.gz) = 55b7e0bfdf87aca662e4ae0a8abd4cbe0cf5d2d2e9f9a61f8b40f02ab769d04f SIZE (Imberflur-winit-raw-window-handle-0.4-retro-support-v1_GH0.tar.gz) = 402612 -SHA256 (veloren-v0.15.0-749-g100568f95.tar.bz2) = 8d56c607155692db661d4e4a29049fb7601c9067f8c504c7bdd4dd6a081e9af6 -SIZE (veloren-v0.15.0-749-g100568f95.tar.bz2) = 290407250 +SHA256 (veloren-v0.15.0-798-g3922d28c8.tar.bz2) = 4ce9402e94fc8fc3a2108426ef91c1f1aa1539044066537998db4d9d704d2713 +SIZE (veloren-v0.15.0-798-g3922d28c8.tar.bz2) = 290382887 diff --git a/games/veloren-weekly/files/patch-rust-1.75.0 b/games/veloren-weekly/files/patch-rust-1.75.0 new file mode 100644 index 00000000000..1bee42c6caa --- /dev/null +++ b/games/veloren-weekly/files/patch-rust-1.75.0 @@ -0,0 +1,12 @@ +--- rtsim/src/lib.rs.orig 2023-12-31 09:26:17 UTC ++++ rtsim/src/lib.rs +@@ -1,8 +1,7 @@ + #![feature( + never_type, + try_blocks, +- generator_trait, +- generators, ++ coroutines, + trait_alias, + trait_upcasting, + control_flow_enum, diff --git a/games/wargus/Makefile b/games/wargus/Makefile index e546e4e185b..9fb7e2cdfb2 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -37,7 +37,7 @@ STORMLIB_CMAKE_BOOL= WITH_STORMLIB StormLib_FIND_REQUIRED STORMLIB_LIB_DEPENDS= libstorm.so:archivers/stormlib post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/*.6 ${STAGEDIR}${MAN6PREFIX}/share/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/doc/*.6 ${STAGEDIR}${PREFIX}/share/man/man6/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/wizznic/Makefile b/games/wizznic/Makefile index 80d9c79beaf..29406aa8055 100644 --- a/games/wizznic/Makefile +++ b/games/wizznic/Makefile @@ -37,7 +37,7 @@ OPENGL_MAKE_ENV_OFF= WITH_OPENGL=false do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wizznic ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC} && ${COPYTREE_SHARE} "data packs" ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/doc/wizznic.6 ${STAGEDIR}${MAN6PREFIX}/share/man/man6 + ${INSTALL_MAN} ${WRKSRC}/doc/wizznic.6 ${STAGEDIR}${PREFIX}/share/man/man6 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/wmpuzzle/Makefile b/games/wmpuzzle/Makefile index 56e8211bde0..56ddcf8190a 100644 --- a/games/wmpuzzle/Makefile +++ b/games/wmpuzzle/Makefile @@ -1,5 +1,6 @@ PORTNAME= wmpuzzle PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= games windowmaker afterstep MASTER_SITES= http://people.debian.org/~godisch/wmpuzzle/ @@ -16,7 +17,7 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src -PLIST_FILES= bin/wmpuzzle man/man6/wmpuzzle.6.gz +PLIST_FILES= bin/wmpuzzle share/man/man6/wmpuzzle.6.gz CPPFLAGS+= -DBSD # Fix build with clang 11 @@ -24,6 +25,6 @@ CFLAGS+= -fcommon do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmpuzzle ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wmpuzzle.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/wmpuzzle.6 ${STAGEDIR}${PREFIX}/share/man/man6 .include diff --git a/games/wtf/Makefile b/games/wtf/Makefile index c2044920ae3..8318d514eac 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -1,5 +1,6 @@ PORTNAME= wtf PORTVERSION= 20230906 +PORTREvISION= 1 CATEGORIES= games MASTER_SITES= SF/bsdwtf @@ -21,7 +22,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/wtf ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wtf.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/wtf.6 ${STAGEDIR}${PREFIX}/share/man/man6 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/acronyms ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/acronyms.comp ${STAGEDIR}${DATADIR} diff --git a/games/wtf/pkg-plist b/games/wtf/pkg-plist index ffc6165d4c9..da699e9500f 100644 --- a/games/wtf/pkg-plist +++ b/games/wtf/pkg-plist @@ -1,5 +1,5 @@ bin/wtf -man/man6/wtf.6.gz +share/man/man6/wtf.6.gz %%DATADIR%%/acronyms %%DATADIR%%/acronyms-o %%DATADIR%%/acronyms.comp diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile index 68998655db9..9dd55f1ca98 100644 --- a/games/xasteroids/Makefile +++ b/games/xasteroids/Makefile @@ -1,6 +1,6 @@ PORTNAME= xasteroids PORTVERSION= 5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/../R5contrib DISTNAME= ${PORTNAME} @@ -22,7 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lXext -lX11 -lm PLIST_FILES= bin/xasteroids \ - man/man6/xasteroids.6.gz + share/man/man6/xasteroids.6.gz post-extract: @${LN} -sf xast.man ${WRKSRC}/xasteroids.6 @@ -33,6 +33,6 @@ do-build: do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} xasteroids ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_MAN} xasteroids.6 ${STAGEDIR}${MAN6PREFIX}/man/man6) + (cd ${WRKSRC} && ${INSTALL_MAN} xasteroids.6 ${STAGEDIR}${PREFIX}/share/man/man6) .include diff --git a/games/xbl/Makefile b/games/xbl/Makefile index ed882d43e96..89df36f9bfd 100644 --- a/games/xbl/Makefile +++ b/games/xbl/Makefile @@ -1,5 +1,6 @@ PORTNAME= xbl PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://perso.univ-lyon1.fr/thierry.excoffier/XBL/ @@ -19,7 +20,7 @@ MAKE_ARGS= USE_SETGID="" \ RESOURCEDIR="${PREFIX}/lib/X11/app-defaults" \ BINDIR="${PREFIX}/bin" \ SCOREDIR="${PREFIX}/lib/X11/xbl" \ - MANPATH="${MANPREFIX}/man" \ + MANPATH="${PREFIX}/share/man" \ LIBS="-lm -lX11" \ LDOPTIONS="${LDFLAGS}" @@ -32,7 +33,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bl ${STAGEDIR}${PREFIX}/bin/xbl - ${INSTALL_MAN} ${WRKSRC}/xbl.man ${STAGEDIR}${MANPREFIX}/man/man1/xbl.1 + ${INSTALL_MAN} ${WRKSRC}/xbl.man ${STAGEDIR}${PREFIX}/share/man/man1/xbl.1 ${INSTALL_DATA} ${WRKSRC}/Xbl.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Xbl @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xbl ${INSTALL_DATA} ${WRKSRC}/Xbl.ad ${STAGEDIR}${PREFIX}/lib/X11/xbl/Xbl diff --git a/games/xbl/pkg-plist b/games/xbl/pkg-plist index 3adcc684bba..33c1d714861 100644 --- a/games/xbl/pkg-plist +++ b/games/xbl/pkg-plist @@ -1,5 +1,5 @@ bin/xbl -man/man1/xbl.1.gz +share/man/man1/xbl.1.gz lib/X11/app-defaults/Xbl lib/X11/xbl/Xbl lib/X11/xbl/xbl-game.gif diff --git a/games/xblast/Makefile b/games/xblast/Makefile index 22b0e1aae8e..81b88e3643e 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -1,6 +1,6 @@ PORTNAME= xblast PORTVERSION= 2.10.4 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} \ SF/${PORTNAME}/Images/${IMAGES_DATE}:images \ @@ -65,7 +65,7 @@ post-patch: 's|"Vera.ttf"|"${FONTSDIR}/Vera.ttf"|g' ${WRKSRC}/sdl_text.c post-install: - ${INSTALL_MAN} ${WRKSRC}/xblast.man ${STAGEDIR}${MAN6PREFIX}/man/man6/xblast.6 + ${INSTALL_MAN} ${WRKSRC}/xblast.man ${STAGEDIR}${PREFIX}/share/man/man6/xblast.6 @${MKDIR} ${STAGEDIR}${DATADIR}/image @cd ${WRKDIR}/images-${IMAGES_DATE} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/image "-not -name Imakefile" diff --git a/games/xblast/pkg-plist b/games/xblast/pkg-plist index 6ecbccd9994..8560066ddeb 100644 --- a/games/xblast/pkg-plist +++ b/games/xblast/pkg-plist @@ -1,6 +1,6 @@ bin/xblast %%NO_SDL%%%%SOUND%%bin/xbsndsrv -man/man6/xblast.6.gz +share/man/man6/xblast.6.gz %%NLS%%share/locale/de/LC_MESSAGES/xblast.mo %%NLS%%share/locale/fr/LC_MESSAGES/xblast.mo %%DATADIR%%/image/block/EPFL_stop.ppm diff --git a/games/xbomb/Makefile b/games/xbomb/Makefile index 62a70ae7d65..17114f4d885 100644 --- a/games/xbomb/Makefile +++ b/games/xbomb/Makefile @@ -1,5 +1,6 @@ PORTNAME= xbomb PORTVERSION= 2.2b +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.gedanken.org.uk/software/xbomb/download/ @@ -20,7 +21,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xbomb ${STAGEDIR}${PREFIX}/bin/xbomb - ${INSTALL_MAN} ${WRKSRC}/xbomb.6 ${STAGEDIR}${MANPREFIX}/man/man6/xbomb.6 + ${INSTALL_MAN} ${WRKSRC}/xbomb.6 ${STAGEDIR}${PREFIX}/share/man/man6/xbomb.6 ${INSTALL_DATA} ${WRKSRC}/xbomb.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XBomb @${MKDIR} ${STAGEDIR}/var/games/xbomb @${TOUCH} ${STAGEDIR}/var/games/xbomb/xbomb3.hi.sample diff --git a/games/xbomb/pkg-plist b/games/xbomb/pkg-plist index 8a256261c27..e8d683a2ef0 100644 --- a/games/xbomb/pkg-plist +++ b/games/xbomb/pkg-plist @@ -1,5 +1,5 @@ @(,games,2755) bin/xbomb -man/man6/xbomb.6.gz +share/man/man6/xbomb.6.gz lib/X11/app-defaults/XBomb @sample(,games,664) /var/games/xbomb/xbomb3.hi.sample @sample(,games,664) /var/games/xbomb/xbomb4.hi.sample diff --git a/games/xcubes/Makefile b/games/xcubes/Makefile index 7f0df39e0a1..d4ebcabf15c 100644 --- a/games/xcubes/Makefile +++ b/games/xcubes/Makefile @@ -1,6 +1,6 @@ PORTNAME= xcubes PORTVERSION= 5.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/games/xpuzzles @@ -13,12 +13,12 @@ USES= imake xorg USE_XORG= x11 xext xt sm ice PLIST_FILES= bin/xcubes \ - man/man1/xcubes.1.gz \ + share/man/man1/xcubes.1.gz \ lib/X11/app-defaults/Cubes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xcubes ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Cubes.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Cubes - ${INSTALL_MAN} ${WRKSRC}/xcubes.man ${STAGEDIR}${MANPREFIX}/man/man1/xcubes.1 + ${INSTALL_MAN} ${WRKSRC}/xcubes.man ${STAGEDIR}${PREFIX}/share/man/man1/xcubes.1 .include diff --git a/games/xdino/Makefile b/games/xdino/Makefile index 5390d05e26b..7ea9f246332 100644 --- a/games/xdino/Makefile +++ b/games/xdino/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdino PORTVERSION= 5.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/games/xpuzzles @@ -13,12 +13,12 @@ USES= imake xorg USE_XORG= x11 xext xt sm ice PLIST_FILES= bin/xdino \ - man/man1/xdino.1.gz \ + share/man/man1/xdino.1.gz \ lib/X11/app-defaults/Dino do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdino ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Dino.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Dino - ${INSTALL_MAN} ${WRKSRC}/xdino.man ${STAGEDIR}${MANPREFIX}/man/man1/xdino.1 + ${INSTALL_MAN} ${WRKSRC}/xdino.man ${STAGEDIR}${PREFIX}/share/man/man1/xdino.1 .include diff --git a/games/xgalaga++/Makefile b/games/xgalaga++/Makefile index 7397e4b6496..71c1bd2329a 100644 --- a/games/xgalaga++/Makefile +++ b/games/xgalaga++/Makefile @@ -1,5 +1,6 @@ PORTNAME= xgalaga++ PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://marc.mongenet.ch/OSS/XGalaga/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -25,7 +26,7 @@ DESKTOP_ENTRIES="XGalaga++" "" "${PORTNAME}" \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/${PORTNAME} \ - man/man6/${PORTNAME}.6.gz \ + share/man/man6/${PORTNAME}.6.gz \ share/pixmaps/${PORTNAME}.png PORTDOCS= README @@ -41,7 +42,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6x \ - ${STAGEDIR}${MAN6PREFIX}/man/man6/${PORTNAME}.6 + ${STAGEDIR}${PREFIX}/share/man/man6/${PORTNAME}.6 ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ diff --git a/games/xlife/Makefile b/games/xlife/Makefile index 7991dbbff4c..68fca3ebb0d 100644 --- a/games/xlife/Makefile +++ b/games/xlife/Makefile @@ -1,5 +1,6 @@ PORTNAME= xlife PORTVERSION= 6.7.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://litwr2.atspace.eu/xlife/ @@ -48,8 +49,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gen-multirules ${WRKSRC}/xlife ${STAGEDIR}${PREFIX}/bin ${LN} -sf xlife ${STAGEDIR}${PREFIX}/bin/lifeconv ${INSTALL_SCRIPT} ${WRKSRC}/table2r ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xlife.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 - ${LN} -sf xlife.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/lifeconv.6 + ${INSTALL_MAN} ${WRKSRC}/xlife.6 ${STAGEDIR}${PREFIX}/share/man/man6 + ${LN} -sf xlife.6 ${STAGEDIR}${PREFIX}/share/man/man6/lifeconv.6 @${MKDIR} ${STAGEDIR}${DATADIR}/patterns @(cd ${WRKSRC}/patterns && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/patterns) diff --git a/games/xlife/pkg-plist b/games/xlife/pkg-plist index 221e67ff35c..eab927d8c4e 100644 --- a/games/xlife/pkg-plist +++ b/games/xlife/pkg-plist @@ -2,8 +2,8 @@ bin/gen-multirules bin/lifeconv bin/table2r bin/xlife -man/man6/lifeconv.6.gz -man/man6/xlife.6.gz +share/man/man6/lifeconv.6.gz +share/man/man6/xlife.6.gz %%DATADIR%%/patterns/boundedgrid/14-2-t.l %%DATADIR%%/patterns/boundedgrid/beginning-plain.l %%DATADIR%%/patterns/boundedgrid/beginning-torus.l diff --git a/games/xmball/Makefile b/games/xmball/Makefile index 00484827ca8..eceab3114f9 100644 --- a/games/xmball/Makefile +++ b/games/xmball/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmball PORTVERSION= 5.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/games/xpuzzles @@ -13,12 +13,12 @@ USES= imake xorg USE_XORG= x11 xext xt sm ice PLIST_FILES= bin/xmball \ - man/man1/xmball.1.gz \ + share/man/man1/xmball.1.gz \ lib/X11/app-defaults/Mball do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmball ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Mball.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Mball - ${INSTALL_MAN} ${WRKSRC}/xmball.man ${STAGEDIR}${MANPREFIX}/man/man1/xmball.1 + ${INSTALL_MAN} ${WRKSRC}/xmball.man ${STAGEDIR}${PREFIX}/share/man/man1/xmball.1 .include diff --git a/games/xmemory/Makefile b/games/xmemory/Makefile index 0f98cd40131..d10b5ff6d00 100644 --- a/games/xmemory/Makefile +++ b/games/xmemory/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmemory PORTVERSION= 3.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= XCONTRIB/games/multiplayer @@ -14,7 +14,7 @@ MAKE_ENV= DATADIR="${DATADIR}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.mem ${STAGEDIR}${DATADIR}/ diff --git a/games/xmemory/pkg-plist b/games/xmemory/pkg-plist index 0bf75d241bc..9b7efae9cb7 100644 --- a/games/xmemory/pkg-plist +++ b/games/xmemory/pkg-plist @@ -1,5 +1,5 @@ bin/xmemory -man/man1/xmemory.1.gz +share/man/man1/xmemory.1.gz %%DATADIR%%/default.mem %%DATADIR%%/home.mem %%DATADIR%%/sports.mem diff --git a/games/xmille/Makefile b/games/xmille/Makefile index 16ce68a7d21..387e315fcda 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmille PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= XCONTRIB/games DISTNAME= ${PORTNAME} @@ -19,7 +19,7 @@ CFLAGS+= -Wno-error=return-type WRKSRC= ${WRKDIR}/Mille -PLIST_FILES= bin/xmille man/man1/xmille.1.gz +PLIST_FILES= bin/xmille share/man/man1/xmille.1.gz .include @@ -32,6 +32,6 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmille ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xmille.man ${STAGEDIR}${MANPREFIX}/man/man1/xmille.1 + ${INSTALL_MAN} ${WRKSRC}/xmille.man ${STAGEDIR}${PREFIX}/share/man/man1/xmille.1 .include diff --git a/games/xmlink/Makefile b/games/xmlink/Makefile index 0689d367c63..1592444d6e4 100644 --- a/games/xmlink/Makefile +++ b/games/xmlink/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmlink PORTVERSION= 5.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/games/xpuzzles @@ -13,12 +13,12 @@ USES= imake xorg USE_XORG= x11 xext xt sm ice PLIST_FILES= bin/xmlink \ - man/man1/xmlink.1.gz \ + share/man/man1/xmlink.1.gz \ lib/X11/app-defaults/Mlink do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmlink ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Mlink.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Mlink - ${INSTALL_MAN} ${WRKSRC}/xmlink.man ${STAGEDIR}${MANPREFIX}/man/man1/xmlink.1 + ${INSTALL_MAN} ${WRKSRC}/xmlink.man ${STAGEDIR}${PREFIX}/share/man/man1/xmlink.1 .include diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 46c03bbaa6c..6106d17fa2b 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmris PORTVERSION= 4.04 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= XCONTRIB/games DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -25,9 +25,9 @@ do-install: ${LN} -sf xmris ${STAGEDIR}${PREFIX}/bin/xmsit .for i in xmred xmris (cd ${WRKSRC} && ${INSTALL_MAN} ${i}.man \ - ${STAGEDIR}${MANPREFIX}/man/man6/${i}.6) + ${STAGEDIR}${PREFIX}/share/man/man6/${i}.6) .endfor - ${LN} -sf xmris.6 ${STAGEDIR}${MANPREFIX}/man/man6/xmsit.6 + ${LN} -sf xmris.6 ${STAGEDIR}${PREFIX}/share/man/man6/xmsit.6 ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/app-defaults (cd ${WRKSRC} && ${INSTALL_DATA} Xmris \ ${STAGEDIR}${PREFIX}/lib/X11/app-defaults) diff --git a/games/xmris/pkg-plist b/games/xmris/pkg-plist index 712906f523e..3e5a9db04c3 100644 --- a/games/xmris/pkg-plist +++ b/games/xmris/pkg-plist @@ -1,9 +1,9 @@ @(,games,2555) bin/xmris @(,games,2555) bin/xmsit @(,games,2555) bin/xmred -man/man6/xmred.6.gz -man/man6/xmris.6.gz -man/man6/xmsit.6.gz +share/man/man6/xmred.6.gz +share/man/man6/xmris.6.gz +share/man/man6/xmsit.6.gz lib/X11/app-defaults/Xmris lib/X11/xmris/alphabet.gdn lib/X11/xmris/digits.gdn diff --git a/games/xoct/Makefile b/games/xoct/Makefile index 90a2d7d9472..0c1a19ffeb5 100644 --- a/games/xoct/Makefile +++ b/games/xoct/Makefile @@ -14,11 +14,11 @@ USE_XORG= x11 xext xt sm ice PLIST_FILES= bin/xoct \ lib/X11/app-defaults/Oct \ - man/man1/xoct.1.gz + share/man/man1/xoct.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xoct ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Oct.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Oct - ${INSTALL_MAN} ${WRKSRC}/xoct.man ${STAGEDIR}${MANPREFIX}/man/man1/xoct.1 + ${INSTALL_MAN} ${WRKSRC}/xoct.man ${STAGEDIR}${PREFIX}/share/man/man1/xoct.1 .include diff --git a/games/xpanex/Makefile b/games/xpanex/Makefile index c383b21542a..967d1e8d07a 100644 --- a/games/xpanex/Makefile +++ b/games/xpanex/Makefile @@ -1,6 +1,6 @@ PORTNAME= xpanex PORTVERSION= 5.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/games/xpuzzles @@ -13,12 +13,12 @@ USES= imake xorg USE_XORG= x11 xext xt sm ice PLIST_FILES= bin/xpanex \ - man/man1/xpanex.1.gz \ + share/man/man1/xpanex.1.gz \ lib/X11/app-defaults/Panex do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xpanex ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Panex.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Panex - ${INSTALL_MAN} ${WRKSRC}/xpanex.man ${STAGEDIR}${MANPREFIX}/man/man1/xpanex.1 + ${INSTALL_MAN} ${WRKSRC}/xpanex.man ${STAGEDIR}${PREFIX}/share/man/man1/xpanex.1 .include diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index a4cc591c6ee..3ec2d92d6c4 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -1,6 +1,6 @@ PORTNAME= xpipeman PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SUNSITE/games/strategy DISTNAME= ${PORTNAME} @@ -23,7 +23,7 @@ CFLAGS+= -Wno-error=incompatible-function-pointer-types do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${STAGEDIR}${MANPREFIX}/man/man6/xpipeman.6 + ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${STAGEDIR}${PREFIX}/share/man/man6/xpipeman.6 ${INSTALL} -c ${FILESDIR}/xpipescores ${STAGEDIR}${PREFIX}/lib/X11 .include diff --git a/games/xpipeman/pkg-plist b/games/xpipeman/pkg-plist index 47941fafb00..9e00c627848 100644 --- a/games/xpipeman/pkg-plist +++ b/games/xpipeman/pkg-plist @@ -1,9 +1,3 @@ -@group games -@mode 2555 -bin/xpipeman -@mode -@mode 664 +@(,games,2555) bin/xpipeman lib/X11/xpipescores -@mode -@group -man/man6/xpipeman.6.gz +share/man/man6/xpipeman.6.gz diff --git a/games/xpyraminx/Makefile b/games/xpyraminx/Makefile index e92604c9798..0e813df25c1 100644 --- a/games/xpyraminx/Makefile +++ b/games/xpyraminx/Makefile @@ -1,6 +1,6 @@ PORTNAME= xpyraminx PORTVERSION= 5.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/games/xpuzzles @@ -14,11 +14,11 @@ USE_XORG= x11 xext xt sm ice PLIST_FILES= bin/xpyraminx \ lib/X11/app-defaults/Pyraminx \ - man/man1/xpyraminx.1.gz + share/man/man1/xpyraminx.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xpyraminx ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Pyraminx.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Pyraminx - ${INSTALL_MAN} ${WRKSRC}/xpyraminx.man ${STAGEDIR}${MANPREFIX}/man/man1/xpyraminx.1 + ${INSTALL_MAN} ${WRKSRC}/xpyraminx.man ${STAGEDIR}${PREFIX}/share/man/man1/xpyraminx.1 .include diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 075cfd83089..05d67443948 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -1,6 +1,6 @@ PORTNAME= xroach PORTVERSION= 4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= https://cyber.dabamos.de/pub/distfiles/ DISTNAME= ${PORTNAME} @@ -16,11 +16,11 @@ DPADD+= ${LOCALBASE}/lib/libX11.a ${LIBM} LDADD+= -lX11 -lm BINDIR= ${LOCALBASE}/bin -MANDIR= ${LOCALBASE}/man/man +MANDIR= ${LOCALBASE}/share/man/man BINOWN= bin BINMODE= 755 -PLIST_FILES= bin/xroach man/man6/xroach.6.gz +PLIST_FILES= bin/xroach share/man/man6/xroach.6.gz .include @@ -30,6 +30,6 @@ CFLAGS+= -Wno-error=incompatible-function-pointer-types do-install: ${INSTALL_PROGRAM} -s ${WRKSRC}/xroach ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MAN6PREFIX}/man/man6/${PORTNAME}.6 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man6/${PORTNAME}.6 .include diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index 9900c1696c2..e312c139312 100644 --- a/games/xshisen/Makefile +++ b/games/xshisen/Makefile @@ -1,6 +1,6 @@ PORTNAME= xshisen PORTVERSION= 1.51 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= LOCAL/hrs @@ -31,9 +31,10 @@ post-patch: post-install: ${INSTALL_MAN} ${WRKSRC}/man/xshisen.6 \ - ${STAGEDIR}${MAN6PREFIX}/man/man6/xshisen.6 + ${STAGEDIR}${PREFIX}/share/man/man6/xshisen.6 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man6 ${INSTALL_MAN} ${WRKSRC}/man/xshisen.6.ja_JP.eucJP \ - ${STAGEDIR}${MAN6PREFIX}/man/ja/man6/xshisen.6 + ${STAGEDIR}${PREFIX}/share/man/ja/man6/xshisen.6 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/app-defaults ${INSTALL_DATA} ${WRKSRC}/lang/XShisen.ad \ ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XShisen diff --git a/games/xshisen/pkg-plist b/games/xshisen/pkg-plist index b19bd9820cc..00e90606b0e 100644 --- a/games/xshisen/pkg-plist +++ b/games/xshisen/pkg-plist @@ -74,6 +74,6 @@ lib/X11/ja_JP.eucJP/app-defaults/XShisen %%DATADIR%%/s2/sha.xpm %%DATADIR%%/s2/ton.xpm @(,games,0660) %%DATADIR%%/xshisen.scores -man/man6/xshisen.6.gz -man/ja/man6/xshisen.6.gz +share/man/man6/xshisen.6.gz +share/man/ja/man6/xshisen.6.gz @preexec [ -d %D/lib/X11/ja_JP.EUC/ -a -d %D/lib/X11/ja_JP.EUC/app-defaults ] && ln -s %D/lib/X11/ja_JP.eucJP/app-defaults/XShisen %D/lib/X11/ja_JP.EUC/app-defaults || true diff --git a/games/xskewb/Makefile b/games/xskewb/Makefile index 751011df709..b9b9f5cac66 100644 --- a/games/xskewb/Makefile +++ b/games/xskewb/Makefile @@ -1,6 +1,6 @@ PORTNAME= xskewb PORTVERSION= 5.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/games/xpuzzles @@ -14,11 +14,11 @@ USE_XORG= x11 xext xt sm ice PLIST_FILES= bin/xskewb \ lib/X11/app-defaults/Skewb \ - man/man1/xskewb.1.gz + share/man/man1/xskewb.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xskewb ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Skewb.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Skewb - ${INSTALL_MAN} ${WRKSRC}/xskewb.man ${STAGEDIR}${MANPREFIX}/man/man1/xskewb.1 + ${INSTALL_MAN} ${WRKSRC}/xskewb.man ${STAGEDIR}${PREFIX}/share/man/man1/xskewb.1 .include diff --git a/games/xspringies/Makefile b/games/xspringies/Makefile index 6461e1a1dd9..d7e0afba77a 100644 --- a/games/xspringies/Makefile +++ b/games/xspringies/Makefile @@ -1,5 +1,6 @@ PORTNAME= xspringies PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/dmd/xspringies/ \ http://www.cs.rutgers.edu/~decarlo/software/ @@ -26,7 +27,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xspringies ${STAGEDIR}${PREFIX}/bin/xspringies - ${INSTALL_MAN} ${WRKSRC}/xspringies.man ${STAGEDIR}${MANPREFIX}/man/man1/xspringies.1 + ${INSTALL_MAN} ${WRKSRC}/xspringies.man ${STAGEDIR}${PREFIX}/share/man/man1/xspringies.1 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xspringies ${INSTALL_DATA} ${WRKSRC}/lib/*.xsp ${STAGEDIR}${PREFIX}/lib/X11/xspringies diff --git a/games/xspringies/pkg-plist b/games/xspringies/pkg-plist index 0f8df8b4744..994fba9fb13 100644 --- a/games/xspringies/pkg-plist +++ b/games/xspringies/pkg-plist @@ -1,5 +1,5 @@ bin/xspringies -man/man1/xspringies.1.gz +share/man/man1/xspringies.1.gz lib/X11/xspringies/2snake.xsp lib/X11/xspringies/2x2snake.xsp lib/X11/xspringies/3snake.xsp diff --git a/games/xtriangles/Makefile b/games/xtriangles/Makefile index 70e92664a8f..011a6544956 100644 --- a/games/xtriangles/Makefile +++ b/games/xtriangles/Makefile @@ -1,6 +1,6 @@ PORTNAME= xtriangles PORTVERSION= 5.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/games/xpuzzles @@ -14,12 +14,12 @@ USE_XORG= x11 xext xt sm ice PLIST_FILES= bin/xtriangles \ lib/X11/app-defaults/Triangles \ - man/man1/xtriangles.1.gz + share/man/man1/xtriangles.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xtriangles ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Triangles.ad \ ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Triangles - ${INSTALL_MAN} ${WRKSRC}/xtriangles.man ${STAGEDIR}${MANPREFIX}/man/man1/xtriangles.1 + ${INSTALL_MAN} ${WRKSRC}/xtriangles.man ${STAGEDIR}${PREFIX}/share/man/man1/xtriangles.1 .include diff --git a/games/xvier/Makefile b/games/xvier/Makefile index a3c027c304c..84f4ddd5cda 100644 --- a/games/xvier/Makefile +++ b/games/xvier/Makefile @@ -1,6 +1,6 @@ PORTNAME= xvier PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SUNSITE/games/strategy \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS PLIST_FILES= bin/${PORTNAME} \ libexec/${PORTNAME}_prog \ - man/man6/xvier.6.gz \ + share/man/man6/xvier.6.gz \ share/pixmaps/xvier.png DESKTOP_ENTRIES="Xvier" "" "${PORTNAME}" \ @@ -31,7 +31,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}_prog \ ${STAGEDIR}${PREFIX}/libexec/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \ - ${STAGEDIR}${MAN6PREFIX}/man/man6/${PORTNAME}.6 + ${STAGEDIR}${PREFIX}/share/man/man6/${PORTNAME}.6 ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ diff --git a/games/ztrack/Makefile b/games/ztrack/Makefile index bcfb34611b3..7954c9db2eb 100644 --- a/games/ztrack/Makefile +++ b/games/ztrack/Makefile @@ -1,5 +1,6 @@ PORTNAME= ztrack PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SUNSITE/games/arcade \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -15,7 +16,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DHAVE_RANDOM" \ LIBS="${LDFLAGS} -lncurses" ALL_TARGET= ztrack WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz \ +PLIST_FILES= bin/${PORTNAME} share/man/man6/${PORTNAME}.6.gz \ ${DESKTOPDIR}/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png @@ -24,7 +25,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} diff --git a/graphics/Makefile b/graphics/Makefile index 8a0ee70ce55..7b459667a84 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -146,6 +146,7 @@ SUBDIR += drawpile SUBDIR += drm-510-kmod SUBDIR += drm-515-kmod + SUBDIR += drm-61-kmod SUBDIR += drm-kmod SUBDIR += drm_info SUBDIR += dspdfviewer @@ -391,6 +392,7 @@ SUBDIR += kdegraphics-svgpart SUBDIR += kdegraphics-thumbnailers SUBDIR += kdiagram + SUBDIR += kdiagram-qt6 SUBDIR += kf5-kimageformats SUBDIR += kf5-kplotting SUBDIR += kf5-kquickcharts @@ -553,6 +555,7 @@ SUBDIR += matplotlib-cpp SUBDIR += matplotplusplus SUBDIR += meh + SUBDIR += menyoki SUBDIR += mesa-demos SUBDIR += mesa-devel SUBDIR += mesa-dri diff --git a/graphics/a2png/Makefile b/graphics/a2png/Makefile index a090a57727f..33ea7a5be2e 100644 --- a/graphics/a2png/Makefile +++ b/graphics/a2png/Makefile @@ -1,6 +1,6 @@ PORTNAME= a2png PORTVERSION= 0.1.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= SF @@ -18,12 +18,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gd CFLAGS+= -DDEFAULT_FONTPATH='\"${FONTROOTDIR}/TTF:${FONTROOTDIR}/Type1:${FONTROOTDIR}\"' BINARY_ALIAS= gdlib-config=true -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz FONTROOTDIR?= ${LOCALBASE}/share/fonts do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/graphics/alizams/Makefile b/graphics/alizams/Makefile index d9bdf907745..2e3582b671a 100644 --- a/graphics/alizams/Makefile +++ b/graphics/alizams/Makefile @@ -1,6 +1,6 @@ PORTNAME= alizams DISTVERSIONPREFIX= v -DISTVERSION= 1.9.5 +DISTVERSION= 1.9.7 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/alizams/distinfo b/graphics/alizams/distinfo index 70089d5336b..ac4c35c28b0 100644 --- a/graphics/alizams/distinfo +++ b/graphics/alizams/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696582707 -SHA256 (AlizaMedicalImaging-AlizaMS-v1.9.5_GH0.tar.gz) = ca2fc0e52ac1c70ee485fe96b3840baf3911b12c84aed756493c40e1fe324c3f -SIZE (AlizaMedicalImaging-AlizaMS-v1.9.5_GH0.tar.gz) = 4829701 +TIMESTAMP = 1704837011 +SHA256 (AlizaMedicalImaging-AlizaMS-v1.9.7_GH0.tar.gz) = 1e95c8029d9303ee7635c35500c28fc6c1f3dd8b04a6721cee8dcfda5e99e27a +SIZE (AlizaMedicalImaging-AlizaMS-v1.9.7_GH0.tar.gz) = 4826997 diff --git a/graphics/asciinema-agg/Makefile b/graphics/asciinema-agg/Makefile index 7d3d077fa7b..a2646581419 100644 --- a/graphics/asciinema-agg/Makefile +++ b/graphics/asciinema-agg/Makefile @@ -1,7 +1,7 @@ PORTNAME= agg DISTVERSIONPREFIX= v DISTVERSION= 1.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics PKGNAMEPREFIX= asciinema- diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index b81ae90603d..95839935a4b 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -216,7 +216,7 @@ post-build: post-install: ${INSTALL_MAN} ${INSTALL_WRKSRC}/bin/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${MV} ${STAGEDIR}/${PREFIX}/bin/blender ${STAGEDIR}/${PREFIX}/bin/blender-bin ${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' ${WRKDIR}/blender ${INSTALL_SCRIPT} ${WRKDIR}/blender ${STAGEDIR}/${PREFIX}/bin/blender diff --git a/graphics/chafa/Makefile b/graphics/chafa/Makefile index 0237111c3fd..0f6d4cc3249 100644 --- a/graphics/chafa/Makefile +++ b/graphics/chafa/Makefile @@ -1,6 +1,5 @@ PORTNAME= chafa -PORTVERSION= 1.12.5 -PORTREVISION= 3 +PORTVERSION= 1.14.0 CATEGORIES= graphics MASTER_SITES= https://hpjansson.org/chafa/releases/ \ https://github.com/hpjansson/chafa/releases/download/${PORTVERSION}/ diff --git a/graphics/chafa/distinfo b/graphics/chafa/distinfo index d25c35218dd..63d4cff082c 100644 --- a/graphics/chafa/distinfo +++ b/graphics/chafa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689842385 -SHA256 (chafa-1.12.5.tar.xz) = 0f5490d52a500a6b386f15cc04c6e8702afd0285d422b9575b332e0c683957f2 -SIZE (chafa-1.12.5.tar.xz) = 939792 +TIMESTAMP = 1704744744 +SHA256 (chafa-1.14.0.tar.xz) = 670e55c28b5ecd4c8187bd97f0898762712a480ec8ea439dae4a4836b178e084 +SIZE (chafa-1.14.0.tar.xz) = 988028 diff --git a/graphics/chafa/pkg-plist b/graphics/chafa/pkg-plist index 3378eb7a2a7..d2728c02796 100644 --- a/graphics/chafa/pkg-plist +++ b/graphics/chafa/pkg-plist @@ -3,6 +3,9 @@ include/chafa/chafa-canvas-config.h include/chafa/chafa-canvas.h include/chafa/chafa-common.h include/chafa/chafa-features.h +include/chafa/chafa-frame.h +include/chafa/chafa-image.h +include/chafa/chafa-placement.h include/chafa/chafa-symbol-map.h include/chafa/chafa-term-db.h include/chafa/chafa-term-info.h @@ -14,13 +17,17 @@ lib/chafa/include/chafaconfig.h lib/libchafa.a lib/libchafa.so lib/libchafa.so.0 -lib/libchafa.so.0.8.5 +lib/libchafa.so.0.9.0 libdata/pkgconfig/chafa.pc +%%PORTDOCS%%%%DOCSDIR%%/html/chafa/api-index-deprecated.html %%PORTDOCS%%%%DOCSDIR%%/html/chafa/api-index-full.html %%PORTDOCS%%%%DOCSDIR%%/html/chafa/ch01.html %%PORTDOCS%%%%DOCSDIR%%/html/chafa/ch02.html %%PORTDOCS%%%%DOCSDIR%%/html/chafa/chafa-ChafaCanvas.html %%PORTDOCS%%%%DOCSDIR%%/html/chafa/chafa-ChafaCanvasConfig.html +%%PORTDOCS%%%%DOCSDIR%%/html/chafa/chafa-ChafaFrame.html +%%PORTDOCS%%%%DOCSDIR%%/html/chafa/chafa-ChafaImage.html +%%PORTDOCS%%%%DOCSDIR%%/html/chafa/chafa-ChafaPlacement.html %%PORTDOCS%%%%DOCSDIR%%/html/chafa/chafa-ChafaSymbolMap.html %%PORTDOCS%%%%DOCSDIR%%/html/chafa/chafa-ChafaTermDb.html %%PORTDOCS%%%%DOCSDIR%%/html/chafa/chafa-ChafaTermInfo.html @@ -33,6 +40,13 @@ libdata/pkgconfig/chafa.pc %%PORTDOCS%%%%DOCSDIR%%/html/chafa/index.html %%PORTDOCS%%%%DOCSDIR%%/html/chafa/left-insensitive.png %%PORTDOCS%%%%DOCSDIR%%/html/chafa/left.png +%%PORTDOCS%%%%DOCSDIR%%/html/chafa/new-api-index-1.10.html +%%PORTDOCS%%%%DOCSDIR%%/html/chafa/new-api-index-1.12.html +%%PORTDOCS%%%%DOCSDIR%%/html/chafa/new-api-index-1.14.html +%%PORTDOCS%%%%DOCSDIR%%/html/chafa/new-api-index-1.2.html +%%PORTDOCS%%%%DOCSDIR%%/html/chafa/new-api-index-1.4.html +%%PORTDOCS%%%%DOCSDIR%%/html/chafa/new-api-index-1.6.html +%%PORTDOCS%%%%DOCSDIR%%/html/chafa/new-api-index-1.8.html %%PORTDOCS%%%%DOCSDIR%%/html/chafa/right-insensitive.png %%PORTDOCS%%%%DOCSDIR%%/html/chafa/right.png %%PORTDOCS%%%%DOCSDIR%%/html/chafa/style.css diff --git a/graphics/converseen/Makefile b/graphics/converseen/Makefile index c7f26df95bb..775a1487e0b 100644 --- a/graphics/converseen/Makefile +++ b/graphics/converseen/Makefile @@ -1,6 +1,6 @@ PORTNAME= converseen DISTVERSIONPREFIX= v -DISTVERSION= 0.12.0.1 +DISTVERSION= 0.12.0.2 CATEGORIES= graphics MAINTAINER= fernape@FreeBSD.org diff --git a/graphics/converseen/distinfo b/graphics/converseen/distinfo index ae25284a933..bf890c4ac7d 100644 --- a/graphics/converseen/distinfo +++ b/graphics/converseen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703004250 -SHA256 (Faster3ck-Converseen-v0.12.0.1_GH0.tar.gz) = 9563ac239ace903bb5b27c77ef104de87f8243201a66f714146dd01de2492c04 -SIZE (Faster3ck-Converseen-v0.12.0.1_GH0.tar.gz) = 2296100 +TIMESTAMP = 1704788961 +SHA256 (Faster3ck-Converseen-v0.12.0.2_GH0.tar.gz) = d7729f9d0eb8e160a8f0b45bf120d1b04cdca03935261af98c13255cfdd9375e +SIZE (Faster3ck-Converseen-v0.12.0.2_GH0.tar.gz) = 2305738 diff --git a/graphics/dify/Makefile b/graphics/dify/Makefile index 1c4249145f1..fbd69b3f0ca 100644 --- a/graphics/dify/Makefile +++ b/graphics/dify/Makefile @@ -1,6 +1,6 @@ PORTNAME= dify DISTVERSION= 0.6.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index ff5a27605b5..0b0ec695e47 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -1,6 +1,6 @@ PORTNAME= digikam DISTVERSION= 8.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} \ https://files.kde.org/digikam/%SUBDIR%/:aesthetic,face,shape \ @@ -30,7 +30,6 @@ LIB_DEPENDS= libKF5Sane.so:graphics/libksane \ libjasper.so:graphics/jasper \ liblcms2.so:graphics/lcms2 \ liblensfun.so:graphics/lensfun \ - liblqr-1.so:graphics/liblqr-1 \ libopencv_core.so:graphics/opencv \ libheif.so:graphics/libheif \ libpgf.so:graphics/libpgf \ @@ -39,7 +38,7 @@ LIB_DEPENDS= libKF5Sane.so:graphics/libksane \ libx265.so:multimedia/x265 USES= bison cmake compiler:c++17-lang desktop-file-utils eigen:3 gl \ - gnome jpeg kde:5 localbase:ldflags magick pkgconfig qt:5 \ + gnome jpeg kde:5 magick pkgconfig qt:5 \ shebangfix tar:xz xorg USE_GL= gl glu USE_GNOME= glib20 libxml2 libxslt @@ -51,8 +50,8 @@ USE_KDE= archive auth bookmarks calendarcore codecs completion config \ unitconversion widgetsaddons windowsystem xmlgui \ ecm:build USE_QT= concurrent core dbus declarative gui location network \ - networkauth opengl printsupport sql webchannel widgets \ - x11extras xml xmlpatterns \ + networkauth opengl printsupport sql webchannel webengine \ + widgets x11extras xml xmlpatterns \ buildtools:build qmake:build USE_XORG= ice sm x11 xext @@ -64,7 +63,7 @@ WITH_CCACHE_BUILD= yes CMAKE_ON= BUILD_WITH_CCACHE DIGIKAMSC_COMPILE_DIGIKAM ENABLE_KFILEMETADATASUPPORT \ CMAKE_DISABLE_FIND_PACKAGE_VAAPI -OPTIONS_DEFINE= FACEDETECT KDEPIM MEDIAPLAYER NLS WEBENGINE +OPTIONS_DEFINE= FACEDETECT KDEPIM MEDIAPLAYER NLS OPTIONS_GROUP= MP MP_DESC= Media player options OPTIONS_GROUP_MP= OPENAL PORTAUDIO PULSEAUDIO @@ -127,11 +126,6 @@ PULSEAUDIO_IMPLIES= MEDIAPLAYER SQLITE3_USE= QT=sql-sqlite3:run -WEBENGINE_DESC= Use Qt WebEngine instead of WebKit -WEBENGINE_USE= QT=webengine -WEBENGINE_USE_OFF= QT=webkit -WEBENGINE_CMAKE_BOOL= ENABLE_QWEBENGINE - PLIST_SUB= SHLIB_VER=${DISTVERSION} post-install-FACEDETECT-on: diff --git a/graphics/diplib/Makefile b/graphics/diplib/Makefile index 091793b0d9e..8a267882337 100644 --- a/graphics/diplib/Makefile +++ b/graphics/diplib/Makefile @@ -1,5 +1,5 @@ PORTNAME= diplib -DISTVERSION= 3.4.0 +DISTVERSION= 3.4.1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -9,6 +9,8 @@ WWW= https://diplib.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LIB_DEPENDS= libglfw.so:graphics/glfw + USES= cmake:testing gl USE_GL= gl glut USE_LDCONFIG= yes diff --git a/graphics/diplib/distinfo b/graphics/diplib/distinfo index cb95f87bf55..d688dbd39d5 100644 --- a/graphics/diplib/distinfo +++ b/graphics/diplib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679792902 -SHA256 (DIPlib-diplib-3.4.0_GH0.tar.gz) = e8ea2bc060400a9ec0289f228fd919600e0ee856dda9cde5de7c76d17a776a59 -SIZE (DIPlib-diplib-3.4.0_GH0.tar.gz) = 8335736 +TIMESTAMP = 1704768801 +SHA256 (DIPlib-diplib-3.4.1_GH0.tar.gz) = e0f3e7c688b33599c04511a172c0e84e0203924e4d9ad0ff860524684bfe3a72 +SIZE (DIPlib-diplib-3.4.1_GH0.tar.gz) = 8346647 diff --git a/graphics/drm-510-kmod/Makefile b/graphics/drm-510-kmod/Makefile index 1bdeb3d7ff6..ae4e808f16a 100644 --- a/graphics/drm-510-kmod/Makefile +++ b/graphics/drm-510-kmod/Makefile @@ -1,6 +1,6 @@ PORTNAME= drm-510-kmod PORTVERSION= ${DRM_KMOD_DISTVERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics kld .include "Makefile.version" @@ -15,7 +15,8 @@ LICENSE_COMB= multi ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, i386, aarch64, and powerpc64 -CONFLICTS_INSTALL= drm-515-kmod +CONFLICTS_INSTALL= drm-515-kmod \ + drm-61-kmod USES= kmod uidfix compiler:c++11-lang @@ -26,6 +27,8 @@ GH_TAGNAME= ${DRM_KMOD_GH_TAGNAME} .include +IGNORE_FreeBSD_15= not supported anymore + .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .endif diff --git a/graphics/drm-515-kmod/Makefile b/graphics/drm-515-kmod/Makefile index 4083bd26b59..8bc7029d0f1 100644 --- a/graphics/drm-515-kmod/Makefile +++ b/graphics/drm-515-kmod/Makefile @@ -15,7 +15,8 @@ LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 and powerpc64 -CONFLICTS_INSTALL= drm-510-kmod +CONFLICTS_INSTALL= drm-510-kmod \ + drm-61-kmod USES= kmod uidfix compiler:c++11-lang diff --git a/graphics/drm-61-kmod/Makefile b/graphics/drm-61-kmod/Makefile new file mode 100644 index 00000000000..43f0d5be31a --- /dev/null +++ b/graphics/drm-61-kmod/Makefile @@ -0,0 +1,56 @@ +PORTNAME= drm-61-kmod +PORTVERSION= ${DRM_KMOD_DISTVERSION} +CATEGORIES= graphics kld + +.include "Makefile.version" + +MAINTAINER= x11@FreeBSD.org +COMMENT= DRM drivers modules +WWW= https://github.com/freebsd/drm-kmod/ + +LICENSE= BSD2CLAUSE MIT GPLv2 +LICENSE_COMB= multi + +ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le +ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 and powerpc64 + +CONFLICTS_INSTALL= drm-510-kmod \ + drm-61-kmod + +USES= kmod uidfix compiler:c++11-lang + +USE_GITHUB= yes +GH_ACCOUNT= freebsd +GH_PROJECT= drm-kmod +GH_TAGNAME= ${DRM_KMOD_GH_TAGNAME} + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500008 +IGNORE= not supported on older than 15.0, no kernel support +.endif +.if ${OPSYS} != FreeBSD +IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) +.endif + +.if ${ARCH} == "amd64" +PLIST_SUB+= AMDGPU="" +PLIST_SUB+= I915="" +.elif ${ARCH} == "i386" +PLIST_SUB+= AMDGPU="@comment " +PLIST_SUB+= I915="" +.elif ${ARCH} == "aarch64" || ${ARCH:Mpowerpc*} +PLIST_SUB+= AMDGPU="" +PLIST_SUB+= I915="@comment " +.else +PLIST_SUB+= AMDGPU="@comment " +PLIST_SUB+= I915="@comment " +.endif + +MAKE_ENV+= MAKEOBJDIRPREFIX=${WRKSRC}/obj + +pre-build: + ${MKDIR} ${WRKSRC}/obj + (cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} obj) + +.include diff --git a/graphics/drm-61-kmod/Makefile.version b/graphics/drm-61-kmod/Makefile.version new file mode 100644 index 00000000000..c96b856be7d --- /dev/null +++ b/graphics/drm-61-kmod/Makefile.version @@ -0,0 +1,5 @@ +# drm-kmod common version definition +# +# This will be included from consumers such as nvidia-drm +DRM_KMOD_DISTVERSION= 6.1.69 +DRM_KMOD_GH_TAGNAME= drm_v6.1.69 diff --git a/graphics/drm-61-kmod/distinfo b/graphics/drm-61-kmod/distinfo new file mode 100644 index 00000000000..80cbb156b28 --- /dev/null +++ b/graphics/drm-61-kmod/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704471820 +SHA256 (freebsd-drm-kmod-6.1.69-drm_v6.1.69_GH0.tar.gz) = 2327b60eb403f07c9782894cff70de04920cb14a70efc565d68d4b5ad12bc5cb +SIZE (freebsd-drm-kmod-6.1.69-drm_v6.1.69_GH0.tar.gz) = 37088102 diff --git a/graphics/drm-61-kmod/pkg-descr b/graphics/drm-61-kmod/pkg-descr new file mode 100644 index 00000000000..1e3881cc4ef --- /dev/null +++ b/graphics/drm-61-kmod/pkg-descr @@ -0,0 +1,3 @@ +amdgpu, i915, and radeon DRM drivers modules. +Currently corresponding to Linux 6.1 DRM. +This version is for FreeBSD 15.0 and above. diff --git a/graphics/drm-61-kmod/pkg-message b/graphics/drm-61-kmod/pkg-message new file mode 100644 index 00000000000..995379cd0d7 --- /dev/null +++ b/graphics/drm-61-kmod/pkg-message @@ -0,0 +1,18 @@ +[ +{ type: install + message: < diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile index e0811ac8dfc..981ed2bb318 100644 --- a/graphics/f3d/Makefile +++ b/graphics/f3d/Makefile @@ -1,11 +1,8 @@ PORTNAME= f3d DISTVERSIONPREFIX= v -DISTVERSION= 2.1.0 +DISTVERSION= 2.2.1 CATEGORIES= graphics -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 9de4c11b62b16519a46f2634eea3385b7c799729.patch:-p1 # FreeBSD compatibility patch, https://github.com/f3d-app/f3d/pull/893 - MAINTAINER= yuri@FreeBSD.org COMMENT= Fast and minimalist 3D viewer WWW= https://f3d-app.github.io/f3d/ diff --git a/graphics/f3d/distinfo b/graphics/f3d/distinfo index 9e2896e17a0..c29c4501f9a 100644 --- a/graphics/f3d/distinfo +++ b/graphics/f3d/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1688349349 -SHA256 (f3d-app-f3d-v2.1.0_GH0.tar.gz) = 3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2 -SIZE (f3d-app-f3d-v2.1.0_GH0.tar.gz) = 27422890 -SHA256 (9de4c11b62b16519a46f2634eea3385b7c799729.patch) = a0031213a9f79efbb44a4e47eda7f417bc463ef607ad39b47700a0ca2c62cf1c -SIZE (9de4c11b62b16519a46f2634eea3385b7c799729.patch) = 709 +TIMESTAMP = 1704769349 +SHA256 (f3d-app-f3d-v2.2.1_GH0.tar.gz) = 4d3a73b0107c8db7f0556107c74087d3748232a73981f65f7c5186ac1003ec8d +SIZE (f3d-app-f3d-v2.2.1_GH0.tar.gz) = 29785716 diff --git a/graphics/f3d/pkg-plist b/graphics/f3d/pkg-plist index 02d5e8ec617..fed49a57c97 100644 --- a/graphics/f3d/pkg-plist +++ b/graphics/f3d/pkg-plist @@ -47,7 +47,7 @@ lib/libVTKExtensionsReaders.a lib/libVTKExtensionsRendering.a lib/libf3d.so lib/libf3d.so.2 -lib/libf3d.so.2.1 +lib/libf3d.so.2.2 %%ALEMBIC%%share/applications/f3d-plugin-alembic.desktop %%ASSIMP%%share/applications/f3d-plugin-assimp.desktop %%DRACO%%share/applications/f3d-plugin-draco.desktop diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile index dfa368f413c..da1d57892be 100644 --- a/graphics/flphoto/Makefile +++ b/graphics/flphoto/Makefile @@ -1,6 +1,6 @@ PORTNAME= flphoto PORTVERSION= 1.3.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= SF/fltk/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -29,8 +29,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flphoto ${STAGEDIR}${PREFIX}/bin/flphoto - ${INSTALL_MAN} ${WRKSRC}/doc/flphoto.man ${STAGEDIR}${MAN1PREFIX}/man/man1/flphoto.1 - ${INSTALL_MAN} ${WRKSRC}/doc/album.man ${STAGEDIR}${MAN5PREFIX}/man/man5/album.5 + ${INSTALL_MAN} ${WRKSRC}/doc/flphoto.man ${STAGEDIR}${PREFIX}/share/man/man1/flphoto.1 + ${INSTALL_MAN} ${WRKSRC}/doc/album.man ${STAGEDIR}${PREFIX}/share/man/man5/album.5 .for lang in de en_CA en_GB es fr it nl pt @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang} ${INSTALL_DATA} ${WRKSRC}/po/${lang}.po \ diff --git a/graphics/flphoto/pkg-plist b/graphics/flphoto/pkg-plist index 562e010e05e..c65a9309c6b 100644 --- a/graphics/flphoto/pkg-plist +++ b/graphics/flphoto/pkg-plist @@ -1,6 +1,6 @@ bin/flphoto -man/man1/flphoto.1.gz -man/man5/album.5.gz +share/man/man1/flphoto.1.gz +share/man/man5/album.5.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/about.html %%PORTDOCS%%%%DOCSDIR%%/albums.html diff --git a/graphics/fracplanet/Makefile b/graphics/fracplanet/Makefile index feebc3e5c7b..856c427c1fa 100644 --- a/graphics/fracplanet/Makefile +++ b/graphics/fracplanet/Makefile @@ -1,6 +1,6 @@ PORTNAME= fracplanet PORTVERSION= 0.5.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= graphics MASTER_SITES= SF \ SF/nemysisfreebsdp/:icons @@ -49,7 +49,7 @@ do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ diff --git a/graphics/fracplanet/pkg-plist b/graphics/fracplanet/pkg-plist index 246f8e4a233..0259709aa7f 100644 --- a/graphics/fracplanet/pkg-plist +++ b/graphics/fracplanet/pkg-plist @@ -1,5 +1,5 @@ bin/fracplanet -man/man1/fracplanet.1.gz +share/man/man1/fracplanet.1.gz share/icons/hicolor/32x32/apps/fracplanet.png share/icons/hicolor/48x48/apps/fracplanet.png share/icons/hicolor/64x64/apps/fracplanet.png diff --git a/graphics/gifski/Makefile b/graphics/gifski/Makefile index 684d1416cdb..76f4489c845 100644 --- a/graphics/gifski/Makefile +++ b/graphics/gifski/Makefile @@ -1,6 +1,6 @@ PORTNAME= gifski DISTVERSION= 1.10.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile index d3cc4aa8633..d0decc7989c 100644 --- a/graphics/gimmage/Makefile +++ b/graphics/gimmage/Makefile @@ -4,13 +4,16 @@ PORTREVISION= 19 CATEGORIES= graphics MASTER_SITES= BERLIOS -MAINTAINER= portmaster@bsdforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Simple image viewer WWW= https://sourceforge.net/projects/gimmage.berlios/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Last release in 2007, depends on legacy libraries such as GTK2. Consider using graphics/geeqie or graphics/imv +EXPIRATION_DATE=2024-02-29 + LIB_DEPENDS= libcurl.so:ftp/curl \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 diff --git a/graphics/gkrellkam2/Makefile b/graphics/gkrellkam2/Makefile index e0a72c2633e..38a4da7c749 100644 --- a/graphics/gkrellkam2/Makefile +++ b/graphics/gkrellkam2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gkrellkam PORTVERSION= 2.0.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTVERSION} PKGNAMESUFFIX= 2 @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= gmake pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/gkrellkam2.so \ - man/man5/gkrellkam-list.5.gz + share/man/man5/gkrellkam-list.5.gz post-patch: @${REINPLACE_CMD} -e \ @@ -31,6 +31,6 @@ do-install: (cd ${WRKSRC} && ${INSTALL_LIB} gkrellkam2.so \ ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins) (cd ${WRKSRC} && ${INSTALL_MAN} gkrellkam-list.5 \ - ${STAGEDIR}${MAN5PREFIX}/man/man5) + ${STAGEDIR}${PREFIX}/share/man/man5) .include diff --git a/graphics/gwenview-devel/distinfo b/graphics/gwenview-devel/distinfo index 1029f1b0f08..c65be192f9a 100644 --- a/graphics/gwenview-devel/distinfo +++ b/graphics/gwenview-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701600307 -SHA256 (KDE/release-service/24.01.80/gwenview-24.01.80.tar.xz) = eaa9fe14452d860beb73f74a2930f63e5443615a6757c0f93cdb0243323f226e -SIZE (KDE/release-service/24.01.80/gwenview-24.01.80.tar.xz) = 6915936 +TIMESTAMP = 1704376151 +SHA256 (KDE/release-service/24.01.85/gwenview-24.01.85.tar.xz) = 8579abf32fc6d8cda99cb71974143ca228e0fac7f59c61c20716680d2066f3ef +SIZE (KDE/release-service/24.01.85/gwenview-24.01.85.tar.xz) = 6915956 diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile index ca5ec748dcf..d01620c6cb8 100644 --- a/graphics/gwenview/Makefile +++ b/graphics/gwenview/Makefile @@ -1,5 +1,6 @@ PORTNAME= gwenview DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/graphics/icontact/Makefile b/graphics/icontact/Makefile index 3efe7985dfd..6f50c95c22a 100644 --- a/graphics/icontact/Makefile +++ b/graphics/icontact/Makefile @@ -1,6 +1,6 @@ PORTNAME= icontact PORTVERSION= 1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.panix.com/~mbh/icontact/ @@ -20,7 +20,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/icontact ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/xvtoppm ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/icontact.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/xvtoppm.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/icontact.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/xvtoppm.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/graphics/icontact/pkg-plist b/graphics/icontact/pkg-plist index 2fb76f77c28..07af3223efc 100644 --- a/graphics/icontact/pkg-plist +++ b/graphics/icontact/pkg-plist @@ -1,4 +1,4 @@ bin/icontact bin/xvtoppm -man/man1/icontact.1.gz -man/man1/xvtoppm.1.gz +share/man/man1/icontact.1.gz +share/man/man1/xvtoppm.1.gz diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index 9f0d913cd70..4a20c27439d 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -1,7 +1,7 @@ PORTNAME= imv DISTVERSIONPREFIX= v DISTVERSION= 4.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://git.sr.ht/~exec64/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -76,4 +76,9 @@ X11_USE= GL=glu \ XORG=x11,xcb X11_MESON_ON= -Dwindows=x11 +post-patch: + @${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|g' \ + ${WRKSRC}/src/imv.c \ + ${WRKSRC}/doc/imv.1.txt + .include diff --git a/graphics/imv/files/patch-doc_imv.1.txt b/graphics/imv/files/patch-doc_imv.1.txt new file mode 100644 index 00000000000..448979dea16 --- /dev/null +++ b/graphics/imv/files/patch-doc_imv.1.txt @@ -0,0 +1,15 @@ +--- doc/imv.1.txt.orig 2023-01-18 22:20:52 UTC ++++ doc/imv.1.txt +@@ -265,10 +265,9 @@ - $HOME/.imv/config + - $HOME/.config/imv/config + - $HOME/.imv_config + - $HOME/.imv/config +-- /usr/local/etc/imv_config +-- /etc/imv_config ++- @PREFIX@/etc/imv_config + +-A default config file is shipped with imv into /etc/imv_config ++A default config file is shipped with imv into @PREFIX@/etc/imv_config + + For documentation on the config file format, see **imv**(5). + diff --git a/graphics/imv/files/patch-meson.build b/graphics/imv/files/patch-meson.build index fb6f49490f5..ac1369ba632 100644 --- a/graphics/imv/files/patch-meson.build +++ b/graphics/imv/files/patch-meson.build @@ -1,6 +1,6 @@ ---- meson.build.orig 2021-03-15 09:06:48 UTC +--- meson.build.orig 2023-01-18 22:20:52 UTC +++ meson.build -@@ -101,7 +101,7 @@ files_msg = files('src/imv_msg.c', 'src/ipc_common.c') +@@ -120,7 +120,7 @@ foreach backend : [ enabled_backends = [] foreach backend : [ @@ -9,3 +9,11 @@ ['libtiff', 'dependency', 'libtiff-4', []], ['libpng', 'dependency', 'libpng', []], ['libjpeg', 'dependency', 'libturbojpeg', []], +@@ -204,6 +204,7 @@ install_data( + files('files/imv_config'), + install_dir: get_option('sysconfdir'), + install_mode: 'rw-r--r--', ++ rename: 'imv_config.sample', + ) + + dep_cmocka = dependency('cmocka', required: get_option('test')) diff --git a/graphics/imv/files/patch-src_imv.c b/graphics/imv/files/patch-src_imv.c new file mode 100644 index 00000000000..5f30caad1c1 --- /dev/null +++ b/graphics/imv/files/patch-src_imv.c @@ -0,0 +1,12 @@ +--- src/imv.c.orig 2024-01-06 21:47:38 UTC ++++ src/imv.c +@@ -1425,8 +1425,7 @@ static char *get_config_path(void) + "$HOME/.config/imv/config", + "$HOME/.imv_config", + "$HOME/.imv/config", +- "/usr/local/etc/imv_config", +- "/etc/imv_config", ++ "@PREFIX@/etc/imv_config", + }; + + for (size_t i = 0; i < sizeof(config_paths) / sizeof(char*); ++i) { diff --git a/graphics/imv/pkg-plist b/graphics/imv/pkg-plist index 318d84a328f..ab9113da7e0 100644 --- a/graphics/imv/pkg-plist +++ b/graphics/imv/pkg-plist @@ -3,7 +3,7 @@ bin/imv-dir bin/imv-msg %%ALL%%bin/imv-wayland %%ALL%%bin/imv-x11 -etc/imv_config +@sample etc/imv_config.sample man/man1/imv-dir.1.gz man/man1/imv-msg.1.gz man/man1/imv.1.gz diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 12f70a4d03b..141499d579c 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,11 +1,9 @@ PORTNAME= inkscape -DISTVERSION= 1.3 -PORTREVISION= 3 +DISTVERSION= 1.3.2 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ PATCH_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/-/commit/ -PATCHFILES+= 3db96bfbac475022a32b70473b767b21a8d70c7f.patch:-p1 # https://gitlab.com/inkscape/inkscape/-/issues/4427 PATCHFILES+= f0355a6341aceee93ce4d4d70cd9ec3a44081c38.patch:-p1 # https://gitlab.com/inkscape/inkscape/-/merge_requests/5650 MAINTAINER= gnome@FreeBSD.org @@ -25,19 +23,15 @@ LICENSE_FILE_MPL11 = ${WRKSRC}/LICENSES/MPL-1.1.txt BUILD_DEPENDS= ragel:devel/ragel LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ - libpopt.so:devel/popt \ libgc.so:devel/boehm-gc \ libgsl.so:math/gsl \ liblcms2.so:graphics/lcms2 \ - libfribidi.so:converters/fribidi \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libpotrace.so:graphics/libpotrace \ libpng.so:graphics/png \ libsoup-2.4.so:devel/libsoup \ - libyaml.so:textproc/libyaml \ - libdouble-conversion.so:devel/double-conversion \ libenchant-2.so:textproc/enchant2 \ libepoxy.so:graphics/libepoxy \ lib2geom.so:math/lib2geom @@ -54,14 +48,14 @@ TEST_DEPENDS= googletest>0:devel/googletest \ bash:shells/bash USES= compiler:c++17-lang cmake:testing cpe desktop-file-utils ghostscript:run \ - gnome iconv:wchar_t jpeg pathfix pkgconfig python \ + gnome jpeg pathfix pkgconfig python \ readline shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtkmm30 gtksourceview4 libxml2 libxslt USE_PYTHON= cython USE_XORG= sm ice x11 xext USE_LDCONFIG= yes -DATETAG= 2023-07-21_0e150ed6c4 +DATETAG= 2023-11-25_091e20ef0f WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}_${DATETAG} BINARY_ALIAS= python3=${PYTHON_CMD} @@ -92,7 +86,7 @@ POPPLER_LIB_DEPENDS= libpoppler.so:graphics/poppler \ libpoppler-glib.so:graphics/poppler-glib SCRIBUS_DESC= Support color-managed PDF export using Scribus (experimental) -SCRIBUS_RUN_DEPENDS= scribus:print/scribus-devel +SCRIBUS_RUN_DEPENDS= scribus:print/scribus VISIO_DESC= Support for Microsoft Visio diagrams VISIO_CMAKE_BOOL= WITH_LIBVISIO diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index 4a1eafb97b2..33bd1644878 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -1,7 +1,5 @@ -TIMESTAMP = 1696905448 -SHA256 (inkscape-1.3.tar.xz) = bf4f286b025e0169b8948cc14d5199a9b4c204d761c894c4b48496571ec76307 -SIZE (inkscape-1.3.tar.xz) = 85764028 -SHA256 (3db96bfbac475022a32b70473b767b21a8d70c7f.patch) = fb572fa3b566149293b0ffeae468ff6025d0e54a090d928eb8c2037afe2d3f8d -SIZE (3db96bfbac475022a32b70473b767b21a8d70c7f.patch) = 2003 +TIMESTAMP = 1704200700 +SHA256 (inkscape-1.3.2.tar.xz) = dbd1844dc443fe5e10d3e9a887144e5fb7223852fff191cfb5ef7adeab0e086b +SIZE (inkscape-1.3.2.tar.xz) = 44720944 SHA256 (f0355a6341aceee93ce4d4d70cd9ec3a44081c38.patch) = 880bc73dfa8989e743d26c600b9e27a2df961823021c4637639da1083626c0e8 SIZE (f0355a6341aceee93ce4d4d70cd9ec3a44081c38.patch) = 7700 diff --git a/graphics/inkscape/pkg-plist b/graphics/inkscape/pkg-plist index 628d410e4eb..597f138309f 100644 --- a/graphics/inkscape/pkg-plist +++ b/graphics/inkscape/pkg-plist @@ -1,7 +1,7 @@ bin/inkscape bin/inkview lib/inkscape/libinkscape_base.so -lib/inkscape/libinkscape_base.so.1.3.0.0 +lib/inkscape/libinkscape_base.so.1.3.2.0 share/applications/org.inkscape.Inkscape.desktop share/bash-completion/completions/inkscape share/icons/hicolor/16x16/apps/org.inkscape.Inkscape.png @@ -604,6 +604,8 @@ share/icons/hicolor/symbolic/apps/org.inkscape.Inkscape-symbolic.svg %%DATADIR%%/extensions/other/extension-xaml/inkxaml/xaml2svg/shapes.xsl %%DATADIR%%/extensions/other/extension-xaml/inkxaml/xaml2svg/transform.xsl %%DATADIR%%/extensions/other/extension-xaml/inkxaml/xamlobjects.py +%%DATADIR%%/extensions/other/extension-xaml/poetry.lock +%%DATADIR%%/extensions/other/extension-xaml/pyproject.toml %%DATADIR%%/extensions/other/extension-xaml/readme.md %%DATADIR%%/extensions/other/extension-xaml/tox.ini %%DATADIR%%/extensions/other/gcodetools/.darglint @@ -3845,6 +3847,7 @@ share/man/de/man1/inkview.1.gz share/man/es/man1/inkview.1.gz share/man/fr/man1/inkscape.1.gz share/man/fr/man1/inkview.1.gz +share/man/hr/man1/inkscape.1.gz share/man/hr/man1/inkview.1.gz share/man/hu/man1/inkscape.1.gz share/man/hu/man1/inkview.1.gz diff --git a/graphics/jp2a/Makefile b/graphics/jp2a/Makefile index b585811bc15..ee1fdef4e02 100644 --- a/graphics/jp2a/Makefile +++ b/graphics/jp2a/Makefile @@ -1,6 +1,5 @@ PORTNAME= jp2a -DISTVERSION= 1.1.1 -PORTREVISION= 1 +DISTVERSION= 1.2.0 CATEGORIES= graphics MASTER_SITES= https://github.com/Talinx/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/graphics/jp2a/distinfo b/graphics/jp2a/distinfo index 581372e5045..c4823416d96 100644 --- a/graphics/jp2a/distinfo +++ b/graphics/jp2a/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637695705 -SHA256 (jp2a-1.1.1.tar.bz2) = 3b91f26f79eca4e963b1b1ae2473722a706bf642218f20bfe4ade5333aebb106 -SIZE (jp2a-1.1.1.tar.bz2) = 525678 +TIMESTAMP = 1704699601 +SHA256 (jp2a-1.2.0.tar.bz2) = bf27b42defa872a2a6b064e89b5e09bd6d822aa63e2d0f42840fabd0ce5d49bb +SIZE (jp2a-1.2.0.tar.bz2) = 444270 diff --git a/graphics/kdegraphics-thumbnailers/Makefile b/graphics/kdegraphics-thumbnailers/Makefile index ce5e893e5a8..a737a3d4abf 100644 --- a/graphics/kdegraphics-thumbnailers/Makefile +++ b/graphics/kdegraphics-thumbnailers/Makefile @@ -1,5 +1,6 @@ PORTNAME= kdegraphics-thumbnailers DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kdiagram-qt6/Makefile b/graphics/kdiagram-qt6/Makefile new file mode 100644 index 00000000000..cd04f82e07f --- /dev/null +++ b/graphics/kdiagram-qt6/Makefile @@ -0,0 +1,22 @@ +PORTNAME= kdiagram +DISTVERSION= 3.0.1 +CATEGORIES= graphics kde +MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ +PKGNAMESUFFIX= -qt6 +DIST_SUBDIR= KDE/${PORTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Library to create business diagrams +WWW= https://projects.kde.org/kdiagram + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.GPL.txt + +USES= cmake compiler:c++11-lang kde:6 qt:6 tar:xz +USE_KDE= ecm:build +USE_QT= base svg tools:build + +PLIST_SUB= SHLIB_SHVER="${PORTVERSION:R:R}" \ + SHLIB_VER="${PORTVERSION}" + +.include diff --git a/graphics/kdiagram-qt6/distinfo b/graphics/kdiagram-qt6/distinfo new file mode 100644 index 00000000000..d085af8c25c --- /dev/null +++ b/graphics/kdiagram-qt6/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704741043 +SHA256 (KDE/kdiagram/kdiagram-3.0.1.tar.xz) = 4659b0c2cd9db18143f5abd9c806091c3aab6abc1a956bbf82815ab3d3189c6d +SIZE (KDE/kdiagram/kdiagram-3.0.1.tar.xz) = 693440 diff --git a/graphics/kdiagram-qt6/pkg-descr b/graphics/kdiagram-qt6/pkg-descr new file mode 100644 index 00000000000..e3e830b6d47 --- /dev/null +++ b/graphics/kdiagram-qt6/pkg-descr @@ -0,0 +1 @@ +Powerful libraries (KChart, KGantt) for creating business diagrams. diff --git a/graphics/kdiagram-qt6/pkg-plist b/graphics/kdiagram-qt6/pkg-plist new file mode 100644 index 00000000000..c7b016bb53d --- /dev/null +++ b/graphics/kdiagram-qt6/pkg-plist @@ -0,0 +1,270 @@ +include/KChart6/KChart +include/KChart6/KChartAbstractArea +include/KChart6/KChartAbstractArea.h +include/KChart6/KChartAbstractAreaBase +include/KChart6/KChartAbstractAreaBase.h +include/KChart6/KChartAbstractAreaWidget +include/KChart6/KChartAbstractAreaWidget.h +include/KChart6/KChartAbstractAxis +include/KChart6/KChartAbstractAxis.h +include/KChart6/KChartAbstractCartesianDiagram +include/KChart6/KChartAbstractCartesianDiagram.h +include/KChart6/KChartAbstractCoordinatePlane +include/KChart6/KChartAbstractCoordinatePlane.h +include/KChart6/KChartAbstractDiagram +include/KChart6/KChartAbstractDiagram.h +include/KChart6/KChartAbstractPieDiagram +include/KChart6/KChartAbstractPieDiagram.h +include/KChart6/KChartAbstractPolarDiagram +include/KChart6/KChartAbstractPolarDiagram.h +include/KChart6/KChartAbstractProxyModel +include/KChart6/KChartAbstractProxyModel.h +include/KChart6/KChartAbstractTernaryDiagram +include/KChart6/KChartAbstractTernaryDiagram.h +include/KChart6/KChartAbstractThreeDAttributes +include/KChart6/KChartAbstractThreeDAttributes.h +include/KChart6/KChartAttributesModel +include/KChart6/KChartAttributesModel.h +include/KChart6/KChartBackgroundAttributes +include/KChart6/KChartBackgroundAttributes.h +include/KChart6/KChartBarAttributes +include/KChart6/KChartBarAttributes.h +include/KChart6/KChartBarDiagram +include/KChart6/KChartBarDiagram.h +include/KChart6/KChartCartesianAxis +include/KChart6/KChartCartesianAxis.h +include/KChart6/KChartCartesianCoordinatePlane +include/KChart6/KChartCartesianCoordinatePlane.h +include/KChart6/KChartChart +include/KChart6/KChartChart.h +include/KChart6/KChartDataValueAttributes +include/KChart6/KChartDataValueAttributes.h +include/KChart6/KChartDatasetProxyModel +include/KChart6/KChartDatasetProxyModel.h +include/KChart6/KChartDatasetSelector +include/KChart6/KChartDatasetSelector.h +include/KChart6/KChartDiagramObserver +include/KChart6/KChartDiagramObserver.h +include/KChart6/KChartEnums +include/KChart6/KChartEnums.h +include/KChart6/KChartFrameAttributes +include/KChart6/KChartFrameAttributes.h +include/KChart6/KChartGlobal +include/KChart6/KChartGlobal.h +include/KChart6/KChartGridAttributes +include/KChart6/KChartGridAttributes.h +include/KChart6/KChartHeaderFooter +include/KChart6/KChartHeaderFooter.h +include/KChart6/KChartLayoutItems +include/KChart6/KChartLayoutItems.h +include/KChart6/KChartLegend +include/KChart6/KChartLegend.h +include/KChart6/KChartLeveyJenningsAxis +include/KChart6/KChartLeveyJenningsAxis.h +include/KChart6/KChartLeveyJenningsCoordinatePlane +include/KChart6/KChartLeveyJenningsCoordinatePlane.h +include/KChart6/KChartLeveyJenningsDiagram +include/KChart6/KChartLeveyJenningsDiagram.h +include/KChart6/KChartLeveyJenningsGridAttributes +include/KChart6/KChartLeveyJenningsGridAttributes.h +include/KChart6/KChartLineAttributes +include/KChart6/KChartLineAttributes.h +include/KChart6/KChartLineDiagram +include/KChart6/KChartLineDiagram.h +include/KChart6/KChartMarkerAttributes +include/KChart6/KChartMarkerAttributes.h +include/KChart6/KChartMeasure +include/KChart6/KChartMeasure.h +include/KChart6/KChartPaintContext +include/KChart6/KChartPaintContext.h +include/KChart6/KChartPalette +include/KChart6/KChartPalette.h +include/KChart6/KChartPieAttributes +include/KChart6/KChartPieAttributes.h +include/KChart6/KChartPieDiagram +include/KChart6/KChartPieDiagram.h +include/KChart6/KChartPlotter +include/KChart6/KChartPlotter.h +include/KChart6/KChartPolarCoordinatePlane +include/KChart6/KChartPolarCoordinatePlane.h +include/KChart6/KChartPolarDiagram +include/KChart6/KChartPolarDiagram.h +include/KChart6/KChartPosition +include/KChart6/KChartPosition.h +include/KChart6/KChartRadarCoordinatePlane +include/KChart6/KChartRadarCoordinatePlane.h +include/KChart6/KChartRadarDiagram +include/KChart6/KChartRadarDiagram.h +include/KChart6/KChartRelativePosition +include/KChart6/KChartRelativePosition.h +include/KChart6/KChartRingDiagram +include/KChart6/KChartRingDiagram.h +include/KChart6/KChartRulerAttributes +include/KChart6/KChartRulerAttributes.h +include/KChart6/KChartStockBarAttributes +include/KChart6/KChartStockBarAttributes.h +include/KChart6/KChartStockDiagram +include/KChart6/KChartStockDiagram.h +include/KChart6/KChartTernaryAxis +include/KChart6/KChartTernaryAxis.h +include/KChart6/KChartTernaryCoordinatePlane +include/KChart6/KChartTernaryCoordinatePlane.h +include/KChart6/KChartTernaryLineDiagram +include/KChart6/KChartTernaryLineDiagram.h +include/KChart6/KChartTernaryPointDiagram +include/KChart6/KChartTernaryPointDiagram.h +include/KChart6/KChartTextArea +include/KChart6/KChartTextArea.h +include/KChart6/KChartTextAttributes +include/KChart6/KChartTextAttributes.h +include/KChart6/KChartThreeDBarAttributes +include/KChart6/KChartThreeDBarAttributes.h +include/KChart6/KChartThreeDLineAttributes +include/KChart6/KChartThreeDLineAttributes.h +include/KChart6/KChartThreeDPieAttributes +include/KChart6/KChartThreeDPieAttributes.h +include/KChart6/KChartValueTrackerAttributes +include/KChart6/KChartValueTrackerAttributes.h +include/KChart6/KChartWidget +include/KChart6/KChartWidget.h +include/KChart6/kchart_export.h +include/KChart6/kchart_version.h +include/KGantt6/KGanttAbstractGrid +include/KGantt6/KGanttAbstractRowController +include/KGantt6/KGanttConstraint +include/KGantt6/KGanttConstraintGraphicsItem +include/KGantt6/KGanttConstraintModel +include/KGantt6/KGanttConstraintProxy +include/KGantt6/KGanttDateTimeGrid +include/KGantt6/KGanttDateTimeTimeLine +include/KGantt6/KGanttDateTimeTimeLineDialog +include/KGantt6/KGanttForwardingProxyModel +include/KGantt6/KGanttGlobal +include/KGantt6/KGanttGraphicsItem +include/KGantt6/KGanttGraphicsScene +include/KGantt6/KGanttGraphicsView +include/KGantt6/KGanttItemDelegate +include/KGantt6/KGanttLegend +include/KGantt6/KGanttListViewRowController +include/KGantt6/KGanttPenStyleComboBox +include/KGantt6/KGanttPrintingContext +include/KGantt6/KGanttProxyModel +include/KGantt6/KGanttStyleOptionGanttItem +include/KGantt6/KGanttSummaryHandlingProxyModel +include/KGantt6/KGanttTreeViewRowController +include/KGantt6/KGanttView +include/KGantt6/kgantt_export.h +include/KGantt6/kgantt_version.h +include/KGantt6/kganttabstractgrid.h +include/KGantt6/kganttabstractgrid_p.h +include/KGantt6/kganttabstractrowcontroller.h +include/KGantt6/kganttconstraint.h +include/KGantt6/kganttconstraintgraphicsitem.h +include/KGantt6/kganttconstraintmodel.h +include/KGantt6/kganttconstraintproxy.h +include/KGantt6/kganttdatetimegrid.h +include/KGantt6/kganttdatetimetimeline.h +include/KGantt6/kganttdatetimetimelinedialog.h +include/KGantt6/kganttforwardingproxymodel.h +include/KGantt6/kganttglobal.h +include/KGantt6/kganttgraphicsitem.h +include/KGantt6/kganttgraphicsscene.h +include/KGantt6/kganttgraphicsview.h +include/KGantt6/kganttitemdelegate.h +include/KGantt6/kganttlegend.h +include/KGantt6/kganttlistviewrowcontroller.h +include/KGantt6/kganttpenstylecombobox.h +include/KGantt6/kganttprintingcontext.h +include/KGantt6/kganttproxymodel.h +include/KGantt6/kganttstyleoptionganttitem.h +include/KGantt6/kganttsummaryhandlingproxymodel.h +include/KGantt6/kgantttreeviewrowcontroller.h +include/KGantt6/kganttview.h +lib/cmake/KChart6/KChart6Config.cmake +lib/cmake/KChart6/KChart6ConfigVersion.cmake +lib/cmake/KChart6/KChart6Targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KChart6/KChart6Targets.cmake +lib/cmake/KGantt6/KGantt6Config.cmake +lib/cmake/KGantt6/KGantt6ConfigVersion.cmake +lib/cmake/KGantt6/KGantt6Targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KGantt6/KGantt6Targets.cmake +lib/libKChart6.so +lib/libKChart6.so.%%SHLIB_SHVER%% +lib/libKChart6.so.%%SHLIB_VER%% +lib/libKGantt6.so +lib/libKGantt6.so.%%SHLIB_SHVER%% +lib/libKGantt6.so.%%SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KChart6.pri +%%QT_MKSPECDIR%%/modules/qt_KGantt6.pri +share/locale/ar/LC_MESSAGES/kchart6_qt.qm +share/locale/ar/LC_MESSAGES/kgantt6_qt.qm +share/locale/bg/LC_MESSAGES/kchart6_qt.qm +share/locale/bg/LC_MESSAGES/kgantt6_qt.qm +share/locale/bs/LC_MESSAGES/kchart6_qt.qm +share/locale/bs/LC_MESSAGES/kgantt6_qt.qm +share/locale/ca/LC_MESSAGES/kchart6_qt.qm +share/locale/ca/LC_MESSAGES/kgantt6_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kchart6_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kgantt6_qt.qm +share/locale/cs/LC_MESSAGES/kchart6_qt.qm +share/locale/cs/LC_MESSAGES/kgantt6_qt.qm +share/locale/da/LC_MESSAGES/kgantt6_qt.qm +share/locale/de/LC_MESSAGES/kchart6_qt.qm +share/locale/de/LC_MESSAGES/kgantt6_qt.qm +share/locale/el/LC_MESSAGES/kchart6_qt.qm +share/locale/el/LC_MESSAGES/kgantt6_qt.qm +share/locale/en_GB/LC_MESSAGES/kchart6_qt.qm +share/locale/en_GB/LC_MESSAGES/kgantt6_qt.qm +share/locale/eo/LC_MESSAGES/kchart6_qt.qm +share/locale/eo/LC_MESSAGES/kgantt6_qt.qm +share/locale/es/LC_MESSAGES/kchart6_qt.qm +share/locale/es/LC_MESSAGES/kgantt6_qt.qm +share/locale/et/LC_MESSAGES/kchart6_qt.qm +share/locale/et/LC_MESSAGES/kgantt6_qt.qm +share/locale/eu/LC_MESSAGES/kchart6_qt.qm +share/locale/eu/LC_MESSAGES/kgantt6_qt.qm +share/locale/fi/LC_MESSAGES/kchart6_qt.qm +share/locale/fi/LC_MESSAGES/kgantt6_qt.qm +share/locale/fr/LC_MESSAGES/kchart6_qt.qm +share/locale/fr/LC_MESSAGES/kgantt6_qt.qm +share/locale/gl/LC_MESSAGES/kchart6_qt.qm +share/locale/gl/LC_MESSAGES/kgantt6_qt.qm +share/locale/ia/LC_MESSAGES/kchart6_qt.qm +share/locale/ia/LC_MESSAGES/kgantt6_qt.qm +share/locale/it/LC_MESSAGES/kchart6_qt.qm +share/locale/it/LC_MESSAGES/kgantt6_qt.qm +share/locale/ja/LC_MESSAGES/kchart6_qt.qm +share/locale/ja/LC_MESSAGES/kgantt6_qt.qm +share/locale/ka/LC_MESSAGES/kchart6_qt.qm +share/locale/ka/LC_MESSAGES/kgantt6_qt.qm +share/locale/ko/LC_MESSAGES/kchart6_qt.qm +share/locale/ko/LC_MESSAGES/kgantt6_qt.qm +share/locale/lt/LC_MESSAGES/kchart6_qt.qm +share/locale/lt/LC_MESSAGES/kgantt6_qt.qm +share/locale/nl/LC_MESSAGES/kchart6_qt.qm +share/locale/nl/LC_MESSAGES/kgantt6_qt.qm +share/locale/nn/LC_MESSAGES/kchart6_qt.qm +share/locale/nn/LC_MESSAGES/kgantt6_qt.qm +share/locale/pl/LC_MESSAGES/kchart6_qt.qm +share/locale/pl/LC_MESSAGES/kgantt6_qt.qm +share/locale/pt/LC_MESSAGES/kchart6_qt.qm +share/locale/pt/LC_MESSAGES/kgantt6_qt.qm +share/locale/pt_BR/LC_MESSAGES/kchart6_qt.qm +share/locale/pt_BR/LC_MESSAGES/kgantt6_qt.qm +share/locale/ro/LC_MESSAGES/kchart6_qt.qm +share/locale/ru/LC_MESSAGES/kchart6_qt.qm +share/locale/ru/LC_MESSAGES/kgantt6_qt.qm +share/locale/sk/LC_MESSAGES/kchart6_qt.qm +share/locale/sk/LC_MESSAGES/kgantt6_qt.qm +share/locale/sl/LC_MESSAGES/kchart6_qt.qm +share/locale/sl/LC_MESSAGES/kgantt6_qt.qm +share/locale/sv/LC_MESSAGES/kchart6_qt.qm +share/locale/sv/LC_MESSAGES/kgantt6_qt.qm +share/locale/tr/LC_MESSAGES/kchart6_qt.qm +share/locale/tr/LC_MESSAGES/kgantt6_qt.qm +share/locale/uk/LC_MESSAGES/kchart6_qt.qm +share/locale/uk/LC_MESSAGES/kgantt6_qt.qm +share/locale/zh_CN/LC_MESSAGES/kchart6_qt.qm +share/locale/zh_CN/LC_MESSAGES/kgantt6_qt.qm +share/locale/zh_TW/LC_MESSAGES/kchart6_qt.qm +share/locale/zh_TW/LC_MESSAGES/kgantt6_qt.qm diff --git a/graphics/kf5-kimageformats/distinfo b/graphics/kf5-kimageformats/distinfo index 441bd51168b..90a45effd54 100644 --- a/graphics/kf5-kimageformats/distinfo +++ b/graphics/kf5-kimageformats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883627 -SHA256 (KDE/frameworks/5.112.0/kimageformats-5.112.0.tar.xz) = c5c47339398a4bc265015fad9918d4c8729beec08390a080af5e0cb0eade89d3 -SIZE (KDE/frameworks/5.112.0/kimageformats-5.112.0.tar.xz) = 15650572 +TIMESTAMP = 1701678504 +SHA256 (KDE/frameworks/5.113.0/kimageformats-5.113.0.tar.xz) = 84b0082faa125b6602671fe6e77b0c257d6248c64ca9e8073c72bdaff440da3f +SIZE (KDE/frameworks/5.113.0/kimageformats-5.113.0.tar.xz) = 15651880 diff --git a/graphics/kf5-kplotting/distinfo b/graphics/kf5-kplotting/distinfo index 1d3c9d5377d..d5d971f43f9 100644 --- a/graphics/kf5-kplotting/distinfo +++ b/graphics/kf5-kplotting/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883628 -SHA256 (KDE/frameworks/5.112.0/kplotting-5.112.0.tar.xz) = fd9f6ee103b610cc01e63e8fd800e08c8120b70c18a551615455d3288ca72828 -SIZE (KDE/frameworks/5.112.0/kplotting-5.112.0.tar.xz) = 33736 +TIMESTAMP = 1701678505 +SHA256 (KDE/frameworks/5.113.0/kplotting-5.113.0.tar.xz) = d233596403fec84e8eafb976e591a5a40b751e00cf6f0da8c531f9108e8aee9a +SIZE (KDE/frameworks/5.113.0/kplotting-5.113.0.tar.xz) = 33752 diff --git a/graphics/kf5-kquickcharts/distinfo b/graphics/kf5-kquickcharts/distinfo index 315d1a6fdc2..fa3d05b36df 100644 --- a/graphics/kf5-kquickcharts/distinfo +++ b/graphics/kf5-kquickcharts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883629 -SHA256 (KDE/frameworks/5.112.0/kquickcharts-5.112.0.tar.xz) = aaac53d81992465886b47c2c471c0c188136b36a523c9900d815d3a39a24c3b0 -SIZE (KDE/frameworks/5.112.0/kquickcharts-5.112.0.tar.xz) = 113384 +TIMESTAMP = 1701678506 +SHA256 (KDE/frameworks/5.113.0/kquickcharts-5.113.0.tar.xz) = ad3844c1f16a642ffea55b9c732237720965986664fe40c86f599cdeaa61876c +SIZE (KDE/frameworks/5.113.0/kquickcharts-5.113.0.tar.xz) = 113424 diff --git a/graphics/kf5-prison/distinfo b/graphics/kf5-prison/distinfo index e37948e5103..d8fa513e876 100644 --- a/graphics/kf5-prison/distinfo +++ b/graphics/kf5-prison/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883631 -SHA256 (KDE/frameworks/5.112.0/prison-5.112.0.tar.xz) = 783b0f7140936332373e4c6ebc60d85eebf5f3343e2d0c9cae7afc4926d08fae -SIZE (KDE/frameworks/5.112.0/prison-5.112.0.tar.xz) = 55284 +TIMESTAMP = 1701678507 +SHA256 (KDE/frameworks/5.113.0/prison-5.113.0.tar.xz) = b771d107df05397c9b8351a8bdecf4bcc4bf162bf9bf13914a85d65f647fc4a3 +SIZE (KDE/frameworks/5.113.0/prison-5.113.0.tar.xz) = 55268 diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile index 1ab2e724574..06693bbfd64 100644 --- a/graphics/kphotoalbum/Makefile +++ b/graphics/kphotoalbum/Makefile @@ -1,5 +1,6 @@ PORTNAME= kphotoalbum DISTVERSION= 5.12.0 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ DIST_SUBDIR= KDE @@ -11,13 +12,12 @@ WWW= https://www.kphotoalbum.org/ LICENSE= GPLv2+ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ - libvlc.so:multimedia/vlc \ - libKF5KDcraw.so:graphics/libkdcraw + libvlc.so:multimedia/vlc USES= cmake compiler:c++11-lang desktop-file-utils jpeg kde:5 \ pkgconfig qt:5 shebangfix tar:xz xorg USE_KDE= archive auth codecs completion config configwidgets coreaddons \ - i18n iconthemes jobwidgets kio marble phonon purpose service solid \ + i18n iconthemes jobwidgets kio libkdcraw marble phonon purpose service solid \ sonnet textwidgets widgetsaddons windowsystem xmlgui \ ecm:build USE_QT= concurrent core dbus declarative gui location network \ diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index a16b1880ce2..4f041ceca28 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -1,6 +1,6 @@ PORTNAME= krita DISTVERSION= 5.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/graphics/lcdtest/Makefile b/graphics/lcdtest/Makefile index 5da7a357731..3a13c76e718 100644 --- a/graphics/lcdtest/Makefile +++ b/graphics/lcdtest/Makefile @@ -1,6 +1,6 @@ PORTNAME= lcdtest PORTVERSION= 1.18 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://www.brouhaha.com/~eric/software/lcdtest/download/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -21,7 +21,7 @@ USES= sdl USE_SDL= sdl image ttf PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz \ + share/man/man1/${PORTNAME}.1.gz \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png @@ -43,7 +43,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/desktop/${PORTNAME}.desktop \ diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile index ec756963084..bfa7f67f433 100644 --- a/graphics/libafterimage/Makefile +++ b/graphics/libafterimage/Makefile @@ -1,6 +1,6 @@ PORTNAME= libafterimage PORTVERSION= 1.20 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/afterstep/libAfterImage/${PORTVERSION} DISTNAME= libAfterImage-${PORTVERSION} @@ -45,6 +45,6 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libAfterImage.so (cd ${WRKSRC}/apps && ${INSTALL_MAN} ascompose.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/ascompose.1x) + ${STAGEDIR}${PREFIX}/share/man/man1/ascompose.1x) .include diff --git a/graphics/libafterimage/pkg-plist b/graphics/libafterimage/pkg-plist index ae5c358b5e7..73f2aab6a84 100644 --- a/graphics/libafterimage/pkg-plist +++ b/graphics/libafterimage/pkg-plist @@ -37,4 +37,4 @@ include/libAfterImage/xpm.h include/libAfterImage/xwrap.h lib/libAfterImage.so lib/libAfterImage.so.0 -man/man1/ascompose.1x.gz +share/man/man1/ascompose.1x.gz diff --git a/graphics/libimagequant/Makefile b/graphics/libimagequant/Makefile index 41c0b8246a1..c285a08b263 100644 --- a/graphics/libimagequant/Makefile +++ b/graphics/libimagequant/Makefile @@ -1,6 +1,6 @@ PORTNAME= libimagequant PORTVERSION= 4.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile index 84caec71ce4..d845377860c 100644 --- a/graphics/libimg/Makefile +++ b/graphics/libimg/Makefile @@ -1,13 +1,12 @@ PORTNAME= libimg -PORTVERSION= 1.4.12 -PORTREVISION= 1 +PORTVERSION= 1.4.16 CATEGORIES?= graphics tk tcl MASTER_SITES= SF/tkimg/tkimg/${PORTVERSION:R}/tkimg%20${PORTVERSION} DISTNAME= Img-${PORTVERSION}-Source MAINTAINER= mi@aldan.algebra.com COMMENT= Library of image format handlers for Tk4.1 and later -WWW= http://members1.chello.nl/~j.nijtmans/img.html +WWW= https://sourceforge.net/projects/tkimg/ LICENSE= TclTk LICENSE_NAME= Tcl/Tk License diff --git a/graphics/libimg/distinfo b/graphics/libimg/distinfo index 126318166bf..eeb597e65a1 100644 --- a/graphics/libimg/distinfo +++ b/graphics/libimg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609788426 -SHA256 (Img-1.4.12-Source.tar.gz) = 4ff4e4d836ec41f0b56eba5fb73e628387a0dbfdcb7d8bb5821bb6edde0922f9 -SIZE (Img-1.4.12-Source.tar.gz) = 8363871 +TIMESTAMP = 1704732357 +SHA256 (Img-1.4.16-Source.tar.gz) = d99af4835fe3e20960817c7a1b5235dcfaa97c642593cce50bdb64c5827cd321 +SIZE (Img-1.4.16-Source.tar.gz) = 12129708 diff --git a/graphics/libimg/files/patch-jpeg b/graphics/libimg/files/patch-jpeg index 46996060664..70bebc3b46f 100644 --- a/graphics/libimg/files/patch-jpeg +++ b/graphics/libimg/files/patch-jpeg @@ -1,5 +1,5 @@ ---- jpeg/jpeg.c 2019-03-22 10:47:24.654594000 -0400 -+++ jpeg/jpeg.c 2021-01-04 14:38:51.161931000 -0500 +--- jpeg/jpeg.c 2023-04-19 09:19:56.206635300 -0400 ++++ jpeg/jpeg.c 2024-01-08 11:50:37.142511000 -0500 @@ -64,5 +64,9 @@ #include "tkimg.h" #ifdef USE_TCL_STUBS @@ -11,17 +11,18 @@ +#include #else #include "jpeglib.h" -@@ -70,8 +74,5 @@ +@@ -70,9 +74,6 @@ #endif -static int SetupJPegLibrary(Tcl_Interp *interp); -- --#define MORE_INITIALIZATION \ -- if (SetupJPegLibrary (interp) != TCL_OK) { return TCL_ERROR; } +#define MORE_INITIALIZATION {} +-#define MORE_INITIALIZATION \ +- if (SetupJPegLibrary (interp) != TCL_OK) { return TCL_ERROR; } +- #include "init.c" -@@ -149,88 +150,4 @@ + +@@ -149,92 +150,4 @@ - @@ -50,18 +51,22 @@ - /* overallocat size, so we don't get a core-dump if the library - thinks that the structure is much larger */ - -- cinfo = (struct jpeg_compress_struct *) ckalloc(8*sizeof(struct jpeg_compress_struct)); +- cinfo = (struct jpeg_compress_struct *) attemptckalloc(8*sizeof(struct jpeg_compress_struct)); +- if (cinfo == NULL) { +- Tcl_AppendResult (interp, "Unable to allocate memory for image data.", (char *) NULL); +- return TCL_ERROR; +- } - cinfo->err = jpeg_std_error(&jerror.pub); - jerror.pub.error_exit = my_error_exit; - jerror.pub.output_message = my_output_message; - /* Establish the setjmp return context for my_error_exit to use. */ -- if (setjmp(jerror.setjmp_buffer)) { +- if (SETJMP(jerror.setjmp_buffer)) { - /* If we get here, the JPEG library is invalid. */ - jpeg_destroy_compress(cinfo); - ckfree((char *)cinfo); - - if (interp) { -- Tcl_AppendResult(interp, "couldn't use \"", "jpegtcl", +- Tcl_AppendResult(interp, "Could not use \"", "jpegtcl", - "\": please upgrade to at least version 6a", (char *) NULL); - } - return TCL_ERROR; @@ -110,7 +115,7 @@ - /* *---------------------------------------------------------------------- -@@ -866,8 +783,6 @@ +@@ -873,8 +786,6 @@ case 2: { #ifdef USE_JPEGTCL_STUBS - if (jpeg_simple_progression != NULL) { diff --git a/graphics/libimg/files/patch-tiff b/graphics/libimg/files/patch-tiff index 76afeb99e3c..2011309e715 100644 --- a/graphics/libimg/files/patch-tiff +++ b/graphics/libimg/files/patch-tiff @@ -7,8 +7,8 @@ + vars="tiff.c" for i in $vars; do case $i in ---- tiff/tiff.c 2020-08-26 17:17:10.040341300 -0400 -+++ tiff/tiff.c 2021-01-04 15:02:19.857169000 -0500 +--- tiff/tiff.c 2023-10-27 17:01:40.715604300 -0400 ++++ tiff/tiff.c 2024-01-08 12:09:34.186075000 -0500 @@ -20,11 +20,15 @@ #endif #include "tkimg.h" @@ -84,7 +84,7 @@ + return TCL_OK; } -@@ -435,8 +399,6 @@ +@@ -438,9 +402,7 @@ ) { TIFF *tif; - char *dir, *tempFileName = NULL, tempFileNameBuffer[1024]; @@ -92,14 +92,20 @@ + int result; tkimg_MFile handle; - char buffer[4096]; - char *dataPtr = NULL; +- char *dataPtr = NULL; ++ void *dataPtr = NULL; -@@ -445,66 +407,13 @@ + if (!tkimg_ReadInit(data, '\115', &handle)) { +@@ -448,70 +410,17 @@ } - if (TIFFClientOpen) { - if (handle.state != IMG_STRING) { -- dataPtr = ckalloc((handle.length*3)/4 + 2); +- dataPtr = attemptckalloc((handle.length*3)/4 + 2); +- if (dataPtr == NULL) { +- Tcl_AppendResult (interp, "Unable to allocate memory for image data.", (char *) NULL); +- return TCL_ERROR; +- } - handle.length = tkimg_Read2(&handle, dataPtr, handle.length); - handle.data = dataPtr; - } @@ -145,8 +151,12 @@ - outfile = fopen(tempFileName, "wb"); - if (outfile == NULL) { - Tcl_AppendResult(interp, "error open output file", (char *) NULL); -- return TCL_ERROR; -- } ++ if (handle.state != IMG_STRING) { ++ dataPtr = attemptckalloc((handle.length*3)/4 + 2); ++ if (dataPtr == NULL) { ++ Tcl_AppendResult (interp, "Unable to allocate memory for image data.", (char *) NULL); + return TCL_ERROR; + } - - count = tkimg_Read2(&handle, buffer, sizeof (buffer)); - while (count == sizeof (buffer)) { @@ -158,35 +168,33 @@ - } - fclose(outfile); - tif = TIFFOpen(tempFileName, "r"); -- } -+ if (handle.state != IMG_STRING) { -+ dataPtr = ckalloc((handle.length*3)/4 + 2); + handle.length = tkimg_Read2(&handle, dataPtr, handle.length); + handle.data = dataPtr; -+ } + } + handle.state = 0; + tif = TIFFClientOpen("inline data", "r", (thandle_t) &handle, + readString, writeString, seekString, closeDummy, + sizeString, mapDummy, unMapDummy); if (tif != NULL) { -@@ -514,7 +423,4 @@ +@@ -522,7 +431,4 @@ result = TCL_ERROR; } - if (tempFileName) { - unlink(tempFileName); - } if (result == TCL_ERROR) { - Tcl_AppendResult(interp, errorMessage, (char *) NULL); -@@ -540,68 +446,13 @@ + if (strlen (Tcl_GetStringResult(interp)) == 0 && errorMessage) { +@@ -550,68 +456,13 @@ ) { TIFF *tif; - char *dir, *tempFileName = NULL, tempFileNameBuffer[1024]; - int count, result; ++ int result; + tkimg_MFile handle; - char buffer[4096]; -- + - if (TIFFClientOpen) { -- tkimg_MFile handle; - handle.data = (char *) chan; - handle.state = IMG_CHAN; - tif = TIFFClientOpen(fileName, "r", (thandle_t) &handle, @@ -232,8 +240,7 @@ - Tcl_AppendResult(interp, "error open output file", (char *) NULL); - return TCL_ERROR; - } -+ int result; - +- - count = Tcl_Read(chan, buffer, sizeof (buffer)); - while (count == sizeof (buffer)) { - fwrite(buffer, 1, sizeof (buffer), outfile); @@ -243,53 +250,46 @@ - fwrite(buffer, 1, count, outfile); - } - fclose(outfile); -+ tkimg_MFile handle; -+ handle.data = (char *) chan; +- +- tif = TIFFOpen(tempFileName, "r"); +- } ++ handle.data = (void *) chan; + handle.state = IMG_CHAN; + tif = TIFFClientOpen(fileName, "r", (thandle_t) &handle, + readMFile, writeDummy, seekMFile, closeDummy, + sizeMFile, mapDummy, unMapDummy); - -- tif = TIFFOpen(tempFileName, "r"); -- } ++ if (tif) { result = CommonRead(interp, tif, format, imageHandle, -@@ -610,7 +461,4 @@ +@@ -621,7 +472,4 @@ result = TCL_ERROR; } - if (tempFileName) { - unlink(tempFileName); - } if (result == TCL_ERROR) { - Tcl_AppendResult(interp, errorMessage, (char *) NULL); -@@ -678,5 +526,5 @@ - npixels = w * h; - -- raster = (uint32*) TkimgTIFFmalloc(npixels * sizeof (uint32)); -+ raster = (uint32*) _TIFFmalloc(npixels * sizeof (uint32)); - block.width = w; - block.height = h; -@@ -689,5 +537,5 @@ - - if (!TIFFReadRGBAImage(tif, w, h, raster, 0) || errorMessage) { + if (strlen (Tcl_GetStringResult(interp)) == 0 && errorMessage) { +@@ -710,5 +558,5 @@ + errorMessage = NULL; + } - TkimgTIFFfree (raster); + _TIFFfree (raster); - if (errorMessage) { - Tcl_AppendResult(interp, errorMessage, (char *) NULL); -@@ -705,5 +553,5 @@ + return TCL_ERROR; + } +@@ -722,5 +570,5 @@ } - TkimgTIFFfree (raster); + _TIFFfree (raster); - TIFFClose(tif); - return result; -@@ -718,5 +566,4 @@ + return TCL_OK; + } +@@ -734,5 +582,4 @@ int result, comp; tkimg_MFile handle; - char *dir, *tempFileName = NULL, tempFileNameBuffer[256]; Tcl_DString dstring; const char *mode; -@@ -728,46 +575,9 @@ +@@ -744,58 +591,14 @@ } - if (TIFFClientOpen) { @@ -302,7 +302,12 @@ -#ifdef WIN32 - char dirBuffer[512]; - HANDLE h; -- ++ Tcl_DStringInit(&dstring); ++ tkimg_WriteInit(&dstring, &handle); ++ tif = TIFFClientOpen("inline data", mode, (thandle_t) &handle, ++ readString, writeString, seekString, closeDummy, ++ sizeString, mapDummy, unMapDummy); + - dir = dirBuffer; - strcpy(dir, "."); - GetTempPathA(sizeof (dirBuffer), dir); @@ -334,14 +339,9 @@ -#endif - tif = TIFFOpen(tempFileName,mode); - } -+ Tcl_DStringInit(&dstring); -+ tkimg_WriteInit(&dstring, &handle); -+ tif = TIFFClientOpen("inline data", mode, (thandle_t) &handle, -+ readString, writeString, seekString, closeDummy, -+ sizeString, mapDummy, unMapDummy); - +- result = CommonWrite(interp, tif, comp, blockPtr); -@@ -775,11 +585,4 @@ + TIFFClose(tif); if (result != TCL_OK) { - if (tempFileName) { @@ -353,7 +353,7 @@ - } Tcl_AppendResult(interp, errorMessage, (char *) NULL); ckfree(errorMessage); -@@ -788,43 +591,13 @@ +@@ -804,43 +607,13 @@ } - if (tempFileName) { @@ -405,7 +405,7 @@ + return TCL_OK; } -@@ -1043,9 +816,5 @@ +@@ -1063,9 +836,5 @@ TkimgTIFFfree(tdata_t data) { - if (_TIFFfree) { @@ -416,7 +416,7 @@ + _TIFFfree(data); } -@@ -1053,9 +822,5 @@ +@@ -1073,9 +842,5 @@ TkimgTIFFmalloc(tsize_t size) { - if (_TIFFmalloc) { @@ -427,7 +427,7 @@ + return _TIFFmalloc(size); } -@@ -1065,8 +830,4 @@ +@@ -1085,8 +850,4 @@ tsize_t size ) { - if (_TIFFrealloc) { diff --git a/graphics/libimg/pkg-plist b/graphics/libimg/pkg-plist index 1eb929fd1ee..5c3d1775c48 100644 --- a/graphics/libimg/pkg-plist +++ b/graphics/libimg/pkg-plist @@ -10,6 +10,7 @@ man/mann/img-bmp.n.gz man/mann/img-dted.n.gz man/mann/img-gif.n.gz +man/mann/img-flir.n.gz man/mann/img-ico.n.gz man/mann/img-jpeg.n.gz man/mann/img-pcx.n.gz diff --git a/graphics/libkdcraw/Makefile b/graphics/libkdcraw/Makefile index c123bc9b868..7084841b22f 100644 --- a/graphics/libkdcraw/Makefile +++ b/graphics/libkdcraw/Makefile @@ -1,6 +1,8 @@ PORTNAME= libkdcraw DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications +PKGNAMESUFFIX?= -${FLAVOR} MAINTAINER= kde@FreeBSD.org COMMENT= LibRaw interface for KDE @@ -10,15 +12,23 @@ LICENSE= GPLv2+ LIB_DEPENDS= libjasper.so:graphics/jasper \ liblcms.so:graphics/lcms \ - libxml2.so:textproc/libxml2 \ - libraw.so:graphics/libraw + libraw.so:graphics/libraw \ + libxml2.so:textproc/libxml2 -USES= cmake compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 tar:xz +FLAVORS= qt5 qt6 +FLAVOR?= qt5 + +USES= cmake compiler:c++11-lang jpeg kde:${FLAVOR:S/qt//} pkgconfig \ + qt:${FLAVOR:S/qt//} tar:xz USE_KDE= ecm:build -USE_QT= core gui \ - buildtools:build qmake:build USE_LDCONFIG= yes -CMAKE_ARGS= -DWITH_OpenMP:BOOL=False \ - -DENABLE_RAWSPEED=True +_USE_QT_qt5= core gui buildtools:build qmake:build +_USE_QT_qt6= base +USE_QT= ${_USE_QT_${FLAVOR}} +CMAKE_ARGS= -DENABLE_RAWSPEED=True \ + -DQT_MAJOR_VERSION="${FLAVOR:S/qt//}" \ + -DWITH_OpenMP:BOOL=False + +PLIST= pkg-plist.${FLAVOR} .include diff --git a/graphics/libkdcraw/pkg-plist b/graphics/libkdcraw/pkg-plist.qt5 similarity index 100% rename from graphics/libkdcraw/pkg-plist rename to graphics/libkdcraw/pkg-plist.qt5 diff --git a/graphics/libkdcraw/pkg-plist.qt6 b/graphics/libkdcraw/pkg-plist.qt6 new file mode 100644 index 00000000000..4f29876c444 --- /dev/null +++ b/graphics/libkdcraw/pkg-plist.qt6 @@ -0,0 +1,18 @@ +include/KF6/KDCRAW/KDCRAW/DcrawInfoContainer +include/KF6/KDCRAW/KDCRAW/KDcraw +include/KF6/KDCRAW/KDCRAW/RawDecodingSettings +include/KF6/KDCRAW/KDCRAW/RawFiles +include/KF6/KDCRAW/kdcraw/dcrawinfocontainer.h +include/KF6/KDCRAW/kdcraw/kdcraw.h +include/KF6/KDCRAW/kdcraw/libkdcraw_export.h +include/KF6/KDCRAW/kdcraw/rawdecodingsettings.h +include/KF6/KDCRAW/kdcraw/rawfiles.h +include/KF6/KDCRAW/libkdcraw_version.h +lib/cmake/KF6KDcraw/KF6KDcrawConfig.cmake +lib/cmake/KF6KDcraw/KF6KDcrawConfigVersion.cmake +lib/cmake/KF6KDcraw/KF6KDcrawTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF6KDcraw/KF6KDcrawTargets.cmake +lib/libKF6KDcraw.so +lib/libKF6KDcraw.so.5 +lib/libKF6KDcraw.so.5.0.0 +share/qlogging-categories6/libkdcraw.categories diff --git a/graphics/libkexiv2-devel/distinfo b/graphics/libkexiv2-devel/distinfo index 90340510794..aea86ded7fa 100644 --- a/graphics/libkexiv2-devel/distinfo +++ b/graphics/libkexiv2-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701546630 -SHA256 (KDE/release-service/24.01.80/libkexiv2-24.01.80.tar.xz) = de4020225184ff1d3de36487ef5e957794c7a3dea90b45dba6f830b4896eb815 -SIZE (KDE/release-service/24.01.80/libkexiv2-24.01.80.tar.xz) = 60592 +TIMESTAMP = 1704376158 +SHA256 (KDE/release-service/24.01.85/libkexiv2-24.01.85.tar.xz) = e48db192d0f77a154e834d0f35d0b19f6767b974e34a2dd88bdd2542c3d08a04 +SIZE (KDE/release-service/24.01.85/libkexiv2-24.01.85.tar.xz) = 60588 diff --git a/graphics/libkipi/Makefile b/graphics/libkipi/Makefile index 5d06d5023f1..779345400b9 100644 --- a/graphics/libkipi/Makefile +++ b/graphics/libkipi/Makefile @@ -1,5 +1,6 @@ PORTNAME= libkipi DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/graphics/libmng/Makefile b/graphics/libmng/Makefile index 80205d515e3..e31753cd570 100644 --- a/graphics/libmng/Makefile +++ b/graphics/libmng/Makefile @@ -1,6 +1,6 @@ PORTNAME= libmng PORTVERSION= 1.0.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION} \ http://www.libmng.com/download/ diff --git a/graphics/libmng/files/patch-conf b/graphics/libmng/files/patch-conf new file mode 100644 index 00000000000..2413a8b8bbf --- /dev/null +++ b/graphics/libmng/files/patch-conf @@ -0,0 +1,19 @@ ++++ libmng_conf.h Tue Oct 18 00:23:11 2005 +@@ -100,4 +100,8 @@ + #endif + ++#ifdef PIC ++# define MNG_BUILD_SO ++#endif ++ + #ifndef MNG_SUPPORT_IJG6B + #if defined(MNG_BUILD_SO) || defined(MNG_USE_SO) || defined(MNG_BUILD_DLL) || defined(MNG_USE_DLL) +@@ -161,6 +165,6 @@ + select MNG_APP_CMS */ + +-#define MNG_GAMMA_ONLY +-/* #define MNG_FULL_CMS */ ++/* #define MNG_GAMMA_ONLY */ ++#define MNG_FULL_CMS + /* #define MNG_APP_CMS */ + diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 3b16e582500..6e78e77e135 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -1,6 +1,6 @@ PORTNAME= libopenraw PORTVERSION= 0.3.7 -PORTREVISION= 3 +PORTREVISION= 4 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 06d7f30cf4a..be4d45fe6eb 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= librsvg PORTVERSION= 2.56.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust diff --git a/graphics/libxisf/Makefile b/graphics/libxisf/Makefile index 7debe851eb6..c9a90acd2d7 100644 --- a/graphics/libxisf/Makefile +++ b/graphics/libxisf/Makefile @@ -1,6 +1,6 @@ PORTNAME= libxisf DISTVERSIONPREFIX= v -DISTVERSION= 0.2.10 +DISTVERSION= 0.2.11 CATEGORIES= graphics astro MASTER_SITES= https://gitea.nouspiro.space/nou/libXISF/archive/ DISTNAME= ${DISTVERSIONPREFIX}${DISTVERSION} diff --git a/graphics/libxisf/distinfo b/graphics/libxisf/distinfo index 84949960cd3..c1e04a25d1d 100644 --- a/graphics/libxisf/distinfo +++ b/graphics/libxisf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697571672 -SHA256 (libxisf/v0.2.10.tar.gz) = 5e75edfc488b70dd4d0a9730510e1510bea47545d6580716fb27ee260cf9a18d -SIZE (libxisf/v0.2.10.tar.gz) = 1610710 +TIMESTAMP = 1704666195 +SHA256 (libxisf/v0.2.11.tar.gz) = 43849287fee4097bfb578d3bed1565b57e5c32bc71553d19c1121beed4cb84d6 +SIZE (libxisf/v0.2.11.tar.gz) = 1610772 diff --git a/graphics/libxisf/files/patch-CMakeLists.txt b/graphics/libxisf/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..a46d90c82be --- /dev/null +++ b/graphics/libxisf/files/patch-CMakeLists.txt @@ -0,0 +1,12 @@ +Correct forgotten version bump. (Mostly for pkg-plist.) + +--- CMakeLists.txt.orig 2024-01-07 22:26:57 UTC ++++ CMakeLists.txt +@@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) + cmake_minimum_required(VERSION 3.14) + +-project(libXISF VERSION 0.2.10 LANGUAGES CXX C ++project(libXISF VERSION 0.2.11 LANGUAGES CXX C + HOMEPAGE_URL https://gitea.nouspiro.space/nou/libXISF + DESCRIPTION "LibXISF is C++ library that can read and write XISF files produced by PixInsight.") + diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index f2271222b10..9542b519763 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -31,6 +31,6 @@ PLIST_FILES= bin/${PORTNAME} \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/graphics/meh/Makefile b/graphics/meh/Makefile index 6d0d5bd7d73..c31f1cf50f9 100644 --- a/graphics/meh/Makefile +++ b/graphics/meh/Makefile @@ -31,6 +31,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/graphics/menyoki/Makefile b/graphics/menyoki/Makefile new file mode 100644 index 00000000000..84add9dfd4b --- /dev/null +++ b/graphics/menyoki/Makefile @@ -0,0 +1,209 @@ +PORTNAME= menyoki +DISTVERSIONPREFIX= v +DISTVERSION= 1.7.0 +CATEGORIES= graphics + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Screen{shot,cast} and perform ImageOps on the command line +WWW= https://menyoki.cli.rs/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cargo xorg +USE_XORG= x11 xrandr + +USE_GITHUB= yes +GH_ACCOUNT= orhun + +CARGO_CRATES= adler-1.0.2 \ + ahash-0.7.6 \ + android_system_properties-0.1.5 \ + ansi_colours-1.2.1 \ + ansi_term-0.12.1 \ + arrayvec-0.7.2 \ + atty-0.2.14 \ + autocfg-1.1.0 \ + base64-0.13.1 \ + bit_field-0.10.2 \ + bitflags-1.3.2 \ + bumpalo-3.12.0 \ + bytemuck-1.13.1 \ + byteorder-1.4.3 \ + bytesize-1.2.0 \ + cc-1.0.79 \ + cfg-if-1.0.0 \ + chrono-0.4.23 \ + clap-2.34.0 \ + codespan-reporting-0.11.1 \ + color_quant-1.1.0 \ + colored-2.0.0 \ + console-0.15.5 \ + core-foundation-0.9.3 \ + core-foundation-sys-0.8.3 \ + crc32fast-1.3.2 \ + crossbeam-channel-0.5.7 \ + crossbeam-deque-0.8.3 \ + crossbeam-epoch-0.9.14 \ + crossbeam-utils-0.8.15 \ + crossterm-0.25.0 \ + crossterm_winapi-0.9.0 \ + crunchy-0.2.2 \ + ctor-0.1.26 \ + ctrlc-3.2.5 \ + cxx-1.0.91 \ + cxx-build-1.0.91 \ + cxxbridge-flags-1.0.91 \ + cxxbridge-macro-1.0.91 \ + device_query-1.1.2 \ + diff-0.1.13 \ + dirs-4.0.0 \ + dirs-sys-0.3.7 \ + dlv-list-0.3.0 \ + dominant_color-0.3.0 \ + either-1.8.1 \ + encode_unicode-0.3.6 \ + errno-0.2.8 \ + errno-dragonfly-0.1.2 \ + exr-1.5.3 \ + fallible_collections-0.4.6 \ + fastrand-1.9.0 \ + fern_colored-0.6.1 \ + flate2-1.0.25 \ + flume-0.10.14 \ + futures-core-0.3.26 \ + futures-sink-0.3.26 \ + getrandom-0.2.8 \ + gif-0.11.4 \ + gif-0.12.0 \ + gif-dispose-4.0.0 \ + gifski-1.10.0 \ + half-2.2.1 \ + hashbrown-0.12.3 \ + hermit-abi-0.1.19 \ + hermit-abi-0.2.6 \ + hex-0.4.3 \ + iana-time-zone-0.1.53 \ + iana-time-zone-haiku-0.1.1 \ + image-0.24.5 \ + imagequant-4.1.0 \ + imgref-1.9.4 \ + instant-0.1.12 \ + io-lifetimes-1.0.5 \ + jobserver-0.1.26 \ + jpeg-decoder-0.3.0 \ + js-sys-0.3.61 \ + kamadak-exif-0.5.5 \ + lazy_static-1.4.0 \ + lebe-0.5.2 \ + libc-0.2.139 \ + libwebp-sys-0.4.2 \ + link-cplusplus-1.0.8 \ + linux-raw-sys-0.1.4 \ + lock_api-0.4.9 \ + lodepng-3.7.2 \ + log-0.4.17 \ + loop9-0.1.3 \ + macos-accessibility-client-0.0.1 \ + make-cmd-0.1.0 \ + memoffset-0.8.0 \ + miniz_oxide-0.6.2 \ + mio-0.8.6 \ + mutate_once-0.1.1 \ + nanorand-0.7.0 \ + natord-1.0.9 \ + nix-0.26.2 \ + noisy_float-0.2.0 \ + num-integer-0.1.45 \ + num-rational-0.4.1 \ + num-traits-0.2.15 \ + num_cpus-1.15.0 \ + once_cell-1.17.1 \ + ordered-multimap-0.4.3 \ + output_vt100-0.1.3 \ + parking_lot-0.12.1 \ + parking_lot_core-0.9.7 \ + pin-project-1.0.12 \ + pin-project-internal-1.0.12 \ + pkg-config-0.3.26 \ + png-0.17.7 \ + pretty_assertions-1.3.0 \ + proc-macro2-1.0.51 \ + quick-error-2.0.1 \ + quote-1.0.23 \ + rayon-1.6.1 \ + rayon-core-1.10.2 \ + readkey-0.1.7 \ + readmouse-0.2.1 \ + redox_syscall-0.2.16 \ + redox_users-0.4.3 \ + resize-0.7.4 \ + rgb-0.8.36 \ + rust-ini-0.18.0 \ + rustix-0.36.8 \ + scoped_threadpool-0.1.9 \ + scopeguard-1.1.0 \ + scratch-1.0.3 \ + signal-hook-0.3.15 \ + signal-hook-mio-0.2.3 \ + signal-hook-registry-1.4.1 \ + simd-adler32-0.3.4 \ + sixel-rs-0.3.3 \ + sixel-sys-0.3.1 \ + smallvec-1.10.0 \ + spin-0.9.5 \ + static_assertions-1.1.0 \ + strsim-0.8.0 \ + syn-1.0.109 \ + tempfile-3.4.0 \ + term_size-0.3.2 \ + termcolor-1.2.0 \ + textwrap-0.11.0 \ + thiserror-1.0.38 \ + thiserror-impl-1.0.38 \ + thread_local-1.1.7 \ + threadpool-1.8.1 \ + tiff-0.8.1 \ + time-0.1.45 \ + unicode-ident-1.0.6 \ + unicode-width-0.1.10 \ + version_check-0.9.4 \ + viuer-0.6.2 \ + 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 \ + wasm-bindgen-macro-0.2.84 \ + wasm-bindgen-macro-support-0.2.84 \ + wasm-bindgen-shared-0.2.84 \ + webp-0.2.2 \ + weezl-0.1.7 \ + 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-sys-0.42.0 \ + windows-sys-0.45.0 \ + windows-targets-0.42.1 \ + 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 \ + x11-2.21.0 \ + yansi-0.5.1 \ + zune-inflate-0.2.50 + +PLIST_FILES= bin/${PORTNAME} + +post-patch: + @${CP} -r \ + ${WRKSRC}/cargo-crates/device_query-1.1.2/src/device_state/linux \ + ${WRKSRC}/cargo-crates/device_query-1.1.2/src/device_state/freebsd + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include diff --git a/graphics/menyoki/distinfo b/graphics/menyoki/distinfo new file mode 100644 index 00000000000..382d8191b1b --- /dev/null +++ b/graphics/menyoki/distinfo @@ -0,0 +1,361 @@ +TIMESTAMP = 1704927380 +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/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 +SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 +SHA256 (rust/crates/ansi_colours-1.2.1.crate) = 7db9d9767fde724f83933a716ee182539788f293828244e9d999695ce0f7ba1e +SIZE (rust/crates/ansi_colours-1.2.1.crate) = 21866 +SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 +SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 +SHA256 (rust/crates/arrayvec-0.7.2.crate) = 8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6 +SIZE (rust/crates/arrayvec-0.7.2.crate) = 29341 +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/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 +SIZE (rust/crates/base64-0.13.1.crate) = 61002 +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/bumpalo-3.12.0.crate) = 0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535 +SIZE (rust/crates/bumpalo-3.12.0.crate) = 81604 +SHA256 (rust/crates/bytemuck-1.13.1.crate) = 17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea +SIZE (rust/crates/bytemuck-1.13.1.crate) = 42309 +SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 +SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 +SHA256 (rust/crates/bytesize-1.2.0.crate) = 38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5 +SIZE (rust/crates/bytesize-1.2.0.crate) = 9996 +SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f +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/clap-2.34.0.crate) = a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c +SIZE (rust/crates/clap-2.34.0.crate) = 202210 +SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e +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/colored-2.0.0.crate) = b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd +SIZE (rust/crates/colored-2.0.0.crate) = 21619 +SHA256 (rust/crates/console-0.15.5.crate) = c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60 +SIZE (rust/crates/console-0.15.5.crate) = 34788 +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 +SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519 +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.7.crate) = cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c +SIZE (rust/crates/crossbeam-channel-0.5.7.crate) = 90257 +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.14.crate) = 46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695 +SIZE (rust/crates/crossbeam-epoch-0.9.14.crate) = 48524 +SHA256 (rust/crates/crossbeam-utils-0.8.15.crate) = 3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b +SIZE (rust/crates/crossbeam-utils-0.8.15.crate) = 42326 +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/crunchy-0.2.2.crate) = 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 +SIZE (rust/crates/crunchy-0.2.2.crate) = 2995 +SHA256 (rust/crates/ctor-0.1.26.crate) = 6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096 +SIZE (rust/crates/ctor-0.1.26.crate) = 10803 +SHA256 (rust/crates/ctrlc-3.2.5.crate) = bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639 +SIZE (rust/crates/ctrlc-3.2.5.crate) = 13282 +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/device_query-1.1.2.crate) = b56f0854fc7d91091ac5e60a6c69fe2a6dc9da99802787ecabd95130e67a7b07 +SIZE (rust/crates/device_query-1.1.2.crate) = 14011 +SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 +SIZE (rust/crates/diff-0.1.13.crate) = 46216 +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/dlv-list-0.3.0.crate) = 0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257 +SIZE (rust/crates/dlv-list-0.3.0.crate) = 11920 +SHA256 (rust/crates/dominant_color-0.3.0.crate) = 2494b5d589b485e8b75ef5e81b4dc271fb0d5814132c308d5d11f0de9b300d96 +SIZE (rust/crates/dominant_color-0.3.0.crate) = 119320 +SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91 +SIZE (rust/crates/either-1.8.1.crate) = 16027 +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.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/exr-1.5.3.crate) = e8af5ef47e2ed89d23d0ecbc1b681b30390069de70260937877514377fc24feb +SIZE (rust/crates/exr-1.5.3.crate) = 241996 +SHA256 (rust/crates/fallible_collections-0.4.6.crate) = 3f57ccc32870366ae684be48b32a1a2e196f98a42a9b4361fe77e13fd4a34755 +SIZE (rust/crates/fallible_collections-0.4.6.crate) = 49282 +SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be +SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 +SHA256 (rust/crates/fern_colored-0.6.1.crate) = 7d6c72db190248990d9921bcaa1ba78a8f2f5732f4dc821e5bd0b77b2c06a78a +SIZE (rust/crates/fern_colored-0.6.1.crate) = 299248 +SHA256 (rust/crates/flate2-1.0.25.crate) = a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841 +SIZE (rust/crates/flate2-1.0.25.crate) = 70210 +SHA256 (rust/crates/flume-0.10.14.crate) = 1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577 +SIZE (rust/crates/flume-0.10.14.crate) = 65389 +SHA256 (rust/crates/futures-core-0.3.26.crate) = ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608 +SIZE (rust/crates/futures-core-0.3.26.crate) = 14708 +SHA256 (rust/crates/futures-sink-0.3.26.crate) = f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364 +SIZE (rust/crates/futures-sink-0.3.26.crate) = 7853 +SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31 +SIZE (rust/crates/getrandom-0.2.8.crate) = 30553 +SHA256 (rust/crates/gif-0.11.4.crate) = 3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06 +SIZE (rust/crates/gif-0.11.4.crate) = 634244 +SHA256 (rust/crates/gif-0.12.0.crate) = 80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045 +SIZE (rust/crates/gif-0.12.0.crate) = 634734 +SHA256 (rust/crates/gif-dispose-4.0.0.crate) = a40dfdf5be59e0cbbf77cb7c6a91a18ee6d398b70fc54ad900e2bcba1860cb50 +SIZE (rust/crates/gif-dispose-4.0.0.crate) = 6373 +SHA256 (rust/crates/gifski-1.10.0.crate) = 52cb891802512f897458a65aacbb743f6827502d1eb4a56e439eca52b65bbbdf +SIZE (rust/crates/gifski-1.10.0.crate) = 40385 +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/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/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 +SIZE (rust/crates/hex-0.4.3.crate) = 13299 +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/image-0.24.5.crate) = 69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945 +SIZE (rust/crates/image-0.24.5.crate) = 270381 +SHA256 (rust/crates/imagequant-4.1.0.crate) = 9c56d8895f7eeace4c479de13672e87c1623649360477252306e00b680eaa06f +SIZE (rust/crates/imagequant-4.1.0.crate) = 55816 +SHA256 (rust/crates/imgref-1.9.4.crate) = b2cf49df1085dcfb171460e4592597b84abe50d900fb83efb6e41b20fefd6c2c +SIZE (rust/crates/imgref-1.9.4.crate) = 61486 +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.5.crate) = 1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3 +SIZE (rust/crates/io-lifetimes-1.0.5.crate) = 35939 +SHA256 (rust/crates/jobserver-0.1.26.crate) = 936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2 +SIZE (rust/crates/jobserver-0.1.26.crate) = 22645 +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.61.crate) = 445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730 +SIZE (rust/crates/js-sys-0.3.61.crate) = 80158 +SHA256 (rust/crates/kamadak-exif-0.5.5.crate) = ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077 +SIZE (rust/crates/kamadak-exif-0.5.5.crate) = 54457 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/lebe-0.5.2.crate) = 03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8 +SIZE (rust/crates/lebe-0.5.2.crate) = 8422 +SHA256 (rust/crates/libc-0.2.139.crate) = 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79 +SIZE (rust/crates/libc-0.2.139.crate) = 638983 +SHA256 (rust/crates/libwebp-sys-0.4.2.crate) = 439fd1885aa28937e7edcd68d2e793cb4a22f8733460d2519fbafd2b215672bf +SIZE (rust/crates/libwebp-sys-0.4.2.crate) = 5079881 +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/lodepng-3.7.2.crate) = f0ad39f75bbaa4b10bb6f2316543632a8046a5bcf9c785488d79720b21f044f8 +SIZE (rust/crates/lodepng-3.7.2.crate) = 48504 +SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e +SIZE (rust/crates/log-0.4.17.crate) = 38028 +SHA256 (rust/crates/loop9-0.1.3.crate) = a703804431e5927454bcaf2b2a162595e95db931130c2728c18d050090f69940 +SIZE (rust/crates/loop9-0.1.3.crate) = 2377 +SHA256 (rust/crates/macos-accessibility-client-0.0.1.crate) = edf7710fbff50c24124331760978fb9086d6de6288dcdb38b25a97f8b1bdebbb +SIZE (rust/crates/macos-accessibility-client-0.0.1.crate) = 1847 +SHA256 (rust/crates/make-cmd-0.1.0.crate) = a8ca8afbe8af1785e09636acb5a41e08a765f5f0340568716c18a8700ba3c0d3 +SIZE (rust/crates/make-cmd-0.1.0.crate) = 1432 +SHA256 (rust/crates/memoffset-0.8.0.crate) = d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1 +SIZE (rust/crates/memoffset-0.8.0.crate) = 8912 +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.6.crate) = 5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9 +SIZE (rust/crates/mio-0.8.6.crate) = 93658 +SHA256 (rust/crates/mutate_once-0.1.1.crate) = 16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b +SIZE (rust/crates/mutate_once-0.1.1.crate) = 4276 +SHA256 (rust/crates/nanorand-0.7.0.crate) = 6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3 +SIZE (rust/crates/nanorand-0.7.0.crate) = 18437 +SHA256 (rust/crates/natord-1.0.9.crate) = 308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c +SIZE (rust/crates/natord-1.0.9.crate) = 3866 +SHA256 (rust/crates/nix-0.26.2.crate) = bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a +SIZE (rust/crates/nix-0.26.2.crate) = 277973 +SHA256 (rust/crates/noisy_float-0.2.0.crate) = 978fe6e6ebc0bf53de533cd456ca2d9de13de13856eda1518a285d7705a213af +SIZE (rust/crates/noisy_float-0.2.0.crate) = 15564 +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/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/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 +SIZE (rust/crates/once_cell-1.17.1.crate) = 32856 +SHA256 (rust/crates/ordered-multimap-0.4.3.crate) = ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a +SIZE (rust/crates/ordered-multimap-0.4.3.crate) = 19599 +SHA256 (rust/crates/output_vt100-0.1.3.crate) = 628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66 +SIZE (rust/crates/output_vt100-0.1.3.crate) = 4473 +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.7.crate) = 9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521 +SIZE (rust/crates/parking_lot_core-0.9.7.crate) = 32412 +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/pkg-config-0.3.26.crate) = 6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160 +SIZE (rust/crates/pkg-config-0.3.26.crate) = 18662 +SHA256 (rust/crates/png-0.17.7.crate) = 5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638 +SIZE (rust/crates/png-0.17.7.crate) = 80979 +SHA256 (rust/crates/pretty_assertions-1.3.0.crate) = a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755 +SIZE (rust/crates/pretty_assertions-1.3.0.crate) = 79441 +SHA256 (rust/crates/proc-macro2-1.0.51.crate) = 5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6 +SIZE (rust/crates/proc-macro2-1.0.51.crate) = 41804 +SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 +SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 +SHA256 (rust/crates/quote-1.0.23.crate) = 8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b +SIZE (rust/crates/quote-1.0.23.crate) = 28058 +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 +SIZE (rust/crates/rayon-core-1.10.2.crate) = 70599 +SHA256 (rust/crates/readkey-0.1.7.crate) = 86d401b6d6a1725a59f1b4e813275d289dff3ad09c72b373a10a7a8217ba3146 +SIZE (rust/crates/readkey-0.1.7.crate) = 3040 +SHA256 (rust/crates/readmouse-0.2.1.crate) = be105c72a1e6a5a1198acee3d5b506a15676b74a02ecd78060042a447f408d94 +SIZE (rust/crates/readmouse-0.2.1.crate) = 2479 +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/resize-0.7.4.crate) = 87e7bdfff05e26408cf8f82fe896ce3d7624f0c0b06c84b2f1009c50452ead41 +SIZE (rust/crates/resize-0.7.4.crate) = 10345 +SHA256 (rust/crates/rgb-0.8.36.crate) = 20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59 +SIZE (rust/crates/rgb-0.8.36.crate) = 16576 +SHA256 (rust/crates/rust-ini-0.18.0.crate) = f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df +SIZE (rust/crates/rust-ini-0.18.0.crate) = 15439 +SHA256 (rust/crates/rustix-0.36.8.crate) = f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644 +SIZE (rust/crates/rustix-0.36.8.crate) = 290808 +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.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/signal-hook-0.3.15.crate) = 732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9 +SIZE (rust/crates/signal-hook-0.3.15.crate) = 50138 +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/simd-adler32-0.3.4.crate) = 14a5df39617d7c8558154693a1bb8157a4aab8179209540cc0b10e5dc24e0b18 +SIZE (rust/crates/simd-adler32-0.3.4.crate) = 12076 +SHA256 (rust/crates/sixel-rs-0.3.3.crate) = cfa95c014543113a192d906e5971d0c8d1e8b4cc1e61026539687a7016644ce5 +SIZE (rust/crates/sixel-rs-0.3.3.crate) = 21265 +SHA256 (rust/crates/sixel-sys-0.3.1.crate) = fb46e0cd5569bf910390844174a5a99d52dd40681fff92228d221d9f8bf87dea +SIZE (rust/crates/sixel-sys-0.3.1.crate) = 5486269 +SHA256 (rust/crates/smallvec-1.10.0.crate) = a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0 +SIZE (rust/crates/smallvec-1.10.0.crate) = 31564 +SHA256 (rust/crates/spin-0.9.5.crate) = 7dccf47db1b41fa1573ed27ccf5e08e3ca771cb994f776668c5ebda893b248fc +SIZE (rust/crates/spin-0.9.5.crate) = 33732 +SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f +SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a +SIZE (rust/crates/strsim-0.8.0.crate) = 9309 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/tempfile-3.4.0.crate) = af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95 +SIZE (rust/crates/tempfile-3.4.0.crate) = 30591 +SHA256 (rust/crates/term_size-0.3.2.crate) = 1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9 +SIZE (rust/crates/term_size-0.3.2.crate) = 10917 +SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6 +SIZE (rust/crates/termcolor-1.2.0.crate) = 17917 +SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 +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/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 +SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 +SHA256 (rust/crates/threadpool-1.8.1.crate) = d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa +SIZE (rust/crates/threadpool-1.8.1.crate) = 14408 +SHA256 (rust/crates/tiff-0.8.1.crate) = 7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471 +SIZE (rust/crates/tiff-0.8.1.crate) = 1417977 +SHA256 (rust/crates/time-0.1.45.crate) = 1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a +SIZE (rust/crates/time-0.1.45.crate) = 28911 +SHA256 (rust/crates/unicode-ident-1.0.6.crate) = 84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc +SIZE (rust/crates/unicode-ident-1.0.6.crate) = 42158 +SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b +SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 +SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f +SIZE (rust/crates/version_check-0.9.4.crate) = 14895 +SHA256 (rust/crates/viuer-0.6.2.crate) = b511f7e9ae27b5750f12ca50c353a1179bd4cc964a47294eb0d2cdad40cb41c0 +SIZE (rust/crates/viuer-0.6.2.crate) = 14586 +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 +SIZE (rust/crates/wasm-bindgen-0.2.84.crate) = 172947 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.84.crate) = 95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9 +SIZE (rust/crates/wasm-bindgen-backend-0.2.84.crate) = 26344 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.84.crate) = 4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5 +SIZE (rust/crates/wasm-bindgen-macro-0.2.84.crate) = 12857 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.84.crate) = 2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.84.crate) = 19076 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.84.crate) = 0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d +SIZE (rust/crates/wasm-bindgen-shared-0.2.84.crate) = 7219 +SHA256 (rust/crates/webp-0.2.2.crate) = cf022f821f166079a407d000ab57e84de020e66ffbbf4edde999bc7d6e371cae +SIZE (rust/crates/webp-0.2.2.crate) = 1848930 +SHA256 (rust/crates/weezl-0.1.7.crate) = 9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb +SIZE (rust/crates/weezl-0.1.7.crate) = 42166 +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-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7 +SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791 +SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 +SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 +SHA256 (rust/crates/windows-targets-0.42.1.crate) = 8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7 +SIZE (rust/crates/windows-targets-0.42.1.crate) = 5524 +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/x11-2.21.0.crate) = 502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e +SIZE (rust/crates/x11-2.21.0.crate) = 67810 +SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec +SIZE (rust/crates/yansi-0.5.1.crate) = 16525 +SHA256 (rust/crates/zune-inflate-0.2.50.crate) = 589245df6230839c305984dcc0a8385cc72af1fd223f360ffd5d65efa4216d40 +SIZE (rust/crates/zune-inflate-0.2.50.crate) = 37058 +SHA256 (orhun-menyoki-v1.7.0_GH0.tar.gz) = 91b0373b22b84f24ef57d5fca7123e3bb2c454c61c4927b6cc15d45d8db38616 +SIZE (orhun-menyoki-v1.7.0_GH0.tar.gz) = 126705 diff --git a/graphics/menyoki/files/patch-cargo-crates_device__query-1.1.2_Cargo.toml b/graphics/menyoki/files/patch-cargo-crates_device__query-1.1.2_Cargo.toml new file mode 100644 index 00000000000..be58f126c34 --- /dev/null +++ b/graphics/menyoki/files/patch-cargo-crates_device__query-1.1.2_Cargo.toml @@ -0,0 +1,11 @@ +--- cargo-crates/device_query-1.1.2/Cargo.toml.orig 2024-01-10 23:08:16 UTC ++++ cargo-crates/device_query-1.1.2/Cargo.toml +@@ -31,7 +31,7 @@ version = "0.3.9" + [build-dependencies.pkg-config] + version = "0.3.9" + +-[target."cfg(target_os = \"linux\")".dependencies.x11] ++[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\"))".dependencies.x11] + version = "2.17.2" + features = ["xlib"] + diff --git a/graphics/menyoki/files/patch-cargo-crates_device__query-1.1.2_build.rs b/graphics/menyoki/files/patch-cargo-crates_device__query-1.1.2_build.rs new file mode 100644 index 00000000000..15b1d4387b1 --- /dev/null +++ b/graphics/menyoki/files/patch-cargo-crates_device__query-1.1.2_build.rs @@ -0,0 +1,24 @@ +--- cargo-crates/device_query-1.1.2/build.rs.orig 2024-01-10 23:04:50 UTC ++++ cargo-crates/device_query-1.1.2/build.rs +@@ -6,16 +6,16 @@ fn main() {} + #[cfg(target_os = "macos")] + fn main() {} + +-#[cfg(target_os = "linux")] ++#[cfg(any(target_os = "linux", target_os = "freebsd"))] + use std::env; +-#[cfg(target_os = "linux")] ++#[cfg(any(target_os = "linux", target_os = "freebsd"))] + use std::fs::File; +-#[cfg(target_os = "linux")] ++#[cfg(any(target_os = "linux", target_os = "freebsd"))] + use std::io::Write; +-#[cfg(target_os = "linux")] ++#[cfg(any(target_os = "linux", target_os = "freebsd"))] + use std::path::Path; + +-#[cfg(target_os = "linux")] ++#[cfg(any(target_os = "linux", target_os = "freebsd"))] + fn main() { + let mut config = String::new(); + let libdir = match pkg_config::get_variable("x11", "libdir") { diff --git a/graphics/menyoki/files/patch-cargo-crates_device__query-1.1.2_src_device__state_mod.rs b/graphics/menyoki/files/patch-cargo-crates_device__query-1.1.2_src_device__state_mod.rs new file mode 100644 index 00000000000..f91ef7b2b01 --- /dev/null +++ b/graphics/menyoki/files/patch-cargo-crates_device__query-1.1.2_src_device__state_mod.rs @@ -0,0 +1,15 @@ +--- cargo-crates/device_query-1.1.2/src/device_state/mod.rs.orig 2024-01-10 23:09:14 UTC ++++ cargo-crates/device_query-1.1.2/src/device_state/mod.rs +@@ -2,8 +2,12 @@ mod linux; + + #[cfg(target_os = "linux")] + mod linux; ++#[cfg(target_os = "freebsd")] ++mod freebsd; + #[cfg(target_os = "linux")] + pub use self::linux::DeviceState; ++#[cfg(target_os = "freebsd")] ++pub use self::freebsd::DeviceState; + + #[cfg(target_os = "windows")] + mod windows; diff --git a/graphics/menyoki/pkg-descr b/graphics/menyoki/pkg-descr new file mode 100644 index 00000000000..417075c854d --- /dev/null +++ b/graphics/menyoki/pkg-descr @@ -0,0 +1,7 @@ +menyoki is a screencast and screenshot utility that can also perform various +image related operations such as making/splitting GIFs and +modifying/analyzing/viewing image files. It aims to be a lightweight command +line tool for either helping out on day-to-day life operations or complicated +detail-centric issues. Originally it was designed to record/screenshot terminal +windows but it can be tweaked easily for other purposes with command line +arguments, environment variables, or a configuration file. diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 1aafb311056..de73981e272 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 23.3-branchpoint-3240 -DISTVERSIONSUFFIX= -g37366fef682 +DISTVERSION= 23.3-branchpoint-3608 +DISTVERSIONSUFFIX= -gf2a593f756f CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 437b70adb02..bd0c48bf484 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1704325931 -SHA256 (mesa-23.3-branchpoint-3240-g37366fef682.tar.bz2) = ed9f3b0b4903f658883bac5e76e9509a6c077ad4f48c1e80b6f2e5276ef540e5 -SIZE (mesa-23.3-branchpoint-3240-g37366fef682.tar.bz2) = 23213057 +TIMESTAMP = 1704927546 +SHA256 (mesa-23.3-branchpoint-3608-gf2a593f756f.tar.bz2) = 082e9cb26953ff83dd503fb3d413a3ffc39a3a1ae43c282da8cd21004fb287f9 +SIZE (mesa-23.3-branchpoint-3608-gf2a593f756f.tar.bz2) = 23227567 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (58b505331612.patch) = f040c810a4dee98f66b10090071512e8f054b3f7432d3672f03d055cad78bb98 diff --git a/graphics/metapixel/Makefile b/graphics/metapixel/Makefile index 3a1077bf6c2..ae1d555e082 100644 --- a/graphics/metapixel/Makefile +++ b/graphics/metapixel/Makefile @@ -1,6 +1,6 @@ PORTNAME= metapixel PORTVERSION= 1.0.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= http://www.complang.tuwien.ac.at/schani/metapixel/files/ \ http://mirror.roe.ch/dist/metapixel/ @@ -26,7 +26,7 @@ PLIST_FILES= bin/metapixel \ bin/metapixel-imagesize \ bin/metapixel-prepare \ bin/metapixel-sizesort \ - man/man1/metapixel.1.gz + share/man/man1/metapixel.1.gz PORTDOCS= NEWS README PORTEXAMPLES= metapixelrc @@ -40,7 +40,7 @@ do-install: metapixel-imagesize ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_SCRIPT} metapixel-prepare \ metapixel-sizesort ${STAGEDIR}${PREFIX}/bin) - ${INSTALL_MAN} ${WRKSRC}/metapixel.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/metapixel.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/graphics/okular-devel/distinfo b/graphics/okular-devel/distinfo index 05556a5d309..ef924e4b515 100644 --- a/graphics/okular-devel/distinfo +++ b/graphics/okular-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701971628 -SHA256 (KDE/release-service/24.01.80/okular-24.01.80.tar.xz) = 0227f453b7b686d07bd92118f04672cfcfac88f2d1831c66b96b83c32900a3ce -SIZE (KDE/release-service/24.01.80/okular-24.01.80.tar.xz) = 8524120 +TIMESTAMP = 1704376165 +SHA256 (KDE/release-service/24.01.85/okular-24.01.85.tar.xz) = 121d08375238e10e32ae0b14aefa29f1c7763d79e404574732f87e49ae06253a +SIZE (KDE/release-service/24.01.85/okular-24.01.85.tar.xz) = 8539836 diff --git a/graphics/opengl-man/Makefile b/graphics/opengl-man/Makefile index 963386f806c..a656c2a4d3d 100644 --- a/graphics/opengl-man/Makefile +++ b/graphics/opengl-man/Makefile @@ -1,5 +1,6 @@ PORTNAME= opengl-man PORTVERSION= 657.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www2.cons.org/freebsd-distfiles/ \ LOCAL/cracauer @@ -13,6 +14,6 @@ NO_BUILD= yes NO_WRKSUBDIR= yes do-install: - ${INSTALL_MAN} ${WRKSRC}/man3/*.3 ${STAGEDIR}${MANPREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/man3/*.3 ${STAGEDIR}${PREFIX}/share/man/man3 .include diff --git a/graphics/opengl-man/pkg-plist b/graphics/opengl-man/pkg-plist index c3509a4c378..2c5dbb7b323 100644 --- a/graphics/opengl-man/pkg-plist +++ b/graphics/opengl-man/pkg-plist @@ -1,512 +1,512 @@ -man/man3/glAccum.3.gz -man/man3/glAlphaFunc.3.gz -man/man3/glAreTexturesResident.3.gz -man/man3/glArrayElement.3.gz -man/man3/glBegin.3.gz -man/man3/glBindTexture.3.gz -man/man3/glBitmap.3.gz -man/man3/glBlendColorEXT.3.gz -man/man3/glBlendFunc.3.gz -man/man3/glCallList.3.gz -man/man3/glCallLists.3.gz -man/man3/glClear.3.gz -man/man3/glClearAccum.3.gz -man/man3/glClearColor.3.gz -man/man3/glClearDepth.3.gz -man/man3/glClearIndex.3.gz -man/man3/glClearStencil.3.gz -man/man3/glClipPlane.3.gz -man/man3/glColor3b.3.gz -man/man3/glColor3bv.3.gz -man/man3/glColor3d.3.gz -man/man3/glColor3dv.3.gz -man/man3/glColor3f.3.gz -man/man3/glColor3fv.3.gz -man/man3/glColor3i.3.gz -man/man3/glColor3iv.3.gz -man/man3/glColor3s.3.gz -man/man3/glColor3sv.3.gz -man/man3/glColor3ub.3.gz -man/man3/glColor3ubv.3.gz -man/man3/glColor3ui.3.gz -man/man3/glColor3uiv.3.gz -man/man3/glColor3us.3.gz -man/man3/glColor3usv.3.gz -man/man3/glColor4b.3.gz -man/man3/glColor4bv.3.gz -man/man3/glColor4d.3.gz -man/man3/glColor4dv.3.gz -man/man3/glColor4f.3.gz -man/man3/glColor4fv.3.gz -man/man3/glColor4i.3.gz -man/man3/glColor4iv.3.gz -man/man3/glColor4s.3.gz -man/man3/glColor4sv.3.gz -man/man3/glColor4ub.3.gz -man/man3/glColor4ubv.3.gz -man/man3/glColor4ui.3.gz -man/man3/glColor4uiv.3.gz -man/man3/glColor4us.3.gz -man/man3/glColor4usv.3.gz -man/man3/glColorMask.3.gz -man/man3/glColorMaterial.3.gz -man/man3/glColorPointer.3.gz -man/man3/glCopyPixels.3.gz -man/man3/glCopyTexImage1D.3.gz -man/man3/glCopyTexImage2D.3.gz -man/man3/glCopyTexSubImage1D.3.gz -man/man3/glCopyTexSubImage2D.3.gz -man/man3/glCullFace.3.gz -man/man3/glDeleteLists.3.gz -man/man3/glDeleteTextures.3.gz -man/man3/glDepthFunc.3.gz -man/man3/glDepthMask.3.gz -man/man3/glDepthRange.3.gz -man/man3/glDisable.3.gz -man/man3/glDisableClientState.3.gz -man/man3/glDrawArrays.3.gz -man/man3/glDrawBuffer.3.gz -man/man3/glDrawElements.3.gz -man/man3/glDrawPixels.3.gz -man/man3/glEdgeFlag.3.gz -man/man3/glEdgeFlagPointer.3.gz -man/man3/glEdgeFlagv.3.gz -man/man3/glEnable.3.gz -man/man3/glEnableClientState.3.gz -man/man3/glEnd.3.gz -man/man3/glEndList.3.gz -man/man3/glEvalCoord1d.3.gz -man/man3/glEvalCoord1dv.3.gz -man/man3/glEvalCoord1f.3.gz -man/man3/glEvalCoord1fv.3.gz -man/man3/glEvalCoord2d.3.gz -man/man3/glEvalCoord2dv.3.gz -man/man3/glEvalCoord2f.3.gz -man/man3/glEvalCoord2fv.3.gz -man/man3/glEvalMesh1.3.gz -man/man3/glEvalMesh2.3.gz -man/man3/glEvalPoint1.3.gz -man/man3/glEvalPoint2.3.gz -man/man3/glFeedbackBuffer.3.gz -man/man3/glFinish.3.gz -man/man3/glFlush.3.gz -man/man3/glFogf.3.gz -man/man3/glFogfv.3.gz -man/man3/glFogi.3.gz -man/man3/glFogiv.3.gz -man/man3/glFrontFace.3.gz -man/man3/glFrustum.3.gz -man/man3/glGenLists.3.gz -man/man3/glGenTextures.3.gz -man/man3/glGetBooleanv.3.gz -man/man3/glGetClipPlane.3.gz -man/man3/glGetDoublev.3.gz -man/man3/glGetError.3.gz -man/man3/glGetFloatv.3.gz -man/man3/glGetIntegerv.3.gz -man/man3/glGetLightfv.3.gz -man/man3/glGetLightiv.3.gz -man/man3/glGetMapdv.3.gz -man/man3/glGetMapfv.3.gz -man/man3/glGetMapiv.3.gz -man/man3/glGetMaterialfv.3.gz -man/man3/glGetMaterialiv.3.gz -man/man3/glGetPixelMapfv.3.gz -man/man3/glGetPixelMapuiv.3.gz -man/man3/glGetPixelMapusv.3.gz -man/man3/glGetPointerv.3.gz -man/man3/glGetPolygonStipple.3.gz -man/man3/glGetString.3.gz -man/man3/glGetTexEnvfv.3.gz -man/man3/glGetTexEnviv.3.gz -man/man3/glGetTexGendv.3.gz -man/man3/glGetTexGenfv.3.gz -man/man3/glGetTexGeniv.3.gz -man/man3/glGetTexImage.3.gz -man/man3/glGetTexLevelParameterfv.3.gz -man/man3/glGetTexLevelParameteriv.3.gz -man/man3/glGetTexParameterfv.3.gz -man/man3/glGetTexParameteriv.3.gz -man/man3/glHint.3.gz -man/man3/glIndexMask.3.gz -man/man3/glIndexPointer.3.gz -man/man3/glIndexd.3.gz -man/man3/glIndexdv.3.gz -man/man3/glIndexf.3.gz -man/man3/glIndexfv.3.gz -man/man3/glIndexi.3.gz -man/man3/glIndexiv.3.gz -man/man3/glIndexs.3.gz -man/man3/glIndexsv.3.gz -man/man3/glIndexub.3.gz -man/man3/glIndexubv.3.gz -man/man3/glInitNames.3.gz -man/man3/glInterleavedArrays.3.gz -man/man3/glIsEnabled.3.gz -man/man3/glIsList.3.gz -man/man3/glIsTexture.3.gz -man/man3/glLightModelf.3.gz -man/man3/glLightModelfv.3.gz -man/man3/glLightModeli.3.gz -man/man3/glLightModeliv.3.gz -man/man3/glLightf.3.gz -man/man3/glLightfv.3.gz -man/man3/glLighti.3.gz -man/man3/glLightiv.3.gz -man/man3/glLineStipple.3.gz -man/man3/glLineWidth.3.gz -man/man3/glListBase.3.gz -man/man3/glLoadIdentity.3.gz -man/man3/glLoadMatrixd.3.gz -man/man3/glLoadMatrixf.3.gz -man/man3/glLoadName.3.gz -man/man3/glLogicOp.3.gz -man/man3/glMap1d.3.gz -man/man3/glMap1f.3.gz -man/man3/glMap2d.3.gz -man/man3/glMap2f.3.gz -man/man3/glMapGrid1d.3.gz -man/man3/glMapGrid1f.3.gz -man/man3/glMapGrid2d.3.gz -man/man3/glMapGrid2f.3.gz -man/man3/glMaterialf.3.gz -man/man3/glMaterialfv.3.gz -man/man3/glMateriali.3.gz -man/man3/glMaterialiv.3.gz -man/man3/glMatrixMode.3.gz -man/man3/glMultMatrixd.3.gz -man/man3/glMultMatrixf.3.gz -man/man3/glNewList.3.gz -man/man3/glNormal3b.3.gz -man/man3/glNormal3bv.3.gz -man/man3/glNormal3d.3.gz -man/man3/glNormal3dv.3.gz -man/man3/glNormal3f.3.gz -man/man3/glNormal3fv.3.gz -man/man3/glNormal3i.3.gz -man/man3/glNormal3iv.3.gz -man/man3/glNormal3s.3.gz -man/man3/glNormal3sv.3.gz -man/man3/glNormalPointer.3.gz -man/man3/glOrtho.3.gz -man/man3/glPassThrough.3.gz -man/man3/glPixelMapfv.3.gz -man/man3/glPixelMapuiv.3.gz -man/man3/glPixelMapusv.3.gz -man/man3/glPixelStoref.3.gz -man/man3/glPixelStorei.3.gz -man/man3/glPixelTransferf.3.gz -man/man3/glPixelTransferi.3.gz -man/man3/glPixelZoom.3.gz -man/man3/glPointSize.3.gz -man/man3/glPolygonMode.3.gz -man/man3/glPolygonOffset.3.gz -man/man3/glPolygonStipple.3.gz -man/man3/glPopAttrib.3.gz -man/man3/glPopClientAttrib.3.gz -man/man3/glPopMatrix.3.gz -man/man3/glPopName.3.gz -man/man3/glPrioritizeTextures.3.gz -man/man3/glPushAttrib.3.gz -man/man3/glPushClientAttrib.3.gz -man/man3/glPushMatrix.3.gz -man/man3/glPushName.3.gz -man/man3/glRasterPos2d.3.gz -man/man3/glRasterPos2dv.3.gz -man/man3/glRasterPos2f.3.gz -man/man3/glRasterPos2fv.3.gz -man/man3/glRasterPos2i.3.gz -man/man3/glRasterPos2iv.3.gz -man/man3/glRasterPos2s.3.gz -man/man3/glRasterPos2sv.3.gz -man/man3/glRasterPos3d.3.gz -man/man3/glRasterPos3dv.3.gz -man/man3/glRasterPos3f.3.gz -man/man3/glRasterPos3fv.3.gz -man/man3/glRasterPos3i.3.gz -man/man3/glRasterPos3iv.3.gz -man/man3/glRasterPos3s.3.gz -man/man3/glRasterPos3sv.3.gz -man/man3/glRasterPos4d.3.gz -man/man3/glRasterPos4dv.3.gz -man/man3/glRasterPos4f.3.gz -man/man3/glRasterPos4fv.3.gz -man/man3/glRasterPos4i.3.gz -man/man3/glRasterPos4iv.3.gz -man/man3/glRasterPos4s.3.gz -man/man3/glRasterPos4sv.3.gz -man/man3/glReadBuffer.3.gz -man/man3/glReadPixels.3.gz -man/man3/glRectd.3.gz -man/man3/glRectdv.3.gz -man/man3/glRectf.3.gz -man/man3/glRectfv.3.gz -man/man3/glRecti.3.gz -man/man3/glRectiv.3.gz -man/man3/glRects.3.gz -man/man3/glRectsv.3.gz -man/man3/glRenderMode.3.gz -man/man3/glRotated.3.gz -man/man3/glRotatef.3.gz -man/man3/glScaled.3.gz -man/man3/glScalef.3.gz -man/man3/glScissor.3.gz -man/man3/glSelectBuffer.3.gz -man/man3/glShadeModel.3.gz -man/man3/glStencilFunc.3.gz -man/man3/glStencilMask.3.gz -man/man3/glStencilOp.3.gz -man/man3/glTexCoord1d.3.gz -man/man3/glTexCoord1dv.3.gz -man/man3/glTexCoord1f.3.gz -man/man3/glTexCoord1fv.3.gz -man/man3/glTexCoord1i.3.gz -man/man3/glTexCoord1iv.3.gz -man/man3/glTexCoord1s.3.gz -man/man3/glTexCoord1sv.3.gz -man/man3/glTexCoord2d.3.gz -man/man3/glTexCoord2dv.3.gz -man/man3/glTexCoord2f.3.gz -man/man3/glTexCoord2fv.3.gz -man/man3/glTexCoord2i.3.gz -man/man3/glTexCoord2iv.3.gz -man/man3/glTexCoord2s.3.gz -man/man3/glTexCoord2sv.3.gz -man/man3/glTexCoord3d.3.gz -man/man3/glTexCoord3dv.3.gz -man/man3/glTexCoord3f.3.gz -man/man3/glTexCoord3fv.3.gz -man/man3/glTexCoord3i.3.gz -man/man3/glTexCoord3iv.3.gz -man/man3/glTexCoord3s.3.gz -man/man3/glTexCoord3sv.3.gz -man/man3/glTexCoord4d.3.gz -man/man3/glTexCoord4dv.3.gz -man/man3/glTexCoord4f.3.gz -man/man3/glTexCoord4fv.3.gz -man/man3/glTexCoord4i.3.gz -man/man3/glTexCoord4iv.3.gz -man/man3/glTexCoord4s.3.gz -man/man3/glTexCoord4sv.3.gz -man/man3/glTexCoordPointer.3.gz -man/man3/glTexEnvf.3.gz -man/man3/glTexEnvfv.3.gz -man/man3/glTexEnvi.3.gz -man/man3/glTexEnviv.3.gz -man/man3/glTexGend.3.gz -man/man3/glTexGendv.3.gz -man/man3/glTexGenf.3.gz -man/man3/glTexGenfv.3.gz -man/man3/glTexGeni.3.gz -man/man3/glTexGeniv.3.gz -man/man3/glTexImage1D.3.gz -man/man3/glTexImage2D.3.gz -man/man3/glTexParameterf.3.gz -man/man3/glTexParameterfv.3.gz -man/man3/glTexParameteri.3.gz -man/man3/glTexParameteriv.3.gz -man/man3/glTexSubImage1D.3.gz -man/man3/glTexSubImage2D.3.gz -man/man3/glTranslated.3.gz -man/man3/glTranslatef.3.gz -man/man3/glVertex2d.3.gz -man/man3/glVertex2dv.3.gz -man/man3/glVertex2f.3.gz -man/man3/glVertex2fv.3.gz -man/man3/glVertex2i.3.gz -man/man3/glVertex2iv.3.gz -man/man3/glVertex2s.3.gz -man/man3/glVertex2sv.3.gz -man/man3/glVertex3d.3.gz -man/man3/glVertex3dv.3.gz -man/man3/glVertex3f.3.gz -man/man3/glVertex3fv.3.gz -man/man3/glVertex3i.3.gz -man/man3/glVertex3iv.3.gz -man/man3/glVertex3s.3.gz -man/man3/glVertex3sv.3.gz -man/man3/glVertex4d.3.gz -man/man3/glVertex4dv.3.gz -man/man3/glVertex4f.3.gz -man/man3/glVertex4fv.3.gz -man/man3/glVertex4i.3.gz -man/man3/glVertex4iv.3.gz -man/man3/glVertex4s.3.gz -man/man3/glVertex4sv.3.gz -man/man3/glVertexPointer.3.gz -man/man3/glViewport.3.gz -man/man3/glXChooseVisual.3.gz -man/man3/glXCopyContext.3.gz -man/man3/glXCreateContext.3.gz -man/man3/glXCreateGLXPixmap.3.gz -man/man3/glXDestroyContext.3.gz -man/man3/glXDestroyGLXPixmap.3.gz -man/man3/glXFreeContextEXT.3.gz -man/man3/glXGetClientString.3.gz -man/man3/glXGetConfig.3.gz -man/man3/glXGetContextIDEXT.3.gz -man/man3/glXGetCurrentContext.3.gz -man/man3/glXGetCurrentDisplay.3.gz -man/man3/glXGetCurrentDrawable.3.gz -man/man3/glXImportContextEXT.3.gz -man/man3/glXIntro.3.gz -man/man3/glXIsDirect.3.gz -man/man3/glXMakeCurrent.3.gz -man/man3/glXQueryContextInfoEXT.3.gz -man/man3/glXQueryExtension.3.gz -man/man3/glXQueryExtensionsString.3.gz -man/man3/glXQueryServerString.3.gz -man/man3/glXQueryVersion.3.gz -man/man3/glXSwapBuffers.3.gz -man/man3/glXUseXFont.3.gz -man/man3/glXWaitGL.3.gz -man/man3/glXWaitX.3.gz -man/man3/gle.3.gz -man/man3/gleExtrusion.3.gz -man/man3/gleHelicoid.3.gz -man/man3/gleLathe.3.gz -man/man3/glePolyCone.3.gz -man/man3/glePolyCylinder.3.gz -man/man3/gleScrew.3.gz -man/man3/gleSetJoinStyle.3.gz -man/man3/gleSpiral.3.gz -man/man3/gleSuperExtrusion.3.gz -man/man3/gleTextureMode.3.gz -man/man3/gleToroid.3.gz -man/man3/gleTwistExtrusion.3.gz -man/man3/gluBeginCurve.3.gz -man/man3/gluBeginPolygon.3.gz -man/man3/gluBeginSurface.3.gz -man/man3/gluBeginTrim.3.gz -man/man3/gluBuild1DMipmaps.3.gz -man/man3/gluBuild2DMipmaps.3.gz -man/man3/gluCylinder.3.gz -man/man3/gluDeleteNurbsRenderer.3.gz -man/man3/gluDeleteQuadric.3.gz -man/man3/gluDeleteTess.3.gz -man/man3/gluDisk.3.gz -man/man3/gluEndCurve.3.gz -man/man3/gluEndPolygon.3.gz -man/man3/gluEndSurface.3.gz -man/man3/gluEndTrim.3.gz -man/man3/gluErrorString.3.gz -man/man3/gluGetNurbsProperty.3.gz -man/man3/gluGetString.3.gz -man/man3/gluGetTessProperty.3.gz -man/man3/gluLoadSamplingMatrices.3.gz -man/man3/gluLookAt.3.gz -man/man3/gluNewNurbsRenderer.3.gz -man/man3/gluNewQuadric.3.gz -man/man3/gluNewTess.3.gz -man/man3/gluNextContour.3.gz -man/man3/gluNurbsCallback.3.gz -man/man3/gluNurbsCallbackDataEXT.3.gz -man/man3/gluNurbsCurve.3.gz -man/man3/gluNurbsProperty.3.gz -man/man3/gluNurbsSurface.3.gz -man/man3/gluOrtho2D.3.gz -man/man3/gluPartialDisk.3.gz -man/man3/gluPerspective.3.gz -man/man3/gluPickMatrix.3.gz -man/man3/gluProject.3.gz -man/man3/gluPwlCurve.3.gz -man/man3/gluQuadricCallback.3.gz -man/man3/gluQuadricDrawStyle.3.gz -man/man3/gluQuadricNormals.3.gz -man/man3/gluQuadricOrientation.3.gz -man/man3/gluQuadricTexture.3.gz -man/man3/gluScaleImage.3.gz -man/man3/gluSphere.3.gz -man/man3/gluTessBeginContour.3.gz -man/man3/gluTessBeginPolygon.3.gz -man/man3/gluTessCallback.3.gz -man/man3/gluTessEndContour.3.gz -man/man3/gluTessEndPolygon.3.gz -man/man3/gluTessNormal.3.gz -man/man3/gluTessProperty.3.gz -man/man3/gluTessVertex.3.gz -man/man3/gluUnProject.3.gz -man/man3/glut.3.gz -man/man3/glutAddMenuEntry.3.gz -man/man3/glutAddSubMenu.3.gz -man/man3/glutAttachMenu.3.gz -man/man3/glutBitmapCharacter.3.gz -man/man3/glutBitmapWidth.3.gz -man/man3/glutButtonBoxFunc.3.gz -man/man3/glutChangeToMenuEntry.3.gz -man/man3/glutChangeToSubMenu.3.gz -man/man3/glutCopyColormap.3.gz -man/man3/glutCreateMenu.3.gz -man/man3/glutCreateSubWindow.3.gz -man/man3/glutCreateWindow.3.gz -man/man3/glutDestroyMenu.3.gz -man/man3/glutDestroyWindow.3.gz -man/man3/glutDeviceGet.3.gz -man/man3/glutDialsFunc.3.gz -man/man3/glutDisplayFunc.3.gz -man/man3/glutEnterGameMode.3.gz -man/man3/glutEntryFunc.3.gz -man/man3/glutEstablishOverlay.3.gz -man/man3/glutExtensionSupported.3.gz -man/man3/glutForceJoystickFunc.3.gz -man/man3/glutFullScreen.3.gz -man/man3/glutGameModeGet.3.gz -man/man3/glutGameModeString.3.gz -man/man3/glutGet.3.gz -man/man3/glutGetColor.3.gz -man/man3/glutGetModifiers.3.gz -man/man3/glutIdleFunc.3.gz -man/man3/glutIgnoreKeyRepeat.3.gz -man/man3/glutInit.3.gz -man/man3/glutInitDisplayMode.3.gz -man/man3/glutInitDisplayString.3.gz -man/man3/glutInitWindowPosition.3.gz -man/man3/glutJoystickFunc.3.gz -man/man3/glutKeyboardFunc.3.gz -man/man3/glutKeyboardUpFunc.3.gz -man/man3/glutLayerGet.3.gz -man/man3/glutMainLoop.3.gz -man/man3/glutMenuStatusFunc.3.gz -man/man3/glutMotionFunc.3.gz -man/man3/glutMouseFunc.3.gz -man/man3/glutOverlayDisplayFunc.3.gz -man/man3/glutPopWindow.3.gz -man/man3/glutPositionWindow.3.gz -man/man3/glutPostOverlayRedisplay.3.gz -man/man3/glutPostRedisplay.3.gz -man/man3/glutRemoveMenuItem.3.gz -man/man3/glutRemoveOverlay.3.gz -man/man3/glutReportErrors.3.gz -man/man3/glutReshapeFunc.3.gz -man/man3/glutReshapeWindow.3.gz -man/man3/glutSetColor.3.gz -man/man3/glutSetCursor.3.gz -man/man3/glutSetKeyRepeat.3.gz -man/man3/glutSetMenu.3.gz -man/man3/glutSetWindow.3.gz -man/man3/glutSetWindowTitle.3.gz -man/man3/glutShowOverlay.3.gz -man/man3/glutShowWindow.3.gz -man/man3/glutSolidCone.3.gz -man/man3/glutSolidCube.3.gz -man/man3/glutSolidDodecahedron.3.gz -man/man3/glutSolidIcosahedron.3.gz -man/man3/glutSolidOctahedron.3.gz -man/man3/glutSolidSphere.3.gz -man/man3/glutSolidTeapot.3.gz -man/man3/glutSolidTetrahedron.3.gz -man/man3/glutSolidTorus.3.gz -man/man3/glutSpaceballButtonFunc.3.gz -man/man3/glutSpaceballMotionFunc.3.gz -man/man3/glutSpaceballRotateFunc.3.gz -man/man3/glutSpecialFunc.3.gz -man/man3/glutSpecialUpFunc.3.gz -man/man3/glutStrokeCharacter.3.gz -man/man3/glutStrokeWidth.3.gz -man/man3/glutSwapBuffers.3.gz -man/man3/glutTabletButtonFunc.3.gz -man/man3/glutTabletMotionFunc.3.gz -man/man3/glutTimerFunc.3.gz -man/man3/glutUseLayer.3.gz -man/man3/glutVisibilityFunc.3.gz -man/man3/glutWarpPointer.3.gz +share/man/man3/glAccum.3.gz +share/man/man3/glAlphaFunc.3.gz +share/man/man3/glAreTexturesResident.3.gz +share/man/man3/glArrayElement.3.gz +share/man/man3/glBegin.3.gz +share/man/man3/glBindTexture.3.gz +share/man/man3/glBitmap.3.gz +share/man/man3/glBlendColorEXT.3.gz +share/man/man3/glBlendFunc.3.gz +share/man/man3/glCallList.3.gz +share/man/man3/glCallLists.3.gz +share/man/man3/glClear.3.gz +share/man/man3/glClearAccum.3.gz +share/man/man3/glClearColor.3.gz +share/man/man3/glClearDepth.3.gz +share/man/man3/glClearIndex.3.gz +share/man/man3/glClearStencil.3.gz +share/man/man3/glClipPlane.3.gz +share/man/man3/glColor3b.3.gz +share/man/man3/glColor3bv.3.gz +share/man/man3/glColor3d.3.gz +share/man/man3/glColor3dv.3.gz +share/man/man3/glColor3f.3.gz +share/man/man3/glColor3fv.3.gz +share/man/man3/glColor3i.3.gz +share/man/man3/glColor3iv.3.gz +share/man/man3/glColor3s.3.gz +share/man/man3/glColor3sv.3.gz +share/man/man3/glColor3ub.3.gz +share/man/man3/glColor3ubv.3.gz +share/man/man3/glColor3ui.3.gz +share/man/man3/glColor3uiv.3.gz +share/man/man3/glColor3us.3.gz +share/man/man3/glColor3usv.3.gz +share/man/man3/glColor4b.3.gz +share/man/man3/glColor4bv.3.gz +share/man/man3/glColor4d.3.gz +share/man/man3/glColor4dv.3.gz +share/man/man3/glColor4f.3.gz +share/man/man3/glColor4fv.3.gz +share/man/man3/glColor4i.3.gz +share/man/man3/glColor4iv.3.gz +share/man/man3/glColor4s.3.gz +share/man/man3/glColor4sv.3.gz +share/man/man3/glColor4ub.3.gz +share/man/man3/glColor4ubv.3.gz +share/man/man3/glColor4ui.3.gz +share/man/man3/glColor4uiv.3.gz +share/man/man3/glColor4us.3.gz +share/man/man3/glColor4usv.3.gz +share/man/man3/glColorMask.3.gz +share/man/man3/glColorMaterial.3.gz +share/man/man3/glColorPointer.3.gz +share/man/man3/glCopyPixels.3.gz +share/man/man3/glCopyTexImage1D.3.gz +share/man/man3/glCopyTexImage2D.3.gz +share/man/man3/glCopyTexSubImage1D.3.gz +share/man/man3/glCopyTexSubImage2D.3.gz +share/man/man3/glCullFace.3.gz +share/man/man3/glDeleteLists.3.gz +share/man/man3/glDeleteTextures.3.gz +share/man/man3/glDepthFunc.3.gz +share/man/man3/glDepthMask.3.gz +share/man/man3/glDepthRange.3.gz +share/man/man3/glDisable.3.gz +share/man/man3/glDisableClientState.3.gz +share/man/man3/glDrawArrays.3.gz +share/man/man3/glDrawBuffer.3.gz +share/man/man3/glDrawElements.3.gz +share/man/man3/glDrawPixels.3.gz +share/man/man3/glEdgeFlag.3.gz +share/man/man3/glEdgeFlagPointer.3.gz +share/man/man3/glEdgeFlagv.3.gz +share/man/man3/glEnable.3.gz +share/man/man3/glEnableClientState.3.gz +share/man/man3/glEnd.3.gz +share/man/man3/glEndList.3.gz +share/man/man3/glEvalCoord1d.3.gz +share/man/man3/glEvalCoord1dv.3.gz +share/man/man3/glEvalCoord1f.3.gz +share/man/man3/glEvalCoord1fv.3.gz +share/man/man3/glEvalCoord2d.3.gz +share/man/man3/glEvalCoord2dv.3.gz +share/man/man3/glEvalCoord2f.3.gz +share/man/man3/glEvalCoord2fv.3.gz +share/man/man3/glEvalMesh1.3.gz +share/man/man3/glEvalMesh2.3.gz +share/man/man3/glEvalPoint1.3.gz +share/man/man3/glEvalPoint2.3.gz +share/man/man3/glFeedbackBuffer.3.gz +share/man/man3/glFinish.3.gz +share/man/man3/glFlush.3.gz +share/man/man3/glFogf.3.gz +share/man/man3/glFogfv.3.gz +share/man/man3/glFogi.3.gz +share/man/man3/glFogiv.3.gz +share/man/man3/glFrontFace.3.gz +share/man/man3/glFrustum.3.gz +share/man/man3/glGenLists.3.gz +share/man/man3/glGenTextures.3.gz +share/man/man3/glGetBooleanv.3.gz +share/man/man3/glGetClipPlane.3.gz +share/man/man3/glGetDoublev.3.gz +share/man/man3/glGetError.3.gz +share/man/man3/glGetFloatv.3.gz +share/man/man3/glGetIntegerv.3.gz +share/man/man3/glGetLightfv.3.gz +share/man/man3/glGetLightiv.3.gz +share/man/man3/glGetMapdv.3.gz +share/man/man3/glGetMapfv.3.gz +share/man/man3/glGetMapiv.3.gz +share/man/man3/glGetMaterialfv.3.gz +share/man/man3/glGetMaterialiv.3.gz +share/man/man3/glGetPixelMapfv.3.gz +share/man/man3/glGetPixelMapuiv.3.gz +share/man/man3/glGetPixelMapusv.3.gz +share/man/man3/glGetPointerv.3.gz +share/man/man3/glGetPolygonStipple.3.gz +share/man/man3/glGetString.3.gz +share/man/man3/glGetTexEnvfv.3.gz +share/man/man3/glGetTexEnviv.3.gz +share/man/man3/glGetTexGendv.3.gz +share/man/man3/glGetTexGenfv.3.gz +share/man/man3/glGetTexGeniv.3.gz +share/man/man3/glGetTexImage.3.gz +share/man/man3/glGetTexLevelParameterfv.3.gz +share/man/man3/glGetTexLevelParameteriv.3.gz +share/man/man3/glGetTexParameterfv.3.gz +share/man/man3/glGetTexParameteriv.3.gz +share/man/man3/glHint.3.gz +share/man/man3/glIndexMask.3.gz +share/man/man3/glIndexPointer.3.gz +share/man/man3/glIndexd.3.gz +share/man/man3/glIndexdv.3.gz +share/man/man3/glIndexf.3.gz +share/man/man3/glIndexfv.3.gz +share/man/man3/glIndexi.3.gz +share/man/man3/glIndexiv.3.gz +share/man/man3/glIndexs.3.gz +share/man/man3/glIndexsv.3.gz +share/man/man3/glIndexub.3.gz +share/man/man3/glIndexubv.3.gz +share/man/man3/glInitNames.3.gz +share/man/man3/glInterleavedArrays.3.gz +share/man/man3/glIsEnabled.3.gz +share/man/man3/glIsList.3.gz +share/man/man3/glIsTexture.3.gz +share/man/man3/glLightModelf.3.gz +share/man/man3/glLightModelfv.3.gz +share/man/man3/glLightModeli.3.gz +share/man/man3/glLightModeliv.3.gz +share/man/man3/glLightf.3.gz +share/man/man3/glLightfv.3.gz +share/man/man3/glLighti.3.gz +share/man/man3/glLightiv.3.gz +share/man/man3/glLineStipple.3.gz +share/man/man3/glLineWidth.3.gz +share/man/man3/glListBase.3.gz +share/man/man3/glLoadIdentity.3.gz +share/man/man3/glLoadMatrixd.3.gz +share/man/man3/glLoadMatrixf.3.gz +share/man/man3/glLoadName.3.gz +share/man/man3/glLogicOp.3.gz +share/man/man3/glMap1d.3.gz +share/man/man3/glMap1f.3.gz +share/man/man3/glMap2d.3.gz +share/man/man3/glMap2f.3.gz +share/man/man3/glMapGrid1d.3.gz +share/man/man3/glMapGrid1f.3.gz +share/man/man3/glMapGrid2d.3.gz +share/man/man3/glMapGrid2f.3.gz +share/man/man3/glMaterialf.3.gz +share/man/man3/glMaterialfv.3.gz +share/man/man3/glMateriali.3.gz +share/man/man3/glMaterialiv.3.gz +share/man/man3/glMatrixMode.3.gz +share/man/man3/glMultMatrixd.3.gz +share/man/man3/glMultMatrixf.3.gz +share/man/man3/glNewList.3.gz +share/man/man3/glNormal3b.3.gz +share/man/man3/glNormal3bv.3.gz +share/man/man3/glNormal3d.3.gz +share/man/man3/glNormal3dv.3.gz +share/man/man3/glNormal3f.3.gz +share/man/man3/glNormal3fv.3.gz +share/man/man3/glNormal3i.3.gz +share/man/man3/glNormal3iv.3.gz +share/man/man3/glNormal3s.3.gz +share/man/man3/glNormal3sv.3.gz +share/man/man3/glNormalPointer.3.gz +share/man/man3/glOrtho.3.gz +share/man/man3/glPassThrough.3.gz +share/man/man3/glPixelMapfv.3.gz +share/man/man3/glPixelMapuiv.3.gz +share/man/man3/glPixelMapusv.3.gz +share/man/man3/glPixelStoref.3.gz +share/man/man3/glPixelStorei.3.gz +share/man/man3/glPixelTransferf.3.gz +share/man/man3/glPixelTransferi.3.gz +share/man/man3/glPixelZoom.3.gz +share/man/man3/glPointSize.3.gz +share/man/man3/glPolygonMode.3.gz +share/man/man3/glPolygonOffset.3.gz +share/man/man3/glPolygonStipple.3.gz +share/man/man3/glPopAttrib.3.gz +share/man/man3/glPopClientAttrib.3.gz +share/man/man3/glPopMatrix.3.gz +share/man/man3/glPopName.3.gz +share/man/man3/glPrioritizeTextures.3.gz +share/man/man3/glPushAttrib.3.gz +share/man/man3/glPushClientAttrib.3.gz +share/man/man3/glPushMatrix.3.gz +share/man/man3/glPushName.3.gz +share/man/man3/glRasterPos2d.3.gz +share/man/man3/glRasterPos2dv.3.gz +share/man/man3/glRasterPos2f.3.gz +share/man/man3/glRasterPos2fv.3.gz +share/man/man3/glRasterPos2i.3.gz +share/man/man3/glRasterPos2iv.3.gz +share/man/man3/glRasterPos2s.3.gz +share/man/man3/glRasterPos2sv.3.gz +share/man/man3/glRasterPos3d.3.gz +share/man/man3/glRasterPos3dv.3.gz +share/man/man3/glRasterPos3f.3.gz +share/man/man3/glRasterPos3fv.3.gz +share/man/man3/glRasterPos3i.3.gz +share/man/man3/glRasterPos3iv.3.gz +share/man/man3/glRasterPos3s.3.gz +share/man/man3/glRasterPos3sv.3.gz +share/man/man3/glRasterPos4d.3.gz +share/man/man3/glRasterPos4dv.3.gz +share/man/man3/glRasterPos4f.3.gz +share/man/man3/glRasterPos4fv.3.gz +share/man/man3/glRasterPos4i.3.gz +share/man/man3/glRasterPos4iv.3.gz +share/man/man3/glRasterPos4s.3.gz +share/man/man3/glRasterPos4sv.3.gz +share/man/man3/glReadBuffer.3.gz +share/man/man3/glReadPixels.3.gz +share/man/man3/glRectd.3.gz +share/man/man3/glRectdv.3.gz +share/man/man3/glRectf.3.gz +share/man/man3/glRectfv.3.gz +share/man/man3/glRecti.3.gz +share/man/man3/glRectiv.3.gz +share/man/man3/glRects.3.gz +share/man/man3/glRectsv.3.gz +share/man/man3/glRenderMode.3.gz +share/man/man3/glRotated.3.gz +share/man/man3/glRotatef.3.gz +share/man/man3/glScaled.3.gz +share/man/man3/glScalef.3.gz +share/man/man3/glScissor.3.gz +share/man/man3/glSelectBuffer.3.gz +share/man/man3/glShadeModel.3.gz +share/man/man3/glStencilFunc.3.gz +share/man/man3/glStencilMask.3.gz +share/man/man3/glStencilOp.3.gz +share/man/man3/glTexCoord1d.3.gz +share/man/man3/glTexCoord1dv.3.gz +share/man/man3/glTexCoord1f.3.gz +share/man/man3/glTexCoord1fv.3.gz +share/man/man3/glTexCoord1i.3.gz +share/man/man3/glTexCoord1iv.3.gz +share/man/man3/glTexCoord1s.3.gz +share/man/man3/glTexCoord1sv.3.gz +share/man/man3/glTexCoord2d.3.gz +share/man/man3/glTexCoord2dv.3.gz +share/man/man3/glTexCoord2f.3.gz +share/man/man3/glTexCoord2fv.3.gz +share/man/man3/glTexCoord2i.3.gz +share/man/man3/glTexCoord2iv.3.gz +share/man/man3/glTexCoord2s.3.gz +share/man/man3/glTexCoord2sv.3.gz +share/man/man3/glTexCoord3d.3.gz +share/man/man3/glTexCoord3dv.3.gz +share/man/man3/glTexCoord3f.3.gz +share/man/man3/glTexCoord3fv.3.gz +share/man/man3/glTexCoord3i.3.gz +share/man/man3/glTexCoord3iv.3.gz +share/man/man3/glTexCoord3s.3.gz +share/man/man3/glTexCoord3sv.3.gz +share/man/man3/glTexCoord4d.3.gz +share/man/man3/glTexCoord4dv.3.gz +share/man/man3/glTexCoord4f.3.gz +share/man/man3/glTexCoord4fv.3.gz +share/man/man3/glTexCoord4i.3.gz +share/man/man3/glTexCoord4iv.3.gz +share/man/man3/glTexCoord4s.3.gz +share/man/man3/glTexCoord4sv.3.gz +share/man/man3/glTexCoordPointer.3.gz +share/man/man3/glTexEnvf.3.gz +share/man/man3/glTexEnvfv.3.gz +share/man/man3/glTexEnvi.3.gz +share/man/man3/glTexEnviv.3.gz +share/man/man3/glTexGend.3.gz +share/man/man3/glTexGendv.3.gz +share/man/man3/glTexGenf.3.gz +share/man/man3/glTexGenfv.3.gz +share/man/man3/glTexGeni.3.gz +share/man/man3/glTexGeniv.3.gz +share/man/man3/glTexImage1D.3.gz +share/man/man3/glTexImage2D.3.gz +share/man/man3/glTexParameterf.3.gz +share/man/man3/glTexParameterfv.3.gz +share/man/man3/glTexParameteri.3.gz +share/man/man3/glTexParameteriv.3.gz +share/man/man3/glTexSubImage1D.3.gz +share/man/man3/glTexSubImage2D.3.gz +share/man/man3/glTranslated.3.gz +share/man/man3/glTranslatef.3.gz +share/man/man3/glVertex2d.3.gz +share/man/man3/glVertex2dv.3.gz +share/man/man3/glVertex2f.3.gz +share/man/man3/glVertex2fv.3.gz +share/man/man3/glVertex2i.3.gz +share/man/man3/glVertex2iv.3.gz +share/man/man3/glVertex2s.3.gz +share/man/man3/glVertex2sv.3.gz +share/man/man3/glVertex3d.3.gz +share/man/man3/glVertex3dv.3.gz +share/man/man3/glVertex3f.3.gz +share/man/man3/glVertex3fv.3.gz +share/man/man3/glVertex3i.3.gz +share/man/man3/glVertex3iv.3.gz +share/man/man3/glVertex3s.3.gz +share/man/man3/glVertex3sv.3.gz +share/man/man3/glVertex4d.3.gz +share/man/man3/glVertex4dv.3.gz +share/man/man3/glVertex4f.3.gz +share/man/man3/glVertex4fv.3.gz +share/man/man3/glVertex4i.3.gz +share/man/man3/glVertex4iv.3.gz +share/man/man3/glVertex4s.3.gz +share/man/man3/glVertex4sv.3.gz +share/man/man3/glVertexPointer.3.gz +share/man/man3/glViewport.3.gz +share/man/man3/glXChooseVisual.3.gz +share/man/man3/glXCopyContext.3.gz +share/man/man3/glXCreateContext.3.gz +share/man/man3/glXCreateGLXPixmap.3.gz +share/man/man3/glXDestroyContext.3.gz +share/man/man3/glXDestroyGLXPixmap.3.gz +share/man/man3/glXFreeContextEXT.3.gz +share/man/man3/glXGetClientString.3.gz +share/man/man3/glXGetConfig.3.gz +share/man/man3/glXGetContextIDEXT.3.gz +share/man/man3/glXGetCurrentContext.3.gz +share/man/man3/glXGetCurrentDisplay.3.gz +share/man/man3/glXGetCurrentDrawable.3.gz +share/man/man3/glXImportContextEXT.3.gz +share/man/man3/glXIntro.3.gz +share/man/man3/glXIsDirect.3.gz +share/man/man3/glXMakeCurrent.3.gz +share/man/man3/glXQueryContextInfoEXT.3.gz +share/man/man3/glXQueryExtension.3.gz +share/man/man3/glXQueryExtensionsString.3.gz +share/man/man3/glXQueryServerString.3.gz +share/man/man3/glXQueryVersion.3.gz +share/man/man3/glXSwapBuffers.3.gz +share/man/man3/glXUseXFont.3.gz +share/man/man3/glXWaitGL.3.gz +share/man/man3/glXWaitX.3.gz +share/man/man3/gle.3.gz +share/man/man3/gleExtrusion.3.gz +share/man/man3/gleHelicoid.3.gz +share/man/man3/gleLathe.3.gz +share/man/man3/glePolyCone.3.gz +share/man/man3/glePolyCylinder.3.gz +share/man/man3/gleScrew.3.gz +share/man/man3/gleSetJoinStyle.3.gz +share/man/man3/gleSpiral.3.gz +share/man/man3/gleSuperExtrusion.3.gz +share/man/man3/gleTextureMode.3.gz +share/man/man3/gleToroid.3.gz +share/man/man3/gleTwistExtrusion.3.gz +share/man/man3/gluBeginCurve.3.gz +share/man/man3/gluBeginPolygon.3.gz +share/man/man3/gluBeginSurface.3.gz +share/man/man3/gluBeginTrim.3.gz +share/man/man3/gluBuild1DMipmaps.3.gz +share/man/man3/gluBuild2DMipmaps.3.gz +share/man/man3/gluCylinder.3.gz +share/man/man3/gluDeleteNurbsRenderer.3.gz +share/man/man3/gluDeleteQuadric.3.gz +share/man/man3/gluDeleteTess.3.gz +share/man/man3/gluDisk.3.gz +share/man/man3/gluEndCurve.3.gz +share/man/man3/gluEndPolygon.3.gz +share/man/man3/gluEndSurface.3.gz +share/man/man3/gluEndTrim.3.gz +share/man/man3/gluErrorString.3.gz +share/man/man3/gluGetNurbsProperty.3.gz +share/man/man3/gluGetString.3.gz +share/man/man3/gluGetTessProperty.3.gz +share/man/man3/gluLoadSamplingMatrices.3.gz +share/man/man3/gluLookAt.3.gz +share/man/man3/gluNewNurbsRenderer.3.gz +share/man/man3/gluNewQuadric.3.gz +share/man/man3/gluNewTess.3.gz +share/man/man3/gluNextContour.3.gz +share/man/man3/gluNurbsCallback.3.gz +share/man/man3/gluNurbsCallbackDataEXT.3.gz +share/man/man3/gluNurbsCurve.3.gz +share/man/man3/gluNurbsProperty.3.gz +share/man/man3/gluNurbsSurface.3.gz +share/man/man3/gluOrtho2D.3.gz +share/man/man3/gluPartialDisk.3.gz +share/man/man3/gluPerspective.3.gz +share/man/man3/gluPickMatrix.3.gz +share/man/man3/gluProject.3.gz +share/man/man3/gluPwlCurve.3.gz +share/man/man3/gluQuadricCallback.3.gz +share/man/man3/gluQuadricDrawStyle.3.gz +share/man/man3/gluQuadricNormals.3.gz +share/man/man3/gluQuadricOrientation.3.gz +share/man/man3/gluQuadricTexture.3.gz +share/man/man3/gluScaleImage.3.gz +share/man/man3/gluSphere.3.gz +share/man/man3/gluTessBeginContour.3.gz +share/man/man3/gluTessBeginPolygon.3.gz +share/man/man3/gluTessCallback.3.gz +share/man/man3/gluTessEndContour.3.gz +share/man/man3/gluTessEndPolygon.3.gz +share/man/man3/gluTessNormal.3.gz +share/man/man3/gluTessProperty.3.gz +share/man/man3/gluTessVertex.3.gz +share/man/man3/gluUnProject.3.gz +share/man/man3/glut.3.gz +share/man/man3/glutAddMenuEntry.3.gz +share/man/man3/glutAddSubMenu.3.gz +share/man/man3/glutAttachMenu.3.gz +share/man/man3/glutBitmapCharacter.3.gz +share/man/man3/glutBitmapWidth.3.gz +share/man/man3/glutButtonBoxFunc.3.gz +share/man/man3/glutChangeToMenuEntry.3.gz +share/man/man3/glutChangeToSubMenu.3.gz +share/man/man3/glutCopyColormap.3.gz +share/man/man3/glutCreateMenu.3.gz +share/man/man3/glutCreateSubWindow.3.gz +share/man/man3/glutCreateWindow.3.gz +share/man/man3/glutDestroyMenu.3.gz +share/man/man3/glutDestroyWindow.3.gz +share/man/man3/glutDeviceGet.3.gz +share/man/man3/glutDialsFunc.3.gz +share/man/man3/glutDisplayFunc.3.gz +share/man/man3/glutEnterGameMode.3.gz +share/man/man3/glutEntryFunc.3.gz +share/man/man3/glutEstablishOverlay.3.gz +share/man/man3/glutExtensionSupported.3.gz +share/man/man3/glutForceJoystickFunc.3.gz +share/man/man3/glutFullScreen.3.gz +share/man/man3/glutGameModeGet.3.gz +share/man/man3/glutGameModeString.3.gz +share/man/man3/glutGet.3.gz +share/man/man3/glutGetColor.3.gz +share/man/man3/glutGetModifiers.3.gz +share/man/man3/glutIdleFunc.3.gz +share/man/man3/glutIgnoreKeyRepeat.3.gz +share/man/man3/glutInit.3.gz +share/man/man3/glutInitDisplayMode.3.gz +share/man/man3/glutInitDisplayString.3.gz +share/man/man3/glutInitWindowPosition.3.gz +share/man/man3/glutJoystickFunc.3.gz +share/man/man3/glutKeyboardFunc.3.gz +share/man/man3/glutKeyboardUpFunc.3.gz +share/man/man3/glutLayerGet.3.gz +share/man/man3/glutMainLoop.3.gz +share/man/man3/glutMenuStatusFunc.3.gz +share/man/man3/glutMotionFunc.3.gz +share/man/man3/glutMouseFunc.3.gz +share/man/man3/glutOverlayDisplayFunc.3.gz +share/man/man3/glutPopWindow.3.gz +share/man/man3/glutPositionWindow.3.gz +share/man/man3/glutPostOverlayRedisplay.3.gz +share/man/man3/glutPostRedisplay.3.gz +share/man/man3/glutRemoveMenuItem.3.gz +share/man/man3/glutRemoveOverlay.3.gz +share/man/man3/glutReportErrors.3.gz +share/man/man3/glutReshapeFunc.3.gz +share/man/man3/glutReshapeWindow.3.gz +share/man/man3/glutSetColor.3.gz +share/man/man3/glutSetCursor.3.gz +share/man/man3/glutSetKeyRepeat.3.gz +share/man/man3/glutSetMenu.3.gz +share/man/man3/glutSetWindow.3.gz +share/man/man3/glutSetWindowTitle.3.gz +share/man/man3/glutShowOverlay.3.gz +share/man/man3/glutShowWindow.3.gz +share/man/man3/glutSolidCone.3.gz +share/man/man3/glutSolidCube.3.gz +share/man/man3/glutSolidDodecahedron.3.gz +share/man/man3/glutSolidIcosahedron.3.gz +share/man/man3/glutSolidOctahedron.3.gz +share/man/man3/glutSolidSphere.3.gz +share/man/man3/glutSolidTeapot.3.gz +share/man/man3/glutSolidTetrahedron.3.gz +share/man/man3/glutSolidTorus.3.gz +share/man/man3/glutSpaceballButtonFunc.3.gz +share/man/man3/glutSpaceballMotionFunc.3.gz +share/man/man3/glutSpaceballRotateFunc.3.gz +share/man/man3/glutSpecialFunc.3.gz +share/man/man3/glutSpecialUpFunc.3.gz +share/man/man3/glutStrokeCharacter.3.gz +share/man/man3/glutStrokeWidth.3.gz +share/man/man3/glutSwapBuffers.3.gz +share/man/man3/glutTabletButtonFunc.3.gz +share/man/man3/glutTabletMotionFunc.3.gz +share/man/man3/glutTimerFunc.3.gz +share/man/man3/glutUseLayer.3.gz +share/man/man3/glutVisibilityFunc.3.gz +share/man/man3/glutWarpPointer.3.gz diff --git a/graphics/optipng/Makefile b/graphics/optipng/Makefile index 352873275a8..6199b7d8eee 100644 --- a/graphics/optipng/Makefile +++ b/graphics/optipng/Makefile @@ -1,5 +1,6 @@ PORTNAME= optipng DISTVERSION= 0.7.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/OptiPNG/${PORTNAME}-${DISTVERSION} @@ -20,7 +21,7 @@ CONFIGURE_ARGS= --with-system-libpng \ --with-system-zlib PLIST_FILES= bin/optipng \ - man/man1/optipng.1.gz + share/man/man1/optipng.1.gz PORTDOCS= history.txt optipng.man.html optipng.man.pdf optipng.man.txt \ png_optimization.html todo.txt @@ -28,7 +29,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/optipng/optipng ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/src/optipng/man/optipng.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/src/optipng/man/optipng.1 ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL} -d ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}/ diff --git a/graphics/oxipng/Makefile b/graphics/oxipng/Makefile index e0159618c9b..cc8e137f368 100644 --- a/graphics/oxipng/Makefile +++ b/graphics/oxipng/Makefile @@ -1,6 +1,6 @@ PORTNAME= oxipng DISTVERSION= 9.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile index e79c0335491..f2c056d22da 100644 --- a/graphics/pastel/Makefile +++ b/graphics/pastel/Makefile @@ -1,7 +1,7 @@ PORTNAME= pastel DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/png2ico/Makefile b/graphics/png2ico/Makefile index 8ba9f58f4f2..27c69d5bd43 100644 --- a/graphics/png2ico/Makefile +++ b/graphics/png2ico/Makefile @@ -1,6 +1,6 @@ PORTNAME= png2ico PORTVERSION= 2002.12.08 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.winterdrache.de/freeware/png2ico/data/ DISTNAME= ${PORTNAME}-src-${PORTVERSION:S/./-/g} @@ -20,7 +20,7 @@ CPPFLAGS+= $$(libpng-config --cflags) LDFLAGS+= $$(libpng-config --ldflags) PORTDOCS= bmp.txt -PLIST_FILES= bin/png2ico man/man1/png2ico.1.gz +PLIST_FILES= bin/png2ico share/man/man1/png2ico.1.gz OPTIONS_DEFINE= DOCS @@ -30,7 +30,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/png2ico ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/doc/png2ico.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/doc/png2ico.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile index 7c045a7b450..fa1740fad6f 100644 --- a/graphics/pqiv/Makefile +++ b/graphics/pqiv/Makefile @@ -1,6 +1,6 @@ PORTNAME= pqiv PORTVERSION= 2.12 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org @@ -64,7 +64,7 @@ GTK3_USE= GNOME=gtk30 MAKEFILE= GNUmakefile PORTDOCS= README.markdown -PLIST_FILES= bin/pqiv man/man1/pqiv.1.gz +PLIST_FILES= bin/pqiv share/man/man1/pqiv.1.gz .include @@ -78,7 +78,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pqiv ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pqiv.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pqiv.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR} diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 247cfd75332..c76e3418af8 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -54,7 +54,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/src/Makefile.in post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/graphics/py-exifread/Makefile b/graphics/py-exifread/Makefile index d1944cd25c0..0fe44996403 100644 --- a/graphics/py-exifread/Makefile +++ b/graphics/py-exifread/Makefile @@ -1,5 +1,5 @@ PORTNAME= ExifRead -PORTVERSION= 2.1.2 +PORTVERSION= 3.0.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-exifread/distinfo b/graphics/py-exifread/distinfo index ae368e8b3b0..c84c151f190 100644 --- a/graphics/py-exifread/distinfo +++ b/graphics/py-exifread/distinfo @@ -1,2 +1,3 @@ -SHA256 (ExifRead-2.1.2.tar.gz) = 79e244f2eb466709029e8806fe5e2cdd557870c3db5f68954db0ef548d9320ad -SIZE (ExifRead-2.1.2.tar.gz) = 33159 +TIMESTAMP = 1704731447 +SHA256 (ExifRead-3.0.0.tar.gz) = 0ac5a364169dbdf2bd62f94f5c073970ab6694a3166177f5e448b10c943e2ca4 +SIZE (ExifRead-3.0.0.tar.gz) = 39895 diff --git a/graphics/py-f3d/Makefile b/graphics/py-f3d/Makefile index f0ce0fd542b..f3b9768b1c8 100644 --- a/graphics/py-f3d/Makefile +++ b/graphics/py-f3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= f3d DISTVERSIONPREFIX= v -DISTVERSION= 2.1.0 +DISTVERSION= 2.2.1 CATEGORIES= graphics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +23,7 @@ WRKSRC_SUBDIR= python CMAKE_ARGS= -DFREEBSD_PYTHON_VER=${PYTHON_VER} \ -DCMAKE_INSTALL_LIBDIR=lib +#CMAKE_OFF= F3D_MULTI_CONFIG_GENERATOR # for https://github.com/f3d-app/f3d/issues/1149 but didn't help CXXFLAGS+= -I${LOCALBASE}/include/f3d diff --git a/graphics/py-f3d/distinfo b/graphics/py-f3d/distinfo index d5ec3036e7c..174b9aef2db 100644 --- a/graphics/py-f3d/distinfo +++ b/graphics/py-f3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688334492 -SHA256 (f3d-app-f3d-v2.1.0_GH0.tar.gz) = 3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2 -SIZE (f3d-app-f3d-v2.1.0_GH0.tar.gz) = 27422890 +TIMESTAMP = 1704772200 +SHA256 (f3d-app-f3d-v2.2.1_GH0.tar.gz) = 4d3a73b0107c8db7f0556107c74087d3748232a73981f65f7c5186ac1003ec8d +SIZE (f3d-app-f3d-v2.2.1_GH0.tar.gz) = 29785716 diff --git a/graphics/py-f3d/files/patch-CMakeLists.txt b/graphics/py-f3d/files/patch-CMakeLists.txt index d33b8156f53..68c0fa0f90d 100644 --- a/graphics/py-f3d/files/patch-CMakeLists.txt +++ b/graphics/py-f3d/files/patch-CMakeLists.txt @@ -1,22 +1,20 @@ ---- CMakeLists.txt.orig 2023-04-20 16:01:48 UTC +--- CMakeLists.txt.orig 2023-10-04 06:49:20 UTC +++ CMakeLists.txt -@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) - - project(pyf3d) +@@ -5,7 +5,7 @@ include(f3dPython) + list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_CURRENT_LIST_DIR}/cmake") + include(f3dPython) -find_package(Python 3.6 COMPONENTS Interpreter Development) +find_package(Python ${FREEBSD_PYTHON_VER} EXACT COMPONENTS Interpreter Development) find_package(pybind11 2.2 REQUIRED) pybind11_add_module(pyf3d MODULE F3DPythonBindings.cxx) -@@ -33,6 +33,10 @@ endif() - if (APPLE OR UNIX) - set_target_properties(pyf3d PROPERTIES INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}") - endif () -+ -+set(PYTHON_INSTALL_PATH "${CMAKE_INSTALL_LIBDIR}/python${Python_VERSION_MAJOR}.${Python_VERSION_MINOR}/site-packages") -+install(TARGETS pyf3d -+ LIBRARY DESTINATION ${PYTHON_INSTALL_PATH} COMPONENT pythonmodule) +@@ -21,7 +21,7 @@ set(f3d_python_package_suffix "python${Python_VERSION_ - # testing - if(BUILD_TESTING) + set(f3d_python_package_name "f3d") + set(f3d_python_package_suffix "python${Python_VERSION_MAJOR}.${Python_VERSION_MINOR}/site-packages") +-set(f3d_module_dir "${CMAKE_BINARY_DIR}$<${F3D_MULTI_CONFIG_GENERATOR}:/$>/${f3d_python_package_name}") ++set(f3d_module_dir "${CMAKE_BINARY_DIR}/${f3d_python_package_name}") # workaround for https://github.com/f3d-app/f3d/issues/1149 + + set_target_properties(pyf3d PROPERTIES + CXX_STANDARD 14 diff --git a/graphics/py-f3d/pkg-plist b/graphics/py-f3d/pkg-plist index e570bcd7d38..6e4ce89a165 100644 --- a/graphics/py-f3d/pkg-plist +++ b/graphics/py-f3d/pkg-plist @@ -1 +1,2 @@ -%%PYTHON_SITELIBDIR%%/f3d%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/f3d/__init__.py +%%PYTHON_SITELIBDIR%%/f3d/pyf3d%%PYTHON_EXT_SUFFIX%%.so diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index cabab1cdd6a..59396f8a45b 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -1,6 +1,6 @@ PORTNAME= qiv PORTVERSION= 2.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://spiegl.de/qiv/download/ \ http://www.predatorlabs.net/dl/ @@ -19,7 +19,7 @@ LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ USES= gmake gnome jpeg pkgconfig tar:tgz xorg USE_GNOME= cairo gdkpixbuf2 gtk20 -PLIST_FILES= bin/qiv man/man1/qiv.1.gz +PLIST_FILES= bin/qiv share/man/man1/qiv.1.gz USE_XORG+= x11 xext do-configure: @@ -31,6 +31,6 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qiv ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/qiv.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/qiv.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile index 556cf3e19cc..953de20eb9f 100644 --- a/graphics/raster3d/Makefile +++ b/graphics/raster3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= raster3d DISTVERSION= 3.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics biology MASTER_SITES= http://skuld.bmsc.washington.edu/${PORTNAME}/ DISTNAME= Raster3D_${DISTVERSION:R}-${DISTVERSION:E} @@ -46,7 +46,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/worms ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/*.l ${STAGEDIR}${MANLPREFIX}/man/manl + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/manl + ${INSTALL_MAN} ${WRKSRC}/doc/*.l ${STAGEDIR}${PREFIX}/share/man/manl @${MKDIR} ${STAGEDIR}${DATADIR}/materials ${INSTALL_DATA} ${WRKSRC}/materials/* ${STAGEDIR}${DATADIR}/materials diff --git a/graphics/raster3d/pkg-plist b/graphics/raster3d/pkg-plist index 079b90f0dbc..c055c9af9d9 100644 --- a/graphics/raster3d/pkg-plist +++ b/graphics/raster3d/pkg-plist @@ -9,18 +9,18 @@ bin/normal3d %%IMAGEMAGICK%%bin/label3d %%IMAGEMAGICK%%bin/stereo3d bin/worms -man/manl/avs2ps.l.gz -man/manl/balls.l.gz -man/manl/label3d.l.gz -man/manl/r3d_objects.l.gz -man/manl/r3dtops.l.gz -man/manl/rastep.l.gz -man/manl/raster3d.l.gz -man/manl/render.l.gz -man/manl/ribbon.l.gz -man/manl/rods.l.gz -man/manl/normal3d.l.gz -man/manl/stereo3d.l.gz +share/man/manl/avs2ps.l.gz +share/man/manl/balls.l.gz +share/man/manl/label3d.l.gz +share/man/manl/r3d_objects.l.gz +share/man/manl/r3dtops.l.gz +share/man/manl/rastep.l.gz +share/man/manl/raster3d.l.gz +share/man/manl/render.l.gz +share/man/manl/ribbon.l.gz +share/man/manl/rods.l.gz +share/man/manl/normal3d.l.gz +share/man/manl/stereo3d.l.gz %%DATADIR%%/materials/2-sided.r3d %%DATADIR%%/materials/backdrop_1.r3d %%DATADIR%%/materials/backdrop_2.r3d diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 56335419382..0fed4133c87 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -18,6 +18,9 @@ LICENSE_NAME= Rayshade license LICENSE_FILE= ${WRKSRC}/Doc/Copyright LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept +DEPRECATED= Defunct upstream with last release in 1992 +EXPIRATION_DATE= 2024-02-10 + BUILD_DEPENDS= ${LOCALBASE}/lib/librle.a:graphics/urt HAS_CONFIGURE= yes diff --git a/graphics/resvg-capi/Makefile b/graphics/resvg-capi/Makefile index af2cf493436..59dc8f484ec 100644 --- a/graphics/resvg-capi/Makefile +++ b/graphics/resvg-capi/Makefile @@ -1,6 +1,7 @@ PORTNAME= resvg-c-api DISTVERSIONPREFIX= v DISTVERSION= 0.37.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/resvg/Makefile b/graphics/resvg/Makefile index beeb58c6c83..f706c2a9238 100644 --- a/graphics/resvg/Makefile +++ b/graphics/resvg/Makefile @@ -1,6 +1,7 @@ PORTNAME= resvg DISTVERSIONPREFIX= v DISTVERSION= 0.37.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/rgbpaint/Makefile b/graphics/rgbpaint/Makefile index ec99cac460b..8ae96e9eda9 100644 --- a/graphics/rgbpaint/Makefile +++ b/graphics/rgbpaint/Makefile @@ -1,6 +1,6 @@ PORTNAME= rgbpaint PORTVERSION= 0.8.7 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/mtpaint/${PORTNAME}/${PORTVERSION} @@ -18,7 +18,7 @@ USES= gettext gnome pkgconfig tar:bzip2 xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \ +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/share/man/man1 \ --locale=${PREFIX}/share/locale cflags slow intl man CFLAGS+= -fcommon diff --git a/graphics/rgbpaint/pkg-plist b/graphics/rgbpaint/pkg-plist index 214364e4f54..5b702df0ddd 100644 --- a/graphics/rgbpaint/pkg-plist +++ b/graphics/rgbpaint/pkg-plist @@ -1,5 +1,5 @@ bin/rgbpaint -man/man1/rgbpaint.1.gz +share/man/man1/rgbpaint.1.gz share/locale/cs/LC_MESSAGES/rgbpaint.mo share/locale/de_DE/LC_MESSAGES/rgbpaint.mo share/locale/es/LC_MESSAGES/rgbpaint.mo diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile index 84ff4dc5207..8204747f56c 100644 --- a/graphics/rx/Makefile +++ b/graphics/rx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rx DISTVERSIONPREFIX= v DISTVERSION= 0.5.2 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= graphics PKGNAMESUFFIX= -editor diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 9d1cb7fcf74..5887639f202 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,6 +1,6 @@ PORTNAME= sane-backends DISTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/110fc43336d0fb5e514f1fdc7360dd87/ @@ -21,6 +21,7 @@ USE_LDCONFIG= yes USE_RC_SUBR= saned GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-locking \ --enable-pthread \ --without-systemd diff --git a/graphics/sane-backends/pkg-plist b/graphics/sane-backends/pkg-plist index d15804066df..e1206a08017 100644 --- a/graphics/sane-backends/pkg-plist +++ b/graphics/sane-backends/pkg-plist @@ -360,103 +360,103 @@ lib/sane/libsane-xerox_mfp.so lib/sane/libsane-xerox_mfp.so.1 lib/sane/libsane-xerox_mfp.so.%%SOVERSION%% libdata/pkgconfig/sane-backends.pc -man/man1/gamma4scanimage.1.gz -man/man1/sane-config.1.gz -man/man1/sane-find-scanner.1.gz -man/man1/scanimage.1.gz -man/man5/sane-abaton.5.gz -man/man5/sane-agfafocus.5.gz -man/man5/sane-apple.5.gz -man/man5/sane-artec.5.gz -man/man5/sane-artec_eplus48u.5.gz -man/man5/sane-as6e.5.gz -man/man5/sane-avision.5.gz -man/man5/sane-bh.5.gz -man/man5/sane-canon.5.gz -man/man5/sane-canon630u.5.gz -man/man5/sane-canon_dr.5.gz -man/man5/sane-canon_lide70.5.gz -%%IEEE1284%%man/man5/sane-canon_pp.5.gz -man/man5/sane-cardscan.5.gz -man/man5/sane-coolscan.5.gz -man/man5/sane-coolscan2.5.gz -man/man5/sane-coolscan3.5.gz -man/man5/sane-dc210.5.gz -man/man5/sane-dc240.5.gz -man/man5/sane-dc25.5.gz -man/man5/sane-dll.5.gz -man/man5/sane-dmc.5.gz -man/man5/sane-epjitsu.5.gz -man/man5/sane-epson.5.gz -man/man5/sane-epson2.5.gz -man/man5/sane-epsonds.5.gz -%%AVAHI%%man/man5/sane-escl.5.gz -man/man5/sane-fujitsu.5.gz -man/man5/sane-genesys.5.gz -%%GPHOTO%%man/man5/sane-gphoto2.5.gz -man/man5/sane-gt68xx.5.gz -man/man5/sane-hp.5.gz -man/man5/sane-hp3500.5.gz -man/man5/sane-hp3900.5.gz -man/man5/sane-hp4200.5.gz -man/man5/sane-hp5400.5.gz -man/man5/sane-hp5590.5.gz -man/man5/sane-hpljm1005.5.gz -%%IEEE1284%%man/man5/sane-hpsj5s.5.gz -man/man5/sane-hs2p.5.gz -man/man5/sane-ibm.5.gz -man/man5/sane-kodak.5.gz -man/man5/sane-kodakaio.5.gz -man/man5/sane-kvs1025.5.gz -man/man5/sane-kvs20xx.5.gz -man/man5/sane-kvs40xx.5.gz -man/man5/sane-leo.5.gz -man/man5/sane-lexmark.5.gz -man/man5/sane-ma1509.5.gz -man/man5/sane-magicolor.5.gz -man/man5/sane-matsushita.5.gz -man/man5/sane-microtek.5.gz -man/man5/sane-microtek2.5.gz -man/man5/sane-mustek.5.gz -%%IEEE1284%%man/man5/sane-mustek_pp.5.gz -man/man5/sane-mustek_usb.5.gz -man/man5/sane-mustek_usb2.5.gz -man/man5/sane-nec.5.gz -man/man5/sane-net.5.gz -man/man5/sane-niash.5.gz -man/man5/sane-p5.5.gz -man/man5/sane-pie.5.gz -man/man5/sane-pieusb.5.gz -man/man5/sane-pixma.5.gz -man/man5/sane-plustek.5.gz -man/man5/sane-plustek_pp.5.gz -man/man5/sane-ricoh.5.gz -man/man5/sane-ricoh2.5.gz -man/man5/sane-rts8891.5.gz -man/man5/sane-s9036.5.gz -man/man5/sane-sceptre.5.gz -man/man5/sane-scsi.5.gz -man/man5/sane-sharp.5.gz -man/man5/sane-sm3600.5.gz -man/man5/sane-sm3840.5.gz -man/man5/sane-snapscan.5.gz -man/man5/sane-sp15c.5.gz -man/man5/sane-st400.5.gz -man/man5/sane-stv680.5.gz -man/man5/sane-tamarack.5.gz -man/man5/sane-teco1.5.gz -man/man5/sane-teco2.5.gz -man/man5/sane-teco3.5.gz -man/man5/sane-test.5.gz -man/man5/sane-u12.5.gz -man/man5/sane-umax.5.gz -man/man5/sane-umax1220u.5.gz -man/man5/sane-umax_pp.5.gz -man/man5/sane-usb.5.gz -%%V4L%%man/man5/sane-v4l.5.gz -man/man5/sane-xerox_mfp.5.gz -man/man7/sane.7.gz -man/man8/saned.8.gz +share/man/man1/gamma4scanimage.1.gz +share/man/man1/sane-config.1.gz +share/man/man1/sane-find-scanner.1.gz +share/man/man1/scanimage.1.gz +share/man/man5/sane-abaton.5.gz +share/man/man5/sane-agfafocus.5.gz +share/man/man5/sane-apple.5.gz +share/man/man5/sane-artec.5.gz +share/man/man5/sane-artec_eplus48u.5.gz +share/man/man5/sane-as6e.5.gz +share/man/man5/sane-avision.5.gz +share/man/man5/sane-bh.5.gz +share/man/man5/sane-canon.5.gz +share/man/man5/sane-canon630u.5.gz +share/man/man5/sane-canon_dr.5.gz +share/man/man5/sane-canon_lide70.5.gz +%%IEEE1284%%share/man/man5/sane-canon_pp.5.gz +share/man/man5/sane-cardscan.5.gz +share/man/man5/sane-coolscan.5.gz +share/man/man5/sane-coolscan2.5.gz +share/man/man5/sane-coolscan3.5.gz +share/man/man5/sane-dc210.5.gz +share/man/man5/sane-dc240.5.gz +share/man/man5/sane-dc25.5.gz +share/man/man5/sane-dll.5.gz +share/man/man5/sane-dmc.5.gz +share/man/man5/sane-epjitsu.5.gz +share/man/man5/sane-epson.5.gz +share/man/man5/sane-epson2.5.gz +share/man/man5/sane-epsonds.5.gz +%%AVAHI%%share/man/man5/sane-escl.5.gz +share/man/man5/sane-fujitsu.5.gz +share/man/man5/sane-genesys.5.gz +%%GPHOTO%%share/man/man5/sane-gphoto2.5.gz +share/man/man5/sane-gt68xx.5.gz +share/man/man5/sane-hp.5.gz +share/man/man5/sane-hp3500.5.gz +share/man/man5/sane-hp3900.5.gz +share/man/man5/sane-hp4200.5.gz +share/man/man5/sane-hp5400.5.gz +share/man/man5/sane-hp5590.5.gz +share/man/man5/sane-hpljm1005.5.gz +%%IEEE1284%%share/man/man5/sane-hpsj5s.5.gz +share/man/man5/sane-hs2p.5.gz +share/man/man5/sane-ibm.5.gz +share/man/man5/sane-kodak.5.gz +share/man/man5/sane-kodakaio.5.gz +share/man/man5/sane-kvs1025.5.gz +share/man/man5/sane-kvs20xx.5.gz +share/man/man5/sane-kvs40xx.5.gz +share/man/man5/sane-leo.5.gz +share/man/man5/sane-lexmark.5.gz +share/man/man5/sane-ma1509.5.gz +share/man/man5/sane-magicolor.5.gz +share/man/man5/sane-matsushita.5.gz +share/man/man5/sane-microtek.5.gz +share/man/man5/sane-microtek2.5.gz +share/man/man5/sane-mustek.5.gz +%%IEEE1284%%share/man/man5/sane-mustek_pp.5.gz +share/man/man5/sane-mustek_usb.5.gz +share/man/man5/sane-mustek_usb2.5.gz +share/man/man5/sane-nec.5.gz +share/man/man5/sane-net.5.gz +share/man/man5/sane-niash.5.gz +share/man/man5/sane-p5.5.gz +share/man/man5/sane-pie.5.gz +share/man/man5/sane-pieusb.5.gz +share/man/man5/sane-pixma.5.gz +share/man/man5/sane-plustek.5.gz +share/man/man5/sane-plustek_pp.5.gz +share/man/man5/sane-ricoh.5.gz +share/man/man5/sane-ricoh2.5.gz +share/man/man5/sane-rts8891.5.gz +share/man/man5/sane-s9036.5.gz +share/man/man5/sane-sceptre.5.gz +share/man/man5/sane-scsi.5.gz +share/man/man5/sane-sharp.5.gz +share/man/man5/sane-sm3600.5.gz +share/man/man5/sane-sm3840.5.gz +share/man/man5/sane-snapscan.5.gz +share/man/man5/sane-sp15c.5.gz +share/man/man5/sane-st400.5.gz +share/man/man5/sane-stv680.5.gz +share/man/man5/sane-tamarack.5.gz +share/man/man5/sane-teco1.5.gz +share/man/man5/sane-teco2.5.gz +share/man/man5/sane-teco3.5.gz +share/man/man5/sane-test.5.gz +share/man/man5/sane-u12.5.gz +share/man/man5/sane-umax.5.gz +share/man/man5/sane-umax1220u.5.gz +share/man/man5/sane-umax_pp.5.gz +share/man/man5/sane-usb.5.gz +%%V4L%%share/man/man5/sane-v4l.5.gz +share/man/man5/sane-xerox_mfp.5.gz +share/man/man7/sane.7.gz +share/man/man8/saned.8.gz sbin/saned %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog diff --git a/graphics/satty/Makefile b/graphics/satty/Makefile index 788a9c2a4e6..df88d1b1abe 100644 --- a/graphics/satty/Makefile +++ b/graphics/satty/Makefile @@ -1,6 +1,7 @@ PORTNAME= satty DISTVERSIONPREFIX= v DISTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= graphics wayland MASTER_SITES= CRATESIO diff --git a/graphics/spirv-tools/Makefile b/graphics/spirv-tools/Makefile index 3474ca7923c..54a1a28f3ef 100644 --- a/graphics/spirv-tools/Makefile +++ b/graphics/spirv-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= spirv-tools DISTVERSIONPREFIX= v -DISTVERSION= 2023.5.rc1 +DISTVERSION= 2023.6.rc1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -16,7 +16,7 @@ SHEBANG_FILES= tools/lesspipe/spirv-lesspipe.sh USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= SPIRV-Tools -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-323-ge867c06:headers/external/spirv-headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-332-g1c6bb27:headers/external/spirv-headers CMAKE_ON= SPIRV_SKIP_TESTS diff --git a/graphics/spirv-tools/distinfo b/graphics/spirv-tools/distinfo index cad92efb393..b2330c8bb97 100644 --- a/graphics/spirv-tools/distinfo +++ b/graphics/spirv-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1697039030 -SHA256 (KhronosGroup-SPIRV-Tools-v2023.5.rc1_GH0.tar.gz) = aed90b51ce884ce3ac267acec75e785ee743a1e1fd294c25be33b49c5804d77c -SIZE (KhronosGroup-SPIRV-Tools-v2023.5.rc1_GH0.tar.gz) = 3147730 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-323-ge867c06_GH0.tar.gz) = 41b666b0d2bb87a6edbb9c629c5f3297a7a07bc1b07738fdb3f893ba90803a1c -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-323-ge867c06_GH0.tar.gz) = 465996 +TIMESTAMP = 1703074976 +SHA256 (KhronosGroup-SPIRV-Tools-v2023.6.rc1_GH0.tar.gz) = 750e4bfcaccd636fb04dd912b668a8a6d29940f8f83b7d9a266170b1023a1a89 +SIZE (KhronosGroup-SPIRV-Tools-v2023.6.rc1_GH0.tar.gz) = 3151486 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-332-g1c6bb27_GH0.tar.gz) = d5aa6bb24f14dc0ec6785cb03826b3e10194e8d168930d7cdec5826536d43ea1 +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-332-g1c6bb27_GH0.tar.gz) = 466608 diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile index 145becf7739..0e64c9650f4 100644 --- a/graphics/ssocr/Makefile +++ b/graphics/ssocr/Makefile @@ -1,5 +1,6 @@ PORTNAME= ssocr PORTVERSION= 2.23.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ \ LOCAL/ehaupt @@ -16,11 +17,10 @@ LIB_DEPENDS= libImlib2.so:graphics/imlib2 USES= gmake tar:bzip2 PLIST_FILES= bin/ssocr \ - man/man1/ssocr.1.gz + share/man/man1/ssocr.1.gz do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index fafc96edf60..2a57c3f18e2 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -1,6 +1,6 @@ PORTNAME= svgbob DISTVERSION= 0.7.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= mikael@FreeBSD.org diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index 85269311a52..1485ecbe97d 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -1,6 +1,6 @@ PORTNAME= telak PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= graphics @@ -22,11 +22,11 @@ USE_XORG= x11 ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/telak \ - man/man1/telak.1.gz + share/man/man1/telak.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 install-user: @${SH} ${FILESDIR}/install-user diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile index 25eab8f7de8..d54c988e8c1 100644 --- a/graphics/tifmerge/Makefile +++ b/graphics/tifmerge/Makefile @@ -1,6 +1,6 @@ PORTNAME= tifmerge PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.whizkidtech.redprince.net/fports/ DISTNAME= tiff @@ -19,7 +19,7 @@ PLIST_FILES= lib/libtifmerge.a \ include/tifmerge.h \ lib/libtifmerge.so \ lib/libtifmerge.so.1 \ - man/man3/tifmerge.3.gz + share/man/man3/tifmerge.3.gz post-extract: @${MV} ${WRKSRC}/TIFMERGE.H ${WRKSRC}/tifmerge.h @@ -33,6 +33,6 @@ do-install: ${LN} -fs libtifmerge.so.1 ${STAGEDIR}${PREFIX}/lib/libtifmerge.so ${INSTALL_DATA} ${WRKSRC}/libtifmerge.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/tifmerge.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_MAN} ${WRKSRC}/tifmerge.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/tifmerge.3 ${STAGEDIR}${PREFIX}/share/man/man3 .include diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 385b3f4e517..5174f416d45 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= https://BSDforge.com/projects/source/graphics/utah-raster/ -MAINTAINER= portmaster@bsdforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit and library for raster image processing WWW= https://www.cs.utah.edu/gdc/projects/urt/ @@ -12,6 +12,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/copyright BROKEN= Unfetchable +DEPRECATED= Defunct upstream +EXPIRATION_DATE= 2024-02-11 LIB_DEPENDS= libnetpbm.so:graphics/netpbm \ libtiff.so:graphics/tiff @@ -35,7 +37,7 @@ USE_LDCONFIG= yes .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) -CFLAGS+= -Wno-error=int-conversion +CFLAGS+= -Wno-error=int-conversion .endif post-install: diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile index 562cd6ebb0c..4efa2d7a853 100644 --- a/graphics/viu/Makefile +++ b/graphics/viu/Makefile @@ -1,7 +1,7 @@ PORTNAME= viu DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile index b8a4751d28f..da491e3d989 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.274 +DISTVERSION= 1.3.275 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-extension-layer/distinfo b/graphics/vulkan-extension-layer/distinfo index 6c5f17e9bb9..0be20aa2b52 100644 --- a/graphics/vulkan-extension-layer/distinfo +++ b/graphics/vulkan-extension-layer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703109368 -SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.3.274_GH0.tar.gz) = 100ccf35f4b54afe9601374f2aadee8b6dc24cde7273b31d1432192a0c52c2bc -SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.3.274_GH0.tar.gz) = 1161167 +TIMESTAMP = 1704736019 +SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.3.275_GH0.tar.gz) = 3c4227c78d55c33a36a6fa22de551fab023056a358c97a674f57d4096e8e0b6c +SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.3.275_GH0.tar.gz) = 1161247 diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index e88be2dc61c..07da5da0ed6 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.274 +DISTVERSION= 1.3.275 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 52f165436fc..601a49d5881 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702984649 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.274_GH0.tar.gz) = 3458dd9049d561d0863069b1dd752cd4a04ca31fc090a58124691d61bff5b62a -SIZE (KhronosGroup-Vulkan-Headers-v1.3.274_GH0.tar.gz) = 2196024 +TIMESTAMP = 1704460583 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.275_GH0.tar.gz) = 7161da645dbd33fd4ea61eec08e0d77389a640010acbf4afc00234f84df9b314 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.275_GH0.tar.gz) = 2199674 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 92917b50956..c2a3916a839 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v -DISTVERSION= 1.3.274 +DISTVERSION= 1.3.275 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-loader/distinfo b/graphics/vulkan-loader/distinfo index ffe15e4ef6c..c418e8ed128 100644 --- a/graphics/vulkan-loader/distinfo +++ b/graphics/vulkan-loader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703005674 -SHA256 (KhronosGroup-Vulkan-Loader-v1.3.274_GH0.tar.gz) = 8abdcc24fc320f811c24a6faab8bebc932c32d3024526d08e75e60cc36d0a811 -SIZE (KhronosGroup-Vulkan-Loader-v1.3.274_GH0.tar.gz) = 1700334 +TIMESTAMP = 1704488267 +SHA256 (KhronosGroup-Vulkan-Loader-v1.3.275_GH0.tar.gz) = 96dee7d8ccb08f2518e2b82f7a8ce84ffee511c96b16c83259fff87b6ee45232 +SIZE (KhronosGroup-Vulkan-Loader-v1.3.275_GH0.tar.gz) = 1701216 diff --git a/graphics/vulkan-loader/pkg-plist b/graphics/vulkan-loader/pkg-plist index 221e852c0c6..e59a22b8de1 100644 --- a/graphics/vulkan-loader/pkg-plist +++ b/graphics/vulkan-loader/pkg-plist @@ -1,6 +1,7 @@ lib/cmake/VulkanLoader/VulkanLoaderConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/VulkanLoader/VulkanLoaderConfig.cmake +lib/cmake/VulkanLoader/VulkanLoaderConfigVersion.cmake lib/libvulkan.so lib/libvulkan.so.1 -lib/libvulkan.so.1.3.274 +lib/libvulkan.so.1.3.275 libdata/pkgconfig/vulkan.pc diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index 0716f732aab..3584219ef24 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-tools DISTVERSIONPREFIX= v -DISTVERSION= 1.3.274 +DISTVERSION= 1.3.275 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-10-gdbfeadc:volk/volk +GH_TUPLE= zeux:volk:1.3.270-16-gf2a16e3: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 c549b67a9a6..74d59535906 100644 --- a/graphics/vulkan-tools/distinfo +++ b/graphics/vulkan-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1703009627 -SHA256 (KhronosGroup-Vulkan-Tools-v1.3.274_GH0.tar.gz) = 7d54f5e0ad09a710e5781dcea8dc8dfde059301af1e7e4623d3a384de9b9aa76 -SIZE (KhronosGroup-Vulkan-Tools-v1.3.274_GH0.tar.gz) = 749929 -SHA256 (zeux-volk-1.3.270-10-gdbfeadc_GH0.tar.gz) = 938b28d1c53b70e1f57c8127de9c52b47d72fa8a0146bfe442960182f30c73e5 -SIZE (zeux-volk-1.3.270-10-gdbfeadc_GH0.tar.gz) = 60753 +TIMESTAMP = 1704490325 +SHA256 (KhronosGroup-Vulkan-Tools-v1.3.275_GH0.tar.gz) = 772ded1443ed5bfbb58a294654fdd72bb7b42336be59472e41ca3b32c0c34937 +SIZE (KhronosGroup-Vulkan-Tools-v1.3.275_GH0.tar.gz) = 757188 +SHA256 (zeux-volk-1.3.270-16-gf2a16e3_GH0.tar.gz) = cd934833632d61ce3e83d922fb7cfe57566abc41adf22e49a3f74f9d089479dd +SIZE (zeux-volk-1.3.270-16-gf2a16e3_GH0.tar.gz) = 60957 diff --git a/graphics/vulkan-utility-libraries/Makefile b/graphics/vulkan-utility-libraries/Makefile index ed84bbe4b19..2072511539c 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.274 +DISTVERSION= 1.3.275 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-utility-libraries/distinfo b/graphics/vulkan-utility-libraries/distinfo index 526d61f73f6..ae4d04fdb6c 100644 --- a/graphics/vulkan-utility-libraries/distinfo +++ b/graphics/vulkan-utility-libraries/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703009637 -SHA256 (KhronosGroup-Vulkan-Utility-Libraries-v1.3.274_GH0.tar.gz) = ac6012f7b951170914a85c1ac359f20f276db1cced269b4199a75f7e2ce837c5 -SIZE (KhronosGroup-Vulkan-Utility-Libraries-v1.3.274_GH0.tar.gz) = 167141 +TIMESTAMP = 1704488273 +SHA256 (KhronosGroup-Vulkan-Utility-Libraries-v1.3.275_GH0.tar.gz) = 96d3ec7bda7b6e9fabbb471c570104a7b1cb56928d097dd0441c96129468b888 +SIZE (KhronosGroup-Vulkan-Utility-Libraries-v1.3.275_GH0.tar.gz) = 167252 diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile index da7b7f074b2..c826c72a60e 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.274 +DISTVERSION= 1.3.275 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-validation-layers/distinfo b/graphics/vulkan-validation-layers/distinfo index e20f7241f34..f26a35f5451 100644 --- a/graphics/vulkan-validation-layers/distinfo +++ b/graphics/vulkan-validation-layers/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1703031605 -SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.3.274_GH0.tar.gz) = 3dcd107fd6d46ae07e9ae072f79c3fa326329ce2c986d1f7b61e3079bfa1e020 -SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.3.274_GH0.tar.gz) = 5196877 +TIMESTAMP = 1704589939 +SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.3.275_GH0.tar.gz) = bb18e236c8f5abdf2229f9657d0a18c965f297b81baa3a48dc72213bcbbf2df4 +SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.3.275_GH0.tar.gz) = 5276851 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-332-g1c6bb27_GH0.tar.gz) = d5aa6bb24f14dc0ec6785cb03826b3e10194e8d168930d7cdec5826536d43ea1 SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-332-g1c6bb27_GH0.tar.gz) = 466608 diff --git a/graphics/wdune/Makefile b/graphics/wdune/Makefile index d2c780d5cd6..e1dace4efca 100644 --- a/graphics/wdune/Makefile +++ b/graphics/wdune/Makefile @@ -1,6 +1,6 @@ PORTNAME= wdune PORTVERSION= 1.956 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ourproject.org/pub/wdune/ @@ -45,7 +45,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/dune ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} dune4kids illegal2vrml \ ${STAGEDIR}${PREFIX}/bin - cd ${WRKSRC}/man && ${INSTALL_MAN} dune.1 illegal2vrml.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + cd ${WRKSRC}/man && ${INSTALL_MAN} dune.1 illegal2vrml.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} diff --git a/graphics/wdune/pkg-plist b/graphics/wdune/pkg-plist index a439d24a371..ecea4df0197 100644 --- a/graphics/wdune/pkg-plist +++ b/graphics/wdune/pkg-plist @@ -1355,5 +1355,5 @@ bin/dune bin/dune4kids bin/illegal2vrml -man/man1/dune.1.gz -man/man1/illegal2vrml.1.gz +share/man/man1/dune.1.gz +share/man/man1/illegal2vrml.1.gz diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile index a7381183cf1..c885382fa4f 100644 --- a/graphics/xmountains/Makefile +++ b/graphics/xmountains/Makefile @@ -1,5 +1,6 @@ PORTNAME= xmountains PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= graphics x11 MASTER_SITES= https://ftp.mirrorservice.org/sites/archive.raspbian.org/raspbian/pool/main/x/xmountains/ \ https://ftp.unicamp.br/pub/debian/pool/main/x/xmountains/ @@ -15,7 +16,7 @@ USES= xorg USE_XORG= xbitmaps x11 PLIST_FILES= bin/${PORTNAME} \ - man/man6/${PORTNAME}.6.gz + share/man/man6/${PORTNAME}.6.gz CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib @@ -29,6 +30,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6 .include diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 2e7fcace424..9d388ae6bf4 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,6 +1,6 @@ PORTNAME= xsane PORTVERSION= 0.999 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org @@ -48,7 +48,7 @@ post-patch: @${REINPLACE_CMD} -e 's|@POSUB@ doc|@POSUB@|' ${WRKSRC}/Makefile.in post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.man ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} diff --git a/graphics/xsane/pkg-plist b/graphics/xsane/pkg-plist index 40a3fba3629..53f463c144c 100644 --- a/graphics/xsane/pkg-plist +++ b/graphics/xsane/pkg-plist @@ -1,5 +1,5 @@ bin/xsane -man/man1/xsane.1.gz +share/man/man1/xsane.1.gz share/applications/xsane.desktop %%NLS%%share/locale/ca/LC_MESSAGES/xsane.mo %%NLS%%share/locale/cs/LC_MESSAGES/xsane.mo diff --git a/graphics/zgv/Makefile b/graphics/zgv/Makefile index 585c5ed309f..e5249fa6849 100644 --- a/graphics/zgv/Makefile +++ b/graphics/zgv/Makefile @@ -1,6 +1,6 @@ PORTNAME= zgv PORTVERSION= 5.9 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SUNSITE/apps/graphics/viewers/svga @@ -50,7 +50,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/zgv ${STAGEDIR}${PREFIX}/bin/zgv - ${INSTALL_MAN} ${WRKSRC}/doc/zgv.1 ${STAGEDIR}${MANPREFIX}/man/man1/zgv.1 + ${INSTALL_MAN} ${WRKSRC}/doc/zgv.1 ${STAGEDIR}${PREFIX}/share/man/man1/zgv.1 ${INSTALL_DATA} ${WRKSRC}/doc/sample.zgvrc ${STAGEDIR}${PREFIX}/etc/zgvrc.sample ${INSTALL_DATA} ${WRKSRC}/doc/zgv ${STAGEDIR}${PREFIX}/${INFO_PATH}/zgvrc.info diff --git a/graphics/zgv/pkg-plist b/graphics/zgv/pkg-plist index b7c33b66960..b683d8a7950 100644 --- a/graphics/zgv/pkg-plist +++ b/graphics/zgv/pkg-plist @@ -1,6 +1,6 @@ @(,,4555) bin/zgv etc/zgvrc.sample -man/man1/zgv.1.gz +share/man/man1/zgv.1.gz %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index f35632ae1e8..2223c716743 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -1,6 +1,6 @@ PORTNAME= zimg PORTVERSION= 5.0.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -8,9 +8,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs WWW= https://zimg.sourceforge.net/ +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgd.so:graphics/gd \ libpng.so:graphics/png +USES= jpeg + CONFLICTS_INSTALL= sekrit-twc-zimg-* # include/zimg.h GNU_CONFIGURE= yes diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index 8bc53ac840a..f8830747f2a 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -1,6 +1,6 @@ PORTNAME= bitlbee PORTVERSION= 3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix @@ -17,29 +17,38 @@ BUILD_DEPENDS= xmlto:textproc/xmlto \ USES= cpe gettext-runtime gmake gnome pkgconfig +USE_GNOME= glib20 +USE_RC_SUBR= bitlbee + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --config=/var/db/bitlbee \ + --pcdir=${PREFIX}/libdata/pkgconfig \ + --prefix=${PREFIX} \ + --mandir=${PREFIX}/share/man \ + --strip=1 \ + --yahoo=0 + SUB_FILES= pkg-message + +USERS= bitlbee +GROUPS= bitlbee + PORTDOCS= AUTHORS CHANGES CREDITS FAQ README PORTEXAMPLES= bitlbee.conf motd.txt -HAS_CONFIGURE= yes -USE_RC_SUBR= bitlbee -USE_GNOME= glib20 -OPTIONS_SUB= yes - OPTIONS_DEFINE= DEBUG DOCS EXAMPLES LDAP OTR PAM +OPTIONS_DEFAULT= GLIB GNUTLS JABBER OSCAR OTR TWITTER + +OPTIONS_MULTI= PROTO +OPTIONS_MULTI_PROTO= LIBPURPLE JABBER MSN OSCAR TWITTER OPTIONS_SINGLE= EVENTS SSL OPTIONS_SINGLE_EVENTS= GLIB LIBEVENT OPTIONS_SINGLE_SSL= OPENSSL GNUTLS NSS -OPTIONS_MULTI= PROTO -OPTIONS_MULTI_PROTO= LIBPURPLE JABBER MSN OSCAR TWITTER - -LIBPURPLE_PREVENTS= JABBER MSN OSCAR TWITTER -LIBPURPLE_PREVENTS_MSG= If libpurple is enabled, all native protocols must be disabled +OPTIONS_SUB= yes GLIB_DESC= Use glib as event handler -LIBEVENT_BROKEN= bitlbee w/ libevent fails to start as daemon or fork LIBEVENT_DESC= Use libevent as event handler LIBPURPLE_DESC= Use libpurple for protocol support MSN_DESC= Microsoft Messenger support @@ -47,49 +56,40 @@ OSCAR_DESC= OSCAR (ICQ) support OTR_DESC= Off-the-Record Messaging support TWITTER_DESC= Twitter support -OPTIONS_DEFAULT= GLIB GNUTLS JABBER OSCAR OTR TWITTER - -CONFIGURE_ARGS= --config=/var/db/bitlbee \ - --pcdir=${PREFIX}/libdata/pkgconfig \ - --prefix=${PREFIX} \ - --mandir=${MANPREFIX}/man \ - --strip=1 \ - --yahoo=0 - DEBUG_CONFIGURE_ON= --debug=1 DOCS_USES= python:build DOCS_CONFIGURE_ENV= PYTHON=${PYTHON_CMD} GLIB_CONFIGURE_ON= --events=glib -GNUTLS_CONFIGURE_ON= --ssl=gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error +GNUTLS_CONFIGURE_ON= --ssl=gnutls JABBER_CONFIGURE_OFF= --jabber=0 -LDAP_CONFIGURE_ON= --ldap=1 LDAP_USES= ldap -LIBEVENT_CONFIGURE_ON= --events=libevent --libevent=${LOCALBASE} +LDAP_CONFIGURE_ON= --ldap=1 +LIBEVENT_BROKEN= bitlbee w/ libevent fails to start as daemon or fork LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent -LIBPURPLE_CONFIGURE_ON= --purple=1 +LIBEVENT_CONFIGURE_ON= --events=libevent --libevent=${LOCALBASE} +LIBPURPLE_PREVENTS= JABBER MSN OSCAR TWITTER +LIBPURPLE_PREVENTS_MSG= If libpurple is enabled, all native protocols must be disabled LIBPURPLE_LIB_DEPENDS= libpurple.so:net-im/libpurple +LIBPURPLE_CONFIGURE_ON= --purple=1 MSN_CONFIGURE_OFF= --msn=0 -NSS_CONFIGURE_ON= --ssl=nss NSS_LIB_DEPENDS= libnss3.so:security/nss \ libnspr4.so:devel/nspr \ libplc4.so:devel/nspr \ libplds4.so:devel/nspr -OPENSSL_CONFIGURE_ON= --ssl=openssl +NSS_CONFIGURE_ON= --ssl=nss OPENSSL_USES= ssl +OPENSSL_CONFIGURE_ON= --ssl=openssl OSCAR_CONFIGURE_OFF= --oscar=0 -OTR_CONFIGURE_ON= --otr=1 OTR_LIB_DEPENDS= libotr.so.5:security/libotr \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error +OTR_CONFIGURE_ON= --otr=1 PAM_CONFIGURE_ON= --pam=1 TWITTER_CONFIGURE_OFF= --twitter=0 -USERS= bitlbee -GROUPS= bitlbee - post-patch: @${REINPLACE_CMD} -e '/^install:/ s/$$/ install-dev/' \ ${WRKSRC}/Makefile diff --git a/irc/bitlbee/pkg-plist b/irc/bitlbee/pkg-plist index 771709cdbce..a78ad2a3e6d 100644 --- a/irc/bitlbee/pkg-plist +++ b/irc/bitlbee/pkg-plist @@ -1,5 +1,5 @@ -man/man5/bitlbee.conf.5.gz -man/man8/bitlbee.8.gz +share/man/man5/bitlbee.conf.5.gz +share/man/man8/bitlbee.8.gz sbin/bitlbee include/bitlbee/account.h include/bitlbee/arc.h diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile index 105034e403d..d383a3def4a 100644 --- a/irc/bnc/Makefile +++ b/irc/bnc/Makefile @@ -1,13 +1,10 @@ PORTNAME= bnc -PORTVERSION= 2.9.4 +DISTVERSION= 2.9.4 CATEGORIES= irc -MASTER_SITES= http://home.risingnet.net/download/ \ - http://bnc.acmeshells.com/ \ - http://www.sourcefiles.org/System/Servers/ \ - https://BSDforge.com/projects/source/irc/bnc/ -DISTNAME= ${PORTNAME}${PORTVERSION} +MASTER_SITES= http://home.risingnet.net/download/ +DISTNAME= ${PORTNAME}${DISTVERSION} -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Simple IRC relay proxy with support for virtual hosting LICENSE= GPLv2 diff --git a/irc/darkbot/Makefile b/irc/darkbot/Makefile index 9ece22e722f..cf25882af3c 100644 --- a/irc/darkbot/Makefile +++ b/irc/darkbot/Makefile @@ -1,6 +1,6 @@ PORTNAME= darkbot PORTVERSION= 6f6.r6 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= irc MASTER_SITES= http://darkbot.sourceforge.net/archive/unix/ \ @@ -28,7 +28,7 @@ pre-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${STAGEDIR}${PREFIX}/share/man/man1/ ${MKDIR} ${STAGEDIR}${ETCDIR}/dat ${STAGEDIR}${ETCDIR}/logs ${TOUCH} ${STAGEDIR}${ETCDIR}/logs/.pkgcreate cd ${WRKSRC}/dat; \ diff --git a/irc/darkbot/pkg-plist b/irc/darkbot/pkg-plist index e359fa70c9b..f4d25a624ad 100644 --- a/irc/darkbot/pkg-plist +++ b/irc/darkbot/pkg-plist @@ -11,4 +11,4 @@ bin/darkbot @sample %%ETCDIR%%/dat/randomstuff.ini.dist %%ETCDIR%%/dat/randomstuff.ini @sample %%ETCDIR%%/dat/seen.db.dist %%ETCDIR%%/dat/seen.db %%ETCDIR%%/logs/.pkgcreate -man/man1/darkbot.1.gz +share/man/man1/darkbot.1.gz diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index c641c8e37ba..ee4f3cc538f 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -4,11 +4,13 @@ PORTREVISION= 25 CATEGORIES= irc MASTER_SITES= https://BSDforge.com/projects/source/irc/ezbounce/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Highly configurable IRC Proxy WWW= https://sourceforge.net/projects/ezbounce/ BROKEN= Unfetchable +DEPRECATED= Abandonware, last release in 2009 and dead upstream. Consider using irc/soju or irc/znc +EXPIRATION_DATE=2024-02-29 OPTIONS_DEFINE= DOCS SSL COMPRESS OPTIONS_DEFAULT=SSL COMPRESS diff --git a/irc/ii/Makefile b/irc/ii/Makefile index 3ceb4591448..66cff35f4b6 100644 --- a/irc/ii/Makefile +++ b/irc/ii/Makefile @@ -1,5 +1,6 @@ PORTNAME= ii PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://dl.suckless.org/tools/ \ LOCAL/sbz @@ -11,14 +12,14 @@ WWW= https://tools.suckless.org/ii/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -PLIST_FILES= bin/ii man/man1/ii.1.gz +PLIST_FILES= bin/ii share/man/man1/ii.1.gz PORTDOCS= FAQ README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile index 5e4dddeb1ac..8cf6bbef11f 100644 --- a/irc/ircproxy/Makefile +++ b/irc/ircproxy/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= https://BSDforge.com/projects/source/irc/ircproxy/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= IRC proxy/bouncer daemon WWW= http://ircproxy.sourceforge.net/ @@ -12,6 +12,8 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Unfetchable +DEPRECATED= Abandonware, last release in 2010 and dead upstream. Consider using irc/soju or irc/znc +EXPIRATION_DATE=2024-02-29 LIB_DEPENDS= libcares.so:dns/c-ares diff --git a/irc/irssistats/Makefile b/irc/irssistats/Makefile index 774e673a6b2..dbe5408e7c6 100644 --- a/irc/irssistats/Makefile +++ b/irc/irssistats/Makefile @@ -1,5 +1,6 @@ PORTNAME= irssistats PORTVERSION= 0.75 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://royale.zerezo.com/irssistats/ @@ -20,7 +21,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/data/* ${STAGEDIR}${DATADIR} diff --git a/irc/irssistats/pkg-plist b/irc/irssistats/pkg-plist index e31cfccfe0f..05fb2b80e9a 100644 --- a/irc/irssistats/pkg-plist +++ b/irc/irssistats/pkg-plist @@ -1,5 +1,5 @@ bin/irssistats -man/man1/irssistats.1.gz +share/man/man1/irssistats.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/biseau.css %%DATADIR%%/biseau_corner1.gif diff --git a/japanese/Makefile b/japanese/Makefile index 512c9609847..a9f5eb53099 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -143,6 +143,7 @@ SUBDIR += kiten SUBDIR += kon2-14dot SUBDIR += kon2-16dot + SUBDIR += kterm SUBDIR += latex-jlisting SUBDIR += leafrogue SUBDIR += less diff --git a/japanese/epwutil/Makefile b/japanese/epwutil/Makefile index 2b819a6f3a7..36ca309440d 100644 --- a/japanese/epwutil/Makefile +++ b/japanese/epwutil/Makefile @@ -1,6 +1,6 @@ PORTNAME= epwutil PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://openlab.ring.gr.jp/edict/epwutil/ @@ -11,7 +11,8 @@ MAKEFILE= makefile.unx EPWPROGS= bookinfo catdump squeeze -PLIST_FILES= ${EPWPROGS:S|^|bin/|} ${EPWPROGS:S|^|man/ja/man1/|:S|$|.1.gz|} +PLIST_FILES= ${EPWPROGS:S|^|bin/|} ${EPWPROGS:S|^|share/man/ja/man1/|:S|$|.1.gz|} + PORTDOCS= epwutil.doc OPTIONS_DEFINE= DOCS @@ -19,8 +20,9 @@ OPTIONS_DEFINE= DOCS do-install: .for file in ${EPWPROGS} ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 ${INSTALL_MAN} ${WRKSRC}/${file}.man \ - ${STAGEDIR}${MANPREFIX}/man/ja/man1/${file}.1 + ${STAGEDIR}${PREFIX}/share/man/ja/man1/${file}.1 .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/japanese/japana/Makefile b/japanese/japana/Makefile index 0bf8a65fb3f..603707c8fea 100644 --- a/japanese/japana/Makefile +++ b/japanese/japana/Makefile @@ -1,6 +1,6 @@ PORTNAME= japana PORTVERSION= 2.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese www MASTER_SITES= SF @@ -16,7 +16,7 @@ USES= perl5 shebangfix SHEBANG_FILES= japana PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.default \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' \ @@ -24,7 +24,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/default.conf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.default diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile index 80484af3bed..19f64e0b38b 100644 --- a/japanese/jvim3/Makefile +++ b/japanese/jvim3/Makefile @@ -1,6 +1,6 @@ PORTNAME= jvim PORTVERSION= 3.0.j2.1b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese editors MASTER_SITES= ftp://ftp.vim.org/pub/vim/unix/ \ http://hp.vector.co.jp/authors/VA003457/vim/vim3/2.1b/ diff --git a/japanese/jvim3/files/patch-src-makjunix.mak b/japanese/jvim3/files/patch-src-makjunix.mak index 690346cb361..303bf6d936b 100644 --- a/japanese/jvim3/files/patch-src-makjunix.mak +++ b/japanese/jvim3/files/patch-src-makjunix.mak @@ -17,8 +17,7 @@ ### Location of man page -MANLOC = $(PREFIX)/man/man1 -+MAN1PREFIX?= ${PREFIX} -+MANLOC = $(DESTDIR)$(MAN1PREFIX)/man/man1 ++MANLOC = $(DESTDIR)$(PREFIX)/share/man/man1 ### Location of help file -HELPLOC = $(PREFIX)/lib diff --git a/japanese/jvim3/pkg-plist b/japanese/jvim3/pkg-plist index fcfa77d7b45..6d940d0ac57 100644 --- a/japanese/jvim3/pkg-plist +++ b/japanese/jvim3/pkg-plist @@ -2,5 +2,5 @@ bin/jvim bin/jvim3 bin/jgrep lib/jvim3.hlp -man/man1/jvim3.1.gz +share/man/man1/jvim3.1.gz @sample etc/jvim3rc.dist etc/jvim3rc diff --git a/japanese/kakasi/Makefile b/japanese/kakasi/Makefile index c8ea83f3045..88c67d9fb87 100644 --- a/japanese/kakasi/Makefile +++ b/japanese/kakasi/Makefile @@ -29,7 +29,7 @@ post-patch: post-install: ${INSTALL_MAN} ${WRKSRC}/man/kakasi.1.ja \ - ${STAGEDIR}${MAN1PREFIX}/man/ja/man1/kakasi.1 + ${STAGEDIR}${PREFIX}/man/ja/man1/kakasi.1 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/japanese/kakasi/pkg-plist b/japanese/kakasi/pkg-plist index 1e730d2243d..f54164ff255 100644 --- a/japanese/kakasi/pkg-plist +++ b/japanese/kakasi/pkg-plist @@ -9,8 +9,8 @@ lib/libkakasi.a lib/libkakasi.so lib/libkakasi.so.2 lib/libkakasi.so.2.1.0 -man/ja/man1/kakasi.1.gz -man/man1/kakasi.1.gz +share/man/ja/man1/kakasi.1.gz +share/man/man1/kakasi.1.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.lib %%PORTDOCS%%%%DOCSDIR%%/JISYO %%PORTDOCS%%%%DOCSDIR%%/NEWS diff --git a/japanese/kcode/Makefile b/japanese/kcode/Makefile index d2018fa5f71..1c1b2d8c6ca 100644 --- a/japanese/kcode/Makefile +++ b/japanese/kcode/Makefile @@ -1,5 +1,6 @@ PORTNAME= kcode PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://www.irori.org/dl/tool/ EXTRACT_SUFX= .gz @@ -14,7 +15,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes SHEBANG_FILES= kcode -PLIST_FILES= bin/kcode man/ja/man1/kcode.1.gz +PLIST_FILES= bin/kcode share/man/ja/man1/kcode.1.gz RUN_DEPENDS= ja-p5-Jcode>=0:japanese/p5-Jcode @@ -25,6 +26,7 @@ do-extract: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/kcode ${STAGEDIR}${PREFIX}/bin pod2man ${WRKSRC}/kcode ${WRKSRC}/kcode.1 - ${INSTALL_MAN} ${WRKSRC}/kcode.1 ${STAGEDIR}${MANPREFIX}/man/ja/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 + ${INSTALL_MAN} ${WRKSRC}/kcode.1 ${STAGEDIR}${PREFIX}/share/man/ja/man1 .include diff --git a/japanese/kdrill/Makefile b/japanese/kdrill/Makefile index c88d46126e3..0d12afda212 100644 --- a/japanese/kdrill/Makefile +++ b/japanese/kdrill/Makefile @@ -1,5 +1,6 @@ PORTNAME= kdrill PORTVERSION= 6.5 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://www.bolthole.com/kdrill/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -14,6 +15,7 @@ USES= imake xorg USE_XORG= ice sm x11 xaw xext xmu xpm xt DATADIR= ${PREFIX}/share/dict/kdrill +MAKE_ARGS= MANDIR=${PREFIX}/share/man/man1 .include @@ -29,7 +31,7 @@ post-install: (cd ${WRKSRC}/makedic && ${INSTALL_PROGRAM} ${i} \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC}/makedic && ${INSTALL_MAN} ${i}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) .endfor @${MKDIR} ${STAGEDIR}${DATADIR} .for i in fullkatahira.edic hira.edic hiraplus.edic kata.edic kataplus.edic diff --git a/japanese/kdrill/pkg-plist b/japanese/kdrill/pkg-plist index 602db2e4940..c71fa603af1 100644 --- a/japanese/kdrill/pkg-plist +++ b/japanese/kdrill/pkg-plist @@ -2,9 +2,9 @@ bin/kdrill bin/makedic bin/makeedict lib/X11/app-defaults/KDrill -man/man1/kdrill.1.gz -man/man1/makedic.1.gz -man/man1/makeedict.1.gz +share/man/man1/kdrill.1.gz +share/man/man1/makedic.1.gz +share/man/man1/makeedict.1.gz %%DATADIR%%/fullkatahira.edic %%DATADIR%%/hira.edic %%DATADIR%%/hiraplus.edic diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index f40aba679b4..dfcf5af7704 100644 --- a/japanese/kon2-16dot/Makefile +++ b/japanese/kon2-16dot/Makefile @@ -1,6 +1,6 @@ PORTNAME= kon2 PORTVERSION= 0.3 -PORTREVISION= 7 +PORTREVISION= 8 # '+=' is for slave ports CATEGORIES+= japanese MASTER_SITES= PORTS_JP @@ -68,7 +68,8 @@ post-configure: done post-install: - ${INSTALL_MAN} ${WRKSRC}/src/kon.1 ${STAGEDIR}${MANPREFIX}/man/ja/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 + ${INSTALL_MAN} ${WRKSRC}/src/kon.1 ${STAGEDIR}${PREFIX}/share/man/ja/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} diff --git a/japanese/kon2-16dot/pkg-plist b/japanese/kon2-16dot/pkg-plist index 933ee033539..c884954ed8f 100644 --- a/japanese/kon2-16dot/pkg-plist +++ b/japanese/kon2-16dot/pkg-plist @@ -5,4 +5,4 @@ etc/kon.cfg @(bin,bin,) share/fonts/bdf/k14.bdf.gz @(bin,bin,) share/fonts/bdf/8x16rk.bdf.gz @(bin,bin,) share/fonts/bdf/jiskan16.bdf.gz -man/ja/man1/kon.1.gz +share/man/ja/man1/kon.1.gz diff --git a/japanese/kterm/Makefile b/japanese/kterm/Makefile new file mode 100644 index 00000000000..f93f8f122bf --- /dev/null +++ b/japanese/kterm/Makefile @@ -0,0 +1,106 @@ +PORTNAME= kterm +PORTVERSION= 6.2.0 +DISTVERSIONPREFIX= v +DISTVERSIONSUFFIX= .fb6 +PORTREVISION= 17 +CATEGORIES= japanese x11 +MASTER_SITES= LOCAL/hrs:pcemu +DISTFILES= pcemu1.01alpha.tar.gz:pcemu +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Xterm variant with Japanese support +WWW= https://bogytech.blogspot.jp/search/label/kterm + +LICENSE= MIT + +USES= iconv imake xorg +USE_GITHUB= yes +GH_ACCOUNT= hrs-allbsd +USE_XORG= ice sm x11 xaw xext xmu xpm xt + +CFLAGS+= -Wno-return-type + +PORTDOCS= README.kt README.wallpaper.ja dot.termcap + +OPTIONS_DEFINE= TEKTRONIXEMU VGAFONT DOCS +OPTIONS_DEFAULT=DEFAULT +OPTIONS_SINGLE= SCROLLBAR +OPTIONS_SINGLE_SCROLLBAR= DEFAULT XAW3DLIB NEXTAWLIB +OPTIONS_SUB= yes + +NEXTAWLIB_DESC= with neXtaw scrollbar +TEKTRONIXEMU_DESC= Tektronix emulation +VGAFONT_DESC= install VGA font +XAW3DLIB_DESC= with Xaw3d scrollbar + +NEXTAWLIB_LIB_DEPENDS= libneXtaw.so:x11-toolkits/neXtaw +VGAFONT_EXTRACT_DEPENDS= \ + ${LOCALBASE}/bin/bdftopcf:x11-fonts/bdftopcf +VGAFONT_BUILD_DEPENDS= \ + ${LOCALBASE}/bin/mkfontscale:x11-fonts/mkfontscale +VGAFONT_USES= fonts +XAW3DLIB_LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d + +.include + +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) +CFLAGS+= -Wno-error=int-conversion +.endif + +post-extract-VGAFONT-on: + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + ${DISTDIR}/${DIST_SUBDIR}/pcemu1.01alpha.tar.gz \ + ${EXTRACT_AFTER_ARGS} -C ${WRKDIR} pcemu1.01alpha/vga.bdf + cd ${WRKDIR}/pcemu1.01alpha && \ + ${LOCALBASE}/bin/bdftopcf vga.bdf | ${GZIP_CMD} > vga.pcf.gz + +post-extract-TEKTRONIXEMU-on: + echo "#undef KTERM_NOTEK" >> ${WRKSRC}/kterm.h +post-extract-TEKTRONIXEMU-off: + echo "#undef KTERM_NOTEK" >> ${WRKSRC}/kterm.h + echo "#define KTERM_NOTEK" >> ${WRKSRC}/kterm.h + +post-extract-XAW3DLIB-on: + echo "#undef KTERM_XAW3D" >> ${WRKSRC}/kterm.h + echo "#undef USE_XAW3DLIB" >> ${WRKSRC}/kterm.h + echo "#define KTERM_XAW3D" >> ${WRKSRC}/kterm.h + echo "#define USE_XAW3DLIB" >> ${WRKSRC}/kterm.h +post-extract-XAW3DLIB-off: + echo "#undef KTERM_XAW3D" >> ${WRKSRC}/kterm.h + +post-extract-NEXTAWLIB-on: + echo "#undef KTERM_XAW3D" >> ${WRKSRC}/kterm.h + echo "#undef USE_NEXTAWLIB" >> ${WRKSRC}/kterm.h + echo "#define KTERM_XAW3D" >> ${WRKSRC}/kterm.h + echo "#define USE_NEXTAWLIB" >> ${WRKSRC}/kterm.h +post-extract-NEXTAWLIB-off: + echo "#undef KTERM_XAW3D" >> ${WRKSRC}/kterm.h + +post-extract: + ${ECHO_CMD} "#undef InstallXtermSetUID" >> ${WRKSRC}/kterm.h + ${ECHO_CMD} "#define InstallXtermSetUID 0" >> ${WRKSRC}/kterm.h + +post-build: + ${ICONV_CMD} -f iso-2022-jp -t utf-8 ${WRKSRC}/kterm.jman \ + | ${GZIP_CMD} > ${WRKSRC}/kterm.1.gz +pre-install: + ${MKDIR} ${STAGEDIR}${MANPREFIX}/man/ja.UTF-8/man1 +post-install: + ${INSTALL_MAN} ${WRKSRC}/kterm.1.gz \ + ${STAGEDIR}${MANPREFIX}/man/ja.UTF-8/man1 +pre-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} +pre-install-VGAFONT-on: + ${MKDIR} ${STAGEDIR}${FONTSDIR} +post-install-DOCS-on: + ${INSTALL_DATA} \ + ${WRKSRC}/README.kt \ + ${WRKSRC}/README.wallpaper.ja \ + ${FILESDIR}/dot.termcap \ + ${STAGEDIR}${DOCSDIR} +post-install-VGAFONT-on: + ${INSTALL_DATA} ${WRKDIR}/pcemu1.01alpha/vga.pcf.gz \ + ${STAGEDIR}${FONTSDIR} + +.include diff --git a/japanese/kterm/distinfo b/japanese/kterm/distinfo new file mode 100644 index 00000000000..6ee876300d3 --- /dev/null +++ b/japanese/kterm/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1487003137 +SHA256 (kterm/pcemu1.01alpha.tar.gz) = 0936d3e3b8b6ef36078b40983d10b66971206142ab489c096cc29e94b17852ea +SIZE (kterm/pcemu1.01alpha.tar.gz) = 316257 +SHA256 (kterm/hrs-allbsd-kterm-v6.2.0.fb6_GH0.tar.gz) = 8ebde513d5d765b43c4a8ac44f8e4b8dc452871f661fd7311c20955cf124d487 +SIZE (kterm/hrs-allbsd-kterm-v6.2.0.fb6_GH0.tar.gz) = 276713 diff --git a/japanese/kterm/files/dot.termcap b/japanese/kterm/files/dot.termcap new file mode 100644 index 00000000000..2d56ef5ab2d --- /dev/null +++ b/japanese/kterm/files/dot.termcap @@ -0,0 +1,4 @@ +ktermc|kanji terminal with 16 colors:\ + :op=\E[m:pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:\ + :mb=\E[5m:md=\E[1m:mr=\E[7m:mh=\E[2m:me=\E[m:\ + :tc=kterm: diff --git a/japanese/kterm/files/extra-patch-Tektronix b/japanese/kterm/files/extra-patch-Tektronix new file mode 100644 index 00000000000..46c4ddac0f7 --- /dev/null +++ b/japanese/kterm/files/extra-patch-Tektronix @@ -0,0 +1,11 @@ +--- ./kterm.h.orig Fri Jul 12 14:01:37 1996 ++++ ./kterm.h Thu Aug 16 01:34:54 2001 +@@ -35,7 +35,7 @@ + #define KTERM_XIM /* XIM protocol */ + #define KTERM_KINPUT2 /* Kinput2 protocol */ + #define KTERM_COLOR /* color sequence */ +-#define KTERM_NOTEK /* disables Tektronix emulation */ ++#undef KTERM_NOTEK /* disables Tektronix emulation */ + #undef KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */ + + #endif /* !_KTERM_H_ */ diff --git a/japanese/kterm/files/extra-patch-Xaw3d b/japanese/kterm/files/extra-patch-Xaw3d new file mode 100644 index 00000000000..ab1e0db5c5f --- /dev/null +++ b/japanese/kterm/files/extra-patch-Xaw3d @@ -0,0 +1,11 @@ +--- ./kterm.h.org Thu Jul 11 22:01:37 1996 ++++ ./kterm.h Fri Nov 1 05:22:15 1996 +@@ -36,6 +36,7 @@ + #define KTERM_KINPUT2 /* Kinput2 protocol */ + #define KTERM_COLOR /* color sequence */ + #define KTERM_NOTEK /* disables Tektronix emulation */ +-#undef KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */ ++#define KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */ ++#define USE_XAW3DLIB + + #endif /* !_KTERM_H_ */ diff --git a/japanese/kterm/files/extra-patch-neXtaw b/japanese/kterm/files/extra-patch-neXtaw new file mode 100644 index 00000000000..fae1ae770f2 --- /dev/null +++ b/japanese/kterm/files/extra-patch-neXtaw @@ -0,0 +1,11 @@ +--- ./kterm.h.org Thu Jul 11 22:01:37 1996 ++++ ./kterm.h Fri Nov 1 05:22:15 1996 +@@ -36,6 +36,7 @@ + #define KTERM_KINPUT2 /* Kinput2 protocol */ + #define KTERM_COLOR /* color sequence */ + #define KTERM_NOTEK /* disables Tektronix emulation */ +-#undef KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */ ++#define KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */ ++#define USE_NEXTAWLIB + + #endif /* !_KTERM_H_ */ diff --git a/japanese/kterm/files/patch-Imakefile b/japanese/kterm/files/patch-Imakefile new file mode 100644 index 00000000000..f12653a87ee --- /dev/null +++ b/japanese/kterm/files/patch-Imakefile @@ -0,0 +1,37 @@ +--- Imakefile.orig 2016-11-04 21:41:21 UTC ++++ Imakefile +@@ -13,6 +13,16 @@ XCOMM $Id: Imakefile,v 6.3 1996/07/12 05:01:03 kagotan + XPOLL_DEF = -DNO_XPOLL_H + #endif + ++#ifdef USE_XAW3DLIB ++#undef XawClientLibs ++#define XawClientLibs -lXaw3d $(XMULIB) $(XTOOLLIB) $(XLIB) ++#endif ++ ++#ifdef USE_NEXTAWLIB ++#undef XawClientLibs ++#define XawClientLibs -lneXtaw $(XMULIB) $(XTOOLLIB) $(XLIB) ++#endif ++ + /* + * add -DWTMP and -DLASTLOG if you want them. + */ +@@ -27,7 +37,7 @@ XCOMM $Id: Imakefile,v 6.3 1996/07/12 05:01:03 kagotan + OSMAJORVERSION = OSMajorVersion + OSMINORVERSION = OSMinorVersion + +- MAIN_DEFINES = -DUTMP $(TTYGROUPDEF) $(PUCCPTYDDEF) \ ++ MAIN_DEFINES = $(TTYGROUPDEF) $(PUCCPTYDDEF) \ + -DOSMAJORVERSION=$(OSMAJORVERSION) \ + -DOSMINORVERSION=$(OSMINORVERSION) + MISC_DEFINES = /* -DALLOWLOGFILEEXEC */ +@@ -72,7 +82,7 @@ XCOMM $Id: Imakefile,v 6.3 1996/07/12 05:01:03 kagotan + #endif + #endif + +- TERMCAPLIB = TermcapLibrary ++ TERMCAPLIB = TermcapLibrary -lutil + + AllTarget($(PROGRAMS)) + diff --git a/japanese/kterm/files/patch-KTerm.ad b/japanese/kterm/files/patch-KTerm.ad new file mode 100644 index 00000000000..94c638f1118 --- /dev/null +++ b/japanese/kterm/files/patch-KTerm.ad @@ -0,0 +1,92 @@ +--- KTerm.ad.orig 2016-11-04 21:41:21 UTC ++++ KTerm.ad +@@ -52,37 +52,43 @@ KTerm.JoinSession:False + + *fontMenu.Label: VT Fonts + *fontMenu*fontdefault*Label: Default +-*VT100*fontList: -*-fixed-medium-r-normal--14-*,\ +- -*-gothic-medium-r-normal--14-*,\ +- -*-mincho-medium-r-normal--14-* +-!*VT100*boldFontList: -*-fixed-bold-r-normal--14-*,\ +-! -*-gothic-bold-r-normal--14-*,\ +-! -*-mincho-bold-r-normal--14-* ++*VT100*fontList: -alias-fixed-medium-r-normal--14-*-*-*-c-*-*-*,\ ++ -*-fixed-medium-r-normal--14-*-*-*-c-*-*-*,\ ++ -*-gothic-medium-r-normal--14-*-*-*-c-*-*-*,\ ++ -*-mincho-medium-r-normal--14-*-*-*-c-*-*-* ++!*VT100*boldFontList: -*-fixed-bold-r-normal--14-*-c-*,\ ++! -*-gothic-bold-r-normal--14-*-c-*,\ ++! -*-mincho-bold-r-normal--14-*-c-* + *fontMenu*font1*Label: Unreadable +-*VT100*fontList1: -*-fixed-medium-r-normal--2-*,\ +- -*-gothic-medium-r-normal--2-*,\ +- -*-mincho-medium-r-normal--2-* +-*VT100*font1: -misc-nil-medium-r-normal--2-*-misc-fontspecific ++*VT100*fontList1: -*-fixed-medium-r-normal--2-*-c-*,\ ++ -*-gothic-medium-r-normal--2-*-c-*,\ ++ -*-mincho-medium-r-normal--2-*-c-* ++*VT100*font1: -misc-nil-medium-r-normal--2-*-c-*-misc-fontspecific + *fontMenu*font2*Label: Tiny +-*VT100*fontList2: -*-fixed-medium-r-normal--14-*,\ +- -*-gothic-medium-r-normal--14-*,\ +- -*-mincho-medium-r-normal--14-* ++*VT100*fontList2: -alias-fixed-medium-r-normal--8-*-*-*-c-*-*-*,\ ++ -*-fixed-medium-r-normal--8-*-*-*-c-*-*-*,\ ++ -*-gothic-medium-r-normal--8-*-*-*-c-*-*-*,\ ++ -*-mincho-medium-r-normal--8-*-*-*-c-*-*-* + *fontMenu*font3*Label: Small +-*VT100*fontList3: -*-fixed-medium-r-normal--16-*,\ +- -*-gothic-medium-r-normal--16-*,\ +- -*-mincho-medium-r-normal--16-* ++*VT100*fontList3: -alias-fixed-medium-r-normal--12-*-*-*-c-*-*-*,\ ++ -*-fixed-medium-r-normal--12-*-*-*-c-*-*-*,\ ++ -*-gothic-medium-r-normal--12-*-*-*-c-*-*-*,\ ++ -*-mincho-medium-r-normal--12-*-*-*-c-*-*-* + *fontMenu*font4*Label: Medium +-*VT100*fontList4: -*-fixed-medium-r-normal--18-*,\ +- -*-gothic-medium-r-normal--18-*,\ +- -*-mincho-medium-r-normal--18-* ++*VT100*fontList4: -alias-fixed-medium-r-normal--16-*-*-*-c-*-*-*,\ ++ -*-fixed-medium-r-normal--16-*-*-*-c-*-*-*,\ ++ -*-gothic-medium-r-normal--16-*-*-*-c-*-*-*,\ ++ -*-mincho-medium-r-normal--16-*-*-*-c-*-*-* + *fontMenu*font5*Label: Large +-*VT100*fontList5: -*-fixed-medium-r-normal--24-*,\ +- -*-gothic-medium-r-normal--24-*,\ +- -*-mincho-medium-r-normal--24-* ++*VT100*fontList5: -alias-fixed-medium-r-normal--20-*-*-*-c-*-*-*,\ ++ -*-fixed-medium-r-normal--20-*-*-*-c-*-*-*,\ ++ -*-gothic-medium-r-normal--20-*-*-*-c-*-*-*,\ ++ -*-mincho-medium-r-normal--20-*-*-*-c-*-*-* + *fontMenu*font6*Label: Huge +-*VT100*fontList6: -*-fixed-medium-r-normal--26-*,\ +- -*-gothic-medium-r-normal--26-*,\ +- -*-mincho-medium-r-normal--26-* ++*VT100*fontList6: -alias-fixed-medium-r-normal--24-*-*-*-c-*-*-*,\ ++ -*-fixed-medium-r-normal--24-*-*-*-c-*-*-*,\ ++ -*-gothic-medium-r-normal--24-*-*-*-c-*-*-*,\ ++ -*-mincho-medium-r-normal--24-*-*-*-c-*-*-* + *fontMenu*fontescape*Label: Escape Sequence + *fontMenu*fontsel*Label: Selection + !fontescape and fontsel overridden by application +@@ -132,5 +138,18 @@ KTerm.JoinSession:False + *tek4014*font3: 6x13 + *tek4014*fontSmall: 6x10 + +-*VT100*translations: #override Shiftspace: \ +- begin-conversion(_JAPANESE_CONVERSION) ++!This can be useful if you have an IntelliMouse. It maps the button ++!events generated by the wheel ++*VT100*Translations: #override \ ++ !Ctrl : scroll-back(1,halfpage) \n\ ++ !Lock Ctrl : scroll-back(1,halfpage) \n\ ++ !Lock @Num_Lock Ctrl : scroll-back(1,halfpage) \n\ ++ ! @Num_Lock Ctrl : scroll-back(1,halfpage) \n\ ++ : scroll-back(5,line) \n\ ++ !Ctrl : scroll-forw(1,halfpage) \n\ ++ !Lock Ctrl : scroll-forw(1,halfpage) \n\ ++ !Lock @Num_Lock Ctrl : scroll-forw(1,halfpage) \n\ ++ ! @Num_Lock Ctrl : scroll-forw(1,halfpage) \n\ ++ : scroll-forw(5,line) ++*VT100.translations: #override \ ++ Shiftspace: begin-conversion(_JAPANESE_CONVERSION) diff --git a/japanese/kterm/files/patch-VTPrsTbl.c b/japanese/kterm/files/patch-VTPrsTbl.c new file mode 100644 index 00000000000..2c72f8dc42d --- /dev/null +++ b/japanese/kterm/files/patch-VTPrsTbl.c @@ -0,0 +1,11 @@ +--- VTPrsTbl.c.orig 2016-11-04 21:41:21 UTC ++++ VTPrsTbl.c +@@ -490,7 +490,7 @@ CASE_GROUND_STATE, + CASE_GROUND_STATE, + CASE_GROUND_STATE, + /* X Y Z [ */ +-CASE_GROUND_STATE, ++CASE_ECH, + CASE_GROUND_STATE, + CASE_GROUND_STATE, + CASE_GROUND_STATE, diff --git a/japanese/kterm/files/patch-VTparse.h b/japanese/kterm/files/patch-VTparse.h new file mode 100644 index 00000000000..43d8d4ee734 --- /dev/null +++ b/japanese/kterm/files/patch-VTparse.h @@ -0,0 +1,7 @@ +--- VTparse.h.orig 2016-11-04 21:41:21 UTC ++++ VTparse.h +@@ -118,3 +118,4 @@ + #define CASE_SCS_STATE 77 + #define CASE_GSET_VERSION_STATE 78 + #define CASE_GSET_VERSION 79 ++#define CASE_ECH 80 diff --git a/japanese/kterm/files/patch-charproc.c b/japanese/kterm/files/patch-charproc.c new file mode 100644 index 00000000000..f2686d39232 --- /dev/null +++ b/japanese/kterm/files/patch-charproc.c @@ -0,0 +1,26 @@ +--- charproc.c.orig 2016-11-04 21:41:21 UTC ++++ charproc.c +@@ -103,8 +103,8 @@ extern jmp_buf VTend; + extern XtAppContext app_con; + extern Widget toplevel; + extern void exit(); +-extern char *malloc(); +-extern char *realloc(); ++extern void *malloc(); ++extern void *realloc(); + extern fd_set Select_mask; + extern fd_set X_mask; + extern fd_set pty_mask; +@@ -1974,6 +1974,12 @@ static void VTparse() + } + parsestate = groundtable; + break; ++ ++ case CASE_ECH: ++ /* ECH */ ++ ClearRightN(screen, param[0] < 1 ? 1 : param[0]); ++ parsestate = groundtable; ++ break; + + case CASE_IL: + /* IL */ diff --git a/japanese/kterm/files/patch-main.c b/japanese/kterm/files/patch-main.c new file mode 100644 index 00000000000..720d727b0c1 --- /dev/null +++ b/japanese/kterm/files/patch-main.c @@ -0,0 +1,91 @@ +--- main.c.orig 2016-11-04 21:41:21 UTC ++++ main.c +@@ -211,7 +211,9 @@ static Bool IsPts = False; + #undef FIOCLEX + #undef FIONCLEX + #define setpgrp2 setpgrp ++#ifndef USE_POSIX_TERMIOS + #include ++#endif + #include + #endif + #ifdef sco +@@ -237,7 +239,7 @@ static Bool IsPts = False; + #define HAS_UTMP_UT_HOST + #endif + #else /* } !SYSV { */ /* BSD systems */ +-#ifndef linux ++#if !defined(linux) && !defined(USE_POSIX_TERMIOS) + #include + #endif + #include +@@ -294,7 +296,7 @@ extern Time_t time (); + #define ttyslot() 1 + #endif /* apollo */ + +-#ifdef SVR4 ++#if defined(SVR4) || (defined(__FreeBSD__) && __FreeBSD_version >= 900007) + #include + #define setutent setutxent + #define getutent getutxent +@@ -320,6 +322,10 @@ extern struct utmp *getutid __((struct utmp *_Id)); + int Ptyfd; + #endif /* PUCC_PTYD */ + ++#ifdef __FreeBSD__ ++#include /* openpty() */ ++#endif ++ + #ifdef sequent + #define USE_GET_PSEUDOTTY + #endif +@@ -1360,6 +1366,8 @@ char **argv; + d_tio.c_cc[VDISCARD] = CFLUSH; + d_tio.c_cc[VWERASE] = CWERASE; + d_tio.c_cc[VLNEXT] = CLNEXT; ++ d_tio.c_cc[VMIN] = 1; ++ d_tio.c_cc[VTIME] = 0; + #endif /* } */ + #ifdef TIOCSLTC /* { */ + d_ltc.t_suspc = CSUSP; /* t_suspc */ +@@ -1408,6 +1416,8 @@ char **argv; + d_tio.c_cc[VQUIT] = CQUIT; /* '^\' */ + d_tio.c_cc[VEOF] = CEOF; /* '^D' */ + d_tio.c_cc[VEOL] = CEOL; /* '^@' */ ++ d_tio.c_cc[VMIN] = 1; ++ d_tio.c_cc[VTIME] = 0; + #ifdef VSWTCH + d_tio.c_cc[VSWTCH] = CSWTCH; /* usually '^Z' */ + #endif +@@ -1722,11 +1732,11 @@ char **argv; + case 'u': case 'U': + term->flags |= UTF8_KANJI; + update_utf8mode(); +- make_unicode_map(); + break; + default: + break; + } ++ make_unicode_map(); + } + #endif /* KTERM_KANJIMODE */ + +@@ -1973,6 +1983,10 @@ char *name; + get_pty (pty) + int *pty; + { ++#if 1 ++ int tty; ++ return (openpty(pty, &tty, ttydev, NULL, NULL)); ++#else + #ifdef __osf__ + int tty; + return (openpty(pty, &tty, ttydev, NULL, NULL)); +@@ -2076,6 +2090,7 @@ get_pty (pty) + #endif /* __sgi or umips else */ + #endif /* USE_GET_PSEUDOTTY else */ + #endif /* ATT else */ ++#endif /* !0 */ + } + + /* diff --git a/japanese/kterm/files/patch-menu.c b/japanese/kterm/files/patch-menu.c new file mode 100644 index 00000000000..a04c3b8a9e9 --- /dev/null +++ b/japanese/kterm/files/patch-menu.c @@ -0,0 +1,26 @@ +--- menu.c.orig 2016-11-04 21:41:21 UTC ++++ menu.c +@@ -843,6 +843,7 @@ static void do_jismode (gw, closure, data) + update_eucmode(); + update_sjismode(); + update_utf8mode(); ++ make_unicode_map(); + } + + +@@ -867,6 +868,7 @@ static void do_eucmode (gw, closure, data) + update_eucmode(); + update_sjismode(); + update_utf8mode(); ++ make_unicode_map(); + } + } + +@@ -891,6 +893,7 @@ static void do_sjismode (gw, closure, data) + update_eucmode(); + update_sjismode(); + update_utf8mode(); ++ make_unicode_map(); + } + } + diff --git a/japanese/kterm/files/patch-scrollbar.c b/japanese/kterm/files/patch-scrollbar.c new file mode 100644 index 00000000000..947a78548e3 --- /dev/null +++ b/japanese/kterm/files/patch-scrollbar.c @@ -0,0 +1,26 @@ +--- scrollbar.c.orig 2016-11-04 21:41:21 UTC ++++ scrollbar.c +@@ -49,6 +49,7 @@ extern int BackgroundPixmapIsOn; + static void ScrollTextTo(); + static void ScrollTextUpDownBy(); + ++extern Boolean SendMousePosition(); + + /* resize the text window for a terminal screen, modifying the + * appropriate WM_SIZE_HINTS and taking advantage of bit gravity. +@@ -555,6 +556,7 @@ void HandleScrollForward (gw, event, params, nparams) + XtermWidget w = (XtermWidget) gw; + register TScreen *screen = &w->screen; + ++ if (SendMousePosition(gw, event)) return; + ScrollTextUpDownBy (gw, (XtPointer) NULL, + (XtPointer)params_to_pixels (screen, params, (int) *nparams)); + return; +@@ -571,6 +573,7 @@ void HandleScrollBack (gw, event, params, nparams) + XtermWidget w = (XtermWidget) gw; + register TScreen *screen = &w->screen; + ++ if (SendMousePosition(gw, event)) return; + ScrollTextUpDownBy (gw, (XtPointer) NULL, + (XtPointer)-params_to_pixels (screen, params, (int) *nparams)); + return; diff --git a/japanese/kterm/files/patch-util.c b/japanese/kterm/files/patch-util.c new file mode 100644 index 00000000000..f0877f9d9c5 --- /dev/null +++ b/japanese/kterm/files/patch-util.c @@ -0,0 +1,65 @@ +--- util.c.orig 2016-11-04 21:41:21 UTC ++++ util.c +@@ -36,6 +36,7 @@ + + #include + ++static void ClearInLine(TScreen *screen, int row, int col, int len); + static void horizontal_copy_area(); + static void vertical_copy_area(); + +@@ -706,6 +707,54 @@ register TScreen *screen; + /* + * Clear last part of cursor's line, inclusive. + */ ++ClearRightN (screen, n) ++register TScreen *screen; ++register int n; ++{ ++ int i; ++ int len = (screen->max_col - screen->cur_col + 1); ++ ++ if (n < 0) /* the remainder of the line */ ++ n = screen->max_col + 1; ++ if (n == 0) /* default for 'ECH' */ ++ n = 1; ++ ++ if (len > n) ++ len = n; ++ ++ ClearInLine(screen, screen->cur_row, screen->cur_col, len); ++} ++ ++/* ++ * Clear the given row, for the given range of columns. ++ */ ++static void ++ClearInLine(TScreen *screen, int row, int col, int len) ++{ ++ if (col + len >= screen->max_col + 1) { ++ len = screen->max_col + 1 - col; ++ } ++ ++ if (screen->cursor_state) ++ HideCursor(); ++ ++ screen->do_wrap = 0; ++ ++ if (row - screen->topline <= screen->max_row) { ++ if (!AddToRefresh(screen)) { ++ if (screen->scroll_amt) ++ FlushScroll(screen); ++ XClearArea(screen->display, ++ VWindow(screen), ++ CursorX (screen, col), ++ CursorY (screen, row), ++ len * FontWidth(screen), ++ FontHeight(screen), ++ FALSE); ++ } ++ } ++} ++ + ClearRight (screen) + register TScreen *screen; + { diff --git a/japanese/kterm/pkg-descr b/japanese/kterm/pkg-descr new file mode 100644 index 00000000000..bf35e4c93ee --- /dev/null +++ b/japanese/kterm/pkg-descr @@ -0,0 +1,9 @@ +Kterm is an xterm replacement with Japanese (Kanji) support. It also +understands ANSI color sequences. This version is 6.2.0, available +from the X11R6 contrib tape. + +This package includes the following additional patches: + + - Xaw3d arrow-style scrollbars + - neXtaw NeXT-style scrollbars + - kterm background-wallpaper support diff --git a/japanese/kterm/pkg-plist b/japanese/kterm/pkg-plist new file mode 100644 index 00000000000..fc808fe8b33 --- /dev/null +++ b/japanese/kterm/pkg-plist @@ -0,0 +1,7 @@ +@mode 4511 +bin/kterm +@mode 0444 +man/ja.UTF-8/man1/kterm.1.gz +man/man1/kterm.1.gz +lib/X11/app-defaults/KTerm +%%VGAFONT%%%%FONTSDIR%%/vga.pcf.gz diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile index 6a372564a8d..252f4054235 100644 --- a/japanese/nkf/Makefile +++ b/japanese/nkf/Makefile @@ -1,17 +1,21 @@ PORTNAME= nkf -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.5 PORTEPOCH= 1 CATEGORIES?= japanese -MASTER_SITES= OSDN/${PORTNAME} MAINTAINER= hrs@FreeBSD.org COMMENT= Network Kanji code conversion Filter -WWW= https://sourceforge.jp/projects/nkf/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/nkf.c -MAKE_ENV= MKDIR="${MKDIR}" -PLIST_FILES= bin/nkf man/man1/nkf.1.gz man/ja/man1/nkf.1.gz +USES= iconv +USE_GITHUB= yes +GH_ACCOUNT= nurse +GH_TAGNAME= v${PORTVERSION:C/\./_/g} + +MAKE_ENV= MKDIR="${MKDIR}" \ + ICONV_CMD="${ICONV_CMD}" +PLIST_FILES= bin/nkf man/man1/nkf.1.gz man/ja.UTF-8/man1/nkf.1.gz .include diff --git a/japanese/nkf/distinfo b/japanese/nkf/distinfo index 7b358dd83a6..bf72f93062b 100644 --- a/japanese/nkf/distinfo +++ b/japanese/nkf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1519798662 -SHA256 (nkf-2.1.4.tar.gz) = b4175070825deb3e98577186502a8408c05921b0c8ff52e772219f9d2ece89cb -SIZE (nkf-2.1.4.tar.gz) = 232479 +TIMESTAMP = 1704649242 +SHA256 (nurse-nkf-2.1.5-v2_1_5_GH0.tar.gz) = 10cf6eb3d4d095919185ac224d5a634e9926d731e656d04bacb270e5cae0e28c +SIZE (nurse-nkf-2.1.5-v2_1_5_GH0.tar.gz) = 250895 diff --git a/japanese/nkf/files/patch-Makefile b/japanese/nkf/files/patch-Makefile index 679fe3bfe5c..dc419584d00 100644 --- a/japanese/nkf/files/patch-Makefile +++ b/japanese/nkf/files/patch-Makefile @@ -1,25 +1,26 @@ ---- Makefile.orig 2015-12-12 13:51:41 UTC +--- Makefile.orig 2018-12-15 09:19:02 UTC +++ Makefile -@@ -1,18 +1,23 @@ +@@ -1,18 +1,24 @@ -CC = cc -CFLAGS = -g -O2 -Wall -pedantic -+CC? = cc -+CFLAGS? = -g -O2 -Wall -pedantic ++CC ?= cc ++CFLAGS ?= -g -O2 -Wall -pedantic # CFLAGS = -O3 SHAR = shar # SHAR = shar -T PERL = perl RM = rm -rf - VERSION = 2.1.4 + VERSION = 2.1.5 -MKDIR = mkdir -prefix = /usr/local -+MKDIR? = mkdir ++MKDIR ?= mkdir +prefix = $(DESTDIR)$(PREFIX) +manprefix = $(DESTDIR)$(MANPREFIX) PYTHON2 = python PYTHON3 = python -+BSD_INSTALL_PROGRAM?= ${INSTALL} -s -o root -g wheel -m 555 -+BSD_INSTALL_MAN?= ${INSTALL} -o root -g wheel -m 444 ++BSD_INSTALL_PROGRAM?= ${INSTALL} -s -o root -g wheel -m 555 ++BSD_INSTALL_MAN?= ${INSTALL} -o root -g wheel -m 444 ++ICONV_CMD?= iconv .PHONY: clean install test tar shar @@ -28,7 +29,7 @@ nkf : nkf.o utf8tbl.o $(CC) $(CFLAGS) $(LDFLAGS) -o nkf nkf.o utf8tbl.o -@@ -47,17 +52,17 @@ install: install-main install-man instal +@@ -47,17 +53,20 @@ install-main: install-main: -$(MKDIR) $(prefix)/bin @@ -43,13 +44,17 @@ + -$(MKDIR) $(manprefix)/man/man1 + ${BSD_INSTALL_MAN} nkf.1 $(manprefix)/man/man1/ - install-man-ja: +-install-man-ja: - -$(MKDIR) $(prefix)/man/ja - -$(MKDIR) $(prefix)/man/ja/man1 - cp -f nkf.1j $(prefix)/man/ja/man1/nkf.1 -+ -$(MKDIR) $(manprefix)/man/ja -+ -$(MKDIR) $(manprefix)/man/ja/man1 -+ ${BSD_INSTALL_MAN} nkf.1j $(manprefix)/man/ja/man1/nkf.1 ++nkf.1u: nkf.1j ++ ${ICONV_CMD} -f iso-2022-jp -t utf-8 < $? > $@ ++ ++install-man-ja: nkf.1u ++ -$(MKDIR) $(manprefix)/man/ja.UTF-8 ++ -$(MKDIR) $(manprefix)/man/ja.UTF-8/man1 ++ ${BSD_INSTALL_MAN} nkf.1u $(manprefix)/man/ja.UTF-8/man1/nkf.1 shar: -mkdir nkf-$(VERSION) diff --git a/japanese/plan/Makefile b/japanese/plan/Makefile index 1850dabcb71..60e7e9a7b2b 100644 --- a/japanese/plan/Makefile +++ b/japanese/plan/Makefile @@ -1,6 +1,6 @@ PORTNAME= plan PORTVERSION= 1.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese MAINTAINER= ports@FreeBSD.org diff --git a/japanese/prn/Makefile b/japanese/prn/Makefile index 4d38b5cb15d..6310889c51e 100644 --- a/japanese/prn/Makefile +++ b/japanese/prn/Makefile @@ -1,6 +1,6 @@ PORTNAME= prn PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese print MASTER_SITES= PORTS_JP DISTNAME= ${PORTNAME} @@ -19,9 +19,9 @@ do-install: (cd ${WRKSRC} && ${INSTALL_DATA} cmtdefs ${STAGEDIR}${DATADIR}) .for i in cmt cprn prn psconv (cd ${WRKSRC} && ${INSTALL_MAN} ${i}.jman \ - ${STAGEDIR}${MANPREFIX}/man/man1/${i}.1) + ${STAGEDIR}${PREFIX}/share/man/man1/${i}.1) .endfor (cd ${WRKSRC} && ${INSTALL_MAN} cmtdefs.jman \ - ${STAGEDIR}${MAN5PREFIX}/man/man5/cmtdefs.5) + ${STAGEDIR}${PREFIX}/share/man/man5/cmtdefs.5) .include diff --git a/japanese/prn/pkg-plist b/japanese/prn/pkg-plist index 20d0cb9f37d..e58f984bdb8 100644 --- a/japanese/prn/pkg-plist +++ b/japanese/prn/pkg-plist @@ -2,9 +2,9 @@ bin/cmt bin/cprn bin/prn bin/psconv -man/man1/cmt.1.gz -man/man1/cprn.1.gz -man/man1/prn.1.gz -man/man1/psconv.1.gz -man/man5/cmtdefs.5.gz +share/man/man1/cmt.1.gz +share/man/man1/cprn.1.gz +share/man/man1/prn.1.gz +share/man/man1/psconv.1.gz +share/man/man5/cmtdefs.5.gz %%DATADIR%%/cmtdefs diff --git a/japanese/qkc/Makefile b/japanese/qkc/Makefile index 6d66ac0ed61..ae56644bbff 100644 --- a/japanese/qkc/Makefile +++ b/japanese/qkc/Makefile @@ -11,10 +11,11 @@ WWW= https://hp.vector.co.jp/authors/VA000501/ USES= zip NO_WRKSUBDIR= yes ALL_TARGET= -PLIST_FILES= bin/qkc man/ja/man1/qkc.1.gz +PLIST_FILES= bin/qkc share/man/ja/man1/qkc.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qkc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/qkc.1 ${STAGEDIR}${MAN1PREFIX}/man/ja/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 + ${INSTALL_MAN} ${WRKSRC}/qkc.1 ${STAGEDIR}${PREFIX}/share/man/ja/man1 .include diff --git a/japanese/rogue_s/Makefile b/japanese/rogue_s/Makefile index b2fd67f15a2..c677679d3bf 100644 --- a/japanese/rogue_s/Makefile +++ b/japanese/rogue_s/Makefile @@ -1,6 +1,6 @@ PORTNAME= rogue_s PORTVERSION= 1.3a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese games MASTER_SITES= LOCAL/knu PORTS_JP DISTFILES= rogue_s.tar.z rogue_s.patch02.z rogue_s.patch03.z \ @@ -22,7 +22,7 @@ MAKE_ENV+= DATADIR="${DATADIR}" SUB_FILES= rogue_s.6 -PLIST_FILES= bin/rogue_s man/ja/man6/rogue_s.6.gz +PLIST_FILES= bin/rogue_s share/man/ja/man6/rogue_s.6.gz PORTDATA= mesg mesg_E mesg_fj mesg_utmc PORTDOCS= README README.1st README.doc options.doc rogue.doc @@ -46,7 +46,8 @@ post-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rogue ${STAGEDIR}${PREFIX}/bin/rogue_s - ${INSTALL_MAN} ${WRKDIR}/rogue_s.6 ${STAGEDIR}${MANPREFIX}/man/ja/man6/rogue_s.6 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man6/ + ${INSTALL_MAN} ${WRKDIR}/rogue_s.6 ${STAGEDIR}${PREFIX}/share/man/ja/man6/rogue_s.6 ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/mesg ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/mesg_E ${STAGEDIR}${DATADIR} diff --git a/japanese/slrn/Makefile b/japanese/slrn/Makefile index 2f22e1963ea..41d59d58bca 100644 --- a/japanese/slrn/Makefile +++ b/japanese/slrn/Makefile @@ -1,5 +1,6 @@ PORTNAME= slrn PORTVERSION= 0.9.6.2 +PORTREVISION= 1 CATEGORIES= japanese news MASTER_SITES= http://dists.lovepeers.org/distfiles/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -23,6 +24,7 @@ CONFLICTS= slrn-0.* GNU_CONFIGURE= yes ALL_TARGET= all slrnpull JDOCSRC= ${WRKDIR}/${PORTNAME}-doc-j0.9.5.6-0 +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share MAKE_JOBS_UNSAFE= yes @@ -35,8 +37,9 @@ post-patch: ${WRKSRC}/autoconf/Makefile.in post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 ${INSTALL_MAN} ${JDOCSRC}/slrn.1 \ - ${STAGEDIR}${MANPREFIX}/man/ja/man1 + ${STAGEDIR}${PREFIX}/share/man/ja/man1 ${CP} -a ${JDOCSRC} ${STAGEDIR}${PREFIX}/share/doc/slrn/ja .include diff --git a/japanese/slrn/pkg-plist b/japanese/slrn/pkg-plist index 9831445e5f0..2352867d3e1 100644 --- a/japanese/slrn/pkg-plist +++ b/japanese/slrn/pkg-plist @@ -1,7 +1,7 @@ bin/slrn bin/slrnpull -man/man1/slrn.1.gz -man/ja/man1/slrn.1.gz +share/man/man1/slrn.1.gz +share/man/ja/man1/slrn.1.gz share/slrn/color.sl share/slrn/ispell.sl share/slrn/nn.sl diff --git a/java/bootstrap-openjdk11/Makefile b/java/bootstrap-openjdk11/Makefile index 3138acffff7..f364e605e44 100644 --- a/java/bootstrap-openjdk11/Makefile +++ b/java/bootstrap-openjdk11/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${JDK_ROOT} JDK_PORT= ${PKGNAMEPREFIX}${PORTNAME} JDK_ROOT= ${PKGNAMEPREFIX}${PORTNAME} JDK_ARCH= ${ARCH:C/armv.*/arm/}${JDK_ARCH_SUFFIX_${ARCH}} -JDK_ARCH_SUFFIX_powerpc64= -${PPC_ABI:tl} +JDK_ARCH_SUFFIX_powerpc64= -elfv2 INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT} diff --git a/java/bootstrap-openjdk11/distinfo b/java/bootstrap-openjdk11/distinfo index 8240dbce9ee..1d0ace85e2e 100644 --- a/java/bootstrap-openjdk11/distinfo +++ b/java/bootstrap-openjdk11/distinfo @@ -7,8 +7,6 @@ SHA256 (bootstrap-openjdk11-arm-12-11.0.5.10.1.tar.xz) = 685aef29217a2e912d70708 SIZE (bootstrap-openjdk11-arm-12-11.0.5.10.1.tar.xz) = 97825032 SHA256 (bootstrap-openjdk11-i386-11.0.5.10.1.tar.xz) = 410b3bb719ae76770d14681c04d09420e1afbc0c463d9c33bfb94011cd90ecec SIZE (bootstrap-openjdk11-i386-11.0.5.10.1.tar.xz) = 97797356 -SHA256 (bootstrap-openjdk11-powerpc64-elfv1-11.0.5.10.1.tar.xz) = 84b41f06d42c745923227988bd0ab82f4f8adcfe88d65dfa8686a65474bacc6e -SIZE (bootstrap-openjdk11-powerpc64-elfv1-11.0.5.10.1.tar.xz) = 103414376 SHA256 (bootstrap-openjdk11-powerpc64-elfv2-11.0.5.10.1.tar.xz) = b3bd1ac3fbfe6b4cefb14dd42d0f4f6c1646ed238b0cb2e757d20089d1cd7428 SIZE (bootstrap-openjdk11-powerpc64-elfv2-11.0.5.10.1.tar.xz) = 97626680 SHA256 (bootstrap-openjdk11-powerpc64le-11.0.5.10.1.tar.xz) = 37fcadc9a4a27d5cc82c64bba322acf4ae398ed0fd1a566829394413ac471d5d diff --git a/java/bootstrap-openjdk17/Makefile b/java/bootstrap-openjdk17/Makefile index ab331a15ac7..f58f0e12788 100644 --- a/java/bootstrap-openjdk17/Makefile +++ b/java/bootstrap-openjdk17/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${JDK_ROOT} JDK_PORT= ${PKGNAMEPREFIX}${PORTNAME} JDK_ROOT= ${PKGNAMEPREFIX}${PORTNAME} JDK_ARCH= ${ARCH:C/armv.*/arm/}${JDK_ARCH_SUFFIX_${ARCH}} -JDK_ARCH_SUFFIX_powerpc64= -${PPC_ABI:tl} +JDK_ARCH_SUFFIX_powerpc64= -elfv2 INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT} diff --git a/java/bootstrap-openjdk8/Makefile b/java/bootstrap-openjdk8/Makefile index ab7aea6b5ec..808a75a253e 100644 --- a/java/bootstrap-openjdk8/Makefile +++ b/java/bootstrap-openjdk8/Makefile @@ -21,7 +21,7 @@ DISTVERSION_aarch64= r453316 DISTVERSION_amd64= r450802 DISTVERSION_arm= r450802 DISTVERSION_i386= r450802 -DISTVERSION_ppc64= r455236 # see below for ELFv2 +DISTVERSION_ppc64= r522831 DISTVERSION_ppc64le= r555661 JDK_ARCH= ${ARCH:C/armv.*/arm/:S/powerpc/ppc/} @@ -41,10 +41,6 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT} RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libffi.so.6:devel/libffi321 .endif -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2 -DISTVERSION_ppc64= r522831 -.endif - do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR} @cd ${WRKSRC} && ${COPYTREE_BIN} bin ${INSTALLDIR} diff --git a/java/bootstrap-openjdk8/distinfo.ppc64 b/java/bootstrap-openjdk8/distinfo.ppc64 index 6e3442ad463..bc26636f360 100644 --- a/java/bootstrap-openjdk8/distinfo.ppc64 +++ b/java/bootstrap-openjdk8/distinfo.ppc64 @@ -1,5 +1,3 @@ TIMESTAMP = 1577641270 -SHA256 (openjdk8-ppc64-r455236.tar.xz) = 81ac56dbffd860d41e7d6d2a2dc29e6f65ee155db9c92a1c9ccc688b2d7a1f19 -SIZE (openjdk8-ppc64-r455236.tar.xz) = 28179536 SHA256 (openjdk8-ppc64-r522831.tar.xz) = 2bb8b860e76cf8eb02a0a229d36421046790d7907b2f55a52c95b990072dda00 SIZE (openjdk8-ppc64-r522831.tar.xz) = 28740136 diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 67d67d0ecce..4fb16234626 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= 11 +PORTREVISION= 12 CATEGORIES= java www MAINTAINER= java@FreeBSD.org diff --git a/java/java-subversion/Makefile b/java/java-subversion/Makefile index eae4c956ce1..3e889502c0e 100644 --- a/java/java-subversion/Makefile +++ b/java/java-subversion/Makefile @@ -20,6 +20,9 @@ SVN_BUILD_BINDINGS= yes .include "${.CURDIR}/../../devel/subversion/Makefile.addons" CONFIGURE_ARGS+= --enable-javahl \ + --without-swig-perl \ + --without-siwg-python \ + --without-swig-ruby \ --with-jdk=${JAVA_HOME} \ --with-jikes=no \ --without-gnome-keyring \ diff --git a/java/javavmwrapper/Makefile b/java/javavmwrapper/Makefile index 619c167b4c1..952b26c2004 100644 --- a/java/javavmwrapper/Makefile +++ b/java/javavmwrapper/Makefile @@ -1,5 +1,6 @@ PORTNAME= javavmwrapper PORTVERSION= 2.7.9 +PORTREVISION= 1 CATEGORIES= java MASTER_SITES= # none DISTFILES= # none @@ -47,10 +48,10 @@ do-install: ${LN} -sf javavm ${STAGEDIR}${PREFIX}/bin/manvm ${LN} -sf javavm ${STAGEDIR}${PREFIX}/bin/registervm ${LN} -sf javavm ${STAGEDIR}${PREFIX}/bin/unregistervm - ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/registervm.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/unregistervm.1 - ${INSTALL_MAN} ${WRKSRC}/*.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${STAGEDIR}${PREFIX}/share/man/man1/unregistervm.1 + ${INSTALL_MAN} ${WRKSRC}/*.5 ${STAGEDIR}${PREFIX}/share/man/man5 ${INSTALL_DATA} ${FILESDIR}/javavm_opts.conf.dist \ ${STAGEDIR}${PREFIX}/etc/javavm_opts.conf.dist diff --git a/java/javavmwrapper/pkg-plist b/java/javavmwrapper/pkg-plist index e4a7a2caaef..0c9b9b76d94 100644 --- a/java/javavmwrapper/pkg-plist +++ b/java/javavmwrapper/pkg-plist @@ -5,10 +5,10 @@ bin/manvm bin/registervm bin/unregistervm @sample etc/javavm_opts.conf.dist etc/javavm_opts.conf -man/man1/checkvms.1.gz -man/man1/javavm.1.gz -man/man1/manvm.1.gz -man/man1/registervm.1.gz -man/man1/unregistervm.1.gz -man/man5/javavm_opts.conf.5.gz -man/man5/javavms.5.gz +share/man/man1/checkvms.1.gz +share/man/man1/javavm.1.gz +share/man/man1/manvm.1.gz +share/man/man1/registervm.1.gz +share/man/man1/unregistervm.1.gz +share/man/man5/javavm_opts.conf.5.gz +share/man/man5/javavms.5.gz diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile index 0dd0a8fc69e..9fee2af307b 100644 --- a/java/openjdk11/Makefile +++ b/java/openjdk11/Makefile @@ -163,10 +163,10 @@ CXX= ${LOCALBASE}/bin/clang++${LLVM_VER} .if ${ARCH} == aarch64 || ${ARCH:Marmv*} || ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= --disable-warnings-as-errors .endif -.if ${ARCH} == aarch64 || ${ARCH:Marmv*} || (defined(PPC_ABI) && ${PPC_ABI} == ELFv1) +.if ${ARCH} == aarch64 || ${ARCH:Marmv*} CONFIGURE_ARGS+= --disable-dtrace .endif -.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le +.if ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= --disable-precompiled-headers .endif .if ${ARCH} != amd64 diff --git a/java/openjdk17/Makefile b/java/openjdk17/Makefile index 5f2fc749ac0..f61d0cdf36e 100644 --- a/java/openjdk17/Makefile +++ b/java/openjdk17/Makefile @@ -155,11 +155,8 @@ CONFIGURE_ARGS+= --with-extra-cxxflags="${EXTRA_CFLAGS}" .if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= --disable-warnings-as-errors .endif -.if ${ARCH} == aarch64 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv1) -CONFIGURE_ARGS+= --disable-dtrace -.endif .if ${ARCH} == aarch64 -CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers +CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers --disable-dtrace MAKE_ENV+= JAVA_TOOL_OPTIONS="-XX:-UseCompressedClassPointers" EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_hotspot_share_runtime_arguments.cpp .endif diff --git a/java/openjdk18/Makefile b/java/openjdk18/Makefile index c5fb53256fc..ce47e54f0dc 100644 --- a/java/openjdk18/Makefile +++ b/java/openjdk18/Makefile @@ -114,7 +114,7 @@ JDK_BUILD_TYPE= release .include BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk18 -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*} BOOTSTRAP_JDKS+= ${LOCALBASE}/bootstrap-openjdk17 .endif BOOTSTRAP_JDKS+= ${LOCALBASE}/openjdk17 @@ -128,7 +128,7 @@ BOOTSTRAPJDKDIR= ${BJDK} # if no valid jdk found, set dependency .if !defined(BOOTSTRAPJDKDIR) -. if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le +. if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*} BOOTSTRAPJDKDIR?= ${LOCALBASE}/bootstrap-openjdk17 BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:java/bootstrap-openjdk17 . else @@ -165,11 +165,8 @@ CONFIGURE_ARGS+= --with-extra-cxxflags="${EXTRA_CFLAGS}" .if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= --disable-warnings-as-errors .endif -.if ${ARCH} == aarch64 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv1) -CONFIGURE_ARGS+= --disable-dtrace -.endif .if ${ARCH} == aarch64 -CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers +CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers --disable-dtrace MAKE_ENV+= JAVA_TOOL_OPTIONS="-XX:-UseCompressedClassPointers" EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_hotspot_share_runtime_arguments.cpp .endif diff --git a/java/openjdk19/Makefile b/java/openjdk19/Makefile index ceea755af1c..4f7b75442cb 100644 --- a/java/openjdk19/Makefile +++ b/java/openjdk19/Makefile @@ -155,11 +155,8 @@ CONFIGURE_ARGS+= --with-extra-cxxflags="${EXTRA_CFLAGS}" .if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= --disable-warnings-as-errors .endif -.if ${ARCH} == aarch64 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv1) -CONFIGURE_ARGS+= --disable-dtrace -.endif .if ${ARCH} == aarch64 -CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers +CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers --disable-dtrace MAKE_ENV+= JAVA_TOOL_OPTIONS="-XX:-UseCompressedClassPointers" EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_hotspot_share_runtime_arguments.cpp .endif diff --git a/java/openjdk20/Makefile b/java/openjdk20/Makefile index 7035121d893..3ad5fd92010 100644 --- a/java/openjdk20/Makefile +++ b/java/openjdk20/Makefile @@ -154,11 +154,8 @@ CONFIGURE_ARGS+= --with-extra-cxxflags="${EXTRA_CFLAGS}" .if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= --disable-warnings-as-errors .endif -.if ${ARCH} == aarch64 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv1) -CONFIGURE_ARGS+= --disable-dtrace -.endif .if ${ARCH} == aarch64 -CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers +CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers --disable-dtrace MAKE_ENV+= JAVA_TOOL_OPTIONS="-XX:-UseCompressedClassPointers" .endif diff --git a/java/openjdk21/Makefile b/java/openjdk21/Makefile index 6f05797ca0e..fdeab8ad32f 100644 --- a/java/openjdk21/Makefile +++ b/java/openjdk21/Makefile @@ -154,11 +154,8 @@ CONFIGURE_ARGS+= --with-extra-cxxflags="${EXTRA_CFLAGS}" .if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= --disable-warnings-as-errors .endif -.if ${ARCH} == aarch64 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv1) -CONFIGURE_ARGS+= --disable-dtrace -.endif .if ${ARCH} == aarch64 -CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers +CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers --disable-dtrace MAKE_ENV+= JAVA_TOOL_OPTIONS="-XX:-UseCompressedClassPointers" .endif diff --git a/java/wildfly/Makefile b/java/wildfly/Makefile index 0f19ff2b476..21afc6e7164 100644 --- a/java/wildfly/Makefile +++ b/java/wildfly/Makefile @@ -1,5 +1,5 @@ PORTNAME= wildfly -PORTVERSION= 17.0.1 +PORTVERSION= 20.0.1 CATEGORIES= java www MASTER_SITES= https://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} diff --git a/java/wildfly/distinfo b/java/wildfly/distinfo index 18a47dcb27b..f739f929a83 100644 --- a/java/wildfly/distinfo +++ b/java/wildfly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704343156 -SHA256 (wildfly-17.0.1.Final.tar.gz) = 2812b43b6c8e61f2d764a12d5a11de79481461b8cac51434ea730ee5985d38de -SIZE (wildfly-17.0.1.Final.tar.gz) = 183598392 +TIMESTAMP = 1704882420 +SHA256 (wildfly-20.0.1.Final.tar.gz) = 63ced690c05149f444e8d0418c1d76ab82941d1e3763ef4c49b0c43de5f95ae7 +SIZE (wildfly-20.0.1.Final.tar.gz) = 191830695 diff --git a/java/wildfly/pkg-plist b/java/wildfly/pkg-plist index af86a1fe73a..cecbae68234 100644 --- a/java/wildfly/pkg-plist +++ b/java/wildfly/pkg-plist @@ -56,7 +56,9 @@ %%APP_HOME%%/docs/examples/configs/standalone-rts.xml %%APP_HOME%%/docs/examples/configs/standalone-xts.xml %%APP_HOME%%/docs/examples/enable-elytron.cli +%%APP_HOME%%/docs/examples/enable-microprofile.cli %%APP_HOME%%/docs/licenses/apache license 2.0.txt +%%APP_HOME%%/docs/licenses/bsd 2-clause simplified license.txt %%APP_HOME%%/docs/licenses/bsd 3-clause new or revised license.html %%APP_HOME%%/docs/licenses/bsd 3-clause no nuclear license.html %%APP_HOME%%/docs/licenses/common development and distribution license 1.0.txt @@ -76,6 +78,7 @@ %%APP_HOME%%/docs/licenses/gnu general public license v2.0 only.html %%APP_HOME%%/docs/licenses/gnu general public license, version 2 with the classpath exception.txt %%APP_HOME%%/docs/licenses/gnu lesser general public license v2.1 only.txt +%%APP_HOME%%/docs/licenses/gnu lesser general public license v2.1 or later.html %%APP_HOME%%/docs/licenses/gnu lesser general public license v2.1 or later.txt %%APP_HOME%%/docs/licenses/gnu lesser general public license v3.0 only.txt %%APP_HOME%%/docs/licenses/gnu lesser general public license v3.0 or later.txt @@ -85,6 +88,8 @@ %%APP_HOME%%/docs/licenses/licenses.html %%APP_HOME%%/docs/licenses/licenses.xml %%APP_HOME%%/docs/licenses/licenses.xsl +%%APP_HOME%%/docs/licenses/microprofile-feature-pack-licenses.html +%%APP_HOME%%/docs/licenses/microprofile-feature-pack-licenses.xml %%APP_HOME%%/docs/licenses/mit license.txt %%APP_HOME%%/docs/licenses/mozilla public license 1.1.txt %%APP_HOME%%/docs/licenses/mozilla public license 2.0.html @@ -96,6 +101,7 @@ %%APP_HOME%%/docs/licenses/the asm bsd license.txt %%APP_HOME%%/docs/licenses/the bsd license.txt %%APP_HOME%%/docs/licenses/the jsoup mit license.html +%%APP_HOME%%/docs/schema/README.md %%APP_HOME%%/docs/schema/application-client_6.xsd %%APP_HOME%%/docs/schema/application-client_7.xsd %%APP_HOME%%/docs/schema/application-client_8.xsd @@ -107,10 +113,18 @@ %%APP_HOME%%/docs/schema/batch-jberet_1_0.xsd %%APP_HOME%%/docs/schema/discovery-1_0.xsd %%APP_HOME%%/docs/schema/distributable-web_1_0.xsd +%%APP_HOME%%/docs/schema/distributable-web_2_0.xsd %%APP_HOME%%/docs/schema/ejb-jar_2_1.xsd %%APP_HOME%%/docs/schema/ejb-jar_3_0.xsd %%APP_HOME%%/docs/schema/ejb-jar_3_1.xsd %%APP_HOME%%/docs/schema/ejb-jar_3_2.xsd +%%APP_HOME%%/docs/schema/elytron-1_0.xsd +%%APP_HOME%%/docs/schema/elytron-1_0_1.xsd +%%APP_HOME%%/docs/schema/elytron-client-1_1.xsd +%%APP_HOME%%/docs/schema/elytron-client-1_2.xsd +%%APP_HOME%%/docs/schema/elytron-client-1_3.xsd +%%APP_HOME%%/docs/schema/elytron-client-1_4.xsd +%%APP_HOME%%/docs/schema/elytron-client-1_5.xsd %%APP_HOME%%/docs/schema/j2ee_1_4.xsd %%APP_HOME%%/docs/schema/j2ee_jaxrpc_mapping_1_1.xsd %%APP_HOME%%/docs/schema/j2ee_web_services_1_1.xsd @@ -159,6 +173,7 @@ %%APP_HOME%%/docs/schema/jboss-as-ee_2_0.xsd %%APP_HOME%%/docs/schema/jboss-as-ee_3_0.xsd %%APP_HOME%%/docs/schema/jboss-as-ee_4_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-ee_5_0.xsd %%APP_HOME%%/docs/schema/jboss-as-ejb3_1_0.xsd %%APP_HOME%%/docs/schema/jboss-as-ejb3_1_1.xsd %%APP_HOME%%/docs/schema/jboss-as-ejb3_1_2.xsd @@ -167,6 +182,7 @@ %%APP_HOME%%/docs/schema/jboss-as-ejb3_1_5.xsd %%APP_HOME%%/docs/schema/jboss-as-ejb3_2_0.xsd %%APP_HOME%%/docs/schema/jboss-as-iiop-openjdk_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_10_0.xsd %%APP_HOME%%/docs/schema/jboss-as-infinispan_1_0.xsd %%APP_HOME%%/docs/schema/jboss-as-infinispan_1_1.xsd %%APP_HOME%%/docs/schema/jboss-as-infinispan_1_2.xsd @@ -180,6 +196,7 @@ %%APP_HOME%%/docs/schema/jboss-as-infinispan_6_0.xsd %%APP_HOME%%/docs/schema/jboss-as-infinispan_7_0.xsd %%APP_HOME%%/docs/schema/jboss-as-infinispan_8_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_9_0.xsd %%APP_HOME%%/docs/schema/jboss-as-jacorb_1_0.xsd %%APP_HOME%%/docs/schema/jboss-as-jacorb_1_1.xsd %%APP_HOME%%/docs/schema/jboss-as-jacorb_1_2.xsd @@ -189,6 +206,7 @@ %%APP_HOME%%/docs/schema/jboss-as-jaxr_1_0.xsd %%APP_HOME%%/docs/schema/jboss-as-jaxr_1_1.xsd %%APP_HOME%%/docs/schema/jboss-as-jaxrs_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jaxrs_2_0.xsd %%APP_HOME%%/docs/schema/jboss-as-jca_1_1.xsd %%APP_HOME%%/docs/schema/jboss-as-jdr_1_0.xsd %%APP_HOME%%/docs/schema/jboss-as-jgroups_1_0.xsd @@ -199,6 +217,7 @@ %%APP_HOME%%/docs/schema/jboss-as-jgroups_5_0.xsd %%APP_HOME%%/docs/schema/jboss-as-jgroups_6_0.xsd %%APP_HOME%%/docs/schema/jboss-as-jgroups_7_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jgroups_8_0.xsd %%APP_HOME%%/docs/schema/jboss-as-jmx_1_0.xsd %%APP_HOME%%/docs/schema/jboss-as-jmx_1_1.xsd %%APP_HOME%%/docs/schema/jboss-as-jmx_1_2.xsd @@ -220,6 +239,7 @@ %%APP_HOME%%/docs/schema/jboss-as-logging_5_0.xsd %%APP_HOME%%/docs/schema/jboss-as-logging_6_0.xsd %%APP_HOME%%/docs/schema/jboss-as-logging_7_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_8_0.xsd %%APP_HOME%%/docs/schema/jboss-as-mail_1_0.xsd %%APP_HOME%%/docs/schema/jboss-as-mail_1_1.xsd %%APP_HOME%%/docs/schema/jboss-as-mail_1_2.xsd @@ -299,6 +319,7 @@ %%APP_HOME%%/docs/schema/jboss-ejb-client_1_0.xsd %%APP_HOME%%/docs/schema/jboss-ejb-client_1_1.xsd %%APP_HOME%%/docs/schema/jboss-ejb-client_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-client_1_3.xsd %%APP_HOME%%/docs/schema/jboss-ejb-clustering_1_1.xsd %%APP_HOME%%/docs/schema/jboss-ejb-container-interceptors_1_0.xsd %%APP_HOME%%/docs/schema/jboss-ejb-delivery-active_1_0.xsd @@ -378,6 +399,7 @@ %%APP_HOME%%/docs/schema/web-partialresponse_2_2.xsd %%APP_HOME%%/docs/schema/web-partialresponse_2_3.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-agroal_1_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-agroal_2_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-batch-jberet_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-batch-jberet_2_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-bean-validation_1_0.xsd @@ -388,8 +410,12 @@ %%APP_HOME%%/docs/schema/%%APP_HOME%%-cli_3_4.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-client-ejb_3_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-client-ejb_3_1.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-client-ejb_3_2.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-client_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-config_10_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-config_11_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-config_12_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-config_13_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-config_3_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-config_4_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-config_4_1.xsd @@ -400,17 +426,24 @@ %%APP_HOME%%/docs/schema/%%APP_HOME%%-config_8_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-config_9_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-core-management_1_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-credential-reference_1_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-credential-reference_1_1.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-datasources_2_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-datasources_3_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-datasources_4_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-datasources_5_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-datasources_6_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-discovery_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-distributable-web_1_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-distributable-web_2_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-ee-security_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-ejb-timer_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-ejb3_3_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-ejb3_4_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-ejb3_5_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-ejb3_6_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-ejb3_7_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-elytron_10_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-elytron_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-elytron_1_1.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-elytron_1_2.xsd @@ -420,6 +453,8 @@ %%APP_HOME%%/docs/schema/%%APP_HOME%%-elytron_5_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-elytron_6_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-elytron_7_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-elytron_8_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-elytron_9_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-http-client_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-iiop-openjdk_2_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-iiop-openjdk_2_1.xsd @@ -433,7 +468,9 @@ %%APP_HOME%%/docs/schema/%%APP_HOME%%-jca_5_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-mail_2_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-mail_3_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-mail_4_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-messaging-activemq-deployment_1_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-messaging-activemq_10_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-messaging-activemq_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-messaging-activemq_2_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-messaging-activemq_3_0.xsd @@ -441,11 +478,18 @@ %%APP_HOME%%/docs/schema/%%APP_HOME%%-messaging-activemq_5_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-messaging-activemq_6_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-messaging-activemq_7_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-messaging-activemq_8_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-messaging-activemq_9_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-microprofile-config-smallrye_1_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-microprofile-fault-tolerance-smallrye_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-microprofile-health-smallrye_1_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-microprofile-health-smallrye_2_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-microprofile-jwt-smallrye_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-microprofile-metrics-smallrye_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-microprofile-metrics-smallrye_2_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-microprofile-openapi-smallrye_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-microprofile-opentracing_1_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-microprofile-opentracing_2_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-picketlink-federation_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-picketlink-federation_1_1.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-picketlink-federation_2_0.xsd @@ -460,6 +504,7 @@ %%APP_HOME%%/docs/schema/%%APP_HOME%%-resource-adapters_3_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-resource-adapters_4_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-resource-adapters_5_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-resource-adapters_6_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-rts_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-security-manager_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-security_2_0.xsd @@ -468,6 +513,8 @@ %%APP_HOME%%/docs/schema/%%APP_HOME%%-txn_3_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-txn_4_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-txn_5_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-undertow_10_0.xsd +%%APP_HOME%%/docs/schema/%%APP_HOME%%-undertow_11_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-undertow_1_0.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-undertow_1_1.xsd %%APP_HOME%%/docs/schema/%%APP_HOME%%-undertow_1_2.xsd @@ -496,41 +543,43 @@ %%APP_HOME%%/modules/system/layers/base/asm/asm/main/asm-7.1.jar %%APP_HOME%%/modules/system/layers/base/asm/asm/main/asm-util-7.1.jar %%APP_HOME%%/modules/system/layers/base/asm/asm/main/module.xml -%%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main/cal10n-api-0.8.1.jar -%%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/classmate-1.3.4.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/classmate-1.5.1.jar %%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/jackson-annotations-2.9.9.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/jackson-annotations-2.10.4.jar %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/jackson-core-2.9.9.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/jackson-core-2.10.4.jar %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/jackson-databind-2.9.9.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/jackson-databind-2.10.4.jar %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/jackson-datatype-jdk8-2.9.9.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/main/jackson-dataformat-yaml-2.10.4.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/jackson-datatype-jdk8-2.10.4.jar %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/jackson-datatype-jsr310-2.9.9.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/jackson-datatype-jsr310-2.10.4.jar %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-base-2.9.9.jar -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-json-provider-2.9.9.jar -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-module-jaxb-annotations-2.9.9.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-base-2.10.4.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-json-provider-2.10.4.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-module-jaxb-annotations-2.10.4.jar %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/github/ben-manes/caffeine/main/caffeine-2.6.2.jar +%%APP_HOME%%/modules/system/layers/base/com/github/ben-manes/caffeine/main/caffeine-2.8.2.jar %%APP_HOME%%/modules/system/layers/base/com/github/ben-manes/caffeine/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/github/fge/jackson-coreutils/main/jackson-coreutils-1.0.jar +%%APP_HOME%%/modules/system/layers/base/com/github/fge/btf/main/btf-1.2.jar +%%APP_HOME%%/modules/system/layers/base/com/github/fge/btf/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/github/fge/jackson-coreutils/main/jackson-coreutils-1.8.jar %%APP_HOME%%/modules/system/layers/base/com/github/fge/jackson-coreutils/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/github/fge/json-patch/main/json-patch-1.3.jar +%%APP_HOME%%/modules/system/layers/base/com/github/fge/json-patch/main/json-patch-1.9.jar %%APP_HOME%%/modules/system/layers/base/com/github/fge/json-patch/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/github/relaxng/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/github/relaxng/main/relaxng-datatype-2.3.1.jar -%%APP_HOME%%/modules/system/layers/base/com/github/spullara/mustache/main/compiler-0.9.4.jar +%%APP_HOME%%/modules/system/layers/base/com/github/fge/msg-simple/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/github/fge/msg-simple/main/msg-simple-1.1.jar +%%APP_HOME%%/modules/system/layers/base/com/github/spullara/mustache/main/compiler-0.9.6.jar %%APP_HOME%%/modules/system/layers/base/com/github/spullara/mustache/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/google/code/gson/main/gson-2.8.2.jar +%%APP_HOME%%/modules/system/layers/base/com/google/code/gson/main/gson-2.8.6.jar %%APP_HOME%%/modules/system/layers/base/com/google/code/gson/main/module.xml %%APP_HOME%%/modules/system/layers/base/com/google/guava/main/guava-25.0-jre.jar %%APP_HOME%%/modules/system/layers/base/com/google/guava/main/module.xml %%APP_HOME%%/modules/system/layers/base/com/googlecode/javaewah/main/JavaEWAH-1.1.6.jar %%APP_HOME%%/modules/system/layers/base/com/googlecode/javaewah/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main/h2-1.4.193.jar +%%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main/h2-1.4.197.jar %%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main/module.xml %%APP_HOME%%/modules/system/layers/base/com/jcraft/jsch/main/jsch-0.1.54.jar %%APP_HOME%%/modules/system/layers/base/com/jcraft/jsch/main/module.xml @@ -541,25 +590,24 @@ %%APP_HOME%%/modules/system/layers/base/com/squareup/okhttp3/main/module.xml %%APP_HOME%%/modules/system/layers/base/com/squareup/okhttp3/main/okhttp-3.9.0.jar %%APP_HOME%%/modules/system/layers/base/com/squareup/okhttp3/main/okio-1.13.0.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-runtime-3.0.7.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-tools-3.0.7.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.3.9.SP02.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.3.9.SP11.jar %%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/codemodel-2.3.1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-jxc-2.3.1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-runtime-2.3.1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-xjc-2.3.1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/codemodel-2.3.3-b02.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/istack-commons-runtime-3.0.10.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/istack-commons-tools-3.0.10.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-jxc-2.3.3-b02.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-runtime-2.3.3-b02.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-xjc-2.3.3-b02.jar %%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/rngom-2.3.1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/relaxng-datatype-2.3.3-b02.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/rngom-2.3.3-b02.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/txw2-2.3.3-b02.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/xsom-2.3.3-b02.jar %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/FastInfoset-1.2.13.jar %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/module.xml %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/txw2-2.3.1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/xsom-2.3.1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/saaj-impl-1.4.1.SP1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/stax-ex-1.7.8.jar %%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/java-getopt-1.0.13.jar %%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/module.xml %%APP_HOME%%/modules/system/layers/base/ibm/jdk/main/module.xml @@ -567,168 +615,176 @@ %%APP_HOME%%/modules/system/layers/base/io/agroal/main/agroal-narayana-1.3.jar %%APP_HOME%%/modules/system/layers/base/io/agroal/main/agroal-pool-1.3.jar %%APP_HOME%%/modules/system/layers/base/io/agroal/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/jaegertracing/jaeger/main/jaeger-core-0.34.0.jar -%%APP_HOME%%/modules/system/layers/base/io/jaegertracing/jaeger/main/jaeger-thrift-0.34.0.jar +%%APP_HOME%%/modules/system/layers/base/io/jaegertracing/jaeger/main/jaeger-core-0.34.3.jar +%%APP_HOME%%/modules/system/layers/base/io/jaegertracing/jaeger/main/jaeger-thrift-0.34.3.jar %%APP_HOME%%/modules/system/layers/base/io/jaegertracing/jaeger/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/netty/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.1.29.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.1.48.Final.jar %%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/opentracing-concurrent-0.1.0.jar +%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/opentracing-concurrent-0.2.1.jar +%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-interceptors/main/module.xml +%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-interceptors/main/opentracing-interceptors-0.0.4.jar %%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/main/opentracing-jaxrs2-0.1.7.jar +%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/main/opentracing-jaxrs2-0.4.1.jar %%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-tracerresolver/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-tracerresolver/main/opentracing-tracerresolver-0.1.5.jar %%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/main/opentracing-web-servlet-filter-0.1.0.jar +%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/main/opentracing-web-servlet-filter-0.2.3.jar %%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-api/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-api/main/opentracing-api-0.31.0.jar %%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-noop/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-noop/main/opentracing-noop-0.31.0.jar %%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-util/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-util/main/opentracing-util-0.31.0.jar -%%APP_HOME%%/modules/system/layers/base/io/prometheus/simpleclient/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/prometheus/simpleclient/main/simpleclient-0.6.0.jar -%%APP_HOME%%/modules/system/layers/base/io/prometheus/simpleclient/main/simpleclient_common-0.6.0.jar %%APP_HOME%%/modules/system/layers/base/io/reactivex/rxjava2/rxjava/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/reactivex/rxjava2/rxjava/main/rxjava-2.2.2.jar +%%APP_HOME%%/modules/system/layers/base/io/reactivex/rxjava2/rxjava/main/rxjava-2.2.19.jar %%APP_HOME%%/modules/system/layers/base/io/smallrye/config/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/smallrye/config/main/smallrye-config-1.3.4.jar +%%APP_HOME%%/modules/system/layers/base/io/smallrye/config/main/smallrye-config-1.6.2.jar +%%APP_HOME%%/modules/system/layers/base/io/smallrye/config/main/smallrye-config-common-1.6.2.jar +%%APP_HOME%%/modules/system/layers/base/io/smallrye/config/main/smallrye-config-source-file-system-1.6.2.jar +%%APP_HOME%%/modules/system/layers/base/io/smallrye/fault-tolerance/main/module.xml +%%APP_HOME%%/modules/system/layers/base/io/smallrye/fault-tolerance/main/smallrye-fault-tolerance-4.2.1.jar +%%APP_HOME%%/modules/system/layers/base/io/smallrye/fault-tolerance/main/smallrye-fault-tolerance-core-4.2.1.jar %%APP_HOME%%/modules/system/layers/base/io/smallrye/health/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/smallrye/health/main/smallrye-health-1.0.2.jar +%%APP_HOME%%/modules/system/layers/base/io/smallrye/health/main/smallrye-health-2.2.0.jar +%%APP_HOME%%/modules/system/layers/base/io/smallrye/jwt/main/module.xml +%%APP_HOME%%/modules/system/layers/base/io/smallrye/jwt/main/smallrye-jwt-2.0.13.jar %%APP_HOME%%/modules/system/layers/base/io/smallrye/metrics/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/smallrye/metrics/main/smallrye-metrics-1.1.3.jar +%%APP_HOME%%/modules/system/layers/base/io/smallrye/metrics/main/smallrye-metrics-2.4.0.jar +%%APP_HOME%%/modules/system/layers/base/io/smallrye/openapi/main/module.xml +%%APP_HOME%%/modules/system/layers/base/io/smallrye/openapi/main/smallrye-open-api-1.2.3.jar %%APP_HOME%%/modules/system/layers/base/io/smallrye/opentracing/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/smallrye/opentracing/main/smallrye-opentracing-1.1.1.jar +%%APP_HOME%%/modules/system/layers/base/io/smallrye/opentracing/main/smallrye-opentracing-1.3.4.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-2.0.21.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-2.1.3.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/js/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/undertow/js/main/undertow-js-1.0.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-2.0.7.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-2.0.8.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-2.0.21.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-2.1.3.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-2.0.21.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-2.1.3.Final.jar %%APP_HOME%%/modules/system/layers/base/javaee/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/activation-1.1.1.jar +%%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/jakarta.activation-1.2.1.jar %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/jboss-annotations-api_1.3_spec-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/jboss-annotations-api_1.3_spec-2.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/batch/api/main/jboss-batch-api_1.0_spec-1.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/batch/api/main/jboss-batch-api_1.0_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/batch/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main/jboss-ejb-api_3.2_spec-1.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main/jboss-ejb-api_3.2_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/el/api/main/jboss-el-api_3.0_spec-1.0.13.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/el/api/main/jboss-el-api_3.0_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/el/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/cdi-api-2.0.SP1.jar +%%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/jakarta.enterprise.cdi-api-2.0.2.jar %%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/jboss-concurrency-api_1.0_spec-1.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/jboss-concurrency-api_1.0_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/jboss-jsf-api_2.3_spec-2.3.9.SP02.jar +%%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/jboss-jsf-api_2.3_spec-3.0.0.SP04.jar %%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/inject/api/main/javax.inject-1.jar +%%APP_HOME%%/modules/system/layers/base/javax/inject/api/main/jakarta.inject-api-1.0.jar %%APP_HOME%%/modules/system/layers/base/javax/inject/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/jboss-interceptors-api_1.2_spec-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/jboss-interceptors-api_1.2_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/jboss-jms-api_2.0_spec-1.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/jboss-jms-api_2.0_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/json/api/main/javax.json-api-1.1.2.jar +%%APP_HOME%%/modules/system/layers/base/javax/json/api/main/jakarta.json-api-1.1.6.jar %%APP_HOME%%/modules/system/layers/base/javax/json/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/json/bind/api/main/javax.json.bind-api-1.0.jar +%%APP_HOME%%/modules/system/layers/base/javax/json/bind/api/main/jakarta.json.bind-api-1.0.2.jar %%APP_HOME%%/modules/system/layers/base/javax/json/bind/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/jsr181-api-1.0-MR1.jar %%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/javax.mail-1.6.2.jar +%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/jakarta.mail-1.6.5.jar %%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/orb/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/orb/api/main/openjdk-orb-8.1.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/javax.persistence-api-2.2.jar +%%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/jakarta.persistence-api-2.2.3.jar %%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/jboss-connector-api_1.7_spec-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/jboss-connector-api_1.7_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/rmi/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/jboss-jaspi-api_1.1_spec-1.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/jboss-jaspi-api_1.1_spec-2.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/security/enterprise/api/main/javax.security.enterprise-api-1.0.jar +%%APP_HOME%%/modules/system/layers/base/javax/security/enterprise/api/main/jakarta.security.enterprise-api-1.0.2.jar %%APP_HOME%%/modules/system/layers/base/javax/security/enterprise/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/jboss-jacc-api_1.5_spec-1.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/jboss-jacc-api_1.5_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/jboss-servlet-api_4.0_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/jboss-servlet-api_4.0_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/jboss-jsp-api_2.3_spec-1.0.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/jboss-jsp-api_2.3_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/taglibs-standard-compat-1.2.6-RC1.jar %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/taglibs-standard-impl-1.2.6-RC1.jar %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/taglibs-standard-spec-1.2.6-RC1.jar %%APP_HOME%%/modules/system/layers/base/javax/sql/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/jboss-transaction-api_1.2_spec-1.1.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/jboss-transaction-api_1.3_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/jakarta.validation-api-2.0.2.jar %%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/validation-api-2.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/jboss-websocket-api_1.1_spec-1.1.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/jboss-websocket-api_1.1_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/jboss-jaxrs-api_2.1_spec-1.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/jboss-jaxrs-api_2.1_spec-2.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main/wsdl4j-1.6.3.jar -%%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/jboss-jaxb-api_2.3_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.6.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/jboss-saaj-api_1.4_spec-1.0.2.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/xml/stream/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/jboss-jaxws-api_2.3_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/jboss-jaxws-api_2.3_spec-2.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/net/bytebuddy/main/byte-buddy-1.9.5.jar +%%APP_HOME%%/modules/system/layers/base/net/bytebuddy/main/byte-buddy-1.9.11.jar %%APP_HOME%%/modules/system/layers/base/net/bytebuddy/main/module.xml %%APP_HOME%%/modules/system/layers/base/net/jcip/main/jcip-annotations-1.0.jar %%APP_HOME%%/modules/system/layers/base/net/jcip/main/module.xml %%APP_HOME%%/modules/system/layers/base/nu/xom/main/module.xml %%APP_HOME%%/modules/system/layers/base/nu/xom/main/xom-1.2.10.jar -%%APP_HOME%%/modules/system/layers/base/org/aesh/main/aesh-2.3.jar -%%APP_HOME%%/modules/system/layers/base/org/aesh/main/aesh-extensions-1.7.jar -%%APP_HOME%%/modules/system/layers/base/org/aesh/main/aesh-readline-1.17.jar +%%APP_HOME%%/modules/system/layers/base/org/aesh/main/aesh-2.4.jar +%%APP_HOME%%/modules/system/layers/base/org/aesh/main/aesh-extensions-1.8.jar %%APP_HOME%%/modules/system/layers/base/org/aesh/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/aesh/main/readline-2.0.jar %%APP_HOME%%/modules/system/layers/base/org/antlr/main/antlr-2.7.7.jar %%APP_HOME%%/modules/system/layers/base/org/antlr/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/activemq-artemis-native-1.0.0.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-commons-2.8.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-journal-2.8.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-commons-2.10.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-journal-2.10.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-i686/libartemis-native-32.so %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-x86_64/libartemis-native-64.so %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-cli-2.8.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-core-client-2.8.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-dto-2.8.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-hqclient-protocol-2.8.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jdbc-store-2.8.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-client-2.8.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-server-2.8.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-selector-2.8.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-server-2.8.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-service-extensions-2.8.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-tools-2.8.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-cli-2.10.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-core-client-2.10.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-dto-2.10.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-hqclient-protocol-2.10.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jdbc-store-2.10.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-client-2.10.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-server-2.10.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-selector-2.10.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-server-2.10.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-service-extensions-2.10.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-tools-2.10.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/artemis-amqp-protocol-2.8.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/artemis-amqp-protocol-2.10.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/artemis-hornetq-protocol-2.8.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/artemis-hornetq-protocol-2.10.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/artemis-stomp-protocol-2.8.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/artemis-stomp-protocol-2.10.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/artemis-ra-2.8.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/artemis-ra-2.10.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/avro/main/avro-1.7.6.jar %%APP_HOME%%/modules/system/layers/base/org/apache/avro/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils/main/commons-beanutils-1.9.3.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils/main/commons-beanutils-1.9.4.jar %%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli/main/commons-cli-1.3.1.jar %%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main/commons-codec-1.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main/commons-codec-1.13.jar %%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main/commons-collections-3.2.2.jar %%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main/module.xml @@ -739,52 +795,52 @@ %%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang3/main/commons-lang3-3.9.jar %%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang3/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/commons/logging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-features-clustering-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-saml-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-hc-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-wsdl-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-3.3.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-features-clustering-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-saml-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-hc-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-wsdl-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-3.3.6.jar %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-boolean-3.3.0.jar %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-bug986-3.3.0.jar %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-dv-3.3.0.jar %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-runtime-3.3.0.jar %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-ts-3.3.0.jar %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-core-3.3.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-rt-features-logging-3.3.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-core-3.3.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-rt-features-logging-3.3.6.jar %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/services-sts/main/cxf-services-sts-core-3.3.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/services-sts/main/cxf-services-sts-core-3.3.6.jar %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/services-sts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/ws-security/main/cxf-rt-ws-security-3.3.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/ws-security/main/cxf-rt-ws-security-3.3.6.jar %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/ws-security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/core/main/httpclient-4.5.4.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/core/main/httpcore-4.4.5.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/core/main/httpclient-4.5.12.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/core/main/httpcore-4.4.13.jar %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/core/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpasyncclient-4.1.4.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-nio-4.4.5.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpmime-4.5.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-nio-4.4.13.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpmime-4.5.12.jar %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main/apache-mime4j-0.6.jar %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main/module.xml @@ -800,24 +856,24 @@ %%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main/neethi-3.1.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/jipijapa-openjpa-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/jipijapa-openjpa-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-j-0.32.0.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-j-0.33.2.jar %%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-2.1.3.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/thrift/main/libthrift-0.12.0.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-2.1.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/thrift/main/libthrift-0.13.0.jar %%APP_HOME%%/modules/system/layers/base/org/apache/thrift/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main/velocity-engine-core-2.0.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/jasypt-1.9.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main/velocity-engine-core-2.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/jasypt-1.9.3.jar %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-bindings-2.2.3.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-policy-2.2.3.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-common-2.2.3.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-dom-2.2.3.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-policy-stax-2.2.3.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-stax-2.2.3.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-bindings-2.2.5.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-policy-2.2.5.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-common-2.2.5.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-dom-2.2.5.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-policy-stax-2.2.5.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-stax-2.2.5.jar %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main/xmlschema-core-2.2.4.jar %%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/module.xml @@ -827,269 +883,282 @@ %%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main/xercesImpl-2.12.0.SP02.jar %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver/main/xml-resolver-1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcmail-jdk15on-1.60.jar -%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcpkix-jdk15on-1.60.jar -%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcprov-jdk15on-1.60.jar +%%APP_HOME%%/modules/system/layers/base/org/bitbucket/jose4j/main/jose4j-0.7.0.jar +%%APP_HOME%%/modules/system/layers/base/org/bitbucket/jose4j/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcmail-jdk15on-1.65.jar +%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcpkix-jdk15on-1.65.jar +%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcprov-jdk15on-1.65.jar %%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.13.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.13.redhat-00007.jar %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.13.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.13.redhat-00007.jar %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.13.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.13.redhat-00007.jar %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.13.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.13.redhat-00007.jar %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main/jettison-1.3.8.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main/jettison-1.4.0.jar %%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/stax2-api-3.1.4.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/woodstox-core-5.0.3.jar -%%APP_HOME%%/modules/system/layers/base/org/dom4j/main/dom4j-2.1.1.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/stax2-api-4.2.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/woodstox-core-6.0.3.jar +%%APP_HOME%%/modules/system/layers/base/org/dom4j/main/dom4j-2.1.3.jar %%APP_HOME%%/modules/system/layers/base/org/dom4j/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/eclipse/jdt/ecj/main/ecj-4.6.1.jar %%APP_HOME%%/modules/system/layers/base/org/eclipse/jdt/ecj/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/eclipse/jgit/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/eclipse/jgit/main/org.eclipse.jgit-5.0.2.201807311906-r.jar -%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/config/api/main/microprofile-config-api-1.3.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/config/api/main/microprofile-config-api-1.4.jar %%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/config/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/health/api/main/microprofile-health-api-1.0.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/fault-tolerance/api/main/microprofile-fault-tolerance-api-2.1.1.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/fault-tolerance/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/health/api/main/microprofile-health-api-2.2.jar %%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/health/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/metrics/api/main/microprofile-metrics-api-1.1.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/jwt/auth/api/main/microprofile-jwt-auth-api-1.1.1.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/jwt/auth/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/metrics/api/main/microprofile-metrics-api-2.3.jar %%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/metrics/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/opentracing/main/microprofile-opentracing-api-1.1.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/openapi/api/main/microprofile-openapi-api-1.1.2.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/openapi/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/opentracing/main/microprofile-opentracing-api-1.3.3.jar %%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/opentracing/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/restclient/main/microprofile-rest-client-api-1.0.1.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/restclient/main/microprofile-rest-client-api-1.4.0.jar %%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/restclient/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/jipijapa-eclipselink-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/jipijapa-eclipselink-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/eclipse/yasson/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/eclipse/yasson/main/yasson-1.0.3.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/yasson/main/yasson-1.0.5.jar %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main/jansi-1.18.jar %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/glassfish/jakarta/el/main/jakarta.el-3.0.2.jar +%%APP_HOME%%/modules/system/layers/base/org/glassfish/jakarta/el/main/jakarta.el-3.0.3.jbossorg-2.jar %%APP_HOME%%/modules/system/layers/base/org/glassfish/jakarta/el/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/glassfish/jakarta/json/main/jakarta.json-1.1.6.jar +%%APP_HOME%%/modules/system/layers/base/org/glassfish/jakarta/json/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/javax.enterprise.concurrent-1.0.jar +%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/jakarta.enterprise.concurrent-1.1.1.jar %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main/javax.json-1.1.2.jar %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/glassfish/soteria/main/javax.security.enterprise-1.0.jar +%%APP_HOME%%/modules/system/layers/base/org/glassfish/soteria/main/jakarta.security.enterprise-1.0.1-jbossorg-1.jar %%APP_HOME%%/modules/system/layers/base/org/glassfish/soteria/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/jipijapa-hibernate4-1-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/jipijapa-hibernate4-1-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/module.xml %%APP_HOME%%/modules/system/layers/base/org/hibernate/4.3/module.xml %%APP_HOME%%/modules/system/layers/base/org/hibernate/5.0/module.xml %%APP_HOME%%/modules/system/layers/base/org/hibernate/5.3/module.xml %%APP_HOME%%/modules/system/layers/base/org/hibernate/bytecodetransformer/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/bytecodetransformer/main/%%APP_HOME%%-ormtransformer-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/bytecodetransformer/main/%%APP_HOME%%-ormtransformer-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/hibernate-commons-annotations-5.0.5.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/hibernate/envers/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/hibernate/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/jipijapa-hibernate4-3-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/jipijapa-hibernate4-3-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/jipijapa-hibernate5-3-17.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/jipijapa-hibernate5-3-legacy-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/jipijapa-hibernate5-3-20.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/jipijapa-hibernate5-3-legacy-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/jipijapa-hibernate5-17.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/jipijapa-hibernate5-legacy-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/jipijapa-hibernate5-20.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/jipijapa-hibernate5-legacy-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-core-5.3.10.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-envers-5.3.10.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-core-5.3.17.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-envers-5.3.17.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/hibernate-search-backend-jms-5.10.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/hibernate-search-backend-jms-5.10.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-5.10.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-5.10.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/hibernate-search-orm-5.10.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/hibernate-search-orm-5.10.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/hibernate-search-serialization-avro-5.10.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/hibernate-search-serialization-avro-5.10.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/hibernate-validator-cdi-6.0.16.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/hibernate-validator-cdi-6.0.20.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/hibernate-validator-6.0.16.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/hibernate-validator-6.0.20.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-commons-2.4.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-core-client-2.4.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-jms-client-2.4.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-9.4.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-10.1.8.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-9.4.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-10.1.8.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-commons-9.4.14.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-spi-9.4.14.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-v53-9.4.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/component/annotations/main/infinispan-component-annotations-10.1.8.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/component/annotations/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-commons-10.1.8.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-spi-10.1.8.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-v53-10.1.8.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-cache/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-9.4.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-10.1.8.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/persistence/jdbc/main/infinispan-cachestore-jdbc-9.4.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/persistence/jdbc/main/infinispan-cachestore-jdbc-10.1.8.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/persistence/jdbc/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/persistence/remote/main/infinispan-cachestore-remote-9.4.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/persistence/remote/main/infinispan-cachestore-remote-10.1.8.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/persistence/remote/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/protostream/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/protostream/main/protostream-4.3.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/javassist/main/javassist-3.23.2-GA.jar %%APP_HOME%%/modules/system/layers/base/org/javassist/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jaxen/main/jaxen-1.1.6.jar %%APP_HOME%%/modules/system/layers/base/org/jaxen/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/jberet-core-1.3.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/jberet-core-1.3.6.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/%%APP_HOME%%-appclient-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/%%APP_HOME%%-appclient-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/%%APP_HOME%%-cli-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/%%APP_HOME%%-cli-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/%%APP_HOME%%-clustering-common-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/%%APP_HOME%%-clustering-common-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/%%APP_HOME%%-clustering-infinispan-extension-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/%%APP_HOME%%-clustering-infinispan-extension-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/%%APP_HOME%%-clustering-jgroups-extension-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/%%APP_HOME%%-clustering-jgroups-extension-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/%%APP_HOME%%-cmp-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/%%APP_HOME%%-cmp-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/configadmin/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/configadmin/main/%%APP_HOME%%-configadmin-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/configadmin/main/%%APP_HOME%%-configadmin-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/%%APP_HOME%%-connector-17.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/hal-console-3.2.0.Final-resources.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/%%APP_HOME%%-connector-20.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/hal-console-3.2.9.Final-resources.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/%%APP_HOME%%-controller-client-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/%%APP_HOME%%-controller-client-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/%%APP_HOME%%-controller-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/%%APP_HOME%%-controller-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/%%APP_HOME%%-core-security-api-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/%%APP_HOME%%-core-security-api-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/%%APP_HOME%%-core-security-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/%%APP_HOME%%-core-security-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/%%APP_HOME%%-deployment-repository-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/%%APP_HOME%%-deployment-repository-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/%%APP_HOME%%-deployment-scanner-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/%%APP_HOME%%-deployment-scanner-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/%%APP_HOME%%-domain-http-error-context-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/%%APP_HOME%%-domain-http-error-context-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/%%APP_HOME%%-domain-http-interface-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/%%APP_HOME%%-domain-http-interface-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/%%APP_HOME%%-domain-management-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/%%APP_HOME%%-domain-management-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/%%APP_HOME%%-ee-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/%%APP_HOME%%-ee-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/timers/timer-sql.properties -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/%%APP_HOME%%-ejb3-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/%%APP_HOME%%-ejb3-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/%%APP_HOME%%-host-controller-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/%%APP_HOME%%-host-controller-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/%%APP_HOME%%-jacorb-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/%%APP_HOME%%-jacorb-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/%%APP_HOME%%-jaxr-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/%%APP_HOME%%-jaxr-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/%%APP_HOME%%-jaxrs-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/%%APP_HOME%%-jaxrs-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/resources/plugins.properties -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/%%APP_HOME%%-jdr-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/%%APP_HOME%%-jdr-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/%%APP_HOME%%-jmx-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/%%APP_HOME%%-jmx-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/4/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/%%APP_HOME%%-jpa-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/%%APP_HOME%%-jpa-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/openjpa/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-jsf-3.1.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/%%APP_HOME%%-jsf-injection-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-jsf-3.1.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/%%APP_HOME%%-jsf-injection-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/%%APP_HOME%%-jsf-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/%%APP_HOME%%-jsf-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/%%APP_HOME%%-jsr77-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/%%APP_HOME%%-jsr77-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/%%APP_HOME%%-logging-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/%%APP_HOME%%-logging-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/%%APP_HOME%%-mail-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/%%APP_HOME%%-mail-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/%%APP_HOME%%-management-client-content-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/%%APP_HOME%%-management-client-content-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/%%APP_HOME%%-messaging-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/%%APP_HOME%%-messaging-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/%%APP_HOME%%-naming-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/%%APP_HOME%%-naming-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/%%APP_HOME%%-network-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/%%APP_HOME%%-network-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/%%APP_HOME%%-patching-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/%%APP_HOME%%-patching-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/%%APP_HOME%%-platform-mbean-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/%%APP_HOME%%-platform-mbean-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/%%APP_HOME%%-pojo-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/%%APP_HOME%%-pojo-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/%%APP_HOME%%-process-controller-9.0.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/%%APP_HOME%%-full/dir/META-INF/MANIFEST.MF -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/%%APP_HOME%%-full/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/%%APP_HOME%%-process-controller-12.0.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/main/dir/META-INF/MANIFEST.MF +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/%%APP_HOME%%-protocol-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/%%APP_HOME%%-protocol-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/%%APP_HOME%%-remoting-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/%%APP_HOME%%-remoting-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/%%APP_HOME%%-sar-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/%%APP_HOME%%-sar-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/%%APP_HOME%%-security-api-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/%%APP_HOME%%-security-api-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/%%APP_HOME%%-security-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/%%APP_HOME%%-security-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/%%APP_HOME%%-server-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/%%APP_HOME%%-server-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/%%APP_HOME%%-system-jmx-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/%%APP_HOME%%-system-jmx-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/%%APP_HOME%%-threads-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/%%APP_HOME%%-threads-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/%%APP_HOME%%-transactions-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/%%APP_HOME%%-transactions-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/%%APP_HOME%%-version-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/%%APP_HOME%%-version-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/%%APP_HOME%%-web-common-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/%%APP_HOME%%-web-common-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/%%APP_HOME%%-web-17.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/jbossws-cxf-resources-5.3.0.Final-%%APP_HOME%%1400.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/%%APP_HOME%%-web-20.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/jbossws-cxf-resources-5.4.1.Final-%%APP_HOME%%1900.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/%%APP_HOME%%-webservices-server-integration-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/%%APP_HOME%%-webservices-server-integration-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/beanvalidation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/beanvalidation/main/%%APP_HOME%%-weld-bean-validation-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/beanvalidation/main/%%APP_HOME%%-weld-bean-validation-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/common/main/%%APP_HOME%%-weld-common-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/common/main/%%APP_HOME%%-weld-common-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/ejb/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/ejb/main/%%APP_HOME%%-weld-ejb-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/ejb/main/%%APP_HOME%%-weld-ejb-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/jpa/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/jpa/main/%%APP_HOME%%-weld-jpa-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/jpa/main/%%APP_HOME%%-weld-jpa-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/%%APP_HOME%%-weld-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/%%APP_HOME%%-weld-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/spi/main/%%APP_HOME%%-weld-spi-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/spi/main/%%APP_HOME%%-weld-spi-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/transactions/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/transactions/main/%%APP_HOME%%-weld-transactions-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/transactions/main/%%APP_HOME%%-weld-transactions-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/webservices/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/webservices/main/%%APP_HOME%%-weld-webservices-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/webservices/main/%%APP_HOME%%-weld-webservices-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/%%APP_HOME%%-xts-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/%%APP_HOME%%-xts-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/jboss-classfilewriter-1.2.4.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/jboss-common-beans-2.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/deployers/jboss-service-deployer/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main/jboss-dmr-1.5.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main/jboss-dmr-1.5.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/jboss-ejb-client-4.0.20.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/jboss-ejb-client-4.0.33.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb/remote/protocol/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.3.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/META-INF/ra.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/generic-jms-ra-jar-2.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/generic-jms-ra-jar-2.0.6.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client/main/jboss-iiop-client-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client/main/module.xml @@ -1097,40 +1166,40 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main/jboss-invocation-1.5.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.4.16.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.4.16.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.4.16.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.4.22.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.4.22.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.4.22.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.4.16.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.4.16.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.4.16.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.4.16.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.4.22.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.4.22.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.4.22.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.4.22.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.4.16.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.4.22.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/jandex-2.0.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/jandex-2.1.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.3.GA.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.6.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/narayana-jts-integration-5.9.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/narayana-jts-integration-5.10.5.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/narayana-jts-idlj-5.9.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/narayana-jts-idlj-5.10.5.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.2.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/commons/logging/main/commons-logging-jboss-logging-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/commons/logging/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main/jboss-logging-3.4.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main/jboss-logging-3.4.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-2.1.11.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-2.1.15.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main/jboss-marshalling-2.0.7.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main/jboss-marshalling-2.0.9.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main/jboss-marshalling-river-2.0.7.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main/jboss-marshalling-river-2.0.9.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/appclient/main/jboss-metadata-appclient-13.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/appclient/main/module.xml @@ -1140,7 +1209,6 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/ear/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/ejb/main/jboss-metadata-ejb-13.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/ejb/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/web/main/jboss-metadata-web-13.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/web/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main/mod_cluster-container-spi-1.4.1.Final.jar @@ -1149,61 +1217,62 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/core/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/load/spi/main/mod_cluster-load-spi-1.4.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/load/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main/jboss-msc-1.4.8.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main/jboss-msc-1.4.11.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/compensations/main/compensations-5.9.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/compensations/main/compensations-5.10.5.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/compensations/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-api-5.9.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-bridge-5.9.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-integration-5.9.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-util-5.9.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-api-5.10.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-bridge-5.10.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-integration-5.10.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-util-5.10.5.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/txframework-5.9.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/txframework-5.10.5.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main/remoting-jmx-3.0.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main/jboss-remoting-5.0.12.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main/remoting-jmx-3.0.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main/jboss-remoting-5.0.18.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/jose-jwt-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/jose-jwt-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-3.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-client-microprofile/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-client-microprofile/main/resteasy-client-microprofile-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/resteasy-crypto-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/resteasy-crypto-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/resteasy-jackson2-provider-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/resteasy-jackson2-provider-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-client-3.7.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-client-microprofile-3.7.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-client-3.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/main/resteasy-json-binding-provider-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/main/resteasy-json-binding-provider-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/resteasy-json-p-provider-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/resteasy-json-p-provider-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/main/resteasy-rxjava2-3.7.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar/resteasy-spring-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/main/resteasy-rxjava2-3.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar/resteasy-spring-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider/main/resteasy-validator-provider-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider/main/resteasy-validator-provider-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-3.7.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-3.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-common-3.0.6.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-extras-3.0.6.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-3.0.6.Final.jar @@ -1217,329 +1286,343 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/stdio/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/threads/main/jboss-threads-2.3.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/threads/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main/jboss-vfs-3.2.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main/jboss-vfs-3.2.15.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main/weld-api-3.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main/weld-api-3.1.SP2.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-core-impl-3.1.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-ejb-3.1.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-jta-3.1.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-web-3.1.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-core-impl-3.1.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-ejb-3.1.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-jta-3.1.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-web-3.1.4.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/probe/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/probe/main/weld-probe-core-3.1.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/probe/main/weld-probe-core-3.1.4.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main/weld-spi-3.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main/weld-spi-3.1.SP2.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main/jbossws-api-1.1.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main/jbossws-common-3.2.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main/jbossws-common-3.3.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-5.3.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-5.4.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-5.3.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-5.4.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/jbossws-cxf-transports-udp-5.3.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/jbossws-cxf-transports-udp-5.4.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/jbossws-cxf-transports-undertow-5.3.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/jbossws-cxf-transports-undertow-5.4.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/sts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-5.3.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-jaspi-5.3.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-5.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-jaspi-5.4.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-undertow-httpspi/main/jaxws-undertow-httpspi-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-undertow-httpspi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/saaj-impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main/jbossws-spi-3.2.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main/jbossws-spi-3.3.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main/jbossws-common-tools-1.3.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsconsume/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsprovide/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main/xnio-api-3.7.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main/xnio-api-3.8.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/netty-xnio-transport-0.1.6.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/netty-xnio-transport-0.1.9.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main/xnio-nio-3.7.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbosstxbridge-5.9.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.9.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main/xnio-nio-3.8.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbosstxbridge-5.10.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.10.5.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jctools/main/jctools-core-2.1.2.jar +%%APP_HOME%%/modules/system/layers/base/org/jctools/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jgroups/azure/main/jgroups-azure-1.2.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jgroups/azure/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jgroups/kubernetes/main/jgroups-kubernetes-1.0.9.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jgroups/kubernetes/main/jgroups-kubernetes-1.0.15.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jgroups/kubernetes/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jgroups/main/jgroups-4.0.19.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jgroups/main/jgroups-4.2.4.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jgroups/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/joda/time/main/joda-time-2.9.7.jar %%APP_HOME%%/modules/system/layers/base/org/joda/time/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jsoup/main/jsoup-1.8.3.jar %%APP_HOME%%/modules/system/layers/base/org/jsoup/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/omg/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/cryptacular-1.2.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/java-support-7.1.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/cryptacular-1.2.4.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/java-support-7.3.0.jar %%APP_HOME%%/modules/system/layers/base/org/opensaml/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-core-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-profile-api-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-saml-api-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-saml-impl-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-security-api-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-security-impl-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-soap-api-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xacml-api-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xacml-impl-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xacml-saml-api-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xacml-saml-impl-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xmlsec-api-3.3.0.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xmlsec-impl-3.3.0.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-core-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-profile-api-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-saml-api-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-saml-impl-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-security-api-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-security-impl-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-soap-api-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xacml-api-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xacml-impl-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xacml-saml-api-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xacml-saml-impl-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xmlsec-api-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-xmlsec-impl-3.3.1.jar %%APP_HOME%%/modules/system/layers/base/org/picketbox/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-5.0.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-5.0.3.Final-redhat-00005.jar %%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-commons-1.0.0.final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-infinispan-5.0.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-infinispan-5.0.3.Final-redhat-00005.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main/picketlink-common-2.5.5.SP12.jar +%%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main/picketlink-common-2.5.5.SP12-redhat-00009.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/config/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/config/main/picketlink-config-2.5.5.SP12.jar +%%APP_HOME%%/modules/system/layers/base/org/picketlink/config/main/picketlink-config-2.5.5.SP12-redhat-00009.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api/main/picketlink-api-2.5.5.SP12.jar +%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api/main/picketlink-api-2.5.5.SP12-redhat-00009.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/main/picketlink-impl-2.5.5.SP12.jar +%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/main/picketlink-impl-2.5.5.SP12-redhat-00009.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings/main/picketlink-%%APP_HOME%%8-2.5.5.SP12.jar +%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings/main/picketlink-%%APP_HOME%%8-2.5.5.SP12-redhat-00012.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/main/picketlink-federation-2.5.5.SP12.jar +%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/main/picketlink-federation-2.5.5.SP12-redhat-00009.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api/main/picketlink-idm-api-2.5.5.SP12.jar +%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api/main/picketlink-idm-api-2.5.5.SP12-redhat-00009.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/main/picketlink-idm-impl-2.5.5.SP12.jar +%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/main/picketlink-idm-impl-2.5.5.SP12-redhat-00009.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/schema/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/schema/main/picketlink-idm-simple-schema-2.5.5.SP12.jar +%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/schema/main/picketlink-idm-simple-schema-2.5.5.SP12-redhat-00009.jar %%APP_HOME%%/modules/system/layers/base/org/picketlink/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/projectodd/vdx/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/projectodd/vdx/main/vdx-core-1.1.6.jar %%APP_HOME%%/modules/system/layers/base/org/projectodd/vdx/main/vdx-%%APP_HOME%%-1.1.6.jar %%APP_HOME%%/modules/system/layers/base/org/reactivestreams/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/reactivestreams/main/reactive-streams-1.0.2.jar -%%APP_HOME%%/modules/system/layers/base/org/slf4j/ext/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/slf4j/ext/main/slf4j-ext-1.7.22.jbossorg-1.jar +%%APP_HOME%%/modules/system/layers/base/org/reactivestreams/main/reactive-streams-1.0.3.jar %%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main/jbosgi-xservice.properties %%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.3.GA.jar +%%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.4.GA.jar %%APP_HOME%%/modules/system/layers/base/org/slf4j/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.22.jbossorg-1.jar +%%APP_HOME%%/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.30.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/bootable-jar/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/bootable-jar/main/%%APP_HOME%%-jar-runtime-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/client/config/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/client/config/main/%%APP_HOME%%-client-config-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/api/main/%%APP_HOME%%-clustering-api-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/api/main/%%APP_HOME%%-clustering-api-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/cache/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/cache/main/%%APP_HOME%%-clustering-ee-cache-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/cache/main/%%APP_HOME%%-clustering-ee-cache-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/hotrod/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/hotrod/main/%%APP_HOME%%-clustering-ee-hotrod-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/hotrod/main/%%APP_HOME%%-clustering-ee-hotrod-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/infinispan/main/%%APP_HOME%%-clustering-ee-infinispan-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/infinispan/main/%%APP_HOME%%-clustering-ee-infinispan-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/spi/main/%%APP_HOME%%-clustering-ee-spi-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ee/spi/main/%%APP_HOME%%-clustering-ee-spi-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ejb/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ejb/infinispan/main/%%APP_HOME%%-clustering-ejb-infinispan-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ejb/infinispan/main/%%APP_HOME%%-clustering-ejb-infinispan-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ejb/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ejb/spi/main/%%APP_HOME%%-clustering-ejb-spi-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/ejb/spi/main/%%APP_HOME%%-clustering-ejb-spi-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/infinispan/client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/infinispan/client/main/%%APP_HOME%%-clustering-infinispan-client-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/infinispan/client/main/%%APP_HOME%%-clustering-infinispan-client-20.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/infinispan/marshalling/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/infinispan/marshalling/main/%%APP_HOME%%-clustering-infinispan-marshalling-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/infinispan/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/infinispan/spi/main/%%APP_HOME%%-clustering-infinispan-spi-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/infinispan/spi/main/%%APP_HOME%%-clustering-infinispan-spi-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/jgroups/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/jgroups/api/main/%%APP_HOME%%-clustering-jgroups-api-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/jgroups/api/main/%%APP_HOME%%-clustering-jgroups-api-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/jgroups/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/jgroups/spi/main/%%APP_HOME%%-clustering-jgroups-spi-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/jgroups/spi/main/%%APP_HOME%%-clustering-jgroups-spi-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/marshalling/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/marshalling/api/main/%%APP_HOME%%-clustering-marshalling-api-17.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/marshalling/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/marshalling/infinispan/main/%%APP_HOME%%-clustering-marshalling-infinispan-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/marshalling/api/main/%%APP_HOME%%-clustering-marshalling-api-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/marshalling/jboss/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/marshalling/jboss/main/%%APP_HOME%%-clustering-marshalling-jboss-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/marshalling/jboss/main/%%APP_HOME%%-clustering-marshalling-jboss-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/marshalling/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/marshalling/spi/main/%%APP_HOME%%-clustering-marshalling-spi-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/marshalling/spi/main/%%APP_HOME%%-clustering-marshalling-spi-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/server/main/%%APP_HOME%%-clustering-server-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/server/main/%%APP_HOME%%-clustering-server-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/service/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/service/main/%%APP_HOME%%-clustering-service-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/service/main/%%APP_HOME%%-clustering-service-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/singleton/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/singleton/main/%%APP_HOME%%-clustering-singleton-api-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/singleton/main/%%APP_HOME%%-clustering-singleton-api-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/spi/main/%%APP_HOME%%-clustering-spi-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/spi/main/%%APP_HOME%%-clustering-spi-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/api/main/%%APP_HOME%%-clustering-web-api-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/api/main/%%APP_HOME%%-clustering-web-api-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/cache/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/cache/main/%%APP_HOME%%-clustering-web-cache-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/cache/main/%%APP_HOME%%-clustering-web-cache-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/container/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/container/main/%%APP_HOME%%-clustering-web-container-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/container/main/%%APP_HOME%%-clustering-web-container-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/hotrod/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/hotrod/main/%%APP_HOME%%-clustering-web-hotrod-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/hotrod/main/%%APP_HOME%%-clustering-web-hotrod-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/infinispan/main/%%APP_HOME%%-clustering-web-infinispan-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/infinispan/main/%%APP_HOME%%-clustering-web-infinispan-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/spi/main/%%APP_HOME%%-clustering-web-spi-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/spi/main/%%APP_HOME%%-clustering-web-spi-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/undertow/main/%%APP_HOME%%-clustering-web-undertow-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/clustering/web/undertow/main/%%APP_HOME%%-clustering-web-undertow-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/common/main/%%APP_HOME%%-common-1.5.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/common/main/%%APP_HOME%%-common-1.5.4.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/discovery/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/discovery/main/%%APP_HOME%%-discovery-client-1.2.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/discovery/main/%%APP_HOME%%-discovery-client-1.2.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/embedded/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/embedded/main/%%APP_HOME%%-embedded-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/embedded/main/%%APP_HOME%%-embedded-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/event/logger/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/event/logger/main/%%APP_HOME%%-event-logger-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/event/logger/main/%%APP_HOME%%-event-logger-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/batch/jberet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/batch/jberet/main/%%APP_HOME%%-batch-jberet-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/batch/jberet/main/%%APP_HOME%%-batch-jberet-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/bean-validation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/bean-validation/main/%%APP_HOME%%-bean-validation-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/bean-validation/main/%%APP_HOME%%-bean-validation-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/clustering/singleton/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/clustering/singleton/main/%%APP_HOME%%-clustering-singleton-extension-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/clustering/singleton/main/%%APP_HOME%%-clustering-singleton-extension-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/clustering/web/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/clustering/web/main/%%APP_HOME%%-clustering-web-extension-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/clustering/web/main/%%APP_HOME%%-clustering-web-extension-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/core-management-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/core-management-client/main/%%APP_HOME%%-core-management-client-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/core-management-client/main/%%APP_HOME%%-core-management-client-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/core-management/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/core-management/main/%%APP_HOME%%-core-management-subsystem-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/core-management/main/%%APP_HOME%%-core-management-subsystem-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/datasources-agroal/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/datasources-agroal/main/%%APP_HOME%%-datasources-agroal-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/datasources-agroal/main/%%APP_HOME%%-datasources-agroal-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/discovery/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/discovery/main/%%APP_HOME%%-discovery-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/discovery/main/%%APP_HOME%%-discovery-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/ee-security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/ee-security/main/%%APP_HOME%%-ee-security-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/ee-security/main/%%APP_HOME%%-ee-security-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/elytron/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/elytron/main/%%APP_HOME%%-elytron-integration-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/elytron/main/%%APP_HOME%%-elytron-integration-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/io/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/io/main/%%APP_HOME%%-io-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/io/main/%%APP_HOME%%-io-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/messaging-activemq/main/artemis-%%APP_HOME%%-integration-1.0.2.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/messaging-activemq/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/messaging-activemq/main/%%APP_HOME%%-messaging-activemq-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/messaging-activemq/main/%%APP_HOME%%-messaging-activemq-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/config-smallrye/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/config-smallrye/main/%%APP_HOME%%-microprofile-config-smallrye-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/config-smallrye/main/%%APP_HOME%%-microprofile-config-smallrye-20.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/fault-tolerance-smallrye/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/fault-tolerance-smallrye/main/%%APP_HOME%%-microprofile-fault-tolerance-smallrye-extension-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/health-smallrye/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/health-smallrye/main/%%APP_HOME%%-microprofile-health-smallrye-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/health-smallrye/main/%%APP_HOME%%-microprofile-health-smallrye-20.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/jwt-smallrye/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/jwt-smallrye/main/%%APP_HOME%%-microprofile-jwt-smallrye-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/metrics-smallrye/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/metrics-smallrye/main/%%APP_HOME%%-microprofile-metrics-smallrye-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/metrics-smallrye/main/%%APP_HOME%%-microprofile-metrics-smallrye-20.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/openapi-smallrye/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/openapi-smallrye/main/%%APP_HOME%%-microprofile-openapi-smallrye-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/opentracing-smallrye/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/opentracing-smallrye/main/%%APP_HOME%%-microprofile-opentracing-extension-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/microprofile/opentracing-smallrye/main/%%APP_HOME%%-microprofile-opentracing-extension-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/mod_cluster/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/mod_cluster/main/%%APP_HOME%%-mod_cluster-extension-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/mod_cluster/main/%%APP_HOME%%-mod_cluster-extension-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/picketlink/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/picketlink/main/%%APP_HOME%%-picketlink-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/picketlink/main/%%APP_HOME%%-picketlink-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/request-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/request-controller/main/%%APP_HOME%%-request-controller-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/request-controller/main/%%APP_HOME%%-request-controller-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/rts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/rts/main/%%APP_HOME%%-rts-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/rts/main/%%APP_HOME%%-rts-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/security/manager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/security/manager/main/%%APP_HOME%%-security-manager-9.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/security/manager/main/%%APP_HOME%%-security-manager-12.0.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/undertow/main/%%APP_HOME%%-undertow-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/extension/undertow/main/%%APP_HOME%%-undertow-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/common/main/%%APP_HOME%%-http-client-common-1.0.15.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/common/main/%%APP_HOME%%-http-client-common-1.0.21.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/ejb/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/ejb/main/%%APP_HOME%%-http-ejb-client-1.0.15.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/ejb/main/%%APP_HOME%%-http-ejb-client-1.0.21.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/naming/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/naming/main/%%APP_HOME%%-http-naming-client-1.0.15.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/naming/main/%%APP_HOME%%-http-naming-client-1.0.21.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/transaction/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/transaction/main/%%APP_HOME%%-http-transaction-client-1.0.15.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/http-client/transaction/main/%%APP_HOME%%-http-transaction-client-1.0.21.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/iiop-openjdk/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/iiop-openjdk/main/%%APP_HOME%%-iiop-openjdk-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/iiop-openjdk/main/%%APP_HOME%%-iiop-openjdk-20.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/microprofile/fault-tolerance-smallrye/executor/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/microprofile/fault-tolerance-smallrye/executor/main/%%APP_HOME%%-microprofile-fault-tolerance-smallrye-executor-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/microprofile/opentracing-smallrye/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/microprofile/opentracing-smallrye/main/%%APP_HOME%%-microprofile-opentracing-smallrye-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/microprofile/opentracing-smallrye/main/%%APP_HOME%%-microprofile-opentracing-smallrye-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/mod_cluster/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/mod_cluster/undertow/main/%%APP_HOME%%-mod_cluster-undertow-17.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/mod_cluster/undertow/main/%%APP_HOME%%-mod_cluster-undertow-20.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/naming-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/naming-client/main/%%APP_HOME%%-naming-client-1.0.10.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/naming-client/main/%%APP_HOME%%-naming-client-1.0.13.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/naming/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/openssl/main/lib/linux-i386/libwfssl.so +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/openssl/main/lib/linux-s390x/libwfssl.so %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/openssl/main/lib/linux-x86_64/libwfssl.so %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/openssl/main/lib/macosx-x86_64/libwfssl.dylib %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/openssl/main/lib/solaris-x86_64/libwfssl.so %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/openssl/main/lib/win-i686/wfssl.dll %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/openssl/main/lib/win-x86_64/wfssl.dll %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/openssl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/openssl/main/%%APP_HOME%%-openssl-java-1.0.7.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/openssl/main/%%APP_HOME%%-openssl-java-1.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-jwt/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-jwt/main/%%APP_HOME%%-elytron-jwt-1.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-asn1-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-audit-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-server-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-server-deprecated-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-server-http-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-server-sasl-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-util-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-base-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-client-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-credential-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-credential-source-deprecated-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-credential-source-impl-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-credential-store-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-digest-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-basic-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-bearer-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-cert-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-deprecated-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-digest-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-form-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-spnego-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-sso-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-util-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-jacc-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-jaspi-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-json-util-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-keystore-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-digest-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-gssapi-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-http-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-oauth2-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-scram-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-password-impl-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-permission-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-provider-util-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-realm-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-realm-jdbc-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-realm-ldap-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-realm-token-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-anonymous-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-auth-util-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-deprecated-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-digest-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-entity-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-external-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-gs2-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-gssapi-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-localuser-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-oauth2-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-otp-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-plain-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-scram-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-security-manager-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-security-manager-action-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-ssl-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-util-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-cert-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-cert-acme-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-cert-util-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-deprecated-1.9.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-principal-1.9.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-asn1-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-audit-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-server-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-server-deprecated-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-server-http-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-server-sasl-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-auth-util-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-base-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-client-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-credential-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-credential-source-deprecated-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-credential-source-impl-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-credential-store-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-digest-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-basic-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-bearer-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-cert-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-deprecated-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-digest-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-form-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-spnego-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-sso-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-http-util-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-jacc-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-jaspi-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-json-util-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-keystore-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-digest-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-gssapi-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-http-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-oauth2-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-mechanism-scram-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-password-impl-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-permission-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-provider-util-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-realm-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-realm-jdbc-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-realm-ldap-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-realm-token-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-anonymous-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-auth-util-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-deprecated-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-digest-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-entity-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-external-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-gs2-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-gssapi-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-localuser-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-oauth2-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-otp-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-plain-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-sasl-scram-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-security-manager-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-security-manager-action-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-ssl-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-util-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-cert-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-cert-acme-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-cert-util-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-deprecated-1.12.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-private/main/%%APP_HOME%%-elytron-x500-principal-1.12.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-web/undertow-server-servlet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-web/undertow-server-servlet/main/undertow-server-servlet-1.5.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-web/undertow-server-servlet/main/undertow-server-servlet-1.7.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-web/undertow-server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-web/undertow-server/main/undertow-server-1.5.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron-web/undertow-server/main/undertow-server-1.7.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/elytron/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/security/manager/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/transaction/client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/transaction/client/main/%%APP_HOME%%-transaction-client-1.1.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/%%APP_HOME%%/transaction/client/main/%%APP_HOME%%-transaction-client-1.1.11.Final.jar %%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main/snakeyaml-1.18.jar +%%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main/snakeyaml-1.26.jar %%APP_HOME%%/modules/system/layers/base/sun/jdk/main/module.xml %%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/java.sql.Driver %%APP_HOME%%/modules/system/layers/base/sun/scripting/main/module.xml %%APP_HOME%%/modules/system/layers/base/sun/scripting/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory +%%APP_HOME%%/modules/system/layers/base/%%APP_HOME%%ee/api/main/module.xml %%APP_HOME%%/standalone/configuration/application-roles.properties.sample %%APP_HOME%%/standalone/configuration/application-users.properties.sample %%APP_HOME%%/standalone/configuration/logging.properties.sample @@ -1549,6 +1632,8 @@ %%APP_HOME%%/standalone/configuration/standalone-full.xml.sample %%APP_HOME%%/standalone/configuration/standalone-ha.xml.sample %%APP_HOME%%/standalone/configuration/standalone-load-balancer.xml +%%APP_HOME%%/standalone/configuration/standalone-microprofile-ha.xml +%%APP_HOME%%/standalone/configuration/standalone-microprofile.xml %%APP_HOME%%/standalone/configuration/standalone.xml.sample %%APP_HOME%%/standalone/deployments/README.txt %%APP_HOME%%/welcome-content/bkg.gif diff --git a/lang/antimony/Makefile b/lang/antimony/Makefile index 917d1791afa..1299cb4db0d 100644 --- a/lang/antimony/Makefile +++ b/lang/antimony/Makefile @@ -1,7 +1,7 @@ PORTNAME= antimony DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang PKGNAMESUFFIX= -language diff --git a/lang/cairo/Makefile b/lang/cairo/Makefile index fa7368002c5..8603fb863a3 100644 --- a/lang/cairo/Makefile +++ b/lang/cairo/Makefile @@ -1,6 +1,7 @@ PORTNAME= cairo DISTVERSIONPREFIX= v -DISTVERSION= 2.4.2 +DISTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= lang PKGNAMESUFFIX= -language @@ -58,7 +59,7 @@ CARGO_CRATES= addr2line-0.21.0 \ byte-slice-cast-1.2.2 \ bytes-1.5.0 \ cairo-felt-0.8.7 \ - cairo-vm-0.8.7 \ + cairo-vm-0.8.4-rc.0 \ camino-1.1.6 \ cc-1.0.84 \ cfg-if-1.0.0 \ diff --git a/lang/cairo/distinfo b/lang/cairo/distinfo index eab593dd67f..12b3e41f019 100644 --- a/lang/cairo/distinfo +++ b/lang/cairo/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1704085575 +TIMESTAMP = 1704428802 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 @@ -83,8 +83,8 @@ SHA256 (rust/crates/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582 SIZE (rust/crates/bytes-1.5.0.crate) = 58909 SHA256 (rust/crates/cairo-felt-0.8.7.crate) = 5972097b8800ca5dffb458040e74c724a2ac4fa4b5b480b50f5b96c7e67d6427 SIZE (rust/crates/cairo-felt-0.8.7.crate) = 32436 -SHA256 (rust/crates/cairo-vm-0.8.7.crate) = 00d9bf139b0fe845627cf09d11af43eec9575dba702033bf6b08050c776b8553 -SIZE (rust/crates/cairo-vm-0.8.7.crate) = 329080 +SHA256 (rust/crates/cairo-vm-0.8.4-rc.0.crate) = 7daeda31632d19260fe4307c6f07e02ff1c658287b3cf70faf7042ef8fe1651b +SIZE (rust/crates/cairo-vm-0.8.4-rc.0.crate) = 318595 SHA256 (rust/crates/camino-1.1.6.crate) = c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c SIZE (rust/crates/camino-1.1.6.crate) = 30519 SHA256 (rust/crates/cc-1.0.84.crate) = 0f8e7c90afad890484a21653d08b6e209ae34770fb5ee298f9c699fcc1e5c856 @@ -661,5 +661,5 @@ SHA256 (rust/crates/zeroize-1.6.0.crate) = 2a0956f1ba7c7909bfb66c2e9e4124ab6f648 SIZE (rust/crates/zeroize-1.6.0.crate) = 19049 SHA256 (rust/crates/zeroize_derive-1.4.2.crate) = ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69 SIZE (rust/crates/zeroize_derive-1.4.2.crate) = 11141 -SHA256 (starkware-libs-cairo-v2.4.2_GH0.tar.gz) = cbbb861ed451f311eefd5a6318bc362bfdb59d4d1b99fcac74ef5247023c04cb -SIZE (starkware-libs-cairo-v2.4.2_GH0.tar.gz) = 3147445 +SHA256 (starkware-libs-cairo-v2.4.3_GH0.tar.gz) = 36966dbd03d4e84804d7b74df9d2c9748487e34171e03d98d381bd5e888a5a79 +SIZE (starkware-libs-cairo-v2.4.3_GH0.tar.gz) = 3147348 diff --git a/lang/ceylon/Makefile b/lang/ceylon/Makefile index cdca913d239..d2777cebf28 100644 --- a/lang/ceylon/Makefile +++ b/lang/ceylon/Makefile @@ -1,5 +1,6 @@ PORTNAME= ceylon PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= http://downloads.ceylon-lang.org/cli/ @@ -24,7 +25,7 @@ CEYLON_DIRS= contrib lib repo samples templates do-install: ${RM} ${WRKSRC}/bin/*.bat - ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/* ${STAGEDIR}/${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DATADIR} .for d in ${CEYLON_DIRS} diff --git a/lang/ceylon/pkg-plist b/lang/ceylon/pkg-plist index 357eb1c6de9..d8fc05dd194 100644 --- a/lang/ceylon/pkg-plist +++ b/lang/ceylon/pkg-plist @@ -1,31 +1,31 @@ bin/ceylon bin/ceylon-sh-setup -man/man1/ceylon-ant-task-doc.1.gz -man/man1/ceylon-assemble.1.gz -man/man1/ceylon-bash-completion.1.gz -man/man1/ceylon-bootstrap.1.gz -man/man1/ceylon-browse.1.gz -man/man1/ceylon-classpath.1.gz -man/man1/ceylon-compile-js.1.gz -man/man1/ceylon-compile.1.gz -man/man1/ceylon-config.1.gz -man/man1/ceylon-copy.1.gz -man/man1/ceylon-doc-tool.1.gz -man/man1/ceylon-doc.1.gz -man/man1/ceylon-fat-jar.1.gz -man/man1/ceylon-help.1.gz -man/man1/ceylon-import-jar.1.gz -man/man1/ceylon-info.1.gz -man/man1/ceylon-jigsaw.1.gz -man/man1/ceylon-maven-export.1.gz -man/man1/ceylon-new.1.gz -man/man1/ceylon-p2.1.gz -man/man1/ceylon-plugin.1.gz -man/man1/ceylon-run-js.1.gz -man/man1/ceylon-run.1.gz -man/man1/ceylon-src.1.gz -man/man1/ceylon-test-js.1.gz -man/man1/ceylon-test.1.gz -man/man1/ceylon-version.1.gz -man/man1/ceylon-war.1.gz -man/man1/ceylon.1.gz +share/man/man1/ceylon-ant-task-doc.1.gz +share/man/man1/ceylon-assemble.1.gz +share/man/man1/ceylon-bash-completion.1.gz +share/man/man1/ceylon-bootstrap.1.gz +share/man/man1/ceylon-browse.1.gz +share/man/man1/ceylon-classpath.1.gz +share/man/man1/ceylon-compile-js.1.gz +share/man/man1/ceylon-compile.1.gz +share/man/man1/ceylon-config.1.gz +share/man/man1/ceylon-copy.1.gz +share/man/man1/ceylon-doc-tool.1.gz +share/man/man1/ceylon-doc.1.gz +share/man/man1/ceylon-fat-jar.1.gz +share/man/man1/ceylon-help.1.gz +share/man/man1/ceylon-import-jar.1.gz +share/man/man1/ceylon-info.1.gz +share/man/man1/ceylon-jigsaw.1.gz +share/man/man1/ceylon-maven-export.1.gz +share/man/man1/ceylon-new.1.gz +share/man/man1/ceylon-p2.1.gz +share/man/man1/ceylon-plugin.1.gz +share/man/man1/ceylon-run-js.1.gz +share/man/man1/ceylon-run.1.gz +share/man/man1/ceylon-src.1.gz +share/man/man1/ceylon-test-js.1.gz +share/man/man1/ceylon-test.1.gz +share/man/man1/ceylon-version.1.gz +share/man/man1/ceylon-war.1.gz +share/man/man1/ceylon.1.gz diff --git a/lang/cocor/Makefile b/lang/cocor/Makefile index 43bf9357b0d..3851944236f 100644 --- a/lang/cocor/Makefile +++ b/lang/cocor/Makefile @@ -1,6 +1,6 @@ PORTNAME= cocor PORTVERSION= 1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= ftp://ftp.psg.com/pub/modula-2/coco/ \ ftp://ftp.ssw.uni-linz.ac.at/pub/Coco/C/ \ @@ -31,7 +31,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} "cplus2 taste taste_cp" \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) diff --git a/lang/cocor/pkg-plist b/lang/cocor/pkg-plist index 579c7233415..c125dc87fe1 100644 --- a/lang/cocor/pkg-plist +++ b/lang/cocor/pkg-plist @@ -119,7 +119,7 @@ lib/cocor/taste_cp/xrefp.o lib/cocor/taste_cp/xrefs.cpp lib/cocor/taste_cp/xrefs.hpp lib/cocor/taste_cp/xrefs.o -man/man1/cocor.1.gz +share/man/man1/cocor.1.gz %%DATADIR%%/compiler.frm %%DATADIR%%/cplus2/compiler.frm %%DATADIR%%/cplus2/parser_c.frm diff --git a/lang/cparser/Makefile b/lang/cparser/Makefile index 1f86dd669d6..dd6ac0e89c0 100644 --- a/lang/cparser/Makefile +++ b/lang/cparser/Makefile @@ -1,5 +1,6 @@ PORTNAME= cparser PORTVERSION= 0.9.14 +PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= SF @@ -15,7 +16,7 @@ LIB_DEPENDS= libfirm.so:devel/libfirm USES= gmake pkgconfig tar:bzip2 PLIST_FILES= bin/cparser \ - man/man1/cparser.1.gz + share/man/man1/cparser.1.gz BUILDDIR= optimize @@ -29,6 +30,6 @@ post-patch-DEBUG-off: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/${BUILDDIR}/cparser ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/cparser.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/cparser.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/lang/crystal/Makefile b/lang/crystal/Makefile index 56cb6055c85..989bd3f0f99 100644 --- a/lang/crystal/Makefile +++ b/lang/crystal/Makefile @@ -1,5 +1,5 @@ PORTNAME= crystal -DISTVERSION= 1.7.3 +DISTVERSION= 1.10.1 CATEGORIES= lang MASTER_SITES= https://github.com/dmgk/crystal-bootstrap/releases/download/${BOOTSTRAP_VERSION}/:bootstrap \ LOCAL/dmgk/crystal:bootstrap @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap compiler -BUILD_DEPENDS= ${LOCALBASE}/bin/llvm-config${LLVM_VERSION}:devel/llvm${BOOTSTRAP_LLVM_VERSION} \ +BUILD_DEPENDS= ${LOCALBASE}/bin/llvm-config${BOOTSTRAP_LLVM_VERSION}:devel/llvm${BOOTSTRAP_LLVM_VERSION} \ git:devel/git LIB_DEPENDS= libLLVM-${LLVM_VERSION}.so:devel/llvm${LLVM_VERSION} \ libevent.so:devel/libevent \ @@ -24,6 +24,7 @@ LIB_DEPENDS= libLLVM-${LLVM_VERSION}.so:devel/llvm${LLVM_VERSION} \ libgc-threaded.so:devel/boehm-gc-threaded \ libgmp.so:math/gmp \ libpcre.so:devel/pcre \ + libpcre2-8.so:devel/pcre2 \ libxml2.so:textproc/libxml2 \ libyaml.so:textproc/libyaml RUN_DEPENDS= pkg-config:devel/pkgconf @@ -33,8 +34,8 @@ USES= compiler gmake pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= crystal-lang -COMMIT_ID= 879691b2e326 -LLVM_VERSION?= 14 +COMMIT_ID= 84f389ac5424 +LLVM_VERSION?= 16 BOOTSTRAP_LLVM_VERSION= 14 BOOTSTRAP_VERSION= 1.5.1 BOOTSTRAP_NAME= crystal-${BOOTSTRAP_VERSION}-${ARCH}-llvm${BOOTSTRAP_LLVM_VERSION} @@ -71,7 +72,7 @@ IGNORE= not supported on anything but FreeBSD # present in FreeBSD base. We splice in the correct info based on # FreeBSD version and hope it doesn't change during minor releases. # See post-patch for the substitutions of these patches. -.if ${SSL_DEFAULT} == "base" +.if ${SSL_DEFAULT} == "base" && ${OSREL:R} < 13 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_openssl_lib__crypto.cr \ ${PATCHDIR}/extra-patch-src_openssl_lib__ssl.cr .endif @@ -83,13 +84,20 @@ post-extract: @${RLN} x86_64-freebsd ${WRKSRC}/src/lib_c/aarch64-unknown-freebsd post-patch: -.if ${SSL_DEFAULT} == "base" && ${OSREL:R} < 15 +.if ${SSL_DEFAULT} == "base" && ${OSREL:R} <= 13 @${REINPLACE_CMD} -i '' \ -e 's|CRYSTAL_SSL_VERSION|1.1.1|g' \ -e 's|CRYSTAL_SSL_LDFLAGS|${OPENSSLLIB}|g' \ ${WRKSRC}/src/openssl/lib_ssl.cr \ ${WRKSRC}/src/openssl/lib_crypto.cr .endif +.if ${SSL_DEFAULT} == "base" && ${OSREL:R} >= 14 + @${REINPLACE_CMD} -i '' \ + -e 's|CRYSTAL_SSL_VERSION|3.0.10|g' \ + -e 's|CRYSTAL_SSL_LDFLAGS|${OPENSSLLIB}|g' \ + ${WRKSRC}/src/openssl/lib_ssl.cr \ + ${WRKSRC}/src/openssl/lib_crypto.cr +.endif pre-test: @${CHMOD} +x ${WRKSRC}/src/llvm/ext/find-llvm-config diff --git a/lang/crystal/distinfo b/lang/crystal/distinfo index ebe70c83cce..f58b74f692a 100644 --- a/lang/crystal/distinfo +++ b/lang/crystal/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1678454903 +TIMESTAMP = 1702909351 SHA256 (crystal/crystal-1.5.1-aarch64-llvm14.tar.xz) = 62617bf7a6d38d5a980672559b680818bf35803252f69bb6ecfb33377c3b2a88 SIZE (crystal/crystal-1.5.1-aarch64-llvm14.tar.xz) = 2085460 -SHA256 (crystal/crystal-lang-crystal-1.7.3_GH0.tar.gz) = 3ad94dd2835a58af8dabf18d6cdf3791eb49cdfc6fdc6fd6a4e59abf0e860a6f -SIZE (crystal/crystal-lang-crystal-1.7.3_GH0.tar.gz) = 3122395 +SHA256 (crystal/crystal-lang-crystal-1.10.1_GH0.tar.gz) = f6449ffff519c86383f5e845455f3e6f6b10d6090effab09568f4c7414a8a51b +SIZE (crystal/crystal-lang-crystal-1.10.1_GH0.tar.gz) = 3305965 SHA256 (crystal/crystal-1.5.1-amd64-llvm14.tar.xz) = abd7cd2a798b9184d6cbb600fde29a55e196a03974c164ceac1713be264fb7ac SIZE (crystal/crystal-1.5.1-amd64-llvm14.tar.xz) = 2608988 diff --git a/lang/crystal/pkg-plist b/lang/crystal/pkg-plist index 186cb20f151..e57d3238ed7 100644 --- a/lang/crystal/pkg-plist +++ b/lang/crystal/pkg-plist @@ -56,6 +56,7 @@ lib/crystal/compiler/crystal/codegen/type_id.cr lib/crystal/compiler/crystal/codegen/types.cr lib/crystal/compiler/crystal/codegen/unions.cr lib/crystal/compiler/crystal/command.cr +lib/crystal/compiler/crystal/command/clear_cache.cr lib/crystal/compiler/crystal/command/cursor.cr lib/crystal/compiler/crystal/command/docs.cr lib/crystal/compiler/crystal/command/env.cr @@ -200,6 +201,8 @@ lib/crystal/compiler/crystal/tools/doc/project_info.cr lib/crystal/compiler/crystal/tools/doc/relative_location.cr lib/crystal/compiler/crystal/tools/doc/templates.cr lib/crystal/compiler/crystal/tools/doc/to_json.cr +lib/crystal/compiler/crystal/tools/dependencies.cr +lib/crystal/compiler/crystal/tools/unreachable.cr lib/crystal/compiler/crystal/tools/doc/type.cr lib/crystal/compiler/crystal/tools/expand.cr lib/crystal/compiler/crystal/tools/formatter.cr @@ -233,11 +236,8 @@ lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.38.0/th lib/crystal/compiler/crystal/tools/playground/public/vendor/jquery-2.2.1.min.js lib/crystal/compiler/crystal/tools/playground/public/vendor/materialize-v0.97.5/css/materialize.min.css lib/crystal/compiler/crystal/tools/playground/public/vendor/materialize-v0.97.5/js/materialize.min.js -lib/crystal/compiler/crystal/tools/playground/public/vendor/octicons-3.5.0/octicons.css -lib/crystal/compiler/crystal/tools/playground/public/vendor/octicons-3.5.0/octicons.eot -lib/crystal/compiler/crystal/tools/playground/public/vendor/octicons-3.5.0/octicons.svg -lib/crystal/compiler/crystal/tools/playground/public/vendor/octicons-3.5.0/octicons.ttf -lib/crystal/compiler/crystal/tools/playground/public/vendor/octicons-3.5.0/octicons.woff +lib/crystal/compiler/crystal/tools/playground/public/vendor/octicons-19.5.0/octicons.css +lib/crystal/compiler/crystal/tools/playground/public/vendor/octicons-19.5.0/octicons.svg lib/crystal/compiler/crystal/tools/playground/server.cr lib/crystal/compiler/crystal/tools/playground/views/_about.html lib/crystal/compiler/crystal/tools/playground/views/_index.html @@ -279,6 +279,7 @@ lib/crystal/crypto/bcrypt/password.cr lib/crystal/crypto/blowfish.cr lib/crystal/crypto/subtle.cr lib/crystal/crystal/at_exit_handlers.cr +lib/crystal/crystal/atomic_semaphore.cr lib/crystal/crystal/compiler_rt.cr lib/crystal/crystal/compiler_rt/divmod128.cr lib/crystal/crystal/compiler_rt/fixint.cr @@ -307,6 +308,7 @@ lib/crystal/crystal/once.cr lib/crystal/crystal/pointer_linked_list.cr lib/crystal/crystal/rw_lock.cr lib/crystal/crystal/scheduler.cr +lib/crystal/crystal/small_deque.cr lib/crystal/crystal/spin_lock.cr lib/crystal/crystal/syntax_highlighter.cr lib/crystal/crystal/syntax_highlighter/colorize.cr @@ -325,6 +327,7 @@ lib/crystal/crystal/system/path.cr lib/crystal/crystal/system/print_error.cr lib/crystal/crystal/system/process.cr lib/crystal/crystal/system/random.cr +lib/crystal/crystal/system/signal.cr lib/crystal/crystal/system/socket.cr lib/crystal/crystal/system/thread.cr lib/crystal/crystal/system/thread_condition_variable.cr @@ -351,6 +354,7 @@ lib/crystal/crystal/system/unix/process.cr lib/crystal/crystal/system/unix/pthread.cr lib/crystal/crystal/system/unix/pthread_condition_variable.cr lib/crystal/crystal/system/unix/pthread_mutex.cr +lib/crystal/crystal/system/unix/signal.cr lib/crystal/crystal/system/unix/socket.cr lib/crystal/crystal/system/unix/syscall.cr lib/crystal/crystal/system/unix/sysconf_cpucount.cr @@ -372,6 +376,7 @@ lib/crystal/crystal/system/wasi/main.cr lib/crystal/crystal/system/wasi/path.cr lib/crystal/crystal/system/wasi/process.cr lib/crystal/crystal/system/wasi/random.cr +lib/crystal/crystal/system/wasi/signal.cr lib/crystal/crystal/system/wasi/socket.cr lib/crystal/crystal/system/wasi/thread.cr lib/crystal/crystal/system/wasi/thread_condition_variable.cr @@ -379,6 +384,8 @@ lib/crystal/crystal/system/wasi/thread_mutex.cr lib/crystal/crystal/system/wasi/user.cr lib/crystal/crystal/system/wasi/wasi.cr lib/crystal/crystal/system/win32/cpucount.cr +lib/crystal/crystal/system/win32/crypto.cr +lib/crystal/crystal/system/win32/delay_load.cr lib/crystal/crystal/system/win32/dir.cr lib/crystal/crystal/system/win32/env.cr lib/crystal/crystal/system/win32/event_loop_iocp.cr @@ -392,6 +399,7 @@ lib/crystal/crystal/system/win32/mime.cr lib/crystal/crystal/system/win32/path.cr lib/crystal/crystal/system/win32/process.cr lib/crystal/crystal/system/win32/random.cr +lib/crystal/crystal/system/win32/signal.cr lib/crystal/crystal/system/win32/socket.cr lib/crystal/crystal/system/win32/thread.cr lib/crystal/crystal/system/win32/thread_condition_variable.cr @@ -545,6 +553,44 @@ lib/crystal/json/token.cr lib/crystal/kernel.cr lib/crystal/levenshtein.cr lib/crystal/lib_c.cr +lib/crystal/lib_c/aarch64-android/c/arpa/inet.cr +lib/crystal/lib_c/aarch64-android/c/dirent.cr +lib/crystal/lib_c/aarch64-android/c/dlfcn.cr +lib/crystal/lib_c/aarch64-android/c/elf.cr +lib/crystal/lib_c/aarch64-android/c/errno.cr +lib/crystal/lib_c/aarch64-android/c/fcntl.cr +lib/crystal/lib_c/aarch64-android/c/grp.cr +lib/crystal/lib_c/aarch64-android/c/iconv.cr +lib/crystal/lib_c/aarch64-android/c/link.cr +lib/crystal/lib_c/aarch64-android/c/netdb.cr +lib/crystal/lib_c/aarch64-android/c/netinet/in.cr +lib/crystal/lib_c/aarch64-android/c/netinet/tcp.cr +lib/crystal/lib_c/aarch64-android/c/pthread.cr +lib/crystal/lib_c/aarch64-android/c/pwd.cr +lib/crystal/lib_c/aarch64-android/c/sched.cr +lib/crystal/lib_c/aarch64-android/c/signal.cr +lib/crystal/lib_c/aarch64-android/c/stdarg.cr +lib/crystal/lib_c/aarch64-android/c/stddef.cr +lib/crystal/lib_c/aarch64-android/c/stdint.cr +lib/crystal/lib_c/aarch64-android/c/stdio.cr +lib/crystal/lib_c/aarch64-android/c/stdlib.cr +lib/crystal/lib_c/aarch64-android/c/string.cr +lib/crystal/lib_c/aarch64-android/c/sys/file.cr +lib/crystal/lib_c/aarch64-android/c/sys/ioctl.cr +lib/crystal/lib_c/aarch64-android/c/sys/mman.cr +lib/crystal/lib_c/aarch64-android/c/sys/resource.cr +lib/crystal/lib_c/aarch64-android/c/sys/select.cr +lib/crystal/lib_c/aarch64-android/c/sys/socket.cr +lib/crystal/lib_c/aarch64-android/c/sys/stat.cr +lib/crystal/lib_c/aarch64-android/c/sys/syscall.cr +lib/crystal/lib_c/aarch64-android/c/sys/system_properties.cr +lib/crystal/lib_c/aarch64-android/c/sys/time.cr +lib/crystal/lib_c/aarch64-android/c/sys/types.cr +lib/crystal/lib_c/aarch64-android/c/sys/un.cr +lib/crystal/lib_c/aarch64-android/c/sys/wait.cr +lib/crystal/lib_c/aarch64-android/c/termios.cr +lib/crystal/lib_c/aarch64-android/c/time.cr +lib/crystal/lib_c/aarch64-android/c/unistd.cr lib/crystal/lib_c/aarch64-darwin/c/arpa/inet.cr lib/crystal/lib_c/aarch64-darwin/c/dirent.cr lib/crystal/lib_c/aarch64-darwin/c/dlfcn.cr @@ -1043,6 +1089,7 @@ lib/crystal/lib_c/x86_64-windows-msvc/c/consoleapi.cr lib/crystal/lib_c/x86_64-windows-msvc/c/consoleapi2.cr lib/crystal/lib_c/x86_64-windows-msvc/c/corecrt.cr lib/crystal/lib_c/x86_64-windows-msvc/c/dbghelp.cr +lib/crystal/lib_c/x86_64-windows-msvc/c/delayimp.cr lib/crystal/lib_c/x86_64-windows-msvc/c/direct.cr lib/crystal/lib_c/x86_64-windows-msvc/c/errhandlingapi.cr lib/crystal/lib_c/x86_64-windows-msvc/c/errno.cr @@ -1050,6 +1097,7 @@ lib/crystal/lib_c/x86_64-windows-msvc/c/fcntl.cr lib/crystal/lib_c/x86_64-windows-msvc/c/fileapi.cr lib/crystal/lib_c/x86_64-windows-msvc/c/guiddef.cr lib/crystal/lib_c/x86_64-windows-msvc/c/handleapi.cr +lib/crystal/lib_c/x86_64-windows-msvc/c/heapapi.cr lib/crystal/lib_c/x86_64-windows-msvc/c/in6addr.cr lib/crystal/lib_c/x86_64-windows-msvc/c/inaddr.cr lib/crystal/lib_c/x86_64-windows-msvc/c/int_safe.cr @@ -1061,13 +1109,17 @@ lib/crystal/lib_c/x86_64-windows-msvc/c/malloc.cr lib/crystal/lib_c/x86_64-windows-msvc/c/memoryapi.cr lib/crystal/lib_c/x86_64-windows-msvc/c/minwinbase.cr lib/crystal/lib_c/x86_64-windows-msvc/c/mswsock.cr +lib/crystal/lib_c/x86_64-windows-msvc/c/ntifs.cr lib/crystal/lib_c/x86_64-windows-msvc/c/ntsecapi.cr +lib/crystal/lib_c/x86_64-windows-msvc/c/ntstatus.cr lib/crystal/lib_c/x86_64-windows-msvc/c/process.cr lib/crystal/lib_c/x86_64-windows-msvc/c/processenv.cr lib/crystal/lib_c/x86_64-windows-msvc/c/processthreadsapi.cr lib/crystal/lib_c/x86_64-windows-msvc/c/profileapi.cr lib/crystal/lib_c/x86_64-windows-msvc/c/regapix.cr +lib/crystal/lib_c/x86_64-windows-msvc/c/sdkddkver.cr lib/crystal/lib_c/x86_64-windows-msvc/c/shlobj_core.cr +lib/crystal/lib_c/x86_64-windows-msvc/c/signal.cr lib/crystal/lib_c/x86_64-windows-msvc/c/stdarg.cr lib/crystal/lib_c/x86_64-windows-msvc/c/stddef.cr lib/crystal/lib_c/x86_64-windows-msvc/c/stdint.cr @@ -1081,9 +1133,12 @@ lib/crystal/lib_c/x86_64-windows-msvc/c/sys/types.cr lib/crystal/lib_c/x86_64-windows-msvc/c/sys/utime.cr lib/crystal/lib_c/x86_64-windows-msvc/c/sysinfoapi.cr lib/crystal/lib_c/x86_64-windows-msvc/c/timezoneapi.cr +lib/crystal/lib_c/x86_64-windows-msvc/c/tlhelp32.cr lib/crystal/lib_c/x86_64-windows-msvc/c/win_def.cr lib/crystal/lib_c/x86_64-windows-msvc/c/winbase.cr +lib/crystal/lib_c/x86_64-windows-msvc/c/wincrypt.cr lib/crystal/lib_c/x86_64-windows-msvc/c/windows.cr +lib/crystal/lib_c/x86_64-windows-msvc/c/winioctl.cr lib/crystal/lib_c/x86_64-windows-msvc/c/winnls.cr lib/crystal/lib_c/x86_64-windows-msvc/c/winnt.cr lib/crystal/lib_c/x86_64-windows-msvc/c/winreg.cr @@ -1257,6 +1312,7 @@ lib/crystal/spec/expectations.cr lib/crystal/spec/filters.cr lib/crystal/spec/formatter.cr lib/crystal/spec/helpers/iterate.cr +lib/crystal/spec/helpers/string.cr lib/crystal/spec/item.cr lib/crystal/spec/junit_formatter.cr lib/crystal/spec/methods.cr @@ -1316,7 +1372,6 @@ lib/crystal/va_list.cr lib/crystal/value.cr lib/crystal/wasi_error.cr lib/crystal/weak_ref.cr -lib/crystal/windows_stubs.cr lib/crystal/winerror.cr lib/crystal/xml.cr lib/crystal/xml/attribute_type.cr diff --git a/lang/dlang-tools/Makefile b/lang/dlang-tools/Makefile index 0578f18ca8f..b9971d81c23 100644 --- a/lang/dlang-tools/Makefile +++ b/lang/dlang-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= tools PORTVERSION= 2.101.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= lang PKGNAMEPREFIX= dlang- @@ -32,6 +32,6 @@ do-install: .for f in ${TOOLS_LIST} dustmite ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/ .endfor - ${INSTALL_MAN} ${WRKSRC}/man/man1/rdmd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/man1/rdmd.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/lang/dlang-tools/pkg-plist b/lang/dlang-tools/pkg-plist index 5804cdd185b..1d55d34edb9 100644 --- a/lang/dlang-tools/pkg-plist +++ b/lang/dlang-tools/pkg-plist @@ -8,4 +8,4 @@ bin/dget bin/dustmite bin/rdmd bin/tolf -man/man1/rdmd.1.gz +share/man/man1/rdmd.1.gz diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 372edd5d589..3736ff11ff6 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -1,6 +1,6 @@ PORTNAME= elk PORTVERSION= 3.99.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang scheme MASTER_SITES= http://sam.zoy.org/elk/ @@ -41,7 +41,7 @@ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc examples||g' ${WRKSRC}/Makefile.in post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/elk.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/man/elk.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${TAR} -C ${WRKSRC}/examples --exclude "*Makefile*" -cf - . | \ ${TAR} -C ${STAGEDIR}${EXAMPLESDIR} --unlink -xf - diff --git a/lang/elk/pkg-plist b/lang/elk/pkg-plist index e8eb6bdf1f3..b297c2c9edf 100644 --- a/lang/elk/pkg-plist +++ b/lang/elk/pkg-plist @@ -151,4 +151,4 @@ lib/libelk.so.0.0.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xlib/track.scm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xlib/useful.scm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xlib/wm-delete.scm -man/man1/elk.1.gz +share/man/man1/elk.1.gz diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 23e97cc91fa..c03fb2d52db 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,5 +1,6 @@ PORTNAME= f2c PORTVERSION= 20200916 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= NETLIB/f2c DISTFILES= ${SIMPLEDIST} libf2c.zip src.tgz @@ -65,7 +66,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/f2c ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/src/f2c.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_MAN} ${WRKSRC}/src/f2c.1t ${STAGEDIR}${MAN1PREFIX}/man/man1/f2c.1 + ${INSTALL_MAN} ${WRKSRC}/src/f2c.1t ${STAGEDIR}${PREFIX}/share/man/man1/f2c.1 ${INSTALL_DATA} ${WRKSRC}/libf2c/libf2c.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libf2c/libf2c.so.${LIBVER} ${STAGEDIR}${PREFIX}/lib ${LN} -sf libf2c.so.${LIBVER} ${STAGEDIR}${PREFIX}/lib/libf2c.so diff --git a/lang/f2c/pkg-plist b/lang/f2c/pkg-plist index 1334436d3f7..239961ab410 100644 --- a/lang/f2c/pkg-plist +++ b/lang/f2c/pkg-plist @@ -4,4 +4,4 @@ include/f2c.h lib/libf2c.a lib/libf2c.so lib/libf2c.so.%%LIBVER%% -man/man1/f2c.1.gz +share/man/man1/f2c.1.gz diff --git a/lang/fpc-devel-source/Makefile b/lang/fpc-devel-source/Makefile index 7321eef6c6a..584ef96f047 100644 --- a/lang/fpc-devel-source/Makefile +++ b/lang/fpc-devel-source/Makefile @@ -1,5 +1,6 @@ PORTNAME= fpc-devel PORTVERSION= 3.3.1.20240103 +PORTREVISON= 1 CATEGORIES= lang PKGNAMESUFFIX= -source DIST_SUBDIR= freepascal @@ -17,14 +18,11 @@ GL_ACCOUNT= fpc GL_PROJECT= source GL_TAGNAME= f86a9bd5c026c7a10a165a8225bcf83e17c47b25 -PORTDATA= * - +PLIST= ${WRKDIR}/pkg-plist PATCHDIR= ${PORTSDIR}/lang/fpc-devel/files DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}-${FPCBASEVER} -WRKSRC= ${WRKDIR}/${FPCSRCDIR} FPCBASEVER= 3.3.1 -FPCSRCDIR= source-${GL_TAGNAME} .include @@ -36,6 +34,7 @@ FPC_ARCH= x86_64 post-extract: ${RM} -R ${WRKSRC}/.git* + ${RM} ${WRKSRC}/packages/fcl-web/examples/httpserver/simplehttpserver post-patch: .if ${OPSYS} == FreeBSD @@ -51,14 +50,14 @@ post-patch: .if empty(ICONV_LIB) @${REINPLACE_CMD} -i "" -e "s|s<>'c'|(s<>'c') and (s<>'iconv')|" \ -e "s|%%FPC_LDPATH%%|${FPC_LDPATH}|g" \ - ${WRKDIR}/${FPCSRCDIR}/compiler/systems/t_bsd.pas + ${WRKSRC}/compiler/systems/t_bsd.pas @${REINPLACE_CMD} -e 's|defined(bsd) and not ||' \ - ${WRKDIR}/${FPCSRCDIR}/rtl/unix/cwstring.pp + ${WRKSRC}/rtl/unix/cwstring.pp .endif @${REINPLACE_CMD} -i "" -e '/samplecfg/ {s/INSTALLEXE/INSTALLSCR/;}' \ - ${WRKDIR}/${FPCSRCDIR}/compiler/Makefile + ${WRKSRC}/compiler/Makefile @${REINPLACE_CMD} -i "" -e 's|/usr/local|${PREFIX}|g' \ - ${WRKDIR}/${FPCSRCDIR}/packages/fpmkunit/src/fpmkunit.pp + ${WRKSRC}/packages/fpmkunit/src/fpmkunit.pp # enable or disable units @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/a52/fpmake.pp @@ -103,6 +102,12 @@ post-patch: @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/zorba/fpmake.pp +pre-install: + @${RM} -f ${PLIST} + @cd ${WRKSRC} && \ + ${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \ + ${FIND} * -type d | ${SORT} -r | ${SED} -e 's|^|@dir %%DATADIR%%/|' >> ${PLIST} + do-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DATADIR}) diff --git a/lang/fpc-devel/Makefile b/lang/fpc-devel/Makefile index 9ded0b0c974..465cfaca063 100644 --- a/lang/fpc-devel/Makefile +++ b/lang/fpc-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= fpc PORTVERSION= 3.3.1.20240103 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= LOCAL/acm/freepascal/:bootstrap \ LOCAL/acm/freepascal/:man @@ -168,8 +168,8 @@ do-install: ${MAKE_CMD} install ${MAKE_ARGS} ${BOOTPPC}) # Installing manpages - ${INSTALL_MAN} ${WRKDIR}/man/man1/* ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKDIR}/man/man5/* ${STAGEDIR}${MAN1PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKDIR}/man/man1/* ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKDIR}/man/man5/* ${STAGEDIR}${PREFIX}/share/man/man5 # symlinking compiler (cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf ../lib/fpc/${FPCBASEVER}/${PPNAME}) # creating sample configuration file diff --git a/lang/fpc-devel/pkg-plist b/lang/fpc-devel/pkg-plist index 1cf564ae330..036d7ed2294 100644 --- a/lang/fpc-devel/pkg-plist +++ b/lang/fpc-devel/pkg-plist @@ -1857,6 +1857,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcgraph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcgraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcmouse.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcmouse.ppu +%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/sdlgraph.o +%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/sdlgraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gst/gst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gst/gst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/atk.o @@ -2692,6 +2694,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_net.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_net.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_ttf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_ttf.ppu +%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdlutils.o +%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdlutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/smpeg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/smpeg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite.o @@ -2885,49 +2889,49 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorbadyn.rsj lib/fpc/lexyacc/yylex.cod lib/fpc/lexyacc/yyparse.cod lib/libpas2jslib.so -man/man1/bin2obj.1.gz -man/man1/chmcmd.1.gz -man/man1/chmls.1.gz -man/man1/data2inc.1.gz -man/man1/delp.1.gz -man/man1/fd2pascal.1.gz -man/man1/fp.1.gz -man/man1/fpc.1.gz -man/man1/fpcjres.1.gz -man/man1/fpclasschart.1.gz -man/man1/fpcmake.1.gz -man/man1/fpcmkcfg.1.gz -man/man1/fpcres.1.gz -man/man1/fpcsubst.1.gz -man/man1/fpdoc.1.gz -man/man1/fppkg.1.gz -man/man1/fprcp.1.gz -man/man1/grab_vcsa.1.gz -man/man1/h2pas.1.gz -man/man1/h2paspp.1.gz -man/man1/makeskel.1.gz -man/man1/pas2fpm.1.gz -man/man1/pas2jni.1.gz -man/man1/pas2ut.1.gz -man/man1/plex.1.gz -man/man1/postw32.1.gz -man/man1/ppc386.1.gz -man/man1/ppcarm.1.gz -man/man1/ppcppc.1.gz -man/man1/ppcsparc.1.gz -man/man1/ppcx64.1.gz -man/man1/ppdep.1.gz -man/man1/ppudump.1.gz -man/man1/ppufiles.1.gz -man/man1/ppumove.1.gz -man/man1/ptop.1.gz -man/man1/pyacc.1.gz -man/man1/rmcvsdir.1.gz -man/man1/rstconv.1.gz -man/man1/unitdiff.1.gz -man/man5/fpc.cfg.5.gz -man/man5/fpcmake.5.gz -man/man5/ptop.cfg.5.gz +share/man/man1/bin2obj.1.gz +share/man/man1/chmcmd.1.gz +share/man/man1/chmls.1.gz +share/man/man1/data2inc.1.gz +share/man/man1/delp.1.gz +share/man/man1/fd2pascal.1.gz +share/man/man1/fp.1.gz +share/man/man1/fpc.1.gz +share/man/man1/fpcjres.1.gz +share/man/man1/fpclasschart.1.gz +share/man/man1/fpcmake.1.gz +share/man/man1/fpcmkcfg.1.gz +share/man/man1/fpcres.1.gz +share/man/man1/fpcsubst.1.gz +share/man/man1/fpdoc.1.gz +share/man/man1/fppkg.1.gz +share/man/man1/fprcp.1.gz +share/man/man1/grab_vcsa.1.gz +share/man/man1/h2pas.1.gz +share/man/man1/h2paspp.1.gz +share/man/man1/makeskel.1.gz +share/man/man1/pas2fpm.1.gz +share/man/man1/pas2jni.1.gz +share/man/man1/pas2ut.1.gz +share/man/man1/plex.1.gz +share/man/man1/postw32.1.gz +share/man/man1/ppc386.1.gz +share/man/man1/ppcarm.1.gz +share/man/man1/ppcppc.1.gz +share/man/man1/ppcsparc.1.gz +share/man/man1/ppcx64.1.gz +share/man/man1/ppdep.1.gz +share/man/man1/ppudump.1.gz +share/man/man1/ppufiles.1.gz +share/man/man1/ppumove.1.gz +share/man/man1/ptop.1.gz +share/man/man1/pyacc.1.gz +share/man/man1/rmcvsdir.1.gz +share/man/man1/rstconv.1.gz +share/man/man1/unitdiff.1.gz +share/man/man5/fpc.cfg.5.gz +share/man/man5/fpcmake.5.gz +share/man/man5/ptop.cfg.5.gz %%DOCSDIR%%-%%PORTVERSION%%/ide/readme.ide %%DOCSDIR%%-%%PORTVERSION%%/symbolic/optimization.txt %%DOCSDIR%%-%%PORTVERSION%%/symbolic/symbolic.txt diff --git a/lang/fpc-source/Makefile b/lang/fpc-source/Makefile index 6c94eb4c904..f4d65b0d243 100644 --- a/lang/fpc-source/Makefile +++ b/lang/fpc-source/Makefile @@ -1,6 +1,6 @@ PORTNAME= fpc PORTVERSION= 3.2.2 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONSUFFIX=.source CATEGORIES= lang MASTER_SITES= SF/freepascal/Source/${PORTVERSION} \ @@ -15,8 +15,7 @@ WWW= https://www.freepascal.org/ ONLY_FOR_ARCHS= amd64 i386 NO_BUILD= yes -PORTDATA= * - +PLIST= ${WRKDIR}/pkg-plist PATCHDIR= ${PORTSDIR}/lang/fpc/files DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -87,13 +86,21 @@ post-patch: ${WRKSRC}/packages/opencl/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/proj4/fpmake.pp + @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ + ${WRKSRC}/packages/ptc/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|os2|freebsd,os2|g' \ ${WRKSRC}/packages/rexx/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/zorba/fpmake.pp +pre-install: + @${RM} -f ${PLIST} + @cd ${WRKSRC} && \ + ${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \ + ${FIND} * -type d | ${SORT} -r | ${SED} -e 's|^|@dir %%DATADIR%%/|' >> ${PLIST} + do-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DATADIR}) -.include +.include diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index 5c08282cb2e..3b5028a0f36 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -1,6 +1,6 @@ PORTNAME= fpc PORTVERSION= 3.2.2 -PORTREVISION= 8 +PORTREVISION= 10 CATEGORIES= lang MASTER_SITES= SF/freepascal/Source/${PORTVERSION}:source \ https://downloads.freepascal.org/${PORTNAME}/dist/${PORTVERSION}/source/:source \ @@ -142,6 +142,8 @@ post-patch: ${WRKSRC}/packages/opencl/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/proj4/fpmake.pp + @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ + ${WRKSRC}/packages/ptc/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|os2|freebsd,os2|g' \ ${WRKSRC}/packages/rexx/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ @@ -166,8 +168,8 @@ do-install: ${MAKE_CMD} install ${MAKE_ARGS} ${BOOTPPC}) # Installing manpages - ${INSTALL_MAN} ${WRKDIR}/man/man1/* ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKDIR}/man/man5/* ${STAGEDIR}${MAN1PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKDIR}/man/man1/* ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKDIR}/man/man5/* ${STAGEDIR}${PREFIX}/share/man/man5 # symlinking compiler (cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf ../lib/fpc/${PORTVERSION}/${PPNAME}) # creating sample configuration file diff --git a/lang/fpc/files/patch-packages-graph_fpmake.pp b/lang/fpc/files/patch-packages-graph_fpmake.pp new file mode 100644 index 00000000000..5f63cba0610 --- /dev/null +++ b/lang/fpc/files/patch-packages-graph_fpmake.pp @@ -0,0 +1,53 @@ +--- packages/graph/fpmake.pp 2021-05-13 06:42:31.000000000 -0500 ++++ packages/graph/fpmake.pp 2024-01-05 10:37:36.481679000 -0500 +@@ -29,13 +29,13 @@ + P.OSes:=[go32v2,win32,win64,linux,freebsd,darwin,msdos]; + + P.Dependencies.Add('sdl',[i386,powerpc],[win32,linux,freebsd,darwin]); +- P.Dependencies.Add('ptc',[win32,win64,linux]); ++ P.Dependencies.Add('ptc',[win32,win64,linux,freebsd]); + + // Dependencies for ptc, due to fpcmake bug: +- P.Dependencies.Add('fcl-base',[win32,win64,linux]); ++ P.Dependencies.Add('fcl-base',[win32,win64,linux,freebsd]); + P.Dependencies.Add('x11',[freebsd,linux]); // ptc only depends on reebsd and linux on x11 +- P.Dependencies.Add('hermes',[win32,win64,linux]); +- P.Dependencies.Add('opengl',[win32,win64,linux]); ++ P.Dependencies.Add('hermes',[win32,win64,freebsd,linux]); ++ P.Dependencies.Add('opengl',[win32,win64,freebsd,linux]); + + P.SourcePath.Add('src'); + P.SourcePath.Add('src/ptcgraph'); +@@ -52,7 +52,7 @@ + P.IncludePath.Add('src/unix',[freebsd,linux]); // Darwin has own. + P.IncludePath.Add('src/go32v2',[go32v2]); + +- T:=P.Targets.AddUnit('ggigraph.pp',[linux,freebsd]); ++ T:=P.Targets.AddUnit('ggigraph.pp',[freebsd,linux]); + with T.Dependencies do + begin + AddInclude('graphh.inc'); +@@ -117,7 +117,7 @@ + begin + AddUnit('graph'); + end; +- T:=P.Targets.AddUnit('ptcgraph.pp',[win32,win64,linux]); ++ T:=P.Targets.AddUnit('ptcgraph.pp',[win32,win64,freebsd,linux]); + with T.Dependencies do + begin + AddInclude('graphh.inc'); +@@ -129,12 +129,12 @@ + AddInclude('fills.inc'); + AddInclude('gtext.inc'); + end; +- T:=P.Targets.AddUnit('ptccrt.pp',[win32,win64,linux]); ++ T:=P.Targets.AddUnit('ptccrt.pp',[win32,win64,freebsd,linux]); + with T.Dependencies do + begin + AddUnit('ptcgraph'); + end; +- T:=P.Targets.AddUnit('ptcmouse.pp',[win32,win64,linux]); ++ T:=P.Targets.AddUnit('ptcmouse.pp',[win32,win64,freebsd,linux]); + with T.Dependencies do + begin + AddUnit('ptcgraph'); diff --git a/lang/fpc/pkg-plist b/lang/fpc/pkg-plist index 796a1cf70bf..49defd66b59 100644 --- a/lang/fpc/pkg-plist +++ b/lang/fpc/pkg-plist @@ -151,6 +151,7 @@ lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/paszlib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pcap.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/postgres.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/proj4.fpm +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ptc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pthreads.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pxlib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/regexpr.fpm @@ -1660,6 +1661,14 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ggigraph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ggigraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/graph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/graph.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptccrt.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptccrt.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcgraph.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcgraph.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcmouse.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcmouse.ppu +%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/sdlgraph.o +%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/sdlgraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/atk.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/atk.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2.o @@ -2134,6 +2143,12 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/proj4/proj.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/proj4/proj.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptc.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptc.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptceventqueue.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptceventqueue.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptcwrapper.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptcwrapper.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pthreads/pthreads.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pthreads/pthreads.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/pxlib.o @@ -2454,6 +2469,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_net.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_net.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_ttf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_ttf.ppu +%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdlutils.o +%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdlutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/smpeg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/smpeg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite.o @@ -2580,49 +2597,49 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorbadyn.rsj lib/fpc/lexyacc/yylex.cod lib/fpc/lexyacc/yyparse.cod lib/libpas2jslib.so -man/man1/bin2obj.1.gz -man/man1/chmcmd.1.gz -man/man1/chmls.1.gz -man/man1/data2inc.1.gz -man/man1/delp.1.gz -man/man1/fd2pascal.1.gz -man/man1/fp.1.gz -man/man1/fpc.1.gz -man/man1/fpcjres.1.gz -man/man1/fpclasschart.1.gz -man/man1/fpcmake.1.gz -man/man1/fpcmkcfg.1.gz -man/man1/fpcres.1.gz -man/man1/fpcsubst.1.gz -man/man1/fpdoc.1.gz -man/man1/fppkg.1.gz -man/man1/fprcp.1.gz -man/man1/grab_vcsa.1.gz -man/man1/h2pas.1.gz -man/man1/h2paspp.1.gz -man/man1/makeskel.1.gz -man/man1/pas2fpm.1.gz -man/man1/pas2jni.1.gz -man/man1/pas2ut.1.gz -man/man1/plex.1.gz -man/man1/postw32.1.gz -man/man1/ppc386.1.gz -man/man1/ppcarm.1.gz -man/man1/ppcppc.1.gz -man/man1/ppcsparc.1.gz -man/man1/ppcx64.1.gz -man/man1/ppdep.1.gz -man/man1/ppudump.1.gz -man/man1/ppufiles.1.gz -man/man1/ppumove.1.gz -man/man1/ptop.1.gz -man/man1/pyacc.1.gz -man/man1/rmcvsdir.1.gz -man/man1/rstconv.1.gz -man/man1/unitdiff.1.gz -man/man5/fpc.cfg.5.gz -man/man5/fpcmake.5.gz -man/man5/ptop.cfg.5.gz +share/man/man1/bin2obj.1.gz +share/man/man1/chmcmd.1.gz +share/man/man1/chmls.1.gz +share/man/man1/data2inc.1.gz +share/man/man1/delp.1.gz +share/man/man1/fd2pascal.1.gz +share/man/man1/fp.1.gz +share/man/man1/fpc.1.gz +share/man/man1/fpcjres.1.gz +share/man/man1/fpclasschart.1.gz +share/man/man1/fpcmake.1.gz +share/man/man1/fpcmkcfg.1.gz +share/man/man1/fpcres.1.gz +share/man/man1/fpcsubst.1.gz +share/man/man1/fpdoc.1.gz +share/man/man1/fppkg.1.gz +share/man/man1/fprcp.1.gz +share/man/man1/grab_vcsa.1.gz +share/man/man1/h2pas.1.gz +share/man/man1/h2paspp.1.gz +share/man/man1/makeskel.1.gz +share/man/man1/pas2fpm.1.gz +share/man/man1/pas2jni.1.gz +share/man/man1/pas2ut.1.gz +share/man/man1/plex.1.gz +share/man/man1/postw32.1.gz +share/man/man1/ppc386.1.gz +share/man/man1/ppcarm.1.gz +share/man/man1/ppcppc.1.gz +share/man/man1/ppcsparc.1.gz +share/man/man1/ppcx64.1.gz +share/man/man1/ppdep.1.gz +share/man/man1/ppudump.1.gz +share/man/man1/ppufiles.1.gz +share/man/man1/ppumove.1.gz +share/man/man1/ptop.1.gz +share/man/man1/pyacc.1.gz +share/man/man1/rmcvsdir.1.gz +share/man/man1/rstconv.1.gz +share/man/man1/unitdiff.1.gz +share/man/man5/fpc.cfg.5.gz +share/man/man5/fpcmake.5.gz +share/man/man5/ptop.cfg.5.gz %%DOCSDIR%%-%%PORTVERSION%%/ide/readme.ide %%DOCSDIR%%-%%PORTVERSION%%/symbolic/optimization.txt %%DOCSDIR%%-%%PORTVERSION%%/symbolic/symbolic.txt diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile index 5f8c60fe567..3085e5e9057 100644 --- a/lang/gcc10/Makefile +++ b/lang/gcc10/Makefile @@ -62,11 +62,7 @@ CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/} CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .elif ${ARCH} == powerpc64 -. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2 CONFIGURE_ARGS+= --with-abi=elfv2 -. else -USE_GCC= 9 -. endif .endif LANGUAGES:= c,c++,objc,fortran diff --git a/lang/gcc11-devel/Makefile b/lang/gcc11-devel/Makefile index 143b59d7b6a..230baf88a92 100644 --- a/lang/gcc11-devel/Makefile +++ b/lang/gcc11-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 11.4.1.s20231228 +PORTVERSION= 11.4.1.s20240104 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -76,7 +76,7 @@ CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/} .if ${ARCH} == amd64 CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} -.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2 +.elif ${ARCH} == powerpc64 CONFIGURE_ARGS+= --with-abi=elfv2 .endif diff --git a/lang/gcc11-devel/distinfo b/lang/gcc11-devel/distinfo index 4c0e9b2b287..c27e75bda23 100644 --- a/lang/gcc11-devel/distinfo +++ b/lang/gcc11-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703819069 -SHA256 (gcc-11-20231228.tar.xz) = bd2d9f4da64677c0c1711141e7df7215d29d51e5f1ac8f4e50cab9f699d6b9f8 -SIZE (gcc-11-20231228.tar.xz) = 76245188 +TIMESTAMP = 1704423922 +SHA256 (gcc-11-20240104.tar.xz) = 0f8b4f72065c51d67c88339a1a8c827b6612bc9bfebf3a896656c623f4d9b84e +SIZE (gcc-11-20240104.tar.xz) = 76252696 diff --git a/lang/gcc11/Makefile b/lang/gcc11/Makefile index f64478223d2..0297b36f653 100644 --- a/lang/gcc11/Makefile +++ b/lang/gcc11/Makefile @@ -78,7 +78,7 @@ EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar .if ${ARCH} == amd64 CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} -.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2 +.elif ${ARCH} == powerpc64 CONFIGURE_ARGS+= --with-abi=elfv2 .endif diff --git a/lang/gcc12-devel/Makefile b/lang/gcc12-devel/Makefile index 109ad87a573..f94ee5724b1 100644 --- a/lang/gcc12-devel/Makefile +++ b/lang/gcc12-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 12.3.1.s20231229 +PORTVERSION= 12.3.1.s20240105 PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} @@ -77,9 +77,8 @@ CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/} .if ${ARCH} == amd64 CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} -.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2 +.elif ${ARCH} == powerpc64 CONFIGURE_ARGS+= --with-abi=elfv2 - .endif LANGUAGES:= c,c++,objc,fortran,jit diff --git a/lang/gcc12-devel/distinfo b/lang/gcc12-devel/distinfo index 5a24b974fda..8ebc84a19f4 100644 --- a/lang/gcc12-devel/distinfo +++ b/lang/gcc12-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703905440 -SHA256 (gcc-12-20231229.tar.xz) = d594b139ad524076d2c753168a1fe4bb9b9c2a91b2175ba5fa687fa31beda999 -SIZE (gcc-12-20231229.tar.xz) = 79826324 +TIMESTAMP = 1704510300 +SHA256 (gcc-12-20240105.tar.xz) = 5b3cc71a82cad4ce3f9606acbbcc07cc74b69ecd90f90d7d12530baaf444a30f +SIZE (gcc-12-20240105.tar.xz) = 79823352 diff --git a/lang/gcc12/Makefile b/lang/gcc12/Makefile index 54f8ce6eba0..5186acf22fd 100644 --- a/lang/gcc12/Makefile +++ b/lang/gcc12/Makefile @@ -79,7 +79,7 @@ EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar .if ${ARCH} == amd64 CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} -.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2 +.elif ${ARCH} == powerpc64 CONFIGURE_ARGS+= --with-abi=elfv2 .endif diff --git a/lang/gcc13-devel/Makefile b/lang/gcc13-devel/Makefile index 0f07c7e9e8a..9a5859c15d3 100644 --- a/lang/gcc13-devel/Makefile +++ b/lang/gcc13-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 13.2.1.s20231230 +PORTVERSION= 13.2.1.s20240106 PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} @@ -76,12 +76,8 @@ CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/} .if ${ARCH} == amd64 CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} -.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2 +.elif ${ARCH} == powerpc64 CONFIGURE_ARGS+= --with-abi=elfv2 -USE_GCC= yes - -.elif ${ARCH} == powerpc64le -USE_GCC= yes .endif LANGUAGES:= c,c++,objc,fortran,jit diff --git a/lang/gcc13-devel/distinfo b/lang/gcc13-devel/distinfo index 352dbe30a60..3074fcdffab 100644 --- a/lang/gcc13-devel/distinfo +++ b/lang/gcc13-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703991902 -SHA256 (gcc-13-20231230.tar.xz) = ea1457a2db047f2d39cdad90ebda340d6d8452646cab01d5dc850e9afeaba4cc -SIZE (gcc-13-20231230.tar.xz) = 84353432 +TIMESTAMP = 1704596668 +SHA256 (gcc-13-20240106.tar.xz) = cfd734f741cd3f6049ade535a326e792c950a5662cb601fa3bb10e77594e1053 +SIZE (gcc-13-20240106.tar.xz) = 84368432 diff --git a/devel/freebsd-gcc9/files/patch-clang-vec_step b/lang/gcc13-devel/files/patch-clang-vec_step similarity index 82% rename from devel/freebsd-gcc9/files/patch-clang-vec_step rename to lang/gcc13-devel/files/patch-clang-vec_step index 68fbeedad58..00607540eb2 100644 --- a/devel/freebsd-gcc9/files/patch-clang-vec_step +++ b/lang/gcc13-devel/files/patch-clang-vec_step @@ -6,10 +6,10 @@ Until that changes (or GCC changes) we need to avoid using vec_step as a variable. --- UTC -Index: gcc/tree-vect-loop.c +Index: gcc/tree-vect-loop.cc =================================================================== ---- gcc/tree-vect-loop.c (revision 273856) -+++ gcc/tree-vect-loop.c (working copy) +--- gcc/tree-vect-loop.cc (revision 273856) ++++ gcc/tree-vect-loop.cc (working copy) @@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see #include "vec-perm-indices.h" #include "tree-eh.h" diff --git a/lang/gcc13/Makefile b/lang/gcc13/Makefile index 4053c2c40fc..fb314ff3629 100644 --- a/lang/gcc13/Makefile +++ b/lang/gcc13/Makefile @@ -70,7 +70,7 @@ CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/} .if ${ARCH} == amd64 CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} -.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2 +.elif ${ARCH} == powerpc64 CONFIGURE_ARGS+= --with-abi=elfv2 .endif diff --git a/lang/gcc14-devel/Makefile b/lang/gcc14-devel/Makefile index e4d3415defe..8bfc79d7d74 100644 --- a/lang/gcc14-devel/Makefile +++ b/lang/gcc14-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 14.0.0.s20231231 +PORTVERSION= 14.0.0.s20240107 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -74,7 +74,7 @@ CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/} .if ${ARCH} == amd64 CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} -.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2 +.elif ${ARCH} == powerpc64 CONFIGURE_ARGS+= --with-abi=elfv2 USE_GCC= yes diff --git a/lang/gcc14-devel/distinfo b/lang/gcc14-devel/distinfo index ee999e1a6f6..5b9e4a33eeb 100644 --- a/lang/gcc14-devel/distinfo +++ b/lang/gcc14-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704100796 -SHA256 (gcc-14-20231231.tar.xz) = c8652b6f6fc30871d7c240aa70dcdf48385c9eaaac4ccc1919cee40faa48d5f1 -SIZE (gcc-14-20231231.tar.xz) = 87027004 +TIMESTAMP = 1704683021 +SHA256 (gcc-14-20240107.tar.xz) = 3b8f00af4744c3694e496151f15ebfa38b08b8fb33a173715a4057f8f8d3526c +SIZE (gcc-14-20240107.tar.xz) = 87072048 diff --git a/lang/gcc9/Makefile b/lang/gcc9/Makefile index 759b6e192af..c842b6c1df1 100644 --- a/lang/gcc9/Makefile +++ b/lang/gcc9/Makefile @@ -65,12 +65,7 @@ CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/} CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .elif ${ARCH} == powerpc64 -. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2 CONFIGURE_ARGS+= --with-abi=elfv2 -. else -MAKE_ARGS+= CFLAGS_FOR_TARGET="-O0" CXXFLAGS_FOR_TARGET="-O0" BOOT_CFLAGS="-O0" -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libgcc_config_rs6000_t-crtstuff -. endif .endif LANGUAGES:= c,c++,objc,fortran diff --git a/lang/gcc9/files/extra-patch-libgcc_config_rs6000_t-crtstuff b/lang/gcc9/files/extra-patch-libgcc_config_rs6000_t-crtstuff deleted file mode 100644 index 5fec1e29830..00000000000 --- a/lang/gcc9/files/extra-patch-libgcc_config_rs6000_t-crtstuff +++ /dev/null @@ -1,8 +0,0 @@ ---- libgcc/config/rs6000/t-crtstuff.orig 2020-04-07 15:17:50 UTC -+++ libgcc/config/rs6000/t-crtstuff -@@ -3,4 +3,4 @@ - # Do not build crtend.o with -Os as that can result in references to - # out-of-line register save/restore functions, which may be unresolved - # as crtend.o is linked after libgcc.a. See PR45053. --CRTSTUFF_T_CFLAGS = -msdata=none -O2 -fno-asynchronous-unwind-tables -+CRTSTUFF_T_CFLAGS = -msdata=none -O0 -fno-asynchronous-unwind-tables diff --git a/lang/ghc810/Makefile b/lang/ghc810/Makefile index 76e8b65cea0..2f1d8244f29 100644 --- a/lang/ghc810/Makefile +++ b/lang/ghc810/Makefile @@ -10,7 +10,7 @@ OPTIONS_DEFINE= DYNAMIC PROFILE SLAVE_BUILD_MK= BUILD_SPHINX_HTML=NO GHC_VERSION= 8.10.7 -LLVM_VERSION= 10 +LLVM_VERSION= 11 BASE_PACKAGES= Cabal-3.2.1.0 array-0.5.4.0 base-4.14.3.0 binary-0.8.8.0 \ bytestring-0.10.12.0 containers-0.6.5.1 deepseq-1.4.4.0 \ directory-1.3.6.0 exceptions-0.10.4 filepath-1.4.2.1 \ @@ -21,7 +21,7 @@ BASE_PACKAGES= Cabal-3.2.1.0 array-0.5.4.0 base-4.14.3.0 binary-0.8.8.0 \ terminfo-0.4.1.4 text-1.2.4.1 time-1.9.3 \ transformers-0.5.6.2 unix-2.7.2.2 xhtml-3000.2.2.1 BOOT_GHC_VERSION= 8.10.7 -BOOT_LLVM_VERSION= 10 +BOOT_LLVM_VERSION= 11 EXTRA_PATCHES= ${MASTERDIR}/files/extra-utils_llvm-targets_gen-data-layout.sh diff --git a/lang/gleam/Makefile b/lang/gleam/Makefile index 36d08540c57..9a10ff08f0a 100644 --- a/lang/gleam/Makefile +++ b/lang/gleam/Makefile @@ -1,7 +1,7 @@ PORTNAME= gleam DISTVERSIONPREFIX= v DISTVERSION= 0.31.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MAINTAINER= dch@FreeBSD.org diff --git a/lang/icc/Makefile b/lang/icc/Makefile index b837def8af0..3fc7483e57b 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -1,6 +1,6 @@ PORTNAME= icc PORTVERSION= 8.1.038 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang linux devel MASTER_SITES= #empty DISTNAME= l_cc_pc_${PORTVERSION:C/p.+$//} @@ -176,7 +176,7 @@ do-install: cd ${WRKSRC}/opt && ${FIND} . -print | \ ${CPIO} -pdu --quiet ${STAGEDIR}${PREFIX} - ${MV} ${STAGEDIR}${PREFIX}/${COMPILERDIR}/man/man1/icc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${MV} ${STAGEDIR}${PREFIX}/${COMPILERDIR}/man/man1/icc.1 ${STAGEDIR}${PREFIX}/man/man1 ${RM} -r ${STAGEDIR}${PREFIX}/${COMPILERDIR}/man .if ${PORT_OPTIONS:MDOCS} diff --git a/lang/icc/pkg-plist b/lang/icc/pkg-plist index d8276847856..f41d8188e7b 100644 --- a/lang/icc/pkg-plist +++ b/lang/icc/pkg-plist @@ -85,7 +85,7 @@ %%COMPILERDIR%%/licenses/clicense %%COMPILERDIR%%/licenses/credist.txt %%COMPILERDIR%%/licenses/lgpltext -man/man1/icc.1.gz +share/man/man1/icc.1.gz %%PORTDOCS%%%%DOCSDIR%%/BEA_License_Agreement.txt %%PORTDOCS%%%%DOCSDIR%%/C++ReleaseNotes.htm %%PORTDOCS%%%%DOCSDIR%%/Disclaimer.txt diff --git a/lang/inko/Makefile b/lang/inko/Makefile index 049149243e0..ef742773832 100644 --- a/lang/inko/Makefile +++ b/lang/inko/Makefile @@ -1,6 +1,7 @@ PORTNAME= inko DISTVERSIONPREFIX= v DISTVERSION= 0.13.2 +PORTREVISION= 1 CATEGORIES= lang devel MAINTAINER= yuri@FreeBSD.org diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 0f539d6d8dd..1ba039a54b0 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -36,7 +36,7 @@ post-install: ${STAGEDIR}${PREFIX}/lib/libitcl.so .for FILE in ${MAN_3} - ${INSTALL_DATA} ${WRKSRC}/doc/${FILE:S/Itcl_//} ${STAGEDIR}${MAN3PREFIX}/man/man3/${FILE} + ${INSTALL_DATA} ${WRKSRC}/doc/${FILE:S/Itcl_//} ${STAGEDIR}${PREFIX}/man/man3/${FILE} .endfor .include diff --git a/lang/kf5-kross/distinfo b/lang/kf5-kross/distinfo index fbacb276588..57249c2f244 100644 --- a/lang/kf5-kross/distinfo +++ b/lang/kf5-kross/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883632 -SHA256 (KDE/frameworks/5.112.0/kross-5.112.0.tar.xz) = 4ac324d161c5ec29931a6c5589ed5bd02d532d0f69d6024629d98e46fa3a08ad -SIZE (KDE/frameworks/5.112.0/kross-5.112.0.tar.xz) = 2440216 +TIMESTAMP = 1701678507 +SHA256 (KDE/frameworks/5.113.0/kross-5.113.0.tar.xz) = 1a319208eb2ebfdcdb890bb17bff90b13c5780c59c9999569693288340650db3 +SIZE (KDE/frameworks/5.113.0/kross-5.113.0.tar.xz) = 2439912 diff --git a/lang/lfe/Makefile b/lang/lfe/Makefile index e2af914b818..5295e59cc00 100644 --- a/lang/lfe/Makefile +++ b/lang/lfe/Makefile @@ -37,15 +37,17 @@ post-install-bin: post-install-man1: cd ${WRKSRC}/doc/man && \ ${INSTALL_MAN} lfe.1 lfescript.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 + post-install-man3: cd ${WRKSRC}/doc/man && \ ${INSTALL_MAN} lfe_bits.3 lfe_cl.3 lfe_clj.3 lfe_comp.3 \ lfe_docs.3 lfe_gen.3 lfe_io.3 lfe_lib.3 lfe_macro.3 \ - ${STAGEDIR}${MAN1PREFIX}/man/man3 + ${STAGEDIR}${PREFIX}/share/man/man3 + post-install-man7: cd ${WRKSRC}/doc/man && \ ${INSTALL_MAN} lfe_guide.7 lfe_types.7 \ - ${STAGEDIR}${MAN1PREFIX}/man/man7 + ${STAGEDIR}${PREFIX}/share/man/man7 .include diff --git a/lang/lfe/pkg-plist b/lang/lfe/pkg-plist index 73a2ac149bb..9a0fdfb2167 100644 --- a/lang/lfe/pkg-plist +++ b/lang/lfe/pkg-plist @@ -95,16 +95,16 @@ lib/erlang/lib/lfe-%%VERSION%%/src/lfe.hrl lib/erlang/lib/lfe-%%VERSION%%/src/lfescript.erl lib/erlang/lib/lfe-%%VERSION%%/src/NOTES lib/erlang/lib/lfe-%%VERSION%%/src/scm.erl -man/man1/lfe.1.gz -man/man1/lfescript.1.gz -man/man3/lfe_bits.3.gz -man/man3/lfe_cl.3.gz -man/man3/lfe_clj.3.gz -man/man3/lfe_comp.3.gz -man/man3/lfe_docs.3.gz -man/man3/lfe_gen.3.gz -man/man3/lfe_io.3.gz -man/man3/lfe_lib.3.gz -man/man3/lfe_macro.3.gz -man/man7/lfe_guide.7.gz -man/man7/lfe_types.7.gz +share/man/man1/lfe.1.gz +share/man/man1/lfescript.1.gz +share/man/man3/lfe_bits.3.gz +share/man/man3/lfe_cl.3.gz +share/man/man3/lfe_clj.3.gz +share/man/man3/lfe_comp.3.gz +share/man/man3/lfe_docs.3.gz +share/man/man3/lfe_gen.3.gz +share/man/man3/lfe_io.3.gz +share/man/man3/lfe_lib.3.gz +share/man/man3/lfe_macro.3.gz +share/man/man7/lfe_guide.7.gz +share/man/man7/lfe_types.7.gz diff --git a/lang/lfortran/Makefile b/lang/lfortran/Makefile index e14e9cfbc1d..04c2e99bf9b 100644 --- a/lang/lfortran/Makefile +++ b/lang/lfortran/Makefile @@ -1,7 +1,6 @@ PORTNAME= lfortran DISTVERSIONPREFIX= v -DISTVERSION= 0.29.0 -PORTREVISION= 1 +DISTVERSION= 0.30.0 CATEGORIES= lang MAINTAINER= fortran@FreeBSD.org @@ -15,6 +14,7 @@ BROKEN_i386= sizeof(YYSTYPE) != sizeof(Vec) BUILD_DEPENDS= bash:shells/bash \ re2c>0:devel/re2c \ dwarfdump:devel/dwarfdump \ + pandoc:textproc/hs-pandoc \ rapidjson>0:devel/rapidjson LIB_DEPENDS= libfmt.so:devel/libfmt \ libzstd.so:archivers/zstd \ @@ -49,14 +49,15 @@ PORTEXAMPLES= * # Xeus: version 3.0.5 is required and xeus-zmq 1.0.2 # + xtl-quant-stack + cppzmq + nlohmann_json + LibUUID + libzmq4 -BUILD_DEPENDS+= xtl-quant-stack>=0.7:devel/xtl-quant-stack \ - nlohmann-json>0:devel/nlohmann-json \ - cppzmq>=4.8.1:net/cppzmq -LIB_DEPENDS+= libxeus.so:devel/xeus \ - libzmq.so:net/libzmq4 \ - libxeus-zmq.so:devel/xeus-zmq \ - libuuid.so:misc/e2fsprogs-libuuid -CMAKE_ON+= WITH_XEUS +# See https://github.com/lfortran/lfortran/issues/1255 +#BUILD_DEPENDS+= xtl-quant-stack>=0.7:devel/xtl-quant-stack \ +# nlohmann-json>0:devel/nlohmann-json \ +# cppzmq>=4.8.1:net/cppzmq +#LIB_DEPENDS+= libxeus.so:devel/xeus \ +# libzmq.so:net/libzmq4 \ +# libxeus-zmq.so:devel/xeus-zmq \ +# libuuid.so:misc/e2fsprogs-libuuid +CMAKE_OFF+= WITH_XEUS # BFD: USE_BINUTILS= yes diff --git a/lang/lfortran/distinfo b/lang/lfortran/distinfo index bfeb4574e81..7cf92776d6d 100644 --- a/lang/lfortran/distinfo +++ b/lang/lfortran/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698672388 -SHA256 (lfortran-lfortran-v0.29.0_GH0.tar.gz) = bd0cc2d4a552f136acaa41cefe336254c00e3e82e188606212c607e9de01bda7 -SIZE (lfortran-lfortran-v0.29.0_GH0.tar.gz) = 2424734 +TIMESTAMP = 1704443172 +SHA256 (lfortran-lfortran-v0.30.0_GH0.tar.gz) = 672d212456308db151210a1248a50b68e6f86658b78a2fe441626003b6039262 +SIZE (lfortran-lfortran-v0.30.0_GH0.tar.gz) = 2488225 diff --git a/lang/lfortran/pkg-plist b/lang/lfortran/pkg-plist index c6379acd577..1877312a6ee 100644 --- a/lang/lfortran/pkg-plist +++ b/lang/lfortran/pkg-plist @@ -1,21 +1,21 @@ bin/lfortran -share/jupyter/kernels/fortran/kernel.json -%%DATADIR%%/lib/impure/lfortran_intrinsics.h -%%DATADIR%%/lib/lfortran_intrinsic_bit.mod -%%DATADIR%%/lib/lfortran_intrinsic_builtin.mod -%%DATADIR%%/lib/lfortran_intrinsic_custom.mod -%%DATADIR%%/lib/lfortran_intrinsic_ieee_arithmetic.mod -%%DATADIR%%/lib/lfortran_intrinsic_iso_c_binding.mod -%%DATADIR%%/lib/lfortran_intrinsic_iso_fortran_env.mod -%%DATADIR%%/lib/lfortran_intrinsic_kind.mod -%%DATADIR%%/lib/lfortran_intrinsic_math.mod -%%DATADIR%%/lib/lfortran_intrinsic_math2.mod -%%DATADIR%%/lib/lfortran_intrinsic_math3.mod -%%DATADIR%%/lib/lfortran_intrinsic_optimization.mod -%%DATADIR%%/lib/lfortran_intrinsic_sin.mod -%%DATADIR%%/lib/lfortran_intrinsic_string.mod -%%DATADIR%%/lib/lfortran_intrinsic_trig.mod -%%DATADIR%%/lib/liblfortran_runtime.so -%%DATADIR%%/lib/liblfortran_runtime.so.0 -%%DATADIR%%/lib/liblfortran_runtime.so.%%VER%% -%%DATADIR%%/lib/liblfortran_runtime_static.a +include/lfortran/impure/lfortran_intrinsics.h +lib/lfortran_intrinsic_bit.mod +lib/lfortran_intrinsic_builtin.mod +lib/lfortran_intrinsic_custom.mod +lib/lfortran_intrinsic_ieee_arithmetic.mod +lib/lfortran_intrinsic_iso_c_binding.mod +lib/lfortran_intrinsic_iso_fortran_env.mod +lib/lfortran_intrinsic_kind.mod +lib/lfortran_intrinsic_math.mod +lib/lfortran_intrinsic_math2.mod +lib/lfortran_intrinsic_math3.mod +lib/lfortran_intrinsic_optimization.mod +lib/lfortran_intrinsic_sin.mod +lib/lfortran_intrinsic_string.mod +lib/lfortran_intrinsic_trig.mod +lib/liblfortran_runtime.so +lib/liblfortran_runtime.so.0 +lib/liblfortran_runtime.so.%%VER%% +lib/liblfortran_runtime_static.a +share/man/man1/lfortran.1.gz diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 61d2be830e7..203f10d7897 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,6 +1,6 @@ PORTNAME= librep PORTVERSION= 0.92.7 -PORTREVISION= 5 +PORTREVISION= 7 CATEGORIES= lang elisp gnome MASTER_SITES= http://download.tuxfamily.org/librep/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -49,7 +49,7 @@ post-build-INFO-on: makeinfo --no-split -I . librep.texi -o librep.info post-install: - ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-INFO-on: ${INSTALL_DATA} ${WRKSRC}/docs/librep.info ${STAGEDIR}${PREFIX}/${INFO_PATH} diff --git a/lang/librep/pkg-plist b/lang/librep/pkg-plist index d64089a60c6..b2cd0800a3b 100644 --- a/lang/librep/pkg-plist +++ b/lang/librep/pkg-plist @@ -240,7 +240,7 @@ share/rep/lisp/ring.jl share/rep/lisp/ring.jlc share/rep/lisp/symbol-table.jl share/rep/lisp/symbol-table.jlc -man/man1/rep-remote.1.gz -man/man1/rep-xgettext.1.gz -man/man1/rep.1.gz -man/man1/repdoc.1.gz +share/man/man1/rep-remote.1.gz +share/man/man1/rep-xgettext.1.gz +share/man/man1/rep.1.gz +share/man/man1/repdoc.1.gz diff --git a/lang/luajit-openresty/Makefile b/lang/luajit-openresty/Makefile index 6f73e9739b3..bffc16e6f8c 100644 --- a/lang/luajit-openresty/Makefile +++ b/lang/luajit-openresty/Makefile @@ -1,7 +1,7 @@ PORTNAME= luajit DISTVERSIONPREFIX= v DISTVERSION= 2.1-20230911 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang PKGNAMESUFFIX= -openresty @@ -44,6 +44,6 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libluajit-5.1.so.${LUAJIT_SOVERSION} ${LN} -sf ${PORTNAME}-${LUAJIT_SOVERSION} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/lang/luajit-openresty/pkg-plist b/lang/luajit-openresty/pkg-plist index 8f49ff5f851..c0c15925b4c 100644 --- a/lang/luajit-openresty/pkg-plist +++ b/lang/luajit-openresty/pkg-plist @@ -30,4 +30,4 @@ share/luajit-%%VERSION%%/jit/p.lua share/luajit-%%VERSION%%/jit/v.lua share/luajit-%%VERSION%%/jit/vmdef.lua share/luajit-%%VERSION%%/jit/zone.lua -man/man1/luajit.1.gz +share/man/man1/luajit.1.gz diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index 99b5b967968..5772c80b133 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -1,6 +1,6 @@ PORTNAME= luajit DISTVERSION= 2.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= https://luajit.org/download/ DISTNAME= LuaJIT-${DISTVERSION} @@ -41,6 +41,6 @@ LDFLAGS+= -lm -pthread post-install: ${LN} -sf ${PORTNAME}-${DISTVERSION} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/lang/luajit/pkg-plist b/lang/luajit/pkg-plist index 3c66297b601..17f6e442495 100644 --- a/lang/luajit/pkg-plist +++ b/lang/luajit/pkg-plist @@ -22,4 +22,4 @@ share/luajit-%%VERSION%%/jit/dis_x86.lua share/luajit-%%VERSION%%/jit/dump.lua share/luajit-%%VERSION%%/jit/v.lua share/luajit-%%VERSION%%/jit/vmdef.lua -man/man1/luajit.1.gz +share/man/man1/luajit.1.gz diff --git a/lang/mit-scheme/Makefile b/lang/mit-scheme/Makefile index 8442f0cd7d8..a9ea6a1a774 100644 --- a/lang/mit-scheme/Makefile +++ b/lang/mit-scheme/Makefile @@ -1,6 +1,6 @@ PORTNAME= mit-scheme PORTVERSION= 9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang scheme MASTER_SITES= GNU/mit-scheme/stable.pkg/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-${MIT_SCHEME_ARCH} @@ -67,7 +67,7 @@ do-build: do-install: @cd ${WRKDIR}/mit-scheme-${PORTVERSION}/src && ${MAKE_CMD} install DESTDIR=${STAGEDIR} - ${INSTALL_MAN} ${WRKDIR}/mit-scheme-${PORTVERSION}/doc/scheme.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKDIR}/mit-scheme-${PORTVERSION}/doc/scheme.1 ${STAGEDIR}${PREFIX}/share/man/man1/ [ $$(${LS} ${STAGEDIR}${PREFIX}/lib/mit-scheme-${MIT_SCHEME_ARCH}/lib/ | wc -l) = 0 ] || \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mit-scheme-${MIT_SCHEME_ARCH}/lib/*.so diff --git a/lang/mit-scheme/pkg-plist b/lang/mit-scheme/pkg-plist index c3d28ac603e..08f2e817574 100644 --- a/lang/mit-scheme/pkg-plist +++ b/lang/mit-scheme/pkg-plist @@ -783,5 +783,5 @@ lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-w32.pkd %%OPENSSL%%lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib/prmd5.so %%PGSQL%%lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib/prpgsql.so %%X11%%lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib/prx11.so -man/man1/scheme.1.gz +share/man/man1/scheme.1.gz @dir lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib diff --git a/lang/mixal/Makefile b/lang/mixal/Makefile index 45c6492b008..082445fb7d7 100644 --- a/lang/mixal/Makefile +++ b/lang/mixal/Makefile @@ -1,5 +1,6 @@ PORTNAME= mixal PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.catb.org/~esr/mixal/ @@ -15,7 +16,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mixal ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/mixal.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/mixal.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/lang/mixal/pkg-plist b/lang/mixal/pkg-plist index fae525618f0..d0b706c3268 100644 --- a/lang/mixal/pkg-plist +++ b/lang/mixal/pkg-plist @@ -1,5 +1,5 @@ bin/mixal -man/man1/mixal.1.gz +share/man/man1/mixal.1.gz %%PORTDOCS%%%%DOCSDIR%%/MIX.DOC %%PORTDOCS%%%%DOCSDIR%%/NOTES %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/lang/nim/Makefile b/lang/nim/Makefile index bf2ca8375e7..c4bb97383e8 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -31,21 +31,8 @@ TEST_BINARY_ALIAS= node=nodejs TLIST= nimgrep nimpretty nimsuggest testament -.if ${CHOSEN_COMPILER_TYPE} == "gcc" -EXTRA_PATCHES= ${PATCHDIR}/elfv1-patch-build.sh -.else -EXTRA_PATCHES= ${PATCHDIR}/clang-patch-build.sh -.endif - NIMDIR= ${STAGEDIR}${PREFIX}/nim -post-patch: -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 - @${REINPLACE_CMD} -e '/cc =/s/clang/gcc/' ${WRKSRC}/config/nim.cfg - @${REINPLACE_CMD} -e s/%%GCC_DEFAULT%%/${GCC_DEFAULT}/ \ - ${WRKSRC}/build.sh ${WRKSRC}/config/nim.cfg -.endif - do-build: cd ${WRKSRC} && ${SETENV} CC="${CC}" LINKER="${CC}" \ COMP_FLAGS="${CPPFLAGS} ${CFLAGS}" LINK_FLAGS="${LDFLAGS}" \ diff --git a/lang/nim/files/elfv1-patch-build.sh b/lang/nim/files/elfv1-patch-build.sh deleted file mode 100644 index 556eedaca8e..00000000000 --- a/lang/nim/files/elfv1-patch-build.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- build.sh.orig 2019-10-24 12:53:39 UTC -+++ build.sh -@@ -84,7 +84,11 @@ - ;; - *freebsd* ) - myos="freebsd" -- CC="clang" -+ if [ "$ucpu" = "powerpc" ] ; then -+ CC="gcc%%GCC_DEFAULT%%" -+ else -+ CC="clang" -+ fi - LINK_FLAGS="$LINK_FLAGS -lm" - ;; - *openbsd* ) ---- config/nim.cfg.orig 2020-09-15 13:59:31 UTC -+++ config/nim.cfg -@@ -9,6 +9,7 @@ - # gcc.path %= "$CC_PATH" - - cc = gcc -+gcc.exe = "gcc%%GCC_DEFAULT%%" - - # additional options always passed to the compiler: - --parallel_build: "0" # 0 to auto-detect number of processors diff --git a/lang/nim/files/clang-patch-build.sh b/lang/nim/files/patch-build.sh similarity index 100% rename from lang/nim/files/clang-patch-build.sh rename to lang/nim/files/patch-build.sh diff --git a/lang/nqc/Makefile b/lang/nqc/Makefile index 0604d5cdde5..9965f87b8d3 100644 --- a/lang/nqc/Makefile +++ b/lang/nqc/Makefile @@ -1,6 +1,6 @@ PORTNAME= nqc PORTVERSION= 3.1.r6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/ \ ftp://ftp2.za.freebsd.org/pub/nqc/ @@ -18,17 +18,12 @@ CFLAGS= --std=c++14 NO_WRKSUBDIR= yes -PLIST_FILES= bin/nqc man/man1/nqc.1.gz - -.include - -.if ${OPSYS} == FreeBSD +PLIST_FILES= bin/nqc share/man/man1/nqc.1.gz EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rcxlib-RCX_USBTowerPipe_fbsd.cpp -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nqc-man-2.1r1-0.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/nqc.1 + ${STAGEDIR}${PREFIX}/share/man/man1/nqc.1 -.include +.include diff --git a/lang/numbat/Makefile b/lang/numbat/Makefile index 83aad9ef34c..7d2d5546266 100644 --- a/lang/numbat/Makefile +++ b/lang/numbat/Makefile @@ -1,6 +1,7 @@ PORTNAME= numbat DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= lang devel science MAINTAINER= yuri@FreeBSD.org diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 699a1e55e47..13eea849dbb 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -95,10 +95,6 @@ PLIST_SUB+= PROF="@comment " PLIST_SUB+= PROF="" .endif -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2 -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-asmcomp_power_arch.ml -.endif - post-patch: @${REINPLACE_CMD} \ -e '\|MKLIB=|s|ar rc|${AR} rc|' \ diff --git a/lang/ocaml/files/extra-patch-asmcomp_power_arch.ml b/lang/ocaml/files/patch-asmcomp_power_arch.ml similarity index 100% rename from lang/ocaml/files/extra-patch-asmcomp_power_arch.ml rename to lang/ocaml/files/patch-asmcomp_power_arch.ml diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index acda810164f..04c31557fc4 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -37,14 +37,10 @@ post-patch: .include -.if ${ARCH} == i386 +.if ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc BITS= 32 .else BITS= 64 .endif -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 -CFLAGS+= -fnested-functions -.endif - .include diff --git a/lang/pomsky/Makefile b/lang/pomsky/Makefile index a9e030f2387..a1a594b63b6 100644 --- a/lang/pomsky/Makefile +++ b/lang/pomsky/Makefile @@ -1,7 +1,7 @@ PORTNAME= pomsky DISTVERSIONPREFIX= v DISTVERSION= 0.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang textproc MAINTAINER= yuri@FreeBSD.org diff --git a/lang/prql/Makefile b/lang/prql/Makefile index 78b2a772fa1..f90e052e318 100644 --- a/lang/prql/Makefile +++ b/lang/prql/Makefile @@ -1,6 +1,6 @@ PORTNAME= prql DISTVERSION= 0.11.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang databases PKGNAMESUFFIX= -compiler diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index c2b5dde6052..85b8ee53d53 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -1,6 +1,6 @@ PORTNAME= rexx-imc PORTVERSION= 1.76 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= http://www.cs.ox.ac.uk/people/ian.collier/distribution/ \ ftp://ftp.sai.msu.su/pub/unix/rexx/ @@ -45,7 +45,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/rxmathfn.rxlib ${STAGEDIR}${PREFIX}/lib ${LN} -sf librexx.so.2 ${STAGEDIR}${PREFIX}/lib/librexx.so (cd ${WRKSRC} && ${INSTALL_MAN} rexx.1 rxstack.1 rxque.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/lang/rexx-imc/pkg-plist b/lang/rexx-imc/pkg-plist index 1de206f882c..2c2db2f4777 100644 --- a/lang/rexx-imc/pkg-plist +++ b/lang/rexx-imc/pkg-plist @@ -6,9 +6,9 @@ lib/librexx.so lib/librexx.so.2 lib/rxmathfn.rxfn lib/rxmathfn.rxlib -man/man1/rexx.1.gz -man/man1/rxque.1.gz -man/man1/rxstack.1.gz +share/man/man1/rexx.1.gz +share/man/man1/rxque.1.gz +share/man/man1/rxstack.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.Y2K %%PORTDOCS%%%%DOCSDIR%%/README.bugreport diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile index 15b6b59dde1..99a953ad027 100644 --- a/lang/ruby30/Makefile +++ b/lang/ruby30/Makefile @@ -99,10 +99,6 @@ _SUF2= ,${PORTEPOCH} LIB_DEPENDS+= libunwind.so:devel/libunwind .endif -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 -USE_GCC= yes -.endif - .if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == powerpc CONFIGURE_ARGS+=--with-setjmp-type=_setjmp CONFIGURE_ENV+= ac_cv_func__setjmp=yes diff --git a/lang/ruby32/Makefile b/lang/ruby32/Makefile index 6ac119d4f93..dde7e8ed88d 100644 --- a/lang/ruby32/Makefile +++ b/lang/ruby32/Makefile @@ -99,10 +99,6 @@ _SUF2= ,${PORTEPOCH} LIB_DEPENDS+= libunwind.so:devel/libunwind .endif -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 -USE_GCC= yes -.endif - .if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == powerpc CONFIGURE_ARGS+= --with-setjmp-type=_setjmp CONFIGURE_ENV+= ac_cv_func__setjmp=yes diff --git a/lang/ruby33/Makefile b/lang/ruby33/Makefile index d63f4e413e0..72946feaa88 100644 --- a/lang/ruby33/Makefile +++ b/lang/ruby33/Makefile @@ -88,10 +88,6 @@ _SUF2= ,${PORTEPOCH} LIB_DEPENDS+= libunwind.so:devel/libunwind .endif -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 -USE_GCC= yes -.endif - .if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == powerpc CONFIGURE_ARGS+= --with-setjmp-type=_setjmp CONFIGURE_ENV+= ac_cv_func__setjmp=yes diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index 3925d43faff..225d0fa20f2 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.74.0 +PORTVERSION= 1.75.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 a48712dba10..f60df17b599 100644 --- a/lang/rust-bootstrap/distinfo +++ b/lang/rust-bootstrap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700146847 -SHA256 (rust/rustc-1.74.0-src.tar.xz) = 23705e38c1a37acfd7fbb921c5dd8772619476e80d0b3b39ac8eb45bc0c33187 -SIZE (rust/rustc-1.74.0-src.tar.xz) = 155975536 +TIMESTAMP = 1703234390 +SHA256 (rust/rustc-1.75.0-src.tar.xz) = 4526f786d673e4859ff2afa0bab2ba13c918b796519a25c1acce06dba9542340 +SIZE (rust/rustc-1.75.0-src.tar.xz) = 159624388 diff --git a/lang/scm/Makefile b/lang/scm/Makefile index 5a8b882fae9..3a0555a4054 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -53,6 +53,8 @@ SCM_MODULES= byte.so bytenumb.so differ.so edline.so gsubr.so \ socket.so unix.so SCM_MODULES_X11=x.so +EXTRACT_AFTER_ARGS= --exclude gmalloc.c + post-extract: ${LN} -s ${LOCALBASE}/share/slib ${WRKDIR} @@ -85,7 +87,6 @@ post-patch: s|editline freebsd "" "|editline freebsd "${LIBEDIT_SUB1}| ; \ s|-lreadline")$$|${LIBEDIT_SUB2} -lreadline")| ; \ s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/build.scm - @${REINPLACE_CMD} -e 's|__osf__|__FreeBSD__|' ${WRKSRC}/gmalloc.c @${REINPLACE_CMD} -e 's|gnuregex\.h|gnu/regex.h|g' ${WRKSRC}/rgx.c @${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|g' \ ${WRKSRC}/xgen.scm diff --git a/lang/scm/files/patch-add-missing-edit-line-feature b/lang/scm/files/patch-add-missing-edit-line-feature new file mode 100644 index 00000000000..0c3746e5333 --- /dev/null +++ b/lang/scm/files/patch-add-missing-edit-line-feature @@ -0,0 +1,22 @@ +Obtained from Debian... + + -mi + +Description: Add missing "edit-line" feature + Don't know why it was missing. +Author: astian +Forwarded: no +Last-Update: 2018-03-03 + +--- edline.c ++++ edline.c +@@ -65,6 +65,9 @@ void init_edline() + make_subr(s_def_outport, tc7_subr_0, def_outport); + make_subr(s_readline, tc7_subr_1, lreadline); + make_subr(s_add_history, tc7_subr_1, ladd_history); ++ ++ add_feature("edit-line"); ++ + if (scm_ldprog(s_Iedline)) + wta(*loc_errobj, "couldn't init", s_Iedline); + } diff --git a/lang/scm/files/patch-cvs b/lang/scm/files/patch-cvs new file mode 100644 index 00000000000..ab2a4e31b63 --- /dev/null +++ b/lang/scm/files/patch-cvs @@ -0,0 +1,25 @@ +A couple of fixes from upstream's CVS-repository. +--- sys.c 2017-10-22 19:48:07.000000000 -0400 ++++ sys.c 2023-07-21 18:36:30.000000000 -0400 +@@ -1523,5 +1523,5 @@ + info.name = name; + for (isubr = subrs_gra.len; 0 < isubr--;) { +- if (0==strcmp(((char **)subrs_gra.elts)[isubr], name)) { ++ if (0==strcmp(((subr_info *)subrs_gra.elts)[isubr].name, name)) { + scm_warn(s_redefining, (char *)name, UNDEFINED); + goto foundit; +@@ -1650,5 +1650,6 @@ + estk = scm_estk; + #else +- from[1] = BOOL_F; /* Can't write to parent stack */ ++ /* Can't write to parent stack, it is now shared. */ ++ SCM_ESTK_PARENT_WRITABLEP(scm_estk) = BOOL_F; + estk = must_malloc_cell((long)n*sizeof(SCM), + MAKE_LENGTH(n, tc7_vector), s_cont); +@@ -3166,5 +3188,5 @@ + (heap_cells - cells_allocated <= scm_ecache_len) || IMP(freelist)) { + alloc_some_heap(); +- growth_mon("number of heaps", (long)(hplim_ind/2), "segments", !0); ++ growth_mon(s_numheaps, (long)(hplim_ind/2), "segments", !0); + growth_mon(s_heap, heap_cells, s_cells, !0); + } diff --git a/lang/scm/files/patch-warnings b/lang/scm/files/patch-warnings index a5b615c13bb..d889f63f3a2 100644 --- a/lang/scm/files/patch-warnings +++ b/lang/scm/files/patch-warnings @@ -1643,15 +1643,6 @@ + ((search = getenv("PATH")) == 0)) search = DEFAULT_PATH; ---- gmalloc.c 2008-01-30 22:44:00.000000000 -0500 -+++ gmalloc.c 2015-01-23 18:55:19.000000000 -0500 -@@ -1622,5 +1622,5 @@ - #endif - #else --#ifndef __osf__ /* declared in */ -+#ifndef __FreeBSD__ /* declared in */ - #ifndef hpux /* declared in */ - #ifndef __svr4__ /* declared in */ --- gsubr.c 2008-01-30 22:32:00.000000000 -0500 +++ gsubr.c 2015-01-23 18:55:19.000000000 -0500 @@ -31,35 +31,7 @@ @@ -5925,7 +5916,7 @@ + SCM z; info.name = name; for (isubr = subrs_gra.len; 0 < isubr--;) { - if (0==strcmp(((char **)subrs_gra.elts)[isubr], name)) { + if (0==strcmp(((subr_info *)subrs_gra.elts)[isubr].name, name)) { - scm_warn(s_redefining, (char *)name, UNDEFINED); + scm_warn(s_redefining, name, UNDEFINED); goto foundit; diff --git a/lang/siod/Makefile b/lang/siod/Makefile index d69b72cd31e..8de9413cb4d 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -1,5 +1,6 @@ PORTNAME= siod PORTVERSION= 3.6.2 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://people.delphiforums.com/gjc/ DISTNAME= siod @@ -28,7 +29,7 @@ EXTRACT_AFTER_ARGS=--exclude md5\* --exclude regex.h --exclude reg????*.c MAKE_ARGS= VPATH=${WRKSRC} MODULES=${MODULES:Q} MAKEFILE= ${FILESDIR}/BSDmakefile MAKE_ENV= MKDIR=${MKDIR:Q} STAGEDIR=${STAGEDIR:Q} -MAKE_ENV+= MAN1PREFIX=${MAN1PREFIX} PREFIX=${PREFIX:Q} +MAKE_ENV+= MAN1PREFIX=${PREFIX}/share PREFIX=${PREFIX:Q} MAKE_ENV+= INSTALL_MAN=${INSTALL_MAN:Q} INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} MAKE_ENV+= INSTALL_DATA=${INSTALL_DATA:Q} diff --git a/lang/siod/files/BSDmakefile b/lang/siod/files/BSDmakefile index 97ec7a44d1c..d1c52671c9b 100644 --- a/lang/siod/files/BSDmakefile +++ b/lang/siod/files/BSDmakefile @@ -6,7 +6,7 @@ beforeinstall: afterinstall: # Install man-pages set -x; for m in *.man; do \ - ${INSTALL_MAN} $$m ${STAGEDIR}${MAN1PREFIX}/man/man1/$${m%%.man}.1; \ + ${INSTALL_MAN} $$m ${STAGEDIR}${PREFIX}/share/man/man1/$${m%%.man}.1; \ done ${INSTALL_SCRIPT} `${MAKE} -f makefile -V CMDFILES` \ ${STAGEDIR}${PREFIX}/bin/ diff --git a/lang/siod/pkg-plist b/lang/siod/pkg-plist index 9415146ad1a..ced8ba3dd31 100644 --- a/lang/siod/pkg-plist +++ b/lang/siod/pkg-plist @@ -47,15 +47,15 @@ lib/libsiod.a lib/libsiod.so lib/libsiod.so.3 include/siod.h -man/man1/cp-build.1.gz -man/man1/csiod.1.gz -man/man1/ftp-cp.1.gz -man/man1/ftp-get.1.gz -man/man1/ftp-put.1.gz -man/man1/ftp-test.1.gz -man/man1/http-get.1.gz -man/man1/http-stress.1.gz -man/man1/proxy-server.1.gz -man/man1/siod.1.gz -man/man1/snapshot-compare.1.gz -man/man1/snapshot-dir.1.gz +share/man/man1/cp-build.1.gz +share/man/man1/csiod.1.gz +share/man/man1/ftp-cp.1.gz +share/man/man1/ftp-get.1.gz +share/man/man1/ftp-put.1.gz +share/man/man1/ftp-test.1.gz +share/man/man1/http-get.1.gz +share/man/man1/http-stress.1.gz +share/man/man1/proxy-server.1.gz +share/man/man1/siod.1.gz +share/man/man1/snapshot-compare.1.gz +share/man/man1/snapshot-dir.1.gz diff --git a/lang/spidermonkey102/Makefile b/lang/spidermonkey102/Makefile index 7b54613f4ab..837a3af28ed 100644 --- a/lang/spidermonkey102/Makefile +++ b/lang/spidermonkey102/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 102.4.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile index 87dc5f99f8d..a34f3196a40 100644 --- a/lang/spidermonkey78/Makefile +++ b/lang/spidermonkey78/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 78.15.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/spidermonkey91/Makefile b/lang/spidermonkey91/Makefile index 63d9da76ade..6be69c83050 100644 --- a/lang/spidermonkey91/Makefile +++ b/lang/spidermonkey91/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 91.13.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/tcc/Makefile b/lang/tcc/Makefile index ee4526f2437..f3ce052c48c 100644 --- a/lang/tcc/Makefile +++ b/lang/tcc/Makefile @@ -1,7 +1,7 @@ PORTNAME= tcc DISTVERSIONPREFIX= release_ DISTVERSION= 0_9_26 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MAINTAINER= ports@FreeBSD.org @@ -57,8 +57,6 @@ CFLAGS+= -fheinous-gnu-extensions post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tcc ${INSTALL_DATA} ${WRKSRC}/tcc-doc.info ${STAGEDIR}${PREFIX}/${INFO_PATH} - ${INSTALL_MAN} ${WRKSRC}/tcc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${RM} -r ${STAGEDIR}${PREFIX}/share/man .for f in ${FILES} ${INSTALL_DATA} ${WRKSRC}/lib/${CPUTYPE}/*.o ${STAGEDIR}${PREFIX}/lib/tcc .endfor diff --git a/lang/tcc/pkg-plist b/lang/tcc/pkg-plist index 72e6f16d73a..b9e7a4f3b99 100644 --- a/lang/tcc/pkg-plist +++ b/lang/tcc/pkg-plist @@ -13,7 +13,7 @@ lib/tcc/bcheck.o %%AMD64%%lib/tcc/alloca86_64.o lib/tcc/libtcc1.o lib/tcc/libtcc1.a -man/man1/tcc.1.gz +share/man/man1/tcc.1.gz %%PORTDOCS%%%%DOCSDIR%%/tcc-doc.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex1.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex2.c diff --git a/lang/typstfmt/Makefile b/lang/typstfmt/Makefile index 60e9d0fea32..564d1b8ff67 100644 --- a/lang/typstfmt/Makefile +++ b/lang/typstfmt/Makefile @@ -1,5 +1,6 @@ PORTNAME= typstfmt DISTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/mail/akpop3d/Makefile b/mail/akpop3d/Makefile index 831792702ad..4ca158fa12a 100644 --- a/mail/akpop3d/Makefile +++ b/mail/akpop3d/Makefile @@ -1,5 +1,6 @@ PORTNAME= akpop3d PORTVERSION= 0.7.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= https://synflood.at/akpop3d/ @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 GNU_CONFIGURE= yes -PLIST_FILES= bin/akpop3d man/man8/akpop3d.8.gz +PLIST_FILES= bin/akpop3d share/man/man8/akpop3d.8.gz OPTIONS_DEFINE= SSL OPTIONS_DEFAULT= SSL @@ -30,6 +31,6 @@ pre-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/akpop3d ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/akpop3d.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/akpop3d.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/mail/amavis-logwatch/Makefile b/mail/amavis-logwatch/Makefile index 6f2ccb468cf..f82f03a7fb4 100644 --- a/mail/amavis-logwatch/Makefile +++ b/mail/amavis-logwatch/Makefile @@ -1,6 +1,6 @@ PORTNAME= amavis-logwatch PORTVERSION= 1.51.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/logreporters/${PORTNAME}/release/${PORTVERSION} @@ -27,7 +27,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${CP} ${WRKSRC}/${PORTNAME}.conf ${WRKSRC}/${PORTNAME}.conf.sample @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${STAGEDIR}${ETCDIR} diff --git a/mail/amavis-logwatch/pkg-plist b/mail/amavis-logwatch/pkg-plist index 4f44c7d154a..7f3e5fe03a7 100644 --- a/mail/amavis-logwatch/pkg-plist +++ b/mail/amavis-logwatch/pkg-plist @@ -1,3 +1,3 @@ %%ETCDIR%%/amavis-logwatch.conf.sample -man/man1/amavis-logwatch.1.gz +share/man/man1/amavis-logwatch.1.gz bin/amavis-logwatch diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 05a181702f9..4b7d13325b6 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -1,6 +1,5 @@ PORTNAME= anubis -PORTVERSION= 4.2 -PORTREVISION= 17 +PORTVERSION= 4.3 CATEGORIES= mail MASTER_SITES= GNU @@ -11,24 +10,31 @@ WWW= https://www.gnu.org/software/anubis/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf charsetfix cpe localbase makeinfo \ - pkgconfig shebangfix +LIB_DEPENDS= libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error \ + libgsasl.so:security/libgsasl + +USES= autoreconf charsetfix cpe gettext-tools gmake localbase \ + makeinfo pkgconfig shebangfix CHARSETFIX_MAKEFILEIN= gnulib.mk CPE_VENDOR= gnu SHEBANG_FILES= contrib/msg2smtp.pl USE_RC_SUBR= anubis + GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gnutls \ + --with-gsasl INFO= anubis PORTEXAMPLES= 1anubisrc 2anubisrc -OPTIONS_DEFINE= NLS EXAMPLES EMACS GUILE GNUPG GNUTLS \ - GSASL LIBWRAP PCRE PAM SOCKS TEST +OPTIONS_DEFINE= NLS EXAMPLES EMACS GUILE GNUPG LIBWRAP PCRE PAM \ + SOCKS TEST DB_DESC= Database backend OPTIONS_GROUP= DB OPTIONS_GROUP_DB= GDBM MYSQL PGSQL -OPTIONS_DEFAULT= GDBM GNUPG GNUTLS GSASL GUILE -OPTIONS_EXCLUDE_aarch64=TEST +OPTIONS_DEFAULT= GDBM GNUPG GUILE OPTIONS_SUB= yes NO_OPTIONS_SORT= yes @@ -44,34 +50,22 @@ EMACS_USES= emacs:build EMACS_CONFIGURE_ON= --with-lispdir=${PREFIX}/${EMACS_SITE_LISPDIR}/anubis EMACS_CONFIGURE_OFF= --with-lispdir=no -GDBM_IMPLIES= GSASL GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_WITH= gdbm -GNUPG_LIB_DEPENDS= libgpgme.so:security/gpgme \ - libgpg-error.so:security/libgpg-error +GNUPG_LIB_DEPENDS= libgpgme.so:security/gpgme GNUPG_CONFIGURE_WITH= gpgme -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ - libgcrypt.so:security/libgcrypt -GNUTLS_CONFIGURE_WITH= gnutls - -GSASL_DESC= GSASL support (required for databases) -GSASL_LIB_DEPENDS= libgsasl.so:security/libgsasl -GSASL_CONFIGURE_WITH= gsasl - -GUILE_USES= guile:1.8,alias +GUILE_USES= guile:2.2,alias GUILE_CONFIGURE_WITH= guile GUILE_PORTEXAMPLES= anubis.scm anubisrc.guile LIBWRAP_CONFIGURE_WITH= tcp-wrappers -MYSQL_IMPLIES= GSASL MYSQL_USES= mysql MYSQL_CONFIGURE_WITH= mysql MYSQL_VARS= REQUIRE+=mysql -NLS_USES= gettext iconv NLS_CONFIGURE_ENABLE= nls PAM_CONFIGURE_WITH= pam @@ -80,27 +74,22 @@ PAM_PORTEXAMPLES= pam PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_WITH= pcre -PGSQL_IMPLIES= GSASL PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= postgres PGSQL_VARS= REQUIRE+=postgresql SOCKS_CONFIGURE_WITH= socks-proxy +TEST_TEST_TARGET= check + .include # Default requirement for anubis rc script REQUIRE+= mail SUB_LIST+= REQUIRE="${REQUIRE}" -post-patch: - @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/src/headers.h - @${REINPLACE_CMD} -e 's,gdbm_db_,db_gdbm_,g' \ - ${WRKSRC}/src/anubisadm.c ${WRKSRC}/src/gdbm.c \ - ${WRKSRC}/src/headers.h ${WRKSRC}/src/main.c - post-patch-TEST-off: - @${REINPLACE_CMD} -e 's| testsuite||' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e 's| tests||' ${WRKSRC}/Makefile.am post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/mail/anubis/distinfo b/mail/anubis/distinfo index b4d82e30637..031d7eadbda 100644 --- a/mail/anubis/distinfo +++ b/mail/anubis/distinfo @@ -1,2 +1,3 @@ -SHA256 (anubis-4.2.tar.gz) = 5f3a2dd77c5ef52a593428c5b6d0042c1746eb8262c31bde9ee67455f8aad6d6 -SIZE (anubis-4.2.tar.gz) = 1623768 +TIMESTAMP = 1704667011 +SHA256 (anubis-4.3.tar.gz) = ff0af3337c462218e5ee244c7ef90188af9efdf095bc05b6333401cf9882af2c +SIZE (anubis-4.3.tar.gz) = 1248000 diff --git a/mail/anubis/files/patch-configure.ac b/mail/anubis/files/patch-configure.ac index 2026a8db65c..628bedff40c 100644 --- a/mail/anubis/files/patch-configure.ac +++ b/mail/anubis/files/patch-configure.ac @@ -1,16 +1,16 @@ ---- configure.ac.orig 2014-05-23 20:25:28 UTC +--- configure.ac.orig 2024-01-05 16:09:47 UTC +++ configure.ac -@@ -78,7 +78,6 @@ AH_BOTTOM([ - ]) +@@ -96,7 +96,6 @@ AC_CHECK_LIB(socket, socket) + AC_CHECK_FUNCS(daemon putenv) AC_CHECK_LIB(socket, socket) -AC_CHECK_LIB(nsl, gethostbyaddr) - AC_SUBST(ADD_INCLUDES) - case $build in -@@ -179,11 +178,21 @@ MU_CHECK_GSASL(0.2.3, [ + AM_PATH_LIBGCRYPT([1.7.0], [status_gcrypt=yes], [status_gcrypt=no]) + AM_CONDITIONAL([GCRYPT_COND], [test "$status_gcrypt" = yes]) +@@ -198,11 +197,21 @@ MU_CHECK_GSASL(0.2.3, [ + ANUBIS_SBIN_ADM='$(adm_sbin_programs)' ANUBIS_BIN_ADM='$(adm_bin_programs)' - M4_DEFS="$M4_DEFS -DWITH_GSASL" + AC_ARG_WITH(gdbm, + AC_HELP_STRING([--with-gdbm], @@ -30,8 +30,8 @@ + fi AC_ARG_WITH(mysql, - AC_HELP_STRING([--with-mysql], -@@ -285,8 +294,8 @@ AC_ARG_WITH(pam, + AS_HELP_STRING([--with-mysql],[Configure to work with MySQL]), +@@ -301,8 +310,8 @@ if test "$with_pam" = "yes"; then [with_pam=no]) if test "$with_pam" = "yes"; then AC_CHECK_LIB(pam, main,, with_pam=no) @@ -42,7 +42,7 @@ fi if test "$with_pam" = "yes"; then AC_MSG_RESULT([Enabling PAM support...]) -@@ -300,7 +309,6 @@ AC_ARG_WITH(tcp-wrappers, +@@ -315,7 +324,6 @@ if test "$with_tcp_wrappers" = "yes"; then [with_tcp_wrappers=no]) if test "$with_tcp_wrappers" = "yes"; then AC_CHECK_LIB(wrap, main,, with_tcp_wrappers=no) diff --git a/mail/anubis/files/patch-src_Makefile.am b/mail/anubis/files/patch-src_Makefile.am deleted file mode 100644 index 21afe4b9beb..00000000000 --- a/mail/anubis/files/patch-src_Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ ---- src/Makefile.am.orig 2014-05-16 04:19:46 UTC -+++ src/Makefile.am -@@ -25,7 +25,7 @@ bin_PROGRAMS = @ANUBIS_BIN_ADM@ - EXTRA_PROGRAMS = $(adm_bin_programs) $(adm_sbin_programs) - - noinst_LIBRARIES = libanubisdb.a --anubis_LDADD = ./libanubisdb.a $(top_builddir)/lib/libanubis.a\ -+anubis_LDADD = libanubisdb.a $(top_builddir)/lib/libanubis.a\ - @LIBINTL@ $(GUILE_LIBS) @LIBGNUTLS_LIBS@ @GSASL_LIBS@ - - anubis_SOURCES = \ -@@ -65,9 +65,9 @@ anubis_SOURCES = \ - xdatabase.c - - anubisadm_SOURCES = anubisadm.c anubisadm.h adm.c --anubisadm_LDADD = ./libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@ -+anubisadm_LDADD = libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@ - anubisusr_SOURCES = anubisusr.c anubisusr.h usr.c --anubisusr_LDADD = ./libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@ @LIBGNUTLS_LIBS@ @GSASL_LIBS@ -+anubisusr_LDADD = libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@ @LIBGNUTLS_LIBS@ @GSASL_LIBS@ - - if TLS_COND - TLS_C=tls.c -@@ -99,7 +99,7 @@ BUILT_SOURCES = env.c - - localedir = $(datadir)/locale - DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" --AM_CPPFLAGS = @ADD_INCLUDES@ @LIBGNUTLS_INCLUDES@ -I$(top_srcdir)/lib -+AM_CPPFLAGS = @ADD_INCLUDES@ @LIBGNUTLS_INCLUDES@ @GUILE_INCLUDES@ -I$(top_srcdir)/lib - SUFFIXES=.opt .c - - .opt.c: diff --git a/mail/anubis/files/patch-src_anubisadm.h b/mail/anubis/files/patch-src_anubisadm.h deleted file mode 100644 index 46f435332ec..00000000000 --- a/mail/anubis/files/patch-src_anubisadm.h +++ /dev/null @@ -1,17 +0,0 @@ ---- src/anubisadm.h.orig 2020-08-27 18:29:03 UTC -+++ src/anubisadm.h -@@ -26,10 +26,10 @@ - - typedef int (*operation_fp) (int, char **); - --char *authid; --char *username; --char *rcfile; --char *password; -+extern char *authid; -+extern char *username; -+extern char *rcfile; -+extern char *password; - - int op_create (int argc, char **argv); - int op_list (int argc, char **argv); diff --git a/mail/anubis/files/patch-src_anubisusr.h b/mail/anubis/files/patch-src_anubisusr.h new file mode 100644 index 00000000000..552ec045ead --- /dev/null +++ b/mail/anubis/files/patch-src_anubisusr.h @@ -0,0 +1,13 @@ +--- src/anubisusr.h.orig 2024-01-05 16:03:09 UTC ++++ src/anubisusr.h +@@ -25,10 +25,6 @@ + #include + #include "getopt.h" + +-#define obstack_chunk_alloc malloc +-#define obstack_chunk_free free +-#include +- + #if defined(USE_GNUTLS) + # include + # define HAVE_TLS diff --git a/mail/anubis/files/patch-src_env.c b/mail/anubis/files/patch-src_env.c index ab785c8c4c1..9690f158db9 100644 --- a/mail/anubis/files/patch-src_env.c +++ b/mail/anubis/files/patch-src_env.c @@ -1,11 +1,11 @@ ---- src/env.c.orig 2014-05-17 20:26:43 UTC +--- src/env.c.orig 2024-01-05 16:10:48 UTC +++ src/env.c -@@ -30,7 +30,7 @@ - #ifdef HAVE_PAM +@@ -31,7 +31,7 @@ static struct pam_conv conv = { + # define USE_PAM 1 pam_handle_t *pamh; static struct pam_conv conv = { - misc_conv, + openpam_ttyconv, NULL }; - #endif /* HAVE_PAM */ + #else diff --git a/mail/anubis/files/patch-src_pgsql.c b/mail/anubis/files/patch-src_pgsql.c new file mode 100644 index 00000000000..02522ec3e6d --- /dev/null +++ b/mail/anubis/files/patch-src_pgsql.c @@ -0,0 +1,13 @@ +Fix header location. + +--- src/pgsql.c.orig 2024-01-08 01:45:50 UTC ++++ src/pgsql.c +@@ -24,7 +24,7 @@ + #ifdef WITH_PGSQL + + #include "sql.h" +-#include ++#include + + /* PostgreSQL URL: + diff --git a/mail/anubis/files/patch-src_rcfile.h b/mail/anubis/files/patch-src_rcfile.h deleted file mode 100644 index 8b8e005f3f0..00000000000 --- a/mail/anubis/files/patch-src_rcfile.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/rcfile.h.orig 2020-08-27 18:24:43 UTC -+++ src/rcfile.h -@@ -213,7 +213,7 @@ typedef void (*RC_ERROR_PRINTER) (void *data, - const char *fmt, va_list ap); - - /* Global data */ --struct rc_loc rc_locus; -+extern struct rc_loc rc_locus; - - /* Function declarations */ - void verbatim (void); diff --git a/mail/anubis/files/patch-tests_anustart.c b/mail/anubis/files/patch-tests_anustart.c new file mode 100644 index 00000000000..a5260bc10d8 --- /dev/null +++ b/mail/anubis/files/patch-tests_anustart.c @@ -0,0 +1,10 @@ +--- tests/anustart.c.orig 2024-01-05 16:03:10 UTC ++++ tests/anustart.c +@@ -64,6 +64,7 @@ + #include + #include + #include ++#include + + char const *progname; + diff --git a/mail/anubis/pkg-plist b/mail/anubis/pkg-plist index 3340f18eafb..27388300cc3 100644 --- a/mail/anubis/pkg-plist +++ b/mail/anubis/pkg-plist @@ -1,8 +1,8 @@ -%%GSASL%%bin/anubisusr +bin/anubisusr bin/msg2smtp.pl sbin/anubis man/man1/anubis.1.gz -%%GSASL%%sbin/anubisadm +sbin/anubisadm %%GUILE%%share/anubis/entire-msg.scm %%GUILE%%share/anubis/remailer.scm %%GUILE%%share/anubis/rot-13.scm @@ -13,6 +13,7 @@ man/man1/anubis.1.gz %%NLS%%share/locale/es/LC_MESSAGES/anubis.mo %%NLS%%share/locale/fi/LC_MESSAGES/anubis.mo %%NLS%%share/locale/fr/LC_MESSAGES/anubis.mo +%%NLS%%share/locale/hu/LC_MESSAGES/anubis.mo %%NLS%%share/locale/hr/LC_MESSAGES/anubis.mo %%NLS%%share/locale/id/LC_MESSAGES/anubis.mo %%NLS%%share/locale/it/LC_MESSAGES/anubis.mo @@ -20,6 +21,7 @@ man/man1/anubis.1.gz %%NLS%%share/locale/nb/LC_MESSAGES/anubis.mo %%NLS%%share/locale/nl/LC_MESSAGES/anubis.mo %%NLS%%share/locale/pl/LC_MESSAGES/anubis.mo +%%NLS%%share/locale/pt/LC_MESSAGES/anubis.mo %%NLS%%share/locale/ro/LC_MESSAGES/anubis.mo %%NLS%%share/locale/ru/LC_MESSAGES/anubis.mo %%NLS%%share/locale/sr/LC_MESSAGES/anubis.mo diff --git a/mail/assp/Makefile b/mail/assp/Makefile index 0e4a0a6f5cf..115ed093345 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -1,5 +1,6 @@ PORTNAME= assp PORTVERSION= 1.9.9.14158 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.ringofsaturn.com/distfiles/ @@ -133,8 +134,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/assplog.pl ${STAGEDIR}${PREFIX}/sbin/assplog - ${INSTALL_MAN} ${WRKDIR}/assp.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 - ${INSTALL_MAN} ${WRKDIR}/assplog.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKDIR}/assp.8 ${STAGEDIR}${PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKDIR}/assplog.8 ${STAGEDIR}${PREFIX}/share/man/man8 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/510.assp ${STAGEDIR}${PREFIX}/etc/periodic/daily/ @${MKDIR} ${STAGEDIR}${ASSP_HOME} diff --git a/mail/assp/pkg-plist b/mail/assp/pkg-plist index e7962deb572..4f6d1e474ee 100644 --- a/mail/assp/pkg-plist +++ b/mail/assp/pkg-plist @@ -98,8 +98,8 @@ sbin/assplog %%DATADIR%%/stat.pl %%PORTDOCS%%%%DOCSDIR%%/Legacy - ASSP Documentation.htm %%PORTDOCS%%%%DOCSDIR%%/Regular Expression Tutorial.htm -man/man8/assp.8.gz -man/man8/assplog.8.gz +share/man/man8/assp.8.gz +share/man/man8/assplog.8.gz %%ASSP_HOME%%/files %%ASSP_HOME%%/images %%ASSP_HOME%%/rebuildspamdb.pl diff --git a/mail/autorespond/Makefile b/mail/autorespond/Makefile index 0e750ef8afd..a17063fa52e 100644 --- a/mail/autorespond/Makefile +++ b/mail/autorespond/Makefile @@ -1,5 +1,6 @@ PORTNAME= autorespond PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.inter7.com/devel/ @@ -9,7 +10,7 @@ PATCHFILES= ${DISTNAME}-conf-strcasestr.patch MAINTAINER= ports@FreeBSD.org COMMENT= Simple autoresponder for qmail -PLIST_FILES= bin/autorespond man/man1/autorespond.1.gz +PLIST_FILES= bin/autorespond share/man/man1/autorespond.1.gz .if defined(WITHOUT_MDOC_MANPAGE) AR_MANPAGE= ${WRKSRC}/autorespond.1 @@ -24,6 +25,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/autorespond ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${AR_MANPAGE} ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${AR_MANPAGE} ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/mail/bincimap/Makefile b/mail/bincimap/Makefile index 9b42d23d8ab..5efa1d93e61 100644 --- a/mail/bincimap/Makefile +++ b/mail/bincimap/Makefile @@ -1,6 +1,6 @@ PORTNAME= bincimap PORTVERSION= 1.2.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}final @@ -19,6 +19,7 @@ USE_CXXSTD= c++14 USE_RC_SUBR= bincimapd GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${ETCDIR} +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share/ DOCS= AUTHORS ChangeLog README doc/bincimap* \ doc/manual/bincimap-manual.ps @@ -37,9 +38,9 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/conf/bincimap.conf \ ${STAGEDIR}${ETCDIR}/bincimap.conf.sample cd ${WRKSRC}/man && ${INSTALL_MAN} bincimap-up.1 bincimapd.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/bincimap.conf.5 \ - ${STAGEDIR}${MANPREFIX}/man/man5 + ${STAGEDIR}${PREFIX}/share/man/man5 post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/contrib diff --git a/mail/bincimap/pkg-plist b/mail/bincimap/pkg-plist index 7b5e6b51603..0c96ca6243d 100644 --- a/mail/bincimap/pkg-plist +++ b/mail/bincimap/pkg-plist @@ -1,9 +1,9 @@ bin/bincimapd bin/bincimap-up @sample etc/bincimap/bincimap.conf.sample -man/man1/bincimap-up.1.gz -man/man1/bincimapd.1.gz -man/man5/bincimap.conf.5.gz +share/man/man1/bincimap-up.1.gz +share/man/man1/bincimapd.1.gz +share/man/man5/bincimap.conf.5.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/mail/bsd-vacation/Makefile b/mail/bsd-vacation/Makefile index fe58dd9b56b..efda81508f6 100644 --- a/mail/bsd-vacation/Makefile +++ b/mail/bsd-vacation/Makefile @@ -12,10 +12,10 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= gbergling -PLIST_FILES= bin/vacation man/man1/vacation.1.gz +PLIST_FILES= bin/vacation share/man/man1/vacation.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vacation ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/vacation.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/vacation.1.gz ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/mail/cone/Makefile b/mail/cone/Makefile index f06fcb399dc..8c2865c22d7 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -1,5 +1,6 @@ PORTNAME= cone DISTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ diff --git a/mail/courier-authlib-vchkpw/Makefile b/mail/courier-authlib-vchkpw/Makefile index 80a62713ca5..5e0d1307a2f 100644 --- a/mail/courier-authlib-vchkpw/Makefile +++ b/mail/courier-authlib-vchkpw/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -vchkpw COMMENT= Vpopmail/vchkpw support for the Courier authentication library diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 5e27d6fc390..000d0f8fc95 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -1,6 +1,7 @@ PORTNAME= courier-imap PORTVERSION= 5.2.6 PORTEPOCH= 2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/courier/imap/${PORTVERSION} diff --git a/mail/courier/Makefile b/mail/courier/Makefile index 8b2f31d8ac4..61f94d1ed23 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -1,6 +1,6 @@ PORTNAME= courier PORTVERSION= 1.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF diff --git a/mail/cvsmail/Makefile b/mail/cvsmail/Makefile index a18a37108fa..0fac551b8ba 100644 --- a/mail/cvsmail/Makefile +++ b/mail/cvsmail/Makefile @@ -1,5 +1,6 @@ PORTNAME= cvsmail PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= LOCAL/pgollucci DISTNAME= mailutils-${PORTVERSION} @@ -9,10 +10,10 @@ COMMENT= Small program to add cvsweb links to FreeBSD commit messages DIST_SUBDIR= ${PORTNAME} ALL_TARGET= cvsmail -PLIST_FILES= bin/cvsmail man/man1/cvsmail.1.gz +PLIST_FILES= bin/cvsmail share/man/man1/cvsmail.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/mail/dot-forward/Makefile b/mail/dot-forward/Makefile index 03475486500..cd696998476 100644 --- a/mail/dot-forward/Makefile +++ b/mail/dot-forward/Makefile @@ -1,5 +1,6 @@ PORTNAME= dot-forward PORTVERSION= 0.71 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://cr.yp.to/software/ @@ -12,8 +13,7 @@ USES= gmake groff ALL_TARGET= default PLIST_FILES= bin/dot-forward \ - man/man1/dot-forward.1.gz \ - man/cat1/dot-forward.0.gz + share/man/man1/dot-forward.1.gz do-install: .for binfile in dot-forward @@ -21,11 +21,7 @@ do-install: .endfor .for manfile in dot-forward.1 - ${INSTALL_MAN} ${WRKSRC}/${manfile} ${STAGEDIR}${PREFIX}/man/man1/${manfile} -.endfor - -.for catfile in dot-forward.0 - ${INSTALL_MAN} ${WRKSRC}/${catfile} ${STAGEDIR}${MAN1PREFIX}/man/cat1/${catfile} + ${INSTALL_MAN} ${WRKSRC}/${manfile} ${STAGEDIR}${PREFIX}/share/man/man1/${manfile} .endfor .include diff --git a/mail/exim-doc-html/Makefile b/mail/exim-doc-html/Makefile index 682c98b7195..ca43854331e 100644 --- a/mail/exim-doc-html/Makefile +++ b/mail/exim-doc-html/Makefile @@ -1,5 +1,5 @@ PORTNAME= exim -PORTVERSION= 4.96 +PORTVERSION= 4.97.1 CATEGORIES= mail MASTER_SITES= EXIM MASTER_SITE_SUBDIR= /exim4/ \ diff --git a/mail/exim-doc-html/distinfo b/mail/exim-doc-html/distinfo index f0d3a087267..26cad29c5fb 100644 --- a/mail/exim-doc-html/distinfo +++ b/mail/exim-doc-html/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1685430004 -SHA256 (exim/exim-html-4.96.tar.bz2) = cc9709123992a46c79dfbf1add73572f3883e9061e6bcd2dbb9590f546c20cf7 -SIZE (exim/exim-html-4.96.tar.bz2) = 638154 -SHA256 (exim/exim-pdf-4.96.tar.bz2) = 027671a053e2682b62f6a6d8f1c85b0d36b7608be6fb73be7882ffb6d280239b -SIZE (exim/exim-pdf-4.96.tar.bz2) = 2167945 -SHA256 (exim/exim-postscript-4.96.tar.bz2) = 1272606b01e5344a4dfbda838d26d0cefba370397bd5a2e3d2eb956b9a511a93 -SIZE (exim/exim-postscript-4.96.tar.bz2) = 1145323 +TIMESTAMP = 1704499920 +SHA256 (exim/exim-html-4.97.1.tar.bz2) = 9e2cc6b39f4480ee7f575946466d025331fc21368c873a8685b66fdb1919693c +SIZE (exim/exim-html-4.97.1.tar.bz2) = 647718 +SHA256 (exim/exim-pdf-4.97.1.tar.bz2) = 9761ab9f6099bb865b9838ecf3d62008683cadd2ba2ae6fbb9640139044640ba +SIZE (exim/exim-pdf-4.97.1.tar.bz2) = 2176843 +SHA256 (exim/exim-postscript-4.97.1.tar.bz2) = a01809e46d2c6283482788822445187299325d6e909611f6496d2e5ad1f1d14b +SIZE (exim/exim-postscript-4.97.1.tar.bz2) = 1144052 diff --git a/mail/exim/Makefile b/mail/exim/Makefile index e592942dd19..0fc97c8e0a8 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,6 +1,6 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= mail MASTER_SITES= EXIM:exim MASTER_SITE_SUBDIR= /exim4/:exim \ @@ -619,7 +619,7 @@ post-install: .endfor .endif @${MKDIR} -m 750 ${STAGEDIR}${LOGDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/exim.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/doc/exim.8 ${STAGEDIR}${PREFIX}/share/man/man8 .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/POST-INSTALL-NOTES ${STAGEDIR}${DOCSDIR} diff --git a/mail/exim/pkg-plist b/mail/exim/pkg-plist index 8ca5e7f4633..77b6af2cd4d 100644 --- a/mail/exim/pkg-plist +++ b/mail/exim/pkg-plist @@ -17,7 +17,7 @@ %%EXIM%%sbin/exiqgrep %%EXIM%%sbin/exiqsumm %%EXIM%%sbin/exiwhat -%%EXIM%%man/man8/exim.8.gz +%%EXIM%%share/man/man8/exim.8.gz %%EXIMON%%sbin/eximon %%EXIMON%%sbin/eximon.bin %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGMENTS diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index b6d7ecfb174..551792cdd86 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -1,6 +1,6 @@ PORTNAME= ezmlm-idx PORTVERSION= 7.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://untroubled.org/ezmlm/archive/${PORTVERSION}/ @@ -78,7 +78,7 @@ post-patch: @${ECHO_CMD} "${CC} ${CFLAGS} ${EXTRACT_INCLUDE}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} -s -rdynamic ${EXTRACT_LIB}" > ${WRKSRC}/conf-ld .endif - @${ECHO_CMD} "${MANPREFIX}/man" > ${WRKSRC}/conf-man + @${ECHO_CMD} "${PREFIX}/share/man" > ${WRKSRC}/conf-man @${ECHO_CMD} "${QMAIL_PREFIX}" > ${WRKSRC}/conf-qmail @${REINPLACE_CMD} -e 's,/etc/ezmlm/,${PREFIX}/etc/ezmlm/,' \ ${WRKSRC}/idx.h diff --git a/mail/ezmlm-idx/pkg-plist b/mail/ezmlm-idx/pkg-plist index bae1317aa9b..93638eb4799 100644 --- a/mail/ezmlm-idx/pkg-plist +++ b/mail/ezmlm-idx/pkg-plist @@ -603,42 +603,42 @@ etc/ezmlm/sv/text/unsub-confirm etc/ezmlm/sv/text/unsub-nop etc/ezmlm/sv/text/unsub-ok lib/ezmlm/sub-std.so -man/man1/ezmlm-accept.1.gz -man/man1/ezmlm-archive.1.gz -man/man1/ezmlm-cgi.1.gz -man/man1/ezmlm-check.1.gz -man/man1/ezmlm-checksub.1.gz -man/man1/ezmlm-clean.1.gz -man/man1/ezmlm-confirm.1.gz -man/man1/ezmlm-cron.1.gz -man/man1/ezmlm-dispatch.1.gz -man/man1/ezmlm-gate.1.gz -man/man1/ezmlm-get.1.gz -man/man1/ezmlm-glconf.1.gz -man/man1/ezmlm-idx.1.gz -man/man1/ezmlm-import.1.gz -man/man1/ezmlm-issubn.1.gz -man/man1/ezmlm-limit.1.gz -man/man1/ezmlm-list.1.gz -man/man1/ezmlm-make.1.gz -man/man1/ezmlm-manage.1.gz -man/man1/ezmlm-moderate.1.gz -man/man1/ezmlm-reject.1.gz -man/man1/ezmlm-request.1.gz -man/man1/ezmlm-return.1.gz -man/man1/ezmlm-rmtab.1.gz -man/man1/ezmlm-send.1.gz -man/man1/ezmlm-split.1.gz -man/man1/ezmlm-store.1.gz -man/man1/ezmlm-sub.1.gz -man/man1/ezmlm-tstdig.1.gz -man/man1/ezmlm-unsub.1.gz -man/man1/ezmlm-warn.1.gz -man/man1/ezmlm-weed.1.gz -man/man5/ezmlm.5.gz -man/man5/ezmlmglrc.5.gz -man/man5/ezmlmrc.5.gz -man/man5/ezmlmsubrc.5.gz +share/man/man1/ezmlm-accept.1.gz +share/man/man1/ezmlm-archive.1.gz +share/man/man1/ezmlm-cgi.1.gz +share/man/man1/ezmlm-check.1.gz +share/man/man1/ezmlm-checksub.1.gz +share/man/man1/ezmlm-clean.1.gz +share/man/man1/ezmlm-confirm.1.gz +share/man/man1/ezmlm-cron.1.gz +share/man/man1/ezmlm-dispatch.1.gz +share/man/man1/ezmlm-gate.1.gz +share/man/man1/ezmlm-get.1.gz +share/man/man1/ezmlm-glconf.1.gz +share/man/man1/ezmlm-idx.1.gz +share/man/man1/ezmlm-import.1.gz +share/man/man1/ezmlm-issubn.1.gz +share/man/man1/ezmlm-limit.1.gz +share/man/man1/ezmlm-list.1.gz +share/man/man1/ezmlm-make.1.gz +share/man/man1/ezmlm-manage.1.gz +share/man/man1/ezmlm-moderate.1.gz +share/man/man1/ezmlm-reject.1.gz +share/man/man1/ezmlm-request.1.gz +share/man/man1/ezmlm-return.1.gz +share/man/man1/ezmlm-rmtab.1.gz +share/man/man1/ezmlm-send.1.gz +share/man/man1/ezmlm-split.1.gz +share/man/man1/ezmlm-store.1.gz +share/man/man1/ezmlm-sub.1.gz +share/man/man1/ezmlm-tstdig.1.gz +share/man/man1/ezmlm-unsub.1.gz +share/man/man1/ezmlm-warn.1.gz +share/man/man1/ezmlm-weed.1.gz +share/man/man5/ezmlm.5.gz +share/man/man5/ezmlmglrc.5.gz +share/man/man5/ezmlmrc.5.gz +share/man/man5/ezmlmsubrc.5.gz %%MYSQL%%lib/ezmlm/sub-mysql.so %%PGSQL%%lib/ezmlm/sub-pgsql.so %%PORTDOCS%%%%DOCSDIR%%/BLURB diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile index 6d426b513c1..0af9e77ac91 100644 --- a/mail/ezmlm/Makefile +++ b/mail/ezmlm/Makefile @@ -1,6 +1,6 @@ PORTNAME= ezmlm PORTVERSION= 0.53 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://cr.yp.to/software/ \ ftp://ftp.fu-berlin.de/unix/mail/qmail/ \ @@ -44,8 +44,8 @@ post-patch: do-install: cd ${WRKSRC} && \ ${INSTALL_PROGRAM} ${PROGRAMS} ${STAGEDIR}${PREFIX}/bin && \ - ${INSTALL_MAN} *.1 ${STAGEDIR}${MANPREFIX}/man/man1 && \ - ${INSTALL_MAN} *.5 ${STAGEDIR}${MANPREFIX}/man/man5 + ${INSTALL_MAN} *.1 ${STAGEDIR}${PREFIX}/share/man/man1 && \ + ${INSTALL_MAN} *.5 ${STAGEDIR}${PREFIX}/share/man/man5 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/mail/ezmlm/pkg-plist b/mail/ezmlm/pkg-plist index a713e68b298..670a60efd7a 100644 --- a/mail/ezmlm/pkg-plist +++ b/mail/ezmlm/pkg-plist @@ -8,17 +8,17 @@ bin/ezmlm-sub bin/ezmlm-unsub bin/ezmlm-warn bin/ezmlm-weed -man/man1/ezmlm-list.1.gz -man/man1/ezmlm-make.1.gz -man/man1/ezmlm-manage.1.gz -man/man1/ezmlm-reject.1.gz -man/man1/ezmlm-return.1.gz -man/man1/ezmlm-send.1.gz -man/man1/ezmlm-sub.1.gz -man/man1/ezmlm-unsub.1.gz -man/man1/ezmlm-warn.1.gz -man/man1/ezmlm-weed.1.gz -man/man5/ezmlm.5.gz +share/man/man1/ezmlm-list.1.gz +share/man/man1/ezmlm-make.1.gz +share/man/man1/ezmlm-manage.1.gz +share/man/man1/ezmlm-reject.1.gz +share/man/man1/ezmlm-return.1.gz +share/man/man1/ezmlm-send.1.gz +share/man/man1/ezmlm-sub.1.gz +share/man/man1/ezmlm-unsub.1.gz +share/man/man1/ezmlm-warn.1.gz +share/man/man1/ezmlm-weed.1.gz +share/man/man5/ezmlm.5.gz %%PORTDOCS%%%%DOCSDIR%%/BLURB %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/mail/fastforward/Makefile b/mail/fastforward/Makefile index 58229895fd9..337c28c266e 100644 --- a/mail/fastforward/Makefile +++ b/mail/fastforward/Makefile @@ -1,5 +1,6 @@ PORTNAME= fastforward PORTVERSION= 0.51 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://cr.yp.to/software/ @@ -15,15 +16,15 @@ FILES= fastforward printforward setforward newaliases printmaillist setmaillist PORTDOCS= ALIASES -PLIST_FILES= ${FILES:S,^,bin/,} ${FILES:S,^,man/man1/,:S,$,.1.gz,} ${FILES:S,^,man/cat1/,:S,$,.0.gz,} +PLIST_FILES= ${FILES:S,^,bin/,} \ + ${FILES:S,^,share/man/man1/,:S,$,.1.gz,} OPTIONS_DEFINE= DOCS do-install: .for binfile in ${FILES} ${INSTALL_PROGRAM} ${WRKSRC}/${binfile} ${STAGEDIR}${PREFIX}/bin/${binfile} - ${INSTALL_MAN} ${WRKSRC}/${binfile}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/${binfile}.0 ${STAGEDIR}${MAN1PREFIX}/man/cat1 + ${INSTALL_MAN} ${WRKSRC}/${binfile}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile index 91b22d21818..79680ba9121 100644 --- a/mail/gotmail/Makefile +++ b/mail/gotmail/Makefile @@ -1,6 +1,6 @@ PORTNAME= gotmail PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail perl5 MASTER_SITES= SF @@ -19,13 +19,13 @@ SHEBANG_FILES= gotmail NO_ARCH= yes PORTDOCS= ChangeLog README sample.gotmailrc -PLIST_FILES= bin/gotmail man/man1/gotmail.1.gz +PLIST_FILES= bin/gotmail share/man/man1/gotmail.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 + ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: diff --git a/mail/greyfix/Makefile b/mail/greyfix/Makefile index 6aba20e6b7b..3789d7a5458 100644 --- a/mail/greyfix/Makefile +++ b/mail/greyfix/Makefile @@ -1,6 +1,6 @@ PORTNAME= greyfix PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.kim-minh.com/pub/greyfix/ \ http://stereochro.me/distfiles/ @@ -25,6 +25,6 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}/var/db/greyfix ${INSTALL_PROGRAM} ${WRKSRC}/greyfix ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${FILESDIR}/greyfix.8 ${STAGEDIR}${MAN1PREFIX}/man/man8/ + ${INSTALL_MAN} ${FILESDIR}/greyfix.8 ${STAGEDIR}${PREFIX}/share/man/man8/ .include diff --git a/mail/greyfix/pkg-plist b/mail/greyfix/pkg-plist index c29f0237702..d69e977b36d 100644 --- a/mail/greyfix/pkg-plist +++ b/mail/greyfix/pkg-plist @@ -1,3 +1,3 @@ -man/man8/greyfix.8.gz +share/man/man8/greyfix.8.gz sbin/greyfix @dir(nobody,mail,770) /var/db/greyfix diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index e6db9e0f698..bfb1c7227d0 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -1,6 +1,6 @@ PORTNAME= mailx PORTVERSION= 12.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= mail MASTER_SITES= SF/heirloom/heirloom-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= heirloom- @@ -27,21 +27,17 @@ MAKE_ARGS= PREFIX="${PREFIX}" \ PORTDOCS= AUTHORS COPYING ChangeLog README TODO -.include - -.if ${PORT_OPTIONS:MIPV6} -MAKE_ARGS+= IPv6="-DHAVE_IPv6_FUNCS" -.endif +IPV6_MAKE_ARGS= -IPv6="-DHAVE_IPv6_FUNCS" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/nail.rc ${STAGEDIR}${PREFIX}/etc/nail.rc.sample -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include diff --git a/mail/heirloom-mailx/pkg-plist b/mail/heirloom-mailx/pkg-plist index 2c30ee1584e..819c87d1906 100644 --- a/mail/heirloom-mailx/pkg-plist +++ b/mail/heirloom-mailx/pkg-plist @@ -1,3 +1,3 @@ bin/mailx @sample etc/nail.rc.sample -man/man1/mailx.1.gz +share/man/man1/mailx.1.gz diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index 7ef11dc48e4..e8dbda401c4 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -1,5 +1,6 @@ PORTNAME= ifile PORTVERSION= 1.3.8 +PORTREVISION= 1 CATEGORIES= mail textproc MASTER_SITES= http://people.csail.mit.edu/jrennie/ifile/ @@ -14,10 +15,10 @@ GNU_CONFIGURE= yes USE_CSTD= gnu89 PLIST_FILES= bin/ifile \ - man/man1/ifile.1.gz + share/man/man1/ifile.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ifile ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ifile.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ifile.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index 8d3575a88b6..e24b800b566 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -1,5 +1,6 @@ PORTNAME= imapsync PORTVERSION= 2.229 +PORTREVISION= 1 DISTVERSIONPREFIX= imapsync- CATEGORIES= mail perl5 @@ -41,13 +42,13 @@ NO_ARCH= yes PORTSCOUT= limit:^1\.(\d\.){3} -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz POD2MAN?= pod2man do-install: ${POD2MAN} ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1 ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 4933f01ccd4..6ba1f956b9c 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -14,6 +14,7 @@ PORTNAME= maildrop PORTVERSION= 3.1.6 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} diff --git a/mail/mailx/Makefile b/mail/mailx/Makefile index 420d488a51d..d1d09b01571 100644 --- a/mail/mailx/Makefile +++ b/mail/mailx/Makefile @@ -35,7 +35,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mail ${STAGEDIR}${PREFIX}/bin/mailx ${INSTALL_MAN} ${WRKSRC}/mail.1.gz \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1/mailx.1.gz + ${STAGEDIR}${PREFIX}/share/man/man1/mailx.1.gz ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/mailx ${INSTALL_DATA} ${DISTDIR}/mailx-memo-2.2.8R \ ${STAGEDIR}${DOCSDIR} diff --git a/mail/mdpop3d/Makefile b/mail/mdpop3d/Makefile index 11528c2b76a..7251e7a06a5 100644 --- a/mail/mdpop3d/Makefile +++ b/mail/mdpop3d/Makefile @@ -1,12 +1,13 @@ PORTNAME= mdpop3d PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.corpit.ru/home/mjt/mdpop3d/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and small POP3 daemon implementation with Maildir support -PLIST_FILES= libexec/mdpop3d man/man8/mdpop3d.8.gz +PLIST_FILES= libexec/mdpop3d share/man/man8/mdpop3d.8.gz OPTIONS_DEFINE= PAM APOP APOP_DESC= Build with APOP command support (requires PAM) @@ -31,6 +32,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec - ${INSTALL_MAN} ${WRKSRC}/mdpop3d.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/mdpop3d.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/mail/mini_sendmail/Makefile b/mail/mini_sendmail/Makefile index bf6e54206a0..51f6f34c386 100644 --- a/mail/mini_sendmail/Makefile +++ b/mail/mini_sendmail/Makefile @@ -1,5 +1,6 @@ PORTNAME= mini_sendmail PORTVERSION= 1.3.9 +PORTREVISION= 1 CATEGORIES+= mail MASTER_SITES= http://www.acme.com/software/mini_sendmail/ @@ -7,7 +8,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Tiny MTA with only smart relay capability WWW= https://www.acme.com/software/mini_sendmail/ -PLIST_FILES= bin/mini_sendmail man/man8/mini_sendmail.8.gz +PLIST_FILES= bin/mini_sendmail share/man/man8/mini_sendmail.8.gz do-build: cd ${WRKSRC} && \ @@ -15,6 +16,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index 6900452dcec..c8883a7dc28 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,5 +1,5 @@ PORTNAME= mail -PORTVERSION= 3.5.0 +PORTVERSION= 3.5.1 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/nextcloud-mail/distinfo b/mail/nextcloud-mail/distinfo index ef3cdd88de1..d92961a716d 100644 --- a/mail/nextcloud-mail/distinfo +++ b/mail/nextcloud-mail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702376457 -SHA256 (nextcloud/mail-v3.5.0.tar.gz) = 035d8986605a1198672c3ee5e2b22682c3c8b17090da5094cfb4627fdaeb8f5d -SIZE (nextcloud/mail-v3.5.0.tar.gz) = 28210077 +TIMESTAMP = 1704835851 +SHA256 (nextcloud/mail-v3.5.1.tar.gz) = 423baa63e95c6d5be6d4ed0489ccda1de8ba16e9ebab545f549a742a9481f336 +SIZE (nextcloud/mail-v3.5.1.tar.gz) = 28212758 diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 4aefde4f2e6..34dcf4f04c6 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,5 +1,6 @@ PORTNAME= popa3d PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.openwall.com/popa3d/ \ ftp://ftp.openwall.com/pub/projects/popa3d/ @@ -81,7 +82,7 @@ pre-install: do-install: ${INSTALL} ${COPY} -m 500 \ ${WRKSRC}/popa3d ${STAGEDIR}${PREFIX}/libexec/popa3d - ${INSTALL_MAN} ${WRKSRC}/popa3d.8 ${STAGEDIR}${MANPREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/popa3d.8 ${STAGEDIR}${PREFIX}/share/man/man8/ .if ${PORT_OPTIONS:MSMTP_AFTER_POP3} && !defined(WITHOUT_POPAUTH_M4) ${MKDIR} ${STAGEDIR}${CFDIR}/hack ${INSTALL_DATA} ${FILESDIR}/popauth.m4 ${STAGEDIR}${CFDIR}/hack/ diff --git a/mail/popa3d/pkg-plist b/mail/popa3d/pkg-plist index 8a2c3ec1bce..ac2dfb4aeef 100644 --- a/mail/popa3d/pkg-plist +++ b/mail/popa3d/pkg-plist @@ -1,5 +1,5 @@ libexec/popa3d -man/man8/popa3d.8.gz +share/man/man8/popa3d.8.gz %%PORTDOCS%%%%DOCSDIR%%/DESIGN %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%SMTP_AFTER_POP3%%%%PORTDOCS%%%%DOCSDIR%%/POPAUTH diff --git a/mail/popcheck/Makefile b/mail/popcheck/Makefile index b574e05d62f..5836328b54f 100644 --- a/mail/popcheck/Makefile +++ b/mail/popcheck/Makefile @@ -1,5 +1,6 @@ PORTNAME= popcheck PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.ludd.luth.se/~staham/linux/programs/ \ http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}/sources/ @@ -12,10 +13,10 @@ WWW= http://www.ludd.luth.se/~staham/linux/programs.html USES= ncurses ALL_TARGET= popcheck MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses" -PLIST_FILES= bin/popcheck man/man1/popcheck.1.gz +PLIST_FILES= bin/popcheck share/man/man1/popcheck.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/popcheck ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/popcheck.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/popcheck.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index bdab4bcff14..e54ecb09168 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,5 +1,5 @@ PORTNAME= postfix -DISTVERSION= 3.9-20231210 +DISTVERSION= 3.9-20240106 PORTREVISION?= 0 PORTEPOCH= 6 CATEGORIES= mail diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 13f6e02ddbc..abf6c1f7de5 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702369702 -SHA256 (postfix/postfix-3.9-20231210.tar.gz) = 1042bdb93fec8aa8b1198a4f3235f45769aee857220b325b08acfab48cac9e75 -SIZE (postfix/postfix-3.9-20231210.tar.gz) = 4884965 +TIMESTAMP = 1704625039 +SHA256 (postfix/postfix-3.9-20240106.tar.gz) = 1d84bc3a2a4466de41696a9019cdf618936843eb16aee7ee1da14414c3e24558 +SIZE (postfix/postfix-3.9-20240106.tar.gz) = 4908912 diff --git a/mail/postfix-logwatch/Makefile b/mail/postfix-logwatch/Makefile index 4aa1f754cb8..3ff0a11e87b 100644 --- a/mail/postfix-logwatch/Makefile +++ b/mail/postfix-logwatch/Makefile @@ -1,6 +1,6 @@ PORTNAME= postfix-logwatch PORTVERSION= 1.40.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/logreporters/${PORTNAME}/release/${PORTVERSION} @@ -28,7 +28,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample diff --git a/mail/postfix-logwatch/pkg-plist b/mail/postfix-logwatch/pkg-plist index 60fba6cca7d..a4ad55da703 100644 --- a/mail/postfix-logwatch/pkg-plist +++ b/mail/postfix-logwatch/pkg-plist @@ -1,3 +1,3 @@ @sample %%ETCDIR%%/postfix-logwatch.conf.sample bin/postfix-logwatch -man/man1/postfix-logwatch.1.gz +share/man/man1/postfix-logwatch.1.gz diff --git a/mail/postfix-policyd-weight/Makefile b/mail/postfix-policyd-weight/Makefile index 9acbf0746e3..914e8267183 100644 --- a/mail/postfix-policyd-weight/Makefile +++ b/mail/postfix-policyd-weight/Makefile @@ -1,6 +1,6 @@ PORTNAME= policyd-weight PORTVERSION= 0.1.15.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= http://www.policyd-weight.org/releases/ \ LOCAL/ohauer @@ -19,8 +19,8 @@ RUN_DEPENDS= p5-Net-DNS>=0.72:dns/p5-Net-DNS \ SUB_FILES= pkg-message pkg-install PLIST_FILES= bin/${PORTNAME} \ "@sample etc/${PORTNAME}.conf.sample" \ - man/man5/policyd-weight.conf.5.gz \ - man/man8/policyd-weight.8.gz + share/man/man5/policyd-weight.conf.5.gz \ + share/man/man8/policyd-weight.8.gz USERS= polw GROUPS= polw @@ -36,7 +36,7 @@ SHEBANG_FILES= ${WRKSRC}/policyd-weight do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc - ${INSTALL_MAN} ${WRKSRC}/man/man5/policyd-weight.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/man/man8/policyd-weight.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/man5/policyd-weight.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 + ${INSTALL_MAN} ${WRKSRC}/man/man8/policyd-weight.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/mail/prepflog/Makefile b/mail/prepflog/Makefile index 8c5c6af3703..349eb20d413 100644 --- a/mail/prepflog/Makefile +++ b/mail/prepflog/Makefile @@ -16,12 +16,12 @@ USE_GITHUB= yes GH_ACCOUNT= johnfawcett SHEBANG_FILES= prepflog.pl -PLIST_FILES= bin/prepflog man/man1/prepflog.1.gz +PLIST_FILES= bin/prepflog share/man/man1/prepflog.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${LOCALBASE}/bin/pod2man ${WRKSRC}/prepflog.pl > \ - ${STAGEDIR}${MANPREFIX}/man/man1/prepflog.1 + ${STAGEDIR}${PREFIX}/share/man/man1/prepflog.1 .include diff --git a/mail/py-offlineimap3/Makefile b/mail/py-offlineimap3/Makefile index cc7cd1bd663..458540931af 100644 --- a/mail/py-offlineimap3/Makefile +++ b/mail/py-offlineimap3/Makefile @@ -1,6 +1,7 @@ PORTNAME= offlineimap3 DISTVERSIONPREFIX= v DISTVERSION= 8.0.0-18 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g${GH_TAGNAME} CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -54,8 +55,8 @@ DOCS_BUILD_DEPENDS= ${COMMON_BUILD_DEPENDS} \ GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.6.9:security/py-gssapi@${PY_FLAVOR} MANPAGES_BUILD_DEPENDS= ${COMMON_BUILD_DEPENDS} -MANPAGES_PLIST_FILES+= man/man1/offlineimap.1.gz \ - man/man7/offlineimapui.7.gz +MANPAGES_PLIST_FILES+= share/man/man1/offlineimap.1.gz \ + share/man/man7/offlineimapui.7.gz # In concurrent env. sphinx-build is only exist for py38 add "-${PYTHON_VER}" to command post-patch: @@ -71,11 +72,11 @@ post-build-DOCS-on: '! ( -name .lock -or -name .buildinfo )' post-build-MANPAGES-on: - ${MKDIR} ${STAGEDIR}${MAN7PREFIX}/man/man7/ - ${MKDIR} ${STAGEDIR}${MAN7PREFIX}/man/man1/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man7/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1/ cd ${WRKSRC}/docs && ${GMAKE} man && \ - ${INSTALL_MAN} offlineimapui.7 ${STAGEDIR}${MAN7PREFIX}/man/man7/ && \ - ${INSTALL_MAN} offlineimap.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} offlineimapui.7 ${STAGEDIR}${PREFIX}/share/man/man7/ && \ + ${INSTALL_MAN} offlineimap.1 ${STAGEDIR}${PREFIX}/share/man/man1/ post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/mail/qconfirm/Makefile b/mail/qconfirm/Makefile index 84c5f75a722..a1b429c45fb 100644 --- a/mail/qconfirm/Makefile +++ b/mail/qconfirm/Makefile @@ -1,6 +1,6 @@ PORTNAME= qconfirm PORTVERSION= 0.14.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://smarden.org/qconfirm/ @@ -32,7 +32,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/command/* ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/mail/qconfirm/pkg-plist b/mail/qconfirm/pkg-plist index 91816ff0944..73cb50b1d11 100644 --- a/mail/qconfirm/pkg-plist +++ b/mail/qconfirm/pkg-plist @@ -9,17 +9,17 @@ bin/qconfirm-control bin/qconfirm-inject bin/qconfirm-notice bin/qconfirm-return -man/man1/qconfirm.1.gz -man/man1/qconfirm-accept.1.gz -man/man1/qconfirm-cdb-check.1.gz -man/man1/qconfirm-cdb-update.1.gz -man/man1/qconfirm-check.1.gz -man/man1/qconfirm-check-mid.1.gz -man/man1/qconfirm-conf.1.gz -man/man1/qconfirm-control.1.gz -man/man1/qconfirm-inject.1.gz -man/man1/qconfirm-notice.1.gz -man/man1/qconfirm-return.1.gz +share/man/man1/qconfirm.1.gz +share/man/man1/qconfirm-accept.1.gz +share/man/man1/qconfirm-cdb-check.1.gz +share/man/man1/qconfirm-cdb-update.1.gz +share/man/man1/qconfirm-check.1.gz +share/man/man1/qconfirm-check-mid.1.gz +share/man/man1/qconfirm-conf.1.gz +share/man/man1/qconfirm-control.1.gz +share/man/man1/qconfirm-inject.1.gz +share/man/man1/qconfirm-notice.1.gz +share/man/man1/qconfirm-return.1.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/benefits.html diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile index d0b4a710b21..76ec823dc76 100644 --- a/mail/qmail-dk/Makefile +++ b/mail/qmail-dk/Makefile @@ -1,6 +1,6 @@ PORTNAME= dk PORTVERSION= 0.54 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= QMAIL PKGNAMEPREFIX= qmail- @@ -22,7 +22,7 @@ PREFIX?= ${QMAIL_PREFIX} WRKSRC= ${WRKDIR}/qmail-1.03 PLIST_FILES= "@(qmailq,,4711) bin/qmail-dk" \ - man/man8/qmail-dk.8.gz + share/man/man8/qmail-dk.8.gz ALL_TARGET= qmail-dk qmail-dk.8 CFLAGS+= -I${LOCALBASE}/include @@ -56,6 +56,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qmail-dk ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/qmail-dk.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/qmail-dk.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/mail/qmail-qfilter/Makefile b/mail/qmail-qfilter/Makefile index 7ebf2bf164f..32c25aab995 100644 --- a/mail/qmail-qfilter/Makefile +++ b/mail/qmail-qfilter/Makefile @@ -1,6 +1,6 @@ PORTNAME= qmail-qfilter PORTVERSION= 2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ @@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES do-configure: ${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin - ${ECHO_CMD} "${STAGEDIR}${MANPREFIX}/man" > ${WRKSRC}/conf-man + ${ECHO_CMD} "${STAGEDIR}${PREFIX}/share/man" > ${WRKSRC}/conf-man ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld ${ECHO_CMD} "${BGLIBS_INC}" > ${WRKSRC}/conf-bgincs diff --git a/mail/qmail-qfilter/pkg-plist b/mail/qmail-qfilter/pkg-plist index de9cb75f99b..e6b40486724 100644 --- a/mail/qmail-qfilter/pkg-plist +++ b/mail/qmail-qfilter/pkg-plist @@ -1,5 +1,5 @@ bin/qmail-qfilter -man/man1/qmail-qfilter.1.gz +share/man/man1/qmail-qfilter.1.gz %%EXAMPLESDIR%%/README %%EXAMPLESDIR%%/block-long-dates %%EXAMPLESDIR%%/deny-filetypes diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile index 3f5078893c7..f37b340ee0a 100644 --- a/mail/razor-agents/Makefile +++ b/mail/razor-agents/Makefile @@ -17,13 +17,13 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix tar:bzip2 USE_PERL5= configure patch -MAKE_JOBS_UNSAFE= yes SHEBANG_FILES= lib/Razor2/Client/*.pm \ lib/Razor2/Signature/*.pm \ lib/Razor2/*.pm MAKE_ARGS+= PERLPREFIX=${PREFIX} +MAKE_JOBS_UNSAFE= yes PORTSCOUT= skipv:2.85 diff --git a/mail/rubygem-gitlab-mail_room/Makefile b/mail/rubygem-gitlab-mail_room/Makefile index 50445d6884d..8dac3fa0151 100644 --- a/mail/rubygem-gitlab-mail_room/Makefile +++ b/mail/rubygem-gitlab-mail_room/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-mail_room -PORTVERSION= 0.0.23 +PORTVERSION= 0.0.24 CATEGORIES= mail rubygems MASTER_SITES= RG @@ -12,7 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-jwt>=2.0:www/rubygem-jwt \ rubygem-net-imap>=0.2.1:mail/rubygem-net-imap \ - rubygem-oauth2>=1.4.4<3:net/rubygem-oauth2 + rubygem-oauth2>=1.4.4<3:net/rubygem-oauth2 \ + rubygem-redis4>=4<6:databases/rubygem-redis4 \ + rubygem-redis-namespace110>=1.8.2:databases/rubygem-redis-namespace110 USES= gem diff --git a/mail/rubygem-gitlab-mail_room/distinfo b/mail/rubygem-gitlab-mail_room/distinfo index f8f75aadcc6..0339263155d 100644 --- a/mail/rubygem-gitlab-mail_room/distinfo +++ b/mail/rubygem-gitlab-mail_room/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682148772 -SHA256 (rubygem/gitlab-mail_room-0.0.23.gem) = 23564fa4dab24ec5011d4c64a801fc0228301d5b0f046a26a1d8e96e36c19997 -SIZE (rubygem/gitlab-mail_room-0.0.23.gem) = 40448 +TIMESTAMP = 1703588498 +SHA256 (rubygem/gitlab-mail_room-0.0.24.gem) = c7bf3df73dbcc024bc98dbf72514520ac2ff2b6d0124de496279fe56c13c3cb3 +SIZE (rubygem/gitlab-mail_room-0.0.24.gem) = 41472 diff --git a/mail/serialmail/Makefile b/mail/serialmail/Makefile index fba981f0bd3..5d406d8f7f6 100644 --- a/mail/serialmail/Makefile +++ b/mail/serialmail/Makefile @@ -1,6 +1,6 @@ PORTNAME= serialmail PORTVERSION= 0.75 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://cr.yp.to/software/ \ ftp://ftp.gbnet.net/pub/qmail/ \ @@ -63,7 +63,7 @@ do-install: cd ${WRKSRC} && \ ${INSTALL_PROGRAM} ${PROGRAMS} ${STAGEDIR}${PREFIX}/bin && \ ${INSTALL_SCRIPT} ${SCRIPTS} ${STAGEDIR}${PREFIX}/bin && \ - ${INSTALL_MAN} ${MAN} ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${MAN} ${STAGEDIR}${PREFIX}/share/man/man1 .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} diff --git a/mail/serialmail/pkg-plist b/mail/serialmail/pkg-plist index e5fd16c268c..ac203857a69 100644 --- a/mail/serialmail/pkg-plist +++ b/mail/serialmail/pkg-plist @@ -5,10 +5,10 @@ bin/maildirsmtp bin/serialqmtp bin/serialsmtp bin/setlock -man/man1/maildirqmtp.1.gz -man/man1/maildirserial.1.gz -man/man1/maildirsmtp.1.gz -man/man1/serialqmtp.1.gz -man/man1/serialsmtp.1.gz -man/man1/setlock.1.gz +share/man/man1/maildirqmtp.1.gz +share/man/man1/maildirserial.1.gz +share/man/man1/maildirsmtp.1.gz +share/man/man1/serialqmtp.1.gz +share/man/man1/serialsmtp.1.gz +share/man/man1/setlock.1.gz %%UCSPI_SSL%%man/man1/maildirsmtps.1.gz diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index 7f188b8ea06..2c7ad5b3de1 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -1,5 +1,6 @@ PORTNAME= smtpfeed PORTVERSION= 1.23 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/smtpfeed/ @@ -17,7 +18,7 @@ SUB_FILES= pkg-message PORTDOCS= FEATURES FEATURES.j FYI FYI.j INSTALL INSTALL.j \ ML-ADMIN ML-ADMIN.j OPTIONS OPTIONS.j README README.j \ RELEASE.NOTE SIGNAL SIGNAL.j TODO smtpfeed.html -PLIST_FILES= libexec/smtpfeed man/man8/smtpfeed.8.gz +PLIST_FILES= libexec/smtpfeed share/man/man8/smtpfeed.8.gz OPTIONS_DEFINE= DOCS @@ -26,7 +27,7 @@ pre-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smtpfeed ${STAGEDIR}${PREFIX}/libexec - ${INSTALL_MAN} ${WRKSRC}/smtpfeed.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/smtpfeed.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 37c3595b607..cd9a6bc06e0 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -43,13 +43,11 @@ LIBSPF_CFLAGS= -I${LOCALBASE}/include LIBSPF_LDFLAGS= -L${LOCALBASE}/lib IPFWMTAD_PLIST_FILES= bin/ipfwmtad IPFWMTAD_USES= ssl +BROKEN_SSL= base openssl openssl31 openssl32 openssl33 +BROKEN_SSL_REASON= Option IPFWMTAD requires OpenSSL 1.1.1 .include -.if ${PORT_OPTIONS:MIPFWMTAD} -BROKEN_FreeBSD_13= option IPFWMTAD needs old openssl -.endif - .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" CONFIGURE_ARGS+= --sendmail-dir "${MILTERBASE}" diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile index ef89a8b8821..0e08bd7d3f9 100644 --- a/mail/sqlgrey/Makefile +++ b/mail/sqlgrey/Makefile @@ -1,6 +1,6 @@ PORTNAME= sqlgrey PORTVERSION= 1.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.8%20%28stable%29 @@ -49,7 +49,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sqlgrey-logstats.pl ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/sqlgrey ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/update_sqlgrey_config ${STAGEDIR}${PREFIX}/sbin - cd ${WRKSRC} && perldoc -u sqlgrey | pod2man sqlgrey > ${STAGEDIR}${MANPREFIX}/man/man1/sqlgrey.1 + cd ${WRKSRC} && perldoc -u sqlgrey | pod2man sqlgrey > ${STAGEDIR}${PREFIX}/share/man/man1/sqlgrey.1 @${MKDIR} ${STAGEDIR}${ETCDIR} .for i in ${ETCFILES} ${INSTALL_DATA} ${WRKSRC}/etc/${i} ${STAGEDIR}${ETCDIR}/${i}.sample diff --git a/mail/sqlgrey/pkg-plist b/mail/sqlgrey/pkg-plist index b21253341c8..237b1c8fcc1 100644 --- a/mail/sqlgrey/pkg-plist +++ b/mail/sqlgrey/pkg-plist @@ -4,9 +4,6 @@ bin/sqlgrey-logstats.pl @sample %%ETCDIR%%/dyn_fqdn.regexp.sample @sample %%ETCDIR%%/smtp_server.regexp.sample @sample %%ETCDIR%%/sqlgrey.conf.sample -man/man1/sqlgrey.1.gz +share/man/man1/sqlgrey.1.gz sbin/sqlgrey sbin/update_sqlgrey_config -@unexec echo "---> Please, remember to remove the database directory:" -@unexec echo " %%DATADIR%%" -@unexec echo " If you're only updating, you can leave the things as they are." diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index dbe3ba36df1..7e5cd224148 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -1,5 +1,6 @@ PORTNAME= sqwebmail PORTVERSION= 6.2.4 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= SF/courier/webmail/${PORTVERSION} diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index 18144b80fdd..8d9993e89b9 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -55,9 +55,9 @@ do-install: ${STAGEDIR}${ETCDIR}/revaliases.sample ${INSTALL_DATA} ${WRKSRC}/ssmtp.conf \ ${STAGEDIR}${ETCDIR}/ssmtp.conf.sample - ${INSTALL_MAN} ${WRKSRC}/ssmtp.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKSRC}/ssmtp.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${INSTALL_MAN} ${WRKSRC}/ssmtp.conf.5 \ - ${STAGEDIR}${MAN5PREFIX}/share/man/man5 + ${STAGEDIR}${PREFIX}/share/man/man5 replace: @${REINPLACE_CMD} -e 's,^[^#],#&,g' ${_MAILERCONF} diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile index ed0646c3c2a..9bf87ea5b31 100644 --- a/mail/t-prot/Makefile +++ b/mail/t-prot/Makefile @@ -1,5 +1,6 @@ PORTNAME= t-prot PORTVERSION= 3.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ @@ -17,14 +18,14 @@ NO_BUILD= yes PORTDOCS= ChangeLog README TODO PORTEXAMPLES= * -PLIST_FILES= man/man1/t-prot.1.gz bin/t-prot +PLIST_FILES= share/man/man1/t-prot.1.gz bin/t-prot SHEBANG_FILES= t-prot OPTIONS_DEFINE= EXAMPLES DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/mail/textmail/Makefile b/mail/textmail/Makefile index f4ea70d43da..6fbda9c9ff7 100644 --- a/mail/textmail/Makefile +++ b/mail/textmail/Makefile @@ -1,6 +1,6 @@ PORTNAME= textmail PORTVERSION= 20070803 -PORTREVISION= 41 +PORTREVISION= 42 CATEGORIES= mail MASTER_SITES= http://raf.org/textmail/ @@ -16,7 +16,7 @@ RUN_DEPENDS= antiword:textproc/antiword \ USES= perl5 shebangfix SHEBANG_FILES= ${PORTNAME} -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz NO_WRKSUBDIR= yes post-patch: @@ -27,6 +27,6 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 2b09fb5c8bd..a57befd50eb 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,9 +1,9 @@ PORTNAME= thunderbird -DISTVERSION= 115.6.0 +DISTVERSION= 115.6.1 PORTREVISION= 1 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index a98ad278223..b625750862e 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702846906 -SHA256 (thunderbird-115.6.0.source.tar.xz) = 3b1cf976b0d0f48255a603f8ffe8e24390ecd5bd285fc4d10fe48e1ba2513744 -SIZE (thunderbird-115.6.0.source.tar.xz) = 530104696 +TIMESTAMP = 1704738915 +SHA256 (thunderbird-115.6.1.source.tar.xz) = 638beb0d2907c6adbe441b7cd371f205728ac65489c04cb29bb40e71ea2846e3 +SIZE (thunderbird-115.6.1.source.tar.xz) = 533899156 diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index 3905f6c73ab..58335b0c664 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= tpop3d PORTVERSION= 1.5.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= SAVANNAH @@ -70,8 +70,8 @@ post-patch: do-install: ${INSTALL_DATA} ${FILESDIR}/tpop3d.conf.dist \ ${STAGEDIR}${DEFAULT_CONFIG} - ${INSTALL_MAN} ${WRKSRC}/tpop3d.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/tpop3d.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/tpop3d.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 + ${INSTALL_MAN} ${WRKSRC}/tpop3d.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${INSTALL_PROGRAM} ${WRKSRC}/tpop3d ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} diff --git a/mail/tpop3d/pkg-plist b/mail/tpop3d/pkg-plist index c0c5b915382..ca63ddabdcc 100644 --- a/mail/tpop3d/pkg-plist +++ b/mail/tpop3d/pkg-plist @@ -1,4 +1,4 @@ @sample etc/tpop3d.conf.sample -man/man5/tpop3d.conf.5.gz -man/man8/tpop3d.8.gz +share/man/man5/tpop3d.conf.5.gz +share/man/man8/tpop3d.8.gz sbin/tpop3d diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 304930058a0..b1a5cc04d92 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -14,19 +14,22 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp -USES= dos2unix qmail gmake fakeroot +USES= dos2unix fakeroot gmake qmail DOS2UNIX_FILES= doc/README.vpopmaild GNU_CONFIGURE= YES -CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_PREFIX} \ +CONFIGURE_ARGS= --enable-logging=${LOGLEVEL} \ + --enable-non-root-build \ + --enable-qmaildir=${QMAIL_PREFIX} \ --enable-tcprules-prog=${LOCALBASE}/bin/tcprules \ --enable-tcpserver-file=${VPOPMAIL_DIR}/etc/tcp.smtp \ - --enable-non-root-build \ - --enable-logging=${LOGLEVEL} \ - --enable-vpopuser=nobody \ - --enable-vpopgroup=nobody -CONFIGURE_ENV+= VCFGDIR="${VCFGDIR}" \ - AUTOCONF=true ACLOCAL=true AUTOMAKE=true AUTOHEADER=true + --enable-vpopgroup=nobody \ + --enable-vpopuser=nobody +CONFIGURE_ENV+= ACLOCAL=true \ + AUTOCONF=true \ + AUTOHEADER=true \ + AUTOMAKE=true \ + VCFGDIR="${VCFGDIR}" INSTALL_TARGET= install-strip @@ -37,119 +40,106 @@ PATCH_STRIP= -p1 USERS= vpopmail GROUPS= vchkpw -OPTIONS_DEFINE= DOCS \ - PASSWD \ - MD5_PASSWORDS \ - CLEAR_PASSWD \ - LEARN_PASSWORDS \ - VALIAS \ - ROAMING \ - IP_ALIAS \ - QMAIL_EXT \ - FILE_LOCKING \ - FILE_SYNC \ - USERS_BIG_DIR \ - SEEKABLE \ - SPAMASSASSIN \ - SUID_VCHKPW \ - SMTP_AUTH_PATCH \ - ONCHANGE_SCRIPT \ - MAILDROP \ - DOMAIN_QUOTAS \ - SPAMFOLDER \ - SINGLE_DOMAIN \ - AUTH_LOG \ - SQL_LOG \ - SQL_LOG_TRIM -OPTIONS_DEFAULT=MD5_PASSWORDS \ - CDB \ - ROAMING \ - FILE_LOCKING \ - USERS_BIG_DIR \ - SEEKABLE \ - AUTH_LOG -OPTIONS_SINGLE= AUTH -OPTIONS_SINGLE_AUTH= CDB PGSQL LDAP ORACLE SYBASE -OPTIONS_SUB= yes +OPTIONS_DEFINE= AUTH_LOG CLEAR_PASSWD DOCS DOMAIN_QUOTAS FILE_LOCKING \ + FILE_SYNC IP_ALIAS LEARN_PASSWORDS MAILDROP \ + MD5_PASSWORDS MYSQL_LIMITS MYSQL_REPLICATION \ + ONCHANGE_SCRIPT PASSWD QMAIL_EXT ROAMING SEEKABLE \ + SINGLE_DOMAIN SMTP_AUTH_PATCH SPAMASSASSIN SPAMFOLDER \ + SQL_LOG SQL_LOG_TRIM SUID_VCHKPW USERS_BIG_DIR VALIAS +OPTIONS_DEFAULT= AUTH_LOG CDB FILE_LOCKING MD5_PASSWORDS ROAMING \ + SEEKABLE USERS_BIG_DIR +OPTIONS_SINGLE= AUTH +OPTIONS_SINGLE_AUTH= CDB LDAP MYSQL ORACLE PGSQL SYBASE +OPTIONS_SUB= yes -AUTH_LOG_DESC= Log auth attempts when using a DB -CDB_DESC= Auth via CDB -CLEAR_PASSWD_DESC= Store passwords in plaintext -DOMAIN_QUOTAS_DESC= Domain quotas support -FILE_LOCKING_DESC= file locking support -FILE_SYNC_DESC= fsync support (decreases performance) -IP_ALIAS_DESC= IP alias support -LDAP_DESC= Auth via LDAP -LEARN_PASSWORDS_DESC= Learn passwords during POP auth -MAILDROP_DESC= Maildrop MDA support -MD5_PASSWORDS_DESC= Store passwords in MD5 format -ONCHANGE_SCRIPT_DESC= vpopmail/etc/onchange script support -ORACLE_DESC= Auth via Oracle -PASSWD_DESC= /etc/passwd account support -PGSQL_DESC= Auth via PostgreSQL -QMAIL_EXT_DESC= qmail-like user-* address support -ROAMING_DESC= roaming users support -SEEKABLE_DESC= Make input to vdelivermail seekable -SINGLE_DOMAIN_DESC= Optimize for a single domain setup -SMTP_AUTH_PATCH_DESC= Swap Challenge/Response for CRAM-MD5 -SPAMASSASSIN_DESC= SpamAssassin support -SPAMFOLDER_DESC= Move spam to Junk (requires SA) -SQL_LOG_DESC= Log to selected SQL database -SQL_LOG_TRIM_DESC= Trim logs of deleted users/domains -SUID_VCHKPW_DESC= Set vchkpw setugid vpopmail:vchkpw -SYBASE_DESC= Auth via Sybase -USERS_BIG_DIR_DESC= Hashing user directories (BIGDIR) -VALIAS_DESC= Store aliases in DB instead of .qmail files +AUTH_LOG_DESC= Log auth attempts when using a DB +CDB_DESC= Auth via CDB +CLEAR_PASSWD_DESC= Store passwords in plaintext +DOMAIN_QUOTAS_DESC= Domain quotas support +FILE_LOCKING_DESC= file locking support +FILE_SYNC_DESC= fsync support (decreases performance) +IP_ALIAS_DESC= IP alias support +LDAP_DESC= Auth via LDAP +LEARN_PASSWORDS_DESC= Learn passwords during POP auth +MAILDROP_DESC= Maildrop MDA support +MD5_PASSWORDS_DESC= Store passwords in MD5 format +MYSQL_DESC= Auth via MySQL +MYSQL_LIMITS_DESC= MySQL mailbox limitations support +MYSQL_REPLICATION_DESC= MySQL database replication support +ONCHANGE_SCRIPT_DESC= vpopmail/etc/onchange script support +ORACLE_DESC= Auth via Oracle +PASSWD_DESC= /etc/passwd account support +PGSQL_DESC= Auth via PostgreSQL +QMAIL_EXT_DESC= qmail-like user-* address support +ROAMING_DESC= roaming users support +SEEKABLE_DESC= Make input to vdelivermail seekable +SINGLE_DOMAIN_DESC= Optimize for a single domain setup +SMTP_AUTH_PATCH_DESC= Swap Challenge/Response for CRAM-MD5 +SPAMASSASSIN_DESC= SpamAssassin support +SPAMFOLDER_DESC= Move spam to Junk (requires SA) +SQL_LOG_DESC= Log to selected SQL database +SQL_LOG_TRIM_DESC= Trim logs of deleted users/domains +SUID_VCHKPW_DESC= Set vchkpw setugid vpopmail:vchkpw +SYBASE_DESC= Auth via Sybase +USERS_BIG_DIR_DESC= Hashing user directories (BIGDIR) +VALIAS_DESC= Store aliases in DB instead of .qmail files # Compatibility with older KNOB, correctly will enable if set, # but be unset if unselected in the 'config' dialog -.if defined(WITH_POSTGRESQL) -PORT_OPTIONS+= PGSQL +.if defined(WITH_MYSQL_LOG) +PORT_OPTIONS+= SQL_LOG .endif .if defined(WITH_PGSQL_LOG) PORT_OPTIONS+= SQL_LOG .endif +.if defined(WITH_POSTGRESQL) +PORT_OPTIONS+= PGSQL +.endif .if defined(WITH_SQL_LOG_REMOVE_DELETED) PORT_OPTIONS+= SQL_LOG_TRIM .endif +AUTH_LOG_CONFIGURE_OFF= --disable-auth-logging +CLEAR_PASSWD_CONFIGURE_OFF= --disable-clear-passwd DOMAIN_QUOTAS_CONFIGURE_ON= --enable-domainquotas=y DOMAIN_QUOTAS_CONFIGURE_OFF= --enable-domainquotas=n -PASSWD_CONFIGURE_ON= --enable-passwd -MD5_PASSWORDS_CONFIGURE_OFF= --disable-md5-passwords -VALIAS_CONFIGURE_ON= --enable-valias -CLEAR_PASSWD_CONFIGURE_OFF= --disable-clear-passwd -LEARN_PASSWORDS_CONFIGURE_ON= --enable-learn-passwords -LDAP_CONFIGURE_ON= --enable-auth-module=ldap -ORACLE_CONFIGURE_ON= --enable-auth-module=oracle -SYBASE_CONFIGURE_ON= --enable-auth-module=sybase -SINGLE_DOMAIN_CONFIGURE_ON= --disable-many-domains -IP_ALIAS_CONFIGURE_ON= --enable-ip-alias-domains -QMAIL_EXT_CONFIGURE_ON= --enable-qmail-ext FILE_LOCKING_CONFIGURE_OFF= --disable-file-locking FILE_SYNC_CONFIGURE_ON= --enable-file-sync -AUTH_LOG_CONFIGURE_OFF= --disable-auth-logging -USERS_BIG_DIR_CONFIGURE_OFF= --disable-users-big-dir -SEEKABLE_CONFIGURE_OFF= --disable-make-seekable -ROAMING_CONFIGURE_ON= --enable-roaming-users \ - --enable-relay-clear-minutes=${RELAYCLEAR} - -PGSQL_CONFIGURE_ON= --enable-auth-module=pgsql -SQL_LOG_CONFIGURE_ON= --enable-sql-logging -ONCHANGE_SCRIPT_CONFIGURE_ON= --enable-onchange-script -MAILDROP_CONFIGURE_ON= --enable-maildrop=y \ - --enable-maildrop-prog=${LOCALBASE}/bin/maildrop -MAILDROP_CONFIGURE_OFF= --enable-maildrop=n - -MAILDROP_RUN_DEPENDS= maildrop:${MAILDROP_PORT} +IP_ALIAS_CONFIGURE_ON= --enable-ip-alias-domains +LDAP_CONFIGURE_ON= --enable-auth-module=ldap +LEARN_PASSWORDS_CONFIGURE_ON= --enable-learn-passwords MAILDROP_BUILD_DEPENDS= maildrop:${MAILDROP_PORT} - -SPAMASSASSIN_CONFIGURE_ON= --enable-spamassassin \ - --enable-spamc-prog=${LOCALBASE}/bin/spamc \ - --enable-spam-threshold=${SPAM_THRESHOLD} +MAILDROP_RUN_DEPENDS= maildrop:${MAILDROP_PORT} +MAILDROP_CONFIGURE_ON= --enable-maildrop-prog=${LOCALBASE}/bin/maildrop \ + --enable-maildrop=y +MAILDROP_CONFIGURE_OFF= --enable-maildrop=n +MD5_PASSWORDS_CONFIGURE_OFF= --disable-md5-passwords +MYSQL_CONFIGURE_ON= --enable-auth-module=mysql \ + --enable-incdir=${LOCALBASE}/include/mysql \ + --enable-libdir=${LOCALBASE}/lib/mysql +MYSQL_CFLAGS= -fcommon +MYSQL_VARS= IGNORE_WITH_MYSQL="105m 106m 1011m 81" +MYSQL_LIMITS_CONFIGURE_ON= --enable-mysql-limits +MYSQL_REPLICATION_CONFIGURE_ON= --enable-mysql-replication +ONCHANGE_SCRIPT_CONFIGURE_ON= --enable-onchange-script +ORACLE_CONFIGURE_ON= --enable-auth-module=oracle +PASSWD_CONFIGURE_ON= --enable-passwd +PGSQL_CONFIGURE_ON= --enable-auth-module=pgsql +QMAIL_EXT_CONFIGURE_ON= --enable-qmail-ext +ROAMING_CONFIGURE_ON= --enable-relay-clear-minutes=${RELAYCLEAR} \ + --enable-roaming-users +SEEKABLE_CONFIGURE_OFF= --disable-make-seekable +SINGLE_DOMAIN_CONFIGURE_ON= --disable-many-domains SPAMASSASSIN_BUILD_DEPENDS= spamc:mail/spamassassin SPAMASSASSIN_RUN_DEPENDS= spamc:mail/spamassassin +SPAMASSASSIN_CONFIGURE_ON= --enable-spam-threshold=${SPAM_THRESHOLD} \ + --enable-spamassassin \ + --enable-spamc-prog=${LOCALBASE}/bin/spamc SPAMFOLDER_CONFIGURE_ON= --enable-spam-junkfolder +SQL_LOG_CONFIGURE_ON= --enable-sql-logging +SYBASE_CONFIGURE_ON= --enable-auth-module=sybase +USERS_BIG_DIR_CONFIGURE_OFF= --disable-users-big-dir +VALIAS_CONFIGURE_ON= --enable-valias VCFGDIR?= ${WRKDIR}/vcfg VCFGFILES?= inc_deps lib_deps tcp.smtp @@ -157,7 +147,7 @@ VCFGFILES?= inc_deps lib_deps tcp.smtp .include .if ${PORT_OPTIONS:MSUID_VCHKPW} -VCHKPW_MODE="6711" +VCHKPW_MODE= "6711" .endif PLIST_SUB+= VCHKPW_MODE="${VCHKPW_MODE}" @@ -217,14 +207,14 @@ PLIST_SUB+= VCHKPW_MODE="${VCHKPW_MODE}" # VPOPMAIL_DIR - installation area for vpopmail (see comment below) # # -RELAYCLEAR?= 30 -SPAM_THRESHOLD?=15 -LOGLEVEL?= y -MAILDROP_PORT?= mail/maildrop +RELAYCLEAR?= 30 +SPAM_THRESHOLD?= 15 +LOGLEVEL?= y +MAILDROP_PORT?= mail/maildrop WITH_COURIER_IMAPLOGIN?= ${LOCALBASE}/sbin/imaplogin WITH_VPOPMAIL_AUTHVCHKPW?= ${VPOPMAIL_DIR}/bin/authvchkpw WITH_COURIER_IMAPD?= ${LOCALBASE}/bin/imapd -WITH_ORACLE_PROC?= proc +WITH_ORACLE_PROC?= proc VPOPMAIL_DIR?= ${PREFIX}/vpopmail # Uncomment this, or set PREFIX to /home if you have an existing @@ -236,18 +226,38 @@ VPOPMAIL_DIR?= ${PREFIX}/vpopmail # End of user-configurable variables .if ${PORT_OPTIONS:MLDAP} -USES+= ldap -LDAP_FILES= ${WRKSRC}/doc/README.ldap \ - ${WRKSRC}/ldap/nsswitch.conf \ - ${WRKSRC}/ldap/pam_ldap.conf \ - ${WRKSRC}/ldap/pam_ldap.secret \ - ${WRKSRC}/ldap/qmailUser.schema \ - ${WRKSRC}/ldap/slapd.conf \ - ${WRKSRC}/ldap/vpopmail.ldif +USES+= ldap +LDAP_FILES= ${WRKSRC}/doc/README.ldap ${WRKSRC}/ldap/nsswitch.conf \ + ${WRKSRC}/ldap/pam_ldap.conf ${WRKSRC}/ldap/pam_ldap.secret \ + ${WRKSRC}/ldap/qmailUser.schema ${WRKSRC}/ldap/slapd.conf \ + ${WRKSRC}/ldap/vpopmail.ldif +.endif + +.if ${PORT_OPTIONS:MMYSQL} +USES+= mysql + +.if defined(WITH_MYSQL_USER) || defined(WITH_MYSQL_READ_USER) || \ + defined(WITH_MYSQL_UPDATE_USER) +BROKEN_MYSQL_PARAMS= true +.endif +.if defined(WITH_MYSQL_SERVER) || defined(WITH_MYSQL_READ_SERVER) || \ + defined(WITH_MYSQL_UPDATE_SERVER) +BROKEN_MYSQL_PARAMS= true +.endif +.if defined(WITH_MYSQL_PASSWD) || defined(WITH_MYSQL_READ_PASSWD) || \ + defined(WITH_MYSQL_UPDATE_PASSWD) +BROKEN_MYSQL_PARAMS= true +.endif +.if defined(WITH_MYSQL_DB) +BROKEN_MYSQL_PARAMS= true +.endif +.if defined(BROKEN_MYSQL_PARAMS) +BROKEN= The MySQL connection parameters are no longer setup at compile time - please edit the ${VPOPMAIL_DIR}/etc/vpopmail.mysql file instead +.endif .endif .if defined(DEFAULT_DOMAIN) -BROKEN= The default vpopmail domain is no longer setup at compile time - please edit the ${VPOPMAIL_DIR}/etc/defaultdomain file instead +BROKEN= The default vpopmail domain is no longer setup at compile time - please edit the ${VPOPMAIL_DIR}/etc/defaultdomain file instead .endif .if defined(WITH_APOP) @@ -255,7 +265,7 @@ BROKEN= The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP .endif .if ${PORT_OPTIONS:MPGSQL} -USES+= pgsql +USES+= pgsql .endif .if ${PORT_OPTIONS:MSQL_LOG_TRIM} @@ -267,8 +277,8 @@ EXTRA_PATCHES+= ${FILESDIR}/vchkpw-smtp-auth.patch .endif .if ${PORT_OPTIONS:MMAILDROP} -MAILDROP_FILES= ${WRKSRC}/maildrop/maildroprc.v1 \ - ${WRKSRC}/maildrop/maildroprc.v2 +MAILDROP_FILES= ${WRKSRC}/maildrop/maildroprc.v1 \ + ${WRKSRC}/maildrop/maildroprc.v2 .endif .if empty(PORT_OPTIONS:MDOCS) @@ -280,14 +290,11 @@ EXTRA_PATCHES+= ${FILESDIR}/Makefile.in-noportdocs.patch # # DOCS= README README.activedirectory README.filelocking \ - README.ipaliasdomains README.ldap README.maildrop \ - README.mysql \ - README.onchange README.oracle README.pgsql \ - README.qmail-default README.quotas \ - README.roamingusers README.spamassassin README.sybase \ - README.vdelivermail README.vlimits \ - README.vpopmaild README.vpopmaild README.vqmaillocal \ - UPGRADE + README.ipaliasdomains README.ldap README.maildrop README.mysql \ + README.onchange README.oracle README.pgsql README.qmail-default \ + README.quotas README.roamingusers README.spamassassin \ + README.sybase README.vdelivermail README.vlimits \ + README.vpopmaild README.vpopmaild README.vqmaillocal UPGRADE # # This port doesn't honour PREFIX, it honours vpopmail's home directory. diff --git a/mail/vpopmail/pkg-plist b/mail/vpopmail/pkg-plist index c036e4b7a1a..be3c358135a 100644 --- a/mail/vpopmail/pkg-plist +++ b/mail/vpopmail/pkg-plist @@ -35,6 +35,7 @@ vpopmail/etc/lib_deps @sample vpopmail/etc/vlimits.default-dist vpopmail/etc/vlimits.default %%LDAP%%@sample vpopmail/etc/vpopmail.ldap-dist vpopmail/etc/vpopmail.ldap %%LDAP%%@preexec echo "You need to specify the LDAP connection settings in the %D/vpopmail/etc/vpopmail.ldap file" | /usr/bin/fmt +%%MYSQL%%@sample vpopmail/etc/vpopmail.mysql-dist vpopmail/etc/vpopmail.mysql @sample vpopmail/etc/vusagec.conf-dist vpopmail/etc/vusagec.conf @owner @group diff --git a/mail/vrfy/Makefile b/mail/vrfy/Makefile index 6430ab21d69..148d01d9a6a 100644 --- a/mail/vrfy/Makefile +++ b/mail/vrfy/Makefile @@ -1,7 +1,7 @@ PORTNAME= vrfy PORTVERSION= 1.0 DISTVERSIONPREFIX=v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MAINTAINER= ports@FreeBSD.org @@ -11,10 +11,10 @@ USE_GITHUB= yes GH_ACCOUNT= asxe MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" RES="" -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vrfy ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/mail/wmmaiload/Makefile b/mail/wmmaiload/Makefile index 4b13c6d8a92..41fcec2b2e5 100644 --- a/mail/wmmaiload/Makefile +++ b/mail/wmmaiload/Makefile @@ -26,7 +26,8 @@ LDFLAGS+= -L${OPENSSLLIB} MAKE_ENV= DEBUG_CFLAGS="" DEBUG_LDFLAGS="" PLIST_FILES= bin/wmmaiload bin/wmmaiload-config \ - man/man1/wmmaiload.1.gz man/man1/wmmaiload-config.1.gz + share/man/man1/wmmaiload.1.gz \ + share/man/man1/wmmaiload-config.1.gz post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ @@ -35,7 +36,7 @@ post-patch: do-install: .for i in wmmaiload wmmaiload-config ${INSTALL_PROGRAM} ${WRKSRC}/${i}/${i} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${i}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${i}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/math/apc/Makefile b/math/apc/Makefile index 2139171e7d8..279df04c4c7 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -1,6 +1,6 @@ PORTNAME= apc PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= LOCAL/arved @@ -13,10 +13,10 @@ LIB_DEPENDS= libforms.so:x11-toolkits/xforms USES= xorg USE_XORG= x11 xpm -PLIST_FILES= bin/apc man/man1/apc.1.gz +PLIST_FILES= bin/apc share/man/man1/apc.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/apc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/apc.1 ${STAGEDIR}/${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/apc.1 ${STAGEDIR}/${PREFIX}/share/man/man1 .include diff --git a/math/aribas/Makefile b/math/aribas/Makefile index 5c8b6c14cba..45108acf918 100644 --- a/math/aribas/Makefile +++ b/math/aribas/Makefile @@ -1,5 +1,6 @@ PORTNAME= aribas PORTVERSION= 1.64 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://www.mathematik.uni-muenchen.de/~forster/sw/UNIX_LINUX/ \ http://bsd-geek.de/FreeBSD/distfiles/ @@ -11,7 +12,7 @@ WWW= https://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html BUILD_WRKSRC= ${WRKSRC}/src PLIST_FILES= bin/aribas \ - man/man1/aribas.1.gz + share/man/man1/aribas.1.gz PORTDOCS= README aribas.doc aribas.man aribas.tut PORTEXAMPLES= README factor.ari pi.ari queens.ari @@ -25,7 +26,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/aribas ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} \ ${STAGEDIR}${EXAMPLESDIR} diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile index 3003d997b3d..77194f05507 100644 --- a/math/blocksolve95/Makefile +++ b/math/blocksolve95/Makefile @@ -1,6 +1,6 @@ PORTNAME= blocksolve95 PORTVERSION= 3.0 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= math parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/BlockSolve95/ \ http://ftp.mcs.anl.gov/pub/BlockSolve95/ @@ -49,7 +49,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/lib/lib${BOPT}/${PETSC_ARCH}/libBS95.a \ ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${INCLUDES:S|^|${WRKSRC}/include/|} ${STAGEDIR}${PREFIX}/include - ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/* ${STAGEDIR}${MANPREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/* ${STAGEDIR}${PREFIX}/man/man3 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/math/cvc5/Makefile b/math/cvc5/Makefile index 0a001a3f681..7791bd04a7f 100644 --- a/math/cvc5/Makefile +++ b/math/cvc5/Makefile @@ -1,7 +1,6 @@ PORTNAME= cvc5 DISTVERSIONPREFIX= cvc5- -DISTVERSION= 1.0.8 -PORTREVISION= 1 +DISTVERSION= 1.1.0 CATEGORIES= math java EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -38,6 +37,8 @@ CMAKE_TESTING_ON= ENABLE_UNIT_TESTING CMAKE_TESTING_TARGET= check # check target runs only quick tests (based on https://github.com/cvc5/cvc5/issues/9569#issuecomment-1484943348) #CMAKE_TESTING_TARGET= test # test target also runs longer tests, 2 of which fail, see https://github.com/cvc5/cvc5/issues/9569 +PLIST_SUB= VERSION=${DISTVERSION} + OPTIONS_DEFINE= COCOALIB EDITLINE JAVA OPTIONS_GROUP= SOLVERS OPTIONS_GROUP_SOLVERS= CRYPTOMINISAT KISSAT @@ -88,6 +89,6 @@ LICENSE= GPLv3 CMAKE_ARGS+= -DENABLE_GPL:BOOL=ON .endif -PORTSCOUT= limit:^cvc5-[1-9].* # prevent older generation versions like 1.8 +PORTSCOUT= limit:^[1-9]\.[0-9]+\.[0-9]+ # prevent older generation versions like 1.8, 1.7, etc. .include diff --git a/math/cvc5/distinfo b/math/cvc5/distinfo index f98288404c5..475cdbd10b3 100644 --- a/math/cvc5/distinfo +++ b/math/cvc5/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1694965126 -SHA256 (antlr-3.4-complete.jar) = 9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7 -SIZE (antlr-3.4-complete.jar) = 2388361 -SHA256 (cvc5-cvc5-cvc5-1.0.8_GH0.tar.gz) = 9b61c6e27609db154657f105d7271a03b7798047b3aab1ca2ab58910fac788ba -SIZE (cvc5-cvc5-cvc5-1.0.8_GH0.tar.gz) = 8393754 +TIMESTAMP = 1704605131 +SHA256 (cvc5-cvc5-cvc5-1.1.0_GH0.tar.gz) = 701a1a6b35b5f06d8f0d812ab97896c8e69c2d48076c0dae8e27a9fa0dbc5829 +SIZE (cvc5-cvc5-cvc5-1.1.0_GH0.tar.gz) = 8496968 diff --git a/math/cvc5/pkg-plist b/math/cvc5/pkg-plist index 9cf6f348cfe..1edc774c45d 100644 --- a/math/cvc5/pkg-plist +++ b/math/cvc5/pkg-plist @@ -3,6 +3,7 @@ include/cvc5/cvc5.h include/cvc5/cvc5_export.h include/cvc5/cvc5_kind.h include/cvc5/cvc5_parser.h +include/cvc5/cvc5_proof_rule.h include/cvc5/cvc5_types.h lib/cmake/cvc5/cvc5Config.cmake lib/cmake/cvc5/cvc5ConfigVersion.cmake @@ -14,5 +15,5 @@ lib/libcvc5.so.1 %%JAVA%%lib/libcvc5jni.so lib/libcvc5parser.so lib/libcvc5parser.so.1 -%%JAVA%%%%JAVASHAREDIR%%/cvc5-1.0.8.jar +%%JAVA%%%%JAVASHAREDIR%%/cvc5-%%VERSION%%.jar %%JAVA%%%%JAVASHAREDIR%%/cvc5.jar diff --git a/math/fend/Makefile b/math/fend/Makefile index a71b462cfa9..79014b5fdcb 100644 --- a/math/fend/Makefile +++ b/math/fend/Makefile @@ -1,6 +1,7 @@ PORTNAME= fend DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 +DISTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -22,17 +23,15 @@ CARGO_CRATES= base64-0.21.5 \ cc-1.0.83 \ cfg-if-1.0.0 \ clipboard-win-5.0.0 \ - console-0.15.7 \ core-foundation-0.9.4 \ core-foundation-sys-0.8.6 \ ctrlc-3.4.2 \ - encode_unicode-0.3.6 \ endian-type-0.1.2 \ equivalent-1.0.1 \ errno-0.3.8 \ error-code-3.0.0 \ fastrand-2.0.1 \ - fd-lock-4.0.1 \ + fd-lock-4.0.2 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.2.1 \ @@ -47,7 +46,7 @@ CARGO_CRATES= base64-0.21.5 \ libc-0.2.151 \ linux-raw-sys-0.4.12 \ log-0.4.20 \ - memchr-2.6.4 \ + memchr-2.7.1 \ native-tls-0.2.11 \ nibble_vec-0.1.0 \ nix-0.27.1 \ @@ -59,8 +58,8 @@ CARGO_CRATES= base64-0.21.5 \ percent-encoding-2.3.1 \ pkg-config-0.3.28 \ ppv-lite86-0.2.17 \ - proc-macro2-1.0.71 \ - quote-1.0.33 \ + proc-macro2-1.0.76 \ + quote-1.0.35 \ radix_trie-0.2.1 \ rand-0.8.5 \ rand_chacha-0.3.1 \ @@ -71,17 +70,17 @@ CARGO_CRATES= base64-0.21.5 \ rustls-0.21.10 \ rustls-webpki-0.101.7 \ rustyline-13.0.0 \ - schannel-0.1.22 \ + schannel-0.1.23 \ sct-0.7.1 \ security-framework-2.9.2 \ security-framework-sys-2.9.1 \ - serde-1.0.193 \ - serde_derive-1.0.193 \ + serde-1.0.195 \ + serde_derive-1.0.195 \ serde_spanned-0.6.5 \ smallvec-1.11.2 \ spin-0.9.8 \ - syn-2.0.43 \ - tempfile-3.8.1 \ + syn-2.0.48 \ + tempfile-3.9.0 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ toml-0.8.8 \ @@ -108,34 +107,25 @@ CARGO_CRATES= base64-0.21.5 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - 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 \ - winnow-0.5.30 + winnow-0.5.33 OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib diff --git a/math/fend/distinfo b/math/fend/distinfo index f81a240530e..81b45dcca7d 100644 --- a/math/fend/distinfo +++ b/math/fend/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1703754300 +TIMESTAMP = 1704687673 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 @@ -13,16 +13,12 @@ SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582eb SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/clipboard-win-5.0.0.crate) = c57002a5d9be777c1ef967e33674dac9ebd310d8893e4e3437b14d5f0f6372cc SIZE (rust/crates/clipboard-win-5.0.0.crate) = 15248 -SHA256 (rust/crates/console-0.15.7.crate) = c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8 -SIZE (rust/crates/console-0.15.7.crate) = 35409 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/ctrlc-3.4.2.crate) = b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b SIZE (rust/crates/ctrlc-3.4.2.crate) = 14171 -SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f -SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 SHA256 (rust/crates/endian-type-0.1.2.crate) = c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d SIZE (rust/crates/endian-type-0.1.2.crate) = 2340 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 @@ -33,8 +29,8 @@ SHA256 (rust/crates/error-code-3.0.0.crate) = 281e452d3bad4005426416cdba5ccfd4f5 SIZE (rust/crates/error-code-3.0.0.crate) = 6176 SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 -SHA256 (rust/crates/fd-lock-4.0.1.crate) = b93f7a0db71c99f68398f80653ed05afb0b00e062e1a20c7ff849c4edfabbbcc -SIZE (rust/crates/fd-lock-4.0.1.crate) = 13579 +SHA256 (rust/crates/fd-lock-4.0.2.crate) = 7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947 +SIZE (rust/crates/fd-lock-4.0.2.crate) = 13675 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-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b @@ -63,8 +59,8 @@ SHA256 (rust/crates/linux-raw-sys-0.4.12.crate) = c4cd1a83af159aa67994778be9070f 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/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/native-tls-0.2.11.crate) = 07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e SIZE (rust/crates/native-tls-0.2.11.crate) = 29008 SHA256 (rust/crates/nibble_vec-0.1.0.crate) = 77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43 @@ -87,10 +83,10 @@ SHA256 (rust/crates/pkg-config-0.3.28.crate) = 69d3587f8a9e599cc7ec2c00e331f71c4 SIZE (rust/crates/pkg-config-0.3.28.crate) = 20330 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.71.crate) = 75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8 -SIZE (rust/crates/proc-macro2-1.0.71.crate) = 44407 -SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae -SIZE (rust/crates/quote-1.0.33.crate) = 28090 +SHA256 (rust/crates/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c +SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 +SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef +SIZE (rust/crates/quote-1.0.35.crate) = 28136 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.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -111,28 +107,28 @@ SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca77265 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 SHA256 (rust/crates/rustyline-13.0.0.crate) = 02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86 SIZE (rust/crates/rustyline-13.0.0.crate) = 116254 -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/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 SIZE (rust/crates/sct-0.7.1.crate) = 27501 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/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-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_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 SIZE (rust/crates/serde_spanned-0.6.5.crate) = 8349 SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 SIZE (rust/crates/spin-0.9.8.crate) = 38958 -SHA256 (rust/crates/syn-2.0.43.crate) = ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53 -SIZE (rust/crates/syn-2.0.43.crate) = 248363 -SHA256 (rust/crates/tempfile-3.8.1.crate) = 7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5 -SIZE (rust/crates/tempfile-3.8.1.crate) = 32164 +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/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 @@ -185,61 +181,43 @@ 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 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 -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.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/winnow-0.5.30.crate) = 9b5c3db89721d50d0e2a673f5043fc4722f76dcc352d7b1ab8b8288bed4ed2c5 -SIZE (rust/crates/winnow-0.5.30.crate) = 152904 -SHA256 (printfn-fend-v1.4.0_GH0.tar.gz) = 1d3e37c2688846539b1666a924fdee5bdf60f54d94c8be6ccfd4364267f13af0 -SIZE (printfn-fend-v1.4.0_GH0.tar.gz) = 217963 +SHA256 (rust/crates/winnow-0.5.33.crate) = b7520bbdec7211caa7c4e682eb1fbe07abe20cee6756b6e00f537c82c11816aa +SIZE (rust/crates/winnow-0.5.33.crate) = 154059 +SHA256 (printfn-fend-v1.4.1_GH0.tar.gz) = eb40e376e1da00055112edc583e86ac3913536b35f2f7265de55dca52319a4e4 +SIZE (printfn-fend-v1.4.1_GH0.tar.gz) = 177344 diff --git a/math/fftw3/files/patch-configure b/math/fftw3/files/patch-configure index dab230ed959..72d34f15180 100644 --- a/math/fftw3/files/patch-configure +++ b/math/fftw3/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2020-12-30 00:12:14 UTC +--- configure.orig 2021-09-14 14:43:44 UTC +++ configure -@@ -14937,7 +14937,7 @@ fi +@@ -14938,7 +14938,7 @@ case "${ax_cv_c_compiler_vendor}" in esac case "${ax_cv_c_compiler_vendor}" in @@ -9,3 +9,46 @@ # SSE/SSE2 if test "$have_sse2" = "yes" -a "x$SSE2_CFLAGS" = x; then if test "$PRECISION" = d; then flag=msse2; else flag=msse; fi +@@ -15293,14 +15293,14 @@ else + if test "x$ax_check_compiler_flags" = xyes; then + ALTIVEC_CFLAGS="-faltivec" + else +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -maltivec -mabi=altivec" >&5 +-$as_echo_n "checking whether C compiler accepts -maltivec -mabi=altivec... " >&6; } +-if ${ax_cv_c_flags__maltivec__mabi_altivec+:} false; then : ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -maltivec" >&5 ++$as_echo_n "checking whether C compiler accepts -maltivec... " >&6; } ++if ${ax_cv_c_flags__maltivec+:} false; then : + $as_echo_n "(cached) " >&6 + else + + ax_save_FLAGS=$CFLAGS +- CFLAGS="-maltivec -mabi=altivec" ++ CFLAGS="-maltivec" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -15313,19 +15313,19 @@ if ac_fn_c_try_compile "$LINENO"; then : + } + _ACEOF + if ac_fn_c_try_compile "$LINENO"; then : +- ax_cv_c_flags__maltivec__mabi_altivec=yes ++ ax_cv_c_flags__maltivec=yes + else +- ax_cv_c_flags__maltivec__mabi_altivec=no ++ ax_cv_c_flags__maltivec=no + fi + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + CFLAGS=$ax_save_FLAGS + fi + +-eval ax_check_compiler_flags=$ax_cv_c_flags__maltivec__mabi_altivec ++eval ax_check_compiler_flags=$ax_cv_c_flags__maltivec + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_check_compiler_flags" >&5 + $as_echo "$ax_check_compiler_flags" >&6; } + if test "x$ax_check_compiler_flags" = xyes; then +- ALTIVEC_CFLAGS="-maltivec -mabi=altivec -DFAKE__VEC__" ++ ALTIVEC_CFLAGS="-maltivec -DFAKE__VEC__" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fvec" >&5 + $as_echo_n "checking whether C compiler accepts -fvec... " >&6; } diff --git a/math/grace/Makefile b/math/grace/Makefile index 9886ae97b2a..a96aa5bf119 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,6 +1,6 @@ PORTNAME= grace PORTVERSION= 5.1.25 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math print MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ ftp://ftp.ntua.gr/pub/graphics/grace/src/stable/ \ @@ -66,11 +66,11 @@ post-configure: 's|$$(GRACE_HOME)/bin|$$(PREFIX)/bin|' post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/[c-g]*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/[c-g]*.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${FILESDIR}/mini-xmgr3.xpm \ ${STAGEDIR}${PREFIX}/share/pixmaps ${LN} -sf xmgrace ${STAGEDIR}${PREFIX}/bin/grace - ${LN} -sf grace.1 ${STAGEDIR}${MANPREFIX}/man/man1/xmgrace.1 + ${LN} -sf grace.1 ${STAGEDIR}${PREFIX}/share/man/man1/xmgrace.1 ${LN} -sf ${DOCSDIR} ${STAGEDIR}${DATADIR}/doc ${LN} -sf ${EXAMPLESDIR} ${STAGEDIR}${DATADIR}/examples diff --git a/math/grace/pkg-plist b/math/grace/pkg-plist index 9fefda4b595..fdc98babc1a 100644 --- a/math/grace/pkg-plist +++ b/math/grace/pkg-plist @@ -6,11 +6,11 @@ bin/grconvert bin/xmgrace include/grace_np.h lib/libgrace_np.a -man/man1/convcal.1.gz -man/man1/grace.1.gz -man/man1/gracebat.1.gz -man/man1/grconvert.1.gz -man/man1/xmgrace.1.gz +share/man/man1/convcal.1.gz +share/man/man1/grace.1.gz +share/man/man1/gracebat.1.gz +share/man/man1/grconvert.1.gz +share/man/man1/xmgrace.1.gz %%PORTDOCS%%%%DOCSDIR%%/10.1.dat %%PORTDOCS%%%%DOCSDIR%%/10a.dat %%PORTDOCS%%%%DOCSDIR%%/10b.dat diff --git a/math/ised/Makefile b/math/ised/Makefile index e751c99b4aa..5766809c87a 100644 --- a/math/ised/Makefile +++ b/math/ised/Makefile @@ -1,6 +1,6 @@ PORTNAME= ised PORTVERSION= 2.7.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= SF/${PORTNAME} @@ -14,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= libedit tar:bzip2 GNU_CONFIGURE= yes -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/math/kalc/Makefile b/math/kalc/Makefile index e54219ff68c..21c55c8ac88 100644 --- a/math/kalc/Makefile +++ b/math/kalc/Makefile @@ -1,7 +1,7 @@ PORTNAME= kalc DISTVERSIONPREFIX= v DISTVERSION= 0.8.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math PKGNAMESUFFIX= -calculator diff --git a/math/kalker/Makefile b/math/kalker/Makefile index 143c35cf258..77856619cbf 100644 --- a/math/kalker/Makefile +++ b/math/kalker/Makefile @@ -1,7 +1,7 @@ PORTNAME= kalker DISTVERSIONPREFIX= v DISTVERSION= 2.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= ashish@FreeBSD.org diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 4ba78403cad..6bbcb6659a7 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,9 +1,9 @@ PORTNAME?= lapack PORTVERSION= 3.12.0 .if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT)) -PORTREVISION= 0 +PORTREVISION= 1 .else -PORTREVISION?= 0 # Never remove this line, keep PORTREVISION?=0 in case. +PORTREVISION?= 1 # Never remove this line, keep PORTREVISION?=0 in case. .endif CATEGORIES= math MASTER_SITES= https://github.com/Reference-LAPACK/lapack/archive/refs/tags/:src \ @@ -128,9 +128,9 @@ post-build: pre-su-install: .if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT)) cd ${WRKDIR} && ${FIND} man/man3 -type f | ${GREP} -v Users_julie | \ - tee ${WRKDIR}/manpages | ${SED} 's|$$|.gz|' >> ${TMPPLIST} + tee ${WRKDIR}/manpages | ${SED} 's|^|share/|; s|$$|.gz|' >> ${TMPPLIST} cd ${WRKDIR} && \ - ${XARGS} -J @ ${INSTALL_MAN} @ ${STAGEDIR}${MAN3PREFIX}/man/man3 < ${WRKDIR}/manpages + ${XARGS} -J @ ${INSTALL_MAN} @ ${STAGEDIR}${PREFIX}/share/man/man3 < ${WRKDIR}/manpages .endif post-install: diff --git a/math/mathlibtools/Makefile b/math/mathlibtools/Makefile index edf1890c93a..d820bd67867 100644 --- a/math/mathlibtools/Makefile +++ b/math/mathlibtools/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FL ${PYTHON_PKGNAMEPREFIX}gitpython>=2.1.11:devel/py-gitpython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydot>0:graphics/py-pydot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygithub>0:devel/py-pygithub@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}PyGithub>0:devel/py-PyGithub@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaml>=3.13:textproc/py-pyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0.10.0:textproc/py-toml@${PY_FLAVOR} \ diff --git a/math/octave-forge-control/Makefile b/math/octave-forge-control/Makefile index 81e95960406..6511331aa47 100644 --- a/math/octave-forge-control/Makefile +++ b/math/octave-forge-control/Makefile @@ -1,6 +1,7 @@ PORTNAME= octave-forge-control DISTVERSIONPREFIX= control- DISTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-control/files/patch-Makefile b/math/octave-forge-control/files/patch-Makefile new file mode 100644 index 00000000000..2320098580c --- /dev/null +++ b/math/octave-forge-control/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.orig 2024-01-11 01:31:30 UTC ++++ Makefile +@@ -30,6 +30,7 @@ all: __control_slicot_functions__.oct \ + # uppressing warnings on indexing errors + # + slicotlibrary.a: slicot ++ cp TG04BX.f $(SC_SRC) + cd $(SC_SRC) && $(MKOCTFILE) -w -c MA02ID.f; mv MA02ID.f x && $(MKOCTFILE) -c *.f && mv x MA02ID.f + $(AR) -rc slicotlibrary.a $(SC_SRC)/*.o + diff --git a/math/octave-forge-octave-pool/Makefile b/math/octave-forge-octave-pool/Makefile index b59eda9d003..15f7269e5ad 100644 --- a/math/octave-forge-octave-pool/Makefile +++ b/math/octave-forge-octave-pool/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge-octave-pool -DISTVERSION= 1.1.5 +DISTVERSION= 1.2.2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-octave-pool/distinfo b/math/octave-forge-octave-pool/distinfo index 9af02726bad..ea663d99b84 100644 --- a/math/octave-forge-octave-pool/distinfo +++ b/math/octave-forge-octave-pool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688487603 -SHA256 (octave-forge/reprostat-octave-pool-1.1.5_GH0.tar.gz) = e55106a8d37bf58dd689b4025854a000eb631d55def6f4ddddf5c4313a2e297a -SIZE (octave-forge/reprostat-octave-pool-1.1.5_GH0.tar.gz) = 11318 +TIMESTAMP = 1704937840 +SHA256 (octave-forge/reprostat-octave-pool-1.2.2_GH0.tar.gz) = 61fa694771a1ac8d98562df962178b420c7c66b61793e2b521ac28571dc71ed5 +SIZE (octave-forge/reprostat-octave-pool-1.2.2_GH0.tar.gz) = 11614 diff --git a/math/octave-forge-pkg-octave-doc/Makefile b/math/octave-forge-pkg-octave-doc/Makefile index e1045790dad..1ec72d60dd9 100644 --- a/math/octave-forge-pkg-octave-doc/Makefile +++ b/math/octave-forge-pkg-octave-doc/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-pkg-octave-doc DISTVERSIONPREFIX= release- -DISTVERSION= 0.5.0 +DISTVERSION= 0.5.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pkg-octave-doc/distinfo b/math/octave-forge-pkg-octave-doc/distinfo index e565add4b3f..2e1d2cb1a41 100644 --- a/math/octave-forge-pkg-octave-doc/distinfo +++ b/math/octave-forge-pkg-octave-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682469408 -SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.5.0_GH0.tar.gz) = 5d5a020bc343fbd97a01b04bb2cc24f413127fcb99e4fdff56be52927a935f16 -SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.5.0_GH0.tar.gz) = 152243 +TIMESTAMP = 1704753150 +SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.5.1_GH0.tar.gz) = 18fb0b3d5f1f22d5f272e4424293548ff52fc2cafaf633e5607af1900262b7bf +SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.5.1_GH0.tar.gz) = 153905 diff --git a/math/octave-forge-statistics-resampling/Makefile b/math/octave-forge-statistics-resampling/Makefile index cd16fdde31b..708cb381f57 100644 --- a/math/octave-forge-statistics-resampling/Makefile +++ b/math/octave-forge-statistics-resampling/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-statistics-resampling DISTVERSIONPREFIX= v -DISTVERSION= 5.5.3 +DISTVERSION= 5.5.4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-statistics-resampling/distinfo b/math/octave-forge-statistics-resampling/distinfo index 5f8678f104b..d11647cc7cc 100644 --- a/math/octave-forge-statistics-resampling/distinfo +++ b/math/octave-forge-statistics-resampling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704317757 -SHA256 (octave-forge/gnu-octave-statistics-resampling-v5.5.3_GH0.tar.gz) = 5a561c10fe49a2edc7acb9d653a622c9bbf34654c2d421546c2c6f96e0a14e75 -SIZE (octave-forge/gnu-octave-statistics-resampling-v5.5.3_GH0.tar.gz) = 2099806 +TIMESTAMP = 1704828705 +SHA256 (octave-forge/gnu-octave-statistics-resampling-v5.5.4_GH0.tar.gz) = 0c246867505b9bca6e802b65c7ef6009b2b743dc349dec4d57b64df7d1b342b4 +SIZE (octave-forge/gnu-octave-statistics-resampling-v5.5.4_GH0.tar.gz) = 1990506 diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index b8cf052386b..ce56d39922d 100644 --- a/math/octave-forge-statistics/Makefile +++ b/math/octave-forge-statistics/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-statistics DISTVERSIONPREFIX= release- -DISTVERSION= 1.6.0 +DISTVERSION= 1.6.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-statistics/distinfo b/math/octave-forge-statistics/distinfo index c10707a6fba..cf3f2c35407 100644 --- a/math/octave-forge-statistics/distinfo +++ b/math/octave-forge-statistics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685299849 -SHA256 (octave-forge/gnu-octave-statistics-release-1.6.0_GH0.tar.gz) = c8e7d32e473465d7bcda751a25ce55ed918ac9b7d9740e5ada3d36b7e66b5810 -SIZE (octave-forge/gnu-octave-statistics-release-1.6.0_GH0.tar.gz) = 7347360 +TIMESTAMP = 1704859750 +SHA256 (octave-forge/gnu-octave-statistics-release-1.6.1_GH0.tar.gz) = a50b3a1a56f32ff0abe7fea05573f62fe368e2642183a3f2ab10ee9b4a9a2eaa +SIZE (octave-forge/gnu-octave-statistics-release-1.6.1_GH0.tar.gz) = 7926352 diff --git a/math/onednn/Makefile b/math/onednn/Makefile index 7312a6187b3..28a92dc2fb1 100644 --- a/math/onednn/Makefile +++ b/math/onednn/Makefile @@ -1,6 +1,6 @@ PORTNAME= onednn DISTVERSIONPREFIX= v -DISTVERSION= 3.3.3 +DISTVERSION= 3.3.4 CATEGORIES= math # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/math/onednn/distinfo b/math/onednn/distinfo index 7759123bb63..5afdf5d26c8 100644 --- a/math/onednn/distinfo +++ b/math/onednn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702633434 -SHA256 (oneapi-src-oneDNN-v3.3.3_GH0.tar.gz) = 24e726989785c5873d45ccb8ab698b22b53798c773e96f4226f2aa622694ea40 -SIZE (oneapi-src-oneDNN-v3.3.3_GH0.tar.gz) = 11577369 +TIMESTAMP = 1704778522 +SHA256 (oneapi-src-oneDNN-v3.3.4_GH0.tar.gz) = e291fa4702f4bcfa6c8c23cb5b6599f0fefa8f23bc08edb9e15ddc5254ab7843 +SIZE (oneapi-src-oneDNN-v3.3.4_GH0.tar.gz) = 11577725 diff --git a/math/pari/Makefile b/math/pari/Makefile index a9606f045e9..f0bc74452db 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -54,12 +54,6 @@ PORTDATA= * PORTDOCS= * PORTEXAMPLES= * -.include - -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 -CFLAGS+= -mminimal-toc -.endif - post-patch: @${REINPLACE_CMD} -E '/libpari_base\=/s/-tls|-gmp//' \ ${WRKSRC}/Configure @@ -79,4 +73,4 @@ do-test-PTHREADS-on: do-test-MPI-on: @cd ${WRKSRC} && ${MAKE_CMD} test-parallel RUNTEST="mpirun -np 3" -.include +.include diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 02967739215..77a69e1637b 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -1,5 +1,6 @@ PORTNAME= pdal DISTVERSION= 2.5.4 +PORTREVISION= 1 CATEGORIES= math databases graphics MASTER_SITES= https://github.com/PDAL/PDAL/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index ba2a0c24522..a77e80abde6 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -1,6 +1,6 @@ PORTNAME= ploticus PORTVERSION= 2.40 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MASTER_SITES= SF DISTNAME= pl${PORTVERSION:S/.//}src @@ -49,8 +49,8 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/prefabs && ${FIND} . | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/man/man1/pl.1 ${STAGEDIR}${MANPREFIX}/man/man1/ploticus.1 - ${INSTALL_MAN} ${WRKSRC}/man/man3/libploticus.3 ${STAGEDIR}${MANPREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/man/man1/pl.1 ${STAGEDIR}${PREFIX}/share/man/man1/ploticus.1 + ${INSTALL_MAN} ${WRKSRC}/man/man3/libploticus.3 ${STAGEDIR}${PREFIX}/share/man/man3 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/pltestsuite && ${FIND} . \! -name "*.orig" | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${EXAMPLESDIR} diff --git a/math/ploticus/pkg-plist b/math/ploticus/pkg-plist index cdb9edbf49d..d1f6e9ad74f 100644 --- a/math/ploticus/pkg-plist +++ b/math/ploticus/pkg-plist @@ -1,6 +1,6 @@ bin/ploticus -man/man1/ploticus.1.gz -man/man3/libploticus.3.gz +share/man/man1/ploticus.1.gz +share/man/man3/libploticus.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Diag.out %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README diff --git a/math/primegen/Makefile b/math/primegen/Makefile index 50699d80d45..0199cf0310d 100644 --- a/math/primegen/Makefile +++ b/math/primegen/Makefile @@ -1,5 +1,6 @@ PORTNAME= primegen PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://cr.yp.to/primegen/ @@ -13,9 +14,9 @@ ALL_TARGET= default PLIST_FILES= bin/primes bin/primegaps \ include/primegen.h \ lib/libprimegen.a \ - man/man1/primes.1.gz \ - man/man1/primegaps.1.gz \ - man/man3/primegen.3.gz + share/man/man1/primes.1.gz \ + share/man/man1/primegaps.1.gz \ + share/man/man3/primegen.3.gz post-patch: @${REINPLACE_CMD} -e 's,primegen\.a,lib&,' ${WRKSRC}/Makefile \ @@ -31,8 +32,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/primegaps ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/primegen.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libprimegen.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/primes.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/primegaps.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/primegen.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/primes.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/primegaps.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/primegen.3 ${STAGEDIR}${PREFIX}/share/man/man3 .include diff --git a/math/py-Pyomo/Makefile b/math/py-Pyomo/Makefile index 4fd5084ab71..8d190fa9b31 100644 --- a/math/py-Pyomo/Makefile +++ b/math/py-Pyomo/Makefile @@ -1,5 +1,5 @@ PORTNAME= Pyomo -DISTVERSION= 6.5.0 +DISTVERSION= 6.7.0 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-parallel>0:devel/py-pytest-parallel@${PY_FLAVOR} USES= python -USE_PYTHON= distutils cython concurrent autoplist pytest # 1 test fails, see https://github.com/Pyomo/pyomo/issues/2547 +USE_PYTHON= distutils cython concurrent autoplist pytest # 1 test fails but it is known to be broken by the upstream, see https://github.com/Pyomo/pyomo/issues/2547 USE_GITHUB= yes GH_PROJECT= pyomo diff --git a/math/py-Pyomo/distinfo b/math/py-Pyomo/distinfo index f7ef993f849..68473172034 100644 --- a/math/py-Pyomo/distinfo +++ b/math/py-Pyomo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676711717 -SHA256 (Pyomo-pyomo-6.5.0_GH0.tar.gz) = 8a531fc372e2723c942fb7e4c201f13615100acee460d5748c16a2306813f29b -SIZE (Pyomo-pyomo-6.5.0_GH0.tar.gz) = 14528209 +TIMESTAMP = 1704700984 +SHA256 (Pyomo-pyomo-6.7.0_GH0.tar.gz) = fad9f7756c82544aa758f9e50da9c9ea3f58e4bf71ed7a5d859b53b5ae73f55f +SIZE (Pyomo-pyomo-6.7.0_GH0.tar.gz) = 14979372 diff --git a/math/py-formulaic/Makefile b/math/py-formulaic/Makefile index d7b3dc2a2e4..ae21fdb32fa 100644 --- a/math/py-formulaic/Makefile +++ b/math/py-formulaic/Makefile @@ -1,5 +1,5 @@ PORTNAME= formulaic -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.1 CATEGORIES= math python # statistics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-formulaic/distinfo b/math/py-formulaic/distinfo index ca819780a17..37bc9bbe3f2 100644 --- a/math/py-formulaic/distinfo +++ b/math/py-formulaic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703569097 -SHA256 (formulaic-1.0.0.tar.gz) = 3811376c73cc133f9137a624c4b17b8e288321259102cd0e9d05b60553c74346 -SIZE (formulaic-1.0.0.tar.gz) = 430104 +TIMESTAMP = 1704700693 +SHA256 (formulaic-1.0.1.tar.gz) = 64dd7992a7aa5bbceb1e40679d0f01fc6f0ba12b7d23d78094a88c2edc68fba1 +SIZE (formulaic-1.0.1.tar.gz) = 430137 diff --git a/math/py-linearmodels/Makefile b/math/py-linearmodels/Makefile index 9d1defd7fbf..e13103d91d1 100644 --- a/math/py-linearmodels/Makefile +++ b/math/py-linearmodels/Makefile @@ -1,5 +1,5 @@ PORTNAME= linearmodels -DISTVERSION= 5.3 +DISTVERSION= 5.4 CATEGORIES= math python # statistics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}formulaic>=0.6.5:math/py-formulaic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0.4:devel/py-mypy_extensions@${PY_FLAVOR} \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=1.1.0:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=1.3.0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}property-cached>=1.6.3:devel/py-property-cached@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyhdfe>=0.1:math/py-pyhdfe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.5.0:science/py-scipy@${PY_FLAVOR} \ diff --git a/math/py-linearmodels/distinfo b/math/py-linearmodels/distinfo index c0f582e492b..a28a32047ed 100644 --- a/math/py-linearmodels/distinfo +++ b/math/py-linearmodels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703270450 -SHA256 (linearmodels-5.3.tar.gz) = b4a34faa68be92d36e2fc1fe644d211d19ac91baea655bc9c6b198b179baf8d1 -SIZE (linearmodels-5.3.tar.gz) = 1822901 +TIMESTAMP = 1704520677 +SHA256 (linearmodels-5.4.tar.gz) = b4f20a41f93b954a3ba2a106782b1e6d79a02688af3428c04da130e4a6641a36 +SIZE (linearmodels-5.4.tar.gz) = 1825139 diff --git a/math/py-openTSNE/Makefile b/math/py-openTSNE/Makefile index 3818451aff1..41346f1fe05 100644 --- a/math/py-openTSNE/Makefile +++ b/math/py-openTSNE/Makefile @@ -1,5 +1,5 @@ PORTNAME= openTSNE -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.1 CATEGORIES= math python # statistics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-openTSNE/distinfo b/math/py-openTSNE/distinfo index 0bf2b5b5bc1..8090553faf8 100644 --- a/math/py-openTSNE/distinfo +++ b/math/py-openTSNE/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686636759 -SHA256 (openTSNE-1.0.0.tar.gz) = 03dafa41632ece9e9217d78769ed2d65e6086bdcab8bc8631d115b7d0ad06763 -SIZE (openTSNE-1.0.0.tar.gz) = 792765 +TIMESTAMP = 1704700371 +SHA256 (openTSNE-1.0.1.tar.gz) = 51f4dffaa3366ee4a480dd21d5f64eb0fa677248a0c99490aeb8bf311124368c +SIZE (openTSNE-1.0.1.tar.gz) = 251095 diff --git a/math/py-petsc4py/Makefile b/math/py-petsc4py/Makefile index 6b99ae4e3a3..27cdd90db4a 100644 --- a/math/py-petsc4py/Makefile +++ b/math/py-petsc4py/Makefile @@ -1,5 +1,5 @@ PORTNAME= petsc4py -DISTVERSION= 3.20.2 +DISTVERSION= 3.20.3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-petsc4py/distinfo b/math/py-petsc4py/distinfo index 213aa072463..c91f28092e2 100644 --- a/math/py-petsc4py/distinfo +++ b/math/py-petsc4py/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702281635 -SHA256 (petsc4py-3.20.2.tar.gz) = d3f24aa6612ded3e9b9ae11d5533f319d1df1705bea6d81385fea023d01175c9 -SIZE (petsc4py-3.20.2.tar.gz) = 413517 +TIMESTAMP = 1704879802 +SHA256 (petsc4py-3.20.3.tar.gz) = 8e10884df5ca38191b71294dc7e89f7479b18cca83fedfe27f89105e57c40785 +SIZE (petsc4py-3.20.3.tar.gz) = 413631 diff --git a/math/py-rustworkx/Makefile b/math/py-rustworkx/Makefile index 1fb063a591e..c97b6543cf8 100644 --- a/math/py-rustworkx/Makefile +++ b/math/py-rustworkx/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustworkx DISTVERSION= 0.13.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-triangle/Makefile b/math/py-triangle/Makefile index 05716f3006a..737f085a005 100644 --- a/math/py-triangle/Makefile +++ b/math/py-triangle/Makefile @@ -1,5 +1,6 @@ PORTNAME= triangle -PORTVERSION= 20200424 +DISTVERSIONPREFIX= v +DISTVERSION= 20230923 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://rufat.be/triangle LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang python:3.8-3.9 +USES= compiler:c++11-lang python +USE_GITHUB= yes +GH_ACCOUNT= drufat +GH_TUPLE= drufat:triangle-c:8b9e104:triangle/c USE_PYTHON= distutils autoplist BUILD_DEPENDS= triangle>0:math/triangle diff --git a/math/py-triangle/distinfo b/math/py-triangle/distinfo index 6145f475704..7c69ff4618f 100644 --- a/math/py-triangle/distinfo +++ b/math/py-triangle/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1606687316 -SHA256 (triangle-20200424.tar.gz) = fc207641f8f39986f7d2bee1b91688a588cd235d2e67777422f94e61fece27e9 -SIZE (triangle-20200424.tar.gz) = 1559222 +TIMESTAMP = 1704470771 +SHA256 (drufat-triangle-v20230923_GH0.tar.gz) = 5fd7ff55c65601d6a1b8ac6485f413633c930685c4eaae950131f3a99868bc97 +SIZE (drufat-triangle-v20230923_GH0.tar.gz) = 1449399 +SHA256 (drufat-triangle-c-8b9e104_GH0.tar.gz) = e8f0c1523c016b017a4e47967360c6e6d97b8d6ac27290fd384bebc458e2e7bf +SIZE (drufat-triangle-c-8b9e104_GH0.tar.gz) = 153986 diff --git a/math/py-umap-learn/Makefile b/math/py-umap-learn/Makefile index 649e3e5ffd2..1240f9ed325 100644 --- a/math/py-umap-learn/Makefile +++ b/math/py-umap-learn/Makefile @@ -1,5 +1,5 @@ PORTNAME= umap-learn -DISTVERSION= 0.5.4 +DISTVERSION= 0.5.5 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-umap-learn/distinfo b/math/py-umap-learn/distinfo index ed05aa1a4bf..f436f2999d5 100644 --- a/math/py-umap-learn/distinfo +++ b/math/py-umap-learn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694849142 -SHA256 (umap-learn-0.5.4.tar.gz) = 8cb2fa20b2493f9adbff3bfa3b3e3787f6d67d1547e688ea2bdc272b37d89e18 -SIZE (umap-learn-0.5.4.tar.gz) = 90815 +TIMESTAMP = 1704700885 +SHA256 (umap-learn-0.5.5.tar.gz) = c54d607364413eade968b73ba07c8b3ea14412817f53cd07b6f720ac957293c4 +SIZE (umap-learn-0.5.5.tar.gz) = 90882 diff --git a/math/reduce-psl/Makefile b/math/reduce-psl/Makefile index 324ea76fdba..b610fa45128 100644 --- a/math/reduce-psl/Makefile +++ b/math/reduce-psl/Makefile @@ -1,5 +1,6 @@ PORTNAME= reduce PORTVERSION= ${SFSUBDIR:S/snapshot_//:S/-//g} +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= SF/reduce-algebra/${SFSUBDIR}/ PKGNAMESUFFIX= -psl @@ -37,7 +38,7 @@ OPTIONS_DEFINE= DOCS do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${FILESDIR}/runpsl.sh ${STAGEDIR}${PREFIX}/bin/redpsl - ${INSTALL_MAN} ${FILESDIR}/redpsl.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${FILESDIR}/redpsl.1 ${STAGEDIR}${PREFIX}/share/man/man1/ ${MKDIR} ${STAGEDIR}${DATADIR}/psl ${INSTALL_PROGRAM} ${REDUCE_BINS}/psl/bpsl ${STAGEDIR}${DATADIR}/psl/ (cd ${REDUCE_BINS}/psl && ${COPYTREE_SHARE} . \ diff --git a/math/reduce-psl/pkg-plist.amd64 b/math/reduce-psl/pkg-plist.amd64 index d6647447771..4741954249f 100644 --- a/math/reduce-psl/pkg-plist.amd64 +++ b/math/reduce-psl/pkg-plist.amd64 @@ -1,5 +1,5 @@ bin/redpsl -man/man1/redpsl.1.gz +share/man/man1/redpsl.1.gz %%PORTDOCS%%%%DOCSDIR%%/insidereduce.pdf %%PORTDOCS%%%%DOCSDIR%%/manual.pdf %%PORTDOCS%%%%DOCSDIR%%/primer.pdf diff --git a/math/reduce-psl/pkg-plist.i386 b/math/reduce-psl/pkg-plist.i386 index 4d52bd888a0..17ccb47f3d3 100644 --- a/math/reduce-psl/pkg-plist.i386 +++ b/math/reduce-psl/pkg-plist.i386 @@ -1,5 +1,5 @@ bin/redpsl -man/man1/redpsl.1.gz +share/man/man1/redpsl.1.gz %%PORTDOCS%%%%DOCSDIR%%/insidereduce.pdf %%PORTDOCS%%%%DOCSDIR%%/manual.pdf %%PORTDOCS%%%%DOCSDIR%%/primer.pdf diff --git a/math/savage/Makefile b/math/savage/Makefile index 3e4bf4d869e..e7b22cb5ecd 100644 --- a/math/savage/Makefile +++ b/math/savage/Makefile @@ -1,7 +1,7 @@ PORTNAME= savage DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= math MAINTAINER= ashish@FreeBSD.org diff --git a/math/sound-of-sorting/Makefile b/math/sound-of-sorting/Makefile index 9d400e75d57..782354a8691 100644 --- a/math/sound-of-sorting/Makefile +++ b/math/sound-of-sorting/Makefile @@ -1,7 +1,7 @@ PORTNAME= sound-of-sorting PORTVERSION= 0.6.5 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= se@FreeBSD.org diff --git a/math/sound-of-sorting/files/patch-src_SortAlgo.h b/math/sound-of-sorting/files/patch-src_SortAlgo.h new file mode 100644 index 00000000000..8bdbf006f02 --- /dev/null +++ b/math/sound-of-sorting/files/patch-src_SortAlgo.h @@ -0,0 +1,31 @@ +--- src/SortAlgo.h.orig 2017-12-23 08:39:32 UTC ++++ src/SortAlgo.h +@@ -164,22 +164,22 @@ class MyIterator : public std::iteratorget_mutable(m_pos + n); } + +- bool operator==(const MyIterator& r) ++ bool operator==(const MyIterator& r) const + { return (m_array == r.m_array) && (m_pos == r.m_pos); } + +- bool operator!=(const MyIterator& r) ++ bool operator!=(const MyIterator& r) const + { return (m_array != r.m_array) || (m_pos != r.m_pos); } + +- bool operator<(const MyIterator& r) ++ bool operator<(const MyIterator& r) const + { return (m_array == r.m_array ? (m_pos < r.m_pos) : (m_array < r.m_array)); } + +- bool operator>(const MyIterator& r) ++ bool operator>(const MyIterator& r) const + { return (m_array == r.m_array ? (m_pos > r.m_pos) : (m_array > r.m_array)); } + +- bool operator<=(const MyIterator& r) ++ bool operator<=(const MyIterator& r) const + { return (m_array == r.m_array ? (m_pos <= r.m_pos) : (m_array <= r.m_array)); } + +- bool operator>=(const MyIterator& r) ++ bool operator>=(const MyIterator& r) const + { return (m_array == r.m_array ? (m_pos >= r.m_pos) : (m_array >= r.m_array)); } + + difference_type operator+(const MyIterator& r2) const diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk index 12cc02251f4..6457b2c4296 100644 --- a/math/suitesparse/bsd.suitesparse.mk +++ b/math/suitesparse/bsd.suitesparse.mk @@ -108,8 +108,6 @@ post-install: # See PR 230888 : Missing 64 bit atomic functions for i386 USE_GCC= yes LDFLAGS+= -latomic -.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv1 -USE_GCC= yes .else USES+= compiler:c++11-lib .endif diff --git a/math/xspread/Makefile b/math/xspread/Makefile index 465da2df949..e59edda7b82 100644 --- a/math/xspread/Makefile +++ b/math/xspread/Makefile @@ -1,6 +1,6 @@ PORTNAME= xspread PORTVERSION= 3.1.1c -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://archive.debian.org/%SUBDIR%/ \ http://mirror.safehostnet.com/debian-archive/%SUBDIR%/ \ @@ -20,8 +20,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig GNU_CONFIGURE= yes PORTDOCS= * -PLIST_FILES= bin/pxspread bin/xspread man/man1/pxspread.1.gz \ - man/man1/xspread.1.gz +PLIST_FILES= bin/pxspread bin/xspread \ + share/man/man1/pxspread.1.gz \ + share/man/man1/xspread.1.gz OPTIONS_DEFINE= X11 DOCS @@ -38,8 +39,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pxspread ${STAGEDIR}${PREFIX}/bin/pxspread ${INSTALL_PROGRAM} ${WRKSRC}/xspread ${STAGEDIR}${PREFIX}/bin/xspread - ${INSTALL_MAN} ${WRKSRC}/pxspread.man ${STAGEDIR}${MANPREFIX}/man/man1/pxspread.1 - ${INSTALL_MAN} ${WRKSRC}/xspread.man ${STAGEDIR}${MANPREFIX}/man/man1/xspread.1 + ${INSTALL_MAN} ${WRKSRC}/pxspread.man ${STAGEDIR}${PREFIX}/share/man/man1/pxspread.1 + ${INSTALL_MAN} ${WRKSRC}/xspread.man ${STAGEDIR}${PREFIX}/share/man/man1/xspread.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/misc/Makefile b/misc/Makefile index e11acaaadae..25cfe2f8a44 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -57,6 +57,7 @@ SUBDIR += compat10x SUBDIR += compat11x SUBDIR += compat12x + SUBDIR += compat13x SUBDIR += compat4x SUBDIR += compat5x SUBDIR += compat6x diff --git a/misc/aclgen/Makefile b/misc/aclgen/Makefile index f4205106faa..38b8b69326d 100644 --- a/misc/aclgen/Makefile +++ b/misc/aclgen/Makefile @@ -1,5 +1,6 @@ PORTNAME= aclgen PORTVERSION= 2.02 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://gatling.ikk.sztaki.hu/pub/aclgen/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} @@ -14,7 +15,7 @@ MAKEFILE= /usr/share/mk/bsd.prog.mk MAKE_ARGS= PROG=aclgen PLIST_FILES= bin/aclgen \ - man/man1/aclgen.1.gz + share/man/man1/aclgen.1.gz post-patch: @${REINPLACE_CMD} -e \ @@ -23,6 +24,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aclgen ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/aclgen.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/aclgen.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/misc/aichat/Makefile b/misc/aichat/Makefile index 3824f1eb800..712ed40a3c2 100644 --- a/misc/aichat/Makefile +++ b/misc/aichat/Makefile @@ -1,6 +1,7 @@ PORTNAME= aichat DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/air/Makefile b/misc/air/Makefile index 8b3b3a66374..f63cacbd7d6 100644 --- a/misc/air/Makefile +++ b/misc/air/Makefile @@ -1,5 +1,6 @@ PORTNAME= air DISTVERSION= g20230102 +PORTREVISION= 1 CATEGORIES= misc PKGNAMESUFFIX= -ai-chat-client diff --git a/misc/apparix/Makefile b/misc/apparix/Makefile index 4cf754c7c29..24484d4df7d 100644 --- a/misc/apparix/Makefile +++ b/misc/apparix/Makefile @@ -1,5 +1,6 @@ PORTNAME= apparix PORTVERSION= 20110303 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://micans.org/apparix/src/ DISTNAME= ${PORTNAME}-11-062 @@ -14,13 +15,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes PORTDOCS= apparix.azm apparix.html apparix.ps -PLIST_FILES= bin/apparix man/man1/apparix.1.gz +PLIST_FILES= bin/apparix share/man/man1/apparix.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/apparix ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/apparix.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/apparix.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/misc/arrow-datafusion/Makefile b/misc/arrow-datafusion/Makefile index 544cceecc09..6556d118fb6 100644 --- a/misc/arrow-datafusion/Makefile +++ b/misc/arrow-datafusion/Makefile @@ -1,6 +1,6 @@ PORTNAME= arrow-datafusion DISTVERSION= 16.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/biblesync/Makefile b/misc/biblesync/Makefile index fb48c3fcef3..ea83f0d8a34 100644 --- a/misc/biblesync/Makefile +++ b/misc/biblesync/Makefile @@ -1,5 +1,6 @@ PORTNAME= biblesync DISTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= ports@FreeBSD.org @@ -23,8 +24,4 @@ CMAKE_ON= BUILD_SHARED_LIBS post-patch: ${REINPLACE_CMD} s,/bibleysnc,, ${WRKSRC}/biblesync.pc.in -post-install: - ${INSTALL_MAN} ${STAGEDIR}${PREFIX}/share/man/man7/biblesync.7 ${STAGEDIR}${MAN7PREFIX}/man/man7 - ${RM} -R ${STAGEDIR}${PREFIX}/share/man - .include diff --git a/misc/biblesync/pkg-plist b/misc/biblesync/pkg-plist index 43c2ae5c29f..08b91959ffd 100644 --- a/misc/biblesync/pkg-plist +++ b/misc/biblesync/pkg-plist @@ -3,4 +3,4 @@ include/biblesync/biblesync.hh lib/libbiblesync.so lib/libbiblesync.so.2.1.0 libdata/pkgconfig/biblesync.pc -man/man7/biblesync.7.gz +share/man/man7/biblesync.7.gz diff --git a/misc/binclock/Makefile b/misc/binclock/Makefile index 0261b7bd966..85731b1f672 100644 --- a/misc/binclock/Makefile +++ b/misc/binclock/Makefile @@ -1,5 +1,6 @@ PORTNAME= binclock DISTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.ngolde.de/download/ @@ -11,14 +12,14 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= README -PLIST_FILES= bin/binclock etc/binclockrc man/man1/binclock.1.gz +PLIST_FILES= bin/binclock etc/binclockrc share/man/man1/binclock.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/binclock ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/binclockrc ${STAGEDIR}${PREFIX}/etc - ${INSTALL_MAN} ${WRKSRC}/doc/binclock.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/binclock.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/binclock do-install-DOCS-on: diff --git a/misc/binocle/Makefile b/misc/binocle/Makefile index e4e56072c81..93563526431 100644 --- a/misc/binocle/Makefile +++ b/misc/binocle/Makefile @@ -1,7 +1,7 @@ PORTNAME= binocle DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc wayland MAINTAINER= yuri@FreeBSD.org diff --git a/misc/birthday/Makefile b/misc/birthday/Makefile index 6693661934a..f17bf274980 100644 --- a/misc/birthday/Makefile +++ b/misc/birthday/Makefile @@ -1,5 +1,6 @@ PORTNAME= birthday PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF @@ -15,11 +16,11 @@ USES= gmake tar:bzip2 ALL_TARGET= birthday MAKE_ARGS= CFLAGS="${CFLAGS} -DUNIX" -PLIST_FILES= bin/birthday man/man1/birthday.1.gz +PLIST_FILES= bin/birthday share/man/man1/birthday.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/birthday ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/birthday.man \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/birthday.1 + ${STAGEDIR}${PREFIX}/share/man/man1/birthday.1 .include diff --git a/misc/boxes/Makefile b/misc/boxes/Makefile index e3964785f83..1cbca445332 100644 --- a/misc/boxes/Makefile +++ b/misc/boxes/Makefile @@ -1,6 +1,6 @@ PORTNAME= boxes PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= misc @@ -28,7 +28,7 @@ GLOBALCONF= ${DATADIR}/boxes-config PLIST_FILES= ${DATADIR_REL}/${PORTNAME}-config \ bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= README.md @@ -42,7 +42,7 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-config ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/misc/broot/Makefile b/misc/broot/Makefile index 7978f5855be..82c76eeded9 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,7 +1,7 @@ PORTNAME= broot DISTVERSIONPREFIX= v DISTVERSION= 1.28.1 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org @@ -21,7 +21,7 @@ GH_ACCOUNT= canop SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= CHANGELOG.md README.md features.md OPTIONS_DEFINE= CLIPBOARD DOCS @@ -47,7 +47,7 @@ pre-build: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile index ae0f4cdeead..e04fafd42ec 100644 --- a/misc/buffer/Makefile +++ b/misc/buffer/Makefile @@ -1,5 +1,6 @@ PORTNAME= buffer PORTVERSION= 1.19 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= GENTOO \ http://www.mondorescue.org/download/MondoCD/TGZS/ @@ -9,15 +10,11 @@ COMMENT= Buffer sporadic I/O for faster tape and pipe throughput USES= tar:tgz PLIST_FILES= bin/buffer \ - man/man1/buffer.1.gz + share/man/man1/buffer.1.gz CFLAGS+= -D_WANT_SEMUN - -post-patch: - @${REINPLACE_CMD} -E \ - -e 's|^(CC[[:space:]]*=).*$$|\1${CC}|' \ - -e 's|^(CFLAGS[[:space:]]*=).*$$|\1${CFLAGS}|' \ - -e 's|^(INSTBIN[[:space:]]*=).*$$|\1${STAGEDIR}${PREFIX}/bin|' \ - -e 's|^(INSTMAN[[:space:]]*=).*$$|\1${STAGEDIR}${MAN1PREFIX}/man/man1|' \ - ${WRKSRC}/Makefile +MAKE_ARGS= CC="${CC}" \ + CFLAGS="${CFLAGS}" \ + INSTBIN="${STAGEDIR}${PREFIX}/bin" \ + INSTMAN="${STAGEDIR}${PREFIX}/share/man/man1" .include diff --git a/misc/clifm/Makefile b/misc/clifm/Makefile index ae813c01e96..927d688830b 100644 --- a/misc/clifm/Makefile +++ b/misc/clifm/Makefile @@ -1,5 +1,5 @@ PORTNAME= clifm -PORTVERSION= 1.15 +PORTVERSION= 1.16 DISTVERSIONPREFIX= v CATEGORIES= misc @@ -22,6 +22,10 @@ MAKE_ENV= LIBS_FreeBSD="-I${LOCALBASE}/include -L${LOCALBASE}/lib \ -lreadline -lintl -lmagic" SHEBANG_FILES= misc/tools/deroff.py misc/tools/manpages_comp_gen.py +post-patch: + @${REINPLACE_CMD} -e '/^set enable-bracketed-paste/s,on,off,' \ + ${WRKSRC}/misc/readline.clifm + post-install: ${INSTALL_DATA} ${WRKSRC_cfmc}/colors/*.clifm \ ${STAGEDIR}${DATADIR}/colors diff --git a/misc/clifm/distinfo b/misc/clifm/distinfo index 3e55fc33ab1..63245363c3d 100644 --- a/misc/clifm/distinfo +++ b/misc/clifm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1698332200 -SHA256 (leo-arch-clifm-v1.15_GH0.tar.gz) = 6248c8352f6fb77f9dc6bc0a3f84c06c881b82c08679f93ed8c32d6c208787b4 -SIZE (leo-arch-clifm-v1.15_GH0.tar.gz) = 1511851 +TIMESTAMP = 1704769101 +SHA256 (leo-arch-clifm-v1.16_GH0.tar.gz) = 05980c916b987ac724deeea2cd35af99986cec205568a5f0f6e20a5b2030fb9d +SIZE (leo-arch-clifm-v1.16_GH0.tar.gz) = 1518525 SHA256 (leo-arch-clifm-colors-175bc94_GH0.tar.gz) = b9b88f8676a1f9ef47e860b95b78f238cf974fd6da18356662af48a0eef923df SIZE (leo-arch-clifm-colors-175bc94_GH0.tar.gz) = 1538711 diff --git a/misc/coloursum/Makefile b/misc/coloursum/Makefile index 89945bc13ac..1e2ea9a112b 100644 --- a/misc/coloursum/Makefile +++ b/misc/coloursum/Makefile @@ -1,7 +1,7 @@ PORTNAME= coloursum DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile new file mode 100644 index 00000000000..87f1c1374e5 --- /dev/null +++ b/misc/compat13x/Makefile @@ -0,0 +1,39 @@ +PORTNAME= compat13x +PORTVERSION= 13.2.1302001.20231227 +CATEGORIES= misc +MASTER_SITES= LOCAL/arrowd +PKGNAMESUFFIX= -${ARCH} +DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} + +MAINTAINER= arrowd@FreeBSD.org +COMMENT= Convenience package to install the compat13x libraries + +LICENSE= BSD2CLAUSE + +USES= tar:xz +NO_BUILD= yes +ONLY_FOR_ARCHS= amd64 i386 +PLIST= ${PKGDIR}/pkg-plist.${ARCH} +TARGET_DIR= ${PREFIX}/lib/compat +TARGET32_DIR= ${PREFIX}/lib32/compat +USE_LDCONFIG= ${TARGET_DIR} + +.include + +.if ${OSREL:R} < 13 +IGNORE= is for FreeBSD 13.x and newer +.endif + +.if ${ARCH} == amd64 +USE_LDCONFIG32= ${TARGET32_DIR} +.endif + +do-install: + @${MKDIR} -m 0755 ${STAGEDIR}${TARGET_DIR} + (cd ${WRKSRC}/lib && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET_DIR}) +.if ${ARCH} == amd64 + @${MKDIR} ${STAGEDIR}${TARGET32_DIR} + (cd ${WRKSRC}/lib32 && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET32_DIR}) +.endif + +.include diff --git a/misc/compat13x/distinfo b/misc/compat13x/distinfo new file mode 100644 index 00000000000..863aae0c248 --- /dev/null +++ b/misc/compat13x/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1703708988 +SHA256 (compat13x-amd64-13.2.1302001.20231227.tar.xz) = 6708bb02695031e943921738f5d773cd535f15518d167b0864b1fe5ba33f98db +SIZE (compat13x-amd64-13.2.1302001.20231227.tar.xz) = 2227724 +SHA256 (compat13x-i386-13.2.1302001.20231227.tar.xz) = 4ad83f521d078c5bb06eed835766a7d5450cf089aee1b5bb623b4e92b6d65f0c +SIZE (compat13x-i386-13.2.1302001.20231227.tar.xz) = 1175312 diff --git a/misc/compat13x/pkg-descr b/misc/compat13x/pkg-descr new file mode 100644 index 00000000000..f79575bd620 --- /dev/null +++ b/misc/compat13x/pkg-descr @@ -0,0 +1,12 @@ +This package allows you to install the compat13x libraries on your +system, so you can use legacy binaries that depend on them. + +Ports usage example: + +-- +.include + +.if ${OSVERSION} >= 1400000 +LIB_DEPENDS+= libcrypto.so.111:misc/compat13x +.endif +-- diff --git a/misc/compat13x/pkg-plist.amd64 b/misc/compat13x/pkg-plist.amd64 new file mode 100644 index 00000000000..b5931443966 --- /dev/null +++ b/misc/compat13x/pkg-plist.amd64 @@ -0,0 +1,4 @@ +lib/compat/libcrypto.so.111 +lib/compat/libssl.so.111 +lib32/compat/libcrypto.so.111 +lib32/compat/libssl.so.111 diff --git a/misc/compat13x/pkg-plist.i386 b/misc/compat13x/pkg-plist.i386 new file mode 100644 index 00000000000..2ef438e3b03 --- /dev/null +++ b/misc/compat13x/pkg-plist.i386 @@ -0,0 +1,2 @@ +lib/compat/libcrypto.so.111 +lib/compat/libssl.so.111 diff --git a/misc/ctm/Makefile b/misc/ctm/Makefile index 30ce4a0ad9b..2f943e1206f 100644 --- a/misc/ctm/Makefile +++ b/misc/ctm/Makefile @@ -1,6 +1,6 @@ PORTNAME= ctm PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= se@FreeBSD.org @@ -32,14 +32,14 @@ do-install: .endfor .for f in ctm ctm_rmail ${INSTALL_MAN} ${WRKSRC}/${f}/${f}.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${STAGEDIR}${PREFIX}/share/man/man8/ .endfor .for f in ctm_dequeue ctm_smail - ${LN} ${STAGEDIR}${MAN8PREFIX}/man/man8/ctm_rmail.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8/${f}.8 + ${LN} ${STAGEDIR}${PREFIX}/share/man/man8/ctm_rmail.8 \ + ${STAGEDIR}${PREFIX}/share/man/man8/${f}.8 .endfor ${INSTALL_MAN} ${WRKSRC}/ctm/ctm.5 \ - ${STAGEDIR}${MAN5PREFIX}/man/man5/ + ${STAGEDIR}${PREFIX}/share/man/man5/ ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ diff --git a/misc/ctm/pkg-plist b/misc/ctm/pkg-plist index da2c49cdc1e..09ec823081f 100644 --- a/misc/ctm/pkg-plist +++ b/misc/ctm/pkg-plist @@ -1,8 +1,8 @@ -man/man5/ctm.5.gz -man/man8/ctm.8.gz -man/man8/ctm_dequeue.8.gz -man/man8/ctm_rmail.8.gz -man/man8/ctm_smail.8.gz +share/man/man5/ctm.5.gz +share/man/man8/ctm.8.gz +share/man/man8/ctm_dequeue.8.gz +share/man/man8/ctm_rmail.8.gz +share/man/man8/ctm_smail.8.gz sbin/ctm sbin/ctm_dequeue sbin/ctm_rmail diff --git a/misc/dijo/Makefile b/misc/dijo/Makefile index 33b2e4a19b5..5591a405e03 100644 --- a/misc/dijo/Makefile +++ b/misc/dijo/Makefile @@ -1,7 +1,7 @@ PORTNAME= dijo DISTVERSIONPREFIX= v DISTVERSION= 0.2.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dotenv-linter/Makefile b/misc/dotenv-linter/Makefile index 15b6d5ed037..b2d45398d16 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= 9 +PORTREVISION= 10 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dtach/Makefile b/misc/dtach/Makefile index 1cafd9ef40d..311bc57431c 100644 --- a/misc/dtach/Makefile +++ b/misc/dtach/Makefile @@ -1,5 +1,6 @@ PORTNAME= dtach PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF @@ -14,13 +15,13 @@ GNU_CONFIGURE= yes ALL_TARGET= dtach PORTDOCS= README -PLIST_FILES= bin/dtach man/man1/dtach.1.gz +PLIST_FILES= bin/dtach share/man/man1/dtach.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dtach ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dtach.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dtach.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/misc/freeguide/Makefile b/misc/freeguide/Makefile index 38a3b768f0e..d59ea6dad2c 100644 --- a/misc/freeguide/Makefile +++ b/misc/freeguide/Makefile @@ -1,5 +1,6 @@ PORTNAME= freeguide PORTVERSION= 0.11.1 +PORTREVISION= 1 CATEGORIES= misc java MASTER_SITES= SF/${PORTNAME}-tv/${PORTNAME}-source/${PORTVERSION} @@ -18,7 +19,7 @@ USE_ANT= yes NO_ARCH= yes MAKE_ARGS= -Dinstall_share_dir=${STAGEDIR}${PREFIX}/share \ - -Dinstall_man1_dir=${STAGEDIR}${MAN1PREFIX} \ + -Dinstall_man1_dir=${STAGEDIR}${PREFIX}/share \ -Dinstall_java_bin=${JAVA} \ -Dinstall_real_doc_dir=${DOCSDIR} \ -Dinstall_bin_dir=${STAGEDIR}${PREFIX}/bin \ diff --git a/misc/freeguide/pkg-plist b/misc/freeguide/pkg-plist index bd4162da459..b86ab173afb 100644 --- a/misc/freeguide/pkg-plist +++ b/misc/freeguide/pkg-plist @@ -1,5 +1,5 @@ bin/freeguide -man/man1/freeguide.1.gz +share/man/man1/freeguide.1.gz %%DOCSDIR%%/DownloadAndInstall/RecentChanges.html %%DOCSDIR%%/DownloadAndInstall/LinuxOthers.html %%DOCSDIR%%/DownloadAndInstall/LinuxDebian.html diff --git a/misc/ftdi-eeprom/Makefile b/misc/ftdi-eeprom/Makefile index 0a5e2e90891..a36cb4ad002 100644 --- a/misc/ftdi-eeprom/Makefile +++ b/misc/ftdi-eeprom/Makefile @@ -1,6 +1,6 @@ PORTNAME= ftdi-eeprom PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www.bwct.de/ @@ -9,12 +9,12 @@ COMMENT= Tool to program the eeprom on FTDI usb devices WWW= https://www.bwct.de/ MAKE_ARGS= BINDIR="${PREFIX}/sbin" \ - MANDIR="${PREFIX}/man/man" + MANDIR="${PREFIX}/share/man/man" -PLIST_FILES= sbin/ftdi-eeprom man/man8/ftdi-eeprom.8.gz +PLIST_FILES= sbin/ftdi-eeprom share/man/man8/ftdi-eeprom.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ftdi-eeprom ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/ftdi-eeprom.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/ftdi-eeprom.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index 1f1cfee89bf..3bb089ff380 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnuls PORTVERSION= 9.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= GNU/coreutils DISTNAME= coreutils-${PORTVERSION} @@ -20,10 +21,10 @@ PLIST_FILES= bin/dir \ bin/dircolors \ bin/gnuls \ bin/vdir \ - man/man1/dir.1.gz \ - man/man1/dircolors.1.gz \ - man/man1/gnuls.1.gz \ - man/man1/vdir.1.gz + share/man/man1/dir.1.gz \ + share/man/man1/dircolors.1.gz \ + share/man/man1/gnuls.1.gz \ + share/man/man1/vdir.1.gz OPTIONS_DEFINE= NLS NLS_USES= gettext @@ -34,9 +35,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dircolors ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/ls ${STAGEDIR}${PREFIX}/bin/gnuls ${INSTALL_PROGRAM} ${WRKSRC}/src/vdir ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/dir.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/dircolors.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/ls.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/gnuls.1 - ${INSTALL_MAN} ${WRKSRC}/man/vdir.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/dir.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/dircolors.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/ls.1 ${STAGEDIR}${PREFIX}/share/man/man1/gnuls.1 + ${INSTALL_MAN} ${WRKSRC}/man/vdir.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/misc/grc/Makefile b/misc/grc/Makefile index 348df74e6f4..918a69442e4 100644 --- a/misc/grc/Makefile +++ b/misc/grc/Makefile @@ -1,5 +1,6 @@ PORTNAME= grc PORTVERSION= 1.13 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= misc @@ -36,7 +37,7 @@ post-patch: do-install: .for i in grc grcat (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${i} ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_MAN} ${i}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1) + (cd ${WRKSRC} && ${INSTALL_MAN} ${i}.1 ${STAGEDIR}${PREFIX}/share/man/man1) .endfor (cd ${WRKSRC} && ${INSTALL_DATA} grc.conf ${STAGEDIR}${PREFIX}/etc) @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/misc/grc/pkg-plist b/misc/grc/pkg-plist index 91cda1bd17e..608f99b086d 100644 --- a/misc/grc/pkg-plist +++ b/misc/grc/pkg-plist @@ -1,8 +1,8 @@ bin/grc bin/grcat etc/grc.conf -man/man1/grc.1.gz -man/man1/grcat.1.gz +share/man/man1/grc.1.gz +share/man/man1/grcat.1.gz %%DATADIR%%/conf.ant %%DATADIR%%/conf.blkid %%DATADIR%%/conf.common diff --git a/misc/hwdata/Makefile b/misc/hwdata/Makefile index 6e0ab26e834..932f4c4d501 100644 --- a/misc/hwdata/Makefile +++ b/misc/hwdata/Makefile @@ -1,6 +1,6 @@ PORTNAME= hwdata DISTVERSIONPREFIX= v -DISTVERSION= 0.377 +DISTVERSION= 0.378 PORTEPOCH= 1 CATEGORIES= misc diff --git a/misc/hwdata/distinfo b/misc/hwdata/distinfo index f1df081e8df..831032d6910 100644 --- a/misc/hwdata/distinfo +++ b/misc/hwdata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701677119 -SHA256 (vcrhonek-hwdata-v0.377_GH0.tar.gz) = 196c27a4050175e257462e2017c4bdaea8aaed03597bf7226e1631e74eeafae4 -SIZE (vcrhonek-hwdata-v0.377_GH0.tar.gz) = 2386253 +TIMESTAMP = 1704642423 +SHA256 (vcrhonek-hwdata-v0.378_GH0.tar.gz) = 098ea8db12a50290f4b23f7f521edf9c5bab25935d2740de17e4a487110b40c8 +SIZE (vcrhonek-hwdata-v0.378_GH0.tar.gz) = 2392805 diff --git a/misc/imerge/Makefile b/misc/imerge/Makefile index 1734d227b57..eb747f2860e 100644 --- a/misc/imerge/Makefile +++ b/misc/imerge/Makefile @@ -1,5 +1,6 @@ PORTNAME= imerge PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ LOCAL/knu @@ -10,10 +11,10 @@ WWW= https://github.com/knu/imerge USES= tar:bzip2 uidfix -MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}" +MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${PREFIX}/share" MAKEFILE= BSDmakefile PLIST_FILES= bin/imerge \ - man/man1/imerge.1.gz + share/man/man1/imerge.1.gz .include diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile index 425cd43178e..4a5e23cb38c 100644 --- a/misc/inplace/Makefile +++ b/misc/inplace/Makefile @@ -1,6 +1,6 @@ PORTNAME= inplace PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ LOCAL/knu @@ -11,13 +11,13 @@ WWW= https://akinori.org/ #inplace USES= tar:bzip2 uidfix ruby shebangfix -MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}" +MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${PREFIX}/share" MAKEFILE= BSDmakefile SHEBANG_FILES= lib/inplace.rb PLIST_FILES= bin/inplace \ - man/man1/inplace.1.gz + share/man/man1/inplace.1.gz test: build cd ${WRKSRC}; ${MAKE} test diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index c51c5be3de7..7223b023d81 100644 --- a/misc/ipbt/Makefile +++ b/misc/ipbt/Makefile @@ -1,5 +1,6 @@ PORTNAME= ipbt DISTVERSION= r8765 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \ LOCAL/uqs @@ -15,13 +16,13 @@ LICENSE_FILE= ${WRKSRC}/LICENCE ALL_TARGET= ${PORTNAME} MAKE_ARGS= LFLAGS="${LDFLAGS}" NCURSES_LIB="${NCURSESLIBS}" -PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump man/man1/ipbt.1.gz +PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump share/man/man1/ipbt.1.gz SHEBANG_FILES= sbcsgen.pl Makefile ttygrep ttydump do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ttydump ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ttygrep ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ipbt.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ipbt.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile index 3fada1bd10b..896c3a87826 100644 --- a/misc/iselect/Makefile +++ b/misc/iselect/Makefile @@ -1,6 +1,6 @@ PORTNAME= iselect PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= OSSP/tool/iselect @@ -21,7 +21,7 @@ perl_OLD_CMD= /sw/bin/perl GNU_CONFIGURE= yes MAKE_ARGS= LDFLAGS="${LDFLAGS}" -PLIST_FILES= bin/iselect man/man1/iselect.1.gz +PLIST_FILES= bin/iselect share/man/man1/iselect.1.gz PORTEXAMPLES= * OPTIONS_DEFINE= SLANG EXAMPLES @@ -36,7 +36,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iselect ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/iselect.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/iselect.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/example && ${FIND} . | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${EXAMPLESDIR} diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile index d7cffaee398..6c2c73ac49a 100644 --- a/misc/kcd/Makefile +++ b/misc/kcd/Makefile @@ -1,6 +1,6 @@ PORTNAME= kcd PORTVERSION= 7.15.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF @@ -25,7 +25,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/kcd-inst ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/kcdscr ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/kcdmain ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/kcd.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/kcd.1 ${STAGEDIR}${PREFIX}/share/man/man1 .for i in en_GB en_GB.UTF-8 en_US.UTF-8 @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${i}.gmo \ diff --git a/misc/kcd/pkg-plist b/misc/kcd/pkg-plist index 9c841513229..2655af075c3 100644 --- a/misc/kcd/pkg-plist +++ b/misc/kcd/pkg-plist @@ -1,7 +1,7 @@ bin/kcd-inst bin/kcdmain bin/kcdscr -man/man1/kcd.1.gz +share/man/man1/kcd.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kcd.csh.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kcd.sh.init diff --git a/misc/kenny/Makefile b/misc/kenny/Makefile index ddf3fac7f6b..c88bf3915f6 100644 --- a/misc/kenny/Makefile +++ b/misc/kenny/Makefile @@ -1,6 +1,6 @@ PORTNAME= kenny PORTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= https://aklv.github.io/distfiles/ \ http://www.cgarbs.de/stuff/ @@ -24,7 +24,7 @@ NO_ARCH= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/kenny \ - man/man1/kenny.1.gz + share/man/man1/kenny.1.gz POD2MAN?= ${LOCALBASE}/bin/pod2man @@ -33,6 +33,6 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/misc/kf5-purpose/Makefile b/misc/kf5-purpose/Makefile index 87517ba4ae0..d399499c606 100644 --- a/misc/kf5-purpose/Makefile +++ b/misc/kf5-purpose/Makefile @@ -1,11 +1,12 @@ PORTNAME= purpose DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= misc kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= Offers available actions for a specific purpose -LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ +LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \ libkaccounts.so:net-im/kaccounts-integration RUN_DEPENDS= accounts-qml-module>=0:sysutils/accounts-qml-module diff --git a/misc/kf5-purpose/distinfo b/misc/kf5-purpose/distinfo index 685a0204a28..4d3731ac9b3 100644 --- a/misc/kf5-purpose/distinfo +++ b/misc/kf5-purpose/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883633 -SHA256 (KDE/frameworks/5.112.0/purpose-5.112.0.tar.xz) = e322baf0050a12c5a112e75bf37f8be9708d3ec8e48f5929bdbe1bb116ac0cb3 -SIZE (KDE/frameworks/5.112.0/purpose-5.112.0.tar.xz) = 180816 +TIMESTAMP = 1701678508 +SHA256 (KDE/frameworks/5.113.0/purpose-5.113.0.tar.xz) = 0ec2ad4867cf9414224f7171cba491e7a43f3a254af4920ee2e17035f366bf5c +SIZE (KDE/frameworks/5.113.0/purpose-5.113.0.tar.xz) = 179544 diff --git a/misc/lc/Makefile b/misc/lc/Makefile index 21865f027e0..512f4068da2 100644 --- a/misc/lc/Makefile +++ b/misc/lc/Makefile @@ -1,15 +1,16 @@ PORTNAME= lc PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.generalconcepts.com/resources/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Alternative to ls(1) -PLIST_FILES= bin/lc man/man1/lc.1.gz +PLIST_FILES= bin/lc share/man/man1/lc.1.gz do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/lc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/lc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/lc.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/misc/libcomps/Makefile b/misc/libcomps/Makefile index bd18f5632fb..d2f1d83c3c1 100644 --- a/misc/libcomps/Makefile +++ b/misc/libcomps/Makefile @@ -1,5 +1,5 @@ PORTNAME= libcomps -DISTVERSION= 0.1.19 +DISTVERSION= 0.1.20 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= cmake cpe gnome +USES= cmake:testing cpe gnome localbase:ldflags CPE_VENDOR= rpm USE_GNOME= libxml2 USE_LDCONFIG= yes @@ -22,6 +22,7 @@ GH_ACCOUNT= rpm-software-management WRKSRC_SUBDIR= ${PORTNAME} CMAKE_OFF= ENABLE_TESTS ENABLE_DOCS +CMAKE_TESTING_ON= ENABLE_TESTS OPTIONS_DEFINE= PYTHON OPTIONS_DEFAULT= PYTHON diff --git a/misc/libcomps/distinfo b/misc/libcomps/distinfo index 1c46efea06c..90221f5b3ab 100644 --- a/misc/libcomps/distinfo +++ b/misc/libcomps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671614398 -SHA256 (rpm-software-management-libcomps-0.1.19_GH0.tar.gz) = 19433751eecf5ceee4b85c9244496d9d32af78af6fc17db697b39501f8308f94 -SIZE (rpm-software-management-libcomps-0.1.19_GH0.tar.gz) = 3710056 +TIMESTAMP = 1704701103 +SHA256 (rpm-software-management-libcomps-0.1.20_GH0.tar.gz) = e93299e34da26c14b210f48f324c0c2540515f79f9d748311139f77498317a18 +SIZE (rpm-software-management-libcomps-0.1.20_GH0.tar.gz) = 3710869 diff --git a/misc/libcomps/pkg-plist b/misc/libcomps/pkg-plist index bd81c3b61fd..2da6475f39e 100644 --- a/misc/libcomps/pkg-plist +++ b/misc/libcomps/pkg-plist @@ -25,10 +25,10 @@ include/libcomps/comps_utils.h include/libcomps/comps_validate.h lib/libcomps.so lib/libcomps.so.0 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libcomps-0.1.19-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libcomps-0.1.19-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libcomps-0.1.19-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libcomps-0.1.19-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libcomps-0.1.20-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libcomps-0.1.20-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libcomps-0.1.20-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libcomps-0.1.20-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON%%%%PYTHON_SITELIBDIR%%/libcomps/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/libcomps/_libpycomps.so libdata/pkgconfig/libcomps.pc diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile index d26a9bf8eac..a48a02cb6d8 100644 --- a/misc/libutf/Makefile +++ b/misc/libutf/Makefile @@ -1,6 +1,6 @@ PORTNAME= libutf PORTVERSION= 2.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= http://www.cse.yorku.ca/ftp/pub/wily/misc/ \ http://ftp.osuosl.org/pub/nslu2/sources/ @@ -15,14 +15,15 @@ MAKE_ARGS= ETCDIR="${DATADIR}" ALL_TARGET= tst PLIST_FILES= include/ure.h include/utf.h lib/libutf.a \ - man/man3/ure.3.gz man/man3/utf.3.gz %%DATADIR%%/langcoll.utf + share/man/man3/ure.3.gz share/man/man3/utf.3.gz \ + %%DATADIR%%/langcoll.utf do-install: ${INSTALL_DATA} ${WRKSRC}/ure.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/utf.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libutf.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/utf.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/ure.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/utf.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/ure.3 ${STAGEDIR}${PREFIX}/share/man/man3 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/langcoll.utf ${STAGEDIR}${DATADIR} diff --git a/misc/lscolors/Makefile b/misc/lscolors/Makefile index 73ed1ab11e2..b4e66c77452 100644 --- a/misc/lscolors/Makefile +++ b/misc/lscolors/Makefile @@ -1,6 +1,7 @@ PORTNAME= lscolors #DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/ncnn/Makefile b/misc/ncnn/Makefile index 79b88c4300a..0f3b3d55d1a 100644 --- a/misc/ncnn/Makefile +++ b/misc/ncnn/Makefile @@ -1,6 +1,5 @@ PORTNAME= ncnn -DISTVERSION= 20231027 -PORTREVISION= 1 +DISTVERSION= 20240102 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -10,9 +9,10 @@ WWW= https://github.com/Tencent/ncnn LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libprotobuf.so:devel/protobuf +LIB_DEPENDS= libabsl_flags_program_name.so:devel/abseil \ + libprotobuf.so:devel/protobuf -USES= cmake:testing # 2 tests fail, see https://github.com/Tencent/ncnn/issues/4742 +USES= cmake:testing # 1 test fails, see https://github.com/Tencent/ncnn/issues/4742#issuecomment-1879563662 USE_LDCONFIG= yes USE_GITHUB= yes @@ -22,12 +22,13 @@ GH_ACCOUNT= Tencent CMAKE_TESTING_ON= NCNN_BUILD_TESTS # in order to run tests please disable NCNN_SHARED_LIB above; many tests fail, see https://github.com/Tencent/ncnn/issues/4233 OPTIONS_DEFINE= VULKAN -OPTIONS_DEFAULT= VULKAN +OPTIONS_DEFAULT= # broken: VULKAN VULKAN_DESC= Vulkan compute support VULKAN_GH_TUPLE= KhronosGroup:glslang:88fd417:glslang/glslang VULKAN_BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader VULKAN_CMAKE_BOOL= NCNN_VULKAN +VULKAN_BROKEN= most tests are broken with Vulkan, see https://github.com/Tencent/ncnn/issues/4742#issuecomment-1879563662 .include diff --git a/misc/ncnn/distinfo b/misc/ncnn/distinfo index ba99a358922..170c0102417 100644 --- a/misc/ncnn/distinfo +++ b/misc/ncnn/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1698602080 -SHA256 (Tencent-ncnn-20231027_GH0.tar.gz) = 8d85896ed095d09f05fff32fc85d75eea0b971796ce0f48a9874d93d3d347674 -SIZE (Tencent-ncnn-20231027_GH0.tar.gz) = 12722960 +TIMESTAMP = 1704506296 +SHA256 (Tencent-ncnn-20240102_GH0.tar.gz) = 0770b0b4ccbcb2b4e5f38574bb6f1086b07d48958b10f289251e0359faa1d9cc +SIZE (Tencent-ncnn-20240102_GH0.tar.gz) = 12791570 SHA256 (KhronosGroup-glslang-88fd417_GH0.tar.gz) = 7349344acf4ce49e0c0b7f2555e0165a6bd538cc927adece7c81571ce350e487 SIZE (KhronosGroup-glslang-88fd417_GH0.tar.gz) = 3656236 diff --git a/misc/ncnn/pkg-plist b/misc/ncnn/pkg-plist index 669dbc41684..868a54aefc4 100644 --- a/misc/ncnn/pkg-plist +++ b/misc/ncnn/pkg-plist @@ -33,6 +33,7 @@ include/ncnn/simplemath.h include/ncnn/simpleocv.h include/ncnn/simpleomp.h include/ncnn/simplestl.h +include/ncnn/simplevk.h include/ncnn/vulkan_header_fix.h lib/cmake/ncnn/ncnn-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/ncnn/ncnn.cmake diff --git a/misc/nut/Makefile b/misc/nut/Makefile index 9dd76f01e68..f0e695a484c 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -1,6 +1,6 @@ PORTNAME= nut PORTVERSION= 20.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= SF PKGNAMEPREFIX= health- @@ -43,7 +43,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nut ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/nut.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/nut.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/raw.data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/misc/nut/pkg-plist b/misc/nut/pkg-plist index 3e5611c0594..5fa099da0b5 100644 --- a/misc/nut/pkg-plist +++ b/misc/nut/pkg-plist @@ -1,6 +1,6 @@ %%FLTK%%bin/Nut bin/nut -man/man1/nut.1.gz +share/man/man1/nut.1.gz %%FLTK%%share/pixmaps/nuticon.xpm %%DATADIR%%/WEIGHT.lib %%DATADIR%%/sr27.nut diff --git a/misc/ondir/Makefile b/misc/ondir/Makefile index 7dca1bc82de..63cb2d2ca4d 100644 --- a/misc/ondir/Makefile +++ b/misc/ondir/Makefile @@ -1,6 +1,6 @@ PORTNAME= ondir PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://swapoff.org/files/${PORTNAME}/ @@ -17,10 +17,11 @@ MAKE_ARGS= PREFIX="${PREFIX}" \ CFLAGS="${CFLAGS} -DVERSION=\\\"${PORTVERSION}\\\" -DGLOBAL_CONF=\\\"${PREFIX}/etc/ondirrc\\\"" \ LDFLAGS="${LDFLAGS}" -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz do-install: - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ + ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include diff --git a/misc/openhab-addons/Makefile b/misc/openhab-addons/Makefile index 314dfbfb566..88063f82c24 100644 --- a/misc/openhab-addons/Makefile +++ b/misc/openhab-addons/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhab-addons -PORTVERSION= 4.1.0 +PORTVERSION= 4.1.1 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab-addons/${PORTVERSION}/ DISTNAME= openhab-addons-${PORTVERSION} diff --git a/misc/openhab-addons/distinfo b/misc/openhab-addons/distinfo index f2ef0cb43a4..550c25f72d7 100644 --- a/misc/openhab-addons/distinfo +++ b/misc/openhab-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703341970 -SHA256 (openhab-addons-4.1.0.kar) = 4d48c0086d14525b05a59e4209270edb90a967ea271b80694e243caa2eea69c2 -SIZE (openhab-addons-4.1.0.kar) = 395720138 +TIMESTAMP = 1704700126 +SHA256 (openhab-addons-4.1.1.kar) = 0bbf3c60945d63379f82c34319e87f058cff01438a8d81961a9ec375a594279f +SIZE (openhab-addons-4.1.1.kar) = 395716567 diff --git a/misc/openhab/Makefile b/misc/openhab/Makefile index baae9fd72dd..fdfdbd83af6 100644 --- a/misc/openhab/Makefile +++ b/misc/openhab/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhab -PORTVERSION= 4.1.0 +PORTVERSION= 4.1.1 PORTREVISION= 0 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/ diff --git a/misc/openhab/distinfo b/misc/openhab/distinfo index 976ae0935ca..4df75d5e006 100644 --- a/misc/openhab/distinfo +++ b/misc/openhab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703341199 -SHA256 (openhab-4.1.0.zip) = 7c486e375059c3c883b7ecb8dccc85469b43bbd527aa2e2574d5838cd4f1ee14 -SIZE (openhab-4.1.0.zip) = 110912152 +TIMESTAMP = 1704699933 +SHA256 (openhab-4.1.1.zip) = 3efa9f80e960c7219afe2528adbe8ba1a94f4516f83c4d189a4cd28518046b50 +SIZE (openhab-4.1.1.zip) = 110909555 diff --git a/misc/pqrs/Makefile b/misc/pqrs/Makefile index b8f83fce42b..926e42ef7f4 100644 --- a/misc/pqrs/Makefile +++ b/misc/pqrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= pqrs DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/pspresent/Makefile b/misc/pspresent/Makefile index 4c4b3512cb2..1a383c2a490 100644 --- a/misc/pspresent/Makefile +++ b/misc/pspresent/Makefile @@ -1,6 +1,6 @@ PORTNAME= pspresent PORTVERSION= 1.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc MASTER_SITES= http://www.zmatt.net/pspresent/ @@ -15,13 +15,13 @@ USE_XORG= x11 xext xinerama MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDLIBS="${LDFLAGS}" ALL_TARGET= pspresent -PLIST_FILES= bin/pspresent man/man1/pspresent.1.gz +PLIST_FILES= bin/pspresent share/man/man1/pspresent.1.gz CFLAGS+= -I${LOCALBASE}/include -DHAVE_LIBXINERAMA LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXext -lXinerama do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pspresent ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pspresent.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pspresent.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/misc/py-lazrs/Makefile b/misc/py-lazrs/Makefile index d15e49b4b6a..6b61a20e109 100644 --- a/misc/py-lazrs/Makefile +++ b/misc/py-lazrs/Makefile @@ -1,6 +1,6 @@ PORTNAME= lazrs DISTVERSION= 0.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-mmdet/Makefile b/misc/py-mmdet/Makefile index 8ec5d1219e1..fbaf4b89d42 100644 --- a/misc/py-mmdet/Makefile +++ b/misc/py-mmdet/Makefile @@ -1,6 +1,6 @@ PORTNAME= mmdet #DISTVERSIONPREFIX= v -DISTVERSION= 3.2.0 +DISTVERSION= 3.3.0 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-mmdet/distinfo b/misc/py-mmdet/distinfo index 7ea001bc14b..d8d2f2a14e9 100644 --- a/misc/py-mmdet/distinfo +++ b/misc/py-mmdet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703704237 -SHA256 (mmdet-3.2.0.tar.gz) = f71481d240cbba8bc6d91f3a195a6517b7559c491c334e57e9888cf99377db3d -SIZE (mmdet-3.2.0.tar.gz) = 1177812 +TIMESTAMP = 1704528627 +SHA256 (mmdet-3.3.0.tar.gz) = fe8cc2685d60a2a4f2530a4e92aa6269fe45af93265303a31bf4ea463eb3164f +SIZE (mmdet-3.3.0.tar.gz) = 1249318 diff --git a/misc/py-powerline-status/Makefile b/misc/py-powerline-status/Makefile index a76728d0627..603e5dceb03 100644 --- a/misc/py-powerline-status/Makefile +++ b/misc/py-powerline-status/Makefile @@ -1,6 +1,6 @@ PORTNAME= powerline-status PORTVERSION= 2.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -44,7 +44,7 @@ do-build-DOCS-on: do-install-DOCS-on: .for file in powerline.1 powerline-daemon.1 powerline-lint.1 powerline-config.1 - ${INSTALL_DATA} ${WRKSRC}/docs/_build/man/${file} ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/docs/_build/man/${file} ${STAGEDIR}${PREFIX}/share/man/man1 .endfor cd ${WRKSRC}/docs/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '! -name .buildinfo' diff --git a/misc/py-powerline-status/pkg-plist b/misc/py-powerline-status/pkg-plist index 0c21d94c69a..2c7922d06ad 100644 --- a/misc/py-powerline-status/pkg-plist +++ b/misc/py-powerline-status/pkg-plist @@ -1,4 +1,4 @@ -%%PORTDOCS%%man/man1/powerline-config.1.gz -%%PORTDOCS%%man/man1/powerline-daemon.1.gz -%%PORTDOCS%%man/man1/powerline-lint.1.gz -%%PORTDOCS%%man/man1/powerline.1.gz +%%PORTDOCS%%share/man/man1/powerline-config.1.gz +%%PORTDOCS%%share/man/man1/powerline-daemon.1.gz +%%PORTDOCS%%share/man/man1/powerline-lint.1.gz +%%PORTDOCS%%share/man/man1/powerline.1.gz diff --git a/misc/py-pyqir/Makefile b/misc/py-pyqir/Makefile index 74c69cffc32..cdc562f4754 100644 --- a/misc/py-pyqir/Makefile +++ b/misc/py-pyqir/Makefile @@ -1,7 +1,7 @@ PORTNAME= pyqir DISTVERSIONPREFIX= v DISTVERSION= 0.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc python # quantum-computing #MASTER_SITES= PYPI # no tarballs PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-safetensors/Makefile b/misc/py-safetensors/Makefile index b4bfe586f33..dab9d5049b4 100644 --- a/misc/py-safetensors/Makefile +++ b/misc/py-safetensors/Makefile @@ -1,6 +1,7 @@ PORTNAME= safetensors DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= misc python # machine-learning #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-wandb/Makefile b/misc/py-wandb/Makefile index ca7e2c2a580..b5f59c9a884 100644 --- a/misc/py-wandb/Makefile +++ b/misc/py-wandb/Makefile @@ -1,6 +1,6 @@ PORTNAME= wandb DISTVERSIONPREFIX= v -DISTVERSION= 0.16.0 +DISTVERSION= 0.16.2 CATEGORIES= misc # machine-learning #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-wandb/distinfo b/misc/py-wandb/distinfo index c1104a415ca..40c75b2ae40 100644 --- a/misc/py-wandb/distinfo +++ b/misc/py-wandb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699418499 -SHA256 (wandb-wandb-v0.16.0_GH0.tar.gz) = 7c113f60b46dfaecdbd88c99046b840c82929516f78fcb795a792018dd899f91 -SIZE (wandb-wandb-v0.16.0_GH0.tar.gz) = 15419154 +TIMESTAMP = 1704870926 +SHA256 (wandb-wandb-v0.16.2_GH0.tar.gz) = ea73d79986a2947752f16d0f9ad4bedf93c9694b2874f1de902508dd02c563a2 +SIZE (wandb-wandb-v0.16.2_GH0.tar.gz) = 15734442 diff --git a/misc/rpl/Makefile b/misc/rpl/Makefile index 1dc1051b8d0..a5ba887d822 100644 --- a/misc/rpl/Makefile +++ b/misc/rpl/Makefile @@ -1,5 +1,6 @@ PORTNAME= rpl PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/ @@ -11,10 +12,10 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes -PLIST_FILES= bin/rpl man/man1/rpl.1.gz +PLIST_FILES= bin/rpl share/man/man1/rpl.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/misc/rsclock/Makefile b/misc/rsclock/Makefile index 2032dfe3c13..c7481a74aed 100644 --- a/misc/rsclock/Makefile +++ b/misc/rsclock/Makefile @@ -1,7 +1,7 @@ PORTNAME= rsclock DISTVERSIONPREFIX= v DISTVERSION= 0.1.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/ruut/Makefile b/misc/ruut/Makefile index 738b6c27107..2b06bc6b031 100644 --- a/misc/ruut/Makefile +++ b/misc/ruut/Makefile @@ -1,7 +1,7 @@ PORTNAME= ruut DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/silicon/Makefile b/misc/silicon/Makefile index dd8e2576c4d..5bbf9a30947 100644 --- a/misc/silicon/Makefile +++ b/misc/silicon/Makefile @@ -1,7 +1,7 @@ PORTNAME= silicon DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc PKGNAMESUFFIX= -code-visualizer diff --git a/misc/since/Makefile b/misc/since/Makefile index 4a4e24b581e..22e3a5d0171 100644 --- a/misc/since/Makefile +++ b/misc/since/Makefile @@ -1,5 +1,6 @@ PORTNAME= since PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://welz.org.za/projects/since/ @@ -13,10 +14,10 @@ USES= gmake ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/since man/man1/since.1.gz +PLIST_FILES= bin/since share/man/man1/since.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/since ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/since.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/since.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile index a625e14c38b..d69c46def88 100644 --- a/misc/skyutils/Makefile +++ b/misc/skyutils/Makefile @@ -3,11 +3,13 @@ PORTVERSION= 3.0 CATEGORIES= misc MASTER_SITES= https://BSDforge.com/projects/source/misc/skyutils/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library required by smssend (same author) WWW= https://BSDforge.com/projects/misc/skyutils/ BROKEN= Unfetchable +DEPRECATED= Library used for deprecated port misc/smssend +EXPIRATION_DATE=2024-02-29 USES= autoreconf libtool ssl tar:txz GNU_CONFIGURE= yes diff --git a/misc/smssend/Makefile b/misc/smssend/Makefile index 6352b0b26e4..06633ed2a25 100644 --- a/misc/smssend/Makefile +++ b/misc/smssend/Makefile @@ -3,12 +3,14 @@ PORTVERSION= 3.6 CATEGORIES= misc MASTER_SITES= https://BSDforge.com/projects/source/misc/smssend/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Tool to send an SMS to any GSM WWW= https://BSDforge.com/projects/misc/smssend/ LICENSE= GPLv2 BROKEN= Unfetchable +DEPRECATED= Depends on legacy websites / pages to send SMS +EXPIRATION_DATE=2024-02-29 LIB_DEPENDS= libskyutils.so:misc/skyutils diff --git a/misc/sssnips/Makefile b/misc/sssnips/Makefile index 415b1845dff..fe461b52d05 100644 --- a/misc/sssnips/Makefile +++ b/misc/sssnips/Makefile @@ -1,5 +1,6 @@ PORTNAME= sssnips PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://devel.ringlet.net/files/misc/sssnips/ @@ -10,10 +11,10 @@ WWW= https://devel.ringlet.net/misc/sssnips/ LICENSE= BSD2CLAUSE USES= gmake tar:xz -MAKE_ENV= BINGRP=wheel MANDIR=${MANPREFIX}/man/man +MAKE_ENV= BINGRP=wheel MANDIR=${PREFIX}/share/man/man PLIST_FILES= ${PROGRAMS:S@^@bin/@} \ - ${PROGRAMS:S@^@man/man1/@:S@$@.1.gz@} + ${PROGRAMS:S@^@share/man/man1/@:S@$@.1.gz@} PROGRAMS= bigfile csort declean getkey git-ss git-ssnoq git-ssq \ hostsearch mkv noagent qidiff qpr resock signfiles stun \ diff --git a/misc/star-history/Makefile b/misc/star-history/Makefile index 4c77273b1ee..b052590b36c 100644 --- a/misc/star-history/Makefile +++ b/misc/star-history/Makefile @@ -1,5 +1,6 @@ PORTNAME= star-history -DISTVERSION= 1.0.16 +DISTVERSION= 1.0.17 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -20,13 +21,13 @@ CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anyhow-1.0.76 \ + anyhow-1.0.79 \ autocfg-1.1.0 \ backtrace-0.3.69 \ base64-0.21.5 \ bitflags-1.3.2 \ bitflags-2.4.1 \ - bstr-1.8.0 \ + bstr-1.9.0 \ bumpalo-3.14.0 \ bytes-1.5.0 \ cc-1.0.83 \ @@ -42,12 +43,12 @@ CARGO_CRATES= addr2line-0.21.0 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.2.1 \ - futures-channel-0.3.29 \ - futures-core-0.3.29 \ - futures-io-0.3.29 \ - futures-sink-0.3.29 \ - futures-task-0.3.29 \ - futures-util-0.3.29 \ + futures-channel-0.3.30 \ + futures-core-0.3.30 \ + futures-io-0.3.30 \ + futures-sink-0.3.30 \ + futures-task-0.3.30 \ + futures-util-0.3.30 \ gimli-0.28.1 \ h2-0.3.22 \ hashbrown-0.14.3 \ @@ -59,7 +60,7 @@ CARGO_CRATES= addr2line-0.21.0 \ httpdate-1.0.3 \ hyper-0.14.28 \ hyper-tls-0.5.0 \ - iana-time-zone-0.1.58 \ + iana-time-zone-0.1.59 \ iana-time-zone-haiku-0.1.2 \ idna-0.5.0 \ indexmap-2.1.0 \ @@ -67,10 +68,10 @@ CARGO_CRATES= addr2line-0.21.0 \ itoa-1.0.10 \ js-sys-0.3.66 \ lazy_static-1.4.0 \ - libc-0.2.151 \ + libc-0.2.152 \ linux-raw-sys-0.4.12 \ log-0.4.20 \ - memchr-2.6.4 \ + memchr-2.7.1 \ mime-0.3.17 \ miniz_oxide-0.7.1 \ mio-0.8.10 \ @@ -78,41 +79,41 @@ CARGO_CRATES= addr2line-0.21.0 \ normpath-1.1.1 \ num-traits-0.2.17 \ num_cpus-1.16.0 \ - object-0.32.1 \ + object-0.32.2 \ once_cell-1.19.0 \ opener-0.6.1 \ - openssl-0.10.61 \ + openssl-0.10.62 \ openssl-macros-0.1.1 \ openssl-probe-0.1.5 \ - openssl-sys-0.9.97 \ + openssl-sys-0.9.98 \ percent-encoding-2.3.1 \ pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ pkg-config-0.3.28 \ - proc-macro2-1.0.70 \ - quote-1.0.33 \ + proc-macro2-1.0.76 \ + quote-1.0.35 \ redox_syscall-0.4.1 \ regex-automata-0.4.3 \ reqwest-0.11.23 \ rustc-demangle-0.1.23 \ rustix-0.38.28 \ ryu-1.0.16 \ - schannel-0.1.22 \ + schannel-0.1.23 \ security-framework-2.9.2 \ security-framework-sys-2.9.1 \ - serde-1.0.193 \ - serde_derive-1.0.193 \ - serde_json-1.0.108 \ + serde-1.0.195 \ + serde_derive-1.0.195 \ + serde_json-1.0.111 \ serde_urlencoded-0.7.1 \ - serde_yaml-0.9.28 \ + serde_yaml-0.9.30 \ slab-0.4.9 \ socket2-0.5.5 \ - syn-2.0.42 \ + syn-2.0.48 \ system-configuration-0.5.1 \ system-configuration-sys-0.5.0 \ - tempfile-3.8.1 \ - thiserror-1.0.51 \ - thiserror-impl-1.0.51 \ + tempfile-3.9.0 \ + thiserror-1.0.56 \ + thiserror-impl-1.0.56 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ tokio-1.35.1 \ @@ -140,7 +141,7 @@ CARGO_CRATES= addr2line-0.21.0 \ 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 \ diff --git a/misc/star-history/distinfo b/misc/star-history/distinfo index a4cc93d2bf5..c43ad426147 100644 --- a/misc/star-history/distinfo +++ b/misc/star-history/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1703141940 +TIMESTAMP = 1704651840 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 @@ -7,8 +7,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/anyhow-1.0.76.crate) = 59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355 -SIZE (rust/crates/anyhow-1.0.76.crate) = 44259 +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/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 @@ -19,8 +19,8 @@ SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c9 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/bstr-1.8.0.crate) = 542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c -SIZE (rust/crates/bstr-1.8.0.crate) = 380176 +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/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223 @@ -51,18 +51,18 @@ 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/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 -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-io-0.3.29.crate) = 8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa -SIZE (rust/crates/futures-io-0.3.29.crate) = 8908 -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-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-io-0.3.30.crate) = a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 +SIZE (rust/crates/futures-io-0.3.30.crate) = 8910 +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/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 SIZE (rust/crates/gimli-0.28.1.crate) = 270497 SHA256 (rust/crates/h2-0.3.22.crate) = 4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178 @@ -85,8 +85,8 @@ SHA256 (rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd74 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/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/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 @@ -101,14 +101,14 @@ SHA256 (rust/crates/js-sys-0.3.66.crate) = cee9c64da59eae3b50095c18d3e74f8b73c0b SIZE (rust/crates/js-sys-0.3.66.crate) = 80765 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/libc-0.2.152.crate) = 13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7 +SIZE (rust/crates/libc-0.2.152.crate) = 740278 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/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/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 @@ -123,20 +123,20 @@ SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc723 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/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/opener-0.6.1.crate) = 6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788 SIZE (rust/crates/opener-0.6.1.crate) = 19173 -SHA256 (rust/crates/openssl-0.10.61.crate) = 6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45 -SIZE (rust/crates/openssl-0.10.61.crate) = 268171 +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.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-sys-0.9.97.crate) = c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b -SIZE (rust/crates/openssl-sys-0.9.97.crate) = 67910 +SHA256 (rust/crates/openssl-sys-0.9.98.crate) = c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7 +SIZE (rust/crates/openssl-sys-0.9.98.crate) = 68035 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 @@ -145,10 +145,10 @@ SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 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.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/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c +SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 +SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef +SIZE (rust/crates/quote-1.0.35.crate) = 28136 SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f @@ -161,38 +161,38 @@ SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb 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/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/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/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/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_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -SHA256 (rust/crates/serde_yaml-0.9.28.crate) = 9269cfafc7e0257ee4a42f3f68a307f458c63d9e7c8ba4b58c5d15f1b7d7e8d3 -SIZE (rust/crates/serde_yaml-0.9.28.crate) = 64783 +SHA256 (rust/crates/serde_yaml-0.9.30.crate) = b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38 +SIZE (rust/crates/serde_yaml-0.9.30.crate) = 64831 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9 SIZE (rust/crates/socket2-0.5.5.crate) = 54863 -SHA256 (rust/crates/syn-2.0.42.crate) = 5b7d0a2c048d661a1a59fcd7355baa232f7ed34e0ee4df2eef3c1c1c0d3852d8 -SIZE (rust/crates/syn-2.0.42.crate) = 246484 +SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f +SIZE (rust/crates/syn-2.0.48.crate) = 250566 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/tempfile-3.8.1.crate) = 7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5 -SIZE (rust/crates/tempfile-3.8.1.crate) = 32164 -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.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa +SIZE (rust/crates/tempfile-3.9.0.crate) = 32182 +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/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 @@ -247,8 +247,8 @@ 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 (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 @@ -287,5 +287,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf 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 (dtolnay-star-history-1.0.16_GH0.tar.gz) = c05deb43eee3af70d5455628545624cd60fc425939322c12305921c0f4961358 -SIZE (dtolnay-star-history-1.0.16_GH0.tar.gz) = 124119 +SHA256 (dtolnay-star-history-1.0.17_GH0.tar.gz) = e68cb6859162c32fd7e27232919dc8d271bfaf234d5847d5c38b75b3a2a439d4 +SIZE (dtolnay-star-history-1.0.17_GH0.tar.gz) = 124124 diff --git a/misc/translate/Makefile b/misc/translate/Makefile index f8a20db40ac..94191f3d697 100644 --- a/misc/translate/Makefile +++ b/misc/translate/Makefile @@ -1,5 +1,6 @@ PORTNAME= translate PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= http://www.freebsdcluster.org/~mich/software/ @@ -13,11 +14,11 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/translate man/man1/translate.1.gz +PLIST_FILES= bin/translate share/man/man1/translate.1.gz SHEBANG_FILES= translate do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile index 0e34e6d3816..f83b37556c9 100644 --- a/misc/ttyrec/Makefile +++ b/misc/ttyrec/Makefile @@ -1,6 +1,6 @@ PORTNAME= ttyrec PORTVERSION= 1.0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= http://0xcc.net/ttyrec/ @@ -15,7 +15,7 @@ OPENPTY_DESC= Use openpty instead OPTIONS_DEFAULT= OPENPTY PLIST_FILES= bin/ttyplay bin/ttyrec bin/ttytime \ - man/man1/ttyplay.1.gz man/man1/ttyrec.1.gz + share/man/man1/ttyplay.1.gz share/man/man1/ttyrec.1.gz OPENPTY_CFLAGS= -DHAVE_openpty -lutil @@ -24,6 +24,6 @@ post-patch: do-install: cd ${WRKSRC}/ && ${INSTALL_PROGRAM} ttyplay ttyrec ttytime ${STAGEDIR}${PREFIX}/bin/ - cd ${WRKSRC}/ && ${INSTALL_MAN} ttyplay.1 ttyrec.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + cd ${WRKSRC}/ && ${INSTALL_MAN} ttyplay.1 ttyrec.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index c7d7f502158..91578fbf0ab 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -1,6 +1,6 @@ PORTNAME= upclient PORTVERSION= 5.0.b8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc MASTER_SITES= http://uptimes.hostingwired.com/files/ \ SF/${PORTNAME}/UpClient%205%20beta/5.0b8%20Security%20Update @@ -42,7 +42,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/products/upclient \ ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/src/products/upclient.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 ${INSTALL_DATA} -m 640 ${WRKSRC}/src/products/upclient.conf \ ${STAGEDIR}${PREFIX}/etc/upclient.conf.sample ${INSTALL_SCRIPT} ${WRKSRC}/scripts/upchk ${WRKSRC}/scripts/clientchk \ diff --git a/misc/upclient/pkg-plist b/misc/upclient/pkg-plist index c1455a15957..d25f29bd231 100644 --- a/misc/upclient/pkg-plist +++ b/misc/upclient/pkg-plist @@ -1,5 +1,5 @@ @sample(,kmem,) etc/upclient.conf.sample -man/man8/upclient.8.gz +share/man/man8/upclient.8.gz sbin/clientchk sbin/upchk @(,kmem,2555) sbin/upclient diff --git a/misc/viz/Makefile b/misc/viz/Makefile index 512a357a77b..353a577576c 100644 --- a/misc/viz/Makefile +++ b/misc/viz/Makefile @@ -1,6 +1,6 @@ PORTNAME= viz PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= LOCAL/fenner @@ -14,12 +14,12 @@ USES= tar:tgz MAKE_ARGS= CC="${CC}" DEFS="${CFLAGS}" -PLIST_FILES= bin/viz bin/inviz man/man1/viz.1.gz man/man1/inviz.1.gz +PLIST_FILES= bin/viz bin/inviz share/man/man1/viz.1.gz share/man/man1/inviz.1.gz do-install: .for f in viz inviz ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/misc/whichman/Makefile b/misc/whichman/Makefile index 1a28b0a5261..575445092a3 100644 --- a/misc/whichman/Makefile +++ b/misc/whichman/Makefile @@ -1,5 +1,6 @@ PORTNAME= whichman PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://main.linuxfocus.org/~guido.socher/ \ http://main.linuxfocus.org/~guido/ @@ -11,8 +12,8 @@ WWW= http://main.linuxfocus.org/~guido/ #whichman MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/ftff bin/ftwhich bin/whichman \ - man/man1/ftff.1.gz man/man1/ftwhich.1.gz \ - man/man1/whichman.1.gz + share/man/man1/ftff.1.gz share/man/man1/ftwhich.1.gz \ + share/man/man1/whichman.1.gz post-patch: @${REINPLACE_CMD} -e 's|/usr/man:||g' ${WRKSRC}/whichman.c @@ -20,7 +21,7 @@ post-patch: do-install: .for name in ftff ftwhich whichman ${INSTALL_PROGRAM} ${WRKSRC}/${name} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man1/${name}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man1/${name}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index 0119370c161..2b08f3a615f 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -38,7 +38,7 @@ WRKSRC= ${WRKDIR}/wmweather+-${PORTVERSION} SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz \ + share/man/man1/${PORTNAME}.1.gz \ share/pixmaps/${PORTNAME}.png PORTDOCS= ChangeLog README @@ -66,7 +66,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ diff --git a/misc/wthrr/Makefile b/misc/wthrr/Makefile index 097332a8831..4cad32fc535 100644 --- a/misc/wthrr/Makefile +++ b/misc/wthrr/Makefile @@ -1,7 +1,7 @@ PORTNAME= wthrr DISTVERSIONPREFIX= v DISTVERSION= 1.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MAINTAINER= pkubaj@FreeBSD.org diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile index a266e45b969..7f185463398 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 28 +PORTREVISION= 29 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 595e4ebd0b8..d240ec2eb19 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,7 +1,7 @@ PORTNAME= xplr DISTVERSIONPREFIX= v DISTVERSION= 0.21.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile index cbaae9e2a80..f3b98dc3163 100644 --- a/misc/xtar/Makefile +++ b/misc/xtar/Makefile @@ -1,6 +1,6 @@ PORTNAME= xtar PORTVERSION= 1.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MASTER_SITES= XCONTRIB/utilities @@ -14,11 +14,11 @@ ALL_TARGET= ${PORTNAME} MAKE_ARGS= XINC="-I${LOCALBASE}/include" XMLIB="${MOTIFLIB}" \ APPDIR="${PREFIX}/lib/X11/app-defaults" \ BINDIR="${PREFIX}/bin" LIBDIR="${PREFIX}/lib/X11/xtar" \ - MANDIR="${MAN1PREFIX}/man/man1" OPTIMISATION="${CFLAGS}" \ + MANDIR="${PREFIX}/share/man/man1" OPTIMISATION="${CFLAGS}" \ ANSIFLAG=-ansi CC="${CC}" RANLIB=: PLIST_FILES= bin/xtar lib/X11/xtar/xtar.doc lib/X11/app-defaults/XTar \ - man/man1/xtar.1.gz + share/man/man1/xtar.1.gz post-patch: @${REINPLACE_CMD} -E 's,(APP|BIN|LIB|MAN)DIR),DESTDIR)$$(&,' \ diff --git a/misc/zine/Makefile b/misc/zine/Makefile index ddbf82aa877..c24015f296f 100644 --- a/misc/zine/Makefile +++ b/misc/zine/Makefile @@ -1,7 +1,7 @@ PORTNAME= zine DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/Makefile b/multimedia/Makefile index da53f7b6d58..786b07fff6e 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -238,6 +238,7 @@ SUBDIR += mpv SUBDIR += mpv-mpris SUBDIR += mpvpaper + SUBDIR += mpvqt SUBDIR += msdl SUBDIR += msopenh264 SUBDIR += mswebrtc diff --git a/multimedia/ab-av1/Makefile b/multimedia/ab-av1/Makefile index 2878ce99a68..e422445b990 100644 --- a/multimedia/ab-av1/Makefile +++ b/multimedia/ab-av1/Makefile @@ -1,6 +1,7 @@ PORTNAME= ab-av1 DISTVERSIONPREFIX= v -DISTVERSION= 0.7.10 +DISTVERSION= 0.7.11 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/ab-av1/Makefile.crates b/multimedia/ab-av1/Makefile.crates index 238b56badae..bbf87207b0d 100644 --- a/multimedia/ab-av1/Makefile.crates +++ b/multimedia/ab-av1/Makefile.crates @@ -1,11 +1,11 @@ CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ - anstream-0.6.4 \ + anstream-0.6.5 \ anstyle-1.0.4 \ anstyle-parse-0.2.3 \ - anstyle-query-1.0.1 \ + anstyle-query-1.0.2 \ anstyle-wincon-3.0.2 \ - anyhow-1.0.75 \ + anyhow-1.0.79 \ arrayref-0.3.7 \ arrayvec-0.7.4 \ autocfg-1.1.0 \ @@ -17,18 +17,18 @@ CARGO_CRATES= addr2line-0.21.0 \ bytes-1.5.0 \ cc-1.0.83 \ cfg-if-1.0.0 \ - clap-4.4.11 \ - clap_builder-4.4.11 \ - clap_complete-4.4.4 \ + clap-4.4.13 \ + clap_builder-4.4.12 \ + clap_complete-4.4.6 \ clap_derive-4.4.7 \ clap_lex-0.6.0 \ colorchoice-1.0.0 \ console-0.15.7 \ constant_time_eq-0.3.0 \ crc32fast-1.3.2 \ - crossbeam-epoch-0.9.15 \ - crossbeam-utils-0.8.16 \ - deranged-0.3.10 \ + crossbeam-epoch-0.9.17 \ + crossbeam-utils-0.8.18 \ + deranged-0.3.11 \ dirs-5.0.1 \ dirs-sys-0.4.1 \ encode_unicode-0.3.6 \ @@ -38,15 +38,15 @@ CARGO_CRATES= addr2line-0.21.0 \ fastrand-2.0.1 \ ffprobe-0.3.3 \ 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 \ + 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.11 \ gimli-0.28.1 \ @@ -56,20 +56,19 @@ CARGO_CRATES= addr2line-0.21.0 \ indicatif-0.17.7 \ infer-0.15.0 \ instant-0.1.12 \ - itoa-1.0.9 \ + itoa-1.0.10 \ lazy_static-1.4.0 \ - libc-0.2.150 \ + libc-0.2.151 \ libredox-0.0.1 \ linux-raw-sys-0.4.12 \ lock_api-0.4.11 \ log-0.4.20 \ - memchr-2.6.4 \ - memoffset-0.9.0 \ + memchr-2.7.1 \ miniz_oxide-0.7.1 \ mio-0.8.10 \ num_cpus-1.16.0 \ number_prefix-0.4.0 \ - object-0.32.1 \ + object-0.32.2 \ option-ext-0.2.0 \ parking_lot-0.11.2 \ parking_lot_core-0.8.6 \ @@ -77,18 +76,18 @@ CARGO_CRATES= addr2line-0.21.0 \ pin-utils-0.1.0 \ portable-atomic-1.6.0 \ powerfmt-0.2.0 \ - proc-macro2-1.0.70 \ - quote-1.0.33 \ + proc-macro2-1.0.75 \ + quote-1.0.35 \ redox_syscall-0.2.16 \ redox_syscall-0.4.1 \ redox_users-0.4.4 \ rustc-demangle-0.1.23 \ - rustix-0.38.27 \ - ryu-1.0.15 \ + rustix-0.38.28 \ + ryu-1.0.16 \ scopeguard-1.2.0 \ - serde-1.0.193 \ - serde_derive-1.0.193 \ - serde_json-1.0.108 \ + serde-1.0.194 \ + serde_derive-1.0.194 \ + serde_json-1.0.111 \ shell-escape-0.1.5 \ signal-hook-registry-1.4.1 \ slab-0.4.9 \ @@ -96,14 +95,14 @@ CARGO_CRATES= addr2line-0.21.0 \ smallvec-1.11.2 \ socket2-0.5.5 \ strsim-0.10.0 \ - syn-2.0.39 \ + syn-2.0.48 \ terminal_size-0.3.0 \ - thiserror-1.0.50 \ - thiserror-impl-1.0.50 \ - time-0.3.30 \ + thiserror-1.0.56 \ + thiserror-impl-1.0.56 \ + time-0.3.31 \ time-core-0.1.2 \ - time-macros-0.2.15 \ - tokio-1.34.0 \ + time-macros-0.2.16 \ + tokio-1.35.1 \ tokio-macros-2.2.0 \ tokio-process-stream-0.4.0 \ tokio-stream-0.1.14 \ diff --git a/multimedia/ab-av1/distinfo b/multimedia/ab-av1/distinfo index ed50a096d42..deb654081c7 100644 --- a/multimedia/ab-av1/distinfo +++ b/multimedia/ab-av1/distinfo @@ -1,20 +1,20 @@ -TIMESTAMP = 1702044121 +TIMESTAMP = 1704440725 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/anstream-0.6.4.crate) = 2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44 -SIZE (rust/crates/anstream-0.6.4.crate) = 20593 +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.1.crate) = a3a318f1f38d2418400f8209655bfd825785afd25aa30bb7ba6cc792e4596748 -SIZE (rust/crates/anstyle-query-1.0.1.crate) = 8620 +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/anyhow-1.0.79.crate) = 080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca +SIZE (rust/crates/anyhow-1.0.79.crate) = 44931 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 @@ -37,12 +37,12 @@ SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347ea 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.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_complete-4.4.4.crate) = bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae -SIZE (rust/crates/clap_complete-4.4.4.crate) = 37405 +SHA256 (rust/crates/clap-4.4.13.crate) = 52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642 +SIZE (rust/crates/clap-4.4.13.crate) = 55293 +SHA256 (rust/crates/clap_builder-4.4.12.crate) = fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9 +SIZE (rust/crates/clap_builder-4.4.12.crate) = 163345 +SHA256 (rust/crates/clap_complete-4.4.6.crate) = 97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd +SIZE (rust/crates/clap_complete-4.4.6.crate) = 38177 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 @@ -55,12 +55,12 @@ SHA256 (rust/crates/constant_time_eq-0.3.0.crate) = f7144d30dcf0fafbce74250a3963 SIZE (rust/crates/constant_time_eq-0.3.0.crate) = 11369 SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 -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/deranged-0.3.10.crate) = 8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc -SIZE (rust/crates/deranged-0.3.10.crate) = 17803 +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/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 +SIZE (rust/crates/deranged-0.3.11.crate) = 18043 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 @@ -79,24 +79,24 @@ SHA256 (rust/crates/ffprobe-0.3.3.crate) = b5d603974ab029fc75cebf00bfa06c9c6f49a SIZE (rust/crates/ffprobe-0.3.3.crate) = 5796 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 @@ -115,12 +115,12 @@ SHA256 (rust/crates/infer-0.15.0.crate) = cb33622da908807a06f9513c19b3c1ad50fab3 SIZE (rust/crates/infer-0.15.0.crate) = 18734 SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/itoa-1.0.9.crate) = af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38 -SIZE (rust/crates/itoa-1.0.9.crate) = 10492 +SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c +SIZE (rust/crates/itoa-1.0.10.crate) = 10534 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.150.crate) = 89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c -SIZE (rust/crates/libc-0.2.150.crate) = 719359 +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 @@ -129,10 +129,8 @@ SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae 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.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.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 +SIZE (rust/crates/memchr-2.7.1.crate) = 96307 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 @@ -141,8 +139,8 @@ SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a 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/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 @@ -157,10 +155,10 @@ SHA256 (rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa04 SIZE (rust/crates/portable-atomic-1.6.0.crate) = 140689 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 -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/proc-macro2-1.0.75.crate) = 907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708 +SIZE (rust/crates/proc-macro2-1.0.75.crate) = 45621 +SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef +SIZE (rust/crates/quote-1.0.35.crate) = 28136 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 @@ -169,18 +167,18 @@ SHA256 (rust/crates/redox_users-0.4.4.crate) = a18479200779601e498ada4e8c1e1f50e SIZE (rust/crates/redox_users-0.4.4.crate) = 15438 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.27.crate) = bfeae074e687625746172d639330f1de242a178bf3189b51e35a7a21573513ac -SIZE (rust/crates/rustix-0.38.27.crate) = 365308 -SHA256 (rust/crates/ryu-1.0.15.crate) = 1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741 -SIZE (rust/crates/ryu-1.0.15.crate) = 46906 +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/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/serde-1.0.194.crate) = 0b114498256798c94a0689e1a15fec6005dee8ac1f41de56404b67afc2a4b773 +SIZE (rust/crates/serde-1.0.194.crate) = 76863 +SHA256 (rust/crates/serde_derive-1.0.194.crate) = a3385e45322e8f9931410f01b3031ec534c3947d0e94c18049af4d9f9907d4e0 +SIZE (rust/crates/serde_derive-1.0.194.crate) = 55685 +SHA256 (rust/crates/serde_json-1.0.111.crate) = 176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4 +SIZE (rust/crates/serde_json-1.0.111.crate) = 146447 SHA256 (rust/crates/shell-escape-0.1.5.crate) = 45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f SIZE (rust/crates/shell-escape-0.1.5.crate) = 6847 SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 @@ -195,22 +193,22 @@ SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9 SIZE (rust/crates/socket2-0.5.5.crate) = 54863 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/syn-2.0.39.crate) = 23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a -SIZE (rust/crates/syn-2.0.39.crate) = 244129 +SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f +SIZE (rust/crates/syn-2.0.48.crate) = 250566 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.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/time-0.3.30.crate) = c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5 -SIZE (rust/crates/time-0.3.30.crate) = 120289 +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.15.crate) = 4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20 -SIZE (rust/crates/time-macros-0.2.15.crate) = 23568 -SHA256 (rust/crates/tokio-1.34.0.crate) = d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9 -SIZE (rust/crates/tokio-1.34.0.crate) = 736847 +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-process-stream-0.4.0.crate) = 2f09c7fc9546d3b9586bc95c58ac2bdb48b07c538a26e317b558e6de2fac98b8 @@ -289,5 +287,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.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 -SHA256 (alexheretic-ab-av1-v0.7.10_GH0.tar.gz) = f8495288294e7b6667f75d92eb099db454cfd147e87fd4cc32abcd0fc88ab975 -SIZE (alexheretic-ab-av1-v0.7.10_GH0.tar.gz) = 45618 +SHA256 (alexheretic-ab-av1-v0.7.11_GH0.tar.gz) = 8c7cad8c976b3321ba56598f16a300f4f3e3dab56c6b87722a2319112278f6c5 +SIZE (alexheretic-ab-av1-v0.7.11_GH0.tar.gz) = 45828 diff --git a/multimedia/alass/Makefile b/multimedia/alass/Makefile index 6157284b0ef..6da928cd68a 100644 --- a/multimedia/alass/Makefile +++ b/multimedia/alass/Makefile @@ -1,7 +1,7 @@ PORTNAME= alass DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/av1an/Makefile b/multimedia/av1an/Makefile index 76309921172..75945af72c6 100644 --- a/multimedia/av1an/Makefile +++ b/multimedia/av1an/Makefile @@ -1,6 +1,6 @@ PORTNAME= av1an DISTVERSION= 0.4.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/dvd-slideshow/Makefile b/multimedia/dvd-slideshow/Makefile index d0cbe650da4..4da35b96347 100644 --- a/multimedia/dvd-slideshow/Makefile +++ b/multimedia/dvd-slideshow/Makefile @@ -1,7 +1,7 @@ PORTNAME= dvd-slideshow PORTVERSION= 0.8.4 -DISTVERSIONSUFFIX= -2 -PORTREVISION= 11 +DISTVERSIONSUFFIX= -1 +PORTREVISION= 12 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}${DISTVERSIONSUFFIX} \ SF/${PORTNAME}/${PORTNAME}-themes/${THEMEVERSION}-1:themes @@ -60,7 +60,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${s} ${STAGEDIR}${PREFIX}/bin .endfor .for m in dvd-slideshow dvd-menu dir2slideshow gallery1-to-slideshow jigl2slideshow - ${INSTALL_MAN} ${WRKSRC}/man/${m}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/${m}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/dvd-slideshowrc ${STAGEDIR}${DOCSDIR} diff --git a/multimedia/dvd-slideshow/pkg-plist b/multimedia/dvd-slideshow/pkg-plist index 4390d4a1f80..89a5a70be43 100644 --- a/multimedia/dvd-slideshow/pkg-plist +++ b/multimedia/dvd-slideshow/pkg-plist @@ -3,11 +3,11 @@ bin/dvd-menu bin/dir2slideshow bin/gallery1-to-slideshow bin/jigl2slideshow -man/man1/dir2slideshow.1.gz -man/man1/dvd-menu.1.gz -man/man1/dvd-slideshow.1.gz -man/man1/gallery1-to-slideshow.1.gz -man/man1/jigl2slideshow.1.gz +share/man/man1/dir2slideshow.1.gz +share/man/man1/dvd-menu.1.gz +share/man/man1/dvd-slideshow.1.gz +share/man/man1/gallery1-to-slideshow.1.gz +share/man/man1/jigl2slideshow.1.gz %%PORTDOCS%%%%DOCSDIR%%/changelog.html %%PORTDOCS%%%%DOCSDIR%%/gallery1-to-slideshow.html %%PORTDOCS%%%%DOCSDIR%%/dir2slideshow.html diff --git a/multimedia/gpodder/Makefile b/multimedia/gpodder/Makefile index fd6918024f2..043e1f22023 100644 --- a/multimedia/gpodder/Makefile +++ b/multimedia/gpodder/Makefile @@ -1,5 +1,5 @@ PORTNAME= gpodder -DISTVERSION= 3.11.1 +DISTVERSION= 3.11.4 CATEGORIES= multimedia python MAINTAINER= rm@FreeBSD.org diff --git a/multimedia/gpodder/distinfo b/multimedia/gpodder/distinfo index 0b3ce61e72d..184c5326eb9 100644 --- a/multimedia/gpodder/distinfo +++ b/multimedia/gpodder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685895168 -SHA256 (gpodder-gpodder-3.11.1_GH0.tar.gz) = c24fb3ef70b5acf43c07e6dd4e78c309e1cbacff621eb59f73c137b9597c6e87 -SIZE (gpodder-gpodder-3.11.1_GH0.tar.gz) = 1174163 +TIMESTAMP = 1700341691 +SHA256 (gpodder-gpodder-3.11.4_GH0.tar.gz) = 8022a6c29157dc287b5661f8915d04404767c33b6858e8d1a6c728904f8dae55 +SIZE (gpodder-gpodder-3.11.4_GH0.tar.gz) = 1183463 diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile index 1e8bfa8edd0..fb4d0f678ce 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile +++ b/multimedia/gstreamer1-plugins-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= gstreamer1-plugins-rust DISTVERSION= 0.11.1 DISTVERSIONSUFFIX= +fixup -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 063db57fd14..64261748c15 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -1,5 +1,5 @@ PORTNAME= handbrake -DISTVERSION= 1.7.1 +DISTVERSION= 1.7.2 CATEGORIES= multimedia MASTER_SITES= https://github.com/HandBrake/HandBrake/releases/download/${DISTVERSION}/ MASTER_SITES+= https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/:contrib diff --git a/multimedia/handbrake/distinfo b/multimedia/handbrake/distinfo index 83ce3b03fe5..1028ff6dcb1 100644 --- a/multimedia/handbrake/distinfo +++ b/multimedia/handbrake/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1701225459 -SHA256 (handbrake/HandBrake-1.7.1-source.tar.bz2) = 733e42c8f254f6c2f8f6b40f0d3572fd49167ebf30742beae605effa16939edc -SIZE (handbrake/HandBrake-1.7.1-source.tar.bz2) = 16184405 +TIMESTAMP = 1703662528 +SHA256 (handbrake/HandBrake-1.7.2-source.tar.bz2) = 6a0fa23420483a2d74e58f0ad9944931d8f2e65bee63cf17333cbd9cb560ba93 +SIZE (handbrake/HandBrake-1.7.2-source.tar.bz2) = 9429824 SHA256 (handbrake/SVT-AV1-v1.7.0.tar.gz) = ce0973584f1a187aa4abf63f509ff8464397120878e322a3153f87e9c161fc4f SIZE (handbrake/SVT-AV1-v1.7.0.tar.gz) = 10164910 SHA256 (handbrake/fdk-aac-2.0.2.tar.gz) = 7812b4f0cf66acda0d0fe4302545339517e702af7674dd04e5fe22a5ade16a90 diff --git a/multimedia/helvum/Makefile b/multimedia/helvum/Makefile index 7fcd05311b8..4980dd9bf62 100644 --- a/multimedia/helvum/Makefile +++ b/multimedia/helvum/Makefile @@ -1,6 +1,6 @@ PORTNAME= helvum DISTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/kf5-kmediaplayer/distinfo b/multimedia/kf5-kmediaplayer/distinfo index 0a2f4de1a94..6f391bea2ce 100644 --- a/multimedia/kf5-kmediaplayer/distinfo +++ b/multimedia/kf5-kmediaplayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883634 -SHA256 (KDE/frameworks/5.112.0/kmediaplayer-5.112.0.tar.xz) = 9980f46d75be3210293866c7b5ee2166802a337f075337ef8206fabf72b5aaad -SIZE (KDE/frameworks/5.112.0/kmediaplayer-5.112.0.tar.xz) = 9960 +TIMESTAMP = 1701678509 +SHA256 (KDE/frameworks/5.113.0/kmediaplayer-5.113.0.tar.xz) = 5e39ff55da3560a0a3ea6a99c9ef80e5c227600a258cfecfcafe0489443fd6db +SIZE (KDE/frameworks/5.113.0/kmediaplayer-5.113.0.tar.xz) = 9952 diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index e2505c6c95f..3a127124b4d 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -295,8 +295,8 @@ post-patch: ${WRKSRC}/xbmc/platform/linux/input/LibInputSettings.cpp post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/manpages/kodi.bin.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 - cd ${STAGEDIR}${MAN1PREFIX}/share/man/man1 && ${LN} -s kodi.bin.1.gz kodi.1.gz + ${INSTALL_MAN} ${WRKSRC}/docs/manpages/kodi.bin.1 ${STAGEDIR}${PREFIX}/share/man/man1 + cd ${STAGEDIR}${PREFIX}/share/man/man1 && ${LN} -s kodi.bin.1.gz kodi.1.gz cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} JsonSchemaBuilder kodi-TexturePacker ${FIND} ${STAGEDIR}${PREFIX}/lib/kodi -type f -name '*.so' -print0 | ${XARGS} -0 ${STRIP_CMD} ${RM} -r ${STAGEDIR}${PREFIX}/lib/firewalld diff --git a/multimedia/kooha/Makefile b/multimedia/kooha/Makefile index 6fe233af1c6..d6e26a592a1 100644 --- a/multimedia/kooha/Makefile +++ b/multimedia/kooha/Makefile @@ -1,7 +1,7 @@ PORTNAME= kooha DISTVERSIONPREFIX= v DISTVERSION= 2.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index 178d0fa6b51..f5e8531d24e 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -1,7 +1,7 @@ PORTNAME= librespot DISTVERSIONPREFIX= v DISTVERSION= 0.4.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= multimedia MAINTAINER= driesm@FreeBSD.org diff --git a/multimedia/libx264/Makefile b/multimedia/libx264/Makefile index 819813278a9..487cb951462 100644 --- a/multimedia/libx264/Makefile +++ b/multimedia/libx264/Makefile @@ -7,9 +7,6 @@ COMMENT= H.264/MPEG-4 AVC Video Encoding (Library) MASTERDIR= ${.CURDIR}/../x264 PLIST= ${.CURDIR}/pkg-plist -NOT_FOR_ARCHS= powerpc64le -NOT_FOR_ARCHS_REASON= endian test failed - # Clear dependency on libx264 (itself), see x264/Makefile LIB_DEPENDS= # diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile index fb91b996ca8..57af5d35071 100644 --- a/multimedia/lms/Makefile +++ b/multimedia/lms/Makefile @@ -1,6 +1,6 @@ PORTNAME= lms DISTVERSIONPREFIX= v -DISTVERSION= 3.46.0 +DISTVERSION= 3.46.1 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/lms/distinfo b/multimedia/lms/distinfo index 6cab57f8ea4..28709e91058 100644 --- a/multimedia/lms/distinfo +++ b/multimedia/lms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702952030 -SHA256 (epoupon-lms-v3.46.0_GH0.tar.gz) = 57ee51eae11c62974db41caa804d6021552a5f7c32a816eb644a1fa18c65d1c8 -SIZE (epoupon-lms-v3.46.0_GH0.tar.gz) = 397983 +TIMESTAMP = 1704651697 +SHA256 (epoupon-lms-v3.46.1_GH0.tar.gz) = fe837044548d83c6edacb9cdbb069d6fdc82f805485f532ce22ef34e742e77b6 +SIZE (epoupon-lms-v3.46.1_GH0.tar.gz) = 398252 diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index a9fb6eb88f2..30a7b88d3e2 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -91,7 +91,7 @@ post-patch: common-post-patch do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mencoder ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/DOCS/man/en/mplayer.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/mencoder.1 + ${INSTALL_MAN} ${WRKSRC}/DOCS/man/en/mplayer.1 ${STAGEDIR}${PREFIX}/share/man/man1/mencoder.1 @${MKDIR} ${STAGEDIR}${DATADIR} @${CHMOD} 755 ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DATADIR}/tools diff --git a/multimedia/mencoder/distinfo b/multimedia/mencoder/distinfo index e305c7474aa..15aca8be4a8 100644 --- a/multimedia/mencoder/distinfo +++ b/multimedia/mencoder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695563059 -SHA256 (mplayer-1.5.0.20230924.tar.xz) = a8f6c0113abfb0b392932974247bfd6fd6dc2287ca22948a18ee3809f8b4ead5 -SIZE (mplayer-1.5.0.20230924.tar.xz) = 5197076 +TIMESTAMP = 1704536551 +SHA256 (mplayer-1.5.0.20240106.tar.xz) = c72f8c2e2a8829e49cadca8ed3f2454b70afd39b155bed734df603498b4ed5e5 +SIZE (mplayer-1.5.0.20240106.tar.xz) = 5191136 diff --git a/multimedia/mencoder/pkg-plist b/multimedia/mencoder/pkg-plist index 464bfbccf83..c1bcd3db430 100644 --- a/multimedia/mencoder/pkg-plist +++ b/multimedia/mencoder/pkg-plist @@ -1,5 +1,5 @@ bin/mencoder -man/man1/mencoder.1.gz +share/man/man1/mencoder.1.gz %%DATADIR%%/tools/aconvert.sh %%DATADIR%%/tools/binary_codecs.sh %%DATADIR%%/tools/calcbpp.pl diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index b780c79a5bc..85c85f35e4c 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -48,6 +48,9 @@ BINARY_ALIAS= qmake=${QMAKE} \ rcc=${RCC} \ uic=${UIC} +USES compiler:c++17-lang iconv localbase pkgconfig qmake:no_env qt:6 tar:xz +USES_GUI= desktop-file-utils gl shared-mime-info +USE_GL_GUI= # Flavor handling _USES_qt6= compiler:c++17-lang desktop-file-utils gl iconv localbase \ pkgconfig qmake:no_env qt:6 shared-mime-info tar:xz @@ -63,10 +66,12 @@ _PLIST_SUB_nogui= GUI="@comment " PLIST_SUB+= ${_PLIST_SUB_${FLAVOR}} # Options handling -OPTIONS_DEFINE= DVDREAD FLAC NLS MANTRANS -OPTIONS_DEFAULT= FLAC +OPTIONS_DEFINE= DVDREAD FLAC NLS MANTRANS GUI +OPTIONS_DEFAULT= FLAC GUI OPTIONS_SUB= yes +GUI_SUBPACKAGES= gui + DVDREAD_DESC= Support reading DVD chapters via libdvdread DVDREAD_LIB_DEPENDS= libdvdread.so:multimedia/libdvdread DVDREAD_CONFIGURE_WITH= dvdread diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index d739a76c0a3..b9e86d69d98 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -38,8 +38,6 @@ X11VM_DESC?= X11 VidMode support SUB_FILES= pkg-message -CONFLICTS= mplayer2-2.* - CONFFILES= example.conf input.conf menu.conf dvb-menu.conf USES+= iconv pkgconfig @@ -91,7 +89,7 @@ post-install: .endfor .if ${PORT_OPTIONS:MGUI} && ${PORT_OPTIONS:MX11} @${LN} -sf mplayer ${STAGEDIR}${PREFIX}/bin/gmplayer - @(cd ${STAGEDIR}${MAN1PREFIX}/man/man1 && ${LN} -sf mplayer.1.gz gmplayer.1.gz) + @(cd ${STAGEDIR}${PREFIX}/share/man/man1 && ${LN} -sf mplayer.1.gz gmplayer.1.gz) ${CP} -f ${WRKSRC}/etc/mplayer256x256.png ${STAGEDIR}${PREFIX}/share/pixmaps/mplayer.png .endif diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common index 710c9c1359f..1084afb5f4e 100644 --- a/multimedia/mplayer/Makefile.common +++ b/multimedia/mplayer/Makefile.common @@ -3,7 +3,7 @@ # before we include bsd.port.pre.mk MPLAYER_PORT_VERSION= 1.5.0 -MPLAYER_SNAPSHOT_DATE= 2023-09-24 +MPLAYER_SNAPSHOT_DATE= 2024-01-06 MASTER_SITES= LOCAL/riggs/mplayer DISTNAME= mplayer-${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} WRKSRC= ${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE} @@ -26,7 +26,7 @@ CONFIGURE_ENV+= TMPDIR="${WRKSRC}" \ CONFIGURE_ARGS= --cc="${CC}" \ --host-cc="${CC}" \ --as="${AS}" \ - --mandir="${PREFIX}/man" \ + --mandir="${PREFIX}/share/man" \ --extra-cflags="-I${PREFIX}/include -I${LOCALBASE}/include" \ --extra-libs="-L${PREFIX}/lib" \ --disable-alsa \ diff --git a/multimedia/mplayer/distinfo b/multimedia/mplayer/distinfo index b34e2e34db5..59fa2303545 100644 --- a/multimedia/mplayer/distinfo +++ b/multimedia/mplayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695561365 -SHA256 (mplayer-1.5.0.20230924.tar.xz) = a8f6c0113abfb0b392932974247bfd6fd6dc2287ca22948a18ee3809f8b4ead5 -SIZE (mplayer-1.5.0.20230924.tar.xz) = 5197076 +TIMESTAMP = 1704534638 +SHA256 (mplayer-1.5.0.20240106.tar.xz) = c72f8c2e2a8829e49cadca8ed3f2454b70afd39b155bed734df603498b4ed5e5 +SIZE (mplayer-1.5.0.20240106.tar.xz) = 5191136 diff --git a/multimedia/mplayer/pkg-plist b/multimedia/mplayer/pkg-plist index 98ee19b68b5..ffbab46c3c0 100644 --- a/multimedia/mplayer/pkg-plist +++ b/multimedia/mplayer/pkg-plist @@ -1,7 +1,7 @@ bin/mplayer -man/man1/mplayer.1.gz +share/man/man1/mplayer.1.gz %%GUI%%bin/gmplayer -%%GUI%%man/man1/gmplayer.1.gz +%%GUI%%share/man/man1/gmplayer.1.gz %%GUI%%share/pixmaps/mplayer.png %%DATADIR%%/examples/etc/example.conf %%DATADIR%%/examples/etc/input.conf diff --git a/multimedia/mpvqt/Makefile b/multimedia/mpvqt/Makefile new file mode 100644 index 00000000000..8f395df4b99 --- /dev/null +++ b/multimedia/mpvqt/Makefile @@ -0,0 +1,17 @@ +PORTNAME= mpvqt +DISTVERSION= 1.0.0 +MASTER_SITES= KDE/stable/${PORTNAME}/ +CATEGORIES= multimedia kde + +COMMENT= MpvQt is a libmpv wrapper for QtQuick2 and QML +WWW= https://invent.kde.org/libraries/mpvqt +MAINTAINER= kde@FreeBSD.org + +LIB_DEPENDS= libmpv.so:multimedia/mpv + +USES= cmake gl kde:6 qt:6 tar:xz +USE_GL= gl opengl +USE_KDE= ecm:build +USE_QT= base declarative + +.include diff --git a/multimedia/mpvqt/distinfo b/multimedia/mpvqt/distinfo new file mode 100644 index 00000000000..87dcdb13540 --- /dev/null +++ b/multimedia/mpvqt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704473945 +SHA256 (mpvqt-1.0.0.tar.xz) = 9131d2a925e5f33e19b9d081dfd5f30d576abd87464d67c70bef41a486f54eb9 +SIZE (mpvqt-1.0.0.tar.xz) = 36172 diff --git a/multimedia/mpvqt/pkg-descr b/multimedia/mpvqt/pkg-descr new file mode 100644 index 00000000000..59608fd79b9 --- /dev/null +++ b/multimedia/mpvqt/pkg-descr @@ -0,0 +1 @@ +MpvQt is a libmpv wrapper for QtQuick2 and QML diff --git a/multimedia/mpvqt/pkg-plist b/multimedia/mpvqt/pkg-plist new file mode 100644 index 00000000000..75f03f01505 --- /dev/null +++ b/multimedia/mpvqt/pkg-plist @@ -0,0 +1,14 @@ +include/MpvQt/MpvAbstractItem +include/MpvQt/MpvController +include/MpvQt/mpvabstractitem.h +include/MpvQt/mpvcontroller.h +include/MpvQt/mpvqt_export.h +include/MpvQt/mpvqt_version.h +lib/cmake/MpvQt/FindLibmpv.cmake +lib/cmake/MpvQt/MpvQtConfig.cmake +lib/cmake/MpvQt/MpvQtConfigVersion.cmake +lib/cmake/MpvQt/MpvQtTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/MpvQt/MpvQtTargets.cmake +lib/libMpvQt.so +lib/libMpvQt.so.1 +lib/libMpvQt.so.1.0.0 diff --git a/multimedia/neolink/Makefile b/multimedia/neolink/Makefile index 7e4ece79e0a..bf73be6350a 100644 --- a/multimedia/neolink/Makefile +++ b/multimedia/neolink/Makefile @@ -2,7 +2,7 @@ PORTNAME= neolink PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= g20210903 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= multimedia MAINTAINER= kevans@FreeBSD.org diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile index 3bdbd7fd798..f1147382abc 100644 --- a/multimedia/rav1e/Makefile +++ b/multimedia/rav1e/Makefile @@ -1,6 +1,6 @@ PORTNAME= rav1e DISTVERSIONPREFIX= v -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.1 PORTREVISION?= 0 CATEGORIES= multimedia diff --git a/multimedia/rav1e/Makefile.crates b/multimedia/rav1e/Makefile.crates index 97ac9b559a4..1db48c82c5f 100644 --- a/multimedia/rav1e/Makefile.crates +++ b/multimedia/rav1e/Makefile.crates @@ -7,7 +7,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.77 \ + anyhow-1.0.79 \ aom-sys-0.3.3 \ arbitrary-1.3.2 \ arg_enum_proc_macro-0.3.4 \ @@ -15,7 +15,7 @@ CARGO_CRATES= addr2line-0.21.0 \ assert_cmd-2.0.12 \ autocfg-1.1.0 \ av-metrics-0.9.1 \ - av1-grain-0.2.2 \ + av1-grain-0.2.3 \ backtrace-0.3.69 \ bindgen-0.69.1 \ bitflags-1.3.2 \ @@ -29,29 +29,29 @@ CARGO_CRATES= addr2line-0.21.0 \ cast-0.3.0 \ cc-1.0.83 \ cexpr-0.6.0 \ - cfg-expr-0.15.5 \ + cfg-expr-0.15.6 \ cfg-if-1.0.0 \ ciborium-0.2.1 \ ciborium-io-0.2.1 \ ciborium-ll-0.2.1 \ - clang-sys-1.6.1 \ - clap-4.4.12 \ - clap_builder-4.4.12 \ - clap_complete-4.4.5 \ + clang-sys-1.7.0 \ + clap-4.4.14 \ + clap_builder-4.4.14 \ + clap_complete-4.4.6 \ clap_derive-4.4.7 \ clap_lex-0.6.0 \ color_quant-1.1.0 \ colorchoice-1.0.0 \ - console-0.15.7 \ + console-0.15.8 \ crc32fast-1.3.2 \ criterion-0.5.1 \ criterion-plot-0.5.0 \ - crossbeam-0.8.3 \ - crossbeam-channel-0.5.10 \ - crossbeam-deque-0.8.4 \ - crossbeam-epoch-0.9.17 \ - crossbeam-queue-0.3.10 \ - crossbeam-utils-0.8.18 \ + crossbeam-0.8.4 \ + crossbeam-channel-0.5.11 \ + crossbeam-deque-0.8.5 \ + crossbeam-epoch-0.9.18 \ + crossbeam-queue-0.3.11 \ + crossbeam-utils-0.8.19 \ diff-0.1.13 \ difflib-0.4.0 \ doc-comment-0.3.3 \ @@ -64,7 +64,7 @@ CARGO_CRATES= addr2line-0.21.0 \ fern-0.6.2 \ flate2-1.0.28 \ form_urlencoded-1.2.1 \ - getrandom-0.2.11 \ + getrandom-0.2.12 \ gimli-0.28.1 \ git2-0.18.1 \ glob-0.3.1 \ @@ -87,12 +87,12 @@ CARGO_CRATES= addr2line-0.21.0 \ lab-0.11.0 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - libc-0.2.151 \ + libc-0.2.152 \ libdav1d-sys-0.6.0 \ libfuzzer-sys-0.4.7 \ libgit2-sys-0.16.1+1.7.1 \ - libloading-0.7.4 \ - libz-sys-1.1.12 \ + libloading-0.8.1 \ + libz-sys-1.1.14 \ linux-raw-sys-0.4.12 \ log-0.4.20 \ maybe-rayon-0.1.1 \ @@ -127,13 +127,12 @@ CARGO_CRATES= addr2line-0.21.0 \ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ pretty_assertions-1.4.0 \ - prettyplease-0.2.15 \ - proc-macro2-1.0.71 \ + prettyplease-0.2.16 \ + proc-macro2-1.0.76 \ profiling-1.0.13 \ profiling-procmacros-1.0.13 \ quickcheck-1.0.3 \ - quickcheck_macros-1.0.0 \ - quote-1.0.33 \ + quote-1.0.35 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -144,16 +143,15 @@ CARGO_CRATES= addr2line-0.21.0 \ regex-syntax-0.8.2 \ rustc-demangle-0.1.23 \ rustc-hash-1.1.0 \ - rustc_version-0.4.0 \ rustix-0.38.28 \ ryu-1.0.16 \ same-file-1.0.6 \ scan_fmt-0.2.6 \ - semver-1.0.20 \ - serde-1.0.193 \ + semver-1.0.21 \ + serde-1.0.195 \ serde-big-array-0.5.1 \ - serde_derive-1.0.193 \ - serde_json-1.0.108 \ + serde_derive-1.0.195 \ + serde_json-1.0.111 \ serde_spanned-0.6.5 \ sharded-slab-0.1.7 \ shlex-1.2.0 \ @@ -162,14 +160,13 @@ CARGO_CRATES= addr2line-0.21.0 \ simd-adler32-0.3.7 \ simd_helpers-0.1.0 \ smallvec-1.11.2 \ - syn-1.0.109 \ - syn-2.0.43 \ + syn-2.0.48 \ system-deps-6.2.0 \ - target-lexicon-0.12.12 \ + target-lexicon-0.12.13 \ terminal_size-0.3.0 \ termtree-0.4.1 \ - thiserror-1.0.52 \ - thiserror-impl-1.0.52 \ + thiserror-1.0.56 \ + thiserror-impl-1.0.56 \ thread_local-1.1.7 \ tinytemplate-1.2.1 \ tinyvec-1.6.0 \ @@ -207,33 +204,24 @@ CARGO_CRATES= addr2line-0.21.0 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.6 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - 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 \ - winnow-0.5.31 \ + winnow-0.5.33 \ y4m-0.8.0 \ yansi-0.5.1 diff --git a/multimedia/rav1e/distinfo b/multimedia/rav1e/distinfo index d16a789f227..6a251044f68 100644 --- a/multimedia/rav1e/distinfo +++ b/multimedia/rav1e/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1684219782 +TIMESTAMP = 1704876138 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,8 +17,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.77.crate) = c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9 -SIZE (rust/crates/anyhow-1.0.77.crate) = 44394 +SHA256 (rust/crates/anyhow-1.0.79.crate) = 080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca +SIZE (rust/crates/anyhow-1.0.79.crate) = 44931 SHA256 (rust/crates/aom-sys-0.3.3.crate) = 623675d7dbe1d65db81582231b0971384277a4dd2006763021ba2436e86f812d SIZE (rust/crates/aom-sys-0.3.3.crate) = 3736 SHA256 (rust/crates/arbitrary-1.3.2.crate) = 7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110 @@ -33,8 +33,8 @@ SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36 SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/av-metrics-0.9.1.crate) = 996ce95bbdb0203e5b91d4a0c9b81c0d67d11c80f884482a0c1ea19e732e3530 SIZE (rust/crates/av-metrics-0.9.1.crate) = 22681 -SHA256 (rust/crates/av1-grain-0.2.2.crate) = 6f6ca6f0c18c02c2fbfc119df551b8aeb8a385f6d5980f1475ba0255f1e97f1e -SIZE (rust/crates/av1-grain-0.2.2.crate) = 33763 +SHA256 (rust/crates/av1-grain-0.2.3.crate) = 6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf +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.69.1.crate) = 9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2 @@ -61,8 +61,8 @@ SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347ea 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-expr-0.15.5.crate) = 03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3 -SIZE (rust/crates/cfg-expr-0.15.5.crate) = 41639 +SHA256 (rust/crates/cfg-expr-0.15.6.crate) = 6100bc57b6209840798d95cb2775684849d332f7bd788db2a8c8caf7ef82a41a +SIZE (rust/crates/cfg-expr-0.15.6.crate) = 41989 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/ciborium-0.2.1.crate) = effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926 @@ -71,14 +71,14 @@ SHA256 (rust/crates/ciborium-io-0.2.1.crate) = cdf919175532b369853f5d5e20b26b431 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/clang-sys-1.6.1.crate) = c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f -SIZE (rust/crates/clang-sys-1.6.1.crate) = 41346 -SHA256 (rust/crates/clap-4.4.12.crate) = dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d -SIZE (rust/crates/clap-4.4.12.crate) = 54784 -SHA256 (rust/crates/clap_builder-4.4.12.crate) = fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9 -SIZE (rust/crates/clap_builder-4.4.12.crate) = 163345 -SHA256 (rust/crates/clap_complete-4.4.5.crate) = a51919c5608a32e34ea1d6be321ad070065e17613e168c5b6977024290f2630b -SIZE (rust/crates/clap_complete-4.4.5.crate) = 37658 +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.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_complete-4.4.6.crate) = 97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd +SIZE (rust/crates/clap_complete-4.4.6.crate) = 38177 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 @@ -87,26 +87,26 @@ SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7 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/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/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 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.3.crate) = 6eb9105919ca8e40d437fc9cbb8f1975d916f1bd28afe795a48aae32a2cc8920 -SIZE (rust/crates/crossbeam-0.8.3.crate) = 10512 -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-queue-0.3.10.crate) = adc6598521bb5a83d491e8c1fe51db7296019d2ca3cb93cc6c2a20369a4d78a2 -SIZE (rust/crates/crossbeam-queue-0.3.10.crate) = 15595 -SHA256 (rust/crates/crossbeam-utils-0.8.18.crate) = c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c -SIZE (rust/crates/crossbeam-utils-0.8.18.crate) = 42383 +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.11.crate) = 176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b +SIZE (rust/crates/crossbeam-channel-0.5.11.crate) = 90434 +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/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 SIZE (rust/crates/diff-0.1.13.crate) = 46216 SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8 @@ -131,8 +131,8 @@ SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c601 SIZE (rust/crates/flate2-1.0.28.crate) = 73690 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 -SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f -SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 +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/git2-0.18.1.crate) = fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd @@ -177,18 +177,18 @@ 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.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 -SIZE (rust/crates/libc-0.2.151.crate) = 736640 +SHA256 (rust/crates/libc-0.2.152.crate) = 13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7 +SIZE (rust/crates/libc-0.2.152.crate) = 740278 SHA256 (rust/crates/libdav1d-sys-0.6.0.crate) = 12c9cc342dc258130a727ad15f48d01ebb181aafec30dd65338d8e51db930572 SIZE (rust/crates/libdav1d-sys-0.6.0.crate) = 1450473 SHA256 (rust/crates/libfuzzer-sys-0.4.7.crate) = a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7 SIZE (rust/crates/libfuzzer-sys-0.4.7.crate) = 128332 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.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f -SIZE (rust/crates/libloading-0.7.4.crate) = 27580 -SHA256 (rust/crates/libz-sys-1.1.12.crate) = d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b -SIZE (rust/crates/libz-sys-1.1.12.crate) = 3030648 +SHA256 (rust/crates/libloading-0.8.1.crate) = c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161 +SIZE (rust/crates/libloading-0.8.1.crate) = 27893 +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 @@ -257,20 +257,18 @@ SHA256 (rust/crates/predicates-tree-1.0.9.crate) = 368ba315fb8c5052ab692e68a0eef 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/prettyplease-0.2.15.crate) = ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d -SIZE (rust/crates/prettyplease-0.2.15.crate) = 57034 -SHA256 (rust/crates/proc-macro2-1.0.71.crate) = 75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8 -SIZE (rust/crates/proc-macro2-1.0.71.crate) = 44407 +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.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c +SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 SHA256 (rust/crates/profiling-1.0.13.crate) = d135ede8821cf6376eb7a64148901e1690b788c11ae94dc297ae917dbc91dc0e SIZE (rust/crates/profiling-1.0.13.crate) = 13109 SHA256 (rust/crates/profiling-procmacros-1.0.13.crate) = 4b322d7d65c1ab449be3c890fcbd0db6e1092d0dd05d79dba2dd28032cebeb05 SIZE (rust/crates/profiling-procmacros-1.0.13.crate) = 5598 SHA256 (rust/crates/quickcheck-1.0.3.crate) = 588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6 SIZE (rust/crates/quickcheck-1.0.3.crate) = 28069 -SHA256 (rust/crates/quickcheck_macros-1.0.0.crate) = b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9 -SIZE (rust/crates/quickcheck_macros-1.0.0.crate) = 5275 -SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae -SIZE (rust/crates/quote-1.0.33.crate) = 28090 +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 @@ -291,8 +289,6 @@ SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c25 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.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 SIZE (rust/crates/rustix-0.38.28.crate) = 365398 SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c @@ -301,16 +297,16 @@ SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/scan_fmt-0.2.6.crate) = 0b53b0a5db882a8e2fdaae0a43f7b39e7e9082389e978398bdf223a55b581248 SIZE (rust/crates/scan_fmt-0.2.6.crate) = 9676 -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/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-big-array-0.5.1.crate) = 11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f SIZE (rust/crates/serde-big-array-0.5.1.crate) = 6618 -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.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_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 SIZE (rust/crates/serde_spanned-0.6.5.crate) = 8349 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 @@ -327,22 +323,20 @@ SHA256 (rust/crates/simd_helpers-0.1.0.crate) = 95890f873bec569a0362c235787f3aca SIZE (rust/crates/simd_helpers-0.1.0.crate) = 1527 SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 -SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 -SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.43.crate) = ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53 -SIZE (rust/crates/syn-2.0.43.crate) = 248363 +SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f +SIZE (rust/crates/syn-2.0.48.crate) = 250566 SHA256 (rust/crates/system-deps-6.2.0.crate) = 2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331 SIZE (rust/crates/system-deps-6.2.0.crate) = 24961 -SHA256 (rust/crates/target-lexicon-0.12.12.crate) = 14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a -SIZE (rust/crates/target-lexicon-0.12.12.crate) = 25156 +SHA256 (rust/crates/target-lexicon-0.12.13.crate) = 69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae +SIZE (rust/crates/target-lexicon-0.12.13.crate) = 25424 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.52.crate) = 83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d -SIZE (rust/crates/thiserror-1.0.52.crate) = 20115 -SHA256 (rust/crates/thiserror-impl-1.0.52.crate) = e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3 -SIZE (rust/crates/thiserror-impl-1.0.52.crate) = 15371 +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/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc @@ -417,65 +411,47 @@ SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed63 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.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 -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.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/winnow-0.5.31.crate) = 97a4882e6b134d6c28953a387571f1acdd3496830d5e36c5e3a1075580ea641c -SIZE (rust/crates/winnow-0.5.31.crate) = 152917 +SHA256 (rust/crates/winnow-0.5.33.crate) = b7520bbdec7211caa7c4e682eb1fbe07abe20cee6756b6e00f537c82c11816aa +SIZE (rust/crates/winnow-0.5.33.crate) = 154059 SHA256 (rust/crates/y4m-0.8.0.crate) = 7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448 SIZE (rust/crates/y4m-0.8.0.crate) = 12455 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 -SHA256 (xiph-rav1e-v0.7.0_GH0.tar.gz) = dd6c4b771d985f547787383f5d77bc124ac406d574a308a897da9642410c1855 -SIZE (xiph-rav1e-v0.7.0_GH0.tar.gz) = 3051283 +SHA256 (xiph-rav1e-v0.7.1_GH0.tar.gz) = da7ae0df2b608e539de5d443c096e109442cdfa6c5e9b4014361211cf61d030c +SIZE (xiph-rav1e-v0.7.1_GH0.tar.gz) = 3048929 diff --git a/multimedia/ringrtc/Makefile b/multimedia/ringrtc/Makefile index 5493c00dbcc..aca8a592e5e 100644 --- a/multimedia/ringrtc/Makefile +++ b/multimedia/ringrtc/Makefile @@ -1,6 +1,6 @@ PORTNAME= ringrtc DISTVERSIONPREFIX= v -DISTVERSION= 2.34.4 +DISTVERSION= 2.34.5 CATEGORIES= multimedia MASTER_SITES= LOCAL/mikael/ringrtc/:base \ LOCAL/mikael/ringrtc/:boringssl \ @@ -55,7 +55,7 @@ GH_TUPLE= signalapp:ringrtc:${DISTVERSIONPREFIX}${DISTVERSION} \ signalapp:webrtc:${WEBRTC_REV}:webrtc # sh net-im/signal-desktop/get_deps.sh -WEBRTC_REV= 5845j +WEBRTC_REV= 5993b # modify webrtc_fetch.sh, then sh webrtc_fetch.sh BASE_REV= 609cafa975c8a29d3b2f686c9a42530a556835fe diff --git a/multimedia/ringrtc/Makefile.crates b/multimedia/ringrtc/Makefile.crates index 6884b5516ea..c3e4c93e28d 100644 --- a/multimedia/ringrtc/Makefile.crates +++ b/multimedia/ringrtc/Makefile.crates @@ -28,6 +28,7 @@ CARGO_CRATES= addr2line-0.21.0 \ bincode-1.3.3 \ bitflags-1.3.2 \ bitflags-2.4.0 \ + bitvec-1.0.1 \ block-buffer-0.9.0 \ bollard-0.14.0 \ bollard-stubs-1.42.0-rc.7 \ @@ -77,6 +78,7 @@ CARGO_CRATES= addr2line-0.21.0 \ flate2-1.0.27 \ fnv-1.0.7 \ form_urlencoded-1.2.0 \ + funty-2.0.0 \ futures-0.3.28 \ futures-channel-0.3.28 \ futures-core-0.3.28 \ @@ -172,6 +174,7 @@ CARGO_CRATES= addr2line-0.21.0 \ prost-derive-0.11.9 \ prost-types-0.11.9 \ quote-1.0.33 \ + radium-0.7.0 \ rand-0.7.3 \ rand-0.8.5 \ rand_chacha-0.2.2 \ @@ -223,6 +226,7 @@ CARGO_CRATES= addr2line-0.21.0 \ syn-mid-0.5.4 \ sync_wrapper-0.1.2 \ sysinfo-0.29.10 \ + tap-1.0.1 \ tempfile-3.8.0 \ termcolor-1.3.0 \ thiserror-1.0.49 \ @@ -289,6 +293,7 @@ CARGO_CRATES= addr2line-0.21.0 \ windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_msvc-0.48.5 \ winnow-0.5.15 \ + wyz-0.5.1 \ x25519-dalek-1.2.0 \ zeroize-1.3.0 \ zeroize_derive-1.4.2 \ diff --git a/multimedia/ringrtc/distinfo b/multimedia/ringrtc/distinfo index 194040b7eac..cb7978d782e 100644 --- a/multimedia/ringrtc/distinfo +++ b/multimedia/ringrtc/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1702200937 +TIMESTAMP = 1704365943 SHA256 (base-609cafa975c8a29d3b2f686c9a42530a556835fe.tar.gz) = dad36cd0ba7c9b7b5cbc34451bd7dc58bf5ca6e8909f52999a4d5504276b2ce8 SIZE (base-609cafa975c8a29d3b2f686c9a42530a556835fe.tar.gz) = 5750287 SHA256 (boringssl-b8e012e1ff736cc794273af4a7db521e6b18bcd5.tar.gz) = 5c1f59a02f2877e4c72183052f665adb930b61a7a1bd10992554449c8db49297 @@ -85,6 +85,8 @@ SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c9 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/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108 SHA256 (rust/crates/bollard-0.14.0.crate) = af254ed2da4936ef73309e9597180558821cb16ae9bba4cb24ce6b612d8d80ed @@ -183,6 +185,8 @@ SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da2 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/form_urlencoded-1.2.0.crate) = a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652 SIZE (rust/crates/form_urlencoded-1.2.0.crate) = 8923 +SHA256 (rust/crates/funty-2.0.0.crate) = e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c +SIZE (rust/crates/funty-2.0.0.crate) = 13160 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.28.crate) = 955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2 @@ -373,6 +377,8 @@ SHA256 (rust/crates/prost-types-0.11.9.crate) = 213622a1460818959ac1181aaeb2dc9c SIZE (rust/crates/prost-types-0.11.9.crate) = 40809 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.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.crate) = 112246 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -475,6 +481,8 @@ SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/sysinfo-0.29.10.crate) = 0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5 SIZE (rust/crates/sysinfo-0.29.10.crate) = 156524 +SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 +SIZE (rust/crates/tap-1.0.1.crate) = 11316 SHA256 (rust/crates/tempfile-3.8.0.crate) = cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef SIZE (rust/crates/tempfile-3.8.0.crate) = 31720 SHA256 (rust/crates/termcolor-1.3.0.crate) = 6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64 @@ -607,6 +615,8 @@ 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/winnow-0.5.15.crate) = 7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc SIZE (rust/crates/winnow-0.5.15.crate) = 145621 +SHA256 (rust/crates/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed +SIZE (rust/crates/wyz-0.5.1.crate) = 18790 SHA256 (rust/crates/x25519-dalek-1.2.0.crate) = 2392b6b94a576b4e2bf3c5b2757d63f10ada8020a2e4d08ac849ebcf6ea8e077 SIZE (rust/crates/x25519-dalek-1.2.0.crate) = 88676 SHA256 (rust/crates/zeroize-1.3.0.crate) = 4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd @@ -619,7 +629,7 @@ SHA256 (signalapp-curve25519-dalek-829f52e79c6d920243c8bf30c7f4ee2e8eac5246_GH0. SIZE (signalapp-curve25519-dalek-829f52e79c6d920243c8bf30c7f4ee2e8eac5246_GH0.tar.gz) = 532989 SHA256 (signalapp-libsignal-v0.23.1_GH0.tar.gz) = 36eff4a90b13bbc769c4af118dbe9686aa1e38dcf9ad4b09dca8e8274bc6c8ee SIZE (signalapp-libsignal-v0.23.1_GH0.tar.gz) = 722237 -SHA256 (signalapp-ringrtc-v2.34.4_GH0.tar.gz) = b9da42cc45297c918fafc737134ffb4006c6222975fb15a65f0706bf8fbcdc2c -SIZE (signalapp-ringrtc-v2.34.4_GH0.tar.gz) = 795420 -SHA256 (signalapp-webrtc-5845j_GH0.tar.gz) = 26963c9e4c6f4617b7f49633f288bbbad89cf35a293b7ae4838c5c9a69f76ad2 -SIZE (signalapp-webrtc-5845j_GH0.tar.gz) = 39730596 +SHA256 (signalapp-ringrtc-v2.34.5_GH0.tar.gz) = 09c2dcf388661106cad71ebf4cc7d4518fa9c85935fd0af38d3127a34fd2ab52 +SIZE (signalapp-ringrtc-v2.34.5_GH0.tar.gz) = 798990 +SHA256 (signalapp-webrtc-5993b_GH0.tar.gz) = 9996ebaf7c714bf8e0375801fe03543f5489c092f52eee1c39ae6283b449951e +SIZE (signalapp-webrtc-5993b_GH0.tar.gz) = 39714293 diff --git a/multimedia/ringrtc/webrtc_fetch.sh b/multimedia/ringrtc/webrtc_fetch.sh index a466d7d814b..3973c4be898 100644 --- a/multimedia/ringrtc/webrtc_fetch.sh +++ b/multimedia/ringrtc/webrtc_fetch.sh @@ -1,6 +1,6 @@ #!/bin/sh -WEBRTC_REV=5993a +WEBRTC_REV=5993b base_url="https://chromium.googlesource.com/chromium/src/base.git/+archive/" boringssl_url="https://boringssl.googlesource.com/boringssl.git/+archive/" diff --git a/multimedia/scte35dump/Makefile b/multimedia/scte35dump/Makefile index 4a30a93152e..ac4468618ba 100644 --- a/multimedia/scte35dump/Makefile +++ b/multimedia/scte35dump/Makefile @@ -1,6 +1,6 @@ PORTNAME= scte35dump DISTVERSION= 0.1.6 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= multimedia MAINTAINER= rodrigo@FreeBSD.org diff --git a/multimedia/smplayer/Makefile b/multimedia/smplayer/Makefile index e67c7fb79fd..b5d5c4a2ce4 100644 --- a/multimedia/smplayer/Makefile +++ b/multimedia/smplayer/Makefile @@ -1,5 +1,5 @@ PORTNAME= smplayer -DISTVERSION= 23.6.0 +DISTVERSION= 23.12.0 CATEGORIES= multimedia audio kde MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION} @@ -14,7 +14,7 @@ USES= cpe compiler:c++11-lang desktop-file-utils dos2unix gl \ gmake qmake qt:5 tar:bzip2 xorg USE_GL= gl USE_QT= buildtools:build linguisttools:build \ - core dbus gui network script widgets xml + core dbus declarative gui network widgets xml USE_XORG= x11 xext CPE_VENDOR= ricardo_villalba diff --git a/multimedia/smplayer/distinfo b/multimedia/smplayer/distinfo index a13230acc22..3ad509bf955 100644 --- a/multimedia/smplayer/distinfo +++ b/multimedia/smplayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691325462 -SHA256 (smplayer-23.6.0.tar.bz2) = f78c7f866e08d472a7cd7c8256120e94f188cb2a9468d84b611280d21312f0de -SIZE (smplayer-23.6.0.tar.bz2) = 5182760 +TIMESTAMP = 1704718045 +SHA256 (smplayer-23.12.0.tar.bz2) = d7b10afd8854229372e3b9647f48bcaf56201bb8c4089f3e14d9f4ffc8a5d7ed +SIZE (smplayer-23.12.0.tar.bz2) = 5233977 diff --git a/multimedia/streamlink/Makefile b/multimedia/streamlink/Makefile index b51c36e3477..fe02e1cffbf 100644 --- a/multimedia/streamlink/Makefile +++ b/multimedia/streamlink/Makefile @@ -1,5 +1,5 @@ PORTNAME= streamlink -DISTVERSION= 6.2.1 +DISTVERSION= 6.5.0 CATEGORIES= multimedia MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/multimedia/streamlink/distinfo b/multimedia/streamlink/distinfo index 946792d8b2a..9d3a6d1f1d0 100644 --- a/multimedia/streamlink/distinfo +++ b/multimedia/streamlink/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696482152 -SHA256 (streamlink-6.2.1.tar.gz) = eb826692f6bb2f4a1a8a4d547024d0954ae270bdaeb3e3b908473aa55b209d12 -SIZE (streamlink-6.2.1.tar.gz) = 692446 +TIMESTAMP = 1704782227 +SHA256 (streamlink-6.5.0.tar.gz) = 8f4d61593bcce10f8d5e84ca956aac4fa639c0a349e7df379834373a883966ed +SIZE (streamlink-6.5.0.tar.gz) = 715983 diff --git a/multimedia/termplay/Makefile b/multimedia/termplay/Makefile index 3b9eaf161f9..f959f55c796 100644 --- a/multimedia/termplay/Makefile +++ b/multimedia/termplay/Makefile @@ -1,6 +1,6 @@ PORTNAME= termplay DISTVERSION= 2.0.6 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= multimedia MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/multimedia/ustreamer/Makefile b/multimedia/ustreamer/Makefile index 155284e8186..c6945a765f4 100644 --- a/multimedia/ustreamer/Makefile +++ b/multimedia/ustreamer/Makefile @@ -1,6 +1,6 @@ PORTNAME= ustreamer DISTVERSIONPREFIX= v -DISTVERSION= 5.46 +DISTVERSION= 5.48 CATEGORIES= multimedia net MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/ustreamer/distinfo b/multimedia/ustreamer/distinfo index 44cc4258a1a..4e0e0a05237 100644 --- a/multimedia/ustreamer/distinfo +++ b/multimedia/ustreamer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702661517 -SHA256 (pikvm-ustreamer-v5.46_GH0.tar.gz) = 019dfd862309d80250b7db4ace321bc5314f6224f1e465d2896e7366499883aa -SIZE (pikvm-ustreamer-v5.46_GH0.tar.gz) = 150460 +TIMESTAMP = 1704870910 +SHA256 (pikvm-ustreamer-v5.48_GH0.tar.gz) = 0f73b66e676efb5b1f467ed2cea9f85d2034559f8f0d6479497ed923a285a9f4 +SIZE (pikvm-ustreamer-v5.48_GH0.tar.gz) = 150893 diff --git a/multimedia/uxplay/Makefile b/multimedia/uxplay/Makefile index 04bc3106c0b..7bbaeac37be 100644 --- a/multimedia/uxplay/Makefile +++ b/multimedia/uxplay/Makefile @@ -1,5 +1,5 @@ PORTNAME= uxplay -PORTVERSION= 1.68.1 +PORTVERSION= 1.68.2 DISTVERSIONPREFIX= v CATEGORIES= multimedia diff --git a/multimedia/uxplay/distinfo b/multimedia/uxplay/distinfo index 25b1a0e04fa..ce6ba82d84b 100644 --- a/multimedia/uxplay/distinfo +++ b/multimedia/uxplay/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704119527 -SHA256 (FDH2-UxPlay-v1.68.1_GH0.tar.gz) = cfbf06025ea7b150b1b71f829d64594708abfaa5660515a8b8a861e148b9522a -SIZE (FDH2-UxPlay-v1.68.1_GH0.tar.gz) = 437451 +TIMESTAMP = 1704699677 +SHA256 (FDH2-UxPlay-v1.68.2_GH0.tar.gz) = 7016d8800b89d3dec2139cc21b779cd61fd49b0d1456311ca3c5182c086ec8ed +SIZE (FDH2-UxPlay-v1.68.2_GH0.tar.gz) = 437463 diff --git a/multimedia/video-trimmer/Makefile b/multimedia/video-trimmer/Makefile index 4a816876ca7..0aea9fbf3a3 100644 --- a/multimedia/video-trimmer/Makefile +++ b/multimedia/video-trimmer/Makefile @@ -1,7 +1,7 @@ PORTNAME= video-trimmer DISTVERSIONPREFIX= v DISTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/vtkmpeg2encode/Makefile b/multimedia/vtkmpeg2encode/Makefile index 90526313c18..8f75b64f690 100644 --- a/multimedia/vtkmpeg2encode/Makefile +++ b/multimedia/vtkmpeg2encode/Makefile @@ -1,6 +1,6 @@ PORTNAME= vtkmpeg2encode PORTVERSION= ${VTK_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia math MASTER_SITES= http://www.vtk.org/files/support/ \ http://www.neuro.mcw.edu/Ports/distfiles/VTK5/ @@ -33,7 +33,7 @@ PLIST_FILES= lib/${MPEGLIB}.so.${PORTVERSION} \ include/vtk-${VTK_VERSION:R}/mpeg2enc.h \ include/vtk-${VTK_VERSION:R}/mpeg2enc_config.h \ include/vtk-${VTK_VERSION:R}/vlc.h \ - man/man3/vtkmpeg2encode.3.gz + share/man/man3/vtkmpeg2encode.3.gz post-build: ${MV} ${WRKSRC}/${MPEGLIB}.so ${WRKSRC}/${MPEGLIB}.so.${PORTVERSION} @@ -53,6 +53,6 @@ do-install: ${WRKSRC}/mpeg2enc_config.h \ ${WRKSRC}/vlc.h \ ${STAGEDIR}${PREFIX}/include/vtk-${VTK_VERSION:R} - ${INSTALL_MAN} ${WRKDIR}/vtkmpeg2encode.3 ${STAGEDIR}${MANPREFIX}/man/man3 + ${INSTALL_MAN} ${WRKDIR}/vtkmpeg2encode.3 ${STAGEDIR}${PREFIX}/share/man/man3 .include diff --git a/multimedia/wl-screenrec/Makefile b/multimedia/wl-screenrec/Makefile index d2a021b3191..3ba0ad1d59b 100644 --- a/multimedia/wl-screenrec/Makefile +++ b/multimedia/wl-screenrec/Makefile @@ -1,7 +1,7 @@ PORTNAME= wl-screenrec DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/x264/files/patch-configure b/multimedia/x264/files/patch-configure index c2dfba0cefa..07d1103cdc7 100644 --- a/multimedia/x264/files/patch-configure +++ b/multimedia/x264/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2020-09-12 17:23:57 UTC +--- configure.orig 2024-01-05 22:26:57 UTC +++ configure -@@ -743,12 +743,6 @@ case $host_cpu in +@@ -744,12 +744,6 @@ case $host_cpu in AS_EXT=".asm" ASFLAGS="$ASFLAGS -DARCH_X86_64=0 -I\$(SRCPATH)/common/x86/" if [ $compiler = GNU ]; then @@ -13,7 +13,7 @@ CFLAGS="-m32 $CFLAGS" LDFLAGS="-m32 $LDFLAGS" fi -@@ -763,7 +757,7 @@ case $host_cpu in +@@ -764,7 +758,7 @@ case $host_cpu in ASFLAGS="$ASFLAGS -f elf32" fi ;; @@ -22,7 +22,16 @@ ARCH="X86_64" AS="${AS-nasm}" AS_EXT=".asm" -@@ -952,7 +946,7 @@ if cc_check '' '' '' '__attribute__((force_align_arg_p +@@ -801,7 +795,7 @@ case $host_cpu in + if [ $SYS = MACOSX ] ; then + CFLAGS="$CFLAGS -faltivec -fastf -mcpu=G4" + else +- CFLAGS="$CFLAGS -maltivec -mabi=altivec" ++ CFLAGS="$CFLAGS -maltivec" + define HAVE_ALTIVEC_H + fi + if [ "$vsx" != "no" ] ; then +@@ -958,7 +952,7 @@ fi fi fi @@ -31,7 +40,7 @@ if ! as_check "vmovdqa32 [eax]{k1}{z}, zmm0" ; then VER="$( ($AS --version || echo no assembler) 2>/dev/null | head -n 1 )" echo "Found $VER" -@@ -965,9 +959,6 @@ if [ $asm = auto -a \( $ARCH = X86 -o $ARCH = X86_64 \ +@@ -971,9 +965,6 @@ if [ $asm = auto -a $ARCH = ARM ] ; then fi if [ $asm = auto -a $ARCH = ARM ] ; then @@ -41,7 +50,7 @@ cc_check '' '' '__asm__("add r0, r1, r2");' && define HAVE_ARM_INLINE_ASM if [ $compiler = CL ] && cpp_check '' '' 'defined(_M_ARM) && _M_ARM >= 7' ; then define HAVE_ARMV6 -@@ -978,9 +969,8 @@ if [ $asm = auto -a $ARCH = ARM ] ; then +@@ -984,9 +975,8 @@ if [ $asm = auto -a $ARCH = ARM ] ; then cc_check '' '' '__asm__("vadd.i16 q0, q0, q0");' && define HAVE_NEON ASFLAGS="$ASFLAGS -c" else @@ -53,7 +62,7 @@ fi fi -@@ -1012,9 +1002,8 @@ if [ $asm = auto -a $ARCH = MIPS ] ; then +@@ -1018,9 +1008,8 @@ if [ $asm = auto -a $ARCH = MIPS ] ; then if cc_check '' '' '__asm__("addvi.b $w0, $w1, 1");' ; then define HAVE_MSA else @@ -65,7 +74,7 @@ fi fi -@@ -1343,10 +1332,6 @@ if cc_check '' -Wshadow ; then +@@ -1368,10 +1357,6 @@ fi CFLAGS="-Wshadow $CFLAGS" fi @@ -76,7 +85,7 @@ if [ $compiler = GNU ] && cc_check '' -fvisibility=hidden ; then CFLAGS="$CFLAGS -fvisibility=hidden" fi -@@ -1386,6 +1371,9 @@ if [ "$opencl" = "yes" ]; then +@@ -1411,6 +1396,9 @@ if [ "$opencl" = "yes" ]; then opencl="yes" define HAVE_OPENCL "(BIT_DEPTH==8)" libdl="-ldl" diff --git a/net-im/Makefile b/net-im/Makefile index 4787d039f32..e55c9365ebf 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -42,7 +42,7 @@ SUBDIR += kaidan SUBDIR += kopete SUBDIR += libaccounts-glib - SUBDIR += libaccounts-qt5 + SUBDIR += libaccounts-qt SUBDIR += libmesode SUBDIR += libnice SUBDIR += libnice-gst1 diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile index 633d7d1491d..a49378ac0eb 100644 --- a/net-im/conduit/Makefile +++ b/net-im/conduit/Makefile @@ -1,7 +1,7 @@ PORTNAME= conduit DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im PKGNAMEPREFIX= matrix- diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile index 56dda03844e..2ef7c6cd576 100644 --- a/net-im/finch/Makefile +++ b/net-im/finch/Makefile @@ -1,4 +1,5 @@ PORTNAME= finch +PORTREVISION= 1 MAINTAINER= marcus@FreeBSD.org COMMENT= Finch multi-protocol messaging client (Console UI) @@ -25,6 +26,6 @@ CONFIGURE_ARGS= --disable-gtkui \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include "${MASTERDIR}/Makefile" diff --git a/net-im/finch/pkg-plist b/net-im/finch/pkg-plist index 18d42370c2d..d065e0d0269 100644 --- a/net-im/finch/pkg-plist +++ b/net-im/finch/pkg-plist @@ -26,4 +26,4 @@ lib/finch/gntlastlog.so lib/finch/gnttinyurl.so lib/finch/grouping.so libdata/pkgconfig/finch.pc -man/man1/finch.1.gz +share/man/man1/finch.1.gz diff --git a/net-im/fractal/Makefile b/net-im/fractal/Makefile index bcf19bcbb7c..f257b2fcd63 100644 --- a/net-im/fractal/Makefile +++ b/net-im/fractal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fractal DISTVERSION= 4.4.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${DISTVERSION}/ # XXX USES=cargo omits the default source archive by default diff --git a/net-im/gtkcord4/Makefile b/net-im/gtkcord4/Makefile index 1a5ada67fca..ee34ae38ee4 100644 --- a/net-im/gtkcord4/Makefile +++ b/net-im/gtkcord4/Makefile @@ -1,7 +1,6 @@ PORTNAME= gtkcord4 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.16-1 -PORTREVISION= 1 +DISTVERSION= 0.0.17 CATEGORIES= net-im MAINTAINER= jbeich@FreeBSD.org @@ -21,22 +20,22 @@ GH_TUPLE= alecthomas:chroma:v0.10.0:alecthomas_chroma/vendor/github.com/alecthom alessio:shellescape:v1.4.1:alessio_shellescape/vendor/github.com/alessio/shellescape \ danieljoos:wincred:v1.1.0:danieljoos_wincred/vendor/github.com/danieljoos/wincred \ diamondburned:adaptive:fa139be203a8:diamondburned_adaptive/vendor/github.com/diamondburned/adaptive \ - diamondburned:arikawa:4224b93c4e01:diamondburned_arikawa_v3/vendor/github.com/diamondburned/arikawa/v3 \ - diamondburned:chatkit:f172e4a1e35d:diamondburned_chatkit/vendor/github.com/diamondburned/chatkit \ - diamondburned:gotk4-adwaita:26f1789529b0:diamondburned_gotk4_adwaita_pkg/vendor/github.com/diamondburned/gotk4-adwaita \ + diamondburned:arikawa:9809321f6ff4:diamondburned_arikawa_v3/vendor/github.com/diamondburned/arikawa/v3 \ + diamondburned:chatkit:4e4c83fb3925:diamondburned_chatkit/vendor/github.com/diamondburned/chatkit \ + diamondburned:gotk4-adwaita:503b3cb0406c:diamondburned_gotk4_adwaita_pkg/vendor/github.com/diamondburned/gotk4-adwaita \ diamondburned:gotk4:eb41da62b149:diamondburned_gotk4_pkg/vendor/github.com/diamondburned/gotk4 \ - diamondburned:gotkit:ace9cfa5e044:diamondburned_gotkit/vendor/github.com/diamondburned/gotkit \ - diamondburned:ningen:c71ae51f868b:diamondburned_ningen_v3/vendor/github.com/diamondburned/ningen/v3 \ + diamondburned:gotkit:0395decac74f:diamondburned_gotkit/vendor/github.com/diamondburned/gotkit \ + diamondburned:ningen:970026175e1a:diamondburned_ningen_v3/vendor/github.com/diamondburned/ningen/v3 \ dlclark:regexp2:v1.4.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ enescakir:emoji:v1.0.0:enescakir_emoji/vendor/github.com/enescakir/emoji \ go4org:go4:f5505b9728dd:go4org_go4/vendor/go4.org \ go4org:unsafe-assume-no-moving-gc:e7c30c78aeb2:go4org_unsafe_assume_no_moving_gc/vendor/go4.org/unsafe/assume-no-moving-gc \ godbus:dbus:v5.0.6:godbus_dbus_v5/vendor/github.com/godbus/dbus/v5 \ - golang:crypto:v0.1.0:golang_crypto/vendor/golang.org/x/crypto \ + golang:crypto:v0.17.0:golang_crypto/vendor/golang.org/x/crypto \ golang:image:e7cb96979f69:golang_image/vendor/golang.org/x/image \ - golang:sync:886fb9371eb4:golang_sync/vendor/golang.org/x/sync \ - golang:text:v0.4.0:golang_text/vendor/golang.org/x/text \ + golang:sync:v0.1.0:golang_sync/vendor/golang.org/x/sync \ + golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ golang:time:1f47c861a9ac:golang_time/vendor/golang.org/x/time \ gorilla:schema:v1.2.0:gorilla_schema/vendor/github.com/gorilla/schema \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ diff --git a/net-im/gtkcord4/distinfo b/net-im/gtkcord4/distinfo index f90c6e99780..2b05e1113ed 100644 --- a/net-im/gtkcord4/distinfo +++ b/net-im/gtkcord4/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1700903359 -SHA256 (diamondburned-gtkcord4-v0.0.16-1_GH0.tar.gz) = d856bcfe4a8e80957f2626fb7068aa83e4af18255c629ee164d1b01e6cbf2147 -SIZE (diamondburned-gtkcord4-v0.0.16-1_GH0.tar.gz) = 1110823 +TIMESTAMP = 1704541914 +SHA256 (diamondburned-gtkcord4-v0.0.17_GH0.tar.gz) = 4f21aeaff71c7a6249c5b9127962571467b9388f9e77d418284647e718531951 +SIZE (diamondburned-gtkcord4-v0.0.17_GH0.tar.gz) = 1117035 SHA256 (alecthomas-chroma-v0.10.0_GH0.tar.gz) = 98a517ae99f48e3b54d5c8cd7473d5c544f51bee7a4be17f5175736fce37da56 SIZE (alecthomas-chroma-v0.10.0_GH0.tar.gz) = 798272 SHA256 (alessio-shellescape-v1.4.1_GH0.tar.gz) = ba08ce6af01fed809528363efdfa735c52770a9f0d550ea7a9ba6aebf0c7076a @@ -9,18 +9,18 @@ SHA256 (danieljoos-wincred-v1.1.0_GH0.tar.gz) = fbc111313d66a0a4a80fafb86fb5550b SIZE (danieljoos-wincred-v1.1.0_GH0.tar.gz) = 9547 SHA256 (diamondburned-adaptive-fa139be203a8_GH0.tar.gz) = 72fb26ba28d2ee4528f626a9e496f676dce7f452204f81f04768eece441bba3f SIZE (diamondburned-adaptive-fa139be203a8_GH0.tar.gz) = 18557 -SHA256 (diamondburned-arikawa-4224b93c4e01_GH0.tar.gz) = 1c91c9c2c3b421596cbed00827e4ef13c62ba86706806f2027d311c0b4f3c9ab -SIZE (diamondburned-arikawa-4224b93c4e01_GH0.tar.gz) = 257680 -SHA256 (diamondburned-chatkit-f172e4a1e35d_GH0.tar.gz) = 7daae3164caa814d93110603bc7e907f04e3fc10127ea08d9e7455a9e7783d82 -SIZE (diamondburned-chatkit-f172e4a1e35d_GH0.tar.gz) = 59857 -SHA256 (diamondburned-gotk4-adwaita-26f1789529b0_GH0.tar.gz) = 4dd530e22b16d30c9529ea54748966481bbe3622fa143b2085122a5b6124949f -SIZE (diamondburned-gotk4-adwaita-26f1789529b0_GH0.tar.gz) = 118440 +SHA256 (diamondburned-arikawa-9809321f6ff4_GH0.tar.gz) = b39627aedbf934f03e3efc7e98f08c0e0c6c1659fb8231926cb3fbdd3aaf4cd9 +SIZE (diamondburned-arikawa-9809321f6ff4_GH0.tar.gz) = 261416 +SHA256 (diamondburned-chatkit-4e4c83fb3925_GH0.tar.gz) = ef27addf6bc3c40d01e5f7723891340b83dc37af32a7904e107527a9d30353ac +SIZE (diamondburned-chatkit-4e4c83fb3925_GH0.tar.gz) = 60734 +SHA256 (diamondburned-gotk4-adwaita-503b3cb0406c_GH0.tar.gz) = 3bcf1d0f5813be6d1b8706682bbbbf3e42ea3c6e95434fec84b28407d44a0bde +SIZE (diamondburned-gotk4-adwaita-503b3cb0406c_GH0.tar.gz) = 157738 SHA256 (diamondburned-gotk4-eb41da62b149_GH0.tar.gz) = dc4ad747655acb186c34646f07366490bd686aba9c684e2efa6969cbc3cb54bf SIZE (diamondburned-gotk4-eb41da62b149_GH0.tar.gz) = 2955298 -SHA256 (diamondburned-gotkit-ace9cfa5e044_GH0.tar.gz) = 91cb99dd699d8b1ad29455b58dd118c774dd4a59c1a9f2427722f3b0f5f96105 -SIZE (diamondburned-gotkit-ace9cfa5e044_GH0.tar.gz) = 66297 -SHA256 (diamondburned-ningen-c71ae51f868b_GH0.tar.gz) = b264100eeb7ab03e8b6cb8a521fdc49866b121f266335fe7e42c90ca00bcf211 -SIZE (diamondburned-ningen-c71ae51f868b_GH0.tar.gz) = 41416 +SHA256 (diamondburned-gotkit-0395decac74f_GH0.tar.gz) = 8c47315fb689cf55377c9e0bd9023801dd3c9efa06e1ba3516e4aaadcc3ae0c2 +SIZE (diamondburned-gotkit-0395decac74f_GH0.tar.gz) = 67647 +SHA256 (diamondburned-ningen-970026175e1a_GH0.tar.gz) = 9a4b51bc4cbcd9c6269a5d8cab54071440b706990dba5b439bd40d6d2d9db429 +SIZE (diamondburned-ningen-970026175e1a_GH0.tar.gz) = 41585 SHA256 (dlclark-regexp2-v1.4.0_GH0.tar.gz) = 774718cb87c5cc7b954e4f17056f6a189c8d542ecbf989330296bc7e3885851b SIZE (dlclark-regexp2-v1.4.0_GH0.tar.gz) = 205882 SHA256 (dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba @@ -33,14 +33,14 @@ SHA256 (go4org-unsafe-assume-no-moving-gc-e7c30c78aeb2_GH0.tar.gz) = 34a56952dd6 SIZE (go4org-unsafe-assume-no-moving-gc-e7c30c78aeb2_GH0.tar.gz) = 2619 SHA256 (godbus-dbus-v5.0.6_GH0.tar.gz) = b8c481c97917c4dbcb7585074b06b1e1cc10338dc267ebc84af272763ce04663 SIZE (godbus-dbus-v5.0.6_GH0.tar.gz) = 71369 -SHA256 (golang-crypto-v0.1.0_GH0.tar.gz) = 46d11e87a4df7825186ac5e4d6ac70959411906e899bcf261b2775e52a57c5b7 -SIZE (golang-crypto-v0.1.0_GH0.tar.gz) = 1633075 +SHA256 (golang-crypto-v0.17.0_GH0.tar.gz) = a921c84634495d0d6fe25d81ff0cc7bd1e045865ffe95a7e329cd6f7eceaef6d +SIZE (golang-crypto-v0.17.0_GH0.tar.gz) = 1809419 SHA256 (golang-image-e7cb96979f69_GH0.tar.gz) = 0708e1ad40e912309940faf245fb707958d483accd97da403e42cd359c0dbe15 SIZE (golang-image-e7cb96979f69_GH0.tar.gz) = 5038672 -SHA256 (golang-sync-886fb9371eb4_GH0.tar.gz) = 77a7fcc229c2d550e657f4e8f860f0d73b4c385d356eac80515a37ea8c64dcba -SIZE (golang-sync-886fb9371eb4_GH0.tar.gz) = 19385 -SHA256 (golang-text-v0.4.0_GH0.tar.gz) = 71988b75b6da29772aa1feb65727aa7de3698d2f718f9ea073cd3613e280f5f5 -SIZE (golang-text-v0.4.0_GH0.tar.gz) = 8361656 +SHA256 (golang-sync-v0.1.0_GH0.tar.gz) = 81056c07b5dc1077f2d6ac0f7ce3d4ef199a3ff85c319ab03dcff22fa9ba2183 +SIZE (golang-sync-v0.1.0_GH0.tar.gz) = 19356 +SHA256 (golang-text-v0.14.0_GH0.tar.gz) = c80295e75bda599d17ccf74038139b0957b9915fae4e60d8b46f89454ef171a0 +SIZE (golang-text-v0.14.0_GH0.tar.gz) = 8974094 SHA256 (golang-time-1f47c861a9ac_GH0.tar.gz) = 2548d6d6813621c77fa36a5783e36939d3f4427d962ba58415645f89fcb70925 SIZE (golang-time-1f47c861a9ac_GH0.tar.gz) = 9533 SHA256 (gorilla-schema-v1.2.0_GH0.tar.gz) = 5dbfdc9c3e9275a87f4768cc455db2832c10dc7f2b9703810ff635dbf87c6cf0 diff --git a/net-im/gurk-rs/Makefile b/net-im/gurk-rs/Makefile index 33a282e5594..572fd2dea05 100644 --- a/net-im/gurk-rs/Makefile +++ b/net-im/gurk-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= gurk-rs DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= bsd@orsolic.org diff --git a/net-im/kaccounts-integration/Makefile b/net-im/kaccounts-integration/Makefile index 13bfe67c3bb..4494d104be3 100644 --- a/net-im/kaccounts-integration/Makefile +++ b/net-im/kaccounts-integration/Makefile @@ -1,6 +1,6 @@ PORTNAME= kaccounts-integration DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 5 CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -8,8 +8,8 @@ COMMENT= System to administer web accounts for the KDE desktop WWW= https://projects.kde.org/projects/kdereview/kaccounts-integration LIB_DEPENDS= libQCoro5Core.so:devel/qcoro@qt5 \ - libaccounts-qt5.so:net-im/libaccounts-qt5 \ - libsignon-qt5.so:sysutils/signon-qt5 + libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \ + libsignon-qt5.so:sysutils/signond@qt5 RUN_DEPENDS= signon-ui:sysutils/signon-ui USES= cmake compiler:c++11-lang gettext-tools pkgconfig kde:5 \ diff --git a/net-im/kaccounts-providers/Makefile b/net-im/kaccounts-providers/Makefile index 6c98c99b1bb..b062c6f88c9 100644 --- a/net-im/kaccounts-providers/Makefile +++ b/net-im/kaccounts-providers/Makefile @@ -1,5 +1,6 @@ PORTNAME= kaccounts-providers DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 2 CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -8,8 +9,8 @@ WWW= https://projects.kde.org/projects/kdereview/kaccounts-providers LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib \ libkaccounts.so:net-im/kaccounts-integration \ - libaccounts-qt5.so:net-im/libaccounts-qt5 \ - libsignon-qt5.so:sysutils/signon-qt5 + libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \ + libsignon-qt5.so:sysutils/signond@qt5 USES= cmake compiler:c++11-lang gettext gnome kde:5 pkgconfig qt:5 \ tar:xz diff --git a/net-im/libaccounts-glib/Makefile b/net-im/libaccounts-glib/Makefile index 4ba007a1444..b48d739736d 100644 --- a/net-im/libaccounts-glib/Makefile +++ b/net-im/libaccounts-glib/Makefile @@ -5,7 +5,7 @@ DIST_SUBDIR= KDE/${GL_ACCOUNT} MAINTAINER= kde@FreeBSD.org COMMENT= Accounts and SSO framework for Linux and POSIX based platforms -WWW= https://code.google.com/p/accounts-sso/ +WWW= https://gitlab.com/accounts-sso LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/libaccounts-qt5/Makefile b/net-im/libaccounts-qt/Makefile similarity index 60% rename from net-im/libaccounts-qt5/Makefile rename to net-im/libaccounts-qt/Makefile index 83344b178db..f4b6f3e9792 100644 --- a/net-im/libaccounts-qt5/Makefile +++ b/net-im/libaccounts-qt/Makefile @@ -1,28 +1,34 @@ -PORTNAME= libaccounts-qt5 +PORTNAME= libaccounts-qt DISTVERSION= 1.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im DIST_SUBDIR= KDE/${GL_ACCOUNT} +PKGNAMESUFFIX= ${FLAVOR:S/qt//} MAINTAINER= kde@FreeBSD.org COMMENT= Qt5 wrapper for SSO framework -WWW= https://code.google.com/p/accounts-sso/ +WWW= https://gitlab.com/accounts-sso LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +FLAVORS= qt5 qt6 +FLAVOR?= qt5 + LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib USES= compiler:c++17-lang gettext-runtime gnome qmake \ - pathfix pkgconfig python qt:5 tar:bz2 + pathfix pkgconfig python qt:${FLAVOR:S/qt//} tar:bz2 USE_GNOME= glib20 -USE_QT= buildtools:build core qmake:build testlib xml +_USE_QT_qt5= buildtools:build core qmake:build testlib xml +_USE_QT_qt6= base +USE_QT= ${_USE_QT_${FLAVOR}} # gitlab variables USE_GITLAB= yes -GL_ACCOUNT= accounts-sso +GL_ACCOUNT= nicolasfella GL_PROJECT= libaccounts-qt -GL_TAGNAME= 525ec684cfa8d234f797d7e49e21c476eea04d8e +GL_TAGNAME= 18557f7def9af8f4a9e0e93e9f575ae11e5066aa OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes @@ -30,6 +36,8 @@ OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOCS_QMAKE_ON= CONFIG+=docs +PLIST_SUB= QT_VER=${FLAVOR:S/qt//} + pre-configure: ${REINPLACE_CMD} -e 's,$$$${INSTALL_LIBDIR},${LOCALBASE}/libdata,' \ ${WRKSRC}/common-pkgconfig.pri diff --git a/net-im/libaccounts-qt/distinfo b/net-im/libaccounts-qt/distinfo new file mode 100644 index 00000000000..a72f665c50b --- /dev/null +++ b/net-im/libaccounts-qt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704456583 +SHA256 (KDE/nicolasfella/nicolasfella-libaccounts-qt-18557f7def9af8f4a9e0e93e9f575ae11e5066aa_GL0.tar.gz) = c89df9c9537afa5b2f01556a99a28cb78bca6325588147c0e902d52a06c64c49 +SIZE (KDE/nicolasfella/nicolasfella-libaccounts-qt-18557f7def9af8f4a9e0e93e9f575ae11e5066aa_GL0.tar.gz) = 65468 diff --git a/net-im/libaccounts-qt5/files/patch-accounts-qt.pro b/net-im/libaccounts-qt/files/patch-accounts-qt.pro similarity index 100% rename from net-im/libaccounts-qt5/files/patch-accounts-qt.pro rename to net-im/libaccounts-qt/files/patch-accounts-qt.pro diff --git a/net-im/libaccounts-qt5/files/patch-common-project-config.pri b/net-im/libaccounts-qt/files/patch-common-project-config.pri similarity index 100% rename from net-im/libaccounts-qt5/files/patch-common-project-config.pri rename to net-im/libaccounts-qt/files/patch-common-project-config.pri diff --git a/net-im/libaccounts-qt5/pkg-descr b/net-im/libaccounts-qt/pkg-descr similarity index 100% rename from net-im/libaccounts-qt5/pkg-descr rename to net-im/libaccounts-qt/pkg-descr diff --git a/net-im/libaccounts-qt5/pkg-plist b/net-im/libaccounts-qt/pkg-plist similarity index 81% rename from net-im/libaccounts-qt5/pkg-plist rename to net-im/libaccounts-qt/pkg-plist index fa3e813ee50..b409b1daf0c 100644 --- a/net-im/libaccounts-qt5/pkg-plist +++ b/net-im/libaccounts-qt/pkg-plist @@ -1,31 +1,31 @@ -include/accounts-qt5/Accounts/Account -include/accounts-qt5/Accounts/AccountService -include/accounts-qt5/Accounts/Application -include/accounts-qt5/Accounts/AuthData -include/accounts-qt5/Accounts/Error -include/accounts-qt5/Accounts/Manager -include/accounts-qt5/Accounts/Provider -include/accounts-qt5/Accounts/Service -include/accounts-qt5/Accounts/ServiceType -include/accounts-qt5/Accounts/account-service.h -include/accounts-qt5/Accounts/account.h -include/accounts-qt5/Accounts/accountscommon.h -include/accounts-qt5/Accounts/application.h -include/accounts-qt5/Accounts/auth-data.h -include/accounts-qt5/Accounts/error.h -include/accounts-qt5/Accounts/manager.h -include/accounts-qt5/Accounts/manager_p.h -include/accounts-qt5/Accounts/provider.h -include/accounts-qt5/Accounts/service-type.h -include/accounts-qt5/Accounts/service.h -include/accounts-qt5/Accounts/utils.h -lib/cmake/AccountsQt5/AccountsQt5Config.cmake -lib/cmake/AccountsQt5/AccountsQt5ConfigVersion.cmake -lib/libaccounts-qt5.so -lib/libaccounts-qt5.so.1 -lib/libaccounts-qt5.so.1.4 -lib/libaccounts-qt5.so.1.4.0 -libdata/pkgconfig/accounts-qt5.pc +include/accounts-qt%%QT_VER%%/Accounts/Account +include/accounts-qt%%QT_VER%%/Accounts/AccountService +include/accounts-qt%%QT_VER%%/Accounts/Application +include/accounts-qt%%QT_VER%%/Accounts/AuthData +include/accounts-qt%%QT_VER%%/Accounts/Error +include/accounts-qt%%QT_VER%%/Accounts/Manager +include/accounts-qt%%QT_VER%%/Accounts/Provider +include/accounts-qt%%QT_VER%%/Accounts/Service +include/accounts-qt%%QT_VER%%/Accounts/ServiceType +include/accounts-qt%%QT_VER%%/Accounts/account-service.h +include/accounts-qt%%QT_VER%%/Accounts/account.h +include/accounts-qt%%QT_VER%%/Accounts/accountscommon.h +include/accounts-qt%%QT_VER%%/Accounts/application.h +include/accounts-qt%%QT_VER%%/Accounts/auth-data.h +include/accounts-qt%%QT_VER%%/Accounts/error.h +include/accounts-qt%%QT_VER%%/Accounts/manager.h +include/accounts-qt%%QT_VER%%/Accounts/manager_p.h +include/accounts-qt%%QT_VER%%/Accounts/provider.h +include/accounts-qt%%QT_VER%%/Accounts/service-type.h +include/accounts-qt%%QT_VER%%/Accounts/service.h +include/accounts-qt%%QT_VER%%/Accounts/utils.h +lib/cmake/AccountsQt%%QT_VER%%/AccountsQt%%QT_VER%%Config.cmake +lib/cmake/AccountsQt%%QT_VER%%/AccountsQt%%QT_VER%%ConfigVersion.cmake +lib/libaccounts-qt%%QT_VER%%.so +lib/libaccounts-qt%%QT_VER%%.so.1 +lib/libaccounts-qt%%QT_VER%%.so.1.4 +lib/libaccounts-qt%%QT_VER%%.so.1.4.0 +libdata/pkgconfig/accounts-qt%%QT_VER%%.pc %%DOCS%%share/doc/accounts-qt/html/account-service_8cpp_source.html %%DOCS%%share/doc/accounts-qt/html/account-service_8h_source.html %%DOCS%%share/doc/accounts-qt/html/account_8cpp_source.html diff --git a/net-im/libaccounts-qt5/distinfo b/net-im/libaccounts-qt5/distinfo deleted file mode 100644 index 8974bad22d4..00000000000 --- a/net-im/libaccounts-qt5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1617891830 -SHA256 (KDE/accounts-sso/accounts-sso-libaccounts-qt-525ec684cfa8d234f797d7e49e21c476eea04d8e_GL0.tar.gz) = 87f5a6e1cdcaa115bced1e6db1936746152fa17f03eae406dcf2469f45749709 -SIZE (KDE/accounts-sso/accounts-sso-libaccounts-qt-525ec684cfa8d234f797d7e49e21c476eea04d8e_GL0.tar.gz) = 64429 diff --git a/net-im/libsignal-client/Makefile b/net-im/libsignal-client/Makefile index 441cf5eeed6..216dd19b3d5 100644 --- a/net-im/libsignal-client/Makefile +++ b/net-im/libsignal-client/Makefile @@ -1,7 +1,7 @@ PORTNAME= libsignal-client DISTVERSIONPREFIX= v DISTVERSION= 0.9.6 -PORTREVISION= 21 +PORTREVISION= 22 PORTEPOCH= 1 CATEGORIES= net-im java diff --git a/net-im/libsignal-node/Makefile b/net-im/libsignal-node/Makefile index 5084732473d..9b8d171f29c 100644 --- a/net-im/libsignal-node/Makefile +++ b/net-im/libsignal-node/Makefile @@ -1,7 +1,6 @@ PORTNAME= libsignal DISTVERSIONPREFIX= v -DISTVERSION= 0.32.1 -PORTREVISION= 1 +DISTVERSION= 0.36.0 CATEGORIES= net-im PKGNAMESUFFIX= -node DISTFILES= libsignal-node-${DISTVERSION}-yarn-cache.tar.gz @@ -24,8 +23,8 @@ BUILD_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \ USES= cargo gmake python:build USE_GITHUB= yes GH_ACCOUNT= signalapp -GH_TUPLE= google:boringssl:3b74ab506eff560da3d67bfac9f1caa68bf31fbd:boringssl \ - google:boringssl:ae223d6138807a13006342edfeef32e813246b39:boringssl_fips +GH_TUPLE= google:boringssl:44b3df6f03d85c901767250329c571db405122d5:boringssl \ + google:boringssl:853ca1ea1168dff08011e5d42d94609cc0ca2e27:boringssl_fips # RUSTFLAGS=-Clink-dead-code is required to have a functional libsignal-node binary: # linkme is broken with https://github.com/dtolnay/linkme/commit/64e7c63c106848481bea8f66c4885b52c26ca9ec @@ -76,8 +75,8 @@ post-patch: # Check hash here: https://github.com/signalapp/boring/tree/libsignal/boring-sys/deps post-extract: - ${MV} ${WRKDIR}/boringssl-3b74ab506eff560da3d67bfac9f1caa68bf31fbd/* ${WRKDIR}/boring-3809a7e1ca2f60a9495620da514f8432f148cde7/boring-sys/deps/boringssl - ${MV} ${WRKDIR}/boringssl-ae223d6138807a13006342edfeef32e813246b39/* ${WRKDIR}/boring-3809a7e1ca2f60a9495620da514f8432f148cde7/boring-sys/deps/boringssl-fips + ${MV} ${WRKDIR}/boringssl-44b3df6f03d85c901767250329c571db405122d5/* ${WRKDIR}/boring-8245063ae6eb97d909982b89fad45bb7f0a2a1a0/boring-sys/deps/boringssl + ${MV} ${WRKDIR}/boringssl-853ca1ea1168dff08011e5d42d94609cc0ca2e27/* ${WRKDIR}/boring-8245063ae6eb97d909982b89fad45bb7f0a2a1a0/boring-sys/deps/boringssl-fips ${CP} ${FILESDIR}/node/package.json ${WRKSRC}/node diff --git a/net-im/libsignal-node/Makefile.crates b/net-im/libsignal-node/Makefile.crates index 187dd8dddf4..2edf094084b 100644 --- a/net-im/libsignal-node/Makefile.crates +++ b/net-im/libsignal-node/Makefile.crates @@ -1,4 +1,4 @@ -CARGO_CRATES= addr2line-0.20.0 \ +CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ aead-0.4.3 \ aead-0.5.2 \ @@ -6,37 +6,39 @@ CARGO_CRATES= addr2line-0.20.0 \ aes-0.8.3 \ aes-gcm-0.9.2 \ aes-gcm-siv-0.11.1 \ - aho-corasick-1.0.2 \ + aho-corasick-1.1.2 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ anes-0.1.6 \ - anstyle-1.0.1 \ - anyhow-1.0.72 \ - argon2-0.5.1 \ + anstyle-1.0.4 \ + anyhow-1.0.75 \ + argon2-0.5.2 \ arrayref-0.3.7 \ - asn1-0.15.4 \ - asn1_derive-0.15.4 \ - async-trait-0.1.72 \ + asn1-0.15.5 \ + asn1_derive-0.15.5 \ + assert_matches-1.5.0 \ + async-trait-0.1.74 \ autocfg-1.1.0 \ - backtrace-0.3.68 \ - base64-0.21.2 \ + backtrace-0.3.69 \ + base64-0.21.5 \ base64ct-1.6.0 \ bincode-1.3.3 \ - bindgen-0.62.0 \ + bindgen-0.66.1 \ bit-set-0.5.3 \ bit-vec-0.6.3 \ bitflags-1.3.2 \ - bitflags-2.3.3 \ + bitflags-2.4.1 \ + bitstream-io-1.8.0 \ blake2-0.10.6 \ block-buffer-0.10.4 \ block-padding-0.3.3 \ - bumpalo-3.13.0 \ - bytemuck-1.13.1 \ - byteorder-1.4.3 \ - bytes-1.4.0 \ + bumpalo-3.14.0 \ + bytemuck-1.14.0 \ + byteorder-1.5.0 \ + bytes-1.5.0 \ cast-0.3.0 \ cbc-0.1.2 \ - cc-1.0.81 \ + cc-1.0.83 \ cesu8-1.1.0 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ @@ -44,24 +46,24 @@ CARGO_CRATES= addr2line-0.20.0 \ chacha20-0.9.1 \ chacha20poly1305-0.9.1 \ chacha20poly1305-0.10.1 \ - chrono-0.4.26 \ + chrono-0.4.31 \ ciborium-0.2.1 \ ciborium-io-0.2.1 \ ciborium-ll-0.2.1 \ cipher-0.3.0 \ cipher-0.4.4 \ clang-sys-1.6.1 \ - clap-4.3.19 \ - clap_builder-4.3.19 \ - clap_lex-0.5.0 \ + clap-4.4.7 \ + clap_builder-4.4.7 \ + clap_lex-0.6.0 \ cmake-0.1.48 \ combine-4.6.6 \ convert_case-0.4.0 \ + core-foundation-0.9.3 \ core-foundation-sys-0.8.4 \ - cpufeatures-0.2.9 \ + cpufeatures-0.2.11 \ criterion-0.5.1 \ criterion-plot-0.5.0 \ - crossbeam-channel-0.5.8 \ crossbeam-deque-0.8.3 \ crossbeam-epoch-0.9.15 \ crossbeam-utils-0.8.16 \ @@ -71,7 +73,8 @@ CARGO_CRATES= addr2line-0.20.0 \ darling-0.14.4 \ darling_core-0.14.4 \ darling_macro-0.14.4 \ - derive-where-1.2.1 \ + data-encoding-2.4.0 \ + derive-where-1.2.5 \ derive_builder-0.12.0 \ derive_builder_core-0.12.0 \ derive_builder_macro-0.12.0 \ @@ -82,90 +85,127 @@ CARGO_CRATES= addr2line-0.20.0 \ dunce-1.0.4 \ dyn-clonable-0.9.0 \ dyn-clonable-impl-0.9.0 \ - dyn-clone-1.0.12 \ + dyn-clone-1.0.14 \ either-1.9.0 \ + encoding_rs-0.8.33 \ env_logger-0.10.0 \ equivalent-1.0.1 \ - errno-0.3.2 \ - errno-dragonfly-0.1.2 \ - fastrand-2.0.0 \ + errno-0.3.5 \ + fastrand-2.0.1 \ fiat-crypto-0.1.20 \ fixedbitset-0.4.2 \ fnv-1.0.7 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.3 \ foreign-types-shared-0.3.1 \ - futures-core-0.3.28 \ - futures-io-0.3.28 \ - futures-macro-0.3.28 \ - futures-task-0.3.28 \ - futures-util-0.3.28 \ + form_urlencoded-1.2.0 \ + fs_extra-1.3.0 \ + fslock-0.2.1 \ + futures-channel-0.3.29 \ + futures-core-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 \ generic-array-0.14.7 \ getrandom-0.2.10 \ ghash-0.4.4 \ ghash-0.5.0 \ - gimli-0.27.3 \ + gimli-0.28.0 \ glob-0.3.1 \ + h2-0.3.21 \ half-1.8.2 \ hashbrown-0.12.3 \ - hashbrown-0.14.0 \ + hashbrown-0.14.2 \ + headers-0.3.9 \ + headers-core-0.2.0 \ heck-0.3.3 \ - hermit-abi-0.3.2 \ + heck-0.4.1 \ + hermit-abi-0.3.3 \ hex-0.4.3 \ hex-literal-0.4.1 \ hkdf-0.12.3 \ hmac-0.12.1 \ + home-0.5.5 \ + http-0.2.9 \ + http-body-0.4.5 \ + http-body-1.0.0-rc.2 \ + http-body-util-0.1.0-rc.3 \ + httparse-1.8.0 \ + httpdate-1.0.3 \ humantime-2.1.0 \ - iana-time-zone-0.1.57 \ + hyper-0.14.27 \ + hyper-1.0.0-rc.4 \ + iana-time-zone-0.1.58 \ iana-time-zone-haiku-0.1.2 \ ident_case-1.0.1 \ + idna-0.4.0 \ indexmap-1.9.3 \ - indexmap-2.0.0 \ + indexmap-2.1.0 \ inout-0.1.3 \ is-terminal-0.4.9 \ itertools-0.10.5 \ + itertools-0.11.0 \ itoa-1.0.9 \ jni-0.21.1 \ jni-sys-0.3.0 \ - jobserver-0.1.26 \ - js-sys-0.3.64 \ + jobserver-0.1.27 \ + js-sys-0.3.65 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - libc-0.2.147 \ + libc-0.2.149 \ libloading-0.6.7 \ libloading-0.7.4 \ - libm-0.2.7 \ - linkme-0.3.14 \ - linkme-impl-0.3.14 \ - linux-raw-sys-0.4.5 \ - log-0.4.19 \ + libm-0.2.8 \ + linkme-0.3.17 \ + linkme-impl-0.3.17 \ + linux-raw-sys-0.4.10 \ + lock_api-0.4.11 \ + log-0.4.20 \ log-panics-2.1.0 \ - memchr-2.5.0 \ + mediasan-common-0.5.1 \ + memchr-2.6.4 \ memoffset-0.9.0 \ + mime-0.3.17 \ + mime_guess-2.0.4 \ minimal-lexical-0.2.1 \ miniz_oxide-0.7.1 \ - mp4san-0.3.1 \ + mio-0.8.9 \ + mp4san-0.5.1 \ + mp4san-derive-0.5.1 \ + multer-2.1.0 \ multimap-0.8.3 \ neon-0.10.1 \ neon-build-0.10.1 \ neon-macros-0.10.1 \ neon-runtime-0.10.1 \ nom-7.1.3 \ - num-traits-0.2.16 \ + nonzero_ext-0.3.0 \ + num-integer-0.1.45 \ + num-traits-0.2.17 \ num_cpus-1.16.0 \ num_enum-0.6.1 \ num_enum_derive-0.6.1 \ - object-0.31.1 \ + object-0.32.1 \ once_cell-1.18.0 \ oorandom-11.1.3 \ opaque-debug-0.3.0 \ + openssl-probe-0.1.5 \ + parking_lot-0.12.1 \ + parking_lot_core-0.9.9 \ + partial-default-0.1.0 \ + partial-default-derive-0.1.0 \ password-hash-0.5.0 \ paste-1.0.14 \ peeking_take_while-0.1.2 \ - petgraph-0.6.3 \ - pin-project-lite-0.2.10 \ + percent-encoding-2.3.0 \ + petgraph-0.6.4 \ + pin-project-1.1.3 \ + pin-project-internal-1.1.3 \ + pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ - platforms-3.0.2 \ + platforms-3.2.0 \ plotters-0.3.5 \ plotters-backend-0.3.5 \ plotters-svg-0.3.5 \ @@ -174,110 +214,148 @@ CARGO_CRATES= addr2line-0.20.0 \ polyval-0.5.3 \ polyval-0.6.1 \ ppv-lite86-0.2.17 \ - pqcrypto-internals-0.2.4 \ + pqcrypto-internals-0.2.5 \ pqcrypto-kyber-0.7.6 \ - pqcrypto-traits-0.3.4 \ + pqcrypto-kyber-0.8.0 \ + pqcrypto-traits-0.3.5 \ + prettyplease-0.2.15 \ proc-macro-crate-1.3.1 \ - proc-macro2-1.0.66 \ - proptest-1.2.0 \ - prost-0.9.0 \ - prost-build-0.9.0 \ - prost-derive-0.9.0 \ - prost-types-0.9.0 \ + proc-macro2-1.0.69 \ + proptest-1.3.1 \ + prost-0.12.1 \ + prost-build-0.12.1 \ + prost-derive-0.12.1 \ + prost-types-0.12.1 \ quick-error-1.2.3 \ - quote-1.0.32 \ + quote-1.0.33 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ rand_xorshift-0.3.0 \ - rayon-1.7.0 \ - rayon-core-1.11.0 \ - redox_syscall-0.3.5 \ - regex-1.9.1 \ - regex-automata-0.3.4 \ - regex-syntax-0.6.29 \ - regex-syntax-0.7.4 \ + rayon-1.8.0 \ + rayon-core-1.12.0 \ + redox_syscall-0.4.1 \ + regex-1.10.2 \ + regex-automata-0.4.3 \ + regex-syntax-0.7.5 \ + regex-syntax-0.8.2 \ + ring-0.17.5 \ rustc-demangle-0.1.23 \ rustc-hash-1.1.0 \ rustc_version-0.4.0 \ - rustix-0.38.6 \ + rustix-0.38.21 \ + rustls-0.21.8 \ + rustls-native-certs-0.6.3 \ + rustls-pemfile-1.0.3 \ + rustls-webpki-0.101.7 \ rusty-fork-0.3.0 \ ryu-1.0.15 \ same-file-1.0.6 \ + schannel-0.1.22 \ + scoped-tls-1.0.1 \ scopeguard-1.2.0 \ + sct-0.7.1 \ + security-framework-2.9.2 \ + security-framework-sys-2.9.1 \ semver-0.9.0 \ - semver-1.0.18 \ + semver-1.0.20 \ semver-parser-0.7.0 \ - serde-1.0.180 \ - serde_derive-1.0.180 \ - serde_json-1.0.104 \ - sha1-0.10.5 \ - sha2-0.10.7 \ - shlex-1.1.0 \ - slab-0.4.8 \ - smallvec-1.11.0 \ + serde-1.0.190 \ + serde_derive-1.0.190 \ + serde_json-1.0.108 \ + serde_urlencoded-0.7.1 \ + sha1-0.10.6 \ + sha2-0.10.8 \ + shlex-1.2.0 \ + signal-hook-registry-1.4.1 \ + slab-0.4.9 \ + smallvec-1.11.1 \ snow-0.9.3 \ + socket2-0.4.10 \ + socket2-0.5.5 \ + spin-0.9.8 \ static_assertions-1.1.0 \ strsim-0.10.0 \ subtle-2.5.0 \ syn-1.0.109 \ - syn-2.0.28 \ + syn-2.0.38 \ syn-mid-0.5.4 \ - tempfile-3.7.0 \ - termcolor-1.2.0 \ - thiserror-1.0.44 \ - thiserror-impl-1.0.44 \ - time-0.1.45 \ + tempfile-3.8.1 \ + termcolor-1.3.0 \ + thiserror-1.0.50 \ + thiserror-impl-1.0.50 \ tinytemplate-1.2.1 \ - toml_datetime-0.6.3 \ - toml_edit-0.19.14 \ - typenum-1.16.0 \ + tinyvec-1.6.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.33.0 \ + tokio-macros-2.1.0 \ + tokio-rustls-0.24.1 \ + tokio-stream-0.1.14 \ + tokio-tungstenite-0.19.0 \ + tokio-tungstenite-0.20.1 \ + tokio-util-0.7.10 \ + toml_datetime-0.6.5 \ + toml_edit-0.19.15 \ + tower-service-0.3.2 \ + tracing-0.1.40 \ + tracing-core-0.1.32 \ + try-lock-0.2.4 \ + tungstenite-0.19.0 \ + tungstenite-0.20.1 \ + typenum-1.17.0 \ unarray-0.1.4 \ - unicode-ident-1.0.11 \ + unicase-2.7.0 \ + unicode-bidi-0.3.13 \ + unicode-ident-1.0.12 \ + unicode-normalization-0.1.22 \ unicode-segmentation-1.10.1 \ universal-hash-0.4.0 \ universal-hash-0.5.1 \ - unzip3-1.0.0 \ - uuid-1.4.1 \ + untrusted-0.9.0 \ + url-2.4.1 \ + utf-8-0.7.6 \ + uuid-1.5.0 \ variant_count-1.1.0 \ version_check-0.9.4 \ wait-timeout-0.2.0 \ - walkdir-2.3.3 \ - wasi-0.10.0+wasi-snapshot-preview1 \ + walkdir-2.4.0 \ + want-0.3.1 \ + warp-0.3.6 \ 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.64 \ - which-4.4.0 \ + wasm-bindgen-0.2.88 \ + wasm-bindgen-backend-0.2.88 \ + wasm-bindgen-macro-0.2.88 \ + wasm-bindgen-macro-support-0.2.88 \ + wasm-bindgen-shared-0.2.88 \ + web-sys-0.3.65 \ + webpsan-0.5.1 \ + which-4.4.2 \ 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.48.0 \ + windows-core-0.51.1 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ windows-targets-0.42.2 \ - windows-targets-0.48.1 \ + 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 \ - winnow-0.5.3 \ + windows_x86_64_msvc-0.48.5 \ + winnow-0.5.18 \ x25519-dalek-2.0.0 \ zeroize-1.6.0 \ zeroize_derive-1.4.2 \ curve25519-dalek,curve25519-dalek-derive@git+https://github.com/signalapp/curve25519-dalek?tag=signal-curve25519-4.0.0\#463e5c7cba32561ffee8a281c4455ff3c25660d4 \ - boring,boring-sys@git+https://github.com/signalapp/boring?branch=libsignal\#3809a7e1ca2f60a9495620da514f8432f148cde7 + boring,boring-sys,tokio-boring@git+https://github.com/signalapp/boring?branch=libsignal\#8245063ae6eb97d909982b89fad45bb7f0a2a1a0 diff --git a/net-im/libsignal-node/distinfo b/net-im/libsignal-node/distinfo index 751c045ab91..a2795309cd8 100644 --- a/net-im/libsignal-node/distinfo +++ b/net-im/libsignal-node/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1698947442 -SHA256 (libsignal-node-0.32.1-yarn-cache.tar.gz) = 779d8f18f6890e6c470a21eaf894429d9e234e4a3aaab090ba2579cc69f4b531 -SIZE (libsignal-node-0.32.1-yarn-cache.tar.gz) = 23540764 -SHA256 (rust/crates/addr2line-0.20.0.crate) = f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3 -SIZE (rust/crates/addr2line-0.20.0.crate) = 39558 +TIMESTAMP = 1704473101 +SHA256 (libsignal-node-0.36.0-yarn-cache.tar.gz) = a0e2167239cf8fd2432ff3613e02c63281c8321d413a36afc2d8217afb4d6c7c +SIZE (libsignal-node-0.36.0-yarn-cache.tar.gz) = 24342584 +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/aead-0.4.3.crate) = 0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877 @@ -17,68 +17,72 @@ SHA256 (rust/crates/aes-gcm-0.9.2.crate) = bc3be92e19a7ef47457b8e6f90707e12b6ac5 SIZE (rust/crates/aes-gcm-0.9.2.crate) = 148403 SHA256 (rust/crates/aes-gcm-siv-0.11.1.crate) = ae0784134ba9375416d469ec31e7c5f9fa94405049cf08c5ce5b4698be673e0d SIZE (rust/crates/aes-gcm-siv-0.11.1.crate) = 26633 -SHA256 (rust/crates/aho-corasick-1.0.2.crate) = 43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41 -SIZE (rust/crates/aho-corasick-1.0.2.crate) = 167694 +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/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 SIZE (rust/crates/anes-0.1.6.crate) = 23857 -SHA256 (rust/crates/anstyle-1.0.1.crate) = 3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd -SIZE (rust/crates/anstyle-1.0.1.crate) = 13977 -SHA256 (rust/crates/anyhow-1.0.72.crate) = 3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854 -SIZE (rust/crates/anyhow-1.0.72.crate) = 43837 -SHA256 (rust/crates/argon2-0.5.1.crate) = b2e554a8638bdc1e4eae9984845306cc95f8a9208ba8d49c3859fd958b46774d -SIZE (rust/crates/argon2-0.5.1.crate) = 28364 +SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87 +SIZE (rust/crates/anstyle-1.0.4.crate) = 13998 +SHA256 (rust/crates/anyhow-1.0.75.crate) = a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6 +SIZE (rust/crates/anyhow-1.0.75.crate) = 43901 +SHA256 (rust/crates/argon2-0.5.2.crate) = 17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9 +SIZE (rust/crates/argon2-0.5.2.crate) = 28471 SHA256 (rust/crates/arrayref-0.3.7.crate) = 6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545 SIZE (rust/crates/arrayref-0.3.7.crate) = 9620 -SHA256 (rust/crates/asn1-0.15.4.crate) = de594fb2adce376d7955c41e273e1ba22b0476b8763c383362b99c3d78fee593 -SIZE (rust/crates/asn1-0.15.4.crate) = 34197 -SHA256 (rust/crates/asn1_derive-0.15.4.crate) = fc6da21a2122ddd982cab7a7a73b961d12398e96c2faae5cd4d62593a5e7342f -SIZE (rust/crates/asn1_derive-0.15.4.crate) = 6092 -SHA256 (rust/crates/async-trait-0.1.72.crate) = cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09 -SIZE (rust/crates/async-trait-0.1.72.crate) = 28592 +SHA256 (rust/crates/asn1-0.15.5.crate) = ae3ecbce89a22627b5e8e6e11d69715617138290289e385cde773b1fe50befdb +SIZE (rust/crates/asn1-0.15.5.crate) = 34375 +SHA256 (rust/crates/asn1_derive-0.15.5.crate) = 861af988fac460ac69a09f41e6217a8fb9178797b76fcc9478444be6a59be19c +SIZE (rust/crates/asn1_derive-0.15.5.crate) = 6095 +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.74.crate) = a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9 +SIZE (rust/crates/async-trait-0.1.74.crate) = 28997 SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa 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.2.crate) = 604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d -SIZE (rust/crates/base64-0.21.2.crate) = 76389 +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/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/bindgen-0.62.0.crate) = c6720a8b7b2d39dd533285ed438d458f65b31b5c257e6ac7bb3d7e82844dd722 -SIZE (rust/crates/bindgen-0.62.0.crate) = 201308 +SHA256 (rust/crates/bindgen-0.66.1.crate) = f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7 +SIZE (rust/crates/bindgen-0.66.1.crate) = 218860 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.3.3.crate) = 630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42 -SIZE (rust/crates/bitflags-2.3.3.crate) = 34320 +SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 +SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 +SHA256 (rust/crates/bitstream-io-1.8.0.crate) = 02bef9e74b5908bed0360844109a55b62b07cc973274c11d3a577bda8cc1cf60 +SIZE (rust/crates/bitstream-io-1.8.0.crate) = 33306 SHA256 (rust/crates/blake2-0.10.6.crate) = 46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe 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/block-padding-0.3.3.crate) = a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93 SIZE (rust/crates/block-padding-0.3.3.crate) = 8504 -SHA256 (rust/crates/bumpalo-3.13.0.crate) = a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 -SIZE (rust/crates/bumpalo-3.13.0.crate) = 82114 -SHA256 (rust/crates/bytemuck-1.13.1.crate) = 17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea -SIZE (rust/crates/bytemuck-1.13.1.crate) = 42309 -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/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec +SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400 +SHA256 (rust/crates/bytemuck-1.14.0.crate) = 374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6 +SIZE (rust/crates/bytemuck-1.14.0.crate) = 44933 +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/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 SIZE (rust/crates/cast-0.3.0.crate) = 11452 SHA256 (rust/crates/cbc-0.1.2.crate) = 26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6 SIZE (rust/crates/cbc-0.1.2.crate) = 23501 -SHA256 (rust/crates/cc-1.0.81.crate) = 6c6b2562119bf28c3439f7f02db99faf0aa1a8cdfe5772a2ee155d32227239f0 -SIZE (rust/crates/cc-1.0.81.crate) = 66857 +SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 +SIZE (rust/crates/cc-1.0.83.crate) = 68343 SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -93,8 +97,8 @@ SHA256 (rust/crates/chacha20poly1305-0.9.1.crate) = a18446b09be63d457bbec447509e SIZE (rust/crates/chacha20poly1305-0.9.1.crate) = 68379 SHA256 (rust/crates/chacha20poly1305-0.10.1.crate) = 10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35 SIZE (rust/crates/chacha20poly1305-0.10.1.crate) = 68485 -SHA256 (rust/crates/chrono-0.4.26.crate) = ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5 -SIZE (rust/crates/chrono-0.4.26.crate) = 191501 +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 @@ -107,28 +111,28 @@ SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa2 SIZE (rust/crates/cipher-0.4.4.crate) = 19073 SHA256 (rust/crates/clang-sys-1.6.1.crate) = c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f SIZE (rust/crates/clang-sys-1.6.1.crate) = 41346 -SHA256 (rust/crates/clap-4.3.19.crate) = 5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d -SIZE (rust/crates/clap-4.3.19.crate) = 55022 -SHA256 (rust/crates/clap_builder-4.3.19.crate) = 01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1 -SIZE (rust/crates/clap_builder-4.3.19.crate) = 161122 -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.7.crate) = ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b +SIZE (rust/crates/clap-4.4.7.crate) = 54408 +SHA256 (rust/crates/clap_builder-4.4.7.crate) = c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663 +SIZE (rust/crates/clap_builder-4.4.7.crate) = 162516 +SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 +SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 SHA256 (rust/crates/cmake-0.1.48.crate) = e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a SIZE (rust/crates/cmake-0.1.48.crate) = 15142 SHA256 (rust/crates/combine-4.6.6.crate) = 35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4 SIZE (rust/crates/combine-4.6.6.crate) = 132428 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.4.crate) = e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa SIZE (rust/crates/core-foundation-sys-0.8.4.crate) = 17725 -SHA256 (rust/crates/cpufeatures-0.2.9.crate) = a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1 -SIZE (rust/crates/cpufeatures-0.2.9.crate) = 11895 +SHA256 (rust/crates/cpufeatures-0.2.11.crate) = ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0 +SIZE (rust/crates/cpufeatures-0.2.11.crate) = 12727 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.8.crate) = a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200 -SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455 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 @@ -147,8 +151,10 @@ SHA256 (rust/crates/darling_core-0.14.4.crate) = 109c1ca6e6b7f82cc233a97004ea8ed 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/derive-where-1.2.1.crate) = 5bc1955a640c4464859ae700fbe48e666da6fdce99ce5fe1acd08dd295889d10 -SIZE (rust/crates/derive-where-1.2.1.crate) = 42242 +SHA256 (rust/crates/data-encoding-2.4.0.crate) = c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308 +SIZE (rust/crates/data-encoding-2.4.0.crate) = 19165 +SHA256 (rust/crates/derive-where-1.2.5.crate) = 146398d62142a0f35248a608f17edf0dde57338354966d6e41d0eb2d16980ccb +SIZE (rust/crates/derive-where-1.2.5.crate) = 46392 SHA256 (rust/crates/derive_builder-0.12.0.crate) = 8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8 SIZE (rust/crates/derive_builder-0.12.0.crate) = 35456 SHA256 (rust/crates/derive_builder_core-0.12.0.crate) = c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f @@ -169,20 +175,20 @@ SHA256 (rust/crates/dyn-clonable-0.9.0.crate) = 4e9232f0e607a262ceb9bd5141a3dfb3 SIZE (rust/crates/dyn-clonable-0.9.0.crate) = 1960 SHA256 (rust/crates/dyn-clonable-impl-0.9.0.crate) = 558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5 SIZE (rust/crates/dyn-clonable-impl-0.9.0.crate) = 1462 -SHA256 (rust/crates/dyn-clone-1.0.12.crate) = 304e6508efa593091e97a9abbc10f90aa7ca635b6d2784feff3c89d41dd12272 -SIZE (rust/crates/dyn-clone-1.0.12.crate) = 11800 +SHA256 (rust/crates/dyn-clone-1.0.14.crate) = 23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd +SIZE (rust/crates/dyn-clone-1.0.14.crate) = 11769 SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 SIZE (rust/crates/either-1.9.0.crate) = 16660 +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.0.crate) = 85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0 SIZE (rust/crates/env_logger-0.10.0.crate) = 36574 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.2.crate) = 6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f -SIZE (rust/crates/errno-0.3.2.crate) = 10424 -SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf -SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 -SHA256 (rust/crates/fastrand-2.0.0.crate) = 6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764 -SIZE (rust/crates/fastrand-2.0.0.crate) = 14402 +SHA256 (rust/crates/errno-0.3.5.crate) = ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860 +SIZE (rust/crates/errno-0.3.5.crate) = 10576 +SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 +SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 SHA256 (rust/crates/fiat-crypto-0.1.20.crate) = e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77 SIZE (rust/crates/fiat-crypto-0.1.20.crate) = 475267 SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 @@ -195,16 +201,26 @@ SHA256 (rust/crates/foreign-types-macros-0.2.3.crate) = 1a5c6c585bc94aaf2c7b51dd SIZE (rust/crates/foreign-types-macros-0.2.3.crate) = 7635 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/futures-core-0.3.28.crate) = 4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c -SIZE (rust/crates/futures-core-0.3.28.crate) = 14780 -SHA256 (rust/crates/futures-io-0.3.28.crate) = 4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964 -SIZE (rust/crates/futures-io-0.3.28.crate) = 8910 -SHA256 (rust/crates/futures-macro-0.3.28.crate) = 89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72 -SIZE (rust/crates/futures-macro-0.3.28.crate) = 11272 -SHA256 (rust/crates/futures-task-0.3.28.crate) = 76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65 -SIZE (rust/crates/futures-task-0.3.28.crate) = 11848 -SHA256 (rust/crates/futures-util-0.3.28.crate) = 26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533 -SIZE (rust/crates/futures-util-0.3.28.crate) = 158510 +SHA256 (rust/crates/form_urlencoded-1.2.0.crate) = a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652 +SIZE (rust/crates/form_urlencoded-1.2.0.crate) = 8923 +SHA256 (rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c +SIZE (rust/crates/fs_extra-1.3.0.crate) = 31298 +SHA256 (rust/crates/fslock-0.2.1.crate) = 04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb +SIZE (rust/crates/fslock-0.2.1.crate) = 13463 +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-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/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.2.10.crate) = be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427 @@ -213,20 +229,28 @@ SHA256 (rust/crates/ghash-0.4.4.crate) = 1583cc1656d7839fd3732b80cf4f38850336cdb SIZE (rust/crates/ghash-0.4.4.crate) = 9005 SHA256 (rust/crates/ghash-0.5.0.crate) = d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40 SIZE (rust/crates/ghash-0.5.0.crate) = 9244 -SHA256 (rust/crates/gimli-0.27.3.crate) = b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e -SIZE (rust/crates/gimli-0.27.3.crate) = 287904 +SHA256 (rust/crates/gimli-0.28.0.crate) = 6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0 +SIZE (rust/crates/gimli-0.28.0.crate) = 269277 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 +SHA256 (rust/crates/h2-0.3.21.crate) = 91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833 +SIZE (rust/crates/h2-0.3.21.crate) = 166581 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.0.crate) = 2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a -SIZE (rust/crates/hashbrown-0.14.0.crate) = 116103 +SHA256 (rust/crates/hashbrown-0.14.2.crate) = f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156 +SIZE (rust/crates/hashbrown-0.14.2.crate) = 140080 +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 +SIZE (rust/crates/headers-core-0.2.0.crate) = 2380 SHA256 (rust/crates/heck-0.3.3.crate) = 6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c SIZE (rust/crates/heck-0.3.3.crate) = 10260 -SHA256 (rust/crates/hermit-abi-0.3.2.crate) = 443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b -SIZE (rust/crates/hermit-abi-0.3.2.crate) = 13783 +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.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 +SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hex-literal-0.4.1.crate) = 6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46 @@ -235,66 +259,102 @@ SHA256 (rust/crates/hkdf-0.12.3.crate) = 791a029f6b9fc27657f6f188ec6e5e43f6911f6 SIZE (rust/crates/hkdf-0.12.3.crate) = 170910 SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e SIZE (rust/crates/hmac-0.12.1.crate) = 42657 +SHA256 (rust/crates/home-0.5.5.crate) = 5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb +SIZE (rust/crates/home-0.5.5.crate) = 8557 +SHA256 (rust/crates/http-0.2.9.crate) = bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482 +SIZE (rust/crates/http-0.2.9.crate) = 100146 +SHA256 (rust/crates/http-body-0.4.5.crate) = d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1 +SIZE (rust/crates/http-body-0.4.5.crate) = 9242 +SHA256 (rust/crates/http-body-1.0.0-rc.2.crate) = 951dfc2e32ac02d67c90c0d65bd27009a635dc9b381a2cc7d284ab01e3a0150d +SIZE (rust/crates/http-body-1.0.0-rc.2.crate) = 5237 +SHA256 (rust/crates/http-body-util-0.1.0-rc.3.crate) = 08ef12f041acdd397010e5fb6433270c147d3b8b2d0a840cd7fff8e531dca5c8 +SIZE (rust/crates/http-body-util-0.1.0-rc.3.crate) = 10202 +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/iana-time-zone-0.1.57.crate) = 2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613 -SIZE (rust/crates/iana-time-zone-0.1.57.crate) = 19785 +SHA256 (rust/crates/hyper-0.14.27.crate) = ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468 +SIZE (rust/crates/hyper-0.14.27.crate) = 195700 +SHA256 (rust/crates/hyper-1.0.0-rc.4.crate) = d280a71f348bcc670fc55b02b63c53a04ac0bf2daff2980795aeaf53edae10e6 +SIZE (rust/crates/hyper-1.0.0-rc.4.crate) = 136156 +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.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 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.4.0.crate) = 7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c +SIZE (rust/crates/idna-0.4.0.crate) = 271429 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.0.0.crate) = d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d -SIZE (rust/crates/indexmap-2.0.0.crate) = 64038 +SHA256 (rust/crates/indexmap-2.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f +SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 SHA256 (rust/crates/inout-0.1.3.crate) = a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5 SIZE (rust/crates/inout-0.1.3.crate) = 10743 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.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.9.crate) = af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38 SIZE (rust/crates/itoa-1.0.9.crate) = 10492 SHA256 (rust/crates/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 SIZE (rust/crates/jni-0.21.1.crate) = 105028 SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 -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/jobserver-0.1.27.crate) = 8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d +SIZE (rust/crates/jobserver-0.1.27.crate) = 24774 +SHA256 (rust/crates/js-sys-0.3.65.crate) = 54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8 +SIZE (rust/crates/js-sys-0.3.65.crate) = 80725 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.147.crate) = b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3 -SIZE (rust/crates/libc-0.2.147.crate) = 686772 +SHA256 (rust/crates/libc-0.2.149.crate) = a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b +SIZE (rust/crates/libc-0.2.149.crate) = 715592 SHA256 (rust/crates/libloading-0.6.7.crate) = 351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883 SIZE (rust/crates/libloading-0.6.7.crate) = 25037 SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f SIZE (rust/crates/libloading-0.7.4.crate) = 27580 -SHA256 (rust/crates/libm-0.2.7.crate) = f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4 -SIZE (rust/crates/libm-0.2.7.crate) = 115688 -SHA256 (rust/crates/linkme-0.3.14.crate) = a6c7bb4dcb6a456ffd750601c389889a58daff6857125b75ee6e5edabf6388c8 -SIZE (rust/crates/linkme-0.3.14.crate) = 12671 -SHA256 (rust/crates/linkme-impl-0.3.14.crate) = 1d5adefdb2c04ca9173223070228ff26a04667003619257b8442f192d9986218 -SIZE (rust/crates/linkme-impl-0.3.14.crate) = 6795 -SHA256 (rust/crates/linux-raw-sys-0.4.5.crate) = 57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503 -SIZE (rust/crates/linux-raw-sys-0.4.5.crate) = 1274380 -SHA256 (rust/crates/log-0.4.19.crate) = b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4 -SIZE (rust/crates/log-0.4.19.crate) = 38073 +SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 +SIZE (rust/crates/libm-0.2.8.crate) = 113450 +SHA256 (rust/crates/linkme-0.3.17.crate) = 91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608 +SIZE (rust/crates/linkme-0.3.17.crate) = 13424 +SHA256 (rust/crates/linkme-impl-0.3.17.crate) = ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396 +SIZE (rust/crates/linkme-impl-0.3.17.crate) = 6823 +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/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/log-panics-2.1.0.crate) = 68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f SIZE (rust/crates/log-panics-2.1.0.crate) = 9464 -SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d -SIZE (rust/crates/memchr-2.5.0.crate) = 65812 +SHA256 (rust/crates/mediasan-common-0.5.1.crate) = a194e6b0d938337246552b8c17aba454764de70b097fa80eba16aa9aaa04dc33 +SIZE (rust/crates/mediasan-common-0.5.1.crate) = 8386 +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/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.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 -SHA256 (rust/crates/mp4san-0.3.1.crate) = 08f5a9d33916d7d0afbbdec30dbceabe84640cf354f4f612f25d4a25e0ce9f07 -SIZE (rust/crates/mp4san-0.3.1.crate) = 30008 +SHA256 (rust/crates/mio-0.8.9.crate) = 3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0 +SIZE (rust/crates/mio-0.8.9.crate) = 102227 +SHA256 (rust/crates/mp4san-0.5.1.crate) = 4c69d26d39cf1674e30fdcd845780f80059da129cfaab035970d6b493e89c557 +SIZE (rust/crates/mp4san-0.5.1.crate) = 26039 +SHA256 (rust/crates/mp4san-derive-0.5.1.crate) = b8c7426e88e3f1cf832fd56172e85ffab615897561a43a904d71bc287bcaef7a +SIZE (rust/crates/mp4san-derive-0.5.1.crate) = 5057 +SHA256 (rust/crates/multer-2.1.0.crate) = 01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2 +SIZE (rust/crates/multer-2.1.0.crate) = 23976 SHA256 (rust/crates/multimap-0.8.3.crate) = e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a SIZE (rust/crates/multimap-0.8.3.crate) = 13518 SHA256 (rust/crates/neon-0.10.1.crate) = 28e15415261d880aed48122e917a45e87bb82cf0260bb6db48bbab44b7464373 @@ -307,36 +367,56 @@ SHA256 (rust/crates/neon-runtime-0.10.1.crate) = 4676720fa8bb32c64c3d9f49c47a472 SIZE (rust/crates/neon-runtime-0.10.1.crate) = 27683 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 -SHA256 (rust/crates/num-traits-0.2.16.crate) = f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2 -SIZE (rust/crates/num-traits-0.2.16.crate) = 50130 +SHA256 (rust/crates/nonzero_ext-0.3.0.crate) = 38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21 +SIZE (rust/crates/nonzero_ext-0.3.0.crate) = 15855 +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_enum-0.6.1.crate) = 7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1 SIZE (rust/crates/num_enum-0.6.1.crate) = 17911 SHA256 (rust/crates/num_enum_derive-0.6.1.crate) = 96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6 SIZE (rust/crates/num_enum_derive-0.6.1.crate) = 15403 -SHA256 (rust/crates/object-0.31.1.crate) = 8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1 -SIZE (rust/crates/object-0.31.1.crate) = 272843 +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/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-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf +SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 +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/partial-default-0.1.0.crate) = 124dc3c21ffb6fb3a0562d129929a8a54998766ef7adc1ba09ddc467d092c14b +SIZE (rust/crates/partial-default-0.1.0.crate) = 15031 +SHA256 (rust/crates/partial-default-derive-0.1.0.crate) = 7459127d7a18cb202d418e4b7df1103ffd6d82a106e9b2091c250624c2ace70d +SIZE (rust/crates/partial-default-derive-0.1.0.crate) = 4842 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/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 -SHA256 (rust/crates/petgraph-0.6.3.crate) = 4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4 -SIZE (rust/crates/petgraph-0.6.3.crate) = 185740 -SHA256 (rust/crates/pin-project-lite-0.2.10.crate) = 4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57 -SIZE (rust/crates/pin-project-lite-0.2.10.crate) = 28026 +SHA256 (rust/crates/percent-encoding-2.3.0.crate) = 9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94 +SIZE (rust/crates/percent-encoding-2.3.0.crate) = 10196 +SHA256 (rust/crates/petgraph-0.6.4.crate) = e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9 +SIZE (rust/crates/petgraph-0.6.4.crate) = 185895 +SHA256 (rust/crates/pin-project-1.1.3.crate) = fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422 +SIZE (rust/crates/pin-project-1.1.3.crate) = 57740 +SHA256 (rust/crates/pin-project-internal-1.1.3.crate) = 4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405 +SIZE (rust/crates/pin-project-internal-1.1.3.crate) = 27824 +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/platforms-3.0.2.crate) = e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630 -SIZE (rust/crates/platforms-3.0.2.crate) = 27905 +SHA256 (rust/crates/platforms-3.2.0.crate) = 14e6ab3f592e6fb464fc9712d8d6e6912de6473954635fd76a589d832cffcbb0 +SIZE (rust/crates/platforms-3.2.0.crate) = 28763 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 @@ -353,30 +433,34 @@ SHA256 (rust/crates/polyval-0.6.1.crate) = d52cff9d1d4dee5fe6d03729099f4a310a411 SIZE (rust/crates/polyval-0.6.1.crate) = 17634 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 -SHA256 (rust/crates/pqcrypto-internals-0.2.4.crate) = 0127cbc0239f585139a56effd7867921eae3425a000a72dde2b0a156062346b2 -SIZE (rust/crates/pqcrypto-internals-0.2.4.crate) = 31754 +SHA256 (rust/crates/pqcrypto-internals-0.2.5.crate) = d9d34bec6abe2283e6de7748b68b292d1ffa2203397e3e71380ff8418a49fb46 +SIZE (rust/crates/pqcrypto-internals-0.2.5.crate) = 31768 SHA256 (rust/crates/pqcrypto-kyber-0.7.6.crate) = fe9d9695c19e525d5366c913562a331fbeef9a2ad801d9a9ded61a0e4c2fe0fb SIZE (rust/crates/pqcrypto-kyber-0.7.6.crate) = 5474588 -SHA256 (rust/crates/pqcrypto-traits-0.3.4.crate) = 97e91cb6af081c6daad5fa705f8adb0634c027662052cb3174bdf2957bf07e25 -SIZE (rust/crates/pqcrypto-traits-0.3.4.crate) = 2031 +SHA256 (rust/crates/pqcrypto-kyber-0.8.0.crate) = 2bc5d857fb0a0a0695dbe379f449a185bf73d0173cdcaffa86c015b5d1b11490 +SIZE (rust/crates/pqcrypto-kyber-0.8.0.crate) = 2866987 +SHA256 (rust/crates/pqcrypto-traits-0.3.5.crate) = 94e851c7654eed9e68d7d27164c454961a616cf8c203d500607ef22c737b51bb +SIZE (rust/crates/pqcrypto-traits-0.3.5.crate) = 2064 +SHA256 (rust/crates/prettyplease-0.2.15.crate) = ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d +SIZE (rust/crates/prettyplease-0.2.15.crate) = 57034 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-macro2-1.0.66.crate) = 18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9 -SIZE (rust/crates/proc-macro2-1.0.66.crate) = 43575 -SHA256 (rust/crates/proptest-1.2.0.crate) = 4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65 -SIZE (rust/crates/proptest-1.2.0.crate) = 194884 -SHA256 (rust/crates/prost-0.9.0.crate) = 444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001 -SIZE (rust/crates/prost-0.9.0.crate) = 25584 -SHA256 (rust/crates/prost-build-0.9.0.crate) = 62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5 -SIZE (rust/crates/prost-build-0.9.0.crate) = 9947797 -SHA256 (rust/crates/prost-derive-0.9.0.crate) = f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe -SIZE (rust/crates/prost-derive-0.9.0.crate) = 15266 -SHA256 (rust/crates/prost-types-0.9.0.crate) = 534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a -SIZE (rust/crates/prost-types-0.9.0.crate) = 27403 +SHA256 (rust/crates/proc-macro2-1.0.69.crate) = 134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da +SIZE (rust/crates/proc-macro2-1.0.69.crate) = 44271 +SHA256 (rust/crates/proptest-1.3.1.crate) = 7c003ac8c77cb07bb74f5f198bce836a689bcd5a42574612bf14d17bfd08c20e +SIZE (rust/crates/proptest-1.3.1.crate) = 198384 +SHA256 (rust/crates/prost-0.12.1.crate) = f4fdd22f3b9c31b53c060df4a0613a1c7f062d4115a2b984dd15b1858f7e340d +SIZE (rust/crates/prost-0.12.1.crate) = 29319 +SHA256 (rust/crates/prost-build-0.12.1.crate) = 8bdf592881d821b83d471f8af290226c8d51402259e9bb5be7f9f8bdebbb11ac +SIZE (rust/crates/prost-build-0.12.1.crate) = 38433 +SHA256 (rust/crates/prost-derive-0.12.1.crate) = 265baba7fabd416cf5078179f7d2cbeca4ce7a9041111900675ea7c4cb8a4c32 +SIZE (rust/crates/prost-derive-0.12.1.crate) = 19606 +SHA256 (rust/crates/prost-types-0.12.1.crate) = e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf +SIZE (rust/crates/prost-types-0.12.1.crate) = 42092 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.32.crate) = 50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965 -SIZE (rust/crates/quote-1.0.32.crate) = 28037 +SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae +SIZE (rust/crates/quote-1.0.33.crate) = 28090 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 @@ -385,60 +469,90 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_xorshift-0.3.0.crate) = d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f SIZE (rust/crates/rand_xorshift-0.3.0.crate) = 9121 -SHA256 (rust/crates/rayon-1.7.0.crate) = 1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b -SIZE (rust/crates/rayon-1.7.0.crate) = 169488 -SHA256 (rust/crates/rayon-core-1.11.0.crate) = 4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d -SIZE (rust/crates/rayon-core-1.11.0.crate) = 73118 -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.9.1.crate) = b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575 -SIZE (rust/crates/regex-1.9.1.crate) = 251978 -SHA256 (rust/crates/regex-automata-0.3.4.crate) = b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294 -SIZE (rust/crates/regex-automata-0.3.4.crate) = 604400 -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.7.4.crate) = e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2 -SIZE (rust/crates/regex-syntax-0.7.4.crate) = 343365 +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/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.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/ring-0.17.5.crate) = fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b +SIZE (rust/crates/ring-0.17.5.crate) = 4147790 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.38.6.crate) = 1ee020b1716f0a80e2ace9b03441a749e402e86712f15f16fe8a8f75afac732f -SIZE (rust/crates/rustix-0.38.6.crate) = 331959 +SHA256 (rust/crates/rustix-0.38.21.crate) = 2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3 +SIZE (rust/crates/rustix-0.38.21.crate) = 358962 +SHA256 (rust/crates/rustls-0.21.8.crate) = 446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c +SIZE (rust/crates/rustls-0.21.8.crate) = 284588 +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.3.crate) = 2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2 +SIZE (rust/crates/rustls-pemfile-1.0.3.crate) = 20432 +SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 +SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 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.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.22.crate) = 0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88 +SIZE (rust/crates/schannel-0.1.22.crate) = 41642 +SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 +SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 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/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-0.9.0.crate) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 SIZE (rust/crates/semver-0.9.0.crate) = 17344 -SHA256 (rust/crates/semver-1.0.18.crate) = b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918 -SIZE (rust/crates/semver-1.0.18.crate) = 29703 +SHA256 (rust/crates/semver-1.0.20.crate) = 836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090 +SIZE (rust/crates/semver-1.0.20.crate) = 30451 SHA256 (rust/crates/semver-parser-0.7.0.crate) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 SIZE (rust/crates/semver-parser-0.7.0.crate) = 10268 -SHA256 (rust/crates/serde-1.0.180.crate) = 0ea67f183f058fe88a4e3ec6e2788e003840893b91bac4559cabedd00863b3ed -SIZE (rust/crates/serde-1.0.180.crate) = 76950 -SHA256 (rust/crates/serde_derive-1.0.180.crate) = 24e744d7782b686ab3b73267ef05697159cc0e5abbed3f47f9933165e5219036 -SIZE (rust/crates/serde_derive-1.0.180.crate) = 377689 -SHA256 (rust/crates/serde_json-1.0.104.crate) = 076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c -SIZE (rust/crates/serde_json-1.0.104.crate) = 146130 -SHA256 (rust/crates/sha1-0.10.5.crate) = f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3 -SIZE (rust/crates/sha1-0.10.5.crate) = 12146 -SHA256 (rust/crates/sha2-0.10.7.crate) = 479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8 -SIZE (rust/crates/sha2-0.10.7.crate) = 22541 -SHA256 (rust/crates/shlex-1.1.0.crate) = 43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3 -SIZE (rust/crates/shlex-1.1.0.crate) = 5199 -SHA256 (rust/crates/slab-0.4.8.crate) = 6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d -SIZE (rust/crates/slab-0.4.8.crate) = 16928 -SHA256 (rust/crates/smallvec-1.11.0.crate) = 62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9 -SIZE (rust/crates/smallvec-1.11.0.crate) = 34680 +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_json-1.0.108.crate) = 3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b +SIZE (rust/crates/serde_json-1.0.108.crate) = 146476 +SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd +SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 +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/shlex-1.2.0.crate) = a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380 +SIZE (rust/crates/shlex-1.2.0.crate) = 6584 +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/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/smallvec-1.11.1.crate) = 942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a +SIZE (rust/crates/smallvec-1.11.1.crate) = 34831 SHA256 (rust/crates/snow-0.9.3.crate) = 0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155 SIZE (rust/crates/snow-0.9.3.crate) = 610976 +SHA256 (rust/crates/socket2-0.4.10.crate) = 9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d +SIZE (rust/crates/socket2-0.4.10.crate) = 45697 +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/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 @@ -447,116 +561,158 @@ 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.28.crate) = 04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567 -SIZE (rust/crates/syn-2.0.28.crate) = 241635 +SHA256 (rust/crates/syn-2.0.38.crate) = e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b +SIZE (rust/crates/syn-2.0.38.crate) = 243284 SHA256 (rust/crates/syn-mid-0.5.4.crate) = fea305d57546cc8cd04feb14b62ec84bf17f50e3f7b12560d7bfa9265f39d9ed SIZE (rust/crates/syn-mid-0.5.4.crate) = 11862 -SHA256 (rust/crates/tempfile-3.7.0.crate) = 5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998 -SIZE (rust/crates/tempfile-3.7.0.crate) = 31754 -SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6 -SIZE (rust/crates/termcolor-1.2.0.crate) = 17917 -SHA256 (rust/crates/thiserror-1.0.44.crate) = 611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90 -SIZE (rust/crates/thiserror-1.0.44.crate) = 18760 -SHA256 (rust/crates/thiserror-impl-1.0.44.crate) = 090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96 -SIZE (rust/crates/thiserror-impl-1.0.44.crate) = 15086 -SHA256 (rust/crates/time-0.1.45.crate) = 1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a -SIZE (rust/crates/time-0.1.45.crate) = 28911 +SHA256 (rust/crates/tempfile-3.8.1.crate) = 7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5 +SIZE (rust/crates/tempfile-3.8.1.crate) = 32164 +SHA256 (rust/crates/termcolor-1.3.0.crate) = 6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64 +SIZE (rust/crates/termcolor-1.3.0.crate) = 18799 +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/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 -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/typenum-1.16.0.crate) = 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba -SIZE (rust/crates/typenum-1.16.0.crate) = 42477 +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.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-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.19.0.crate) = ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c +SIZE (rust/crates/tokio-tungstenite-0.19.0.crate) = 27734 +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/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 +SIZE (rust/crates/toml_datetime-0.6.5.crate) = 10910 +SHA256 (rust/crates/toml_edit-0.19.15.crate) = 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421 +SIZE (rust/crates/toml_edit-0.19.15.crate) = 95324 +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-core-0.1.32.crate) = c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 +SIZE (rust/crates/tracing-core-0.1.32.crate) = 61221 +SHA256 (rust/crates/try-lock-0.2.4.crate) = 3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed +SIZE (rust/crates/try-lock-0.2.4.crate) = 4467 +SHA256 (rust/crates/tungstenite-0.19.0.crate) = 15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67 +SIZE (rust/crates/tungstenite-0.19.0.crate) = 56325 +SHA256 (rust/crates/tungstenite-0.20.1.crate) = 9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9 +SIZE (rust/crates/tungstenite-0.20.1.crate) = 60095 +SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 +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-ident-1.0.11.crate) = 301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c -SIZE (rust/crates/unicode-ident-1.0.11.crate) = 42067 +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.13.crate) = 92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460 +SIZE (rust/crates/unicode-bidi-0.3.13.crate) = 44477 +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-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36 SIZE (rust/crates/unicode-segmentation-1.10.1.crate) = 98416 SHA256 (rust/crates/universal-hash-0.4.0.crate) = 8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402 SIZE (rust/crates/universal-hash-0.4.0.crate) = 8386 SHA256 (rust/crates/universal-hash-0.5.1.crate) = fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea SIZE (rust/crates/universal-hash-0.5.1.crate) = 9146 -SHA256 (rust/crates/unzip3-1.0.0.crate) = 99c0ec316ab08201476c032feb2f94a5c8ece5b209765c1fbc4430dd6e931ad6 -SIZE (rust/crates/unzip3-1.0.0.crate) = 1459 -SHA256 (rust/crates/uuid-1.4.1.crate) = 79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d -SIZE (rust/crates/uuid-1.4.1.crate) = 55291 +SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 +SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/url-2.4.1.crate) = 143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5 +SIZE (rust/crates/url-2.4.1.crate) = 78228 +SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 +SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 +SHA256 (rust/crates/uuid-1.5.0.crate) = 88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc +SIZE (rust/crates/uuid-1.5.0.crate) = 55532 SHA256 (rust/crates/variant_count-1.1.0.crate) = aae2faf80ac463422992abf4de234731279c058aaf33171ca70277c98406b124 SIZE (rust/crates/variant_count-1.1.0.crate) = 2622 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/walkdir-2.3.3.crate) = 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698 -SIZE (rust/crates/walkdir-2.3.3.crate) = 23125 -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/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee +SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 +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/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.64.crate) = 9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b -SIZE (rust/crates/web-sys-0.3.64.crate) = 725584 -SHA256 (rust/crates/which-4.4.0.crate) = 2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269 -SIZE (rust/crates/which-4.4.0.crate) = 10889 +SHA256 (rust/crates/wasm-bindgen-0.2.88.crate) = 7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce +SIZE (rust/crates/wasm-bindgen-0.2.88.crate) = 181311 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.88.crate) = e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217 +SIZE (rust/crates/wasm-bindgen-backend-0.2.88.crate) = 28181 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.88.crate) = 5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2 +SIZE (rust/crates/wasm-bindgen-macro-0.2.88.crate) = 13908 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.88.crate) = c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.88.crate) = 20008 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.88.crate) = 0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b +SIZE (rust/crates/wasm-bindgen-shared-0.2.88.crate) = 7264 +SHA256 (rust/crates/web-sys-0.3.65.crate) = 5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85 +SIZE (rust/crates/web-sys-0.3.65.crate) = 734287 +SHA256 (rust/crates/webpsan-0.5.1.crate) = 66b5563fa963cea48af3e95b65b475bee688e78c04715dfe8c2eef6f812996d3 +SIZE (rust/crates/webpsan-0.5.1.crate) = 22387 +SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 +SIZE (rust/crates/which-4.4.2.crate) = 15953 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.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f -SIZE (rust/crates/windows-0.48.0.crate) = 11864177 +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-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 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.1.crate) = 05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f -SIZE (rust/crates/windows-targets-0.48.1.crate) = 6902 +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/winnow-0.5.3.crate) = f46aab759304e4d7b2075a9aecba26228bb073ee8c50db796b2c72c676b5d807 -SIZE (rust/crates/winnow-0.5.3.crate) = 142396 +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/winnow-0.5.18.crate) = 176b6138793677221d420fd2f0aeeced263f197688b36484660da767bca2fa32 +SIZE (rust/crates/winnow-0.5.18.crate) = 147368 SHA256 (rust/crates/x25519-dalek-2.0.0.crate) = fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96 SIZE (rust/crates/x25519-dalek-2.0.0.crate) = 87806 SHA256 (rust/crates/zeroize-1.6.0.crate) = 2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9 @@ -565,11 +721,11 @@ SHA256 (rust/crates/zeroize_derive-1.4.2.crate) = ce36e65b0d2999d2aafac989fb2491 SIZE (rust/crates/zeroize_derive-1.4.2.crate) = 11141 SHA256 (signalapp-curve25519-dalek-signal-curve25519-4.0.0_GH0.tar.gz) = 911ce5a405bf44b5679844515723b52003b027d6eaa16d60ca584581e4f51005 SIZE (signalapp-curve25519-dalek-signal-curve25519-4.0.0_GH0.tar.gz) = 796573 -SHA256 (signalapp-boring-3809a7e1ca2f60a9495620da514f8432f148cde7_GH0.tar.gz) = 397be523ad92e6437c137b446340c83c618fed6626e1aee1c471760d7d6fa6c0 -SIZE (signalapp-boring-3809a7e1ca2f60a9495620da514f8432f148cde7_GH0.tar.gz) = 206470 -SHA256 (signalapp-libsignal-v0.32.1_GH0.tar.gz) = 4751e197d798555c6e8c9a869c41692ed3c72a4d34738c28c6f6a1761044e777 -SIZE (signalapp-libsignal-v0.32.1_GH0.tar.gz) = 810094 -SHA256 (google-boringssl-3b74ab506eff560da3d67bfac9f1caa68bf31fbd_GH0.tar.gz) = 378a61c9abcdbd45d885431733261704c832d5b05628ad696bd906a90359d3a5 -SIZE (google-boringssl-3b74ab506eff560da3d67bfac9f1caa68bf31fbd_GH0.tar.gz) = 45043786 -SHA256 (google-boringssl-ae223d6138807a13006342edfeef32e813246b39_GH0.tar.gz) = 06cb9d317001e026bde318d47a532a31651c68c7cf788ce0c30327f2d5e6b639 -SIZE (google-boringssl-ae223d6138807a13006342edfeef32e813246b39_GH0.tar.gz) = 18143459 +SHA256 (signalapp-boring-8245063ae6eb97d909982b89fad45bb7f0a2a1a0_GH0.tar.gz) = fd5a06952e0d659978aab60508c9c5dae5cae27105a503c5605d3d93c7ecfc43 +SIZE (signalapp-boring-8245063ae6eb97d909982b89fad45bb7f0a2a1a0_GH0.tar.gz) = 302680 +SHA256 (signalapp-libsignal-v0.36.0_GH0.tar.gz) = 904fbb5e101c3551686d8fb4a0669d5b7afb3fb731297e072e829b8fe519f3dc +SIZE (signalapp-libsignal-v0.36.0_GH0.tar.gz) = 925824 +SHA256 (google-boringssl-44b3df6f03d85c901767250329c571db405122d5_GH0.tar.gz) = 9567b43de39f66e57b895ee814135adc5ddf7f2c895964269b6b13b388158982 +SIZE (google-boringssl-44b3df6f03d85c901767250329c571db405122d5_GH0.tar.gz) = 46106995 +SHA256 (google-boringssl-853ca1ea1168dff08011e5d42d94609cc0ca2e27_GH0.tar.gz) = 61e85d6eaecf1706be0420a9104b66ff01bd04301b5fad323970685f942108ed +SIZE (google-boringssl-853ca1ea1168dff08011e5d42d94609cc0ca2e27_GH0.tar.gz) = 30717541 diff --git a/net-im/libsignal-node/files/node/package.json b/net-im/libsignal-node/files/node/package.json index c0220b07be3..f65d47d4a7e 100644 --- a/net-im/libsignal-node/files/node/package.json +++ b/net-im/libsignal-node/files/node/package.json @@ -1,6 +1,6 @@ { "name": "@signalapp/libsignal-client", - "version": "0.32.1", + "version": "0.36.0", "license": "AGPL-3.0-only", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -26,6 +26,7 @@ }, "dependencies": { "node-gyp-build": "^4.2.3", + "type-fest": "^3.5.0", "uuid": "^8.3.0" }, "devDependencies": { @@ -34,7 +35,7 @@ "@types/chai-as-promised": "^7.1.3", "@types/chance": "^1.1.3", "@types/mocha": "^5.2.7", - "@types/node": "16.18.3", + "@types/node": "~18.15.0", "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "^5.47.0", "@typescript-eslint/parser": "^5.47.0", @@ -48,7 +49,7 @@ "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-more": "^1.0.0", "mocha": "^9", - "node-gyp": "^8.4.1", + "node-gyp": "^10.0.0", "prettier": "^2.7.1", "rimraf": "^3.0.1", "source-map-support": "^0.5.19", diff --git a/net-im/libsignal-node/files/node/yarn.lock b/net-im/libsignal-node/files/node/yarn.lock index 33164ed1b9c..5c50a1f1581 100644 --- a/net-im/libsignal-node/files/node/yarn.lock +++ b/net-im/libsignal-node/files/node/yarn.lock @@ -2,14 +2,31 @@ # yarn lockfile v1 -"@eslint/eslintrc@^1.4.1": - version "1.4.1" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e" - integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA== +"@aashutoshrathi/word-wrap@^1.2.3": + version "1.2.6" + resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" + integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== + +"@eslint-community/eslint-utils@^4.2.0": + version "4.4.0" + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== + dependencies: + eslint-visitor-keys "^3.3.0" + +"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1": + version "4.10.0" + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63" + integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== + +"@eslint/eslintrc@^2.1.2": + version "2.1.2" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396" + integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g== dependencies: ajv "^6.12.4" debug "^4.3.2" - espree "^9.4.0" + espree "^9.6.0" globals "^13.19.0" ignore "^5.2.0" import-fresh "^3.2.1" @@ -17,17 +34,17 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@gar/promisify@^1.0.1": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" - integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== +"@eslint/js@8.52.0": + version "8.52.0" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.52.0.tgz#78fe5f117840f69dc4a353adf9b9cd926353378c" + integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA== -"@humanwhocodes/config-array@^0.11.8": - version "0.11.8" - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9" - integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g== +"@humanwhocodes/config-array@^0.11.13": + version "0.11.13" + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297" + integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ== dependencies: - "@humanwhocodes/object-schema" "^1.2.1" + "@humanwhocodes/object-schema" "^2.0.1" debug "^4.1.1" minimatch "^3.0.5" @@ -36,10 +53,22 @@ resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== -"@humanwhocodes/object-schema@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" - integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== +"@humanwhocodes/object-schema@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044" + integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw== + +"@isaacs/cliui@^8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" + integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== + dependencies: + string-width "^5.1.2" + string-width-cjs "npm:string-width@^4.2.0" + strip-ansi "^7.0.1" + strip-ansi-cjs "npm:strip-ansi@^6.0.1" + wrap-ansi "^8.1.0" + wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -62,60 +91,62 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@npmcli/fs@^1.0.0": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257" - integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ== +"@npmcli/agent@^2.0.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@npmcli/agent/-/agent-2.2.0.tgz#e81f00fdb2a670750ff7731bbefb47ecbf0ccf44" + integrity sha512-2yThA1Es98orMkpSLVqlDZAMPK3jHJhifP2gnNUdk1754uZ8yI5c+ulCoVG+WlntQA6MzhrURMXjSd9Z7dJ2/Q== + dependencies: + agent-base "^7.1.0" + http-proxy-agent "^7.0.0" + https-proxy-agent "^7.0.1" + lru-cache "^10.0.1" + socks-proxy-agent "^8.0.1" + +"@npmcli/fs@^3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-3.1.0.tgz#233d43a25a91d68c3a863ba0da6a3f00924a173e" + integrity sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w== dependencies: - "@gar/promisify" "^1.0.1" semver "^7.3.5" -"@npmcli/move-file@^1.0.1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674" - integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== - dependencies: - mkdirp "^1.0.4" - rimraf "^3.0.2" - -"@tootallnate/once@1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" - integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== +"@pkgjs/parseargs@^0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" + integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== "@types/bindings@^1.3.0": - version "1.5.1" - resolved "https://registry.yarnpkg.com/@types/bindings/-/bindings-1.5.1.tgz#bc9c00f188fc0af4b0a18d065aaa145e32498784" - integrity sha512-8HzueDeoxGXdsJ0Ep7TOXHGN+woRTWa1bAds30r5we7PCC3P5zrSTRknePLn/KYAubgQv5t/1zkonnStHLCWOg== + version "1.5.3" + resolved "https://registry.yarnpkg.com/@types/bindings/-/bindings-1.5.3.tgz#64fbbc10b1881e49f4698fc4044e7d8beae32eed" + integrity sha512-u/KebkhMlcst1X5dnj8n1DB6pjhVRe1P0k7SJT1Dv9fHfC8Y6N9Hncc/2mAE977h5oMH/ibGv0rvfgY6kS1cRQ== dependencies: "@types/node" "*" "@types/chai-as-promised@^7.1.3": - version "7.1.5" - resolved "https://registry.yarnpkg.com/@types/chai-as-promised/-/chai-as-promised-7.1.5.tgz#6e016811f6c7a64f2eed823191c3a6955094e255" - integrity sha512-jStwss93SITGBwt/niYrkf2C+/1KTeZCZl1LaeezTlqppAKeoQC7jxyqYuP72sxBGKCIbw7oHgbYssIRzT5FCQ== + version "7.1.7" + resolved "https://registry.yarnpkg.com/@types/chai-as-promised/-/chai-as-promised-7.1.7.tgz#fd16a981ba9542c83d4e1d2f40c7899aae82aa38" + integrity sha512-APucaP5rlmTRYKtRA6FE5QPP87x76ejw5t5guRJ4y5OgMnwtsvigw7HHhKZlx2MGXLeZd6R/GNZR/IqDHcbtQw== dependencies: "@types/chai" "*" "@types/chai@*", "@types/chai@^4.3.1": - version "4.3.1" - resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.1.tgz#e2c6e73e0bdeb2521d00756d099218e9f5d90a04" - integrity sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ== + version "4.3.9" + resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.9.tgz#144d762491967db8c6dea38e03d2206c2623feec" + integrity sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg== "@types/chance@^1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@types/chance/-/chance-1.1.3.tgz#d19fe9391288d60fdccd87632bfc9ab2b4523fea" - integrity sha512-X6c6ghhe4/sQh4XzcZWSFaTAUOda38GQHmq9BUanYkOE/EO7ZrkazwKmtsj3xzTjkLWmwULE++23g3d3CCWaWw== + version "1.1.5" + resolved "https://registry.yarnpkg.com/@types/chance/-/chance-1.1.5.tgz#c851fce6e7ed118b71322ad4efd90f5c5147b0af" + integrity sha512-aeEqLplovJlvHzbb9pFJw/pe7iGjPnhDFQmQ4MOoShCm3N09rCpU++A0WPCSavcMXAzc91ofRy3vXbIqLzn1aw== "@types/json-schema@^7.0.9": - version "7.0.11" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" - integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== + version "7.0.14" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1" + integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw== "@types/json5@^0.0.29": version "0.0.29" resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" - integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= + integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== "@types/mocha@^5.2.7": version "5.2.7" @@ -123,19 +154,21 @@ integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ== "@types/node@*": - version "17.0.21" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.21.tgz#864b987c0c68d07b4345845c3e63b75edd143644" - integrity sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ== + version "20.8.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e" + integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w== + dependencies: + undici-types "~5.26.4" -"@types/node@16.18.3": - version "16.18.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.3.tgz#d7f7ba828ad9e540270f01ce00d391c54e6e0abc" - integrity sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg== +"@types/node@~18.15.0": + version "18.15.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.13.tgz#f64277c341150c979e42b00e4ac289290c9df469" + integrity sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q== "@types/semver@^7.3.12": - version "7.3.13" - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91" - integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw== + version "7.5.4" + resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff" + integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ== "@types/uuid@^8.3.0": version "8.3.4" @@ -143,87 +176,87 @@ integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw== "@typescript-eslint/eslint-plugin@^5.47.0": - version "5.50.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz#fb48c31cadc853ffc1dc35373f56b5e2a8908fe9" - integrity sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ== + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db" + integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== dependencies: - "@typescript-eslint/scope-manager" "5.50.0" - "@typescript-eslint/type-utils" "5.50.0" - "@typescript-eslint/utils" "5.50.0" + "@eslint-community/regexpp" "^4.4.0" + "@typescript-eslint/scope-manager" "5.62.0" + "@typescript-eslint/type-utils" "5.62.0" + "@typescript-eslint/utils" "5.62.0" debug "^4.3.4" - grapheme-splitter "^1.0.4" + graphemer "^1.4.0" ignore "^5.2.0" natural-compare-lite "^1.4.0" - regexpp "^3.2.0" semver "^7.3.7" tsutils "^3.21.0" "@typescript-eslint/parser@^5.47.0": - version "5.50.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.50.0.tgz#a33f44b2cc83d1b7176ec854fbecd55605b0b032" - integrity sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ== + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" + integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== dependencies: - "@typescript-eslint/scope-manager" "5.50.0" - "@typescript-eslint/types" "5.50.0" - "@typescript-eslint/typescript-estree" "5.50.0" + "@typescript-eslint/scope-manager" "5.62.0" + "@typescript-eslint/types" "5.62.0" + "@typescript-eslint/typescript-estree" "5.62.0" debug "^4.3.4" -"@typescript-eslint/scope-manager@5.50.0": - version "5.50.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584" - integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg== +"@typescript-eslint/scope-manager@5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c" + integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w== dependencies: - "@typescript-eslint/types" "5.50.0" - "@typescript-eslint/visitor-keys" "5.50.0" + "@typescript-eslint/types" "5.62.0" + "@typescript-eslint/visitor-keys" "5.62.0" -"@typescript-eslint/type-utils@5.50.0": - version "5.50.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.50.0.tgz#509d5cc9728d520008f7157b116a42c5460e7341" - integrity sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ== +"@typescript-eslint/type-utils@5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a" + integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew== dependencies: - "@typescript-eslint/typescript-estree" "5.50.0" - "@typescript-eslint/utils" "5.50.0" + "@typescript-eslint/typescript-estree" "5.62.0" + "@typescript-eslint/utils" "5.62.0" debug "^4.3.4" tsutils "^3.21.0" -"@typescript-eslint/types@5.50.0": - version "5.50.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093" - integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w== +"@typescript-eslint/types@5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" + integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== -"@typescript-eslint/typescript-estree@5.50.0": - version "5.50.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97" - integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow== +"@typescript-eslint/typescript-estree@5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b" + integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA== dependencies: - "@typescript-eslint/types" "5.50.0" - "@typescript-eslint/visitor-keys" "5.50.0" + "@typescript-eslint/types" "5.62.0" + "@typescript-eslint/visitor-keys" "5.62.0" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/utils@5.50.0": - version "5.50.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.50.0.tgz#807105f5ffb860644d30d201eefad7017b020816" - integrity sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw== +"@typescript-eslint/utils@5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86" + integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== dependencies: + "@eslint-community/eslint-utils" "^4.2.0" "@types/json-schema" "^7.0.9" "@types/semver" "^7.3.12" - "@typescript-eslint/scope-manager" "5.50.0" - "@typescript-eslint/types" "5.50.0" - "@typescript-eslint/typescript-estree" "5.50.0" + "@typescript-eslint/scope-manager" "5.62.0" + "@typescript-eslint/types" "5.62.0" + "@typescript-eslint/typescript-estree" "5.62.0" eslint-scope "^5.1.1" - eslint-utils "^3.0.0" semver "^7.3.7" -"@typescript-eslint/visitor-keys@5.50.0": - version "5.50.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903" - integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg== +"@typescript-eslint/visitor-keys@5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e" + integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw== dependencies: - "@typescript-eslint/types" "5.50.0" + "@typescript-eslint/types" "5.62.0" eslint-visitor-keys "^3.3.0" "@ungap/promise-all-settled@1.1.2": @@ -231,36 +264,32 @@ resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44" integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q== -abbrev@1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== +"@ungap/structured-clone@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" + integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== + +abbrev@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf" + integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ== acorn-jsx@^5.3.2: version "5.3.2" resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== -acorn@^8.8.0: - version "8.8.2" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a" - integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw== +acorn@^8.9.0: + version "8.11.2" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.2.tgz#ca0d78b51895be5390a5903c5b3bdcdaf78ae40b" + integrity sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w== -agent-base@6, agent-base@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" - integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== +agent-base@^7.0.2, agent-base@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434" + integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg== dependencies: - debug "4" - -agentkeepalive@^4.1.3: - version "4.2.1" - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717" - integrity sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA== - dependencies: - debug "^4.1.0" - depd "^1.1.2" - humanize-ms "^1.2.1" + debug "^4.3.4" aggregate-error@^3.0.0: version "3.1.0" @@ -270,7 +299,7 @@ aggregate-error@^3.0.0: clean-stack "^2.0.0" indent-string "^4.0.0" -ajv@^6.10.0, ajv@^6.12.4: +ajv@^6.12.4: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -290,6 +319,11 @@ ansi-regex@^5.0.1: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + ansi-styles@^4.0.0, ansi-styles@^4.1.0: version "4.3.0" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" @@ -297,41 +331,41 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0: dependencies: color-convert "^2.0.1" +ansi-styles@^6.1.0: + version "6.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" + integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== + anymatch@~3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" - integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== + version "3.1.3" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" + integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== dependencies: normalize-path "^3.0.0" picomatch "^2.0.4" -"aproba@^1.0.3 || ^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" - integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== - -are-we-there-yet@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz#ba20bd6b553e31d62fc8c31bd23d22b95734390d" - integrity sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw== - dependencies: - delegates "^1.0.0" - readable-stream "^3.6.0" - argparse@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== -array-includes@^3.1.6: - version "3.1.6" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f" - integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw== +array-buffer-byte-length@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz#fabe8bc193fea865f317fe7807085ee0dee5aead" + integrity sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" - get-intrinsic "^1.1.3" + is-array-buffer "^3.0.1" + +array-includes@^3.1.7: + version "3.1.7" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda" + integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" is-string "^1.0.7" array-union@^2.1.0: @@ -339,26 +373,50 @@ array-union@^2.1.0: resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== -array.prototype.flat@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2" - integrity sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA== +array.prototype.findlastindex@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207" + integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" + es-shim-unscopables "^1.0.0" + get-intrinsic "^1.2.1" + +array.prototype.flat@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18" + integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" es-shim-unscopables "^1.0.0" -array.prototype.flatmap@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183" - integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ== +array.prototype.flatmap@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527" + integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" es-shim-unscopables "^1.0.0" +arraybuffer.prototype.slice@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz#98bd561953e3e74bb34938e77647179dfe6e9f12" + integrity sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw== + dependencies: + array-buffer-byte-length "^1.0.0" + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" + is-array-buffer "^3.0.2" + is-shared-array-buffer "^1.0.2" + assertion-error@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b" @@ -387,7 +445,14 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" -braces@^3.0.1, braces@~3.0.2: +brace-expansion@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + dependencies: + balanced-match "^1.0.0" + +braces@^3.0.2, braces@~3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== @@ -404,37 +469,32 @@ buffer-from@^1.0.0: resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== -cacache@^15.2.0: - version "15.3.0" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb" - integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ== +cacache@^18.0.0: + version "18.0.0" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-18.0.0.tgz#17a9ecd6e1be2564ebe6cdca5f7cfed2bfeb6ddc" + integrity sha512-I7mVOPl3PUCeRub1U8YoGz2Lqv9WOBpobZ8RyWFXmReuILz+3OAyTa5oH3QPdtKZD7N0Yk00aLfzn0qvp8dZ1w== dependencies: - "@npmcli/fs" "^1.0.0" - "@npmcli/move-file" "^1.0.1" - chownr "^2.0.0" - fs-minipass "^2.0.0" - glob "^7.1.4" - infer-owner "^1.0.4" - lru-cache "^6.0.0" - minipass "^3.1.1" + "@npmcli/fs" "^3.1.0" + fs-minipass "^3.0.0" + glob "^10.2.2" + lru-cache "^10.0.1" + minipass "^7.0.3" minipass-collect "^1.0.2" minipass-flush "^1.0.5" - minipass-pipeline "^1.2.2" - mkdirp "^1.0.3" + minipass-pipeline "^1.2.4" p-map "^4.0.0" - promise-inflight "^1.0.1" - rimraf "^3.0.2" - ssri "^8.0.1" - tar "^6.0.2" - unique-filename "^1.1.1" + ssri "^10.0.0" + tar "^6.1.11" + unique-filename "^3.0.0" -call-bind@^1.0.0, call-bind@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" - integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== +call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.4, call-bind@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513" + integrity sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ== dependencies: - function-bind "^1.1.1" - get-intrinsic "^1.0.2" + function-bind "^1.1.2" + get-intrinsic "^1.2.1" + set-function-length "^1.1.1" callsites@^3.0.0: version "3.1.0" @@ -454,17 +514,17 @@ chai-as-promised@^7.1.1: check-error "^1.0.2" chai@^4.2.0: - version "4.3.6" - resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.6.tgz#ffe4ba2d9fa9d6680cc0b370adae709ec9011e9c" - integrity sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q== + version "4.3.10" + resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.10.tgz#d784cec635e3b7e2ffb66446a63b4e33bd390384" + integrity sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g== dependencies: assertion-error "^1.1.0" - check-error "^1.0.2" - deep-eql "^3.0.1" - get-func-name "^2.0.0" - loupe "^2.3.1" + check-error "^1.0.3" + deep-eql "^4.1.3" + get-func-name "^2.0.2" + loupe "^2.3.6" pathval "^1.1.1" - type-detect "^4.0.5" + type-detect "^4.0.8" chalk@^4.0.0, chalk@^4.1.0: version "4.1.2" @@ -479,10 +539,12 @@ chance@^1.1.11: resolved "https://registry.yarnpkg.com/chance/-/chance-1.1.11.tgz#78e10e1f9220a5bbc60a83e3f28a5d8558d84d1b" integrity sha512-kqTg3WWywappJPqtgrdvbA380VoXO2eu9VCV895JgbyHsaErXdyHK9LOZ911OvAk6L0obK7kDk9CGs8+oBawVA== -check-error@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82" - integrity sha1-V00xLt2Iu13YkS6Sht1sCu1KrII= +check-error@^1.0.2, check-error@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.3.tgz#a6502e4312a7ee969f646e83bb3ddd56281bd694" + integrity sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg== + dependencies: + get-func-name "^2.0.2" chokidar@3.5.3: version "3.5.3" @@ -530,22 +592,12 @@ color-name@~1.1.4: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -color-support@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" - integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== - concat-map@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== -console-control-strings@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - -cross-spawn@^7.0.2: +cross-spawn@^7.0.0, cross-spawn@^7.0.2: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== @@ -554,7 +606,7 @@ cross-spawn@^7.0.2: shebang-command "^2.0.0" which "^2.0.1" -debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: +debug@4, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4: version "4.3.4" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== @@ -580,10 +632,10 @@ decamelize@^4.0.0: resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837" integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ== -deep-eql@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-3.0.1.tgz#dfc9404400ad1c8fe023e7da1df1c147c4b444df" - integrity sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw== +deep-eql@^4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-4.1.3.tgz#7c7775513092f7df98d8df9996dd085eb668cc6d" + integrity sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw== dependencies: type-detect "^4.0.0" @@ -592,31 +644,24 @@ deep-is@^0.1.3: resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== -define-properties@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" - integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== +define-data-property@^1.0.1, define-data-property@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.1.tgz#c35f7cd0ab09883480d12ac5cb213715587800b3" + integrity sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ== dependencies: - object-keys "^1.0.12" + get-intrinsic "^1.2.1" + gopd "^1.0.1" + has-property-descriptors "^1.0.0" -define-properties@^1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1" - integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA== +define-properties@^1.1.3, define-properties@^1.1.4, define-properties@^1.2.0: + version "1.2.1" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c" + integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg== dependencies: + define-data-property "^1.0.1" has-property-descriptors "^1.0.0" object-keys "^1.1.1" -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - -depd@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - diff@5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b" @@ -643,12 +688,22 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" +eastasianwidth@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" + integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== + emoji-regex@^8.0.0: version "8.0.0" resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== -encoding@^0.1.12: +emoji-regex@^9.2.2: + version "9.2.2" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" + integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== + +encoding@^0.1.13: version "0.1.13" resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== @@ -665,86 +720,66 @@ err-code@^2.0.2: resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9" integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== -es-abstract@^1.19.0: - version "1.19.1" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3" - integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w== - dependencies: - call-bind "^1.0.2" - es-to-primitive "^1.2.1" - function-bind "^1.1.1" - get-intrinsic "^1.1.1" - get-symbol-description "^1.0.0" - has "^1.0.3" - has-symbols "^1.0.2" - internal-slot "^1.0.3" - is-callable "^1.2.4" - is-negative-zero "^2.0.1" - is-regex "^1.1.4" - is-shared-array-buffer "^1.0.1" - is-string "^1.0.7" - is-weakref "^1.0.1" - object-inspect "^1.11.0" - object-keys "^1.1.1" - object.assign "^4.1.2" - string.prototype.trimend "^1.0.4" - string.prototype.trimstart "^1.0.4" - unbox-primitive "^1.0.1" - -es-abstract@^1.20.4: - version "1.21.1" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.1.tgz#e6105a099967c08377830a0c9cb589d570dd86c6" - integrity sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg== +es-abstract@^1.22.1: + version "1.22.3" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.3.tgz#48e79f5573198de6dee3589195727f4f74bc4f32" + integrity sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA== dependencies: + array-buffer-byte-length "^1.0.0" + arraybuffer.prototype.slice "^1.0.2" available-typed-arrays "^1.0.5" - call-bind "^1.0.2" + call-bind "^1.0.5" es-set-tostringtag "^2.0.1" es-to-primitive "^1.2.1" - function-bind "^1.1.1" - function.prototype.name "^1.1.5" - get-intrinsic "^1.1.3" + function.prototype.name "^1.1.6" + get-intrinsic "^1.2.2" get-symbol-description "^1.0.0" globalthis "^1.0.3" gopd "^1.0.1" - has "^1.0.3" has-property-descriptors "^1.0.0" has-proto "^1.0.1" has-symbols "^1.0.3" - internal-slot "^1.0.4" - is-array-buffer "^3.0.1" + hasown "^2.0.0" + internal-slot "^1.0.5" + is-array-buffer "^3.0.2" is-callable "^1.2.7" is-negative-zero "^2.0.2" is-regex "^1.1.4" is-shared-array-buffer "^1.0.2" is-string "^1.0.7" - is-typed-array "^1.1.10" + is-typed-array "^1.1.12" is-weakref "^1.0.2" - object-inspect "^1.12.2" + object-inspect "^1.13.1" object-keys "^1.1.1" object.assign "^4.1.4" - regexp.prototype.flags "^1.4.3" + regexp.prototype.flags "^1.5.1" + safe-array-concat "^1.0.1" safe-regex-test "^1.0.0" - string.prototype.trimend "^1.0.6" - string.prototype.trimstart "^1.0.6" + string.prototype.trim "^1.2.8" + string.prototype.trimend "^1.0.7" + string.prototype.trimstart "^1.0.7" + typed-array-buffer "^1.0.0" + typed-array-byte-length "^1.0.0" + typed-array-byte-offset "^1.0.0" typed-array-length "^1.0.4" unbox-primitive "^1.0.2" - which-typed-array "^1.1.9" + which-typed-array "^1.1.13" es-set-tostringtag@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8" - integrity sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg== + version "2.0.2" + resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz#11f7cc9f63376930a5f20be4915834f4bc74f9c9" + integrity sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q== dependencies: - get-intrinsic "^1.1.3" - has "^1.0.3" + get-intrinsic "^1.2.2" has-tostringtag "^1.0.0" + hasown "^2.0.0" es-shim-unscopables@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241" - integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w== + version "1.0.2" + resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763" + integrity sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw== dependencies: - has "^1.0.3" + hasown "^2.0.0" es-to-primitive@^1.2.1: version "1.2.1" @@ -766,23 +801,23 @@ escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0: integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== eslint-config-prettier@^8.5.0: - version "8.6.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207" - integrity sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA== + version "8.10.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" + integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== -eslint-import-resolver-node@^0.3.7: - version "0.3.7" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#83b375187d412324a1963d84fa664377a23eb4d7" - integrity sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA== +eslint-import-resolver-node@^0.3.9: + version "0.3.9" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac" + integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g== dependencies: debug "^3.2.7" - is-core-module "^2.11.0" - resolve "^1.22.1" + is-core-module "^2.13.0" + resolve "^1.22.4" -eslint-module-utils@^2.7.4: - version "2.7.4" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#4f3e41116aaf13a20792261e61d3a2e7e0583974" - integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA== +eslint-module-utils@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49" + integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw== dependencies: debug "^3.2.7" @@ -792,33 +827,35 @@ eslint-plugin-header@^3.1.0: integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg== eslint-plugin-import@^2.26.0: - version "2.27.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65" - integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow== + version "2.29.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155" + integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg== dependencies: - array-includes "^3.1.6" - array.prototype.flat "^1.3.1" - array.prototype.flatmap "^1.3.1" + array-includes "^3.1.7" + array.prototype.findlastindex "^1.2.3" + array.prototype.flat "^1.3.2" + array.prototype.flatmap "^1.3.2" debug "^3.2.7" doctrine "^2.1.0" - eslint-import-resolver-node "^0.3.7" - eslint-module-utils "^2.7.4" - has "^1.0.3" - is-core-module "^2.11.0" + eslint-import-resolver-node "^0.3.9" + eslint-module-utils "^2.8.0" + hasown "^2.0.0" + is-core-module "^2.13.1" is-glob "^4.0.3" minimatch "^3.1.2" - object.values "^1.1.6" - resolve "^1.22.1" - semver "^6.3.0" - tsconfig-paths "^3.14.1" + object.fromentries "^2.0.7" + object.groupby "^1.0.1" + object.values "^1.1.7" + semver "^6.3.1" + tsconfig-paths "^3.14.2" eslint-plugin-mocha@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.1.0.tgz#69325414f875be87fb2cb00b2ef33168d4eb7c8d" - integrity sha512-xLqqWUF17llsogVOC+8C6/jvQ+4IoOREbN7ZCHuOHuD6cT5cDD4h7f2LgsZuzMAiwswWE21tO7ExaknHVDrSkw== + version "10.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.2.0.tgz#15b05ce5be4b332bb0d76826ec1c5ebf67102ad6" + integrity sha512-ZhdxzSZnd1P9LqDPF0DBcFLpRIGdh1zkF2JHnQklKQOvrQtT73kdP5K9V2mzvbLR+cCAO9OI48NXK/Ax9/ciCQ== dependencies: eslint-utils "^3.0.0" - rambda "^7.1.0" + rambda "^7.4.0" eslint-plugin-more@^1.0.0: version "1.0.5" @@ -833,10 +870,10 @@ eslint-scope@^5.1.1: esrecurse "^4.3.0" estraverse "^4.1.1" -eslint-scope@^7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642" - integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== +eslint-scope@^7.2.2: + version "7.2.2" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" + integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== dependencies: esrecurse "^4.3.0" estraverse "^5.2.0" @@ -853,69 +890,68 @@ eslint-visitor-keys@^2.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== -eslint-visitor-keys@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" - integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== +eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: + version "3.4.3" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" + integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== eslint@^8.30.0: - version "8.33.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7" - integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA== + version "8.52.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.52.0.tgz#d0cd4a1fac06427a61ef9242b9353f36ea7062fc" + integrity sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg== dependencies: - "@eslint/eslintrc" "^1.4.1" - "@humanwhocodes/config-array" "^0.11.8" + "@eslint-community/eslint-utils" "^4.2.0" + "@eslint-community/regexpp" "^4.6.1" + "@eslint/eslintrc" "^2.1.2" + "@eslint/js" "8.52.0" + "@humanwhocodes/config-array" "^0.11.13" "@humanwhocodes/module-importer" "^1.0.1" "@nodelib/fs.walk" "^1.2.8" - ajv "^6.10.0" + "@ungap/structured-clone" "^1.2.0" + ajv "^6.12.4" chalk "^4.0.0" cross-spawn "^7.0.2" debug "^4.3.2" doctrine "^3.0.0" escape-string-regexp "^4.0.0" - eslint-scope "^7.1.1" - eslint-utils "^3.0.0" - eslint-visitor-keys "^3.3.0" - espree "^9.4.0" - esquery "^1.4.0" + eslint-scope "^7.2.2" + eslint-visitor-keys "^3.4.3" + espree "^9.6.1" + esquery "^1.4.2" esutils "^2.0.2" fast-deep-equal "^3.1.3" file-entry-cache "^6.0.1" find-up "^5.0.0" glob-parent "^6.0.2" globals "^13.19.0" - grapheme-splitter "^1.0.4" + graphemer "^1.4.0" ignore "^5.2.0" - import-fresh "^3.0.0" imurmurhash "^0.1.4" is-glob "^4.0.0" is-path-inside "^3.0.3" - js-sdsl "^4.1.4" js-yaml "^4.1.0" json-stable-stringify-without-jsonify "^1.0.1" levn "^0.4.1" lodash.merge "^4.6.2" minimatch "^3.1.2" natural-compare "^1.4.0" - optionator "^0.9.1" - regexpp "^3.2.0" + optionator "^0.9.3" strip-ansi "^6.0.1" - strip-json-comments "^3.1.0" text-table "^0.2.0" -espree@^9.4.0: - version "9.4.1" - resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd" - integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg== +espree@^9.6.0, espree@^9.6.1: + version "9.6.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" + integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== dependencies: - acorn "^8.8.0" + acorn "^8.9.0" acorn-jsx "^5.3.2" - eslint-visitor-keys "^3.3.0" + eslint-visitor-keys "^3.4.1" -esquery@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" - integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== +esquery@^1.4.2: + version "1.5.0" + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" + integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== dependencies: estraverse "^5.1.0" @@ -941,15 +977,20 @@ esutils@^2.0.2: resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== +exponential-backoff@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6" + integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw== + fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== fast-glob@^3.2.9: - version "3.2.11" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" - integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== + version "3.3.1" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4" + integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg== dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3" @@ -965,12 +1006,12 @@ fast-json-stable-stringify@^2.0.0: fast-levenshtein@^2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= + integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== fastq@^1.6.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c" - integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw== + version "1.15.0" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a" + integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== dependencies: reusify "^1.0.4" @@ -997,11 +1038,12 @@ find-up@5.0.0, find-up@^5.0.0: path-exists "^4.0.0" flat-cache@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" - integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== + version "3.1.1" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.1.1.tgz#a02a15fdec25a8f844ff7cc658f03dd99eb4609b" + integrity sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q== dependencies: - flatted "^3.1.0" + flatted "^3.2.9" + keyv "^4.5.3" rimraf "^3.0.2" flat@^5.0.2: @@ -1009,10 +1051,10 @@ flat@^5.0.2: resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241" integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== -flatted@^3.1.0: - version "3.2.5" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3" - integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg== +flatted@^3.2.9: + version "3.2.9" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf" + integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== for-each@^0.3.3: version "0.3.3" @@ -1021,6 +1063,14 @@ for-each@^0.3.3: dependencies: is-callable "^1.1.3" +foreground-child@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d" + integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== + dependencies: + cross-spawn "^7.0.0" + signal-exit "^4.0.1" + fs-minipass@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" @@ -1028,77 +1078,62 @@ fs-minipass@^2.0.0: dependencies: minipass "^3.0.0" +fs-minipass@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.3.tgz#79a85981c4dc120065e96f62086bf6f9dc26cc54" + integrity sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw== + dependencies: + minipass "^7.0.3" + fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== fsevents@~2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" - integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== + version "2.3.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== +function-bind@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== -function.prototype.name@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621" - integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== +function.prototype.name@^1.1.6: + version "1.1.6" + resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd" + integrity sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg== dependencies: call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.0" - functions-have-names "^1.2.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + functions-have-names "^1.2.3" -functions-have-names@^1.2.2: +functions-have-names@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== -gauge@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-4.0.3.tgz#286cf105c1962c659f0963058fb05116c1b82d3f" - integrity sha512-ICw1DhAwMtb22rYFwEHgJcx1JCwJGv3x6G0OQUq56Nge+H4Q8JEwr8iveS0XFlsUNSI67F5ffMGK25bK4Pmskw== - dependencies: - aproba "^1.0.3 || ^2.0.0" - color-support "^1.1.3" - console-control-strings "^1.1.0" - has-unicode "^2.0.1" - signal-exit "^3.0.7" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wide-align "^1.1.5" - get-caller-file@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== -get-func-name@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41" - integrity sha1-6td0q+5y4gQJQzoGY2YCPdaIekE= +get-func-name@^2.0.1, get-func-name@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41" + integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ== -get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" - integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== +get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.2.tgz#281b7622971123e1ef4b3c90fd7539306da93f3b" + integrity sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA== dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.1" - -get-intrinsic@^1.1.3: - version "1.2.0" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.0.tgz#7ad1dc0535f3a2904bba075772763e5051f6d05f" - integrity sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" + function-bind "^1.1.2" + has-proto "^1.0.1" has-symbols "^1.0.3" + hasown "^2.0.0" get-symbol-description@^1.0.0: version "1.0.0" @@ -1122,7 +1157,7 @@ glob-parent@^6.0.2: dependencies: is-glob "^4.0.3" -glob@7.2.0, glob@^7.1.3, glob@^7.1.4: +glob@7.2.0: version "7.2.0" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== @@ -1134,10 +1169,33 @@ glob@7.2.0, glob@^7.1.3, glob@^7.1.4: once "^1.3.0" path-is-absolute "^1.0.0" +glob@^10.2.2, glob@^10.3.10: + version "10.3.10" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b" + integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== + dependencies: + foreground-child "^3.1.0" + jackspeak "^2.3.5" + minimatch "^9.0.1" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + path-scurry "^1.10.1" + +glob@^7.1.3: + version "7.2.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" + integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.1.1" + once "^1.3.0" + path-is-absolute "^1.0.0" + globals@^13.19.0: - version "13.20.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82" - integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ== + version "13.23.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.23.0.tgz#ef31673c926a0976e1f61dab4dca57e0c0a8af02" + integrity sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA== dependencies: type-fest "^0.20.2" @@ -1168,26 +1226,21 @@ gopd@^1.0.1: get-intrinsic "^1.1.3" graceful-fs@^4.2.6: - version "4.2.9" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96" - integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ== + version "4.2.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== -grapheme-splitter@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e" - integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ== +graphemer@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" + integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== growl@1.10.5: version "1.10.5" resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e" integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA== -has-bigints@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" - integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== - -has-bigints@^1.0.2: +has-bigints@^1.0.1, has-bigints@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== @@ -1198,18 +1251,18 @@ has-flag@^4.0.0: integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== has-property-descriptors@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861" - integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== + version "1.0.1" + resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz#52ba30b6c5ec87fd89fa574bc1c39125c6f65340" + integrity sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg== dependencies: - get-intrinsic "^1.1.1" + get-intrinsic "^1.2.2" has-proto@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0" integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg== -has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3: +has-symbols@^1.0.2, has-symbols@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== @@ -1221,52 +1274,39 @@ has-tostringtag@^1.0.0: dependencies: has-symbols "^1.0.2" -has-unicode@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== +hasown@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c" + integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA== dependencies: - function-bind "^1.1.1" + function-bind "^1.1.2" he@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== -http-cache-semantics@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390" - integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ== +http-cache-semantics@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a" + integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== -http-proxy-agent@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" - integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== +http-proxy-agent@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz#e9096c5afd071a3fce56e6252bb321583c124673" + integrity sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ== dependencies: - "@tootallnate/once" "1" - agent-base "6" + agent-base "^7.1.0" + debug "^4.3.4" + +https-proxy-agent@^7.0.1: + version "7.0.2" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz#e2645b846b90e96c6e6f347fb5b2e41f1590b09b" + integrity sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA== + dependencies: + agent-base "^7.0.2" debug "4" -https-proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" - integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== - dependencies: - agent-base "6" - debug "4" - -humanize-ms@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" - integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0= - dependencies: - ms "^2.0.0" - iconv-lite@^0.6.2: version "0.6.3" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" @@ -1275,11 +1315,11 @@ iconv-lite@^0.6.2: safer-buffer ">= 2.1.2 < 3.0.0" ignore@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" - integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== + version "5.2.4" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" + integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== -import-fresh@^3.0.0, import-fresh@^3.2.1: +import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== @@ -1290,61 +1330,47 @@ import-fresh@^3.0.0, import-fresh@^3.2.1: imurmurhash@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= + integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== indent-string@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== -infer-owner@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" - integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - inflight@^1.0.4: version "1.0.6" resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== dependencies: once "^1.3.0" wrappy "1" -inherits@2, inherits@^2.0.3: +inherits@2: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== -internal-slot@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" - integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== +internal-slot@^1.0.5: + version "1.0.6" + resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.6.tgz#37e756098c4911c5e912b8edbf71ed3aa116f930" + integrity sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg== dependencies: - get-intrinsic "^1.1.0" - has "^1.0.3" + get-intrinsic "^1.2.2" + hasown "^2.0.0" side-channel "^1.0.4" -internal-slot@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.4.tgz#8551e7baf74a7a6ba5f749cfb16aa60722f0d6f3" - integrity sha512-tA8URYccNzMo94s5MQZgH8NB/XTa6HsOo0MLfXTKKEnHVVdegzaQoFZ7Jp44bdvLvY2waT5dc+j5ICEswhi7UQ== - dependencies: - get-intrinsic "^1.1.3" - has "^1.0.3" - side-channel "^1.0.4" +ip@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da" + integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ== -ip@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" - integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= - -is-array-buffer@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.1.tgz#deb1db4fcae48308d54ef2442706c0393997052a" - integrity sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ== +is-array-buffer@^3.0.1, is-array-buffer@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.2.tgz#f2653ced8412081638ecb0ebbd0c41c6e0aecbbe" + integrity sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w== dependencies: call-bind "^1.0.2" - get-intrinsic "^1.1.3" + get-intrinsic "^1.2.0" is-typed-array "^1.1.10" is-bigint@^1.0.1: @@ -1369,22 +1395,17 @@ is-boolean-object@^1.1.0: call-bind "^1.0.2" has-tostringtag "^1.0.0" -is-callable@^1.1.3, is-callable@^1.2.7: +is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== -is-callable@^1.1.4, is-callable@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" - integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== - -is-core-module@^2.11.0, is-core-module@^2.9.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" - integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== +is-core-module@^2.13.0, is-core-module@^2.13.1: + version "2.13.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384" + integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== dependencies: - has "^1.0.3" + hasown "^2.0.0" is-date-object@^1.0.1: version "1.0.5" @@ -1396,7 +1417,7 @@ is-date-object@^1.0.1: is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== is-fullwidth-code-point@^3.0.0: version "3.0.0" @@ -1413,17 +1434,17 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: is-lambda@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5" - integrity sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU= + integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ== -is-negative-zero@^2.0.1, is-negative-zero@^2.0.2: +is-negative-zero@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== is-number-object@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.6.tgz#6a7aaf838c7f0686a50b4553f7e54a96494e89f0" - integrity sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g== + version "1.0.7" + resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc" + integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== dependencies: has-tostringtag "^1.0.0" @@ -1450,11 +1471,6 @@ is-regex@^1.1.4: call-bind "^1.0.2" has-tostringtag "^1.0.0" -is-shared-array-buffer@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6" - integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA== - is-shared-array-buffer@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79" @@ -1476,38 +1492,48 @@ is-symbol@^1.0.2, is-symbol@^1.0.3: dependencies: has-symbols "^1.0.2" -is-typed-array@^1.1.10, is-typed-array@^1.1.9: - version "1.1.10" - resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.10.tgz#36a5b5cb4189b575d1a3e4b08536bfb485801e3f" - integrity sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A== +is-typed-array@^1.1.10, is-typed-array@^1.1.12, is-typed-array@^1.1.9: + version "1.1.12" + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.12.tgz#d0bab5686ef4a76f7a73097b95470ab199c57d4a" + integrity sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg== dependencies: - available-typed-arrays "^1.0.5" - call-bind "^1.0.2" - for-each "^0.3.3" - gopd "^1.0.1" - has-tostringtag "^1.0.0" + which-typed-array "^1.1.11" is-unicode-supported@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== -is-weakref@^1.0.1, is-weakref@^1.0.2: +is-weakref@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== dependencies: call-bind "^1.0.2" +isarray@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" + integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== + isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== -js-sdsl@^4.1.4: - version "4.3.0" - resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.3.0.tgz#aeefe32a451f7af88425b11fdb5f58c90ae1d711" - integrity sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ== +isexe@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz#4a407e2bd78ddfb14bea0c27c6f7072dde775f0d" + integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ== + +jackspeak@^2.3.5: + version "2.3.6" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8" + integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ== + dependencies: + "@isaacs/cliui" "^8.0.2" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" js-yaml@4.1.0, js-yaml@^4.1.0: version "4.1.0" @@ -1516,6 +1542,11 @@ js-yaml@4.1.0, js-yaml@^4.1.0: dependencies: argparse "^2.0.1" +json-buffer@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" + integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== + json-schema-traverse@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" @@ -1524,15 +1555,22 @@ json-schema-traverse@^0.4.1: json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" - integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= + integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== -json5@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== +json5@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" + integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== dependencies: minimist "^1.2.0" +keyv@^4.5.3: + version "4.5.4" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93" + integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== + dependencies: + json-buffer "3.0.1" + levn@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" @@ -1561,12 +1599,17 @@ log-symbols@4.1.0: chalk "^4.1.0" is-unicode-supported "^0.1.0" -loupe@^2.3.1: - version "2.3.4" - resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.4.tgz#7e0b9bffc76f148f9be769cb1321d3dcf3cb25f3" - integrity sha512-OvKfgCC2Ndby6aSTREl5aCCPTNIzlDfQZvZxNUrBrihDhL3xcrYegTblhmEiCrg2kKQz4XsFIaemE5BF4ybSaQ== +loupe@^2.3.6: + version "2.3.7" + resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.7.tgz#6e69b7d4db7d3ab436328013d37d1c8c3540c697" + integrity sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA== dependencies: - get-func-name "^2.0.0" + get-func-name "^2.0.1" + +lru-cache@^10.0.1, "lru-cache@^9.1.1 || ^10.0.0": + version "10.0.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a" + integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g== lru-cache@^6.0.0: version "6.0.0" @@ -1575,27 +1618,22 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -make-fetch-happen@^9.1.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz#53085a09e7971433e6765f7971bf63f4e05cb968" - integrity sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg== +make-fetch-happen@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-13.0.0.tgz#705d6f6cbd7faecb8eac2432f551e49475bfedf0" + integrity sha512-7ThobcL8brtGo9CavByQrQi+23aIfgYU++wg4B87AIS8Rb2ZBt/MEaDqzA00Xwv/jUjAjYkLHjVolYuTLKda2A== dependencies: - agentkeepalive "^4.1.3" - cacache "^15.2.0" - http-cache-semantics "^4.1.0" - http-proxy-agent "^4.0.1" - https-proxy-agent "^5.0.0" + "@npmcli/agent" "^2.0.0" + cacache "^18.0.0" + http-cache-semantics "^4.1.1" is-lambda "^1.0.1" - lru-cache "^6.0.0" - minipass "^3.1.3" - minipass-collect "^1.0.2" - minipass-fetch "^1.3.2" + minipass "^7.0.2" + minipass-fetch "^3.0.0" minipass-flush "^1.0.5" minipass-pipeline "^1.2.4" - negotiator "^0.6.2" + negotiator "^0.6.3" promise-retry "^2.0.1" - socks-proxy-agent "^6.0.0" - ssri "^8.0.0" + ssri "^10.0.0" merge2@^1.3.0, merge2@^1.4.1: version "1.4.1" @@ -1603,12 +1641,12 @@ merge2@^1.3.0, merge2@^1.4.1: integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== micromatch@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" - integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== + version "4.0.5" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" + integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== dependencies: - braces "^3.0.1" - picomatch "^2.2.3" + braces "^3.0.2" + picomatch "^2.3.1" minimatch@4.2.1: version "4.2.1" @@ -1617,22 +1655,24 @@ minimatch@4.2.1: dependencies: brace-expansion "^1.1.7" -minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2: +minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7" -minimist@^1.2.0: - version "1.2.6" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" - integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== +minimatch@^9.0.1: + version "9.0.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" + integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== + dependencies: + brace-expansion "^2.0.1" -minimist@^1.2.6: - version "1.2.7" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" - integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== +minimist@^1.2.0, minimist@^1.2.6: + version "1.2.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== minipass-collect@^1.0.2: version "1.0.2" @@ -1641,16 +1681,16 @@ minipass-collect@^1.0.2: dependencies: minipass "^3.0.0" -minipass-fetch@^1.3.2: - version "1.4.1" - resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-1.4.1.tgz#d75e0091daac1b0ffd7e9d41629faff7d0c1f1b6" - integrity sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw== +minipass-fetch@^3.0.0: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-3.0.4.tgz#4d4d9b9f34053af6c6e597a64be8e66e42bf45b7" + integrity sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg== dependencies: - minipass "^3.1.0" + minipass "^7.0.3" minipass-sized "^1.0.3" - minizlib "^2.0.0" + minizlib "^2.1.2" optionalDependencies: - encoding "^0.1.12" + encoding "^0.1.13" minipass-flush@^1.0.5: version "1.0.5" @@ -1659,7 +1699,7 @@ minipass-flush@^1.0.5: dependencies: minipass "^3.0.0" -minipass-pipeline@^1.2.2, minipass-pipeline@^1.2.4: +minipass-pipeline@^1.2.4: version "1.2.4" resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c" integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== @@ -1673,14 +1713,24 @@ minipass-sized@^1.0.3: dependencies: minipass "^3.0.0" -minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3: - version "3.1.6" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.6.tgz#3b8150aa688a711a1521af5e8779c1d3bb4f45ee" - integrity sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ== +minipass@^3.0.0: + version "3.3.6" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz#7bba384db3a1520d18c9c0e5251c3444e95dd94a" + integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw== dependencies: yallist "^4.0.0" -minizlib@^2.0.0, minizlib@^2.1.1: +minipass@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" + integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== + +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.2, minipass@^7.0.3: + version "7.0.4" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c" + integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== + +minizlib@^2.1.1, minizlib@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== @@ -1688,7 +1738,7 @@ minizlib@^2.0.0, minizlib@^2.1.1: minipass "^3.0.0" yallist "^4.0.0" -mkdirp@^1.0.3, mkdirp@^1.0.4: +mkdirp@^1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== @@ -1728,7 +1778,7 @@ ms@2.1.2: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -ms@2.1.3, ms@^2.0.0, ms@^2.1.1: +ms@2.1.3, ms@^2.1.1: version "2.1.3" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== @@ -1746,81 +1796,56 @@ natural-compare-lite@^1.4.0: natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" - integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= + integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -negotiator@^0.6.2: +negotiator@^0.6.3: version "0.6.3" resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== node-gyp-build@^4.2.3: - version "4.3.0" - resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3" - integrity sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q== + version "4.6.1" + resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.1.tgz#24b6d075e5e391b8d5539d98c7fc5c210cac8a3e" + integrity sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ== -node-gyp@^8.4.1: - version "8.4.1" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-8.4.1.tgz#3d49308fc31f768180957d6b5746845fbd429937" - integrity sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w== +node-gyp@^10.0.0: + version "10.0.1" + resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-10.0.1.tgz#205514fc19e5830fa991e4a689f9e81af377a966" + integrity sha512-gg3/bHehQfZivQVfqIyy8wTdSymF9yTyP4CJifK73imyNMU8AIGQE2pUa7dNWfmMeG9cDVF2eehiRMv0LC1iAg== dependencies: env-paths "^2.2.0" - glob "^7.1.4" + exponential-backoff "^3.1.1" + glob "^10.3.10" graceful-fs "^4.2.6" - make-fetch-happen "^9.1.0" - nopt "^5.0.0" - npmlog "^6.0.0" - rimraf "^3.0.2" + make-fetch-happen "^13.0.0" + nopt "^7.0.0" + proc-log "^3.0.0" semver "^7.3.5" tar "^6.1.2" - which "^2.0.2" + which "^4.0.0" -nopt@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88" - integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== +nopt@^7.0.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.0.tgz#067378c68116f602f552876194fd11f1292503d7" + integrity sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA== dependencies: - abbrev "1" + abbrev "^2.0.0" normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== -npmlog@^6.0.0: - version "6.0.1" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.1.tgz#06f1344a174c06e8de9c6c70834cfba2964bba17" - integrity sha512-BTHDvY6nrRHuRfyjt1MAufLxYdVXZfd099H4+i1f0lPywNQyI4foeNXJRObB/uy+TYqUW0vAD9gbdSOXPst7Eg== - dependencies: - are-we-there-yet "^3.0.0" - console-control-strings "^1.1.0" - gauge "^4.0.0" - set-blocking "^2.0.0" +object-inspect@^1.13.1, object-inspect@^1.9.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2" + integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ== -object-inspect@^1.11.0, object-inspect@^1.9.0: - version "1.12.0" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0" - integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g== - -object-inspect@^1.12.2: - version "1.12.3" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9" - integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g== - -object-keys@^1.0.12, object-keys@^1.1.1: +object-keys@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== -object.assign@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" - integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== - dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - has-symbols "^1.0.1" - object-keys "^1.1.1" - object.assign@^4.1.4: version "4.1.4" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f" @@ -1831,33 +1856,52 @@ object.assign@^4.1.4: has-symbols "^1.0.3" object-keys "^1.1.1" -object.values@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d" - integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw== +object.fromentries@^2.0.7: + version "2.0.7" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616" + integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" + +object.groupby@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee" + integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" + +object.values@^1.1.7: + version "1.1.7" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a" + integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" once@^1.3.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== dependencies: wrappy "1" -optionator@^0.9.1: - version "0.9.1" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" - integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== +optionator@^0.9.3: + version "0.9.3" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64" + integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== dependencies: + "@aashutoshrathi/word-wrap" "^1.2.3" deep-is "^0.1.3" fast-levenshtein "^2.0.6" levn "^0.4.1" prelude-ls "^1.2.1" type-check "^0.4.0" - word-wrap "^1.2.3" p-limit@^3.0.2: version "3.1.0" @@ -1895,7 +1939,7 @@ path-exists@^4.0.0: path-is-absolute@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== path-key@^3.1.0: version "3.1.1" @@ -1907,6 +1951,14 @@ path-parse@^1.0.7: resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== +path-scurry@^1.10.1: + version "1.10.1" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698" + integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ== + dependencies: + lru-cache "^9.1.1 || ^10.0.0" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + path-type@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" @@ -1917,7 +1969,7 @@ pathval@^1.1.1: resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d" integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ== -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== @@ -1928,14 +1980,14 @@ prelude-ls@^1.2.1: integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== prettier@^2.7.1: - version "2.8.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632" - integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw== + version "2.8.8" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" + integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" - integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= +proc-log@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-3.0.0.tgz#fb05ef83ccd64fd7b20bbe9c8c1070fc08338dd8" + integrity sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A== promise-retry@^2.0.1: version "2.0.1" @@ -1946,19 +1998,19 @@ promise-retry@^2.0.1: retry "^0.12.0" punycode@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + version "2.3.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" + integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== queue-microtask@^1.2.2: version "1.2.3" resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== -rambda@^7.1.0: - version "7.4.0" - resolved "https://registry.yarnpkg.com/rambda/-/rambda-7.4.0.tgz#61ec9de31d3dd6affe804de3bae04a5b818781e5" - integrity sha512-A9hihu7dUTLOUCM+I8E61V4kRXnN4DwYeK0DwCBydC1MqNI1PidyAtbtpsJlBBzK4icSctEcCQ1bGcLpBuETUQ== +rambda@^7.4.0: + version "7.5.0" + resolved "https://registry.yarnpkg.com/rambda/-/rambda-7.5.0.tgz#1865044c59bc0b16f63026c6e5a97e4b1bbe98fe" + integrity sha512-y/M9weqWAH4iopRd7EHDEQQvpFPHj1AA3oHozE9tfITHUtTR7Z9PSlIRRG2l1GuW7sefC1cXFfIcF+cgnShdBA== randombytes@^2.1.0: version "2.1.0" @@ -1967,15 +2019,6 @@ randombytes@^2.1.0: dependencies: safe-buffer "^5.1.0" -readable-stream@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" - integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - readdirp@~3.6.0: version "3.6.0" resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" @@ -1983,43 +2026,38 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" -regexp.prototype.flags@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" - integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== +regexp.prototype.flags@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e" + integrity sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg== dependencies: call-bind "^1.0.2" - define-properties "^1.1.3" - functions-have-names "^1.2.2" - -regexpp@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" - integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== + define-properties "^1.2.0" + set-function-name "^2.0.0" require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== resolve-from@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== -resolve@^1.22.1: - version "1.22.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" - integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== +resolve@^1.22.4: + version "1.22.8" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" + integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== dependencies: - is-core-module "^2.9.0" + is-core-module "^2.13.0" path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" retry@^0.12.0: version "0.12.0" resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= + integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow== reusify@^1.0.4: version "1.0.4" @@ -2040,7 +2078,17 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -safe-buffer@^5.1.0, safe-buffer@~5.2.0: +safe-array-concat@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.1.tgz#91686a63ce3adbea14d61b14c99572a8ff84754c" + integrity sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.1" + has-symbols "^1.0.3" + isarray "^2.0.5" + +safe-buffer@^5.1.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== @@ -2059,22 +2107,15 @@ safe-regex-test@^1.0.0: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== +semver@^6.3.1: + version "6.3.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.3.5: - version "7.3.5" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" - integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== - dependencies: - lru-cache "^6.0.0" - -semver@^7.3.7: - version "7.3.8" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" - integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== +semver@^7.3.5, semver@^7.3.7: + version "7.5.4" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== dependencies: lru-cache "^6.0.0" @@ -2085,10 +2126,24 @@ serialize-javascript@6.0.0: dependencies: randombytes "^2.1.0" -set-blocking@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= +set-function-length@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.1.1.tgz#4bc39fafb0307224a33e106a7d35ca1218d659ed" + integrity sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ== + dependencies: + define-data-property "^1.1.1" + get-intrinsic "^1.2.1" + gopd "^1.0.1" + has-property-descriptors "^1.0.0" + +set-function-name@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.1.tgz#12ce38b7954310b9f61faa12701620a0c882793a" + integrity sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA== + dependencies: + define-data-property "^1.0.1" + functions-have-names "^1.2.3" + has-property-descriptors "^1.0.0" shebang-command@^2.0.0: version "2.0.0" @@ -2111,10 +2166,10 @@ side-channel@^1.0.4: get-intrinsic "^1.0.2" object-inspect "^1.9.0" -signal-exit@^3.0.7: - version "3.0.7" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" - integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== +signal-exit@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" + integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== slash@^3.0.0: version "3.0.0" @@ -2126,21 +2181,21 @@ smart-buffer@^4.2.0: resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== -socks-proxy-agent@^6.0.0: - version "6.1.1" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.1.1.tgz#e664e8f1aaf4e1fb3df945f09e3d94f911137f87" - integrity sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew== +socks-proxy-agent@^8.0.1: + version "8.0.2" + resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz#5acbd7be7baf18c46a3f293a840109a430a640ad" + integrity sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g== dependencies: - agent-base "^6.0.2" - debug "^4.3.1" - socks "^2.6.1" + agent-base "^7.0.2" + debug "^4.3.4" + socks "^2.7.1" -socks@^2.6.1: - version "2.6.2" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.2.tgz#ec042d7960073d40d94268ff3bb727dc685f111a" - integrity sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA== +socks@^2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.1.tgz#d8e651247178fde79c0663043e07240196857d55" + integrity sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ== dependencies: - ip "^1.1.5" + ip "^2.0.0" smart-buffer "^4.2.0" source-map-support@^0.5.19: @@ -2156,14 +2211,14 @@ source-map@^0.6.0: resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== -ssri@^8.0.0, ssri@^8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af" - integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== +ssri@^10.0.0: + version "10.0.5" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-10.0.5.tgz#e49efcd6e36385196cb515d3a2ad6c3f0265ef8c" + integrity sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A== dependencies: - minipass "^3.1.1" + minipass "^7.0.3" -"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -2172,60 +2227,62 @@ ssri@^8.0.0, ssri@^8.0.1: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.1" -string.prototype.trimend@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" - integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== +string-width@^5.0.1, string-width@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" + integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== + dependencies: + eastasianwidth "^0.2.0" + emoji-regex "^9.2.2" + strip-ansi "^7.0.1" + +string.prototype.trim@^1.2.8: + version "1.2.8" + resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd" + integrity sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.3" + define-properties "^1.2.0" + es-abstract "^1.22.1" -string.prototype.trimend@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533" - integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ== +string.prototype.trimend@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz#1bb3afc5008661d73e2dc015cd4853732d6c471e" + integrity sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" -string.prototype.trimstart@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" - integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== +string.prototype.trimstart@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz#d4cdb44b83a4737ffbac2d406e405d43d0184298" + integrity sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg== dependencies: call-bind "^1.0.2" - define-properties "^1.1.3" + define-properties "^1.2.0" + es-abstract "^1.22.1" -string.prototype.trimstart@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4" - integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" - -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== dependencies: ansi-regex "^5.0.1" +strip-ansi@^7.0.1: + version "7.1.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" + integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== + dependencies: + ansi-regex "^6.0.1" + strip-bom@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" - integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= + integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA== -strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: +strip-json-comments@3.1.1, strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== @@ -2249,14 +2306,14 @@ supports-preserve-symlinks-flag@^1.0.0: resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== -tar@^6.0.2, tar@^6.1.2: - version "6.1.11" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621" - integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA== +tar@^6.1.11, tar@^6.1.2: + version "6.2.0" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.0.tgz#b14ce49a79cb1cd23bc9b016302dea5474493f73" + integrity sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0" - minipass "^3.0.0" + minipass "^5.0.0" minizlib "^2.1.1" mkdirp "^1.0.3" yallist "^4.0.0" @@ -2264,7 +2321,7 @@ tar@^6.0.2, tar@^6.1.2: text-table@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" - integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= + integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== to-regex-range@^5.0.1: version "5.0.1" @@ -2273,13 +2330,13 @@ to-regex-range@^5.0.1: dependencies: is-number "^7.0.0" -tsconfig-paths@^3.14.1: - version "3.14.1" - resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a" - integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ== +tsconfig-paths@^3.14.2: + version "3.14.2" + resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088" + integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g== dependencies: "@types/json5" "^0.0.29" - json5 "^1.0.1" + json5 "^1.0.2" minimist "^1.2.6" strip-bom "^3.0.0" @@ -2302,7 +2359,7 @@ type-check@^0.4.0, type-check@~0.4.0: dependencies: prelude-ls "^1.2.1" -type-detect@^4.0.0, type-detect@^4.0.5: +type-detect@^4.0.0, type-detect@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== @@ -2312,6 +2369,41 @@ type-fest@^0.20.2: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== +type-fest@^3.5.0: + version "3.13.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-3.13.1.tgz#bb744c1f0678bea7543a2d1ec24e83e68e8c8706" + integrity sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g== + +typed-array-buffer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60" + integrity sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.1" + is-typed-array "^1.1.10" + +typed-array-byte-length@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz#d787a24a995711611fb2b87a4052799517b230d0" + integrity sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA== + dependencies: + call-bind "^1.0.2" + for-each "^0.3.3" + has-proto "^1.0.1" + is-typed-array "^1.1.10" + +typed-array-byte-offset@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#cbbe89b51fdef9cd6aaf07ad4707340abbc4ea0b" + integrity sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg== + dependencies: + available-typed-arrays "^1.0.5" + call-bind "^1.0.2" + for-each "^0.3.3" + has-proto "^1.0.1" + is-typed-array "^1.1.10" + typed-array-length@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb" @@ -2326,16 +2418,6 @@ typescript@4.9.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== -unbox-primitive@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" - integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== - dependencies: - function-bind "^1.1.1" - has-bigints "^1.0.1" - has-symbols "^1.0.2" - which-boxed-primitive "^1.0.2" - unbox-primitive@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e" @@ -2346,17 +2428,22 @@ unbox-primitive@^1.0.2: has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" -unique-filename@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" - integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - dependencies: - unique-slug "^2.0.0" +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== -unique-slug@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" - integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== +unique-filename@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea" + integrity sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g== + dependencies: + unique-slug "^4.0.0" + +unique-slug@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-4.0.0.tgz#6bae6bb16be91351badd24cdce741f892a6532e3" + integrity sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ== dependencies: imurmurhash "^0.1.4" @@ -2367,11 +2454,6 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -util-deprecate@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - uuid@^8.3.0: version "8.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" @@ -2388,43 +2470,37 @@ which-boxed-primitive@^1.0.2: is-string "^1.0.5" is-symbol "^1.0.3" -which-typed-array@^1.1.9: - version "1.1.9" - resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6" - integrity sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA== +which-typed-array@^1.1.11, which-typed-array@^1.1.13: + version "1.1.13" + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.13.tgz#870cd5be06ddb616f504e7b039c4c24898184d36" + integrity sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow== dependencies: available-typed-arrays "^1.0.5" - call-bind "^1.0.2" + call-bind "^1.0.4" for-each "^0.3.3" gopd "^1.0.1" has-tostringtag "^1.0.0" - is-typed-array "^1.1.10" -which@2.0.2, which@^2.0.1, which@^2.0.2: +which@2.0.2, which@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" -wide-align@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" - integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== +which@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/which/-/which-4.0.0.tgz#cd60b5e74503a3fbcfbf6cd6b4138a8bae644c1a" + integrity sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg== dependencies: - string-width "^1.0.2 || 2 || 3 || 4" - -word-wrap@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== + isexe "^3.1.1" workerpool@6.2.0: version "6.2.0" resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b" integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A== -wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -2433,10 +2509,19 @@ wrap-ansi@^7.0.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" + integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== + dependencies: + ansi-styles "^6.1.0" + string-width "^5.0.1" + strip-ansi "^7.0.1" + wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== y18n@^5.0.5: version "5.0.8" diff --git a/net-im/libsignal-node/files/patch-boring_boring-sys_build.rs b/net-im/libsignal-node/files/patch-boring_boring-sys_build.rs new file mode 100644 index 00000000000..7ac2bddcd13 --- /dev/null +++ b/net-im/libsignal-node/files/patch-boring_boring-sys_build.rs @@ -0,0 +1,16 @@ +--- ../boring-8245063ae6eb97d909982b89fad45bb7f0a2a1a0/boring-sys/build.rs.orig 2024-01-05 10:45:46 UTC ++++ ../boring-8245063ae6eb97d909982b89fad45bb7f0a2a1a0/boring-sys/build.rs +@@ -482,11 +482,9 @@ fn apply_patch(patch_name: &str) -> io::Result<()> { + .canonicalize()?; + + run_command( +- Command::new("git") ++ Command::new("patch") + .args([ +- "apply", +- "-v", +- "--whitespace=fix", ++ "-p 1", + &cmd_path.display().to_string(), + ]) + .current_dir(src_path), diff --git a/net-im/libsignal-node/files/patch-powerpc64le b/net-im/libsignal-node/files/patch-powerpc64le index d9f65153107..ae1dcf94918 100644 --- a/net-im/libsignal-node/files/patch-powerpc64le +++ b/net-im/libsignal-node/files/patch-powerpc64le @@ -1,5 +1,5 @@ ---- ../boring-3809a7e1ca2f60a9495620da514f8432f148cde7/boring-sys/deps/boringssl-fips/CMakeLists.txt.orig 2019-08-08 23:12:19 UTC -+++ ../boring-3809a7e1ca2f60a9495620da514f8432f148cde7/boring-sys/deps/boringssl-fips/CMakeLists.txt +--- ../boring-8245063ae6eb97d909982b89fad45bb7f0a2a1a0/boring-sys/deps/boringssl-fips/CMakeLists.txt.orig 2019-08-08 23:12:19 UTC ++++ ../boring-8245063ae6eb97d909982b89fad45bb7f0a2a1a0/boring-sys/deps/boringssl-fips/CMakeLists.txt @@ -466,7 +466,7 @@ elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "mips") elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "mips") # Just to avoid the “unknown processor” error. diff --git a/net-im/libsignon-glib/Makefile b/net-im/libsignon-glib/Makefile index 66633b241e4..51435830687 100644 --- a/net-im/libsignon-glib/Makefile +++ b/net-im/libsignon-glib/Makefile @@ -1,5 +1,6 @@ PORTNAME= libsignon-glib DISTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= net-im DIST_SUBDIR= KDE/${GL_ACCOUNT} @@ -10,8 +11,8 @@ WWW= https://gitlab.com/accounts-sso/libsignon-glib LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= signond:sysutils/signon-qt5 -RUN_DEPENDS= signond:sysutils/signon-qt5 +BUILD_DEPENDS= signond:sysutils/signond@qt5 +RUN_DEPENDS= signond:sysutils/signond@qt5 USES= gnome libtool meson pathfix pkgconfig python tar:bz2 vala:build USE_GNOME= introspection pygobject3 diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index 5fca1cb5e1b..8bf9e144ead 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -1,5 +1,5 @@ PORTNAME= pidgin -PORTREVISION= 2 +PORTREVISION= 3 MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK UI) @@ -31,6 +31,6 @@ post-install-PERL-on: ${STAGEDIR}${PREFIX}/lib/pidgin/perl/auto/Pidgin/.packlist post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include "${MASTERDIR}/Makefile" diff --git a/net-im/pidgin/pkg-plist b/net-im/pidgin/pkg-plist index 385463f3834..c724fc3854d 100644 --- a/net-im/pidgin/pkg-plist +++ b/net-im/pidgin/pkg-plist @@ -77,7 +77,7 @@ lib/pidgin/transparency.so lib/pidgin/xmppconsole.so lib/pidgin/xmppdisco.so libdata/pkgconfig/pidgin.pc -man/man1/pidgin.1.gz +share/man/man1/pidgin.1.gz %%PERLMAN:%%man/man3/Pidgin.3.gz share/applications/pidgin.desktop share/icons/hicolor/16x16/apps/pidgin.png @@ -645,67 +645,3 @@ share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-offline.png share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-pending.png share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-xa.png share/pixmaps/pidgin/tray/hicolor/index.theme -@dir include/pidgin -@dir share/icons/hicolor/16x16/apps -@dir share/icons/hicolor/16x16 -@dir share/icons/hicolor/22x22/apps -@dir share/icons/hicolor/22x22 -@dir share/icons/hicolor/48x48/apps -@dir share/icons/hicolor/48x48 -@dir share/icons/hicolor/24x24/apps -@dir share/icons/hicolor/24x24 -@dir share/icons/hicolor/32x32/apps -@dir share/icons/hicolor/32x32 -@dir share/icons/hicolor/scalable/apps -@dir share/icons/hicolor/scalable -@dir share/icons/hicolor -@dir share/icons -@dir share/pixmaps/pidgin/animations/16 -@dir share/pixmaps/pidgin/animations -@dir share/pixmaps/pidgin/buttons -@dir share/pixmaps/pidgin/dialogs/16 -@dir share/pixmaps/pidgin/dialogs/64 -@dir share/pixmaps/pidgin/dialogs/scalable -@dir share/pixmaps/pidgin/dialogs -@dir share/pixmaps/pidgin/emblems/16 -@dir share/pixmaps/pidgin/emblems/scalable -@dir share/pixmaps/pidgin/emblems -@dir share/pixmaps/pidgin/emotes/default -@dir share/pixmaps/pidgin/emotes/none -@dir share/pixmaps/pidgin/emotes/small -@dir share/pixmaps/pidgin/emotes -@dir share/pixmaps/pidgin/protocols/16 -@dir share/pixmaps/pidgin/protocols/22 -@dir share/pixmaps/pidgin/protocols/48 -@dir share/pixmaps/pidgin/protocols/scalable -@dir share/pixmaps/pidgin/protocols -@dir share/pixmaps/pidgin/status/11/rtl -@dir share/pixmaps/pidgin/status/11 -@dir share/pixmaps/pidgin/status/16/rtl -@dir share/pixmaps/pidgin/status/16 -@dir share/pixmaps/pidgin/status/22/rtl -@dir share/pixmaps/pidgin/status/22 -@dir share/pixmaps/pidgin/status/32/rtl -@dir share/pixmaps/pidgin/status/32 -@dir share/pixmaps/pidgin/status/48/rtl -@dir share/pixmaps/pidgin/status/48 -@dir share/pixmaps/pidgin/status -@dir share/pixmaps/pidgin/toolbar/11 -@dir share/pixmaps/pidgin/toolbar/16 -@dir share/pixmaps/pidgin/toolbar/22 -@dir share/pixmaps/pidgin/toolbar/32 -@dir share/pixmaps/pidgin/toolbar/48 -@dir share/pixmaps/pidgin/toolbar -@dir share/pixmaps/pidgin/tray/16 -@dir share/pixmaps/pidgin/tray/hicolor/16x16/status -@dir share/pixmaps/pidgin/tray/hicolor/16x16 -@dir share/pixmaps/pidgin/tray/hicolor/22x22/status -@dir share/pixmaps/pidgin/tray/hicolor/22x22 -@dir share/pixmaps/pidgin/tray/hicolor/32x32/status -@dir share/pixmaps/pidgin/tray/hicolor/32x32 -@dir share/pixmaps/pidgin/tray/hicolor/48x48/status -@dir share/pixmaps/pidgin/tray/hicolor/48x48 -@dir share/pixmaps/pidgin/tray/hicolor -@dir share/pixmaps/pidgin/tray -@dir share/pixmaps/pidgin -@dir lib/pidgin diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 5f7ab2e1403..4a556644ccb 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -1,6 +1,6 @@ PORTNAME= psi PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF/${PORTNAME}/Psi/${PORTVERSION} @@ -21,15 +21,16 @@ USE_XORG= ice sm x11 xcb xext xscrnsaver CMAKE_ARGS= -DIDN_LIBRARY:FILEPATH="${LOCALBASE}/lib/libidn.so" \ -DIDN_INCLUDE_DIR:PATH="${LOCALBASE}/include" -OPTIONS_DEFINE= WEBKIT +OPTIONS_DEFINE= WEBENGINE OPTIONS_RADIO= SPELLCHECK OPTIONS_RADIO_SPELLCHECK= HUNSPELL ENCHANT SPELLCHECK_DESC= Spell checker backend OPTIONS_DEFAULT= HUNSPELL OPTIONS_SUB= yes -WEBKIT_USE= QT=webkit -WEBKIT_CMAKE_BOOL= ENABLE_WEBKIT +WEBENGINE_DESC= Use QtWebEngine for chatlogs +WEBENGINE_USE= QT=declarative,location,printsupport,webchannel,webengine +WEBENGINE_CMAKE_BOOL= ENABLE_WEBKIT HUNSPELL_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell HUNSPELL_CMAKE_BOOL= USE_HUNSPELL diff --git a/net-im/psi/pkg-plist b/net-im/psi/pkg-plist index ce6b5566945..977b2999ebd 100644 --- a/net-im/psi/pkg-plist +++ b/net-im/psi/pkg-plist @@ -404,13 +404,13 @@ share/pixmaps/psi.png %%DATADIR%%/sound/offline.wav %%DATADIR%%/sound/online.wav %%DATADIR%%/sound/send.wav -%%WEBKIT%%%%DATADIR%%/themes/chatview/adium/Template.html -%%WEBKIT%%%%DATADIR%%/themes/chatview/adium/adapter.js -%%WEBKIT%%%%DATADIR%%/themes/chatview/moment-with-locales.js -%%WEBKIT%%%%DATADIR%%/themes/chatview/psi/adapter.js -%%WEBKIT%%%%DATADIR%%/themes/chatview/psi/classic/index.html -%%WEBKIT%%%%DATADIR%%/themes/chatview/psi/classic/load.js -%%WEBKIT%%%%DATADIR%%/themes/chatview/psi/new_classic/index.html -%%WEBKIT%%%%DATADIR%%/themes/chatview/psi/new_classic/load.js -%%WEBKIT%%%%DATADIR%%/themes/chatview/psi/new_classic/screenshot.png -%%WEBKIT%%%%DATADIR%%/themes/chatview/util.js +%%WEBENGINE%%%%DATADIR%%/themes/chatview/adium/Template.html +%%WEBENGINE%%%%DATADIR%%/themes/chatview/adium/adapter.js +%%WEBENGINE%%%%DATADIR%%/themes/chatview/moment-with-locales.js +%%WEBENGINE%%%%DATADIR%%/themes/chatview/psi/adapter.js +%%WEBENGINE%%%%DATADIR%%/themes/chatview/psi/classic/index.html +%%WEBENGINE%%%%DATADIR%%/themes/chatview/psi/classic/load.js +%%WEBENGINE%%%%DATADIR%%/themes/chatview/psi/new_classic/index.html +%%WEBENGINE%%%%DATADIR%%/themes/chatview/psi/new_classic/load.js +%%WEBENGINE%%%%DATADIR%%/themes/chatview/psi/new_classic/screenshot.png +%%WEBENGINE%%%%DATADIR%%/themes/chatview/util.js diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile index e7f3501e21b..ae2a1aab9ae 100644 --- a/net-im/py-matrix-synapse/Makefile +++ b/net-im/py-matrix-synapse/Makefile @@ -1,6 +1,6 @@ PORTNAME= matrix-synapse -DISTVERSION= 1.96.1 -PORTREVISION= 2 +DISTVERSION= 1.98.0 +PORTREVISION= 1 CATEGORIES= net-im python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ WWW= https://www.matrix.org LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.1.0<=1.7.0_99:devel/py-poetry-core@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.1.0<=1.8.1:devel/py-poetry-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-rust>=1.3<=1.8.1_99:devel/py-setuptools-rust@${PY_FLAVOR} # Keep the RUN_DEPENDS layout similar to the pyproject.toml file RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.0:devel/py-jsonschema@${PY_FLAVOR} \ diff --git a/net-im/py-matrix-synapse/Makefile.crates b/net-im/py-matrix-synapse/Makefile.crates index 9e9ac911b5f..d131015e223 100644 --- a/net-im/py-matrix-synapse/Makefile.crates +++ b/net-im/py-matrix-synapse/Makefile.crates @@ -9,8 +9,9 @@ CARGO_CRATES= aho-corasick-1.0.2 \ crypto-common-0.1.6 \ digest-0.10.5 \ generic-array-0.14.6 \ + heck-0.4.1 \ hex-0.4.3 \ - indoc-1.0.7 \ + indoc-2.0.4 \ itoa-1.0.4 \ lazy_static-1.4.0 \ libc-0.2.135 \ @@ -22,13 +23,13 @@ CARGO_CRATES= aho-corasick-1.0.2 \ parking_lot-0.12.1 \ parking_lot_core-0.9.3 \ proc-macro2-1.0.64 \ - pyo3-0.19.2 \ - pyo3-build-config-0.19.2 \ - pyo3-ffi-0.19.2 \ - pyo3-log-0.8.4 \ - pyo3-macros-0.19.2 \ - pyo3-macros-backend-0.19.2 \ - pythonize-0.19.0 \ + pyo3-0.20.0 \ + pyo3-build-config-0.20.0 \ + pyo3-ffi-0.20.0 \ + pyo3-log-0.9.0 \ + pyo3-macros-0.20.0 \ + pyo3-macros-backend-0.20.0 \ + pythonize-0.20.0 \ quote-1.0.29 \ redox_syscall-0.2.16 \ regex-1.9.6 \ @@ -36,17 +37,16 @@ CARGO_CRATES= aho-corasick-1.0.2 \ regex-syntax-0.7.5 \ ryu-1.0.11 \ scopeguard-1.1.0 \ - serde-1.0.190 \ - serde_derive-1.0.190 \ - serde_json-1.0.107 \ + serde-1.0.193 \ + serde_derive-1.0.193 \ + serde_json-1.0.108 \ smallvec-1.10.0 \ subtle-2.4.1 \ - syn-1.0.104 \ syn-2.0.28 \ target-lexicon-0.12.4 \ typenum-1.15.0 \ unicode-ident-1.0.5 \ - unindent-0.1.10 \ + unindent-0.2.3 \ version_check-0.9.4 \ windows-sys-0.36.1 \ windows_aarch64_msvc-0.36.1 \ diff --git a/net-im/py-matrix-synapse/distinfo b/net-im/py-matrix-synapse/distinfo index 6144041b8d4..4409fd5a088 100644 --- a/net-im/py-matrix-synapse/distinfo +++ b/net-im/py-matrix-synapse/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1700330179 -SHA256 (matrix_synapse-1.96.1.tar.gz) = 3a0db6f4cd2bfeb882edc0fea6ae0fedaa3efcbff4124f87fefa25287054dd4e -SIZE (matrix_synapse-1.96.1.tar.gz) = 3319394 +TIMESTAMP = 1702403918 +SHA256 (matrix_synapse-1.98.0.tar.gz) = 02df99a2fec53777f76f2cbd275b4d13b719d67b9c2737188392a225fed5424f +SIZE (matrix_synapse-1.98.0.tar.gz) = 3340328 SHA256 (rust/crates/aho-corasick-1.0.2.crate) = 43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41 SIZE (rust/crates/aho-corasick-1.0.2.crate) = 167694 SHA256 (rust/crates/anyhow-1.0.75.crate) = a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6 @@ -23,10 +23,12 @@ SHA256 (rust/crates/digest-0.10.5.crate) = adfbc57365a37acbd2ebf2b64d7e69bb766e2 SIZE (rust/crates/digest-0.10.5.crate) = 19503 SHA256 (rust/crates/generic-array-0.14.6.crate) = bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9 SIZE (rust/crates/generic-array-0.14.6.crate) = 15889 +SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 +SIZE (rust/crates/heck-0.4.1.crate) = 11567 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 -SHA256 (rust/crates/indoc-1.0.7.crate) = adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3 -SIZE (rust/crates/indoc-1.0.7.crate) = 13716 +SHA256 (rust/crates/indoc-2.0.4.crate) = 1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8 +SIZE (rust/crates/indoc-2.0.4.crate) = 14311 SHA256 (rust/crates/itoa-1.0.4.crate) = 4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc SIZE (rust/crates/itoa-1.0.4.crate) = 10601 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 @@ -49,20 +51,20 @@ SHA256 (rust/crates/parking_lot_core-0.9.3.crate) = 09a279cbf25cb0757810394fbc1e SIZE (rust/crates/parking_lot_core-0.9.3.crate) = 32256 SHA256 (rust/crates/proc-macro2-1.0.64.crate) = 78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da SIZE (rust/crates/proc-macro2-1.0.64.crate) = 44848 -SHA256 (rust/crates/pyo3-0.19.2.crate) = e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38 -SIZE (rust/crates/pyo3-0.19.2.crate) = 418228 -SHA256 (rust/crates/pyo3-build-config-0.19.2.crate) = 076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5 -SIZE (rust/crates/pyo3-build-config-0.19.2.crate) = 29206 -SHA256 (rust/crates/pyo3-ffi-0.19.2.crate) = e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9 -SIZE (rust/crates/pyo3-ffi-0.19.2.crate) = 66500 -SHA256 (rust/crates/pyo3-log-0.8.4.crate) = c09c2b349b6538d8a73d436ca606dab6ce0aaab4dad9e6b7bdd57a4f556c3bc3 -SIZE (rust/crates/pyo3-log-0.8.4.crate) = 14329 -SHA256 (rust/crates/pyo3-macros-0.19.2.crate) = dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1 -SIZE (rust/crates/pyo3-macros-0.19.2.crate) = 7173 -SHA256 (rust/crates/pyo3-macros-backend-0.19.2.crate) = 947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536 -SIZE (rust/crates/pyo3-macros-backend-0.19.2.crate) = 49962 -SHA256 (rust/crates/pythonize-0.19.0.crate) = 8e35b716d430ace57e2d1b4afb51c9e5b7c46d2bce72926e07f9be6a98ced03e -SIZE (rust/crates/pythonize-0.19.0.crate) = 11647 +SHA256 (rust/crates/pyo3-0.20.0.crate) = 04e8453b658fe480c3e70c8ed4e3d3ec33eb74988bd186561b0cc66b85c3bc4b +SIZE (rust/crates/pyo3-0.20.0.crate) = 431766 +SHA256 (rust/crates/pyo3-build-config-0.20.0.crate) = a96fe70b176a89cff78f2fa7b3c930081e163d5379b4dcdf993e3ae29ca662e5 +SIZE (rust/crates/pyo3-build-config-0.20.0.crate) = 29534 +SHA256 (rust/crates/pyo3-ffi-0.20.0.crate) = 214929900fd25e6604661ed9cf349727c8920d47deff196c4e28165a6ef2a96b +SIZE (rust/crates/pyo3-ffi-0.20.0.crate) = 64220 +SHA256 (rust/crates/pyo3-log-0.9.0.crate) = 4c10808ee7250403bedb24bc30c32493e93875fef7ba3e4292226fe924f398bd +SIZE (rust/crates/pyo3-log-0.9.0.crate) = 14370 +SHA256 (rust/crates/pyo3-macros-0.20.0.crate) = dac53072f717aa1bfa4db832b39de8c875b7c7af4f4a6fe93cdbf9264cf8383b +SIZE (rust/crates/pyo3-macros-0.20.0.crate) = 7678 +SHA256 (rust/crates/pyo3-macros-backend-0.20.0.crate) = 7774b5a8282bd4f25f803b1f0d945120be959a36c72e08e7cd031c792fdfd424 +SIZE (rust/crates/pyo3-macros-backend-0.20.0.crate) = 49383 +SHA256 (rust/crates/pythonize-0.20.0.crate) = ffd1c3ef39c725d63db5f9bc455461bafd80540cb7824c61afb823501921a850 +SIZE (rust/crates/pythonize-0.20.0.crate) = 11500 SHA256 (rust/crates/quote-1.0.29.crate) = 573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105 SIZE (rust/crates/quote-1.0.29.crate) = 28345 SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a @@ -77,18 +79,16 @@ SHA256 (rust/crates/ryu-1.0.11.crate) = 4501abdff3ae82a1c1b477a17252eb69cee9e66e SIZE (rust/crates/ryu-1.0.11.crate) = 47007 SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -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_json-1.0.107.crate) = 6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65 -SIZE (rust/crates/serde_json-1.0.107.crate) = 146458 +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/smallvec-1.10.0.crate) = a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0 SIZE (rust/crates/smallvec-1.10.0.crate) = 31564 SHA256 (rust/crates/subtle-2.4.1.crate) = 6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601 SIZE (rust/crates/subtle-2.4.1.crate) = 12630 -SHA256 (rust/crates/syn-1.0.104.crate) = 4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce -SIZE (rust/crates/syn-1.0.104.crate) = 236683 SHA256 (rust/crates/syn-2.0.28.crate) = 04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567 SIZE (rust/crates/syn-2.0.28.crate) = 241635 SHA256 (rust/crates/target-lexicon-0.12.4.crate) = c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1 @@ -97,8 +97,8 @@ SHA256 (rust/crates/typenum-1.15.0.crate) = dcf81ac59edc17cc8697ff311e8f5ef2d99f SIZE (rust/crates/typenum-1.15.0.crate) = 40741 SHA256 (rust/crates/unicode-ident-1.0.5.crate) = 6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3 SIZE (rust/crates/unicode-ident-1.0.5.crate) = 35455 -SHA256 (rust/crates/unindent-0.1.10.crate) = 58ee9362deb4a96cef4d437d1ad49cffc9b9e92d202b6995674e928ce684f112 -SIZE (rust/crates/unindent-0.1.10.crate) = 7703 +SHA256 (rust/crates/unindent-0.2.3.crate) = c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce +SIZE (rust/crates/unindent-0.2.3.crate) = 7306 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f SIZE (rust/crates/version_check-0.9.4.crate) = 14895 SHA256 (rust/crates/windows-sys-0.36.1.crate) = ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2 diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml index 5c134bfd916..a264188218b 100644 --- a/net-im/py-matrix-synapse/files/patch-pyproject.toml +++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml @@ -18,12 +18,3 @@ # Optional Dependencies # --------------------- matrix-synapse-ldap3 = { version = ">=0.1", optional = true } -@@ -381,7 +370,7 @@ furo = ">=2022.12.7,<2024.0.0" - # system changes. - # We are happy to raise these upper bounds upon request, - # provided we check that it's safe to do so (i.e. that CI passes). --requires = ["poetry-core>=1.1.0,<=1.7.0", "setuptools_rust>=1.3,<=1.8.0"] -+requires = ["poetry-core>=1.1.0,<=1.7.0", "setuptools_rust>=1.3,<=1.8.1"] - build-backend = "poetry.core.masonry.api" - - diff --git a/net-im/py-slack-sdk/Makefile b/net-im/py-slack-sdk/Makefile index ea7937b1d5a..4a9ea4bc4ee 100644 --- a/net-im/py-slack-sdk/Makefile +++ b/net-im/py-slack-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= slack-sdk -PORTVERSION= 3.26.1 +PORTVERSION= 3.26.2 DISTVERSIONPREFIX= v CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-im/py-slack-sdk/distinfo b/net-im/py-slack-sdk/distinfo index fcb3defcf66..a1a6fcd9bba 100644 --- a/net-im/py-slack-sdk/distinfo +++ b/net-im/py-slack-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701771755 -SHA256 (slackapi-python-slack-sdk-v3.26.1_GH0.tar.gz) = 63c1e6cbc11658fde1cde50ed6ed2b8a26f49063513b5789fa9e575ba9ac2b88 -SIZE (slackapi-python-slack-sdk-v3.26.1_GH0.tar.gz) = 4156769 +TIMESTAMP = 1704882507 +SHA256 (slackapi-python-slack-sdk-v3.26.2_GH0.tar.gz) = 1d7b289a4caf1d2b3a8fa091ef3d590ae350ba223069d62f83c489d982e98d5d +SIZE (slackapi-python-slack-sdk-v3.26.2_GH0.tar.gz) = 4157685 diff --git a/net-im/signal-cli/Makefile b/net-im/signal-cli/Makefile index a17df448d11..c5b2b3c61ee 100644 --- a/net-im/signal-cli/Makefile +++ b/net-im/signal-cli/Makefile @@ -69,7 +69,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/man/signal-cli.1 \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DBUS-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/services diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index 5f019e1624c..45c9c8d6dab 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,7 +1,6 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v -DISTVERSION= 6.42.0 -PORTREVISION= 1 +DISTVERSION= 6.43.2 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \ LOCAL/mikael/signal-desktop/:sqlite \ @@ -86,11 +85,11 @@ MAKE_ENV+= ESBUILD_BINARY_PATH=${WRKDIR}/esbuild-freebsd-64/package/bin/esbuild _BUILD_DATE= $$(date +'%s') -ELECTRON_VER_MAJOR= 25 +ELECTRON_VER_MAJOR= 27 # sh get_deps.sh -NPM_SIGNAL_DIR= npm-@signalapp-libsignal-client-0.32.1-e1ac48debb399ceff8f2868f0b5ecb75c2fc2ed0-integrity -NPM_RINGRTC_DIR= npm-@signalapp-ringrtc-2.34.4-00e4952f511d5f63d6f150bb1e8eace115d07e0a-integrity +NPM_SIGNAL_DIR= npm-@signalapp-libsignal-client-0.36.0-9deb971b9ae3894e24f4413ada66f09f2b325ac4-integrity +NPM_RINGRTC_DIR= npm-@signalapp-ringrtc-2.34.5-33855d02845b0e8b476d7b611774127215966512-integrity NPM_SQLITE3_DIR= npm-@signalapp-better-sqlite3-8.6.0-0413f4d0626b99838cd64ad09c88720aa2bec6ed-integrity NPM_ESBUILD_VERS= 0.18.20 SQLCIPHER= sqlcipher-4.5.5-fts5-fix--3.0.7--0.2.1-ef53ea45ed92b928ecfd33c552d8d405263e86e63dec38e1ec63e1b0193b630b diff --git a/net-im/signal-desktop/distinfo b/net-im/signal-desktop/distinfo index ed637915c1a..dc8b562b5ea 100644 --- a/net-im/signal-desktop/distinfo +++ b/net-im/signal-desktop/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1702654883 -SHA256 (signal-desktop-6.42.0-yarn-cache.tar.gz) = 98126245de82d7205099d369d558174b5bef1608489e931cc43e12c6113a1829 -SIZE (signal-desktop-6.42.0-yarn-cache.tar.gz) = 516005748 +TIMESTAMP = 1704802977 +SHA256 (signal-desktop-6.43.2-yarn-cache.tar.gz) = d61c851759c8aaa3a4fdd8adfe304635c29bf8fc368f3f1d2f39b78bf379d326 +SIZE (signal-desktop-6.43.2-yarn-cache.tar.gz) = 521388468 SHA256 (signal-desktop-6.37.0-npm-cache.tar.gz) = 40411861a3b913b26a4bb563faa72a4c07c8807b917e53f627c58fa3b3b695a8 SIZE (signal-desktop-6.37.0-npm-cache.tar.gz) = 4471369 SHA256 (sqlcipher-4.5.5-fts5-fix--3.0.7--0.2.1-ef53ea45ed92b928ecfd33c552d8d405263e86e63dec38e1ec63e1b0193b630b.tar.gz) = ef53ea45ed92b928ecfd33c552d8d405263e86e63dec38e1ec63e1b0193b630b SIZE (sqlcipher-4.5.5-fts5-fix--3.0.7--0.2.1-ef53ea45ed92b928ecfd33c552d8d405263e86e63dec38e1ec63e1b0193b630b.tar.gz) = 75708533 -SHA256 (signalapp-Signal-Desktop-v6.42.0_GH0.tar.gz) = f22254742e7cd04390074d7a027b1ce1491004be3f532baf15c4fd0b31ce62ee -SIZE (signalapp-Signal-Desktop-v6.42.0_GH0.tar.gz) = 42844351 +SHA256 (signalapp-Signal-Desktop-v6.43.2_GH0.tar.gz) = e2506ad91047b26ea173d1968e9d794889ee11b8e7feb468575da451d9026b5e +SIZE (signalapp-Signal-Desktop-v6.43.2_GH0.tar.gz) = 42855191 diff --git a/net-im/signal-desktop/files/fetch-prebuild.js b/net-im/signal-desktop/files/fetch-prebuild.js index 93a713c5540..7effe5cdf8c 100644 --- a/net-im/signal-desktop/files/fetch-prebuild.js +++ b/net-im/signal-desktop/files/fetch-prebuild.js @@ -6,6 +6,7 @@ /* eslint-disable no-console */ const https = require('https'); +const { HttpsProxyAgent } = require('https-proxy-agent'); const fs = require('fs'); const path = require('path'); const crypto = require('crypto'); @@ -52,7 +53,11 @@ async function downloadIfNeeded() { function download() { console.log(`downloading ${URL}`); return new Promise((resolve, reject) => { - https.get(URL, async res => { + let options = {}; + if (process.env.HTTPS_PROXY != undefined) { + options.agent = new HttpsProxyAgent(process.env.HTTPS_PROXY); + } + https.get(URL, options, async res => { try { const out = fs.createWriteStream(tmpFile); diff --git a/net-im/signal-desktop/files/yarn.lock b/net-im/signal-desktop/files/yarn.lock index 14c506af412..11de323b50e 100644 --- a/net-im/signal-desktop/files/yarn.lock +++ b/net-im/signal-desktop/files/yarn.lock @@ -8,9 +8,9 @@ integrity sha512-sAP4LldeWNz0lNzmTird3uWfFDWWTeg6V/MsmyyLR9X1idwKBWIgt/ZvinqQldJm3LecKEs1emkbquO6PCiLVQ== "@adobe/css-tools@^4.3.0": - version "4.3.1" - resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.1.tgz#abfccb8ca78075a2b6187345c26243c1a0842f28" - integrity sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg== + version "4.3.2" + resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.2.tgz#a6abc715fb6884851fca9dad37fc34739a04fd11" + integrity sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw== "@ampproject/remapping@^2.2.0": version "2.2.1" @@ -42,6 +42,14 @@ dependencies: "@babel/highlight" "^7.16.7" +"@babel/code-frame@^7.23.5": + version "7.23.5" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" + integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== + dependencies: + "@babel/highlight" "^7.23.4" + chalk "^2.4.2" + "@babel/compat-data@^7.22.20", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9": version "7.22.20" resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0" @@ -78,6 +86,16 @@ "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" +"@babel/generator@^7.23.6": + version "7.23.6" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e" + integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw== + dependencies: + "@babel/types" "^7.23.6" + "@jridgewell/gen-mapping" "^0.3.2" + "@jridgewell/trace-mapping" "^0.3.17" + jsesc "^2.5.1" + "@babel/helper-annotate-as-pure@^7.22.5": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" @@ -256,6 +274,11 @@ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== +"@babel/helper-string-parser@^7.23.4": + version "7.23.4" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== + "@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.16.7", "@babel/helper-validator-identifier@^7.22.20": version "7.22.20" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" @@ -302,6 +325,15 @@ chalk "^2.4.2" js-tokens "^4.0.0" +"@babel/highlight@^7.23.4": + version "7.23.4" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== + dependencies: + "@babel/helper-validator-identifier" "^7.22.20" + chalk "^2.4.2" + js-tokens "^4.0.0" + "@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.22.7", "@babel/parser@^7.23.0": version "7.23.0" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" @@ -312,6 +344,11 @@ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae" integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q== +"@babel/parser@^7.23.6": + version "7.23.6" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b" + integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15": version "7.22.15" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962" @@ -1160,19 +1197,19 @@ "@babel/types" "^7.22.15" "@babel/traverse@^7.1.6", "@babel/traverse@^7.22.8", "@babel/traverse@^7.23.0", "@babel/traverse@^7.7.2": - version "7.23.0" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53" - integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw== + version "7.23.6" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5" + integrity sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ== dependencies: - "@babel/code-frame" "^7.22.13" - "@babel/generator" "^7.23.0" + "@babel/code-frame" "^7.23.5" + "@babel/generator" "^7.23.6" "@babel/helper-environment-visitor" "^7.22.20" "@babel/helper-function-name" "^7.23.0" "@babel/helper-hoist-variables" "^7.22.5" "@babel/helper-split-export-declaration" "^7.22.6" - "@babel/parser" "^7.23.0" - "@babel/types" "^7.23.0" - debug "^4.1.0" + "@babel/parser" "^7.23.6" + "@babel/types" "^7.23.6" + debug "^4.3.1" globals "^11.1.0" "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.3.3": @@ -1192,6 +1229,15 @@ "@babel/helper-validator-identifier" "^7.15.7" to-fast-properties "^2.0.0" +"@babel/types@^7.23.6": + version "7.23.6" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd" + integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg== + dependencies: + "@babel/helper-string-parser" "^7.23.4" + "@babel/helper-validator-identifier" "^7.22.20" + to-fast-properties "^2.0.0" + "@base2/pretty-print-object@1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4" @@ -1706,11 +1752,6 @@ intl-messageformat "10.3.1" tslib "^2.4.0" -"@gar/promisify@^1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" - integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== - "@hapi/hoek@^9.0.0": version "9.3.0" resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb" @@ -2256,21 +2297,23 @@ dependencies: nan latest -"@npmcli/fs@^2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-2.1.0.tgz#f2a21c28386e299d1a9fae8051d35ad180e33109" - integrity sha512-DmfBvNXGaetMxj9LTp8NAN9vEidXURrf5ZTslQzEAi/6GbW+4yjaLFQc6Tue5cpZ9Frlk4OBo/Snf1Bh/S7qTQ== +"@npmcli/agent@^2.0.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@npmcli/agent/-/agent-2.2.0.tgz#e81f00fdb2a670750ff7731bbefb47ecbf0ccf44" + integrity sha512-2yThA1Es98orMkpSLVqlDZAMPK3jHJhifP2gnNUdk1754uZ8yI5c+ulCoVG+WlntQA6MzhrURMXjSd9Z7dJ2/Q== dependencies: - "@gar/promisify" "^1.1.3" - semver "^7.3.5" + agent-base "^7.1.0" + http-proxy-agent "^7.0.0" + https-proxy-agent "^7.0.1" + lru-cache "^10.0.1" + socks-proxy-agent "^8.0.1" -"@npmcli/move-file@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-2.0.0.tgz#417f585016081a0184cef3e38902cd917a9bbd02" - integrity sha512-UR6D5f4KEGWJV6BGPH3Qb2EtgH+t+1XQ1Tt85c7qicN6cezzuHPdZwwAxqZr4JLtnQu0LZsTza/5gmNmSl8XLg== +"@npmcli/fs@^3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-3.1.0.tgz#233d43a25a91d68c3a863ba0da6a3f00924a173e" + integrity sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w== dependencies: - mkdirp "^1.0.4" - rimraf "^3.0.2" + semver "^7.3.5" "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -3800,18 +3843,19 @@ bindings "^1.5.0" tar "^6.1.0" -"@signalapp/libsignal-client@0.32.1": - version "0.32.1" - resolved "https://registry.yarnpkg.com/@signalapp/libsignal-client/-/libsignal-client-0.32.1.tgz#e1ac48debb399ceff8f2868f0b5ecb75c2fc2ed0" - integrity sha512-3J8IV0xlAwDuC/VWmjkZix+ce7bag4B4+0e25pb8izdN5Nto6EQGHsQv2EM/Gx87jHU296tcXu3AbxE91FG7Ow== +"@signalapp/libsignal-client@0.36.0": + version "0.36.0" + resolved "https://registry.yarnpkg.com/@signalapp/libsignal-client/-/libsignal-client-0.36.0.tgz#9deb971b9ae3894e24f4413ada66f09f2b325ac4" + integrity sha512-EXwPDks7DSwtt4aGtiAwcU8UYGEeZfMWpCzayVbSkQ8h/QLn3oxYeiWV5maVNJh40kdv05rdIGgamZEBC7yBTA== dependencies: node-gyp-build "^4.2.3" + type-fest "^3.5.0" uuid "^8.3.0" -"@signalapp/ringrtc@2.34.4": - version "2.34.4" - resolved "https://registry.yarnpkg.com/@signalapp/ringrtc/-/ringrtc-2.34.4.tgz#00e4952f511d5f63d6f150bb1e8eace115d07e0a" - integrity sha512-E+MdHCHaOsUiHpcfw89SHevtQOi9YHbCtN6l8qQg65jnI2sQqTk8vBgaFC5fh/yp4Mr9CFeu/pmfuQkw9tfM2g== +"@signalapp/ringrtc@2.34.5": + version "2.34.5" + resolved "https://registry.yarnpkg.com/@signalapp/ringrtc/-/ringrtc-2.34.5.tgz#33855d02845b0e8b476d7b611774127215966512" + integrity sha512-ORR3LI8Jn4MGosxa45cqjFyoggaOnJASa3rPx8FghfymWW+VClRYgh14jEouJpNwB6u9rviKOWyz7bF19uxn7w== dependencies: https-proxy-agent "7.0.1" tar "^6.1.0" @@ -5959,9 +6003,10 @@ resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31" integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ== -abbrev@1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.0.tgz#d0554c2256636e2f56e7c2e5ad183f859428d81f" +abbrev@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf" + integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ== abort-controller@^3.0.0: version "3.0.0" @@ -6033,7 +6078,7 @@ agent-base@5: resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c" integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g== -agent-base@6, agent-base@^6.0.2: +agent-base@6: version "6.0.2" resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== @@ -6047,15 +6092,6 @@ agent-base@^7.0.1, agent-base@^7.0.2, agent-base@^7.1.0: dependencies: debug "^4.3.4" -agentkeepalive@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717" - integrity sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA== - dependencies: - debug "^4.1.0" - depd "^1.1.2" - humanize-ms "^1.2.1" - aggregate-error@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz#db2fe7246e536f40d9b5442a39e117d7dd6a24e0" @@ -6273,23 +6309,10 @@ aproba@^1.0.3: version "1.2.0" resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" -"aproba@^1.0.3 || ^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" - integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== - archy@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40" -are-we-there-yet@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz#ba20bd6b553e31d62fc8c31bd23d22b95734390d" - integrity sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw== - dependencies: - delegates "^1.0.0" - readable-stream "^3.6.0" - are-we-there-yet@~1.1.2: version "1.1.4" resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz#bb5dca382bb94f05e15194373d16fd3ba1ca110d" @@ -7165,29 +7188,23 @@ c8@^7.6.0: yargs "^16.2.0" yargs-parser "^20.2.9" -cacache@^16.0.2: - version "16.0.4" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-16.0.4.tgz#66877ae82717ade4d1416d5b3caa3a870f2c6d0c" - integrity sha512-U0D4wF3/W8ZgK4qDA5fTtOVSr0gaDfd5aa7tUdAV0uukVWKsAIn6SzXQCoVlg7RWZiJa+bcsM3/pXLumGaL2Ug== +cacache@^18.0.0: + version "18.0.1" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-18.0.1.tgz#b026d56ad569e4f73cc07c813b3c66707d0fb142" + integrity sha512-g4Uf2CFZPaxtJKre6qr4zqLDOOPU7bNVhWjlNhvzc51xaTOx2noMOLhfFkTAqwtrAZAKQUuDfyjitzilpA8WsQ== dependencies: - "@npmcli/fs" "^2.1.0" - "@npmcli/move-file" "^2.0.0" - chownr "^2.0.0" - fs-minipass "^2.1.0" - glob "^7.2.0" - infer-owner "^1.0.4" - lru-cache "^7.7.1" - minipass "^3.1.6" - minipass-collect "^1.0.2" + "@npmcli/fs" "^3.1.0" + fs-minipass "^3.0.0" + glob "^10.2.2" + lru-cache "^10.0.1" + minipass "^7.0.3" + minipass-collect "^2.0.1" minipass-flush "^1.0.5" minipass-pipeline "^1.2.4" - mkdirp "^1.0.4" p-map "^4.0.0" - promise-inflight "^1.0.1" - rimraf "^3.0.2" - ssri "^9.0.0" + ssri "^10.0.0" tar "^6.1.11" - unique-filename "^1.1.1" + unique-filename "^3.0.0" cache-base@^1.0.1: version "1.0.1" @@ -7669,11 +7686,6 @@ color-name@~1.1.4: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -color-support@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" - integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== - colord@^2.9.3: version "2.9.3" resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43" @@ -7819,7 +7831,7 @@ connect-history-api-fallback@^2.0.0: resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz#647264845251a0daf25b97ce87834cace0f5f1c8" integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA== -console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control-strings@~1.1.0: +console-control-strings@^1.0.0, console-control-strings@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" @@ -8488,7 +8500,7 @@ depd@2.0.0: resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== -depd@^1.1.2, depd@~1.1.2: +depd@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" @@ -8923,10 +8935,10 @@ electron-window@^0.8.0: dependencies: is-electron-renderer "^2.0.0" -electron@27.1.3: - version "27.1.3" - resolved "https://registry.yarnpkg.com/electron/-/electron-27.1.3.tgz#3fd6decda95c1dd0a7e51a9ac77ee0ba37b7c5c6" - integrity sha512-7eD8VMhhlL5J531OOawn00eMthUkX1e3qN5Nqd7eMK8bg5HxQBrn8bdPlvUEnCano9KhrVwaDnGeuzWoDOGpjQ== +electron@27.2.0: + version "27.2.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-27.2.0.tgz#d5bdc006768a6de87dcd077f617d6085a1c69641" + integrity sha512-no/iMICVLI/5G0IqgKFbB89HDN88DWwKeRO+dPfJPkpJISdEX8Cx/sMEOFuuRa4VNInNe5CKCqRWExK5z3AdcQ== dependencies: "@electron/get" "^2.0.0" "@types/node" "^18.11.18" @@ -9786,6 +9798,11 @@ expect@^28.1.3: jest-message-util "^28.1.3" jest-util "^28.1.3" +exponential-backoff@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6" + integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw== + express@^4.17.3: version "4.18.2" resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59" @@ -10428,13 +10445,20 @@ fs-extra@^9.0.0, fs-extra@^9.0.1: jsonfile "^6.0.1" universalify "^2.0.0" -fs-minipass@^2.0.0, fs-minipass@^2.1.0: +fs-minipass@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== dependencies: minipass "^3.0.0" +fs-minipass@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.3.tgz#79a85981c4dc120065e96f62086bf6f9dc26cc54" + integrity sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw== + dependencies: + minipass "^7.0.3" + fs-monkey@1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3" @@ -10490,20 +10514,6 @@ fuse.js@6.5.3: resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-6.5.3.tgz#7446c0acbc4ab0ab36fa602e97499bdb69452b93" integrity sha512-sA5etGE7yD/pOqivZRBvUBd/NaL2sjAu6QuSaFoe1H2BrJSkH/T/UXAJ8CdXdw7DvY3Hs8CXKYkDWX7RiP5KOg== -gauge@^4.0.0: - version "4.0.4" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-4.0.4.tgz#52ff0652f2bbf607a989793d53b751bef2328dce" - integrity sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg== - dependencies: - aproba "^1.0.3 || ^2.0.0" - color-support "^1.1.3" - console-control-strings "^1.1.0" - has-unicode "^2.0.1" - signal-exit "^3.0.7" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wide-align "^1.1.5" - gauge@~2.7.3: version "2.7.4" resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" @@ -10739,7 +10749,7 @@ glob@7.1.7, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glo once "^1.3.0" path-is-absolute "^1.0.0" -glob@^10.0.0, glob@^10.2.2: +glob@^10.0.0, glob@^10.2.2, glob@^10.3.10: version "10.3.10" resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b" integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== @@ -11032,7 +11042,7 @@ has-tostringtag@^1.0.0: dependencies: has-symbols "^1.0.2" -has-unicode@^2.0.0, has-unicode@^2.0.1: +has-unicode@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" @@ -11260,7 +11270,7 @@ htmlparser2@^6.1.0: domutils "^2.5.2" entities "^2.0.0" -http-cache-semantics@^4.0.0, http-cache-semantics@^4.1.0: +http-cache-semantics@^4.0.0, http-cache-semantics@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a" integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== @@ -11390,14 +11400,6 @@ https-proxy-agent@^4.0.0: agent-base "5" debug "4" -https-proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" - integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== - dependencies: - agent-base "6" - debug "4" - https-proxy-agent@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" @@ -11406,6 +11408,14 @@ https-proxy-agent@^5.0.1: agent-base "6" debug "4" +https-proxy-agent@^7.0.1: + version "7.0.2" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz#e2645b846b90e96c6e6f347fb5b2e41f1590b09b" + integrity sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA== + dependencies: + agent-base "^7.0.2" + debug "4" + human-signals@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" @@ -11416,13 +11426,6 @@ humanize-duration@3.27.1: resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.27.1.tgz#2cd4ea4b03bd92184aee6d90d77a8f3d7628df69" integrity sha512-jCVkMl+EaM80rrMrAPl96SGG4NRac53UyI1o/yAzebDntEY6K6/Fj2HOjdPg8omTqIe5Y0wPBai2q5xXrIbarA== -humanize-ms@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" - integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0= - dependencies: - ms "^2.0.0" - humps@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/humps/-/humps-2.0.1.tgz#dd02ea6081bd0568dc5d073184463957ba9ef9aa" @@ -11544,11 +11547,6 @@ indexes-of@^1.0.1: resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= -infer-owner@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" - integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - inflight@^1.0.4: version "1.0.6" resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" @@ -11660,10 +11658,6 @@ invert-kv@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" -ip@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" - ip@^1.1.8: version "1.1.8" resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48" @@ -12232,6 +12226,11 @@ isexe@^2.0.0: resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= +isexe@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz#4a407e2bd78ddfb14bea0c27c6f7072dde775f0d" + integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ== + isobject@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" @@ -13564,6 +13563,11 @@ lru-cache@6.0.0, lru-cache@^6.0.0: dependencies: yallist "^4.0.0" +lru-cache@^10.0.1: + version "10.1.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484" + integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag== + lru-cache@^4.0.1: version "4.1.5" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" @@ -13584,11 +13588,6 @@ lru-cache@^7.14.1: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== -lru-cache@^7.7.1: - version "7.8.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.8.0.tgz#649aaeb294a56297b5cbc5d70f198dcc5ebe5747" - integrity sha512-AmXqneQZL3KZMIgBpaPTeI6pfwh+xQ2vutMsyqOu1TBdEXFZgpG/80wuJ531w2ZN7TI0/oc8CPxzh/DKQudZqg== - "lru-cache@^9.1.1 || ^10.0.0": version "10.0.1" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a" @@ -13650,27 +13649,22 @@ make-error@^1.1.1: resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== -make-fetch-happen@^10.0.3: - version "10.1.2" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-10.1.2.tgz#acffef43f86250602b932eecc0ad3acc992ae233" - integrity sha512-GWMGiZsKVeJACQGJ1P3Z+iNec7pLsU6YW1q11eaPn3RR8nRXHppFWfP7Eu0//55JK3hSjrAQRl8sDa5uXpq1Ew== +make-fetch-happen@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-13.0.0.tgz#705d6f6cbd7faecb8eac2432f551e49475bfedf0" + integrity sha512-7ThobcL8brtGo9CavByQrQi+23aIfgYU++wg4B87AIS8Rb2ZBt/MEaDqzA00Xwv/jUjAjYkLHjVolYuTLKda2A== dependencies: - agentkeepalive "^4.2.1" - cacache "^16.0.2" - http-cache-semantics "^4.1.0" - http-proxy-agent "^5.0.0" - https-proxy-agent "^5.0.0" + "@npmcli/agent" "^2.0.0" + cacache "^18.0.0" + http-cache-semantics "^4.1.1" is-lambda "^1.0.1" - lru-cache "^7.7.1" - minipass "^3.1.6" - minipass-collect "^1.0.2" - minipass-fetch "^2.0.3" + minipass "^7.0.2" + minipass-fetch "^3.0.0" minipass-flush "^1.0.5" minipass-pipeline "^1.2.4" negotiator "^0.6.3" promise-retry "^2.0.1" - socks-proxy-agent "^6.1.1" - ssri "^9.0.0" + ssri "^10.0.0" makeerror@1.0.12: version "1.0.12" @@ -14224,19 +14218,19 @@ minimist@^1.2.7: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== -minipass-collect@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617" - integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== +minipass-collect@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-2.0.1.tgz#1621bc77e12258a12c60d34e2276ec5c20680863" + integrity sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw== dependencies: - minipass "^3.0.0" + minipass "^7.0.3" -minipass-fetch@^2.0.3: - version "2.1.0" - resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-2.1.0.tgz#ca1754a5f857a3be99a9271277246ac0b44c3ff8" - integrity sha512-H9U4UVBGXEyyWJnqYDCLp1PwD8XIkJ4akNHp1aGVI+2Ym7wQMlxDKi4IB4JbmyU+pl9pEs/cVrK6cOuvmbK4Sg== +minipass-fetch@^3.0.0: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-3.0.4.tgz#4d4d9b9f34053af6c6e597a64be8e66e42bf45b7" + integrity sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg== dependencies: - minipass "^3.1.6" + minipass "^7.0.3" minipass-sized "^1.0.3" minizlib "^2.1.2" optionalDependencies: @@ -14270,13 +14264,6 @@ minipass@^3.0.0: dependencies: yallist "^4.0.0" -minipass@^3.1.1, minipass@^3.1.6: - version "3.1.6" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.6.tgz#3b8150aa688a711a1521af5e8779c1d3bb4f45ee" - integrity sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ== - dependencies: - yallist "^4.0.0" - minipass@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.0.0.tgz#7cebb0f9fa7d56f0c5b17853cbe28838a8dbbd3b" @@ -14289,7 +14276,7 @@ minipass@^5.0.0: resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== -"minipass@^5.0.0 || ^6.0.2 || ^7.0.0": +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.2, minipass@^7.0.3: version "7.0.4" resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c" integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== @@ -14387,7 +14374,7 @@ ms@2.1.2: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -ms@2.1.3, ms@^2.0.0, ms@^2.1.1: +ms@2.1.3, ms@^2.1.1: version "2.1.3" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== @@ -14577,21 +14564,21 @@ node-gyp-build@^4.3.0: resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.5.0.tgz#7a64eefa0b21112f89f58379da128ac177f20e40" integrity sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg== -node-gyp@9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.0.0.tgz#e1da2067427f3eb5bb56820cb62bc6b1e4bd2089" - integrity sha512-Ma6p4s+XCTPxCuAMrOA/IJRmVy16R8Sdhtwl4PrCr7IBlj4cPawF0vg/l7nOT1jPbuNS7lIRJpBSvVsXwEZuzw== +node-gyp@10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-10.0.1.tgz#205514fc19e5830fa991e4a689f9e81af377a966" + integrity sha512-gg3/bHehQfZivQVfqIyy8wTdSymF9yTyP4CJifK73imyNMU8AIGQE2pUa7dNWfmMeG9cDVF2eehiRMv0LC1iAg== dependencies: env-paths "^2.2.0" - glob "^7.1.4" + exponential-backoff "^3.1.1" + glob "^10.3.10" graceful-fs "^4.2.6" - make-fetch-happen "^10.0.3" - nopt "^5.0.0" - npmlog "^6.0.0" - rimraf "^3.0.2" + make-fetch-happen "^13.0.0" + nopt "^7.0.0" + proc-log "^3.0.0" semver "^7.3.5" tar "^6.1.2" - which "^2.0.2" + which "^4.0.0" node-int64@^0.4.0: version "0.4.0" @@ -14620,12 +14607,12 @@ noop-logger@^0.1.1: resolved "https://registry.yarnpkg.com/noop-logger/-/noop-logger-0.1.1.tgz#94a2b1633c4f1317553007d8966fd0e841b6a4c2" integrity sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI= -nopt@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88" - integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== +nopt@^7.0.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.0.tgz#067378c68116f602f552876194fd11f1292503d7" + integrity sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA== dependencies: - abbrev "1" + abbrev "^2.0.0" normalize-package-data@^2.3.2, normalize-package-data@^2.5.0: version "2.5.0" @@ -14707,16 +14694,6 @@ npmlog@^4.0.1: gauge "~2.7.3" set-blocking "~2.0.0" -npmlog@^6.0.0: - version "6.0.1" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.1.tgz#06f1344a174c06e8de9c6c70834cfba2964bba17" - integrity sha512-BTHDvY6nrRHuRfyjt1MAufLxYdVXZfd099H4+i1f0lPywNQyI4foeNXJRObB/uy+TYqUW0vAD9gbdSOXPst7Eg== - dependencies: - are-we-there-yet "^3.0.0" - console-control-strings "^1.1.0" - gauge "^4.0.0" - set-blocking "^2.0.0" - nth-check@^2.0.1: version "2.1.1" resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d" @@ -15957,6 +15934,11 @@ prettyjson@^1.2.1: colors "1.4.0" minimist "^1.2.0" +proc-log@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-3.0.0.tgz#fb05ef83ccd64fd7b20bbe9c8c1070fc08338dd8" + integrity sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A== + process-nextick-args@~2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" @@ -15984,10 +15966,6 @@ progress@^2.0.1, progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" - promise-retry@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz#ff747a13620ab57ba688f5fc67855410c370da22" @@ -17663,11 +17641,6 @@ slide@^1.1.5: version "1.1.6" resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707" -smart-buffer@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.1.0.tgz#91605c25d91652f4661ea69ccf45f1b331ca21ba" - integrity sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw== - smart-buffer@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" @@ -17709,15 +17682,6 @@ sockjs@^0.3.24: uuid "^8.3.2" websocket-driver "^0.7.4" -socks-proxy-agent@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.1.1.tgz#e664e8f1aaf4e1fb3df945f09e3d94f911137f87" - integrity sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew== - dependencies: - agent-base "^6.0.2" - debug "^4.3.1" - socks "^2.6.1" - socks-proxy-agent@^8.0.1: version "8.0.1" resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.1.tgz#ffc5859a66dac89b0c4dab90253b96705f3e7120" @@ -17727,14 +17691,6 @@ socks-proxy-agent@^8.0.1: debug "^4.3.4" socks "^2.7.1" -socks@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.1.tgz#989e6534a07cf337deb1b1c94aaa44296520d30e" - integrity sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA== - dependencies: - ip "^1.1.5" - smart-buffer "^4.1.0" - socks@^2.7.1: version "2.7.1" resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.1.tgz#d8e651247178fde79c0663043e07240196857d55" @@ -17899,12 +17855,12 @@ sprintf-js@~1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" -ssri@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-9.0.0.tgz#70ad90e339eb910f1a7ff1dcf4afc268326c4547" - integrity sha512-Y1Z6J8UYnexKFN1R/hxUaYoY2LVdKEzziPmVAFKiKX8fiwvCJTVzn/xYE9TEWod5OVyNfIHHuVfIEuBClL/uJQ== +ssri@^10.0.0: + version "10.0.5" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-10.0.5.tgz#e49efcd6e36385196cb515d3a2ad6c3f0265ef8c" + integrity sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A== dependencies: - minipass "^3.1.1" + minipass "^7.0.3" stack-utils@^2.0.3: version "2.0.6" @@ -17989,7 +17945,7 @@ string-length@^5.0.1: char-regex "^2.0.0" strip-ansi "^7.0.1" -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.3: name string-width-cjs version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" @@ -18940,7 +18896,7 @@ type-fest@^2.19.0, type-fest@~2.19: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b" integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== -type-fest@^3.0.0: +type-fest@^3.0.0, type-fest@^3.5.0: version "3.13.1" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-3.13.1.tgz#bb744c1f0678bea7543a2d1ec24e83e68e8c8706" integrity sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g== @@ -19109,16 +19065,17 @@ uniq@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" -unique-filename@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" - integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== +unique-filename@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea" + integrity sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g== dependencies: - unique-slug "^2.0.0" + unique-slug "^4.0.0" -unique-slug@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.0.tgz#db6676e7c7cc0629878ff196097c78855ae9f4ab" +unique-slug@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-4.0.0.tgz#6bae6bb16be91351badd24cdce741f892a6532e3" + integrity sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ== dependencies: imurmurhash "^0.1.4" @@ -19716,19 +19673,19 @@ which@^1.2.12, which@^1.2.9, which@^1.3.0, which@^1.3.1: dependencies: isexe "^2.0.0" +which@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/which/-/which-4.0.0.tgz#cd60b5e74503a3fbcfbf6cd6b4138a8bae644c1a" + integrity sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg== + dependencies: + isexe "^3.1.1" + wide-align@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.0.tgz#40edde802a71fea1f070da3e62dcda2e7add96ad" dependencies: string-width "^1.0.1" -wide-align@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" - integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== - dependencies: - string-width "^1.0.2 || 2 || 3 || 4" - wildcard@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec" @@ -20043,10 +20000,10 @@ yocto-queue@^1.0.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== -zod@3.21.4: - version "3.21.4" - resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db" - integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw== +zod@3.22.3: + version "3.22.3" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.3.tgz#2fbc96118b174290d94e8896371c95629e87a060" + integrity sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug== zwitch@^1.0.0: version "1.0.5" diff --git a/net-im/signal-desktop/get_deps.sh b/net-im/signal-desktop/get_deps.sh index ae3f7927c1f..e5e434aa718 100644 --- a/net-im/signal-desktop/get_deps.sh +++ b/net-im/signal-desktop/get_deps.sh @@ -1,5 +1,5 @@ #!/bin/sh -SIGNAL_VERS=v6.42.0 +SIGNAL_VERS=v6.43.2 fetch -qo /tmp/package.json https://raw.githubusercontent.com/signalapp/Signal-Desktop/${SIGNAL_VERS}/package.json node_version=$(awk /'"node":'/'{print $2}' /tmp/package.json | sed 's/"//g') diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index aef4645462a..10328b2dbae 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,5 @@ PORTNAME= telegram-desktop -DISTVERSION= 4.14.2 +DISTVERSION= 4.14.3 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full diff --git a/net-im/telegram-desktop/distinfo b/net-im/telegram-desktop/distinfo index 0707321d7b2..2536f5b95d3 100644 --- a/net-im/telegram-desktop/distinfo +++ b/net-im/telegram-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704231966 -SHA256 (tdesktop-4.14.2-full.tar.gz) = 1f7e283083175ecafee8de6f34f3908a51d05b7c6e78374a49a233b59d1d2e72 -SIZE (tdesktop-4.14.2-full.tar.gz) = 67924788 +TIMESTAMP = 1704490841 +SHA256 (tdesktop-4.14.3-full.tar.gz) = f226a652820811bcbfc36c036a9ca8124247b9ba8d4937010122b439a2a3fa08 +SIZE (tdesktop-4.14.3-full.tar.gz) = 67928832 diff --git a/net-im/yume/Makefile b/net-im/yume/Makefile index 6c846912033..4b95e59db28 100644 --- a/net-im/yume/Makefile +++ b/net-im/yume/Makefile @@ -1,7 +1,7 @@ PORTNAME= yume DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= net-im MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/zkgroup/Makefile b/net-im/zkgroup/Makefile index c8226ea5687..51ae52e16cd 100644 --- a/net-im/zkgroup/Makefile +++ b/net-im/zkgroup/Makefile @@ -1,7 +1,7 @@ PORTNAME= zkgroup DISTVERSIONPREFIX= v DISTVERSION= 0.7.4 -PORTREVISION= 21 +PORTREVISION= 22 PORTEPOCH= 1 CATEGORIES= net-im diff --git a/net-mgmt/bandwhich/Makefile b/net-mgmt/bandwhich/Makefile index 44dd1678e72..3cb2746e537 100644 --- a/net-mgmt/bandwhich/Makefile +++ b/net-mgmt/bandwhich/Makefile @@ -1,6 +1,6 @@ PORTNAME= bandwhich DISTVERSION= 0.20.0 -PORTREVISION= 30 +PORTREVISION= 32 CATEGORIES= net-mgmt MAINTAINER= petteri.valkonen@iki.fi @@ -262,10 +262,10 @@ CARGO_CRATES= adler-0.2.3 \ resolv-conf@git+https://github.com/tailhook/resolv-conf?rev=83c0f25ebcb0615550488692c5213ca1ae4acd8f\#83c0f25ebcb0615550488692c5213ca1ae4acd8f PLIST_FILES= bin/bandwhich \ - man/man1/bandwhich.1.gz + share/man/man1/bandwhich.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bandwhich - ${INSTALL_MAN} ${WRKSRC}/docs/bandwhich.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/bandwhich.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net-mgmt/cdpd/Makefile b/net-mgmt/cdpd/Makefile index a5f40701683..50dc4072876 100644 --- a/net-mgmt/cdpd/Makefile +++ b/net-mgmt/cdpd/Makefile @@ -1,6 +1,6 @@ PORTNAME= cdpd PORTVERSION= 1.0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://snar.spb.ru/prog/cdpd/ @@ -14,10 +14,10 @@ USES= tar:tgz GNU_CONFIGURE= yes USE_RC_SUBR= cdpd -PLIST_FILES= sbin/cdpd man/man8/cdpd.8.gz +PLIST_FILES= sbin/cdpd share/man/man8/cdpd.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net-mgmt/crmsh/Makefile b/net-mgmt/crmsh/Makefile index 003524ac6d2..f84d0d1fe98 100644 --- a/net-mgmt/crmsh/Makefile +++ b/net-mgmt/crmsh/Makefile @@ -1,5 +1,5 @@ PORTNAME= crmsh -PORTVERSION= 4.3.1 +PORTVERSION= 4.5.1 CATEGORIES= net-mgmt python MAINTAINER= flo@FreeBSD.org @@ -12,10 +12,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING # Set the build/run depends on setuptools instead of adding distutils to USE_PYTHON # because the crmsh build uses autotools which then calls setup.py. BUILD_DEPENDS= ${PY_SETUPTOOLS} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ +RUN_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parallax>0:devel/py-parallax@${PY_FLAVOR} \ - ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= autoreconf cpe gmake python shebangfix @@ -29,16 +29,12 @@ NO_ARCH= yes CONFLICTS_INSTALL= crm114 # bin/crm -SHEBANG_FILES= bin/crm hb_report/hb_report.in \ - scripts/*/*.py \ - test/cib-tests.sh \ - test/docker_scripts.sh \ - test/evaltest.sh \ - test/list-undocumented-commands.py \ - test/update-expected-output.sh \ - utils/crm_clean.py \ - utils/crm_pkg.py \ - utils/crm_rpmcheck.py +SHEBANG_FILES= bin/crm scripts/*/*.py test/cib-tests.sh test/evaltest.sh \ + test/features/steps/behave_agent.py \ + test/list-undocumented-commands.py test/run-functional-tests \ + test/testcases/confbasic-xml.filter \ + test/update-expected-output.sh utils/crm_clean.py \ + utils/crm_pkg.py utils/crm_rpmcheck.py OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT= MANPAGES diff --git a/net-mgmt/crmsh/distinfo b/net-mgmt/crmsh/distinfo index 9f1a7c61dfe..fb7ca1d1b22 100644 --- a/net-mgmt/crmsh/distinfo +++ b/net-mgmt/crmsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628756293 -SHA256 (ClusterLabs-crmsh-4.3.1_GH0.tar.gz) = 34244aeea8c4649c84a4107b8ea47e60d2b4ecf48727f03293f6984e90437cb3 -SIZE (ClusterLabs-crmsh-4.3.1_GH0.tar.gz) = 1108680 +TIMESTAMP = 1704825502 +SHA256 (ClusterLabs-crmsh-4.5.1_GH0.tar.gz) = 1e3e30f9fb7a3f4199eed512bba9004fe963661bd4d51ef710508a18c3e76c09 +SIZE (ClusterLabs-crmsh-4.5.1_GH0.tar.gz) = 1870939 diff --git a/net-mgmt/crmsh/files/patch-Makefile.am b/net-mgmt/crmsh/files/patch-Makefile.am index 917e994b5ec..6879b89547c 100644 --- a/net-mgmt/crmsh/files/patch-Makefile.am +++ b/net-mgmt/crmsh/files/patch-Makefile.am @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2017-01-31 14:52:10 UTC +--- Makefile.am.orig 2023-03-30 02:10:16 UTC +++ Makefile.am -@@ -51,7 +51,8 @@ endif +@@ -51,7 +51,8 @@ install-data-hook: install-data-hook: mkdir -p $(DESTDIR)$(datadir)/@PACKAGE@/; \ for d in $$(cat data-manifest); do \ @@ -10,7 +10,7 @@ mv $(DESTDIR)$(datadir)/@PACKAGE@/test $(DESTDIR)$(datadir)/@PACKAGE@/tests; \ cp test/testcases/xmlonly.sh $(DESTDIR)$(datadir)/@PACKAGE@/tests/testcases/configbasic-xml.filter -@@ -66,7 +67,7 @@ all-local: +@@ -61,7 +62,7 @@ all-local: --build-base $(shell readlink -f $(builddir))/build \ --verbose) @@ -18,4 +18,4 @@ +python_prefix = --prefix=$(prefix) --root=$(DESTDIR) install-exec-local: - -mkdir -p $(DESTDIR)$(pkgpythondir) + $(INSTALL) -d -m 770 $(DESTDIR)/${localstatedir}/log/crmsh diff --git a/net-mgmt/crmsh/files/patch-crmsh_bootstrap.py b/net-mgmt/crmsh/files/patch-crmsh_bootstrap.py index dd5436ec55d..3699c12bf09 100644 --- a/net-mgmt/crmsh/files/patch-crmsh_bootstrap.py +++ b/net-mgmt/crmsh/files/patch-crmsh_bootstrap.py @@ -1,11 +1,11 @@ ---- crmsh/bootstrap.py.orig 2021-08-12 08:25:27 UTC +--- crmsh/bootstrap.py.orig 2023-03-30 02:10:16 UTC +++ crmsh/bootstrap.py -@@ -42,7 +42,7 @@ from . import ocfs2 - LOG_FILE = "/var/log/crmsh/ha-cluster-bootstrap.log" +@@ -52,7 +52,7 @@ CSYNC2_CFG = "/etc/csync2/csync2.cfg" + CSYNC2_KEY = "/etc/csync2/key_hagroup" CSYNC2_CFG = "/etc/csync2/csync2.cfg" -COROSYNC_AUTH = "/etc/corosync/authkey" +COROSYNC_AUTH = "%%PREFIX%%/etc/corosync/authkey" + CRM_CFG = "/etc/crm/crm.conf" + PROFILES_FILE = "/etc/crm/profiles.yml" SYSCONFIG_SBD = "/etc/sysconfig/sbd" - SYSCONFIG_PCMK = "/etc/sysconfig/pacemaker" - SYSCONFIG_NFS = "/etc/sysconfig/nfs" diff --git a/net-mgmt/crmsh/files/patch-crmsh_corosync.py b/net-mgmt/crmsh/files/patch-crmsh_corosync.py index 50a207b59b8..54f3ecc3491 100644 --- a/net-mgmt/crmsh/files/patch-crmsh_corosync.py +++ b/net-mgmt/crmsh/files/patch-crmsh_corosync.py @@ -1,6 +1,6 @@ ---- crmsh/corosync.py.orig 2021-08-12 08:25:33 UTC +--- crmsh/corosync.py.orig 2023-03-30 02:10:16 UTC +++ crmsh/corosync.py -@@ -15,7 +15,7 @@ from .msg import err_buf, common_debug +@@ -22,7 +22,7 @@ def conf(): def conf(): @@ -9,16 +9,3 @@ def check_tools(): -@@ -178,9 +178,9 @@ class QDevice(object): - qnetd_cacert_filename = "qnetd-cacert.crt" - qdevice_crq_filename = "qdevice-net-node.crq" - qdevice_p12_filename = "qdevice-net-node.p12" -- qnetd_path = "/etc/corosync/qnetd" -- qdevice_path = "/etc/corosync/qdevice/net" -- qdevice_db_path = "/etc/corosync/qdevice/net/nssdb" -+ qnetd_path = "%%PREFIX%%/etc/corosync/qnetd" -+ qdevice_path = "%%PREFIX%%/etc/corosync/qdevice/net" -+ qdevice_db_path = "%%PREFIX%%/etc/corosync/qdevice/net/nssdb" - - def __init__(self, qnetd_addr, port=5403, algo="ffsplit", tie_breaker="lowest", - tls="on", cluster_node=None, cmds=None, mode=None): diff --git a/net-mgmt/crmsh/files/patch-crmsh_qdevice.py b/net-mgmt/crmsh/files/patch-crmsh_qdevice.py new file mode 100644 index 00000000000..02f6402e40a --- /dev/null +++ b/net-mgmt/crmsh/files/patch-crmsh_qdevice.py @@ -0,0 +1,15 @@ +--- crmsh/qdevice.py.orig 2023-05-22 21:01:17 UTC ++++ crmsh/qdevice.py +@@ -123,9 +123,9 @@ class QDevice(object): + qnetd_cacert_filename = "qnetd-cacert.crt" + qdevice_crq_filename = "qdevice-net-node.crq" + qdevice_p12_filename = "qdevice-net-node.p12" +- qnetd_path = "/etc/corosync/qnetd" +- qdevice_path = "/etc/corosync/qdevice/net" +- qdevice_db_path = "/etc/corosync/qdevice/net/nssdb" ++ qnetd_path = "%%PREFIX%%/etc/corosync/qnetd" ++ qdevice_path = "%%PREFIX%%/etc/corosync/qdevice/net" ++ qdevice_db_path = "%%PREFIX%%/etc/corosync/qdevice/net/nssdb" + + def __init__(self, qnetd_addr, port=5403, algo="ffsplit", tie_breaker="lowest", + tls="on", ssh_user=None, cluster_node=None, cmds=None, mode=None, cluster_name=None, is_stage=False): diff --git a/net-mgmt/crmsh/pkg-plist b/net-mgmt/crmsh/pkg-plist index 0df938acc7a..fe9ab77084e 100644 --- a/net-mgmt/crmsh/pkg-plist +++ b/net-mgmt/crmsh/pkg-plist @@ -1,10 +1,11 @@ bin/crm -@sample etc/crm/crm.conf.sample -%%PYTHON_SITELIBDIR%%/crmsh-4.3.0-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/crmsh-4.3.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/crmsh-4.3.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/crmsh-4.3.0-py%%PYTHON_VER%%.egg-info/requires.txt -%%PYTHON_SITELIBDIR%%/crmsh-4.3.0-py%%PYTHON_VER%%.egg-info/top_level.txt +etc/crm/crm.conf.sample +etc/crm/profiles.yml +%%PYTHON_SITELIBDIR%%/crmsh-4.5.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/crmsh-4.5.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/crmsh-4.5.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/crmsh-4.5.0-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/crmsh-4.5.0-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/crmsh/__init__.py %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/bootstrap%%PYTHON_EXT_SUFFIX%%.pyc @@ -23,16 +24,17 @@ bin/crm %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/crm_gv%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/crm_pssh%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/handles%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/__pycache__/healthcheck%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/help%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/history%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/idmgmt%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/lock%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/__pycache__/log%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/log_patterns%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/logparser%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/logtime%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/main%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/minieval%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/crmsh/__pycache__/msg%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ocfs2%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/options%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ordereddict%%PYTHON_EXT_SUFFIX%%.pyc @@ -40,8 +42,10 @@ bin/crm %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/pacemaker%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/parallax%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/parse%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/__pycache__/qdevice%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ra%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/rsctest%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/__pycache__/sbd%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/schema%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/scripts%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/template%%PYTHON_EXT_SUFFIX%%.pyc @@ -59,13 +63,13 @@ bin/crm %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ui_node%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ui_options%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ui_ra%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ui_report%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ui_resource%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ui_root%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ui_script%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ui_site%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ui_template%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/ui_utils%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/__pycache__/upgradeutil%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/userdir%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/crmsh/__pycache__/watchdog%%PYTHON_EXT_SUFFIX%%.pyc @@ -100,17 +104,18 @@ bin/crm %%PYTHON_SITELIBDIR%%/crmsh/crm_gv.py %%PYTHON_SITELIBDIR%%/crmsh/crm_pssh.py %%PYTHON_SITELIBDIR%%/crmsh/handles.py +%%PYTHON_SITELIBDIR%%/crmsh/healthcheck.py %%PYTHON_SITELIBDIR%%/crmsh/help.py %%PYTHON_SITELIBDIR%%/crmsh/history.py %%PYTHON_SITELIBDIR%%/crmsh/idmgmt.py %%PYTHON_SITELIBDIR%%/crmsh/install_files.txt %%PYTHON_SITELIBDIR%%/crmsh/lock.py +%%PYTHON_SITELIBDIR%%/crmsh/log.py %%PYTHON_SITELIBDIR%%/crmsh/log_patterns.py %%PYTHON_SITELIBDIR%%/crmsh/logparser.py %%PYTHON_SITELIBDIR%%/crmsh/logtime.py %%PYTHON_SITELIBDIR%%/crmsh/main.py %%PYTHON_SITELIBDIR%%/crmsh/minieval.py -%%PYTHON_SITELIBDIR%%/crmsh/msg.py %%PYTHON_SITELIBDIR%%/crmsh/ocfs2.py %%PYTHON_SITELIBDIR%%/crmsh/options.py %%PYTHON_SITELIBDIR%%/crmsh/ordereddict.py @@ -118,8 +123,26 @@ bin/crm %%PYTHON_SITELIBDIR%%/crmsh/pacemaker.py %%PYTHON_SITELIBDIR%%/crmsh/parallax.py %%PYTHON_SITELIBDIR%%/crmsh/parse.py +%%PYTHON_SITELIBDIR%%/crmsh/prun/__init__.py +%%PYTHON_SITELIBDIR%%/crmsh/prun/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/prun/__pycache__/prun%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/prun/__pycache__/runner%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/prun/prun.py +%%PYTHON_SITELIBDIR%%/crmsh/prun/runner.py +%%PYTHON_SITELIBDIR%%/crmsh/qdevice.py %%PYTHON_SITELIBDIR%%/crmsh/ra.py +%%PYTHON_SITELIBDIR%%/crmsh/report/__init__.py +%%PYTHON_SITELIBDIR%%/crmsh/report/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/report/__pycache__/collect%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/report/__pycache__/constants%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/report/__pycache__/core%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/report/__pycache__/utillib%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/crmsh/report/collect.py +%%PYTHON_SITELIBDIR%%/crmsh/report/constants.py +%%PYTHON_SITELIBDIR%%/crmsh/report/core.py +%%PYTHON_SITELIBDIR%%/crmsh/report/utillib.py %%PYTHON_SITELIBDIR%%/crmsh/rsctest.py +%%PYTHON_SITELIBDIR%%/crmsh/sbd.py %%PYTHON_SITELIBDIR%%/crmsh/schema.py %%PYTHON_SITELIBDIR%%/crmsh/scripts.py %%PYTHON_SITELIBDIR%%/crmsh/template.py @@ -137,29 +160,29 @@ bin/crm %%PYTHON_SITELIBDIR%%/crmsh/ui_node.py %%PYTHON_SITELIBDIR%%/crmsh/ui_options.py %%PYTHON_SITELIBDIR%%/crmsh/ui_ra.py -%%PYTHON_SITELIBDIR%%/crmsh/ui_report.py %%PYTHON_SITELIBDIR%%/crmsh/ui_resource.py %%PYTHON_SITELIBDIR%%/crmsh/ui_root.py %%PYTHON_SITELIBDIR%%/crmsh/ui_script.py %%PYTHON_SITELIBDIR%%/crmsh/ui_site.py %%PYTHON_SITELIBDIR%%/crmsh/ui_template.py %%PYTHON_SITELIBDIR%%/crmsh/ui_utils.py +%%PYTHON_SITELIBDIR%%/crmsh/upgradeutil.py %%PYTHON_SITELIBDIR%%/crmsh/userdir.py %%PYTHON_SITELIBDIR%%/crmsh/utils.py %%PYTHON_SITELIBDIR%%/crmsh/watchdog.py %%PYTHON_SITELIBDIR%%/crmsh/xmlutil.py man/man8/crm.8.gz -man/man8/crmsh_hb_report.8.gz +man/man8/crmsh_crm_report.8.gz +man/man8/profiles.8.gz %%DATADIR%%/crm.8.adoc -%%DATADIR%%/hb_report/constants.py -%%DATADIR%%/hb_report/hb_report -%%DATADIR%%/hb_report/utillib.py %%DATADIR%%/scripts/apache/main.yml %%DATADIR%%/scripts/check-uptime/fetch.py %%DATADIR%%/scripts/check-uptime/main.yml %%DATADIR%%/scripts/check-uptime/report.py %%DATADIR%%/scripts/clvm-vg/main.yml %%DATADIR%%/scripts/clvm/main.yml +%%DATADIR%%/scripts/cryptctl/README.md +%%DATADIR%%/scripts/cryptctl/main.yml %%DATADIR%%/scripts/database/main.yml %%DATADIR%%/scripts/db2-hadr/main.yml %%DATADIR%%/scripts/db2/main.yml @@ -216,21 +239,23 @@ man/man8/crmsh_hb_report.8.gz %%DATADIR%%/tests/cibtests/004.exp.xml %%DATADIR%%/tests/cibtests/004.input %%DATADIR%%/tests/cibtests/shadow.base -%%DATADIR%%/tests/containerized-regression-tests.sh %%DATADIR%%/tests/crm-interface %%DATADIR%%/tests/defaults %%DATADIR%%/tests/descriptions -%%DATADIR%%/tests/docker_scripts.sh %%DATADIR%%/tests/evaltest.sh %%DATADIR%%/tests/features/bootstrap_bugs.feature %%DATADIR%%/tests/features/bootstrap_init_join_remove.feature %%DATADIR%%/tests/features/bootstrap_options.feature -%%DATADIR%%/tests/features/bootstrap_sbd.feature +%%DATADIR%%/tests/features/bootstrap_sbd_delay.feature +%%DATADIR%%/tests/features/bootstrap_sbd_normal.feature +%%DATADIR%%/tests/features/cluster_api.feature %%DATADIR%%/tests/features/configure_bugs.feature %%DATADIR%%/tests/features/constraints_bugs.feature +%%DATADIR%%/tests/features/coveragerc +%%DATADIR%%/tests/features/crm_report_bugs.feature %%DATADIR%%/tests/features/environment.py %%DATADIR%%/tests/features/geo_setup.feature -%%DATADIR%%/tests/features/hb_report_bugs.feature +%%DATADIR%%/tests/features/healthcheck.feature %%DATADIR%%/tests/features/ocfs2.feature %%DATADIR%%/tests/features/qdevice_options.feature %%DATADIR%%/tests/features/qdevice_setup_remove.feature @@ -239,16 +264,16 @@ man/man8/crmsh_hb_report.8.gz %%DATADIR%%/tests/features/resource_failcount.feature %%DATADIR%%/tests/features/resource_set.feature %%DATADIR%%/tests/features/steps/__init__.py +%%DATADIR%%/tests/features/steps/behave_agent.py %%DATADIR%%/tests/features/steps/const.py -%%DATADIR%%/tests/features/steps/step_implenment.py +%%DATADIR%%/tests/features/steps/step_implementation.py %%DATADIR%%/tests/features/steps/utils.py +%%DATADIR%%/tests/features/user_access.feature %%DATADIR%%/tests/history-test.tar.bz2 %%DATADIR%%/tests/list-undocumented-commands.py %%DATADIR%%/tests/profile-history.sh %%DATADIR%%/tests/regression.sh -%%DATADIR%%/tests/run -%%DATADIR%%/tests/run-in-container.sh -%%DATADIR%%/tests/run-in-travis.sh +%%DATADIR%%/tests/run-functional-tests %%DATADIR%%/tests/testcases/acl %%DATADIR%%/tests/testcases/acl.excl %%DATADIR%%/tests/testcases/acl.exp @@ -264,6 +289,7 @@ man/man8/crmsh_hb_report.8.gz %%DATADIR%%/tests/testcases/confbasic %%DATADIR%%/tests/testcases/confbasic-xml %%DATADIR%%/tests/testcases/confbasic-xml.exp +%%DATADIR%%/tests/testcases/confbasic-xml.filter %%DATADIR%%/tests/testcases/confbasic.exp %%DATADIR%%/tests/testcases/configbasic-xml.filter %%DATADIR%%/tests/testcases/delete @@ -299,8 +325,6 @@ man/man8/crmsh_hb_report.8.gz %%DATADIR%%/tests/testcases/shadow %%DATADIR%%/tests/testcases/shadow.exp %%DATADIR%%/tests/testcases/xmlonly.sh -%%DATADIR%%/tests/travis-tests.sh -%%DATADIR%%/tests/unit-tests-in-container.sh %%DATADIR%%/tests/unittests/__init__.py %%DATADIR%%/tests/unittests/bug-862577_corosync.conf %%DATADIR%%/tests/unittests/corosync.conf.1 @@ -351,12 +375,17 @@ man/man8/crmsh_hb_report.8.gz %%DATADIR%%/tests/unittests/test_ocfs2.py %%DATADIR%%/tests/unittests/test_parallax.py %%DATADIR%%/tests/unittests/test_parse.py -%%DATADIR%%/tests/unittests/test_report.py +%%DATADIR%%/tests/unittests/test_prun.py +%%DATADIR%%/tests/unittests/test_qdevice.py +%%DATADIR%%/tests/unittests/test_ratrace.py +%%DATADIR%%/tests/unittests/test_sbd.py %%DATADIR%%/tests/unittests/test_scripts.py %%DATADIR%%/tests/unittests/test_time.py %%DATADIR%%/tests/unittests/test_ui_cluster.py +%%DATADIR%%/tests/unittests/test_upgradeuitl.py %%DATADIR%%/tests/unittests/test_utils.py %%DATADIR%%/tests/unittests/test_watchdog.py +%%DATADIR%%/tests/unittests/test_xmlutil.py %%DATADIR%%/tests/update-expected-output.sh %%DATADIR%%/utils/crm_clean.py %%DATADIR%%/utils/crm_init.py @@ -371,6 +400,7 @@ man/man8/crmsh_hb_report.8.gz %%PORTDOCS%%%%DOCSDIR%%/contrib/README.vimsyntax %%PORTDOCS%%%%DOCSDIR%%/contrib/pcmk.vim %%PORTDOCS%%%%DOCSDIR%%/crm.8.html -%%PORTDOCS%%%%DOCSDIR%%/crmsh_hb_report.8.html +%%PORTDOCS%%%%DOCSDIR%%/crmsh_crm_report.8.html +%%PORTDOCS%%%%DOCSDIR%%/profiles.html @dir /var/cache/crm @dir /var/log/crmsh diff --git a/net-mgmt/gping/Makefile b/net-mgmt/gping/Makefile index 9ef10bd9e42..ebab612d735 100644 --- a/net-mgmt/gping/Makefile +++ b/net-mgmt/gping/Makefile @@ -1,7 +1,7 @@ PORTNAME= gping PORTVERSION= 1.16.0 DISTVERSIONPREFIX= gping-v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= ehaupt@FreeBSD.org diff --git a/net-mgmt/grepcidr/Makefile b/net-mgmt/grepcidr/Makefile index 54fe33db58a..de3cf7a53d6 100644 --- a/net-mgmt/grepcidr/Makefile +++ b/net-mgmt/grepcidr/Makefile @@ -1,5 +1,6 @@ PORTNAME= grepcidr PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net-mgmt textproc MASTER_SITES= http://www.pc-tools.net/files/unix/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ @@ -13,14 +14,14 @@ LICENSE= GPLv2 USES= gmake PLIST_FILES= bin/grepcidr \ - man/man1/grepcidr.1.gz + share/man/man1/grepcidr.1.gz do-configure: ${REINPLACE_CMD} \ -e 's|PREFIX=.*|PREFIX=${PREFIX}|' \ -e 's|CFLAGS=.*|CFLAGS=${CFLAGS}|' \ -e 's|DESTDIR=.*|DESTDIR=${STAGEDIR}|' \ - -e 's|MANDIR=.*|MANDIR=${MANPREFIX}/man|' \ + -e 's|MANDIR=.*|MANDIR=${PREFIX}/share/man|' \ ${WRKSRC}/Makefile .include diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile index 38bd57339b9..995aa46ce7f 100644 --- a/net-mgmt/librenms/Makefile +++ b/net-mgmt/librenms/Makefile @@ -1,6 +1,5 @@ PORTNAME= librenms -PORTVERSION= 23.11.0 -PORTREVISION= 1 +PORTVERSION= 24.1.0 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= LOCAL/dvl:vendor @@ -128,7 +127,7 @@ _SCRIPT_FILES= daily.sh lnms # _RELEASE_TIMESTAMP is used for a patch inside the vendor code # it represents the release date via: git show --pretty='%H|%ct' -s 1.42.01 # It sits here so you remember to update it with each release -_RELEASE_TIMESTAMP= 1700189861 +_RELEASE_TIMESTAMP= 1704642592 _ROOT_DIRS= LibreNMS app bootstrap config database doc html \ includes lang licenses mibs misc resources routes \ scripts tests diff --git a/net-mgmt/librenms/distinfo b/net-mgmt/librenms/distinfo index 781125439ad..213a18081cc 100644 --- a/net-mgmt/librenms/distinfo +++ b/net-mgmt/librenms/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1700228185 -SHA256 (librenms-vendor-23.11.0.tar.gz) = 395a3416a47a69c0051bd19a7f5a4e13c9c415200ea4b02e481e3836788a3dde -SIZE (librenms-vendor-23.11.0.tar.gz) = 27788803 -SHA256 (librenms-librenms-23.11.0_GH0.tar.gz) = 9952fcf4f911044829311b4741a162e40b15bdc509590dbef6c5ff831728e60c -SIZE (librenms-librenms-23.11.0_GH0.tar.gz) = 58953541 +TIMESTAMP = 1704848844 +SHA256 (librenms-vendor-24.1.0.tar.gz) = c321a0e5b27c1f67519b970f0a066c28f3adb352ef38a10e517984f29f014897 +SIZE (librenms-vendor-24.1.0.tar.gz) = 27803312 +SHA256 (librenms-librenms-24.1.0_GH0.tar.gz) = 295877ffeb5a4d8b24e4e195968934e3a708bb17e6f1ca351d7fd0d719d55cbf +SIZE (librenms-librenms-24.1.0_GH0.tar.gz) = 59244177 diff --git a/net-mgmt/mysql-snmp/Makefile b/net-mgmt/mysql-snmp/Makefile index 91a1e15b464..e0d8c51969c 100644 --- a/net-mgmt/mysql-snmp/Makefile +++ b/net-mgmt/mysql-snmp/Makefile @@ -2,6 +2,7 @@ PORTNAME= mysql-snmp DISTVERSIONPREFIX= v DISTVERSION= 1.2-17 DISTVERSIONSUFFIX= -g1d0b409 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MAINTAINER= 0mp@FreeBSD.org @@ -36,7 +37,7 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/snmp/mibs ${INSTALL_DATA} ${WRKSRC}/MYSQL-SERVER-MIB.txt \ ${STAGEDIR}${PREFIX}/share/snmp/mibs - ${INSTALL_MAN} ${WRKSRC}/mysql-snmp.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/mysql-snmp.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} opennms ${STAGEDIR}/${DATADIR}) @${MKDIR} ${STAGEDIR}${ETCDIR} diff --git a/net-mgmt/mysql-snmp/pkg-plist b/net-mgmt/mysql-snmp/pkg-plist index 8893d1da8e0..195e7d3f412 100644 --- a/net-mgmt/mysql-snmp/pkg-plist +++ b/net-mgmt/mysql-snmp/pkg-plist @@ -1,7 +1,7 @@ @mode 600 @sample %%ETCDIR%%/my.cnf.sample @mode -man/man1/mysql-snmp.1.gz +share/man/man1/mysql-snmp.1.gz sbin/mysql-snmp %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/opennms/mysql.datacollection-config.xml diff --git a/net-mgmt/nfs-exporter/Makefile b/net-mgmt/nfs-exporter/Makefile index be4197f8d1b..be952a89411 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= 2 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= freebsd-${PORTNAME}/${DISTVERSION} @@ -28,10 +28,10 @@ USE_RC_SUBR= nfs_exporter SUB_LIST= USER=nobody PLIST_FILES= bin/${PORTNAME} \ - man/man8/${PORTNAME}.8.gz + share/man/man8/${PORTNAME}.8.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.8 ${STAGEDIR}${MAN1PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net-mgmt/openlldp/Makefile b/net-mgmt/openlldp/Makefile index 80cd4c92686..f32826824bb 100644 --- a/net-mgmt/openlldp/Makefile +++ b/net-mgmt/openlldp/Makefile @@ -1,6 +1,6 @@ PORTNAME= openlldp DISTVERSION= 0.4alpha -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes USE_RC_SUBR= lldpd -PLIST_FILES= sbin/lldpd bin/lldpneighbors man/man8/lldpd.8.gz +PLIST_FILES= sbin/lldpd bin/lldpneighbors share/man/man8/lldpd.8.gz post-patch: @${REINPLACE_CMD} -e 's/^CFLAGS =/CFLAGS +=/g' \ @@ -23,6 +23,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/lldpd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/src/lldpneighbors ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/lldpd.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${FILESDIR}/lldpd.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile index 74de1e58f89..2f254f8a47b 100644 --- a/net-mgmt/pnp/Makefile +++ b/net-mgmt/pnp/Makefile @@ -98,6 +98,6 @@ post-install: .for f in ${SAMPLE_CONFIGS} ${INSTALL_DATA} ${WRKSRC}/sample-config/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor - ${INSTALL_MAN} ${WRKSRC}/man/npcd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/npcd.8 ${STAGEDIR}${PREFIX}/man/man8 .include diff --git a/net-mgmt/portmon/Makefile b/net-mgmt/portmon/Makefile index a2ec5226a68..0a7031e7e73 100644 --- a/net-mgmt/portmon/Makefile +++ b/net-mgmt/portmon/Makefile @@ -28,7 +28,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/extras/portmon.8 \ - ${STAGEDIR}${MAN8PREFIX}/share/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 ${INSTALL_DATA} ${WRKSRC}/extras/portmon.hosts.sample \ ${STAGEDIR}${PREFIX}/etc diff --git a/net-mgmt/rs-aggregate/Makefile b/net-mgmt/rs-aggregate/Makefile index f70e8b6f642..490cc995bde 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.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= marcel@herrbischoff.com diff --git a/net-mgmt/unifi7/Makefile b/net-mgmt/unifi7/Makefile index 9d5bd90fb64..ac647af7dc6 100644 --- a/net-mgmt/unifi7/Makefile +++ b/net-mgmt/unifi7/Makefile @@ -1,6 +1,6 @@ PORTNAME= unifi7 PORTVERSION= 7.5.187 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \ https://repo1.maven.org/maven2/%SUBDIR%/:jax @@ -15,6 +15,9 @@ MAINTAINER= otis@FreeBSD.org COMMENT= UniFi Controller v7 WWW= https://help.ui.com/hc/en-us/categories/200320654-UniFi-Wireless +DEPRECATED= EOLed upstream, switch to newer version +EXPIRATION_DATE= 2024-02-29 + RUN_DEPENDS= snappyjava>0:archivers/snappy-java FLAVORS= default externaldb diff --git a/net-mgmt/unifi8/Makefile b/net-mgmt/unifi8/Makefile index 522d7ef7ce8..1b411906ad7 100644 --- a/net-mgmt/unifi8/Makefile +++ b/net-mgmt/unifi8/Makefile @@ -1,5 +1,5 @@ PORTNAME= unifi8 -PORTVERSION= 8.0.24 +PORTVERSION= 8.0.26 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \ https://repo1.maven.org/maven2/%SUBDIR%/:jax diff --git a/net-mgmt/unifi8/distinfo b/net-mgmt/unifi8/distinfo index 5025aa7f026..ff9abf135c0 100644 --- a/net-mgmt/unifi8/distinfo +++ b/net-mgmt/unifi8/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1703351401 -SHA256 (unifi8-8.0.24/unifi_sysvinit_all.deb) = 7e6bdfff6ec9e0ad8b7f69d8d6d022c6493ebc883e48a6c6a062ef6251269368 -SIZE (unifi8-8.0.24/unifi_sysvinit_all.deb) = 137647632 -SHA256 (unifi8-8.0.24/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 -SIZE (unifi8-8.0.24/javax.activation-api-1.2.0.jar) = 56674 +TIMESTAMP = 1704658917 +SHA256 (unifi8-8.0.26/unifi_sysvinit_all.deb) = 96d79cad82656d490f99ea476b6e6b049836f705a9aad594572b46e5f0f535d1 +SIZE (unifi8-8.0.26/unifi_sysvinit_all.deb) = 137642630 +SHA256 (unifi8-8.0.26/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 +SIZE (unifi8-8.0.26/javax.activation-api-1.2.0.jar) = 56674 diff --git a/net-p2p/awgg/Makefile b/net-p2p/awgg/Makefile index 36e7d31cd68..65e601d0714 100644 --- a/net-p2p/awgg/Makefile +++ b/net-p2p/awgg/Makefile @@ -1,6 +1,6 @@ PORTNAME= awgg DISTVERSION= 0.6.0.6034-beta -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -36,7 +36,7 @@ DESKTOP_ENTRIES="AWGG" \ USE_GNOME_gtk2= cairo USE_GNOME+= ${USE_GNOME_${FLAVOR}} -LAZBUILD_ARGS= -d +LAZBUILD_ARGS= -d --cpu=${ARCH:S/amd64/x86_64/g} LAZARUS_PROJECT_FILES= src/awgg.lpi post-patch: diff --git a/net-p2p/cncli/Makefile b/net-p2p/cncli/Makefile index c5683372039..98cc05c2638 100644 --- a/net-p2p/cncli/Makefile +++ b/net-p2p/cncli/Makefile @@ -1,7 +1,7 @@ PORTNAME= cncli DISTVERSIONPREFIX= v DISTVERSION= 5.3.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p MAINTAINER= boris@zfs.ninja diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index 8ad1bca5305..59d92ee4452 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-gnutella PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= SF @@ -20,7 +20,7 @@ CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -O -Dyacc='byacc' \ -Dprefix='${PREFIX}' \ -Dprivlib='${DATADIR}' \ - -Dmansrc='${MANPREFIX}/man/man1' \ + -Dmansrc='${PREFIX}/share/man/man1' \ -Dlocale='${PREFIX}/share/locale' \ -Dcc='${CC}' -Doptimize='${CFLAGS}' \ -Dccflags='${CPPFLAGS}' -Dldflags='${LDFLAGS}' \ diff --git a/net-p2p/gtk-gnutella/pkg-plist b/net-p2p/gtk-gnutella/pkg-plist index 934916bc9d0..00e3080b8cb 100644 --- a/net-p2p/gtk-gnutella/pkg-plist +++ b/net-p2p/gtk-gnutella/pkg-plist @@ -1,5 +1,5 @@ bin/gtk-gnutella -man/man1/gtk-gnutella.1.gz +share/man/man1/gtk-gnutella.1.gz share/appdata/gtk-gnutella.appdata.xml share/applications/gtk-gnutella.desktop %%DATADIR%%/%%ARCH%%-%%OPSYS%%/gtk-gnutella.nm diff --git a/net-p2p/oura/Makefile b/net-p2p/oura/Makefile index 43980d993f0..d8bbf3266d3 100644 --- a/net-p2p/oura/Makefile +++ b/net-p2p/oura/Makefile @@ -1,7 +1,7 @@ PORTNAME= oura DISTVERSIONPREFIX= v DISTVERSION= 1.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p MAINTAINER= boris@zfs.ninja diff --git a/net-p2p/sonarr-devel/Makefile b/net-p2p/sonarr-devel/Makefile index f39af0e51b9..7f7530b8a0c 100644 --- a/net-p2p/sonarr-devel/Makefile +++ b/net-p2p/sonarr-devel/Makefile @@ -12,6 +12,9 @@ WWW= https://sonarr.tv LICENSE= GPLv3 +DEPRECATED= Use net-p2p/sonarr instead +EXPIRATION_DATE= 2024-03-01 + ONLY_FOR_ARCHS= amd64 RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ diff --git a/net-p2p/twitch-tui/Makefile b/net-p2p/twitch-tui/Makefile index 638620b91c6..1b69fa510b3 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.2 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= yuri@FreeBSD.org diff --git a/net/Makefile b/net/Makefile index 640bc384479..0f9fc6b7b35 100644 --- a/net/Makefile +++ b/net/Makefile @@ -166,6 +166,7 @@ SUBDIR += freeradius-client SUBDIR += freeradius3 SUBDIR += freerdp + SUBDIR += freerdp3 SUBDIR += freeswitch SUBDIR += freevrrpd SUBDIR += frp @@ -1092,6 +1093,7 @@ SUBDIR += py-pcapy-ng SUBDIR += py-port-for SUBDIR += py-portend + SUBDIR += py-pychromecast SUBDIR += py-pyenet SUBDIR += py-pyfixbuf SUBDIR += py-pygeoip diff --git a/net/aget/Makefile b/net/aget/Makefile index 03b166b527a..79d73b6b2ca 100644 --- a/net/aget/Makefile +++ b/net/aget/Makefile @@ -14,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" LDFLAGS+= -pthread -PLIST_FILES= bin/aget man/man1/aget.1.gz +PLIST_FILES= bin/aget share/man/man1/aget.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aget ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/aget.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/aget.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net/arp-sk/Makefile b/net/arp-sk/Makefile index 82988154bfc..e86662e4f24 100644 --- a/net/arp-sk/Makefile +++ b/net/arp-sk/Makefile @@ -1,6 +1,6 @@ PORTNAME= arp-sk PORTVERSION= 0.0.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://sid.rstack.org/arp-sk/files/ EXTRACT_SUFX= .tgz @@ -13,10 +13,10 @@ LIB_DEPENDS= libnet.so:net/libnet GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libnet=${LOCALBASE} -PLIST_FILES= sbin/arp-sk man/man1/arp-sk.1.gz +PLIST_FILES= sbin/arp-sk share/man/man1/arp-sk.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/arp-sk ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/man/arp-sk.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/arp-sk.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net/aslookup/Makefile b/net/aslookup/Makefile index a17b1d9c5a3..a98f993566e 100644 --- a/net/aslookup/Makefile +++ b/net/aslookup/Makefile @@ -5,10 +5,14 @@ MASTER_SITES= http://aslookup.bgpview.org/download/ \ https://BSDforce.com/source/net/aslookup/ DISTNAME= ${PORTNAME}-beta${PORTVERSION} -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Tool that searches the sequence of AS numbers WWW= http://aslookup.bgpview.org/index-e.html +BROKEN= Lookup returns nothing +DEPRECATED= Lookup returns nothing +EXPIRATION_DATE=2024-02-29 + CFLAGS+= -DARINDB -DJPNICDB -DAPNICDB OPTIONS_DEFINE= DOCS diff --git a/net/aws-ec2-imdsv2-get/Makefile b/net/aws-ec2-imdsv2-get/Makefile index d624e4d6cc9..3683c379329 100644 --- a/net/aws-ec2-imdsv2-get/Makefile +++ b/net/aws-ec2-imdsv2-get/Makefile @@ -1,5 +1,6 @@ PORTNAME= aws-ec2-imdsv2-get DISTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= cperciva@FreeBSD.org diff --git a/net/cloud-init-devel/Makefile b/net/cloud-init-devel/Makefile index b2fc0e14629..79b70631b08 100644 --- a/net/cloud-init-devel/Makefile +++ b/net/cloud-init-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= cloud-init -DISTVERSION= 23.3-1 -DISTVERSIONSUFFIX= -g72949eede +DISTVERSION= 23.4-68 +DISTVERSIONSUFFIX= -g8937b5e5a CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel diff --git a/net/cloud-init-devel/distinfo b/net/cloud-init-devel/distinfo index 1a16a878426..d380a478b1e 100644 --- a/net/cloud-init-devel/distinfo +++ b/net/cloud-init-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1693350181 -SHA256 (canonical-cloud-init-23.3-1-g72949eede_GH0.tar.gz) = 4899b40102adff7bae2f8c89fe09409ce0a7daf89bdddfae3aa946a0342045c0 -SIZE (canonical-cloud-init-23.3-1-g72949eede_GH0.tar.gz) = 5738284 +TIMESTAMP = 1704414580 +SHA256 (canonical-cloud-init-23.4-68-g8937b5e5a_GH0.tar.gz) = 56c5bf2084ed08a410a91fed26d736f9f46d055fcc94e89cf1665750aaa03d7f +SIZE (canonical-cloud-init-23.4-68-g8937b5e5a_GH0.tar.gz) = 1679513 diff --git a/net/corosync3/Makefile b/net/corosync3/Makefile index c12af546f7d..71ae94b91cb 100644 --- a/net/corosync3/Makefile +++ b/net/corosync3/Makefile @@ -1,4 +1,4 @@ -PORTVERSION= 3.1.7 +PORTVERSION= 3.1.8 PKGNAMESUFFIX= 3 WWW= https://corosync.github.io/corosync/ diff --git a/net/corosync3/distinfo b/net/corosync3/distinfo index bcdf8a32705..10364f519e6 100644 --- a/net/corosync3/distinfo +++ b/net/corosync3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678299592 -SHA256 (corosync-3.1.7.tar.gz) = e6556b3a385965f21330b9383dcd1790f28a4f79e093982b40ea2ec23e0a29fa -SIZE (corosync-3.1.7.tar.gz) = 1126053 +TIMESTAMP = 1704742304 +SHA256 (corosync-3.1.8.tar.gz) = 7023544fa3bb36c00bbcabd9935b7269b41d896738a108ed32ea9b9c9b27ec3d +SIZE (corosync-3.1.8.tar.gz) = 1169570 diff --git a/net/courier-authlib-ldap/Makefile b/net/courier-authlib-ldap/Makefile index e3578ff41d0..c862bf5a5eb 100644 --- a/net/courier-authlib-ldap/Makefile +++ b/net/courier-authlib-ldap/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -ldap COMMENT= LDAP support for the Courier authentication library diff --git a/net/dhcpdump/Makefile b/net/dhcpdump/Makefile index 65d5431a7e3..0fe04d85806 100644 --- a/net/dhcpdump/Makefile +++ b/net/dhcpdump/Makefile @@ -1,5 +1,6 @@ PORTNAME= dhcpdump PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.mavetju.org/download/ @@ -13,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= build -PLIST_FILES= bin/dhcpdump man/man8/dhcpdump.8.gz +PLIST_FILES= bin/dhcpdump share/man/man8/dhcpdump.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net/drawterm/Makefile b/net/drawterm/Makefile index 7a3675ebfa4..f389ecb53bb 100644 --- a/net/drawterm/Makefile +++ b/net/drawterm/Makefile @@ -23,6 +23,6 @@ MAKE_ARGS= CONF=${OPSYS:tl} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/drawterm ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/drawterm.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/drawterm.1 + ${INSTALL_MAN} ${WRKSRC}/drawterm.1 ${STAGEDIR}${PREFIX}/share/man/man1/drawterm.1 .include diff --git a/net/empty/Makefile b/net/empty/Makefile index c761a8733fa..be5bd98dc0f 100644 --- a/net/empty/Makefile +++ b/net/empty/Makefile @@ -1,5 +1,6 @@ PORTNAME= empty PORTVERSION= 0.6.23c +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -21,7 +22,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/empty ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/empty.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/empty.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net/empty/pkg-plist b/net/empty/pkg-plist index 66bd61d28e4..fc46e10d8b4 100644 --- a/net/empty/pkg-plist +++ b/net/empty/pkg-plist @@ -1,5 +1,5 @@ bin/empty -man/man1/empty.1.gz +share/man/man1/empty.1.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/README.txt diff --git a/net/fb303/Makefile b/net/fb303/Makefile index da312d142b5..dc8de0de107 100644 --- a/net/fb303/Makefile +++ b/net/fb303/Makefile @@ -1,6 +1,6 @@ PORTNAME= fb303 DISTVERSIONPREFIX= v -DISTVERSION= 2024.01.01.00 +DISTVERSION= 2024.01.08.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fb303/distinfo b/net/fb303/distinfo index 235438b2f4d..e2244f574b0 100644 --- a/net/fb303/distinfo +++ b/net/fb303/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704170627 -SHA256 (facebook-fb303-v2024.01.01.00_GH0.tar.gz) = 7d7abc8c030bef741856d8fc6d5ecca35bf34c931805714d41368a5fd4530e27 -SIZE (facebook-fb303-v2024.01.01.00_GH0.tar.gz) = 242794 +TIMESTAMP = 1704778229 +SHA256 (facebook-fb303-v2024.01.08.00_GH0.tar.gz) = b0b70695da62e3df1d2afd8b0d5ef58547960b92110dc3accb06e98c006d7704 +SIZE (facebook-fb303-v2024.01.08.00_GH0.tar.gz) = 242585 diff --git a/net/findomain/Makefile b/net/findomain/Makefile index 2f0a6315d57..26a59fd5765 100644 --- a/net/findomain/Makefile +++ b/net/findomain/Makefile @@ -1,6 +1,6 @@ PORTNAME= findomain DISTVERSION= 5.0.0 -PORTREVISION= 23 +PORTREVISION= 25 CATEGORIES= net security MAINTAINER= lcook@FreeBSD.org @@ -264,7 +264,7 @@ CARGO_CRATES= addr2line-0.16.0 \ WRKSRC= ${WRKDIR}/Findomain-${DISTVERSION} PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz _DOCS= docs/create_telegram_webhook.md README.md PORTDOCS= ${_DOCS:T} @@ -281,7 +281,7 @@ SCREENSHOT_RUN_DEPENDS= chrome:www/chromium post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index 94cb27800e0..3700f7448b5 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -1,5 +1,6 @@ PORTNAME= freerdp DISTVERSION= 2.11.4 +PORTREVISION= 2 CATEGORIES= net comms MASTER_SITES= https://pub.freerdp.com/releases/ \ https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/ @@ -34,9 +35,6 @@ CMAKE_OFF= WITH_DSP_EXPERIMENTAL WITH_GPROF WITH_GSSAPI WITH_GSTREAMER_0_10 WITH WITH_SANITIZE_THREAD WITH_SERVER WITH_SERVER_INTERFACE \ WITH_SMARTCARD_INSPECT WITH_THIRD_PARTY WITH_VALGRIND_MEMCHECK -CMAKE_ARGS_aarch64+= -DWITH_NEON=ON -CFLAGS_aarch64+= -D__ARM_NEON__=__ARM_NEON # clang - PLIST_SUB+= PATCHVERSION="${PATCHVERSION}" PLIST_SUB+= MAJORVERSION="${MAJORVERSION}" @@ -48,11 +46,14 @@ OPTIONS_RADIO= SCALE OPTIONS_RADIO_SCALE= CAIRO SWSCALE OPTIONS_SUB= yes +OPTIONS_DEFINE_aarch64= NEON +OPTIONS_DEFINE_amd64= SSE OPTIONS_DEFINE_armv6= NEON OPTIONS_DEFINE_armv7= NEON -OPTIONS_DEFINE_amd64= SSE OPTIONS_DEFINE_i386= SSE +OPTIONS_DEFAULT_aarch64= NEON OPTIONS_DEFAULT_amd64= SSE +OPTIONS_DEFAULT_armv7= NEON ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CMAKE_BOOL= WITH_ALSA @@ -61,8 +62,9 @@ BROKENFOCUS_DESC= Work around focus bug in some WMs (PR \#254908) BROKENFOCUS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-focusbug.diff CAIRO_DESC= Use CAIRO image library for screen resizing -CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo CAIRO_CMAKE_BOOL= WITH_CAIRO +CAIRO_USES= gnome +CAIRO_USE= gnome=cairo CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_CMAKE_BOOL= WITH_CUPS @@ -97,11 +99,8 @@ LAME_CMAKE_BOOL= WITH_LAME MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto MANPAGES_CMAKE_BOOL= WITH_MANPAGES -NEON_DESC= Enable Media Processing Engine instructions +NEON_DESC= Enable Media Processing Engine instructions NEON_CMAKE_BOOL= WITH_NEON -.if ! ${CFLAGS:M-march*} -NEON_CFLAGS= -march=armv7-a -.endif OPENH264_DESC= H.264 video codec support via OpenH264 OPENH264_LIB_DEPENDS= libopenh264.so:multimedia/openh264 diff --git a/net/freerdp/files/mntent_compat.c b/net/freerdp/files/mntent_compat.c index 6169936f2a4..076f5c4cabe 100644 --- a/net/freerdp/files/mntent_compat.c +++ b/net/freerdp/files/mntent_compat.c @@ -139,7 +139,7 @@ static struct mntent * statfs_to_mntent (struct statfs *mntbuf) { static char opts_buf[40], *tmp; - + _mntent.mnt_fsname = mntbuf->f_mntfromname; _mntent.mnt_dir = mntbuf->f_mntonname; _mntent.mnt_type = mntbuf->f_fstypename; @@ -151,7 +151,7 @@ statfs_to_mntent (struct statfs *mntbuf) } else { *opts_buf = '\0'; } - _mntent.mnt_opts = opts_buf; + _mntent.mnt_opts = opts_buf; _mntent.mnt_freq = _mntent.mnt_passno = 0; return (&_mntent); } diff --git a/net/freerdp/files/patch-client_Wayland_CMakeLists.txt b/net/freerdp/files/patch-client_Wayland_CMakeLists.txt deleted file mode 100644 index 6b61bfbfc46..00000000000 --- a/net/freerdp/files/patch-client_Wayland_CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ ---- client/Wayland/CMakeLists.txt.orig 2017-11-28 14:26:30 UTC -+++ client/Wayland/CMakeLists.txt -@@ -39,5 +39,12 @@ target_link_libraries(${MODULE_NAME} ${$ - install(TARGETS ${MODULE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT client) - - set_property(TARGET ${MODULE_NAME} PROPERTY FOLDER "Client/Wayland") -+ -+if(WITH_MANPAGES) - configure_file(wlfreerdp.1.in ${CMAKE_CURRENT_BINARY_DIR}/wlfreerdp.1) --install_freerdp_man(${CMAKE_CURRENT_BINARY_DIR}/wlfreerdp.1 1) -+ if(BSD) -+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/wlfreerdp.1 DESTINATION man/man1) -+ else() -+ install_freerdp_man(${CMAKE_CURRENT_BINARY_DIR}/wlfreerdp.1 1) -+ endif() -+endif(WITH_MANPAGES) diff --git a/net/freerdp/files/patch-client_Wayland_wlfreerdp.c b/net/freerdp/files/patch-client_Wayland_wlfreerdp.c index 0b7fd973f41..f718b79ccb7 100644 --- a/net/freerdp/files/patch-client_Wayland_wlfreerdp.c +++ b/net/freerdp/files/patch-client_Wayland_wlfreerdp.c @@ -1,6 +1,6 @@ ---- client/Wayland/wlfreerdp.c.orig +--- client/Wayland/wlfreerdp.c.orig 2023-12-14 18:03:49 UTC +++ client/Wayland/wlfreerdp.c -@@ -587,7 +587,7 @@ static void wlf_client_free(freerdp* instance, rdpContext* context) +@@ -587,7 +587,7 @@ static void wlf_client_free(freerdp* instance, rdpCont DeleteCriticalSection(&wlf->critical); } @@ -8,4 +8,4 @@ +static void* uwac_event_clone(void* val) { UwacEvent* copy; - const UwacEvent* ev = (const UwacEvent*)val; + UwacEvent* ev = (UwacEvent*)val; diff --git a/net/freerdp/files/patch-client_X11_CMakeLists.txt b/net/freerdp/files/patch-client_X11_CMakeLists.txt deleted file mode 100644 index e714acb95c9..00000000000 --- a/net/freerdp/files/patch-client_X11_CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ ---- client/X11/CMakeLists.txt.orig 2017-11-28 14:26:30 UTC -+++ client/X11/CMakeLists.txt -@@ -111,7 +111,11 @@ if(WITH_MANPAGES) - add_custom_target(xfreerdp.manpage ALL - DEPENDS xfreerdp.1) - -- install_freerdp_man(${CMAKE_CURRENT_BINARY_DIR}/xfreerdp.1 1) -+ if(BSD) -+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/xfreerdp.1 DESTINATION man/man1) -+ else() -+ install_freerdp_man(${CMAKE_CURRENT_BINARY_DIR}/xfreerdp.1 1) -+ endif() - else() - message(WARNING "WITH_MANPAGES was set, but xsltproc was not found. man-pages will not be installed") - endif() diff --git a/net/freerdp/files/patch-cmake_InstallFreeRDPMan.cmake b/net/freerdp/files/patch-cmake_InstallFreeRDPMan.cmake new file mode 100644 index 00000000000..b0a4793ebea --- /dev/null +++ b/net/freerdp/files/patch-cmake_InstallFreeRDPMan.cmake @@ -0,0 +1,10 @@ +--- cmake/InstallFreeRDPMan.cmake.orig 2023-12-14 18:03:49 UTC ++++ cmake/InstallFreeRDPMan.cmake +@@ -1,6 +1,6 @@ + function(install_freerdp_man manpage section) + if(WITH_MANPAGES) +- if(OPENBSD OR FREEBSD) ++ if(OPENBSD) + install(FILES ${manpage} DESTINATION man/man${section}) + else() + install(FILES ${manpage} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/man/man${section}) diff --git a/net/freerdp/files/patch-winpr_CMakeLists.txt b/net/freerdp/files/patch-winpr_CMakeLists.txt deleted file mode 100644 index d405ef71061..00000000000 --- a/net/freerdp/files/patch-winpr_CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ ---- winpr/CMakeLists.txt.orig 2017-11-28 14:26:30 UTC -+++ winpr/CMakeLists.txt -@@ -180,7 +180,14 @@ if(BUILD_TESTING) - add_subdirectory(test) - endif() - --install_freerdp_man(wlog.7 7) -+if(WITH_MANPAGES) -+ if(BSD) -+ install(FILES wlog.7 DESTINATION man/man7) -+ else() -+ install_freerdp_man(wlog.7 7) -+ endif() -+endif(WITH_MANPAGES) -+ - # Exporting - - if(${CMAKE_VERSION} VERSION_GREATER "2.8.10") diff --git a/net/freerdp/files/patch-winpr_libwinpr_sysinfo_sysinfo.c b/net/freerdp/files/patch-winpr_libwinpr_sysinfo_sysinfo.c new file mode 100644 index 00000000000..794253fa426 --- /dev/null +++ b/net/freerdp/files/patch-winpr_libwinpr_sysinfo_sysinfo.c @@ -0,0 +1,19 @@ +--- winpr/libwinpr/sysinfo/sysinfo.c.orig 2023-12-14 18:03:49 UTC ++++ winpr/libwinpr/sysinfo/sysinfo.c +@@ -782,13 +782,15 @@ BOOL IsProcessorFeaturePresent(DWORD ProcessorFeature) + break; + } + +-#elif defined(__APPLE__) // __linux__ ++#else // __linux__ + + switch (ProcessorFeature) + { + case PF_ARM_NEON_INSTRUCTIONS_AVAILABLE: + case PF_ARM_NEON: ++#ifdef __ARM_NEON + ret = TRUE; ++#endif + break; + } + diff --git a/net/freerdp/files/patch-winpr_tools_hash-cli_CMakeLists.txt b/net/freerdp/files/patch-winpr_tools_hash-cli_CMakeLists.txt deleted file mode 100644 index b894630ed3d..00000000000 --- a/net/freerdp/files/patch-winpr_tools_hash-cli_CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ ---- winpr/tools/hash-cli/CMakeLists.txt.orig 2017-11-28 14:26:30 UTC -+++ winpr/tools/hash-cli/CMakeLists.txt -@@ -50,5 +50,11 @@ if (WITH_DEBUG_SYMBOLS AND MSVC) - endif() - - set_property(TARGET ${MODULE_NAME} PROPERTY FOLDER "WinPR/Tools") -+if(WITH_MANPAGES) - configure_file(winpr-hash.1.in ${CMAKE_CURRENT_BINARY_DIR}/winpr-hash.1) --install_freerdp_man(${CMAKE_CURRENT_BINARY_DIR}/winpr-hash.1 1) -+ if(BSD) -+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/winpr-hash.1 DESTINATION man/man1) -+ else() -+ install_freerdp_man(${CMAKE_CURRENT_BINARY_DIR}/winpr-hash.1 1) -+ endif() -+endif(WITH_MANPAGES) diff --git a/net/freerdp/files/patch-winpr_tools_makecert-cli_CMakeLists.txt b/net/freerdp/files/patch-winpr_tools_makecert-cli_CMakeLists.txt deleted file mode 100644 index df778cb67dd..00000000000 --- a/net/freerdp/files/patch-winpr_tools_makecert-cli_CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ ---- winpr/tools/makecert-cli/CMakeLists.txt.orig 2017-11-28 14:26:30 UTC -+++ winpr/tools/makecert-cli/CMakeLists.txt -@@ -51,5 +51,11 @@ if (WITH_DEBUG_SYMBOLS AND MSVC) - install(FILES ${CMAKE_PDB_BINARY_DIR}/${MODULE_NAME}.pdb DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT symbols) - endif() - -+if(WITH_MANPAGES) - configure_file(winpr-makecert.1.in ${CMAKE_CURRENT_BINARY_DIR}/winpr-makecert.1) --install_freerdp_man(${CMAKE_CURRENT_BINARY_DIR}/winpr-makecert.1 1) -+ if(BSD) -+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/winpr-makecert.1 DESTINATION man/man1) -+ else() -+ install_freerdp_man(${CMAKE_CURRENT_BINARY_DIR}/winpr-makecert.1 1) -+ endif() -+endif(WITH_MANPAGES) diff --git a/net/freerdp/pkg-plist b/net/freerdp/pkg-plist index 8cc09b44739..4fc8b242b67 100644 --- a/net/freerdp/pkg-plist +++ b/net/freerdp/pkg-plist @@ -2,264 +2,264 @@ bin/winpr-hash bin/winpr-makecert %%WAYLAND%%bin/wlfreerdp %%X11%%bin/xfreerdp -include/freerdp2/freerdp/addin.h -include/freerdp2/freerdp/altsec.h -include/freerdp2/freerdp/api.h -include/freerdp2/freerdp/assistance.h -include/freerdp2/freerdp/autodetect.h -include/freerdp2/freerdp/build-config.h -include/freerdp2/freerdp/cache/bitmap.h -include/freerdp2/freerdp/cache/brush.h -include/freerdp2/freerdp/cache/cache.h -include/freerdp2/freerdp/cache/glyph.h -include/freerdp2/freerdp/cache/nine_grid.h -include/freerdp2/freerdp/cache/offscreen.h -include/freerdp2/freerdp/cache/palette.h -include/freerdp2/freerdp/cache/pointer.h -include/freerdp2/freerdp/channels/ainput.h -include/freerdp2/freerdp/channels/audin.h -include/freerdp2/freerdp/channels/channels.h -include/freerdp2/freerdp/channels/cliprdr.h -include/freerdp2/freerdp/channels/disp.h -include/freerdp2/freerdp/channels/echo.h -include/freerdp2/freerdp/channels/encomsp.h -include/freerdp2/freerdp/channels/geometry.h -include/freerdp2/freerdp/channels/log.h -include/freerdp2/freerdp/channels/rail.h -include/freerdp2/freerdp/channels/rdpdr.h -include/freerdp2/freerdp/channels/rdpecam.h -include/freerdp2/freerdp/channels/rdpei.h -include/freerdp2/freerdp/channels/rdpgfx.h -include/freerdp2/freerdp/channels/rdpsnd.h -include/freerdp2/freerdp/channels/remdesk.h -include/freerdp2/freerdp/channels/telemetry.h -include/freerdp2/freerdp/channels/tsmf.h -include/freerdp2/freerdp/channels/urbdrc.h -include/freerdp2/freerdp/channels/video.h -include/freerdp2/freerdp/channels/wtsvc.h -include/freerdp2/freerdp/client.h -include/freerdp2/freerdp/client/ainput.h -include/freerdp2/freerdp/client/audin.h -include/freerdp2/freerdp/client/channels.h -include/freerdp2/freerdp/client/cliprdr.h -include/freerdp2/freerdp/client/cmdline.h -include/freerdp2/freerdp/client/disp.h -include/freerdp2/freerdp/client/drdynvc.h -include/freerdp2/freerdp/client/encomsp.h -include/freerdp2/freerdp/client/file.h -include/freerdp2/freerdp/client/geometry.h -include/freerdp2/freerdp/client/printer.h -include/freerdp2/freerdp/client/rail.h -include/freerdp2/freerdp/client/rdpei.h -include/freerdp2/freerdp/client/rdpgfx.h -include/freerdp2/freerdp/client/rdpsnd.h -include/freerdp2/freerdp/client/remdesk.h -include/freerdp2/freerdp/client/sshagent.h -include/freerdp2/freerdp/client/tsmf.h -include/freerdp2/freerdp/client/video.h -include/freerdp2/freerdp/codec/audio.h -include/freerdp2/freerdp/codec/bitmap.h -include/freerdp2/freerdp/codec/bulk.h -include/freerdp2/freerdp/codec/clear.h -include/freerdp2/freerdp/codec/color.h -include/freerdp2/freerdp/codec/dsp.h -include/freerdp2/freerdp/codec/h264.h -include/freerdp2/freerdp/codec/interleaved.h -include/freerdp2/freerdp/codec/jpeg.h -include/freerdp2/freerdp/codec/mppc.h -include/freerdp2/freerdp/codec/ncrush.h -include/freerdp2/freerdp/codec/nsc.h -include/freerdp2/freerdp/codec/planar.h -include/freerdp2/freerdp/codec/progressive.h -include/freerdp2/freerdp/codec/region.h -include/freerdp2/freerdp/codec/rfx.h -include/freerdp2/freerdp/codec/xcrush.h -include/freerdp2/freerdp/codec/yuv.h -include/freerdp2/freerdp/codec/zgfx.h -include/freerdp2/freerdp/codecs.h -include/freerdp2/freerdp/constants.h -include/freerdp2/freerdp/crypto/ber.h -include/freerdp2/freerdp/crypto/certificate.h -include/freerdp2/freerdp/crypto/crypto.h -include/freerdp2/freerdp/crypto/der.h -include/freerdp2/freerdp/crypto/er.h -include/freerdp2/freerdp/crypto/per.h -include/freerdp2/freerdp/crypto/tls.h -include/freerdp2/freerdp/display.h -include/freerdp2/freerdp/dvc.h -include/freerdp2/freerdp/error.h -include/freerdp2/freerdp/event.h -include/freerdp2/freerdp/extension.h -include/freerdp2/freerdp/freerdp.h -include/freerdp2/freerdp/gdi/bitmap.h -include/freerdp2/freerdp/gdi/dc.h -include/freerdp2/freerdp/gdi/gdi.h -include/freerdp2/freerdp/gdi/gfx.h -include/freerdp2/freerdp/gdi/pen.h -include/freerdp2/freerdp/gdi/region.h -include/freerdp2/freerdp/gdi/shape.h -include/freerdp2/freerdp/gdi/video.h -include/freerdp2/freerdp/graphics.h -include/freerdp2/freerdp/heartbeat.h -include/freerdp2/freerdp/input.h -include/freerdp2/freerdp/license.h -include/freerdp2/freerdp/listener.h -include/freerdp2/freerdp/locale/keyboard.h -include/freerdp2/freerdp/locale/locale.h -include/freerdp2/freerdp/log.h -include/freerdp2/freerdp/message.h -include/freerdp2/freerdp/metrics.h -include/freerdp2/freerdp/peer.h -include/freerdp2/freerdp/pointer.h -include/freerdp2/freerdp/primary.h -include/freerdp2/freerdp/primitives.h -include/freerdp2/freerdp/rail.h -include/freerdp2/freerdp/scancode.h -include/freerdp2/freerdp/secondary.h -include/freerdp2/freerdp/server/ainput.h -include/freerdp2/freerdp/server/audin.h -include/freerdp2/freerdp/server/channels.h -include/freerdp2/freerdp/server/cliprdr.h -include/freerdp2/freerdp/server/disp.h -include/freerdp2/freerdp/server/drdynvc.h -include/freerdp2/freerdp/server/echo.h -include/freerdp2/freerdp/server/encomsp.h -include/freerdp2/freerdp/server/rail.h -include/freerdp2/freerdp/server/rdpdr.h -include/freerdp2/freerdp/server/rdpecam-enumerator.h -include/freerdp2/freerdp/server/rdpecam.h -include/freerdp2/freerdp/server/rdpei.h -include/freerdp2/freerdp/server/rdpgfx.h -include/freerdp2/freerdp/server/rdpsnd.h -include/freerdp2/freerdp/server/remdesk.h -include/freerdp2/freerdp/server/server-common.h -include/freerdp2/freerdp/server/shadow.h -include/freerdp2/freerdp/server/telemetry.h -include/freerdp2/freerdp/session.h -include/freerdp2/freerdp/settings.h -include/freerdp2/freerdp/svc.h -include/freerdp2/freerdp/types.h -include/freerdp2/freerdp/update.h -include/freerdp2/freerdp/utils/cliprdr_utils.h -include/freerdp2/freerdp/utils/passphrase.h -include/freerdp2/freerdp/utils/pcap.h -include/freerdp2/freerdp/utils/profiler.h -include/freerdp2/freerdp/utils/ringbuffer.h -include/freerdp2/freerdp/utils/signal.h -include/freerdp2/freerdp/utils/stopwatch.h -include/freerdp2/freerdp/utils/string.h -include/freerdp2/freerdp/version.h -include/freerdp2/freerdp/window.h +include/freerdp%%MAJORVERSION%%/freerdp/addin.h +include/freerdp%%MAJORVERSION%%/freerdp/altsec.h +include/freerdp%%MAJORVERSION%%/freerdp/api.h +include/freerdp%%MAJORVERSION%%/freerdp/assistance.h +include/freerdp%%MAJORVERSION%%/freerdp/autodetect.h +include/freerdp%%MAJORVERSION%%/freerdp/build-config.h +include/freerdp%%MAJORVERSION%%/freerdp/cache/bitmap.h +include/freerdp%%MAJORVERSION%%/freerdp/cache/brush.h +include/freerdp%%MAJORVERSION%%/freerdp/cache/cache.h +include/freerdp%%MAJORVERSION%%/freerdp/cache/glyph.h +include/freerdp%%MAJORVERSION%%/freerdp/cache/nine_grid.h +include/freerdp%%MAJORVERSION%%/freerdp/cache/offscreen.h +include/freerdp%%MAJORVERSION%%/freerdp/cache/palette.h +include/freerdp%%MAJORVERSION%%/freerdp/cache/pointer.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/ainput.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/audin.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/channels.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/cliprdr.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/disp.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/echo.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/encomsp.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/geometry.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/log.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rail.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpdr.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpecam.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpei.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpgfx.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpsnd.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/remdesk.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/telemetry.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/tsmf.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/urbdrc.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/video.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/wtsvc.h +include/freerdp%%MAJORVERSION%%/freerdp/client.h +include/freerdp%%MAJORVERSION%%/freerdp/client/ainput.h +include/freerdp%%MAJORVERSION%%/freerdp/client/audin.h +include/freerdp%%MAJORVERSION%%/freerdp/client/channels.h +include/freerdp%%MAJORVERSION%%/freerdp/client/cliprdr.h +include/freerdp%%MAJORVERSION%%/freerdp/client/cmdline.h +include/freerdp%%MAJORVERSION%%/freerdp/client/disp.h +include/freerdp%%MAJORVERSION%%/freerdp/client/drdynvc.h +include/freerdp%%MAJORVERSION%%/freerdp/client/encomsp.h +include/freerdp%%MAJORVERSION%%/freerdp/client/file.h +include/freerdp%%MAJORVERSION%%/freerdp/client/geometry.h +include/freerdp%%MAJORVERSION%%/freerdp/client/printer.h +include/freerdp%%MAJORVERSION%%/freerdp/client/rail.h +include/freerdp%%MAJORVERSION%%/freerdp/client/rdpei.h +include/freerdp%%MAJORVERSION%%/freerdp/client/rdpgfx.h +include/freerdp%%MAJORVERSION%%/freerdp/client/rdpsnd.h +include/freerdp%%MAJORVERSION%%/freerdp/client/remdesk.h +include/freerdp%%MAJORVERSION%%/freerdp/client/sshagent.h +include/freerdp%%MAJORVERSION%%/freerdp/client/tsmf.h +include/freerdp%%MAJORVERSION%%/freerdp/client/video.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/audio.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/bitmap.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/bulk.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/clear.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/color.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/dsp.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/h264.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/interleaved.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/jpeg.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/mppc.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/ncrush.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/nsc.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/planar.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/progressive.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/region.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/rfx.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/xcrush.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/yuv.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/zgfx.h +include/freerdp%%MAJORVERSION%%/freerdp/codecs.h +include/freerdp%%MAJORVERSION%%/freerdp/constants.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/ber.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/certificate.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/crypto.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/der.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/er.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/per.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/tls.h +include/freerdp%%MAJORVERSION%%/freerdp/display.h +include/freerdp%%MAJORVERSION%%/freerdp/dvc.h +include/freerdp%%MAJORVERSION%%/freerdp/error.h +include/freerdp%%MAJORVERSION%%/freerdp/event.h +include/freerdp%%MAJORVERSION%%/freerdp/extension.h +include/freerdp%%MAJORVERSION%%/freerdp/freerdp.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/bitmap.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/dc.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/gdi.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/gfx.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/pen.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/region.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/shape.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/video.h +include/freerdp%%MAJORVERSION%%/freerdp/graphics.h +include/freerdp%%MAJORVERSION%%/freerdp/heartbeat.h +include/freerdp%%MAJORVERSION%%/freerdp/input.h +include/freerdp%%MAJORVERSION%%/freerdp/license.h +include/freerdp%%MAJORVERSION%%/freerdp/listener.h +include/freerdp%%MAJORVERSION%%/freerdp/locale/keyboard.h +include/freerdp%%MAJORVERSION%%/freerdp/locale/locale.h +include/freerdp%%MAJORVERSION%%/freerdp/log.h +include/freerdp%%MAJORVERSION%%/freerdp/message.h +include/freerdp%%MAJORVERSION%%/freerdp/metrics.h +include/freerdp%%MAJORVERSION%%/freerdp/peer.h +include/freerdp%%MAJORVERSION%%/freerdp/pointer.h +include/freerdp%%MAJORVERSION%%/freerdp/primary.h +include/freerdp%%MAJORVERSION%%/freerdp/primitives.h +include/freerdp%%MAJORVERSION%%/freerdp/rail.h +include/freerdp%%MAJORVERSION%%/freerdp/scancode.h +include/freerdp%%MAJORVERSION%%/freerdp/secondary.h +include/freerdp%%MAJORVERSION%%/freerdp/server/ainput.h +include/freerdp%%MAJORVERSION%%/freerdp/server/audin.h +include/freerdp%%MAJORVERSION%%/freerdp/server/channels.h +include/freerdp%%MAJORVERSION%%/freerdp/server/cliprdr.h +include/freerdp%%MAJORVERSION%%/freerdp/server/disp.h +include/freerdp%%MAJORVERSION%%/freerdp/server/drdynvc.h +include/freerdp%%MAJORVERSION%%/freerdp/server/echo.h +include/freerdp%%MAJORVERSION%%/freerdp/server/encomsp.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rail.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpdr.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpecam-enumerator.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpecam.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpei.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpgfx.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpsnd.h +include/freerdp%%MAJORVERSION%%/freerdp/server/remdesk.h +include/freerdp%%MAJORVERSION%%/freerdp/server/server-common.h +include/freerdp%%MAJORVERSION%%/freerdp/server/shadow.h +include/freerdp%%MAJORVERSION%%/freerdp/server/telemetry.h +include/freerdp%%MAJORVERSION%%/freerdp/session.h +include/freerdp%%MAJORVERSION%%/freerdp/settings.h +include/freerdp%%MAJORVERSION%%/freerdp/svc.h +include/freerdp%%MAJORVERSION%%/freerdp/types.h +include/freerdp%%MAJORVERSION%%/freerdp/update.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/cliprdr_utils.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/passphrase.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/pcap.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/profiler.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/ringbuffer.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/signal.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/stopwatch.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/string.h +include/freerdp%%MAJORVERSION%%/freerdp/version.h +include/freerdp%%MAJORVERSION%%/freerdp/window.h %%WAYLAND%%include/uwac0/uwac/uwac-tools.h %%WAYLAND%%include/uwac0/uwac/uwac.h -include/winpr2/winpr/asn1.h -include/winpr2/winpr/assert.h -include/winpr2/winpr/bcrypt.h -include/winpr2/winpr/bitstream.h -include/winpr2/winpr/clipboard.h -include/winpr2/winpr/cmdline.h -include/winpr2/winpr/collections.h -include/winpr2/winpr/comm.h -include/winpr2/winpr/credentials.h -include/winpr2/winpr/credui.h -include/winpr2/winpr/crt.h -include/winpr2/winpr/crypto.h -include/winpr2/winpr/custom-crypto.h -include/winpr2/winpr/debug.h -include/winpr2/winpr/dsparse.h -include/winpr2/winpr/endian.h -include/winpr2/winpr/environment.h -include/winpr2/winpr/error.h -include/winpr2/winpr/file.h -include/winpr2/winpr/handle.h -include/winpr2/winpr/heap.h -include/winpr2/winpr/image.h -include/winpr2/winpr/ini.h -include/winpr2/winpr/input.h -include/winpr2/winpr/interlocked.h -include/winpr2/winpr/intrin.h -include/winpr2/winpr/io.h -include/winpr2/winpr/library.h -include/winpr2/winpr/locale.h -include/winpr2/winpr/memory.h -include/winpr2/winpr/midl.h -include/winpr2/winpr/ndr.h -include/winpr2/winpr/nt.h -include/winpr2/winpr/ntlm.h -include/winpr2/winpr/pack.h -include/winpr2/winpr/path.h -include/winpr2/winpr/pipe.h -include/winpr2/winpr/platform.h -include/winpr2/winpr/pool.h -include/winpr2/winpr/print.h -include/winpr2/winpr/registry.h -include/winpr2/winpr/rpc.h -include/winpr2/winpr/sam.h -include/winpr2/winpr/schannel.h -include/winpr2/winpr/security.h -include/winpr2/winpr/shell.h -include/winpr2/winpr/smartcard.h -include/winpr2/winpr/spec.h -include/winpr2/winpr/ssl.h -include/winpr2/winpr/sspi.h -include/winpr2/winpr/sspicli.h -include/winpr2/winpr/stream.h -include/winpr2/winpr/string.h -include/winpr2/winpr/strlst.h -include/winpr2/winpr/synch.h -include/winpr2/winpr/sysinfo.h -include/winpr2/winpr/tchar.h -include/winpr2/winpr/thread.h -include/winpr2/winpr/timezone.h -include/winpr2/winpr/tools/makecert.h -include/winpr2/winpr/user.h -include/winpr2/winpr/version.h -include/winpr2/winpr/wincrypt.h -include/winpr2/winpr/windows.h -include/winpr2/winpr/winhttp.h -include/winpr2/winpr/winpr.h -include/winpr2/winpr/winsock.h -include/winpr2/winpr/wlog.h -include/winpr2/winpr/wnd.h -include/winpr2/winpr/wtsapi.h -include/winpr2/winpr/wtypes.h -lib/libfreerdp-client2.so -lib/libfreerdp-client2.so.%%MAJORVERSION%% -lib/libfreerdp-client2.so.%%PATCHVERSION%% -lib/libfreerdp2.so -lib/libfreerdp2.so.%%MAJORVERSION%% -lib/libfreerdp2.so.%%PATCHVERSION%% +include/winpr%%MAJORVERSION%%/winpr/asn1.h +include/winpr%%MAJORVERSION%%/winpr/assert.h +include/winpr%%MAJORVERSION%%/winpr/bcrypt.h +include/winpr%%MAJORVERSION%%/winpr/bitstream.h +include/winpr%%MAJORVERSION%%/winpr/clipboard.h +include/winpr%%MAJORVERSION%%/winpr/cmdline.h +include/winpr%%MAJORVERSION%%/winpr/collections.h +include/winpr%%MAJORVERSION%%/winpr/comm.h +include/winpr%%MAJORVERSION%%/winpr/credentials.h +include/winpr%%MAJORVERSION%%/winpr/credui.h +include/winpr%%MAJORVERSION%%/winpr/crt.h +include/winpr%%MAJORVERSION%%/winpr/crypto.h +include/winpr%%MAJORVERSION%%/winpr/custom-crypto.h +include/winpr%%MAJORVERSION%%/winpr/debug.h +include/winpr%%MAJORVERSION%%/winpr/dsparse.h +include/winpr%%MAJORVERSION%%/winpr/endian.h +include/winpr%%MAJORVERSION%%/winpr/environment.h +include/winpr%%MAJORVERSION%%/winpr/error.h +include/winpr%%MAJORVERSION%%/winpr/file.h +include/winpr%%MAJORVERSION%%/winpr/handle.h +include/winpr%%MAJORVERSION%%/winpr/heap.h +include/winpr%%MAJORVERSION%%/winpr/image.h +include/winpr%%MAJORVERSION%%/winpr/ini.h +include/winpr%%MAJORVERSION%%/winpr/input.h +include/winpr%%MAJORVERSION%%/winpr/interlocked.h +include/winpr%%MAJORVERSION%%/winpr/intrin.h +include/winpr%%MAJORVERSION%%/winpr/io.h +include/winpr%%MAJORVERSION%%/winpr/library.h +include/winpr%%MAJORVERSION%%/winpr/locale.h +include/winpr%%MAJORVERSION%%/winpr/memory.h +include/winpr%%MAJORVERSION%%/winpr/midl.h +include/winpr%%MAJORVERSION%%/winpr/ndr.h +include/winpr%%MAJORVERSION%%/winpr/nt.h +include/winpr%%MAJORVERSION%%/winpr/ntlm.h +include/winpr%%MAJORVERSION%%/winpr/pack.h +include/winpr%%MAJORVERSION%%/winpr/path.h +include/winpr%%MAJORVERSION%%/winpr/pipe.h +include/winpr%%MAJORVERSION%%/winpr/platform.h +include/winpr%%MAJORVERSION%%/winpr/pool.h +include/winpr%%MAJORVERSION%%/winpr/print.h +include/winpr%%MAJORVERSION%%/winpr/registry.h +include/winpr%%MAJORVERSION%%/winpr/rpc.h +include/winpr%%MAJORVERSION%%/winpr/sam.h +include/winpr%%MAJORVERSION%%/winpr/schannel.h +include/winpr%%MAJORVERSION%%/winpr/security.h +include/winpr%%MAJORVERSION%%/winpr/shell.h +include/winpr%%MAJORVERSION%%/winpr/smartcard.h +include/winpr%%MAJORVERSION%%/winpr/spec.h +include/winpr%%MAJORVERSION%%/winpr/ssl.h +include/winpr%%MAJORVERSION%%/winpr/sspi.h +include/winpr%%MAJORVERSION%%/winpr/sspicli.h +include/winpr%%MAJORVERSION%%/winpr/stream.h +include/winpr%%MAJORVERSION%%/winpr/string.h +include/winpr%%MAJORVERSION%%/winpr/strlst.h +include/winpr%%MAJORVERSION%%/winpr/synch.h +include/winpr%%MAJORVERSION%%/winpr/sysinfo.h +include/winpr%%MAJORVERSION%%/winpr/tchar.h +include/winpr%%MAJORVERSION%%/winpr/thread.h +include/winpr%%MAJORVERSION%%/winpr/timezone.h +include/winpr%%MAJORVERSION%%/winpr/tools/makecert.h +include/winpr%%MAJORVERSION%%/winpr/user.h +include/winpr%%MAJORVERSION%%/winpr/version.h +include/winpr%%MAJORVERSION%%/winpr/wincrypt.h +include/winpr%%MAJORVERSION%%/winpr/windows.h +include/winpr%%MAJORVERSION%%/winpr/winhttp.h +include/winpr%%MAJORVERSION%%/winpr/winpr.h +include/winpr%%MAJORVERSION%%/winpr/winsock.h +include/winpr%%MAJORVERSION%%/winpr/wlog.h +include/winpr%%MAJORVERSION%%/winpr/wnd.h +include/winpr%%MAJORVERSION%%/winpr/wtsapi.h +include/winpr%%MAJORVERSION%%/winpr/wtypes.h +lib/libfreerdp-client%%MAJORVERSION%%.so +lib/libfreerdp-client%%MAJORVERSION%%.so.%%MAJORVERSION%% +lib/libfreerdp-client%%MAJORVERSION%%.so.%%PATCHVERSION%% +lib/libfreerdp%%MAJORVERSION%%.so +lib/libfreerdp%%MAJORVERSION%%.so.%%MAJORVERSION%% +lib/libfreerdp%%MAJORVERSION%%.so.%%PATCHVERSION%% %%WAYLAND%%lib/libuwac0.so %%WAYLAND%%lib/libuwac0.so.0 %%WAYLAND%%lib/libuwac0.so.0.2.0 -lib/libwinpr-tools2.so -lib/libwinpr-tools2.so.%%MAJORVERSION%% -lib/libwinpr-tools2.so.%%PATCHVERSION%% -lib/libwinpr2.so -lib/libwinpr2.so.%%MAJORVERSION%% -lib/libwinpr2.so.%%PATCHVERSION%% -libdata/pkgconfig/freerdp-client2.pc -libdata/pkgconfig/freerdp2.pc +lib/libwinpr-tools%%MAJORVERSION%%.so +lib/libwinpr-tools%%MAJORVERSION%%.so.%%MAJORVERSION%% +lib/libwinpr-tools%%MAJORVERSION%%.so.%%PATCHVERSION%% +lib/libwinpr%%MAJORVERSION%%.so +lib/libwinpr%%MAJORVERSION%%.so.%%MAJORVERSION%% +lib/libwinpr%%MAJORVERSION%%.so.%%PATCHVERSION%% +libdata/pkgconfig/freerdp-client%%MAJORVERSION%%.pc +libdata/pkgconfig/freerdp%%MAJORVERSION%%.pc %%WAYLAND%%libdata/pkgconfig/uwac0.pc -libdata/pkgconfig/winpr-tools2.pc -libdata/pkgconfig/winpr2.pc -%%MANPAGES%%man/man1/winpr-hash.1.gz -%%MANPAGES%%man/man1/winpr-makecert.1.gz -%%WAYLAND%%%%MANPAGES%%man/man1/wlfreerdp.1.gz -%%X11%%%%MANPAGES%%man/man1/xfreerdp.1.gz -%%MANPAGES%%man/man7/wlog.7.gz -share/cmake/Modules/FreeRDP-Client2/FreeRDP-ClientConfig.cmake -share/cmake/Modules/FreeRDP-Client2/FreeRDP-ClientConfigVersion.cmake -share/cmake/Modules/FreeRDP-Client2/FreeRDP-ClientTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Modules/FreeRDP-Client2/FreeRDP-ClientTargets.cmake -share/cmake/Modules/FreeRDP2/FreeRDPConfig.cmake -share/cmake/Modules/FreeRDP2/FreeRDPConfigVersion.cmake -share/cmake/Modules/FreeRDP2/FreeRDPTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Modules/FreeRDP2/FreeRDPTargets.cmake -share/cmake/Modules/WinPR2/WinPRConfig.cmake -share/cmake/Modules/WinPR2/WinPRConfigVersion.cmake -share/cmake/Modules/WinPR2/WinPRTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Modules/WinPR2/WinPRTargets.cmake +libdata/pkgconfig/winpr-tools%%MAJORVERSION%%.pc +libdata/pkgconfig/winpr%%MAJORVERSION%%.pc +%%MANPAGES%%share/man/man1/winpr-hash.1.gz +%%MANPAGES%%share/man/man1/winpr-makecert.1.gz +%%WAYLAND%%%%MANPAGES%%share/man/man1/wlfreerdp.1.gz +%%X11%%%%MANPAGES%%share/man/man1/xfreerdp.1.gz +%%MANPAGES%%share/man/man7/wlog.7.gz +share/cmake/Modules/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientConfig.cmake +share/cmake/Modules/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientConfigVersion.cmake +share/cmake/Modules/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Modules/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientTargets.cmake +share/cmake/Modules/FreeRDP%%MAJORVERSION%%/FreeRDPConfig.cmake +share/cmake/Modules/FreeRDP%%MAJORVERSION%%/FreeRDPConfigVersion.cmake +share/cmake/Modules/FreeRDP%%MAJORVERSION%%/FreeRDPTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Modules/FreeRDP%%MAJORVERSION%%/FreeRDPTargets.cmake +share/cmake/Modules/WinPR%%MAJORVERSION%%/WinPRConfig.cmake +share/cmake/Modules/WinPR%%MAJORVERSION%%/WinPRConfigVersion.cmake +share/cmake/Modules/WinPR%%MAJORVERSION%%/WinPRTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Modules/WinPR%%MAJORVERSION%%/WinPRTargets.cmake %%WAYLAND%%share/cmake/Modules/uwac0/uwac-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%share/cmake/Modules/uwac0/uwac.cmake %%WAYLAND%%share/cmake/Modules/uwac0/uwacConfig.cmake diff --git a/net/freerdp3/Makefile b/net/freerdp3/Makefile new file mode 100644 index 00000000000..245c0d9bec0 --- /dev/null +++ b/net/freerdp3/Makefile @@ -0,0 +1,194 @@ +PORTNAME= freerdp +DISTVERSION= 3.1.0 +CATEGORIES= net comms +MASTER_SITES= https://pub.freerdp.com/releases/ \ + https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/ +PKGNAMESUFFIX= 3 + +MAINTAINER= vvd@FreeBSD.org +COMMENT= Free implementation of Remote Desktop Protocol +WWW= https://www.freerdp.com/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BROKEN_SSL= libressl-devel +BROKEN_SSL_REASON_libressl-devel= fails to compile: no member named 'alert_dispatch' in 'struct ssl3_state_st' + +LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim + +USES= alias cmake compiler:c++11-lib cpe localbase:ldflags pathfix pkgconfig ssl xorg +USE_XORG= ice sm x11 xext +USE_LDCONFIG= yes + +PATCHVERSION= ${DISTVERSION} +MAJORVERSION= ${DISTVERSION:R:R} + +CMAKE_ARGS+= ${CMAKE_ARGS_${ARCH}} +CMAKE_ON= CHANNEL_URBDRC_CLIENT RDTK_FORCE_STATIC_BUILD UWAC_FORCE_STATIC_BUILD \ + WITH_BINARY_VERSIONING WITH_CHANNELS WITH_OPENSSL WITH_OSS WITH_ZLIB \ + WITH_FREERDP_DEPRECATED WITH_FREERDP_DEPRECATED_COMMANDLINE WITH_WINPR_DEPRECATED +CMAKE_OFF= WITH_DSP_EXPERIMENTAL WITH_FUSE WITH_GPROF WITH_GSTREAMER_0_10 WITH_IPP \ + WITH_LIBSYSTEMD WITH_MBEDTLS WITH_OPENCL WITH_OPENSLES WITH_PROFILER \ + WITH_SAMPLE WITH_SANITIZE_ADDRESS WITH_SANITIZE_MEMORY \ + WITH_SANITIZE_THREAD WITH_SERVER WITH_SERVER_INTERFACE \ + WITH_SMARTCARD_INSPECT WITH_THIRD_PARTY WITH_VALGRIND_MEMCHECK + +PLIST_SUB+= PATCHVERSION="${PATCHVERSION}" +PLIST_SUB+= MAJORVERSION="${MAJORVERSION}" + +OPTIONS_DEFINE= AAD ALSA BROKENFOCUS CUPS FAAC FAAD FFMPEG \ + GSM GSTREAMER ICU JPEG LAME MANPAGES OPENH264 OPUS PCSC \ + PKCS11 PULSEAUDIO SDL SOXR URIPARSER WAYLAND X11 +OPTIONS_DEFAULT= AAD CUPS GSSAPI_HEIMDAL GSTREAMER ICU MANPAGES \ + SDL SWSCALE WAYLAND X11 +OPTIONS_RADIO= GSSAPI SCALE +OPTIONS_RADIO_GSSAPI= GSSAPI_HEIMDAL GSSAPI_MIT +OPTIONS_RADIO_SCALE= CAIRO SWSCALE +OPTIONS_SUB= yes + +OPTIONS_DEFINE_aarch64= NEON +OPTIONS_DEFINE_amd64= SSE +OPTIONS_DEFINE_armv6= NEON +OPTIONS_DEFINE_armv7= NEON +OPTIONS_DEFINE_i386= SSE +OPTIONS_DEFAULT_aarch64= NEON +OPTIONS_DEFAULT_amd64= SSE +OPTIONS_DEFAULT_armv7= NEON + +AAD_DESC= Compile with support for Azure AD authentication +AAD_LIB_DEPENDS= libcjson.so:devel/libcjson \ + libcjson_utils.so:devel/libcjson +AAD_CMAKE_BOOL= WITH_AAD + +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib +ALSA_CMAKE_BOOL= WITH_ALSA + +BROKENFOCUS_DESC= Work around focus bug in some WMs (PR \#254908) +BROKENFOCUS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-focusbug.diff + +CAIRO_DESC= Use CAIRO image library for screen resizing +CAIRO_CMAKE_BOOL= WITH_CAIRO +CAIRO_USES= gnome +CAIRO_USE= gnome=cairo + +SDL_DESC= Build FreeRDP SDL client +SDL_LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core \ + libsoup-2.4.so:devel/libsoup \ + libharfbuzz.so:print/harfbuzz \ + libwebkit2gtk-4.0.so:www/webkit2-gtk3 +SDL_CMAKE_BOOL= WITH_CLIENT_SDL WITH_SDL_IMAGE_DIALOGS +SDL_USES= gettext gnome sdl +SDL_USE= gnome=cairo,gdkpixbuf2,glib20,gtk30,pango sdl=sdl2,ttf2,image2 + +CUPS_LIB_DEPENDS= libcups.so:print/cups +CUPS_CMAKE_BOOL= WITH_CUPS + +FAAC_LIB_DEPENDS= libfaac.so:audio/faac +FAAC_CMAKE_BOOL= WITH_FAAC + +FAAD_LIB_DEPENDS= libfaad.so:audio/faad +FAAD_CMAKE_BOOL= WITH_FAAD2 + +FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ + libavutil.so:multimedia/ffmpeg +FFMPEG_CMAKE_BOOL= WITH_FFMPEG WITH_DSP_FFMPEG + +GSM_LIB_DEPENDS= libgsm.so:audio/gsm +GSM_CMAKE_BOOL= WITH_GSM + +GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1 +GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER_1_0 CHANNEL_TSMF +GSTREAMER_USES= gettext gnome gstreamer xorg +GSTREAMER_USE= gnome=glib20 xorg=x11,xext,xorgproto,xrandr + +GSSAPI_HEIMDAL_USES= gssapi:heimdal +GSSAPI_MIT_USES= gssapi:mit + +ICU_LIB_DEPENDS= libicuuc.so:devel/icu +ICU_CMAKE_ON= -DWITH_UNICODE_BUILTIN=OFF +ICU_CMAKE_OFF= -DWITH_UNICODE_BUILTIN=ON + +JPEG_CMAKE_BOOL= WITH_JPEG +JPEG_USES= jpeg + +LAME_LIB_DEPENDS= libmp3lame.so:audio/lame +LAME_CMAKE_BOOL= WITH_LAME + +MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto +MANPAGES_CMAKE_BOOL= WITH_MANPAGES + +NEON_DESC= Enable Media Processing Engine instructions +NEON_CMAKE_BOOL= WITH_NEON + +OPENH264_DESC= H.264 video codec support via OpenH264 +OPENH264_LIB_DEPENDS= libopenh264.so:multimedia/openh264 +OPENH264_CMAKE_BOOL= WITH_OPENH264 + +OPUS_LIB_DEPENDS= libopus.so:audio/opus +OPUS_CMAKE_BOOL= WITH_OPUS + +PCSC_DESC= Smart card support (smart card device redirection) +# LoadLibraryA("libpcsclite.so") +PCSC_LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite +PCSC_CMAKE_BOOL= WITH_PCSC + +PKCS11_DESC= Use security/pkcs11-helper +PKCS11_BUILD_DEPENDS= ${LOCALBASE}/include/pkcs11-helper-1.0/pkcs11.h:security/pkcs11-helper +PKCS11_CMAKE_BOOL= WITH_PKCS11 + +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio +PULSEAUDIO_CMAKE_BOOL= WITH_PULSE + +SOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr +SOXR_CMAKE_BOOL= WITH_SOXR + +SSE_CMAKE_BOOL= WITH_SSE2 + +SWSCALE_DESC= Use SWScale image library for screen resizing (recommended) +SWSCALE_LIB_DEPENDS= libswscale.so:multimedia/ffmpeg +SWSCALE_CMAKE_BOOL= WITH_SWSCALE + +URIPARSER_DESC= Use uriparser RFC 3986 URI parsing library to handle URIs +URIPARSER_LIB_DEPENDS= liburiparser.so:net/uriparser +URIPARSER_CMAKE_BOOL= WITH_URIPARSER + +WAYLAND_DESC= Build FreeRDP Wayland client +WAYLAND_CATEGORIES= wayland +WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ + wayland-scanner:graphics/wayland +WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libwayland-cursor.so:graphics/wayland \ + libxkbcommon.so:x11/libxkbcommon +WAYLAND_RUN_DEPENDS= wayland-scanner:graphics/wayland +WAYLAND_CMAKE_BOOL= WITH_WAYLAND + +X11_DESC= Build FreeRDP X11 client +X11_CMAKE_ON= -DWITH_X11:BOOL=ON -DWITH_XCURSOR:BOOL=ON \ + -DWITH_XEXT:BOOL=ON -DWITH_XFIXES:BOOL=ON \ + -DWITH_XI:BOOL=ON -DWITH_XINERAMA:BOOL=ON \ + -DWITH_XKBFILE:BOOL=ON -DWITH_XRANDR:BOOL=ON \ + -DWITH_XRENDER:BOOL=ON -DWITH_XSHM:BOOL=ON \ + -DWITH_XV:BOOL=ON +X11_CMAKE_OFF= -DWITH_X11:BOOL=OFF -DWITH_XKBFILE:BOOL=OFF +X11_USES= xorg +X11_USE= xorg=x11,xcursor,xext,xorgproto,xfixes,xi,xinerama,xkbfile,xrandr,xrender,xv + +.include + +.if ${PORT_OPTIONS:MGSSAPI_HEIMDAL} || ${PORT_OPTIONS:MGSSAPI_MIT} +CMAKE_ON+= WITH_KRB5 +.else +CMAKE_OFF+= WITH_KRB5 +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|gsm/gsm.h|gsm.h|' \ + ${WRKSRC}/cmake/FindGSM.cmake \ + ${WRKSRC}/libfreerdp/codec/dsp.c + +pre-configure: + ${CP} ${FILESDIR}/mntent.h ${WRKSRC}/winpr/include + ${CP} ${FILESDIR}/mntent_compat.c ${WRKSRC}/channels/rdpdr/client + +.include diff --git a/net/freerdp3/distinfo b/net/freerdp3/distinfo new file mode 100644 index 00000000000..c76816174b9 --- /dev/null +++ b/net/freerdp3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1703304844 +SHA256 (freerdp-3.1.0.tar.gz) = ae8f499049d6e1735dc318c258887e383f613a2ffda1d70c38326df21d40affc +SIZE (freerdp-3.1.0.tar.gz) = 8462182 diff --git a/net/freerdp3/files/extra-patch-focusbug.diff b/net/freerdp3/files/extra-patch-focusbug.diff new file mode 100644 index 00000000000..39587df075a --- /dev/null +++ b/net/freerdp3/files/extra-patch-focusbug.diff @@ -0,0 +1,10 @@ +--- client/X11/xf_keyboard.c.orig 2021-09-02 06:23:36 UTC ++++ client/X11/xf_keyboard.c +@@ -183,7 +183,6 @@ void xf_keyboard_release_all_keypress(xfContext* xfc) + xfc->KeyboardState[keycode] = FALSE; + } + } +- xf_sync_kbd_state(xfc); + } + + BOOL xf_keyboard_key_pressed(xfContext* xfc, KeySym keysym) diff --git a/net/freerdp3/files/mntent.h b/net/freerdp3/files/mntent.h new file mode 100644 index 00000000000..e61cddd89c8 --- /dev/null +++ b/net/freerdp3/files/mntent.h @@ -0,0 +1,62 @@ +/* + * mntent + * mntent.h - compatability header for FreeBSD + * + * Copyright (c) 2001 David Rufino + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + +#if defined(HAVE_MNTENT_H) +#include +#else +#ifndef _MNTENT_H +#define _MNTENT_H +#include + +#define MOUNTED "dummy" + +#define MNTTYPE_NFS "nfs" + +struct mntent { + char *mnt_fsname; + char *mnt_dir; + char *mnt_type; + char *mnt_opts; + int mnt_freq; + int mnt_passno; +}; + +#define setmntent(x,y) ((FILE *)0x1) +#ifdef __cplusplus +extern "C" { +#endif +struct mntent *getmntent __P ((FILE *fp)); +char *hasmntopt __P ((const struct mntent *mnt, const char *option)); +#ifdef __cplusplus +}; // extern "C" +#endif +#define endmntent(x) ((int)1) + +#endif /* _MNTENT_H */ +#endif /* HAVE_MNTENT_H */ diff --git a/net/freerdp3/files/mntent_compat.c b/net/freerdp3/files/mntent_compat.c new file mode 100644 index 00000000000..2c1eec3c397 --- /dev/null +++ b/net/freerdp3/files/mntent_compat.c @@ -0,0 +1,173 @@ +/* + * Copyright (c) 1980, 1989, 1993, 1994 + * The Regents of the University of California. All rights reserved. + * Copyright (c) 2001 + * David Rufino + * Copyright (c) 2006 + * Stanislav Sedov + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by the University of + * California, Berkeley and its contributors. + * 4. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + +/* most of this was ripped from the mount(3) source */ + +#include "mntent.h" +#include +#include +#include +#include +#include + +static int pos = -1; +static int mntsize = -1; +static struct mntent _mntent; + +struct { + int m_flag; + const char *m_option; +} mntoptions[] = { + { MNT_ASYNC, "async" }, + { MNT_NOATIME, "noatime"}, + { MNT_NOEXEC, "noexec"}, + { MNT_NOSUID, "nosuid"}, + { MNT_NOSYMFOLLOW, "nosymfollow"}, + { MNT_SYNCHRONOUS, "sync"}, + { MNT_UNION, "union"}, + { MNT_NOCLUSTERR, "noclusterr"}, + { MNT_NOCLUSTERW, "noclusterw"}, + { MNT_SUIDDIR, "suiddir"}, +#ifdef MNT_SNAPSHOT + { MNT_SNAPSHOT, "snapshot"}, +#endif +#ifdef MNT_MULTILABEL + { MNT_MULTILABEL, "multilabel"}, +#endif +#ifdef MNT_ACLS + { MNT_ACLS, "acls"}, +#endif +#ifdef MNT_NODEV + { MNT_NODEV, "nodev"}, +#endif +}; + +#define N_OPTS (sizeof(mntoptions) / sizeof(*mntoptions)) + +char * +hasmntopt (const struct mntent *mnt, const char *option) +{ + int found; + char *opt, *optbuf; + + optbuf = strdup(mnt->mnt_opts); + found = 0; + for (opt = optbuf; (opt = strtok(opt, " ")) != NULL; opt = NULL) { + if (!strcasecmp(opt, option)) { + opt = opt - optbuf + mnt->mnt_opts; + free (optbuf); + return (opt); + } + } + free (optbuf); + return (NULL); +} + +static char * +catopt (char *s0, const char *s1) +{ + size_t newlen; + char *cp; + + if (s1 == NULL || *s1 == '\0') + return s0; + + if (s0 != NULL) { + newlen = strlen(s0) + strlen(s1) + 1 + 1; + if ((cp = (char *)realloc(s0, newlen)) == NULL) + return (NULL); + + (void)strcat(cp, " "); + (void)strcat(cp, s1); + } else + cp = strdup(s1); + + return (cp); +} + + +static char * +flags2opts (int flags) +{ + char *res = NULL; + int i; + + res = catopt(res, (flags & MNT_RDONLY) ? "ro" : "rw"); + + for (i = 0; i < N_OPTS; i++) + if (flags & mntoptions[i].m_flag) + res = catopt(res, mntoptions[i].m_option); + return res; +} + +static struct mntent * +statfs_to_mntent (struct statfs *mntbuf) +{ + static char opts_buf[40], *tmp; + + _mntent.mnt_fsname = mntbuf->f_mntfromname; + _mntent.mnt_dir = mntbuf->f_mntonname; + _mntent.mnt_type = mntbuf->f_fstypename; + tmp = flags2opts (mntbuf->f_flags); + if (tmp) { + opts_buf[sizeof(opts_buf) - 1] = '\0'; + strncpy (opts_buf, tmp, sizeof(opts_buf)-1); + free (tmp); + } else { + *opts_buf = '\0'; + } + _mntent.mnt_opts = opts_buf; + _mntent.mnt_freq = _mntent.mnt_passno = 0; + return (&_mntent); +} + +struct mntent * +getmntent (FILE *fp) +{ + struct statfs *mntbuf; + + if (pos == -1 || mntsize == -1) + mntsize = getmntinfo (&mntbuf, MNT_NOWAIT); + + ++pos; + if (pos == mntsize) { + pos = mntsize = -1; + return (NULL); + } + + return (statfs_to_mntent (&mntbuf[pos])); +} diff --git a/net/freerdp3/files/patch-CMakeLists.txt b/net/freerdp3/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..32d51662b45 --- /dev/null +++ b/net/freerdp3/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2024-01-05 17:52:01 UTC ++++ CMakeLists.txt +@@ -494,7 +494,7 @@ else() + unset(FREERDP_HAVE_VALGRIND_MEMCHECK_H CACHE) + endif() + +-if((UNIX OR CYGWIN) AND NOT BSD) ++if(UNIX OR CYGWIN) + set(WAYLAND_FEATURE_TYPE "RECOMMENDED") + else() + set(WAYLAND_FEATURE_TYPE "DISABLED") diff --git a/net/freerdp3/files/patch-channels_rdpdr_client_CMakeLists.txt b/net/freerdp3/files/patch-channels_rdpdr_client_CMakeLists.txt new file mode 100644 index 00000000000..c7d80e03015 --- /dev/null +++ b/net/freerdp3/files/patch-channels_rdpdr_client_CMakeLists.txt @@ -0,0 +1,10 @@ +--- channels/rdpdr/client/CMakeLists.txt.orig 2024-01-05 17:52:01 UTC ++++ channels/rdpdr/client/CMakeLists.txt +@@ -24,6 +24,7 @@ set(${MODULE_PREFIX}_SRCS + irp.h + devman.c + devman.h ++ mntent_compat.c + rdpdr_main.c + rdpdr_main.h + rdpdr_capabilities.c diff --git a/net/freerdp3/files/patch-winpr_libwinpr_sysinfo_sysinfo.c b/net/freerdp3/files/patch-winpr_libwinpr_sysinfo_sysinfo.c new file mode 100644 index 00000000000..99bd543a4f0 --- /dev/null +++ b/net/freerdp3/files/patch-winpr_libwinpr_sysinfo_sysinfo.c @@ -0,0 +1,19 @@ +--- winpr/libwinpr/sysinfo/sysinfo.c.orig 2023-12-22 16:29:20 UTC ++++ winpr/libwinpr/sysinfo/sysinfo.c +@@ -800,13 +800,15 @@ BOOL IsProcessorFeaturePresent(DWORD ProcessorFeature) + break; + } + +-#elif defined(__APPLE__) // __linux__ ++#else // __linux__ + + switch (ProcessorFeature) + { + case PF_ARM_NEON_INSTRUCTIONS_AVAILABLE: + case PF_ARM_NEON: ++#ifdef __ARM_NEON + ret = TRUE; ++#endif + break; + } + diff --git a/net/freerdp3/files/patch-winpr_winpr.pc.in b/net/freerdp3/files/patch-winpr_winpr.pc.in new file mode 100644 index 00000000000..6dae404bbf9 --- /dev/null +++ b/net/freerdp3/files/patch-winpr_winpr.pc.in @@ -0,0 +1,10 @@ +--- winpr/winpr.pc.in.orig 2023-12-22 16:29:20 UTC ++++ winpr/winpr.pc.in +@@ -9,7 +9,6 @@ Description: WinPR: Windows Portable Runtime + URL: http://www.freerdp.com/ + Version: @WINPR_VERSION@ + Requires: +-Requires.private: libssl + Libs: -L${libdir} ${libs} + Libs.private: -ldl -lrt -lm -lpthread + Cflags: -I${includedir} diff --git a/net/freerdp3/pkg-descr b/net/freerdp3/pkg-descr new file mode 100644 index 00000000000..6950bdf96e5 --- /dev/null +++ b/net/freerdp3/pkg-descr @@ -0,0 +1,4 @@ +FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), +released under the Apache license. Enjoy the freedom of using your +software wherever you want, the way you want it, in a world where +interoperability can finally liberate your computing experience. diff --git a/net/freerdp3/pkg-plist b/net/freerdp3/pkg-plist new file mode 100644 index 00000000000..3c844baacd8 --- /dev/null +++ b/net/freerdp3/pkg-plist @@ -0,0 +1,294 @@ +bin/winpr-hash%%MAJORVERSION%% +bin/winpr-makecert%%MAJORVERSION%% +%%SDL%%bin/sdl-freerdp%%MAJORVERSION%% +%%WAYLAND%%bin/wlfreerdp%%MAJORVERSION%% +%%X11%%bin/xfreerdp%%MAJORVERSION%% +include/freerdp%%MAJORVERSION%%/freerdp/addin.h +include/freerdp%%MAJORVERSION%%/freerdp/altsec.h +include/freerdp%%MAJORVERSION%%/freerdp/api.h +include/freerdp%%MAJORVERSION%%/freerdp/assistance.h +include/freerdp%%MAJORVERSION%%/freerdp/autodetect.h +include/freerdp%%MAJORVERSION%%/freerdp/build-config.h +include/freerdp%%MAJORVERSION%%/freerdp/buildflags.h +include/freerdp%%MAJORVERSION%%/freerdp/cache/persistent.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/ainput.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/audin.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/channels.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/cliprdr.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/disp.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/drdynvc.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/echo.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/encomsp.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/geometry.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/gfxredir.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/location.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/log.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rail.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdp2tcp.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpdr.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpecam.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpei.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpemsc.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpewa.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpgfx.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/rdpsnd.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/remdesk.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/scard.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/telemetry.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/tsmf.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/urbdrc.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/video.h +include/freerdp%%MAJORVERSION%%/freerdp/channels/wtsvc.h +include/freerdp%%MAJORVERSION%%/freerdp/client.h +include/freerdp%%MAJORVERSION%%/freerdp/client/ainput.h +include/freerdp%%MAJORVERSION%%/freerdp/client/audin.h +include/freerdp%%MAJORVERSION%%/freerdp/client/channels.h +include/freerdp%%MAJORVERSION%%/freerdp/client/client_cliprdr_file.h +include/freerdp%%MAJORVERSION%%/freerdp/client/cliprdr.h +include/freerdp%%MAJORVERSION%%/freerdp/client/cmdline.h +include/freerdp%%MAJORVERSION%%/freerdp/client/disp.h +include/freerdp%%MAJORVERSION%%/freerdp/client/drdynvc.h +include/freerdp%%MAJORVERSION%%/freerdp/client/encomsp.h +include/freerdp%%MAJORVERSION%%/freerdp/client/file.h +include/freerdp%%MAJORVERSION%%/freerdp/client/geometry.h +include/freerdp%%MAJORVERSION%%/freerdp/client/printer.h +include/freerdp%%MAJORVERSION%%/freerdp/client/rail.h +include/freerdp%%MAJORVERSION%%/freerdp/client/rdpei.h +include/freerdp%%MAJORVERSION%%/freerdp/client/rdpgfx.h +include/freerdp%%MAJORVERSION%%/freerdp/client/rdpsnd.h +include/freerdp%%MAJORVERSION%%/freerdp/client/remdesk.h +include/freerdp%%MAJORVERSION%%/freerdp/client/sshagent.h +include/freerdp%%MAJORVERSION%%/freerdp/client/tsmf.h +include/freerdp%%MAJORVERSION%%/freerdp/client/utils/smartcard_cli.h +include/freerdp%%MAJORVERSION%%/freerdp/client/video.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/audio.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/bitmap.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/bulk.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/clear.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/color.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/dsp.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/h264.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/interleaved.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/jpeg.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/nsc.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/planar.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/progressive.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/region.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/rfx.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/yuv.h +include/freerdp%%MAJORVERSION%%/freerdp/codec/zgfx.h +include/freerdp%%MAJORVERSION%%/freerdp/codecs.h +include/freerdp%%MAJORVERSION%%/freerdp/config.h +include/freerdp%%MAJORVERSION%%/freerdp/constants.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/ber.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/certificate.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/certificate_data.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/certificate_store.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/crypto.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/der.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/er.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/per.h +include/freerdp%%MAJORVERSION%%/freerdp/crypto/privatekey.h +include/freerdp%%MAJORVERSION%%/freerdp/display.h +include/freerdp%%MAJORVERSION%%/freerdp/dvc.h +include/freerdp%%MAJORVERSION%%/freerdp/emulate/scard/smartcard_emulate.h +include/freerdp%%MAJORVERSION%%/freerdp/error.h +include/freerdp%%MAJORVERSION%%/freerdp/event.h +include/freerdp%%MAJORVERSION%%/freerdp/extension.h +include/freerdp%%MAJORVERSION%%/freerdp/freerdp.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/bitmap.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/dc.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/gdi.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/gfx.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/pen.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/region.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/shape.h +include/freerdp%%MAJORVERSION%%/freerdp/gdi/video.h +include/freerdp%%MAJORVERSION%%/freerdp/graphics.h +include/freerdp%%MAJORVERSION%%/freerdp/heartbeat.h +include/freerdp%%MAJORVERSION%%/freerdp/input.h +include/freerdp%%MAJORVERSION%%/freerdp/license.h +include/freerdp%%MAJORVERSION%%/freerdp/listener.h +include/freerdp%%MAJORVERSION%%/freerdp/locale/keyboard.h +include/freerdp%%MAJORVERSION%%/freerdp/locale/locale.h +include/freerdp%%MAJORVERSION%%/freerdp/log.h +include/freerdp%%MAJORVERSION%%/freerdp/message.h +include/freerdp%%MAJORVERSION%%/freerdp/metrics.h +include/freerdp%%MAJORVERSION%%/freerdp/peer.h +include/freerdp%%MAJORVERSION%%/freerdp/pointer.h +include/freerdp%%MAJORVERSION%%/freerdp/primary.h +include/freerdp%%MAJORVERSION%%/freerdp/primitives.h +include/freerdp%%MAJORVERSION%%/freerdp/rail.h +include/freerdp%%MAJORVERSION%%/freerdp/redirection.h +include/freerdp%%MAJORVERSION%%/freerdp/scancode.h +include/freerdp%%MAJORVERSION%%/freerdp/secondary.h +include/freerdp%%MAJORVERSION%%/freerdp/server/ainput.h +include/freerdp%%MAJORVERSION%%/freerdp/server/audin.h +include/freerdp%%MAJORVERSION%%/freerdp/server/channels.h +include/freerdp%%MAJORVERSION%%/freerdp/server/cliprdr.h +include/freerdp%%MAJORVERSION%%/freerdp/server/disp.h +include/freerdp%%MAJORVERSION%%/freerdp/server/drdynvc.h +include/freerdp%%MAJORVERSION%%/freerdp/server/echo.h +include/freerdp%%MAJORVERSION%%/freerdp/server/encomsp.h +include/freerdp%%MAJORVERSION%%/freerdp/server/gfxredir.h +include/freerdp%%MAJORVERSION%%/freerdp/server/location.h +include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_config.h +include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_context.h +include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_log.h +include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_modules_api.h +include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_server.h +include/freerdp%%MAJORVERSION%%/freerdp/server/proxy/proxy_types.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rail.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpemsc.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpdr.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpecam-enumerator.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpecam.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpei.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpgfx.h +include/freerdp%%MAJORVERSION%%/freerdp/server/rdpsnd.h +include/freerdp%%MAJORVERSION%%/freerdp/server/remdesk.h +include/freerdp%%MAJORVERSION%%/freerdp/server/server-common.h +include/freerdp%%MAJORVERSION%%/freerdp/server/shadow.h +include/freerdp%%MAJORVERSION%%/freerdp/server/telemetry.h +include/freerdp%%MAJORVERSION%%/freerdp/session.h +include/freerdp%%MAJORVERSION%%/freerdp/settings.h +include/freerdp%%MAJORVERSION%%/freerdp/settings_keys.h +include/freerdp%%MAJORVERSION%%/freerdp/settings_types.h +include/freerdp%%MAJORVERSION%%/freerdp/settings_types_private.h +include/freerdp%%MAJORVERSION%%/freerdp/svc.h +include/freerdp%%MAJORVERSION%%/freerdp/streamdump.h +include/freerdp%%MAJORVERSION%%/freerdp/transport_io.h +include/freerdp%%MAJORVERSION%%/freerdp/types.h +include/freerdp%%MAJORVERSION%%/freerdp/update.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/aad.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/cliprdr_utils.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/drdynvc.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/encoded_types.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/gfx.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/http.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/passphrase.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/pcap.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/pod_arrays.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/profiler.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/proxy_utils.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/rdpdr_utils.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/ringbuffer.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/signal.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/smartcard_call.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/smartcard_operations.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/smartcard_pack.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/smartcardlogon.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/stopwatch.h +include/freerdp%%MAJORVERSION%%/freerdp/utils/string.h +include/freerdp%%MAJORVERSION%%/freerdp/version.h +include/freerdp%%MAJORVERSION%%/freerdp/window.h +include/winpr%%MAJORVERSION%%/mntent.h +include/winpr%%MAJORVERSION%%/winpr/asn1.h +include/winpr%%MAJORVERSION%%/winpr/assert.h +include/winpr%%MAJORVERSION%%/winpr/bcrypt.h +include/winpr%%MAJORVERSION%%/winpr/bitstream.h +include/winpr%%MAJORVERSION%%/winpr/build-config.h +include/winpr%%MAJORVERSION%%/winpr/buildflags.h +include/winpr%%MAJORVERSION%%/winpr/clipboard.h +include/winpr%%MAJORVERSION%%/winpr/cmdline.h +include/winpr%%MAJORVERSION%%/winpr/collections.h +include/winpr%%MAJORVERSION%%/winpr/comm.h +include/winpr%%MAJORVERSION%%/winpr/config.h +include/winpr%%MAJORVERSION%%/winpr/cred.h +include/winpr%%MAJORVERSION%%/winpr/crt.h +include/winpr%%MAJORVERSION%%/winpr/crypto.h +include/winpr%%MAJORVERSION%%/winpr/custom-crypto.h +include/winpr%%MAJORVERSION%%/winpr/debug.h +include/winpr%%MAJORVERSION%%/winpr/dsparse.h +include/winpr%%MAJORVERSION%%/winpr/endian.h +include/winpr%%MAJORVERSION%%/winpr/environment.h +include/winpr%%MAJORVERSION%%/winpr/error.h +include/winpr%%MAJORVERSION%%/winpr/file.h +include/winpr%%MAJORVERSION%%/winpr/handle.h +include/winpr%%MAJORVERSION%%/winpr/image.h +include/winpr%%MAJORVERSION%%/winpr/ini.h +include/winpr%%MAJORVERSION%%/winpr/input.h +include/winpr%%MAJORVERSION%%/winpr/interlocked.h +include/winpr%%MAJORVERSION%%/winpr/intrin.h +include/winpr%%MAJORVERSION%%/winpr/io.h +include/winpr%%MAJORVERSION%%/winpr/library.h +include/winpr%%MAJORVERSION%%/winpr/memory.h +include/winpr%%MAJORVERSION%%/winpr/ncrypt.h +include/winpr%%MAJORVERSION%%/winpr/nt.h +include/winpr%%MAJORVERSION%%/winpr/ntlm.h +include/winpr%%MAJORVERSION%%/winpr/pack.h +include/winpr%%MAJORVERSION%%/winpr/path.h +include/winpr%%MAJORVERSION%%/winpr/pipe.h +include/winpr%%MAJORVERSION%%/winpr/platform.h +include/winpr%%MAJORVERSION%%/winpr/pool.h +include/winpr%%MAJORVERSION%%/winpr/print.h +include/winpr%%MAJORVERSION%%/winpr/registry.h +include/winpr%%MAJORVERSION%%/winpr/rpc.h +include/winpr%%MAJORVERSION%%/winpr/sam.h +include/winpr%%MAJORVERSION%%/winpr/schannel.h +include/winpr%%MAJORVERSION%%/winpr/secapi.h +include/winpr%%MAJORVERSION%%/winpr/security.h +include/winpr%%MAJORVERSION%%/winpr/shell.h +include/winpr%%MAJORVERSION%%/winpr/smartcard.h +include/winpr%%MAJORVERSION%%/winpr/spec.h +include/winpr%%MAJORVERSION%%/winpr/ssl.h +include/winpr%%MAJORVERSION%%/winpr/sspi.h +include/winpr%%MAJORVERSION%%/winpr/sspicli.h +include/winpr%%MAJORVERSION%%/winpr/stream.h +include/winpr%%MAJORVERSION%%/winpr/string.h +include/winpr%%MAJORVERSION%%/winpr/strlst.h +include/winpr%%MAJORVERSION%%/winpr/synch.h +include/winpr%%MAJORVERSION%%/winpr/sysinfo.h +include/winpr%%MAJORVERSION%%/winpr/tchar.h +include/winpr%%MAJORVERSION%%/winpr/thread.h +include/winpr%%MAJORVERSION%%/winpr/timezone.h +include/winpr%%MAJORVERSION%%/winpr/tools/makecert.h +include/winpr%%MAJORVERSION%%/winpr/user.h +include/winpr%%MAJORVERSION%%/winpr/version.h +include/winpr%%MAJORVERSION%%/winpr/wincrypt.h +include/winpr%%MAJORVERSION%%/winpr/windows.h +include/winpr%%MAJORVERSION%%/winpr/winpr.h +include/winpr%%MAJORVERSION%%/winpr/winsock.h +include/winpr%%MAJORVERSION%%/winpr/wlog.h +include/winpr%%MAJORVERSION%%/winpr/wtsapi.h +include/winpr%%MAJORVERSION%%/winpr/wtypes.h +lib/libfreerdp-client%%MAJORVERSION%%.so +lib/libfreerdp-client%%MAJORVERSION%%.so.%%MAJORVERSION%% +lib/libfreerdp-client%%MAJORVERSION%%.so.%%PATCHVERSION%% +lib/libfreerdp%%MAJORVERSION%%.so +lib/libfreerdp%%MAJORVERSION%%.so.%%MAJORVERSION%% +lib/libfreerdp%%MAJORVERSION%%.so.%%PATCHVERSION%% +lib/libwinpr-tools%%MAJORVERSION%%.so +lib/libwinpr-tools%%MAJORVERSION%%.so.%%MAJORVERSION%% +lib/libwinpr-tools%%MAJORVERSION%%.so.%%PATCHVERSION%% +lib/libwinpr%%MAJORVERSION%%.so +lib/libwinpr%%MAJORVERSION%%.so.%%MAJORVERSION%% +lib/libwinpr%%MAJORVERSION%%.so.%%PATCHVERSION%% +libdata/pkgconfig/freerdp-client%%MAJORVERSION%%.pc +libdata/pkgconfig/freerdp%%MAJORVERSION%%.pc +libdata/pkgconfig/winpr-tools%%MAJORVERSION%%.pc +libdata/pkgconfig/winpr%%MAJORVERSION%%.pc +%%SDL%%%%MANPAGES%%share/man/man1/sdl-freerdp%%MAJORVERSION%%.1.gz +%%MANPAGES%%share/man/man1/winpr-hash%%MAJORVERSION%%.1.gz +%%MANPAGES%%share/man/man1/winpr-makecert%%MAJORVERSION%%.1.gz +%%WAYLAND%%%%MANPAGES%%share/man/man1/wlfreerdp%%MAJORVERSION%%.1.gz +%%X11%%%%MANPAGES%%share/man/man1/xfreerdp%%MAJORVERSION%%.1.gz +%%MANPAGES%%share/man/man7/wlog%%MAJORVERSION%%.7.gz +share/cmake/Modules/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientConfig.cmake +share/cmake/Modules/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientConfigVersion.cmake +share/cmake/Modules/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Modules/FreeRDP-Client%%MAJORVERSION%%/FreeRDP-ClientTargets.cmake +share/cmake/Modules/FreeRDP%%MAJORVERSION%%/FreeRDPConfig.cmake +share/cmake/Modules/FreeRDP%%MAJORVERSION%%/FreeRDPConfigVersion.cmake +share/cmake/Modules/FreeRDP%%MAJORVERSION%%/FreeRDPTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Modules/FreeRDP%%MAJORVERSION%%/FreeRDPTargets.cmake +share/cmake/Modules/WinPR%%MAJORVERSION%%/WinPRConfig.cmake +share/cmake/Modules/WinPR%%MAJORVERSION%%/WinPRConfigVersion.cmake +share/cmake/Modules/WinPR%%MAJORVERSION%%/WinPRTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Modules/WinPR%%MAJORVERSION%%/WinPRTargets.cmake +share/cmake/Modules/WinPR-tools%%MAJORVERSION%%/WinPR-toolsConfig.cmake +share/cmake/Modules/WinPR-tools%%MAJORVERSION%%/WinPR-toolsConfigVersion.cmake +share/cmake/Modules/WinPR-tools%%MAJORVERSION%%/WinPR-toolsTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Modules/WinPR-tools%%MAJORVERSION%%/WinPR-toolsTargets.cmake +@dir include/winpr%%MAJORVERSION%%/CMakeFiles +@dir include/winpr%%MAJORVERSION%%/config diff --git a/net/gemserv/Makefile b/net/gemserv/Makefile index 548eeb65677..b5101543a9e 100644 --- a/net/gemserv/Makefile +++ b/net/gemserv/Makefile @@ -1,7 +1,7 @@ PORTNAME= gemserv DISTVERSIONPREFIX= v DISTVERSION= 0.6.6 -PORTREVISION= 8 +PORTREVISION= 9 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 39af7b5361e..8e36c2a0b2f 100644 --- a/net/geoipupdate/Makefile +++ b/net/geoipupdate/Makefile @@ -1,6 +1,5 @@ PORTNAME= geoipupdate -PORTVERSION= 6.0.0 -PORTREVISION= 4 +PORTVERSION= 6.1.0 DISTVERSIONPREFIX= v CATEGORIES= net geography diff --git a/net/geoipupdate/distinfo b/net/geoipupdate/distinfo index bfad19c1334..eff1ba1e8f1 100644 --- a/net/geoipupdate/distinfo +++ b/net/geoipupdate/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1689197307 -SHA256 (go/net_geoipupdate/geoipupdate-v6.0.0/v6.0.0.mod) = c53be06e15330c2d393900c06607607f329bf89dd03b6185197cc63f3435bb7d -SIZE (go/net_geoipupdate/geoipupdate-v6.0.0/v6.0.0.mod) = 590 -SHA256 (go/net_geoipupdate/geoipupdate-v6.0.0/v6.0.0.zip) = d4fcc1a2412cfa6e9fab6b33115c35570b1e1ebec16800016fed832f1876de6e -SIZE (go/net_geoipupdate/geoipupdate-v6.0.0/v6.0.0.zip) = 64874 +TIMESTAMP = 1704887182 +SHA256 (go/net_geoipupdate/geoipupdate-v6.1.0/v6.1.0.mod) = bbd28076437417555180c0e79e750655ed5abd3dc63d28c41b4f069a2a5d24a5 +SIZE (go/net_geoipupdate/geoipupdate-v6.1.0/v6.1.0.mod) = 591 +SHA256 (go/net_geoipupdate/geoipupdate-v6.1.0/v6.1.0.zip) = 3e288595a1b50377acc5fc3e198788d8aa39ff4557fddb231311e193a1dc93e3 +SIZE (go/net_geoipupdate/geoipupdate-v6.1.0/v6.1.0.zip) = 65918 diff --git a/net/gitlab-agent/Makefile b/net/gitlab-agent/Makefile index 0c613d1436c..01470179925 100644 --- a/net/gitlab-agent/Makefile +++ b/net/gitlab-agent/Makefile @@ -1,6 +1,5 @@ PORTNAME= gitlab-agent -PORTVERSION= 16.6.0 -PORTREVISION= 1 +PORTVERSION= 16.7.0 DISTVERSIONPREFIX= v CATEGORIES= net diff --git a/net/gitlab-agent/distinfo b/net/gitlab-agent/distinfo index 27846173c1d..372c6fa9c41 100644 --- a/net/gitlab-agent/distinfo +++ b/net/gitlab-agent/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1700804081 -SHA256 (go/net_gitlab-agent/gitlab-agent-v16.6.0/v16.6.0.mod) = f7f7efc08862476eaeb68ac06ba386ab31ce9059c8ba4c6cf1ed65267cd048a8 -SIZE (go/net_gitlab-agent/gitlab-agent-v16.6.0/v16.6.0.mod) = 7214 -SHA256 (go/net_gitlab-agent/gitlab-agent-v16.6.0/v16.6.0.zip) = 76738c88c8bef326a78946069cb5dbdfeab50a40c0b6589bedd5c06002542047 -SIZE (go/net_gitlab-agent/gitlab-agent-v16.6.0/v16.6.0.zip) = 1229156 +TIMESTAMP = 1703590039 +SHA256 (go/net_gitlab-agent/gitlab-agent-v16.7.0/v16.7.0.mod) = ead54d88689a5a6c3007e0d1015c209fb87caac4b2efd6debd3e60aca3d7b0cf +SIZE (go/net_gitlab-agent/gitlab-agent-v16.7.0/v16.7.0.mod) = 7185 +SHA256 (go/net_gitlab-agent/gitlab-agent-v16.7.0/v16.7.0.zip) = e668cf4cd9e26162b8d2cdcfdb0a8410c381406a239261e3d880d6aaa9f6a048 +SIZE (go/net_gitlab-agent/gitlab-agent-v16.7.0/v16.7.0.zip) = 1230473 diff --git a/net/gnetcat/Makefile b/net/gnetcat/Makefile index f9586c7c405..3409c391ea8 100644 --- a/net/gnetcat/Makefile +++ b/net/gnetcat/Makefile @@ -13,12 +13,12 @@ USES= gettext iconv tar:bzip2 GNU_CONFIGURE= yes INFO= gnetcat -PLIST_FILES= bin/gnetcat man/man1/gnetcat.1.gz +PLIST_FILES= bin/gnetcat share/man/man1/gnetcat.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/netcat ${STAGEDIR}${PREFIX}/bin/gnetcat ${INSTALL_MAN} ${WRKSRC}/doc/netcat.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1/gnetcat.1 + ${STAGEDIR}${PREFIX}/share/man/man1/gnetcat.1 ${INSTALL_DATA} ${WRKSRC}/doc/netcat.info \ ${STAGEDIR}${PREFIX}/${INFO_PATH}/gnetcat.info diff --git a/net/go-cs/Makefile b/net/go-cs/Makefile index 01273572c63..1bc0aa48cae 100644 --- a/net/go-cs/Makefile +++ b/net/go-cs/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-cs PORTVERSION= 0.9 DISTVERSIONPREFIX= v -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net MAINTAINER= akosela@andykosela.com @@ -17,11 +17,11 @@ GH_ACCOUNT= akosela CONFLICTS_INSTALL= clearsilver csound # bin/cs -PLIST_FILES= bin/cs man/man1/cs.1.gz +PLIST_FILES= bin/cs share/man/man1/cs.1.gz GO_TARGET= ./cs post-install: - ${INSTALL_MAN} ${WRKSRC}/cs.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/cs.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 8a984270b9d..0422b40a62c 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -1,6 +1,6 @@ PORTNAME= gopher PORTVERSION= 3.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/ \ http://aaron.baugher.biz/files/FreeBSD/ports/ @@ -27,8 +27,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/gopher/gopherremote.rc ${STAGEDIR}${PREFIX}/etc/gopher/gopherremote.rc ${INSTALL_DATA} ${WRKSRC}/gopher/gopher.hlp ${STAGEDIR}${PREFIX}/etc/gopher/gopher.hlp ${INSTALL_PROGRAM} ${WRKSRC}/gophfilt/gophfilt ${STAGEDIR}${PREFIX}/bin/gophfilt - ${INSTALL_MAN} ${WRKSRC}/doc/gopher.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/gophfilt.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/gopherrc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/doc/gopher.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/gophfilt.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/gopherrc.5 ${STAGEDIR}${PREFIX}/share/man/man5 .include diff --git a/net/gopher/pkg-plist b/net/gopher/pkg-plist index 0d2228295b2..0b6c1d67ef3 100644 --- a/net/gopher/pkg-plist +++ b/net/gopher/pkg-plist @@ -3,6 +3,6 @@ bin/gophfilt etc/gopher/gopher.rc etc/gopher/gopherremote.rc etc/gopher/gopher.hlp -man/man1/gopher.1.gz -man/man1/gophfilt.1.gz -man/man5/gopherrc.5.gz +share/man/man1/gopher.1.gz +share/man/man1/gophfilt.1.gz +share/man/man5/gopherrc.5.gz diff --git a/net/guacamole-server/Makefile b/net/guacamole-server/Makefile index 7ac9f44d745..a535326b108 100644 --- a/net/guacamole-server/Makefile +++ b/net/guacamole-server/Makefile @@ -1,5 +1,5 @@ PORTNAME= guacamole-server -DISTVERSION= 1.5.3 +DISTVERSION= 1.5.4 CATEGORIES= net MASTER_SITES= APACHE/guacamole/${DISTVERSION}/source/ diff --git a/net/guacamole-server/distinfo b/net/guacamole-server/distinfo index 3ae5fb86181..707209358a5 100644 --- a/net/guacamole-server/distinfo +++ b/net/guacamole-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1692385645 -SHA256 (guacamole-server-1.5.3.tar.gz) = dd4eebfb79fdef23d20dc585da8952e1b46a3411ec46836895c041488cf6dbc4 -SIZE (guacamole-server-1.5.3.tar.gz) = 1105466 +TIMESTAMP = 1704918080 +SHA256 (guacamole-server-1.5.4.tar.gz) = 4c0add552b1fc387c23a35c430155e01f2dfcf9daa0f96fbf805d0ace756729e +SIZE (guacamole-server-1.5.4.tar.gz) = 1126881 SHA256 (5cf408ebbba9544fb5dfb297d98d5a1e1751a56d.patch) = fe104f8eeade04051b1ba86ecb69307dc172746b11c10892dd24ea4a8593d083 SIZE (5cf408ebbba9544fb5dfb297d98d5a1e1751a56d.patch) = 3222 diff --git a/net/guacamole-server/files/patch-configure.ac b/net/guacamole-server/files/patch-configure.ac new file mode 100644 index 00000000000..6cdc27a8070 --- /dev/null +++ b/net/guacamole-server/files/patch-configure.ac @@ -0,0 +1,25 @@ +--- configure.ac.orig 2024-01-11 03:31:49 UTC ++++ configure.ac +@@ -68,6 +68,14 @@ AC_CHECK_LIB([pthread], [pthread_create], [PTHREAD_LIB + AC_DEFINE([HAVE_LIBPTHREAD],, + [Whether libpthread was found])]) + ++# librt ++AC_CHECK_FUNC([timer_create], [AC_MSG_RESULT([timer_create was found without librt.])], ++ [AC_CHECK_LIB([rt], [timer_create], ++ [AC_MSG_RESULT([timer_create was found in librt.]) ++ RT_LIBS=-lrt], ++ [AC_MSG_ERROR([timer_create could not be found.])]) ++ ]) ++ + # Include libdl for dlopen() if necessary + AC_CHECK_LIB([dl], [dlopen], + [DL_LIBS=-ldl], +@@ -128,6 +136,7 @@ AC_SUBST(MATH_LIBS) + AC_SUBST(PNG_LIBS) + AC_SUBST(JPEG_LIBS) + AC_SUBST(CAIRO_LIBS) ++AC_SUBST(RT_LIBS) + AC_SUBST(PTHREAD_LIBS) + AC_SUBST(UUID_LIBS) + AC_SUBST(CUNIT_LIBS) diff --git a/net/guacamole-server/files/patch-src_libguac_Makefile.am b/net/guacamole-server/files/patch-src_libguac_Makefile.am new file mode 100644 index 00000000000..aa5873bb604 --- /dev/null +++ b/net/guacamole-server/files/patch-src_libguac_Makefile.am @@ -0,0 +1,10 @@ +--- src/libguac/Makefile.am.orig 2024-01-11 03:33:47 UTC ++++ src/libguac/Makefile.am +@@ -167,6 +167,7 @@ libguac_la_LDFLAGS = \ + @JPEG_LIBS@ \ + @PNG_LIBS@ \ + @PTHREAD_LIBS@ \ ++ @RT_LIBS@ \ + @SSL_LIBS@ \ + @UUID_LIBS@ \ + @VORBIS_LIBS@ \ diff --git a/net/guacamole-server/pkg-plist b/net/guacamole-server/pkg-plist index c4e89e6c803..7c95757c7ff 100644 --- a/net/guacamole-server/pkg-plist +++ b/net/guacamole-server/pkg-plist @@ -17,6 +17,7 @@ include/guacamole/fips.h include/guacamole/hash.h include/guacamole/layer-types.h include/guacamole/layer.h +include/guacamole/mem.h include/guacamole/object-types.h include/guacamole/object.h include/guacamole/parser-constants.h @@ -26,10 +27,12 @@ include/guacamole/plugin-constants.h include/guacamole/plugin.h include/guacamole/pool-types.h include/guacamole/pool.h +include/guacamole/private/mem.h include/guacamole/protocol-constants.h include/guacamole/protocol-types.h include/guacamole/protocol.h include/guacamole/recording.h +include/guacamole/rwlock.h include/guacamole/socket-constants.h include/guacamole/socket-fntypes.h %%SSL%%include/guacamole/socket-ssl.h @@ -68,12 +71,12 @@ include/guacamole/wol.h %%VNC%%lib/libguac-client-vnc.so.0.0.0 lib/libguac.a lib/libguac.so -lib/libguac.so.21 -lib/libguac.so.21.1.0 +lib/libguac.so.23 +lib/libguac.so.23.0.0 lib/libguac-terminal.a lib/libguac-terminal.so lib/libguac-terminal.so.0 -lib/libguac-terminal.so.0.0.0 +lib/libguac-terminal.so.0.1.0 %%GUACENC%%man/man1/guacenc.1.gz %%GUACLOG%%man/man1/guaclog.1.gz man/man5/guacd.conf.5.gz diff --git a/net/gwhois/Makefile b/net/gwhois/Makefile index 287d7fd6c1f..37c2499990d 100644 --- a/net/gwhois/Makefile +++ b/net/gwhois/Makefile @@ -1,5 +1,6 @@ PORTNAME= gwhois PORTVERSION= 20120626 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://julijane.de/gwhois/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -22,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} NO_BUILD= yes NO_ARCH= yes -PLIST_FILES= bin/${PORTNAME} man/man1/gwhois.1.gz %%DATADIR%%/pattern +PLIST_FILES= bin/${PORTNAME} share/man/man1/gwhois.1.gz %%DATADIR%%/pattern PORTDOCS= TODO README.RIPE OPTIONS_DEFINE= DOCS @@ -33,7 +34,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/pattern ${STAGEDIR}${DATADIR} diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index 2c539cea4ae..5db7ece51e9 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= haproxy DISTVERSION= 2.9-dev11 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/2.9/src/devel/ PKGNAMESUFFIX= -devel @@ -68,7 +69,7 @@ OPTIONS_DEFAULT+= LUA do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net/haproxy-devel/pkg-plist b/net/haproxy-devel/pkg-plist index 69c091af1fe..57768e43575 100644 --- a/net/haproxy-devel/pkg-plist +++ b/net/haproxy-devel/pkg-plist @@ -1,4 +1,4 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 41dd9feb8c2..9d0900bda35 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= haproxy DISTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/2.9/src/ @@ -73,7 +74,7 @@ OPENSSL_MAKE_ARGS+= USE_QUIC=1 USE_QUIC_OPENSSL_COMPAT=1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net/haproxy/pkg-plist b/net/haproxy/pkg-plist index 69c091af1fe..57768e43575 100644 --- a/net/haproxy/pkg-plist +++ b/net/haproxy/pkg-plist @@ -1,4 +1,4 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt diff --git a/net/haproxy20/Makefile b/net/haproxy20/Makefile index f0d09d39eb7..ec0f1d94299 100644 --- a/net/haproxy20/Makefile +++ b/net/haproxy20/Makefile @@ -1,5 +1,6 @@ PORTNAME= haproxy DISTVERSION= 2.0.33 +PORTREVISION= 1 CATEGORIES= net www PKGNAMESUFFIX= 20 MASTER_SITES= http://www.haproxy.org/download/2.0/src/ @@ -58,7 +59,7 @@ post-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/contrib/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net/haproxy20/pkg-plist b/net/haproxy20/pkg-plist index 188366848c6..dd5182a114b 100644 --- a/net/haproxy20/pkg-plist +++ b/net/haproxy20/pkg-plist @@ -1,4 +1,4 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt diff --git a/net/haproxy22/Makefile b/net/haproxy22/Makefile index 62cfb68614e..53062f8f143 100644 --- a/net/haproxy22/Makefile +++ b/net/haproxy22/Makefile @@ -1,5 +1,6 @@ PORTNAME= haproxy DISTVERSION= 2.2.31 +PORTREVISION= 1 CATEGORIES= net www PKGNAMESUFFIX= 22 MASTER_SITES= http://www.haproxy.org/download/2.2/src/ @@ -58,7 +59,7 @@ post-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/contrib/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net/haproxy22/pkg-plist b/net/haproxy22/pkg-plist index 09381167265..42cde32e139 100644 --- a/net/haproxy22/pkg-plist +++ b/net/haproxy22/pkg-plist @@ -1,4 +1,4 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt diff --git a/net/haproxy24/Makefile b/net/haproxy24/Makefile index 17708d50888..96bf6c8c00d 100644 --- a/net/haproxy24/Makefile +++ b/net/haproxy24/Makefile @@ -1,5 +1,6 @@ PORTNAME= haproxy DISTVERSION= 2.4.25 +PORTREVISION= 1 CATEGORIES= net www PKGNAMESUFFIX= 24 MASTER_SITES= http://www.haproxy.org/download/2.4/src/ @@ -65,7 +66,7 @@ MAKE_ARGS+= USE_REGPARM=1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net/haproxy24/pkg-plist b/net/haproxy24/pkg-plist index 0d2754938a4..41afc2bfcdd 100644 --- a/net/haproxy24/pkg-plist +++ b/net/haproxy24/pkg-plist @@ -1,4 +1,4 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt diff --git a/net/haproxy25/Makefile b/net/haproxy25/Makefile index d98bb5f84ba..68fa7e4024a 100644 --- a/net/haproxy25/Makefile +++ b/net/haproxy25/Makefile @@ -1,6 +1,6 @@ PORTNAME= haproxy DISTVERSION= 2.5.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www PKGNAMESUFFIX= 25 MASTER_SITES= http://www.haproxy.org/download/2.5/src/ @@ -67,7 +67,7 @@ OPTIONS_DEFAULT+= LUA do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net/haproxy25/pkg-plist b/net/haproxy25/pkg-plist index 972a2a81d4c..6a63fb1c75b 100644 --- a/net/haproxy25/pkg-plist +++ b/net/haproxy25/pkg-plist @@ -1,4 +1,4 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt diff --git a/net/haproxy27/Makefile b/net/haproxy27/Makefile index a81ea0bbe7c..fec8eabf700 100644 --- a/net/haproxy27/Makefile +++ b/net/haproxy27/Makefile @@ -1,5 +1,6 @@ PORTNAME= haproxy DISTVERSION= 2.7.11 +PORTREVISION= 1 CATEGORIES= net www PKGNAMESUFFIX= 27 MASTER_SITES= http://www.haproxy.org/download/2.7/src/ @@ -66,7 +67,7 @@ OPTIONS_DEFAULT+= LUA do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net/haproxy27/pkg-plist b/net/haproxy27/pkg-plist index d10d7cfec2a..a004e5a8994 100644 --- a/net/haproxy27/pkg-plist +++ b/net/haproxy27/pkg-plist @@ -1,4 +1,4 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt diff --git a/net/haproxy28/Makefile b/net/haproxy28/Makefile index 9bebf054a94..6c44a7aa70c 100644 --- a/net/haproxy28/Makefile +++ b/net/haproxy28/Makefile @@ -1,5 +1,6 @@ PORTNAME= haproxy DISTVERSION= 2.8.5 +PORTREVISION= 1 PORTREVISION= 3 CATEGORIES= net www PKGNAMESUFFIX= 28 @@ -75,7 +76,7 @@ OPENSSL_MAKE_ARGS+= USE_QUIC=1 USE_QUIC_OPENSSL_COMPAT=1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net/haproxy28/pkg-plist b/net/haproxy28/pkg-plist index 69c091af1fe..57768e43575 100644 --- a/net/haproxy28/pkg-plist +++ b/net/haproxy28/pkg-plist @@ -1,4 +1,4 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt diff --git a/net/hblock/Makefile b/net/hblock/Makefile index 860b950154e..6eb08fb4398 100644 --- a/net/hblock/Makefile +++ b/net/hblock/Makefile @@ -1,6 +1,7 @@ PORTNAME= hblock DISTVERSIONPREFIX= v DISTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= lcook@FreeBSD.org @@ -25,7 +26,7 @@ OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes -MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz +MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} -e 's,$${ETCDIR?}\/hosts,/etc/hosts,g' \ @@ -44,6 +45,6 @@ post-install-DOCS-on: post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net/htpdate/Makefile b/net/htpdate/Makefile index fcc3616f92f..36fe34cae0a 100644 --- a/net/htpdate/Makefile +++ b/net/htpdate/Makefile @@ -1,5 +1,6 @@ PORTNAME= htpdate PORTVERSION= 1.3.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.vervest.org/htp/archive/c/ \ http://twekkel.home.xs4all.nl/htp/ @@ -14,7 +15,7 @@ GH_ACCOUNT= twekkel MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" -PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz +PLIST_FILES= bin/${PORTNAME} share/man/man8/${PORTNAME}.8.gz PORTDOCS= Changelog README.md USE_RC_SUBR= ${PORTNAME} @@ -27,7 +28,7 @@ SSL_LDFLAGS= -lssl do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/net/httpry/Makefile b/net/httpry/Makefile index f906f62ead9..86aff717cb4 100644 --- a/net/httpry/Makefile +++ b/net/httpry/Makefile @@ -1,5 +1,6 @@ PORTNAME= httpry PORTVERSION= 0.1.8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://dumpsterventures.com/jason/httpry/ @@ -25,7 +26,7 @@ PLIST_SUB+= EXTRASCRIPTS="@comment " do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .if ${PORT_OPTIONS:MEXTRASCRIPTS} @${MKDIR} ${STAGEDIR}${PREFIX}/bin/httpry-scripts (cd ${WRKSRC}/scripts/ && \ diff --git a/net/httpry/pkg-plist b/net/httpry/pkg-plist index 57340ce8060..eba9e697c37 100644 --- a/net/httpry/pkg-plist +++ b/net/httpry/pkg-plist @@ -1,5 +1,5 @@ bin/httpry -man/man1/httpry.1.gz +share/man/man1/httpry.1.gz %%EXTRASCRIPTS%%bin/httpry-scripts/parse_log.pl %%EXTRASCRIPTS%%bin/httpry-scripts/rotate_log.pl %%EXTRASCRIPTS%%bin/httpry-scripts/process_logs diff --git a/net/icmpinfo/Makefile b/net/icmpinfo/Makefile index 890b6585df5..e00b57a881c 100644 --- a/net/icmpinfo/Makefile +++ b/net/icmpinfo/Makefile @@ -1,6 +1,6 @@ PORTNAME= icmpinfo PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net sysutils MASTER_SITES= SUNSITE/system/network/admin @@ -11,14 +11,14 @@ LICENSE= MIT ALL_TARGET= # empty PLIST_FILES= "@(,,4555) bin/icmpinfo" \ - man/man1/icmpinfo.1.gz + share/man/man1/icmpinfo.1.gz PORTDOCS= README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icmpinfo ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/icmpinfo.man ${STAGEDIR}${MAN1PREFIX}/man/man1/icmpinfo.1 + ${INSTALL_MAN} ${WRKSRC}/icmpinfo.man ${STAGEDIR}${PREFIX}/share/man/man1/icmpinfo.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/net/icpld/Makefile b/net/icpld/Makefile index bf44e5dacae..27d89c9c642 100644 --- a/net/icpld/Makefile +++ b/net/icpld/Makefile @@ -1,6 +1,6 @@ PORTNAME= icpld PORTVERSION= 1.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.ibiblio.org/icpld/download/ \ http://freebsd.unixfreunde.de/sources/ @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes PORTDOCS= README PLIST_FILES= bin/icpld etc/icpld.conf.sample etc/rc.d/icpld.sh.sample \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= IPV6 DOCS @@ -22,7 +22,7 @@ IPV6_CONFIGURE_ENABLE= ipv6 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${ECHO_MSG} '===> Installing ${STAGEDIR}${PREFIX}/etc/icpld.conf.sample file.' ${INSTALL_DATA} ${WRKSRC}/icpld.conf.sample ${STAGEDIR}${PREFIX}/etc @${ECHO_MSG} '===> Installing ${STAGEDIR}${PREFIX}/etc/rc.d/icpld.sh.sample' diff --git a/net/intel-irdma-kmod/Makefile b/net/intel-irdma-kmod/Makefile index 247c7b6cf3f..b27583fe765 100644 --- a/net/intel-irdma-kmod/Makefile +++ b/net/intel-irdma-kmod/Makefile @@ -1,5 +1,6 @@ PORTNAME= irdma PORTVERSION= 1.2.17 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES?= https://downloadmirror.intel.com/786091/ @@ -23,12 +24,12 @@ MAKE_ENV= WERROR="" MAKE_FLAGS= `make -C ${PORTSDIR}/net/intel-ice-kmod -V WRKSRC` MAKEFILE= PLIST_FILES= ${KMODDIR}/${PORTNAME}_updated.ko \ - man/man4/irdma.4.gz + share/man/man4/irdma.4.gz SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} do-install: ${INSTALL_KLD} ${WRKSRC}/src/${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/${PORTNAME}_updated.ko - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.4.gz ${STAGEDIR}${MAN4PREFIX}/man/man4/ + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.4.gz ${STAGEDIR}${PREFIX}/share/man/man4/ .include diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile index 158db47a864..2a4c03f393e 100644 --- a/net/intel-ixl-kmod/Makefile +++ b/net/intel-ixl-kmod/Makefile @@ -1,6 +1,6 @@ PORTNAME?= ixl PORTVERSION?= 1.13.4 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= net MASTER_SITES?= https://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ \ http://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ @@ -33,11 +33,11 @@ SUB_LIST= PORTNAME=${PORTNAME} MANPAGENAME?= ${PORTNAME} MANPAGELINKS?= if_${PORTNAME} PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \ - man/man4/${MANPAGENAME}.4.gz + share/man/man4/${MANPAGENAME}.4.gz MAKE_ENV+= WERROR="" .for link in ${MANPAGELINKS} -PLIST_FILES+= man/man4/${link}.4.gz +PLIST_FILES+= share/man/man4/${link}.4.gz .endfor .include @@ -50,10 +50,10 @@ ONLY_FOR_ARCHS_REASON= only supported on 32-bit architectures do-install: ${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko - ${INSTALL_MAN} ${WRKSRC}/${MANPAGENAME}.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/ + ${INSTALL_MAN} ${WRKSRC}/${MANPAGENAME}.4 ${STAGEDIR}${PREFIX}/share/man/man4/ .for link in ${MANPAGELINKS} - ${LN} ${STAGEDIR}${MAN4PREFIX}/man/man4/${MANPAGENAME}.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/${link}.4 + ${LN} ${STAGEDIR}${PREFIX}/share/man/man4/${MANPAGENAME}.4 ${STAGEDIR}${PREFIX}/share/man/man4/${link}.4 .endfor .include diff --git a/net/ipgrab/Makefile b/net/ipgrab/Makefile index ab1be3c9016..862b7f165be 100644 --- a/net/ipgrab/Makefile +++ b/net/ipgrab/Makefile @@ -1,6 +1,6 @@ PORTNAME= ipgrab PORTVERSION= 0.9.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net security MASTER_SITES= SF @@ -16,7 +16,7 @@ INFO= ipgrab DOCS= README AUTHORS COPYING ChangeLog \ DEVELOPER-HOWTO INSTALL NEWS TODO -PLIST_FILES= bin/ipgrab man/man8/ipgrab.8.gz +PLIST_FILES= bin/ipgrab share/man/man8/ipgrab.8.gz PORTDOCS= README AUTHORS COPYING ChangeLog DEVELOPER-HOWTO \ INSTALL NEWS TODO @@ -24,7 +24,7 @@ PORTDOCS= README AUTHORS COPYING ChangeLog DEVELOPER-HOWTO \ OPTIONS_DEFINE= DOCS do-install: - ${INSTALL_MAN} ${WRKSRC}/doc/ipgrab.8 ${STAGEDIR}${MANPREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/doc/ipgrab.8 ${STAGEDIR}${PREFIX}/share/man/man8/ ${INSTALL_DATA} ${WRKSRC}/doc/ipgrab.info ${STAGEDIR}${PREFIX}/${INFO_PATH} ${INSTALL_PROGRAM} ${WRKSRC}/src/ipgrab ${STAGEDIR}${PREFIX}/bin/ diff --git a/net/ipinfo-cli/Makefile b/net/ipinfo-cli/Makefile index f07d2951af0..63ddd0ee7e8 100644 --- a/net/ipinfo-cli/Makefile +++ b/net/ipinfo-cli/Makefile @@ -1,7 +1,6 @@ PORTNAME= ipinfo DISTVERSIONPREFIX= ipinfo- -DISTVERSION= 3.2.0 -PORTREVISION= 1 +DISTVERSION= 3.3.0 CATEGORIES= net MAINTAINER= nulldutra@proton.me @@ -15,7 +14,7 @@ USES= go:modules USE_GITHUB= yes GH_PROJECT= cli -GH_TUPLE= golang:sys:v0.13.0:golang_sys +GH_TUPLE= golang:sys:v0.16.0:golang_sys GO_TARGET= ./ipinfo diff --git a/net/ipinfo-cli/distinfo b/net/ipinfo-cli/distinfo index a83f8882d9c..731f086c9d1 100644 --- a/net/ipinfo-cli/distinfo +++ b/net/ipinfo-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1701023614 -SHA256 (ipinfo-cli-ipinfo-3.2.0_GH0.tar.gz) = 997eff6e52c9adcae16e4f1a1c6ac33d0f971f61cf5959fa2d044d42069b9047 -SIZE (ipinfo-cli-ipinfo-3.2.0_GH0.tar.gz) = 4950205 -SHA256 (golang-sys-v0.13.0_GH0.tar.gz) = 8877d20a8f1b2533ddef00e65b6b3b9cebbcbffa319ed525df0bc229f583e2b6 -SIZE (golang-sys-v0.13.0_GH0.tar.gz) = 1442250 +TIMESTAMP = 1704631955 +SHA256 (ipinfo-cli-ipinfo-3.3.0_GH0.tar.gz) = 18069e115c78a7a167311ad02de354c8e8d71dc63d838d94635f439eb64585f0 +SIZE (ipinfo-cli-ipinfo-3.3.0_GH0.tar.gz) = 4957330 +SHA256 (golang-sys-v0.16.0_GH0.tar.gz) = 9c17b728aa75f4fc4743c3f5c0dccdc3b7f9ac7c12b3124b666672cc571f657e +SIZE (golang-sys-v0.16.0_GH0.tar.gz) = 1444155 diff --git a/net/isc-dhcp44-client/pkg-message b/net/isc-dhcp44-client/pkg-message index 0d76052a51c..86e537b08ac 100644 --- a/net/isc-dhcp44-client/pkg-message +++ b/net/isc-dhcp44-client/pkg-message @@ -10,7 +10,7 @@ See dhclient(8), using the following command, for details about other possible options: - MANPATH=%%MAN1PREFIX%%/man man 8 dhclient + MANPATH=%%PREFIX%%/man man 8 dhclient EOM } ] diff --git a/net/kf5-kcalendarcore/distinfo b/net/kf5-kcalendarcore/distinfo index 10d9f75027e..66526a7e4a4 100644 --- a/net/kf5-kcalendarcore/distinfo +++ b/net/kf5-kcalendarcore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883635 -SHA256 (KDE/frameworks/5.112.0/kcalendarcore-5.112.0.tar.xz) = 191875bd1d29a33adf79cca3a7991d4fc47cf6d877564a4c2d8b7a4a467a5259 -SIZE (KDE/frameworks/5.112.0/kcalendarcore-5.112.0.tar.xz) = 267900 +TIMESTAMP = 1701678510 +SHA256 (KDE/frameworks/5.113.0/kcalendarcore-5.113.0.tar.xz) = 82715224f349c254f3c0894840a30163df5c074aaac92b1da3577dc7f097faa2 +SIZE (KDE/frameworks/5.113.0/kcalendarcore-5.113.0.tar.xz) = 266960 diff --git a/net/kf5-kcontacts/Makefile b/net/kf5-kcontacts/Makefile index fb49bf63310..a4f3b587ecb 100644 --- a/net/kf5-kcontacts/Makefile +++ b/net/kf5-kcontacts/Makefile @@ -18,6 +18,4 @@ USE_QT= core gui \ buildtools:build qmake:build USE_LDCONFIG= yes -DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr - .include diff --git a/net/kf5-kcontacts/distinfo b/net/kf5-kcontacts/distinfo index 42bcc774925..aadae15f8f7 100644 --- a/net/kf5-kcontacts/distinfo +++ b/net/kf5-kcontacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883636 -SHA256 (KDE/frameworks/5.112.0/kcontacts-5.112.0.tar.xz) = 459f73176da94141fe13a78b0a89c69af9ed3f9288eeea1b0f58fb41a4ed4060 -SIZE (KDE/frameworks/5.112.0/kcontacts-5.112.0.tar.xz) = 213916 +TIMESTAMP = 1701678511 +SHA256 (KDE/frameworks/5.113.0/kcontacts-5.113.0.tar.xz) = b5462d85b12a6b4caf30f0054bea9ab8ac4dcfec3a4c0816a1fc7af1c26e2cf9 +SIZE (KDE/frameworks/5.113.0/kcontacts-5.113.0.tar.xz) = 214152 diff --git a/net/kf5-kcontacts/pkg-descr b/net/kf5-kcontacts/pkg-descr new file mode 100644 index 00000000000..72a95c541d8 --- /dev/null +++ b/net/kf5-kcontacts/pkg-descr @@ -0,0 +1,2 @@ +KContact provides an API for contacts/address book data following the vCard +standard (RFC 2425 / RFC 2426). diff --git a/net/kf5-kdav/distinfo b/net/kf5-kdav/distinfo index 49907840cfd..439e89c253a 100644 --- a/net/kf5-kdav/distinfo +++ b/net/kf5-kdav/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883637 -SHA256 (KDE/frameworks/5.112.0/kdav-5.112.0.tar.xz) = 4f8ca7f6a61fa911d924bd8d3999d20fa52075194c379964541e5cd39a56cbd4 -SIZE (KDE/frameworks/5.112.0/kdav-5.112.0.tar.xz) = 66188 +TIMESTAMP = 1701678512 +SHA256 (KDE/frameworks/5.113.0/kdav-5.113.0.tar.xz) = bb851f67d0c8376b49432fa4e9cf0da5cc46f05c725b82728eaa0772587a56b6 +SIZE (KDE/frameworks/5.113.0/kdav-5.113.0.tar.xz) = 66184 diff --git a/net/kf5-kholidays/distinfo b/net/kf5-kholidays/distinfo index cf192df1bda..37c914e1c83 100644 --- a/net/kf5-kholidays/distinfo +++ b/net/kf5-kholidays/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883639 -SHA256 (KDE/frameworks/5.112.0/kholidays-5.112.0.tar.xz) = a248e2970ab91d85f712203566b27563a5af1858d8c0cf9f3175f313b46eb2ac -SIZE (KDE/frameworks/5.112.0/kholidays-5.112.0.tar.xz) = 255544 +TIMESTAMP = 1701678513 +SHA256 (KDE/frameworks/5.113.0/kholidays-5.113.0.tar.xz) = 11b448500c4bbbc1c55371215cd4585b5be574d3b0c0340b51498f3ae44903f3 +SIZE (KDE/frameworks/5.113.0/kholidays-5.113.0.tar.xz) = 255532 diff --git a/net/kf5-kxmlrpcclient/distinfo b/net/kf5-kxmlrpcclient/distinfo index 722a5c7f185..90ecc40d899 100644 --- a/net/kf5-kxmlrpcclient/distinfo +++ b/net/kf5-kxmlrpcclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883640 -SHA256 (KDE/frameworks/5.112.0/kxmlrpcclient-5.112.0.tar.xz) = 50047f5ca90812e823cb4ed24314a65bfee6d86fec8ba51c2b739931607efc27 -SIZE (KDE/frameworks/5.112.0/kxmlrpcclient-5.112.0.tar.xz) = 32208 +TIMESTAMP = 1701678514 +SHA256 (KDE/frameworks/5.113.0/kxmlrpcclient-5.113.0.tar.xz) = 8179d185965c3e1be0196fba4fabbf10380e5ebe456df138c085526f7ba73b90 +SIZE (KDE/frameworks/5.113.0/kxmlrpcclient-5.113.0.tar.xz) = 32228 diff --git a/net/kf5-syndication/distinfo b/net/kf5-syndication/distinfo index e64fa39ddee..fd8a9898cf2 100644 --- a/net/kf5-syndication/distinfo +++ b/net/kf5-syndication/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883641 -SHA256 (KDE/frameworks/5.112.0/syndication-5.112.0.tar.xz) = 886937c138cc0ee5ab7f9acb7f8d6567637742529bfd3e9c9a48603a13492e0e -SIZE (KDE/frameworks/5.112.0/syndication-5.112.0.tar.xz) = 510508 +TIMESTAMP = 1701678515 +SHA256 (KDE/frameworks/5.113.0/syndication-5.113.0.tar.xz) = 5d8eaf06ffa1513f90c6038ee341bdc1bcb8ae94e8cc3d227b794b8dc974ecdb +SIZE (KDE/frameworks/5.113.0/syndication-5.113.0.tar.xz) = 510552 diff --git a/net/kio-gdrive/Makefile b/net/kio-gdrive/Makefile index c300322e0bd..4c709a233cd 100644 --- a/net/kio-gdrive/Makefile +++ b/net/kio-gdrive/Makefile @@ -1,5 +1,6 @@ PORTNAME= kio-gdrive DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -10,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 \ - libaccounts-qt5.so:net-im/libaccounts-qt5 \ + libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \ libkaccounts.so:net-im/kaccounts-integration RUN_DEPENDS= kaccounts-providers>=0:net-im/kaccounts-providers diff --git a/net/krill/Makefile b/net/krill/Makefile index 8c63e231e2c..e0282e2f1b5 100644 --- a/net/krill/Makefile +++ b/net/krill/Makefile @@ -1,6 +1,7 @@ PORTNAME= krill DISTVERSIONPREFIX= v DISTVERSION= 0.14.4 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl diff --git a/net/lavinmq/Makefile b/net/lavinmq/Makefile index 6248a31319a..52017bfd7e9 100644 --- a/net/lavinmq/Makefile +++ b/net/lavinmq/Makefile @@ -1,10 +1,8 @@ PORTNAME= lavinmq DISTVERSIONPREFIX= v -DISTVERSION= 1.1.4 +DISTVERSION= 1.2.5 CATEGORIES= net -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ - MAINTAINER= dch@FreeBSD.org COMMENT= Next-generation AMQP 0.9.1 based message broker WWW= https://www.lavinmq.com/ @@ -18,12 +16,12 @@ BUILD_DEPENDS= crystal:lang/crystal \ USES= pkgconfig ssl:build USE_GITHUB= yes GH_ACCOUNT= cloudamqp -GH_TUPLE= 84codes:http-protection:893a191d55e301e0df96d6dd0f7d72c527bddeb8:a/deps/http-protection \ +GH_TUPLE= \ + 84codes:lz4.cr:6cc0d0096207821222317ee02ea23d5296ad4023:a/deps/lz4.cr \ 84codes:systemd.cr:v2.0.0:systemd/deps/systemd.cr \ - cloudamqp:amq-protocol.cr:v1.1.2:proto/deps/amq-protocol.cr \ - cloudamqp:amqp-client.cr:v1.0.10:client/deps/amqp-client.cr \ + cloudamqp:amq-protocol.cr:v1.1.11:proto/deps/amq-protocol.cr \ + cloudamqp:amqp-client.cr:v1.0.12:client/deps/amqp-client.cr \ luislavena:radix:v0.4.1:radix/deps/radix \ - schovi:baked_file_system:v0.10.0:baked/deps/baked_file_system \ tbrand:router.cr:v0.2.8:router/deps/router.cr USE_RC_SUBR= lavinmq @@ -40,7 +38,7 @@ SHARDS_ENV= --time --verbose --production --release --no-color --stats \ .include -.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*} +.if ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*} BROKEN= fails to compile: undefined symbol: EVP_MD_size .endif @@ -77,14 +75,14 @@ do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} \ ${STAGEDIR}/var/db/lavinmq \ ${STAGEDIR}/var/log/lavinmq \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/extras/config.ini \ ${STAGEDIR}${ETCDIR}/config.ini.sample .for f in lavinmq lavinmqctl lavinmqperf ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/man1/${f}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ .endfor do-install-DOCS-on: diff --git a/net/lavinmq/distinfo b/net/lavinmq/distinfo index 5cc4a7d2b67..6342071e8f3 100644 --- a/net/lavinmq/distinfo +++ b/net/lavinmq/distinfo @@ -1,17 +1,15 @@ -TIMESTAMP = 1689628147 -SHA256 (cloudamqp-lavinmq-v1.1.4_GH0.tar.gz) = eb7173c17323bf2a212ea91642f4028d5743e4d02d642ae66485f72115de442d -SIZE (cloudamqp-lavinmq-v1.1.4_GH0.tar.gz) = 380633 -SHA256 (84codes-http-protection-893a191d55e301e0df96d6dd0f7d72c527bddeb8_GH0.tar.gz) = eba9fed6dff8ed2b1322ca57b5bdd1e6d4afe49367ca84f38cd0cd7c062dab93 -SIZE (84codes-http-protection-893a191d55e301e0df96d6dd0f7d72c527bddeb8_GH0.tar.gz) = 10307 +TIMESTAMP = 1701806525 +SHA256 (cloudamqp-lavinmq-v1.2.5_GH0.tar.gz) = 6529b81f1601840cb370d9cc54d70f422cf080bbe280c3a3738e276c0c6bd405 +SIZE (cloudamqp-lavinmq-v1.2.5_GH0.tar.gz) = 394336 +SHA256 (84codes-lz4.cr-6cc0d0096207821222317ee02ea23d5296ad4023_GH0.tar.gz) = 2c6a79de1c5b488459a752c0b6e8d6b743dab9940cac1b113a37b06b8bf352fa +SIZE (84codes-lz4.cr-6cc0d0096207821222317ee02ea23d5296ad4023_GH0.tar.gz) = 6710 SHA256 (84codes-systemd.cr-v2.0.0_GH0.tar.gz) = 4dd0c6f838542f97338866aef36de7b464c06112c4434e4db48aa65586b68ef3 SIZE (84codes-systemd.cr-v2.0.0_GH0.tar.gz) = 4339 -SHA256 (cloudamqp-amq-protocol.cr-v1.1.2_GH0.tar.gz) = 23c1f3bd2c611a4249fc4a5438db2d68d647dfef900138675aabdc0e4a122ca5 -SIZE (cloudamqp-amq-protocol.cr-v1.1.2_GH0.tar.gz) = 15611 -SHA256 (cloudamqp-amqp-client.cr-v1.0.10_GH0.tar.gz) = b42687a80b2e5d9ad2e7e7378570112e24945ce6fbd74522e5f1aa3249af8635 -SIZE (cloudamqp-amqp-client.cr-v1.0.10_GH0.tar.gz) = 20739 +SHA256 (cloudamqp-amq-protocol.cr-v1.1.11_GH0.tar.gz) = 66dcedb3a09251f6e4addaf09c12d9b839c20ab60c0b78482c3782ddcaebec89 +SIZE (cloudamqp-amq-protocol.cr-v1.1.11_GH0.tar.gz) = 17214 +SHA256 (cloudamqp-amqp-client.cr-v1.0.12_GH0.tar.gz) = 536d8dd2f74201b453036d607786dae079ac14842442a1fba0249a9bf1ac4689 +SIZE (cloudamqp-amqp-client.cr-v1.0.12_GH0.tar.gz) = 21243 SHA256 (luislavena-radix-v0.4.1_GH0.tar.gz) = 5f207eb769101d94726eb476eb5f9b4603482c7941396ab4c85866722b7497b1 SIZE (luislavena-radix-v0.4.1_GH0.tar.gz) = 13847 -SHA256 (schovi-baked_file_system-v0.10.0_GH0.tar.gz) = ea63c25b5327817bb494edb3e74950a42a4a50efc25e8035292f15f1e3039a50 -SIZE (schovi-baked_file_system-v0.10.0_GH0.tar.gz) = 56007 SHA256 (tbrand-router.cr-v0.2.8_GH0.tar.gz) = a64540dbd57bc2feba50a432b37d3647f4ab72ee16058746623f3f024b5f3f25 SIZE (tbrand-router.cr-v0.2.8_GH0.tar.gz) = 5132 diff --git a/net/lavinmq/pkg-plist b/net/lavinmq/pkg-plist index 79d59f50cd3..18fcb768a9f 100644 --- a/net/lavinmq/pkg-plist +++ b/net/lavinmq/pkg-plist @@ -5,6 +5,6 @@ bin/lavinmq bin/lavinmqctl bin/lavinmqperf -man/man1/lavinmq.1.gz -man/man1/lavinmqctl.1.gz -man/man1/lavinmqperf.1.gz +share/man/man1/lavinmq.1.gz +share/man/man1/lavinmqctl.1.gz +share/man/man1/lavinmqperf.1.gz diff --git a/net/ldapdiff/Makefile b/net/ldapdiff/Makefile index be7fb4b5085..eb87a7aead7 100644 --- a/net/ldapdiff/Makefile +++ b/net/ldapdiff/Makefile @@ -1,6 +1,6 @@ PORTNAME= ldapdiff PORTVERSION= 1.4.1 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://launchpadlibrarian.net/20391352/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src @@ -35,7 +35,7 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ldapdiff ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ldapdiff.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ldapdiff.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/ldapdiff.conf.sample ${STAGEDIR}${PREFIX}/etc/ @${MKDIR} ${STAGEDIR}${DATADIR}/samples .for sample in ${SAMPLES} diff --git a/net/ldapdiff/pkg-plist b/net/ldapdiff/pkg-plist index fb3584c100e..91427e92623 100644 --- a/net/ldapdiff/pkg-plist +++ b/net/ldapdiff/pkg-plist @@ -1,6 +1,6 @@ bin/ldapdiff @sample etc/ldapdiff.conf.sample -man/man1/ldapdiff.1.gz +share/man/man1/ldapdiff.1.gz %%DATADIR%%/samples/addentry.sh %%DATADIR%%/samples/webtomware_without_jpeg.user.ldif %%DATADIR%%/samples/webtomware.init.ldif diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 9e7c4ee4a40..173ec701b58 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -1,6 +1,6 @@ PORTNAME= libnids PORTVERSION= 1.24 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net security MASTER_SITES= SF @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/src/nids.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/src/libnids.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/src/libnids.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/src/libnids.3 ${STAGEDIR}${PREFIX}/share/man/man3 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} README doc/* ${STAGEDIR}${DOCSDIR}) diff --git a/net/libnids/pkg-plist b/net/libnids/pkg-plist index 0956beabcc1..b826deadcab 100644 --- a/net/libnids/pkg-plist +++ b/net/libnids/pkg-plist @@ -1,6 +1,6 @@ include/nids.h lib/libnids.a -man/man3/libnids.3.gz +share/man/man3/libnids.3.gz %%PORTDOCS%%%%DOCSDIR%%/API.html %%PORTDOCS%%%%DOCSDIR%%/API.txt %%PORTDOCS%%%%DOCSDIR%%/LINUX diff --git a/net/libpaho-mqtt3/Makefile b/net/libpaho-mqtt3/Makefile index 9cfae48e472..f5521ed9d61 100644 --- a/net/libpaho-mqtt3/Makefile +++ b/net/libpaho-mqtt3/Makefile @@ -1,5 +1,6 @@ PORTNAME= libpaho-mqtt3 PORTVERSION= 1.3.12 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net devel @@ -19,6 +20,6 @@ GH_PROJECT= paho.mqtt.c CMAKE_ARGS+= -DPAHO_WITH_SSL=BOOL:TRUE post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net/libpaho-mqtt3/pkg-plist b/net/libpaho-mqtt3/pkg-plist index b37790c6358..15854f0311c 100644 --- a/net/libpaho-mqtt3/pkg-plist +++ b/net/libpaho-mqtt3/pkg-plist @@ -21,10 +21,10 @@ lib/libpaho-mqtt3c.so.1.3.12 lib/libpaho-mqtt3cs.so lib/libpaho-mqtt3cs.so.1 lib/libpaho-mqtt3cs.so.1.3.12 -man/man1/paho_c_pub.1.gz -man/man1/paho_c_sub.1.gz -man/man1/paho_cs_pub.1.gz -man/man1/paho_cs_sub.1.gz +share/man/man1/paho_c_pub.1.gz +share/man/man1/paho_c_sub.1.gz +share/man/man1/paho_cs_pub.1.gz +share/man/man1/paho_cs_sub.1.gz share/doc/Eclipse Paho C/CONTRIBUTING.md share/doc/Eclipse Paho C/README.md share/doc/Eclipse Paho C/edl-v10 diff --git a/net/mosh/Makefile b/net/mosh/Makefile index cf60bdf7420..791b2c4e16b 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -17,7 +17,8 @@ USE_PERL5= run GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-utempter --without-ncurses CONFIGURE_ENV+= OpenSSL_CFLAGS="-I${OPENSSLINC}" OpenSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ - TINFO_CFLAGS="-I/usr/include" ac_cv_have_decl_bswap64=yes + TINFO_CFLAGS="-I/usr/include" ac_cv_have_decl_bswap64=yes \ + ac_cv_have_decl___builtin_bswap64=yes INSTALL_TARGET= install-strip USE_CXXSTD= c++17 diff --git a/net/mosh/files/patch-src_crypto_ocb__internal.cc b/net/mosh/files/patch-src_crypto_ocb__internal.cc new file mode 100644 index 00000000000..fed2ca4292e --- /dev/null +++ b/net/mosh/files/patch-src_crypto_ocb__internal.cc @@ -0,0 +1,15 @@ +--- src/crypto/ocb_internal.cc.orig 2022-10-27 01:18:11 UTC ++++ src/crypto/ocb_internal.cc +@@ -130,10 +130,10 @@ + + #if _MSC_VER + #define bswap64(x) _byteswap_uint64(x) +-#elif HAVE_DECL_BSWAP64 +- /* nothing */ + #elif HAVE_DECL___BUILTIN_BSWAP64 + #define bswap64(x) __builtin_bswap64(x) /* GCC 4.3+ */ ++#elif HAVE_DECL_BSWAP64 ++ /* nothing */ + #else + #define bswap32(x) \ + ((((x) & 0xff000000u) >> 24) | (((x) & 0x00ff0000u) >> 8) | \ diff --git a/net/mping/Makefile b/net/mping/Makefile index af7cebb682e..1afbe9a525f 100644 --- a/net/mping/Makefile +++ b/net/mping/Makefile @@ -1,5 +1,6 @@ PORTNAME= mping PORTVERSION= 2.01 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://mping.uninett.no/ @@ -13,14 +14,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes PLIST_FILES= sbin/mping \ - man/man8/mping.8.gz + share/man/man8/mping.8.gz PORTDOCS= ChangeLog README TODO OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/mping ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/man/mping.8 ${STAGEDIR}${MANPREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/man/mping.8 ${STAGEDIR}${PREFIX}/share/man/man8/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/net/mrouted/Makefile b/net/mrouted/Makefile index 9e41614056e..91678bf4a59 100644 --- a/net/mrouted/Makefile +++ b/net/mrouted/Makefile @@ -1,6 +1,6 @@ PORTNAME= mrouted PORTVERSION= 3.9.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org @@ -17,12 +17,12 @@ GH_ACCOUNT= troglobit USE_RC_SUBR= mrouted HAS_CONFIGURE= yes MAKE_ARGS= sysconfdir="${PREFIX}/etc" \ - mandir="${MAN8PREFIX}/man/man8" + mandir="${PREFIX}/share/man/man8" PORTDOCS= README AUTHORS ChangeLog PLIST_FILES= sbin/map-mbone sbin/mrouted sbin/mrinfo sbin/mtrace \ - etc/mrouted.conf man/man8/map-mbone.8.gz \ - man/man8/mrinfo.8.gz man/man8/mrouted.8.gz \ - man/man8/mtrace.8.gz + etc/mrouted.conf share/man/man8/map-mbone.8.gz \ + share/man/man8/mrinfo.8.gz share/man/man8/mrouted.8.gz \ + share/man/man8/mtrace.8.gz OPTIONS_DEFINE= DOCS DOCS_MAKE_ARGS= datadir="${DOCSDIR}" doc=yes diff --git a/net/mvfst/Makefile b/net/mvfst/Makefile index 9f853ac2827..b342937a68e 100644 --- a/net/mvfst/Makefile +++ b/net/mvfst/Makefile @@ -1,6 +1,6 @@ PORTNAME= mvfst DISTVERSIONPREFIX= v -DISTVERSION= 2024.01.01.00 +DISTVERSION= 2024.01.08.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/mvfst/distinfo b/net/mvfst/distinfo index 162a2d9f66f..6ff98b1a6d8 100644 --- a/net/mvfst/distinfo +++ b/net/mvfst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704170628 -SHA256 (facebook-mvfst-v2024.01.01.00_GH0.tar.gz) = 70479dd7758ce0933f60ddfdd1dfa5645818a9016184582024c0c62c46ad49bc -SIZE (facebook-mvfst-v2024.01.01.00_GH0.tar.gz) = 1869889 +TIMESTAMP = 1704778231 +SHA256 (facebook-mvfst-v2024.01.08.00_GH0.tar.gz) = cd479fa95041e436f012aae2402b82d62534ac43df72b4e41d47f2ca67092a02 +SIZE (facebook-mvfst-v2024.01.08.00_GH0.tar.gz) = 1869433 diff --git a/net/mvfst/pkg-plist b/net/mvfst/pkg-plist index 32a96f16461..bed0a28722f 100644 --- a/net/mvfst/pkg-plist +++ b/net/mvfst/pkg-plist @@ -6,7 +6,6 @@ include/quic/api/HighResQuicTimer.h include/quic/api/IoBufQuicBatch.h include/quic/api/LibevQuicAsyncUDPSocket.h include/quic/api/LibevQuicEventBase.h -include/quic/api/LibevQuicTimer.h include/quic/api/LoopDetectorCallback.h include/quic/api/QuicAsyncUDPSocket.h include/quic/api/QuicAsyncUDPSocketImpl.h @@ -62,7 +61,6 @@ include/quic/common/Variant.h include/quic/common/events/FollyQuicEventBase.h include/quic/common/events/HighResQuicTimer.h include/quic/common/events/LibevQuicEventBase.h -include/quic/common/events/LibevQuicTimer.h include/quic/common/events/QuicEventBase.h include/quic/common/events/QuicTimer.h include/quic/common/events/TimerFDQuicTimer.h diff --git a/net/nakenchat/Makefile b/net/nakenchat/Makefile index 64a96c285b0..d0f285a9c82 100644 --- a/net/nakenchat/Makefile +++ b/net/nakenchat/Makefile @@ -3,12 +3,15 @@ DISTVERSION= 3.00b1 CATEGORIES= net MASTER_SITES= http://downloads.mikekohn.net/nakenchat/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Small (under 50k) chat server with many features WWW= http://nakenchat.naken.cc/ LICENSE= GPLv2 +DEPRECATED= Discontinued upstream and never left BETA stage +EXPIRATION_DATE=2024-02-29 + HAS_CONFIGURE= yes USE_RC_SUBR= nakenchat diff --git a/net/narrowlink/Makefile b/net/narrowlink/Makefile index 4a5494a49b8..be1a18a452e 100644 --- a/net/narrowlink/Makefile +++ b/net/narrowlink/Makefile @@ -1,5 +1,6 @@ PORTNAME= narrowlink DISTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/nifmon/Makefile b/net/nifmon/Makefile index 70f1275156a..5b4319ce5a2 100644 --- a/net/nifmon/Makefile +++ b/net/nifmon/Makefile @@ -1,5 +1,6 @@ PORTNAME= nifmon PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.freebsd-support.de/misc/ @@ -9,10 +10,10 @@ WWW= http://www.freebsd-support.de/misc/ USES= ncurses MAKE_ARGS= LDADD="-lncurses" -PLIST_FILES= bin/nifmon man/man8/nifmon.8.gz +PLIST_FILES= bin/nifmon share/man/man8/nifmon.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nifmon ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/nifmon.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/nifmon.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net/nng/Makefile b/net/nng/Makefile index c2278a4f0ee..4091533cdd7 100644 --- a/net/nng/Makefile +++ b/net/nng/Makefile @@ -1,6 +1,6 @@ PORTNAME= nng DISTVERSIONPREFIX= v -DISTVERSION= 1.7.0 +DISTVERSION= 1.7.1 CATEGORIES= net MAINTAINER= bofh@FreeBSD.org diff --git a/net/nng/distinfo b/net/nng/distinfo index 941988e17bd..c5a4baded82 100644 --- a/net/nng/distinfo +++ b/net/nng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704217884 -SHA256 (nanomsg-nng-v1.7.0_GH0.tar.gz) = 668325161637a0debcf7fb4340919b81e74b66d38bc7a663e8b55b7e0abd7f57 -SIZE (nanomsg-nng-v1.7.0_GH0.tar.gz) = 739767 +TIMESTAMP = 1704758181 +SHA256 (nanomsg-nng-v1.7.1_GH0.tar.gz) = b62b2170d2b4757f9f01fb65e5aa9f078dec726735e9de5ed5d7e332cbbbf2ef +SIZE (nanomsg-nng-v1.7.1_GH0.tar.gz) = 741944 diff --git a/net/nng/pkg-plist b/net/nng/pkg-plist index 29cf8222906..bff377c3703 100644 --- a/net/nng/pkg-plist +++ b/net/nng/pkg-plist @@ -25,6 +25,7 @@ include/nng/protocol/survey0/survey.h include/nng/supplemental/http/http.h include/nng/supplemental/tls/engine.h include/nng/supplemental/tls/tls.h +include/nng/supplemental/util/idhash.h include/nng/supplemental/util/options.h include/nng/supplemental/util/platform.h include/nng/transport/inproc/inproc.h diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index 58da552b15b..47becc01add 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -1,6 +1,6 @@ PORTNAME= nss_ldap PORTVERSION= 1.${NSS_LDAP_VERSION} -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net MASTER_SITES= http://www.padl.com/download/ \ LOCAL/martymac @@ -69,6 +69,6 @@ post-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nss_ldap.so ${STAGEDIR}/${PREFIX}/lib/nss_ldap.so.1 ${INSTALL_DATA} ${WRKSRC}/ldap.conf ${STAGEDIR}/${PREFIX}/etc/nss_ldap.conf.sample - ${INSTALL_MAN} ${WRKSRC}/nss_ldap.5 ${STAGEDIR}/${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/nss_ldap.5 ${STAGEDIR}/${PREFIX}/share/man/man5 .include diff --git a/net/nss_ldap/pkg-plist b/net/nss_ldap/pkg-plist index 1ba99561fa2..43c52256c14 100644 --- a/net/nss_ldap/pkg-plist +++ b/net/nss_ldap/pkg-plist @@ -1,3 +1,3 @@ lib/nss_ldap.so.1 @sample etc/nss_ldap.conf.sample -man/man5/nss_ldap.5.gz +share/man/man5/nss_ldap.5.gz diff --git a/net/ntpd-rs/Makefile b/net/ntpd-rs/Makefile index 3b9bb2bb0e6..2d23a1afb29 100644 --- a/net/ntpd-rs/Makefile +++ b/net/ntpd-rs/Makefile @@ -1,6 +1,7 @@ PORTNAME= ntpd-rs DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= mikael@FreeBSD.org diff --git a/net/oha/Makefile b/net/oha/Makefile index a98bf9590ad..bacb88887cd 100644 --- a/net/oha/Makefile +++ b/net/oha/Makefile @@ -1,7 +1,7 @@ PORTNAME= oha DISTVERSIONPREFIX= v DISTVERSION= 0.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= otis@FreeBSD.org diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 767f8d701dc..1dad89e4cb2 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -1,6 +1,6 @@ PORTNAME= openmpi PORTVERSION= 4.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ diff --git a/net/pacemaker2/Makefile b/net/pacemaker2/Makefile index 8a0778de6ba..093c2e3db6c 100644 --- a/net/pacemaker2/Makefile +++ b/net/pacemaker2/Makefile @@ -1,4 +1,4 @@ -PORTVERSION= 2.1.6 +PORTVERSION= 2.1.7 PKGNAMESUFFIX= 2 WWW= https://www.clusterlabs.org/pacemaker/ diff --git a/net/pacemaker2/distinfo b/net/pacemaker2/distinfo index 6cda941cf6f..77d33e74d70 100644 --- a/net/pacemaker2/distinfo +++ b/net/pacemaker2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697962667 -SHA256 (ClusterLabs-pacemaker-Pacemaker-2.1.6_GH0.tar.gz) = 1240326e109c0fb3d0a84f267c6a580dcdbb30b14eab47ca47e6fab0cdb6c20a -SIZE (ClusterLabs-pacemaker-Pacemaker-2.1.6_GH0.tar.gz) = 5938394 +TIMESTAMP = 1704822485 +SHA256 (ClusterLabs-pacemaker-Pacemaker-2.1.7_GH0.tar.gz) = 17e18ec4d7ab138df641a22b812026c6f70cb7e2f7db6b3ded098de81b0b135a +SIZE (ClusterLabs-pacemaker-Pacemaker-2.1.7_GH0.tar.gz) = 6056266 diff --git a/net/pacemaker2/pkg-plist b/net/pacemaker2/pkg-plist index f5e60c5f5f6..75844e570d0 100644 --- a/net/pacemaker2/pkg-plist +++ b/net/pacemaker2/pkg-plist @@ -8,11 +8,11 @@ include/pacemaker/crm/cib/util_compat.h include/pacemaker/crm/cluster.h include/pacemaker/crm/cluster/compat.h include/pacemaker/crm/common/acl.h +include/pacemaker/crm/common/actions.h include/pacemaker/crm/common/agents.h include/pacemaker/crm/common/agents_compat.h include/pacemaker/crm/common/cib.h include/pacemaker/crm/common/ipc.h -include/pacemaker/crm/common/ipc_attrd_internal.h include/pacemaker/crm/common/ipc_controld.h include/pacemaker/crm/common/ipc_pacemakerd.h include/pacemaker/crm/common/ipc_schedulerd.h @@ -21,10 +21,17 @@ include/pacemaker/crm/common/logging.h include/pacemaker/crm/common/logging_compat.h include/pacemaker/crm/common/mainloop.h include/pacemaker/crm/common/mainloop_compat.h +include/pacemaker/crm/common/nodes.h include/pacemaker/crm/common/nvpair.h include/pacemaker/crm/common/output.h +include/pacemaker/crm/common/resources.h include/pacemaker/crm/common/results.h include/pacemaker/crm/common/results_compat.h +include/pacemaker/crm/common/roles.h +include/pacemaker/crm/common/scheduler.h +include/pacemaker/crm/common/scheduler_types.h +include/pacemaker/crm/common/tags.h +include/pacemaker/crm/common/tickets.h include/pacemaker/crm/common/util.h include/pacemaker/crm/common/util_compat.h include/pacemaker/crm/common/xml.h @@ -33,6 +40,7 @@ include/pacemaker/crm/compatibility.h include/pacemaker/crm/crm.h include/pacemaker/crm/crm_compat.h include/pacemaker/crm/lrmd.h +include/pacemaker/crm/lrmd_events.h include/pacemaker/crm/msg_xml.h include/pacemaker/crm/msg_xml_compat.h include/pacemaker/crm/pengine/common.h @@ -50,39 +58,39 @@ include/pacemaker/crm_config.h lib/libcib.a lib/libcib.so lib/libcib.so.27 -lib/libcib.so.27.4.0 +lib/libcib.so.27.5.0 lib/libcrmcluster.a lib/libcrmcluster.so lib/libcrmcluster.so.29 -lib/libcrmcluster.so.29.1.0 +lib/libcrmcluster.so.29.2.0 lib/libcrmcommon.a lib/libcrmcommon.so lib/libcrmcommon.so.34 -lib/libcrmcommon.so.34.11.0 +lib/libcrmcommon.so.34.12.0 lib/libcrmservice.a lib/libcrmservice.so lib/libcrmservice.so.28 -lib/libcrmservice.so.28.3.2 +lib/libcrmservice.so.28.4.0 lib/liblrmd.a lib/liblrmd.so lib/liblrmd.so.28 -lib/liblrmd.so.28.1.6 +lib/liblrmd.so.28.2.0 lib/libpacemaker.a lib/libpacemaker.so lib/libpacemaker.so.1 -lib/libpacemaker.so.1.6.0 +lib/libpacemaker.so.1.7.0 lib/libpe_rules.a lib/libpe_rules.so lib/libpe_rules.so.26 -lib/libpe_rules.so.26.4.0 +lib/libpe_rules.so.26.4.1 lib/libpe_status.a lib/libpe_status.so lib/libpe_status.so.28 -lib/libpe_status.so.28.6.0 +lib/libpe_status.so.28.7.0 lib/libstonithd.a lib/libstonithd.so lib/libstonithd.so.26 -lib/libstonithd.so.26.8.3 +lib/libstonithd.so.26.8.4 lib/ocf/resource.d/pacemaker/ClusterMon lib/ocf/resource.d/pacemaker/Dummy lib/ocf/resource.d/pacemaker/HealthCPU @@ -96,30 +104,6 @@ lib/ocf/resource.d/pacemaker/ifspeed lib/ocf/resource.d/pacemaker/o2cb lib/ocf/resource.d/pacemaker/ping lib/ocf/resource.d/pacemaker/remote -%%PYTHON_SITELIBDIR%%/cts/CIB.py -%%PYTHON_SITELIBDIR%%/cts/CM_corosync.py -%%PYTHON_SITELIBDIR%%/cts/CTSaudits.py -%%PYTHON_SITELIBDIR%%/cts/CTSscenarios.py -%%PYTHON_SITELIBDIR%%/cts/CTStests.py -%%PYTHON_SITELIBDIR%%/cts/ClusterManager.py -%%PYTHON_SITELIBDIR%%/cts/__init__.py -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_corosync%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/ClusterManager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/ClusterManager%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/cts/cib_xml.py %%PYTHON_SITELIBDIR%%/pacemaker/__init__.py %%PYTHON_SITELIBDIR%%/pacemaker/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/pacemaker/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -133,32 +117,143 @@ lib/ocf/resource.d/pacemaker/remote %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/CTS%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/audits%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/audits%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/cib%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/cib%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/cibxml%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/cibxml%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/clustermanager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/clustermanager%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/cmcorosync%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/cmcorosync%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/corosync%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/corosync%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/environment%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/environment%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/errors%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/errors%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/input%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/input%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/logging%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/logging%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/network%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/network%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/patterns%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/patterns%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/process%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/process%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/remote%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/remote%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/scenarios%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/scenarios%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/test%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/test%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/timer%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/timer%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/watcher%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/pacemaker/_cts/__pycache__/watcher%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/audits.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/cib.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/cibxml.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/clustermanager.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/cmcorosync.py %%PYTHON_SITELIBDIR%%/pacemaker/_cts/corosync.py %%PYTHON_SITELIBDIR%%/pacemaker/_cts/environment.py %%PYTHON_SITELIBDIR%%/pacemaker/_cts/errors.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/input.py %%PYTHON_SITELIBDIR%%/pacemaker/_cts/logging.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/network.py %%PYTHON_SITELIBDIR%%/pacemaker/_cts/patterns.py %%PYTHON_SITELIBDIR%%/pacemaker/_cts/process.py %%PYTHON_SITELIBDIR%%/pacemaker/_cts/remote.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/scenarios.py %%PYTHON_SITELIBDIR%%/pacemaker/_cts/test.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__init__.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/componentfail%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/componentfail%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/ctstest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/ctstest%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/fliptest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/fliptest%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/maintenancemode%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/maintenancemode%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/nearquorumpointtest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/nearquorumpointtest%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/partialstart%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/partialstart%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/reattach%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/reattach%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/remotebasic%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/remotebasic%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/remotedriver%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/remotedriver%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/remotemigrate%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/remotemigrate%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/remoterscfailure%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/remoterscfailure%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/remotestonithd%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/remotestonithd%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/resourcerecover%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/resourcerecover%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/restartonebyone%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/restartonebyone%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/restarttest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/restarttest%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/resynccib%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/resynccib%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/simulstart%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/simulstart%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/simulstartlite%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/simulstartlite%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/simulstop%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/simulstop%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/simulstoplite%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/simulstoplite%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/splitbraintest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/splitbraintest%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/standbytest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/standbytest%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/startonebyone%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/startonebyone%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/starttest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/starttest%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/stonithdtest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/stonithdtest%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/stoponebyone%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/stoponebyone%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/stoptest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/__pycache__/stoptest%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/componentfail.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/ctstest.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/fliptest.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/maintenancemode.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/nearquorumpointtest.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/partialstart.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/reattach.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/remotebasic.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/remotedriver.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/remotemigrate.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/remoterscfailure.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/remotestonithd.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/resourcerecover.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/restartonebyone.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/restarttest.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/resynccib.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/simulstart.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/simulstartlite.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/simulstop.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/simulstoplite.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/splitbraintest.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/standbytest.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/startonebyone.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/starttest.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/stonithdtest.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/stoponebyone.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/tests/stoptest.py +%%PYTHON_SITELIBDIR%%/pacemaker/_cts/timer.py %%PYTHON_SITELIBDIR%%/pacemaker/_cts/watcher.py %%PYTHON_SITELIBDIR%%/pacemaker/buildoptions.py %%PYTHON_SITELIBDIR%%/pacemaker/exitstatus.py @@ -292,6 +387,7 @@ sbin/stonith_admin %%DATADIR%%/api/api-result-2.29.rng %%DATADIR%%/api/api-result-2.3.rng %%DATADIR%%/api/api-result-2.30.rng +%%DATADIR%%/api/api-result-2.32.rng %%DATADIR%%/api/api-result-2.4.rng %%DATADIR%%/api/api-result-2.6.rng %%DATADIR%%/api/api-result-2.7.rng @@ -323,6 +419,7 @@ sbin/stonith_admin %%DATADIR%%/api/crm_mon-2.7.rng %%DATADIR%%/api/crm_mon-2.8.rng %%DATADIR%%/api/crm_mon-2.9.rng +%%DATADIR%%/api/crm_node-2.32.rng %%DATADIR%%/api/crm_resource-2.11.rng %%DATADIR%%/api/crm_resource-2.14.rng %%DATADIR%%/api/crm_resource-2.20.rng @@ -477,9 +574,12 @@ sbin/stonith_admin %%DATADIR%%/tests/cli/crm_mon-unmanaged.xml %%DATADIR%%/tests/cli/crm_mon.xml %%DATADIR%%/tests/cli/crm_resource_digests.xml +%%DATADIR%%/tests/cli/crm_verify_invalid_bz.xml +%%DATADIR%%/tests/cli/crm_verify_invalid_no_stonith.xml %%DATADIR%%/tests/cli/crmadmin-cluster-remote-guest-nodes.xml %%DATADIR%%/tests/cli/regression.access_render.exp %%DATADIR%%/tests/cli/regression.acls.exp +%%DATADIR%%/tests/cli/regression.agents.exp %%DATADIR%%/tests/cli/regression.crm_mon.exp %%DATADIR%%/tests/cli/regression.daemons.exp %%DATADIR%%/tests/cli/regression.dates.exp @@ -493,9 +593,9 @@ sbin/stonith_admin %%DATADIR%%/tests/cts-cli %%DATADIR%%/tests/cts-exec %%DATADIR%%/tests/cts-fencing +%%DATADIR%%/tests/cts-lab %%DATADIR%%/tests/cts-regression %%DATADIR%%/tests/cts-scheduler -%%DATADIR%%/tests/cts/CTSlab.py %%DATADIR%%/tests/cts/LSBDummy %%DATADIR%%/tests/cts/benchmark/README.benchmark %%DATADIR%%/tests/cts/benchmark/clubench @@ -503,7 +603,6 @@ sbin/stonith_admin %%DATADIR%%/tests/cts/cts %%DATADIR%%/tests/cts/cts.conf %%DATADIR%%/tests/cts/fence_dummy -%%DATADIR%%/tests/cts/lxc_autogen.sh %%DATADIR%%/tests/cts/pacemaker-cts-dummyd %%DATADIR%%/tests/cts/pacemaker-cts-dummyd@.service %%DATADIR%%/tests/scheduler/dot/1-a-then-bm-move-b.dot @@ -642,6 +741,24 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/dot/bundle-probe-order-2.dot %%DATADIR%%/tests/scheduler/dot/bundle-probe-order-3.dot %%DATADIR%%/tests/scheduler/dot/bundle-probe-remotes.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-anticolocation-1.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-anticolocation-2.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-anticolocation-3.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-anticolocation-4.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-anticolocation-5.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-anticolocation-6.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-colocation-1.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-colocation-2.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-colocation-3.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-colocation-4.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-colocation-5.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-colocation-6.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-location-1.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-location-2.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-location-3.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-location-4.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-location-5.dot +%%DATADIR%%/tests/scheduler/dot/bundle-promoted-location-6.dot %%DATADIR%%/tests/scheduler/dot/bundle-replicas-change.dot %%DATADIR%%/tests/scheduler/dot/cancel-behind-moving-remote.dot %%DATADIR%%/tests/scheduler/dot/clbz5007-promotable-colocation.dot @@ -657,6 +774,18 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/dot/clone-no-shuffle.dot %%DATADIR%%/tests/scheduler/dot/clone-order-16instances.dot %%DATADIR%%/tests/scheduler/dot/clone-order-primitive.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-1.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-10.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-11.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-12.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-2.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-3.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-4.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-5.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-6.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-7.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-8.dot +%%DATADIR%%/tests/scheduler/dot/clone-recover-no-shuffle-9.dot %%DATADIR%%/tests/scheduler/dot/clone-require-all-1.dot %%DATADIR%%/tests/scheduler/dot/clone-require-all-2.dot %%DATADIR%%/tests/scheduler/dot/clone-require-all-3.dot @@ -698,6 +827,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/dot/coloc-many-one.dot %%DATADIR%%/tests/scheduler/dot/coloc-negative-group.dot %%DATADIR%%/tests/scheduler/dot/coloc-unpromoted-anti.dot +%%DATADIR%%/tests/scheduler/dot/coloc-with-inner-group-member.dot %%DATADIR%%/tests/scheduler/dot/coloc_fp_logic.dot %%DATADIR%%/tests/scheduler/dot/colocate-primitive-with-clone.dot %%DATADIR%%/tests/scheduler/dot/colocate-unmanaged-group.dot @@ -739,6 +869,10 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/dot/failed-sticky-anticolocated-group.dot %%DATADIR%%/tests/scheduler/dot/failed-sticky-group.dot %%DATADIR%%/tests/scheduler/dot/force-anon-clone-max.dot +%%DATADIR%%/tests/scheduler/dot/group-anticolocation-2.dot +%%DATADIR%%/tests/scheduler/dot/group-anticolocation-3.dot +%%DATADIR%%/tests/scheduler/dot/group-anticolocation-4.dot +%%DATADIR%%/tests/scheduler/dot/group-anticolocation-5.dot %%DATADIR%%/tests/scheduler/dot/group-anticolocation.dot %%DATADIR%%/tests/scheduler/dot/group-colocation-failure.dot %%DATADIR%%/tests/scheduler/dot/group-dependents.dot @@ -850,6 +984,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/dot/no_quorum_demote.dot %%DATADIR%%/tests/scheduler/dot/node-maintenance-1.dot %%DATADIR%%/tests/scheduler/dot/node-maintenance-2.dot +%%DATADIR%%/tests/scheduler/dot/node-pending-timeout.dot %%DATADIR%%/tests/scheduler/dot/not-installed-agent.dot %%DATADIR%%/tests/scheduler/dot/not-installed-tools.dot %%DATADIR%%/tests/scheduler/dot/not-reschedule-unneeded-monitor.dot @@ -923,6 +1058,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/dot/params-6.dot %%DATADIR%%/tests/scheduler/dot/partial-live-migration-multiple-active.dot %%DATADIR%%/tests/scheduler/dot/partial-unmanaged-group.dot +%%DATADIR%%/tests/scheduler/dot/pending-node-no-uname.dot %%DATADIR%%/tests/scheduler/dot/per-node-attrs.dot %%DATADIR%%/tests/scheduler/dot/per-op-failcount.dot %%DATADIR%%/tests/scheduler/dot/placement-capacity.dot @@ -1278,6 +1414,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-7.dot %%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-8.dot %%DATADIR%%/tests/scheduler/dot/ticket-rsc-sets-9.dot +%%DATADIR%%/tests/scheduler/dot/timeout-by-node.dot %%DATADIR%%/tests/scheduler/dot/unfence-definition.dot %%DATADIR%%/tests/scheduler/dot/unfence-device.dot %%DATADIR%%/tests/scheduler/dot/unfence-parameters.dot @@ -1452,6 +1589,24 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/exp/bundle-probe-order-2.exp %%DATADIR%%/tests/scheduler/exp/bundle-probe-order-3.exp %%DATADIR%%/tests/scheduler/exp/bundle-probe-remotes.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-anticolocation-1.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-anticolocation-2.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-anticolocation-3.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-anticolocation-4.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-anticolocation-5.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-anticolocation-6.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-colocation-1.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-colocation-2.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-colocation-3.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-colocation-4.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-colocation-5.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-colocation-6.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-location-1.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-location-2.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-location-3.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-location-4.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-location-5.exp +%%DATADIR%%/tests/scheduler/exp/bundle-promoted-location-6.exp %%DATADIR%%/tests/scheduler/exp/bundle-replicas-change.exp %%DATADIR%%/tests/scheduler/exp/cancel-behind-moving-remote.exp %%DATADIR%%/tests/scheduler/exp/clbz5007-promotable-colocation.exp @@ -1467,6 +1622,18 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/exp/clone-no-shuffle.exp %%DATADIR%%/tests/scheduler/exp/clone-order-16instances.exp %%DATADIR%%/tests/scheduler/exp/clone-order-primitive.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-1.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-10.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-11.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-12.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-2.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-3.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-4.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-5.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-6.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-7.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-8.exp +%%DATADIR%%/tests/scheduler/exp/clone-recover-no-shuffle-9.exp %%DATADIR%%/tests/scheduler/exp/clone-require-all-1.exp %%DATADIR%%/tests/scheduler/exp/clone-require-all-2.exp %%DATADIR%%/tests/scheduler/exp/clone-require-all-3.exp @@ -1508,6 +1675,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/exp/coloc-many-one.exp %%DATADIR%%/tests/scheduler/exp/coloc-negative-group.exp %%DATADIR%%/tests/scheduler/exp/coloc-unpromoted-anti.exp +%%DATADIR%%/tests/scheduler/exp/coloc-with-inner-group-member.exp %%DATADIR%%/tests/scheduler/exp/coloc_fp_logic.exp %%DATADIR%%/tests/scheduler/exp/colocate-primitive-with-clone.exp %%DATADIR%%/tests/scheduler/exp/colocate-unmanaged-group.exp @@ -1549,6 +1717,10 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/exp/failed-sticky-anticolocated-group.exp %%DATADIR%%/tests/scheduler/exp/failed-sticky-group.exp %%DATADIR%%/tests/scheduler/exp/force-anon-clone-max.exp +%%DATADIR%%/tests/scheduler/exp/group-anticolocation-2.exp +%%DATADIR%%/tests/scheduler/exp/group-anticolocation-3.exp +%%DATADIR%%/tests/scheduler/exp/group-anticolocation-4.exp +%%DATADIR%%/tests/scheduler/exp/group-anticolocation-5.exp %%DATADIR%%/tests/scheduler/exp/group-anticolocation.exp %%DATADIR%%/tests/scheduler/exp/group-colocation-failure.exp %%DATADIR%%/tests/scheduler/exp/group-dependents.exp @@ -1660,6 +1832,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/exp/no_quorum_demote.exp %%DATADIR%%/tests/scheduler/exp/node-maintenance-1.exp %%DATADIR%%/tests/scheduler/exp/node-maintenance-2.exp +%%DATADIR%%/tests/scheduler/exp/node-pending-timeout.exp %%DATADIR%%/tests/scheduler/exp/not-installed-agent.exp %%DATADIR%%/tests/scheduler/exp/not-installed-tools.exp %%DATADIR%%/tests/scheduler/exp/not-reschedule-unneeded-monitor.exp @@ -1733,6 +1906,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/exp/params-6.exp %%DATADIR%%/tests/scheduler/exp/partial-live-migration-multiple-active.exp %%DATADIR%%/tests/scheduler/exp/partial-unmanaged-group.exp +%%DATADIR%%/tests/scheduler/exp/pending-node-no-uname.exp %%DATADIR%%/tests/scheduler/exp/per-node-attrs.exp %%DATADIR%%/tests/scheduler/exp/per-op-failcount.exp %%DATADIR%%/tests/scheduler/exp/placement-capacity.exp @@ -2088,6 +2262,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-7.exp %%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-8.exp %%DATADIR%%/tests/scheduler/exp/ticket-rsc-sets-9.exp +%%DATADIR%%/tests/scheduler/exp/timeout-by-node.exp %%DATADIR%%/tests/scheduler/exp/unfence-definition.exp %%DATADIR%%/tests/scheduler/exp/unfence-device.exp %%DATADIR%%/tests/scheduler/exp/unfence-parameters.exp @@ -2262,6 +2437,24 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/scores/bundle-probe-order-2.scores %%DATADIR%%/tests/scheduler/scores/bundle-probe-order-3.scores %%DATADIR%%/tests/scheduler/scores/bundle-probe-remotes.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-anticolocation-1.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-anticolocation-2.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-anticolocation-3.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-anticolocation-4.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-anticolocation-5.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-anticolocation-6.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-colocation-1.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-colocation-2.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-colocation-3.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-colocation-4.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-colocation-5.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-colocation-6.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-location-1.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-location-2.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-location-3.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-location-4.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-location-5.scores +%%DATADIR%%/tests/scheduler/scores/bundle-promoted-location-6.scores %%DATADIR%%/tests/scheduler/scores/bundle-replicas-change.scores %%DATADIR%%/tests/scheduler/scores/cancel-behind-moving-remote.scores %%DATADIR%%/tests/scheduler/scores/clbz5007-promotable-colocation.scores @@ -2277,6 +2470,18 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/scores/clone-no-shuffle.scores %%DATADIR%%/tests/scheduler/scores/clone-order-16instances.scores %%DATADIR%%/tests/scheduler/scores/clone-order-primitive.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-1.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-10.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-11.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-12.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-2.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-3.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-4.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-5.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-6.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-7.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-8.scores +%%DATADIR%%/tests/scheduler/scores/clone-recover-no-shuffle-9.scores %%DATADIR%%/tests/scheduler/scores/clone-require-all-1.scores %%DATADIR%%/tests/scheduler/scores/clone-require-all-2.scores %%DATADIR%%/tests/scheduler/scores/clone-require-all-3.scores @@ -2318,6 +2523,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/scores/coloc-many-one.scores %%DATADIR%%/tests/scheduler/scores/coloc-negative-group.scores %%DATADIR%%/tests/scheduler/scores/coloc-unpromoted-anti.scores +%%DATADIR%%/tests/scheduler/scores/coloc-with-inner-group-member.scores %%DATADIR%%/tests/scheduler/scores/coloc_fp_logic.scores %%DATADIR%%/tests/scheduler/scores/colocate-primitive-with-clone.scores %%DATADIR%%/tests/scheduler/scores/colocate-unmanaged-group.scores @@ -2359,6 +2565,10 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/scores/failed-sticky-anticolocated-group.scores %%DATADIR%%/tests/scheduler/scores/failed-sticky-group.scores %%DATADIR%%/tests/scheduler/scores/force-anon-clone-max.scores +%%DATADIR%%/tests/scheduler/scores/group-anticolocation-2.scores +%%DATADIR%%/tests/scheduler/scores/group-anticolocation-3.scores +%%DATADIR%%/tests/scheduler/scores/group-anticolocation-4.scores +%%DATADIR%%/tests/scheduler/scores/group-anticolocation-5.scores %%DATADIR%%/tests/scheduler/scores/group-anticolocation.scores %%DATADIR%%/tests/scheduler/scores/group-colocation-failure.scores %%DATADIR%%/tests/scheduler/scores/group-dependents.scores @@ -2470,6 +2680,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/scores/no_quorum_demote.scores %%DATADIR%%/tests/scheduler/scores/node-maintenance-1.scores %%DATADIR%%/tests/scheduler/scores/node-maintenance-2.scores +%%DATADIR%%/tests/scheduler/scores/node-pending-timeout.scores %%DATADIR%%/tests/scheduler/scores/not-installed-agent.scores %%DATADIR%%/tests/scheduler/scores/not-installed-tools.scores %%DATADIR%%/tests/scheduler/scores/not-reschedule-unneeded-monitor.scores @@ -2543,6 +2754,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/scores/params-6.scores %%DATADIR%%/tests/scheduler/scores/partial-live-migration-multiple-active.scores %%DATADIR%%/tests/scheduler/scores/partial-unmanaged-group.scores +%%DATADIR%%/tests/scheduler/scores/pending-node-no-uname.scores %%DATADIR%%/tests/scheduler/scores/per-node-attrs.scores %%DATADIR%%/tests/scheduler/scores/per-op-failcount.scores %%DATADIR%%/tests/scheduler/scores/placement-capacity.scores @@ -2898,6 +3110,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-7.scores %%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-8.scores %%DATADIR%%/tests/scheduler/scores/ticket-rsc-sets-9.scores +%%DATADIR%%/tests/scheduler/scores/timeout-by-node.scores %%DATADIR%%/tests/scheduler/scores/unfence-definition.scores %%DATADIR%%/tests/scheduler/scores/unfence-device.scores %%DATADIR%%/tests/scheduler/scores/unfence-parameters.scores @@ -3073,6 +3286,24 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/summary/bundle-probe-order-2.summary %%DATADIR%%/tests/scheduler/summary/bundle-probe-order-3.summary %%DATADIR%%/tests/scheduler/summary/bundle-probe-remotes.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-anticolocation-1.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-anticolocation-2.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-anticolocation-3.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-anticolocation-4.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-anticolocation-5.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-anticolocation-6.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-colocation-1.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-colocation-2.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-colocation-3.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-colocation-4.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-colocation-5.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-colocation-6.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-location-1.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-location-2.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-location-3.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-location-4.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-location-5.summary +%%DATADIR%%/tests/scheduler/summary/bundle-promoted-location-6.summary %%DATADIR%%/tests/scheduler/summary/bundle-replicas-change.summary %%DATADIR%%/tests/scheduler/summary/cancel-behind-moving-remote.summary %%DATADIR%%/tests/scheduler/summary/clbz5007-promotable-colocation.summary @@ -3088,6 +3319,18 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/summary/clone-no-shuffle.summary %%DATADIR%%/tests/scheduler/summary/clone-order-16instances.summary %%DATADIR%%/tests/scheduler/summary/clone-order-primitive.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-1.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-10.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-11.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-12.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-2.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-3.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-4.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-5.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-6.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-7.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-8.summary +%%DATADIR%%/tests/scheduler/summary/clone-recover-no-shuffle-9.summary %%DATADIR%%/tests/scheduler/summary/clone-require-all-1.summary %%DATADIR%%/tests/scheduler/summary/clone-require-all-2.summary %%DATADIR%%/tests/scheduler/summary/clone-require-all-3.summary @@ -3129,6 +3372,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/summary/coloc-many-one.summary %%DATADIR%%/tests/scheduler/summary/coloc-negative-group.summary %%DATADIR%%/tests/scheduler/summary/coloc-unpromoted-anti.summary +%%DATADIR%%/tests/scheduler/summary/coloc-with-inner-group-member.summary %%DATADIR%%/tests/scheduler/summary/coloc_fp_logic.summary %%DATADIR%%/tests/scheduler/summary/colocate-primitive-with-clone.summary %%DATADIR%%/tests/scheduler/summary/colocate-unmanaged-group.summary @@ -3170,6 +3414,10 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/summary/failed-sticky-anticolocated-group.summary %%DATADIR%%/tests/scheduler/summary/failed-sticky-group.summary %%DATADIR%%/tests/scheduler/summary/force-anon-clone-max.summary +%%DATADIR%%/tests/scheduler/summary/group-anticolocation-2.summary +%%DATADIR%%/tests/scheduler/summary/group-anticolocation-3.summary +%%DATADIR%%/tests/scheduler/summary/group-anticolocation-4.summary +%%DATADIR%%/tests/scheduler/summary/group-anticolocation-5.summary %%DATADIR%%/tests/scheduler/summary/group-anticolocation.summary %%DATADIR%%/tests/scheduler/summary/group-colocation-failure.summary %%DATADIR%%/tests/scheduler/summary/group-dependents.summary @@ -3281,6 +3529,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/summary/no_quorum_demote.summary %%DATADIR%%/tests/scheduler/summary/node-maintenance-1.summary %%DATADIR%%/tests/scheduler/summary/node-maintenance-2.summary +%%DATADIR%%/tests/scheduler/summary/node-pending-timeout.summary %%DATADIR%%/tests/scheduler/summary/not-installed-agent.summary %%DATADIR%%/tests/scheduler/summary/not-installed-tools.summary %%DATADIR%%/tests/scheduler/summary/not-reschedule-unneeded-monitor.summary @@ -3354,6 +3603,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/summary/params-6.summary %%DATADIR%%/tests/scheduler/summary/partial-live-migration-multiple-active.summary %%DATADIR%%/tests/scheduler/summary/partial-unmanaged-group.summary +%%DATADIR%%/tests/scheduler/summary/pending-node-no-uname.summary %%DATADIR%%/tests/scheduler/summary/per-node-attrs.summary %%DATADIR%%/tests/scheduler/summary/per-op-failcount.summary %%DATADIR%%/tests/scheduler/summary/placement-capacity.summary @@ -3709,6 +3959,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-7.summary %%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-8.summary %%DATADIR%%/tests/scheduler/summary/ticket-rsc-sets-9.summary +%%DATADIR%%/tests/scheduler/summary/timeout-by-node.summary %%DATADIR%%/tests/scheduler/summary/unfence-definition.summary %%DATADIR%%/tests/scheduler/summary/unfence-device.summary %%DATADIR%%/tests/scheduler/summary/unfence-parameters.summary @@ -3883,6 +4134,24 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/xml/bundle-probe-order-2.xml %%DATADIR%%/tests/scheduler/xml/bundle-probe-order-3.xml %%DATADIR%%/tests/scheduler/xml/bundle-probe-remotes.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-anticolocation-1.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-anticolocation-2.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-anticolocation-3.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-anticolocation-4.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-anticolocation-5.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-anticolocation-6.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-colocation-1.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-colocation-2.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-colocation-3.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-colocation-4.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-colocation-5.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-colocation-6.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-location-1.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-location-2.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-location-3.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-location-4.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-location-5.xml +%%DATADIR%%/tests/scheduler/xml/bundle-promoted-location-6.xml %%DATADIR%%/tests/scheduler/xml/bundle-replicas-change.xml %%DATADIR%%/tests/scheduler/xml/cancel-behind-moving-remote.xml %%DATADIR%%/tests/scheduler/xml/clbz5007-promotable-colocation.xml @@ -3898,6 +4167,18 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/xml/clone-no-shuffle.xml %%DATADIR%%/tests/scheduler/xml/clone-order-16instances.xml %%DATADIR%%/tests/scheduler/xml/clone-order-primitive.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-1.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-10.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-11.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-12.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-2.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-3.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-4.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-5.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-6.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-7.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-8.xml +%%DATADIR%%/tests/scheduler/xml/clone-recover-no-shuffle-9.xml %%DATADIR%%/tests/scheduler/xml/clone-require-all-1.xml %%DATADIR%%/tests/scheduler/xml/clone-require-all-2.xml %%DATADIR%%/tests/scheduler/xml/clone-require-all-3.xml @@ -3939,6 +4220,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/xml/coloc-many-one.xml %%DATADIR%%/tests/scheduler/xml/coloc-negative-group.xml %%DATADIR%%/tests/scheduler/xml/coloc-unpromoted-anti.xml +%%DATADIR%%/tests/scheduler/xml/coloc-with-inner-group-member.xml %%DATADIR%%/tests/scheduler/xml/coloc_fp_logic.xml %%DATADIR%%/tests/scheduler/xml/colocate-primitive-with-clone.xml %%DATADIR%%/tests/scheduler/xml/colocate-unmanaged-group.xml @@ -3980,6 +4262,10 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/xml/failed-sticky-anticolocated-group.xml %%DATADIR%%/tests/scheduler/xml/failed-sticky-group.xml %%DATADIR%%/tests/scheduler/xml/force-anon-clone-max.xml +%%DATADIR%%/tests/scheduler/xml/group-anticolocation-2.xml +%%DATADIR%%/tests/scheduler/xml/group-anticolocation-3.xml +%%DATADIR%%/tests/scheduler/xml/group-anticolocation-4.xml +%%DATADIR%%/tests/scheduler/xml/group-anticolocation-5.xml %%DATADIR%%/tests/scheduler/xml/group-anticolocation.xml %%DATADIR%%/tests/scheduler/xml/group-colocation-failure.xml %%DATADIR%%/tests/scheduler/xml/group-dependents.xml @@ -4091,6 +4377,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/xml/no_quorum_demote.xml %%DATADIR%%/tests/scheduler/xml/node-maintenance-1.xml %%DATADIR%%/tests/scheduler/xml/node-maintenance-2.xml +%%DATADIR%%/tests/scheduler/xml/node-pending-timeout.xml %%DATADIR%%/tests/scheduler/xml/not-installed-agent.xml %%DATADIR%%/tests/scheduler/xml/not-installed-tools.xml %%DATADIR%%/tests/scheduler/xml/not-reschedule-unneeded-monitor.xml @@ -4164,6 +4451,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/xml/params-6.xml %%DATADIR%%/tests/scheduler/xml/partial-live-migration-multiple-active.xml %%DATADIR%%/tests/scheduler/xml/partial-unmanaged-group.xml +%%DATADIR%%/tests/scheduler/xml/pending-node-no-uname.xml %%DATADIR%%/tests/scheduler/xml/per-node-attrs.xml %%DATADIR%%/tests/scheduler/xml/per-op-failcount.xml %%DATADIR%%/tests/scheduler/xml/placement-capacity.xml @@ -4519,6 +4807,7 @@ sbin/stonith_admin %%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-7.xml %%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-8.xml %%DATADIR%%/tests/scheduler/xml/ticket-rsc-sets-9.xml +%%DATADIR%%/tests/scheduler/xml/timeout-by-node.xml %%DATADIR%%/tests/scheduler/xml/unfence-definition.xml %%DATADIR%%/tests/scheduler/xml/unfence-device.xml %%DATADIR%%/tests/scheduler/xml/unfence-parameters.xml diff --git a/net/parpd/Makefile b/net/parpd/Makefile index 6571ea61291..4607fac3bd6 100644 --- a/net/parpd/Makefile +++ b/net/parpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= parpd DISTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.iks-jena.de/pub/mitarb/lutz/parpd/ @@ -14,7 +15,7 @@ USES= compiler tar:tgz USE_RC_SUBR= parpd NO_TEST= yes -PLIST_FILES= sbin/parpd man/man8/parpd.8.gz +PLIST_FILES= sbin/parpd share/man/man8/parpd.8.gz .include @@ -25,6 +26,6 @@ pre-configure: do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/parpd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${INSTALL_WRKSRC}/parpd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${INSTALL_WRKSRC}/parpd.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net/plugdaemon/Makefile b/net/plugdaemon/Makefile index cdefc961db8..11cb336bc55 100644 --- a/net/plugdaemon/Makefile +++ b/net/plugdaemon/Makefile @@ -1,6 +1,6 @@ PORTNAME= plugdaemon PORTVERSION= 2.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -9,10 +9,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Plug proxy daemon, forwards TCP/IP connections WWW= https://plugdaemon.sourceforge.net/ -PLIST_FILES= man/man1/plug.1.gz sbin/plug +PLIST_FILES= share/man/man1/plug.1.gz sbin/plug do-install: - ${INSTALL_MAN} ${WRKSRC}/plug.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/plug.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/plug ${STAGEDIR}${PREFIX}/sbin .include diff --git a/net/proby/Makefile b/net/proby/Makefile index d1c9a933e54..786edd73298 100644 --- a/net/proby/Makefile +++ b/net/proby/Makefile @@ -1,7 +1,7 @@ PORTNAME= proby DISTVERSIONPREFIX= v DISTVERSION= 1.0.2 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/ptunnel/Makefile b/net/ptunnel/Makefile index 492bc523ac0..160e0cfc0db 100644 --- a/net/ptunnel/Makefile +++ b/net/ptunnel/Makefile @@ -1,6 +1,6 @@ PORTNAME= ptunnel PORTVERSION= 0.72 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.cs.uit.no/~daniels/PingTunnel/ DISTNAME= PingTunnel-${PORTVERSION} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake WRKSRC= ${WRKDIR}/PingTunnel -PLIST_FILES= bin/ptunnel man/man8/ptunnel.8.gz +PLIST_FILES= bin/ptunnel share/man/man8/ptunnel.8.gz post-patch: @${REINPLACE_CMD} -e '/^CC/d' -e "/^CFLAGS/d" ${WRKSRC}/${MAKEFILE} @@ -22,6 +22,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ptunnel ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ptunnel.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/ptunnel.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net/py-pychromecast/Makefile b/net/py-pychromecast/Makefile new file mode 100644 index 00000000000..2f46f5ba1ba --- /dev/null +++ b/net/py-pychromecast/Makefile @@ -0,0 +1,20 @@ +PORTNAME= PyChromecast +DISTVERSION= 13.0.8 +CATEGORIES= net python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lexi.freebsd@le-fay.org +COMMENT= Python module to talk to Google Chromecast +WWW= https://pypi.org/project/PyChromecast/ + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}casttube>0:net/py-casttube@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +.include diff --git a/net/py-pychromecast/distinfo b/net/py-pychromecast/distinfo new file mode 100644 index 00000000000..2017f205ee2 --- /dev/null +++ b/net/py-pychromecast/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1703588893 +SHA256 (PyChromecast-13.0.8.tar.gz) = e4b7523db137f8de05eedcc6154113b68532848629442b448c2334fac966a447 +SIZE (PyChromecast-13.0.8.tar.gz) = 52095 diff --git a/net/py-pychromecast/pkg-descr b/net/py-pychromecast/pkg-descr new file mode 100644 index 00000000000..c7de15e4936 --- /dev/null +++ b/net/py-pychromecast/pkg-descr @@ -0,0 +1,10 @@ +Library for Python 3.6+ to communicate with the Google Chromecast. + +It currently supports: +* Auto discovering connected Chromecasts on the network +* Start the default media receiver and play any online media +* Control playback of current playing media +* Implement Google Chromecast api v2 +* Communicate with apps via channels +* Easily extendable to add support for unsupported namespaces +* Multi-room setups with Audio cast devices diff --git a/net/qt5-network/Makefile b/net/qt5-network/Makefile index c92c8074b1f..c0ec67874b8 100644 --- a/net/qt5-network/Makefile +++ b/net/qt5-network/Makefile @@ -1,5 +1,6 @@ PORTNAME= network PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} +PORTREVISION= 1 CATEGORIES= net PKGNAMEPREFIX= qt5- diff --git a/net/qt5-network/files/patch-security-rollup b/net/qt5-network/files/patch-security-rollup new file mode 100644 index 00000000000..09cf34ef8b3 --- /dev/null +++ b/net/qt5-network/files/patch-security-rollup @@ -0,0 +1,165 @@ +From a4d20b51de320a5da2d5f1bf277af8293adc5398 Mon Sep 17 00:00:00 2001 +From: Marc Mutz +Date: Tue, 12 Dec 2023 20:51:56 +0100 +Subject: [PATCH] HPack: fix a Yoda Condition + +Putting the variable on the LHS of a relational operation makes the +expression easier to read. In this case, we find that the whole +expression is nonsensical as an overflow protection, because if +name.size() + value.size() overflows, the result will exactly _not_ +be > max() - 32, because UB will have happened. + +To be fixed in a follow-up commit. + +As a drive-by, add parentheses around the RHS. + +Change-Id: I35ce598884c37c51b74756b3bd2734b9aad63c09 +Reviewed-by: Allan Sandfeld Jensen +(cherry picked from commit 658607a34ead214fbacbc2cca44915655c318ea9) +Reviewed-by: Qt Cherry-pick Bot +(cherry picked from commit 4f7efd41740107f90960116700e3134f5e433867) +(cherry picked from commit 13c16b756900fe524f6d9534e8a07aa003c05e0c) +(cherry picked from commit 1d4788a39668fb2dc5912a8d9c4272dc40e99f92) +(cherry picked from commit 87de75b5cc946d196decaa6aef4792a6cac0b6db) +--- + src/network/access/http2/hpacktable.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/network/access/http2/hpacktable.cpp b/src/network/access/http2/hpacktable.cpp +index fddb5feca56..3d88cb66f51 100644 +--- src/network/access/http2/hpacktable.cpp.orig ++++ src/network/access/http2/hpacktable.cpp +@@ -63,7 +63,7 @@ HeaderSize entry_size(const QByteArray &name, const QByteArray &value) + // 32 octets of overhead." + + const unsigned sum = unsigned(name.size() + value.size()); +- if (std::numeric_limits::max() - 32 < sum) ++ if (sum > (std::numeric_limits::max() - 32)) + return HeaderSize(); + return HeaderSize(true, quint32(sum + 32)); + } +From c379f4ef587d61c9a5b61b5ada57fdadcc8145eb Mon Sep 17 00:00:00 2001 +From: Marc Mutz +Date: Tue, 12 Dec 2023 22:08:07 +0100 +Subject: [PATCH] HPack: fix incorrect integer overflow check +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This code never worked: + +For the comparison with max() - 32 to trigger, on 32-bit platforms (or +Qt 5) signed interger overflow would have had to happen in the +addition of the two sizes. The compiler can therefore remove the +overflow check as dead code. + +On Qt 6 and 64-bit platforms, the signed integer addition would be +very unlikely to overflow, but the following truncation to uint32 +would yield the correct result only in a narrow 32-value window just +below UINT_MAX, if even that. + +Fix by using the proper tool, qAddOverflow. + +Manual conflict resolutions: + - qAddOverflow doesn't exist in Qt 5, use private add_overflow + predecessor API instead + +Change-Id: I7599f2e75ff7f488077b0c60b81022591005661c +Reviewed-by: Allan Sandfeld Jensen +(cherry picked from commit ee5da1f2eaf8932aeca02ffea6e4c618585e29e3) +Reviewed-by: Qt Cherry-pick Bot +(cherry picked from commit debeb8878da2dc706ead04b6072ecbe7e5313860) +Reviewed-by: Thiago Macieira +Reviewed-by: Marc Mutz +(cherry picked from commit 811b9eef6d08d929af8708adbf2a5effb0eb62d7) +(cherry picked from commit f931facd077ce945f1e42eaa3bead208822d3e00) +(cherry picked from commit 9ef4ca5ecfed771dab890856130e93ef5ceabef5) +Reviewed-by: Mårten Nordheim +--- + src/network/access/http2/hpacktable.cpp | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git a/src/network/access/http2/hpacktable.cpp b/src/network/access/http2/hpacktable.cpp +index 3d88cb66f51..315f3e23440 100644 +--- src/network/access/http2/hpacktable.cpp.orig ++++ src/network/access/http2/hpacktable.cpp +@@ -40,6 +40,7 @@ + #include "hpacktable_p.h" + + #include ++#include + + #include + #include +@@ -62,7 +63,9 @@ HeaderSize entry_size(const QByteArray &name, const QByteArray &value) + // for counting the number of references to the name and value would have + // 32 octets of overhead." + +- const unsigned sum = unsigned(name.size() + value.size()); ++ size_t sum; ++ if (add_overflow(size_t(name.size()), size_t(value.size()), &sum)) ++ return HeaderSize(); + if (sum > (std::numeric_limits::max() - 32)) + return HeaderSize(); + return HeaderSize(true, quint32(sum + 32)); +From 8907dedc858cc344d770a2e826d6acc516429540 Mon Sep 17 00:00:00 2001 +From: Marc Mutz +Date: Tue, 19 Dec 2023 14:22:37 +0100 +Subject: [PATCH] Http2: fix potential overflow in assemble_hpack_block() +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +The function is given a vector of Http2::Frame's and flattens it into +a vector. While each Frame can contain a maximum of 16GiB of +data (24-bit size field), one "only" needs 257 of them to overflow the +quint32 variable's range. + +So make sure any overflow does not go undetected. + +Keep the limited uint32_t range for now, as we don't know whether all +consumers of the result can deal with more than 4GiB of data. + +Since all these frames must be in memory, this cannot overflow in +practice on 32-bit machines. + +Pick-to: 6.7 6.6 6.5 6.2 5.15 +Change-Id: Iafaa7d1c870cba9100e75065db11d95934f86213 +Reviewed-by: Mårten Nordheim +(cherry picked from commit 1e6bb61af3ae29755f93b92f157df026f934ae61) + +* asturmlechner 2024-01-02: Use correct include for 5.15 +--- + src/network/access/qhttp2protocolhandler.cpp | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) + +diff --git a/src/network/access/qhttp2protocolhandler.cpp b/src/network/access/qhttp2protocolhandler.cpp +index 39dd460881a..ead88d781ae 100644 +--- src/network/access/qhttp2protocolhandler.cpp.orig ++++ src/network/access/qhttp2protocolhandler.cpp +@@ -46,10 +46,12 @@ + #include + + #include ++ + #include + #include + #include + #include ++#include + #include + + #include +@@ -124,8 +126,10 @@ std::vector assemble_hpack_block(const std::vector &frames) + std::vector hpackBlock; + + quint32 total = 0; +- for (const auto &frame : frames) +- total += frame.hpackBlockSize(); ++ for (const auto &frame : frames) { ++ if (add_overflow(total, frame.hpackBlockSize(), &total)) ++ return hpackBlock; ++ } + + if (!total) + return hpackBlock; diff --git a/net/quiche/Makefile b/net/quiche/Makefile index cf733fbb1c8..67019335217 100644 --- a/net/quiche/Makefile +++ b/net/quiche/Makefile @@ -1,6 +1,5 @@ PORTNAME= quiche -DISTVERSION= 0.18.0 -PORTREVISION= 1 +DISTVERSION= 0.20.0 CATEGORIES= net MAINTAINER= junho.choi@gmail.com diff --git a/net/quiche/Makefile.crates b/net/quiche/Makefile.crates index 42d5c7d8c5c..ae37371189d 100644 --- a/net/quiche/Makefile.crates +++ b/net/quiche/Makefile.crates @@ -5,10 +5,10 @@ CARGO_CRATES= aho-corasick-1.1.2 \ atty-0.2.14 \ autocfg-1.1.0 \ base64-0.21.5 \ - bindgen-0.66.1 \ + bindgen-0.68.1 \ bitflags-2.4.1 \ - boring-3.1.0 \ - boring-sys-3.1.0 \ + boring-4.1.0 \ + boring-sys-4.1.0 \ bumpalo-3.14.0 \ cc-1.0.83 \ cexpr-0.6.0 \ @@ -16,12 +16,12 @@ CARGO_CRATES= aho-corasick-1.1.2 \ chrono-0.4.31 \ clang-sys-1.6.1 \ cmake-0.1.50 \ - core-foundation-sys-0.8.4 \ + core-foundation-sys-0.8.6 \ darling-0.20.3 \ darling_core-0.20.3 \ darling_macro-0.20.3 \ - data-encoding-2.4.0 \ - deranged-0.3.9 \ + data-encoding-2.5.0 \ + deranged-0.3.10 \ docopt-1.1.1 \ either-1.9.0 \ env_logger-0.6.2 \ @@ -32,9 +32,10 @@ CARGO_CRATES= aho-corasick-1.1.2 \ foreign-types-shared-0.3.1 \ fs_extra-1.3.0 \ fslock-0.2.1 \ + getrandom-0.2.11 \ glob-0.3.1 \ hashbrown-0.12.3 \ - hashbrown-0.14.2 \ + hashbrown-0.14.3 \ hermit-abi-0.1.19 \ hex-0.4.3 \ humantime-1.3.0 \ @@ -43,13 +44,13 @@ CARGO_CRATES= aho-corasick-1.1.2 \ ident_case-1.0.1 \ idna-0.1.5 \ indexmap-1.9.3 \ - indexmap-2.0.2 \ + indexmap-2.1.0 \ intrusive-collections-0.9.6 \ - itoa-1.0.9 \ - js-sys-0.3.64 \ + itoa-1.0.10 \ + js-sys-0.3.66 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - libc-0.2.149 \ + libc-0.2.151 \ libloading-0.7.4 \ libm-0.2.8 \ log-0.4.20 \ @@ -57,54 +58,53 @@ CARGO_CRATES= aho-corasick-1.1.2 \ memchr-2.6.4 \ memoffset-0.9.0 \ minimal-lexical-0.2.1 \ - mio-0.8.9 \ + mio-0.8.10 \ nix-0.27.1 \ nom-7.1.3 \ num-traits-0.2.17 \ - once_cell-1.18.0 \ + once_cell-1.19.0 \ peeking_take_while-0.1.2 \ percent-encoding-1.0.1 \ powerfmt-0.2.0 \ - proc-macro2-1.0.69 \ + proc-macro2-1.0.70 \ quick-error-1.2.3 \ quote-1.0.33 \ regex-1.10.2 \ regex-automata-0.4.3 \ regex-syntax-0.8.2 \ - ring-0.16.20 \ - rust_decimal-1.32.0 \ + ring-0.17.7 \ + rust_decimal-1.33.1 \ rustc-hash-1.1.0 \ - ryu-1.0.15 \ - serde-1.0.190 \ - serde_derive-1.0.190 \ - serde_json-1.0.107 \ + ryu-1.0.16 \ + serde-1.0.193 \ + serde_derive-1.0.193 \ + serde_json-1.0.108 \ serde_with-3.4.0 \ serde_with_macros-3.4.0 \ sfv-0.9.3 \ shlex-1.2.0 \ slab-0.4.9 \ - smallvec-1.11.1 \ - spin-0.5.2 \ + smallvec-1.11.2 \ + spin-0.9.8 \ strsim-0.10.0 \ - syn-2.0.38 \ - termcolor-1.3.0 \ + syn-2.0.40 \ + termcolor-1.4.0 \ time-0.3.30 \ time-core-0.1.2 \ time-macros-0.2.15 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ - unicode-bidi-0.3.13 \ + unicode-bidi-0.3.14 \ unicode-ident-1.0.12 \ unicode-normalization-0.1.22 \ - untrusted-0.7.1 \ + untrusted-0.9.0 \ url-1.7.2 \ 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.64 \ + 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-util-0.1.6 \ diff --git a/net/quiche/distinfo b/net/quiche/distinfo index 2bbc111b084..992a0c780fe 100644 --- a/net/quiche/distinfo +++ b/net/quiche/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1698679480 +TIMESTAMP = 1702388908 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 @@ -13,14 +13,14 @@ SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36 SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/base64-0.21.5.crate) = 35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9 SIZE (rust/crates/base64-0.21.5.crate) = 77134 -SHA256 (rust/crates/bindgen-0.66.1.crate) = f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7 -SIZE (rust/crates/bindgen-0.66.1.crate) = 218860 +SHA256 (rust/crates/bindgen-0.68.1.crate) = 726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078 +SIZE (rust/crates/bindgen-0.68.1.crate) = 218997 SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 -SHA256 (rust/crates/boring-3.1.0.crate) = 7ae1aba472e42d3cf45ac6d0a6c8fc3ddf743871209e1b40229aed9fbdf48ece -SIZE (rust/crates/boring-3.1.0.crate) = 166464 -SHA256 (rust/crates/boring-sys-3.1.0.crate) = ceced5be0047c7c48d77599535fd7f0a81c1b0f0a1e97e7eece24c45022bb481 -SIZE (rust/crates/boring-sys-3.1.0.crate) = 7085877 +SHA256 (rust/crates/boring-4.1.0.crate) = 12a46ed7bcfc8c7243686b870fb0a500ddca45596806088920429dd50aa4089f +SIZE (rust/crates/boring-4.1.0.crate) = 173949 +SHA256 (rust/crates/boring-sys-4.1.0.crate) = 88a25b0f5d733611b9cc685db5df9dabfc8cdf7e1475518f7f966ce5eb8a0365 +SIZE (rust/crates/boring-sys-4.1.0.crate) = 7086189 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 @@ -35,18 +35,18 @@ SHA256 (rust/crates/clang-sys-1.6.1.crate) = c688fc74432808e3eb684cae8830a86be1d SIZE (rust/crates/clang-sys-1.6.1.crate) = 41346 SHA256 (rust/crates/cmake-0.1.50.crate) = a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130 SIZE (rust/crates/cmake-0.1.50.crate) = 16748 -SHA256 (rust/crates/core-foundation-sys-0.8.4.crate) = e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa -SIZE (rust/crates/core-foundation-sys-0.8.4.crate) = 17725 +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/darling-0.20.3.crate) = 0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e SIZE (rust/crates/darling-0.20.3.crate) = 26066 SHA256 (rust/crates/darling_core-0.20.3.crate) = 177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621 SIZE (rust/crates/darling_core-0.20.3.crate) = 60281 SHA256 (rust/crates/darling_macro-0.20.3.crate) = 836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5 SIZE (rust/crates/darling_macro-0.20.3.crate) = 1859 -SHA256 (rust/crates/data-encoding-2.4.0.crate) = c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308 -SIZE (rust/crates/data-encoding-2.4.0.crate) = 19165 -SHA256 (rust/crates/deranged-0.3.9.crate) = 0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3 -SIZE (rust/crates/deranged-0.3.9.crate) = 17080 +SHA256 (rust/crates/data-encoding-2.5.0.crate) = 7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5 +SIZE (rust/crates/data-encoding-2.5.0.crate) = 20632 +SHA256 (rust/crates/deranged-0.3.10.crate) = 8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc +SIZE (rust/crates/deranged-0.3.10.crate) = 17803 SHA256 (rust/crates/docopt-1.1.1.crate) = 7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f SIZE (rust/crates/docopt-1.1.1.crate) = 39845 SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 @@ -67,12 +67,14 @@ SHA256 (rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f SIZE (rust/crates/fs_extra-1.3.0.crate) = 31298 SHA256 (rust/crates/fslock-0.2.1.crate) = 04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb SIZE (rust/crates/fslock-0.2.1.crate) = 13463 +SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f +SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/hashbrown-0.14.2.crate) = f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156 -SIZE (rust/crates/hashbrown-0.14.2.crate) = 140080 +SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 +SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 @@ -89,20 +91,20 @@ SHA256 (rust/crates/idna-0.1.5.crate) = 38f09e0f0b1fb55fdee1f17470ad800da77af518 SIZE (rust/crates/idna-0.1.5.crate) = 258735 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.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f +SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 SHA256 (rust/crates/intrusive-collections-0.9.6.crate) = b694dc9f70c3bda874626d2aed13b780f137aab435f4e9814121955cf706122e SIZE (rust/crates/intrusive-collections-0.9.6.crate) = 56560 -SHA256 (rust/crates/itoa-1.0.9.crate) = af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38 -SIZE (rust/crates/itoa-1.0.9.crate) = 10492 -SHA256 (rust/crates/js-sys-0.3.64.crate) = c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a -SIZE (rust/crates/js-sys-0.3.64.crate) = 80313 +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/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.149.crate) = a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b -SIZE (rust/crates/libc-0.2.149.crate) = 715592 +SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 +SIZE (rust/crates/libc-0.2.151.crate) = 736640 SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f SIZE (rust/crates/libloading-0.7.4.crate) = 27580 SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 @@ -117,24 +119,24 @@ SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b22 SIZE (rust/crates/memoffset-0.9.0.crate) = 9033 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.9.crate) = 3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0 -SIZE (rust/crates/mio-0.8.9.crate) = 102227 +SHA256 (rust/crates/mio-0.8.10.crate) = 8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09 +SIZE (rust/crates/mio-0.8.10.crate) = 102345 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-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 -SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d -SIZE (rust/crates/once_cell-1.18.0.crate) = 32969 +SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 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-1.0.1.crate) = 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 SIZE (rust/crates/percent-encoding-1.0.1.crate) = 10057 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 -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.70.crate) = 39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b +SIZE (rust/crates/proc-macro2-1.0.70.crate) = 44343 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.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae @@ -145,20 +147,20 @@ SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a1 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/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc -SIZE (rust/crates/ring-0.16.20.crate) = 5082615 -SHA256 (rust/crates/rust_decimal-1.32.0.crate) = a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd -SIZE (rust/crates/rust_decimal-1.32.0.crate) = 124587 +SHA256 (rust/crates/ring-0.17.7.crate) = 688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74 +SIZE (rust/crates/ring-0.17.7.crate) = 4146482 +SHA256 (rust/crates/rust_decimal-1.33.1.crate) = 06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4 +SIZE (rust/crates/rust_decimal-1.33.1.crate) = 125610 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 -SHA256 (rust/crates/ryu-1.0.15.crate) = 1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741 -SIZE (rust/crates/ryu-1.0.15.crate) = 46906 -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_json-1.0.107.crate) = 6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65 -SIZE (rust/crates/serde_json-1.0.107.crate) = 146458 +SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c +SIZE (rust/crates/ryu-1.0.16.crate) = 47351 +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/serde_with-3.4.0.crate) = 64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23 SIZE (rust/crates/serde_with-3.4.0.crate) = 126494 SHA256 (rust/crates/serde_with_macros-3.4.0.crate) = 93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788 @@ -169,16 +171,16 @@ SHA256 (rust/crates/shlex-1.2.0.crate) = a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b SIZE (rust/crates/shlex-1.2.0.crate) = 6584 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 -SHA256 (rust/crates/smallvec-1.11.1.crate) = 942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a -SIZE (rust/crates/smallvec-1.11.1.crate) = 34831 -SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d -SIZE (rust/crates/spin-0.5.2.crate) = 12004 +SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 +SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 +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.38.crate) = e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b -SIZE (rust/crates/syn-2.0.38.crate) = 243284 -SHA256 (rust/crates/termcolor-1.3.0.crate) = 6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64 -SIZE (rust/crates/termcolor-1.3.0.crate) = 18799 +SHA256 (rust/crates/syn-2.0.40.crate) = 13fa70a4ee923979ffb522cacce59d34421ebdea5625e1073c4326ef9d2dd42e +SIZE (rust/crates/syn-2.0.40.crate) = 245201 +SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449 +SIZE (rust/crates/termcolor-1.4.0.crate) = 18765 SHA256 (rust/crates/time-0.3.30.crate) = c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5 SIZE (rust/crates/time-0.3.30.crate) = 120289 SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 @@ -189,30 +191,28 @@ SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a465126 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/unicode-bidi-0.3.13.crate) = 92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460 -SIZE (rust/crates/unicode-bidi-0.3.13.crate) = 44477 +SHA256 (rust/crates/unicode-bidi-0.3.14.crate) = 6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416 +SIZE (rust/crates/unicode-bidi-0.3.14.crate) = 56429 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/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-1.7.2.crate) = dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a SIZE (rust/crates/url-1.7.2.crate) = 68597 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.64.crate) = 9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b -SIZE (rust/crates/web-sys-0.3.64.crate) = 725584 +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 @@ -241,7 +241,7 @@ SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab7 SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 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 (cloudflare-quiche-0.18.0_GH0.tar.gz) = eb242a14c4d801a90b57b6021dd29f7a62099f3a4d7a7ba889e105f8328e6c1f -SIZE (cloudflare-quiche-0.18.0_GH0.tar.gz) = 677332 +SHA256 (cloudflare-quiche-0.20.0_GH0.tar.gz) = 7125bc82ddcf38fbfbc69882ccb2723bfb4d5bfeb42718b8291d26ec06042e38 +SIZE (cloudflare-quiche-0.20.0_GH0.tar.gz) = 681940 SHA256 (google-boringssl-f1c75347d_GH0.tar.gz) = fc0bb68685e8e5fe25c4170dec90796d290b754529baae19e03cbc73365eb08a SIZE (google-boringssl-f1c75347d_GH0.tar.gz) = 43373250 diff --git a/net/rabbiteer/Makefile b/net/rabbiteer/Makefile index c9f423cf3fb..0295659fa39 100644 --- a/net/rabbiteer/Makefile +++ b/net/rabbiteer/Makefile @@ -1,6 +1,6 @@ PORTNAME= rabbiteer DISTVERSION= 1.4.1 -PORTREVISION= 53 +PORTREVISION= 54 CATEGORIES= net MAINTAINER= dch@FreeBSD.org diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile index 9090c739b12..a08149badee 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -1,5 +1,6 @@ PORTNAME= rabbitmq DISTVERSION= 3.11.26 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} @@ -27,7 +28,7 @@ SHEBANG_FILES= deps/rabbitmq_management/bin/rabbitmqadmin MAKE_ARGS+= PYTHON=${PYTHON_CMD} MAKE_ENV+= PATH="${LOCALBASE}/lib/${_ERLANG_LIB}/bin:${PATH}" \ RMQ_LIBDIR="${PREFIX}/lib" \ - MANDIR="${PREFIX}/man" \ + MANDIR="${PREFIX}/share/man" \ DESTDIR="${STAGEDIR}" MAKE_JOBS_UNSAFE= yes ALL_TARGET= install @@ -75,8 +76,8 @@ post-install: .for _file in rabbitmq-defaults rabbitmq-diagnostics rabbitmq-env rabbitmq-plugins rabbitmq-queues rabbitmq-server rabbitmq-streams rabbitmq-tanzu rabbitmq-upgrade rabbitmqctl vmware-rabbitmq ${LN} -s ../lib/rabbitmq_server-${PORTVERSION}/sbin/${_file} ${STAGEDIR}${PREFIX}/sbin .endfor - ${INSTALL_MAN} ${WRKSRC}/deps/rabbit/docs/*.8 ${STAGEDIR}${MAN1PREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/deps/rabbit/docs/rabbitmq-env.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/deps/rabbit/docs/*.8 ${STAGEDIR}${PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKSRC}/deps/rabbit/docs/rabbitmq-env.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 post-install-ADMIN-on: ${INSTALL} ${WRKSRC}/deps/rabbitmq_management/bin/rabbitmqadmin ${STAGEDIR}${PREFIX}/bin diff --git a/net/rabbitmq/pkg-plist b/net/rabbitmq/pkg-plist index a92065643df..1db7b5c4cf2 100644 --- a/net/rabbitmq/pkg-plist +++ b/net/rabbitmq/pkg-plist @@ -1418,16 +1418,16 @@ lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-tanzu lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-upgrade lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmqctl lib/rabbitmq_server-%%VERSION%%/sbin/vmware-rabbitmq -man/man5/rabbitmq-env.conf.5.gz -man/man8/rabbitmq-diagnostics.8.gz -man/man8/rabbitmq-echopid.8.gz -man/man8/rabbitmq-plugins.8.gz -man/man8/rabbitmq-queues.8.gz -man/man8/rabbitmq-server.8.gz -man/man8/rabbitmq-service.8.gz -man/man8/rabbitmq-streams.8.gz -man/man8/rabbitmq-upgrade.8.gz -man/man8/rabbitmqctl.8.gz +share/man/man5/rabbitmq-env.conf.5.gz +share/man/man8/rabbitmq-diagnostics.8.gz +share/man/man8/rabbitmq-echopid.8.gz +share/man/man8/rabbitmq-plugins.8.gz +share/man/man8/rabbitmq-queues.8.gz +share/man/man8/rabbitmq-server.8.gz +share/man/man8/rabbitmq-service.8.gz +share/man/man8/rabbitmq-streams.8.gz +share/man/man8/rabbitmq-upgrade.8.gz +share/man/man8/rabbitmqctl.8.gz sbin/rabbitmq-defaults sbin/rabbitmq-diagnostics sbin/rabbitmq-env diff --git a/net/rathole/Makefile b/net/rathole/Makefile index d95c1590afe..ca587846f07 100644 --- a/net/rathole/Makefile +++ b/net/rathole/Makefile @@ -1,7 +1,7 @@ PORTNAME= rathole DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index b196159bcd0..af8c3175dc0 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= rdesktop PORTVERSION= 1.9.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net comms @@ -71,7 +72,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdesktop ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/rdesktop.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/rdesktop.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR}/keymaps ${INSTALL_DATA} ${WRKSRC}/keymaps/* ${STAGEDIR}${DATADIR}/keymaps @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/net/rdesktop/pkg-plist b/net/rdesktop/pkg-plist index c927ac03493..011b9659804 100644 --- a/net/rdesktop/pkg-plist +++ b/net/rdesktop/pkg-plist @@ -1,5 +1,5 @@ bin/rdesktop -man/man1/rdesktop.1.gz +share/man/man1/rdesktop.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/ctrl.txt diff --git a/net/redir/Makefile b/net/redir/Makefile index 420d6d7b2d9..a9447249b31 100644 --- a/net/redir/Makefile +++ b/net/redir/Makefile @@ -1,6 +1,6 @@ PORTNAME= redir PORTVERSION= 2.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://sammy.net/~sammy/hacks/ @@ -11,10 +11,10 @@ WWW= https://sammy.net/~sammy/hacks/ USES= gmake USE_RC_SUBR= redir -PLIST_FILES= bin/redir man/man1/redir.1.gz +PLIST_FILES= bin/redir share/man/man1/redir.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/redir ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/redir.man ${STAGEDIR}${MANPREFIX}/man/man1/redir.1 + ${INSTALL_MAN} ${WRKSRC}/redir.man ${STAGEDIR}${PREFIX}/share/man/man1/redir.1 .include diff --git a/net/remmina/Makefile b/net/remmina/Makefile index ae73e274ca5..f410cf9dd05 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -130,6 +130,7 @@ bash_CMD= ${SH_BIN} post-patch: ${REINPLACE_CMD} -e 's,FreeBSD,FreeBSD|DragonFly,' \ ${WRKSRC}/CMakeLists.txt + ${RM} ${WRKSRC}/cmake/FindFREERDP3.cmake post-patch-EXEC-off: ${REINPLACE_CMD} -e '/add_subdirectory(exec)/d' ${WRKSRC}/plugins/CMakeLists.txt diff --git a/net/rosenpass/Makefile b/net/rosenpass/Makefile index 0e99a787c75..bb47dc45d6a 100644 --- a/net/rosenpass/Makefile +++ b/net/rosenpass/Makefile @@ -1,7 +1,7 @@ PORTNAME= rosenpass DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net net-vpn security MAINTAINER= fuz@FreeBSD.org diff --git a/net/routinator/Makefile b/net/routinator/Makefile index 22c1aea49e6..356da4effab 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -1,7 +1,7 @@ PORTNAME= routinator DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${ROUTINATOR_UI_URL}/v${ROUTINATOR_UI_VERSION}/:0 DISTFILES+= routinator-ui-build.tar.gz:0 diff --git a/net/rpki-client/Makefile b/net/rpki-client/Makefile index f8fdae91921..73fe0194174 100644 --- a/net/rpki-client/Makefile +++ b/net/rpki-client/Makefile @@ -1,11 +1,10 @@ PORTNAME= rpki-client -DISTVERSION= 8.5 -PORTREVISION= 1 +DISTVERSION= 8.8 CATEGORIES= net -MASTER_SITES= https://cdn.openbsd.org/pub/OpenBSD/rpki-client/ \ - https://cloudflare.cdn.openbsd.org/pub/OpenBSD/rpki-client/ +MASTER_SITES= OPENBSD +MASTER_SITE_SUBDIR=rpki-client -MAINTAINER= portmaster@bsdforge.com +MAINTAINER= bofh@FreeBSD.org COMMENT= Resource Public Key Infrastructure (RPKI) implementation from OpenBSD WWW= https://www.rpki-client.org/ @@ -14,16 +13,16 @@ LICENSE= ISCL BUILD_DEPENDS= rsync>0:net/rsync LIB_DEPENDS= libexpat.so:textproc/expat2 \ libtls.so:security/libretls -RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ - rsync>0:net/rsync +RUN_DEPENDS= rsync>0:net/rsync -USES= autoreconf libtool pkgconfig ssl +USES= autoreconf:build libtool pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libtls=libtls USERS= _rpki-client GROUPS= ${USERS} + PLIST_SUB= USERS="${USERS}" .include diff --git a/net/rpki-client/distinfo b/net/rpki-client/distinfo index ca723b62fd7..2939123054b 100644 --- a/net/rpki-client/distinfo +++ b/net/rpki-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695150384 -SHA256 (rpki-client-8.5.tar.gz) = ab04ad76d5302fccce93b167324b5f08c2384c980f9a046bba934e8358d62c0b -SIZE (rpki-client-8.5.tar.gz) = 496116 +TIMESTAMP = 1704532680 +SHA256 (rpki-client-8.8.tar.gz) = c784b929c68ea57f674f3e0371c410c35d75da7397d654dd83af66c7072ee667 +SIZE (rpki-client-8.8.tar.gz) = 541743 diff --git a/net/rpki-client/files/patch-Makefile.am b/net/rpki-client/files/patch-Makefile.am index 19563fc8ea1..3ebb367e8b4 100644 --- a/net/rpki-client/files/patch-Makefile.am +++ b/net/rpki-client/files/patch-Makefile.am @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2020-07-02 21:03:35 UTC +--- Makefile.am.orig 2023-12-18 09:15:10 UTC +++ Makefile.am -@@ -23,20 +23,8 @@ EXTRA_DIST = README.md VERSION LICENSE $(tal_DATA) +@@ -25,20 +25,8 @@ install-data-hook: install-data-hook: -@if [ ! -d "$(DESTDIR)$(RPKI_BASE_DIR)" ]; then \ diff --git a/net/rpki-client/pkg-plist b/net/rpki-client/pkg-plist index ace2b8c07ab..023ff9adbcb 100644 --- a/net/rpki-client/pkg-plist +++ b/net/rpki-client/pkg-plist @@ -1,6 +1,11 @@ +etc/rpki/afrinic.constraints etc/rpki/afrinic.tal +etc/rpki/apnic.constraints etc/rpki/apnic.tal +etc/rpki/arin.constraints +etc/rpki/lacnic.constraints etc/rpki/lacnic.tal +etc/rpki/ripe.constraints etc/rpki/ripe.tal man/man8/rpki-client.8.gz sbin/rpki-client diff --git a/net/rsyn/Makefile b/net/rsyn/Makefile index fb35d472be7..0e6d5c17026 100644 --- a/net/rsyn/Makefile +++ b/net/rsyn/Makefile @@ -1,7 +1,7 @@ PORTNAME= rsyn DISTVERSIONPREFIX= v DISTVERSION= 0.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rubygem-gitaly/Makefile b/net/rubygem-gitaly/Makefile index d0402bbf248..58aa2c5abc0 100644 --- a/net/rubygem-gitaly/Makefile +++ b/net/rubygem-gitaly/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitaly -PORTVERSION= 16.5.0 +PORTVERSION= 16.7.0 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-gitaly/distinfo b/net/rubygem-gitaly/distinfo index b88751262ac..9710ff3117c 100644 --- a/net/rubygem-gitaly/distinfo +++ b/net/rubygem-gitaly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698068860 -SHA256 (rubygem/gitaly-16.5.0.gem) = 12255ff84508f2aadc55310f68f38f5f803092b4b85ba2ab461a2179adae34ed -SIZE (rubygem/gitaly-16.5.0.gem) = 44544 +TIMESTAMP = 1703588627 +SHA256 (rubygem/gitaly-16.7.0.gem) = bd88d25a917c22331f6268792ceb37995b006940fe4c5715f050d2f42568fd85 +SIZE (rubygem/gitaly-16.7.0.gem) = 45568 diff --git a/net/rubygem-kas-grpc/Makefile b/net/rubygem-kas-grpc/Makefile index e61b560f1a3..1ebf60317a7 100644 --- a/net/rubygem-kas-grpc/Makefile +++ b/net/rubygem-kas-grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= kas-grpc -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 PORTEPOCH= 1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-kas-grpc/distinfo b/net/rubygem-kas-grpc/distinfo index 933ef6dae32..5a323d4c0fd 100644 --- a/net/rubygem-kas-grpc/distinfo +++ b/net/rubygem-kas-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1693636076 -SHA256 (rubygem/kas-grpc-0.2.0.gem) = b9a3f787ec9198819034ec358d73b9a3f374d4dd001d673fdaa650eb5ec99a1e -SIZE (rubygem/kas-grpc-0.2.0.gem) = 6144 +TIMESTAMP = 1703588697 +SHA256 (rubygem/kas-grpc-0.3.0.gem) = 78dfc454e6725e6354e66e9e65ea87b6ad0888f52d20bf41775e5400d74dad8a +SIZE (rubygem/kas-grpc-0.3.0.gem) = 6656 diff --git a/net/rubygem-network_interface/Makefile b/net/rubygem-network_interface/Makefile index 79b0a03765c..73f6c982812 100644 --- a/net/rubygem-network_interface/Makefile +++ b/net/rubygem-network_interface/Makefile @@ -1,5 +1,5 @@ PORTNAME= network_interface -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.4 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-network_interface/distinfo b/net/rubygem-network_interface/distinfo index 3d9ab4acd9b..461464f434f 100644 --- a/net/rubygem-network_interface/distinfo +++ b/net/rubygem-network_interface/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504429978 -SHA256 (rubygem/network_interface-0.0.2.gem) = f703eedc20124b33f82b718b056563d99a66c70d5f34fde525319e839d9d04f6 -SIZE (rubygem/network_interface-0.0.2.gem) = 16896 +TIMESTAMP = 1704467232 +SHA256 (rubygem/network_interface-0.0.4.gem) = 9f1c8a713987a31ee70e75e70aadd3178a960b86590716ed133c01c488561343 +SIZE (rubygem/network_interface-0.0.4.gem) = 23040 diff --git a/net/rubygem-packetfu/Makefile b/net/rubygem-packetfu/Makefile index c20ff2ecb9f..2ab215a8625 100644 --- a/net/rubygem-packetfu/Makefile +++ b/net/rubygem-packetfu/Makefile @@ -1,5 +1,5 @@ PORTNAME= packetfu -PORTVERSION= 1.1.13 +PORTVERSION= 2.0.0 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-packetfu/distinfo b/net/rubygem-packetfu/distinfo index 4ead1ec4577..4de452a8097 100644 --- a/net/rubygem-packetfu/distinfo +++ b/net/rubygem-packetfu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494654633 -SHA256 (rubygem/packetfu-1.1.13.gem) = 94a247b056617d6b6db8b682b21e8ad5193d745e8506a335149de0ee78c2f79a -SIZE (rubygem/packetfu-1.1.13.gem) = 769024 +TIMESTAMP = 1704467376 +SHA256 (rubygem/packetfu-2.0.0.gem) = 484fcf7f3aa98bc1145fe58d93d38369c2fdf8f7f9de145a00eccec82a613a33 +SIZE (rubygem/packetfu-2.0.0.gem) = 777216 diff --git a/net/rubygem-ruby_smb/Makefile b/net/rubygem-ruby_smb/Makefile index 489a087184f..f63bd3784d9 100644 --- a/net/rubygem-ruby_smb/Makefile +++ b/net/rubygem-ruby_smb/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby_smb -PORTVERSION= 3.2.4 +PORTVERSION= 3.3.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-ruby_smb/distinfo b/net/rubygem-ruby_smb/distinfo index 5db78d97d6c..acd1a1ff6fa 100644 --- a/net/rubygem-ruby_smb/distinfo +++ b/net/rubygem-ruby_smb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677075574 -SHA256 (rubygem/ruby_smb-3.2.4.gem) = 2f97c494819035877ccbe0525d246c34452f10cdef4dd09ff2cc14203281fcef -SIZE (rubygem/ruby_smb-3.2.4.gem) = 375296 +TIMESTAMP = 1704465379 +SHA256 (rubygem/ruby_smb-3.3.1.gem) = 73d2bf46574b16ad91fbc00cb48539d04b80a1dfad0c77663a708cd8a831a312 +SIZE (rubygem/ruby_smb-3.3.1.gem) = 377856 diff --git a/net/rustdesk-server/Makefile b/net/rustdesk-server/Makefile index 8c87e91cc43..77068d2756b 100644 --- a/net/rustdesk-server/Makefile +++ b/net/rustdesk-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustdesk-server DISTVERSION= 1.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org diff --git a/net/sakisafecli/Makefile b/net/sakisafecli/Makefile index 9bbc4f5ab78..e3aa001e888 100644 --- a/net/sakisafecli/Makefile +++ b/net/sakisafecli/Makefile @@ -1,5 +1,6 @@ PORTNAME= sakisafe DISTVERSION= 2.2.1 +PORTERVISION= 1 CATEGORIES= net MASTER_SITES= http://git.qorg11.net/sakisafe.git/snapshot/ @@ -18,7 +19,7 @@ CFLAGS+= -fPIC do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sakisafecli/sakisafecli ${STAGEDIR}${PREFIX}/bin/sakisafecli - ${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafecli.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafeclirc.5 ${STAGEDIR}${MAN1PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafecli.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafeclirc.5 ${STAGEDIR}${PREFIX}/share/man/man5 .include diff --git a/net/sakisafecli/pkg-plist b/net/sakisafecli/pkg-plist index a33a9657be2..36e0e6693ac 100644 --- a/net/sakisafecli/pkg-plist +++ b/net/sakisafecli/pkg-plist @@ -1,3 +1,3 @@ bin/sakisafecli -man/man1/sakisafecli.1.gz -man/man5/sakisafeclirc.5.gz +share/man/man1/sakisafecli.1.gz +share/man/man5/sakisafeclirc.5.gz diff --git a/net/sbm/Makefile b/net/sbm/Makefile index 4b36c5d1a21..b2786ca0ca5 100644 --- a/net/sbm/Makefile +++ b/net/sbm/Makefile @@ -1,5 +1,6 @@ PORTNAME= sbm PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://dl.2f30.org/releases/ @@ -15,7 +16,7 @@ MAKE_ARGS= CFLAGS="${CFLAGS}" PLIST_FILES= bin/sbm \ bin/sbm-plot \ bin/sbm-rt-plot \ - man/man1/sbm.1.gz + share/man/man1/sbm.1.gz PORTSCOUT= skipv:0.9 # only Linux related changes @@ -23,6 +24,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sbm ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/sbm-plot ${WRKSRC}/sbm-rt-plot \ ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/sbm.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/sbm.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/net/shadowsocks-rust/Makefile b/net/shadowsocks-rust/Makefile index c71622bc73e..4232511a35c 100644 --- a/net/shadowsocks-rust/Makefile +++ b/net/shadowsocks-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= shadowsocks-rust DISTVERSIONPREFIX= v DISTVERSION= 1.17.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index 26161443175..598459abe09 100644 --- a/net/sing-box/Makefile +++ b/net/sing-box/Makefile @@ -1,6 +1,6 @@ PORTNAME= sing-box DISTVERSIONPREFIX= v -DISTVERSION= 1.7.8 +DISTVERSION= 1.8.0 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/sing-box/distinfo b/net/sing-box/distinfo index 3080675a9f4..448edc6ed9e 100644 --- a/net/sing-box/distinfo +++ b/net/sing-box/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1704345101 -SHA256 (go/net_sing-box/sing-box-v1.7.8/v1.7.8.mod) = 6a3015a0b608e9944497548dd3a664ea63dabc2e0fc899785d28df3640ba3f56 -SIZE (go/net_sing-box/sing-box-v1.7.8/v1.7.8.mod) = 4271 -SHA256 (go/net_sing-box/sing-box-v1.7.8/v1.7.8.zip) = 42cb0d37003a0d8a92c2ac6956de7fb35722d8939d38fd1cf8152a2f7deb9fe8 -SIZE (go/net_sing-box/sing-box-v1.7.8/v1.7.8.zip) = 594741 +TIMESTAMP = 1704528598 +SHA256 (go/net_sing-box/sing-box-v1.8.0/v1.8.0.mod) = 7a62f72fbee3a889c093117d0631673b88f277db2dfbc3d3ca8f0eafb101dbd2 +SIZE (go/net_sing-box/sing-box-v1.8.0/v1.8.0.mod) = 4207 +SHA256 (go/net_sing-box/sing-box-v1.8.0/v1.8.0.zip) = 9c1f1dcf40920feab27edea60d9dc4b7777c1f0bdf14c63496d793df3751bdd1 +SIZE (go/net_sing-box/sing-box-v1.8.0/v1.8.0.zip) = 633507 diff --git a/net/sniffnet/Makefile b/net/sniffnet/Makefile index 2c78f8160c8..75081e6014d 100644 --- a/net/sniffnet/Makefile +++ b/net/sniffnet/Makefile @@ -1,7 +1,7 @@ PORTNAME= sniffnet DISTVERSIONPREFIX= v DISTVERSION= 1.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/net/svnup/Makefile b/net/svnup/Makefile index 08d2359b6d7..8e284ff65f2 100644 --- a/net/svnup/Makefile +++ b/net/svnup/Makefile @@ -1,5 +1,6 @@ PORTNAME= svnup PORTVERSION= 1.08 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net @@ -31,8 +32,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample diff --git a/net/svnup/pkg-plist b/net/svnup/pkg-plist index 692b5543991..06cfac03df5 100644 --- a/net/svnup/pkg-plist +++ b/net/svnup/pkg-plist @@ -1,4 +1,4 @@ bin/svnup -man/man1/svnup.1.gz -man/man5/svnup.conf.5.gz +share/man/man1/svnup.1.gz +share/man/man5/svnup.conf.5.gz @sample etc/svnup.conf.sample diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index f8f726ddd20..c7331f1465a 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -57,6 +57,6 @@ post-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}/${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${STAGEDIR}/${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${STAGEDIR}/${PREFIX}/man/man1 .include diff --git a/net/tcpkali/Makefile b/net/tcpkali/Makefile index 3b8202ca478..5c14fa33fa5 100644 --- a/net/tcpkali/Makefile +++ b/net/tcpkali/Makefile @@ -1,5 +1,6 @@ PORTNAME= tcpkali PORTVERSION= 1.1.1.20180104 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net @@ -18,10 +19,10 @@ GH_ACCOUNT= machinezone GH_TAGNAME= 3c3175e417366c7ccafba56454903690fede501a PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net/tcpmssd/Makefile b/net/tcpmssd/Makefile index b6427d11760..a7192669b56 100644 --- a/net/tcpmssd/Makefile +++ b/net/tcpmssd/Makefile @@ -1,6 +1,6 @@ PORTNAME= tcpmssd PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= # none DISTFILES= # none @@ -10,13 +10,13 @@ COMMENT= Utility to correct requested TCP receive segment size NO_WRKSUBDIR= yes -PLIST_FILES= bin/tcpmssd man/man8/tcpmssd.8.gz +PLIST_FILES= bin/tcpmssd share/man/man8/tcpmssd.8.gz do-build: ${CC} ${CFLAGS} ${FILESDIR}/${PORTNAME}.c -o ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net/tcpshow/Makefile b/net/tcpshow/Makefile index 7ddce51f1bb..274e2f43e68 100644 --- a/net/tcpshow/Makefile +++ b/net/tcpshow/Makefile @@ -1,6 +1,6 @@ PORTNAME= tcpshow PORTVERSION= 1.74 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net security MASTER_SITES= LOCAL/obrien DISTFILES= tcpshow.c tcpshow.1 @@ -20,6 +20,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpshow ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tcpshow.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/tcpshow.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net/tcpshow/pkg-plist b/net/tcpshow/pkg-plist index 087eab98fd8..558a4ce1cf2 100644 --- a/net/tcpshow/pkg-plist +++ b/net/tcpshow/pkg-plist @@ -1,2 +1,2 @@ bin/tcpshow -man/man1/tcpshow.1.gz +share/man/man1/tcpshow.1.gz diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index ace702a5396..4af48347a4a 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,5 +1,6 @@ PORTNAME= tcptrace PORTVERSION= 6.6.8 +PORTREVISION= 1 CATEGORIES= net #MASTER_SITES= http://www.tcptrace.org/download/ @@ -19,7 +20,7 @@ GH_TAGNAME= 508f73a PLIST_FILES= bin/tcptrace \ bin/xpl2gpl \ - man/man1/tcptrace.1.gz + share/man/man1/tcptrace.1.gz PORTDOCS= ARGS CHANGES FAQ README README.mailing_list \ README.modules README.tline_graphs README.tput_graphs \ @@ -30,7 +31,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/xpl2gpl ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/net/timed/Makefile b/net/timed/Makefile index 9d8f905e708..4ce09816a9f 100644 --- a/net/timed/Makefile +++ b/net/timed/Makefile @@ -1,6 +1,6 @@ PORTNAME= timed PORTVERSION= 8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= se@FreeBSD.org @@ -20,7 +20,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${f}/${f} \ ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${f}/${f}.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${STAGEDIR}${PREFIX}/share/man/man8/ .endfor ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/timed \ ${STAGEDIR}${PREFIX}/etc/rc.d/ diff --git a/net/timed/pkg-plist b/net/timed/pkg-plist index 3e10cbdfa72..e98cab6bb0e 100644 --- a/net/timed/pkg-plist +++ b/net/timed/pkg-plist @@ -1,6 +1,6 @@ etc/rc.d/timed -man/man8/timed.8.gz -man/man8/timedc.8.gz +share/man/man8/timed.8.gz +share/man/man8/timedc.8.gz sbin/timed @mode 4555 sbin/timedc diff --git a/net/trippy/Makefile b/net/trippy/Makefile index a6ab0fb0b26..c30cc86446b 100644 --- a/net/trippy/Makefile +++ b/net/trippy/Makefile @@ -1,6 +1,6 @@ PORTNAME= trippy PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org diff --git a/net/ts-warp/Makefile b/net/ts-warp/Makefile index 063e5a35223..7ee75d08733 100644 --- a/net/ts-warp/Makefile +++ b/net/ts-warp/Makefile @@ -22,9 +22,9 @@ do-install: ${STAGEDIR}${PREFIX}/etc/ts-warp.conf.sample ${INSTALL_DATA} ${WRKSRC}/examples/ts-warp_pf_freebsd.conf \ ${STAGEDIR}${PREFIX}/etc/ts-warp_pf.conf.sample - ${INSTALL_MAN} ${WRKSRC}/man/ts-pass.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.sh.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/ts-pass.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.sh.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.5 ${STAGEDIR}${PREFIX}/share/man/man5 + ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net/ts-warp/pkg-plist b/net/ts-warp/pkg-plist index a2d1ad4e1c3..2433c14fc23 100644 --- a/net/ts-warp/pkg-plist +++ b/net/ts-warp/pkg-plist @@ -2,8 +2,8 @@ bin/ts-pass bin/ts-warp @sample etc/ts-warp.conf.sample @sample etc/ts-warp_pf.conf.sample -man/man1/ts-pass.1.gz -man/man1/ts-warp.sh.1.gz -man/man5/ts-warp.5.gz -man/man8/ts-warp.8.gz +share/man/man1/ts-pass.1.gz +share/man/man1/ts-warp.sh.1.gz +share/man/man5/ts-warp.5.gz +share/man/man8/ts-warp.8.gz @dir /var/db/ts-warp diff --git a/net/usockets/Makefile b/net/usockets/Makefile index fccbd803f33..56edca8f7ce 100644 --- a/net/usockets/Makefile +++ b/net/usockets/Makefile @@ -1,6 +1,6 @@ PORTNAME= usockets DISTVERSIONPREFIX= v -DISTVERSION= 0.8.1 +DISTVERSION= 0.8.7 CATEGORIES= net devel MAINTAINER= yuri@FreeBSD.org @@ -30,7 +30,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/src/libusockets.h ${STAGEDIR}${PREFIX}/include ${INSTALL_LIB} ${WRKSRC}/libuSockets.so ${STAGEDIR}${PREFIX}/lib -do-test: # tests fail to compile: https://github.com/uNetworking/uSockets/issues/160 +do-test: # tests fail to compile: https://github.com/uNetworking/uSockets/issues/213 cd ${WRKSRC} && \ ${CXX} -o test tests/sni_test.c ${STAGEDIR}${PREFIX}/lib/libuSockets.so && \ ./test diff --git a/net/usockets/distinfo b/net/usockets/distinfo index 5c3a60b6d8b..0fdd12c2511 100644 --- a/net/usockets/distinfo +++ b/net/usockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634421753 -SHA256 (uNetworking-uSockets-v0.8.1_GH0.tar.gz) = 3b33b5924a92577854e2326b3e2d393849ec00beb865a1271bf24c0f210cc1d6 -SIZE (uNetworking-uSockets-v0.8.1_GH0.tar.gz) = 65470 +TIMESTAMP = 1704868412 +SHA256 (uNetworking-uSockets-v0.8.7_GH0.tar.gz) = 920313a2ae42bbda17bded6fc83b3df635af24cc9abefc87905ad60fdc596edf +SIZE (uNetworking-uSockets-v0.8.7_GH0.tar.gz) = 90189 diff --git a/net/usockets/files/patch-Makefile b/net/usockets/files/patch-Makefile index 58682e35833..feba3bb7984 100644 --- a/net/usockets/files/patch-Makefile +++ b/net/usockets/files/patch-Makefile @@ -1,30 +1,25 @@ ---- Makefile.orig 2021-09-05 06:06:00 UTC +--- Makefile.orig 2023-12-28 02:58:25 UTC +++ Makefile -@@ -46,22 +46,22 @@ override LDFLAGS += uSockets.a - # By default we build the uSockets.a static library - default: - rm -f *.o -- $(CC) $(CFLAGS) -flto -O3 -c src/*.c src/eventing/*.c src/crypto/*.c -+ $(CC) $(CFLAGS) -fPIC -flto -c src/*.c src/eventing/*.c src/crypto/*.c +@@ -77,18 +77,18 @@ ifeq ($(WITH_ASIO),1) + $(CC) $(CFLAGS) -O3 -c src/*.c src/eventing/*.c src/crypto/*.c src/io_uring/*.c # Also link in Boost Asio support ifeq ($(WITH_ASIO),1) - $(CXX) $(CXXFLAGS) -Isrc -std=c++14 -flto -O3 -c src/eventing/asio.cpp -+ $(CXX) $(CXXFLAGS) -Isrc -fPIC -std=c++14 -flto -c src/eventing/asio.cpp ++ $(CXX) $(CXXFLAGS) -Isrc -fPIC -std=c++14 -flto -O3 -c src/eventing/asio.cpp endif # For now we do rely on C++17 for OpenSSL support but we will be porting this work to C11 ifeq ($(WITH_OPENSSL),1) - $(CXX) $(CXXFLAGS) -std=c++17 -flto -O3 -c src/crypto/*.cpp -+ $(CXX) $(CXXFLAGS) -fPIC -std=c++17 -flto -c src/crypto/*.cpp ++ $(CXX) $(CXXFLAGS) -fPIC -std=c++17 -flto -O3 -c src/crypto/*.cpp endif -- $(AR) rvs uSockets.a *.o -+ $(CXX) -shared -o libuSockets.so *.o -lssl + ifeq ($(WITH_BORINGSSL),1) +- $(CXX) $(CXXFLAGS) -std=c++17 -flto -O3 -c src/crypto/*.cpp ++ $(CXX) $(CXXFLAGS) -fPIC -std=c++17 -flto -O3 -c src/crypto/*.cpp + endif + # Create a static library (try windows, then unix) +- lib.exe /out:uSockets.a *.o || $(AR) rvs uSockets.a *.o ++ lib.exe /out:uSockets.a *.o || $(CXX) -shared -o libuSockets.so *.o -lssl - # Builds all examples - .PHONY: examples - examples: default -- for f in examples/*.c; do $(CC) -flto -O3 $(CFLAGS) -o $$(basename "$$f" ".c") "$$f" $(LDFLAGS); done -+ for f in examples/*.c; do $(CC) -fPIC -flto $(CFLAGS) -o $$(basename "$$f" ".c") "$$f" $(LDFLAGS); done - - swift_examples: - swiftc -O -I . examples/swift_http_server/main.swift uSockets.a -o swift_http_server + # BoringSSL needs cmake and golang + .PHONY: boringssl diff --git a/net/wangle/Makefile b/net/wangle/Makefile index efcefacbc49..2c3aefc04dc 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2024.01.01.00 +DISTVERSION= 2024.01.08.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/distinfo b/net/wangle/distinfo index 47204e75530..e73638dd44a 100644 --- a/net/wangle/distinfo +++ b/net/wangle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704170620 -SHA256 (facebook-wangle-v2024.01.01.00_GH0.tar.gz) = b09bae0554aaf0dde7a3ab2171c04f2a48722f8609a622f6b21136b6f2f0e05b -SIZE (facebook-wangle-v2024.01.01.00_GH0.tar.gz) = 347465 +TIMESTAMP = 1704778221 +SHA256 (facebook-wangle-v2024.01.08.00_GH0.tar.gz) = 1af63aa9d68bd85ba5b9524045c55f2d3d2e65491ee52ab60092f3de78c7e5fe +SIZE (facebook-wangle-v2024.01.08.00_GH0.tar.gz) = 347290 diff --git a/net/widentd/Makefile b/net/widentd/Makefile index 2ebe244c58b..5ba6f5ead78 100644 --- a/net/widentd/Makefile +++ b/net/widentd/Makefile @@ -4,13 +4,15 @@ PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://BSDforge.com/projects/source/net/widentd/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply WWW= https://BSDforge.com/projects/net/widentd/ LICENSE= BSD3CLAUSE BROKEN= Unfetchable +DEPRECATED= Abandonware, last release in 2004 and dead upstream. Consider using security/oidentd +EXPIRATION_DATE=2024-02-29 USES= ncurses uidfix tar:xz USE_RC_SUBR= widentd diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index f0e7b429646..17692669ccb 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,5 +1,5 @@ PORTNAME= wireshark -DISTVERSION= 4.2.0 +DISTVERSION= 4.2.2 CATEGORIES= net MASTER_SITES= https://1.na.dl.wireshark.org/src/ \ https://1.eu.dl.wireshark.org/src/ \ diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 38360969ca2..64e7c740d7f 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700168149 -SHA256 (wireshark-4.2.0.tar.xz) = 0e428492f4c3625d61a7ccff008dc0e429d16ab8caccad4403157ea92b48a75b -SIZE (wireshark-4.2.0.tar.xz) = 44941948 +TIMESTAMP = 1704464098 +SHA256 (wireshark-4.2.2.tar.xz) = 9e3672be8c6caf9279a5a13582d6711ab699ae2a79323e92a99409c1ead98521 +SIZE (wireshark-4.2.2.tar.xz) = 44918888 diff --git a/net/wireshark/files/patch-wsutil_ws__strptime.c b/net/wireshark/files/patch-wsutil_ws__strptime.c deleted file mode 100644 index 4f6042e7754..00000000000 --- a/net/wireshark/files/patch-wsutil_ws__strptime.c +++ /dev/null @@ -1,33 +0,0 @@ ---- wsutil/ws_strptime.c.orig 2023-11-17 16:54:52 UTC -+++ wsutil/ws_strptime.c -@@ -197,9 +197,12 @@ ws_strptime(const char *buf, const char *fmt, struct t - day_offset = -1, week_offset = 0, offs, mandatory; - const char *new_fmt; - long tm_gmtoff; -+ struct tm *gtm; -+ const time_t zero_secs = 0; - const char *tm_zone; - - bp = (const unsigned char *)buf; -+ gtm = localtime(&zero_secs); - - while (bp != NULL && (c = *fmt++) != '\0') { - /* Clear `alternate' modifier prior to new conversion. */ -@@ -570,7 +573,7 @@ namedzone: - } - /* 'J' is local time */ - if (delim(bp[1]) && *bp == 'J') { -- tm_gmtoff = -timezone; -+ tm_gmtoff = gtm->tm_gmtoff; - tm_zone = NULL; /* XXX */ - SET_ZONEP(zonep, tm_gmtoff, tm_zone); - bp++; -@@ -605,7 +608,7 @@ namedzone: - NULL, 2); - if (ep != NULL) { - tm->tm_isdst = i; -- tm_gmtoff = -timezone; -+ tm_gmtoff = gtm->tm_gmtoff; - tm_zone = tzname[i]; - SET_ZONEP(zonep, tm_gmtoff, tm_zone); - bp = ep; diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 3b7006a5960..290e167345d 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -672,10 +672,10 @@ bin/tshark %%DEVELOPMENT%%lib/cmake/wireshark/WiresharkTargets.cmake lib/libwireshark.so lib/libwireshark.so.17 -lib/libwireshark.so.17.0.0 +lib/libwireshark.so.17.0.2 lib/libwiretap.so lib/libwiretap.so.14 -lib/libwiretap.so.14.0.0 +lib/libwiretap.so.14.1.0 lib/libwsutil.so lib/libwsutil.so.15 lib/libwsutil.so.15.0.0 diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index d41fbb9c79c..183f606a134 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -1,5 +1,6 @@ PORTNAME= wmnd PORTVERSION= 0.4.18 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.thregr.org/~wavexx/software/wmnd/releases/ @@ -11,19 +12,19 @@ LICENSE= GPLv2 USES= gmake xorg -OPTIONS_DEFINE= EXAMPLES - USE_XORG= ice sm x11 xext xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dummy-driver --enable-drivers=freebsd_sysctl -PORTEXAMPLES= wmndrc PLIST_FILES= bin/wmnd \ - man/man1/wmnd.1.gz + share/man/man1/wmnd.1.gz +PORTEXAMPLES= wmndrc + +OPTIONS_DEFINE= EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${STAGEDIR}${EXAMPLESDIR} diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index 5b290dc69d3..3f32bcbbe92 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -1,6 +1,6 @@ PORTNAME= x11vnc PORTVERSION= 0.9.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MAINTAINER= dinoex@FreeBSD.org diff --git a/net/x11vnc/files/patch-ssltools.h b/net/x11vnc/files/patch-ssltools.h new file mode 100644 index 00000000000..e01cd2738f9 --- /dev/null +++ b/net/x11vnc/files/patch-ssltools.h @@ -0,0 +1,11 @@ +--- src/ssltools.h.orig 2019-01-05 13:22:11 UTC ++++ src/ssltools.h +@@ -1057,7 +1057,7 @@ char find_display[] = + "#\n" + "if [ \"X$FD_XDM\" != \"X\" ]; then\n" + " list=\"\"\n" +-" for pair in `echo \"$psout\" | grep '/X.* :[0-9][0-9]* .*-auth' | egrep -v 'startx|xinit' | sed -e 's,^.*/X.* \\(:[0-9][0-9]*\\) .* -auth \\([^ ][^ ]*\\).*$,\\1\\,\\2,' | sort -u`\n" ++" for pair in `echo \"$psout\" | grep '/X.* :[0-9][0-9]* .*-auth' | egrep -v 'startx|xinit' | sed -e 's,^.*/X.* \\(:[0-9][0-9]*\\).*-auth \\([^ ][^ ]*\\).*$,\\1\\,\\2,' | sort -u`\n" + " do\n" + " da=`echo \"$pair\" | awk -F, '{print $1}'`\n" + " xa=`echo \"$pair\" | awk -F, '{print $2}'`\n" diff --git a/net/x2goclient/Makefile b/net/x2goclient/Makefile index 7b9f6b43b0c..12a2b7ee4c0 100644 --- a/net/x2goclient/Makefile +++ b/net/x2goclient/Makefile @@ -1,6 +1,6 @@ PORTNAME= x2goclient PORTVERSION= 4.1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/ @@ -47,7 +47,7 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x2goclient ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/x2goclient.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/desktop/x2goclient.desktop \ ${STAGEDIR}${DESKTOPDIR} .for i in 16x16 32x32 48x48 64x64 128x128 diff --git a/net/x2goclient/pkg-plist b/net/x2goclient/pkg-plist index d5ba9375f0e..a516049ed80 100644 --- a/net/x2goclient/pkg-plist +++ b/net/x2goclient/pkg-plist @@ -1,5 +1,5 @@ bin/x2goclient -man/man1/x2goclient.1.gz +share/man/man1/x2goclient.1.gz share/applications/x2goclient.desktop %%PORTDOCS%%%%DOCSDIR%%/HOWTO.GPGCARD share/icons/hicolor/128x128/apps/x2goclient.png diff --git a/net/zsync/Makefile b/net/zsync/Makefile index 4b41455def9..c093f1ec848 100644 --- a/net/zsync/Makefile +++ b/net/zsync/Makefile @@ -28,7 +28,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${_BINS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${_MANPAGE:S,^,${WRKSRC}/doc/,} \ - ${STAGEDIR}${MANPREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/news/aub/Makefile b/news/aub/Makefile index c928f5bd581..9b2a99dedb4 100644 --- a/news/aub/Makefile +++ b/news/aub/Makefile @@ -17,13 +17,15 @@ NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= COPYING README aubconf.example -PLIST_FILES= bin/aub man/man1/aub.1.sgml.gz man/man1/aubconf.1.sgml.gz +PLIST_FILES= bin/aub \ + share/man/man1/aub.1.sgml.gz \ + share/man/man1/aubconf.1.sgml.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/aub ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/aub*.1.sgml ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/aub*.1.sgml ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/news/golded+/Makefile b/news/golded+/Makefile index e975199dc05..b9c07b7c6c2 100644 --- a/news/golded+/Makefile +++ b/news/golded+/Makefile @@ -1,5 +1,6 @@ PORTNAME= golded+ PORTVERSION= 1.1.5.a${SNAPDATE} +PORTREVISION= 1 CATEGORIES= news mail MASTER_SITES= SF/golded-plus/Golded%2B%201.1.5%20snapshots/${_SNAPDATE} DISTNAME= gpsrc-115-${SNAPDATE} @@ -46,7 +47,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/gedlnx ${STAGEDIR}${PREFIX}/bin/golded ${INSTALL_PROGRAM} ${WRKSRC}/bin/gnlnx ${STAGEDIR}${PREFIX}/bin/goldnode ${INSTALL_PROGRAM} ${WRKSRC}/bin/rddtlnx ${STAGEDIR}${PREFIX}/bin/rddt - ${INSTALL_MAN} ${WRKSRC}/docs/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for i in charset colorset config template ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/$i; diff --git a/news/golded+/pkg-plist b/news/golded+/pkg-plist index 9bedd4d9400..4957cb748b4 100644 --- a/news/golded+/pkg-plist +++ b/news/golded+/pkg-plist @@ -1,9 +1,9 @@ bin/golded bin/goldnode bin/rddt -man/man1/golded.1.gz -man/man1/goldnode.1.gz -man/man1/rddt.1.gz +share/man/man1/golded.1.gz +share/man/man1/goldnode.1.gz +share/man/man1/rddt.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/charset/1125_i-5.chs %%PORTEXAMPLES%%%%EXAMPLESDIR%%/charset/1125_u8.chs %%PORTEXAMPLES%%%%EXAMPLESDIR%%/charset/12501250.chs diff --git a/news/gup/Makefile b/news/gup/Makefile index f45bb4d3cd8..57bae3dcf45 100644 --- a/news/gup/Makefile +++ b/news/gup/Makefile @@ -1,5 +1,6 @@ PORTNAME= gup PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/unoff-contrib/ @@ -8,13 +9,13 @@ COMMENT= Allows remote sites to change their newsgroup subscriptions WRKSRC= ${WRKDIR}/gup -PLIST_FILES= libexec/gup man/man1/gup.1.gz +PLIST_FILES= libexec/gup share/man/man1/gup.1.gz do-configure: @${CP} ${FILESDIR}/freebsd ${WRKSRC}/config do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gup ${STAGEDIR}${PREFIX}/libexec - ${INSTALL_MAN} ${WRKSRC}/gup.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/gup.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index a64dcc7056e..686574dabec 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -43,8 +43,8 @@ TEST_TARGET= check MAN1_DE= leafnode-version.1 newsq.1 MAN8_DE= applyfilter.8 checkgroups.8 fetchnews.8 leafnode.8 texpire.8 MANLANG= "" de.ISO8859-1 -MAN1DIR_DE= ${MAN1PREFIX}/man/de.ISO8859-1/man1 -MAN8DIR_DE= ${MAN8PREFIX}/man/de.ISO8859-1/man8 +MAN1DIR_DE= ${PREFIX}/man/de.ISO8859-1/man1 +MAN8DIR_DE= ${PREFIX}/man/de.ISO8859-1/man8 DOCS= ADD-ONS ChangeLog COPYING CREDITS FAQ.txt FAQ.pdf FAQ.html \ INSTALL NEWS README ChangeLog.old README-FQDN README-FQDN.html \ @@ -75,7 +75,7 @@ post-install: .endif ${MKDIR} ${STAGEDIR}${MAN1DIR_DE} ${STAGEDIR}${MAN8DIR_DE} cd ${WRKSRC}/doc_german && \ - ${INSTALL_MAN} ${MAN1_DE} ${STAGEDIR}${MAN1PREFIX}/man/de.ISO8859-1/man1 && \ - ${INSTALL_MAN} ${MAN8_DE} ${STAGEDIR}${MAN8PREFIX}/man/de.ISO8859-1/man8 + ${INSTALL_MAN} ${MAN1_DE} ${STAGEDIR}${PREFIX}/man/de.ISO8859-1/man1 && \ + ${INSTALL_MAN} ${MAN8_DE} ${STAGEDIR}${PREFIX}/man/de.ISO8859-1/man8 .include diff --git a/news/mmail/Makefile b/news/mmail/Makefile index 63420a1e8fd..699d9dbca6b 100644 --- a/news/mmail/Makefile +++ b/news/mmail/Makefile @@ -1,5 +1,6 @@ PORTNAME= mmail DISTVERSION= 0.52 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF/multimail/MultiMail/${PORTVERSION} @@ -13,10 +14,10 @@ USES= gmake ncurses MAKE_ARGS= OPTS="" LIBS="${LDFLAGS} -lncurses" PLIST_FILES= bin/mmail \ - man/man1/mmail.1.gz + share/man/man1/mmail.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mm ${STAGEDIR}${PREFIX}/bin/mmail - ${INSTALL_MAN} ${WRKSRC}/mm.1 ${STAGEDIR}${MANPREFIX}/man/man1/mmail.1 + ${INSTALL_MAN} ${WRKSRC}/mm.1 ${STAGEDIR}${PREFIX}/share/man/man1/mmail.1 .include diff --git a/news/newspost/Makefile b/news/newspost/Makefile index ba112b2a6ed..fe39ee9bab1 100644 --- a/news/newspost/Makefile +++ b/news/newspost/Makefile @@ -1,6 +1,6 @@ PORTNAME= newspost PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MASTER_SITES= http://newspost.unixcab.org/download/ @@ -15,7 +15,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PORTDOCS= README PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= DOCS @@ -26,7 +26,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/man1/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/man1/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} diff --git a/news/nget/Makefile b/news/nget/Makefile index b0416393e31..78cf8d6ee87 100644 --- a/news/nget/Makefile +++ b/news/nget/Makefile @@ -1,7 +1,7 @@ PORTNAME= nget PORTVERSION= 0.27.1 DISTVERSIONSUFFIX= +uulib -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= news MASTER_SITES= SF @@ -35,8 +35,8 @@ CXXFLAGS+= -std=c++98 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nget ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/ngetlite ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/nget.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/ngetlite.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/nget.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ngetlite.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/news/nget/pkg-plist b/news/nget/pkg-plist index 46342ac9f6f..e18ca0cbadc 100644 --- a/news/nget/pkg-plist +++ b/news/nget/pkg-plist @@ -1,6 +1,6 @@ bin/nget bin/ngetlite -man/man1/nget.1.gz -man/man1/ngetlite.1.gz +share/man/man1/nget.1.gz +share/man/man1/ngetlite.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/FAQ diff --git a/news/nn/Makefile b/news/nn/Makefile index a60ffaf6d28..fe5cb2b6e20 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -1,6 +1,6 @@ PORTNAME= nn PORTVERSION= 6.7.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news MASTER_SITES= ftp://ftp.nndev.org/pub/nn-${PORTVERSION:R}/ @@ -17,7 +17,7 @@ pre-patch: @${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h.unparsed pre-build: - @${SED} 's#SUB_PREFIX#${PREFIX}#; s#SUB_MANPREFIX#${MANPREFIX}#' \ + @${SED} 's#SUB_PREFIX#${PREFIX}#; s#SUB_MANPREFIX#${PREFIX}/share#' \ ${WRKSRC}/config.h.unparsed > ${WRKSRC}/config.h post-build: diff --git a/news/nn/pkg-plist b/news/nn/pkg-plist index b44848caa91..1ffdc6fe78f 100644 --- a/news/nn/pkg-plist +++ b/news/nn/pkg-plist @@ -33,17 +33,17 @@ lib/nn/help/help.show lib/nn/help/help.sort lib/nn/help/help.variables lib/nn/help/Manual -man/man1/nn.1.gz -man/man1/nnacct.1m.gz -man/man1/nnadmin.1m.gz -man/man1/nncheck.1.gz -man/man1/nngoback.1.gz -man/man1/nngrab.1.gz -man/man1/nngrep.1.gz -man/man1/nnpost.1.gz -man/man1/nnstats.1m.gz -man/man1/nntidy.1.gz -man/man1/nnusage.1m.gz -man/man1/nnview.1.gz -man/man8/nnmaster.8.gz -man/man8/nnspew.8.gz +share/man/man1/nn.1.gz +share/man/man1/nnacct.1m.gz +share/man/man1/nnadmin.1m.gz +share/man/man1/nncheck.1.gz +share/man/man1/nngoback.1.gz +share/man/man1/nngrab.1.gz +share/man/man1/nngrep.1.gz +share/man/man1/nnpost.1.gz +share/man/man1/nnstats.1m.gz +share/man/man1/nntidy.1.gz +share/man/man1/nnusage.1m.gz +share/man/man1/nnview.1.gz +share/man/man8/nnmaster.8.gz +share/man/man8/nnspew.8.gz diff --git a/news/noffle/Makefile b/news/noffle/Makefile index 28f5f425a8a..9db29186951 100644 --- a/news/noffle/Makefile +++ b/news/noffle/Makefile @@ -1,6 +1,6 @@ PORTNAME= noffle PORTVERSION= 1.1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28devel%29/${PORTVERSION} @@ -38,9 +38,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/noffle.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/noffle.conf.5 \ - ${STAGEDIR}${MANPREFIX}/man/man5 + ${STAGEDIR}${PREFIX}/share/man/man5 ${INSTALL_DATA} ${WRKSRC}/noffle.conf.example \ ${STAGEDIR}${PREFIX}/etc/noffle.conf.sample @${MKDIR} ${STAGEDIR}${SPOOL_DIR}/data \ diff --git a/news/noffle/pkg-plist b/news/noffle/pkg-plist index 63cc77ab559..b375f6da132 100644 --- a/news/noffle/pkg-plist +++ b/news/noffle/pkg-plist @@ -1,13 +1,13 @@ bin/noffle -man/man1/noffle.1.gz -man/man5/noffle.conf.5.gz +share/man/man1/noffle.1.gz +share/man/man5/noffle.conf.5.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/INTERNALS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/noffle.lsm %%PORTDOCS%%%%DOCSDIR%%/testing.txt -etc/noffle.conf.sample +@sample etc/noffle.conf.sample @dir %%SPOOL_DIR%%/data @dir %%SPOOL_DIR%%/lock @dir %%SPOOL_DIR%%/outgoing diff --git a/news/slrnface/Makefile b/news/slrnface/Makefile index 39343930aed..6e606999d34 100644 --- a/news/slrnface/Makefile +++ b/news/slrnface/Makefile @@ -1,6 +1,6 @@ PORTNAME= slrnface PORTVERSION= 2.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= news MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -19,13 +19,13 @@ MAKE_ARGS= CC="${CC}" C_FLAGS="${CFLAGS}" \ USES= xorg USE_XORG= xt -PLIST_FILES= bin/slrnface man/man1/slrnface.1.gz %%DATADIR%%/slrnface.sl +PLIST_FILES= bin/slrnface share/man/man1/slrnface.1.gz %%DATADIR%%/slrnface.sl SUB_FILES= pkg-message do-install: ${INSTALL_PROGRAM} ${WRKSRC}/slrnface ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/slrnface.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/slrnface.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/slrnface.sl ${STAGEDIR}${DATADIR} diff --git a/ports-mgmt/genpatch/Makefile b/ports-mgmt/genpatch/Makefile index 8ca001b9ac4..03006e60023 100644 --- a/ports-mgmt/genpatch/Makefile +++ b/ports-mgmt/genpatch/Makefile @@ -1,6 +1,6 @@ PORTNAME= genpatch PORTVERSION= 1.40 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none @@ -16,9 +16,9 @@ SUB_LIST= WORKPATH=${PORTWORK} PLIST_FILES= bin/dupe \ bin/genpatch \ bin/portfix \ - man/man1/dupe.1.gz \ - man/man1/genpatch.1.gz \ - man/man1/portfix.1.gz + share/man/man1/dupe.1.gz \ + share/man/man1/genpatch.1.gz \ + share/man/man1/portfix.1.gz .include @@ -41,6 +41,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/genpatch ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/portfix ${STAGEDIR}${PREFIX}/bin (cd ${FILESDIR} && ${INSTALL_MAN} dupe.1 genpatch.1 portfix.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) .include diff --git a/ports-mgmt/pkg-graph/Makefile b/ports-mgmt/pkg-graph/Makefile index fd738860d5b..b9159aa1af6 100644 --- a/ports-mgmt/pkg-graph/Makefile +++ b/ports-mgmt/pkg-graph/Makefile @@ -1,6 +1,6 @@ PORTNAME= pkg-graph DISTVERSION= g20180614 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= ports-mgmt MAINTAINER= gnn@FreeBSD.org diff --git a/ports-mgmt/pkg_cleanup/Makefile b/ports-mgmt/pkg_cleanup/Makefile index 8d0018d2503..b76c7f54934 100644 --- a/ports-mgmt/pkg_cleanup/Makefile +++ b/ports-mgmt/pkg_cleanup/Makefile @@ -1,5 +1,6 @@ PORTNAME= pkg_cleanup PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= ports-mgmt DISTFILES= @@ -9,7 +10,7 @@ COMMENT= Interactive program for deinstalling 'leaf' packages WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/pkg_cleanup \ - man/man1/pkg_cleanup.1.gz + share/man/man1/pkg_cleanup.1.gz do-extract: @${MKDIR} ${WRKSRC} @@ -17,6 +18,6 @@ do-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pkg_cleanup ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/pkg_cleanup.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pkg_cleanup.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/ports-mgmt/pkg_cutleaves/Makefile b/ports-mgmt/pkg_cutleaves/Makefile index f0e15a3f24b..4ea32857736 100644 --- a/ports-mgmt/pkg_cutleaves/Makefile +++ b/ports-mgmt/pkg_cutleaves/Makefile @@ -1,5 +1,6 @@ PORTNAME= pkg_cutleaves PORTVERSION= 20181216 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none @@ -15,7 +16,7 @@ NO_BUILD= yes SHEBANG_FILES= pkg_cutleaves NO_WRKSUBDIR= yes -PLIST_FILES= sbin/pkg_cutleaves man/man1/pkg_cutleaves.1.gz +PLIST_FILES= sbin/pkg_cutleaves share/man/man1/pkg_cutleaves.1.gz NO_ARCH= yes do-extract: @@ -34,6 +35,6 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pkg_cutleaves ${STAGEDIR}${PREFIX}/sbin/pkg_cutleaves - ${INSTALL_MAN} ${WRKSRC}/pkg_cutleaves.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pkg_cutleaves.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/ports-mgmt/pkg_rmleaves/Makefile b/ports-mgmt/pkg_rmleaves/Makefile index f9374a8a4fd..c1fcf442eb1 100644 --- a/ports-mgmt/pkg_rmleaves/Makefile +++ b/ports-mgmt/pkg_rmleaves/Makefile @@ -1,5 +1,6 @@ PORTNAME= pkg_rmleaves PORTVERSION= 20190108 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= https://files.wittig.name/${PORTNAME}/ \ http://files.wittig.name/${PORTNAME}/ @@ -11,10 +12,10 @@ LICENSE= BSD2CLAUSE NO_BUILD= yes -PLIST_FILES= sbin/pkg_rmleaves man/man1/pkg_rmleaves.1.gz +PLIST_FILES= sbin/pkg_rmleaves share/man/man1/pkg_rmleaves.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${STAGEDIR}${PREFIX}/sbin/pkg_rmleaves - ${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/ports-mgmt/pkgcompare/Makefile b/ports-mgmt/pkgcompare/Makefile index c46f4d8f29e..38379e86399 100644 --- a/ports-mgmt/pkgcompare/Makefile +++ b/ports-mgmt/pkgcompare/Makefile @@ -1,5 +1,6 @@ PORTNAME= pkgcompare PORTVERSION= 1.1 +PORTREVIDSION= 1 CATEGORIES= ports-mgmt MAINTAINER= waitman@waitman.net @@ -22,7 +23,7 @@ GH_TAGNAME= 418295d BINARY= pkg-compare PORTDOCS= * -PLIST_FILES= man/man8/pkg-compare.8.gz \ +PLIST_FILES= share/man/man8/pkg-compare.8.gz \ sbin/pkg-compare SUB_FILES= pkg-message @@ -31,7 +32,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${BINARY} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/pkg-compare.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} diff --git a/ports-mgmt/portal/Makefile b/ports-mgmt/portal/Makefile index ef8c3301a38..e6c3083f6d7 100644 --- a/ports-mgmt/portal/Makefile +++ b/ports-mgmt/portal/Makefile @@ -1,6 +1,6 @@ PORTNAME= portal PORTVERSION= 0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://github.com/culot/portal LICENSE= BSD2CLAUSE PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz USE_GITHUB= yes GH_ACCOUNT= culot @@ -26,6 +26,6 @@ LDFLAGS+= -L${NCURSESLIB} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index 10bf0578b09..12308d1999c 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -1,5 +1,6 @@ PORTNAME= portmaster PORTVERSION= 3.29 +PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= se@FreeBSD.org @@ -16,7 +17,7 @@ OPTIONS_DEFAULT=BASH ZSH PLIST_FILES= sbin/portmaster \ etc/portmaster.rc.sample \ - man/man8/portmaster.8.gz + share/man/man8/portmaster.8.gz BASH_PLIST_FILES= etc/bash_completion.d/portmaster.sh ZSH_PLIST_FILES= share/zsh/site-functions/_portmaster @@ -37,7 +38,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/files/portmaster.rc.sample \ ${STAGEDIR}${PREFIX}/etc ${INSTALL_MAN} ${WRKSRC}/files/portmaster.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 post-install-BASH-on: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d diff --git a/ports-mgmt/portoptscli/Makefile b/ports-mgmt/portoptscli/Makefile index 195c11f063c..44d62e0d187 100644 --- a/ports-mgmt/portoptscli/Makefile +++ b/ports-mgmt/portoptscli/Makefile @@ -1,5 +1,6 @@ PORTNAME= portoptscli DISTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= ports-mgmt accessibility MAINTAINER= alfix86@gmail.com @@ -13,10 +14,10 @@ USE_GITLAB= yes GL_ACCOUNT= alfix PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile index 2718264496c..d7691aae980 100644 --- a/ports-mgmt/portscout/Makefile +++ b/ports-mgmt/portscout/Makefile @@ -1,6 +1,6 @@ PORTNAME= portscout PORTVERSION= 0.8.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ports-mgmt MAINTAINER= bofh@FreeBSD.org @@ -81,7 +81,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/portscout.pod ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} pod2man ${WRKSRC}/portscout.pod ${WRKSRC}/portscout.1 - ${INSTALL_MAN} ${WRKSRC}/portscout.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/portscout.1 ${STAGEDIR}${PREFIX}/share/man/man1/ @${MKDIR} ${STAGEDIR}${DATADIR}/templates cd ${WRKSRC}/templates \ diff --git a/ports-mgmt/portscout/pkg-plist b/ports-mgmt/portscout/pkg-plist index 70a36c28e6d..6a34af7e7b2 100644 --- a/ports-mgmt/portscout/pkg-plist +++ b/ports-mgmt/portscout/pkg-plist @@ -1,6 +1,6 @@ bin/portscout @sample etc/portscout.conf.sample -man/man1/portscout.1.gz +share/man/man1/portscout.1.gz %%DATADIR%%/templates/index.html %%DATADIR%%/templates/maintainer.html %%DATADIR%%/templates/reminder-no-maintainer.mail diff --git a/ports-mgmt/porttree/Makefile b/ports-mgmt/porttree/Makefile index 120b6084870..2718609e040 100644 --- a/ports-mgmt/porttree/Makefile +++ b/ports-mgmt/porttree/Makefile @@ -18,14 +18,14 @@ USES= python tar:bzip2 shebangfix SVN_REV= 114 NO_BUILD= yes -PLIST_FILES= bin/porttree man/man1/porttree.1.gz +PLIST_FILES= bin/porttree share/man/man1/porttree.1.gz NO_ARCH= yes SHEBANG_FILES= src/porttree.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/porttree.py ${STAGEDIR}${PREFIX}/bin/porttree - ${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-test: LC_ALL="en_US.UTF-8" ${WRKSRC}/tests/tests.sh diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 2f5a749a190..3740acd7c0d 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= poudriere -DISTVERSION= 3.4.99.20231211 +DISTVERSION= 3.4.99.20240105 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -16,7 +16,7 @@ CONFLICTS_INSTALL= poudriere USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 9143ab49 +GH_TAGNAME= 49a98162 #GH_TAGNAME= 234f8d15 GNU_CONFIGURE= yes diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index 6dbe588a7de..e54cd8f1113 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702283308 -SHA256 (freebsd-poudriere-3.4.99.20231211-9143ab49_GH0.tar.gz) = 9f74a7fbbb6d1744e3b5067a50cd0c403602e7f7dc0105c2d192bd417a9b5a9b -SIZE (freebsd-poudriere-3.4.99.20231211-9143ab49_GH0.tar.gz) = 4164026 +TIMESTAMP = 1704468200 +SHA256 (freebsd-poudriere-3.4.99.20240105-49a98162_GH0.tar.gz) = 6c413b74dcc62730ebba7047c0fca9db51befa7383dbf4e9363d8ad855694dac +SIZE (freebsd-poudriere-3.4.99.20240105-49a98162_GH0.tar.gz) = 4558870 diff --git a/ports-mgmt/poudriere-devel/pkg-plist b/ports-mgmt/poudriere-devel/pkg-plist index 72bd0c1d500..764458e45f0 100644 --- a/ports-mgmt/poudriere-devel/pkg-plist +++ b/ports-mgmt/poudriere-devel/pkg-plist @@ -21,7 +21,6 @@ libexec/poudriere/setsid libexec/poudriere/sh libexec/poudriere/timeout libexec/poudriere/timestamp -man/man8/poudriere.8.gz man/man8/poudriere-bulk.8.gz man/man8/poudriere-distclean.8.gz man/man8/poudriere-image.8.gz @@ -34,10 +33,13 @@ man/man8/poudriere-queue.8.gz man/man8/poudriere-status.8.gz man/man8/poudriere-testport.8.gz man/man8/poudriere-version.8.gz +man/man8/poudriere.8.gz +%%BASH%%share/bash-completion/completions/poudriere +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Caddyfile.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpd.conf.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nginx.conf.sample -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Caddyfile.sample %%DATADIR%%/MANIFESTS +%%DATADIR%%/api.sh %%DATADIR%%/awk/dependency_loop.awk %%DATADIR%%/awk/humanize.awk %%DATADIR%%/awk/json.awk @@ -47,37 +49,37 @@ man/man8/poudriere-version.8.gz %%DATADIR%%/awk/processonelog2.awk %%DATADIR%%/awk/siginfo_buildtime.awk %%DATADIR%%/awk/unique_pkgnames_from_flavored_origins.awk -%%DATADIR%%/api.sh %%DATADIR%%/bulk.sh %%DATADIR%%/common.sh %%DATADIR%%/daemon.sh %%DATADIR%%/distclean.sh %%DATADIR%%/foreachport.sh -%%DATADIR%%/html/assets/DataTables-1.10.0/css/jquery.dataTables.min.css -%%DATADIR%%/html/assets/DataTables-1.10.0/css/jquery.dataTables_themeroller.min.css -%%DATADIR%%/html/assets/DataTables-1.10.0/images/back_disabled.png -%%DATADIR%%/html/assets/DataTables-1.10.0/images/back_enabled.png -%%DATADIR%%/html/assets/DataTables-1.10.0/images/back_enabled_hover.png -%%DATADIR%%/html/assets/DataTables-1.10.0/images/forward_disabled.png -%%DATADIR%%/html/assets/DataTables-1.10.0/images/forward_enabled.png -%%DATADIR%%/html/assets/DataTables-1.10.0/images/forward_enabled_hover.png -%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_asc.png -%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_asc_disabled.png -%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_both.png -%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_desc.png -%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_desc_disabled.png -%%DATADIR%%/html/assets/DataTables-1.10.0/js/jquery.dataTables.min.js -%%DATADIR%%/html/assets/bootstrap-3.1.1/css/bootstrap-theme.min.css -%%DATADIR%%/html/assets/bootstrap-3.1.1/css/bootstrap.min.css -%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot -%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg -%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf -%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff -%%DATADIR%%/html/assets/bootstrap-3.1.1/js/bootstrap.min.js +%%DATADIR%%/html/assets/DataTables-1.13.8/css/jquery.dataTables.min.css +%%DATADIR%%/html/assets/DataTables-1.13.8/images/sort_asc.png +%%DATADIR%%/html/assets/DataTables-1.13.8/images/sort_asc_disabled.png +%%DATADIR%%/html/assets/DataTables-1.13.8/images/sort_both.png +%%DATADIR%%/html/assets/DataTables-1.13.8/images/sort_desc.png +%%DATADIR%%/html/assets/DataTables-1.13.8/images/sort_desc_disabled.png +%%DATADIR%%/html/assets/DataTables-1.13.8/js/jquery.dataTables.min.js +%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap-theme.css +%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap-theme.css.map +%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap-theme.min.css +%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap-theme.min.css.map +%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap.css +%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap.css.map +%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap.min.css +%%DATADIR%%/html/assets/bootstrap-3.4.1/css/bootstrap.min.css.map +%%DATADIR%%/html/assets/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.eot +%%DATADIR%%/html/assets/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.svg +%%DATADIR%%/html/assets/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.ttf +%%DATADIR%%/html/assets/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff +%%DATADIR%%/html/assets/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff2 +%%DATADIR%%/html/assets/bootstrap-3.4.1/js/bootstrap.js +%%DATADIR%%/html/assets/bootstrap-3.4.1/js/bootstrap.min.js %%DATADIR%%/html/assets/favicon.ico -%%DATADIR%%/html/assets/jquery-1.11.1.js -%%DATADIR%%/html/assets/jquery-1.11.1.min.js -%%DATADIR%%/html/assets/jquery-1.11.1.min.map +%%DATADIR%%/html/assets/jquery-3.7.1/jquery-3.7.1.js +%%DATADIR%%/html/assets/jquery-3.7.1/jquery-3.7.1.min.js +%%DATADIR%%/html/assets/jquery-3.7.1/jquery-3.7.1.min.map %%DATADIR%%/html/assets/jquery.dataTables.rowGrouping-1.2.9.js %%DATADIR%%/html/assets/logo.svg %%DATADIR%%/html/assets/poudriere.css @@ -120,5 +122,4 @@ man/man8/poudriere-version.8.gz %%DATADIR%%/queue.sh %%DATADIR%%/status.sh %%DATADIR%%/testport.sh -%%BASH%%share/bash-completion/completions/poudriere %%ZSH%%share/zsh/site-functions/_poudriere diff --git a/ports-mgmt/sccache-overlay/Makefile b/ports-mgmt/sccache-overlay/Makefile index 433209036d8..e2a23c9d9b3 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= 23 +PORTREVISION= 24 CATEGORIES= ports-mgmt PKGNAMESUFFIX= -overlay diff --git a/print/bibcursed/Makefile b/print/bibcursed/Makefile index a001eb1c0ca..81669ce339a 100644 --- a/print/bibcursed/Makefile +++ b/print/bibcursed/Makefile @@ -1,5 +1,6 @@ PORTNAME= bibcursed PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -10,7 +11,7 @@ COMMENT= Simple curses-based editor for BibTeX bibliography files USES= ncurses tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/bibcursed man/man1/bibcursed.1.gz +PLIST_FILES= bin/bibcursed share/man/man1/bibcursed.1.gz do-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} \ @@ -18,6 +19,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/print/c2ps/Makefile b/print/c2ps/Makefile index 7f07779a81e..04a400450f3 100644 --- a/print/c2ps/Makefile +++ b/print/c2ps/Makefile @@ -1,6 +1,6 @@ PORTNAME= c2ps PORTVERSION= 4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= http://www.cs.technion.ac.il/users/c2ps/ @@ -12,10 +12,10 @@ LIB_DEPENDS= libpaper.so:print/libpaper CPPFLAGS+= -I${LOCALBASE}/include -PLIST_FILES= bin/c2ps man/man1/c2ps.1.gz +PLIST_FILES= bin/c2ps share/man/man1/c2ps.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/c2ps ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/c2ps.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/c2ps.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile index a4010be3fe6..a690e01ee80 100644 --- a/print/catdvi/Makefile +++ b/print/catdvi/Makefile @@ -1,6 +1,6 @@ PORTNAME= catdvi PORTVERSION= 0.14 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= SF @@ -17,13 +17,13 @@ MAKEFILE= GNUmakefile ALL_TARGET= # empty MAKE_JOBS_UNSAFE= yes -PLIST_FILES= bin/catdvi man/man1/catdvi.1.gz +PLIST_FILES= bin/catdvi share/man/man1/catdvi.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/catdvi ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/print/detex/Makefile b/print/detex/Makefile index d28ff1523b2..d8451734bc0 100644 --- a/print/detex/Makefile +++ b/print/detex/Makefile @@ -1,6 +1,6 @@ PORTNAME= detex PORTVERSION= 2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.cs.purdue.edu/homes/trinkle/detex/ @@ -16,7 +16,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNO_MALLOC_DECL -DHAVE_STRING_H" CONFLICTS_INSTALL= texlive-base # bin/detex -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTDOCS= README OPTIONS_DEFINE= DOCS @@ -27,7 +27,7 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/print/dvi2tty/Makefile b/print/dvi2tty/Makefile index c8f9e23a7ee..2539252266f 100644 --- a/print/dvi2tty/Makefile +++ b/print/dvi2tty/Makefile @@ -1,5 +1,6 @@ PORTNAME= dvi2tty PORTVERSION= 5.3.4 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.mesa.nl/pub/dvi2tty/ EXTRACT_SUFX= .tgz @@ -13,13 +14,13 @@ CONFLICTS= texlive-base # bin/disdvi bin/dvi2tty MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${STRIP}" PLIST_FILES= bin/disdvi bin/dvi2tty \ - man/man1/disdvi.1.gz \ - man/man1/dvi2tty.1.gz + share/man/man1/disdvi.1.gz \ + share/man/man1/dvi2tty.1.gz do-install: .for name in disdvi dvi2tty ${INSTALL_PROGRAM} ${WRKSRC}/${name} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${name}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${name}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/print/dvisvg/Makefile b/print/dvisvg/Makefile index c1d53550b8d..2e691bc0b5e 100644 --- a/print/dvisvg/Makefile +++ b/print/dvisvg/Makefile @@ -1,6 +1,6 @@ PORTNAME= dvisvg DISTVERSION= 0.7.1d -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= print MASTER_SITES= http://dvisvg.sourceforge.net/files/ @@ -29,7 +29,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/dvisvg ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dvisvg.man \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/dvisvg.1 + ${STAGEDIR}${PREFIX}/share/man/man1/dvisvg.1 @${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFDIR}/${PORTNAME} .for file in dvisvg.map font2svg.enc font2svg.ps ${INSTALL_DATA} ${WRKSRC}/${file} \ diff --git a/print/dvisvg/pkg-plist b/print/dvisvg/pkg-plist index 6bba35e51f7..341a80c62b9 100644 --- a/print/dvisvg/pkg-plist +++ b/print/dvisvg/pkg-plist @@ -1,5 +1,5 @@ bin/dvisvg -man/man1/dvisvg.1.gz +share/man/man1/dvisvg.1.gz %%TEXMFDIR%%/dvisvg/dvisvg.map %%TEXMFDIR%%/dvisvg/font2svg.enc %%TEXMFDIR%%/dvisvg/font2svg.ps diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index cb6574d970b..39fa56caf75 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -1,6 +1,6 @@ PORTNAME= html2ps DISTVERSION= 1.0b7 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= print www perl5 MASTER_SITES= LOCAL/hrs @@ -24,8 +24,8 @@ SUB_FILES= html2psrc PLIST_FILES= bin/html2ps \ etc/html2psrc \ - man/man1/html2ps.1.gz \ - man/man5/html2psrc.5.gz \ + share/man/man1/html2ps.1.gz \ + share/man/man5/html2psrc.5.gz \ ${DATADIR_REL}/html2ps.html \ ${DATADIR_REL}/hyphen.tex @@ -40,8 +40,8 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/html2ps ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/html2psrc ${STAGEDIR}${PREFIX}/etc - ${INSTALL_MAN} ${WRKSRC}/html2ps.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/html2psrc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/html2ps.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/html2psrc.5 ${STAGEDIR}${PREFIX}/share/man/man5 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/html2ps.html ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/hyphen.tex ${STAGEDIR}${DATADIR} diff --git a/print/latexdiff/Makefile b/print/latexdiff/Makefile index ecec4cb3ded..243e7205ed8 100644 --- a/print/latexdiff/Makefile +++ b/print/latexdiff/Makefile @@ -1,5 +1,6 @@ PORTNAME= latexdiff PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= print perl5 MASTER_SITES= https://github.com/ftilmann/${PORTNAME}/releases/download/${PORTVERSION}/ @@ -20,7 +21,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin .endfor .for m in latexdiff.1 latexdiff-vc.1 latexrevise.1 - ${INSTALL_MAN} ${WRKSRC}/${m} ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${m} ${STAGEDIR}${PREFIX}/share/man/man1 .endfor ${LN} -s latexdiff-so ${STAGEDIR}${PREFIX}/bin/latexdiff diff --git a/print/latexdiff/pkg-plist b/print/latexdiff/pkg-plist index 6d56e844b86..fc6054f50f8 100644 --- a/print/latexdiff/pkg-plist +++ b/print/latexdiff/pkg-plist @@ -3,6 +3,6 @@ bin/latexdiff-fast bin/latexdiff-so bin/latexdiff-vc bin/latexrevise -man/man1/latexdiff.1.gz -man/man1/latexdiff-vc.1.gz -man/man1/latexrevise.1.gz +share/man/man1/latexdiff.1.gz +share/man/man1/latexdiff-vc.1.gz +share/man/man1/latexrevise.1.gz diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index d35b19ac57c..2b4fed4d05c 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= lilypond -DISTVERSION= 2.25.11 +DISTVERSION= 2.25.12 CATEGORIES= print audio MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ PKGNAMESUFFIX= -devel diff --git a/print/lilypond-devel/distinfo b/print/lilypond-devel/distinfo index 02e7b32e8b8..abcbdc6108b 100644 --- a/print/lilypond-devel/distinfo +++ b/print/lilypond-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702258475 -SHA256 (lilypond-2.25.11.tar.gz) = 0c3be8d4b0539c35520f2443605d1a113a05b26bd6d5d95368c1dda4110e74c2 -SIZE (lilypond-2.25.11.tar.gz) = 19021649 +TIMESTAMP = 1704697439 +SHA256 (lilypond-2.25.12.tar.gz) = eb339afa6bd737549062052299dc64610fc487e89a09bf857977bf76095b1e69 +SIZE (lilypond-2.25.12.tar.gz) = 19039604 diff --git a/print/lilypond-devel/pkg-plist b/print/lilypond-devel/pkg-plist index 44564b9bed8..29f4583eca6 100644 --- a/print/lilypond-devel/pkg-plist +++ b/print/lilypond-devel/pkg-plist @@ -279,6 +279,7 @@ share/emacs/site-lisp/lilypond-words.el %%DATADIR%%/%%DISTVERSION%%/scm/lily/document-outside-staff-priorities.scm %%DATADIR%%/%%DISTVERSION%%/scm/lily/document-paper-sizes.scm %%DATADIR%%/%%DISTVERSION%%/scm/lily/document-paper-variables.scm +%%DATADIR%%/%%DISTVERSION%%/scm/lily/document-script-priorities.scm %%DATADIR%%/%%DISTVERSION%%/scm/lily/document-translation.scm %%DATADIR%%/%%DISTVERSION%%/scm/lily/document-type-predicates.scm %%DATADIR%%/%%DISTVERSION%%/scm/lily/documentation-generate.scm diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index 7e3ada4b6a3..6c8bfebfecc 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -1,6 +1,6 @@ PORTNAME= makeindex PORTVERSION= 3.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://ftp.linux.cz/pub/tex/local/indexing/makeindex3/ \ http://ftp.cstug.cz/pub/tex/local/indexing/makeindex3/ @@ -29,6 +29,6 @@ do-install: @(cd ${WRKSRC}/src-3.0/regexp; ${MAKE}) @(cd ${WRKSRC}/src-3.0; ${MAKE} install ${MAKE_ARGS}) @(cd ${WRKSRC}/doc; \ - ${INSTALL_DATA} makeindex.1 ${STAGEDIR}${MANPREFIX}/man/man1) + ${INSTALL_DATA} makeindex.1 ${STAGEDIR}${PREFIX}/share/man/man1) .include diff --git a/print/makeindex/pkg-plist b/print/makeindex/pkg-plist index 5af627b447a..146af7f2a86 100644 --- a/print/makeindex/pkg-plist +++ b/print/makeindex/pkg-plist @@ -1,5 +1,5 @@ bin/makeindex -man/man1/makeindex.1.gz +share/man/man1/makeindex.1.gz share/texmf/makeindx/din.ist share/texmf/makeindx/icase.ist share/texmf/makeindx/latex.ist diff --git a/print/nenscript/Makefile b/print/nenscript/Makefile index db66c011d87..93a8dac98ce 100644 --- a/print/nenscript/Makefile +++ b/print/nenscript/Makefile @@ -1,5 +1,6 @@ PORTNAME= nenscript PORTVERSION= 1.13.3 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.ai.mit.edu/projects/im/magnus/nenscript/ @@ -16,7 +17,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nenscript ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/nenscript.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/nenscript.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/print/nenscript/pkg-plist b/print/nenscript/pkg-plist index e2c29a43d17..6751d505cc7 100644 --- a/print/nenscript/pkg-plist +++ b/print/nenscript/pkg-plist @@ -1,3 +1,3 @@ bin/nenscript -man/man1/nenscript.1.gz +share/man/man1/nenscript.1.gz %%PORTDOCS%%%%DOCSDIR%%/readme diff --git a/print/panda/Makefile b/print/panda/Makefile index d1543f0f3cd..74f4db31920 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -1,6 +1,6 @@ PORTNAME= panda PORTVERSION= 0.5.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print MASTER_SITES= SF \ SAVANNAH \ @@ -27,7 +27,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS EXAMPLES post-install: - ${INSTALL_MAN} ${WRKSRC}/man/panda_*.3 ${STAGEDIR}${MANPREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/man/panda_*.3 ${STAGEDIR}${PREFIX}/share/man/man3 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS CONTRIBUTORS ChangeLog DEV-HINTS README TODO UNDERWAY ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} diff --git a/print/panda/pkg-plist b/print/panda/pkg-plist index 5a7b923d3ca..fd108cfa6f4 100644 --- a/print/panda/pkg-plist +++ b/print/panda/pkg-plist @@ -7,97 +7,97 @@ lib/libpanda.so lib/libpanda.so.0 lib/libpanda.so.0.0.0 libdata/pkgconfig/panda.pc -man/man3/panda_addchild.3.gz -man/man3/panda_addcubiccurvesegment.3.gz -man/man3/panda_addlinesegment.3.gz -man/man3/panda_addquadraticcurvesegmentone.3.gz -man/man3/panda_addquadraticcurvesegmenttwo.3.gz -man/man3/panda_applytemplate.3.gz -man/man3/panda_centerwindow.3.gz -man/man3/panda_checkinfo.3.gz -man/man3/panda_close.3.gz -man/man3/panda_closeline.3.gz -man/man3/panda_closetext.3.gz -man/man3/panda_createandinsertpage.3.gz -man/man3/panda_createfont.3.gz -man/man3/panda_dbclose.3.gz -man/man3/panda_dbopen.3.gz -man/man3/panda_dbread.3.gz -man/man3/panda_dbwrite.3.gz -man/man3/panda_endline.3.gz -man/man3/panda_entergraphicsmode.3.gz -man/man3/panda_error.3.gz -man/man3/panda_exitgraphicsmode.3.gz -man/man3/panda_fillline.3.gz -man/man3/panda_fitwindow.3.gz -man/man3/panda_freeobject.3.gz -man/man3/panda_freetextannotation.3.gz -man/man3/panda_fullscreen.3.gz -man/man3/panda_getfontobj.3.gz -man/man3/panda_hexstring.3.gz -man/man3/panda_hidemenubar.3.gz -man/man3/panda_hidetoolbar.3.gz -man/man3/panda_hidewindowui.3.gz -man/man3/panda_imagebox.3.gz -man/man3/panda_imageboxrot.3.gz -man/man3/panda_init.3.gz -man/man3/panda_insertJPEG.3.gz -man/man3/panda_insertPNG.3.gz -man/man3/panda_insertTIFF.3.gz -man/man3/panda_insertannotation.3.gz -man/man3/panda_makedate.3.gz -man/man3/panda_md5hash.3.gz -man/man3/panda_newobject.3.gz -man/man3/panda_newpage.3.gz -man/man3/panda_newtemplate.3.gz -man/man3/panda_nfspagemodde.3.gz -man/man3/panda_nowdate.3.gz -man/man3/panda_open.3.gz -man/man3/panda_open_actual.3.gz -man/man3/panda_open_suppress.3.gz -man/man3/panda_pageduration.3.gz -man/man3/panda_print.3.gz -man/man3/panda_printf.3.gz -man/man3/panda_processtrans.3.gz -man/man3/panda_putc.3.gz -man/man3/panda_rectangle.3.gz -man/man3/panda_setauthor.3.gz -man/man3/panda_setcharacterspacing.3.gz -man/man3/panda_setcreator.3.gz -man/man3/panda_setfillcolor.3.gz -man/man3/panda_setfont.3.gz -man/man3/panda_setfontmode.3.gz -man/man3/panda_setfontsize.3.gz -man/man3/panda_sethorizontalscaling.3.gz -man/man3/panda_setid.3.gz -man/man3/panda_setkeywords.3.gz -man/man3/panda_setleading.3.gz -man/man3/panda_setlinecap.3.gz -man/man3/panda_setlinecolor.3.gz -man/man3/panda_setlinedashing.3.gz -man/man3/panda_setlinejoin.3.gz -man/man3/panda_setlinestart.3.gz -man/man3/panda_setlinewidth.3.gz -man/man3/panda_setobjectproperty.3.gz -man/man3/panda_setsubject.3.gz -man/man3/panda_settitle.3.gz -man/man3/panda_setwordspacing.3.gz -man/man3/panda_streamprintf.3.gz -man/man3/panda_strokeline.3.gz -man/man3/panda_textannotation.3.gz -man/man3/panda_textbox.3.gz -man/man3/panda_textboxrot.3.gz -man/man3/panda_textdirection.3.gz -man/man3/panda_transduration.3.gz -man/man3/panda_transstyle.3.gz -man/man3/panda_traverseobjects.3.gz -man/man3/panda_writeobject.3.gz -man/man3/panda_writetrailer.3.gz -man/man3/panda_writexref.3.gz -man/man3/panda_xfree.3.gz -man/man3/panda_xmalloc.3.gz -man/man3/panda_xrealloc.3.gz -man/man3/panda_xsnprintf.3.gz +share/man/man3/panda_addchild.3.gz +share/man/man3/panda_addcubiccurvesegment.3.gz +share/man/man3/panda_addlinesegment.3.gz +share/man/man3/panda_addquadraticcurvesegmentone.3.gz +share/man/man3/panda_addquadraticcurvesegmenttwo.3.gz +share/man/man3/panda_applytemplate.3.gz +share/man/man3/panda_centerwindow.3.gz +share/man/man3/panda_checkinfo.3.gz +share/man/man3/panda_close.3.gz +share/man/man3/panda_closeline.3.gz +share/man/man3/panda_closetext.3.gz +share/man/man3/panda_createandinsertpage.3.gz +share/man/man3/panda_createfont.3.gz +share/man/man3/panda_dbclose.3.gz +share/man/man3/panda_dbopen.3.gz +share/man/man3/panda_dbread.3.gz +share/man/man3/panda_dbwrite.3.gz +share/man/man3/panda_endline.3.gz +share/man/man3/panda_entergraphicsmode.3.gz +share/man/man3/panda_error.3.gz +share/man/man3/panda_exitgraphicsmode.3.gz +share/man/man3/panda_fillline.3.gz +share/man/man3/panda_fitwindow.3.gz +share/man/man3/panda_freeobject.3.gz +share/man/man3/panda_freetextannotation.3.gz +share/man/man3/panda_fullscreen.3.gz +share/man/man3/panda_getfontobj.3.gz +share/man/man3/panda_hexstring.3.gz +share/man/man3/panda_hidemenubar.3.gz +share/man/man3/panda_hidetoolbar.3.gz +share/man/man3/panda_hidewindowui.3.gz +share/man/man3/panda_imagebox.3.gz +share/man/man3/panda_imageboxrot.3.gz +share/man/man3/panda_init.3.gz +share/man/man3/panda_insertJPEG.3.gz +share/man/man3/panda_insertPNG.3.gz +share/man/man3/panda_insertTIFF.3.gz +share/man/man3/panda_insertannotation.3.gz +share/man/man3/panda_makedate.3.gz +share/man/man3/panda_md5hash.3.gz +share/man/man3/panda_newobject.3.gz +share/man/man3/panda_newpage.3.gz +share/man/man3/panda_newtemplate.3.gz +share/man/man3/panda_nfspagemodde.3.gz +share/man/man3/panda_nowdate.3.gz +share/man/man3/panda_open.3.gz +share/man/man3/panda_open_actual.3.gz +share/man/man3/panda_open_suppress.3.gz +share/man/man3/panda_pageduration.3.gz +share/man/man3/panda_print.3.gz +share/man/man3/panda_printf.3.gz +share/man/man3/panda_processtrans.3.gz +share/man/man3/panda_putc.3.gz +share/man/man3/panda_rectangle.3.gz +share/man/man3/panda_setauthor.3.gz +share/man/man3/panda_setcharacterspacing.3.gz +share/man/man3/panda_setcreator.3.gz +share/man/man3/panda_setfillcolor.3.gz +share/man/man3/panda_setfont.3.gz +share/man/man3/panda_setfontmode.3.gz +share/man/man3/panda_setfontsize.3.gz +share/man/man3/panda_sethorizontalscaling.3.gz +share/man/man3/panda_setid.3.gz +share/man/man3/panda_setkeywords.3.gz +share/man/man3/panda_setleading.3.gz +share/man/man3/panda_setlinecap.3.gz +share/man/man3/panda_setlinecolor.3.gz +share/man/man3/panda_setlinedashing.3.gz +share/man/man3/panda_setlinejoin.3.gz +share/man/man3/panda_setlinestart.3.gz +share/man/man3/panda_setlinewidth.3.gz +share/man/man3/panda_setobjectproperty.3.gz +share/man/man3/panda_setsubject.3.gz +share/man/man3/panda_settitle.3.gz +share/man/man3/panda_setwordspacing.3.gz +share/man/man3/panda_streamprintf.3.gz +share/man/man3/panda_strokeline.3.gz +share/man/man3/panda_textannotation.3.gz +share/man/man3/panda_textbox.3.gz +share/man/man3/panda_textboxrot.3.gz +share/man/man3/panda_textdirection.3.gz +share/man/man3/panda_transduration.3.gz +share/man/man3/panda_transstyle.3.gz +share/man/man3/panda_traverseobjects.3.gz +share/man/man3/panda_writeobject.3.gz +share/man/man3/panda_writetrailer.3.gz +share/man/man3/panda_writexref.3.gz +share/man/man3/panda_xfree.3.gz +share/man/man3/panda_xmalloc.3.gz +share/man/man3/panda_xrealloc.3.gz +share/man/man3/panda_xsnprintf.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog diff --git a/print/pcal/Makefile b/print/pcal/Makefile index 1737cff39a2..aea415de7ea 100644 --- a/print/pcal/Makefile +++ b/print/pcal/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcal PORTVERSION= 4.11.0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -34,7 +35,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/html/pcal.cgi ${STAGEDIR}${PREFIX}/libexec ${INSTALL_SCRIPT} ${WRKSRC}/html/pcal.pl ${STAGEDIR}${PREFIX}/libexec ${INSTALL_MAN} ${WRKSRC}/doc/pcal.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/pcal.1 + ${STAGEDIR}${PREFIX}/share/man/man1/pcal.1 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/print/pcal/pkg-plist b/print/pcal/pkg-plist index 889ebecc428..3fd481e4377 100644 --- a/print/pcal/pkg-plist +++ b/print/pcal/pkg-plist @@ -1,7 +1,7 @@ bin/pcal libexec/pcal.cgi libexec/pcal.pl -man/man1/pcal.1.gz +share/man/man1/pcal.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_au.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_de.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_ee.txt diff --git a/print/pfbtopfa/Makefile b/print/pfbtopfa/Makefile index e9e22522ba0..caba9f8b1a3 100644 --- a/print/pfbtopfa/Makefile +++ b/print/pfbtopfa/Makefile @@ -1,6 +1,6 @@ PORTNAME= pfbtopfa PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.whizkidtech.redprince.net/pfbtopfa/ \ ftp://ftp.whizkidtech.redprince.net/fonts/ @@ -9,10 +9,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Convert PFB files to the PFA format WWW= http://www.whizkidtech.redprince.net/pfbtopfa/ -PLIST_FILES= bin/pfbtopfa man/man1/pfbtopfa.1.gz +PLIST_FILES= bin/pfbtopfa share/man/man1/pfbtopfa.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile index 11d1644e37f..3894a40edd8 100644 --- a/print/pstotext/Makefile +++ b/print/pstotext/Makefile @@ -1,6 +1,6 @@ PORTNAME= pstotext PORTVERSION= 1.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= http://ftp.gwdg.de/pub/ghostscript/contrib/ \ http://ftp.sunet.se/pub/text-processing/postscript/interpreters/ghostscript/contrib/ \ @@ -22,7 +22,7 @@ SUB_LIST= LICENSE=${LICENSE} \ LICENSE_DIR=${_LICENSE_DIR} PLIST_FILES= bin/pstotext \ - man/man1/pstotext.1.gz + share/man/man1/pstotext.1.gz post-patch: @${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ @@ -31,6 +31,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pstotext ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pstotext.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pstotext.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/print/rtf2latex2e/Makefile b/print/rtf2latex2e/Makefile index 439cd9e7127..65237ae0fb2 100644 --- a/print/rtf2latex2e/Makefile +++ b/print/rtf2latex2e/Makefile @@ -1,5 +1,6 @@ PORTNAME= rtf2latex2e DISTVERSION= 2-2-2 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/2-2 @@ -11,6 +12,6 @@ LICENSE= GPLv2 USES= gmake MAKE_ARGS= CC="${CC}" \ - mandir=${MAN1PREFIX}/man/ + mandir=${PREFIX}/share/man/ .include diff --git a/print/rtf2latex2e/pkg-plist b/print/rtf2latex2e/pkg-plist index 25ce1d8a120..9337ff001fe 100644 --- a/print/rtf2latex2e/pkg-plist +++ b/print/rtf2latex2e/pkg-plist @@ -1,5 +1,5 @@ bin/rtf2latex2e -man/man1/rtf2latex2e.1.gz +share/man/man1/rtf2latex2e.1.gz %%DATADIR%%/latex-encoding.latin1 %%DATADIR%%/rtf-encoding.cp1250 %%DATADIR%%/latex-encoding diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 2e7cccbf542..e0432277f85 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,6 +1,5 @@ PORTNAME= scribus -PORTVERSION= 1.6.0 -PORTREVISION= 1 +DISTVERSION= 1.6.1 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -33,12 +32,11 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ USES= cmake compiler:c++17-lang desktop-file-utils gnome jpeg \ pkgconfig python qt:5 shared-mime-info tar:xz -USE_QT= buildtools:build core gui linguisttools:build \ - network opengl printsupport qmake:build widgets xml +USE_QT= buildtools:build core gui linguisttools:build network opengl \ + printsupport qmake:build widgets xml USE_GNOME= cairo libxml2 -CMAKE_ARGS+= -DWANT_CPP17=YES \ - -DCMAKE_COLOR_MAKEFILE:BOOL=ON +CMAKE_ARGS= -DWANT_CPP17=YES CONFLICTS_INSTALL= scribus-devel @@ -46,25 +44,25 @@ OPTIONS_DEFINE= BOOST DOCS GRAPHICSMAGICK HUNSPELL OSG PDF OPTIONS_DEFAULT=BOOST GRAPHICSMAGICK HUNSPELL OSG PDF BOOST_DESC= Enable support for Boost-based enhancement -GRAPHICSMAGICK_DESC= Use GraphicsMagick instead of ImageMagick +GRAPHICSMAGICK_DESC= Use GraphicsMagick for image import support HUNSPELL_DESC= Enable spellchecking via hunspell OSG_DESC= Enable 3D rendering via osg PDF_DESC= Enable PDF export via podofo -BOOST_CMAKE_BOOL= WITH_BOOST BOOST_LIB_DEPENDS= libboost_thread.so:devel/boost-libs +BOOST_CMAKE_BOOL= WITH_BOOST -GRAPHICSMAGICK_CMAKE_BOOL= WANT_GRAPHICSMAGICK GRAPHICSMAGIC_LIB_DEPENDS= graphics/GraphicsMagick +GRAPHICSMAGICK_CMAKE_BOOL= WANT_GRAPHICSMAGICK -HUNSPELL_CMAKE_BOOL= WANT_HUNSPELL HUNSPELL_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell +HUNSPELL_CMAKE_BOOL= WANT_HUNSPELL OSG_LIB_DEPENDS= libosg.so:graphics/osg OSG_CMAKE_BOOL_OFF= WANT_NOOSG -PDF_CMAKE_BOOL= WITH_PODOFO PDF_LIB_DEPENDS= libpodofo.so:graphics/podofo +PDF_CMAKE_BOOL= WITH_PODOFO post-install: ${LN} -sf ../share/icons/1_5_1/scribus.png \ diff --git a/print/scribus/distinfo b/print/scribus/distinfo index dae422480dc..6d24edd7ae4 100644 --- a/print/scribus/distinfo +++ b/print/scribus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704143418 -SHA256 (scribus-1.6.0.tar.xz) = 94b97490ece172868dc4f04c7aa2ee950b41b5f2ff4285df37d615f044d038e5 -SIZE (scribus-1.6.0.tar.xz) = 73267436 +TIMESTAMP = 1704834395 +SHA256 (scribus-1.6.1.tar.xz) = e09dd78e6db61d01b9321108fededbccd6ec0ab352dd5bafdb8b041f0ef79e99 +SIZE (scribus-1.6.1.tar.xz) = 73266900 diff --git a/science/PETSc/Makefile b/science/PETSc/Makefile index 339fb923761..f6b1204a048 100644 --- a/science/PETSc/Makefile +++ b/science/PETSc/Makefile @@ -1,6 +1,5 @@ PORTNAME= PETSc -DISTVERSION= 3.20.2 -PORTREVISION= 1 +DISTVERSION= 3.20.3 CATEGORIES= science devel MASTER_SITES= http://web.cels.anl.gov/projects/petsc/download/release-snapshots/ # was: https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} @@ -13,7 +12,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cmake:devel/cmake-core -LIB_DEPENDS= libmpich.so:net/mpich +LIB_DEPENDS= libblis.so:math/blis \ + libmpich.so:net/mpich USES= blaslapack fortran gmake python shebangfix xorg GNU_CONFIGURE= yes diff --git a/science/PETSc/distinfo b/science/PETSc/distinfo index 9232c7f7184..21025687d19 100644 --- a/science/PETSc/distinfo +++ b/science/PETSc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702280182 -SHA256 (petsc-3.20.2.tar.gz) = 2a2d08b5f0e3d0198dae2c42ce1fd036f25c153ef2bb4a2d320ca141ac7cd30b -SIZE (petsc-3.20.2.tar.gz) = 16975723 +TIMESTAMP = 1704878926 +SHA256 (petsc-3.20.3.tar.gz) = 75a94fb44df0512f51ad093fa784e56b61f51b7ead5956fbe49185c203f8c245 +SIZE (petsc-3.20.3.tar.gz) = 16970439 diff --git a/science/PETSc/pkg-plist b/science/PETSc/pkg-plist index 99d1e56f6fc..2b8ebf7aa22 100644 --- a/science/PETSc/pkg-plist +++ b/science/PETSc/pkg-plist @@ -3811,6 +3811,7 @@ libdata/pkgconfig/petsc.pc %%DATADIR%%/examples/src/mat/tests/ex26.c %%DATADIR%%/examples/src/mat/tests/ex260.c %%DATADIR%%/examples/src/mat/tests/ex261.c +%%DATADIR%%/examples/src/mat/tests/ex262f.F90 %%DATADIR%%/examples/src/mat/tests/ex27.c %%DATADIR%%/examples/src/mat/tests/ex28.c %%DATADIR%%/examples/src/mat/tests/ex29.c @@ -4307,6 +4308,7 @@ libdata/pkgconfig/petsc.pc %%DATADIR%%/examples/src/mat/tests/output/ex259_1.out %%DATADIR%%/examples/src/mat/tests/output/ex259_2.out %%DATADIR%%/examples/src/mat/tests/output/ex25_1.out +%%DATADIR%%/examples/src/mat/tests/output/ex262f_1.out %%DATADIR%%/examples/src/mat/tests/output/ex26_1.out %%DATADIR%%/examples/src/mat/tests/output/ex26_2.out %%DATADIR%%/examples/src/mat/tests/output/ex27_1.out diff --git a/science/afni/Makefile b/science/afni/Makefile index 2e8acf9373b..35d583da2be 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 23.3.14 +DISTVERSION= 24.0.00 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index c361cdde6d3..f9aa6824c36 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703236630 -SHA256 (afni-afni-AFNI_23.3.14_GH0.tar.gz) = a362781d1a656aacfbeabe22c33c05d3ef5f1d77ea980695e98861db9533e759 -SIZE (afni-afni-AFNI_23.3.14_GH0.tar.gz) = 52879649 +TIMESTAMP = 1704700388 +SHA256 (afni-afni-AFNI_24.0.00_GH0.tar.gz) = b130e7a8113be0fdd29dbccf4d9b9d6c96afa5fe54a66b3b1e5409883d964947 +SIZE (afni-afni-AFNI_24.0.00_GH0.tar.gz) = 52881273 diff --git a/science/epte/Makefile b/science/epte/Makefile index 2e0b2f18d78..a280f7a424d 100644 --- a/science/epte/Makefile +++ b/science/epte/Makefile @@ -1,6 +1,6 @@ PORTNAME= epte PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.toddmiller.com/epte/ @@ -15,13 +15,13 @@ ALL_TARGET= ${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/epte \ - man/man1/epte.1.gz + share/man/man1/epte.1.gz post-patch: @${REINPLACE_CMD} 's|/usr|${PREFIX}|' ${WRKSRC}/epte.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/epte ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/epte.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/epte.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 0ba4a141cbd..95587224dcf 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -1,6 +1,6 @@ PORTNAME= hdf PORTVERSION= 4.2.15 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF/releases/HDF${PORTVERSION}/src/ \ @@ -21,6 +21,7 @@ USES= fortran jpeg libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-jpeg=${LOCALBASE} \ --with-szlib=${LOCALBASE} +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share/ USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check @@ -45,11 +46,11 @@ post-patch: post-install: ${INSTALL_MAN} ${WRKSRC}/man/hdfunpac.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 # Allow to build on PowerPC @${REINPLACE_CMD} -e '/if defined (__APPLE__)/ \ s,),) || defined(__powerpc__),' ${WRKSRC}/hdf/src/hdfi.h ${INSTALL_MAN} ${WRKSRC}/man/gr_chunk.3 \ - ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${STAGEDIR}${PREFIX}/share/man/man3 .include diff --git a/science/hdf/pkg-plist b/science/hdf/pkg-plist index 7cdbf4bc4ed..8e3aac1d75e 100644 --- a/science/hdf/pkg-plist +++ b/science/hdf/pkg-plist @@ -90,11 +90,11 @@ lib/libmfhdf.a lib/libmfhdf.so lib/libmfhdf.so.3 lib/libmfhdf.so.3.0.0 -man/man1/hdf.1.gz -man/man1/hdfunpac.1.gz -man/man1/ncdump.1.gz -man/man1/ncgen.1.gz -man/man3/gr_chunk.3.gz +share/man/man1/hdf.1.gz +share/man/man1/hdfunpac.1.gz +share/man/man1/ncdump.1.gz +share/man/man1/ncgen.1.gz +share/man/man3/gr_chunk.3.gz %%DATADIR%%4_examples/README %%DATADIR%%4_examples/c/AN_create_annotation.c %%DATADIR%%4_examples/c/AN_get_annotation_info.c diff --git a/science/msms/Makefile b/science/msms/Makefile index 8c0f750be06..fd7ba2688b6 100644 --- a/science/msms/Makefile +++ b/science/msms/Makefile @@ -1,5 +1,6 @@ PORTNAME= msms DISTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://mgltools.scripps.edu/downloads/tars/releases/MSMSRELEASE/REL${DISTVERSION}/ DISTNAME= ${PORTNAME}_${ARCH_MSMS_DIST}Linux2_${DISTVERSION} @@ -25,13 +26,13 @@ ARCH_MSMS_FILE= ${ARCH:S/amd64/x86_64/:S/i386/i86/} DISTINFO_FILE= ${MASTERDIR}/distinfo-${ARCH} PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz post-extract: @${AWK} -f ${FILESDIR}/extract-license.awk < ${WRKSRC}/README > ${LICENSE_FILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.${ARCH_MSMS_FILE}Linux2.${DISTVERSION}${ARCH:S/amd64/.staticgcc/:S/${ARCH}//} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/science/pulseview/Makefile b/science/pulseview/Makefile index 95c488f726e..b041921d779 100644 --- a/science/pulseview/Makefile +++ b/science/pulseview/Makefile @@ -1,6 +1,6 @@ PORTNAME= pulseview PORTVERSION= 0.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/pulseview/ @@ -23,10 +23,10 @@ USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig qt:5 USE_GNOME= glibmm glib20 libsigc++20 USE_QT= buildtools:build core gui linguisttools:build qmake:build svg widgets -CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \ +CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${PREFIX}/share/man \ -DDISABLE_WERROR:BOOL=TRUE -PLIST_FILES= bin/pulseview man/man1/pulseview.1.gz \ +PLIST_FILES= bin/pulseview share/man/man1/pulseview.1.gz \ share/applications/org.sigrok.PulseView.desktop \ share/icons/hicolor/48x48/apps/pulseview.png \ share/icons/hicolor/scalable/apps/pulseview.svg \ diff --git a/science/py-arch/Makefile b/science/py-arch/Makefile index 96bd5d9fac4..20e4b5da9ce 100644 --- a/science/py-arch/Makefile +++ b/science/py-arch/Makefile @@ -1,5 +1,5 @@ PORTNAME= arch -DISTVERSION= 6.1.0 +DISTVERSION= 6.3.0 CATEGORIES= science finance python # economics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-arch/distinfo b/science/py-arch/distinfo index 6da81194d40..22dd6268069 100644 --- a/science/py-arch/distinfo +++ b/science/py-arch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687837929 -SHA256 (arch-6.1.0.tar.gz) = c398f1fd89e23911ca65f04b17a1cc67e87df14bb1a0478b5cd05dde772eb996 -SIZE (arch-6.1.0.tar.gz) = 3368476 +TIMESTAMP = 1704528706 +SHA256 (arch-6.3.0.tar.gz) = 6c56d8cb8a530723c68cb432bb9839490272c90614264d4ec241fe56b1fd96b7 +SIZE (arch-6.3.0.tar.gz) = 3736917 diff --git a/science/py-arch/files/patch-pyproject.toml b/science/py-arch/files/patch-pyproject.toml index 8de51633088..a1c3d77a2aa 100644 --- a/science/py-arch/files/patch-pyproject.toml +++ b/science/py-arch/files/patch-pyproject.toml @@ -1,20 +1,13 @@ ---- pyproject.toml.orig 2023-05-26 17:31:58 UTC +--- pyproject.toml.orig 2023-09-27 08:13:24 UTC +++ pyproject.toml -@@ -2,8 +2,8 @@ +@@ -54,8 +54,8 @@ requires = [ requires = [ "setuptools>=61", "wheel", -- "setuptools_scm[toml]>=7,<8", +- "setuptools_scm[toml]>=8.0.3,<9", - "oldest-supported-numpy>=2022.11.19", + "setuptools_scm[toml]", + "numpy", - "numpy; python_version>='3.12'", - "cython>=0.29.34" # Works with 3.0.0b2 - ] -@@ -29,4 +29,4 @@ exclude = ''' - write_to = "arch/_version.py" + "cython>=0.29.34", # Works with 3.0.0b2 - [tool.ruff] --typing-modules = ["arch.typing"] -\ No newline at end of file -+typing-modules = ["arch.typing"] + ] diff --git a/science/py-qiskit-terra/Makefile b/science/py-qiskit-terra/Makefile index 3aab831a980..4dd225c931b 100644 --- a/science/py-qiskit-terra/Makefile +++ b/science/py-qiskit-terra/Makefile @@ -1,6 +1,6 @@ PORTNAME= qiskit-terra DISTVERSION= 0.25.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science python # quantum-computing #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/shelxle/Makefile b/science/shelxle/Makefile index 6fa8611c250..b504144e14f 100644 --- a/science/shelxle/Makefile +++ b/science/shelxle/Makefile @@ -1,5 +1,5 @@ PORTNAME= shelxle -DISTVERSION= 1.0.1594 +DISTVERSION= 1.0.1596 CATEGORIES= science # chemistry MASTER_SITES= SF/${PORTNAME}/code/ diff --git a/science/shelxle/distinfo b/science/shelxle/distinfo index 89e15cf30a6..66f3a5dc499 100644 --- a/science/shelxle/distinfo +++ b/science/shelxle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704338646 -SHA256 (shelxle-1.0.1594.tar.bz2) = 6629ed898a6bb870121f1e1610543a549c09de3cec70f35096c2435c10d4d43f -SIZE (shelxle-1.0.1594.tar.bz2) = 3945712 +TIMESTAMP = 1704836967 +SHA256 (shelxle-1.0.1596.tar.bz2) = 484d357664fdb4618fae29e75356dad860f03bf96bec638da0083125e0bda32f +SIZE (shelxle-1.0.1596.tar.bz2) = 3948284 diff --git a/science/sigrok-firmware-utils/Makefile b/science/sigrok-firmware-utils/Makefile index a28940b4320..47840b2e8e0 100644 --- a/science/sigrok-firmware-utils/Makefile +++ b/science/sigrok-firmware-utils/Makefile @@ -1,6 +1,6 @@ PORTNAME= firmware PORTVERSION= 20140418 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= #none PKGNAMEPREFIX= sigrok- @@ -28,7 +28,7 @@ EX_FILES= sigrok-fwextract-hantek-dso \ PLIST_FILES= ${PY_FILES:S,^,bin/,} \ ${EX_FILES:S,^,bin/,} \ - ${EX_FILES:S,^,man/man1/,:S,$,.1.gz,} + ${EX_FILES:S,^,share/man/man1/,:S,$,.1.gz,} OPTIONS_DEFINE= DOCS @@ -44,7 +44,7 @@ do-install: .endfor .for fil in ${EX_FILES} ${INSTALL_SCRIPT} ${WRKSRC}/${fil} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${fil}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${fil}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/security/Makefile b/security/Makefile index 24e5ef2f8ea..ceb39475fa1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1327,6 +1327,7 @@ SUBDIR += tpm-quote-tools SUBDIR += tpm-tools SUBDIR += tpm2-abrmd + SUBDIR += tpm2-pkcs11 SUBDIR += tpm2-tools SUBDIR += tpm2-tss SUBDIR += transcrypt diff --git a/security/acmed/Makefile b/security/acmed/Makefile index 29c04ece5e4..409b6e1ee69 100644 --- a/security/acmed/Makefile +++ b/security/acmed/Makefile @@ -1,7 +1,7 @@ PORTNAME= acmed DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 6 +PORTREVISION= 8 CATEGORIES= security MAINTAINER= ports@FreeBSD.org @@ -22,9 +22,9 @@ CARGO_FEATURES= openssl_dyn CARGO_INSTALL_PATH= ./acmed ./tacd post-install: - ${INSTALL_MAN} ${WRKSRC}/man/en/acmed.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ - ${INSTALL_MAN} ${WRKSRC}/man/en/acmed.toml.5 ${STAGEDIR}${MAN5PREFIX}/man/man5/ - ${INSTALL_MAN} ${WRKSRC}/man/en/tacd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/man/en/acmed.8 ${STAGEDIR}${PREFIX}/share/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/man/en/acmed.toml.5 ${STAGEDIR}${PREFIX}/share/man/man5/ + ${INSTALL_MAN} ${WRKSRC}/man/en/tacd.8 ${STAGEDIR}${PREFIX}/share/man/man8/ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/acmed ${INSTALL_DATA} ${WRKSRC}/acmed/config/acmed.toml ${STAGEDIR}${PREFIX}/etc/acmed/acmed.toml.sample ${INSTALL_DATA} ${WRKSRC}/acmed/config/default_hooks.toml ${STAGEDIR}${PREFIX}/etc/acmed/default_hooks.toml.sample diff --git a/security/acmed/pkg-plist b/security/acmed/pkg-plist index b26b8c7ce96..e1bb1d23bce 100644 --- a/security/acmed/pkg-plist +++ b/security/acmed/pkg-plist @@ -2,8 +2,8 @@ bin/acmed bin/tacd %%ETCDIR%%/acmed.toml.sample %%ETCDIR%%/default_hooks.toml.sample -man/man5/acmed.toml.5.gz -man/man8/acmed.8.gz -man/man8/tacd.8.gz +share/man/man5/acmed.toml.5.gz +share/man/man8/acmed.8.gz +share/man/man8/tacd.8.gz @dir %%ETCDIR%%/accounts @dir %%ETCDIR%%/certs diff --git a/security/arti/Makefile b/security/arti/Makefile index 9cc45489d5a..1e4215bc499 100644 --- a/security/arti/Makefile +++ b/security/arti/Makefile @@ -1,6 +1,6 @@ PORTNAME= arti DISTVERSION= 1.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= cs@FreeBSD.org diff --git a/security/authenticator/Makefile b/security/authenticator/Makefile index 2de1d0e9b84..9bacaa67ec3 100644 --- a/security/authenticator/Makefile +++ b/security/authenticator/Makefile @@ -1,6 +1,6 @@ PORTNAME= authenticator DISTVERSION= 4.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MAINTAINER= jbeich@FreeBSD.org diff --git a/security/authoscope/Makefile b/security/authoscope/Makefile index f0752066131..c6216a3fc94 100644 --- a/security/authoscope/Makefile +++ b/security/authoscope/Makefile @@ -1,7 +1,7 @@ PORTNAME= authoscope DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/aws-c-auth/Makefile b/security/aws-c-auth/Makefile index 91dd3226283..85527f5ee61 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.10 +DISTVERSION= 0.7.11 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/aws-c-auth/distinfo b/security/aws-c-auth/distinfo index 0f0226fb133..343f20563f0 100644 --- a/security/aws-c-auth/distinfo +++ b/security/aws-c-auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703952859 -SHA256 (awslabs-aws-c-auth-v0.7.10_GH0.tar.gz) = 79c16ab631dbd2b28fc8cb2efa7d604e7ced20a77bc95d1816dd94512b36490b -SIZE (awslabs-aws-c-auth-v0.7.10_GH0.tar.gz) = 255742 +TIMESTAMP = 1704483361 +SHA256 (awslabs-aws-c-auth-v0.7.11_GH0.tar.gz) = 818e30650c8ad141b2119702b74eb35e42062ef013790c66ea0acc7a5892313b +SIZE (awslabs-aws-c-auth-v0.7.11_GH0.tar.gz) = 256091 diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile index 5fcbac18fbf..8236308687e 100644 --- a/security/bcwipe/Makefile +++ b/security/bcwipe/Makefile @@ -1,5 +1,6 @@ PORTNAME= bcwipe PORTVERSION= 1.9.13 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.jetico.com/linux/ DISTNAME= BCWipe-${PORTVERSION:S/./-/g:S/-/./} @@ -20,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./-/g:S/-/./} GNU_CONFIGURE= yes MAKE_ARGS+= CFLAGS="${CFLAGS}" -PLIST_FILES= bin/bcwipe man/man1/bcwipe.1.gz +PLIST_FILES= bin/bcwipe share/man/man1/bcwipe.1.gz post-patch: @${REINPLACE_CMD} -e "s,fprintf(stderr\,string),fprintf(stderr\,\"%s\"\,string),g" ${WRKSRC}/wipe.c @@ -29,6 +30,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bcwipe ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/bcwipe.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/bcwipe.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/bruteblock/Makefile b/security/bruteblock/Makefile index f6a075053b3..989f5b1ec0b 100644 --- a/security/bruteblock/Makefile +++ b/security/bruteblock/Makefile @@ -1,6 +1,6 @@ PORTNAME= bruteblock PORTVERSION= 0.0.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security MASTER_SITES= https://samm.kiev.ua/bruteblock/ @@ -30,7 +30,7 @@ do-install: .for file in ssh proftpd ${INSTALL_DATA} ${WRKSRC}/etc/${file}.conf ${STAGEDIR}${CONFDIR}/${file}.conf.sample .endfor - ${INSTALL_MAN} ${WRKSRC}/doc/bruteblock.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/doc/bruteblock.8 ${STAGEDIR}${PREFIX}/share/man/man8/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/security/bruteblock/pkg-plist b/security/bruteblock/pkg-plist index ef8db0444e6..a67a00d9ce4 100644 --- a/security/bruteblock/pkg-plist +++ b/security/bruteblock/pkg-plist @@ -2,4 +2,4 @@ sbin/bruteblock sbin/bruteblockd @sample etc/bruteblock/proftpd.conf.sample @sample etc/bruteblock/ssh.conf.sample -man/man8/bruteblock.8.gz +share/man/man8/bruteblock.8.gz diff --git a/security/bsmtrace/Makefile b/security/bsmtrace/Makefile index d5520effda6..8c2a1d8f31d 100644 --- a/security/bsmtrace/Makefile +++ b/security/bsmtrace/Makefile @@ -1,6 +1,6 @@ PORTNAME= bsmtrace PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= LOCAL/csjp @@ -29,9 +29,9 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.conf.5 \ - ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${STAGEDIR}${PREFIX}/share/man/man5 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/security/bsmtrace/pkg-plist b/security/bsmtrace/pkg-plist index cb7505d7ca3..e08d6a3b1e5 100644 --- a/security/bsmtrace/pkg-plist +++ b/security/bsmtrace/pkg-plist @@ -1,4 +1,4 @@ sbin/bsmtrace -man/man1/bsmtrace.1.gz -man/man5/bsmtrace.conf.5.gz +share/man/man1/bsmtrace.1.gz +share/man/man5/bsmtrace.conf.5.gz %%EXAMPLESDIR%%/bsmtrace.conf diff --git a/security/bsmtrace3/Makefile b/security/bsmtrace3/Makefile index 3b959c34cba..97479880ec0 100644 --- a/security/bsmtrace3/Makefile +++ b/security/bsmtrace3/Makefile @@ -32,9 +32,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.conf.5 \ - ${STAGEDIR}${MAN5PREFIX}/share/man/man5 + ${STAGEDIR}${PREFIX}/share/man/man5 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/security/caldera-ot/Makefile b/security/caldera-ot/Makefile index a5746a81ac1..85517a9aa95 100644 --- a/security/caldera-ot/Makefile +++ b/security/caldera-ot/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera-ot DISTVERSION= 4.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org diff --git a/security/calife/Makefile b/security/calife/Makefile index ccc01983385..09a14ed7b2f 100644 --- a/security/calife/Makefile +++ b/security/calife/Makefile @@ -1,6 +1,6 @@ PORTNAME= calife PORTVERSION= 3.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://assets.keltia.net/calife/ @@ -19,8 +19,8 @@ CONFIGURE_ARGS+= --with-pam do-install: ${INSTALL_PROGRAM} ${WRKSRC}/calife ${STAGEDIR}${PREFIX}/bin/calife - ${INSTALL_MAN} ${WRKSRC}/calife.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/calife.auth.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/calife.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/calife.auth.5 ${STAGEDIR}${PREFIX}/share/man/man5 ${INSTALL_DATA} ${WRKSRC}/calife.auth-dist ${STAGEDIR}${PREFIX}/etc/calife.auth.sample ${INSTALL_DATA} ${WRKSRC}/pam/freebsd9 ${STAGEDIR}${PREFIX}/etc/pam.d/calife.sample diff --git a/security/calife/pkg-plist b/security/calife/pkg-plist index 1e0d232073c..1af8c47f83d 100644 --- a/security/calife/pkg-plist +++ b/security/calife/pkg-plist @@ -1,5 +1,5 @@ -man/man1/calife.1.gz -man/man5/calife.auth.5.gz +share/man/man1/calife.1.gz +share/man/man5/calife.auth.5.gz @sample etc/calife.auth.sample @sample etc/pam.d/calife.sample @mode 04755 diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile index c22212f9cbb..8db0e807ce9 100644 --- a/security/cargo-audit/Makefile +++ b/security/cargo-audit/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= ${PORTNAME}/v DISTVERSION= 0.18.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org diff --git a/security/clamav-lts/Makefile b/security/clamav-lts/Makefile index 512298aedbd..a0513051afa 100644 --- a/security/clamav-lts/Makefile +++ b/security/clamav-lts/Makefile @@ -1,6 +1,6 @@ PORTNAME= clamav DISTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ diff --git a/security/clamtk/Makefile b/security/clamtk/Makefile index 9d657be48c0..722152427f3 100644 --- a/security/clamtk/Makefile +++ b/security/clamtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= clamtk PORTVERSION= 6.14 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX=v CATEGORIES= security @@ -26,7 +26,7 @@ USES= gettext-runtime:run perl5 shebangfix USE_PERL5= run USE_GITHUB= yes GH_ACCOUNT= dave-theunsub -GH_TAGNAME= 1f026f0 +GH_TAGNAME= 1f026fs SHEBANG_FILES= clamtk LINGUAS= `${LS} ${WRKSRC}/po/*.mo | ${XARGS} ${BASENAME} -s .mo` @@ -44,7 +44,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/ClamTk ${INSTALL_DATA} ${WRKSRC}/lib/*.pm ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/ClamTk ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications diff --git a/security/clamtk/pkg-plist b/security/clamtk/pkg-plist index b447b48ce69..479367dcb6c 100644 --- a/security/clamtk/pkg-plist +++ b/security/clamtk/pkg-plist @@ -1,5 +1,5 @@ bin/clamtk -man/man1/clamtk.1.gz +share/man/man1/clamtk.1.gz %%SITE_PERL%%/ClamTk/Analysis.pm %%SITE_PERL%%/ClamTk/App.pm %%SITE_PERL%%/ClamTk/Assistant.pm diff --git a/security/cloak/Makefile b/security/cloak/Makefile index b0628ea4edf..526a3f51397 100644 --- a/security/cloak/Makefile +++ b/security/cloak/Makefile @@ -1,7 +1,7 @@ PORTNAME= cloak DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org diff --git a/security/courier-authlib-base/Makefile b/security/courier-authlib-base/Makefile index d88983020dd..7d728962dad 100644 --- a/security/courier-authlib-base/Makefile +++ b/security/courier-authlib-base/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -base COMMENT= Courier authentication library base diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index f018a299a42..edf1edc65ff 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -1,5 +1,6 @@ PORTNAME= courier-authlib PORTVERSION= 0.72.0 +PORTREVISION= 1 CATEGORIES?= security mail .if defined(PKGNAMESUFFIX) MASTER_SITES= SF/courier/authlib/${PORTVERSION} diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile index b5448fa1c84..dd7e2afd708 100644 --- a/security/cracklib/Makefile +++ b/security/cracklib/Makefile @@ -1,6 +1,6 @@ PORTNAME= cracklib PORTVERSION= 2.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://github.com/cracklib/cracklib/releases/download/v${PORTVERSION}/ \ LOCAL/cy @@ -36,8 +36,8 @@ NLS_USES= gettext CONFIGURE_ARGS+=--without-python post-install: - ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.3 ${STAGEDIR}${MAN3PREFIX}/man/man3/ - ${LN} -s ${PORTNAME}.3 ${STAGEDIR}${MAN3PREFIX}/man/man3/FascistCheck.3 + ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.3 ${STAGEDIR}${PREFIX}/share/man/man3/ + ${LN} -s ${PORTNAME}.3 ${STAGEDIR}${PREFIX}/share/man/man3/FascistCheck.3 @${MKDIR} ${STAGEDIR}${DICTPATH} @PATH=$${PATH}:${STAGEDIR}${PREFIX}/sbin LD_LIBRARY_PATH=/lib:/usr/lib:${STAGEDIR}${PREFIX}/lib ${STAGEDIR}${PREFIX}/sbin/create-cracklib-dict -o ${STAGEDIR}${DICTPATH}/cracklib-words ${_DISTDIR}/${WORDS_DISTFILE} diff --git a/security/cracklib/pkg-plist b/security/cracklib/pkg-plist index 43fce0f6650..c5f65736b67 100644 --- a/security/cracklib/pkg-plist +++ b/security/cracklib/pkg-plist @@ -7,8 +7,8 @@ lib/libcrack.so.2.9.0 libdata/cracklib/cracklib-words.hwm libdata/cracklib/cracklib-words.pwd libdata/cracklib/cracklib-words.pwi -man/man3/FascistCheck.3.gz -man/man3/cracklib.3.gz +share/man/man3/FascistCheck.3.gz +share/man/man3/cracklib.3.gz sbin/cracklib-check sbin/cracklib-format sbin/cracklib-packer diff --git a/security/destroy/Makefile b/security/destroy/Makefile index 0f5ac5bf7e2..da3a1e02305 100644 --- a/security/destroy/Makefile +++ b/security/destroy/Makefile @@ -1,5 +1,6 @@ PORTNAME= destroy PORTVERSION= 20130926 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.mod6.net/destroy/ \ http://www.kinneysoft.com/destroy/ @@ -10,13 +11,13 @@ WWW= http://www.mod6.net LICENSE= BSD4CLAUSE -PLIST_FILES= bin/destroy man/man1/destroy.1.gz +PLIST_FILES= bin/destroy share/man/man1/destroy.1.gz do-build: (cd ${WRKSRC} ; ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} destroy.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/diswall/Makefile b/security/diswall/Makefile index ff8dfc6b7ff..0b12b87da06 100644 --- a/security/diswall/Makefile +++ b/security/diswall/Makefile @@ -1,7 +1,7 @@ PORTNAME= diswall DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/doas/Makefile b/security/doas/Makefile index d3389540051..f7cf4cbe694 100644 --- a/security/doas/Makefile +++ b/security/doas/Makefile @@ -1,5 +1,6 @@ PORTNAME= doas PORTVERSION= 6.3p9 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= jsmith@resonatingmedia.com @@ -27,10 +28,10 @@ PLIST_FILES= bin/doas \ bin/doasedit \ bin/vidoas \ etc/doas.conf.sample \ - man/man1/doas.1.gz \ - man/man5/doas.conf.5.gz \ - man/man8/doasedit.8.gz \ - man/man8/vidoas.8.gz + share/man/man1/doas.1.gz \ + share/man/man5/doas.conf.5.gz \ + share/man/man8/doasedit.8.gz \ + share/man/man8/vidoas.8.gz # These are upstream's default paths that are set for the GLOBAL_PATH variable # in doas.h since the 6.1 release. Those paths are then used for target user's @@ -45,10 +46,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/vidoas.final ${STAGEDIR}${PREFIX}/bin/vidoas ${INSTALL_SCRIPT} ${WRKSRC}/doasedit ${STAGEDIR}${PREFIX}/bin/doasedit - ${INSTALL_MAN} ${WRKSRC}/doas.1.final ${STAGEDIR}${MAN1PREFIX}/man/man1/doas.1 - ${INSTALL_MAN} ${WRKSRC}/doas.conf.5.final ${STAGEDIR}${MAN5PREFIX}/man/man5/doas.conf.5 - ${INSTALL_MAN} ${WRKSRC}/vidoas.8.final ${STAGEDIR}${MAN5PREFIX}/man/man8/vidoas.8 - ${INSTALL_MAN} ${WRKSRC}/doasedit.8 ${STAGEDIR}${MAN5PREFIX}/man/man8/doasedit.8 + ${INSTALL_MAN} ${WRKSRC}/doas.1.final ${STAGEDIR}${PREFIX}/share/man/man1/doas.1 + ${INSTALL_MAN} ${WRKSRC}/doas.conf.5.final ${STAGEDIR}${PREFIX}/share/man/man5/doas.conf.5 + ${INSTALL_MAN} ${WRKSRC}/vidoas.8.final ${STAGEDIR}${PREFIX}/share/man/man8/vidoas.8 + ${INSTALL_MAN} ${WRKSRC}/doasedit.8 ${STAGEDIR}${PREFIX}/share/man/man8/doasedit.8 ${INSTALL_DATA} ${WRKSRC}/doas.conf.sample ${STAGEDIR}${PREFIX}/etc/doas.conf.sample .include diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index eaabbf3b315..fb905212d99 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -1,6 +1,6 @@ PORTNAME= dropbear PORTVERSION= 2022.83 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://matt.ucc.asn.au/dropbear/releases/ @@ -164,9 +164,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dropbearkey ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/dropbear ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/scp ${STAGEDIR}${PREFIX}/bin/dbscp - ${INSTALL_MAN} ${WRKSRC}/dropbearconvert.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/dropbearkey.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/dbclient.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/dropbear.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/dropbearconvert.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dropbearkey.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dbclient.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dropbear.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/security/dropbear/pkg-plist b/security/dropbear/pkg-plist index 6fb74eb454e..b52ff622faa 100644 --- a/security/dropbear/pkg-plist +++ b/security/dropbear/pkg-plist @@ -2,9 +2,9 @@ bin/dbclient bin/dbscp bin/dropbearconvert bin/dropbearkey -man/man1/dbclient.1.gz -man/man1/dropbearconvert.1.gz -man/man1/dropbearkey.1.gz -man/man8/dropbear.8.gz +share/man/man1/dbclient.1.gz +share/man/man1/dropbearconvert.1.gz +share/man/man1/dropbearkey.1.gz +share/man/man8/dropbear.8.gz sbin/dropbear @dir %%ETCDIR%% diff --git a/security/fakebo/Makefile b/security/fakebo/Makefile index 4a2dd690e1f..932b1e46adc 100644 --- a/security/fakebo/Makefile +++ b/security/fakebo/Makefile @@ -1,6 +1,6 @@ PORTNAME= fakebo PORTVERSION= 0.4.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} @@ -23,7 +23,7 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${STAGEDIR}${PREFIX}/etc/fakebo.conf.sample do-install-DOCS-on: diff --git a/security/fakebo/pkg-plist b/security/fakebo/pkg-plist index 2d740ad1d6c..78ce238bfe1 100644 --- a/security/fakebo/pkg-plist +++ b/security/fakebo/pkg-plist @@ -1,5 +1,5 @@ bin/fakebo @sample etc/fakebo.conf.sample -man/man1/fakebo.1.gz +share/man/man1/fakebo.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/custom.replies diff --git a/security/fizz/Makefile b/security/fizz/Makefile index 6d03abdfd26..10287999e76 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,6 @@ PORTNAME= fizz DISTVERSIONPREFIX= v -DISTVERSION= 2024.01.01.00 +DISTVERSION= 2024.01.08.00 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/distinfo b/security/fizz/distinfo index 742c3302f65..39c157a4e87 100644 --- a/security/fizz/distinfo +++ b/security/fizz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704170619 -SHA256 (facebookincubator-fizz-v2024.01.01.00_GH0.tar.gz) = 0e4a92ad12805daf32354113efab985d53689fed42c69379371e3f63e2d0b031 -SIZE (facebookincubator-fizz-v2024.01.01.00_GH0.tar.gz) = 680317 +TIMESTAMP = 1704778219 +SHA256 (facebookincubator-fizz-v2024.01.08.00_GH0.tar.gz) = 1b7d9755f0a14d0ec91e22b16ed6cb7a33e376f8885e221574146440138ed9c2 +SIZE (facebookincubator-fizz-v2024.01.08.00_GH0.tar.gz) = 680797 diff --git a/security/gpg-tui/Makefile b/security/gpg-tui/Makefile index 992a35dd843..9a4e405474b 100644 --- a/security/gpg-tui/Makefile +++ b/security/gpg-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= gpg-tui DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= se@FreeBSD.org diff --git a/security/heimdal-devel/files/patch-ch_pthreads.m4 b/security/heimdal-devel/files/patch-cf_pthreads.m4 similarity index 100% rename from security/heimdal-devel/files/patch-ch_pthreads.m4 rename to security/heimdal-devel/files/patch-cf_pthreads.m4 diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile index c6a0d7b5ccc..763f8b59720 100644 --- a/security/i2pd/Makefile +++ b/security/i2pd/Makefile @@ -1,5 +1,6 @@ PORTNAME= i2pd -DISTVERSION= 2.50.1 +DISTVERSION= 2.50.2 +PORTREVISION= 1 CATEGORIES= security net-p2p MAINTAINER= driesm@FreeBSD.org @@ -56,7 +57,7 @@ post-patch: # fix config file @${REINPLACE_CMD} -e 's|/var/lib/${PORTNAME}|${_WRITEDATADIR}|g' ${WRKSRC}/contrib/i2pd.conf post-install: - ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d ${INSTALL_DATA} ${WRKDIR}/i2pd.newsyslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/i2pd.conf.sample @${MKDIR} ${STAGEDIR}${ETCDIR} diff --git a/security/i2pd/distinfo b/security/i2pd/distinfo index 03cc7ccf71d..784868e6cd8 100644 --- a/security/i2pd/distinfo +++ b/security/i2pd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703408004 -SHA256 (PurpleI2P-i2pd-2.50.1_GH0.tar.gz) = 74c8fcffbadd10a5c3fd8a7a7a8557145fe95087898f5663123a707a1c72896d -SIZE (PurpleI2P-i2pd-2.50.1_GH0.tar.gz) = 662530 +TIMESTAMP = 1704579774 +SHA256 (PurpleI2P-i2pd-2.50.2_GH0.tar.gz) = ae2ec4732c38fda71b4b48ce83624dd8b2e05083f2c94a03d20cafb616f63ca5 +SIZE (PurpleI2P-i2pd-2.50.2_GH0.tar.gz) = 663010 diff --git a/security/i2pd/pkg-plist b/security/i2pd/pkg-plist index 7fb978437e5..e7df0d33ae1 100644 --- a/security/i2pd/pkg-plist +++ b/security/i2pd/pkg-plist @@ -5,7 +5,7 @@ bin/i2pd lib/libi2pd.a lib/libi2pdclient.a lib/libi2pdlang.a -man/man1/i2pd.1.gz +share/man/man1/i2pd.1.gz %%DATADIR%%/certificates/family/gostcoin.crt %%DATADIR%%/certificates/family/i2p-dev.crt %%DATADIR%%/certificates/family/i2pd-dev.crt diff --git a/security/keychain/Makefile b/security/keychain/Makefile index be090b7daaf..c116375d5bf 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -1,5 +1,6 @@ PORTNAME= keychain PORTVERSION= 2.8.5 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= garga@FreeBSD.org @@ -19,7 +20,7 @@ OPTIONS_DEFINE= DOCS NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} \ - man/man1/keychain.1.gz + share/man/man1/keychain.1.gz PORTDOCS= ChangeLog README.md @@ -27,13 +28,9 @@ PORTDOCS= ChangeLog README.md RUN_DEPENDS+= ssh-agent:security/openssh-portable .endif -post-patch: - @${REINPLACE_CMD} -e '1 s,^.*,#!/bin/sh,' \ - ${WRKSRC}/${PORTNAME} - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/keychain.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/keychain.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/security/kf5-kdesu/distinfo b/security/kf5-kdesu/distinfo index 7b4ba8669dc..6d44ca26082 100644 --- a/security/kf5-kdesu/distinfo +++ b/security/kf5-kdesu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883642 -SHA256 (KDE/frameworks/5.112.0/kdesu-5.112.0.tar.xz) = 6f20adaa15a666744be62d411e9da220b3648b52ee40a7bb8199f9ec0736c1fa -SIZE (KDE/frameworks/5.112.0/kdesu-5.112.0.tar.xz) = 56804 +TIMESTAMP = 1701678516 +SHA256 (KDE/frameworks/5.113.0/kdesu-5.113.0.tar.xz) = 045f26fc112190d2004636b517d6a54f4a0767c20bd4aad13f95d08b4d1bad20 +SIZE (KDE/frameworks/5.113.0/kdesu-5.113.0.tar.xz) = 56804 diff --git a/security/knock/Makefile b/security/knock/Makefile index e11a36aeaab..da98d9edd2b 100644 --- a/security/knock/Makefile +++ b/security/knock/Makefile @@ -1,5 +1,6 @@ PORTNAME= knock DISTVERSION= 0.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://github.com/jvinet/${PORTNAME}/releases/download/v${DISTVERSION}/ \ @@ -31,12 +32,12 @@ SERVER_DESC= Install knockd server USE_RC_SUBR= knockd PLIST_FILES+= bin/knockd \ etc/knockd.conf.sample \ - man/man1/knockd.1.gz + share/man/man1/knockd.1.gz .endif .if ${PORT_OPTIONS:MCLIENT} PLIST_FILES+= bin/knock \ - man/man1/knock.1.gz + share/man/man1/knock.1.gz .endif post-patch: @@ -55,11 +56,11 @@ do-install: .if ${PORT_OPTIONS:MSERVER} ${INSTALL_PROGRAM} ${WRKSRC}/knockd ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/knockd.conf ${STAGEDIR}${PREFIX}/etc/knockd.conf.sample - ${INSTALL_MAN} ${WRKSRC}/doc/knockd.1.in ${STAGEDIR}${MAN1PREFIX}/man/man1/knockd.1 + ${INSTALL_MAN} ${WRKSRC}/doc/knockd.1.in ${STAGEDIR}${PREFIX}/share/man/man1/knockd.1 .endif .if ${PORT_OPTIONS:MCLIENT} ${INSTALL_PROGRAM} ${WRKSRC}/knock ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/knock.1.in ${STAGEDIR}${MAN1PREFIX}/man/man1/knock.1 + ${INSTALL_MAN} ${WRKSRC}/doc/knock.1.in ${STAGEDIR}${PREFIX}/share/man/man1/knock.1 .endif .include diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile index d85196bb569..1bb83ea7462 100644 --- a/security/kpcli/Makefile +++ b/security/kpcli/Makefile @@ -1,6 +1,6 @@ PORTNAME= kpcli PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/kpcli/ EXTRACT_SUFX= .pl @@ -27,7 +27,7 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=1.08:security/p5-Crypt-Rijndael \ USES= perl5 shebangfix SHEBANG_FILES= kpcli -PLIST_FILES= bin/kpcli man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/kpcli share/man/man1/${PORTNAME}.1.gz NO_ARCH= yes OPTIONS_DEFINE= PWSAFE3 @@ -44,6 +44,6 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/kstart/Makefile b/security/kstart/Makefile index 89d38d6e0ba..01069bdd0d8 100644 --- a/security/kstart/Makefile +++ b/security/kstart/Makefile @@ -1,5 +1,6 @@ PORTNAME= kstart DISTVERSION= 4.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://archives.eyrie.org/software/kerberos/ \ ZI @@ -11,13 +12,13 @@ WWW= https://www.eyrie.org/~eagle/software/kstart/ USE_RC_SUBR= ${PORTNAME} HAS_CONFIGURE= yes PLIST_FILES= bin/k5start bin/krenew \ - man/man1/k5start.1.gz man/man1/krenew.1.gz + share/man/man1/k5start.1.gz share/man/man1/krenew.1.gz do-install: @${GZIP_CMD} ${WRKSRC}/docs/k5start.1 @${GZIP_CMD} ${WRKSRC}/docs/krenew.1 - ${INSTALL_MAN} ${WRKSRC}/docs/k5start.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/docs/krenew.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/k5start.1.gz ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/krenew.1.gz ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/commands/k5start ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/commands/krenew ${STAGEDIR}${PREFIX}/bin diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile index 9fdaeefb70c..e9d054ee458 100644 --- a/security/liboqs/Makefile +++ b/security/liboqs/Makefile @@ -1,5 +1,5 @@ PORTNAME= liboqs -DISTVERSION= 0.9.0 +DISTVERSION= 0.9.1 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/liboqs/distinfo b/security/liboqs/distinfo index f012c115c11..ba90f214ca0 100644 --- a/security/liboqs/distinfo +++ b/security/liboqs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698710742 -SHA256 (open-quantum-safe-liboqs-0.9.0_GH0.tar.gz) = e6940b4d6dd631e88a2e42f137d12dc59babbd5073751846cabfb4221ece7ad0 -SIZE (open-quantum-safe-liboqs-0.9.0_GH0.tar.gz) = 3318875 +TIMESTAMP = 1704880336 +SHA256 (open-quantum-safe-liboqs-0.9.1_GH0.tar.gz) = 317e04416604184472a4205e355185741ad4972fed15cc65f5d40c64f96f501c +SIZE (open-quantum-safe-liboqs-0.9.1_GH0.tar.gz) = 3320145 diff --git a/security/liboqs/pkg-plist b/security/liboqs/pkg-plist index 3cb6b617e17..97e1ba105b1 100644 --- a/security/liboqs/pkg-plist +++ b/security/liboqs/pkg-plist @@ -22,6 +22,6 @@ lib/cmake/liboqs/liboqsConfigVersion.cmake lib/cmake/liboqs/liboqsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/liboqs/liboqsTargets.cmake lib/liboqs.so -lib/liboqs.so.0.9.0 +lib/liboqs.so.0.9.1 lib/liboqs.so.4 libdata/pkgconfig/liboqs.pc diff --git a/security/libsectok/Makefile b/security/libsectok/Makefile index 23114392f36..9079991c5a2 100644 --- a/security/libsectok/Makefile +++ b/security/libsectok/Makefile @@ -1,6 +1,6 @@ PORTNAME= libsectok PORTVERSION= 20030619 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.citi.umich.edu/projects/smartcard/ @@ -11,7 +11,7 @@ WWW= http://www.citi.umich.edu/projects/smartcard/sectok.html USE_LDCONFIG= yes PLIST_FILES= include/sectok.h lib/libsectok.a lib/libsectok.so \ - lib/libsectok.so.3 man/man3/sectok.3.gz + lib/libsectok.so.3 share/man/man3/sectok.3.gz post-patch: @${REINPLACE_CMD} -e \ @@ -33,6 +33,6 @@ do-install: ${STAGEDIR}${PREFIX}/lib) ${LN} -s libsectok.so.3 ${STAGEDIR}${PREFIX}/lib/libsectok.so (cd ${WRKSRC} && ${INSTALL_MAN} sectok.3 \ - ${STAGEDIR}${MANPREFIX}/man/man3) + ${STAGEDIR}${PREFIX}/share/man/man3) .include diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 8873e74372d..1e161066e21 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -1,5 +1,6 @@ PORTNAME= logcheck DISTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -95,10 +96,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/debian/logcheck.cron.d \ ${STAGEDIR}${EXAMPLESDIR}/crontab.in .for i in ${MAN1_FILES} - ${INSTALL_MAN} ${WRKSRC}/docs/$i ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/$i ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .for i in ${MAN8_FILES} - ${INSTALL_MAN} ${WRKSRC}/docs/$i ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/docs/$i ${STAGEDIR}${PREFIX}/share/man/man8 .endfor cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} diff --git a/security/logcheck/pkg-plist b/security/logcheck/pkg-plist index 97bc4b5bdbf..09b74d5f028 100644 --- a/security/logcheck/pkg-plist +++ b/security/logcheck/pkg-plist @@ -197,10 +197,10 @@ @sample %%ETCDIR%%/logcheck.logfiles.d/syslog.logfiles.sample @group bin/logcheck-test -man/man1/logcheck-test.1.gz -man/man8/logcheck.8.gz -man/man8/logtail.8.gz -man/man8/logtail2.8.gz +share/man/man1/logcheck-test.1.gz +share/man/man8/logcheck.8.gz +share/man/man8/logtail.8.gz +share/man/man8/logtail2.8.gz sbin/logcheck sbin/logtail sbin/logtail2 diff --git a/security/lynis/Makefile b/security/lynis/Makefile index 4e129a94cb2..8beff0c86b2 100644 --- a/security/lynis/Makefile +++ b/security/lynis/Makefile @@ -1,5 +1,5 @@ PORTNAME= lynis -PORTVERSION= 3.0.8 +PORTVERSION= 3.0.9 CATEGORIES= security MASTER_SITES= https://cisofy.com/files/ diff --git a/security/lynis/distinfo b/security/lynis/distinfo index df9ff95d1ef..ab00f687c9a 100644 --- a/security/lynis/distinfo +++ b/security/lynis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664142143 -SHA256 (lynis-3.0.8.tar.gz) = 98373a4cc9d0471ab9bebb249e442fcf94b6bf6d4e9c6fc0b22bca1506646c63 -SIZE (lynis-3.0.8.tar.gz) = 339467 +TIMESTAMP = 1704925913 +SHA256 (lynis-3.0.9.tar.gz) = f394df7d20391fb76e975ae88f3eba1da05ac9c4945e2c7f709326e185e17025 +SIZE (lynis-3.0.9.tar.gz) = 339171 diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index 101c6efa5bb..abcf770108b 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -1,6 +1,5 @@ PORTNAME= metasploit -DISTVERSION= 6.2.23 -PORTREVISION= 10 +DISTVERSION= 6.3.50 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -12,17 +11,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ nmap:security/nmap \ - rubygem-actionpack60>=6.0:www/rubygem-actionpack60 \ - rubygem-activerecord60>=6.0:databases/rubygem-activerecord60 \ - rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 \ + rubygem-actionpack70>=7.0:www/rubygem-actionpack70 \ + rubygem-activerecord70>=7.0:databases/rubygem-activerecord70 \ + rubygem-activesupport70>=7.0:devel/rubygem-activesupport70 \ rubygem-aws-sdk-ec2>=0:devel/rubygem-aws-sdk-ec2 \ + rubygem-aws-sdk-ec2instanceconnect>=0:devel/rubygem-aws-sdk-ec2instanceconnect \ rubygem-aws-sdk-iam>=0:devel/rubygem-aws-sdk-iam \ rubygem-aws-sdk-s3>=0:devel/rubygem-aws-sdk-s3 \ + rubygem-aws-sdk-ssm>=0:devel/rubygem-aws-sdk-ssm \ rubygem-bcrypt>=0:security/rubygem-bcrypt \ rubygem-bcrypt_pbkdf>=0:security/rubygem-bcrypt_pbkdf \ + rubygem-bootsnap>=0:devel/rubygem-bootsnap \ rubygem-bson>=0:devel/rubygem-bson \ rubygem-bundler>=0:sysutils/rubygem-bundler \ - rubygem-concurrent-ruby>=0:devel/rubygem-concurrent-ruby \ + rubygem-chunky_png>=0:graphics/rubygem-chunky_png \ rubygem-dnsruby>=0:dns/rubygem-dnsruby \ rubygem-ed25519>=0:security/rubygem-ed25519 \ rubygem-em-http-request>=0:www/rubygem-em-http-request \ @@ -41,12 +43,13 @@ 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.97:security/rubygem-metasploit-payloads \ + rubygem-metasploit-payloads>=2.0.161:security/rubygem-metasploit-payloads \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ - rubygem-metasploit_payloads-mettle>=1.0.20:security/rubygem-metasploit_payloads-mettle \ + rubygem-metasploit_payloads-mettle>=1.0.26:security/rubygem-metasploit_payloads-mettle \ rubygem-mqtt>=0:net/rubygem-mqtt \ rubygem-msgpack>=0:devel/rubygem-msgpack \ rubygem-nessus_rest>=0:security/rubygem-nessus_rest \ + rubygem-net-imap>=0:mail/rubygem-net-imap \ rubygem-net-ldap>=0:net/rubygem-net-ldap \ rubygem-net-smtp>=0:mail/rubygem-net-smtp \ rubygem-net-ssh>=0:security/rubygem-net-ssh \ @@ -62,7 +65,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ rubygem-pdf-reader>=0:print/rubygem-pdf-reader \ rubygem-pg>=0:databases/rubygem-pg \ rubygem-puma>=0:www/rubygem-puma \ - rubygem-railties60>=6.0:www/rubygem-railties60 \ + rubygem-railties70>=7.0:www/rubygem-railties70 \ + rubygem-rasn1>=0:security/rubygem-rasn1 \ rubygem-recog>=0:security/rubygem-recog \ rubygem-redcarpet>=0:textproc/rubygem-redcarpet \ rubygem-rex-arch>=0:security/rubygem-rex-arch \ @@ -84,6 +88,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ rubygem-rex-text>=0:security/rubygem-rex-text \ rubygem-rex-zip>=0:security/rubygem-rex-zip \ rubygem-ruby-macho>=0:devel/rubygem-ruby-macho \ + rubygem-ruby-mysql>=0:databases/rubygem-ruby-mysql \ rubygem-ruby_smb>=0:net/rubygem-ruby_smb \ rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ rubygem-rubyzip>=0:archivers/rubygem-rubyzip \ @@ -143,6 +148,7 @@ SHEBANG_FILES= data/exploits/CVE-2017-17562/build.sh \ modules/auxiliary/gather/office365userenum.py \ modules/auxiliary/scanner/http/onion_omega2_login.py \ modules/auxiliary/scanner/http/rdp_web_login.py \ + modules/auxiliary/scanner/http/rpyc_rce.py \ modules/auxiliary/scanner/msmail/exchange_enum.go \ modules/auxiliary/scanner/msmail/host_id.go \ modules/auxiliary/scanner/msmail/onprem_enum.go \ @@ -165,10 +171,8 @@ NO_ARCH= yes NO_ARCH_IGNORE= template_x64_bsd.bin template_x86_bsd.bin CVE-2013-2171.bin post-patch: - ${REINPLACE_CMD} 's,git ls-files,find . ! -type d | sed "s|^./||", ; \ - /rb-readline/d ; /win32api/d' \ - ${WRKSRC}/metasploit-framework.gemspec - ${REINPLACE_CMD} "/concurrent-ruby/s|,'1.0.5'||" \ + ${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'||" \ ${WRKSRC}/metasploit-framework.gemspec do-build: diff --git a/security/metasploit/distinfo b/security/metasploit/distinfo index ece21d5f9d9..4b283beac96 100644 --- a/security/metasploit/distinfo +++ b/security/metasploit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666784433 -SHA256 (rapid7-metasploit-framework-6.2.23_GH0.tar.gz) = b6e6ab7c98f678d94f668d2f414e49c893b2ce0cbfcb0982b2f60f133bfd6fba -SIZE (rapid7-metasploit-framework-6.2.23_GH0.tar.gz) = 70153792 +TIMESTAMP = 1704462370 +SHA256 (rapid7-metasploit-framework-6.3.50_GH0.tar.gz) = 3d17375164e737aad727fdcc8d43f9fce967d464540f432c0555c5b2f7def6c8 +SIZE (rapid7-metasploit-framework-6.3.50_GH0.tar.gz) = 73968223 diff --git a/security/nebula/Makefile b/security/nebula/Makefile index 539743cfcac..ed044e26973 100644 --- a/security/nebula/Makefile +++ b/security/nebula/Makefile @@ -1,6 +1,6 @@ PORTNAME= nebula DISTVERSIONPREFIX= v -DISTVERSION= 1.8.1 +DISTVERSION= 1.8.2 CATEGORIES= security MAINTAINER= ashish@FreeBSD.org diff --git a/security/nebula/distinfo b/security/nebula/distinfo index d87d273314f..24d73268498 100644 --- a/security/nebula/distinfo +++ b/security/nebula/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1703149302 -SHA256 (go/security_nebula/nebula-v1.8.1/v1.8.1.mod) = 9c93ebf02bbdabedce6332a96012831517a38258ea17d7094f83c7817223fb70 -SIZE (go/security_nebula/nebula-v1.8.1/v1.8.1.mod) = 2122 -SHA256 (go/security_nebula/nebula-v1.8.1/v1.8.1.zip) = 012d47541760048f6c8b916bd161837a2502d72ddd4a51d30e49b446191e83fc -SIZE (go/security_nebula/nebula-v1.8.1/v1.8.1.zip) = 1107149 -SHA256 (go/security_nebula/nebula-v1.8.1/golang-net-v0.19.0_GH0.tar.gz) = 419a15f3b2a026c4300e912653b5f333374511ef548e13573bd77c0910421220 -SIZE (go/security_nebula/nebula-v1.8.1/golang-net-v0.19.0_GH0.tar.gz) = 1479736 -SHA256 (go/security_nebula/nebula-v1.8.1/golang-term-v0.15.0_GH0.tar.gz) = 82818d254e1b16805ab2147ae7bd3f8bbfa2c3455f763c763e21650e27a7b8e3 -SIZE (go/security_nebula/nebula-v1.8.1/golang-term-v0.15.0_GH0.tar.gz) = 14741 -SHA256 (go/security_nebula/nebula-v1.8.1/golang-sys-v0.15.0_GH0.tar.gz) = b0bc04c5a1d1ae7c5962e66f19def881b5ab2191cc08cce5021fe7e952ed5484 -SIZE (go/security_nebula/nebula-v1.8.1/golang-sys-v0.15.0_GH0.tar.gz) = 1443508 +TIMESTAMP = 1704756195 +SHA256 (go/security_nebula/nebula-v1.8.2/v1.8.2.mod) = 24c0991ace8f9addbf52b6db85b28e393b8666471abaf8c2d17c8ce347f05dc8 +SIZE (go/security_nebula/nebula-v1.8.2/v1.8.2.mod) = 2122 +SHA256 (go/security_nebula/nebula-v1.8.2/v1.8.2.zip) = 4908d6e6c8196042713d5609feed8f40450b0510b22632c117e8b1eb55a9c9c1 +SIZE (go/security_nebula/nebula-v1.8.2/v1.8.2.zip) = 1107507 +SHA256 (go/security_nebula/nebula-v1.8.2/golang-net-v0.19.0_GH0.tar.gz) = 419a15f3b2a026c4300e912653b5f333374511ef548e13573bd77c0910421220 +SIZE (go/security_nebula/nebula-v1.8.2/golang-net-v0.19.0_GH0.tar.gz) = 1479736 +SHA256 (go/security_nebula/nebula-v1.8.2/golang-term-v0.15.0_GH0.tar.gz) = 82818d254e1b16805ab2147ae7bd3f8bbfa2c3455f763c763e21650e27a7b8e3 +SIZE (go/security_nebula/nebula-v1.8.2/golang-term-v0.15.0_GH0.tar.gz) = 14741 +SHA256 (go/security_nebula/nebula-v1.8.2/golang-sys-v0.15.0_GH0.tar.gz) = b0bc04c5a1d1ae7c5962e66f19def881b5ab2191cc08cce5021fe7e952ed5484 +SIZE (go/security_nebula/nebula-v1.8.2/golang-sys-v0.15.0_GH0.tar.gz) = 1443508 diff --git a/security/nextcloud-passman/Makefile b/security/nextcloud-passman/Makefile index 3bb04f00b59..69ea726db69 100644 --- a/security/nextcloud-passman/Makefile +++ b/security/nextcloud-passman/Makefile @@ -1,5 +1,5 @@ PORTNAME= passman -PORTVERSION= 2.4.7 +PORTVERSION= 2.4.8 CATEGORIES= security MASTER_SITES= https://releases.passman.cc/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -10,7 +10,7 @@ WWW= https://passman.cc LICENSE_FILE= ${WRKSRC}/LICENSE -NEXTCLOUD_RUN_DEPENDS= 20 +NEXTCLOUD_RUN_DEPENDS= 26 USES= nextcloud php:flavors diff --git a/security/nextcloud-passman/distinfo b/security/nextcloud-passman/distinfo index 013d0508b0c..b085efd5ce6 100644 --- a/security/nextcloud-passman/distinfo +++ b/security/nextcloud-passman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690632828 -SHA256 (nextcloud/passman_2.4.7.tar.gz) = 09e35a374722a158dc5ba20b07ffc122f9a341671bbdf2b79bc8d543c2c6b723 -SIZE (nextcloud/passman_2.4.7.tar.gz) = 2164079 +TIMESTAMP = 1704548818 +SHA256 (nextcloud/passman_2.4.8.tar.gz) = 52fdea14f2b1d2a3163cf36ba2556efee7c9e842847fcf12473a6fad60b13c8e +SIZE (nextcloud/passman_2.4.8.tar.gz) = 2166158 diff --git a/security/pam_rssh/Makefile b/security/pam_rssh/Makefile index ed93ea2eef0..f3cdb3279cf 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= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= romain@FreeBSD.org diff --git a/security/pdfcrack/Makefile b/security/pdfcrack/Makefile index 280d874d35a..d2879103154 100644 --- a/security/pdfcrack/Makefile +++ b/security/pdfcrack/Makefile @@ -1,5 +1,6 @@ PORTNAME= pdfcrack PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= security print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -10,7 +11,7 @@ WWW= https://sourceforge.net/projects/pdfcrack/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -PLIST_FILES= bin/pdfcrack bin/pdfreader man/man1/pdfcrack.1.gz +PLIST_FILES= bin/pdfcrack bin/pdfreader share/man/man1/pdfcrack.1.gz ALL_TARGET= pdfcrack pdfreader post-patch: @@ -22,7 +23,7 @@ post-build: do-install: ${INSTALL_PROGRAM} ${PLIST_FILES:Mbin/*:S,bin/,${WRKSRC}/,g} \ ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${PLIST_FILES:Mman/*:S,man/man1/,${WRKSRC}/,g} \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${PLIST_FILES:Mshare/man/*:S,share/man/man1/,${WRKSRC}/,g} \ + ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/security/proftpd-mod_clamav/distinfo b/security/proftpd-mod_clamav/distinfo index 86e000a4d1e..3c27e9963c6 100644 --- a/security/proftpd-mod_clamav/distinfo +++ b/security/proftpd-mod_clamav/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1674382108 -SHA256 (proftpd-1.3.8.tar.gz) = f7139e7377a2cb059b8b9b14d76a6df5f440e3181cb15ae890d43bbcae574748 -SIZE (proftpd-1.3.8.tar.gz) = 19744412 +TIMESTAMP = 1704671194 +SHA256 (proftpd-1.3.8b.tar.gz) = 183ab7c6107de271a2959ff268f55c9b6c76b2cf0029e6584fccc019686601e0 +SIZE (proftpd-1.3.8b.tar.gz) = 19752808 SHA256 (mod_clamav-v0.14rc2.tar.gz) = 0a865a659541f7ff5c46532c79aac652cdd004f604fb6a874f57dfb95bfe5a1e SIZE (mod_clamav-v0.14rc2.tar.gz) = 19721 diff --git a/security/pwned-check/Makefile b/security/pwned-check/Makefile index af61347f506..661928313f4 100644 --- a/security/pwned-check/Makefile +++ b/security/pwned-check/Makefile @@ -1,6 +1,6 @@ PORTNAME= pwned-check PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= # @@ -26,7 +26,7 @@ SUB_FILES= ${PORTNAME}.sh ${PORTNAME}.1 pkg-message do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc - ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} .include diff --git a/security/pwned-check/pkg-plist b/security/pwned-check/pkg-plist index 50048e9a9d4..8e0a73f5b53 100644 --- a/security/pwned-check/pkg-plist +++ b/security/pwned-check/pkg-plist @@ -1,4 +1,4 @@ bin/pwned-check @sample etc/pwned-check.conf.sample -man/man1/pwned-check.1.gz +share/man/man1/pwned-check.1.gz @dir /var/db/pwned-check diff --git a/security/py-azure-keyvault-keys/Makefile b/security/py-azure-keyvault-keys/Makefile index 04fdb295085..06f5f30147d 100644 --- a/security/py-azure-keyvault-keys/Makefile +++ b/security/py-azure-keyvault-keys/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-keyvault-keys -PORTVERSION= 4.8.0 +DISTVERSION= 4.9.0b3 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1<2:www/py-azure-common@${PY ${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 +USES= python USE_PYTHON= autoplist concurrent cryptography distutils NO_ARCH= yes diff --git a/security/py-azure-keyvault-keys/distinfo b/security/py-azure-keyvault-keys/distinfo index 42fecc16603..100f3be7b3a 100644 --- a/security/py-azure-keyvault-keys/distinfo +++ b/security/py-azure-keyvault-keys/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104536 -SHA256 (azure-keyvault-keys-4.8.0.zip) = 6c0bb2f783202a34a3e5ec74866e6212e591ac7124f03b9669d1b09b68224bc4 -SIZE (azure-keyvault-keys-4.8.0.zip) = 592821 +TIMESTAMP = 1703613175 +SHA256 (azure-keyvault-keys-4.9.0b3.tar.gz) = aa8b1ec9fe96a81106f2f3dcd61175ecae3a01693c05af15f4a45e77894e946a +SIZE (azure-keyvault-keys-4.9.0b3.tar.gz) = 208992 diff --git a/security/py-mnemonic/Makefile b/security/py-mnemonic/Makefile index 7d4e18b24ff..c139cd4097b 100644 --- a/security/py-mnemonic/Makefile +++ b/security/py-mnemonic/Makefile @@ -1,5 +1,5 @@ PORTNAME= mnemonic -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,11 @@ WWW= https://github.com/trezor/python-mnemonic LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbkdf2>=1.3:security/py-pbkdf2@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes diff --git a/security/py-mnemonic/distinfo b/security/py-mnemonic/distinfo index 6035ea77b0f..30e49eb8ef4 100644 --- a/security/py-mnemonic/distinfo +++ b/security/py-mnemonic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627453758 -SHA256 (mnemonic-0.20.tar.gz) = 7c6fb5639d779388027a77944680aee4870f0fcd09b1e42a5525ee2ce4c625f6 -SIZE (mnemonic-0.20.tar.gz) = 67596 +TIMESTAMP = 1704538959 +SHA256 (mnemonic-0.21.tar.gz) = 1fe496356820984f45559b1540c80ff10de448368929b9c60a2b55744cc88acf +SIZE (mnemonic-0.21.tar.gz) = 152462 diff --git a/security/reop/Makefile b/security/reop/Makefile index 8690b96b7ec..ab06b802917 100644 --- a/security/reop/Makefile +++ b/security/reop/Makefile @@ -1,5 +1,6 @@ PORTNAME= reop PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://humungus.tedunangst.com/r/reop/d/ @@ -19,12 +20,12 @@ MAKE_ARGS+= CFLAGS+="-I${LOCALBASE}/include -Iother -Wno-pointer-sign" \ PREFIX="${STAGEDIR}${PREFIX}" PLIST_FILES= bin/reop \ - man/man1/reop.1.gz + share/man/man1/reop.1.gz do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile index e3aa41c6d43..cae399d7984 100644 --- a/security/rkhunter/Makefile +++ b/security/rkhunter/Makefile @@ -1,6 +1,6 @@ PORTNAME= rkhunter PORTVERSION= 1.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF @@ -37,7 +37,7 @@ post-patch: do-install: cd ${WRKSRC} && ./installer.sh --layout custom ${STAGEDIR}${PREFIX} --install ${INSTALL_MAN} ${WRKSRC}/files/${PORTNAME}.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/security ${INSTALL_SCRIPT} ${WRKDIR}/415.${PORTNAME} ${STAGEDIR}${PREFIX}/etc/periodic/security @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/security/rkhunter/files/patch-installer.sh b/security/rkhunter/files/patch-installer.sh index 8378593b9b4..56b620aa2a1 100644 --- a/security/rkhunter/files/patch-installer.sh +++ b/security/rkhunter/files/patch-installer.sh @@ -1,15 +1,15 @@ ---- installer.sh.orig 2014-02-24 02:37:15 UTC +--- installer.sh.orig 2018-02-19 23:49:06 UTC +++ installer.sh -@@ -392,7 +392,7 @@ selectTemplate() { # Take input from the "--install pa +@@ -393,7 +393,7 @@ selectTemplate() { # Take input from the "--install pa RKHINST_ETC_DIR="${SYSCONFIGDIR}" RKHINST_BIN_DIR="${BINDIR}" RKHINST_SCRIPT_DIR="${LIBDIR}/${APPNAME}/scripts" - RKHINST_MAN_DIR="${SHAREDIR}/man/man8" -+ RKHINST_MAN_DIR="${PREFIX}/man/man8" ++ RKHINST_MAN_DIR="${PREFIX}/share/man/man8" if [ "${RKHINST_LAYOUT}" = "oldschool" ]; then RKHINST_DB_DIR="${VARDIR}/${APPNAME}/db" -@@ -406,12 +406,12 @@ selectTemplate() { # Take input from the "--install pa +@@ -407,12 +407,12 @@ selectTemplate() { # Take input from the "--install pa elif [ "${RKHINST_LAYOUT}" = "TXZ" ]; then RKHINST_DB_DIR="${VARDIR}/lib/${APPNAME}/db" RKHINST_TMP_DIR="${VARDIR}/lib/${APPNAME}/tmp" @@ -24,7 +24,7 @@ fi RKHINST_LANG_DIR="${RKHINST_DB_DIR}/i18n" -@@ -1099,22 +1099,6 @@ doRemove() { +@@ -1070,22 +1070,6 @@ doRemove() { fi fi done diff --git a/security/rkhunter/pkg-plist b/security/rkhunter/pkg-plist index 58099824857..56ee51c710a 100644 --- a/security/rkhunter/pkg-plist +++ b/security/rkhunter/pkg-plist @@ -5,7 +5,7 @@ lib/rkhunter/scripts/check_modules.pl lib/rkhunter/scripts/filehashsha.pl lib/rkhunter/scripts/readlink.sh lib/rkhunter/scripts/stat.pl -man/man8/rkhunter.8.gz +share/man/man8/rkhunter.8.gz var/lib/rkhunter/db/backdoorports.dat @sample var/lib/rkhunter/db/i18n/cn.sample @sample var/lib/rkhunter/db/i18n/de.sample diff --git a/security/rpm-sequoia/Makefile b/security/rpm-sequoia/Makefile index 18463b68025..f87bcc58655 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= 1 +PORTREVISION= 2 CATEGORIES= security archivers MAINTAINER= yuri@FreeBSD.org diff --git a/security/rubygem-metasploit-aggregator/Makefile b/security/rubygem-metasploit-aggregator/Makefile index 30f1850ac6d..8d122ac0527 100644 --- a/security/rubygem-metasploit-aggregator/Makefile +++ b/security/rubygem-metasploit-aggregator/Makefile @@ -9,6 +9,9 @@ WWW= https://github.com/rapid7/metasploit-aggregator LICENSE= BSD3CLAUSE +DEPRECATED= No longer used, no longer maintained upstream +EXPIRATION_DATE= 2024-03-25 + RUN_DEPENDS= rubygem-grpc>=0:net/rubygem-grpc \ rubygem-rex-arch>=0:security/rubygem-rex-arch diff --git a/security/rubygem-metasploit-concern/Makefile b/security/rubygem-metasploit-concern/Makefile index 007acd23b39..ccf91c210fb 100644 --- a/security/rubygem-metasploit-concern/Makefile +++ b/security/rubygem-metasploit-concern/Makefile @@ -1,5 +1,5 @@ PORTNAME= metasploit-concern -PORTVERSION= 4.0.5 +PORTVERSION= 5.0.2 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,9 +10,10 @@ WWW= https://github.com/rapid7/metasploit-concern LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \ - rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 \ - rubygem-railties60>=6.0:www/rubygem-railties60 +RUN_DEPENDS= rubygem-activemodel70>=7.0:databases/rubygem-activemodel70 \ + rubygem-activesupport70>=7.0:devel/rubygem-activesupport70 \ + rubygem-railties70>=7.0:www/rubygem-railties70 \ + rubygem-zeitwerk>=0:devel/rubygem-zeitwerk NO_ARCH= yes diff --git a/security/rubygem-metasploit-concern/distinfo b/security/rubygem-metasploit-concern/distinfo index d5fc11231af..5ff469884e0 100644 --- a/security/rubygem-metasploit-concern/distinfo +++ b/security/rubygem-metasploit-concern/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677078163 -SHA256 (rubygem/metasploit-concern-4.0.5.gem) = c13ebe270bd1e9b1e2beefa1cdfb13c5bb8455d59cf6b456fb48188975da126b -SIZE (rubygem/metasploit-concern-4.0.5.gem) = 18944 +TIMESTAMP = 1704463057 +SHA256 (rubygem/metasploit-concern-5.0.2.gem) = 2cd20af623f1ffd22b1fb80ea79a9174b46b202f2b110c1bc194283732cb06f0 +SIZE (rubygem/metasploit-concern-5.0.2.gem) = 18944 diff --git a/security/rubygem-metasploit-credential/Makefile b/security/rubygem-metasploit-credential/Makefile index 240ab6aaa8d..9d8227f17aa 100644 --- a/security/rubygem-metasploit-credential/Makefile +++ b/security/rubygem-metasploit-credential/Makefile @@ -1,5 +1,5 @@ PORTNAME= metasploit-credential -PORTVERSION= 5.0.9 +PORTVERSION= 6.0.6 CATEGORIES= security rubygems MASTER_SITES= RG @@ -15,7 +15,7 @@ RUN_DEPENDS= rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ rubygem-net-ssh>=0:security/rubygem-net-ssh \ rubygem-pg>=0:databases/rubygem-pg \ - rubygem-railties60>=6.0:www/rubygem-railties60 \ + rubygem-railties70>=7.0:www/rubygem-railties70 \ rubygem-rex-socket>=0:security/rubygem-rex-socket \ rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ rubygem-rubyzip>=0:archivers/rubygem-rubyzip diff --git a/security/rubygem-metasploit-credential/distinfo b/security/rubygem-metasploit-credential/distinfo index e5cae084d82..73a112f8382 100644 --- a/security/rubygem-metasploit-credential/distinfo +++ b/security/rubygem-metasploit-credential/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677078213 -SHA256 (rubygem/metasploit-credential-5.0.9.gem) = 431d0f7612f2a4f4f694cb19bfa2ad4218e6b13471c0f67c29c449b1a56dbcf9 -SIZE (rubygem/metasploit-credential-5.0.9.gem) = 110592 +TIMESTAMP = 1704463936 +SHA256 (rubygem/metasploit-credential-6.0.6.gem) = f437647997e6e5cb8a8b19dacb142f677fdb658a5714aa95ec7a15adef19b0da +SIZE (rubygem/metasploit-credential-6.0.6.gem) = 115712 diff --git a/security/rubygem-metasploit-model/Makefile b/security/rubygem-metasploit-model/Makefile index c4d3e9a9998..f2fadddcbca 100644 --- a/security/rubygem-metasploit-model/Makefile +++ b/security/rubygem-metasploit-model/Makefile @@ -1,5 +1,5 @@ PORTNAME= metasploit-model -PORTVERSION= 4.0.6 +PORTVERSION= 5.0.2 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,9 +10,9 @@ WWW= https://github.com/rapid7/metasploit-model LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \ - rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 \ - rubygem-railties60>=6.0:www/rubygem-railties60 +RUN_DEPENDS= rubygem-activemodel70>=7.0:databases/rubygem-activemodel70 \ + rubygem-activesupport70>=7.0:devel/rubygem-activesupport70 \ + rubygem-railties70>=7.0:www/rubygem-railties70 NO_ARCH= yes diff --git a/security/rubygem-metasploit-model/distinfo b/security/rubygem-metasploit-model/distinfo index 00841c013c2..cd8b7e14ebd 100644 --- a/security/rubygem-metasploit-model/distinfo +++ b/security/rubygem-metasploit-model/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660812908 -SHA256 (rubygem/metasploit-model-4.0.6.gem) = 0d5b06109fa41c5fe66b50afd4dbd5a9a9415e1969b8c5cbaeb155d25fe2759e -SIZE (rubygem/metasploit-model-4.0.6.gem) = 81920 +TIMESTAMP = 1704463269 +SHA256 (rubygem/metasploit-model-5.0.2.gem) = 27de70f93ce42f115359848967d878897dde4904b7f654e5c2d5aab6ad04c56e +SIZE (rubygem/metasploit-model-5.0.2.gem) = 82432 diff --git a/security/rubygem-metasploit-payloads/Makefile b/security/rubygem-metasploit-payloads/Makefile index 568a61f71a9..ab3324360cb 100644 --- a/security/rubygem-metasploit-payloads/Makefile +++ b/security/rubygem-metasploit-payloads/Makefile @@ -1,5 +1,5 @@ PORTNAME= metasploit-payloads -PORTVERSION= 2.0.97 +PORTVERSION= 2.0.161 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-metasploit-payloads/distinfo b/security/rubygem-metasploit-payloads/distinfo index 72c4504625f..b0196e9951a 100644 --- a/security/rubygem-metasploit-payloads/distinfo +++ b/security/rubygem-metasploit-payloads/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677076542 -SHA256 (rubygem/metasploit-payloads-2.0.97.gem) = d516f5439f411f6db182d78657c79e1af367beaba22d7bb1064add5131af7eb0 -SIZE (rubygem/metasploit-payloads-2.0.97.gem) = 24650240 +TIMESTAMP = 1704463354 +SHA256 (rubygem/metasploit-payloads-2.0.161.gem) = 240c217d0b295fa95a6c3fcc93a2608657c179d2712e5ab276af642687745dd9 +SIZE (rubygem/metasploit-payloads-2.0.161.gem) = 47961600 diff --git a/security/rubygem-metasploit_data_models/Makefile b/security/rubygem-metasploit_data_models/Makefile index d1cc351568a..ca7c40df938 100644 --- a/security/rubygem-metasploit_data_models/Makefile +++ b/security/rubygem-metasploit_data_models/Makefile @@ -1,5 +1,5 @@ PORTNAME= metasploit_data_models -PORTVERSION= 5.0.6 +PORTVERSION= 6.0.3 PORTEPOCH= 2 CATEGORIES= security rubygems MASTER_SITES= RG @@ -11,14 +11,14 @@ WWW= https://github.com/rapid7/metasploit_data_models LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activerecord60>=6.0:databases/rubygem-activerecord60 \ - rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activerecord70>=7.0:databases/rubygem-activerecord70 \ + rubygem-activesupport70>=7.0:devel/rubygem-activesupport70 \ rubygem-arel-helpers>=0:databases/rubygem-arel-helpers \ rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \ rubygem-metasploit-model>=3.1:security/rubygem-metasploit-model \ rubygem-pg>=0:databases/rubygem-pg \ - rubygem-railties60>=6.0:www/rubygem-railties60 \ - rubygem-recog>=2.0:security/rubygem-recog \ + rubygem-railties70>=7.0:www/rubygem-railties70 \ + rubygem-recog>=0:security/rubygem-recog \ rubygem-webrick>=0:www/rubygem-webrick NO_ARCH= yes diff --git a/security/rubygem-metasploit_data_models/distinfo b/security/rubygem-metasploit_data_models/distinfo index 01c3445fe9d..688fb459549 100644 --- a/security/rubygem-metasploit_data_models/distinfo +++ b/security/rubygem-metasploit_data_models/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677078279 -SHA256 (rubygem/metasploit_data_models-5.0.6.gem) = cabfcc788d50760970690f3c5f4792e0343acbdf5fe26e20afe7c06c723a91b6 -SIZE (rubygem/metasploit_data_models-5.0.6.gem) = 179712 +TIMESTAMP = 1704463496 +SHA256 (rubygem/metasploit_data_models-6.0.3.gem) = 757ed8c8d68b423b6bd91fa2c745e2575a5fbc2c469d2ac39353c7adc06842c0 +SIZE (rubygem/metasploit_data_models-6.0.3.gem) = 179712 diff --git a/security/rubygem-metasploit_payloads-mettle/Makefile b/security/rubygem-metasploit_payloads-mettle/Makefile index 238fe379e90..db5dbeb3e13 100644 --- a/security/rubygem-metasploit_payloads-mettle/Makefile +++ b/security/rubygem-metasploit_payloads-mettle/Makefile @@ -1,5 +1,5 @@ PORTNAME= metasploit_payloads-mettle -PORTVERSION= 1.0.20 +PORTVERSION= 1.0.26 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-metasploit_payloads-mettle/distinfo b/security/rubygem-metasploit_payloads-mettle/distinfo index def67444ebf..f806a00e549 100644 --- a/security/rubygem-metasploit_payloads-mettle/distinfo +++ b/security/rubygem-metasploit_payloads-mettle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677075912 -SHA256 (rubygem/metasploit_payloads-mettle-1.0.20.gem) = 04c94e46b9665a094a1ec4872f466506f91ead8b23929bd443f6fd8b8dbcf6e2 -SIZE (rubygem/metasploit_payloads-mettle-1.0.20.gem) = 22783488 +TIMESTAMP = 1704463664 +SHA256 (rubygem/metasploit_payloads-mettle-1.0.26.gem) = 75c88b7ae55a0d68719f12b42f346072b5df11b80b72504d1a88117eebaaf9e2 +SIZE (rubygem/metasploit_payloads-mettle-1.0.26.gem) = 23349248 diff --git a/security/rubygem-recog/Makefile b/security/rubygem-recog/Makefile index d3a41044a47..43ad65ce882 100644 --- a/security/rubygem-recog/Makefile +++ b/security/rubygem-recog/Makefile @@ -1,5 +1,5 @@ PORTNAME= recog -PORTVERSION= 2.3.23 +PORTVERSION= 3.1.2 CATEGORIES= security rubygems MASTER_SITES= RG @@ -12,14 +12,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri -USES= gem python:env shebangfix +USES= gem NO_ARCH= yes -SHEBANG_FILES= update_cpes.py .vscode/bin/monitor-recog-fingerprints.sh -PLIST_FILES= bin/recog_cleanup \ - bin/recog_export \ - bin/recog_match \ - bin/recog_standardize \ - bin/recog_verify +PLIST_FILES= bin/recog_match .include diff --git a/security/rubygem-recog/distinfo b/security/rubygem-recog/distinfo index 2f452905361..cac15c199d4 100644 --- a/security/rubygem-recog/distinfo +++ b/security/rubygem-recog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660812945 -SHA256 (rubygem/recog-2.3.23.gem) = eb3bbde9a4ff84bb6feaab1f69a5dcab5469715e945419f6826895503844b82b -SIZE (rubygem/recog-2.3.23.gem) = 392704 +TIMESTAMP = 1704467550 +SHA256 (rubygem/recog-3.1.2.gem) = 2adcab72fe854d528813be346953e65703d80f5869f5564a7f51bff5371ec394 +SIZE (rubygem/recog-3.1.2.gem) = 376320 diff --git a/security/rubygem-rex-arch/Makefile b/security/rubygem-rex-arch/Makefile index 516a4a1b87d..831ce1d486a 100644 --- a/security/rubygem-rex-arch/Makefile +++ b/security/rubygem-rex-arch/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-arch -PORTVERSION= 0.1.14 +PORTVERSION= 0.1.15 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-arch/distinfo b/security/rubygem-rex-arch/distinfo index dece6b7169c..a08672ae46d 100644 --- a/security/rubygem-rex-arch/distinfo +++ b/security/rubygem-rex-arch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609089749 -SHA256 (rubygem/rex-arch-0.1.14.gem) = 77111f85811731c3f95d571355356e9bba84bec843ad232318ef2683023129be -SIZE (rubygem/rex-arch-0.1.14.gem) = 19456 +TIMESTAMP = 1704461015 +SHA256 (rubygem/rex-arch-0.1.15.gem) = ea2ec5cf5cd14567314d9237d7d813e2eb1dfc874f419ccde991c0d57084b2bf +SIZE (rubygem/rex-arch-0.1.15.gem) = 19968 diff --git a/security/rubygem-rex-bin_tools/Makefile b/security/rubygem-rex-bin_tools/Makefile index 60db7343ee0..c51bb3b00cf 100644 --- a/security/rubygem-rex-bin_tools/Makefile +++ b/security/rubygem-rex-bin_tools/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-bin_tools -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.9 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-bin_tools/distinfo b/security/rubygem-rex-bin_tools/distinfo index 40fe535a79c..f527774bbea 100644 --- a/security/rubygem-rex-bin_tools/distinfo +++ b/security/rubygem-rex-bin_tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632166799 -SHA256 (rubygem/rex-bin_tools-0.1.8.gem) = f2e13761500d03c445bee90e28457711aeaddf065882992e94ad47f50114b95c -SIZE (rubygem/rex-bin_tools-0.1.8.gem) = 81920 +TIMESTAMP = 1704461311 +SHA256 (rubygem/rex-bin_tools-0.1.9.gem) = b770aa9f9b18a6f5a1549500114bf5df4543d3eb2ec980ab99a911f0d296b341 +SIZE (rubygem/rex-bin_tools-0.1.9.gem) = 82432 diff --git a/security/rubygem-rex-core/Makefile b/security/rubygem-rex-core/Makefile index f77aa8a2a4f..42a1d0d75b8 100644 --- a/security/rubygem-rex-core/Makefile +++ b/security/rubygem-rex-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-core -PORTVERSION= 0.1.30 +PORTVERSION= 0.1.31 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-core/distinfo b/security/rubygem-rex-core/distinfo index 11ccb916804..b19ff7c1edf 100644 --- a/security/rubygem-rex-core/distinfo +++ b/security/rubygem-rex-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677077909 -SHA256 (rubygem/rex-core-0.1.30.gem) = 66ba1d5667257174a28f92ecb8ceda8fa71ce13595a36be12e85128066334fb6 -SIZE (rubygem/rex-core-0.1.30.gem) = 32256 +TIMESTAMP = 1704461095 +SHA256 (rubygem/rex-core-0.1.31.gem) = fa77404cfca2fc945fcddb250edb440757c713b04766d4f24b5dcc1b5df8ae68 +SIZE (rubygem/rex-core-0.1.31.gem) = 32256 diff --git a/security/rubygem-rex-encoder/Makefile b/security/rubygem-rex-encoder/Makefile index ea1e57d4998..d40493639e9 100644 --- a/security/rubygem-rex-encoder/Makefile +++ b/security/rubygem-rex-encoder/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-encoder -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-encoder/distinfo b/security/rubygem-rex-encoder/distinfo index 629b8952ec1..2a53bb6afd5 100644 --- a/security/rubygem-rex-encoder/distinfo +++ b/security/rubygem-rex-encoder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632167219 -SHA256 (rubygem/rex-encoder-0.1.6.gem) = 6f5b6da583cc0e821ba74789b91e32b0e562a8f81933629f711d0ebb33f68295 -SIZE (rubygem/rex-encoder-0.1.6.gem) = 40960 +TIMESTAMP = 1704461432 +SHA256 (rubygem/rex-encoder-0.1.7.gem) = 1a8b7927b43d616c778621de572007cac752a332be926037010e574578ed97e6 +SIZE (rubygem/rex-encoder-0.1.7.gem) = 41472 diff --git a/security/rubygem-rex-exploitation/Makefile b/security/rubygem-rex-exploitation/Makefile index da9885420e8..88816a4a3b5 100644 --- a/security/rubygem-rex-exploitation/Makefile +++ b/security/rubygem-rex-exploitation/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-exploitation -PORTVERSION= 0.1.37 +PORTVERSION= 0.1.39 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-exploitation/distinfo b/security/rubygem-rex-exploitation/distinfo index a96d9fec0c1..3e3ffea99d1 100644 --- a/security/rubygem-rex-exploitation/distinfo +++ b/security/rubygem-rex-exploitation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677077954 -SHA256 (rubygem/rex-exploitation-0.1.37.gem) = ab790f6ce79b2ea6f65a59eb5697547081767beb643382de9e46b3aebb8ecc95 -SIZE (rubygem/rex-exploitation-0.1.37.gem) = 79872 +TIMESTAMP = 1704461570 +SHA256 (rubygem/rex-exploitation-0.1.39.gem) = 70cb461fe562641a87c9ad815283c5e7d299db97b21460308ceb5498fe3fb9dd +SIZE (rubygem/rex-exploitation-0.1.39.gem) = 80384 diff --git a/security/rubygem-rex-java/Makefile b/security/rubygem-rex-java/Makefile index 73ea74b1195..7047b6b1caa 100644 --- a/security/rubygem-rex-java/Makefile +++ b/security/rubygem-rex-java/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-java -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-java/distinfo b/security/rubygem-rex-java/distinfo index e25b6ac1ee8..98e68947ef1 100644 --- a/security/rubygem-rex-java/distinfo +++ b/security/rubygem-rex-java/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609090388 -SHA256 (rubygem/rex-java-0.1.6.gem) = dab7a4512d4757a88efa86627e8dc5eb80100d554950031f0fc513198f6c1d3d -SIZE (rubygem/rex-java-0.1.6.gem) = 22528 +TIMESTAMP = 1704461638 +SHA256 (rubygem/rex-java-0.1.7.gem) = 772d6f4c1ff7fc9eb92fd88bf41d4ab58b937493ebeb69b156895bdc03a6d8fa +SIZE (rubygem/rex-java-0.1.7.gem) = 23040 diff --git a/security/rubygem-rex-mime/Makefile b/security/rubygem-rex-mime/Makefile index 2def07a2fc4..aa224e60513 100644 --- a/security/rubygem-rex-mime/Makefile +++ b/security/rubygem-rex-mime/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-mime -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-mime/distinfo b/security/rubygem-rex-mime/distinfo index bba803e66ae..951d12d3377 100644 --- a/security/rubygem-rex-mime/distinfo +++ b/security/rubygem-rex-mime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660813064 -SHA256 (rubygem/rex-mime-0.1.7.gem) = 4a5a2071962d6697301dc6e5565af1d574c49f284646657000862b8b62691703 -SIZE (rubygem/rex-mime-0.1.7.gem) = 16384 +TIMESTAMP = 1704461696 +SHA256 (rubygem/rex-mime-0.1.8.gem) = 63a54452a07a16c2c30eafb828ecd183ad20442b42185af93fd2cce75bec223e +SIZE (rubygem/rex-mime-0.1.8.gem) = 16384 diff --git a/security/rubygem-rex-nop/Makefile b/security/rubygem-rex-nop/Makefile index 1ffb3ef588c..0f563a7454c 100644 --- a/security/rubygem-rex-nop/Makefile +++ b/security/rubygem-rex-nop/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-nop -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-nop/distinfo b/security/rubygem-rex-nop/distinfo index e7f346db565..d6698e9ec5f 100644 --- a/security/rubygem-rex-nop/distinfo +++ b/security/rubygem-rex-nop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609090690 -SHA256 (rubygem/rex-nop-0.1.2.gem) = 22d19c7f96e976907668f6002a43f21d59e7d10ba76669daa4c528a5eaab547a -SIZE (rubygem/rex-nop-0.1.2.gem) = 27648 +TIMESTAMP = 1704461747 +SHA256 (rubygem/rex-nop-0.1.3.gem) = 1e66cc7e9457e957be2770a588b8ca79f3065070c2ad0c7f0482abb27fab5bed +SIZE (rubygem/rex-nop-0.1.3.gem) = 27648 diff --git a/security/rubygem-rex-ole/Makefile b/security/rubygem-rex-ole/Makefile index 30468ae5881..f77016ed286 100644 --- a/security/rubygem-rex-ole/Makefile +++ b/security/rubygem-rex-ole/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-ole -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-ole/distinfo b/security/rubygem-rex-ole/distinfo index 1ef9bb1ce57..411585244bd 100644 --- a/security/rubygem-rex-ole/distinfo +++ b/security/rubygem-rex-ole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609090789 -SHA256 (rubygem/rex-ole-0.1.7.gem) = d7e28ac592f992a3e7545f66b9c844bb88e0ae03c67eb2368ee7454a54f09a66 -SIZE (rubygem/rex-ole-0.1.7.gem) = 26112 +TIMESTAMP = 1704461800 +SHA256 (rubygem/rex-ole-0.1.8.gem) = 8632efb6b9dc49d7b5df789aaab772c2132fc99382cfa3dc040d3f20c2c3716d +SIZE (rubygem/rex-ole-0.1.8.gem) = 26624 diff --git a/security/rubygem-rex-powershell/Makefile b/security/rubygem-rex-powershell/Makefile index 9e6c3fb34a5..b06c4473e6a 100644 --- a/security/rubygem-rex-powershell/Makefile +++ b/security/rubygem-rex-powershell/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-powershell -PORTVERSION= 0.1.97 +PORTVERSION= 0.1.99 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-powershell/distinfo b/security/rubygem-rex-powershell/distinfo index dbc85be8e1b..cc6a9207a8b 100644 --- a/security/rubygem-rex-powershell/distinfo +++ b/security/rubygem-rex-powershell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677077992 -SHA256 (rubygem/rex-powershell-0.1.97.gem) = 1d4c6afaa89962fad1dc101691b382ab9e2151174bbfaaaed529eced2c19dd22 -SIZE (rubygem/rex-powershell-0.1.97.gem) = 31744 +TIMESTAMP = 1704461907 +SHA256 (rubygem/rex-powershell-0.1.99.gem) = 2e99580b43fdb9ab26dbba300911f1f303b3afe59449f5d9e2ac00695de07f4f +SIZE (rubygem/rex-powershell-0.1.99.gem) = 31744 diff --git a/security/rubygem-rex-random_identifier/Makefile b/security/rubygem-rex-random_identifier/Makefile index 8ebf5bfd371..0870ad0669b 100644 --- a/security/rubygem-rex-random_identifier/Makefile +++ b/security/rubygem-rex-random_identifier/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-random_identifier -PORTVERSION= 0.1.10 +PORTVERSION= 0.1.11 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-random_identifier/distinfo b/security/rubygem-rex-random_identifier/distinfo index 2291df2fc74..5039f797e1e 100644 --- a/security/rubygem-rex-random_identifier/distinfo +++ b/security/rubygem-rex-random_identifier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677078031 -SHA256 (rubygem/rex-random_identifier-0.1.10.gem) = 575e6f99d6440afef27d5b9d270f933cd257c01906735d78c0904a426cfaed85 -SIZE (rubygem/rex-random_identifier-0.1.10.gem) = 17408 +TIMESTAMP = 1704461846 +SHA256 (rubygem/rex-random_identifier-0.1.11.gem) = 0cb870f600f02e21f2c11e7d1b064bf07d9a60d0e86f50ae6f2aef0e5c01ace3 +SIZE (rubygem/rex-random_identifier-0.1.11.gem) = 17920 diff --git a/security/rubygem-rex-registry/Makefile b/security/rubygem-rex-registry/Makefile index c428495905e..db9098a49df 100644 --- a/security/rubygem-rex-registry/Makefile +++ b/security/rubygem-rex-registry/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-registry -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-registry/distinfo b/security/rubygem-rex-registry/distinfo index cff7fdf3e0d..187f1a6d60b 100644 --- a/security/rubygem-rex-registry/distinfo +++ b/security/rubygem-rex-registry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609091327 -SHA256 (rubygem/rex-registry-0.1.4.gem) = 3bb461b8c54b352e56c2f56213e7b3e863e7d64e648b2201cc59131819946625 -SIZE (rubygem/rex-registry-0.1.4.gem) = 16384 +TIMESTAMP = 1704461974 +SHA256 (rubygem/rex-registry-0.1.5.gem) = c268417b58b8be7e6e62f8bfe598e37bdfce6f76ced1d64b3b65213a29d06ce9 +SIZE (rubygem/rex-registry-0.1.5.gem) = 16896 diff --git a/security/rubygem-rex-rop_builder/Makefile b/security/rubygem-rex-rop_builder/Makefile index 637d55f645e..72e2ced25c3 100644 --- a/security/rubygem-rex-rop_builder/Makefile +++ b/security/rubygem-rex-rop_builder/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-rop_builder -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-rop_builder/distinfo b/security/rubygem-rex-rop_builder/distinfo index 44f20f7c086..1c18a0d5153 100644 --- a/security/rubygem-rex-rop_builder/distinfo +++ b/security/rubygem-rex-rop_builder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609093854 -SHA256 (rubygem/rex-rop_builder-0.1.4.gem) = 72bf0629b2c27e98e2c2740aca83c123c05fde455d1a66fbd806b13970b75e6b -SIZE (rubygem/rex-rop_builder-0.1.4.gem) = 17920 +TIMESTAMP = 1704462027 +SHA256 (rubygem/rex-rop_builder-0.1.5.gem) = b425f747235c66add7238ea84f2e0361930e7c62528169850e787dafb54e6cbd +SIZE (rubygem/rex-rop_builder-0.1.5.gem) = 17920 diff --git a/security/rubygem-rex-socket/Makefile b/security/rubygem-rex-socket/Makefile index 723a66fb9aa..e0cd7b2e9e1 100644 --- a/security/rubygem-rex-socket/Makefile +++ b/security/rubygem-rex-socket/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-socket -PORTVERSION= 0.1.47 +PORTVERSION= 0.1.55 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-socket/distinfo b/security/rubygem-rex-socket/distinfo index 713ed508d5e..3476146ac43 100644 --- a/security/rubygem-rex-socket/distinfo +++ b/security/rubygem-rex-socket/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677078057 -SHA256 (rubygem/rex-socket-0.1.47.gem) = 92cb840cd19ee68403b1b962e6b1f7e99b1f4fc74dab5e882fbdfc0822ea450b -SIZE (rubygem/rex-socket-0.1.47.gem) = 43008 +TIMESTAMP = 1704462082 +SHA256 (rubygem/rex-socket-0.1.55.gem) = 435a43b8b46097a117a57db90b107fc4201d5b9fd19884b58616ee4802764863 +SIZE (rubygem/rex-socket-0.1.55.gem) = 44032 diff --git a/security/rubygem-rex-sslscan/Makefile b/security/rubygem-rex-sslscan/Makefile index e1ea2c5c434..e09f6ffe97e 100644 --- a/security/rubygem-rex-sslscan/Makefile +++ b/security/rubygem-rex-sslscan/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-sslscan -PORTVERSION= 0.1.9 +PORTVERSION= 0.1.10 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-sslscan/distinfo b/security/rubygem-rex-sslscan/distinfo index 83702be6bb2..3057e066f63 100644 --- a/security/rubygem-rex-sslscan/distinfo +++ b/security/rubygem-rex-sslscan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677078082 -SHA256 (rubygem/rex-sslscan-0.1.9.gem) = 81928a0bd4f3a4c32e5da488b4420e2c400eba6079d39e63dab3f1567553fc51 -SIZE (rubygem/rex-sslscan-0.1.9.gem) = 18432 +TIMESTAMP = 1704462143 +SHA256 (rubygem/rex-sslscan-0.1.10.gem) = 8e4a70f5b5a2a659fcb497d526899061cc66661d7e4a6a80e03ebccb65fa8c5e +SIZE (rubygem/rex-sslscan-0.1.10.gem) = 18432 diff --git a/security/rubygem-rex-struct2/Makefile b/security/rubygem-rex-struct2/Makefile index 20d28eb4c77..8d0847537d3 100644 --- a/security/rubygem-rex-struct2/Makefile +++ b/security/rubygem-rex-struct2/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-struct2 -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-struct2/distinfo b/security/rubygem-rex-struct2/distinfo index 6d99a400bec..a5e8b9cef9e 100644 --- a/security/rubygem-rex-struct2/distinfo +++ b/security/rubygem-rex-struct2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609094397 -SHA256 (rubygem/rex-struct2-0.1.3.gem) = 9678a8e12afb5c9e8d8aaf1c3680ced7377f14af3ac2830a6d252559caf6e8c2 -SIZE (rubygem/rex-struct2-0.1.3.gem) = 18432 +TIMESTAMP = 1704461166 +SHA256 (rubygem/rex-struct2-0.1.4.gem) = 9fe9aa23b3bbc0a236bc1679103cd536ac973301c6a4709fa54d85ca6275cadc +SIZE (rubygem/rex-struct2-0.1.4.gem) = 18432 diff --git a/security/rubygem-rex-text/Makefile b/security/rubygem-rex-text/Makefile index 844fd933c2d..479cdd25ea7 100644 --- a/security/rubygem-rex-text/Makefile +++ b/security/rubygem-rex-text/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-text -PORTVERSION= 0.2.49 +PORTVERSION= 0.2.53 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-text/distinfo b/security/rubygem-rex-text/distinfo index 1dc50220946..b4909f672ac 100644 --- a/security/rubygem-rex-text/distinfo +++ b/security/rubygem-rex-text/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677078107 -SHA256 (rubygem/rex-text-0.2.49.gem) = 1db0941cd1f3b7f95138150ff57c424eec44481a2a75570111287d2c1fc64568 -SIZE (rubygem/rex-text-0.2.49.gem) = 50176 +TIMESTAMP = 1704460907 +SHA256 (rubygem/rex-text-0.2.53.gem) = e653903b543f78cae32ed074b113520c54c1992cfcc3dfaf00873a201069a8ba +SIZE (rubygem/rex-text-0.2.53.gem) = 50176 diff --git a/security/rubygem-rex-zip/Makefile b/security/rubygem-rex-zip/Makefile index 2aa6814077a..37872e45ec2 100644 --- a/security/rubygem-rex-zip/Makefile +++ b/security/rubygem-rex-zip/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-zip -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-zip/distinfo b/security/rubygem-rex-zip/distinfo index 1e95e47cae1..130c94bf3e0 100644 --- a/security/rubygem-rex-zip/distinfo +++ b/security/rubygem-rex-zip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609094571 -SHA256 (rubygem/rex-zip-0.1.4.gem) = 126f064412c36ce5536e44523bfbbb6767e71eb03b99b355de66a6dac823f52b -SIZE (rubygem/rex-zip-0.1.4.gem) = 23040 +TIMESTAMP = 1704462213 +SHA256 (rubygem/rex-zip-0.1.5.gem) = 4dc385e926b5c00d7ecfc433d6ce1d9e919a27a56dac7b7ab92936dbe8585296 +SIZE (rubygem/rex-zip-0.1.5.gem) = 23040 diff --git a/security/rustscan/Makefile b/security/rustscan/Makefile index 2bf527c7002..255ba369c96 100644 --- a/security/rustscan/Makefile +++ b/security/rustscan/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustscan PORTVERSION= 2.1.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org diff --git a/security/sectok/Makefile b/security/sectok/Makefile index 8a7a680d463..458c2839342 100644 --- a/security/sectok/Makefile +++ b/security/sectok/Makefile @@ -1,6 +1,6 @@ PORTNAME= sectok PORTVERSION= 20030825 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.citi.umich.edu/projects/smartcard/ EXTRACT_SUFX= .tgz @@ -18,7 +18,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} \ @@ -31,6 +31,6 @@ do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) .include diff --git a/security/secure_delete/Makefile b/security/secure_delete/Makefile index eb4ef1259ce..d5e56ed2a30 100644 --- a/security/secure_delete/Makefile +++ b/security/secure_delete/Makefile @@ -1,6 +1,6 @@ PORTNAME= secure_delete PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= PACKETSTORM/groups/thc \ http://freeworld.thc.org/releases/ @@ -19,8 +19,9 @@ SUB_FILES= pkg-message PORTDOCS= CHANGES FILES README secure_delete.doc usenix6-gutmann.doc PLIST_FILES= bin/sdel bin/sfill bin/smem bin/srm bin/sswap \ - bin/the_cleaner.sh man/man1/sfill.1.gz man/man1/smem.1.gz \ - man/man1/srm.1.gz man/man1/sswap.1.gz + bin/the_cleaner.sh share/man/man1/sfill.1.gz \ + share/man/man1/smem.1.gz \ + share/man/man1/srm.1.gz share/man/man1/sswap.1.gz OPTIONS_DEFINE= DOCS @@ -33,7 +34,7 @@ post-patch: do-install: .for i in srm sfill sswap smem ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${i}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${i}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor ${INSTALL_SCRIPT} ${WRKSRC}/the_cleaner.sh ${STAGEDIR}${PREFIX}/bin ${LN} -sf srm ${STAGEDIR}${PREFIX}/bin/sdel diff --git a/security/sequoia-sq/Makefile b/security/sequoia-sq/Makefile index 1a57b7c6708..af1f9806788 100644 --- a/security/sequoia-sq/Makefile +++ b/security/sequoia-sq/Makefile @@ -1,7 +1,7 @@ PORTNAME= sq DISTVERSIONPREFIX= v DISTVERSION= 0.31.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security PKGNAMEPREFIX= sequoia- diff --git a/security/signing-party/Makefile b/security/signing-party/Makefile index 3143fb6bcf4..18d1f3dab0d 100644 --- a/security/signing-party/Makefile +++ b/security/signing-party/Makefile @@ -1,5 +1,6 @@ PORTNAME= signing-party PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= romain@FreeBSD.org @@ -64,7 +65,7 @@ do-install: ${INSTALL_PROGRAM} ${BINS:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${SCRIPTS:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${MANUALS1:S|^|${WRKSRC}/|} \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/caff diff --git a/security/signing-party/pkg-plist b/security/signing-party/pkg-plist index 2961ca0173e..8b96b6316e7 100644 --- a/security/signing-party/pkg-plist +++ b/security/signing-party/pkg-plist @@ -15,20 +15,20 @@ bin/pgp-fixkey bin/process_keys bin/sig2dot bin/springgraph -man/man1/caff.1.gz -man/man1/gpg-key2latex.1.gz -man/man1/gpg-key2ps.1.gz -man/man1/gpg-mailkeys.1.gz -man/man1/gpgdir.1.gz -man/man1/gpglist.1.gz -man/man1/gpgparticipants.1.gz -man/man1/gpgsigs.1.gz -man/man1/gpgwrap.1.gz -man/man1/keyanalyze.1.gz -man/man1/keyart.1.gz -man/man1/keylookup.1.gz -man/man1/pgp-clean.1.gz -man/man1/pgp-fixkey.1.gz -man/man1/process_keys.1.gz -man/man1/sig2dot.1.gz -man/man1/springgraph.1.gz +share/man/man1/caff.1.gz +share/man/man1/gpg-key2latex.1.gz +share/man/man1/gpg-key2ps.1.gz +share/man/man1/gpg-mailkeys.1.gz +share/man/man1/gpgdir.1.gz +share/man/man1/gpglist.1.gz +share/man/man1/gpgparticipants.1.gz +share/man/man1/gpgsigs.1.gz +share/man/man1/gpgwrap.1.gz +share/man/man1/keyanalyze.1.gz +share/man/man1/keyart.1.gz +share/man/man1/keylookup.1.gz +share/man/man1/pgp-clean.1.gz +share/man/man1/pgp-fixkey.1.gz +share/man/man1/process_keys.1.gz +share/man/man1/sig2dot.1.gz +share/man/man1/springgraph.1.gz diff --git a/security/sniffglue/Makefile b/security/sniffglue/Makefile index 2a55a0e9e00..b9eb55a1563 100644 --- a/security/sniffglue/Makefile +++ b/security/sniffglue/Makefile @@ -1,7 +1,7 @@ PORTNAME= sniffglue DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= security MAINTAINER= freebsd@sysctl.cz diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile index 3d548eaede2..2c532978180 100644 --- a/security/snort-rep/Makefile +++ b/security/snort-rep/Makefile @@ -18,7 +18,7 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/snort-rep ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/snort-rep.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/snort-rep.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/snort-rep-mail ${STAGEDIR}${EXAMPLESDIR} diff --git a/security/snort-rep/pkg-plist b/security/snort-rep/pkg-plist index afbb9e503d3..f4727fac31c 100644 --- a/security/snort-rep/pkg-plist +++ b/security/snort-rep/pkg-plist @@ -1,3 +1,3 @@ bin/snort-rep -man/man1/snort-rep.1.gz +share/man/man1/snort-rep.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/snort-rep-mail diff --git a/security/snort2pfcd/Makefile b/security/snort2pfcd/Makefile index 4b824ef98ca..33fc9919255 100644 --- a/security/snort2pfcd/Makefile +++ b/security/snort2pfcd/Makefile @@ -1,5 +1,6 @@ PORTNAME= snort2pfcd PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.tworoutes.com/oss/ @@ -15,11 +16,11 @@ RUN_DEPENDS= snort:security/snort USES= compiler:c11 USE_RC_SUBR= snort2pfcd -PLIST_FILES= man/man8/snort2pfcd.8.gz \ +PLIST_FILES= share/man/man8/snort2pfcd.8.gz \ sbin/snort2pfcd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snort2pfcd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/snort2pfcd.8.gz ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/snort2pfcd.8.gz ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/security/solana/Makefile b/security/solana/Makefile index fd22e799931..50c95509573 100644 --- a/security/solana/Makefile +++ b/security/solana/Makefile @@ -1,6 +1,7 @@ PORTNAME= solana DISTVERSIONPREFIX= v DISTVERSION= 1.17.9 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/ssh-multiadd/Makefile b/security/ssh-multiadd/Makefile index 4768385de2e..ea291f6aa70 100644 --- a/security/ssh-multiadd/Makefile +++ b/security/ssh-multiadd/Makefile @@ -1,5 +1,6 @@ PORTNAME= ssh-multiadd PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SUNSITE/system/network/telnet @@ -9,7 +10,7 @@ COMMENT= Tool to add multiple ssh keys to the authentication agent USES= python:run NO_BUILD= yes -PLIST_FILES= bin/ssh-multiadd man/man1/ssh-multiadd.1.gz +PLIST_FILES= bin/ssh-multiadd share/man/man1/ssh-multiadd.1.gz post-patch: @${REINPLACE_CMD} -e \ @@ -18,6 +19,6 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ssh-multiadd ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ssh-multiadd.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ssh-multiadd.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/ssh-vault/Makefile b/security/ssh-vault/Makefile index c5fd79bd7b6..27834ef5715 100644 --- a/security/ssh-vault/Makefile +++ b/security/ssh-vault/Makefile @@ -1,7 +1,8 @@ PORTNAME= ssh-vault -PORTVERSION= 0.12.6 -PORTREVISION= 16 +PORTVERSION= 1.0.10 CATEGORIES= security +MASTER_SITES= CRATESIO +DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= nbari@tequila.io COMMENT= Encrypt/decrypt using ssh keys @@ -10,18 +11,256 @@ WWW= https://ssh-vault.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go +USES= cargo localbase ssl -USE_GITHUB= yes -GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} -GH_TUPLE= golang:crypto:a0c6ece:gocrypto/vendor/golang.org/x/crypto \ - golang:sys:v0.5.0:gosys/vendor/golang.org/x/sys \ - ssh-vault:crypto:3700ed0:crypto/vendor/github.com/ssh-vault/crypto \ - ssh-vault:ssh2pem:fdda4b3:ssh2pem/vendor/github.com/ssh-vault/ssh2pem - -GO_TARGET= ./cmd/ssh-vault -GO_BUILDFLAGS= -ldflags "-s -w -X main.version=${PORTVERSION}" +CARGO_CRATES= addr2line-0.21.0 \ + adler-1.0.2 \ + aead-0.5.2 \ + aes-0.8.3 \ + aes-gcm-0.10.3 \ + aho-corasick-1.1.2 \ + 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 \ + async-trait-0.1.74 \ + autocfg-1.1.0 \ + backtrace-0.3.69 \ + base16ct-0.2.0 \ + base58-0.2.0 \ + base64-0.21.5 \ + base64ct-1.6.0 \ + bcrypt-pbkdf-0.10.0 \ + bitflags-1.3.2 \ + bitflags-2.4.1 \ + block-buffer-0.10.4 \ + block-padding-0.3.3 \ + blowfish-0.9.1 \ + bumpalo-3.14.0 \ + byteorder-1.5.0 \ + bytes-1.5.0 \ + cbc-0.1.2 \ + cc-1.0.83 \ + cfg-if-1.0.0 \ + chacha20-0.9.1 \ + chacha20poly1305-0.10.1 \ + cipher-0.4.4 \ + clap-4.4.11 \ + clap_builder-4.4.11 \ + clap_lex-0.6.0 \ + colorchoice-1.0.0 \ + config-0.13.4 \ + const-oid-0.9.6 \ + core-foundation-0.9.4 \ + core-foundation-sys-0.8.6 \ + cpufeatures-0.2.11 \ + crypto-bigint-0.5.5 \ + crypto-common-0.1.6 \ + ctr-0.9.2 \ + curve25519-dalek-4.1.1 \ + curve25519-dalek-derive-0.1.1 \ + der-0.7.8 \ + digest-0.10.7 \ + ecdsa-0.16.9 \ + ed25519-2.2.3 \ + ed25519-dalek-2.1.0 \ + elliptic-curve-0.13.8 \ + encoding_rs-0.8.33 \ + equivalent-1.0.1 \ + errno-0.3.8 \ + fastrand-2.0.1 \ + ff-0.13.0 \ + fiat-crypto-0.2.5 \ + fnv-1.0.7 \ + foreign-types-0.3.2 \ + foreign-types-shared-0.1.1 \ + form_urlencoded-1.2.1 \ + futures-channel-0.3.29 \ + futures-core-0.3.29 \ + futures-io-0.3.29 \ + futures-sink-0.3.29 \ + futures-task-0.3.29 \ + futures-util-0.3.29 \ + generic-array-0.14.7 \ + getrandom-0.2.11 \ + ghash-0.5.0 \ + gimli-0.28.1 \ + group-0.13.0 \ + h2-0.3.22 \ + hashbrown-0.14.3 \ + hermit-abi-0.3.3 \ + hex-literal-0.4.1 \ + hkdf-0.12.4 \ + hmac-0.12.1 \ + home-0.5.5 \ + http-0.2.11 \ + http-body-0.4.6 \ + httparse-1.8.0 \ + httpdate-1.0.3 \ + hyper-0.14.27 \ + hyper-tls-0.5.0 \ + idna-0.5.0 \ + indexmap-2.1.0 \ + inout-0.1.3 \ + ipnet-2.9.0 \ + itoa-1.0.10 \ + js-sys-0.3.66 \ + lazy_static-1.4.0 \ + libc-0.2.151 \ + libm-0.2.8 \ + linked-hash-map-0.5.6 \ + linux-raw-sys-0.4.12 \ + lock_api-0.4.11 \ + log-0.4.20 \ + md5-0.7.0 \ + memchr-2.6.4 \ + mime-0.3.17 \ + minimal-lexical-0.2.1 \ + miniz_oxide-0.7.1 \ + mio-0.8.10 \ + native-tls-0.2.11 \ + nom-7.1.3 \ + num-bigint-dig-0.8.4 \ + num-integer-0.1.45 \ + num-iter-0.1.43 \ + num-traits-0.2.17 \ + num_cpus-1.16.0 \ + object-0.32.1 \ + once_cell-1.19.0 \ + opaque-debug-0.3.0 \ + 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 \ + p256-0.13.2 \ + p384-0.13.0 \ + p521-0.13.3 \ + parking_lot-0.12.1 \ + parking_lot_core-0.9.9 \ + pathdiff-0.2.1 \ + pbkdf2-0.12.2 \ + pem-rfc7468-0.7.0 \ + percent-encoding-2.3.1 \ + pin-project-lite-0.2.13 \ + pin-utils-0.1.0 \ + pkcs1-0.7.5 \ + pkcs8-0.10.2 \ + pkg-config-0.3.27 \ + platforms-3.2.0 \ + poly1305-0.8.0 \ + polyval-0.6.1 \ + ppv-lite86-0.2.17 \ + primeorder-0.13.6 \ + proc-macro2-1.0.70 \ + quote-1.0.33 \ + rand-0.8.5 \ + rand_chacha-0.3.1 \ + rand_core-0.6.4 \ + redox_syscall-0.4.1 \ + regex-1.10.2 \ + regex-automata-0.4.3 \ + regex-syntax-0.8.2 \ + reqwest-0.11.22 \ + rfc6979-0.4.0 \ + rpassword-7.3.1 \ + rsa-0.9.6 \ + rtoolbox-0.0.2 \ + rustc-demangle-0.1.23 \ + rustc_version-0.4.0 \ + rustix-0.38.28 \ + ryu-1.0.16 \ + schannel-0.1.22 \ + scopeguard-1.2.0 \ + sec1-0.7.3 \ + secrecy-0.8.0 \ + security-framework-2.9.2 \ + security-framework-sys-2.9.1 \ + semver-1.0.20 \ + serde-1.0.193 \ + serde_derive-1.0.193 \ + serde_json-1.0.108 \ + serde_urlencoded-0.7.1 \ + sha2-0.10.8 \ + shell-words-1.1.0 \ + signature-2.2.0 \ + slab-0.4.9 \ + smallvec-1.11.2 \ + socket2-0.4.10 \ + socket2-0.5.5 \ + spin-0.5.2 \ + spki-0.7.3 \ + ssh-cipher-0.2.0 \ + ssh-encoding-0.2.0 \ + ssh-key-0.6.3 \ + strsim-0.10.0 \ + subtle-2.5.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 \ + tinyvec-1.6.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.35.0 \ + tokio-native-tls-0.3.1 \ + tokio-util-0.7.10 \ + tower-service-0.3.2 \ + tracing-0.1.40 \ + tracing-core-0.1.32 \ + try-lock-0.2.5 \ + typenum-1.17.0 \ + unicode-bidi-0.3.14 \ + unicode-ident-1.0.12 \ + unicode-normalization-0.1.22 \ + universal-hash-0.5.1 \ + url-2.5.0 \ + utf8parse-0.2.1 \ + vcpkg-0.2.15 \ + version_check-0.9.4 \ + 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 \ + web-sys-0.3.66 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + 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.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 \ + winreg-0.50.0 \ + x25519-dalek-2.0.0 \ + yaml-rust-0.4.5 \ + zeroize-1.7.0 \ + zeroize_derive-1.4.2 PLIST_FILES= bin/ssh-vault +.include + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ssh-vault + .include diff --git a/security/ssh-vault/distinfo b/security/ssh-vault/distinfo index a86ef7e5414..429af759fac 100644 --- a/security/ssh-vault/distinfo +++ b/security/ssh-vault/distinfo @@ -1,11 +1,487 @@ -TIMESTAMP = 1678299951 -SHA256 (ssh-vault-ssh-vault-0.12.6_GH0.tar.gz) = f8823fd1c859e48d8b46b0425e6be8160b14350cdb877e00a3ed7cd753ed669d -SIZE (ssh-vault-ssh-vault-0.12.6_GH0.tar.gz) = 21320 -SHA256 (golang-crypto-a0c6ece_GH0.tar.gz) = fe57403274dd7e04500283a2fd93fb364887abf938fa05228e138104f7275fd3 -SIZE (golang-crypto-a0c6ece_GH0.tar.gz) = 1723208 -SHA256 (golang-sys-v0.5.0_GH0.tar.gz) = 810c8f1b7704674971ab6b2b614aba20a5a1765018fd2c639f528dbbcbf88b1f -SIZE (golang-sys-v0.5.0_GH0.tar.gz) = 1429723 -SHA256 (ssh-vault-crypto-3700ed0_GH0.tar.gz) = 7e017498258fbb770a2141cc476cecb9aacd8c239502e28f9a23bbd5829cdd03 -SIZE (ssh-vault-crypto-3700ed0_GH0.tar.gz) = 2063 -SHA256 (ssh-vault-ssh2pem-fdda4b3_GH0.tar.gz) = 6b8cd83ceca53e5c39eabb28dee4f06b4b3a256f4917291a346a246f1ef2b8f5 -SIZE (ssh-vault-ssh2pem-fdda4b3_GH0.tar.gz) = 1534 +TIMESTAMP = 1702652205 +SHA256 (rust/crates/ssh-vault-1.0.10.crate) = f9c6882c5539d109ae4f48a4a5e32fdacceeee9d2f6247ec161ad7a903f79459 +SIZE (rust/crates/ssh-vault-1.0.10.crate) = 53635 +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/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0 +SIZE (rust/crates/aead-0.5.2.crate) = 15509 +SHA256 (rust/crates/aes-0.8.3.crate) = ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2 +SIZE (rust/crates/aes-0.8.3.crate) = 124679 +SHA256 (rust/crates/aes-gcm-0.10.3.crate) = 831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1 +SIZE (rust/crates/aes-gcm-0.10.3.crate) = 148991 +SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 +SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 +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/async-trait-0.1.74.crate) = a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9 +SIZE (rust/crates/async-trait-0.1.74.crate) = 28997 +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/base16ct-0.2.0.crate) = 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf +SIZE (rust/crates/base16ct-0.2.0.crate) = 10240 +SHA256 (rust/crates/base58-0.2.0.crate) = 6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581 +SIZE (rust/crates/base58-0.2.0.crate) = 4201 +SHA256 (rust/crates/base64-0.21.5.crate) = 35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9 +SIZE (rust/crates/base64-0.21.5.crate) = 77134 +SHA256 (rust/crates/base64ct-1.6.0.crate) = 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b +SIZE (rust/crates/base64ct-1.6.0.crate) = 28870 +SHA256 (rust/crates/bcrypt-pbkdf-0.10.0.crate) = 6aeac2e1fe888769f34f05ac343bbef98b14d1ffb292ab69d4608b3abc86f2a2 +SIZE (rust/crates/bcrypt-pbkdf-0.10.0.crate) = 11032 +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/block-padding-0.3.3.crate) = a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93 +SIZE (rust/crates/block-padding-0.3.3.crate) = 8504 +SHA256 (rust/crates/blowfish-0.9.1.crate) = e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7 +SIZE (rust/crates/blowfish-0.9.1.crate) = 16734 +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/cbc-0.1.2.crate) = 26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6 +SIZE (rust/crates/cbc-0.1.2.crate) = 23501 +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/chacha20-0.9.1.crate) = c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818 +SIZE (rust/crates/chacha20-0.9.1.crate) = 23424 +SHA256 (rust/crates/chacha20poly1305-0.10.1.crate) = 10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35 +SIZE (rust/crates/chacha20poly1305-0.10.1.crate) = 68485 +SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad +SIZE (rust/crates/cipher-0.4.4.crate) = 19073 +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/config-0.13.4.crate) = 23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca +SIZE (rust/crates/config-0.13.4.crate) = 80328 +SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 +SIZE (rust/crates/const-oid-0.9.6.crate) = 45382 +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/cpufeatures-0.2.11.crate) = ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0 +SIZE (rust/crates/cpufeatures-0.2.11.crate) = 12727 +SHA256 (rust/crates/crypto-bigint-0.5.5.crate) = 0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76 +SIZE (rust/crates/crypto-bigint-0.5.5.crate) = 83384 +SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 +SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 +SHA256 (rust/crates/ctr-0.9.2.crate) = 0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835 +SIZE (rust/crates/ctr-0.9.2.crate) = 18344 +SHA256 (rust/crates/curve25519-dalek-4.1.1.crate) = e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c +SIZE (rust/crates/curve25519-dalek-4.1.1.crate) = 305441 +SHA256 (rust/crates/curve25519-dalek-derive-0.1.1.crate) = f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3 +SIZE (rust/crates/curve25519-dalek-derive-0.1.1.crate) = 11723 +SHA256 (rust/crates/der-0.7.8.crate) = fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c +SIZE (rust/crates/der-0.7.8.crate) = 85085 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (rust/crates/ecdsa-0.16.9.crate) = ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca +SIZE (rust/crates/ecdsa-0.16.9.crate) = 31406 +SHA256 (rust/crates/ed25519-2.2.3.crate) = 115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53 +SIZE (rust/crates/ed25519-2.2.3.crate) = 17802 +SHA256 (rust/crates/ed25519-dalek-2.1.0.crate) = 1f628eaec48bfd21b865dc2950cfa014450c01d2fa2b69a86c2fd5844ec523c0 +SIZE (rust/crates/ed25519-dalek-2.1.0.crate) = 85752 +SHA256 (rust/crates/elliptic-curve-0.13.8.crate) = b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47 +SIZE (rust/crates/elliptic-curve-0.13.8.crate) = 63198 +SHA256 (rust/crates/encoding_rs-0.8.33.crate) = 7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1 +SIZE (rust/crates/encoding_rs-0.8.33.crate) = 1370071 +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/ff-0.13.0.crate) = ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449 +SIZE (rust/crates/ff-0.13.0.crate) = 17688 +SHA256 (rust/crates/fiat-crypto-0.2.5.crate) = 27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7 +SIZE (rust/crates/fiat-crypto-0.2.5.crate) = 495387 +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 +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/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +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-io-0.3.29.crate) = 8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa +SIZE (rust/crates/futures-io-0.3.29.crate) = 8908 +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/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/ghash-0.5.0.crate) = d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40 +SIZE (rust/crates/ghash-0.5.0.crate) = 9244 +SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 +SIZE (rust/crates/gimli-0.28.1.crate) = 270497 +SHA256 (rust/crates/group-0.13.0.crate) = f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63 +SIZE (rust/crates/group-0.13.0.crate) = 16526 +SHA256 (rust/crates/h2-0.3.22.crate) = 4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178 +SIZE (rust/crates/h2-0.3.22.crate) = 166413 +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/hex-literal-0.4.1.crate) = 6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46 +SIZE (rust/crates/hex-literal-0.4.1.crate) = 8559 +SHA256 (rust/crates/hkdf-0.12.4.crate) = 7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7 +SIZE (rust/crates/hkdf-0.12.4.crate) = 171163 +SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e +SIZE (rust/crates/hmac-0.12.1.crate) = 42657 +SHA256 (rust/crates/home-0.5.5.crate) = 5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb +SIZE (rust/crates/home-0.5.5.crate) = 8557 +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.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 +SIZE (rust/crates/http-body-0.4.6.crate) = 10773 +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/hyper-0.14.27.crate) = ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468 +SIZE (rust/crates/hyper-0.14.27.crate) = 195700 +SHA256 (rust/crates/hyper-tls-0.5.0.crate) = d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905 +SIZE (rust/crates/hyper-tls-0.5.0.crate) = 13257 +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/inout-0.1.3.crate) = a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5 +SIZE (rust/crates/inout-0.1.3.crate) = 10743 +SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 +SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 +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/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/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 +SIZE (rust/crates/libm-0.2.8.crate) = 113450 +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.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/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/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/native-tls-0.2.11.crate) = 07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e +SIZE (rust/crates/native-tls-0.2.11.crate) = 29008 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +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-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-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/object-0.32.1.crate) = 9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0 +SIZE (rust/crates/object-0.32.1.crate) = 275463 +SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 +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.61.crate) = 6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45 +SIZE (rust/crates/openssl-0.10.61.crate) = 268171 +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/p256-0.13.2.crate) = c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b +SIZE (rust/crates/p256-0.13.2.crate) = 63434 +SHA256 (rust/crates/p384-0.13.0.crate) = 70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209 +SIZE (rust/crates/p384-0.13.0.crate) = 236495 +SHA256 (rust/crates/p521-0.13.3.crate) = 0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2 +SIZE (rust/crates/p521-0.13.3.crate) = 138499 +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/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd +SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142 +SHA256 (rust/crates/pbkdf2-0.12.2.crate) = f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2 +SIZE (rust/crates/pbkdf2-0.12.2.crate) = 13906 +SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412 +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/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/pkcs1-0.7.5.crate) = c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f +SIZE (rust/crates/pkcs1-0.7.5.crate) = 35790 +SHA256 (rust/crates/pkcs8-0.10.2.crate) = f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7 +SIZE (rust/crates/pkcs8-0.10.2.crate) = 26360 +SHA256 (rust/crates/pkg-config-0.3.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 +SIZE (rust/crates/pkg-config-0.3.27.crate) = 18838 +SHA256 (rust/crates/platforms-3.2.0.crate) = 14e6ab3f592e6fb464fc9712d8d6e6912de6473954635fd76a589d832cffcbb0 +SIZE (rust/crates/platforms-3.2.0.crate) = 28763 +SHA256 (rust/crates/poly1305-0.8.0.crate) = 8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf +SIZE (rust/crates/poly1305-0.8.0.crate) = 32633 +SHA256 (rust/crates/polyval-0.6.1.crate) = d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb +SIZE (rust/crates/polyval-0.6.1.crate) = 17634 +SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de +SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 +SHA256 (rust/crates/primeorder-0.13.6.crate) = 353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6 +SIZE (rust/crates/primeorder-0.13.6.crate) = 21296 +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/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/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa +SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 +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.22.crate) = 046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b +SIZE (rust/crates/reqwest-0.11.22.crate) = 156932 +SHA256 (rust/crates/rfc6979-0.4.0.crate) = f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2 +SIZE (rust/crates/rfc6979-0.4.0.crate) = 9140 +SHA256 (rust/crates/rpassword-7.3.1.crate) = 80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f +SIZE (rust/crates/rpassword-7.3.1.crate) = 8164 +SHA256 (rust/crates/rsa-0.9.6.crate) = 5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc +SIZE (rust/crates/rsa-0.9.6.crate) = 80048 +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_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/schannel-0.1.22.crate) = 0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88 +SIZE (rust/crates/schannel-0.1.22.crate) = 41642 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/sec1-0.7.3.crate) = d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc +SIZE (rust/crates/sec1-0.7.3.crate) = 17979 +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/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_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/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde +SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 +SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de +SIZE (rust/crates/signature-2.2.0.crate) = 15531 +SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 +SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 +SHA256 (rust/crates/socket2-0.4.10.crate) = 9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d +SIZE (rust/crates/socket2-0.4.10.crate) = 45697 +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/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d +SIZE (rust/crates/spki-0.7.3.crate) = 16409 +SHA256 (rust/crates/ssh-cipher-0.2.0.crate) = caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f +SIZE (rust/crates/ssh-cipher-0.2.0.crate) = 10843 +SHA256 (rust/crates/ssh-encoding-0.2.0.crate) = eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15 +SIZE (rust/crates/ssh-encoding-0.2.0.crate) = 13600 +SHA256 (rust/crates/ssh-key-0.6.3.crate) = c51901eb883a5b442b506a1f8fa483d143f3bab513fe721e398ec56c77624feb +SIZE (rust/crates/ssh-key-0.6.3.crate) = 108422 +SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 +SIZE (rust/crates/strsim-0.10.0.crate) = 11355 +SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc +SIZE (rust/crates/subtle-2.5.0.crate) = 13909 +SHA256 (rust/crates/syn-2.0.41.crate) = 44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269 +SIZE (rust/crates/syn-2.0.41.crate) = 246016 +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/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-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 +SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 +SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15 +SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508 +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-core-0.1.32.crate) = c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 +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/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 +SIZE (rust/crates/typenum-1.17.0.crate) = 42849 +SHA256 (rust/crates/unicode-bidi-0.3.14.crate) = 6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416 +SIZE (rust/crates/unicode-bidi-0.3.14.crate) = 56429 +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/universal-hash-0.5.1.crate) = fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea +SIZE (rust/crates/universal-hash-0.5.1.crate) = 9146 +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/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/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/web-sys-0.3.66.crate) = 50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f +SIZE (rust/crates/web-sys-0.3.66.crate) = 733024 +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-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/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 +SIZE (rust/crates/winreg-0.50.0.crate) = 29703 +SHA256 (rust/crates/x25519-dalek-2.0.0.crate) = fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96 +SIZE (rust/crates/x25519-dalek-2.0.0.crate) = 87806 +SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 +SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 +SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d +SIZE (rust/crates/zeroize-1.7.0.crate) = 19039 +SHA256 (rust/crates/zeroize_derive-1.4.2.crate) = ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69 +SIZE (rust/crates/zeroize_derive-1.4.2.crate) = 11141 diff --git a/security/testssl.sh/Makefile b/security/testssl.sh/Makefile index b5932a038e7..ce5f018d1a1 100644 --- a/security/testssl.sh/Makefile +++ b/security/testssl.sh/Makefile @@ -1,6 +1,7 @@ PORTNAME= testssl.sh DISTVERSIONPREFIX= v DISTVERSION= 3.0.8 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= adamw@FreeBSD.org @@ -32,7 +33,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/testssl.sh ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/testssl.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/testssl.1 ${STAGEDIR}${PREFIX}/share/man/man1 cd ${WRKSRC} && ${COPYTREE_SHARE} "etc utils" ${STAGEDIR}${DATADIR} do-test: diff --git a/security/testssl.sh/pkg-plist b/security/testssl.sh/pkg-plist index 15e48f91ca3..a8777121342 100644 --- a/security/testssl.sh/pkg-plist +++ b/security/testssl.sh/pkg-plist @@ -1,5 +1,5 @@ bin/testssl.sh -man/man1/testssl.1.gz +share/man/man1/testssl.1.gz %%DATADIR%%/etc/Apple.pem %%DATADIR%%/etc/DST Root CA X3.txt %%DATADIR%%/etc/Java.pem diff --git a/security/tpm2-abrmd/Makefile b/security/tpm2-abrmd/Makefile index 81da6fe1a3e..8dc04e65c8a 100644 --- a/security/tpm2-abrmd/Makefile +++ b/security/tpm2-abrmd/Makefile @@ -1,5 +1,6 @@ PORTNAME= tpm2-abrmd DISTVERSION= 3.0.0 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://github.com/tpm2-software/tpm2-abrmd/releases/download/${DISTVERSION}/ diff --git a/security/tpm2-abrmd/files/patch-dist_tpm2-abrmd.conf b/security/tpm2-abrmd/files/patch-dist_tpm2-abrmd.conf index 10d8e55d7a1..75594245879 100644 --- a/security/tpm2-abrmd/files/patch-dist_tpm2-abrmd.conf +++ b/security/tpm2-abrmd/files/patch-dist_tpm2-abrmd.conf @@ -1,4 +1,4 @@ ---- dist/tpm2-abrmd.conf.orig 2019-08-27 23:12:36 UTC +--- dist/tpm2-abrmd.conf.orig 2022-05-09 15:39:53 UTC +++ dist/tpm2-abrmd.conf @@ -2,7 +2,7 @@ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> @@ -9,3 +9,17 @@ +@@ -17,11 +17,11 @@ + + + +- ++ + + + +- ++ + + + diff --git a/security/tpm2-abrmd/files/tpm2-abrmd-devd.conf b/security/tpm2-abrmd/files/tpm2-abrmd-devd.conf index 27f804d89fb..f7f4091a25a 100644 --- a/security/tpm2-abrmd/files/tpm2-abrmd-devd.conf +++ b/security/tpm2-abrmd/files/tpm2-abrmd-devd.conf @@ -1,6 +1,9 @@ # Allow members of _tss group to access tpm device notify 100 { - device-name "tpm0"; - action "chgrp _tss /dev/$cdev; chmod g+rw /dev/$cdev"; + match "system" "DEVFS"; + match "subsystem" "CDEV"; + match "type" "CREATE"; + match "cdev" "tpm[0-9]+"; + action "chgrp _tss /dev/tpm0; chmod g+rw /dev/tpm0"; }; diff --git a/security/tpm2-pkcs11/Makefile b/security/tpm2-pkcs11/Makefile new file mode 100644 index 00000000000..56d347a4046 --- /dev/null +++ b/security/tpm2-pkcs11/Makefile @@ -0,0 +1,29 @@ +PORTNAME= tpm2-pkcs11 +PORTVERSION= 1.9.0 +CATEGORIES= security +MASTER_SITES= https://github.com/tpm2-software/tpm2-pkcs11/releases/download/${PORTVERSION}/ + +MAINTAINER= arrowd@FreeBSD.org +COMMENT= PKCS\#11 interface for TPM2 hardware +WWW= https://tpm2-software.github.io/software/ + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libyaml.so:textproc/libyaml \ + libtss2-esys.so:security/tpm2-tss + +USES= libtool pkgconfig sqlite:3 ssl + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +TEST_TARGET= check-TESTS + +OPTIONS_DEFINE= TEST + +TEST_USES= python:3.9+ +TEST_CONFIGURE_ENABLE= ptool-checks unit +TEST_LIB_DEPENDS= libcmocka.so:sysutils/cmocka +TEST_RUN_DEPENDS= dbus-run-session:devel/dbus + +.include diff --git a/security/tpm2-pkcs11/distinfo b/security/tpm2-pkcs11/distinfo new file mode 100644 index 00000000000..1ca135b2ffc --- /dev/null +++ b/security/tpm2-pkcs11/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704652212 +SHA256 (tpm2-pkcs11-1.9.0.tar.gz) = 35bf06c30cfa76fc0eba2c5f503cf7dd0d34a66afb2d292fee896b90362f633b +SIZE (tpm2-pkcs11-1.9.0.tar.gz) = 1396590 diff --git a/security/tpm2-pkcs11/files/patch-src_lib_db.c b/security/tpm2-pkcs11/files/patch-src_lib_db.c new file mode 100644 index 00000000000..1dafaa2e68b --- /dev/null +++ b/security/tpm2-pkcs11/files/patch-src_lib_db.c @@ -0,0 +1,11 @@ +--- src/lib/db.c.orig 2023-01-20 15:32:09 UTC ++++ src/lib/db.c +@@ -12,8 +12,6 @@ + #include + #include + +-#include +- + #include + #include + #include diff --git a/security/tpm2-pkcs11/files/patch-src_lib_twist.c b/security/tpm2-pkcs11/files/patch-src_lib_twist.c new file mode 100644 index 00000000000..382fc6c85f6 --- /dev/null +++ b/security/tpm2-pkcs11/files/patch-src_lib_twist.c @@ -0,0 +1,10 @@ +--- src/lib/twist.c.orig 2021-09-29 17:04:30 UTC ++++ src/lib/twist.c +@@ -2,7 +2,6 @@ + + #include + +-#include + #include + #include + #include diff --git a/security/tpm2-pkcs11/pkg-descr b/security/tpm2-pkcs11/pkg-descr new file mode 100644 index 00000000000..e8e4f820f83 --- /dev/null +++ b/security/tpm2-pkcs11/pkg-descr @@ -0,0 +1,3 @@ +PKCS #11 is a Public-Key Cryptography Standard that defines a standard method to +access cryptographic services from tokens/devices. This package allows to use +a TPM2 device as the cryptographic token. diff --git a/security/tpm2-pkcs11/pkg-plist b/security/tpm2-pkcs11/pkg-plist new file mode 100644 index 00000000000..102440d169b --- /dev/null +++ b/security/tpm2-pkcs11/pkg-plist @@ -0,0 +1,4 @@ +lib/libtpm2_pkcs11.so +lib/libtpm2_pkcs11.so.0 +lib/libtpm2_pkcs11.so.0.0.0 +libdata/pkgconfig/tpm2-pkcs11.pc diff --git a/security/tpm2-tools/Makefile b/security/tpm2-tools/Makefile index 4bf8a905e7b..c02e59c9fbb 100644 --- a/security/tpm2-tools/Makefile +++ b/security/tpm2-tools/Makefile @@ -1,6 +1,5 @@ PORTNAME= tpm2-tools -DISTVERSION= 5.5 -PORTREVISION= 1 +DISTVERSION= 5.6 CATEGORIES= security MASTER_SITES= https://github.com/tpm2-software/tpm2-tools/releases/download/${DISTVERSION}/ @@ -18,6 +17,6 @@ USES= compiler:c11 gmake libtool pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" -CONFIGURE_ARGS= --disable-hardening --disable-fapi +CONFIGURE_ARGS= --disable-hardening .include diff --git a/security/tpm2-tools/distinfo b/security/tpm2-tools/distinfo index d523ba32efb..709b7ee5c5b 100644 --- a/security/tpm2-tools/distinfo +++ b/security/tpm2-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694303949 -SHA256 (tpm2-tools-5.5.tar.gz) = 1fdb49c730537bfdaed088884881a61e3bfd121e957ec0bdceeec0261236c123 -SIZE (tpm2-tools-5.5.tar.gz) = 1241390 +TIMESTAMP = 1704715169 +SHA256 (tpm2-tools-5.6.tar.gz) = 52c8bcbaadca082abfe5eb7ee4967d2d632d84b1677675f2f071b6d2ec22cec3 +SIZE (tpm2-tools-5.6.tar.gz) = 1266731 diff --git a/security/tpm2-tools/pkg-plist b/security/tpm2-tools/pkg-plist index 5c7161ae2ba..bfb040ff42f 100644 --- a/security/tpm2-tools/pkg-plist +++ b/security/tpm2-tools/pkg-plist @@ -1,8 +1,8 @@ bin/tpm2 bin/tpm2_activatecredential bin/tpm2_certify -bin/tpm2_certifycreation bin/tpm2_certifyX509certutil +bin/tpm2_certifycreation bin/tpm2_changeauth bin/tpm2_changeeps bin/tpm2_changepps @@ -97,14 +97,53 @@ bin/tpm2_startauthsession bin/tpm2_startup bin/tpm2_stirrandom bin/tpm2_testparms +bin/tpm2_tr_encode bin/tpm2_unseal bin/tpm2_verifysignature bin/tpm2_zgen2phase +bin/tss2 +bin/tss2_authorizepolicy +bin/tss2_changeauth +bin/tss2_createkey +bin/tss2_createnv +bin/tss2_createseal +bin/tss2_decrypt +bin/tss2_delete +bin/tss2_encrypt +bin/tss2_exportkey +bin/tss2_exportpolicy +bin/tss2_getappdata +bin/tss2_getcertificate +bin/tss2_getdescription +bin/tss2_getinfo +bin/tss2_getplatformcertificates +bin/tss2_getrandom +bin/tss2_gettpm2object +bin/tss2_gettpmblobs +bin/tss2_import +bin/tss2_list +bin/tss2_nvextend +bin/tss2_nvincrement +bin/tss2_nvread +bin/tss2_nvsetbits +bin/tss2_nvwrite +bin/tss2_pcrextend +bin/tss2_pcrread +bin/tss2_provision +bin/tss2_quote +bin/tss2_setappdata +bin/tss2_setcertificate +bin/tss2_setdescription +bin/tss2_sign +bin/tss2_unseal +bin/tss2_verifyquote +bin/tss2_verifysignature +bin/tss2_writeauthorizenv man/man1/tpm2.1.gz man/man1/tpm2_activatecredential.1.gz man/man1/tpm2_certify.1.gz -man/man1/tpm2_certifycreation.1.gz man/man1/tpm2_certifyX509certutil.1.gz +man/man1/tpm2_certifycreation.1.gz man/man1/tpm2_changeauth.1.gz man/man1/tpm2_changeeps.1.gz man/man1/tpm2_changepps.1.gz @@ -199,8 +238,84 @@ man/man1/tpm2_startauthsession.1.gz man/man1/tpm2_startup.1.gz man/man1/tpm2_stirrandom.1.gz man/man1/tpm2_testparms.1.gz +man/man1/tpm2_tr_encode.1.gz man/man1/tpm2_unseal.1.gz man/man1/tpm2_verifysignature.1.gz man/man1/tpm2_zgen2phase.1.gz +man/man1/tss2_authorizepolicy.1.gz +man/man1/tss2_changeauth.1.gz +man/man1/tss2_createkey.1.gz +man/man1/tss2_createnv.1.gz +man/man1/tss2_createseal.1.gz +man/man1/tss2_decrypt.1.gz +man/man1/tss2_delete.1.gz +man/man1/tss2_encrypt.1.gz +man/man1/tss2_exportkey.1.gz +man/man1/tss2_exportpolicy.1.gz +man/man1/tss2_getappdata.1.gz +man/man1/tss2_getcertificate.1.gz +man/man1/tss2_getdescription.1.gz +man/man1/tss2_getinfo.1.gz +man/man1/tss2_getplatformcertificates.1.gz +man/man1/tss2_getrandom.1.gz +man/man1/tss2_gettpm2object.1.gz +man/man1/tss2_gettpmblobs.1.gz +man/man1/tss2_import.1.gz +man/man1/tss2_list.1.gz +man/man1/tss2_nvextend.1.gz +man/man1/tss2_nvincrement.1.gz +man/man1/tss2_nvread.1.gz +man/man1/tss2_nvsetbits.1.gz +man/man1/tss2_nvwrite.1.gz +man/man1/tss2_pcrextend.1.gz +man/man1/tss2_pcrread.1.gz +man/man1/tss2_provision.1.gz +man/man1/tss2_quote.1.gz +man/man1/tss2_setappdata.1.gz +man/man1/tss2_setcertificate.1.gz +man/man1/tss2_setdescription.1.gz +man/man1/tss2_sign.1.gz +man/man1/tss2_unseal.1.gz +man/man1/tss2_verifyquote.1.gz +man/man1/tss2_verifysignature.1.gz +man/man1/tss2_writeauthorizenv.1.gz share/bash-completion/completions/tpm2 share/bash-completion/completions/tpm2_completion.bash +share/bash-completion/completions/tss2 +share/bash-completion/completions/tss2_authorizepolicy +share/bash-completion/completions/tss2_changeauth +share/bash-completion/completions/tss2_createkey +share/bash-completion/completions/tss2_createnv +share/bash-completion/completions/tss2_createseal +share/bash-completion/completions/tss2_decrypt +share/bash-completion/completions/tss2_delete +share/bash-completion/completions/tss2_encrypt +share/bash-completion/completions/tss2_exportkey +share/bash-completion/completions/tss2_exportpolicy +share/bash-completion/completions/tss2_getappdata +share/bash-completion/completions/tss2_getcertificate +share/bash-completion/completions/tss2_getdescription +share/bash-completion/completions/tss2_getinfo +share/bash-completion/completions/tss2_getplatformcertificates +share/bash-completion/completions/tss2_getrandom +share/bash-completion/completions/tss2_gettpm2object +share/bash-completion/completions/tss2_gettpmblobs +share/bash-completion/completions/tss2_import +share/bash-completion/completions/tss2_list +share/bash-completion/completions/tss2_nvextend +share/bash-completion/completions/tss2_nvincrement +share/bash-completion/completions/tss2_nvread +share/bash-completion/completions/tss2_nvsetbits +share/bash-completion/completions/tss2_nvwrite +share/bash-completion/completions/tss2_pcrextend +share/bash-completion/completions/tss2_pcrread +share/bash-completion/completions/tss2_provision +share/bash-completion/completions/tss2_quote +share/bash-completion/completions/tss2_setappdata +share/bash-completion/completions/tss2_setcertificate +share/bash-completion/completions/tss2_setdescription +share/bash-completion/completions/tss2_sign +share/bash-completion/completions/tss2_unseal +share/bash-completion/completions/tss2_verifyquote +share/bash-completion/completions/tss2_verifysignature +share/bash-completion/completions/tss2_writeauthorizenv diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile index 920ea30b4e4..3ceb8be0058 100644 --- a/security/trufflehog/Makefile +++ b/security/trufflehog/Makefile @@ -1,6 +1,6 @@ PORTNAME= trufflehog DISTVERSIONPREFIX= v -DISTVERSION= 3.63.7 +DISTVERSION= 3.63.8 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/trufflehog/distinfo b/security/trufflehog/distinfo index c417a7c8455..4eb619520c5 100644 --- a/security/trufflehog/distinfo +++ b/security/trufflehog/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1703545721 -SHA256 (go/security_trufflehog/trufflehog-v3.63.7/v3.63.7.mod) = eaa47fdbb666c58c545e011b25327f61a64d90b076ed34f5b703ed52c1ba1a5e -SIZE (go/security_trufflehog/trufflehog-v3.63.7/v3.63.7.mod) = 13296 -SHA256 (go/security_trufflehog/trufflehog-v3.63.7/v3.63.7.zip) = 403f32d1e28906b772fa994c862b5a7c30a37c25501ee25d61c5b14d3f027f4b -SIZE (go/security_trufflehog/trufflehog-v3.63.7/v3.63.7.zip) = 5029234 +TIMESTAMP = 1704837030 +SHA256 (go/security_trufflehog/trufflehog-v3.63.8/v3.63.8.mod) = 199cb5b0794743717b1d88abeffaf52db9b1f0c1585e93aab09cf46ac6712aa2 +SIZE (go/security_trufflehog/trufflehog-v3.63.8/v3.63.8.mod) = 13296 +SHA256 (go/security_trufflehog/trufflehog-v3.63.8/v3.63.8.zip) = 4aa3c5a5fd104a624c60a8ef6565d849dce5821b012a89aba105130000845014 +SIZE (go/security_trufflehog/trufflehog-v3.63.8/v3.63.8.zip) = 5030111 diff --git a/security/vaultwarden/Makefile b/security/vaultwarden/Makefile index 93f85bcbe18..7e723a0add4 100644 --- a/security/vaultwarden/Makefile +++ b/security/vaultwarden/Makefile @@ -1,6 +1,6 @@ PORTNAME= vaultwarden DISTVERSION= 1.30.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= mr@FreeBSD.org diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index 225398d901a..d90a68f3460 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -1,6 +1,6 @@ PORTNAME= vpnc PORTVERSION= 0.5.3 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security net-vpn MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ LOCAL/ehaupt @@ -61,7 +61,7 @@ do-install: ${STAGEDIR}${PREFIX}/sbin/vpnc-disconnect ${INSTALL_DATA} ${WRKSRC}/vpnc.conf \ ${STAGEDIR}${PREFIX}/etc/vpnc.conf.sample - ${INSTALL_MAN} ${WRKSRC}/vpnc.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/vpnc.8 ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -69,6 +69,6 @@ do-install-DOCS-on: do-install-DECRYPT-on: ${INSTALL_PROGRAM} ${WRKSRC}/cisco-decrypt ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/cisco-decrypt.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/cisco-decrypt.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/vpnc/pkg-plist b/security/vpnc/pkg-plist index 573ca51a36b..dc5388fba30 100644 --- a/security/vpnc/pkg-plist +++ b/security/vpnc/pkg-plist @@ -1,6 +1,6 @@ sbin/vpnc sbin/vpnc-disconnect -man/man8/vpnc.8.gz +share/man/man8/vpnc.8.gz %%DECRYPT%%bin/cisco-decrypt -%%DECRYPT%%man/man1/cisco-decrypt.1.gz +%%DECRYPT%%share/man/man1/cisco-decrypt.1.gz @sample(,,700) etc/vpnc.conf.sample diff --git a/security/wazuh-manager/Makefile b/security/wazuh-manager/Makefile index bbe702b60d7..6b71dd353e4 100644 --- a/security/wazuh-manager/Makefile +++ b/security/wazuh-manager/Makefile @@ -142,7 +142,7 @@ FBSD_RELEASE= freebsd_${UNAME_r:S/./_/g:S/-/_/g} .include .if ${OSVERSION} >= 1300139 && ${OSVERSION} < 1400000 -FBSD_VERSION_BASE=freebsd_13_2_release_p4 +FBSD_VERSION_BASE=freebsd_13_2_release_p8 WAZUH_CACHENAME=${PORTNAME}-cache-fbsd13-${ARCH}-${DISTVERSION} DISTFILES+= ${WAZUH_CACHENAME}${EXTRACT_SUFX}:wazuh_cache .elif ${OSVERSION} >= 1400000 && ${OSVERSION} < 1500000 diff --git a/security/weggli/Makefile b/security/weggli/Makefile index ec5f8f9bbd9..28b943f58b7 100644 --- a/security/weggli/Makefile +++ b/security/weggli/Makefile @@ -1,7 +1,7 @@ PORTNAME= weggli DISTVERSIONPREFIX= v DISTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org diff --git a/security/wipe/Makefile b/security/wipe/Makefile index e55188625b4..533b05a8ad9 100644 --- a/security/wipe/Makefile +++ b/security/wipe/Makefile @@ -1,6 +1,6 @@ PORTNAME= wipe PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:bzip2 GNU_CONFIGURE= yes -PLIST_FILES= bin/wipe man/man1/wipe.1.gz +PLIST_FILES= bin/wipe share/man/man1/wipe.1.gz PORTDOCS= CHANGES README TESTING TODO OPTIONS_DEFINE= DOCS @@ -25,7 +25,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index f8cd4a9a1a2..b8fb2364257 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -1,7 +1,7 @@ PORTNAME= xinetd DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 2-3-15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= garga@FreeBSD.org @@ -25,6 +25,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-loadavg ALL_TARGET= build +PORTSCOUT= ignore:1 + OPTIONS_DEFINE= IPV6 LIBWRAP XCONV OPTIONS_DEFAULT= LIBWRAP XCONV OPTIONS_SUB= yes @@ -36,17 +38,15 @@ LIBWRAP_CONFIGURE_WITH= libwrap XCONV_USES= perl5 XCONV_USE= PERL5=run -PORTSCOUT= ignore:1 - post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/xinetd/xconfig.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xinetd/xinetd ${STAGEDIR}${PREFIX}/sbin/xinetd ${INSTALL_SCRIPT} ${WRKSRC}/xinetd/xconv.pl ${STAGEDIR}${PREFIX}/bin/xconv - ${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.conf.man ${STAGEDIR}${PREFIX}/man/man5/xinetd.conf.5 - ${INSTALL_MAN} ${WRKSRC}/xinetd/xconv.pl.8 ${STAGEDIR}${PREFIX}/man/man8/xconv.8 - ${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.man ${STAGEDIR}${PREFIX}/man/man8/xinetd.8 - ${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.log.man ${STAGEDIR}${PREFIX}/man/man8/xinetd.log.8 + ${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.conf.man ${STAGEDIR}${PREFIX}/share/man/man5/xinetd.conf.5 + ${INSTALL_MAN} ${WRKSRC}/xinetd/xconv.pl.8 ${STAGEDIR}${PREFIX}/share/man/man8/xconv.8 + ${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.man ${STAGEDIR}${PREFIX}/share/man/man8/xinetd.8 + ${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.log.man ${STAGEDIR}${PREFIX}/share/man/man8/xinetd.log.8 .include diff --git a/security/xinetd/pkg-plist b/security/xinetd/pkg-plist index a12dc02dd50..192059a2480 100644 --- a/security/xinetd/pkg-plist +++ b/security/xinetd/pkg-plist @@ -1,6 +1,6 @@ %%XCONV%%bin/xconv sbin/xinetd -man/man5/xinetd.conf.5.gz -man/man8/xconv.8.gz -man/man8/xinetd.8.gz -man/man8/xinetd.log.8.gz +share/man/man5/xinetd.conf.5.gz +share/man/man8/xconv.8.gz +share/man/man8/xinetd.8.gz +share/man/man8/xinetd.log.8.gz diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile index b1df74d521d..c03d11def3e 100644 --- a/security/yersinia/Makefile +++ b/security/yersinia/Makefile @@ -1,6 +1,6 @@ PORTNAME= yersinia PORTVERSION= 0.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security # MASTER_SITES= http://www.yersinia.net/download/ PKGNAMESUFFIX= -gtk @@ -22,7 +22,7 @@ GH_TUPLE= tomac:yersinia:8c0d7c5 GNU_CONFIGURE= yes PLIST_FILES= sbin/yersinia \ - man/man8/yersinia.8.gz + share/man/man8/yersinia.8.gz OPTIONS_DEFINE= PORTS_PCAP @@ -38,6 +38,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${STAGEDIR}${PREFIX}/share/man/man8/ .include diff --git a/security/zlint/Makefile b/security/zlint/Makefile index 8cb72a4d99f..6fa6e9b5487 100644 --- a/security/zlint/Makefile +++ b/security/zlint/Makefile @@ -1,7 +1,6 @@ PORTNAME= zlint DISTVERSIONPREFIX= v -DISTVERSION= 3.5.0 -PORTREVISION= 3 +DISTVERSION= 3.6.0 CATEGORIES= security www MAINTAINER= yuri@FreeBSD.org diff --git a/security/zlint/distinfo b/security/zlint/distinfo index d808ae3b017..5952764f861 100644 --- a/security/zlint/distinfo +++ b/security/zlint/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1687681388 -SHA256 (go/security_zlint/zlint-v3.5.0/v3.5.0.mod) = c455c5985299f62ef1156389ca68b51766a5e09d70c8c61ad9949e9d30e96e4e -SIZE (go/security_zlint/zlint-v3.5.0/v3.5.0.mod) = 409 -SHA256 (go/security_zlint/zlint-v3.5.0/v3.5.0.zip) = 63474f4e829ff71fb73018cedc10dfb601cb344e3fca18c18b1dd2869d2c6c67 -SIZE (go/security_zlint/zlint-v3.5.0/v3.5.0.zip) = 2813832 +TIMESTAMP = 1704687715 +SHA256 (go/security_zlint/zlint-v3.6.0/v3.6.0.mod) = 9c877436fa585014fc096a27973c961d475453beb9ca9fd7bf57402c86ccdc52 +SIZE (go/security_zlint/zlint-v3.6.0/v3.6.0.mod) = 413 +SHA256 (go/security_zlint/zlint-v3.6.0/v3.6.0.zip) = 4a6e9a13126a24e10ebc93d0da85c5c810ea0e9ca416648c60e6cf52b92bd45b +SIZE (go/security_zlint/zlint-v3.6.0/v3.6.0.zip) = 3080779 diff --git a/shells/ast-ksh/Makefile b/shells/ast-ksh/Makefile index c0057efca9a..2e7ed38373d 100644 --- a/shells/ast-ksh/Makefile +++ b/shells/ast-ksh/Makefile @@ -10,7 +10,7 @@ PORTNAME= ast-ksh PORTVERSION= ${KSHVERSION:S/-//g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells DIST_SUBDIR= ksh93 @@ -60,7 +60,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/ksh ${STAGEDIR}${PREFIX}/bin/ksh93 - ${INSTALL_MAN} ${WRKSRC}/man/man1/sh.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ksh93.1 + ${INSTALL_MAN} ${WRKSRC}/man/man1/sh.1 ${STAGEDIR}${PREFIX}/share/man/man1/ksh93.1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/fun/ && ${INSTALL_SCRIPT} dirs popd pushd ${STAGEDIR}${EXAMPLESDIR}/ diff --git a/shells/ast-ksh/pkg-plist b/shells/ast-ksh/pkg-plist index 8f507eaa9f8..c5343bab317 100644 --- a/shells/ast-ksh/pkg-plist +++ b/shells/ast-ksh/pkg-plist @@ -1,5 +1,5 @@ @shell bin/ksh93 -man/man1/ksh93.1.gz +share/man/man1/ksh93.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirs %%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pushd diff --git a/shells/atuin/Makefile b/shells/atuin/Makefile index db51075c0e9..1852e92803f 100644 --- a/shells/atuin/Makefile +++ b/shells/atuin/Makefile @@ -1,6 +1,7 @@ PORTNAME= atuin DISTVERSIONPREFIX= v DISTVERSION= 17.2.1 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/ion/Makefile b/shells/ion/Makefile index f86c01e1702..f895e5ec21c 100644 --- a/shells/ion/Makefile +++ b/shells/ion/Makefile @@ -1,6 +1,6 @@ PORTNAME= ion DISTVERSION= 1.0.5-1355 -PORTREVISION= 44 +PORTREVISION= 45 CATEGORIES= shells PKGNAMESUFFIX= -shell diff --git a/shells/ksh-devel/Makefile b/shells/ksh-devel/Makefile index eb8413037ee..37e73485199 100644 --- a/shells/ksh-devel/Makefile +++ b/shells/ksh-devel/Makefile @@ -10,6 +10,7 @@ PORTNAME= ksh PORTVERSION= ${AST_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= shells PKGNAMESUFFIX= -devel @@ -70,7 +71,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/ksh ${STAGEDIR}${PREFIX}/bin/ksh${PSUFFIX} - ${INSTALL_MAN} ${WRKSRC}/man/man1/sh.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ksh${PSUFFIX}.1 + ${INSTALL_MAN} ${WRKSRC}/man/man1/sh.1 ${STAGEDIR}${PREFIX}/share/man/man1/ksh${PSUFFIX}.1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}${PSUFFIX}/ cd ${WRKSRC}/fun/ && ${INSTALL_SCRIPT} dirs popd pushd ${STAGEDIR}${EXAMPLESDIR}${PSUFFIX}/ diff --git a/shells/ksh-devel/pkg-plist b/shells/ksh-devel/pkg-plist index 92209428c72..5756c25ed57 100644 --- a/shells/ksh-devel/pkg-plist +++ b/shells/ksh-devel/pkg-plist @@ -1,5 +1,5 @@ @shell bin/ksh%%93%% -man/man1/ksh%%93%%.1.gz +share/man/man1/ksh%%93%%.1.gz share/examples/ksh%%93%%/dirs share/examples/ksh%%93%%/popd share/examples/ksh%%93%%/pushd diff --git a/shells/ksh/Makefile b/shells/ksh/Makefile index 2b2298aa5b1..7b6957e04ae 100644 --- a/shells/ksh/Makefile +++ b/shells/ksh/Makefile @@ -11,6 +11,7 @@ DISTVERSIONPREFIX= v PORTNAME= ksh PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= cy@FreeBSD.org @@ -65,7 +66,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/ksh ${STAGEDIR}${PREFIX}/bin/ksh${PSUFFIX} - ${INSTALL_MAN} ${WRKSRC}/man/man1/sh.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ksh${PSUFFIX}.1 + ${INSTALL_MAN} ${WRKSRC}/man/man1/sh.1 ${STAGEDIR}${PREFIX}/share/man/man1/ksh${PSUFFIX}.1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}${PSUFFIX}/ cd ${WRKSRC}/fun/ && ${INSTALL_SCRIPT} dirs popd pushd ${STAGEDIR}${EXAMPLESDIR}${PSUFFIX}/ diff --git a/shells/ksh/pkg-plist b/shells/ksh/pkg-plist index 63e98fcbca6..573a777a364 100644 --- a/shells/ksh/pkg-plist +++ b/shells/ksh/pkg-plist @@ -1,5 +1,5 @@ @shell bin/ksh%%93%% -man/man1/ksh%%93%%.1.gz +share/man/man1/ksh%%93%%.1.gz share/examples/ksh%%93%%/dirs share/examples/ksh%%93%%/popd share/examples/ksh%%93%%/pushd diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 58c4e51f88a..7933d31a94b 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -14,7 +14,7 @@ PORTNAME= ksh93 DISTVERSION= 93u -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= shells DIST_SUBDIR= ksh93 @@ -75,7 +75,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/ksh ${STAGEDIR}${PREFIX}/bin/${PNAME} - ${INSTALL_MAN} ${WRKSRC}/man/man1/sh.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PNAME}.1 + ${INSTALL_MAN} ${WRKSRC}/man/man1/sh.1 ${STAGEDIR}${PREFIX}/share/man/man1/${PNAME}.1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}${PSUFFIX}/ cd ${WRKSRC}/fun/ && ${INSTALL_SCRIPT} dirs popd pushd ${STAGEDIR}${EXAMPLESDIR}${PSUFFIX}/ diff --git a/shells/ksh93/pkg-plist b/shells/ksh93/pkg-plist index 63e98fcbca6..573a777a364 100644 --- a/shells/ksh93/pkg-plist +++ b/shells/ksh93/pkg-plist @@ -1,5 +1,5 @@ @shell bin/ksh%%93%% -man/man1/ksh%%93%%.1.gz +share/man/man1/ksh%%93%%.1.gz share/examples/ksh%%93%%/dirs share/examples/ksh%%93%%/popd share/examples/ksh%%93%%/pushd diff --git a/shells/nsh/Makefile b/shells/nsh/Makefile index a42be0b63c4..1c94d151db5 100644 --- a/shells/nsh/Makefile +++ b/shells/nsh/Makefile @@ -1,6 +1,6 @@ PORTNAME= nsh DISTVERSION= 0.4.2 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile index ba891523fa0..10b86e3cce1 100644 --- a/shells/nushell/Makefile +++ b/shells/nushell/Makefile @@ -1,6 +1,5 @@ PORTNAME= nushell -DISTVERSION= 0.85.0 -PORTREVISION= 2 +DISTVERSION= 0.89.0 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org @@ -14,328 +13,326 @@ USES= cargo localbase ssl USE_GITHUB= yes -CARGO_CRATES= Inflector-0.11.4 \ - addr2line-0.20.0 \ +CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ adler32-1.2.0 \ - ahash-0.8.3 \ - aho-corasick-1.0.2 \ + ahash-0.8.6 \ + aho-corasick-1.1.2 \ alloc-no-stdlib-2.0.4 \ alloc-stdlib-0.2.2 \ - allocator-api2-0.2.15 \ - alphanumeric-sort-1.5.1 \ + allocator-api2-0.2.16 \ + alphanumeric-sort-1.5.3 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ anes-0.1.6 \ ansi-str-0.8.0 \ ansitok-0.2.0 \ - anstream-0.3.2 \ - anstyle-1.0.1 \ - anstyle-parse-0.2.1 \ - anstyle-query-1.0.0 \ - anstyle-wincon-1.0.2 \ + anstream-0.6.5 \ + anstyle-1.0.4 \ + anstyle-parse-0.2.3 \ + anstyle-query-1.0.2 \ + anstyle-wincon-3.0.2 \ argminmax-0.6.1 \ array-init-cursor-0.2.0 \ arrayvec-0.5.2 \ arrayvec-0.7.4 \ arrow-format-0.8.1 \ - arrow2-0.17.4 \ assert-json-diff-2.0.2 \ - assert_cmd-2.0.11 \ + assert_cmd-2.0.12 \ async-stream-0.3.5 \ async-stream-impl-0.3.5 \ - async-trait-0.1.71 \ + async-trait-0.1.74 \ atoi-2.0.0 \ - atomic-polyfill-0.1.11 \ + atoi_simd-0.15.5 \ + atomic-polyfill-1.0.3 \ autocfg-1.1.0 \ avro-schema-0.3.0 \ - backtrace-0.3.68 \ - base64-0.21.2 \ + backtrace-0.3.69 \ + base64-0.13.1 \ + base64-0.21.5 \ bincode-1.3.3 \ - bindgen-0.66.1 \ + bindgen-0.68.1 \ bit-set-0.5.3 \ bit-vec-0.6.3 \ bitflags-1.3.2 \ - bitflags-2.3.3 \ + bitflags-2.4.1 \ block-buffer-0.10.4 \ - bracoxide-0.1.2 \ - brotli-3.3.4 \ - brotli-decompressor-2.3.4 \ - brownstone-3.0.0 \ - bstr-0.2.17 \ - bstr-1.6.0 \ - bumpalo-3.13.0 \ + bracoxide-0.1.3 \ + brotli-3.4.0 \ + brotli-decompressor-2.5.1 \ + bstr-1.8.0 \ + bumpalo-3.14.0 \ byte-unit-4.0.19 \ - bytecount-0.6.3 \ - bytemuck-1.13.1 \ - bytemuck_derive-1.4.1 \ - byteorder-1.4.3 \ - bytes-1.4.0 \ + bytecount-0.6.7 \ + bytemuck-1.14.0 \ + bytemuck_derive-1.5.0 \ + byteorder-1.5.0 \ + bytes-1.5.0 \ bytesize-1.3.0 \ - calamine-0.22.0 \ + calamine-0.22.1 \ cassowary-0.3.0 \ cast-0.3.0 \ - cc-1.0.79 \ + cc-1.0.83 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ chardetng-0.1.17 \ + charset-0.1.3 \ chrono-0.4.31 \ chrono-humanize-0.2.3 \ - chrono-tz-0.8.3 \ - chrono-tz-build-0.2.0 \ + chrono-tz-0.8.4 \ + chrono-tz-build-0.2.1 \ + chumsky-0.9.3 \ ciborium-0.2.1 \ ciborium-io-0.2.1 \ ciborium-ll-0.2.1 \ clang-sys-1.6.1 \ - clap-4.3.11 \ - clap_builder-4.3.11 \ - clap_lex-0.5.0 \ + clap-4.4.11 \ + clap_builder-4.4.11 \ + clap_lex-0.6.0 \ codepage-0.1.1 \ colorchoice-1.0.0 \ - comfy-table-7.0.1 \ + comfy-table-7.1.0 \ console-0.15.7 \ - const-random-0.1.15 \ - const-random-macro-0.1.15 \ - const_format-0.2.31 \ - const_format_proc_macros-0.2.31 \ - core-foundation-0.9.3 \ - core-foundation-sys-0.8.4 \ - cpufeatures-0.2.9 \ + const-random-0.1.17 \ + const-random-macro-0.1.16 \ + const_format-0.2.32 \ + const_format_proc_macros-0.2.32 \ + core-foundation-0.9.4 \ + core-foundation-sys-0.8.6 \ + cpufeatures-0.2.11 \ crc-2.1.0 \ crc-catalog-1.1.1 \ crc32fast-1.3.2 \ criterion-0.5.1 \ criterion-plot-0.5.0 \ - critical-section-1.1.1 \ + critical-section-1.1.2 \ crossbeam-channel-0.5.8 \ crossbeam-deque-0.8.3 \ crossbeam-epoch-0.9.15 \ + crossbeam-queue-0.3.8 \ crossbeam-utils-0.8.16 \ - crossterm-0.26.1 \ crossterm-0.27.0 \ crossterm_winapi-0.9.1 \ crunchy-0.2.2 \ crypto-common-0.1.6 \ cssparser-0.31.2 \ cssparser-macros-0.6.1 \ - csv-1.2.2 \ - csv-core-0.1.10 \ - ctrlc-3.4.0 \ - dashmap-5.5.0 \ + csv-1.3.0 \ + csv-core-0.1.11 \ + ctrlc-3.4.1 \ + dashmap-5.5.3 \ + deranged-0.3.10 \ derive_more-0.99.17 \ - dialoguer-0.10.4 \ + dialoguer-0.11.0 \ diff-0.1.13 \ difflib-0.4.0 \ digest-0.10.7 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ - dlv-list-0.5.0 \ + dlv-list-0.5.2 \ doc-comment-0.3.3 \ - dtoa-1.0.8 \ + dtoa-1.0.9 \ dtoa-short-0.3.4 \ dtparse-2.0.0 \ dunce-1.0.4 \ - dyn-clone-1.0.11 \ + dyn-clone-1.0.16 \ ego-tree-0.6.2 \ - either-1.8.1 \ - eml-parser-0.1.3 \ + either-1.9.0 \ + eml-parser-0.1.4 \ encode_unicode-0.3.6 \ - encoding_rs-0.8.32 \ + encoding_rs-0.8.33 \ enum_dispatch-0.3.12 \ env_logger-0.8.4 \ - equivalent-1.0.0 \ - erased-serde-0.3.27 \ - errno-0.3.1 \ - errno-dragonfly-0.1.2 \ - ethnum-1.3.2 \ + equivalent-1.0.1 \ + erased-serde-0.4.0 \ + errno-0.3.8 \ + ethnum-1.5.0 \ fallible-iterator-0.2.0 \ fallible-streaming-iterator-0.1.9 \ - fancy-regex-0.11.0 \ + fancy-regex-0.12.0 \ fast-float-0.2.0 \ - fastrand-2.0.0 \ + fastrand-2.0.1 \ fd-lock-3.0.13 \ file-id-0.2.1 \ filesize-0.2.0 \ - filetime-0.2.22 \ - flate2-1.0.26 \ + filetime-0.2.23 \ + flate2-1.0.28 \ float-cmp-0.9.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ foreign_vec-0.1.0 \ - form_urlencoded-1.2.0 \ + form_urlencoded-1.2.1 \ fs_extra-1.3.0 \ fsevent-sys-4.1.0 \ futf-0.1.5 \ - futures-0.3.28 \ - futures-channel-0.3.28 \ - futures-core-0.3.28 \ - futures-executor-0.3.28 \ - futures-io-0.3.28 \ - futures-macro-0.3.28 \ - futures-sink-0.3.28 \ - futures-task-0.3.28 \ + 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-timer-3.0.2 \ - futures-util-0.3.28 \ + futures-util-0.3.29 \ fuzzy-matcher-0.3.7 \ fxhash-0.2.1 \ generic-array-0.14.7 \ - getrandom-0.2.10 \ - gimli-0.27.3 \ - git2-0.18.0 \ + getrandom-0.2.11 \ + gimli-0.28.1 \ + git2-0.18.1 \ gjson-0.8.1 \ glob-0.3.1 \ - h2-0.3.20 \ + h2-0.3.22 \ half-1.8.2 \ halfbrown-0.2.4 \ hamcrest2-0.3.0 \ hash32-0.2.1 \ - hash_hasher-2.0.3 \ - hashbrown-0.12.3 \ hashbrown-0.13.2 \ - hashbrown-0.14.0 \ - hashlink-0.8.3 \ - heapless-0.7.16 \ + hashbrown-0.14.3 \ + hashlink-0.8.4 \ + heapless-0.7.17 \ heck-0.4.1 \ - hermit-abi-0.3.2 \ + hermit-abi-0.3.3 \ hex-0.4.3 \ home-0.5.5 \ html5ever-0.26.0 \ htmlescape-0.3.1 \ - http-0.2.9 \ - http-body-0.4.5 \ + http-0.2.11 \ + http-body-0.4.6 \ httparse-1.8.0 \ - httpdate-1.0.2 \ + httpdate-1.0.3 \ + human-date-parser-0.1.1 \ hyper-0.14.27 \ - iana-time-zone-0.1.57 \ + iana-time-zone-0.1.58 \ iana-time-zone-haiku-0.1.2 \ - ical-0.8.0 \ - idna-0.4.0 \ - indent_write-2.2.0 \ - indexmap-1.9.3 \ - indexmap-2.0.0 \ - indicatif-0.17.5 \ - indoc-2.0.3 \ + ical-0.9.0 \ + idna-0.5.0 \ + indexmap-2.1.0 \ + indicatif-0.17.7 \ + indoc-2.0.4 \ inotify-0.9.6 \ inotify-sys-0.1.5 \ instant-0.1.12 \ - inventory-0.3.8 \ - io-lifetimes-1.0.11 \ + inventory-0.3.13 \ is-docker-0.2.0 \ - is-terminal-0.4.8 \ + is-terminal-0.4.9 \ is-wsl-0.4.0 \ is_ci-1.1.1 \ is_debug-1.0.1 \ is_executable-1.0.1 \ itertools-0.10.5 \ itertools-0.11.0 \ - itoa-1.0.8 \ - jobserver-0.1.26 \ + itertools-0.12.0 \ + itoa-1.0.10 \ + jobserver-0.1.27 \ joinery-2.1.0 \ - js-sys-0.3.64 \ - kqueue-1.0.7 \ - kqueue-sys-1.0.3 \ + js-sys-0.3.66 \ + kqueue-1.0.8 \ + kqueue-sys-1.0.4 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - lexical-6.1.1 \ lexical-core-0.8.5 \ lexical-parse-float-0.8.5 \ lexical-parse-integer-0.8.6 \ lexical-util-0.8.5 \ lexical-write-float-0.8.5 \ lexical-write-integer-0.8.5 \ - libc-0.2.147 \ + libc-0.2.151 \ libflate-1.4.0 \ libflate_lz77-1.2.0 \ libgit2-sys-0.16.1+1.7.1 \ libloading-0.7.4 \ - libm-0.2.7 \ - libmimalloc-sys-0.1.33 \ - libproc-0.14.0 \ + libm-0.2.8 \ + libmimalloc-sys-0.1.35 \ + libproc-0.14.2 \ + libredox-0.0.1 \ libsqlite3-sys-0.26.0 \ libssh2-sys-0.3.0 \ - libz-sys-1.1.9 \ + libz-sys-1.1.12 \ linked-hash-map-0.5.6 \ - linux-raw-sys-0.1.4 \ - linux-raw-sys-0.3.8 \ - linux-raw-sys-0.4.3 \ - lock_api-0.4.10 \ - log-0.4.19 \ - lru-0.11.0 \ - lscolors-0.15.0 \ + linux-raw-sys-0.4.12 \ + lock_api-0.4.11 \ + log-0.4.20 \ + lru-0.12.1 \ + lscolors-0.16.0 \ + lsp-server-0.7.5 \ + lsp-types-0.95.0 \ lz4-1.24.0 \ lz4-sys-1.9.4 \ mac-0.1.1 \ mach2-0.4.1 \ malloc_buf-0.0.6 \ markup5ever-0.11.0 \ - md-5-0.10.5 \ - memchr-2.5.0 \ + md-5-0.10.6 \ + memchr-2.6.4 \ memmap2-0.7.1 \ memoffset-0.9.0 \ miette-5.10.0 \ miette-derive-5.10.0 \ - mimalloc-0.1.37 \ + mimalloc-0.1.39 \ mime-0.3.17 \ mime_guess-2.0.4 \ minimal-lexical-0.2.1 \ miniz_oxide-0.7.1 \ - mio-0.8.8 \ + mio-0.8.10 \ mockito-1.2.0 \ multiversion-0.7.3 \ multiversion-macros-0.7.3 \ native-tls-0.2.11 \ new_debug_unreachable-1.0.4 \ - nix-0.26.2 \ - nix-0.27.0 \ + nix-0.27.1 \ nom-7.1.3 \ - nom-supreme-0.8.0 \ notify-6.1.1 \ notify-debouncer-full-0.3.1 \ now-0.1.3 \ ntapi-0.4.1 \ nu-ansi-term-0.49.0 \ num-0.2.1 \ - num-0.4.0 \ + num-0.4.1 \ num-bigint-0.2.6 \ - num-bigint-0.4.3 \ + num-bigint-0.4.4 \ num-complex-0.2.4 \ - num-complex-0.4.3 \ + num-complex-0.4.4 \ num-format-0.4.4 \ num-integer-0.1.45 \ num-iter-0.1.43 \ num-rational-0.2.4 \ num-rational-0.4.1 \ - num-traits-0.2.15 \ + num-traits-0.2.17 \ num_cpus-1.16.0 \ num_threads-0.1.6 \ number_prefix-0.4.0 \ objc-0.2.7 \ - object-0.31.1 \ + object-0.32.1 \ omnipath-0.1.6 \ - once_cell-1.18.0 \ + once_cell-1.19.0 \ oorandom-11.1.3 \ - open-5.0.0 \ - openssl-0.10.55 \ + open-5.0.1 \ + openssl-0.10.61 \ openssl-macros-0.1.1 \ openssl-probe-0.1.5 \ - openssl-src-111.26.0+1.1.1u \ - openssl-sys-0.9.90 \ - ordered-multimap-0.6.0 \ + openssl-src-300.1.6+3.1.4 \ + openssl-sys-0.9.97 \ + ordered-multimap-0.7.1 \ os_display-0.1.3 \ os_pipe-1.1.4 \ owo-colors-3.5.0 \ papergrid-0.10.0 \ parking_lot-0.12.1 \ - parking_lot_core-0.9.8 \ + parking_lot_core-0.9.9 \ parquet-format-safe-0.2.4 \ - parquet2-0.17.2 \ parse-zoneinfo-0.3.0 \ - paste-1.0.13 \ + paste-1.0.14 \ pathdiff-0.2.1 \ peeking_take_while-0.1.2 \ - percent-encoding-2.3.0 \ + percent-encoding-2.3.1 \ peresil-0.3.0 \ + pest-2.7.5 \ + pest_derive-2.7.5 \ + pest_generator-2.7.5 \ + pest_meta-2.7.5 \ phf-0.10.1 \ phf-0.11.2 \ phf_codegen-0.10.0 \ @@ -345,40 +342,42 @@ CARGO_CRATES= Inflector-0.11.4 \ phf_macros-0.11.2 \ phf_shared-0.10.0 \ phf_shared-0.11.2 \ - pin-project-lite-0.2.10 \ + pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ pkg-config-0.3.27 \ planus-0.3.1 \ plotters-0.3.5 \ plotters-backend-0.3.5 \ plotters-svg-0.3.5 \ - polars-0.32.1 \ - polars-arrow-0.32.1 \ - polars-core-0.32.1 \ - polars-error-0.32.1 \ - polars-io-0.32.1 \ - polars-json-0.32.1 \ - polars-lazy-0.32.1 \ - polars-ops-0.32.1 \ - polars-pipe-0.32.1 \ - polars-plan-0.32.1 \ - polars-row-0.32.1 \ - polars-sql-0.32.1 \ - polars-time-0.32.1 \ - polars-utils-0.32.1 \ + polars-0.35.4 \ + polars-arrow-0.35.4 \ + polars-core-0.35.4 \ + polars-error-0.35.4 \ + polars-io-0.35.4 \ + polars-json-0.35.4 \ + polars-lazy-0.35.4 \ + polars-ops-0.35.4 \ + polars-parquet-0.35.4 \ + polars-pipe-0.35.4 \ + polars-plan-0.35.4 \ + polars-row-0.35.4 \ + polars-sql-0.35.4 \ + polars-time-0.35.4 \ + polars-utils-0.35.4 \ pori-0.0.0 \ - portable-atomic-1.3.3 \ - powierza-coefficient-1.0.2 \ + portable-atomic-1.6.0 \ + powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ precomputed-hash-0.1.1 \ - predicates-3.0.3 \ + predicates-3.0.4 \ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ pretty_assertions-1.4.0 \ print-positions-0.6.1 \ - proc-macro-hack-0.5.20+deprecated \ - proc-macro2-1.0.63 \ - procfs-0.15.1 \ + proc-macro2-1.0.70 \ + procfs-0.16.0 \ + procfs-core-0.16.0 \ + psm-0.1.21 \ pure-rust-locales-0.7.0 \ pwd-1.4.0 \ quick-error-1.2.3 \ @@ -386,84 +385,88 @@ CARGO_CRATES= Inflector-0.11.4 \ quick-xml-0.30.0 \ quickcheck-1.0.3 \ quickcheck_macros-1.0.0 \ - quote-1.0.29 \ + quote-1.0.33 \ + quoted_printable-0.4.8 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ rand_distr-0.4.3 \ ratatui-0.23.0 \ - rayon-1.7.0 \ - rayon-core-1.11.0 \ - redox_syscall-0.2.16 \ - redox_syscall-0.3.5 \ - redox_users-0.4.3 \ - reedline-0.24.0 \ - regex-1.9.0 \ - regex-automata-0.1.10 \ - regex-automata-0.3.0 \ - regex-syntax-0.6.29 \ - regex-syntax-0.7.3 \ - relative-path-1.8.0 \ + rayon-1.8.0 \ + rayon-core-1.12.0 \ + redox_syscall-0.4.1 \ + redox_users-0.4.4 \ + reedline-0.28.0 \ + ref-cast-1.0.20 \ + ref-cast-impl-1.0.20 \ + regex-1.10.2 \ + regex-automata-0.4.3 \ + regex-syntax-0.8.2 \ + relative-path-1.9.0 \ + rfc2047-decoder-1.0.1 \ rle-decode-fast-1.0.3 \ - rmp-0.8.11 \ - rmp-serde-1.1.1 \ - roxmltree-0.18.0 \ - rstest-0.18.1 \ - rstest_macros-0.18.1 \ + rmp-0.8.12 \ + rmp-serde-1.1.2 \ + ropey-1.6.1 \ + roxmltree-0.18.1 \ + rstest-0.18.2 \ + rstest_macros-0.18.2 \ rusqlite-0.29.0 \ - rust-embed-8.0.0 \ - rust-embed-impl-8.0.0 \ - rust-embed-utils-8.0.0 \ - rust-ini-0.19.0 \ - rust_decimal-1.30.0 \ + rust-embed-8.1.0 \ + rust-embed-impl-8.1.0 \ + rust-embed-utils-8.1.0 \ + rust-ini-0.20.0 \ + rust_decimal-1.33.1 \ rustc-demangle-0.1.23 \ rustc-hash-1.1.0 \ rustc_version-0.4.0 \ - rustix-0.36.15 \ - rustix-0.37.23 \ - rustix-0.38.3 \ - rustversion-1.0.13 \ - ryu-1.0.14 \ + rustix-0.38.28 \ + rustversion-1.0.14 \ + ryu-1.0.16 \ same-file-1.0.6 \ schannel-0.1.22 \ - scopeguard-1.1.0 \ - scraper-0.17.1 \ - security-framework-2.9.1 \ - security-framework-sys-2.9.0 \ + scopeguard-1.2.0 \ + scraper-0.18.1 \ + security-framework-2.9.2 \ + security-framework-sys-2.9.1 \ selectors-0.25.0 \ - semver-1.0.17 \ - seq-macro-0.3.4 \ - serde-1.0.166 \ - serde_derive-1.0.166 \ - serde_json-1.0.100 \ - serde_spanned-0.6.3 \ + semver-1.0.20 \ + seq-macro-0.3.5 \ + serde-1.0.193 \ + serde_derive-1.0.193 \ + serde_json-1.0.108 \ + serde_repr-0.1.17 \ + serde_spanned-0.6.4 \ serde_urlencoded-0.7.1 \ - serde_yaml-0.9.22 \ + serde_yaml-0.9.27 \ serial_test-2.0.0 \ serial_test_derive-2.0.0 \ servo_arc-0.3.0 \ - sha2-0.10.7 \ - shadow-rs-0.23.0 \ + sha2-0.10.8 \ + shadow-rs-0.26.0 \ shell-words-1.1.0 \ - shlex-1.1.0 \ + shlex-1.2.0 \ signal-hook-0.3.17 \ signal-hook-mio-0.2.3 \ signal-hook-registry-1.4.1 \ - simd-json-0.10.3 \ + simd-json-0.13.4 \ simdutf8-0.1.4 \ - similar-2.2.1 \ + similar-2.3.0 \ simplelog-0.12.1 \ - siphasher-0.3.10 \ - slab-0.4.8 \ - smallvec-1.11.0 \ + siphasher-0.3.11 \ + slab-0.4.9 \ + smallvec-1.11.2 \ smartstring-1.0.1 \ - smawk-0.3.1 \ - snap-1.1.0 \ - socket2-0.4.9 \ + smawk-0.3.2 \ + snap-1.1.1 \ + socket2-0.4.10 \ + socket2-0.5.5 \ spin-0.9.8 \ - sqlparser-0.36.1 \ + sqlparser-0.39.0 \ stable_deref_trait-1.2.0 \ + stacker-0.1.15 \ static_assertions-1.1.0 \ + str_indices-0.4.3 \ streaming-decompression-0.1.2 \ streaming-iterator-0.1.9 \ strength_reduce-0.2.4 \ @@ -471,131 +474,147 @@ CARGO_CRATES= Inflector-0.11.4 \ string_cache_codegen-0.5.2 \ strip-ansi-escapes-0.2.0 \ strsim-0.10.0 \ - strum-0.24.1 \ strum-0.25.0 \ - strum_macros-0.24.3 \ - strum_macros-0.25.1 \ - supports-color-2.0.0 \ + strum_macros-0.25.3 \ + supports-color-2.1.0 \ supports-hyperlinks-2.1.0 \ supports-unicode-2.0.0 \ sxd-document-0.3.2 \ sxd-xpath-0.4.2 \ syn-1.0.109 \ - syn-2.0.23 \ - sys-locale-0.3.0 \ - sysinfo-0.29.4 \ + syn-2.0.40 \ + sys-locale-0.3.1 \ + sysinfo-0.29.11 \ + sysinfo-0.30.4 \ tabled-0.14.0 \ - target-features-0.1.4 \ - tempfile-3.8.0 \ + target-features-0.1.5 \ + tempfile-3.8.1 \ tendril-0.4.3 \ termcolor-1.1.3 \ terminal_size-0.1.17 \ - terminal_size-0.2.6 \ terminal_size-0.3.0 \ termtree-0.4.1 \ textwrap-0.15.2 \ - thiserror-1.0.41 \ - thiserror-impl-1.0.41 \ + thiserror-1.0.50 \ + thiserror-impl-1.0.50 \ thread_local-1.1.7 \ - time-0.3.22 \ - time-core-0.1.1 \ - time-macros-0.2.9 \ + time-0.3.30 \ + time-core-0.1.2 \ + time-macros-0.2.15 \ tiny-keccak-2.0.2 \ tinytemplate-1.2.1 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ titlecase-2.2.1 \ - tokio-1.29.1 \ - tokio-macros-2.1.0 \ - tokio-util-0.7.8 \ + tokio-1.35.0 \ + tokio-macros-2.2.0 \ + tokio-util-0.7.10 \ toml-0.7.8 \ - toml-0.8.0 \ - toml_datetime-0.6.3 \ + toml-0.8.8 \ + toml_datetime-0.6.5 \ toml_edit-0.19.15 \ - toml_edit-0.20.0 \ + toml_edit-0.21.0 \ tower-service-0.3.2 \ - tracing-0.1.37 \ - tracing-core-0.1.31 \ - trash-3.0.6 \ - try-lock-0.2.4 \ + tracing-0.1.40 \ + tracing-core-0.1.32 \ + trash-3.1.2 \ + try-lock-0.2.5 \ typed-arena-1.7.0 \ - typenum-1.16.0 \ - typetag-0.2.9 \ - typetag-impl-0.2.9 \ + typenum-1.17.0 \ + typetag-0.2.14 \ + typetag-impl-0.2.14 \ + ucd-trie-0.1.6 \ umask-2.1.0 \ - unicase-2.6.0 \ - unicode-bidi-0.3.13 \ - unicode-ident-1.0.10 \ + unicase-2.7.0 \ + unicode-bidi-0.3.14 \ + unicode-ident-1.0.12 \ unicode-linebreak-0.1.5 \ unicode-normalization-0.1.22 \ unicode-segmentation-1.10.1 \ - unicode-width-0.1.10 \ + unicode-width-0.1.11 \ unicode-xid-0.2.4 \ - unsafe-libyaml-0.2.8 \ - ureq-2.7.1 \ - url-2.4.0 \ + unsafe-libyaml-0.2.10 \ + ureq-2.9.1 \ + url-2.5.0 \ utf-8-0.7.6 \ - utf8-width-0.1.6 \ + utf8-width-0.1.7 \ utf8parse-0.2.1 \ - uu_cp-0.0.21 \ - uucore-0.0.21 \ - uucore_procs-0.0.21 \ - uuhelp_parser-0.0.21 \ - uuid-1.4.0 \ - value-trait-0.6.1 \ + uu_cp-0.0.23 \ + uu_mkdir-0.0.23 \ + uu_mktemp-0.0.23 \ + uu_whoami-0.0.23 \ + uucore-0.0.23 \ + uucore_procs-0.0.23 \ + uuhelp_parser-0.0.23 \ + uuid-1.6.1 \ + value-trait-0.8.0 \ vcpkg-0.2.15 \ version_check-0.9.4 \ vte-0.10.1 \ vte-0.11.1 \ vte_generate_state_changes-0.1.1 \ wait-timeout-0.2.0 \ - walkdir-2.3.3 \ + walkdir-2.4.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-macro-0.2.87 \ - wasm-bindgen-macro-support-0.2.87 \ - wasm-bindgen-shared-0.2.87 \ - wax-0.5.0 \ - web-sys-0.3.64 \ - which-4.4.0 \ - wild-2.1.0 \ + 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 \ + wax-0.6.0 \ + web-sys-0.3.66 \ + which-4.4.2 \ + which-5.0.0 \ + wild-2.2.0 \ 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.44.0 \ - windows-0.48.0 \ + windows-0.52.0 \ + windows-core-0.51.1 \ + windows-core-0.52.0 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ + windows-sys-0.52.0 \ windows-targets-0.42.2 \ - windows-targets-0.48.1 \ + windows-targets-0.48.5 \ + windows-targets-0.52.0 \ windows_aarch64_gnullvm-0.42.2 \ - windows_aarch64_gnullvm-0.48.0 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.0 \ windows_aarch64_msvc-0.42.2 \ - windows_aarch64_msvc-0.48.0 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.0 \ windows_i686_gnu-0.42.2 \ - windows_i686_gnu-0.48.0 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.0 \ windows_i686_msvc-0.42.2 \ - windows_i686_msvc-0.48.0 \ + 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.0 \ + 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.0 \ + 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.0 \ - winnow-0.5.15 \ - winreg-0.51.0 \ - winresource-0.1.15 \ - xattr-1.0.1 \ - xmlparser-0.13.5 \ - xxhash-rust-0.8.6 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.0 \ + winnow-0.5.28 \ + winreg-0.52.0 \ + winresource-0.1.17 \ + xattr-1.1.3 \ + xmlparser-0.13.6 \ + xxhash-rust-0.8.7 \ yansi-0.5.1 \ + zerocopy-0.7.31 \ + zerocopy-derive-0.7.31 \ zip-0.6.6 \ - zstd-0.12.3+zstd.1.5.2 \ - zstd-safe-6.0.5+zstd.1.5.4 \ - zstd-sys-2.0.8+zstd.1.5.5 + zstd-0.13.0 \ + zstd-safe-7.0.0 \ + zstd-sys-2.0.9+zstd.1.5.5 OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib diff --git a/shells/nushell/distinfo b/shells/nushell/distinfo index 3c920e88ec1..fc9a34bbd07 100644 --- a/shells/nushell/distinfo +++ b/shells/nushell/distinfo @@ -1,24 +1,22 @@ -TIMESTAMP = 1695191240 -SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 -SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 -SHA256 (rust/crates/addr2line-0.20.0.crate) = f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3 -SIZE (rust/crates/addr2line-0.20.0.crate) = 39558 +TIMESTAMP = 1704880273 +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/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.crate) = 6411 -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.2.crate) = 43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41 -SIZE (rust/crates/aho-corasick-1.0.2.crate) = 167694 +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/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 SIZE (rust/crates/alloc-stdlib-0.2.2.crate) = 6693 -SHA256 (rust/crates/allocator-api2-0.2.15.crate) = 56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9 -SIZE (rust/crates/allocator-api2-0.2.15.crate) = 58998 -SHA256 (rust/crates/alphanumeric-sort-1.5.1.crate) = 81149050d254e2b758c80dcf55949e5c45482e0c9cb3670b1c4b48eb51791f8e -SIZE (rust/crates/alphanumeric-sort-1.5.1.crate) = 6182 +SHA256 (rust/crates/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 +SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025 +SHA256 (rust/crates/alphanumeric-sort-1.5.3.crate) = d67c60c5f10f11c6ee04de72b2dd98bb9d2548cbc314d22a609bfa8bd9e87e8f +SIZE (rust/crates/alphanumeric-sort-1.5.3.crate) = 6318 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 @@ -29,16 +27,16 @@ 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.3.2.crate) = 0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163 -SIZE (rust/crates/anstream-0.3.2.crate) = 19504 -SHA256 (rust/crates/anstyle-1.0.1.crate) = 3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd -SIZE (rust/crates/anstyle-1.0.1.crate) = 13977 -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-1.0.2.crate) = c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c -SIZE (rust/crates/anstyle-wincon-1.0.2.crate) = 11712 +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/argminmax-0.6.1.crate) = 202108b46429b765ef483f8a24d5c46f48c14acfdacc086dd4ab6dddf6bcdbd2 SIZE (rust/crates/argminmax-0.6.1.crate) = 55395 SHA256 (rust/crates/array-init-cursor-0.2.0.crate) = bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76 @@ -49,94 +47,96 @@ SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2 SIZE (rust/crates/arrayvec-0.7.4.crate) = 29856 SHA256 (rust/crates/arrow-format-0.8.1.crate) = 07884ea216994cdc32a2d5f8274a8bee979cfe90274b83f86f440866ee3132c7 SIZE (rust/crates/arrow-format-0.8.1.crate) = 38983 -SHA256 (rust/crates/arrow2-0.17.4.crate) = 59c468daea140b747d781a1da9f7db5f0a8e6636d4af20cc539e43d05b0604fa -SIZE (rust/crates/arrow2-0.17.4.crate) = 841132 SHA256 (rust/crates/assert-json-diff-2.0.2.crate) = 47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12 SIZE (rust/crates/assert-json-diff-2.0.2.crate) = 10874 -SHA256 (rust/crates/assert_cmd-2.0.11.crate) = 86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151 -SIZE (rust/crates/assert_cmd-2.0.11.crate) = 25346 +SHA256 (rust/crates/assert_cmd-2.0.12.crate) = 88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6 +SIZE (rust/crates/assert_cmd-2.0.12.crate) = 25347 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-trait-0.1.71.crate) = a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf -SIZE (rust/crates/async-trait-0.1.71.crate) = 28703 +SHA256 (rust/crates/async-trait-0.1.74.crate) = a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9 +SIZE (rust/crates/async-trait-0.1.74.crate) = 28997 SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 SIZE (rust/crates/atoi-2.0.0.crate) = 7785 -SHA256 (rust/crates/atomic-polyfill-0.1.11.crate) = e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28 -SIZE (rust/crates/atomic-polyfill-0.1.11.crate) = 11087 +SHA256 (rust/crates/atoi_simd-0.15.5.crate) = ccfc14f5c3e34de57539a7ba9c18ecde3d9bbde48d232ea1da3e468adb307fd0 +SIZE (rust/crates/atoi_simd-0.15.5.crate) = 25653 +SHA256 (rust/crates/atomic-polyfill-1.0.3.crate) = 8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4 +SIZE (rust/crates/atomic-polyfill-1.0.3.crate) = 11581 SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/avro-schema-0.3.0.crate) = b5281855b39aba9684d2f47bf96983fbfd8f1725f12fabb0513a8ab879647bbd SIZE (rust/crates/avro-schema-0.3.0.crate) = 19318 -SHA256 (rust/crates/backtrace-0.3.68.crate) = 4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12 -SIZE (rust/crates/backtrace-0.3.68.crate) = 79891 -SHA256 (rust/crates/base64-0.21.2.crate) = 604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d -SIZE (rust/crates/base64-0.21.2.crate) = 76389 +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/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad SIZE (rust/crates/bincode-1.3.3.crate) = 28958 -SHA256 (rust/crates/bindgen-0.66.1.crate) = f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7 -SIZE (rust/crates/bindgen-0.66.1.crate) = 218860 +SHA256 (rust/crates/bindgen-0.68.1.crate) = 726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078 +SIZE (rust/crates/bindgen-0.68.1.crate) = 218997 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.3.3.crate) = 630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42 -SIZE (rust/crates/bitflags-2.3.3.crate) = 34320 +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/bracoxide-0.1.2.crate) = d8654ced31d3071e01cee9112fb25f241798b17b08d083512f8da2afa3da076b -SIZE (rust/crates/bracoxide-0.1.2.crate) = 14162 -SHA256 (rust/crates/brotli-3.3.4.crate) = a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68 -SIZE (rust/crates/brotli-3.3.4.crate) = 1369026 -SHA256 (rust/crates/brotli-decompressor-2.3.4.crate) = 4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744 -SIZE (rust/crates/brotli-decompressor-2.3.4.crate) = 192085 -SHA256 (rust/crates/brownstone-3.0.0.crate) = c5839ee4f953e811bfdcf223f509cb2c6a3e1447959b0bff459405575bc17f22 -SIZE (rust/crates/brownstone-3.0.0.crate) = 10770 -SHA256 (rust/crates/bstr-0.2.17.crate) = ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223 -SIZE (rust/crates/bstr-0.2.17.crate) = 330350 -SHA256 (rust/crates/bstr-1.6.0.crate) = 6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05 -SIZE (rust/crates/bstr-1.6.0.crate) = 385877 -SHA256 (rust/crates/bumpalo-3.13.0.crate) = a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 -SIZE (rust/crates/bumpalo-3.13.0.crate) = 82114 +SHA256 (rust/crates/bracoxide-0.1.3.crate) = ada7f35ca622a86a4d6c27be2633fc6c243ecc834859628fcce0681d8e76e1c8 +SIZE (rust/crates/bracoxide-0.1.3.crate) = 15496 +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/bstr-1.8.0.crate) = 542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c +SIZE (rust/crates/bstr-1.8.0.crate) = 380176 +SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec +SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400 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.13.1.crate) = 17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea -SIZE (rust/crates/bytemuck-1.13.1.crate) = 42309 -SHA256 (rust/crates/bytemuck_derive-1.4.1.crate) = fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192 -SIZE (rust/crates/bytemuck_derive-1.4.1.crate) = 15159 -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/bytecount-0.6.7.crate) = e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205 +SIZE (rust/crates/bytecount-0.6.7.crate) = 14642 +SHA256 (rust/crates/bytemuck-1.14.0.crate) = 374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6 +SIZE (rust/crates/bytemuck-1.14.0.crate) = 44933 +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.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/bytesize-1.3.0.crate) = a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc SIZE (rust/crates/bytesize-1.3.0.crate) = 10164 -SHA256 (rust/crates/calamine-0.22.0.crate) = 8c2f67a25b1a04dfc4caf081d98bc758489a6e9b637cf566c3bc96b3cfe07aef -SIZE (rust/crates/calamine-0.22.0.crate) = 75420 +SHA256 (rust/crates/calamine-0.22.1.crate) = fe0ba51a659bb6c8bffd6f7c1c5ffafcafa0c97e4769411d841c3cc5c154ab47 +SIZE (rust/crates/calamine-0.22.1.crate) = 75629 SHA256 (rust/crates/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53 SIZE (rust/crates/cassowary-0.3.0.crate) = 22876 SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 SIZE (rust/crates/cast-0.3.0.crate) = 11452 -SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f -SIZE (rust/crates/cc-1.0.79.crate) = 62624 +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/chardetng-0.1.17.crate) = 14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea SIZE (rust/crates/chardetng-0.1.17.crate) = 56362 +SHA256 (rust/crates/charset-0.1.3.crate) = 18e9079d1a12a2cc2bffb5db039c43661836ead4082120d5844f02555aca2d46 +SIZE (rust/crates/charset-0.1.3.crate) = 14330 SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38 SIZE (rust/crates/chrono-0.4.31.crate) = 214513 SHA256 (rust/crates/chrono-humanize-0.2.3.crate) = 799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b SIZE (rust/crates/chrono-humanize-0.2.3.crate) = 15411 -SHA256 (rust/crates/chrono-tz-0.8.3.crate) = f1369bc6b9e9a7dfdae2055f6ec151fe9c554a9d23d357c0237cee2e25eaabb7 -SIZE (rust/crates/chrono-tz-0.8.3.crate) = 614088 -SHA256 (rust/crates/chrono-tz-build-0.2.0.crate) = e2f5ebdc942f57ed96d560a6d1a459bae5851102a25d5bf89dc04ae453e31ecf -SIZE (rust/crates/chrono-tz-build-0.2.0.crate) = 10156 +SHA256 (rust/crates/chrono-tz-0.8.4.crate) = e23185c0e21df6ed832a12e2bda87c7d1def6842881fb634a8511ced741b0d76 +SIZE (rust/crates/chrono-tz-0.8.4.crate) = 614717 +SHA256 (rust/crates/chrono-tz-build-0.2.1.crate) = 433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f +SIZE (rust/crates/chrono-tz-build-0.2.1.crate) = 10421 +SHA256 (rust/crates/chumsky-0.9.3.crate) = 8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9 +SIZE (rust/crates/chumsky-0.9.3.crate) = 75112 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 @@ -145,34 +145,34 @@ SHA256 (rust/crates/ciborium-ll-0.2.1.crate) = defaa24ecc093c77630e6c15e17c51f5e SIZE (rust/crates/ciborium-ll-0.2.1.crate) = 14649 SHA256 (rust/crates/clang-sys-1.6.1.crate) = c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f SIZE (rust/crates/clang-sys-1.6.1.crate) = 41346 -SHA256 (rust/crates/clap-4.3.11.crate) = 1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d -SIZE (rust/crates/clap-4.3.11.crate) = 54864 -SHA256 (rust/crates/clap_builder-4.3.11.crate) = 98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b -SIZE (rust/crates/clap_builder-4.3.11.crate) = 160795 -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.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/codepage-0.1.1.crate) = 8b0e9222c0cdf2c6ac27d73f664f9520266fa911c3106329d359f8861cb8bde9 SIZE (rust/crates/codepage-0.1.1.crate) = 8680 SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/comfy-table-7.0.1.crate) = 9ab77dbd8adecaf3f0db40581631b995f312a8a5ae3aa9993188bb8f23d83a5b -SIZE (rust/crates/comfy-table-7.0.1.crate) = 72831 +SHA256 (rust/crates/comfy-table-7.1.0.crate) = 7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686 +SIZE (rust/crates/comfy-table-7.1.0.crate) = 72879 SHA256 (rust/crates/console-0.15.7.crate) = c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8 SIZE (rust/crates/console-0.15.7.crate) = 35409 -SHA256 (rust/crates/const-random-0.1.15.crate) = 368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e -SIZE (rust/crates/const-random-0.1.15.crate) = 6699 -SHA256 (rust/crates/const-random-macro-0.1.15.crate) = 9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb -SIZE (rust/crates/const-random-macro-0.1.15.crate) = 6680 -SHA256 (rust/crates/const_format-0.2.31.crate) = c990efc7a285731f9a4378d81aff2f0e85a2c8781a05ef0f8baa8dac54d0ff48 -SIZE (rust/crates/const_format-0.2.31.crate) = 77893 -SHA256 (rust/crates/const_format_proc_macros-0.2.31.crate) = e026b6ce194a874cb9cf32cd5772d1ef9767cc8fcb5765948d74f37a9d8b2bf6 -SIZE (rust/crates/const_format_proc_macros-0.2.31.crate) = 24402 -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.4.crate) = e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa -SIZE (rust/crates/core-foundation-sys-0.8.4.crate) = 17725 -SHA256 (rust/crates/cpufeatures-0.2.9.crate) = a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1 -SIZE (rust/crates/cpufeatures-0.2.9.crate) = 11895 +SHA256 (rust/crates/const-random-0.1.17.crate) = 5aaf16c9c2c612020bcfd042e170f6e32de9b9d75adb5277cdbbd2e2c8c8299a +SIZE (rust/crates/const-random-0.1.17.crate) = 6640 +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/const_format-0.2.32.crate) = e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673 +SIZE (rust/crates/const_format-0.2.32.crate) = 77317 +SHA256 (rust/crates/const_format_proc_macros-0.2.32.crate) = c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500 +SIZE (rust/crates/const_format_proc_macros-0.2.32.crate) = 24389 +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/cpufeatures-0.2.11.crate) = ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0 +SIZE (rust/crates/cpufeatures-0.2.11.crate) = 12727 SHA256 (rust/crates/crc-2.1.0.crate) = 49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23 SIZE (rust/crates/crc-2.1.0.crate) = 8683 SHA256 (rust/crates/crc-catalog-1.1.1.crate) = ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403 @@ -183,18 +183,18 @@ SHA256 (rust/crates/criterion-0.5.1.crate) = f2b12d017a929603d80db1831cd3a24082f 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/critical-section-1.1.1.crate) = 6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52 -SIZE (rust/crates/critical-section-1.1.1.crate) = 17373 +SHA256 (rust/crates/critical-section-1.1.2.crate) = 7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216 +SIZE (rust/crates/critical-section-1.1.2.crate) = 18337 SHA256 (rust/crates/crossbeam-channel-0.5.8.crate) = a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200 SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455 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-queue-0.3.8.crate) = d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add +SIZE (rust/crates/crossbeam-queue-0.3.8.crate) = 16731 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/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 @@ -207,18 +207,20 @@ SHA256 (rust/crates/cssparser-0.31.2.crate) = 5b3df4f93e5fbbe73ec01ec8d3f68bba73 SIZE (rust/crates/cssparser-0.31.2.crate) = 60602 SHA256 (rust/crates/cssparser-macros-0.6.1.crate) = 13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331 SIZE (rust/crates/cssparser-macros-0.6.1.crate) = 7914 -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/ctrlc-3.4.0.crate) = 2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e -SIZE (rust/crates/ctrlc-3.4.0.crate) = 14098 -SHA256 (rust/crates/dashmap-5.5.0.crate) = 6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d -SIZE (rust/crates/dashmap-5.5.0.crate) = 24067 +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/ctrlc-3.4.1.crate) = 82e95fbd621905b854affdc67943b043a0fbb6ed7385fd5a25650d19a8a6cfdf +SIZE (rust/crates/ctrlc-3.4.1.crate) = 14191 +SHA256 (rust/crates/dashmap-5.5.3.crate) = 978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856 +SIZE (rust/crates/dashmap-5.5.3.crate) = 24061 +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/dialoguer-0.10.4.crate) = 59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87 -SIZE (rust/crates/dialoguer-0.10.4.crate) = 29928 +SHA256 (rust/crates/dialoguer-0.11.0.crate) = 658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de +SIZE (rust/crates/dialoguer-0.11.0.crate) = 31286 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 @@ -229,64 +231,62 @@ SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690 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/dlv-list-0.5.0.crate) = d529fd73d344663edfd598ccb3f344e46034db51ebd103518eae34338248ad73 -SIZE (rust/crates/dlv-list-0.5.0.crate) = 22112 +SHA256 (rust/crates/dlv-list-0.5.2.crate) = 442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f +SIZE (rust/crates/dlv-list-0.5.2.crate) = 22373 SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 -SHA256 (rust/crates/dtoa-1.0.8.crate) = 519b83cd10f5f6e969625a409f735182bea5558cd8b64c655806ceaae36f1999 -SIZE (rust/crates/dtoa-1.0.8.crate) = 16970 +SHA256 (rust/crates/dtoa-1.0.9.crate) = dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653 +SIZE (rust/crates/dtoa-1.0.9.crate) = 17002 SHA256 (rust/crates/dtoa-short-0.3.4.crate) = dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74 SIZE (rust/crates/dtoa-short-0.3.4.crate) = 8276 SHA256 (rust/crates/dtparse-2.0.0.crate) = 458c7cfe1c34b1ef7c2c435076064711050aedabae9952a261687c500f80e839 SIZE (rust/crates/dtparse-2.0.0.crate) = 31625 SHA256 (rust/crates/dunce-1.0.4.crate) = 56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b SIZE (rust/crates/dunce-1.0.4.crate) = 8034 -SHA256 (rust/crates/dyn-clone-1.0.11.crate) = 68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30 -SIZE (rust/crates/dyn-clone-1.0.11.crate) = 11771 +SHA256 (rust/crates/dyn-clone-1.0.16.crate) = 545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d +SIZE (rust/crates/dyn-clone-1.0.16.crate) = 11766 SHA256 (rust/crates/ego-tree-0.6.2.crate) = 3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591 SIZE (rust/crates/ego-tree-0.6.2.crate) = 8962 -SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91 -SIZE (rust/crates/either-1.8.1.crate) = 16027 -SHA256 (rust/crates/eml-parser-0.1.3.crate) = 43e6fc6e74658e477675b59e61e10e9722cb2b845b0e2834df60f979c865e821 -SIZE (rust/crates/eml-parser-0.1.3.crate) = 12755 +SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 +SIZE (rust/crates/either-1.9.0.crate) = 16660 +SHA256 (rust/crates/eml-parser-0.1.4.crate) = a7db8d15f812e08f76427c555195583e3ab8a99fd8b208f8d9e2899262e80f2e +SIZE (rust/crates/eml-parser-0.1.4.crate) = 14868 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.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/enum_dispatch-0.3.12.crate) = 8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e SIZE (rust/crates/enum_dispatch-0.3.12.crate) = 22400 SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3 SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 -SHA256 (rust/crates/equivalent-1.0.0.crate) = 88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1 -SIZE (rust/crates/equivalent-1.0.0.crate) = 6621 -SHA256 (rust/crates/erased-serde-0.3.27.crate) = f94c0e13118e7d7533271f754a168ae8400e6a1cc043f2bfd53cc7290f1a1de3 -SIZE (rust/crates/erased-serde-0.3.27.crate) = 24913 -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/ethnum-1.3.2.crate) = 0198b9d0078e0f30dedc7acbb21c974e838fc8fae3ee170128658a98cb2c1c04 -SIZE (rust/crates/ethnum-1.3.2.crate) = 54902 +SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 +SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (rust/crates/erased-serde-0.4.0.crate) = a3286168faae03a0e583f6fde17c02c8b8bba2dcc2061d0f7817066e5b0af706 +SIZE (rust/crates/erased-serde-0.4.0.crate) = 25438 +SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 +SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/ethnum-1.5.0.crate) = b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c +SIZE (rust/crates/ethnum-1.5.0.crate) = 58370 SHA256 (rust/crates/fallible-iterator-0.2.0.crate) = 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7 SIZE (rust/crates/fallible-iterator-0.2.0.crate) = 18509 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/fancy-regex-0.11.0.crate) = b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2 -SIZE (rust/crates/fancy-regex-0.11.0.crate) = 82918 +SHA256 (rust/crates/fancy-regex-0.12.0.crate) = 7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05 +SIZE (rust/crates/fancy-regex-0.12.0.crate) = 84888 SHA256 (rust/crates/fast-float-0.2.0.crate) = 95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c SIZE (rust/crates/fast-float-0.2.0.crate) = 41609 -SHA256 (rust/crates/fastrand-2.0.0.crate) = 6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764 -SIZE (rust/crates/fastrand-2.0.0.crate) = 14402 +SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 +SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 SHA256 (rust/crates/fd-lock-3.0.13.crate) = ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5 SIZE (rust/crates/fd-lock-3.0.13.crate) = 13692 SHA256 (rust/crates/file-id-0.2.1.crate) = 6584280525fb2059cba3db2c04abf947a1a29a45ddae89f3870f8281704fafc9 SIZE (rust/crates/file-id-0.2.1.crate) = 10240 SHA256 (rust/crates/filesize-0.2.0.crate) = 12d741e2415d4e2e5bd1c1d00409d1a8865a57892c2d689b504365655d237d43 SIZE (rust/crates/filesize-0.2.0.crate) = 5066 -SHA256 (rust/crates/filetime-0.2.22.crate) = d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0 -SIZE (rust/crates/filetime-0.2.22.crate) = 15029 -SHA256 (rust/crates/flate2-1.0.26.crate) = 3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743 -SIZE (rust/crates/flate2-1.0.26.crate) = 70832 +SHA256 (rust/crates/filetime-0.2.23.crate) = 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd +SIZE (rust/crates/filetime-0.2.23.crate) = 14942 +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/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -297,52 +297,52 @@ 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_vec-0.1.0.crate) = ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673 SIZE (rust/crates/foreign_vec-0.1.0.crate) = 5198 -SHA256 (rust/crates/form_urlencoded-1.2.0.crate) = a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652 -SIZE (rust/crates/form_urlencoded-1.2.0.crate) = 8923 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 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/futf-0.1.5.crate) = df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843 SIZE (rust/crates/futf-0.1.5.crate) = 11344 -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.28.crate) = 955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2 -SIZE (rust/crates/futures-channel-0.3.28.crate) = 32281 -SHA256 (rust/crates/futures-core-0.3.28.crate) = 4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c -SIZE (rust/crates/futures-core-0.3.28.crate) = 14780 -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-macro-0.3.28.crate) = 89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72 -SIZE (rust/crates/futures-macro-0.3.28.crate) = 11272 -SHA256 (rust/crates/futures-sink-0.3.28.crate) = f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e -SIZE (rust/crates/futures-sink-0.3.28.crate) = 7852 -SHA256 (rust/crates/futures-task-0.3.28.crate) = 76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65 -SIZE (rust/crates/futures-task-0.3.28.crate) = 11848 +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-timer-3.0.2.crate) = e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c SIZE (rust/crates/futures-timer-3.0.2.crate) = 19879 -SHA256 (rust/crates/futures-util-0.3.28.crate) = 26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533 -SIZE (rust/crates/futures-util-0.3.28.crate) = 158510 +SHA256 (rust/crates/futures-util-0.3.29.crate) = a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104 +SIZE (rust/crates/futures-util-0.3.29.crate) = 160207 SHA256 (rust/crates/fuzzy-matcher-0.3.7.crate) = 54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94 SIZE (rust/crates/fuzzy-matcher-0.3.7.crate) = 18047 SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c 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.10.crate) = be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427 -SIZE (rust/crates/getrandom-0.2.10.crate) = 34955 -SHA256 (rust/crates/gimli-0.27.3.crate) = b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e -SIZE (rust/crates/gimli-0.27.3.crate) = 287904 -SHA256 (rust/crates/git2-0.18.0.crate) = 12ef350ba88a33b4d524b1d1c79096c9ade5ef8c59395df0e60d1e1889414c0e -SIZE (rust/crates/git2-0.18.0.crate) = 210978 +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.18.1.crate) = fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd +SIZE (rust/crates/git2-0.18.1.crate) = 211466 SHA256 (rust/crates/gjson-0.8.1.crate) = 43503cc176394dd30a6525f5f36e838339b8b5619be33ed9a7783841580a97b6 SIZE (rust/crates/gjson-0.8.1.crate) = 2975684 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 -SHA256 (rust/crates/h2-0.3.20.crate) = 97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049 -SIZE (rust/crates/h2-0.3.20.crate) = 165260 +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/halfbrown-0.2.4.crate) = 5681137554ddff44396e5f149892c769d45301dd9aa19c51602a89ee214cb0ec @@ -351,22 +351,18 @@ SHA256 (rust/crates/hamcrest2-0.3.0.crate) = 49f837c62de05dc9cc71ff6486cd85de885 SIZE (rust/crates/hamcrest2-0.3.0.crate) = 17640 SHA256 (rust/crates/hash32-0.2.1.crate) = b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67 SIZE (rust/crates/hash32-0.2.1.crate) = 11168 -SHA256 (rust/crates/hash_hasher-2.0.3.crate) = 74721d007512d0cb3338cd20f0654ac913920061a4c4d0d8708edb3f2a698c0c -SIZE (rust/crates/hash_hasher-2.0.3.crate) = 11057 -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.0.crate) = 2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a -SIZE (rust/crates/hashbrown-0.14.0.crate) = 116103 -SHA256 (rust/crates/hashlink-0.8.3.crate) = 312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f -SIZE (rust/crates/hashlink-0.8.3.crate) = 26438 -SHA256 (rust/crates/heapless-0.7.16.crate) = db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743 -SIZE (rust/crates/heapless-0.7.16.crate) = 75999 +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/heapless-0.7.17.crate) = cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f +SIZE (rust/crates/heapless-0.7.17.crate) = 75767 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.2.crate) = 443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b -SIZE (rust/crates/hermit-abi-0.3.2.crate) = 13783 +SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 +SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/home-0.5.5.crate) = 5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb @@ -375,48 +371,44 @@ SHA256 (rust/crates/html5ever-0.26.0.crate) = bea68cab48b8459f17cf1c944c67ddc572 SIZE (rust/crates/html5ever-0.26.0.crate) = 72921 SHA256 (rust/crates/htmlescape-0.3.1.crate) = e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163 SIZE (rust/crates/htmlescape-0.3.1.crate) = 53226 -SHA256 (rust/crates/http-0.2.9.crate) = bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482 -SIZE (rust/crates/http-0.2.9.crate) = 100146 -SHA256 (rust/crates/http-body-0.4.5.crate) = d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1 -SIZE (rust/crates/http-body-0.4.5.crate) = 9242 +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.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 +SIZE (rust/crates/http-body-0.4.6.crate) = 10773 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/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 +SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 +SHA256 (rust/crates/human-date-parser-0.1.1.crate) = 92d65b3ad1fdc03306397b6004b4f8f765cf7467194a1080b4530eeed5a2f0bc +SIZE (rust/crates/human-date-parser-0.1.1.crate) = 11510 SHA256 (rust/crates/hyper-0.14.27.crate) = ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468 SIZE (rust/crates/hyper-0.14.27.crate) = 195700 -SHA256 (rust/crates/iana-time-zone-0.1.57.crate) = 2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613 -SIZE (rust/crates/iana-time-zone-0.1.57.crate) = 19785 +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.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 -SHA256 (rust/crates/ical-0.8.0.crate) = 356d82bd58997815d55ea6f9081bd4cac149e50ca943f7a4f7c050fec7271c1f -SIZE (rust/crates/ical-0.8.0.crate) = 27853 -SHA256 (rust/crates/idna-0.4.0.crate) = 7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c -SIZE (rust/crates/idna-0.4.0.crate) = 271429 -SHA256 (rust/crates/indent_write-2.2.0.crate) = 0cfe9645a18782869361d9c8732246be7b410ad4e919d3609ebabdac00ba12c3 -SIZE (rust/crates/indent_write-2.2.0.crate) = 11090 -SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 -SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.0.0.crate) = d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d -SIZE (rust/crates/indexmap-2.0.0.crate) = 64038 -SHA256 (rust/crates/indicatif-0.17.5.crate) = 8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057 -SIZE (rust/crates/indicatif-0.17.5.crate) = 59843 -SHA256 (rust/crates/indoc-2.0.3.crate) = 2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4 -SIZE (rust/crates/indoc-2.0.3.crate) = 14305 +SHA256 (rust/crates/ical-0.9.0.crate) = 26393c372d4c4d51616084afe36c0b44e4467febaa6f91f11f789094b4863bf9 +SIZE (rust/crates/ical-0.9.0.crate) = 28746 +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/indoc-2.0.4.crate) = 1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8 +SIZE (rust/crates/indoc-2.0.4.crate) = 14311 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 SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/inventory-0.3.8.crate) = c38a87a1e0e2752433cd4b26019a469112a25fb43b30f5ee9b3b898925c5a0f9 -SIZE (rust/crates/inventory-0.3.8.crate) = 13978 -SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 -SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 +SHA256 (rust/crates/inventory-0.3.13.crate) = 0508c56cfe9bfd5dfeb0c22ab9a6abfda2f27bdca422132e494266351ed8d83c +SIZE (rust/crates/inventory-0.3.13.crate) = 13963 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.8.crate) = 24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb -SIZE (rust/crates/is-terminal-0.4.8.crate) = 8103 +SHA256 (rust/crates/is-terminal-0.4.9.crate) = cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b +SIZE (rust/crates/is-terminal-0.4.9.crate) = 8109 SHA256 (rust/crates/is-wsl-0.4.0.crate) = 173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5 SIZE (rust/crates/is-wsl-0.4.0.crate) = 3264 SHA256 (rust/crates/is_ci-1.1.1.crate) = 616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb @@ -429,24 +421,24 @@ 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.8.crate) = 62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a -SIZE (rust/crates/itoa-1.0.8.crate) = 10465 -SHA256 (rust/crates/jobserver-0.1.26.crate) = 936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2 -SIZE (rust/crates/jobserver-0.1.26.crate) = 22645 +SHA256 (rust/crates/itertools-0.12.0.crate) = 25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0 +SIZE (rust/crates/itertools-0.12.0.crate) = 133620 +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/joinery-2.1.0.crate) = 72167d68f5fce3b8655487b8038691a3c9984ee769590f93f2a631f4ad64e4f5 SIZE (rust/crates/joinery-2.1.0.crate) = 14163 -SHA256 (rust/crates/js-sys-0.3.64.crate) = c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a -SIZE (rust/crates/js-sys-0.3.64.crate) = 80313 -SHA256 (rust/crates/kqueue-1.0.7.crate) = 2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98 -SIZE (rust/crates/kqueue-1.0.7.crate) = 12554 -SHA256 (rust/crates/kqueue-sys-1.0.3.crate) = 8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587 -SIZE (rust/crates/kqueue-sys-1.0.3.crate) = 6673 +SHA256 (rust/crates/js-sys-0.3.66.crate) = cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca +SIZE (rust/crates/js-sys-0.3.66.crate) = 80765 +SHA256 (rust/crates/kqueue-1.0.8.crate) = 7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c +SIZE (rust/crates/kqueue-1.0.8.crate) = 12642 +SHA256 (rust/crates/kqueue-sys-1.0.4.crate) = ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b +SIZE (rust/crates/kqueue-sys-1.0.4.crate) = 7160 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/lexical-6.1.1.crate) = c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6 -SIZE (rust/crates/lexical-6.1.1.crate) = 24330 SHA256 (rust/crates/lexical-core-0.8.5.crate) = 2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46 SIZE (rust/crates/lexical-core-0.8.5.crate) = 26680 SHA256 (rust/crates/lexical-parse-float-0.8.5.crate) = 683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f @@ -459,8 +451,8 @@ 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.147.crate) = b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3 -SIZE (rust/crates/libc-0.2.147.crate) = 686772 +SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 +SIZE (rust/crates/libc-0.2.151.crate) = 736640 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 @@ -469,34 +461,36 @@ SHA256 (rust/crates/libgit2-sys-0.16.1+1.7.1.crate) = f2a2bb3680b094add03bb3732e SIZE (rust/crates/libgit2-sys-0.16.1+1.7.1.crate) = 1773446 SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f SIZE (rust/crates/libloading-0.7.4.crate) = 27580 -SHA256 (rust/crates/libm-0.2.7.crate) = f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4 -SIZE (rust/crates/libm-0.2.7.crate) = 115688 -SHA256 (rust/crates/libmimalloc-sys-0.1.33.crate) = f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e -SIZE (rust/crates/libmimalloc-sys-0.1.33.crate) = 1166827 -SHA256 (rust/crates/libproc-0.14.0.crate) = 02650b72dd23d0e56ca44d5715546e481f01ac9a9331c4a763625631db6821a3 -SIZE (rust/crates/libproc-0.14.0.crate) = 32659 +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/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 +SIZE (rust/crates/libredox-0.0.1.crate) = 4212 SHA256 (rust/crates/libsqlite3-sys-0.26.0.crate) = afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326 SIZE (rust/crates/libsqlite3-sys-0.26.0.crate) = 4840390 SHA256 (rust/crates/libssh2-sys-0.3.0.crate) = 2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee SIZE (rust/crates/libssh2-sys-0.3.0.crate) = 514550 -SHA256 (rust/crates/libz-sys-1.1.9.crate) = 56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db -SIZE (rust/crates/libz-sys-1.1.9.crate) = 2404387 +SHA256 (rust/crates/libz-sys-1.1.12.crate) = d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b +SIZE (rust/crates/libz-sys-1.1.12.crate) = 3030648 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 -SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981 -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.3.crate) = 09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0 -SIZE (rust/crates/linux-raw-sys-0.4.3.crate) = 1116245 -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.19.crate) = b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4 -SIZE (rust/crates/log-0.4.19.crate) = 38073 -SHA256 (rust/crates/lru-0.11.0.crate) = eedb2bdbad7e0634f83989bf596f497b070130daaa398ab22d84c39e266deec5 -SIZE (rust/crates/lru-0.11.0.crate) = 14176 -SHA256 (rust/crates/lscolors-0.15.0.crate) = bf7015a04103ad78abb77e4b79ed151e767922d1cfde5f62640471c629a2320d -SIZE (rust/crates/lscolors-0.15.0.crate) = 22008 +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/lru-0.12.1.crate) = 2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7 +SIZE (rust/crates/lru-0.12.1.crate) = 14583 +SHA256 (rust/crates/lscolors-0.16.0.crate) = ab0b209ec3976527806024406fe765474b9a1750a0ed4b8f0372364741f50e7b +SIZE (rust/crates/lscolors-0.16.0.crate) = 23368 +SHA256 (rust/crates/lsp-server-0.7.5.crate) = fb69ba934913ebf0ef3b3dd762f0149bf993decd571d094b646de09c2e456732 +SIZE (rust/crates/lsp-server-0.7.5.crate) = 11960 +SHA256 (rust/crates/lsp-types-0.95.0.crate) = 158c1911354ef73e8fe42da6b10c0484cb65c7f1007f28022e847706c1ab6984 +SIZE (rust/crates/lsp-types-0.95.0.crate) = 68315 SHA256 (rust/crates/lz4-1.24.0.crate) = 7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1 SIZE (rust/crates/lz4-1.24.0.crate) = 13361 SHA256 (rust/crates/lz4-sys-1.9.4.crate) = 57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900 @@ -509,10 +503,10 @@ SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218e SIZE (rust/crates/malloc_buf-0.0.6.crate) = 1239 SHA256 (rust/crates/markup5ever-0.11.0.crate) = 7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016 SIZE (rust/crates/markup5ever-0.11.0.crate) = 34667 -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/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/memmap2-0.7.1.crate) = f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6 SIZE (rust/crates/memmap2-0.7.1.crate) = 30741 SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c @@ -521,8 +515,8 @@ SHA256 (rust/crates/miette-5.10.0.crate) = 59bb584eaeeab6bd0226ccf3509a69d7936d1 SIZE (rust/crates/miette-5.10.0.crate) = 88585 SHA256 (rust/crates/miette-derive-5.10.0.crate) = 49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c SIZE (rust/crates/miette-derive-5.10.0.crate) = 16062 -SHA256 (rust/crates/mimalloc-0.1.37.crate) = 4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98 -SIZE (rust/crates/mimalloc-0.1.37.crate) = 5016 +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 SIZE (rust/crates/mime-0.3.17.crate) = 15712 SHA256 (rust/crates/mime_guess-2.0.4.crate) = 4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef @@ -531,8 +525,8 @@ SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa 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.8.crate) = 927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2 -SIZE (rust/crates/mio-0.8.8.crate) = 94264 +SHA256 (rust/crates/mio-0.8.10.crate) = 8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09 +SIZE (rust/crates/mio-0.8.10.crate) = 102345 SHA256 (rust/crates/mockito-1.2.0.crate) = f8d3038e23466858569c2d30a537f691fa0d53b51626630ae08262943e3bbb8b SIZE (rust/crates/mockito-1.2.0.crate) = 37788 SHA256 (rust/crates/multiversion-0.7.3.crate) = b2c7b9d7fe61760ce5ea19532ead98541f6b4c495d87247aff9826445cf6872a @@ -543,14 +537,10 @@ SHA256 (rust/crates/native-tls-0.2.11.crate) = 07226173c32f2926027b63cce4bcd8076 SIZE (rust/crates/native-tls-0.2.11.crate) = 29008 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/nix-0.26.2.crate) = bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a -SIZE (rust/crates/nix-0.26.2.crate) = 277973 -SHA256 (rust/crates/nix-0.27.0.crate) = 896d4664b919f48478f3ce02c502adfe9bffeb61563d2a12ddf1aad8f6cd926f -SIZE (rust/crates/nix-0.27.0.crate) = 286414 +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/nom-supreme-0.8.0.crate) = 2bd3ae6c901f1959588759ff51c95d24b491ecb9ff91aa9c2ef4acc5b1dcab27 -SIZE (rust/crates/nom-supreme-0.8.0.crate) = 31430 SHA256 (rust/crates/notify-6.1.1.crate) = 6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d SIZE (rust/crates/notify-6.1.1.crate) = 40117 SHA256 (rust/crates/notify-debouncer-full-0.3.1.crate) = 49f5dab59c348b9b50cf7f261960a20e389feb2713636399cd9082cd4b536154 @@ -563,16 +553,16 @@ SHA256 (rust/crates/nu-ansi-term-0.49.0.crate) = c073d3c1930d0751774acf49e66653a SIZE (rust/crates/nu-ansi-term-0.49.0.crate) = 28211 SHA256 (rust/crates/num-0.2.1.crate) = b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36 SIZE (rust/crates/num-0.2.1.crate) = 9082 -SHA256 (rust/crates/num-0.4.0.crate) = 43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606 -SIZE (rust/crates/num-0.4.0.crate) = 9490 +SHA256 (rust/crates/num-0.4.1.crate) = b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af +SIZE (rust/crates/num-0.4.1.crate) = 9522 SHA256 (rust/crates/num-bigint-0.2.6.crate) = 090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304 SIZE (rust/crates/num-bigint-0.2.6.crate) = 87275 -SHA256 (rust/crates/num-bigint-0.4.3.crate) = f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f -SIZE (rust/crates/num-bigint-0.4.3.crate) = 97799 +SHA256 (rust/crates/num-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0 +SIZE (rust/crates/num-bigint-0.4.4.crate) = 99369 SHA256 (rust/crates/num-complex-0.2.4.crate) = b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95 SIZE (rust/crates/num-complex-0.2.4.crate) = 24679 -SHA256 (rust/crates/num-complex-0.4.3.crate) = 02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d -SIZE (rust/crates/num-complex-0.4.3.crate) = 29523 +SHA256 (rust/crates/num-complex-0.4.4.crate) = 1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214 +SIZE (rust/crates/num-complex-0.4.4.crate) = 29564 SHA256 (rust/crates/num-format-0.4.4.crate) = a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3 SIZE (rust/crates/num-format-0.4.4.crate) = 61509 SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9 @@ -583,8 +573,8 @@ SHA256 (rust/crates/num-rational-0.2.4.crate) = 5c000134b5dbf44adc5cb772486d3352 SIZE (rust/crates/num-rational-0.2.4.crate) = 21694 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.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd -SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 +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 @@ -593,28 +583,28 @@ SHA256 (rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1 SIZE (rust/crates/number_prefix-0.4.0.crate) = 6922 SHA256 (rust/crates/objc-0.2.7.crate) = 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 SIZE (rust/crates/objc-0.2.7.crate) = 22036 -SHA256 (rust/crates/object-0.31.1.crate) = 8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1 -SIZE (rust/crates/object-0.31.1.crate) = 272843 +SHA256 (rust/crates/object-0.32.1.crate) = 9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0 +SIZE (rust/crates/object-0.32.1.crate) = 275463 SHA256 (rust/crates/omnipath-0.1.6.crate) = 80adb31078122c880307e9cdfd4e3361e6545c319f9b9dcafcb03acd3b51a575 SIZE (rust/crates/omnipath-0.1.6.crate) = 11082 -SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d -SIZE (rust/crates/once_cell-1.18.0.crate) = 32969 +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.0.0.crate) = cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8 -SIZE (rust/crates/open-5.0.0.crate) = 21085 -SHA256 (rust/crates/openssl-0.10.55.crate) = 345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d -SIZE (rust/crates/openssl-0.10.55.crate) = 258750 +SHA256 (rust/crates/open-5.0.1.crate) = 90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349 +SIZE (rust/crates/open-5.0.1.crate) = 21423 +SHA256 (rust/crates/openssl-0.10.61.crate) = 6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45 +SIZE (rust/crates/openssl-0.10.61.crate) = 268171 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-111.26.0+1.1.1u.crate) = efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37 -SIZE (rust/crates/openssl-src-111.26.0+1.1.1u.crate) = 5110372 -SHA256 (rust/crates/openssl-sys-0.9.90.crate) = 374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6 -SIZE (rust/crates/openssl-sys-0.9.90.crate) = 66197 -SHA256 (rust/crates/ordered-multimap-0.6.0.crate) = 4ed8acf08e98e744e5384c8bc63ceb0364e68a6854187221c18df61c4797690e -SIZE (rust/crates/ordered-multimap-0.6.0.crate) = 23158 +SHA256 (rust/crates/openssl-src-300.1.6+3.1.4.crate) = 439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085 +SIZE (rust/crates/openssl-src-300.1.6+3.1.4.crate) = 8839739 +SHA256 (rust/crates/openssl-sys-0.9.97.crate) = c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b +SIZE (rust/crates/openssl-sys-0.9.97.crate) = 67910 +SHA256 (rust/crates/ordered-multimap-0.7.1.crate) = a4d6a8c22fc714f0c2373e6091bf6f5e9b37b1bc0b1184874b7e0a4e303d318f +SIZE (rust/crates/ordered-multimap-0.7.1.crate) = 23144 SHA256 (rust/crates/os_display-0.1.3.crate) = 7a6229bad892b46b0dcfaaeb18ad0d2e56400f5aaea05b768bde96e73676cf75 SIZE (rust/crates/os_display-0.1.3.crate) = 16800 SHA256 (rust/crates/os_pipe-1.1.4.crate) = 0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177 @@ -625,24 +615,30 @@ SHA256 (rust/crates/papergrid-0.10.0.crate) = a2ccbe15f2b6db62f9a9871642746427e2 SIZE (rust/crates/papergrid-0.10.0.crate) = 52097 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.8.crate) = 93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447 -SIZE (rust/crates/parking_lot_core-0.9.8.crate) = 32383 +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/parquet-format-safe-0.2.4.crate) = 1131c54b167dd4e4799ce762e1ab01549ebb94d5bdd13e6ec1b467491c378e1f SIZE (rust/crates/parquet-format-safe-0.2.4.crate) = 62904 -SHA256 (rust/crates/parquet2-0.17.2.crate) = 579fe5745f02cef3d5f236bfed216fd4693e49e4e920a13475c6132233283bce -SIZE (rust/crates/parquet2-0.17.2.crate) = 429130 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.13.crate) = b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35 -SIZE (rust/crates/paste-1.0.13.crate) = 18167 +SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c +SIZE (rust/crates/paste-1.0.14.crate) = 18157 SHA256 (rust/crates/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142 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.0.crate) = 9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94 -SIZE (rust/crates/percent-encoding-2.3.0.crate) = 10196 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/peresil-0.3.0.crate) = f658886ed52e196e850cfbbfddab9eaa7f6d90dd0929e264c31e5cec07e09e57 SIZE (rust/crates/peresil-0.3.0.crate) = 13573 +SHA256 (rust/crates/pest-2.7.5.crate) = ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5 +SIZE (rust/crates/pest-2.7.5.crate) = 117583 +SHA256 (rust/crates/pest_derive-2.7.5.crate) = 81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2 +SIZE (rust/crates/pest_derive-2.7.5.crate) = 35415 +SHA256 (rust/crates/pest_generator-2.7.5.crate) = 68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227 +SIZE (rust/crates/pest_generator-2.7.5.crate) = 17709 +SHA256 (rust/crates/pest_meta-2.7.5.crate) = 7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6 +SIZE (rust/crates/pest_meta-2.7.5.crate) = 40969 SHA256 (rust/crates/phf-0.10.1.crate) = fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259 SIZE (rust/crates/phf-0.10.1.crate) = 5406 SHA256 (rust/crates/phf-0.11.2.crate) = ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc @@ -661,8 +657,8 @@ SHA256 (rust/crates/phf_shared-0.10.0.crate) = b6796ad771acdc0123d2a88dc428b5e38 SIZE (rust/crates/phf_shared-0.10.0.crate) = 4095 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-lite-0.2.10.crate) = 4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57 -SIZE (rust/crates/pin-project-lite-0.2.10.crate) = 28026 +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.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 @@ -675,46 +671,48 @@ SHA256 (rust/crates/plotters-backend-0.3.5.crate) = 9e76628b4d3a7581389a35d5b6e2 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/polars-0.32.1.crate) = b1362d4a136c0ebacb40d88a37ba361738b222fd8a2ee9340a3d8642f698c52b -SIZE (rust/crates/polars-0.32.1.crate) = 53342 -SHA256 (rust/crates/polars-arrow-0.32.1.crate) = f967c901fa5da4ca7f64e813d1268488ba97e9b3004cefc579ff851c197a1138 -SIZE (rust/crates/polars-arrow-0.32.1.crate) = 53401 -SHA256 (rust/crates/polars-core-0.32.1.crate) = b24f92fc5b167f668ff85ab9607dfa72e2c09664cacef59297ee8601dee60126 -SIZE (rust/crates/polars-core-0.32.1.crate) = 351334 -SHA256 (rust/crates/polars-error-0.32.1.crate) = 40d09c3a7337e53b38c37b57999038440fa39c6801b9ba48afaecd8e16f7ac0a -SIZE (rust/crates/polars-error-0.32.1.crate) = 4114 -SHA256 (rust/crates/polars-io-0.32.1.crate) = 92cab0df9f2a35702fa5aec99edfaabf9ae8e9cdd0acf69e143ad2d132f34f9c -SIZE (rust/crates/polars-io-0.32.1.crate) = 78539 -SHA256 (rust/crates/polars-json-0.32.1.crate) = 9e58094557cf6446808c7348dcb797885db61815857f6ea02924b35505566e94 -SIZE (rust/crates/polars-json-0.32.1.crate) = 8759 -SHA256 (rust/crates/polars-lazy-0.32.1.crate) = 2c33762ec2a55e01c9f8776b34db86257c70a0a3b3929bd4eb91a52aacf61456 -SIZE (rust/crates/polars-lazy-0.32.1.crate) = 118458 -SHA256 (rust/crates/polars-ops-0.32.1.crate) = e825575c96302d2daedfc205a0062180033c92c55bcd6aafc4e109d4d8849ed0 -SIZE (rust/crates/polars-ops-0.32.1.crate) = 55485 -SHA256 (rust/crates/polars-pipe-0.32.1.crate) = 1f2bc9a12da9ed043fb0cb51dbcb87b365e4845b7ab6399d7a81e838460c6974 -SIZE (rust/crates/polars-pipe-0.32.1.crate) = 63137 -SHA256 (rust/crates/polars-plan-0.32.1.crate) = fb67b014f0295e8e9dbb84404a91d666d477b3bc248a2ed51bc442833b16da35 -SIZE (rust/crates/polars-plan-0.32.1.crate) = 177195 -SHA256 (rust/crates/polars-row-0.32.1.crate) = 27f54c1956027bf6301948fb4f2837cf6d6b638d8dd1edf3aaeaa19906a986be -SIZE (rust/crates/polars-row-0.32.1.crate) = 13637 -SHA256 (rust/crates/polars-sql-0.32.1.crate) = dbfcb15cf8eebd25ea1724109d0153817cd484c6326290585f0736b4e7fcf2f4 -SIZE (rust/crates/polars-sql-0.32.1.crate) = 24427 -SHA256 (rust/crates/polars-time-0.32.1.crate) = 53f42d2632f5971c9575041d33cbcfb1f996900c40bbf58bc6eb0a0c5efbecea -SIZE (rust/crates/polars-time-0.32.1.crate) = 45990 -SHA256 (rust/crates/polars-utils-0.32.1.crate) = c326708a370d71dc6e11a8f4bbc10a8479e1c314dc048ba73543b815cd0bf339 -SIZE (rust/crates/polars-utils-0.32.1.crate) = 9568 +SHA256 (rust/crates/polars-0.35.4.crate) = df8e52f9236eb722da0990a70bbb1216dcc7a77bcb00c63439d2d982823e90d5 +SIZE (rust/crates/polars-0.35.4.crate) = 53957 +SHA256 (rust/crates/polars-arrow-0.35.4.crate) = dd503430a6d9779b07915d858865fe998317ef3cfef8973881f578ac5d4baae7 +SIZE (rust/crates/polars-arrow-0.35.4.crate) = 303627 +SHA256 (rust/crates/polars-core-0.35.4.crate) = ae73d5b8e55decde670caba1cc82b61f14bfb9a72503198f0997d657a98dcfd6 +SIZE (rust/crates/polars-core-0.35.4.crate) = 313686 +SHA256 (rust/crates/polars-error-0.35.4.crate) = eb0520d68eaa9993ae0c741409d1526beff5b8f48e1d73e4381616f8152cf488 +SIZE (rust/crates/polars-error-0.35.4.crate) = 4730 +SHA256 (rust/crates/polars-io-0.35.4.crate) = 96e10a0745acd6009db64bef0ceb9e23a70b1c27b26a0a6517c91f3e6363bc06 +SIZE (rust/crates/polars-io-0.35.4.crate) = 87691 +SHA256 (rust/crates/polars-json-0.35.4.crate) = 93b9cb83c19daf334c398e56a9361bd79c8ad0718296db2afab08d476bd84559 +SIZE (rust/crates/polars-json-0.35.4.crate) = 14652 +SHA256 (rust/crates/polars-lazy-0.35.4.crate) = 3555f759705be6dd0d3762d16a0b8787b2dc4da73b57465f3b2bf1a070ba8f20 +SIZE (rust/crates/polars-lazy-0.35.4.crate) = 127172 +SHA256 (rust/crates/polars-ops-0.35.4.crate) = 1a7eb218296aaa7f79945f08288ca32ca3cf25fa505649eeee689ec21eebf636 +SIZE (rust/crates/polars-ops-0.35.4.crate) = 108026 +SHA256 (rust/crates/polars-parquet-0.35.4.crate) = 146010e4b7dd4d2d0e58ddc762f6361f77d7a0385c54471199370c17164f67dd +SIZE (rust/crates/polars-parquet-0.35.4.crate) = 164314 +SHA256 (rust/crates/polars-pipe-0.35.4.crate) = 66094e7df64c932a9a7bdfe7df0c65efdcb192096e11a6a765a9778f78b4bdec +SIZE (rust/crates/polars-pipe-0.35.4.crate) = 66436 +SHA256 (rust/crates/polars-plan-0.35.4.crate) = 10e32a0958ef854b132bad7f8369cb3237254635d5e864c99505bc0bc1035fbc +SIZE (rust/crates/polars-plan-0.35.4.crate) = 193816 +SHA256 (rust/crates/polars-row-0.35.4.crate) = d135ab81cac2906ba74ea8984c7e6025d081ae5867615bcefb4d84dfdb456dac +SIZE (rust/crates/polars-row-0.35.4.crate) = 13767 +SHA256 (rust/crates/polars-sql-0.35.4.crate) = b8dbd7786849a5e3ad1fde188bf38141632f626e3a57319b0bbf7a5f1d75519e +SIZE (rust/crates/polars-sql-0.35.4.crate) = 30171 +SHA256 (rust/crates/polars-time-0.35.4.crate) = aae56f79e9cedd617773c1c8f5ca84a31a8b1d593714959d5f799e7bdd98fe51 +SIZE (rust/crates/polars-time-0.35.4.crate) = 43786 +SHA256 (rust/crates/polars-utils-0.35.4.crate) = da6ce68169fe61d46958c8eab7447360f30f2f23f6e24a0ce703a14b0a3cfbfc +SIZE (rust/crates/polars-utils-0.35.4.crate) = 14948 SHA256 (rust/crates/pori-0.0.0.crate) = a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906 SIZE (rust/crates/pori-0.0.0.crate) = 4839 -SHA256 (rust/crates/portable-atomic-1.3.3.crate) = 767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794 -SIZE (rust/crates/portable-atomic-1.3.3.crate) = 124809 -SHA256 (rust/crates/powierza-coefficient-1.0.2.crate) = 04123079750026568dff0e68efe1ca676f6686023f3bf7686b87dab661c0375b -SIZE (rust/crates/powierza-coefficient-1.0.2.crate) = 22978 +SHA256 (rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0 +SIZE (rust/crates/portable-atomic-1.6.0.crate) = 140689 +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/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c SIZE (rust/crates/precomputed-hash-0.1.1.crate) = 1640 -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 @@ -723,12 +721,14 @@ SHA256 (rust/crates/pretty_assertions-1.4.0.crate) = af7cee1a6c8a5b9208b3cb1061f SIZE (rust/crates/pretty_assertions-1.4.0.crate) = 78846 SHA256 (rust/crates/print-positions-0.6.1.crate) = 1df593470e3ef502e48cb0cfc9a3a61e5f61e967b78e1ed35a67ac615cfbd208 SIZE (rust/crates/print-positions-0.6.1.crate) = 13435 -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.63.crate) = 7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb -SIZE (rust/crates/proc-macro2-1.0.63.crate) = 44867 -SHA256 (rust/crates/procfs-0.15.1.crate) = 943ca7f9f29bab5844ecd8fdb3992c5969b6622bb9609b9502fef9b4310e3f1f -SIZE (rust/crates/procfs-0.15.1.crate) = 128786 +SHA256 (rust/crates/proc-macro2-1.0.70.crate) = 39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b +SIZE (rust/crates/proc-macro2-1.0.70.crate) = 44343 +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/psm-0.1.21.crate) = 5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874 +SIZE (rust/crates/psm-0.1.21.crate) = 23126 SHA256 (rust/crates/pure-rust-locales-0.7.0.crate) = ed02a829e62dc2715ceb8afb4f80e298148e1345749ceb369540fe0eb3368432 SIZE (rust/crates/pure-rust-locales-0.7.0.crate) = 173056 SHA256 (rust/crates/pwd-1.4.0.crate) = 72c71c0c79b9701efe4e1e4b563b2016dd4ee789eb99badcb09d61ac4b92e4a2 @@ -743,8 +743,10 @@ SHA256 (rust/crates/quickcheck-1.0.3.crate) = 588f6378e4dd99458b60ec275b4477add4 SIZE (rust/crates/quickcheck-1.0.3.crate) = 28069 SHA256 (rust/crates/quickcheck_macros-1.0.0.crate) = b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9 SIZE (rust/crates/quickcheck_macros-1.0.0.crate) = 5275 -SHA256 (rust/crates/quote-1.0.29.crate) = 573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105 -SIZE (rust/crates/quote-1.0.29.crate) = 28345 +SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae +SIZE (rust/crates/quote-1.0.33.crate) = 28090 +SHA256 (rust/crates/quoted_printable-0.4.8.crate) = 5a3866219251662ec3b26fc217e3e05bf9c4f84325234dfb96bf0bf840889e49 +SIZE (rust/crates/quoted_printable-0.4.8.crate) = 7132 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 @@ -755,150 +757,156 @@ SHA256 (rust/crates/rand_distr-0.4.3.crate) = 32cb0b9bc82b0a0876c2dd994a7e7a2683 SIZE (rust/crates/rand_distr-0.4.3.crate) = 58255 SHA256 (rust/crates/ratatui-0.23.0.crate) = 2e2e4cd95294a85c3b4446e63ef054eea43e0205b1fd60120c16b74ff7ff96ad SIZE (rust/crates/ratatui-0.23.0.crate) = 252662 -SHA256 (rust/crates/rayon-1.7.0.crate) = 1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b -SIZE (rust/crates/rayon-1.7.0.crate) = 169488 -SHA256 (rust/crates/rayon-core-1.11.0.crate) = 4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d -SIZE (rust/crates/rayon-core-1.11.0.crate) = 73118 -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_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b -SIZE (rust/crates/redox_users-0.4.3.crate) = 15353 -SHA256 (rust/crates/reedline-0.24.0.crate) = 971ac45071721aae18927f3feb7e4c2b95cce387d96af185c5103166d332e55c -SIZE (rust/crates/reedline-0.24.0.crate) = 113889 -SHA256 (rust/crates/regex-1.9.0.crate) = 89089e897c013b3deb627116ae56a6955a72b8bed395c9526af31c9fe528b484 -SIZE (rust/crates/regex-1.9.0.crate) = 250963 -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.0.crate) = fa250384981ea14565685dea16a9ccc4d1c541a13f82b9c168572264d1df8c56 -SIZE (rust/crates/regex-automata-0.3.0.crate) = 604117 -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.7.3.crate) = 2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846 -SIZE (rust/crates/regex-syntax-0.7.3.crate) = 343354 -SHA256 (rust/crates/relative-path-1.8.0.crate) = 4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698 -SIZE (rust/crates/relative-path-1.8.0.crate) = 24865 +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/reedline-0.28.0.crate) = 68f4e89a0f80909b3ca4bca9759ed37e4bfddb6f5d2ffb1b4ceb2b1638a3e1eb +SIZE (rust/crates/reedline-0.28.0.crate) = 116636 +SHA256 (rust/crates/ref-cast-1.0.20.crate) = acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280 +SIZE (rust/crates/ref-cast-1.0.20.crate) = 12436 +SHA256 (rust/crates/ref-cast-impl-1.0.20.crate) = 7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925 +SIZE (rust/crates/ref-cast-impl-1.0.20.crate) = 9077 +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/relative-path-1.9.0.crate) = c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca +SIZE (rust/crates/relative-path-1.9.0.crate) = 27908 +SHA256 (rust/crates/rfc2047-decoder-1.0.1.crate) = 4da9a46587af867184f5e2f5dd2eb0e32f76054f11e890760c0f5a6130abf7e3 +SIZE (rust/crates/rfc2047-decoder-1.0.1.crate) = 14225 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/rmp-0.8.11.crate) = 44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f -SIZE (rust/crates/rmp-0.8.11.crate) = 28829 -SHA256 (rust/crates/rmp-serde-1.1.1.crate) = c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e -SIZE (rust/crates/rmp-serde-1.1.1.crate) = 30360 -SHA256 (rust/crates/roxmltree-0.18.0.crate) = d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8 -SIZE (rust/crates/roxmltree-0.18.0.crate) = 42463 -SHA256 (rust/crates/rstest-0.18.1.crate) = 2b96577ca10cb3eade7b337eb46520108a67ca2818a24d0b63f41fd62bc9651c -SIZE (rust/crates/rstest-0.18.1.crate) = 28670 -SHA256 (rust/crates/rstest_macros-0.18.1.crate) = 225e674cf31712b8bb15fdbca3ec0c1b9d825c5a24407ff2b7e005fb6a29ba03 -SIZE (rust/crates/rstest_macros-0.18.1.crate) = 56971 +SHA256 (rust/crates/rmp-0.8.12.crate) = 7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20 +SIZE (rust/crates/rmp-0.8.12.crate) = 28844 +SHA256 (rust/crates/rmp-serde-1.1.2.crate) = bffea85eea980d8a74453e5d02a8d93028f3c34725de143085a844ebe953258a +SIZE (rust/crates/rmp-serde-1.1.2.crate) = 30388 +SHA256 (rust/crates/ropey-1.6.1.crate) = 93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5 +SIZE (rust/crates/ropey-1.6.1.crate) = 119463 +SHA256 (rust/crates/roxmltree-0.18.1.crate) = 862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302 +SIZE (rust/crates/roxmltree-0.18.1.crate) = 43040 +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/rusqlite-0.29.0.crate) = 549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2 SIZE (rust/crates/rusqlite-0.29.0.crate) = 137156 -SHA256 (rust/crates/rust-embed-8.0.0.crate) = b1e7d90385b59f0a6bf3d3b757f3ca4ece2048265d70db20a2016043d4509a40 -SIZE (rust/crates/rust-embed-8.0.0.crate) = 901433 -SHA256 (rust/crates/rust-embed-impl-8.0.0.crate) = 3c3d8c6fd84090ae348e63a84336b112b5c3918b3bf0493a581f7bd8ee623c29 -SIZE (rust/crates/rust-embed-impl-8.0.0.crate) = 5175 -SHA256 (rust/crates/rust-embed-utils-8.0.0.crate) = 873feff8cb7bf86fdf0a71bb21c95159f4e4a37dd7a4bd1855a940909b583ada -SIZE (rust/crates/rust-embed-utils-8.0.0.crate) = 3346 -SHA256 (rust/crates/rust-ini-0.19.0.crate) = 7e2a3bcec1f113553ef1c88aae6c020a369d03d55b58de9869a0908930385091 -SIZE (rust/crates/rust-ini-0.19.0.crate) = 18328 -SHA256 (rust/crates/rust_decimal-1.30.0.crate) = d0446843641c69436765a35a5a77088e28c2e6a12da93e84aa3ab1cd4aa5a042 -SIZE (rust/crates/rust_decimal-1.30.0.crate) = 124226 +SHA256 (rust/crates/rust-embed-8.1.0.crate) = 810294a8a4a0853d4118e3b94bb079905f2107c7fe979d8f0faae98765eb6378 +SIZE (rust/crates/rust-embed-8.1.0.crate) = 901511 +SHA256 (rust/crates/rust-embed-impl-8.1.0.crate) = bfc144a1273124a67b8c1d7cd19f5695d1878b31569c0512f6086f0f4676604e +SIZE (rust/crates/rust-embed-impl-8.1.0.crate) = 5346 +SHA256 (rust/crates/rust-embed-utils-8.1.0.crate) = 816ccd4875431253d6bb54b804bcff4369cbde9bae33defde25fdf6c2ef91d40 +SIZE (rust/crates/rust-embed-utils-8.1.0.crate) = 3413 +SHA256 (rust/crates/rust-ini-0.20.0.crate) = 3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a +SIZE (rust/crates/rust-ini-0.20.0.crate) = 18419 +SHA256 (rust/crates/rust_decimal-1.33.1.crate) = 06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4 +SIZE (rust/crates/rust_decimal-1.33.1.crate) = 125610 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.15.crate) = c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941 -SIZE (rust/crates/rustix-0.36.15.crate) = 294690 -SHA256 (rust/crates/rustix-0.37.23.crate) = 4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06 -SIZE (rust/crates/rustix-0.37.23.crate) = 328010 -SHA256 (rust/crates/rustix-0.38.3.crate) = ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4 -SIZE (rust/crates/rustix-0.38.3.crate) = 334853 -SHA256 (rust/crates/rustversion-1.0.13.crate) = dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f -SIZE (rust/crates/rustversion-1.0.13.crate) = 17267 -SHA256 (rust/crates/ryu-1.0.14.crate) = fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9 -SIZE (rust/crates/ryu-1.0.14.crate) = 46861 +SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 +SIZE (rust/crates/rustix-0.38.28.crate) = 365398 +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/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/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -SHA256 (rust/crates/scraper-0.17.1.crate) = c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c -SIZE (rust/crates/scraper-0.17.1.crate) = 23271 -SHA256 (rust/crates/security-framework-2.9.1.crate) = 1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8 -SIZE (rust/crates/security-framework-2.9.1.crate) = 78844 -SHA256 (rust/crates/security-framework-sys-2.9.0.crate) = f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7 -SIZE (rust/crates/security-framework-sys-2.9.0.crate) = 18197 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/scraper-0.18.1.crate) = 585480e3719b311b78a573db1c9d9c4c1f8010c2dee4cc59c2efe58ea4dbc3e1 +SIZE (rust/crates/scraper-0.18.1.crate) = 23389 +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/selectors-0.25.0.crate) = 4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06 SIZE (rust/crates/selectors-0.25.0.crate) = 53052 -SHA256 (rust/crates/semver-1.0.17.crate) = bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed -SIZE (rust/crates/semver-1.0.17.crate) = 29685 -SHA256 (rust/crates/seq-macro-0.3.4.crate) = 63134939175b3131fe4d2c131b103fd42f25ccca89423d43b5e4f267920ccf03 -SIZE (rust/crates/seq-macro-0.3.4.crate) = 13324 -SHA256 (rust/crates/serde-1.0.166.crate) = d01b7404f9d441d3ad40e6a636a7782c377d2abdbe4fa2440e2edcc2f4f10db8 -SIZE (rust/crates/serde-1.0.166.crate) = 76998 -SHA256 (rust/crates/serde_derive-1.0.166.crate) = 5dd83d6dde2b6b2d466e14d9d1acce8816dedee94f735eac6395808b3483c6d6 -SIZE (rust/crates/serde_derive-1.0.166.crate) = 54810 -SHA256 (rust/crates/serde_json-1.0.100.crate) = 0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c -SIZE (rust/crates/serde_json-1.0.100.crate) = 145170 -SHA256 (rust/crates/serde_spanned-0.6.3.crate) = 96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186 -SIZE (rust/crates/serde_spanned-0.6.3.crate) = 7737 +SHA256 (rust/crates/semver-1.0.20.crate) = 836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090 +SIZE (rust/crates/semver-1.0.20.crate) = 30451 +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.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/serde_repr-0.1.17.crate) = 3081f5ffbb02284dda55132aa26daecedd7372a42417bbbab6f14ab7d6bb9145 +SIZE (rust/crates/serde_repr-0.1.17.crate) = 9971 +SHA256 (rust/crates/serde_spanned-0.6.4.crate) = 12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80 +SIZE (rust/crates/serde_spanned-0.6.4.crate) = 7756 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.22.crate) = 452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85 -SIZE (rust/crates/serde_yaml-0.9.22.crate) = 64206 +SHA256 (rust/crates/serde_yaml-0.9.27.crate) = 3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c +SIZE (rust/crates/serde_yaml-0.9.27.crate) = 64781 SHA256 (rust/crates/serial_test-2.0.0.crate) = 0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d SIZE (rust/crates/serial_test-2.0.0.crate) = 7946 SHA256 (rust/crates/serial_test_derive-2.0.0.crate) = 91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f SIZE (rust/crates/serial_test_derive-2.0.0.crate) = 5638 SHA256 (rust/crates/servo_arc-0.3.0.crate) = d036d71a959e00c77a63538b90a6c2390969f9772b096ea837205c6bd0491a44 SIZE (rust/crates/servo_arc-0.3.0.crate) = 12738 -SHA256 (rust/crates/sha2-0.10.7.crate) = 479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8 -SIZE (rust/crates/sha2-0.10.7.crate) = 22541 -SHA256 (rust/crates/shadow-rs-0.23.0.crate) = 970538704756fd0bb4ec8cb89f80674afb661e7c0fe716f9ba5be57717742300 -SIZE (rust/crates/shadow-rs-0.23.0.crate) = 26963 +SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 +SIZE (rust/crates/sha2-0.10.8.crate) = 26357 +SHA256 (rust/crates/shadow-rs-0.26.0.crate) = 878cb1e3162d98ee1016b832efbb683ad6302b462a2894c54f488dc0bd96f11c +SIZE (rust/crates/shadow-rs-0.26.0.crate) = 27586 SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 -SHA256 (rust/crates/shlex-1.1.0.crate) = 43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3 -SIZE (rust/crates/shlex-1.1.0.crate) = 5199 +SHA256 (rust/crates/shlex-1.2.0.crate) = a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380 +SIZE (rust/crates/shlex-1.2.0.crate) = 6584 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/simd-json-0.10.3.crate) = a3d0815e7ff0f1f05e09d4b029f86d8a330f0ab15b35b28736f3758325f59e14 -SIZE (rust/crates/simd-json-0.10.3.crate) = 142682 +SHA256 (rust/crates/simd-json-0.13.4.crate) = e5a3720326b20bf5b95b72dbbd133caae7e0dcf71eae8f6e6656e71a7e5c9aaa +SIZE (rust/crates/simd-json-0.13.4.crate) = 156671 SHA256 (rust/crates/simdutf8-0.1.4.crate) = f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a SIZE (rust/crates/simdutf8-0.1.4.crate) = 28621 -SHA256 (rust/crates/similar-2.2.1.crate) = 420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf -SIZE (rust/crates/similar-2.2.1.crate) = 51147 +SHA256 (rust/crates/similar-2.3.0.crate) = 2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597 +SIZE (rust/crates/similar-2.3.0.crate) = 51082 SHA256 (rust/crates/simplelog-0.12.1.crate) = acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369 SIZE (rust/crates/simplelog-0.12.1.crate) = 21052 -SHA256 (rust/crates/siphasher-0.3.10.crate) = 7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de -SIZE (rust/crates/siphasher-0.3.10.crate) = 9889 -SHA256 (rust/crates/slab-0.4.8.crate) = 6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d -SIZE (rust/crates/slab-0.4.8.crate) = 16928 -SHA256 (rust/crates/smallvec-1.11.0.crate) = 62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9 -SIZE (rust/crates/smallvec-1.11.0.crate) = 34680 +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.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 +SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 SHA256 (rust/crates/smartstring-1.0.1.crate) = 3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29 SIZE (rust/crates/smartstring-1.0.1.crate) = 29555 -SHA256 (rust/crates/smawk-0.3.1.crate) = f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043 -SIZE (rust/crates/smawk-0.3.1.crate) = 12840 -SHA256 (rust/crates/snap-1.1.0.crate) = 5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831 -SIZE (rust/crates/snap-1.1.0.crate) = 33163 -SHA256 (rust/crates/socket2-0.4.9.crate) = 64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662 -SIZE (rust/crates/socket2-0.4.9.crate) = 45421 +SHA256 (rust/crates/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c +SIZE (rust/crates/smawk-0.3.2.crate) = 13831 +SHA256 (rust/crates/snap-1.1.1.crate) = 1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b +SIZE (rust/crates/snap-1.1.1.crate) = 33763 +SHA256 (rust/crates/socket2-0.4.10.crate) = 9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d +SIZE (rust/crates/socket2-0.4.10.crate) = 45697 +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/sqlparser-0.36.1.crate) = 2eaa1e88e78d2c2460d78b7dc3f0c08dbb606ab4222f9aff36f420d36e307d87 -SIZE (rust/crates/sqlparser-0.36.1.crate) = 141882 +SHA256 (rust/crates/sqlparser-0.39.0.crate) = 743b4dc2cbde11890ccb254a8fc9d537fa41b36da00de2a1c5e9848c9bc42bd7 +SIZE (rust/crates/sqlparser-0.39.0.crate) = 154597 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 +SHA256 (rust/crates/stacker-0.1.15.crate) = c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce +SIZE (rust/crates/stacker-0.1.15.crate) = 14656 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/str_indices-0.4.3.crate) = e9557cb6521e8d009c51a8666f09356f4b817ba9ba0981a305bd86aee47bd35c +SIZE (rust/crates/str_indices-0.4.3.crate) = 19096 SHA256 (rust/crates/streaming-decompression-0.1.2.crate) = bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3 SIZE (rust/crates/streaming-decompression-0.1.2.crate) = 7641 SHA256 (rust/crates/streaming-iterator-0.1.9.crate) = 2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520 @@ -913,16 +921,12 @@ SHA256 (rust/crates/strip-ansi-escapes-0.2.0.crate) = 55ff8ef943b384c414f54aefa9 SIZE (rust/crates/strip-ansi-escapes-0.2.0.crate) = 8625 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-0.25.0.crate) = 290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125 SIZE (rust/crates/strum-0.25.0.crate) = 5539 -SHA256 (rust/crates/strum_macros-0.24.3.crate) = 1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59 -SIZE (rust/crates/strum_macros-0.24.3.crate) = 20696 -SHA256 (rust/crates/strum_macros-0.25.1.crate) = 6069ca09d878a33f883cc06aaa9718ede171841d3832450354410b718b097232 -SIZE (rust/crates/strum_macros-0.25.1.crate) = 21700 -SHA256 (rust/crates/supports-color-2.0.0.crate) = 4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354 -SIZE (rust/crates/supports-color-2.0.0.crate) = 9887 +SHA256 (rust/crates/strum_macros-0.25.3.crate) = 23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0 +SIZE (rust/crates/strum_macros-0.25.3.crate) = 22570 +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 SIZE (rust/crates/supports-hyperlinks-2.1.0.crate) = 8035 SHA256 (rust/crates/supports-unicode-2.0.0.crate) = 4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7 @@ -933,44 +937,44 @@ SHA256 (rust/crates/sxd-xpath-0.4.2.crate) = 36e39da5d30887b5690e29de4c5ebb8ddff SIZE (rust/crates/sxd-xpath-0.4.2.crate) = 45058 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.23.crate) = 59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737 -SIZE (rust/crates/syn-2.0.23.crate) = 241166 -SHA256 (rust/crates/sys-locale-0.3.0.crate) = ea0b9eefabb91675082b41eb94c3ecd91af7656caee3fb4961a07c0ec8c7ca6f -SIZE (rust/crates/sys-locale-0.3.0.crate) = 14548 -SHA256 (rust/crates/sysinfo-0.29.4.crate) = 751e810399bba86e9326f5762b7f32ac5a085542df78da6a78d94e07d14d7c11 -SIZE (rust/crates/sysinfo-0.29.4.crate) = 153776 +SHA256 (rust/crates/syn-2.0.40.crate) = 13fa70a4ee923979ffb522cacce59d34421ebdea5625e1073c4326ef9d2dd42e +SIZE (rust/crates/syn-2.0.40.crate) = 245201 +SHA256 (rust/crates/sys-locale-0.3.1.crate) = e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0 +SIZE (rust/crates/sys-locale-0.3.1.crate) = 15681 +SHA256 (rust/crates/sysinfo-0.29.11.crate) = cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666 +SIZE (rust/crates/sysinfo-0.29.11.crate) = 156557 +SHA256 (rust/crates/sysinfo-0.30.4.crate) = 717570a2533606f81f8cfac02a1915a620e725ffb78f6fc5e259769a4d747407 +SIZE (rust/crates/sysinfo-0.30.4.crate) = 169045 SHA256 (rust/crates/tabled-0.14.0.crate) = dfe9c3632da101aba5131ed63f9eed38665f8b3c68703a6bb18124835c1a5d22 SIZE (rust/crates/tabled-0.14.0.crate) = 192117 -SHA256 (rust/crates/target-features-0.1.4.crate) = 06f6b473c37f9add4cf1df5b4d66a8ef58ab6c895f1a3b3f949cf3e21230140e -SIZE (rust/crates/target-features-0.1.4.crate) = 18176 -SHA256 (rust/crates/tempfile-3.8.0.crate) = cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef -SIZE (rust/crates/tempfile-3.8.0.crate) = 31720 +SHA256 (rust/crates/target-features-0.1.5.crate) = cfb5fa503293557c5158bd215fdc225695e567a77e453f5d4452a50a193969bd +SIZE (rust/crates/target-features-0.1.5.crate) = 18535 +SHA256 (rust/crates/tempfile-3.8.1.crate) = 7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5 +SIZE (rust/crates/tempfile-3.8.1.crate) = 32164 SHA256 (rust/crates/tendril-0.4.3.crate) = d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0 SIZE (rust/crates/tendril-0.4.3.crate) = 37210 SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 SIZE (rust/crates/termcolor-1.1.3.crate) = 17242 SHA256 (rust/crates/terminal_size-0.1.17.crate) = 633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df SIZE (rust/crates/terminal_size-0.1.17.crate) = 9141 -SHA256 (rust/crates/terminal_size-0.2.6.crate) = 8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237 -SIZE (rust/crates/terminal_size-0.2.6.crate) = 10585 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/textwrap-0.15.2.crate) = b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d SIZE (rust/crates/textwrap-0.15.2.crate) = 53191 -SHA256 (rust/crates/thiserror-1.0.41.crate) = c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802 -SIZE (rust/crates/thiserror-1.0.41.crate) = 18734 -SHA256 (rust/crates/thiserror-impl-1.0.41.crate) = d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59 -SIZE (rust/crates/thiserror-impl-1.0.41.crate) = 15078 +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_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 -SHA256 (rust/crates/time-0.3.22.crate) = ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd -SIZE (rust/crates/time-0.3.22.crate) = 113792 -SHA256 (rust/crates/time-core-0.1.1.crate) = 7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb -SIZE (rust/crates/time-core-0.1.1.crate) = 7197 -SHA256 (rust/crates/time-macros-0.2.9.crate) = 372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b -SIZE (rust/crates/time-macros-0.2.9.crate) = 23684 +SHA256 (rust/crates/time-0.3.30.crate) = c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5 +SIZE (rust/crates/time-0.3.30.crate) = 120289 +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.15.crate) = 4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20 +SIZE (rust/crates/time-macros-0.2.15.crate) = 23568 SHA256 (rust/crates/tiny-keccak-2.0.2.crate) = 2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237 SIZE (rust/crates/tiny-keccak-2.0.2.crate) = 20129 SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc @@ -981,82 +985,90 @@ SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 SHA256 (rust/crates/titlecase-2.2.1.crate) = 38397a8cdb017cfeb48bf6c154d6de975ac69ffeed35980fde199d2ee0842042 SIZE (rust/crates/titlecase-2.2.1.crate) = 7840 -SHA256 (rust/crates/tokio-1.29.1.crate) = 532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da -SIZE (rust/crates/tokio-1.29.1.crate) = 693627 -SHA256 (rust/crates/tokio-macros-2.1.0.crate) = 630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e -SIZE (rust/crates/tokio-macros-2.1.0.crate) = 11472 -SHA256 (rust/crates/tokio-util-0.7.8.crate) = 806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d -SIZE (rust/crates/tokio-util-0.7.8.crate) = 101644 +SHA256 (rust/crates/tokio-1.35.0.crate) = 841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c +SIZE (rust/crates/tokio-1.35.0.crate) = 743314 +SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b +SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 +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.7.8.crate) = dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257 SIZE (rust/crates/toml-0.7.8.crate) = 49671 -SHA256 (rust/crates/toml-0.8.0.crate) = c226a7bba6d859b63c92c4b4fe69c5b6b72d0cb897dbc8e6012298e6154cb56e -SIZE (rust/crates/toml-0.8.0.crate) = 50304 -SHA256 (rust/crates/toml_datetime-0.6.3.crate) = 7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b -SIZE (rust/crates/toml_datetime-0.6.3.crate) = 10770 +SHA256 (rust/crates/toml-0.8.8.crate) = a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35 +SIZE (rust/crates/toml-0.8.8.crate) = 50451 +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.19.15.crate) = 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421 SIZE (rust/crates/toml_edit-0.19.15.crate) = 95324 -SHA256 (rust/crates/toml_edit-0.20.0.crate) = 8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95 -SIZE (rust/crates/toml_edit-0.20.0.crate) = 95666 +SHA256 (rust/crates/toml_edit-0.21.0.crate) = d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03 +SIZE (rust/crates/toml_edit-0.21.0.crate) = 101265 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.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 -SIZE (rust/crates/tracing-0.1.37.crate) = 73888 -SHA256 (rust/crates/tracing-core-0.1.31.crate) = 0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a -SIZE (rust/crates/tracing-core-0.1.31.crate) = 61263 -SHA256 (rust/crates/trash-3.0.6.crate) = af3663fb8f476d674b9c61d1d2796acec725bef6bec4b41402a904252a25971e -SIZE (rust/crates/trash-3.0.6.crate) = 43515 -SHA256 (rust/crates/try-lock-0.2.4.crate) = 3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed -SIZE (rust/crates/try-lock-0.2.4.crate) = 4467 +SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef +SIZE (rust/crates/tracing-0.1.40.crate) = 79459 +SHA256 (rust/crates/tracing-core-0.1.32.crate) = c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 +SIZE (rust/crates/tracing-core-0.1.32.crate) = 61221 +SHA256 (rust/crates/trash-3.1.2.crate) = 8c646008e5144d988005bec12b1e56f5e0a951e957176686815eba8b025e0418 +SIZE (rust/crates/trash-3.1.2.crate) = 45803 +SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b +SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/typed-arena-1.7.0.crate) = a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d SIZE (rust/crates/typed-arena-1.7.0.crate) = 9927 -SHA256 (rust/crates/typenum-1.16.0.crate) = 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba -SIZE (rust/crates/typenum-1.16.0.crate) = 42477 -SHA256 (rust/crates/typetag-0.2.9.crate) = 092e9b66a97c5f12e64f2d9c08c27d80342ff1ecde1d92288f939f55f5f1bcb3 -SIZE (rust/crates/typetag-0.2.9.crate) = 27348 -SHA256 (rust/crates/typetag-impl-0.2.9.crate) = 8ae02a82d555be0636f3157d90b6e0ccc6eda4cbc2af123187682143ce3035f1 -SIZE (rust/crates/typetag-impl-0.2.9.crate) = 8914 +SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 +SIZE (rust/crates/typenum-1.17.0.crate) = 42849 +SHA256 (rust/crates/typetag-0.2.14.crate) = 196976efd4a62737b3a2b662cda76efb448d099b1049613d7a5d72743c611ce0 +SIZE (rust/crates/typetag-0.2.14.crate) = 27793 +SHA256 (rust/crates/typetag-impl-0.2.14.crate) = 2eea6765137e2414c44c7b1e07c73965a118a72c46148e1e168b3fc9d3ccf3aa +SIZE (rust/crates/typetag-impl-0.2.14.crate) = 9095 +SHA256 (rust/crates/ucd-trie-0.1.6.crate) = ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 +SIZE (rust/crates/ucd-trie-0.1.6.crate) = 45790 SHA256 (rust/crates/umask-2.1.0.crate) = ec9a46c2549e35c054e0ffe281a3a6ec0007793db4df106604d37ed3f4d73d1c SIZE (rust/crates/umask-2.1.0.crate) = 6817 -SHA256 (rust/crates/unicase-2.6.0.crate) = 50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6 -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.10.crate) = 22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73 -SIZE (rust/crates/unicode-ident-1.0.10.crate) = 42039 +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.14.crate) = 6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416 +SIZE (rust/crates/unicode-bidi-0.3.14.crate) = 56429 +SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b +SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 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-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36 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-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/unsafe-libyaml-0.2.8.crate) = 1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6 -SIZE (rust/crates/unsafe-libyaml-0.2.8.crate) = 61459 -SHA256 (rust/crates/ureq-2.7.1.crate) = 0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9 -SIZE (rust/crates/ureq-2.7.1.crate) = 111068 -SHA256 (rust/crates/url-2.4.0.crate) = 50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb -SIZE (rust/crates/url-2.4.0.crate) = 75670 +SHA256 (rust/crates/unsafe-libyaml-0.2.10.crate) = ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b +SIZE (rust/crates/unsafe-libyaml-0.2.10.crate) = 61964 +SHA256 (rust/crates/ureq-2.9.1.crate) = f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97 +SIZE (rust/crates/ureq-2.9.1.crate) = 114348 +SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 +SIZE (rust/crates/url-2.5.0.crate) = 78605 SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 -SHA256 (rust/crates/utf8-width-0.1.6.crate) = 5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1 -SIZE (rust/crates/utf8-width-0.1.6.crate) = 2935 +SHA256 (rust/crates/utf8-width-0.1.7.crate) = 86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3 +SIZE (rust/crates/utf8-width-0.1.7.crate) = 2977 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/uu_cp-0.0.21.crate) = 6ce78537083be579c77dadfcced04e163a905ff51f3f83d11dcdaf252ea771c5 -SIZE (rust/crates/uu_cp-0.0.21.crate) = 33143 -SHA256 (rust/crates/uucore-0.0.21.crate) = 4bea3522caab8af3fe1de1f27d9691e4ea159efe4d86d4e176306792163936a6 -SIZE (rust/crates/uucore-0.0.21.crate) = 96112 -SHA256 (rust/crates/uucore_procs-0.0.21.crate) = 0847828ba11d397cc7b5c3b2b6397f367db71ffb94e0f42cb7e7b1fb3691d556 -SIZE (rust/crates/uucore_procs-0.0.21.crate) = 3711 -SHA256 (rust/crates/uuhelp_parser-0.0.21.crate) = 37db35583cf0ad896592892034f281ef0906c893b3b6d901acf3918357f28199 -SIZE (rust/crates/uuhelp_parser-0.0.21.crate) = 2156 -SHA256 (rust/crates/uuid-1.4.0.crate) = d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be -SIZE (rust/crates/uuid-1.4.0.crate) = 55200 -SHA256 (rust/crates/value-trait-0.6.1.crate) = 09a5b6c8ceb01263b969cac48d4a6705134d490ded13d889e52c0cfc80c6945e -SIZE (rust/crates/value-trait-0.6.1.crate) = 21719 +SHA256 (rust/crates/uu_cp-0.0.23.crate) = 4c8e090cfcfa51cb224d247e05938d25718a7203c6f8c0f0de7b3b031d99dcea +SIZE (rust/crates/uu_cp-0.0.23.crate) = 33226 +SHA256 (rust/crates/uu_mkdir-0.0.23.crate) = dcbf657c9e738d16ebc5c161a611ff25327c1fb599645afb2831062efb23c851 +SIZE (rust/crates/uu_mkdir-0.0.23.crate) = 7514 +SHA256 (rust/crates/uu_mktemp-0.0.23.crate) = 154531208d9ec160629bf9545a56ad9df38e964e547e0a17ee9d75aeec9831cb +SIZE (rust/crates/uu_mktemp-0.0.23.crate) = 11023 +SHA256 (rust/crates/uu_whoami-0.0.23.crate) = 70589dc3b41f34cbfe1fb22b8f20fcac233fa4565409905f12dd06780b18374d +SIZE (rust/crates/uu_whoami-0.0.23.crate) = 5675 +SHA256 (rust/crates/uucore-0.0.23.crate) = 068748c7f682cf123dc52c2dbfb61447214c27f5566bfe7cd7225156a39bf7f2 +SIZE (rust/crates/uucore-0.0.23.crate) = 99188 +SHA256 (rust/crates/uucore_procs-0.0.23.crate) = de9aca849d872044129960e8ace8eaad30aa64bd0346a561b7aaace20f5fcd18 +SIZE (rust/crates/uucore_procs-0.0.23.crate) = 3714 +SHA256 (rust/crates/uuhelp_parser-0.0.23.crate) = e269065dd0e7d561fb4c16fc0ef754c6da9333ccab08d6eda770dc6e2575aff0 +SIZE (rust/crates/uuhelp_parser-0.0.23.crate) = 2154 +SHA256 (rust/crates/uuid-1.6.1.crate) = 5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560 +SIZE (rust/crates/uuid-1.6.1.crate) = 55554 +SHA256 (rust/crates/value-trait-0.8.0.crate) = ea87257cfcbedcb9444eda79c59fdfea71217e6305afee8ee33f500375c2ac97 +SIZE (rust/crates/value-trait-0.8.0.crate) = 24601 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 @@ -1069,99 +1081,127 @@ SHA256 (rust/crates/vte_generate_state_changes-0.1.1.crate) = d257817081c7dffcdb SIZE (rust/crates/vte_generate_state_changes-0.1.1.crate) = 2422 SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 SIZE (rust/crates/wait-timeout-0.2.0.crate) = 12441 -SHA256 (rust/crates/walkdir-2.3.3.crate) = 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698 -SIZE (rust/crates/walkdir-2.3.3.crate) = 23125 +SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee +SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 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-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/wax-0.5.0.crate) = 06c7a3bac6110ac062b7b422a442b7ee23e07209e2784a036654cab1e71bbafc -SIZE (rust/crates/wax-0.5.0.crate) = 62247 -SHA256 (rust/crates/web-sys-0.3.64.crate) = 9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b -SIZE (rust/crates/web-sys-0.3.64.crate) = 725584 -SHA256 (rust/crates/which-4.4.0.crate) = 2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269 -SIZE (rust/crates/which-4.4.0.crate) = 10889 -SHA256 (rust/crates/wild-2.1.0.crate) = 05b116685a6be0c52f5a103334cbff26db643826c7b3735fc0a3ba9871310a74 -SIZE (rust/crates/wild-2.1.0.crate) = 7548 +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/wax-0.6.0.crate) = 8d12a78aa0bab22d2f26ed1a96df7ab58e8a93506a3e20adb47c51a93b4e1357 +SIZE (rust/crates/wax-0.6.0.crate) = 60628 +SHA256 (rust/crates/web-sys-0.3.66.crate) = 50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f +SIZE (rust/crates/web-sys-0.3.66.crate) = 733024 +SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 +SIZE (rust/crates/which-4.4.2.crate) = 15953 +SHA256 (rust/crates/which-5.0.0.crate) = 9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14 +SIZE (rust/crates/which-5.0.0.crate) = 16635 +SHA256 (rust/crates/wild-2.2.0.crate) = 10d01931a94d5a115a53f95292f51d316856b68a035618eb831bbba593a30b67 +SIZE (rust/crates/wild-2.2.0.crate) = 8067 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.44.0.crate) = 9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b SIZE (rust/crates/windows-0.44.0.crate) = 11502336 -SHA256 (rust/crates/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f -SIZE (rust/crates/windows-0.48.0.crate) = 11864177 +SHA256 (rust/crates/windows-0.52.0.crate) = e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be +SIZE (rust/crates/windows-0.52.0.crate) = 11843715 +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.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 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.1.crate) = 05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f -SIZE (rust/crates/windows-targets-0.48.1.crate) = 6902 +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.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.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_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.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.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_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.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.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_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.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a -SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 -SHA256 (rust/crates/winnow-0.5.15.crate) = 7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc -SIZE (rust/crates/winnow-0.5.15.crate) = 145621 -SHA256 (rust/crates/winreg-0.51.0.crate) = 937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc -SIZE (rust/crates/winreg-0.51.0.crate) = 29194 -SHA256 (rust/crates/winresource-0.1.15.crate) = 5cd38cf1ae6704c0bd03ee663068b8303b9c4bb069f83143c21ef25b19d1bc30 -SIZE (rust/crates/winresource-0.1.15.crate) = 94163 -SHA256 (rust/crates/xattr-1.0.1.crate) = f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985 -SIZE (rust/crates/xattr-1.0.1.crate) = 12258 -SHA256 (rust/crates/xmlparser-0.13.5.crate) = 4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd -SIZE (rust/crates/xmlparser-0.13.5.crate) = 26225 -SHA256 (rust/crates/xxhash-rust-0.8.6.crate) = 735a71d46c4d68d71d4b24d03fdc2b98e38cea81730595801db779c04fe80d70 -SIZE (rust/crates/xxhash-rust-0.8.6.crate) = 18569 +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.28.crate) = 6c830786f7720c2fd27a1a0e27a709dbd3c4d009b56d098fc742d4f4eab91fe2 +SIZE (rust/crates/winnow-0.5.28.crate) = 150758 +SHA256 (rust/crates/winreg-0.52.0.crate) = a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5 +SIZE (rust/crates/winreg-0.52.0.crate) = 30148 +SHA256 (rust/crates/winresource-0.1.17.crate) = 77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329 +SIZE (rust/crates/winresource-0.1.17.crate) = 94561 +SHA256 (rust/crates/xattr-1.1.3.crate) = a7dae5072fe1f8db8f8d29059189ac175196e410e40ba42d5d4684ae2f750995 +SIZE (rust/crates/xattr-1.1.3.crate) = 12518 +SHA256 (rust/crates/xmlparser-0.13.6.crate) = 66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4 +SIZE (rust/crates/xmlparser-0.13.6.crate) = 26718 +SHA256 (rust/crates/xxhash-rust-0.8.7.crate) = 9828b178da53440fa9c766a3d2f73f7cf5d0ac1fe3980c1e5018d899fd19e07b +SIZE (rust/crates/xxhash-rust-0.8.7.crate) = 18495 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 +SHA256 (rust/crates/zerocopy-0.7.31.crate) = 1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d +SIZE (rust/crates/zerocopy-0.7.31.crate) = 151100 +SHA256 (rust/crates/zerocopy-derive-0.7.31.crate) = b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a +SIZE (rust/crates/zerocopy-derive-0.7.31.crate) = 533507 SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 SIZE (rust/crates/zip-0.6.6.crate) = 65789 -SHA256 (rust/crates/zstd-0.12.3+zstd.1.5.2.crate) = 76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806 -SIZE (rust/crates/zstd-0.12.3+zstd.1.5.2.crate) = 29693 -SHA256 (rust/crates/zstd-safe-6.0.5+zstd.1.5.4.crate) = d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b -SIZE (rust/crates/zstd-safe-6.0.5+zstd.1.5.4.crate) = 20863 -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 (nushell-nushell-0.85.0_GH0.tar.gz) = 19e327b23fc08b519f5077e33908afa7967d98139a516c180d029b3ca0618da3 -SIZE (nushell-nushell-0.85.0_GH0.tar.gz) = 2676912 +SHA256 (rust/crates/zstd-0.13.0.crate) = bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110 +SIZE (rust/crates/zstd-0.13.0.crate) = 28911 +SHA256 (rust/crates/zstd-safe-7.0.0.crate) = 43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e +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 (nushell-nushell-0.89.0_GH0.tar.gz) = 1d7a7cc960bb8265214a7345ea3787a5bc22dcb7099d5c5056163df025c5527d +SIZE (nushell-nushell-0.89.0_GH0.tar.gz) = 2759637 diff --git a/shells/ohmyzsh/Makefile b/shells/ohmyzsh/Makefile index 835f9687e4d..24d3eb2adc5 100644 --- a/shells/ohmyzsh/Makefile +++ b/shells/ohmyzsh/Makefile @@ -1,5 +1,5 @@ PORTNAME= ohmyzsh -PORTVERSION= 20230913 +PORTVERSION= 20240108 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= bbda81fe4b338f00bbf7c7f33e6d1b12d067dc05 +GH_TAGNAME= 5ea2c68be88452b33b35ba8004fc9094618bcd87 NO_ARCH= yes NO_BUILD= yes diff --git a/shells/ohmyzsh/distinfo b/shells/ohmyzsh/distinfo index adda2964db6..b8ae56bb6bb 100644 --- a/shells/ohmyzsh/distinfo +++ b/shells/ohmyzsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694873425 -SHA256 (ohmyzsh-ohmyzsh-20230913-bbda81fe4b338f00bbf7c7f33e6d1b12d067dc05_GH0.tar.gz) = 5d21b291465e59a79467aab77565aedfe436fb04ce826e306066827c663dcdfa -SIZE (ohmyzsh-ohmyzsh-20230913-bbda81fe4b338f00bbf7c7f33e6d1b12d067dc05_GH0.tar.gz) = 1937743 +TIMESTAMP = 1704833787 +SHA256 (ohmyzsh-ohmyzsh-20240108-5ea2c68be88452b33b35ba8004fc9094618bcd87_GH0.tar.gz) = cb5ce371f850ab685dbfd3aafb8296bfabb167243129956cddd8261e383543f1 +SIZE (ohmyzsh-ohmyzsh-20240108-5ea2c68be88452b33b35ba8004fc9094618bcd87_GH0.tar.gz) = 3183548 diff --git a/shells/ohmyzsh/pkg-plist b/shells/ohmyzsh/pkg-plist index fbf99eaafa2..a514849a797 100644 --- a/shells/ohmyzsh/pkg-plist +++ b/shells/ohmyzsh/pkg-plist @@ -399,6 +399,8 @@ %%DATADIR%%/plugins/kate/kate.plugin.zsh %%DATADIR%%/plugins/keychain/README.md %%DATADIR%%/plugins/keychain/keychain.plugin.zsh +%%DATADIR%%/plugins/kind/README.md +%%DATADIR%%/plugins/kind/kind.plugin.zsh %%DATADIR%%/plugins/kitchen/README.md %%DATADIR%%/plugins/kitchen/_kitchen %%DATADIR%%/plugins/kn/README.md @@ -464,6 +466,8 @@ %%DATADIR%%/plugins/microk8s/microk8s.plugin.zsh %%DATADIR%%/plugins/minikube/README.md %%DATADIR%%/plugins/minikube/minikube.plugin.zsh +%%DATADIR%%/plugins/mise/README.md +%%DATADIR%%/plugins/mise/mise.plugin.zsh %%DATADIR%%/plugins/mix-fast/README.md %%DATADIR%%/plugins/mix-fast/mix-fast.plugin.zsh %%DATADIR%%/plugins/mix/README.md @@ -544,6 +548,8 @@ %%DATADIR%%/plugins/pod/_pod %%DATADIR%%/plugins/podman/README.md %%DATADIR%%/plugins/podman/podman.plugin.zsh +%%DATADIR%%/plugins/poetry-env/README.md +%%DATADIR%%/plugins/poetry-env/poetry-env.plugin.zsh %%DATADIR%%/plugins/poetry/README.md %%DATADIR%%/plugins/poetry/poetry.plugin.zsh %%DATADIR%%/plugins/postgres/README.md @@ -600,6 +606,7 @@ %%DATADIR%%/plugins/ros/_ros %%DATADIR%%/plugins/rsync/README.md %%DATADIR%%/plugins/rsync/rsync.plugin.zsh +%%DATADIR%%/plugins/rtx/rtx.plugin.zsh %%DATADIR%%/plugins/ruby/README.md %%DATADIR%%/plugins/ruby/ruby.plugin.zsh %%DATADIR%%/plugins/rust/README.md @@ -646,6 +653,8 @@ %%DATADIR%%/plugins/singlechar/singlechar.plugin.zsh %%DATADIR%%/plugins/skaffold/README.md %%DATADIR%%/plugins/skaffold/skaffold.plugin.zsh +%%DATADIR%%/plugins/snap/README.md +%%DATADIR%%/plugins/snap/snap.plugin.zsh %%DATADIR%%/plugins/spring/README.md %%DATADIR%%/plugins/spring/_spring %%DATADIR%%/plugins/sprunge/README.md @@ -786,6 +795,7 @@ %%DATADIR%%/plugins/z/MANUAL.md %%DATADIR%%/plugins/z/README.md %%DATADIR%%/plugins/z/_z +%%DATADIR%%/plugins/z/img/demo.gif %%DATADIR%%/plugins/z/img/mit_license.svg %%DATADIR%%/plugins/z/img/zsh_4.3.11_plus.svg %%DATADIR%%/plugins/z/z.plugin.zsh diff --git a/shells/sheldon/Makefile b/shells/sheldon/Makefile index dd0e0a67940..97ca748884e 100644 --- a/shells/sheldon/Makefile +++ b/shells/sheldon/Makefile @@ -1,6 +1,6 @@ PORTNAME= sheldon DISTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org diff --git a/shells/shell-hist/Makefile b/shells/shell-hist/Makefile index caa2828b82e..e2b54d176b6 100644 --- a/shells/shell-hist/Makefile +++ b/shells/shell-hist/Makefile @@ -1,6 +1,6 @@ PORTNAME= shell-hist DISTVERSION= g20190515 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/shellharden/Makefile b/shells/shellharden/Makefile index c3b2df6f7cb..3fd1bd4836c 100644 --- a/shells/shellharden/Makefile +++ b/shells/shellharden/Makefile @@ -1,7 +1,7 @@ PORTNAME= shellharden DISTVERSIONPREFIX= v DISTVERSION= 4.3.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/starship/Makefile b/shells/starship/Makefile index d79ece65c50..adc5e389860 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -1,5 +1,6 @@ PORTNAME= starship DISTVERSION= 1.17.1 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/shells/switchBashZsh/Makefile b/shells/switchBashZsh/Makefile index 84807447f34..c7c71ae1c5a 100644 --- a/shells/switchBashZsh/Makefile +++ b/shells/switchBashZsh/Makefile @@ -1,5 +1,6 @@ PORTNAME= switchBashZsh PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= bourne.identity@hotmail.com @@ -16,10 +17,10 @@ NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/Makefile b/sysutils/Makefile index 838e4cecdc9..7c014e8bc4f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1356,8 +1356,8 @@ SUBDIR += siegfried SUBDIR += signon-kwallet-extension SUBDIR += signon-plugin-oauth2 - SUBDIR += signon-qt5 SUBDIR += signon-ui + SUBDIR += signond SUBDIR += sispmctl SUBDIR += skopeo SUBDIR += slack diff --git a/sysutils/accounts-qml-module/Makefile b/sysutils/accounts-qml-module/Makefile index 25dc2596b06..bb7a91830f3 100644 --- a/sysutils/accounts-qml-module/Makefile +++ b/sysutils/accounts-qml-module/Makefile @@ -1,6 +1,6 @@ PORTNAME= accounts-qml-module DISTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= sysutils kde DIST_SUBDIR= KDE/${GL_ACCOUNT} @@ -11,8 +11,8 @@ WWW= https://gitlab.com/groups/accounts-sso LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ - libsignon-qt5.so:sysutils/signon-qt5 +LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \ + libsignon-qt5.so:sysutils/signond@qt5 USES= compiler:c++11-lang gl pkgconfig qmake qt:5 tar:bz2 USE_GL= gl diff --git a/sysutils/alfio/Makefile b/sysutils/alfio/Makefile index d561cbcef4e..72d825e8962 100644 --- a/sysutils/alfio/Makefile +++ b/sysutils/alfio/Makefile @@ -2,6 +2,7 @@ PORTNAME= alfio DISTVERSIONPREFIX= v DISTVERSION= 0.3 DISTVERSIONSUFFIX= -bis +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= salvadore@FreeBSD.org @@ -18,7 +19,7 @@ NO_ARCH= yes NO_BUILD= yes PLIST_FILES= etc/rc.d/alfio \ - man/man8/alfio.8.gz + share/man/man8/alfio.8.gz do-patch: ${REINPLACE_CMD} s,%%LOCALBASE%%,${LOCALBASE},g ${WRKSRC}/alfio @@ -26,6 +27,6 @@ do-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/alfio ${STAGEDIR}${PREFIX}/etc/rc.d - ${INSTALL_MAN} ${WRKSRC}/alfio.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/alfio.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/amazon-ssm-plugin/Makefile b/sysutils/amazon-ssm-plugin/Makefile index 5b026e6658d..fb29660dee4 100644 --- a/sysutils/amazon-ssm-plugin/Makefile +++ b/sysutils/amazon-ssm-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= amazon-ssm-plugin -DISTVERSION= 1.2.463.0 -PORTREVISION= 4 +DISTVERSION= 1.2.536.0 +PORTREVISION= 0 CATEGORIES= sysutils MAINTAINER= nork@FreeBSD.org @@ -32,7 +32,7 @@ GH_TUPLE= eiannone:keyboard:6d2a597fd0f1:eiannone_keyboard/vendor/github.com/eia stretchr:testify:6cb3b85ef5a0:stretchr_testify/vendor/github.com/stretchr/testify \ twinj:uuid:70cac2bcd273:twinj_uuid/vendor/github.com/twinj/uuid \ xtaci:smux:09e2c01560df:xtaci_smux/vendor/github.com/xtaci/smux -#customized# aws:aws-sdk-go:v1.40.17:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go +#shrinked?# aws:aws-sdk-go:v1.44.302:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go #customized# cihub:seelog:c510775bb50d:cihub_seelog/vendor/github.com/cihub/seelog PORTDOCS= NOTICE README.md RELEASENOTES.md THIRD-PARTY VERSION diff --git a/sysutils/amazon-ssm-plugin/distinfo b/sysutils/amazon-ssm-plugin/distinfo index 28b90eefb2e..2b962d6750c 100644 --- a/sysutils/amazon-ssm-plugin/distinfo +++ b/sysutils/amazon-ssm-plugin/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1679341186 -SHA256 (aws-session-manager-plugin-1.2.463.0_GH0.tar.gz) = 3dae895516e3951a0f8c58acadb9491618a1ee31e263e47a499d37e161918480 -SIZE (aws-session-manager-plugin-1.2.463.0_GH0.tar.gz) = 21657184 +TIMESTAMP = 1704579871 +SHA256 (aws-session-manager-plugin-1.2.536.0_GH0.tar.gz) = 848bcd54acbcb214fec5913355892030f146d89e481f4afced5c125c3f773ddd +SIZE (aws-session-manager-plugin-1.2.536.0_GH0.tar.gz) = 40204923 SHA256 (eiannone-keyboard-6d2a597fd0f1_GH0.tar.gz) = fb97638e3f16a94233a809d50f01e7a20657a44e3cec0e9a00907b0ed909051a SIZE (eiannone-keyboard-6d2a597fd0f1_GH0.tar.gz) = 7962 SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd diff --git a/sysutils/anacron/Makefile b/sysutils/anacron/Makefile index 034e97d75c9..7716877e587 100644 --- a/sysutils/anacron/Makefile +++ b/sysutils/anacron/Makefile @@ -1,6 +1,6 @@ PORTNAME= anacron PORTVERSION= 2.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MASTER_SITES= SF @@ -25,8 +25,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}tab.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}tab.5 ${STAGEDIR}${PREFIX}/share/man/man5 ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}tab.sample ${STAGEDIR}${PREFIX}/etc @${MKDIR} ${STAGEDIR}/var/spool/${PORTNAME} diff --git a/sysutils/anacron/pkg-plist b/sysutils/anacron/pkg-plist index 4206a632fe2..3db025c52ba 100644 --- a/sysutils/anacron/pkg-plist +++ b/sysutils/anacron/pkg-plist @@ -2,6 +2,6 @@ sbin/%%PORTNAME%% @sample etc/%%PORTNAME%%tab.sample @postexec mkdir -p /var/spool/%%PORTNAME%% 2>/dev/null @postunexec rmdir /var/spool/%%PORTNAME%% 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/spool/%%PORTNAME%%'." -man/man8/%%PORTNAME%%.8.gz -man/man5/%%PORTNAME%%tab.5.gz +share/man/man8/%%PORTNAME%%.8.gz +share/man/man5/%%PORTNAME%%tab.5.gz @dir /var/spool/%%PORTNAME%% diff --git a/sysutils/apcpwr/Makefile b/sysutils/apcpwr/Makefile index 3a3d3640ca1..25f3c5a5e93 100644 --- a/sysutils/apcpwr/Makefile +++ b/sysutils/apcpwr/Makefile @@ -1,6 +1,6 @@ PORTNAME= apcpwr PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils net MASTER_SITES= LOCAL/jwd @@ -14,11 +14,11 @@ SHEBANG_FILES= apcpwr.pl SUB_FILES= pkg-message -PLIST_FILES= bin/apcpwr etc/apcpwr.conf.dist man/man8/apcpwr.8.gz +PLIST_FILES= bin/apcpwr etc/apcpwr.conf.dist share/man/man8/apcpwr.8.gz do-install: ${INSTALL} -m 4555 ${WRKSRC}/apcpwr ${STAGEDIR}${PREFIX}/bin ${INSTALL} -m 600 ${WRKSRC}/apcpwr.conf.dist ${STAGEDIR}${PREFIX}/etc - ${INSTALL_MAN} ${WRKSRC}/apcpwr.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/apcpwr.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/asfsm/Makefile b/sysutils/asfsm/Makefile index cc8632f0a75..c8961a57594 100644 --- a/sysutils/asfsm/Makefile +++ b/sysutils/asfsm/Makefile @@ -15,10 +15,10 @@ GNU_CONFIGURE= yes SUB_FILES= pkg-message -PLIST_FILES= bin/asfsm man/man1/asfsm.1.gz +PLIST_FILES= bin/asfsm share/man/man1/asfsm.1.gz post-build: - @${LN} -sf asfsm.man ${WRKSRC}/asfsm.1 + @${LN} -sf asfsm.man share/${WRKSRC}/asfsm.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/asfsm ${STAGEDIR}${PREFIX}/bin diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile index 618c3502774..0adfc9874fd 100644 --- a/sysutils/asmem/Makefile +++ b/sysutils/asmem/Makefile @@ -1,6 +1,6 @@ PORTNAME= asmem PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils afterstep MASTER_SITES= https://tigr.net/afterstep/download/asmem/ @@ -24,6 +24,6 @@ post-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/asmem ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/asmem.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/asmem.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/asmem/pkg-plist b/sysutils/asmem/pkg-plist index 9ad89413db8..10f7b9e63b9 100644 --- a/sysutils/asmem/pkg-plist +++ b/sysutils/asmem/pkg-plist @@ -1,6 +1,2 @@ -@group kmem -@mode 2555 -bin/asmem -@mode -@group -man/man1/asmem.1.gz +@(,kmem,2555) bin/asmem +share/man/man1/asmem.1.gz diff --git a/sysutils/async/Makefile b/sysutils/async/Makefile index 4e5b51c66e9..6b8f318697c 100644 --- a/sysutils/async/Makefile +++ b/sysutils/async/Makefile @@ -1,7 +1,7 @@ PORTNAME= async DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/atop/Makefile b/sysutils/atop/Makefile index f7f70b6dc06..b9ca712c3ca 100644 --- a/sysutils/atop/Makefile +++ b/sysutils/atop/Makefile @@ -1,6 +1,6 @@ PORTNAME= atop PORTVERSION= 2.0.2.b3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= samm@FreeBSD.org @@ -36,9 +36,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/atop ${STAGEDIR}${PREFIX}/bin ${LN} -sf atop ${STAGEDIR}${PREFIX}/bin/atopsar .for manpage in atop.1 atopsar.1 - ${INSTALL_MAN} ${WRKSRC}/man/${manpage} ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/man/${manpage} ${STAGEDIR}${PREFIX}/share/man/man1/ .endfor - ${INSTALL_MAN} ${WRKSRC}/man/atoprc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5/ + ${INSTALL_MAN} ${WRKSRC}/man/atoprc.5 ${STAGEDIR}${PREFIX}/share/man/man5/ @${MKDIR} ${STAGEDIR}${LOGDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} diff --git a/sysutils/atop/pkg-plist b/sysutils/atop/pkg-plist index 22586c0392c..97634d457c3 100644 --- a/sysutils/atop/pkg-plist +++ b/sysutils/atop/pkg-plist @@ -1,6 +1,6 @@ bin/atop bin/atopsar -man/man1/atop.1.gz -man/man1/atopsar.1.gz -man/man5/atoprc.5.gz +share/man/man1/atop.1.gz +share/man/man1/atopsar.1.gz +share/man/man5/atoprc.5.gz @dir %%LOGDIR%% diff --git a/sysutils/b3sum/Makefile b/sysutils/b3sum/Makefile index 4405770f5cc..82120736309 100644 --- a/sysutils/b3sum/Makefile +++ b/sysutils/b3sum/Makefile @@ -1,6 +1,6 @@ PORTNAME= b3sum DISTVERSION= 1.3.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/backdown/Makefile b/sysutils/backdown/Makefile index d24b4e62aac..8b502d3597a 100644 --- a/sysutils/backdown/Makefile +++ b/sysutils/backdown/Makefile @@ -1,7 +1,7 @@ PORTNAME= backdown DISTVERSIONPREFIX= v DISTVERSION= 1.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/bacnet-stack-apps/Makefile b/sysutils/bacnet-stack-apps/Makefile index d1f711f774d..3f5d44f31d3 100644 --- a/sysutils/bacnet-stack-apps/Makefile +++ b/sysutils/bacnet-stack-apps/Makefile @@ -1,5 +1,5 @@ PORTNAME= bacnet-stack -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= sysutils PKGNAMESUFFIX= -apps @@ -15,7 +15,7 @@ RUN_DEPENDS= bash:shells/bash USES= gmake compiler:c++11-lang shebangfix USE_GITHUB= yes GH_ACCOUNT= bacnet-stack -GH_TAGNAME= 934761d +GH_TAGNAME= f64eab7 LDFLAGS= -lm diff --git a/sysutils/bacnet-stack-apps/distinfo b/sysutils/bacnet-stack-apps/distinfo index 8c357ebe9dd..a8cd76e2d9f 100644 --- a/sysutils/bacnet-stack-apps/distinfo +++ b/sysutils/bacnet-stack-apps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696361556 -SHA256 (bacnet-stack-bacnet-stack-1.3.1-934761d_GH0.tar.gz) = 7696a2e5896fe1a2c2ec321b9524bb1ba07e23b6f1b6d0bad6246981ffcabfff -SIZE (bacnet-stack-bacnet-stack-1.3.1-934761d_GH0.tar.gz) = 31214388 +TIMESTAMP = 1704490046 +SHA256 (bacnet-stack-bacnet-stack-1.3.2-f64eab7_GH0.tar.gz) = 98b9ce700ab52c41396a3e18cca8237537a8d454f531c489311a649cf4435b6f +SIZE (bacnet-stack-bacnet-stack-1.3.2-f64eab7_GH0.tar.gz) = 31221176 diff --git a/sysutils/bareos-server/Makefile b/sysutils/bareos-server/Makefile index 62c22e675c8..b3df0a11aec 100644 --- a/sysutils/bareos-server/Makefile +++ b/sysutils/bareos-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ -DISTVERSION= 22.0.3 +DISTVERSION= 22.1.3 PORTREVISION?= 0 CATEGORIES?= sysutils PKGNAMEPREFIX?= # @@ -215,7 +215,7 @@ post-extract: post-install: .if defined(WITH_CLIENT_ONLY) ${MKDIR} ${STAGEDIR}${ETCDIR}/bconsole.d/ - ${MV} ${STAGEDIR}${ETCDIR}/bconsole.conf ${STAGEDIR}${ETCDIR}/bconsole.d/bconsole.conf.sample + ${MV} ${STAGEDIR}${ETCDIR}/bconsole.conf.sample ${STAGEDIR}${ETCDIR}/bconsole.d/bconsole.conf.sample .else ${INSTALL_SCRIPT} ${FILESDIR}/chio-bareos ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${FILESDIR}/bareos-barcodes ${STAGEDIR}${ETCDIR}/bareos-barcodes.sample diff --git a/sysutils/bareos-server/distinfo b/sysutils/bareos-server/distinfo index 5663ab3f851..e6ac2baf20d 100644 --- a/sysutils/bareos-server/distinfo +++ b/sysutils/bareos-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680719160 -SHA256 (bareos-bareos-Release-22.0.3_GH0.tar.gz) = 3ea98d4ca78e4451ce4f4e2990547de0872330ab115eb27e1471c3af34380404 -SIZE (bareos-bareos-Release-22.0.3_GH0.tar.gz) = 14529338 +TIMESTAMP = 1704433438 +SHA256 (bareos-bareos-Release-22.1.3_GH0.tar.gz) = 765bf250a34296756051e896b28130b2ca3965cebaf310116c50e3e6c63d7d52 +SIZE (bareos-bareos-Release-22.1.3_GH0.tar.gz) = 14745204 diff --git a/sysutils/bareos-server/files/patch-core-cmake_BareosInstallConfigFiles.cmake b/sysutils/bareos-server/files/patch-core-cmake_BareosInstallConfigFiles.cmake index 63a6f9eec82..85e738c8e9f 100644 --- a/sysutils/bareos-server/files/patch-core-cmake_BareosInstallConfigFiles.cmake +++ b/sysutils/bareos-server/files/patch-core-cmake_BareosInstallConfigFiles.cmake @@ -1,33 +1,41 @@ ---- core/cmake/BareosInstallConfigFiles.cmake 2020-12-16 02:46:16.000000000 -0500 -+++ core/cmake/BareosInstallConfigFiles.cmake 2020-12-23 22:41:21.832081000 -0500 -@@ -55,20 +55,12 @@ - get_filename_component(resname ${resdir} NAME) - foreach(configfile ${configfiles}) - get_filename_component(fname ${configfile} NAME) -- if(EXISTS ${DESTCONFDIR}/${resname}/${fname}) -- message(STATUS "${DESTCONFDIR}/${resname}/${fname} exists") -- message(STATUS "rename ${configfile} to ${configfile}.new") -- file(RENAME "${configfile}" "${configfile}.new") -- -- message(STATUS "copy ${configfile}.new to ${DESTCONFDIR}/${resname}") -- file(COPY "${configfile}.new" DESTINATION "${DESTCONFDIR}/${resname}") -- file(RENAME "${configfile}.new" "${configfile}") -- else() -- message( -- STATUS "${resname}/${fname} as ${resname}/${fname} (new installation)" -- ) -- file(COPY "${configfile}" DESTINATION "${DESTCONFDIR}/${resname}") -- endif() -+ message(STATUS "${resname}/${fname} as ${resname}/${fname}.sample (new installation)") -+ file(RENAME "${configfile}" "${configfile}.sample") -+ file( -+ COPY "${configfile}.sample" -+ DESTINATION "${DESTCONFDIR}/${resname}" -+ ) - endforeach() - endforeach() +--- core/cmake/BareosInstallConfigFiles.cmake 2023-12-13 07:48:37.000000000 -0500 ++++ core/cmake/BareosInstallConfigFiles.cmake 2024-01-05 01:02:51.562611000 -0500 +@@ -27,27 +27,13 @@ + endif() -@@ -104,23 +96,12 @@ + get_filename_component(fname ${configfile} NAME) +- if(EXISTS ${DESTCONFDIR}${additionalconfigdir}/${fname}) +- message( +- STATUS "${DESTCONFDIR}${additionalconfigdir}/${fname} already exists" +- ) +- message( +- STATUS +- "Installing config: ${DESTCONFDIR}${additionalconfigdir}/${fname}.new" +- ) +- file(RENAME "${configfile}" "${configfile}.new") +- file(COPY "${configfile}.new" +- DESTINATION "${DESTCONFDIR}${additionalconfigdir}" +- ) +- file(RENAME "${configfile}.new" "${configfile}") +- else() +- message( +- STATUS "Installing config: ${DESTCONFDIR}${additionalconfigdir}/${fname}" +- ) +- file(COPY "${configfile}" +- DESTINATION "${DESTCONFDIR}${additionalconfigdir}" +- ) +- endif() ++ ++ message(STATUS "${DESTCONFDIR}${additionalconfigdir}/${fname} as ${DESTCONFDIR}${additionalconfigdir}/${fname}.sample (new installation)") ++ file(RENAME "${configfile}" "${configfile}.sample") ++ file( ++ COPY "${configfile}.sample" ++ DESTINATION "${DESTCONFDIR}${additionalconfigdir}" ++ ) + endfunction() + + macro(BareosInstallConfigFiles CONFDIR CONFIGBASEDIRECTORY PLUGINS BACKENDS +@@ -125,23 +111,12 @@ get_filename_component(dir ${configfile} DIRECTORY) get_filename_component(fname ${configfile} NAME) @@ -48,7 +56,7 @@ - DESTINATION "${DESTCONFDIR}/${dir}" - ) - endif() -+ message(STATUS "${configfile} as ${configfile}") ++ message(STATUS "${configfile} as ${configfile}.sample") + file(RENAME "${BackendConfigSrcDir}/${configfile}" "${BackendConfigSrcDir}/${configfile}.sample") + file( + COPY "${BackendConfigSrcDir}/${configfile}.sample" @@ -57,7 +65,7 @@ endforeach() file( -@@ -130,7 +111,8 @@ +@@ -151,7 +126,8 @@ ) foreach(configfile ${configfiles}) get_filename_component(dir ${configfile} DIRECTORY) @@ -67,22 +75,20 @@ if(EXISTS ${DESTCONFDIR}/${configfile}) message(STATUS "overwriting ${configfile}") -@@ -138,9 +120,11 @@ +@@ -159,8 +135,10 @@ message(STATUS "${configfile} as ${configfile}") endif() - file(COPY "${BackendConfigSrcDir}/${configfile}" - DESTINATION "${DESTCONFDIR}/${dir}" -- ) + file(RENAME "${BackendConfigSrcDir}/${configfile}" "${BackendConfigSrcDir}/${fsname}.conf.sample") -+ file( ++ file( + COPY "${BackendConfigSrcDir}/${fsname}.conf.sample" + DESTINATION "${DESTCONFDIR}/${dir}" -+ ) + ) endforeach() - endforeach() -@@ -167,20 +151,13 @@ +@@ -188,20 +166,13 @@ string(REGEX MATCH "\\.in\$" IS_INFILE ${configfile}) if(NOT "${IS_INFILE}" STREQUAL ".in") get_filename_component(fname ${configfile} NAME) diff --git a/sysutils/bareos-server/pkg-plist b/sysutils/bareos-server/pkg-plist index c6114abb971..5fe4dcb666e 100644 --- a/sysutils/bareos-server/pkg-plist +++ b/sysutils/bareos-server/pkg-plist @@ -45,7 +45,6 @@ bin/bwild @sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/director/bareos-mon.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/messages/Standard.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-sd.d/storage/bareos-sd.conf.sample -%%PYTHON%%@sample(,bareos,640) %%ETCDIR%%/bsmc.conf %%MTX%%@sample(,bareos,640) %%ETCDIR%%/mtx-changer.conf.sample etc/logrotate.d/bareos-dir lib/bareos/backends/libbareoscats-%%DBTYPE%%.so diff --git a/sysutils/bareos20-server/Makefile b/sysutils/bareos20-server/Makefile index e20d5dca767..1685570aab9 100644 --- a/sysutils/bareos20-server/Makefile +++ b/sysutils/bareos20-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ -DISTVERSION= 20.0.8 +DISTVERSION= 20.0.9 PORTREVISION?= 0 CATEGORIES?= sysutils PKGNAMEPREFIX?= # @@ -18,7 +18,7 @@ CONFLICTS?= bareos19-server bareos18-server bareos-server LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ libjansson.so:devel/jansson -USES+= cmake compiler:c++11-lang cpe localbase:ldflags perl5 pkgconfig readline \ +USES+= cmake compiler:c++14-lang cpe localbase:ldflags perl5 pkgconfig readline \ shebangfix USE_GITHUB= yes USE_PERL5= run diff --git a/sysutils/bareos20-server/distinfo b/sysutils/bareos20-server/distinfo index 360b78388f2..93c6905cf2e 100644 --- a/sysutils/bareos20-server/distinfo +++ b/sysutils/bareos20-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668638535 -SHA256 (bareos-bareos-Release-20.0.8_GH0.tar.gz) = b8408d6a1a966fa97d02d727b1f92bb7ed40c7a34d5b66f118f1a09b1a8edaa3 -SIZE (bareos-bareos-Release-20.0.8_GH0.tar.gz) = 13429247 +TIMESTAMP = 1704430636 +SHA256 (bareos-bareos-Release-20.0.9_GH0.tar.gz) = ff2923a40f4a34d21699bd694ed66ca0ebecfbc0fa3b83e9c39fe1b767671993 +SIZE (bareos-bareos-Release-20.0.9_GH0.tar.gz) = 13432902 diff --git a/sysutils/bareos20-server/files/patch-core-CMakeLists.txt b/sysutils/bareos20-server/files/patch-core-CMakeLists.txt index aaa58e70bf3..9abddd91a17 100644 --- a/sysutils/bareos20-server/files/patch-core-CMakeLists.txt +++ b/sysutils/bareos20-server/files/patch-core-CMakeLists.txt @@ -1,6 +1,20 @@ ---- core/CMakeLists.txt 2022-11-09 05:57:28.000000000 -0500 -+++ core/CMakeLists.txt 2022-11-18 00:05:47.668001000 -0500 -@@ -256,7 +256,9 @@ +--- core/CMakeLists.txt 2023-10-23 04:42:47.000000000 -0500 ++++ core/CMakeLists.txt 2024-01-05 00:28:46.889990000 -0500 +@@ -44,10 +44,11 @@ + set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache) + endif(CCACHE_FOUND) + +-# switch on CXX 11 Support ++# switch on CXX 14 Support + # +-set(CMAKE_CXX_STANDARD 11) ++set(CMAKE_CXX_STANDARD 14) + set(CMAKE_CXX_STANDARD_REQUIRED ON) ++set(CMAKE_CXX_EXTENSIONS OFF) + + include(CheckCCompilerFlag) + include(CheckCXXCompilerFlag) +@@ -256,7 +257,9 @@ set(PSCMD "ps -ax -o pid,command") include_directories(/usr/local/include) link_directories(/usr/local/lib) @@ -11,7 +25,7 @@ check_cxx_compiler_flag( -Wunused-but-set-variable compiler_will_warn_of_unused_but_set_variable ) -@@ -326,7 +328,9 @@ +@@ -326,7 +329,9 @@ add_definitions("-D_FILE_OFFSET_BITS=64") endif() @@ -22,7 +36,7 @@ if(developer) add_definitions("-DDEVELOPER=1") -@@ -350,7 +354,7 @@ +@@ -350,7 +355,7 @@ if(NOT client-only) # droplet does not build on solaris because of sys/cdefs.h: No such file or # directory @@ -31,7 +45,7 @@ if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/src/droplet/CMakeLists.txt) message( FATAL_ERROR -@@ -774,7 +778,6 @@ +@@ -774,7 +779,6 @@ add_subdirectory(scripts) add_subdirectory(manpages) diff --git a/sysutils/bareos21-server/Makefile b/sysutils/bareos21-server/Makefile index bf5313eac0d..eef5239aa8c 100644 --- a/sysutils/bareos21-server/Makefile +++ b/sysutils/bareos21-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ -DISTVERSION= 21.1.7 +DISTVERSION= 21.1.8 PORTREVISION?= 0 CATEGORIES?= sysutils PKGNAMEPREFIX?= # diff --git a/sysutils/bareos21-server/distinfo b/sysutils/bareos21-server/distinfo index f806765b8d2..5a823b29f79 100644 --- a/sysutils/bareos21-server/distinfo +++ b/sysutils/bareos21-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680711853 -SHA256 (bareos-bareos-Release-21.1.7_GH0.tar.gz) = b87a8bba775adb8bbe15af0962b588cecc2179726dcf1e9e14cfeb89eccb2de6 -SIZE (bareos-bareos-Release-21.1.7_GH0.tar.gz) = 11666508 +TIMESTAMP = 1704432911 +SHA256 (bareos-bareos-Release-21.1.8_GH0.tar.gz) = 5cdf196151e758ff2787d47d97153e69cf75895d81f559b61c06679166a60b4d +SIZE (bareos-bareos-Release-21.1.8_GH0.tar.gz) = 11663322 diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index 2eb63f7a8ce..2fda7e038b5 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -1,5 +1,6 @@ PORTNAME= bchunk DISTVERSION= 1.2.2 +PORTREVIDSION= 1 CATEGORIES= sysutils MASTER_SITES= http://he.fi/bchunk/ @@ -13,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe CPE_VENDOR= bchunk_project -PLIST_FILES= bin/bchunk man/man1/bchunk.1.gz +PLIST_FILES= bin/bchunk share/man/man1/bchunk.1.gz do-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} bchunk.c -o bchunk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/bchunk.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/bchunk.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/bkt/Makefile b/sysutils/bkt/Makefile index 0c2d35dbcce..19262a39f50 100644 --- a/sysutils/bkt/Makefile +++ b/sysutils/bkt/Makefile @@ -1,6 +1,6 @@ PORTNAME= bkt PORTVERSION= 0.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/bottom/Makefile b/sysutils/bottom/Makefile index 24dcaa2869c..c39d1ea10ee 100644 --- a/sysutils/bottom/Makefile +++ b/sysutils/bottom/Makefile @@ -1,6 +1,6 @@ PORTNAME= bottom DISTVERSION= 0.9.6 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org @@ -16,7 +16,7 @@ GH_ACCOUNT= ClementTsang PORTDOCS= * PLIST_FILES= bin/btm \ - man/man1/btm.1.gz \ + share/man/man1/btm.1.gz \ share/bash-completion/completions/btm \ share/fish/vendor_completions.d/btm.fish \ share/zsh/site-functions/_btm @@ -30,7 +30,7 @@ GEN_DIR= ${WRKDIR}/bottom-*/target/tmp/bottom post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/btm - ${INSTALL_MAN} ${GEN_DIR}/manpage/btm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${GEN_DIR}/manpage/btm.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${GEN_DIR}/completion/btm.bash ${STAGEDIR}${PREFIX}/share/bash-completion/completions/btm ${INSTALL_DATA} ${GEN_DIR}/completion/btm.fish ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d ${INSTALL_DATA} ${GEN_DIR}/completion/_btm ${STAGEDIR}${PREFIX}/share/zsh/site-functions diff --git a/sysutils/bsdisks/Makefile b/sysutils/bsdisks/Makefile index f260b953b7a..9c4c8dc8a95 100644 --- a/sysutils/bsdisks/Makefile +++ b/sysutils/bsdisks/Makefile @@ -1,5 +1,5 @@ PORTNAME= bsdisks -DISTVERSION= 0.33 +DISTVERSION= 0.34 CATEGORIES= sysutils MAINTAINER= arrowd@FreeBSD.org @@ -17,6 +17,6 @@ USE_QT= qmake:build buildtools:build core dbus USE_GITLAB= yes GL_SITE= https://foss.heptapod.net GL_ACCOUNT= bsdutils -GL_TAGNAME= 4750994746f4f99355b30ae7db29598ef632ac2e +GL_TAGNAME= 03a25a7cad28b5342c347360f66d12ef7a20a359 .include diff --git a/sysutils/bsdisks/distinfo b/sysutils/bsdisks/distinfo index 7326eb3c876..8428fb8cf12 100644 --- a/sysutils/bsdisks/distinfo +++ b/sysutils/bsdisks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701621812 -SHA256 (bsdutils-bsdisks-4750994746f4f99355b30ae7db29598ef632ac2e_GL0.tar.gz) = 658944db61470e6bfdf5f5b3397cbdfb542d3528688221bd467b385094fb9e38 -SIZE (bsdutils-bsdisks-4750994746f4f99355b30ae7db29598ef632ac2e_GL0.tar.gz) = 113176 +TIMESTAMP = 1704736733 +SHA256 (bsdutils-bsdisks-03a25a7cad28b5342c347360f66d12ef7a20a359_GL0.tar.gz) = 978f693be1d1688edd7c272fb7070d533ace058ff653e7efc61dd28bdac9acaf +SIZE (bsdutils-bsdisks-03a25a7cad28b5342c347360f66d12ef7a20a359_GL0.tar.gz) = 113224 diff --git a/sysutils/btop/Makefile b/sysutils/btop/Makefile index d23dc7ef277..0144419390a 100644 --- a/sysutils/btop/Makefile +++ b/sysutils/btop/Makefile @@ -1,7 +1,6 @@ PORTNAME= btop DISTVERSIONPREFIX= v -DISTVERSION= 1.2.13 -PORTREVISION= 1 +DISTVERSION= 1.3.0 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org @@ -12,12 +11,18 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake -USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= aristocratos -CXXFLAGS_i386= -latomic -CXXFLAGS_powerpc= -latomic MAKE_ARGS= STRIP=true ADDFLAGS="${CXXFLAGS} ${LDFLAGS}" VERBOSE=true +.include + +.if ${OSVERSION} < 1302507 +USE_GCC= yes +.if ${ARCH} == i386 || ${ARCH} == powerpc +LDFLAGS+= -latomic +.endif +.endif + .include diff --git a/sysutils/btop/distinfo b/sysutils/btop/distinfo index 6f5ac5076d3..587f8d7f7fd 100644 --- a/sysutils/btop/distinfo +++ b/sysutils/btop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667780772 -SHA256 (aristocratos-btop-v1.2.13_GH0.tar.gz) = 668dc4782432564c35ad0d32748f972248cc5c5448c9009faeb3445282920e02 -SIZE (aristocratos-btop-v1.2.13_GH0.tar.gz) = 982660 +TIMESTAMP = 1704810075 +SHA256 (aristocratos-btop-v1.3.0_GH0.tar.gz) = 375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf +SIZE (aristocratos-btop-v1.3.0_GH0.tar.gz) = 1142088 diff --git a/sysutils/btop/pkg-plist b/sysutils/btop/pkg-plist index ed04bcbde32..5eb8715bda9 100644 --- a/sysutils/btop/pkg-plist +++ b/sysutils/btop/pkg-plist @@ -3,6 +3,7 @@ share/applications/btop.desktop %%DATADIR%%/README.md %%DATADIR%%/themes/HotPurpleTrafficLight.theme %%DATADIR%%/themes/adapta.theme +%%DATADIR%%/themes/adwaita.theme %%DATADIR%%/themes/ayu.theme %%DATADIR%%/themes/dracula.theme %%DATADIR%%/themes/dusklight.theme @@ -14,6 +15,7 @@ share/applications/btop.desktop %%DATADIR%%/themes/gruvbox_dark.theme %%DATADIR%%/themes/gruvbox_dark_v2.theme %%DATADIR%%/themes/gruvbox_material_dark.theme +%%DATADIR%%/themes/horizon.theme %%DATADIR%%/themes/kyli0x.theme %%DATADIR%%/themes/matcha-dark-sea.theme %%DATADIR%%/themes/monokai.theme diff --git a/sysutils/bupstash/Makefile b/sysutils/bupstash/Makefile index de2d30249f7..8c077540199 100644 --- a/sysutils/bupstash/Makefile +++ b/sysutils/bupstash/Makefile @@ -1,7 +1,7 @@ PORTNAME= bupstash DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= felix@userspace.com.au diff --git a/sysutils/bvm/Makefile b/sysutils/bvm/Makefile index be04afdcc58..c5751e8c373 100644 --- a/sysutils/bvm/Makefile +++ b/sysutils/bvm/Makefile @@ -1,5 +1,6 @@ PORTNAME= bvm PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= guoqiang_cn@126.com @@ -31,6 +32,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/bvm ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/src/bvmb ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/src/bvmdhcp ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/bvm.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/bvm.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/bvm/pkg-plist b/sysutils/bvm/pkg-plist index d9dd3dcbbfa..a0a90e05d19 100644 --- a/sysutils/bvm/pkg-plist +++ b/sysutils/bvm/pkg-plist @@ -6,4 +6,4 @@ bin/bvmdhcp @sample %%ETCDIR%%/switch.conf.sample @sample %%ETCDIR%%/dhcp.conf.sample etc/rc.d/bvmd -man/man8/bvm.8.gz +share/man/man8/bvm.8.gz diff --git a/sysutils/checkrestart/Makefile b/sysutils/checkrestart/Makefile index 06ecabc6d60..772fcb9d9b3 100644 --- a/sysutils/checkrestart/Makefile +++ b/sysutils/checkrestart/Makefile @@ -24,7 +24,7 @@ PERIODIC_SECURITY= etc/periodic/security do-install: ${INSTALL_PROGRAM} ${WRKSRC}/checkrestart ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/checkrestart.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/checkrestart.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_SECURITY} ${INSTALL_SCRIPT} ${WRKDIR}/checkrestart ${STAGEDIR}${PREFIX}/${PERIODIC_SECURITY} diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile index 1d0bfb38daf..376e76eab96 100644 --- a/sysutils/chgrep/Makefile +++ b/sysutils/chgrep/Makefile @@ -1,5 +1,6 @@ PORTNAME= chgrep PORTVERSION= 1.2.4 +PORTREVIDSION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.bmk-it.com/projects/chgrep/files/ @@ -10,12 +11,12 @@ WWW= http://www.bmk-it.com/projects/chgrep/ GNU_CONFIGURE= yes USES= gmake tar:tgz -PLIST_FILES= bin/chgrep man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/chgrep share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/chgrep \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/chgrep.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/clonehdd/Makefile b/sysutils/clonehdd/Makefile index 11f3b906b43..d4d3c7ce2d0 100644 --- a/sysutils/clonehdd/Makefile +++ b/sysutils/clonehdd/Makefile @@ -1,6 +1,6 @@ PORTNAME= clonehdd PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,7 +12,7 @@ LICENSE= GPLv2 USES= perl5 USE_PERL5= run -PLIST_FILES= sbin/clonehdd man/man8/${PORTNAME}.8.gz +PLIST_FILES= sbin/clonehdd share/man/man8/${PORTNAME}.8.gz NO_BUILD= yes PORTDOCS= CHANGES README @@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${STAGEDIR}${PREFIX}/share/man/man8 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/conserve/Makefile b/sysutils/conserve/Makefile index 9a6cd1c0ccd..585804cfc87 100644 --- a/sysutils/conserve/Makefile +++ b/sysutils/conserve/Makefile @@ -1,7 +1,7 @@ PORTNAME= conserve DISTVERSIONPREFIX= v DISTVERSION= 23.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/czkawka/Makefile b/sysutils/czkawka/Makefile index 47f179fa179..d94cba71c68 100644 --- a/sysutils/czkawka/Makefile +++ b/sysutils/czkawka/Makefile @@ -1,6 +1,6 @@ PORTNAME= czkawka DISTVERSION= 6.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org diff --git a/sysutils/daemonize/Makefile b/sysutils/daemonize/Makefile index 5a3053b9424..933412ef3bb 100644 --- a/sysutils/daemonize/Makefile +++ b/sysutils/daemonize/Makefile @@ -22,6 +22,6 @@ PLIST_FILES= bin/daemonize \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/daemonize ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/daemonize.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/daemonize.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/daemontools-encore/Makefile b/sysutils/daemontools-encore/Makefile index 6cab18efed2..35ceb3d847c 100644 --- a/sysutils/daemontools-encore/Makefile +++ b/sysutils/daemontools-encore/Makefile @@ -1,5 +1,6 @@ PORTNAME= daemontools-encore PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/daemontools-encore/ @@ -82,7 +83,7 @@ PLIST_FILES= \ %%DOCSDIR%%/LICENSE \ %%DOCSDIR%%/CHANGES \ %%DOCSDIR%%/CHANGES.djb \ - ${MANFILES:S,^,man/man8/,:S,$,.gz,} + ${MANFILES:S,^,share/man/man8/,:S,$,.gz,} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/svscanboot.sh ${STAGEDIR}${PREFIX}/bin/svscanboot @@ -94,7 +95,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor .for manfile in ${MANFILES} - ${INSTALL_MAN} ${WRKSRC}/${manfile} ${STAGEDIR}${MAN1PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/${manfile} ${STAGEDIR}${PREFIX}/share/man/man8/ .endfor .include diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 03f5f310444..00a8013f5d9 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -1,6 +1,6 @@ PORTNAME= daemontools PORTVERSION= 0.76 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MASTER_SITES= http://cr.yp.to/daemontools/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/:DEFAULT,1 \ @@ -79,9 +79,9 @@ do-install: ${STAGEDIR}${PREFIX}/bin; \ fi \ done) < ${WRKSRC}/../package/commands -.if ${PORT_OPTIONS:MMAN} + +do-install-MAN-on: ${INSTALL_MAN} ${WRKDIR}/daemontools-man/*.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8/ -.endif + ${STAGEDIR}${PREFIX}/share/man/man8/ .include diff --git a/sysutils/daemontools/pkg-plist b/sysutils/daemontools/pkg-plist index 42b2a05c971..905c61712f2 100644 --- a/sysutils/daemontools/pkg-plist +++ b/sysutils/daemontools/pkg-plist @@ -15,20 +15,20 @@ bin/envuidgid bin/envdir bin/setlock bin/readproctitle -%%MAN%%man/man8/multilog.8.gz -%%MAN%%man/man8/tai64n.8.gz -%%MAN%%man/man8/pgrphack.8.gz -%%MAN%%man/man8/svscan.8.gz -%%MAN%%man/man8/fghack.8.gz -%%MAN%%man/man8/svscanboot.8.gz -%%MAN%%man/man8/setlock.8.gz -%%MAN%%man/man8/readproctitle.8.gz -%%MAN%%man/man8/envuidgid.8.gz -%%MAN%%man/man8/setuidgid.8.gz -%%MAN%%man/man8/envdir.8.gz -%%MAN%%man/man8/softlimit.8.gz -%%MAN%%man/man8/supervise.8.gz -%%MAN%%man/man8/svc.8.gz -%%MAN%%man/man8/tai64nlocal.8.gz -%%MAN%%man/man8/svstat.8.gz -%%MAN%%man/man8/svok.8.gz +%%MAN%%share/man/man8/multilog.8.gz +%%MAN%%share/man/man8/tai64n.8.gz +%%MAN%%share/man/man8/pgrphack.8.gz +%%MAN%%share/man/man8/svscan.8.gz +%%MAN%%share/man/man8/fghack.8.gz +%%MAN%%share/man/man8/svscanboot.8.gz +%%MAN%%share/man/man8/setlock.8.gz +%%MAN%%share/man/man8/readproctitle.8.gz +%%MAN%%share/man/man8/envuidgid.8.gz +%%MAN%%share/man/man8/setuidgid.8.gz +%%MAN%%share/man/man8/envdir.8.gz +%%MAN%%share/man/man8/softlimit.8.gz +%%MAN%%share/man/man8/supervise.8.gz +%%MAN%%share/man/man8/svc.8.gz +%%MAN%%share/man/man8/tai64nlocal.8.gz +%%MAN%%share/man/man8/svstat.8.gz +%%MAN%%share/man/man8/svok.8.gz diff --git a/sysutils/ddh/Makefile b/sysutils/ddh/Makefile index c31345d60fc..833dfe5f74f 100644 --- a/sysutils/ddh/Makefile +++ b/sysutils/ddh/Makefile @@ -1,7 +1,7 @@ PORTNAME= ddh DISTVERSIONPREFIX= win DISTVERSION= 64 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/ddrescue/Makefile b/sysutils/ddrescue/Makefile index 18856f5f77e..fffc8006357 100644 --- a/sysutils/ddrescue/Makefile +++ b/sysutils/ddrescue/Makefile @@ -1,5 +1,6 @@ PORTNAME= ddrescue PORTVERSION= 1.27 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= GNU @@ -17,8 +18,8 @@ CONFIGURE_ARGS= CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" \ INFO= ddrescue PLIST_FILES= bin/ddrescue \ bin/ddrescuelog \ - man/man1/ddrescue.1.gz \ - man/man1/ddrescuelog.1.gz + share/man/man1/ddrescue.1.gz \ + share/man/man1/ddrescuelog.1.gz PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS @@ -26,7 +27,7 @@ OPTIONS_DEFINE= DOCS do-install: .for i in ddrescue ddrescuelog ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${i}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${i}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor ${INSTALL_DATA} ${WRKSRC}/doc/ddrescue.info ${STAGEDIR}${PREFIX}/${INFO_PATH} diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index baff0b53bf4..774dc3fd51f 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -1,6 +1,6 @@ PORTNAME= debootstrap PORTVERSION= ${DEB_VERSION}n${DEB_NMU} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${DEB_VERSION}+nmu${DEB_NMU} @@ -45,6 +45,6 @@ post-patch: post-install: ${INSTALL_MAN} ${WRKSRC}/debootstrap.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8/debootstrap.8 + ${STAGEDIR}${PREFIX}/share/man/man8/debootstrap.8 .include diff --git a/sysutils/debootstrap/pkg-plist b/sysutils/debootstrap/pkg-plist index 69d1d3a9659..48844c2652e 100644 --- a/sysutils/debootstrap/pkg-plist +++ b/sysutils/debootstrap/pkg-plist @@ -1,4 +1,4 @@ -man/man8/debootstrap.8.gz +share/man/man8/debootstrap.8.gz sbin/debootstrap %%DATADIR%%/functions %%DATADIR%%/scripts/aequorea diff --git a/sysutils/deltup/Makefile b/sysutils/deltup/Makefile index f6a63741485..1e7afd73d00 100644 --- a/sysutils/deltup/Makefile +++ b/sysutils/deltup/Makefile @@ -1,6 +1,7 @@ PORTNAME= deltup DISTVERSIONPREFIX= v DISTVERSION= 0.4.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/jjwhitney/Deltup/archive/refs/tags/ \ http://www.bzip.org/${BZIP2_102}/:bzip2102src \ @@ -38,7 +39,7 @@ WRKSRC_BZIP2_103= ${WRKDIR}/bzip2-${BZIP2_103} PLIST_FILES= bin/bzip2_1.0.2 \ bin/bzip2_1.0.3 \ bin/deltup \ - man/man1/deltup.1.gz + share/man/man1/deltup.1.gz PORTDOCS= ChangeLog README @@ -63,7 +64,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/deltup ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC_BZIP2_102}/bzip2 ${STAGEDIR}${PREFIX}/bin/bzip2_1.0.2 ${INSTALL_PROGRAM} ${WRKSRC_BZIP2_103}/bzip2 ${STAGEDIR}${PREFIX}/bin/bzip2_1.0.3 - ${INSTALL_MAN} ${WRKSRC}/deltup.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/deltup.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/${i} diff --git a/sysutils/diskcheckd/Makefile b/sysutils/diskcheckd/Makefile index d6519ea75a4..07df123bedf 100644 --- a/sysutils/diskcheckd/Makefile +++ b/sysutils/diskcheckd/Makefile @@ -1,5 +1,6 @@ PORTNAME= diskcheckd PORTVERSION= 20150220 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= # part of port DISTFILES= # part of port @@ -27,7 +28,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/diskcheckd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${FILESDIR}/diskcheckd.conf ${STAGEDIR}${PREFIX}/etc/diskcheckd.conf.sample - ${INSTALL_MAN} ${WRKSRC}/diskcheckd.8 ${STAGEDIR}${MAN8PREFIX}/man/man5/diskcheckd.conf.5 - ${INSTALL_MAN} ${WRKSRC}/diskcheckd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/diskcheckd.8 ${STAGEDIR}${PREFIX}/share/man/man5/diskcheckd.conf.5 + ${INSTALL_MAN} ${WRKSRC}/diskcheckd.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/diskcheckd/pkg-plist b/sysutils/diskcheckd/pkg-plist index 084e994cbdd..a45b7a3e42d 100644 --- a/sysutils/diskcheckd/pkg-plist +++ b/sysutils/diskcheckd/pkg-plist @@ -1,4 +1,4 @@ @sample etc/diskcheckd.conf.sample -man/man5/diskcheckd.conf.5.gz -man/man8/diskcheckd.8.gz +share/man/man5/diskcheckd.conf.5.gz +share/man/man8/diskcheckd.8.gz sbin/diskcheckd diff --git a/sysutils/diskonaut/Makefile b/sysutils/diskonaut/Makefile index b65dbae8866..6e4e687c929 100644 --- a/sysutils/diskonaut/Makefile +++ b/sysutils/diskonaut/Makefile @@ -1,6 +1,6 @@ PORTNAME= diskonaut PORTVERSION= 0.11.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/diskus/Makefile b/sysutils/diskus/Makefile index b07986c7736..d495b9ad588 100644 --- a/sysutils/diskus/Makefile +++ b/sysutils/diskus/Makefile @@ -1,7 +1,7 @@ PORTNAME= diskus DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 16 +PORTREVISION= 18 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com @@ -56,17 +56,16 @@ CARGO_CRATES= ansi_term-0.11.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/diskus \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= *.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/diskus - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include diff --git a/sysutils/dtrace-toolkit/Makefile b/sysutils/dtrace-toolkit/Makefile index 8847c48f853..f741b6fb743 100644 --- a/sysutils/dtrace-toolkit/Makefile +++ b/sysutils/dtrace-toolkit/Makefile @@ -1,6 +1,6 @@ PORTNAME= dtrace-toolkit PORTVERSION= 1.0 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org @@ -96,7 +96,7 @@ do-install: .for MANPAGE in dtruss hotkernel procsystime opensnoop shellsnoop ${RLN} ${STAGEDIR}${DATADIR}/Man/man1m/${MANPAGE}.1m \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/${MANPAGE}.1 + ${STAGEDIR}${PREFIX}/share/man/man1/${MANPAGE}.1 .endfor ${ECHO_CMD} 'MANPATH ${DATADIR}/Man' > ${STAGEDIR}${PREFIX}/etc/man.d/${PORTNAME}.conf diff --git a/sysutils/dtrace-toolkit/pkg-plist b/sysutils/dtrace-toolkit/pkg-plist index ecbb9490d06..355de387a4c 100644 --- a/sysutils/dtrace-toolkit/pkg-plist +++ b/sysutils/dtrace-toolkit/pkg-plist @@ -3,11 +3,11 @@ bin/hotkernel bin/opensnoop bin/procsystime bin/shellsnoop -man/man1/dtruss.1.gz -man/man1/hotkernel.1.gz -man/man1/opensnoop.1.gz -man/man1/procsystime.1.gz -man/man1/shellsnoop.1.gz +share/man/man1/dtruss.1.gz +share/man/man1/hotkernel.1.gz +share/man/man1/opensnoop.1.gz +share/man/man1/procsystime.1.gz +share/man/man1/shellsnoop.1.gz %%DATADIR%%/Apps/Readme %%DATADIR%%/Apps/httpdstat.d %%DATADIR%%/Apps/nfswizard.d diff --git a/sysutils/du2ps/Makefile b/sysutils/du2ps/Makefile index 10914ebf76d..9a0ce198083 100644 --- a/sysutils/du2ps/Makefile +++ b/sysutils/du2ps/Makefile @@ -1,5 +1,6 @@ PORTNAME= du2ps PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://line.to/mac/soft/du2ps/ @@ -16,7 +17,7 @@ USES= tar:tgz ALL_TARGET= # empty MAKE_ARGS= CFLAGS="${CFLAGS}" -PLIST_FILES= bin/du2ps man/ja/man1/du2ps.1.gz man/man1/du2ps.1.gz +PLIST_FILES= bin/du2ps share/man/ja/man1/du2ps.1.gz share/man/man1/du2ps.1.gz PORTDOCS= README.ver1 README.ver2 README.xdu du2ps.pdf du2psj.pdf OPTIONS_DEFINE= DOCS @@ -26,9 +27,10 @@ post-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/du2ps ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/du2ps.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/du2ps.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1/ ${INSTALL_MAN} ${WRKSRC}/du2ps.1.ja \ - ${STAGEDIR}${MANPREFIX}/man/ja/man1/du2ps.1 + ${STAGEDIR}${PREFIX}/share/man/ja/man1/du2ps.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index 753d58b29e1..744396cdc7c 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= dua-cli DISTVERSIONPREFIX= v DISTVERSION= 2.20.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/dust/Makefile b/sysutils/dust/Makefile index cdc4d27e244..c06f57ba14e 100644 --- a/sysutils/dust/Makefile +++ b/sysutils/dust/Makefile @@ -1,7 +1,7 @@ PORTNAME= dust DISTVERSIONPREFIX= v -DISTVERSION= 0.8.6 -PORTREVISION= 5 +DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org @@ -19,7 +19,7 @@ OPTIONS_DEFINE= EXAMPLES post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dust - ${INSTALL_MAN} ${WRKSRC}/man-page/dust.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man-page/dust.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/completions/dust.bash ${STAGEDIR}${PREFIX}/share/bash-completion/completions/dust ${INSTALL_DATA} ${WRKSRC}/completions/dust.fish ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d ${INSTALL_DATA} ${WRKSRC}/completions/_dust ${STAGEDIR}${PREFIX}/share/zsh/site-functions diff --git a/sysutils/dust/Makefile.crates b/sysutils/dust/Makefile.crates index 55fa759502c..9c2f2da77c7 100644 --- a/sysutils/dust/Makefile.crates +++ b/sysutils/dust/Makefile.crates @@ -1,106 +1,94 @@ -CARGO_CRATES= aho-corasick-1.0.1 \ +CARGO_CRATES= aho-corasick-1.1.2 \ ansi_term-0.12.1 \ - anstyle-1.0.0 \ - assert_cmd-2.0.11 \ - atty-0.2.14 \ + anstream-0.6.4 \ + anstyle-1.0.4 \ + anstyle-parse-0.2.2 \ + anstyle-query-1.0.0 \ + anstyle-wincon-3.0.1 \ + assert_cmd-2.0.12 \ autocfg-1.1.0 \ bitflags-1.3.2 \ - bstr-1.4.0 \ - cc-1.0.79 \ + bitflags-2.4.1 \ + bstr-1.8.0 \ cfg-if-1.0.0 \ - clap-3.2.25 \ - clap_complete-3.2.5 \ - clap_lex-0.2.4 \ - clap_mangen-0.1.11 \ + clap-4.4.8 \ + clap_builder-4.4.8 \ + clap_complete-4.4.4 \ + clap_lex-0.6.0 \ + clap_mangen-0.2.15 \ + colorchoice-1.0.0 \ config-file-0.2.3 \ core-foundation-sys-0.8.4 \ - crossbeam-channel-0.5.8 \ crossbeam-deque-0.8.3 \ - crossbeam-epoch-0.9.14 \ - crossbeam-utils-0.8.15 \ + crossbeam-epoch-0.9.15 \ + crossbeam-utils-0.8.16 \ difflib-0.4.0 \ directories-4.0.1 \ dirs-sys-0.3.7 \ doc-comment-0.3.3 \ - either-1.8.1 \ - errno-0.3.1 \ - errno-dragonfly-0.1.2 \ - fastrand-1.9.0 \ - getrandom-0.2.9 \ - hashbrown-0.12.3 \ - hermit-abi-0.1.19 \ - hermit-abi-0.2.6 \ - hermit-abi-0.3.1 \ - indexmap-1.9.3 \ - instant-0.1.12 \ - io-lifetimes-1.0.10 \ - itertools-0.10.5 \ + either-1.9.0 \ + errno-0.3.7 \ + fastrand-2.0.1 \ + getrandom-0.2.11 \ + hermit-abi-0.3.3 \ + io-lifetimes-1.0.11 \ + itertools-0.11.0 \ lazy_static-1.4.0 \ - libc-0.2.142 \ - linux-raw-sys-0.3.7 \ + libc-0.2.150 \ + libredox-0.0.1 \ + linux-raw-sys-0.3.8 \ + linux-raw-sys-0.4.11 \ lscolors-0.13.0 \ - memchr-2.5.0 \ - memoffset-0.8.0 \ + memchr-2.6.4 \ + memoffset-0.9.0 \ ntapi-0.4.1 \ nu-ansi-term-0.46.0 \ - num_cpus-1.15.0 \ - once_cell-1.17.1 \ - os_str_bytes-6.5.0 \ + once_cell-1.18.0 \ overload-0.1.1 \ - predicates-3.0.3 \ + predicates-3.0.4 \ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ - proc-macro2-1.0.56 \ - quote-1.0.26 \ - rayon-1.7.0 \ - rayon-core-1.11.0 \ - redox_syscall-0.2.16 \ - redox_syscall-0.3.5 \ - redox_users-0.4.3 \ - regex-1.8.1 \ - regex-automata-0.1.10 \ - regex-syntax-0.7.1 \ + proc-macro2-1.0.69 \ + quote-1.0.33 \ + 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 \ roff-0.2.1 \ - rustix-0.37.19 \ - scopeguard-1.1.0 \ - serde-1.0.162 \ - serde_derive-1.0.162 \ + rustix-0.37.27 \ + rustix-0.38.25 \ + scopeguard-1.2.0 \ + serde-1.0.193 \ + serde_derive-1.0.193 \ stfu8-0.2.6 \ strsim-0.10.0 \ - syn-2.0.15 \ + syn-2.0.39 \ sysinfo-0.27.8 \ - tempfile-3.5.0 \ - termcolor-1.2.0 \ + tempfile-3.8.1 \ terminal_size-0.2.6 \ termtree-0.4.1 \ - textwrap-0.16.0 \ - thiserror-1.0.40 \ - thiserror-impl-1.0.40 \ + thiserror-1.0.50 \ + thiserror-impl-1.0.50 \ thousands-0.2.0 \ toml-0.5.11 \ - unicode-ident-1.0.8 \ - unicode-width-0.1.10 \ + unicode-ident-1.0.12 \ + unicode-width-0.1.11 \ + utf8parse-0.2.1 \ wait-timeout-0.2.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ 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.45.0 \ windows-sys-0.48.0 \ - windows-targets-0.42.2 \ - windows-targets-0.48.0 \ - windows_aarch64_gnullvm-0.42.2 \ - windows_aarch64_gnullvm-0.48.0 \ - windows_aarch64_msvc-0.42.2 \ - windows_aarch64_msvc-0.48.0 \ - windows_i686_gnu-0.42.2 \ - windows_i686_gnu-0.48.0 \ - windows_i686_msvc-0.42.2 \ - windows_i686_msvc-0.48.0 \ - windows_x86_64_gnu-0.42.2 \ - windows_x86_64_gnu-0.48.0 \ - windows_x86_64_gnullvm-0.42.2 \ - windows_x86_64_gnullvm-0.48.0 \ - windows_x86_64_msvc-0.42.2 \ - windows_x86_64_msvc-0.48.0 + windows-targets-0.48.5 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_msvc-0.48.5 \ + windows_i686_gnu-0.48.5 \ + windows_i686_msvc-0.48.5 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_msvc-0.48.5 diff --git a/sysutils/dust/distinfo b/sysutils/dust/distinfo index 7d104ea157d..f81464fb4d1 100644 --- a/sysutils/dust/distinfo +++ b/sysutils/dust/distinfo @@ -1,44 +1,52 @@ -TIMESTAMP = 1683318398 -SHA256 (rust/crates/aho-corasick-1.0.1.crate) = 67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04 -SIZE (rust/crates/aho-corasick-1.0.1.crate) = 167320 +TIMESTAMP = 1704844050 +SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 +SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 -SHA256 (rust/crates/anstyle-1.0.0.crate) = 41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d -SIZE (rust/crates/anstyle-1.0.0.crate) = 13972 -SHA256 (rust/crates/assert_cmd-2.0.11.crate) = 86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151 -SIZE (rust/crates/assert_cmd-2.0.11.crate) = 25346 -SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.crate) = 5470 +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/assert_cmd-2.0.12.crate) = 88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6 +SIZE (rust/crates/assert_cmd-2.0.12.crate) = 25347 SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa 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/bstr-1.4.0.crate) = c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09 -SIZE (rust/crates/bstr-1.4.0.crate) = 345921 -SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f -SIZE (rust/crates/cc-1.0.79.crate) = 62624 +SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 +SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 +SHA256 (rust/crates/bstr-1.8.0.crate) = 542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c +SIZE (rust/crates/bstr-1.8.0.crate) = 380176 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/clap-3.2.25.crate) = 4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123 -SIZE (rust/crates/clap-3.2.25.crate) = 219403 -SHA256 (rust/crates/clap_complete-3.2.5.crate) = 3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8 -SIZE (rust/crates/clap_complete-3.2.5.crate) = 31625 -SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5 -SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652 -SHA256 (rust/crates/clap_mangen-0.1.11.crate) = 105180c05a72388d5f5e4e4f6c79eecb92497bda749fa8f963a16647c5d5377f -SIZE (rust/crates/clap_mangen-0.1.11.crate) = 13993 +SHA256 (rust/crates/clap-4.4.8.crate) = 2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64 +SIZE (rust/crates/clap-4.4.8.crate) = 54609 +SHA256 (rust/crates/clap_builder-4.4.8.crate) = 07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc +SIZE (rust/crates/clap_builder-4.4.8.crate) = 163164 +SHA256 (rust/crates/clap_complete-4.4.4.crate) = bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae +SIZE (rust/crates/clap_complete-4.4.4.crate) = 37405 +SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 +SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 +SHA256 (rust/crates/clap_mangen-0.2.15.crate) = d3be86020147691e1d2ef58f75346a3d4d94807bfc473e377d52f09f0f7d77f7 +SIZE (rust/crates/clap_mangen-0.2.15.crate) = 14020 +SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 +SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 SHA256 (rust/crates/config-file-0.2.3.crate) = df51e72c150781d2c7d4cbcb0b803277caaa80476786994a62961a8f1010dafb SIZE (rust/crates/config-file-0.2.3.crate) = 3652 SHA256 (rust/crates/core-foundation-sys-0.8.4.crate) = e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa SIZE (rust/crates/core-foundation-sys-0.8.4.crate) = 17725 -SHA256 (rust/crates/crossbeam-channel-0.5.8.crate) = a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200 -SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455 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.14.crate) = 46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695 -SIZE (rust/crates/crossbeam-epoch-0.9.14.crate) = 48524 -SHA256 (rust/crates/crossbeam-utils-0.8.15.crate) = 3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b -SIZE (rust/crates/crossbeam-utils-0.8.15.crate) = 42326 +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/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8 SIZE (rust/crates/difflib-0.4.0.crate) = 7638 SHA256 (rust/crates/directories-4.0.1.crate) = f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210 @@ -47,122 +55,108 @@ SHA256 (rust/crates/dirs-sys-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d4 SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597 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/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/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be -SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 -SHA256 (rust/crates/getrandom-0.2.9.crate) = c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4 -SIZE (rust/crates/getrandom-0.2.9.crate) = 34457 -SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 -SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -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/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 -SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -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.10.crate) = 9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220 -SIZE (rust/crates/io-lifetimes-1.0.10.crate) = 37294 -SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 -SIZE (rust/crates/itertools-0.10.5.crate) = 115354 +SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 +SIZE (rust/crates/either-1.9.0.crate) = 16660 +SHA256 (rust/crates/errno-0.3.7.crate) = f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8 +SIZE (rust/crates/errno-0.3.7.crate) = 10712 +SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 +SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 +SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f +SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 +SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 +SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 +SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 +SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 +SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 +SIZE (rust/crates/itertools-0.11.0.crate) = 125074 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.142.crate) = 6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317 -SIZE (rust/crates/libc-0.2.142.crate) = 679343 -SHA256 (rust/crates/linux-raw-sys-0.3.7.crate) = ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f -SIZE (rust/crates/linux-raw-sys-0.3.7.crate) = 1013423 +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/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.11.crate) = 969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829 +SIZE (rust/crates/linux-raw-sys-0.4.11.crate) = 1413981 SHA256 (rust/crates/lscolors-0.13.0.crate) = c2dedc85d67baf5327114fad78ab9418f8893b1121c17d5538dd11005ad1ddf2 SIZE (rust/crates/lscolors-0.13.0.crate) = 21948 -SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d -SIZE (rust/crates/memchr-2.5.0.crate) = 65812 -SHA256 (rust/crates/memoffset-0.8.0.crate) = d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1 -SIZE (rust/crates/memoffset-0.8.0.crate) = 8912 +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/ntapi-0.4.1.crate) = e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4 SIZE (rust/crates/ntapi-0.4.1.crate) = 126552 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/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b -SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680 -SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 -SIZE (rust/crates/once_cell-1.17.1.crate) = 32856 -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/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d +SIZE (rust/crates/once_cell-1.18.0.crate) = 32969 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 -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-macro2-1.0.56.crate) = 2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435 -SIZE (rust/crates/proc-macro2-1.0.56.crate) = 44454 -SHA256 (rust/crates/quote-1.0.26.crate) = 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc -SIZE (rust/crates/quote-1.0.26.crate) = 28397 -SHA256 (rust/crates/rayon-1.7.0.crate) = 1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b -SIZE (rust/crates/rayon-1.7.0.crate) = 169488 -SHA256 (rust/crates/rayon-core-1.11.0.crate) = 4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d -SIZE (rust/crates/rayon-core-1.11.0.crate) = 73118 -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_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b -SIZE (rust/crates/redox_users-0.4.3.crate) = 15353 -SHA256 (rust/crates/regex-1.8.1.crate) = af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370 -SIZE (rust/crates/regex-1.8.1.crate) = 248412 -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.1.crate) = a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c -SIZE (rust/crates/regex-syntax-0.7.1.crate) = 339705 +SHA256 (rust/crates/proc-macro2-1.0.69.crate) = 134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da +SIZE (rust/crates/proc-macro2-1.0.69.crate) = 44271 +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/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/roff-0.2.1.crate) = b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316 SIZE (rust/crates/roff-0.2.1.crate) = 10605 -SHA256 (rust/crates/rustix-0.37.19.crate) = acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d -SIZE (rust/crates/rustix-0.37.19.crate) = 323809 -SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -SHA256 (rust/crates/serde-1.0.162.crate) = 71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6 -SIZE (rust/crates/serde-1.0.162.crate) = 77030 -SHA256 (rust/crates/serde_derive-1.0.162.crate) = a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6 -SIZE (rust/crates/serde_derive-1.0.162.crate) = 55076 +SHA256 (rust/crates/rustix-0.37.27.crate) = fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2 +SIZE (rust/crates/rustix-0.37.27.crate) = 324534 +SHA256 (rust/crates/rustix-0.38.25.crate) = dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e +SIZE (rust/crates/rustix-0.38.25.crate) = 362735 +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/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-2.0.15.crate) = a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822 -SIZE (rust/crates/syn-2.0.15.crate) = 240785 +SHA256 (rust/crates/syn-2.0.39.crate) = 23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a +SIZE (rust/crates/syn-2.0.39.crate) = 244129 SHA256 (rust/crates/sysinfo-0.27.8.crate) = a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33 SIZE (rust/crates/sysinfo-0.27.8.crate) = 145438 -SHA256 (rust/crates/tempfile-3.5.0.crate) = b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998 -SIZE (rust/crates/tempfile-3.5.0.crate) = 31129 -SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6 -SIZE (rust/crates/termcolor-1.2.0.crate) = 17917 +SHA256 (rust/crates/tempfile-3.8.1.crate) = 7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5 +SIZE (rust/crates/tempfile-3.8.1.crate) = 32164 SHA256 (rust/crates/terminal_size-0.2.6.crate) = 8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237 SIZE (rust/crates/terminal_size-0.2.6.crate) = 10585 SHA256 (rust/crates/termtree-0.4.1.crate) = 3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76 SIZE (rust/crates/termtree-0.4.1.crate) = 4557 -SHA256 (rust/crates/textwrap-0.16.0.crate) = 222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d -SIZE (rust/crates/textwrap-0.16.0.crate) = 53722 -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.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/thousands-0.2.0.crate) = 3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820 SIZE (rust/crates/thousands-0.2.0.crate) = 11060 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.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4 -SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962 -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/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 SIZE (rust/crates/wait-timeout-0.2.0.crate) = 12441 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 @@ -171,45 +165,27 @@ 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.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.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 -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-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_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_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_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_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_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_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_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 (bootandy-dust-v0.8.6_GH0.tar.gz) = feede818e814011207c5bfeaf06dd9fc95825c59ab70942aa9b9314791c5d6b6 -SIZE (bootandy-dust-v0.8.6_GH0.tar.gz) = 102584 +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.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +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.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +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.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +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.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (bootandy-dust-v0.9.0_GH0.tar.gz) = 70efd66e662fcd93bbc6cf2f8c3104a1de7e52090f709e9040a34bdc7c72ea9c +SIZE (bootandy-dust-v0.9.0_GH0.tar.gz) = 104067 diff --git a/sysutils/dust/pkg-plist b/sysutils/dust/pkg-plist index 9a0a1d7ac32..99d096c649f 100644 --- a/sysutils/dust/pkg-plist +++ b/sysutils/dust/pkg-plist @@ -1,5 +1,5 @@ bin/dust -man/man1/dust.1.gz +share/man/man1/dust.1.gz share/bash-completion/completions/dust share/fish/vendor_completions.d/dust.fish share/zsh/site-functions/_dust diff --git a/sysutils/dutree/Makefile b/sysutils/dutree/Makefile index 2050d67bed1..57128c47448 100644 --- a/sysutils/dutree/Makefile +++ b/sysutils/dutree/Makefile @@ -1,7 +1,7 @@ PORTNAME= dutree DISTVERSIONPREFIX= v DISTVERSION= 0.2.15 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils PATCH_SITES= https://github.com/nachoparker/dutree/commit/ diff --git a/sysutils/dvd+rw-tools/Makefile b/sysutils/dvd+rw-tools/Makefile index f12c178e8ab..bc5bbacd7c6 100644 --- a/sysutils/dvd+rw-tools/Makefile +++ b/sysutils/dvd+rw-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= dvd+rw-tools PORTVERSION= 7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.pkix.net/mirror/fy.chalmers.se/ \ http://fy.chalmers.se/~appro/linux/DVD+RW/tools/ @@ -27,7 +27,7 @@ USES= gmake BIN_FILES= dvd+rw-booktype dvd+rw-format dvd+rw-mediainfo \ dvd-ram-control growisofs PLIST_FILES= ${BIN_FILES:S|^|bin/|} \ - man/man1/growisofs.1.gz + share/man/man1/growisofs.1.gz PORTDOCS= index.html OPTIONS_DEFINE= DOCS @@ -39,7 +39,7 @@ do-install: .for i in ${BIN_FILES} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin .endfor - ${INSTALL_MAN} ${WRKSRC}/growisofs.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/growisofs.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/dwatch/Makefile b/sysutils/dwatch/Makefile index 488510babee..49d200317ef 100644 --- a/sysutils/dwatch/Makefile +++ b/sysutils/dwatch/Makefile @@ -1,6 +1,6 @@ PORTNAME= dwatch PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://siag.nu/pub/dwatch/ @@ -11,7 +11,7 @@ WWW= https://siag.nu/dwatch/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -PLIST_FILES= bin/dwatch etc/dwatch.conf-dist man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/dwatch etc/dwatch.conf-dist share/man/man1/${PORTNAME}.1.gz CFLAGS+= -DETCDIR="\"${PREFIX}/etc\"" \ -DPS="\"/bin/ps -ax\"" @@ -21,7 +21,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dwatch ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dwatch.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dwatch.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/dwatch.conf ${STAGEDIR}${PREFIX}/etc/dwatch.conf-dist .include diff --git a/sysutils/erdtree/Makefile b/sysutils/erdtree/Makefile index 8b7f41e14cf..33468b7190f 100644 --- a/sysutils/erdtree/Makefile +++ b/sysutils/erdtree/Makefile @@ -1,7 +1,7 @@ PORTNAME= erdtree DISTVERSIONPREFIX= v DISTVERSION= 3.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= se@FreeBSD.org diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index ec5f4e6d355..60967ee7814 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -1,7 +1,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile index 0fb33fb7fbe..b2ddab40d4d 100644 --- a/sysutils/extipl/Makefile +++ b/sysutils/extipl/Makefile @@ -1,5 +1,6 @@ PORTNAME= extipl PORTVERSION= 5.04 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= OSDN/${PORTNAME} @@ -24,7 +25,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/English diff --git a/sysutils/extipl/pkg-plist b/sysutils/extipl/pkg-plist index 598b1a62115..47318b3b3cc 100644 --- a/sysutils/extipl/pkg-plist +++ b/sysutils/extipl/pkg-plist @@ -1,5 +1,5 @@ -man/man8/extipl.8.gz sbin/extipl +share/man/man8/extipl.8.gz %%PORTDOCS%%%%DOCSDIR%%/English/extipl.txt %%PORTDOCS%%%%DOCSDIR%%/English/scorpius.txt %%PORTDOCS%%%%DOCSDIR%%/English/techical.txt diff --git a/sysutils/eza/Makefile b/sysutils/eza/Makefile index a328bc631c4..c3aa61a654a 100644 --- a/sysutils/eza/Makefile +++ b/sysutils/eza/Makefile @@ -1,6 +1,7 @@ PORTNAME= eza DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= kdeguchi@sz.tokoha-u.ac.jp diff --git a/sysutils/faketty/Makefile b/sysutils/faketty/Makefile index 9a81520d3fd..e0ad85297e8 100644 --- a/sysutils/faketty/Makefile +++ b/sysutils/faketty/Makefile @@ -1,5 +1,6 @@ PORTNAME= faketty DISTVERSION= 1.0.14 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/fastfetch/Makefile b/sysutils/fastfetch/Makefile index 8dd15e1689a..66de98a0cb0 100644 --- a/sysutils/fastfetch/Makefile +++ b/sysutils/fastfetch/Makefile @@ -1,5 +1,6 @@ PORTNAME= fastfetch DISTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org @@ -11,10 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libyyjson.so:devel/yyjson -FLAVORS= full lite -FLAVOR?= ${FLAVORS:[1]} -lite_PKGNAMESUFFIX= -lite - USES= cmake:testing localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= fastfetch-cli @@ -22,10 +19,8 @@ GH_ACCOUNT= fastfetch-cli OPTIONS_DEFINE= LIBPCI VULKAN WAYLAND XCB GIO DCONF DBUS XFCONF \ SQLITE3 IMAGEMAGICK CHAFA GLX OPENCL PULSEAUDIO -.if ${FLAVOR} == full OPTIONS_DEFAULT= VULKAN WAYLAND XCB GIO DCONF DBUS XFCONF \ SQLITE3 IMAGEMAGICK CHAFA GLX OPENCL PULSEAUDIO -.endif DCONF_DESC= Needed for values that are only stored in DConf + Fallback for GSettings CHAFA_DESC= Image output as ascii art @@ -36,61 +31,48 @@ XFCONF_DESC= Needed for XFWM theme and XFCE Terminal font LIBPCI_CMAKE_BOOL= ENABLE_LIBPCI LIBPCI_BUILD_DEPENDS= ${LOCALBASE}/lib/libpci.so:devel/libpci -LIBPCI_RUN_DEPENDS= ${LOCALBASE}/lib/libpci.so:devel/libpci VULKAN_CMAKE_BOOL= ENABLE_VULKAN VULKAN_BUILD_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader \ ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers -VULKAN_RUN_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader WAYLAND_CMAKE_BOOL= ENABLE_WAYLAND WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/lib/libwayland-server.so:graphics/wayland -WAYLAND_RUN_DEPENDS= ${LOCALBASE}/lib/libwayland-server.so:graphics/wayland XCB_CMAKE_BOOL= ENABLE_XCB ENABLE_XCB_RANDR XCB_BUILD_DEPENDS= ${LOCALBASE}/lib/libxcb-randr.so:x11/libxcb -XCB_RUN_DEPENDS= ${LOCALBASE}/lib/libxcb-randr.so:x11/libxcb GIO_CMAKE_BOOL= ENABLE_GIO GIO_BUILD_DEPENDS= ${LOCALBASE}/lib/libgio-2.0.so:devel/glib20 -GIO_RUN_DEPENDS= ${LOCALBASE}/lib/libgio-2.0.so:devel/glib20 DBUS_CMAKE_BOOL= ENABLE_DBUS DBUS_BUILD_DEPENDS= ${LOCALBASE}/lib/libdbus-1.so:devel/dbus -DBUS_RUN_DEPENDS= ${LOCALBASE}/lib/libdbus-1.so:devel/dbus DCONF_CMAKE_BOOL= ENABLE_DCONF DCONF_BUILD_DEPENDS= ${LOCALBASE}/lib/libdconf.so:devel/dconf -DCONF_RUN_DEPENDS= ${LOCALBASE}/lib/libdconf.so:devel/dconf XFCONF_CMAKE_BOOL= ENABLE_XFCONF XFCONF_BUILD_DEPENDS= ${LOCALBASE}/lib/libxfconf-0.so:x11/xfce4-conf -XFCONF_RUN_DEPENDS= ${LOCALBASE}/lib/libxfconf-0.so:x11/xfce4-conf SQLITE3_CMAKE_BOOL= ENABLE_SQLITE3 SQLITE3_BUILD_DEPENDS= ${LOCALBASE}/lib/libsqlite3.so:databases/sqlite3 -SQLITE3_RUN_DEPENDS= ${LOCALBASE}/lib/libsqlite3.so:databases/sqlite3 IMAGEMAGICK_CMAKE_BOOL= ENABLE_IMAGEMAGICK7 -IMAGEMAGICK_USES= magick:7,build,run +IMAGEMAGICK_USES= magick:7,build CHAFA_IMPLIES= IMAGEMAGICK CHAFA_CMAKE_BOOL= ENABLE_CHAFA CHAFA_BUILD_DEPENDS= ${LOCALBASE}/lib/libchafa.so:graphics/chafa -CHAFA_RUN_DEPENDS= ${LOCALBASE}/lib/libchafa.so:graphics/chafa GLX_CMAKE_BOOL= ENABLE_GLX GLX_BUILD_DEPENDS= ${LOCALBASE}/lib/libGLX.so:graphics/libglvnd -GLX_RUN_DEPENDS= ${LOCALBASE}/lib/libGLX.so:graphics/libglvnd OPENCL_CMAKE_BOOL= ENABLE_OPENCL OPENCL_BUILD_DEPENDS= ${LOCALBASE}/lib/libOpenCL.so:devel/ocl-icd \ ${LOCALBASE}/include/CL/cl.h:devel/opencl -OPENCL_RUN_DEPENDS= ${LOCALBASE}/lib/libOpenCL.so:devel/ocl-icd PULSEAUDIO_CMAKE_BOOL= ENABLE_PULSE PULSEAUDIO_BUILD_DEPENDS= ${LOCALBASE}/lib/libpulse.so:audio/pulseaudio -PULSEAUDIO_RUN_DEPENDS= ${LOCALBASE}/lib/libpulse.so:audio/pulseaudio CMAKE_ARGS= -DTARGET_DIR_ETC:STRING="${LOCALBASE}/etc" \ -DENABLE_SYSTEM_YYJSON:BOOL=ON diff --git a/sysutils/fclones/Makefile b/sysutils/fclones/Makefile index 89470c9243e..eccebea0d18 100644 --- a/sysutils/fclones/Makefile +++ b/sysutils/fclones/Makefile @@ -1,7 +1,7 @@ PORTNAME= fclones DISTVERSIONPREFIX= v DISTVERSION= 0.34.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index fd585ab747e..49f227b2574 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -1,6 +1,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 9.0.0 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -find diff --git a/sysutils/filewatcherd/Makefile b/sysutils/filewatcherd/Makefile index b61ce7fcd42..52946a97bf2 100644 --- a/sysutils/filewatcherd/Makefile +++ b/sysutils/filewatcherd/Makefile @@ -1,5 +1,6 @@ PORTNAME= filewatcherd DISTVERSION= 1.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils @@ -17,14 +18,14 @@ USE_RC_SUBR= filewatcherd SUB_FILES= pkg-message PLIST_FILES= etc/watchtab.sample \ - man/man5/watchtab.5.gz \ - man/man8/filewatcherd.8.gz \ + share/man/man5/watchtab.5.gz \ + share/man/man8/filewatcherd.8.gz \ sbin/filewatcherd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/filewatcherd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/filewatcherd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/watchtab.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/filewatcherd.8 ${STAGEDIR}${PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKSRC}/watchtab.5 ${STAGEDIR}${PREFIX}/share/man/man5 ${INSTALL_DATA} ${FILESDIR}/watchtab.sample ${STAGEDIR}${PREFIX}/etc .include diff --git a/sysutils/flexbackup/Makefile b/sysutils/flexbackup/Makefile index 19a530c5bb9..2e4875132c4 100644 --- a/sysutils/flexbackup/Makefile +++ b/sysutils/flexbackup/Makefile @@ -1,6 +1,6 @@ PORTNAME= flexbackup PORTVERSION= 1.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MASTER_SITES= http://www.edwinh.org/flexbackup/tarball/ \ http://www.reynoldsnet.org/flexbackup/tarball/ @@ -44,9 +44,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/flexbackup.conf \ ${STAGEDIR}${PREFIX}/etc/flexbackup.conf.sample ${INSTALL_MAN} ${WRKSRC}/flexbackup.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/flexbackup.conf.5 \ - ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${STAGEDIR}${PREFIX}/share/man/man5 post-install-DOCS-on: @cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCLIST}" ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/flexbackup/pkg-plist b/sysutils/flexbackup/pkg-plist index ad7f435490e..0efc69a35bd 100644 --- a/sysutils/flexbackup/pkg-plist +++ b/sysutils/flexbackup/pkg-plist @@ -1,7 +1,7 @@ bin/flexbackup etc/flexbackup.conf.sample -man/man1/flexbackup.1.gz -man/man5/flexbackup.conf.5.gz +share/man/man1/flexbackup.1.gz +share/man/man5/flexbackup.conf.5.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/sysutils/flipperbit/Makefile b/sysutils/flipperbit/Makefile index 8444673e66d..d71df3c0f9b 100644 --- a/sysutils/flipperbit/Makefile +++ b/sysutils/flipperbit/Makefile @@ -1,7 +1,7 @@ PORTNAME= flipperbit DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index efafcebe2ec..97eb8ae1895 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -1,6 +1,6 @@ PORTNAME= flowgger DISTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/sysutils/foremost/Makefile b/sysutils/foremost/Makefile index 5c408ee3ec2..c132a634afe 100644 --- a/sysutils/foremost/Makefile +++ b/sysutils/foremost/Makefile @@ -1,5 +1,6 @@ PORTNAME= foremost PORTVERSION= 1.5.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://foremost.sourceforge.net/pkg/ @@ -11,7 +12,7 @@ USES= gmake ALL_TARGET= freebsd CFLAGS+= -fcommon -PLIST_FILES= bin/foremost etc/foremost.conf.sample man/man8/foremost.8.gz +PLIST_FILES= bin/foremost etc/foremost.conf.sample share/man/man8/foremost.8.gz post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-Wall -O2|${CFLAGS}|' ${WRKSRC}/Makefile @@ -22,6 +23,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/foremost.conf ${STAGEDIR}${PREFIX}/etc/foremost.conf.sample - ${INSTALL_MAN} ${WRKSRC}/foremost.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/foremost.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/fsbackup/Makefile b/sysutils/fsbackup/Makefile index 124b9fc17a6..dcb5e80521e 100644 --- a/sysutils/fsbackup/Makefile +++ b/sysutils/fsbackup/Makefile @@ -1,6 +1,6 @@ PORTNAME= fsbackup PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.opennet.ru/dev/fsbackup/src/ DISTNAME= fsbackup-1.2pl1 @@ -19,7 +19,7 @@ USES= perl5 shebangfix SHEBANG_FILES= *.pl contrib/*.pl do-install: - cd ${WRKSRC}; ./install.pl --prefix=${PREFIX}/fsbackup --prefix-man=${MANPREFIX}/man/man1 --dest=${STAGEDIR} + cd ${WRKSRC}; ./install.pl --prefix=${PREFIX}/fsbackup --prefix-man=${PREFIX}/share/man/man1 --dest=${STAGEDIR} ${RM} ${STAGEDIR}${PREFIX}/fsbackup/fsbackup.1 .include diff --git a/sysutils/fsbackup/pkg-plist b/sysutils/fsbackup/pkg-plist index 8c5460cfa14..2ad15eb7d4e 100644 --- a/sysutils/fsbackup/pkg-plist +++ b/sysutils/fsbackup/pkg-plist @@ -10,6 +10,6 @@ fsbackup/scripts/pgsql_backup.sh fsbackup/scripts/sysbackup.sh fsbackup/scripts/sysrestore.sh fsbackup/scripts/sqlite_backup.sh -man/man1/fsbackup.1.gz +share/man/man1/fsbackup.1.gz @dir fsbackup/cache @dir fsbackup/sys_backup diff --git a/sysutils/fselect/Makefile b/sysutils/fselect/Makefile index 5099e0f24d3..a4574373f3f 100644 --- a/sysutils/fselect/Makefile +++ b/sysutils/fselect/Makefile @@ -1,6 +1,6 @@ PORTNAME= fselect DISTVERSION= 0.8.4 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= jhspetersson PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz _DOCS= docs/usage.md README.md PORTDOCS= ${_DOCS:T} @@ -38,7 +38,7 @@ LDFLAGS+= -L/usr/local/lib/gcc${GCC_DEFAULT} -latomic post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/fusefs-afuse/Makefile b/sysutils/fusefs-afuse/Makefile index 46cc6c75fbb..45b9624d6ec 100644 --- a/sysutils/fusefs-afuse/Makefile +++ b/sysutils/fusefs-afuse/Makefile @@ -1,6 +1,6 @@ PORTNAME= afuse PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://BSDforge.com/projects/source/sysutils/afuse/ PKGNAMEPREFIX= fusefs- @@ -23,7 +23,7 @@ OPTIONS_DEFINE= DOCS DOCS_SUB_FILES= pkg-message post-install: - ${INSTALL_MAN} ${FILESDIR}/afuse.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/afuse.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/fusefs-afuse/pkg-plist b/sysutils/fusefs-afuse/pkg-plist index 2c74229e61e..ca1d3709154 100644 --- a/sysutils/fusefs-afuse/pkg-plist +++ b/sysutils/fusefs-afuse/pkg-plist @@ -1,3 +1,3 @@ bin/afuse @comment bin/afuse-avahissh -man/man1/afuse.1.gz +share/man/man1/afuse.1.gz diff --git a/sysutils/fusefs-mhddfs/Makefile b/sysutils/fusefs-mhddfs/Makefile index a2c56f2d1e1..612745b0017 100644 --- a/sysutils/fusefs-mhddfs/Makefile +++ b/sysutils/fusefs-mhddfs/Makefile @@ -1,5 +1,6 @@ PORTNAME= mhddfs PORTVERSION= 0.1.37 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://mhddfs.uvw.ru/downloads/ PKGNAMEPREFIX= fusefs- @@ -13,7 +14,7 @@ USES= fuse pkgconfig gmake MAKE_ARGS= WITHOUT_XATTR=1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PLIST_FILES= bin/${PORTNAME} man/man1/mhddfs.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/mhddfs.1.gz PORTDOCS= README ChangeLog OPTIONS_DEFINE= DOCS @@ -24,7 +25,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/fusefs-sandboxfs/Makefile b/sysutils/fusefs-sandboxfs/Makefile index 2a606d77963..31680be715a 100644 --- a/sysutils/fusefs-sandboxfs/Makefile +++ b/sysutils/fusefs-sandboxfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.2.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/sysutils/fusefs-xfuse/Makefile b/sysutils/fusefs-xfuse/Makefile index a0fd8a8410e..65e8367df5e 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= 23 +PORTREVISION= 25 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- @@ -52,10 +52,10 @@ CARGO_CRATES= ansi_term-0.11.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/xfs-fuse \ - man/man1/xfs-fuse.1.gz + share/man/man1/xfs-fuse.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xfs-fuse - ${INSTALL_MAN} ${WRKSRC}/doc/xfs-fuse.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/xfs-fuse.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/fusefs-zip/Makefile b/sysutils/fusefs-zip/Makefile index 71e60343a16..36bdba712ff 100644 --- a/sysutils/fusefs-zip/Makefile +++ b/sysutils/fusefs-zip/Makefile @@ -1,6 +1,6 @@ PORTNAME= fuse-zip PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://bitbucket.org/agalanin/fuse-zip/downloads/ @@ -15,7 +15,7 @@ BUILD_DEPENDS= libzip>=0.11.1:archivers/libzip USES= gmake fuse pkgconfig -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTDOCS= README.md changelog OPTIONS_DEFINE= DOCS @@ -25,7 +25,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/gaffitter/Makefile b/sysutils/gaffitter/Makefile index 482f8a98182..7405c305346 100644 --- a/sysutils/gaffitter/Makefile +++ b/sysutils/gaffitter/Makefile @@ -1,6 +1,6 @@ PORTNAME= gaffitter PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bzip2 # parallel builds (-jX) are broken with BSD make(1) -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz # Change "cd foo; $(MAKE)" into "$(MAKE) -C foo" to unbreak parallel builds post-patch: @@ -23,6 +23,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile index 20aaa38e717..35852fe91ab 100644 --- a/sysutils/gdu/Makefile +++ b/sysutils/gdu/Makefile @@ -1,7 +1,7 @@ PORTNAME= gdu DISTVERSIONPREFIX= v DISTVERSION= 5.25.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org @@ -32,7 +32,7 @@ PORTDOCS= README.md OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT= MANPAGES -MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz +MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -41,6 +41,6 @@ post-install-DOCS-on: post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index af2ab110913..bded184058c 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gkrellm PORTVERSION= 2.3.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://gkrellm.srcbox.net/releases/ \ LOCAL/ume @@ -52,7 +52,7 @@ ALL_TARGET= freebsd MAKE_ENV+= INSTALLROOT=${PREFIX} INSTALL_PREFIX=${STAGEDIR} \ PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig \ SINSTALLDIR=${PREFIX}/sbin \ - MANDIR=${MAN1PREFIX}/man/man1 SMANDIR=${MANPREFIX}/man/man8 \ + MANDIR=${PREFIX}/share/man/man1 SMANDIR=${PREFIX}/share/man/man8 \ VERSION=${PORTVERSION} CFLAGS+= -DSYSTEM_THEMES_DIR='\"${LOCALBASE}/share/gkrellm2/themes\"' \ diff --git a/sysutils/gkrellm2/pkg-plist b/sysutils/gkrellm2/pkg-plist index 215a582d589..a11e47d826c 100644 --- a/sysutils/gkrellm2/pkg-plist +++ b/sysutils/gkrellm2/pkg-plist @@ -5,8 +5,8 @@ include/gkrellm2/gkrellmd.h include/gkrellm2/log.h %%CLIENT%%libdata/pkgconfig/gkrellm.pc libdata/pkgconfig/gkrellmd.pc -%%CLIENT%%man/man1/gkrellm.1.gz -man/man8/gkrellmd.8.gz +%%CLIENT%%share/man/man1/gkrellm.1.gz +share/man/man8/gkrellmd.8.gz sbin/gkrellmd @sample %%EXAMPLESDIR%%/gkrellmd.conf etc/gkrellmd.conf %%CLIENT%%%%NLS%%share/locale/bg/LC_MESSAGES/gkrellm.mo diff --git a/sysutils/grub2-bhyve/Makefile b/sysutils/grub2-bhyve/Makefile index b220b10b127..a50ecaedb7a 100644 --- a/sysutils/grub2-bhyve/Makefile +++ b/sysutils/grub2-bhyve/Makefile @@ -1,12 +1,13 @@ PORTNAME= grub2-bhyve DISTVERSIONPREFIX= v DISTVERSION= 0.40 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils PATCH_SITES+= https://github.com/grehan-freebsd/grub2-bhyve/commit/ PATCHFILES+= b080876e0711ee9d7a9c86661df173d98f2d0845.diff:-p1 \ - a2a1a8f716a00a8f42b36a8b91ac5b3e2328d39c.diff:-p1 + a2a1a8f716a00a8f42b36a8b91ac5b3e2328d39c.diff:-p1 \ + 91f06e5daab48d0242d397f67d38c3410e173c15.diff:-p1 MAINTAINER= ports@FreeBSD.org COMMENT= Grub-emu loader for bhyve diff --git a/sysutils/grub2-bhyve/distinfo b/sysutils/grub2-bhyve/distinfo index 9800b2e5379..fdf83591711 100644 --- a/sysutils/grub2-bhyve/distinfo +++ b/sysutils/grub2-bhyve/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1680528498 +TIMESTAMP = 1704507032 SHA256 (grehan-freebsd-grub2-bhyve-v0.40_GH0.tar.gz) = 7cf3547d816e925f53b0790abd4633da72126d8271ae210d0f348ad63f4f6d34 SIZE (grehan-freebsd-grub2-bhyve-v0.40_GH0.tar.gz) = 8380492 SHA256 (b080876e0711ee9d7a9c86661df173d98f2d0845.diff) = 263b2101ccc703d5ab71df5c4dcaef745dcba2a6335b8d9ccff7e5afa24e40cf SIZE (b080876e0711ee9d7a9c86661df173d98f2d0845.diff) = 504 SHA256 (a2a1a8f716a00a8f42b36a8b91ac5b3e2328d39c.diff) = 3baf5dee30974a00503497caa0210ec8b9a18de14e6c11c2da0a19d4cda25d2a SIZE (a2a1a8f716a00a8f42b36a8b91ac5b3e2328d39c.diff) = 8631 +SHA256 (91f06e5daab48d0242d397f67d38c3410e173c15.diff) = e5293203a01def1634fd5b86c4b2142062b93a09a6a47bf2638923d57c5399b9 +SIZE (91f06e5daab48d0242d397f67d38c3410e173c15.diff) = 9789 diff --git a/sysutils/gstat-rs/Makefile b/sysutils/gstat-rs/Makefile index 975b74d47bd..dd75d4dfa72 100644 --- a/sysutils/gstat-rs/Makefile +++ b/sysutils/gstat-rs/Makefile @@ -1,6 +1,7 @@ PORTNAME= gstat-rs DISTVERSIONPREFIX= gstat-v DISTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= asomers@FreeBSD.org @@ -30,6 +31,6 @@ PLIST_FILES= sbin/gstat-rs \ post-install: ${INSTALL_PROGRAM} ${STAGEDIR}${PREFIX}/bin/gstat ${STAGEDIR}${PREFIX}/sbin/gstat-rs ${RM} ${STAGEDIR}${PREFIX}/bin/gstat - ${INSTALL_MAN} ${WRKSRC}/gstat/doc/gstat.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8/gstat-rs.8 + ${INSTALL_MAN} ${WRKSRC}/gstat/doc/gstat.8 ${STAGEDIR}${PREFIX}/share/man/man8/gstat-rs.8 .include diff --git a/sysutils/handlr/Makefile b/sysutils/handlr/Makefile index 020f5bf91f1..0aee40820c0 100644 --- a/sysutils/handlr/Makefile +++ b/sysutils/handlr/Makefile @@ -1,7 +1,7 @@ PORTNAME= handlr DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/hardlink/Makefile b/sysutils/hardlink/Makefile index 7ca617e5855..056fd43a031 100644 --- a/sysutils/hardlink/Makefile +++ b/sysutils/hardlink/Makefile @@ -1,5 +1,6 @@ PORTNAME= hardlink PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://jak-linux.org/projects/hardlink/ \ DEBIAN @@ -15,7 +16,7 @@ USES= cpe pkgconfig tar:xz CPE_VENDOR= ${PORTNAME}_project PLIST_FILES= bin/hardlink \ - man/man1/hardlink.1.gz + share/man/man1/hardlink.1.gz WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} PORTSCOUT= limit:(? diff --git a/sysutils/hatop/Makefile b/sysutils/hatop/Makefile index 48e0a36f3a9..9be879ab5a7 100644 --- a/sysutils/hatop/Makefile +++ b/sysutils/hatop/Makefile @@ -1,5 +1,6 @@ PORTNAME= hatop PORTVERSION= 0.8.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils net @@ -19,14 +20,14 @@ SHEBANG_FILES= bin/hatop NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= bin/hatop man/man1/hatop.1.gz +PLIST_FILES= bin/hatop share/man/man1/hatop.1.gz PORTDOCS= HACKING KEYBINDS README.rst OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/hatop ${STAGEDIR}${PREFIX}/bin/hatop - ${INSTALL_MAN} ${WRKSRC}/man/hatop.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/hatop.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/hextools/Makefile b/sysutils/hextools/Makefile index e0c32ec8c5f..e26fc8f4c73 100644 --- a/sysutils/hextools/Makefile +++ b/sysutils/hextools/Makefile @@ -1,5 +1,6 @@ PORTNAME= hextools PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://avl.enemy.org/utils/hextools/ @@ -16,7 +17,7 @@ CONFLICTS_INSTALL= z80pack # bin/bin2hex NO_WRKSUBDIR= yes -PLIST_FILES= bin/hex2bin bin/bin2hex man/man1/bin2hex.1.gz man/man1/hex2bin.1.gz +PLIST_FILES= bin/hex2bin bin/bin2hex share/man/man1/bin2hex.1.gz share/man/man1/hex2bin.1.gz ALL_TARGET= build post-extract: @@ -25,7 +26,7 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${STAGEDIR}${PREFIX}/bin/hex2bin ${INSTALL_PROGRAM} ${WRKSRC}/hexdump ${STAGEDIR}${PREFIX}/bin/bin2hex - ${INSTALL_MAN} ${WRKSRC}/hex2bin.1 ${STAGEDIR}${MANPREFIX}/man/man1/hex2bin.1 - ${INSTALL_MAN} ${WRKSRC}/hexdump.1 ${STAGEDIR}${MANPREFIX}/man/man1/bin2hex.1 + ${INSTALL_MAN} ${WRKSRC}/hex2bin.1 ${STAGEDIR}${PREFIX}/share/man/man1/hex2bin.1 + ${INSTALL_MAN} ${WRKSRC}/hexdump.1 ${STAGEDIR}${PREFIX}/share/man/man1/bin2hex.1 .include diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index 8085c2acb6a..9ed620381fc 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -1,6 +1,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org diff --git a/sysutils/host-setup/Makefile b/sysutils/host-setup/Makefile index b69bbf94bb1..6dc714f40be 100644 --- a/sysutils/host-setup/Makefile +++ b/sysutils/host-setup/Makefile @@ -1,5 +1,6 @@ PORTNAME= host-setup PORTVERSION= 4.0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://druidbsd.sourceforge.net/download/ @@ -10,10 +11,10 @@ WWW= https://druidbsd.sourceforge.net/ NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= sbin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= sbin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/hptcli/Makefile b/sysutils/hptcli/Makefile index 60bef7bd1c3..043219a24dd 100644 --- a/sysutils/hptcli/Makefile +++ b/sysutils/hptcli/Makefile @@ -1,6 +1,6 @@ PORTNAME= hptcli PORTVERSION= 3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://download.freenas.org/distfiles/ DISTNAME= CLI-FreeBSD-3.6-1-120913 @@ -29,7 +29,7 @@ post-extract: .include do-install: - ${INSTALL_MAN} ${WRKSRC}/hptraidconf.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/hptraidconf.1 ${STAGEDIR}${PREFIX}/share/man/man1 .if ${ARCH} == "i386" ${INSTALL_PROGRAM} ${WRKSRC}/hptraidconf-8.0 ${STAGEDIR}${PREFIX}/bin/hptraidconf ${INSTALL_PROGRAM} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0 ${STAGEDIR}${PREFIX}/sbin/hptsvr diff --git a/sysutils/hptcli/pkg-plist b/sysutils/hptcli/pkg-plist index 574f8150e7d..d093a22906c 100644 --- a/sysutils/hptcli/pkg-plist +++ b/sysutils/hptcli/pkg-plist @@ -1,3 +1,3 @@ bin/hptraidconf -man/man1/hptraidconf.1.gz +share/man/man1/hptraidconf.1.gz sbin/hptsvr diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index ba0ce71a049..ceb80925930 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -1,6 +1,6 @@ PORTNAME= httm DISTVERSION= 0.26.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/httplog/Makefile b/sysutils/httplog/Makefile index 7563d2861fb..fc7f831fc3e 100644 --- a/sysutils/httplog/Makefile +++ b/sysutils/httplog/Makefile @@ -1,6 +1,6 @@ PORTNAME= httplog PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils www MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -31,7 +31,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/httplog ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/httplog.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/httplog.8 ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/httplog/pkg-plist b/sysutils/httplog/pkg-plist index 4a06e7e281b..9635eb30b18 100644 --- a/sysutils/httplog/pkg-plist +++ b/sysutils/httplog/pkg-plist @@ -1,2 +1,2 @@ -man/man8/httplog.8.gz sbin/httplog +share/man/man8/httplog.8.gz diff --git a/sysutils/immortal/Makefile b/sysutils/immortal/Makefile index 828c05ff088..0dadadc19de 100644 --- a/sysutils/immortal/Makefile +++ b/sysutils/immortal/Makefile @@ -1,6 +1,6 @@ PORTNAME= immortal PORTVERSION= 0.24.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io @@ -31,7 +31,7 @@ GO_TARGET= ./cmd/immortal \ OPTIONS_DEFINE= EXAMPLES post-install: - ${INSTALL_MAN} ${WRKSRC}/src/github.com/immortal/immortal/man/*.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/src/github.com/immortal/immortal/man/*.8 ${STAGEDIR}${PREFIX}/share/man/man8/ @${MKDIR} ${STAGEDIR}${ETCDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/www.yml ${STAGEDIR}${EXAMPLESDIR}/www.yml.sample diff --git a/sysutils/immortal/pkg-plist b/sysutils/immortal/pkg-plist index 2eb17d34856..c458ac47504 100644 --- a/sysutils/immortal/pkg-plist +++ b/sysutils/immortal/pkg-plist @@ -1,8 +1,8 @@ bin/immortal bin/immortalctl bin/immortaldir -man/man8/immortal.8.gz -man/man8/immortalctl.8.gz -man/man8/immortaldir.8.gz +share/man/man8/immortal.8.gz +share/man/man8/immortalctl.8.gz +share/man/man8/immortaldir.8.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/www.yml.sample @dir %%ETCDIR%% diff --git a/sysutils/inxi/Makefile b/sysutils/inxi/Makefile index 0593fd450a8..7034793a866 100644 --- a/sysutils/inxi/Makefile +++ b/sysutils/inxi/Makefile @@ -1,5 +1,6 @@ PORTNAME= inxi DISTVERSION= 3.3.11-1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org @@ -32,7 +33,7 @@ SHEBANG_FILES= ${PORTNAME} NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= ${PORTNAME}.changelog README.txt OPTIONS_DEFINE= DOCS @@ -45,7 +46,7 @@ RUN_DEPENDS+= dmidecode:sysutils/dmidecode do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/ioping/Makefile b/sysutils/ioping/Makefile index 8b2f02e8f97..a85da3c6418 100644 --- a/sysutils/ioping/Makefile +++ b/sysutils/ioping/Makefile @@ -20,6 +20,6 @@ GH_ACCOUNT= koct9i do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ioping ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ioping.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ioping.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/isc-cron/Makefile b/sysutils/isc-cron/Makefile index b64e4c29063..bfa1af03630 100644 --- a/sysutils/isc-cron/Makefile +++ b/sysutils/isc-cron/Makefile @@ -1,6 +1,6 @@ PORTNAME= isc-cron PORTVERSION= 4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ISC/cron DISTNAME= cron_${PORTVERSION}.shar @@ -17,9 +17,9 @@ NO_WRKSUBDIR= yes SUB_FILES= pkg-message PLIST_FILES= sbin/cron \ "@(root,wheel,4755) bin/crontab" \ - man/man1/crontab.1.gz \ - man/man5/crontab.5.gz \ - man/man8/cron.8.gz + share/man/man1/crontab.1.gz \ + share/man/man5/crontab.5.gz \ + share/man/man8/cron.8.gz do-extract: @${MKDIR} ${WRKSRC} @@ -28,8 +28,8 @@ do-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cron ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/crontab ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/crontab.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/crontab.5 ${STAGEDIR}${MANPREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/cron.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/crontab.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/crontab.5 ${STAGEDIR}${PREFIX}/share/man/man5 + ${INSTALL_MAN} ${WRKSRC}/cron.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/isomaster/Makefile b/sysutils/isomaster/Makefile index 38ab8c38e89..651fdf61136 100644 --- a/sysutils/isomaster/Makefile +++ b/sysutils/isomaster/Makefile @@ -1,6 +1,6 @@ PORTNAME= isomaster PORTVERSION= 1.3.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://littlesvr.ca/isomaster/releases/ @@ -32,7 +32,7 @@ do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} isomaster \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_MAN} isomaster.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) @${MKDIR} ${STAGEDIR}${DATADIR}/icons .for i in add2-kearone.png delete-kearone.png extract2-kearone.png \ folder-new-kearone.png go-back-kearone.png isomaster.png diff --git a/sysutils/isomaster/pkg-plist b/sysutils/isomaster/pkg-plist index 21f085281fe..711f28c752d 100644 --- a/sysutils/isomaster/pkg-plist +++ b/sysutils/isomaster/pkg-plist @@ -1,5 +1,5 @@ bin/isomaster -man/man1/isomaster.1.gz +share/man/man1/isomaster.1.gz share/applications/isomaster.desktop %%DATADIR%%/icons/add2-kearone.png %%DATADIR%%/icons/delete-kearone.png diff --git a/sysutils/jail-primer/Makefile b/sysutils/jail-primer/Makefile index 2eddc6fc874..3939d1e88c1 100644 --- a/sysutils/jail-primer/Makefile +++ b/sysutils/jail-primer/Makefile @@ -1,5 +1,6 @@ PORTNAME= jail-primer PORTVERSION= 0.2 +PORTREVISIOPN= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} @@ -46,7 +47,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/jail.rcconf.bootime \ ${STAGEDIR}${PREFIX}/etc/rc.d ${INSTALL_MAN} ${WRKSRC}/jail-primer.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/jail-primer.html \ ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/jail-primer/pkg-plist b/sysutils/jail-primer/pkg-plist index 3122fa4dd44..5b2717d9ff8 100644 --- a/sysutils/jail-primer/pkg-plist +++ b/sysutils/jail-primer/pkg-plist @@ -13,5 +13,5 @@ bin/jail.rcconf.stop bin/jail.ssh.jailcell etc/rc.d/jail.jailconf.bootime etc/rc.d/jail.rcconf.bootime -man/man8/jail-primer.8.gz +share/man/man8/jail-primer.8.gz %%PORTDOCS%%%%DOCSDIR%%/jail-primer.html diff --git a/sysutils/jail_exporter/Makefile b/sysutils/jail_exporter/Makefile index 4769e5fcef6..3dd111a8be0 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= 21 +PORTREVISION= 22 CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk diff --git a/sysutils/k8temp/Makefile b/sysutils/k8temp/Makefile index e6c2d3fc284..be046ee08e5 100644 --- a/sysutils/k8temp/Makefile +++ b/sysutils/k8temp/Makefile @@ -1,5 +1,6 @@ PORTNAME= k8temp PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://hur.st/k8temp/ @@ -13,10 +14,10 @@ ONLY_FOR_ARCHS= amd64 i386 USES= tar:xz -PLIST_FILES= sbin/k8temp man/man8/k8temp.8.gz +PLIST_FILES= sbin/k8temp share/man/man8/k8temp.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/k8temp ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/k8temp.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/k8temp.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/keyboard-daemon/Makefile b/sysutils/keyboard-daemon/Makefile index 6507fc57c33..7b4992fcad7 100644 --- a/sysutils/keyboard-daemon/Makefile +++ b/sysutils/keyboard-daemon/Makefile @@ -1,6 +1,6 @@ PORTNAME= keyboard-daemon PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ @@ -15,21 +15,19 @@ LIB_DEPENDS= libcfu.so:devel/libcfu USES= tar:bzip2 USE_RC_SUBR= ${PORTNAME:S/-/_/} -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES -.include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1/ -.if ${PORT_OPTIONS:MEXAMPLES} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${STAGEDIR}${PREFIX}/share/man/man1/ + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} for f in ${WRKSRC}/examples/*; do \ ${INSTALL_DATA} $$f ${STAGEDIR}${EXAMPLESDIR}; \ done -.endif .include diff --git a/sysutils/kf5-baloo/distinfo b/sysutils/kf5-baloo/distinfo index ddb95e03ad2..a7976b42af2 100644 --- a/sysutils/kf5-baloo/distinfo +++ b/sysutils/kf5-baloo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883643 -SHA256 (KDE/frameworks/5.112.0/baloo-5.112.0.tar.xz) = 7fb1eb4374d49ec7e415b0560608a59214b4ff2091eeb425460f82938b1e089e -SIZE (KDE/frameworks/5.112.0/baloo-5.112.0.tar.xz) = 312916 +TIMESTAMP = 1701678517 +SHA256 (KDE/frameworks/5.113.0/baloo-5.113.0.tar.xz) = 3daea41a84dfb17b4e66999c94719bc33b1d7604f7ad4436db800bd9041067cb +SIZE (KDE/frameworks/5.113.0/baloo-5.113.0.tar.xz) = 310940 diff --git a/sysutils/kf5-kwallet/distinfo b/sysutils/kf5-kwallet/distinfo index 29e7d89b63c..7fb7ba0b81a 100644 --- a/sysutils/kf5-kwallet/distinfo +++ b/sysutils/kf5-kwallet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883644 -SHA256 (KDE/frameworks/5.112.0/kwallet-5.112.0.tar.xz) = 5ae0486d38a9a7ca9c1b81841861da9e788f3d6a53ea7e33ff1b4298bee768ec -SIZE (KDE/frameworks/5.112.0/kwallet-5.112.0.tar.xz) = 349732 +TIMESTAMP = 1701678518 +SHA256 (KDE/frameworks/5.113.0/kwallet-5.113.0.tar.xz) = 96535263b8b57467044aa41ae10a74c79e24e02b40b4abff4a41a65b5869082b +SIZE (KDE/frameworks/5.113.0/kwallet-5.113.0.tar.xz) = 351656 diff --git a/sysutils/libretto-config/Makefile b/sysutils/libretto-config/Makefile index 5ff93a2d443..1f25a652b81 100644 --- a/sysutils/libretto-config/Makefile +++ b/sysutils/libretto-config/Makefile @@ -1,6 +1,6 @@ PORTNAME= libretto-config PORTVERSION= 1.0.b5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES= http://club.pep.ne.jp/~ishioka/Software/Linux/libapm/ DISTNAME= libapm-linux-1.0beta5 @@ -15,10 +15,13 @@ WRKSRC= ${WRKDIR}/libapm USE_GCC= yes PORTDOCS= * +MAKE_ARGS= MANDIR=${PREFIX}/share/man + OPTIONS_DEFINE= DOCS post-install: - ${INSTALL_MAN} ${WRKSRC}/libapm-j.man ${STAGEDIR}${MAN8PREFIX}/man/ja/man8/${PORTNAME}.8 + ${MkDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man8 + ${INSTALL_MAN} ${WRKSRC}/libapm-j.man ${STAGEDIR}${PREFIX}/share/man/ja/man8/${PORTNAME}.8 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/libretto-config/pkg-plist b/sysutils/libretto-config/pkg-plist index b0da50ac07b..4755f4ecc12 100644 --- a/sysutils/libretto-config/pkg-plist +++ b/sysutils/libretto-config/pkg-plist @@ -1,3 +1,3 @@ -man/man8/libretto-config.8.gz -man/ja/man8/libretto-config.8.gz +share/man/man8/libretto-config.8.gz +share/man/ja/man8/libretto-config.8.gz @(root,operator,4550) sbin/libretto-config diff --git a/sysutils/linrename/Makefile b/sysutils/linrename/Makefile index 58ca920be89..931e4cc6c85 100644 --- a/sysutils/linrename/Makefile +++ b/sysutils/linrename/Makefile @@ -1,5 +1,6 @@ PORTNAME= linrename PORTVERSION= 2.25.2 +PORTREVISION= 1 CATEGORIES= sysutils #MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION} MASTER_SITES= http://ftp.ntu.edu.tw/ftp/linux/%SUBDIR%/ \ @@ -24,7 +25,7 @@ CPPFLAGS+= -I../include \ -Dprogram_invocation_short_name=\"${PROGNAME}\" \ -DPACKAGE_STRING=\"util-linux\ ${PORTVERSION}\" -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz post-patch: ${LN} -sf rename.1 ${BUILD_WRKSRC}/${PORTNAME}.1 @@ -37,6 +38,6 @@ do-build: do-install: cd ${INSTALL_WRKSRC} \ && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin \ - && ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + && ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile index 55e1ec88cbb..09c1c2aa651 100644 --- a/sysutils/lnav/Makefile +++ b/sysutils/lnav/Makefile @@ -1,5 +1,6 @@ PORTNAME= lnav DISTVERSION= 0.11.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/tstack/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -18,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static PLIST_FILES= bin/lnav \ - man/man1/lnav.1.gz + share/man/man1/lnav.1.gz OPTIONS_DEFINE= CURL OPTIONS_DEFAULT= CURL @@ -29,6 +30,6 @@ CURL_CONFIGURE_WITH= libcurl do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/lnav ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/lnav.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/lnav.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/lsd/Makefile b/sysutils/lsd/Makefile index 3c89b9aa1cf..1621b9cee57 100644 --- a/sysutils/lsd/Makefile +++ b/sysutils/lsd/Makefile @@ -1,6 +1,6 @@ PORTNAME= lsd DISTVERSION= 0.23.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com diff --git a/sysutils/massadmin/Makefile b/sysutils/massadmin/Makefile index bcd5f74a061..35e57269f55 100644 --- a/sysutils/massadmin/Makefile +++ b/sysutils/massadmin/Makefile @@ -1,6 +1,6 @@ PORTNAME= massadmin PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -20,11 +20,11 @@ NO_BUILD= yes NO_ARCH= yes SHEBANG_FILES= ${WRKSRC}/${PORTNAME} -PLIST_FILES= bin/massadmin man/man1/massadmin.1.gz +PLIST_FILES= bin/massadmin share/man/man1/massadmin.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/mcelog/Makefile b/sysutils/mcelog/Makefile index 6d35f04da8a..75c42b06ce9 100644 --- a/sysutils/mcelog/Makefile +++ b/sysutils/mcelog/Makefile @@ -1,5 +1,6 @@ PORTNAME= mcelog PORTVERSION= 178 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -25,7 +26,7 @@ MAKE_ENV+= FREEBSD=1 MAKE_ARGS+= CFLAGS="${CFLAGS}" prefix="${PREFIX}" LDFLAGS+= -lkvm -PLIST_FILES= bin/mcelog man/man8/mcelog.8.gz +PLIST_FILES= bin/mcelog share/man/man8/mcelog.8.gz post-patch: @${ECHO} "${DISTVERSIONPREFIX}${PORTVERSION}" >${WRKSRC}/.os_version @@ -35,6 +36,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mcelog ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/mcelog.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/mcelog.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/mcfly/Makefile b/sysutils/mcfly/Makefile index 6cceaf1bba5..9910d81594e 100644 --- a/sysutils/mcfly/Makefile +++ b/sysutils/mcfly/Makefile @@ -1,6 +1,6 @@ PORTNAME= mcfly DISTVERSIONPREFIX= v -DISTVERSION= 0.8.3 +DISTVERSION= 0.8.4 PORTREVISION= 1 CATEGORIES= sysutils @@ -28,6 +28,7 @@ CARGO_CRATES= adler32-1.2.0 \ anstyle-query-1.0.0 \ anstyle-wincon-3.0.1 \ autocfg-1.1.0 \ + autopilot-0.4.0 \ bitflags-1.3.2 \ bitflags-2.4.1 \ block-0.1.6 \ @@ -170,8 +171,7 @@ CARGO_CRATES= adler32-1.2.0 \ windows_x86_64_msvc-0.48.5 \ x11-2.21.0 \ zerocopy-0.7.28 \ - zerocopy-derive-0.7.28 \ - autopilot@git+https://github.com/autopilot-rs/autopilot-rs\#ae5263bfde2e9de1ff0a59c4db6a4a4e8aacb3b9 + zerocopy-derive-0.7.28 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 b6faea2db57..1cdc89aeed8 100644 --- a/sysutils/mcfly/distinfo +++ b/sysutils/mcfly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1701749839 +TIMESTAMP = 1704445448 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 @@ -23,6 +23,8 @@ SHA256 (rust/crates/anstyle-wincon-3.0.1.crate) = f0699d10d2f4d628a98ee7b57b289a 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/autopilot-0.4.0.crate) = 3a2fd0359d0cd30b15419bcce7e6641a3cbe2046c612b3900216dc64bc989558 +SIZE (rust/crates/autopilot-0.4.0.crate) = 321980 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 @@ -309,7 +311,5 @@ SHA256 (rust/crates/zerocopy-0.7.28.crate) = 7d6f15f7ade05d2a4935e34a457b936c23d 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 (autopilot-rs-autopilot-rs-ae5263bfde2e9de1ff0a59c4db6a4a4e8aacb3b9_GH0.tar.gz) = 97992477eebb9f33de0b33db085d4e58c861fc43124b29b6e4e8a980e60e947c -SIZE (autopilot-rs-autopilot-rs-ae5263bfde2e9de1ff0a59c4db6a4a4e8aacb3b9_GH0.tar.gz) = 322045 -SHA256 (cantino-mcfly-v0.8.3_GH0.tar.gz) = 1d9f4e3b55fdac8b9c3007c19875bd308eb79dd473d371647e82250a52446d53 -SIZE (cantino-mcfly-v0.8.3_GH0.tar.gz) = 221622 +SHA256 (cantino-mcfly-v0.8.4_GH0.tar.gz) = 637f50756366604d4d19a6f623cfd490c38e1b971708ec8ccdb39887a0e9c1f1 +SIZE (cantino-mcfly-v0.8.4_GH0.tar.gz) = 221722 diff --git a/sysutils/mdf2iso/Makefile b/sysutils/mdf2iso/Makefile index 63a67189cd0..8ac7a53d1af 100644 --- a/sysutils/mdf2iso/Makefile +++ b/sysutils/mdf2iso/Makefile @@ -1,5 +1,6 @@ PORTNAME= mdf2iso PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz ${PORTNAME}_${PORTVERSION}-${DEBIANVERSION}.debian.tar.xz @@ -15,11 +16,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz INSTALL_TARGET= install-strip post-install: - ${INSTALL_MAN} ${WRKDIR}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/debian/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/mise/Makefile b/sysutils/mise/Makefile index 3e4c93bb1b5..44ed8014b14 100644 --- a/sysutils/mise/Makefile +++ b/sysutils/mise/Makefile @@ -1,11 +1,11 @@ PORTNAME= mise DISTVERSIONPREFIX= v -DISTVERSION= 2024.1.4 +DISTVERSION= 2024.1.14 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Runtime Executor (asdf rust clone) -WWW= https://github.com/jdxcode/mise +WWW= https://github.com/jdx/mise LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -31,6 +31,7 @@ CARGO_CRATES= addr2line-0.21.0 \ async-compression-0.4.5 \ autocfg-1.1.0 \ backtrace-0.3.69 \ + backtrace-ext-0.2.1 \ base64-0.21.5 \ base64ct-1.6.0 \ bitflags-1.3.2 \ @@ -51,10 +52,8 @@ CARGO_CRATES= addr2line-0.21.0 \ clap_derive-4.4.7 \ clap_lex-0.6.0 \ clap_mangen-0.2.16 \ - color-eyre-0.6.2 \ color-print-0.3.5 \ color-print-proc-macro-0.3.5 \ - color-spantrace-0.2.1 \ colorchoice-1.0.0 \ confique-0.2.5 \ confique-macro-0.0.9 \ @@ -91,7 +90,6 @@ CARGO_CRATES= addr2line-0.21.0 \ errno-0.3.8 \ errno-dragonfly-0.1.2 \ exec-0.3.1 \ - eyre-0.6.11 \ fastrand-1.9.0 \ fastrand-2.0.1 \ fiat-crypto-0.2.5 \ @@ -141,6 +139,8 @@ CARGO_CRATES= addr2line-0.21.0 \ insta-1.34.0 \ instant-0.1.12 \ ipnet-2.9.0 \ + is-terminal-0.4.10 \ + is_ci-1.1.1 \ itertools-0.12.0 \ itoa-1.0.10 \ jobserver-0.1.27 \ @@ -154,6 +154,8 @@ CARGO_CRATES= addr2line-0.21.0 \ linux-raw-sys-0.4.12 \ log-0.4.20 \ memchr-2.7.1 \ + miette-5.10.0 \ + miette-derive-5.10.0 \ mime-0.3.17 \ minimal-lexical-0.2.1 \ miniz_oxide-0.7.1 \ @@ -235,7 +237,6 @@ CARGO_CRATES= addr2line-0.21.0 \ serde_spanned-0.6.5 \ serde_urlencoded-0.7.1 \ sha2-0.10.8 \ - sharded-slab-0.1.7 \ shared_child-1.0.0 \ shell-escape-0.1.5 \ shell-words-1.1.0 \ @@ -243,6 +244,7 @@ CARGO_CRATES= addr2line-0.21.0 \ similar-2.4.0 \ simplelog-0.12.1 \ slab-0.4.9 \ + smawk-0.3.2 \ socket2-0.5.5 \ spin-0.9.8 \ spki-0.7.3 \ @@ -250,6 +252,9 @@ CARGO_CRATES= addr2line-0.21.0 \ strum-0.25.0 \ strum_macros-0.25.3 \ subtle-2.5.0 \ + supports-color-2.1.0 \ + supports-hyperlinks-2.1.0 \ + supports-unicode-2.0.0 \ syn-1.0.109 \ syn-2.0.43 \ sys-info-0.9.1 \ @@ -261,10 +266,11 @@ CARGO_CRATES= addr2line-0.21.0 \ tempfile-3.9.0 \ tera-1.19.1 \ termcolor-1.1.3 \ + terminal_size-0.1.17 \ terminal_size-0.3.0 \ + textwrap-0.15.2 \ thiserror-1.0.53 \ thiserror-impl-1.0.53 \ - thread_local-1.1.7 \ time-0.3.31 \ time-core-0.1.2 \ time-macros-0.2.16 \ @@ -280,8 +286,6 @@ CARGO_CRATES= addr2line-0.21.0 \ tower-service-0.3.2 \ tracing-0.1.40 \ tracing-core-0.1.32 \ - tracing-error-0.2.0 \ - tracing-subscriber-0.3.18 \ try-lock-0.2.5 \ typenum-1.17.0 \ ucd-trie-0.1.6 \ @@ -293,6 +297,7 @@ CARGO_CRATES= addr2line-0.21.0 \ unic-ucd-version-0.9.0 \ unicode-bidi-0.3.14 \ unicode-ident-1.0.12 \ + unicode-linebreak-0.1.5 \ unicode-normalization-0.1.22 \ unicode-segmentation-1.10.1 \ unicode-width-0.1.11 \ @@ -300,7 +305,6 @@ CARGO_CRATES= addr2line-0.21.0 \ url-2.5.0 \ urlencoding-2.1.3 \ utf8parse-0.2.1 \ - valuable-0.1.0 \ vcpkg-0.2.15 \ version_check-0.9.4 \ versions-6.0.0 \ diff --git a/sysutils/mise/distinfo b/sysutils/mise/distinfo index 5bc257c7e2d..c06b7e96b36 100644 --- a/sysutils/mise/distinfo +++ b/sysutils/mise/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1704344090 +TIMESTAMP = 1704795910 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 @@ -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/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 SIZE (rust/crates/backtrace-0.3.69.crate) = 77299 +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.5.crate) = 35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9 SIZE (rust/crates/base64-0.21.5.crate) = 77134 SHA256 (rust/crates/base64ct-1.6.0.crate) = 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b @@ -71,14 +73,10 @@ SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 SHA256 (rust/crates/clap_mangen-0.2.16.crate) = 10b5db60b3310cdb376fbeb8826e875a38080d0c61bdec0a91a3da8338948736 SIZE (rust/crates/clap_mangen-0.2.16.crate) = 14022 -SHA256 (rust/crates/color-eyre-0.6.2.crate) = 5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204 -SIZE (rust/crates/color-eyre-0.6.2.crate) = 635042 SHA256 (rust/crates/color-print-0.3.5.crate) = 7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d SIZE (rust/crates/color-print-0.3.5.crate) = 11245 SHA256 (rust/crates/color-print-proc-macro-0.3.5.crate) = 57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f SIZE (rust/crates/color-print-proc-macro-0.3.5.crate) = 23434 -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/confique-0.2.5.crate) = c37945ed2efccb10339a12eea282a5af9ebac77720d088723b2bbbdc44eca964 @@ -151,8 +149,6 @@ SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d25187 SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 SHA256 (rust/crates/exec-0.3.1.crate) = 886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615 SIZE (rust/crates/exec-0.3.1.crate) = 8748 -SHA256 (rust/crates/eyre-0.6.11.crate) = b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799 -SIZE (rust/crates/eyre-0.6.11.crate) = 45196 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 @@ -251,6 +247,10 @@ 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-0.4.10.crate) = 0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455 +SIZE (rust/crates/is-terminal-0.4.10.crate) = 7683 +SHA256 (rust/crates/is_ci-1.1.1.crate) = 616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb +SIZE (rust/crates/is_ci-1.1.1.crate) = 4143 SHA256 (rust/crates/itertools-0.12.0.crate) = 25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0 SIZE (rust/crates/itertools-0.12.0.crate) = 133620 SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c @@ -277,6 +277,10 @@ SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c74 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/miette-5.10.0.crate) = 59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e +SIZE (rust/crates/miette-5.10.0.crate) = 88585 +SHA256 (rust/crates/miette-derive-5.10.0.crate) = 49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c +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/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a @@ -439,8 +443,6 @@ SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e 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/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 -SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 SHA256 (rust/crates/shared_child-1.0.0.crate) = b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef SIZE (rust/crates/shared_child-1.0.0.crate) = 8939 SHA256 (rust/crates/shell-escape-0.1.5.crate) = 45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f @@ -455,6 +457,8 @@ SHA256 (rust/crates/simplelog-0.12.1.crate) = acee08041c5de3d5048c8b3f6f13fafb30 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/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c +SIZE (rust/crates/smawk-0.3.2.crate) = 13831 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 @@ -469,6 +473,12 @@ 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/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 +SIZE (rust/crates/supports-hyperlinks-2.1.0.crate) = 8035 +SHA256 (rust/crates/supports-unicode-2.0.0.crate) = 4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7 +SIZE (rust/crates/supports-unicode-2.0.0.crate) = 7600 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 SHA256 (rust/crates/syn-2.0.43.crate) = ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53 @@ -491,14 +501,16 @@ SHA256 (rust/crates/tera-1.19.1.crate) = 970dff17c11e884a4a09bc76e3a17ef71e01bb1 SIZE (rust/crates/tera-1.19.1.crate) = 104237 SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 SIZE (rust/crates/termcolor-1.1.3.crate) = 17242 +SHA256 (rust/crates/terminal_size-0.1.17.crate) = 633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df +SIZE (rust/crates/terminal_size-0.1.17.crate) = 9141 SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096 +SHA256 (rust/crates/textwrap-0.15.2.crate) = b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d +SIZE (rust/crates/textwrap-0.15.2.crate) = 53191 SHA256 (rust/crates/thiserror-1.0.53.crate) = b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09 SIZE (rust/crates/thiserror-1.0.53.crate) = 20533 SHA256 (rust/crates/thiserror-impl-1.0.53.crate) = 3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19 SIZE (rust/crates/thiserror-impl-1.0.53.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 @@ -529,10 +541,6 @@ SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef021 SIZE (rust/crates/tracing-0.1.40.crate) = 79459 SHA256 (rust/crates/tracing-core-0.1.32.crate) = c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 SIZE (rust/crates/tracing-core-0.1.32.crate) = 61221 -SHA256 (rust/crates/tracing-error-0.2.0.crate) = d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e -SIZE (rust/crates/tracing-error-0.2.0.crate) = 13938 -SHA256 (rust/crates/tracing-subscriber-0.3.18.crate) = ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b -SIZE (rust/crates/tracing-subscriber-0.3.18.crate) = 196312 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 @@ -555,6 +563,8 @@ SHA256 (rust/crates/unicode-bidi-0.3.14.crate) = 6f2528f27a9eb2b21e69c95319b30bd SIZE (rust/crates/unicode-bidi-0.3.14.crate) = 56429 SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 +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-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36 @@ -569,8 +579,6 @@ SHA256 (rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a04 SIZE (rust/crates/urlencoding-2.1.3.crate) = 6538 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 -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 @@ -685,5 +693,5 @@ SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016a SIZE (rust/crates/zip-0.6.6.crate) = 65789 SHA256 (rust/crates/zipsign-api-0.1.1.crate) = 2ba5aa1827d6b1a35a29b3413ec69ce5f796e4d897e3e5b38f461bef41d225ea SIZE (rust/crates/zipsign-api-0.1.1.crate) = 13007 -SHA256 (jdx-mise-v2024.1.4_GH0.tar.gz) = a729d383214fb78d60294ecc2c5d65996d903004337c0f565aface041f487485 -SIZE (jdx-mise-v2024.1.4_GH0.tar.gz) = 2775061 +SHA256 (jdx-mise-v2024.1.14_GH0.tar.gz) = 7a568337304d629ea030ebf9f9ac1905300086ef491807e0918c2d0b14229466 +SIZE (jdx-mise-v2024.1.14_GH0.tar.gz) = 2778318 diff --git a/sysutils/mkdesktop/Makefile b/sysutils/mkdesktop/Makefile index 594af418b5f..955bda6202b 100644 --- a/sysutils/mkdesktop/Makefile +++ b/sysutils/mkdesktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= mkdesktop PORTVERSION= 5.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= bourne.identity@hotmail.com @@ -16,10 +17,10 @@ NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/mprocs/Makefile b/sysutils/mprocs/Makefile index 3e7bc4c25f3..441649fa683 100644 --- a/sysutils/mprocs/Makefile +++ b/sysutils/mprocs/Makefile @@ -1,7 +1,7 @@ PORTNAME= mprocs DISTVERSIONPREFIX= v DISTVERSION= 0.6.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils MAINTAINER= DtxdF@disroot.org diff --git a/sysutils/mtm/Makefile b/sysutils/mtm/Makefile index c163ae159e2..9af6494db84 100644 --- a/sysutils/mtm/Makefile +++ b/sysutils/mtm/Makefile @@ -27,7 +27,7 @@ PORTDATA= mtm.ti do-install: ${INSTALL_MAN} ${WRKSRC}/mtm.1 \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1/mtm.1 + ${STAGEDIR}${PREFIX}/share/man/man1/mtm.1 @${MKDIR} ${STAGEDIR}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mtm ${STAGEDIR}${PREFIX}/bin/mtm @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/sysutils/munin-contrib/Makefile b/sysutils/munin-contrib/Makefile index 8e3fdcdc494..e9f48ac7cd8 100644 --- a/sysutils/munin-contrib/Makefile +++ b/sysutils/munin-contrib/Makefile @@ -1,5 +1,5 @@ PORTNAME= contrib -DISTVERSION= git.2023-01-14 +DISTVERSION= git.2023-12-23 CATEGORIES= sysutils PKGNAMEPREFIX= munin- @@ -15,14 +15,15 @@ USES= python:env shebangfix uniquefiles:dirs USE_GITHUB= yes GH_ACCOUNT= munin-monitoring -GH_TAGNAME= 4f22f27 +GH_TAGNAME= b963a96 GH_TUPLE= shuque:bind9stats:687c94a:bind9stats +DUMMYBASE= "" SHEBANG_REGEX= ./(${EXAMPLES_DIRS:ts|})/.* SHEBANG_LANG= expect gawk python3 zsh python3_CMD= ${LOCALBASE}/bin/python${PYTHON_DEFAULT} zsh_CMD= ${LOCALBASE}/bin/zsh -ruby_OLD_CMD= /opt/csw/bin/ruby +ruby_OLD_CMD= ${DUMMYBASE}/opt/csw/bin/ruby # Most of the installed files are scripts, so give them a "correct" mode. BINMODE= 755 diff --git a/sysutils/munin-contrib/distinfo b/sysutils/munin-contrib/distinfo index 875796dd457..4e7527d95c5 100644 --- a/sysutils/munin-contrib/distinfo +++ b/sysutils/munin-contrib/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1674846762 -SHA256 (munin-monitoring-contrib-git.2023-01-14-4f22f27_GH0.tar.gz) = 680aa8fccf51b2073c64f6c5fd43be784cd8531a3ca234cfe592d51ca3683ad9 -SIZE (munin-monitoring-contrib-git.2023-01-14-4f22f27_GH0.tar.gz) = 8795693 +TIMESTAMP = 1704795689 +SHA256 (munin-monitoring-contrib-git.2023-12-23-b963a96_GH0.tar.gz) = a5c143334bc97081aee3f786aeac2b50fa1ba31541a0ae8546a0bbe01b9893e1 +SIZE (munin-monitoring-contrib-git.2023-12-23-b963a96_GH0.tar.gz) = 8851334 SHA256 (shuque-bind9stats-687c94a_GH0.tar.gz) = 48f5987022325869b205f48e17390d631808f8bf60885016733b6ad4ef60e30d SIZE (shuque-bind9stats-687c94a_GH0.tar.gz) = 971648 diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index cd6e59c28cb..692493f96b9 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -1,13 +1,14 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} CATEGORIES= sysutils perl5 -MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master MAINTAINER= flo@FreeBSD.org COMMENT= Collector part of Munin WWW= https://munin-monitoring.org/ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= munin-common>=${MUNIN_VERSION}:sysutils/munin-common \ p5-CGI>=0:www/p5-CGI \ p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \ @@ -51,10 +52,10 @@ PLIST_SUB+= WWWGRP=${WWWGRP} \ post-install: (cd ${WRKSRC}/build/doc; \ - ${INSTALL_MAN} munin.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5; \ - ${INSTALL_MAN} munin-cron.8 munin-graph.8 munin-html.8 munin-limits.8 munin-update.8 ${STAGEDIR}${MAN8PREFIX}/man/man8; \ + ${INSTALL_MAN} munin.conf.5 ${STAGEDIR}${PREFIX}/man/man5; \ + ${INSTALL_MAN} munin-cron.8 munin-graph.8 munin-html.8 munin-limits.8 munin-update.8 ${STAGEDIR}${PREFIX}/man/man8; \ ) - (cd ${STAGEDIR}${ETCDIR}; for i in `find . -type f`; do mv $$i $$i.sample; done) + (cd ${STAGEDIR}${ETCDIR}; for i in `find . -type f`; do ${MV} $$i $$i.sample; done) ${MV} ${STAGEDIR}${WWWDIR}/.htaccess ${STAGEDIR}${WWWDIR}/.htaccess.sample ${INSTALL_DATA} ${FILESDIR}/newsyslog ${STAGEDIR}${ETCDIR}/munin-master.newsyslog ${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/cron.d diff --git a/sysutils/mybashburn/Makefile b/sysutils/mybashburn/Makefile index 9cd615afa63..9b89e8b4645 100644 --- a/sysutils/mybashburn/Makefile +++ b/sysutils/mybashburn/Makefile @@ -1,6 +1,6 @@ PORTNAME= mybashburn PORTVERSION= 1.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= SF @@ -47,7 +47,7 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/man/mybashburn.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/man/mybashburn.1.gz ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_SCRIPT} ${WRKSRC}/MyBashBurn.sh ${STAGEDIR}${PREFIX}/bin/mybashburn ${INSTALL_DATA} ${WRKSRC}/etc/mybashburnrc ${STAGEDIR}${PREFIX}/etc/mybashburnrc.sample @(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "burning config convert lang menus misc" ${STAGEDIR}${DATADIR}/) diff --git a/sysutils/mybashburn/pkg-plist b/sysutils/mybashburn/pkg-plist index 93be52eb079..9a550860f77 100644 --- a/sysutils/mybashburn/pkg-plist +++ b/sysutils/mybashburn/pkg-plist @@ -1,6 +1,6 @@ bin/mybashburn @sample etc/mybashburnrc.sample -man/man1/mybashburn.1.gz +share/man/man1/mybashburn.1.gz %%DATADIR%%/misc/variables.idx %%DATADIR%%/misc/mount.sh %%DATADIR%%/misc/commonfunctions.sh diff --git a/sysutils/nerdctl/Makefile b/sysutils/nerdctl/Makefile index 4affdec6738..3dd89ec51bb 100644 --- a/sysutils/nerdctl/Makefile +++ b/sysutils/nerdctl/Makefile @@ -1,10 +1,9 @@ PORTNAME= nerdctl DISTVERSIONPREFIX=v -DISTVERSION= 1.2.1 -PORTREVISION= 5 +DISTVERSION= 1.7.2 CATEGORIES= sysutils -MAINTAINER= woodsb02@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Docker-compatible CLI for containerd WWW= https://github.com/containerd/nerdctl diff --git a/sysutils/nerdctl/distinfo b/sysutils/nerdctl/distinfo index 7865d7c0833..7a2e587dade 100644 --- a/sysutils/nerdctl/distinfo +++ b/sysutils/nerdctl/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1677737211 -SHA256 (go/sysutils_nerdctl/nerdctl-v1.2.1/v1.2.1.mod) = 174beb36640111423d0816b78f28998354e1e8ce8c0c2c64519b8f8366dfa2e3 -SIZE (go/sysutils_nerdctl/nerdctl-v1.2.1/v1.2.1.mod) = 5992 -SHA256 (go/sysutils_nerdctl/nerdctl-v1.2.1/v1.2.1.zip) = e6ee869cbd6b3faac210202f73cedfa0df3a461e1bab8a5160c90cfc60c2a77f -SIZE (go/sysutils_nerdctl/nerdctl-v1.2.1/v1.2.1.zip) = 914186 +TIMESTAMP = 1704755762 +SHA256 (go/sysutils_nerdctl/nerdctl-v1.7.2/v1.7.2.mod) = 859530b6b96601b2f828c3b70cd1aec84c977cf58d6071fd078c1cd2b40eb5fc +SIZE (go/sysutils_nerdctl/nerdctl-v1.7.2/v1.7.2.mod) = 6313 +SHA256 (go/sysutils_nerdctl/nerdctl-v1.7.2/v1.7.2.zip) = 06d344997d12e050f5a04f59532fc8021cfed8d44a09acfad855cda25dfa29bc +SIZE (go/sysutils_nerdctl/nerdctl-v1.7.2/v1.7.2.zip) = 985134 diff --git a/sysutils/netevent/Makefile b/sysutils/netevent/Makefile index 472275f3688..7fa7f9e2086 100644 --- a/sysutils/netevent/Makefile +++ b/sysutils/netevent/Makefile @@ -1,6 +1,6 @@ PORTNAME= netevent DISTVERSION= 0.2.1-79 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -g37c47a4 CATEGORIES= sysutils @@ -29,7 +29,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ do-install-MANPAGES-on: - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/sysutils/netevent/pkg-plist b/sysutils/netevent/pkg-plist index e635749221e..060fea0228b 100644 --- a/sysutils/netevent/pkg-plist +++ b/sysutils/netevent/pkg-plist @@ -1,3 +1,3 @@ bin/netevent -%%MANPAGES%%man/man1/netevent.1.gz +%%MANPAGES%%share/man/man1/netevent.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.ne2 diff --git a/sysutils/nsysctl/Makefile b/sysutils/nsysctl/Makefile index af3d66096a9..2f1dd1a8412 100644 --- a/sysutils/nsysctl/Makefile +++ b/sysutils/nsysctl/Makefile @@ -1,5 +1,6 @@ PORTNAME= nsysctl DISTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com @@ -16,7 +17,7 @@ USE_GITLAB= yes GL_ACCOUNT= alfix GL_TAGNAME= 5d92b5a19300c56a95db0012c659f64f36fb1bce -PLIST_FILES= man/man8/${PORTNAME}.8.gz \ +PLIST_FILES= share/man/man8/${PORTNAME}.8.gz \ sbin/${PORTNAME} PORTDOCS= CHANGELOG PORTEXAMPLES= file.conf @@ -31,7 +32,7 @@ IGNORE= not supported on anything but FreeBSD do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/ntpstat/Makefile b/sysutils/ntpstat/Makefile index c0ee1bdd25e..73ef98aede5 100644 --- a/sysutils/ntpstat/Makefile +++ b/sysutils/ntpstat/Makefile @@ -1,5 +1,6 @@ PORTNAME= ntpstat DISTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= cy@FreeBSD.org @@ -19,7 +20,7 @@ SHEBANG_FILES= ntpstat USE_GITHUB= yes GH_ACCOUNT= mlichvar -MAKE_ENV= STAGEDIR=${STAGEDIR} PREFIX=${PREFIX} MAN1PREFIX=${MAN1PREFIX} +MAKE_ARGS= prefix="${STAGEDIR}${PREFIX}" mandir="${STAGEDIR}${PREFIX}/share" NO_BUILD= yes NO_ARCH= yes diff --git a/sysutils/ntpstat/files/patch-Makefile b/sysutils/ntpstat/files/patch-Makefile deleted file mode 100644 index f0e5db9b727..00000000000 --- a/sysutils/ntpstat/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig 2020-06-11 03:31:47.000000000 -0700 -+++ Makefile 2022-05-20 08:47:56.467564000 -0700 -@@ -1,8 +1,8 @@ - NAME = ntpstat - --prefix = /usr/local -+prefix = $(STAGEDIR)/$(PREFIX) - bindir = $(prefix)/bin --mandir = $(prefix)/share/man -+mandir = $(STAGEDIR)/$(MAN1PREFIX)/man - man1dir = $(mandir)/man1 - - all: diff --git a/sysutils/ntpstat/pkg-plist b/sysutils/ntpstat/pkg-plist index f1d1f7acede..1fb4f625130 100644 --- a/sysutils/ntpstat/pkg-plist +++ b/sysutils/ntpstat/pkg-plist @@ -1,2 +1,2 @@ bin/ntpstat -man/man1/ntpstat.1.gz +share/man/man1/ntpstat.1.gz diff --git a/sysutils/odo/Makefile b/sysutils/odo/Makefile index 650c43bdd47..b813dad943b 100644 --- a/sysutils/odo/Makefile +++ b/sysutils/odo/Makefile @@ -1,5 +1,6 @@ PORTNAME= odo PORTVERSION= 0.2.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -12,11 +13,11 @@ LICENSE= ISCL USE_GITHUB= yes GH_ACCOUNT= atomicobject -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-test: cd ${WRKSRC} && ${SH} ./test_odo diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile index 1c885c121a9..9d8bfef9aeb 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -1,6 +1,6 @@ PORTNAME= onefetch DISTVERSION= 2.18.1 -PORTREVISION= 5 +PORTREVISION= 7 CATEGORIES= sysutils devel MAINTAINER= lcook@FreeBSD.org @@ -23,7 +23,7 @@ PORTDOCS= CONTRIBUTING.md README.md OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT= MANPAGES -MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz +MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @@ -33,6 +33,6 @@ post-install-DOCS-on: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-MANPAGES-on: - ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/open/Makefile b/sysutils/open/Makefile index 0d05c8d9051..b7cd39488d1 100644 --- a/sysutils/open/Makefile +++ b/sysutils/open/Makefile @@ -1,5 +1,6 @@ PORTNAME= open PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.hs-niederrhein.de/pub/linux/src/ \ ftp://ftp.uni-bremen.de/pub/mirrors/sunsite/utils/console/ \ @@ -9,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open opens a new vt and runs a command on it ALL_TARGET= open -PLIST_FILES= bin/open man/man1/open.1.gz +PLIST_FILES= bin/open share/man/man1/open.1.gz OPTIONS_DEFINE= SETUID SETUID_DESC= Install setuid open binary PKGMESSAGE= ${WRKDIR}/pkg-message @@ -18,7 +19,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message do-install: ${INSTALL_PROGRAM} ${WRKSRC}/open ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/open.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/open.1 ${STAGEDIR}${PREFIX}/share/man/man1 .if ${PORT_OPTIONS:MSETUID} ${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/open .else diff --git a/sysutils/pcpustat/Makefile b/sysutils/pcpustat/Makefile index f1193a324c5..178d4905f74 100644 --- a/sysutils/pcpustat/Makefile +++ b/sysutils/pcpustat/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcpustat PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://bitbucket.org/sterlingcamden/pcpustat/get/ DISTNAME= ${PORTVERSION} @@ -16,10 +17,10 @@ USES= tar:bzip2 WRKSRC= ${WRKDIR}/sterlingcamden-pcpustat-2b8712536989 PLIST_FILES= bin/pcpustat \ - man/man1/pcpustat.1.gz + share/man/man1/pcpustat.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/sysutils/pdumpfs/Makefile b/sysutils/pdumpfs/Makefile index f239ff78af7..dbf5b1cae30 100644 --- a/sysutils/pdumpfs/Makefile +++ b/sysutils/pdumpfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdumpfs PORTVERSION= 1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://0xcc.net/pdumpfs/ @@ -17,8 +17,8 @@ NO_ARCH= yes SHEBANG_FILES= ${WRKSRC}/pdumpfs.in ALL_TARGET= pdumpfs -PLIST_FILES= man/ja/man8/pdumpfs.8.gz \ - man/man8/pdumpfs.8.gz \ +PLIST_FILES= share/man/ja/man8/pdumpfs.8.gz \ + share/man/man8/pdumpfs.8.gz \ sbin/pdumpfs PORTDOCS= * @@ -26,9 +26,10 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pdumpfs ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/man/man8/pdumpfs.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/man8/pdumpfs.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${RUBY} -ni -r nkf -e 'puts NKF.nkf("-e",$$_)' ${WRKSRC}/man/ja/man8/pdumpfs.8 - ${INSTALL_MAN} ${WRKSRC}/man/ja/man8/pdumpfs.8 ${STAGEDIR}${MANPREFIX}/man/ja/man8 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man8 + ${INSTALL_MAN} ${WRKSRC}/man/ja/man8/pdumpfs.8 ${STAGEDIR}${PREFIX}/share/man/ja/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/pipemeter/Makefile b/sysutils/pipemeter/Makefile index 64f27c9ad84..4adb3853de8 100644 --- a/sysutils/pipemeter/Makefile +++ b/sysutils/pipemeter/Makefile @@ -17,6 +17,6 @@ PLIST_FILES= bin/pipemeter \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pipemeter ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index a719308d02f..c9173fadf6e 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -1,5 +1,6 @@ PORTNAME= potnet DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile index 80f5383d60d..65f88fe6aba 100644 --- a/sysutils/process-viewer/Makefile +++ b/sysutils/process-viewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= process-viewer DISTVERSION= g20220909 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile index 2d3e31ff0be..9d14841f5f2 100644 --- a/sysutils/procs/Makefile +++ b/sysutils/procs/Makefile @@ -1,6 +1,7 @@ PORTNAME= procs DISTVERSIONPREFIX= v DISTVERSION= 0.14.4 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 14a604e9f00..5e1e77063ee 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -1,6 +1,7 @@ PORTNAME= pstree DISTVERSIONPREFIX= v DISTVERSION= 2.40 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/FredHucht/${PORTNAME}/files/9119465/ @@ -15,13 +16,13 @@ USES= zip CONFLICTS= psmisc -PLIST_FILES= bin/pstree man/man1/pstree.1.gz +PLIST_FILES= bin/pstree share/man/man1/pstree.1.gz do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o pstree pstree.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pstree ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pstree.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/pstree.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/sysutils/pwd_unmkdb/Makefile b/sysutils/pwd_unmkdb/Makefile index 755324cd244..cbc983dd669 100644 --- a/sysutils/pwd_unmkdb/Makefile +++ b/sysutils/pwd_unmkdb/Makefile @@ -1,5 +1,6 @@ PORTNAME= pwd_unmkdb PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/pwd_unmkdb/ \ http://distfiles.over-yonder.net/pwd_unmkdb/ @@ -10,10 +11,10 @@ WWW= https://www.over-yonder.net/~fullermd/projects/pwd_unmkdb/ USES= tar:xz -PLIST_FILES= man/man8/pwd_unmkdb.8.gz sbin/pwd_unmkdb +PLIST_FILES= share/man/man8/pwd_unmkdb.8.gz sbin/pwd_unmkdb do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pwd_unmkdb ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/pwd_unmkdb.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/pwd_unmkdb.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/py-azure-cli-core/Makefile b/sysutils/py-azure-cli-core/Makefile index 2a927c9b170..9c99d73a4a8 100644 --- a/sysutils/py-azure-cli-core/Makefile +++ b/sysutils/py-azure-cli-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-cli-core -PORTVERSION= 2.53.0 +PORTVERSION= 2.55.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,6 @@ WWW= https://pypi.org/project/azure-cli-core/ LICENSE= MIT -# argcomplete~=3.1.1, testing with an older version, it seems harmless RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=3.1.1:devel/py-argcomplete@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-telemetry>=1.1.0:sysutils/py-azure-cli-telemetry@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}humanfriendly>=10.0:textproc/py-humanfriendly@${PY_FLAVOR} \ diff --git a/sysutils/py-azure-cli-core/distinfo b/sysutils/py-azure-cli-core/distinfo index 8bd9415ffd7..6d0ef3214b6 100644 --- a/sysutils/py-azure-cli-core/distinfo +++ b/sysutils/py-azure-cli-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202749 -SHA256 (azure-cli-core-2.53.0.tar.gz) = 724cd745533a43ee0cee3467e8e594afb075b1807a68ff1c122c2b3ffd374176 -SIZE (azure-cli-core-2.53.0.tar.gz) = 214029 +TIMESTAMP = 1703611242 +SHA256 (azure-cli-core-2.55.0.tar.gz) = 46ee5af06f8cfe565ed28b0415ebe69d75350c62b29c909eee2870550a0805c2 +SIZE (azure-cli-core-2.55.0.tar.gz) = 214563 diff --git a/sysutils/py-azure-cli/Makefile b/sysutils/py-azure-cli/Makefile index 5743494b0f5..e52362452bd 100644 --- a/sysutils/py-azure-cli/Makefile +++ b/sysutils/py-azure-cli/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-cli -PORTVERSION= 2.53.0 +PORTVERSION= 2.55.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,9 +19,9 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}azure-cosmos>=3.0.2:devel/py-azure-cosmos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-datalake-store>=0.0.49:devel/py-azure-datalake-store@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-graphrbac>=0.60.0:devel/py-azure-graphrbac@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-keyvault-administration>=4.3.0:devel/py-azure-keyvault-administration@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-keyvault-administration>=4.4.0.b2:devel/py-azure-keyvault-administration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-keyvault-certificates>=4.7.0:security/py-azure-keyvault-certificates@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-keyvault-keys>=4.8.0.b2:security/py-azure-keyvault-keys@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-keyvault-keys>=4.9.0.b3:security/py-azure-keyvault-keys@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-keyvault-secrets>=4.7.0:security/py-azure-keyvault-secrets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-loganalytics>=0.1.1:devel/py-azure-loganalytics@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-advisor>=9.0.0:devel/py-azure-mgmt-advisor@${PY_FLAVOR} \ @@ -36,11 +36,11 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-botservice>=2.0.0.b3:devel/py-azure-mgmt-botservice@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cdn>=12.0.0:devel/py-azure-mgmt-cdn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cognitiveservices>=13.5.0:devel/py-azure-mgmt-cognitiveservices@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=30.0.0:devel/py-azure-mgmt-compute@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=30.3.0:devel/py-azure-mgmt-compute@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerinstance>=10.1.0:devel/py-azure-mgmt-containerinstance@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerregistry>=10.1.0:devel/py-azure-mgmt-containerregistry@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerservice>=26.0.0:devel/py-azure-mgmt-containerservice@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cosmosdb>=9.2.0:devel/py-azure-mgmt-cosmosdb@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerservice>=28.0.0:devel/py-azure-mgmt-containerservice@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cosmosdb>=9.3.0:devel/py-azure-mgmt-cosmosdb@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-databoxedge>=1.0.0:devel/py-azure-mgmt-databoxedge@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datalake-store>=0.5.0:devel/py-azure-mgmt-datalake-store@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datamigration>=10.0.0:devel/py-azure-mgmt-datamigration@${PY_FLAVOR} \ @@ -52,9 +52,9 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-hdinsight>=9.0.0:devel/py-azure-mgmt-hdinsight@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-imagebuilder>=1.2.0:devel/py-azure-mgmt-imagebuilder@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iotcentral>=10.0.0.b1:devel/py-azure-mgmt-iotcentral@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothub>=2.3.0:devel/py-azure-mgmt-iothub@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothub>=3.0.0:devel/py-azure-mgmt-iothub@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothubprovisioningservices>=1.1.0:devel/py-azure-mgmt-iothubprovisioningservices@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-keyvault>=10.2.3:devel/py-azure-mgmt-keyvault@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-keyvault>=10.3.0:devel/py-azure-mgmt-keyvault@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-kusto>=0.3.0:devel/py-azure-mgmt-kusto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-loganalytics>=13.0.0.b4:devel/py-azure-mgmt-loganalytics@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-managedservices>=1.0:devel/py-azure-mgmt-managedservices@${PY_FLAVOR} \ @@ -67,10 +67,10 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-netapp>=10.1.0:devel/py-azure-mgmt-netapp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-policyinsights>=1.1.0.b4:devel/py-azure-mgmt-policyinsights@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-privatedns>=1.0.0:devel/py-azure-mgmt-privatedns@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-rdbms>=10.2.0.b10:devel/py-azure-mgmt-rdbms@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-rdbms>=10.2.0.b12:devel/py-azure-mgmt-rdbms@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservices>=2.5.0:devel/py-azure-mgmt-recoveryservices@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservicesbackup>=7.0.0:devel/py-azure-mgmt-recoveryservicesbackup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redhatopenshift>=1.3.0:devel/py-azure-mgmt-redhatopenshift@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redhatopenshift>=1.4.0:devel/py-azure-mgmt-redhatopenshift@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redis>=14.1.0:devel/py-azure-mgmt-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource>=23.1.0.b2:devel/py-azure-mgmt-resource@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-search>=9.0.0:devel/py-azure-mgmt-search@${PY_FLAVOR} \ @@ -79,10 +79,10 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabric>=1.0.0:devel/py-azure-mgmt-servicefabric@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabricmanagedclusters>=1.0.0:devel/py-azure-mgmt-servicefabricmanagedclusters@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicelinker>=1.2.0.b1:devel/py-azure-mgmt-servicelinker@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-signalr>=1.1.0:devel/py-azure-mgmt-signalr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-sql>=4.0.0.b12:devel/py-azure-mgmt-sql@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-signalr>=2.0.0.b1:devel/py-azure-mgmt-signalr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-sql>=4.0.0.b13:devel/py-azure-mgmt-sql@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-sqlvirtualmachine>=1.0.0.b5:devel/py-azure-mgmt-sqlvirtualmachine@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=21.0.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=21.1.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-trafficmanager>=1.0.0:devel/py-azure-mgmt-trafficmanager@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-web>=7.0.0:devel/py-azure-mgmt-web@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-synapse>=2.1.0.b5:devel/py-azure-mgmt-synapse@${PY_FLAVOR} \ @@ -109,7 +109,7 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}javaproperties>=0.5.1:devel/py-javaproperties@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsondiff>=2.0.0:devel/py-jsondiff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semver>=2.13.0:devel/py-semver@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygithub>=1.55:devel/py-pygithub@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}PyGithub>=1.55:devel/py-PyGithub@${PY_FLAVOR} USES= azurepy python USE_PYTHON= autoplist concurrent cryptography distutils diff --git a/sysutils/py-azure-cli/distinfo b/sysutils/py-azure-cli/distinfo index 3668e8e5729..3db5b34b9ba 100644 --- a/sysutils/py-azure-cli/distinfo +++ b/sysutils/py-azure-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696203137 -SHA256 (azure-cli-2.53.0.tar.gz) = af12cc528254af37119ffb8b5c241b858ca79069a4420429d7147de7348b2c4e -SIZE (azure-cli-2.53.0.tar.gz) = 9475983 +TIMESTAMP = 1703611806 +SHA256 (azure-cli-2.55.0.tar.gz) = bc53adcd78d717b552d729bac846e4a55e40da063fdbc19c510844e91333b447 +SIZE (azure-cli-2.55.0.tar.gz) = 9530409 diff --git a/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py b/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py index 647ea116904..98babdabb54 100644 --- a/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py +++ b/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py @@ -1,6 +1,6 @@ ---- azure/cli/command_modules/storage/azcopy/util.py.orig 2020-01-31 12:42:39 UTC +--- azure/cli/command_modules/storage/azcopy/util.py.orig 2023-11-29 03:41:09 UTC +++ azure/cli/command_modules/storage/azcopy/util.py -@@ -50,6 +50,8 @@ class AzCopy(object): +@@ -70,6 +70,8 @@ class AzCopy: file_url = base_url.format('linux', 'amd64', AZCOPY_VERSION, 'tar.gz') elif self.system == 'Darwin': file_url = base_url.format('darwin', 'amd64', AZCOPY_VERSION, 'zip') @@ -9,12 +9,12 @@ else: raise CLIError('Azcopy ({}) does not exist.'.format(self.system)) try: -@@ -180,7 +182,7 @@ def _get_default_install_location(): - if not home_dir: - return None - install_location = os.path.join(home_dir, r'.azcopy\azcopy.exe') +@@ -206,7 +208,7 @@ def _get_default_install_location(): + _azcopy_installation_dir = os.path.join(_config_dir, "bin") + if system == 'Windows': + install_location = os.path.join(_azcopy_installation_dir, 'azcopy.exe') - elif system in ('Linux', 'Darwin'): + elif system in ('Linux', 'Darwin', 'FreeBSD'): - install_location = os.path.expanduser(os.path.join('~', 'bin/azcopy')) + install_location = os.path.join(_azcopy_installation_dir, 'azcopy') else: - install_location = None + raise CLIError('The {} platform is not currently supported. If you want to know which platforms are supported, ' diff --git a/sysutils/py-keep/Makefile b/sysutils/py-keep/Makefile index 2ff81887167..38ee8dad222 100644 --- a/sysutils/py-keep/Makefile +++ b/sysutils/py-keep/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${FILESDIR}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}terminaltables>0:textproc/py-terminaltables@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygithub>0:devel/py-pygithub@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}PyGithub>0:devel/py-PyGithub@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils diff --git a/sysutils/py-python-bareos/Makefile b/sysutils/py-python-bareos/Makefile index ee81dd363e9..92fc480b93e 100644 --- a/sysutils/py-python-bareos/Makefile +++ b/sysutils/py-python-bareos/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-bareos -PORTVERSION= 22.0.3 +PORTVERSION= 22.1.3 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-python-bareos/distinfo b/sysutils/py-python-bareos/distinfo index cd59bc6235f..dc44ef59006 100644 --- a/sysutils/py-python-bareos/distinfo +++ b/sysutils/py-python-bareos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680908895 -SHA256 (python-bareos-22.0.3.tar.gz) = 2988b4efb583538ee6679cfa956b907717c298c895ef91910f1b671c8ae91097 -SIZE (python-bareos-22.0.3.tar.gz) = 23622 +TIMESTAMP = 1704486902 +SHA256 (python-bareos-22.1.3.tar.gz) = e3ff6c7c9bc67898360315844afe128b8d176cb0f6d0df59b0ea6a9b43ec4350 +SIZE (python-bareos-22.1.3.tar.gz) = 35782 diff --git a/sysutils/py-resolve-march-native/Makefile b/sysutils/py-resolve-march-native/Makefile index 9ee1db19378..9ace09b32e6 100644 --- a/sysutils/py-resolve-march-native/Makefile +++ b/sysutils/py-resolve-march-native/Makefile @@ -1,5 +1,5 @@ PORTNAME= resolve-march-native -DISTVERSION= 5.0.1 +DISTVERSION= 5.0.2 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-resolve-march-native/distinfo b/sysutils/py-resolve-march-native/distinfo index 22104b76432..288aa1d073b 100644 --- a/sysutils/py-resolve-march-native/distinfo +++ b/sysutils/py-resolve-march-native/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701987894 -SHA256 (hartwork-resolve-march-native-5.0.1_GH0.tar.gz) = b83bb83815cf683facef2ef4acb296ca088d4507e171932c69dedeec5d6df9df -SIZE (hartwork-resolve-march-native-5.0.1_GH0.tar.gz) = 42875 +TIMESTAMP = 1704809456 +SHA256 (hartwork-resolve-march-native-5.0.2_GH0.tar.gz) = b22a408479889afab5e1a877caae8d9534f4285fbdaa8f552bbdc8b13f063ed1 +SIZE (hartwork-resolve-march-native-5.0.2_GH0.tar.gz) = 44486 diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile index 8fab0670624..6af5b1cd617 100644 --- a/sysutils/py-supervisor/Makefile +++ b/sysutils/py-supervisor/Makefile @@ -1,11 +1,11 @@ PORTNAME= supervisor -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 PORTEPOCH= 1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= thomas@gibfest.dk +MAINTAINER= otis@FreeBSD.org COMMENT= System for controlling process state under UNIX WWW= http://supervisord.org/ diff --git a/sysutils/py-supervisor/distinfo b/sysutils/py-supervisor/distinfo index ff1a42ab893..7be6aa18e29 100644 --- a/sysutils/py-supervisor/distinfo +++ b/sysutils/py-supervisor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641499445 -SHA256 (supervisor-4.2.4.tar.gz) = 40dc582ce1eec631c3df79420b187a6da276bbd68a4ec0a8f1f123ea616b97a2 -SIZE (supervisor-4.2.4.tar.gz) = 465151 +TIMESTAMP = 1704749530 +SHA256 (supervisor-4.2.5.tar.gz) = 34761bae1a23c58192281a5115fb07fbf22c9b0133c08166beffc70fed3ebc12 +SIZE (supervisor-4.2.5.tar.gz) = 466073 diff --git a/sysutils/py-supervisor/files/supervisord.conf.sample b/sysutils/py-supervisor/files/supervisord.conf.sample index 5bbe3662aaf..9ecdd410d2a 100644 --- a/sysutils/py-supervisor/files/supervisord.conf.sample +++ b/sysutils/py-supervisor/files/supervisord.conf.sample @@ -72,7 +72,7 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface ; or inet_http_server section. [supervisorctl] -serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket +serverurl=unix:///var/run/supervisor/supervisor.sock ; use a unix:// URL for a unix socket ;serverurl=http://127.0.0.1:9001 ; use an http:// url to specify an inet socket ;username=chris ; should be same as in [*_http_server] if set ;password=123 ; should be same as in [*_http_server] if set diff --git a/sysutils/qchroot/Makefile b/sysutils/qchroot/Makefile index c82967e56c7..1d8bd5b34bd 100644 --- a/sysutils/qchroot/Makefile +++ b/sysutils/qchroot/Makefile @@ -1,5 +1,6 @@ PORTNAME= qchroot PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} @@ -17,6 +18,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/qchroot.bootime \ ${STAGEDIR}${PREFIX}/etc/rc.d ${INSTALL_MAN} ${WRKSRC}/qchroot.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/qchroot/pkg-plist b/sysutils/qchroot/pkg-plist index c6cd6166458..f085338d93c 100644 --- a/sysutils/qchroot/pkg-plist +++ b/sysutils/qchroot/pkg-plist @@ -1,3 +1,3 @@ bin/qchroot etc/rc.d/qchroot.bootime -man/man8/qchroot.8.gz +share/man/man8/qchroot.8.gz diff --git a/sysutils/qjail/Makefile b/sysutils/qjail/Makefile index 23d66a13f26..8ddf93efa10 100644 --- a/sysutils/qjail/Makefile +++ b/sysutils/qjail/Makefile @@ -1,5 +1,6 @@ PORTNAME= qjail PORTVERSION= 5.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} @@ -31,7 +32,7 @@ do-install: ${STAGEDIR}${PREFIX}/etc/qjail.portsnap.conf.sample .for i in qjail qjail-intro qjail-drive-traffic qjail-vnet-howto \ qjail-ipv6-testing - ${INSTALL_MAN} ${WRKSRC}/${i}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${i}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .endfor # note examples are mandatory. qjail will not function without them diff --git a/sysutils/qjail/pkg-plist b/sysutils/qjail/pkg-plist index 3e7f6805f57..ff55467e988 100644 --- a/sysutils/qjail/pkg-plist +++ b/sysutils/qjail/pkg-plist @@ -1,11 +1,11 @@ bin/qjail @sample etc/qjail.portsnap.conf.sample etc/rc.d/qjail.bootime -man/man8/qjail.8.gz -man/man8/qjail-intro.8.gz -man/man8/qjail-drive-traffic.8.gz -man/man8/qjail-vnet-howto.8.gz -man/man8/qjail-ipv6-testing.8.gz +share/man/man8/qjail.8.gz +share/man/man8/qjail-intro.8.gz +share/man/man8/qjail-drive-traffic.8.gz +share/man/man8/qjail-vnet-howto.8.gz +share/man/man8/qjail-ipv6-testing.8.gz %%EXAMPLESDIR%%/vnet/devfsrules_vjail_pf70 %%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipf60 %%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipfw50 diff --git a/sysutils/qjail54/Makefile b/sysutils/qjail54/Makefile index 94f0ad3922a..c3755126bf7 100644 --- a/sysutils/qjail54/Makefile +++ b/sysutils/qjail54/Makefile @@ -1,5 +1,6 @@ PORTNAME= qjail PORTVERSION= 5.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} PKGNAMESUFFIX= 54 @@ -32,7 +33,7 @@ do-install: ${STAGEDIR}${PREFIX}/etc/qjail.portsnap.conf.sample .for i in qjail qjail-intro qjail-howto qjail-vnet-howto \ qjail-ipv6-testing - ${INSTALL_MAN} ${WRKSRC}/${i}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${i}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .endfor # note examples are mandatory. qjail will not function without them diff --git a/sysutils/qjail54/pkg-plist b/sysutils/qjail54/pkg-plist index 310de2cc3ad..ac47bddecb5 100644 --- a/sysutils/qjail54/pkg-plist +++ b/sysutils/qjail54/pkg-plist @@ -1,11 +1,11 @@ bin/qjail @sample etc/qjail.portsnap.conf.sample etc/rc.d/qjail.bootime -man/man8/qjail.8.gz -man/man8/qjail-intro.8.gz -man/man8/qjail-howto.8.gz -man/man8/qjail-vnet-howto.8.gz -man/man8/qjail-ipv6-testing.8.gz +share/man/man8/qjail.8.gz +share/man/man8/qjail-intro.8.gz +share/man/man8/qjail-howto.8.gz +share/man/man8/qjail-vnet-howto.8.gz +share/man/man8/qjail-ipv6-testing.8.gz %%EXAMPLESDIR%%/vnet/ipfw.host.rules %%EXAMPLESDIR%%/vnet/ipfw.vnet.rules %%EXAMPLESDIR%%/vnet/ipf.host.rules diff --git a/sysutils/qlogtools/Makefile b/sysutils/qlogtools/Makefile index 5cf526de431..d9eddf79c7f 100644 --- a/sysutils/qlogtools/Makefile +++ b/sysutils/qlogtools/Makefile @@ -1,6 +1,6 @@ PORTNAME= qlogtools PORTVERSION= 3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/${PORTNAME}/ @@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOCS do-configure: ${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin - ${ECHO_CMD} "${STAGEDIR}${MANPREFIX}/man" > ${WRKSRC}/conf-man + ${ECHO_CMD} "${STAGEDIR}${PREFIX}/share/man" > ${WRKSRC}/conf-man ${ECHO_CMD} "${CC} ${STRIP} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${LDFLAGS}" > ${WRKSRC}/conf-ld diff --git a/sysutils/qlogtools/pkg-plist b/sysutils/qlogtools/pkg-plist index 4608a778574..623da272dac 100644 --- a/sysutils/qlogtools/pkg-plist +++ b/sysutils/qlogtools/pkg-plist @@ -5,10 +5,10 @@ bin/spipe bin/tai2tai64n bin/tai64n2tai bin/teepipe -man/man1/multipipe.1.gz -man/man1/multitail.1.gz -man/man1/qfilelog.1.gz -man/man1/spipe.1.gz -man/man1/tai2tai64n.1.gz -man/man1/tai64n2tai.1.gz -man/man1/teepipe.1.gz +share/man/man1/multipipe.1.gz +share/man/man1/multitail.1.gz +share/man/man1/qfilelog.1.gz +share/man/man1/spipe.1.gz +share/man/man1/tai2tai64n.1.gz +share/man/man1/tai64n2tai.1.gz +share/man/man1/teepipe.1.gz diff --git a/sysutils/retail/Makefile b/sysutils/retail/Makefile index 77970495f95..20ade32d660 100644 --- a/sysutils/retail/Makefile +++ b/sysutils/retail/Makefile @@ -1,24 +1,24 @@ PORTNAME= retail -PORTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.0.2 CATEGORIES= sysutils MASTER_SITES= http://xjack.org/retail/download/ \ http://www.bsdstore.ru/downloads/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Program for incremental logfile reader WWW= http://xjack.org/retail/ LICENSE= GPLv2 GNU_CONFIGURE= yes -PLIST_FILES= bin/retail man/man1/retail.1.gz + +PLIST_FILES= bin/retail share/man/man1/retail.1.gz post-configure: - ${REINPLACE_CMD} -e 's/%.o: %.c \*.h ..\/config.h//g' ${WRKSRC}/src/Makefile + ${REINPLACE_CMD} -e 's/%.o: %.c \*.h ..\/config.h//g; \ + s|man/man1|share/man/man1|g' ${WRKSRC}/src/Makefile post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/retail.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/sysutils/retail/distinfo b/sysutils/retail/distinfo index a4796b612ae..bcadbe303d4 100644 --- a/sysutils/retail/distinfo +++ b/sysutils/retail/distinfo @@ -1,2 +1,3 @@ -SHA256 (retail-1.0.1.tar.gz) = 056d9f3852a05399d478f4852e4a82b1165aa433341f39228decdd82ed58fcce -SIZE (retail-1.0.1.tar.gz) = 40585 +TIMESTAMP = 1704888950 +SHA256 (retail-1.0.2.tar.gz) = e5795a3ef1464e1dfe1930d29abcf142f724d428cf3c4081b8fe048b262723e6 +SIZE (retail-1.0.2.tar.gz) = 63180 diff --git a/sysutils/runiq/Makefile b/sysutils/runiq/Makefile index 938dc4902c8..344040aa5a1 100644 --- a/sysutils/runiq/Makefile +++ b/sysutils/runiq/Makefile @@ -1,7 +1,7 @@ PORTNAME= runiq DISTVERSIONPREFIX= v -DISTVERSION= 1.2.2 -PORTREVISION= 9 +DISTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -15,69 +15,194 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= whitfin -CARGO_CRATES= atty-0.2.14 \ +CARGO_CRATES= addr2line-0.21.0 \ + adler-1.0.2 \ + ahash-0.8.7 \ + aho-corasick-1.1.2 \ + android-tzdata-0.1.1 \ + android_system_properties-0.1.5 \ + anstream-0.6.5 \ + anstyle-1.0.4 \ + anstyle-parse-0.2.3 \ + anstyle-query-1.0.2 \ + anstyle-wincon-3.0.2 \ + autocfg-0.1.8 \ autocfg-1.1.0 \ + backtrace-0.3.69 \ + base64-0.13.1 \ bitflags-1.3.2 \ - bytelines-2.4.0 \ - bytes-1.3.0 \ + bitvec-1.0.1 \ + block-buffer-0.10.4 \ + bson-2.8.1 \ + bstr-1.9.0 \ + bumpalo-3.14.0 \ + bytelines-2.5.0 \ + bytesize-1.3.0 \ + cc-1.0.83 \ cfg-if-1.0.0 \ - clap-3.2.23 \ - clap_derive-3.2.18 \ - clap_lex-0.2.4 \ - fnv-1.0.7 \ - 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 \ - futures-util-0.3.25 \ - getrandom-0.2.8 \ + chrono-0.4.31 \ + chrono-tz-0.8.5 \ + chrono-tz-build-0.2.1 \ + clap-4.4.13 \ + clap_builder-4.4.12 \ + clap_derive-4.4.7 \ + clap_lex-0.6.0 \ + cli-table-0.4.7 \ + cli-table-derive-0.4.5 \ + cloudabi-0.0.3 \ + colorchoice-1.0.0 \ + core-foundation-sys-0.8.6 \ + cpufeatures-0.2.12 \ + crossbeam-deque-0.8.4 \ + crossbeam-epoch-0.9.17 \ + crossbeam-utils-0.8.18 \ + crypto-common-0.1.6 \ + csv-1.3.0 \ + csv-core-0.1.11 \ + deranged-0.3.11 \ + deunicode-1.4.2 \ + digest-0.10.7 \ + equivalent-1.0.1 \ + failure-0.1.8 \ + failure_derive-0.1.8 \ + fake-1.3.0 \ + format_num-0.1.0 \ + fuchsia-cprng-0.1.1 \ + funty-2.0.0 \ + generic-array-0.14.7 \ + getrandom-0.2.11 \ + gimli-0.28.1 \ + globset-0.4.14 \ + globwalk-0.8.1 \ + growable-bloom-filter-2.1.0 \ hashbrown-0.12.3 \ - heck-0.4.0 \ - hermit-abi-0.1.19 \ - indexmap-1.9.2 \ - libc-0.2.139 \ - memchr-2.5.0 \ - once_cell-1.17.0 \ - os_str_bytes-6.4.1 \ - pin-project-lite-0.2.9 \ - pin-utils-0.1.0 \ + hashbrown-0.14.3 \ + heck-0.4.1 \ + hex-0.4.3 \ + humansize-2.1.3 \ + iana-time-zone-0.1.59 \ + iana-time-zone-haiku-0.1.2 \ + identity-hash-0.1.0 \ + ignore-0.4.21 \ + indexmap-1.9.3 \ + indexmap-2.1.0 \ + itoa-1.0.10 \ + jen-1.7.0 \ + js-sys-0.3.66 \ + lazy_static-1.4.0 \ + libc-0.2.151 \ + libm-0.2.8 \ + log-0.4.20 \ + memchr-2.7.1 \ + miniz_oxide-0.7.1 \ + nanoid-0.4.0 \ + num-traits-0.2.17 \ + object-0.32.2 \ + once_cell-1.19.0 \ + parse-zoneinfo-0.3.0 \ + percent-encoding-2.3.1 \ + pest-2.7.6 \ + pest_derive-2.7.6 \ + pest_generator-2.7.6 \ + pest_meta-2.7.6 \ + phf-0.11.2 \ + phf_codegen-0.11.2 \ + phf_generator-0.11.2 \ + phf_shared-0.11.2 \ + powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ - proc-macro-error-1.0.4 \ - proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.49 \ - quote-1.0.23 \ + proc-macro2-1.0.76 \ + quote-1.0.35 \ + radium-0.7.0 \ + rand-0.6.5 \ rand-0.8.5 \ + rand_chacha-0.1.1 \ rand_chacha-0.3.1 \ + rand_core-0.3.1 \ + rand_core-0.4.2 \ rand_core-0.6.4 \ - scalable_bloom_filter-0.1.1 \ - siphasher-0.2.3 \ - slab-0.4.7 \ - static_assertions-1.1.0 \ + rand_hc-0.1.0 \ + rand_isaac-0.1.1 \ + rand_jitter-0.1.4 \ + rand_os-0.1.3 \ + rand_pcg-0.1.2 \ + rand_xorshift-0.1.1 \ + rdrand-0.4.0 \ + regex-1.10.2 \ + regex-automata-0.4.3 \ + regex-syntax-0.8.2 \ + rustc-demangle-0.1.23 \ + rustversion-1.0.14 \ + ryu-1.0.16 \ + same-file-1.0.6 \ + serde-1.0.195 \ + serde_bytes-0.11.14 \ + serde_derive-1.0.195 \ + serde_json-1.0.111 \ + sha2-0.10.8 \ + siphasher-0.3.11 \ + slug-0.1.5 \ strsim-0.10.0 \ - syn-1.0.107 \ - termcolor-1.1.3 \ - textwrap-0.16.0 \ - tokio-1.23.0 \ - twox-hash-1.6.3 \ - unicode-ident-1.0.6 \ + strum-0.25.0 \ + strum_macros-0.25.3 \ + syn-1.0.109 \ + syn-2.0.48 \ + synstructure-0.12.6 \ + tap-1.0.1 \ + tera-1.19.1 \ + termcolor-1.4.0 \ + thiserror-1.0.56 \ + thiserror-impl-1.0.56 \ + time-0.3.31 \ + time-core-0.1.2 \ + time-macros-0.2.16 \ + typenum-1.17.0 \ + ucd-trie-0.1.6 \ + unic-char-property-0.9.0 \ + unic-char-range-0.9.0 \ + unic-common-0.9.0 \ + unic-segment-0.9.0 \ + unic-ucd-segment-0.9.0 \ + unic-ucd-version-0.9.0 \ + unicode-ident-1.0.12 \ + unicode-width-0.1.11 \ + unicode-xid-0.2.4 \ + utf8parse-0.2.1 \ + uuid-1.6.1 \ version_check-0.9.4 \ + walkdir-2.4.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-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.0 \ - windows_aarch64_msvc-0.42.0 \ - windows_i686_gnu-0.42.0 \ - windows_i686_msvc-0.42.0 \ - windows_x86_64_gnu-0.42.0 \ - windows_x86_64_gnullvm-0.42.0 \ - windows_x86_64_msvc-0.42.0 + windows-core-0.52.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 \ + wyz-0.5.1 \ + xxhash-rust-0.8.8 \ + zerocopy-0.7.32 \ + zerocopy-derive-0.7.32 PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/runiq/distinfo b/sysutils/runiq/distinfo index 274b4f0df0b..720d23a97ea 100644 --- a/sysutils/runiq/distinfo +++ b/sysutils/runiq/distinfo @@ -1,129 +1,379 @@ -TIMESTAMP = 1672550623 -SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.crate) = 5470 +TIMESTAMP = 1704528456 +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/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/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.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/autocfg-0.1.8.crate) = 0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78 +SIZE (rust/crates/autocfg-0.1.8.crate) = 6621 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.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 +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/bytelines-2.4.0.crate) = 784face321c535fcd9a1456632fa720aa53ea0640b57341d961c8c09de2da59f -SIZE (rust/crates/bytelines-2.4.0.crate) = 5334 -SHA256 (rust/crates/bytes-1.3.0.crate) = dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c -SIZE (rust/crates/bytes-1.3.0.crate) = 57563 +SHA256 (rust/crates/bitvec-1.0.1.crate) = 1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c +SIZE (rust/crates/bitvec-1.0.1.crate) = 224375 +SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 +SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 +SHA256 (rust/crates/bson-2.8.1.crate) = 88c18b51216e1f74b9d769cead6ace2f82b965b807e3d73330aabe9faec31c84 +SIZE (rust/crates/bson-2.8.1.crate) = 127322 +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/bytelines-2.5.0.crate) = 1297656b3c221f5251560da47ce530d981345d3dabe822067c18ecb36e67aacb +SIZE (rust/crates/bytelines-2.5.0.crate) = 6255 +SHA256 (rust/crates/bytesize-1.3.0.crate) = a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc +SIZE (rust/crates/bytesize-1.3.0.crate) = 10164 +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-3.2.23.crate) = 71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5 -SIZE (rust/crates/clap-3.2.23.crate) = 219435 -SHA256 (rust/crates/clap_derive-3.2.18.crate) = ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65 -SIZE (rust/crates/clap_derive-3.2.18.crate) = 28208 -SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5 -SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652 -SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 -SIZE (rust/crates/fnv-1.0.7.crate) = 11266 -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/futures-util-0.3.25.crate) = 197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6 -SIZE (rust/crates/futures-util-0.3.25.crate) = 155866 -SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31 -SIZE (rust/crates/getrandom-0.2.8.crate) = 30553 +SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38 +SIZE (rust/crates/chrono-0.4.31.crate) = 214513 +SHA256 (rust/crates/chrono-tz-0.8.5.crate) = 91d7b79e99bfaa0d47da0687c43aa3b7381938a62ad3a6498599039321f660b7 +SIZE (rust/crates/chrono-tz-0.8.5.crate) = 622507 +SHA256 (rust/crates/chrono-tz-build-0.2.1.crate) = 433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f +SIZE (rust/crates/chrono-tz-build-0.2.1.crate) = 10421 +SHA256 (rust/crates/clap-4.4.13.crate) = 52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642 +SIZE (rust/crates/clap-4.4.13.crate) = 55293 +SHA256 (rust/crates/clap_builder-4.4.12.crate) = fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9 +SIZE (rust/crates/clap_builder-4.4.12.crate) = 163345 +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/cli-table-0.4.7.crate) = adfbb116d9e2c4be7011360d0c0bee565712c11e969c9609b25b619366dc379d +SIZE (rust/crates/cli-table-0.4.7.crate) = 13195 +SHA256 (rust/crates/cli-table-derive-0.4.5.crate) = 2af3bfb9da627b0a6c467624fb7963921433774ed435493b5c08a3053e829ad4 +SIZE (rust/crates/cli-table-derive-0.4.5.crate) = 6843 +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/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/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/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/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 +SIZE (rust/crates/deranged-0.3.11.crate) = 18043 +SHA256 (rust/crates/deunicode-1.4.2.crate) = 3ae2a35373c5c74340b79ae6780b498b2b183915ec5dacf263aac5a099bf485a +SIZE (rust/crates/deunicode-1.4.2.crate) = 176451 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 +SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (rust/crates/failure-0.1.8.crate) = d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86 +SIZE (rust/crates/failure-0.1.8.crate) = 37582 +SHA256 (rust/crates/failure_derive-0.1.8.crate) = aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4 +SIZE (rust/crates/failure_derive-0.1.8.crate) = 4950 +SHA256 (rust/crates/fake-1.3.0.crate) = b7e5932b40ab216d69bca7d228fa0bf754c44b70ed97fcc70fdc1b66d6214f51 +SIZE (rust/crates/fake-1.3.0.crate) = 35811 +SHA256 (rust/crates/format_num-0.1.0.crate) = 14ac05eb8d2eb4ed1eeff847911deae077b0b53332465de9d6a26b0ea9961bc8 +SIZE (rust/crates/format_num-0.1.0.crate) = 16326 +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/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/globset-0.4.14.crate) = 57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1 +SIZE (rust/crates/globset-0.4.14.crate) = 25090 +SHA256 (rust/crates/globwalk-0.8.1.crate) = 93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc +SIZE (rust/crates/globwalk-0.8.1.crate) = 13705 +SHA256 (rust/crates/growable-bloom-filter-2.1.0.crate) = c669fa03050eb3445343f215d62fc1ab831e8098bc9a55f26e9724faff11075c +SIZE (rust/crates/growable-bloom-filter-2.1.0.crate) = 10214 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.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 -SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 -SHA256 (rust/crates/indexmap-1.9.2.crate) = 1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399 -SIZE (rust/crates/indexmap-1.9.2.crate) = 54627 -SHA256 (rust/crates/libc-0.2.139.crate) = 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79 -SIZE (rust/crates/libc-0.2.139.crate) = 638983 -SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d -SIZE (rust/crates/memchr-2.5.0.crate) = 65812 -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/pin-project-lite-0.2.9.crate) = e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116 -SIZE (rust/crates/pin-project-lite-0.2.9.crate) = 27713 -SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 -SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +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/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 +SIZE (rust/crates/hex-0.4.3.crate) = 13299 +SHA256 (rust/crates/humansize-2.1.3.crate) = 6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7 +SIZE (rust/crates/humansize-2.1.3.crate) = 11953 +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/identity-hash-0.1.0.crate) = dfdd7caa900436d8f13b2346fe10257e0c05c1f1f9e351f4f5d57c03bd5f45da +SIZE (rust/crates/identity-hash-0.1.0.crate) = 8386 +SHA256 (rust/crates/ignore-0.4.21.crate) = 747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060 +SIZE (rust/crates/ignore-0.4.21.crate) = 55500 +SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 +SHA256 (rust/crates/indexmap-2.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f +SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 +SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c +SIZE (rust/crates/itoa-1.0.10.crate) = 10534 +SHA256 (rust/crates/jen-1.7.0.crate) = d6dbf07da3aeb1810d042d6b06d3fa1f940d9c540e50eaf50266d3e57c8f4049 +SIZE (rust/crates/jen-1.7.0.crate) = 21567 +SHA256 (rust/crates/js-sys-0.3.66.crate) = cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca +SIZE (rust/crates/js-sys-0.3.66.crate) = 80765 +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/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/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 +SIZE (rust/crates/memchr-2.7.1.crate) = 96307 +SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 +SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 +SHA256 (rust/crates/nanoid-0.4.0.crate) = 3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8 +SIZE (rust/crates/nanoid-0.4.0.crate) = 6196 +SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c +SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 +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/parse-zoneinfo-0.3.0.crate) = c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41 +SIZE (rust/crates/parse-zoneinfo-0.3.0.crate) = 76590 +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.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/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 +SIZE (rust/crates/phf_codegen-0.11.2.crate) = 12977 +SHA256 (rust/crates/phf_generator-0.11.2.crate) = 48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0 +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/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/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.49.crate) = 57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5 -SIZE (rust/crates/proc-macro2-1.0.49.crate) = 41977 -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.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c +SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 +SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef +SIZE (rust/crates/quote-1.0.35.crate) = 28136 +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 +SIZE (rust/crates/rand-0.6.5.crate) = 104814 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand_chacha-0.1.1.crate) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef +SIZE (rust/crates/rand_chacha-0.1.1.crate) = 11703 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/scalable_bloom_filter-0.1.1.crate) = 2afc436fdd5e4299ee7560dac0e79a41554e7d4f13986f9dbd720f2df5e751c4 -SIZE (rust/crates/scalable_bloom_filter-0.1.1.crate) = 5068 -SHA256 (rust/crates/siphasher-0.2.3.crate) = 0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac -SIZE (rust/crates/siphasher-0.2.3.crate) = 8717 -SHA256 (rust/crates/slab-0.4.7.crate) = 4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef -SIZE (rust/crates/slab-0.4.7.crate) = 16647 -SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f -SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/rand_hc-0.1.0.crate) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4 +SIZE (rust/crates/rand_hc-0.1.0.crate) = 11644 +SHA256 (rust/crates/rand_isaac-0.1.1.crate) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08 +SIZE (rust/crates/rand_isaac-0.1.1.crate) = 16020 +SHA256 (rust/crates/rand_jitter-0.1.4.crate) = 1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b +SIZE (rust/crates/rand_jitter-0.1.4.crate) = 18409 +SHA256 (rust/crates/rand_os-0.1.3.crate) = 7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071 +SIZE (rust/crates/rand_os-0.1.3.crate) = 18965 +SHA256 (rust/crates/rand_pcg-0.1.2.crate) = abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44 +SIZE (rust/crates/rand_pcg-0.1.2.crate) = 10844 +SHA256 (rust/crates/rand_xorshift-0.1.1.crate) = cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c +SIZE (rust/crates/rand_xorshift-0.1.1.crate) = 8997 +SHA256 (rust/crates/rdrand-0.4.0.crate) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2 +SIZE (rust/crates/rdrand-0.4.0.crate) = 6456 +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/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 +SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 +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/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_bytes-0.11.14.crate) = 8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734 +SIZE (rust/crates/serde_bytes-0.11.14.crate) = 12018 +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/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 +SIZE (rust/crates/sha2-0.10.8.crate) = 26357 +SHA256 (rust/crates/siphasher-0.3.11.crate) = 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d +SIZE (rust/crates/siphasher-0.3.11.crate) = 10442 +SHA256 (rust/crates/slug-0.1.5.crate) = 3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4 +SIZE (rust/crates/slug-0.1.5.crate) = 6833 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5 -SIZE (rust/crates/syn-1.0.107.crate) = 237539 -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/tokio-1.23.0.crate) = eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46 -SIZE (rust/crates/tokio-1.23.0.crate) = 621207 -SHA256 (rust/crates/twox-hash-1.6.3.crate) = 97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675 -SIZE (rust/crates/twox-hash-1.6.3.crate) = 21842 -SHA256 (rust/crates/unicode-ident-1.0.6.crate) = 84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc -SIZE (rust/crates/unicode-ident-1.0.6.crate) = 42158 +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/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/synstructure-0.12.6.crate) = f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f +SIZE (rust/crates/synstructure-0.12.6.crate) = 18429 +SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 +SIZE (rust/crates/tap-1.0.1.crate) = 11316 +SHA256 (rust/crates/tera-1.19.1.crate) = 970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8 +SIZE (rust/crates/tera-1.19.1.crate) = 104237 +SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449 +SIZE (rust/crates/termcolor-1.4.0.crate) = 18765 +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/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/unic-char-property-0.9.0.crate) = a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221 +SIZE (rust/crates/unic-char-property-0.9.0.crate) = 6809 +SHA256 (rust/crates/unic-char-range-0.9.0.crate) = 0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc +SIZE (rust/crates/unic-char-range-0.9.0.crate) = 7020 +SHA256 (rust/crates/unic-common-0.9.0.crate) = 80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc +SIZE (rust/crates/unic-common-0.9.0.crate) = 2558 +SHA256 (rust/crates/unic-segment-0.9.0.crate) = e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23 +SIZE (rust/crates/unic-segment-0.9.0.crate) = 34848 +SHA256 (rust/crates/unic-ucd-segment-0.9.0.crate) = 2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700 +SIZE (rust/crates/unic-ucd-segment-0.9.0.crate) = 39262 +SHA256 (rust/crates/unic-ucd-version-0.9.0.crate) = 96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4 +SIZE (rust/crates/unic-ucd-version-0.9.0.crate) = 2246 +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/unicode-xid-0.2.4.crate) = f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c +SIZE (rust/crates/unicode-xid-0.2.4.crate) = 15352 +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/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/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-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.0.crate) = 41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e -SIZE (rust/crates/windows_aarch64_gnullvm-0.42.0.crate) = 357917 -SHA256 (rust/crates/windows_aarch64_msvc-0.42.0.crate) = dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4 -SIZE (rust/crates/windows_aarch64_msvc-0.42.0.crate) = 659424 -SHA256 (rust/crates/windows_i686_gnu-0.42.0.crate) = fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7 -SIZE (rust/crates/windows_i686_gnu-0.42.0.crate) = 728570 -SHA256 (rust/crates/windows_i686_msvc-0.42.0.crate) = 84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246 -SIZE (rust/crates/windows_i686_msvc-0.42.0.crate) = 717477 -SHA256 (rust/crates/windows_x86_64_gnu-0.42.0.crate) = bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed -SIZE (rust/crates/windows_x86_64_gnu-0.42.0.crate) = 692493 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.0.crate) = 09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028 -SIZE (rust/crates/windows_x86_64_gnullvm-0.42.0.crate) = 357906 -SHA256 (rust/crates/windows_x86_64_msvc-0.42.0.crate) = f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5 -SIZE (rust/crates/windows_x86_64_msvc-0.42.0.crate) = 659377 -SHA256 (whitfin-runiq-v1.2.2_GH0.tar.gz) = 27d0274c725137c34b32d5ce76cfc92bb71a4e49a427a307f85f7b8c5f6fd2f4 -SIZE (whitfin-runiq-v1.2.2_GH0.tar.gz) = 8689 +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.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/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed +SIZE (rust/crates/wyz-0.5.1.crate) = 18790 +SHA256 (rust/crates/xxhash-rust-0.8.8.crate) = 53be06678ed9e83edb1745eb72efc0bbcd7b5c3c35711a860906aed827a13d61 +SIZE (rust/crates/xxhash-rust-0.8.8.crate) = 18515 +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 (whitfin-runiq-v2.0.0_GH0.tar.gz) = 99e5f9fa7389608cabad1fc8cb640739e48a28f02462a2db7a56d0c12138266e +SIZE (whitfin-runiq-v2.0.0_GH0.tar.gz) = 11024 diff --git a/sysutils/runj/Makefile b/sysutils/runj/Makefile index d8de1cb6c14..ce20e734697 100644 --- a/sysutils/runj/Makefile +++ b/sysutils/runj/Makefile @@ -1,6 +1,6 @@ PORTNAME= runj -DISTVERSION= g20230316 -PORTREVISION?= 3 +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.0 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org @@ -11,11 +11,8 @@ LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE MIT LICENSE_COMB= multi USES= go:modules -USE_GITHUB= yes -GH_ACCOUNT= samuelkarp -GH_TAGNAME= 8158e558a -.include "Makefile.deps" +GO_MODULE= github.com/samuelkarp/runj GO_TARGET= ./cmd/runj \ ./cmd/runj-entrypoint \ diff --git a/sysutils/runj/Makefile.deps b/sysutils/runj/Makefile.deps deleted file mode 100644 index ee384878276..00000000000 --- a/sysutils/runj/Makefile.deps +++ /dev/null @@ -1,51 +0,0 @@ -GH_TUPLE= \ - Microsoft:go-winio:v0.5.2:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ - Microsoft:hcsshim:v0.9.7:microsoft_hcsshim/vendor/github.com/Microsoft/hcsshim \ - VividCortex:ewma:v1.2.0:vividcortex_ewma/vendor/github.com/VividCortex/ewma \ - census-instrumentation:opencensus-go:v0.23.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ - cheggaaa:pb:v3.1.2:cheggaaa_pb_v3/vendor/github.com/cheggaaa/pb \ - containerd:cgroups:v1.0.4:containerd_cgroups/vendor/github.com/containerd/cgroups \ - containerd:console:v1.0.3:containerd_console/vendor/github.com/containerd/console \ - containerd:containerd:v1.6.19:containerd_containerd/vendor/github.com/containerd/containerd \ - containerd:fifo:v1.0.0:containerd_fifo/vendor/github.com/containerd/fifo \ - containerd:go-runc:v1.0.0:containerd_go_runc/vendor/github.com/containerd/go-runc \ - containerd:ttrpc:v1.1.0:containerd_ttrpc/vendor/github.com/containerd/ttrpc \ - containerd:typeurl:v1.0.2:containerd_typeurl/vendor/github.com/containerd/typeurl \ - davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ - docker:go-events:e31b211e4f1c:docker_go_events/vendor/github.com/docker/go-events \ - fatih:color:v1.14.1:fatih_color/vendor/github.com/fatih/color \ - go-faker:faker:v4.1.0:go_faker_faker_v4/vendor/github.com/go-faker/faker/v4 \ - go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ - gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ - golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ - golang:protobuf:v1.5.2: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.6:google_go_cmp/vendor/github.com/google/go-cmp \ - google:go-genproto:c8bf987b8c21:google_go_genproto/vendor/google.golang.org/genproto \ - gotestyourself:gotest.tools:v3.4.0:gotestyourself_gotest_tools/vendor/gotest.tools/v3 \ - grpc:grpc-go:v1.47.0:grpc_grpc_go/vendor/google.golang.org/grpc \ - hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ - hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ - inconshreveable:mousetrap:v1.0.1:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ - mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.17:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - mattn:go-runewidth:v0.0.12:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ - moby:sys:mount/v0.3.3:moby_sys_mount/vendor/github.com/moby/sys \ - moby:sys:mountinfo/v0.6.2:moby_sys_mountinfo \ - opencontainers:go-digest:v1.0.0:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \ - opencontainers:image-spec:c5a74bcca799:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \ - opencontainers:runtime-spec:1c3f411f0417:opencontainers_runtime_spec/vendor/github.com/opencontainers/runtime-spec \ - pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ - pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - protocolbuffers:protobuf-go:v1.28.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ - rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ - sirupsen:logrus:v1.9.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ - spf13:cobra:v1.6.1:spf13_cobra/vendor/github.com/spf13/cobra \ - spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ - stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify - -post-extract: - @${RM} -r ${WRKSRC}/vendor/github.com/moby/sys/mountinfo - @${RLN} ${WRKSRC_moby_sys_mountinfo}/mountinfo ${WRKSRC}/vendor/github.com/moby/sys/mountinfo diff --git a/sysutils/runj/distinfo b/sysutils/runj/distinfo index 7b37b2d23e7..8344cd40371 100644 --- a/sysutils/runj/distinfo +++ b/sysutils/runj/distinfo @@ -1,95 +1,5 @@ -TIMESTAMP = 1680982379 -SHA256 (samuelkarp-runj-g20230316-8158e558a_GH0.tar.gz) = c1f06a0e28e7289c44d2507e4b18570b30542de72178c1b01b423692ee50401f -SIZE (samuelkarp-runj-g20230316-8158e558a_GH0.tar.gz) = 127304 -SHA256 (Microsoft-go-winio-v0.5.2_GH0.tar.gz) = d56abf127ac26d287b522ddde3d2a94efbbfeec6c8936f1f3179d038b4062be6 -SIZE (Microsoft-go-winio-v0.5.2_GH0.tar.gz) = 91639 -SHA256 (Microsoft-hcsshim-v0.9.7_GH0.tar.gz) = 5e4d8e00eeb761bdef1c86349e3aa5a08e34d4831bddba11c554d68bc8d9af85 -SIZE (Microsoft-hcsshim-v0.9.7_GH0.tar.gz) = 8618313 -SHA256 (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 2f26521a9207b91dfbca3d28e5545bc11cb098888ecf3e9ba8e5936387b06a33 -SIZE (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 6683 -SHA256 (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = cc9dc0234de1baacf1855cf19615b381ca2f2adb83a2871e7a9b8b74e46818cf -SIZE (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = 176498 -SHA256 (cheggaaa-pb-v3.1.2_GH0.tar.gz) = 3bd25a9e2623e8d51e5e9586d49d80e935416e8b72f02cf4205630ae8d191798 -SIZE (cheggaaa-pb-v3.1.2_GH0.tar.gz) = 33352 -SHA256 (containerd-cgroups-v1.0.4_GH0.tar.gz) = f4c4ba066efeac8c8795011b8e1066bde8327487942897a32a4869ab659ae5a4 -SIZE (containerd-cgroups-v1.0.4_GH0.tar.gz) = 92636 -SHA256 (containerd-console-v1.0.3_GH0.tar.gz) = 61bc166fd91d4639870a2395ce7a89cb4585d343c521fcd397bef66324772f91 -SIZE (containerd-console-v1.0.3_GH0.tar.gz) = 13712 -SHA256 (containerd-containerd-v1.6.19_GH0.tar.gz) = 7a90dc72f44e230eb5228ebac23b37e91f7d26d175d563099a8e1c0592047a28 -SIZE (containerd-containerd-v1.6.19_GH0.tar.gz) = 8706434 -SHA256 (containerd-fifo-v1.0.0_GH0.tar.gz) = f67dfd98f9e0342fee6aab28a5bf90654555bfa16db0489de3bb1434a9f9a83c -SIZE (containerd-fifo-v1.0.0_GH0.tar.gz) = 12388 -SHA256 (containerd-go-runc-v1.0.0_GH0.tar.gz) = c9c1219a63ce0ab7eb3cd2e09bbb6c848dffefbae676dc0087dc1bd45caaa9c0 -SIZE (containerd-go-runc-v1.0.0_GH0.tar.gz) = 17403 -SHA256 (containerd-ttrpc-v1.1.0_GH0.tar.gz) = 4702444efc22137fb18dc1c0e81f81950465506ecc66a6e6a6a697e522c10f0a -SIZE (containerd-ttrpc-v1.1.0_GH0.tar.gz) = 35065 -SHA256 (containerd-typeurl-v1.0.2_GH0.tar.gz) = b23b7859262b9567aef2ba14f3702c1a1744be62d8f5b080a64706321575092e -SIZE (containerd-typeurl-v1.0.2_GH0.tar.gz) = 10668 -SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e -SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 -SHA256 (docker-go-events-e31b211e4f1c_GH0.tar.gz) = 2ed79a03599da09a8a35e955f962fb6b134a9ecadb5686133d4256a1ace5a5b0 -SIZE (docker-go-events-e31b211e4f1c_GH0.tar.gz) = 15603 -SHA256 (fatih-color-v1.14.1_GH0.tar.gz) = f4143b70a621a169e9d565814aa3a8449482f964ee08fdd09f72af1cf7154429 -SIZE (fatih-color-v1.14.1_GH0.tar.gz) = 11014 -SHA256 (go-faker-faker-v4.1.0_GH0.tar.gz) = e75b8cc741fb90012d517f30043545e89948b6b98c3f7c6a1d76e8f9579152ae -SIZE (go-faker-faker-v4.1.0_GH0.tar.gz) = 119767 -SHA256 (go-yaml-yaml-v3.0.1_GH0.tar.gz) = cf05411540d3e6ef8f1fd88434b34f94cedaceb540329031d80e23b74540c4e5 -SIZE (go-yaml-yaml-v3.0.1_GH0.tar.gz) = 91173 -SHA256 (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2bb4b13d6e56b3911f09b8e9ddd15708477fbff8823c057cc79dd99c9a452b34 -SIZE (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2038725 -SHA256 (golang-groupcache-41bb18bfe9da_GH0.tar.gz) = 1e89795970d6593affdafe1d09dcf947681ca1ea82528e8e4fb9974a77f2e394 -SIZE (golang-groupcache-41bb18bfe9da_GH0.tar.gz) = 26101 -SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3 -SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702 -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.6_GH0.tar.gz) = cba2118596f694c135b3f3d6fe49b73ca2a7882aa4d7f346e341cb106afce5f1 -SIZE (google-go-cmp-v0.5.6_GH0.tar.gz) = 104421 -SHA256 (google-go-genproto-c8bf987b8c21_GH0.tar.gz) = 531b4df06f04dbc7b43480e8e6eff5e30bff704ba27a4fe77e4be085358b12dd -SIZE (google-go-genproto-c8bf987b8c21_GH0.tar.gz) = 13388225 -SHA256 (gotestyourself-gotest.tools-v3.4.0_GH0.tar.gz) = 126b61a0bdcfdc4d97a60c365a58296e6f0b4c96fa6db7cb086bd020a0d10d70 -SIZE (gotestyourself-gotest.tools-v3.4.0_GH0.tar.gz) = 67774 -SHA256 (grpc-grpc-go-v1.47.0_GH0.tar.gz) = 36d2cd82d20b9c657d0dc6a7a76a37780f49ddb23952e24af7d28e842f37c07d -SIZE (grpc-grpc-go-v1.47.0_GH0.tar.gz) = 1529928 -SHA256 (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 0d73891a7a179e50a142ac8832db97b17c792d29ae205b0e6aeedde4c43d51a4 -SIZE (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 8581 -SHA256 (hashicorp-go-multierror-v1.1.1_GH0.tar.gz) = 8d1bb3377310e8ffe4c7b5672c5de1eaed153402aebd15d6e5b9673c356a065f -SIZE (hashicorp-go-multierror-v1.1.1_GH0.tar.gz) = 13803 -SHA256 (inconshreveable-mousetrap-v1.0.1_GH0.tar.gz) = d04e6a602571f326d61d71e0838022f6ee2840cfaf86d390528852aecd2cde7d -SIZE (inconshreveable-mousetrap-v1.0.1_GH0.tar.gz) = 5943 -SHA256 (mattn-go-colorable-v0.1.13_GH0.tar.gz) = c3b62c76d365906bba9aa9d9ec048fd33a2a5742299d6482a08e7466d4c52d77 -SIZE (mattn-go-colorable-v0.1.13_GH0.tar.gz) = 9762 -SHA256 (mattn-go-isatty-v0.0.17_GH0.tar.gz) = 7d1d64aafb6a110ab02be1094a8d11bda3f64faf200b4c81c5c9ae4de942612b -SIZE (mattn-go-isatty-v0.0.17_GH0.tar.gz) = 4698 -SHA256 (mattn-go-runewidth-v0.0.12_GH0.tar.gz) = 5fe59a999a3dffe33595d8e40806bcba11aa447cd73eb60a8b9a7f8b724a232f -SIZE (mattn-go-runewidth-v0.0.12_GH0.tar.gz) = 17354 -SHA256 (moby-sys-mount-v0.3.3_GH0.tar.gz) = 3f3cb8e3ef746dd3a693ce4f769ae5d2ec374d11f19a76b33e9f85836b889c2a -SIZE (moby-sys-mount-v0.3.3_GH0.tar.gz) = 59506 -SHA256 (moby-sys-mountinfo-v0.6.2_GH0.tar.gz) = 1b285fbc3ac64256bb59116a290376ee9010d2f23338621b9d0f096f8d1cd883 -SIZE (moby-sys-mountinfo-v0.6.2_GH0.tar.gz) = 59485 -SHA256 (opencontainers-go-digest-v1.0.0_GH0.tar.gz) = 1e74706d265c92f62793af741e322163f3c08afa66f5a7926c9b9ccb44fed230 -SIZE (opencontainers-go-digest-v1.0.0_GH0.tar.gz) = 24456 -SHA256 (opencontainers-image-spec-c5a74bcca799_GH0.tar.gz) = 32443de0723b90ee9e7f094c2932d43bbeb1aaed374eb3a1579201e720db3385 -SIZE (opencontainers-image-spec-c5a74bcca799_GH0.tar.gz) = 153313 -SHA256 (opencontainers-runtime-spec-1c3f411f0417_GH0.tar.gz) = 579ab856a42fb3908b036f036b8f2ccddccd3c8ccbf6bdaffeb4374cdfcbfd96 -SIZE (opencontainers-runtime-spec-1c3f411f0417_GH0.tar.gz) = 73926 -SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 -SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 -SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda -SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (protocolbuffers-protobuf-go-v1.28.0_GH0.tar.gz) = e59ae9ace31c3a84bddf1bc3f04a04c498adb9ea7f9fcde60db91bba33d55171 -SIZE (protocolbuffers-protobuf-go-v1.28.0_GH0.tar.gz) = 1279757 -SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9150ebbced402f4f70be106197 -SIZE (rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036 -SHA256 (sirupsen-logrus-v1.9.0_GH0.tar.gz) = 12446ed9eb96573c2aae4df2db81900a65bfd21d2ce92efde7201614e42134f7 -SIZE (sirupsen-logrus-v1.9.0_GH0.tar.gz) = 49098 -SHA256 (spf13-cobra-v1.6.1_GH0.tar.gz) = f38f8b26895903be06089ff20882fc771dbca12f41cf81d7bd823be65e6cec52 -SIZE (spf13-cobra-v1.6.1_GH0.tar.gz) = 111053 -SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 -SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 -SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6 -SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 +TIMESTAMP = 1704557851 +SHA256 (go/sysutils_runj/runj-v0.1.0/v0.1.0.mod) = 8517c10c464a30f71f828f34cba0501af74ad25e639e4ccb81aaf4a38aed7a16 +SIZE (go/sysutils_runj/runj-v0.1.0/v0.1.0.mod) = 2240 +SHA256 (go/sysutils_runj/runj-v0.1.0/v0.1.0.zip) = 251fee69c53853c2c100f9977a6e1ee98920233dc3b937b6b03d01921fae5f57 +SIZE (go/sysutils_runj/runj-v0.1.0/v0.1.0.zip) = 142698 diff --git a/sysutils/runj/files/patch-REV__OVERRIDE b/sysutils/runj/files/patch-REV__OVERRIDE new file mode 100644 index 00000000000..29beb1e40ae --- /dev/null +++ b/sysutils/runj/files/patch-REV__OVERRIDE @@ -0,0 +1,4 @@ +--- REV_OVERRIDE.orig 2024-01-10 15:33:46 UTC ++++ REV_OVERRIDE +@@ -0,0 +1 @@ ++6f91a7f2f94f35a22c790c55d658dd27bdcb5748 diff --git a/sysutils/rust-coreutils/Makefile b/sysutils/rust-coreutils/Makefile index 25761e7c09b..48dacbcec43 100644 --- a/sysutils/rust-coreutils/Makefile +++ b/sysutils/rust-coreutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= rust-coreutils DISTVERSION= 0.0.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/rust-findutils/Makefile b/sysutils/rust-findutils/Makefile index 3f6c9bcfbb6..78c9f641b30 100644 --- a/sysutils/rust-findutils/Makefile +++ b/sysutils/rust-findutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= rust-findutils DISTVERSION= 0.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/screenfetch/Makefile b/sysutils/screenfetch/Makefile index f456f7e61e7..8331c518cbc 100644 --- a/sysutils/screenfetch/Makefile +++ b/sysutils/screenfetch/Makefile @@ -2,6 +2,7 @@ PORTNAME= screenFetch DISTVERSIONPREFIX= v DISTVERSION= 3.9.1-64 DISTVERSIONSUFFIX= -gb1f0893 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= jgh@FreeBSD.org @@ -29,13 +30,13 @@ GH_ACCOUNT= KittyKatt PLIST_FILES= bin/screenFetch \ bin/screenfetch \ - man/man1/screenfetch.1.gz + share/man/man1/screenfetch.1.gz PORTDOCS= CHANGELOG README.mkdn TODO do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME:tl}-dev ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${LN} -fs ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/screenfetch - ${INSTALL_MAN} ${WRKSRC}/screenfetch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/screenfetch.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/screenie/Makefile b/sysutils/screenie/Makefile index 3fda223a59e..1e9c63020e8 100644 --- a/sysutils/screenie/Makefile +++ b/sysutils/screenie/Makefile @@ -14,12 +14,12 @@ RUN_DEPENDS= screen:sysutils/screen NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= sbin/screenie man/man1/screenie.1.gz +PLIST_FILES= sbin/screenie share/man/man1/screenie.1.gz WRKSRC= ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/shuf/Makefile b/sysutils/shuf/Makefile index 2b3921e3e5f..75ff4e19557 100644 --- a/sysutils/shuf/Makefile +++ b/sysutils/shuf/Makefile @@ -17,6 +17,6 @@ PLIST_FILES= bin/shuf \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/shuf ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/shuf.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/shuf.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/signon-kwallet-extension/Makefile b/sysutils/signon-kwallet-extension/Makefile index 1e9a97584d2..f59255d86bb 100644 --- a/sysutils/signon-kwallet-extension/Makefile +++ b/sysutils/signon-kwallet-extension/Makefile @@ -1,12 +1,13 @@ PORTNAME= signon-kwallet-extension DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KWallet integration for signon framework WWW= https://projects.kde.org/projects/kde/kdenetwork/signon-kwallet-extension -LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5 +LIB_DEPENDS= libsignon-qt5.so:sysutils/signond@qt5 USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz USE_KDE= wallet \ diff --git a/sysutils/signon-plugin-oauth2/Makefile b/sysutils/signon-plugin-oauth2/Makefile index 44ceea45c7c..9f5ed241e90 100644 --- a/sysutils/signon-plugin-oauth2/Makefile +++ b/sysutils/signon-plugin-oauth2/Makefile @@ -1,26 +1,33 @@ PORTNAME= signon-plugin-oauth2 DISTVERSION= 0.25 +PORTREVISION= 2 CATEGORIES= sysutils kde DISTNAME= archive DIST_SUBDIR= KDE/${GL_ACCOUNT} +PKGNAMESUFFIX= -${FLAVOR} MAINTAINER= kde@FreeBSD.org COMMENT= Signon OAuth 1.0 and 2.0 plugin for accounts-sso WWW= https://gitlab.com/accounts-sso/signon-plugin-oauth2 -LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5 +FLAVORS= qt5 qt6 +FLAVOR?= qt5 -USES= compiler:c++11-lang pkgconfig python qmake qt:5 -USE_QT= core network testlib \ +LIB_DEPENDS= libsignon-qt${FLAVOR:S/qt//}.so:sysutils/signond@${FLAVOR} + +USES= compiler:c++11-lang pkgconfig python qmake qt:${FLAVOR:S/qt//} +_USE_QT_qt5= core network testlib \ buildtools:build qmake:build +_USE_QT_qt6= base +USE_QT= ${_USE_QT_${FLAVOR}} USE_LDCONFIG= ${PREFIX}/lib/signon QMAKE_ENV= PREFIX=${PREFIX} # gitlab variables USE_GITLAB= yes -GL_ACCOUNT= accounts-sso -GL_TAGNAME= 091887d09bb635fa31f69ed16d384563cddc8009 +GL_ACCOUNT= nicolasfella +GL_TAGNAME= fab698862466994a8fdc9aa335c87b4f05430ce6 # Fix for Qt5-5.13: # oauth2plugin.cpp:133:9: error: 'addQueryItem' is deprecated [-Werror,-Wdeprecated-declarations] diff --git a/sysutils/signon-plugin-oauth2/distinfo b/sysutils/signon-plugin-oauth2/distinfo index 143ada737dc..4128647a65c 100644 --- a/sysutils/signon-plugin-oauth2/distinfo +++ b/sysutils/signon-plugin-oauth2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626330369 -SHA256 (KDE/accounts-sso/accounts-sso-signon-plugin-oauth2-091887d09bb635fa31f69ed16d384563cddc8009_GL0.tar.gz) = 4ac679bead32d2cbafc902b66cc84e5ada38e977ad583a1bc55c106f18c2e04c -SIZE (KDE/accounts-sso/accounts-sso-signon-plugin-oauth2-091887d09bb635fa31f69ed16d384563cddc8009_GL0.tar.gz) = 41112 +TIMESTAMP = 1704457883 +SHA256 (KDE/nicolasfella/nicolasfella-signon-plugin-oauth2-fab698862466994a8fdc9aa335c87b4f05430ce6_GL0.tar.gz) = 5a1298cc49f504503f54f20f0f5f685e43f541244a654dd3da58951f43782625 +SIZE (KDE/nicolasfella/nicolasfella-signon-plugin-oauth2-fab698862466994a8fdc9aa335c87b4f05430ce6_GL0.tar.gz) = 41352 diff --git a/sysutils/signon-qt5/distinfo b/sysutils/signon-qt5/distinfo deleted file mode 100644 index cd415da0de9..00000000000 --- a/sysutils/signon-qt5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1617892293 -SHA256 (KDE/accounts-sso/accounts-sso-signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5_GL0.tar.gz) = b25bd96fd3862b9b9ec9d3fc4e32f8cdfea49cbae6251a182f95d3f27f954243 -SIZE (KDE/accounts-sso/accounts-sso-signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5_GL0.tar.gz) = 281640 diff --git a/sysutils/signon-ui/Makefile b/sysutils/signon-ui/Makefile index 927aede3bec..132dbd74d29 100644 --- a/sysutils/signon-ui/Makefile +++ b/sysutils/signon-ui/Makefile @@ -3,6 +3,7 @@ PORTNAME= signon-ui # > git rev-list 0.17+15.10.20150810-0ubuntu1.. --count DISTVERSION= 0.17-355 DISTVERSIONSUFFIX= -g4368bb7 +PORTREVISION= 4 CATEGORIES= sysutils kde DIST_SUBDIR= KDE/${GL_ACCOUNT} @@ -13,9 +14,9 @@ WWW= https://gitlab.com/accounts-sso/signon-ui LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ +LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \ libnotify.so:devel/libnotify \ - libsignon-qt5.so:sysutils/signon-qt5 \ + libsignon-qt5.so:sysutils/signond@qt5 \ libproxy.so:net/libproxy USES= compiler:c++11-lang gettext-runtime gl gnome pkgconfig python \ diff --git a/sysutils/signon-qt5/Makefile b/sysutils/signond/Makefile similarity index 73% rename from sysutils/signon-qt5/Makefile rename to sysutils/signond/Makefile index d0eee87c38a..bf4f907c748 100644 --- a/sysutils/signon-qt5/Makefile +++ b/sysutils/signond/Makefile @@ -1,8 +1,7 @@ PORTNAME= signon -DISTVERSION= 8.60 -PORTREVISION= 1 +DISTVERSION= 8.61 CATEGORIES= sysutils kde -PKGNAMESUFFIX= -qt5 +PKGNAMESUFFIX= -${FLAVOR} DIST_SUBDIR= KDE/${GL_ACCOUNT} MAINTAINER= kde@FreeBSD.org @@ -12,20 +11,27 @@ WWW= https://gitlab.com/accounts-sso/signond LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING +FLAVORS= qt5 qt6 +FLAVOR?= qt5 + USES= compiler:c++11-lang gettext gl pathfix pkgconfig python qmake \ - qt:5 tar:bz2 + qt:${FLAVOR:S/qt//} tar:bz2 USE_GL= gl -USE_QT= core dbus gui network sql testlib xml \ +_USE_QT_qt5= core dbus gui network sql testlib xml \ buildtools:build qmake:build +_USE_QT_qt6= base +USE_QT= ${_USE_QT_${FLAVOR}} # gitlab variables USE_GITLAB= yes -GL_ACCOUNT= accounts-sso +GL_ACCOUNT= nicolasfella GL_PROJECT= signond -GL_TAGNAME= 07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5 +GL_TAGNAME= c8ad98249af541514ff7a81634d3295e712f1a39 OPTIONS_DEFINE= DOCS +PLIST_SUB= QT_VER=${FLAVOR:S/qt//} + pre-configure: #make it find qdbusxml2ccp (as ${QT_BINDIR} is not in PATH) ${REINPLACE_CMD} -e 's,qdbusxml2cpp,${QT_BINDIR}/qdbusxml2cpp,' \ diff --git a/sysutils/signond/distinfo b/sysutils/signond/distinfo new file mode 100644 index 00000000000..7e6fe43ea46 --- /dev/null +++ b/sysutils/signond/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704457434 +SHA256 (KDE/nicolasfella/nicolasfella-signond-c8ad98249af541514ff7a81634d3295e712f1a39_GL0.tar.gz) = 2c3dd97fcdb90f38bb9884f7e11d0fb9ba214f78bddaacb27e4969cefff7d690 +SIZE (KDE/nicolasfella/nicolasfella-signond-c8ad98249af541514ff7a81634d3295e712f1a39_GL0.tar.gz) = 283647 diff --git a/sysutils/signon-qt5/files/patch-signon.pro b/sysutils/signond/files/patch-signon.pro similarity index 100% rename from sysutils/signon-qt5/files/patch-signon.pro rename to sysutils/signond/files/patch-signon.pro diff --git a/sysutils/signon-qt5/files/patch-tests_signond-tests_mock-ac-plugin_access-control-manager.h b/sysutils/signond/files/patch-tests_signond-tests_mock-ac-plugin_access-control-manager.h similarity index 100% rename from sysutils/signon-qt5/files/patch-tests_signond-tests_mock-ac-plugin_access-control-manager.h rename to sysutils/signond/files/patch-tests_signond-tests_mock-ac-plugin_access-control-manager.h diff --git a/sysutils/signon-qt5/pkg-descr b/sysutils/signond/pkg-descr similarity index 100% rename from sysutils/signon-qt5/pkg-descr rename to sysutils/signond/pkg-descr diff --git a/sysutils/signon-qt5/pkg-plist b/sysutils/signond/pkg-plist similarity index 74% rename from sysutils/signon-qt5/pkg-plist rename to sysutils/signond/pkg-plist index 00b24edfd3f..ca79b15cce3 100644 --- a/sysutils/signon-qt5/pkg-plist +++ b/sysutils/signond/pkg-plist @@ -1,6 +1,6 @@ -etc/signond.conf bin/signond bin/signonpluginprocess +etc/signond.conf include/signon-extension/SignOn/AbstractAccessControlManager include/signon-extension/SignOn/AbstractCryptoManager include/signon-extension/SignOn/AbstractKeyAuthorizer @@ -31,22 +31,22 @@ include/signon-plugins/passwordplugin.h include/signon-plugins/ssotest2data.h include/signon-plugins/ssotest2plugin.h include/signon-plugins/ssotestplugin.h -include/signon-qt5/SignOn/AuthService -include/signon-qt5/SignOn/AuthSession -include/signon-qt5/SignOn/Error -include/signon-qt5/SignOn/Identity -include/signon-qt5/SignOn/IdentityInfo -include/signon-qt5/SignOn/SecurityContext -include/signon-qt5/SignOn/SessionData -include/signon-qt5/SignOn/authservice.h -include/signon-qt5/SignOn/authsession.h -include/signon-qt5/SignOn/identity.h -include/signon-qt5/SignOn/identityinfo.h -include/signon-qt5/SignOn/libsignoncommon.h -include/signon-qt5/SignOn/securitycontext.h -include/signon-qt5/SignOn/sessiondata.h -include/signon-qt5/SignOn/signon.h -include/signon-qt5/SignOn/signonerror.h +include/signon-qt%%QT_VER%%/SignOn/AuthService +include/signon-qt%%QT_VER%%/SignOn/AuthSession +include/signon-qt%%QT_VER%%/SignOn/Error +include/signon-qt%%QT_VER%%/SignOn/Identity +include/signon-qt%%QT_VER%%/SignOn/IdentityInfo +include/signon-qt%%QT_VER%%/SignOn/SecurityContext +include/signon-qt%%QT_VER%%/SignOn/SessionData +include/signon-qt%%QT_VER%%/SignOn/authservice.h +include/signon-qt%%QT_VER%%/SignOn/authsession.h +include/signon-qt%%QT_VER%%/SignOn/identity.h +include/signon-qt%%QT_VER%%/SignOn/identityinfo.h +include/signon-qt%%QT_VER%%/SignOn/libsignoncommon.h +include/signon-qt%%QT_VER%%/SignOn/securitycontext.h +include/signon-qt%%QT_VER%%/SignOn/sessiondata.h +include/signon-qt%%QT_VER%%/SignOn/signon.h +include/signon-qt%%QT_VER%%/SignOn/signonerror.h include/signond/accesscontrolmanagerhelper.h include/signond/credentialsaccessmanager.h include/signond/credentialsdb.h @@ -54,6 +54,8 @@ include/signond/credentialsdb_p.h include/signond/default-crypto-manager.h include/signond/default-key-authorizer.h include/signond/default-secrets-storage.h +include/signond/error.h +include/signond/peercontext.h include/signond/pluginproxy.h include/signond/signonauthsession.h include/signond/signonauthsessionadaptor.h @@ -70,8 +72,8 @@ include/signond/signonsessioncore.h include/signond/signonsessioncoretools.h include/signond/signontrace.h include/signond/signonui_interface.h -lib/cmake/SignOnQt5/SignOnQt5Config.cmake -lib/cmake/SignOnQt5/SignOnQt5ConfigVersion.cmake +lib/cmake/SignOnQt%%QT_VER%%/SignOnQt%%QT_VER%%Config.cmake +lib/cmake/SignOnQt%%QT_VER%%/SignOnQt%%QT_VER%%ConfigVersion.cmake lib/libsignon-extension.so lib/libsignon-extension.so.1 lib/libsignon-extension.so.1.0 @@ -84,17 +86,17 @@ lib/libsignon-plugins.so lib/libsignon-plugins.so.1 lib/libsignon-plugins.so.1.0 lib/libsignon-plugins.so.1.0.0 -lib/libsignon-qt5.a -lib/libsignon-qt5.so -lib/libsignon-qt5.so.1 -lib/libsignon-qt5.so.1.0 -lib/libsignon-qt5.so.1.0.0 +lib/libsignon-qt%%QT_VER%%.a +lib/libsignon-qt%%QT_VER%%.so +lib/libsignon-qt%%QT_VER%%.so.1 +lib/libsignon-qt%%QT_VER%%.so.1.0 +lib/libsignon-qt%%QT_VER%%.so.1.0.0 lib/signon/libexampleplugin.so lib/signon/libpasswordplugin.so lib/signon/libssotest2plugin.so lib/signon/libssotestplugin.so libdata/pkgconfig/SignOnExtension.pc -libdata/pkgconfig/libsignon-qt5.pc +libdata/pkgconfig/libsignon-qt%%QT_VER%%.pc libdata/pkgconfig/signon-plugins-common.pc libdata/pkgconfig/signon-plugins.pc libdata/pkgconfig/signond.pc diff --git a/sysutils/smug/Makefile b/sysutils/smug/Makefile index 5da74f75d9e..34547e96b4a 100644 --- a/sysutils/smug/Makefile +++ b/sysutils/smug/Makefile @@ -1,7 +1,7 @@ PORTNAME= smug DISTVERSIONPREFIX= v DISTVERSION= 0.3.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org @@ -29,7 +29,7 @@ COMPLETIONS_DESC= Install bash and fish shell completions COMPLETIONS_PLIST_FILES= share/bash-completion/completions/${PORTNAME} \ share/fish/vendor_completions.d/${PORTNAME}.fish -MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz +MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz post-install-COMPLETIONS-on: .for _shell in bash fish @@ -44,6 +44,6 @@ post-install-DOCS-on: post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/socklog/Makefile b/sysutils/socklog/Makefile index f793aa85428..0e109c37cba 100644 --- a/sysutils/socklog/Makefile +++ b/sysutils/socklog/Makefile @@ -1,6 +1,6 @@ PORTNAME= socklog PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils net MASTER_SITES= http://smarden.org/socklog/ @@ -41,8 +41,8 @@ test: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/command/* ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/*.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/*.8 ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/socklog/pkg-plist b/sysutils/socklog/pkg-plist index 04fdb7c26a5..1c22b1da7cf 100644 --- a/sysutils/socklog/pkg-plist +++ b/sysutils/socklog/pkg-plist @@ -3,8 +3,8 @@ bin/socklog-conf bin/socklog bin/tryto bin/uncat -man/man1/tryto.1.gz -man/man1/uncat.1.gz -man/man8/socklog-check.8.gz -man/man8/socklog-conf.8.gz -man/man8/socklog.8.gz +share/man/man1/tryto.1.gz +share/man/man1/uncat.1.gz +share/man/man8/socklog-check.8.gz +share/man/man8/socklog-conf.8.gz +share/man/man8/socklog.8.gz diff --git a/sysutils/stowES/Makefile b/sysutils/stowES/Makefile index a2dc8e768bc..eae53bb864e 100644 --- a/sysutils/stowES/Makefile +++ b/sysutils/stowES/Makefile @@ -1,5 +1,6 @@ PORTNAME= stowES PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://os.inf.tu-dresden.de/~adam/stowES/download/ @@ -18,7 +19,7 @@ NO_ARCH= yes PORTDOCS= AUTHORS ChangeLog NEWS README TODO \ ${PORTNAME}.html ${PORTNAME}.pod ${PORTNAME}.txt -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= DOCS @@ -27,7 +28,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/swapmon/Makefile b/sysutils/swapmon/Makefile index 48c3803b2c6..a4086129c15 100644 --- a/sysutils/swapmon/Makefile +++ b/sysutils/swapmon/Makefile @@ -1,5 +1,6 @@ PORTNAME= swapmon PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none @@ -15,7 +16,7 @@ NO_ARCH= yes USE_RC_SUBR= ${PORTNAME} -PLIST_FILES= sbin/swapmon man/man1/swapmon.1.gz +PLIST_FILES= sbin/swapmon share/man/man1/swapmon.1.gz post-extract: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/${PORTNAME}.sh.in \ @@ -25,6 +26,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/symlinks/Makefile b/sysutils/symlinks/Makefile index 42d5435c8ee..b1d5e9bbd87 100644 --- a/sysutils/symlinks/Makefile +++ b/sysutils/symlinks/Makefile @@ -1,5 +1,6 @@ PORTNAME= symlinks PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SUNSITE/utils/file @@ -7,10 +8,10 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Symbolic link maintenance utility PLIST_FILES= bin/symlinks \ - man/man8/symlinks.8.gz + share/man/man8/symlinks.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/symlinks ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/symlinks.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/symlinks.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/syngesture/Makefile b/sysutils/syngesture/Makefile index af3c313d6fa..55407a01dcf 100644 --- a/sysutils/syngesture/Makefile +++ b/sysutils/syngesture/Makefile @@ -1,6 +1,6 @@ PORTNAME= syngesture DISTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/sysctlinfo-kmod/Makefile b/sysutils/sysctlinfo-kmod/Makefile index bb45cbc54de..f9cf203f33b 100644 --- a/sysutils/sysctlinfo-kmod/Makefile +++ b/sysutils/sysctlinfo-kmod/Makefile @@ -1,5 +1,6 @@ PORTNAME= sysctlinfo-kmod DISTVERSION= 20221211 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com @@ -17,8 +18,8 @@ GL_TAGNAME= be57d5a892d0a908172664f87afeed0627e9ddf2 PLIST_FILES= ${KMODDIR}/sysctlinfo.ko \ include/sysctlinfo.h \ - man/man3/sysctlinfo.3.gz \ - man/man4/sysctlinfo.4.gz + share/man/man3/sysctlinfo.3.gz \ + share/man/man4/sysctlinfo.4.gz PORTEXAMPLES= * @@ -34,8 +35,8 @@ IGNORE= not supported on anything but FreeBSD do-install: ${INSTALL_KLD} ${WRKSRC}/sysctlinfo.ko ${STAGEDIR}${KMODDIR} ${INSTALL_DATA} ${WRKSRC}/sysctlinfo.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_MAN} ${WRKSRC}/sysctlinfo.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/sysctlinfo.4 ${STAGEDIR}${MAN4PREFIX}/man/man4 + ${INSTALL_MAN} ${WRKSRC}/sysctlinfo.3 ${STAGEDIR}${PREFIX}/share/man/man3 + ${INSTALL_MAN} ${WRKSRC}/sysctlinfo.4 ${STAGEDIR}${PREFIX}/share/man/man4 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/sysutils/szyszka/Makefile b/sysutils/szyszka/Makefile index 05558cf921e..f266a5f08d3 100644 --- a/sysutils/szyszka/Makefile +++ b/sysutils/szyszka/Makefile @@ -1,6 +1,6 @@ PORTNAME= szyszka DISTVERSION= 3.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/tailspin/Makefile b/sysutils/tailspin/Makefile index d93d90b6101..bbed55303ec 100644 --- a/sysutils/tailspin/Makefile +++ b/sysutils/tailspin/Makefile @@ -1,5 +1,5 @@ PORTNAME= tailspin -DISTVERSION= 2.2.0 +DISTVERSION= 2.3.0 PORTREVISION= 1 CATEGORIES= sysutils diff --git a/sysutils/tailspin/Makefile.crates b/sysutils/tailspin/Makefile.crates index c67f7f95a52..67946418250 100644 --- a/sysutils/tailspin/Makefile.crates +++ b/sysutils/tailspin/Makefile.crates @@ -6,7 +6,7 @@ CARGO_CRATES= addr2line-0.20.0 \ anstyle-parse-0.2.1 \ anstyle-query-1.0.0 \ anstyle-wincon-3.0.1 \ - async-trait-0.1.74 \ + async-trait-0.1.77 \ autocfg-1.1.0 \ backtrace-0.3.68 \ bitflags-1.3.2 \ @@ -14,23 +14,25 @@ CARGO_CRATES= addr2line-0.20.0 \ bytes-1.4.0 \ cc-1.0.79 \ cfg-if-1.0.0 \ - clap-4.4.8 \ - clap_builder-4.4.8 \ - clap_complete-4.4.4 \ + clap-4.4.13 \ + clap_builder-4.4.12 \ + clap_complete-4.4.6 \ clap_derive-4.4.7 \ clap_lex-0.6.0 \ color-eyre-0.6.2 \ color-spantrace-0.2.0 \ colorchoice-1.0.0 \ - colored-2.0.4 \ + colored-2.1.0 \ crossbeam-channel-0.5.8 \ - crossbeam-utils-0.8.16 \ - ctrlc-3.4.1 \ + crossbeam-deque-0.8.4 \ + crossbeam-epoch-0.9.17 \ + crossbeam-utils-0.8.18 \ + ctrlc-3.4.2 \ dirs-5.0.1 \ dirs-sys-0.4.1 \ + either-1.9.0 \ equivalent-1.0.0 \ - errno-0.3.1 \ - errno-dragonfly-0.1.2 \ + errno-0.3.8 \ eyre-0.6.8 \ fastrand-2.0.0 \ filetime-0.2.21 \ @@ -42,18 +44,16 @@ CARGO_CRATES= addr2line-0.20.0 \ hashbrown-0.14.0 \ heck-0.4.1 \ hermit-abi-0.2.6 \ - hermit-abi-0.3.1 \ indenter-0.3.3 \ indexmap-2.0.0 \ inotify-0.9.6 \ inotify-sys-0.1.5 \ - is-terminal-0.4.8 \ kqueue-1.0.7 \ kqueue-sys-1.0.3 \ lazy_static-1.4.0 \ - libc-0.2.149 \ + libc-0.2.151 \ linemux-0.3.0 \ - linux-raw-sys-0.4.10 \ + linux-raw-sys-0.4.12 \ lock_api-0.4.10 \ log-0.4.19 \ memchr-2.6.3 \ @@ -63,7 +63,7 @@ CARGO_CRATES= addr2line-0.20.0 \ notify-5.2.0 \ num_cpus-1.15.0 \ object-0.31.1 \ - once_cell-1.18.0 \ + once_cell-1.19.0 \ option-ext-0.2.0 \ owo-colors-3.5.0 \ parking_lot-0.12.1 \ @@ -71,11 +71,13 @@ CARGO_CRATES= addr2line-0.20.0 \ pin-project-lite-0.2.12 \ pin-utils-0.1.0 \ ppv-lite86-0.2.17 \ - proc-macro2-1.0.64 \ - quote-1.0.30 \ + proc-macro2-1.0.76 \ + quote-1.0.35 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ + rayon-1.8.0 \ + rayon-core-1.12.0 \ redox_syscall-0.2.16 \ redox_syscall-0.3.5 \ redox_syscall-0.4.1 \ @@ -84,11 +86,11 @@ CARGO_CRATES= addr2line-0.20.0 \ regex-automata-0.4.3 \ regex-syntax-0.8.2 \ rustc-demangle-0.1.23 \ - rustix-0.38.21 \ + rustix-0.38.28 \ same-file-1.0.6 \ scopeguard-1.1.0 \ - serde-1.0.192 \ - serde_derive-1.0.192 \ + serde-1.0.195 \ + serde_derive-1.0.195 \ serde_spanned-0.6.4 \ sharded-slab-0.1.4 \ shellexpand-3.1.0 \ @@ -97,13 +99,13 @@ CARGO_CRATES= addr2line-0.20.0 \ smallvec-1.10.0 \ socket2-0.5.5 \ strsim-0.10.0 \ - syn-2.0.28 \ - tempfile-3.8.1 \ + syn-2.0.48 \ + tempfile-3.9.0 \ terminal_size-0.3.0 \ thiserror-1.0.40 \ thiserror-impl-1.0.40 \ thread_local-1.1.7 \ - tokio-1.34.0 \ + tokio-1.35.1 \ tokio-macros-2.2.0 \ toml-0.8.8 \ toml_datetime-0.6.5 \ @@ -123,20 +125,29 @@ CARGO_CRATES= addr2line-0.20.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ + windows-sys-0.52.0 \ windows-targets-0.42.2 \ windows-targets-0.48.0 \ + windows-targets-0.52.0 \ windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.48.0 \ + windows_aarch64_gnullvm-0.52.0 \ windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.48.0 \ + windows_aarch64_msvc-0.52.0 \ windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.48.0 \ + windows_i686_gnu-0.52.0 \ windows_i686_msvc-0.42.2 \ windows_i686_msvc-0.48.0 \ + windows_i686_msvc-0.52.0 \ windows_x86_64_gnu-0.42.2 \ windows_x86_64_gnu-0.48.0 \ + windows_x86_64_gnu-0.52.0 \ windows_x86_64_gnullvm-0.42.2 \ windows_x86_64_gnullvm-0.48.0 \ + windows_x86_64_gnullvm-0.52.0 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.0 \ + windows_x86_64_msvc-0.52.0 \ winnow-0.5.15 diff --git a/sysutils/tailspin/distinfo b/sysutils/tailspin/distinfo index 2ba9a8002d7..490988a383c 100644 --- a/sysutils/tailspin/distinfo +++ b/sysutils/tailspin/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1700813877 +TIMESTAMP = 1704712469 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 @@ -15,8 +15,8 @@ SHA256 (rust/crates/anstyle-query-1.0.0.crate) = 5ca11d4be1bab0c8bc8734a9aa7bf4e 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/async-trait-0.1.74.crate) = a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9 -SIZE (rust/crates/async-trait-0.1.74.crate) = 28997 +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.68.crate) = 4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12 @@ -31,12 +31,12 @@ 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/clap-4.4.8.crate) = 2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64 -SIZE (rust/crates/clap-4.4.8.crate) = 54609 -SHA256 (rust/crates/clap_builder-4.4.8.crate) = 07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc -SIZE (rust/crates/clap_builder-4.4.8.crate) = 163164 -SHA256 (rust/crates/clap_complete-4.4.4.crate) = bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae -SIZE (rust/crates/clap_complete-4.4.4.crate) = 37405 +SHA256 (rust/crates/clap-4.4.13.crate) = 52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642 +SIZE (rust/crates/clap-4.4.13.crate) = 55293 +SHA256 (rust/crates/clap_builder-4.4.12.crate) = fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9 +SIZE (rust/crates/clap_builder-4.4.12.crate) = 163345 +SHA256 (rust/crates/clap_complete-4.4.6.crate) = 97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd +SIZE (rust/crates/clap_complete-4.4.6.crate) = 38177 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 @@ -47,24 +47,28 @@ SHA256 (rust/crates/color-spantrace-0.2.0.crate) = 1ba75b3d9449ecdccb27ecbc479fd SIZE (rust/crates/color-spantrace-0.2.0.crate) = 185098 SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/colored-2.0.4.crate) = 2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6 -SIZE (rust/crates/colored-2.0.4.crate) = 23654 +SHA256 (rust/crates/colored-2.1.0.crate) = cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8 +SIZE (rust/crates/colored-2.1.0.crate) = 23348 SHA256 (rust/crates/crossbeam-channel-0.5.8.crate) = a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200 SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455 -SHA256 (rust/crates/crossbeam-utils-0.8.16.crate) = 5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294 -SIZE (rust/crates/crossbeam-utils-0.8.16.crate) = 42508 -SHA256 (rust/crates/ctrlc-3.4.1.crate) = 82e95fbd621905b854affdc67943b043a0fbb6ed7385fd5a25650d19a8a6cfdf -SIZE (rust/crates/ctrlc-3.4.1.crate) = 14191 +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/ctrlc-3.4.2.crate) = b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b +SIZE (rust/crates/ctrlc-3.4.2.crate) = 14171 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/equivalent-1.0.0.crate) = 88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1 SIZE (rust/crates/equivalent-1.0.0.crate) = 6621 -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/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 +SIZE (rust/crates/errno-0.3.8.crate) = 10645 SHA256 (rust/crates/eyre-0.6.8.crate) = 4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb SIZE (rust/crates/eyre-0.6.8.crate) = 41587 SHA256 (rust/crates/fastrand-2.0.0.crate) = 6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764 @@ -87,8 +91,6 @@ SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19 SIZE (rust/crates/heck-0.4.1.crate) = 11567 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/indenter-0.3.3.crate) = ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683 SIZE (rust/crates/indenter-0.3.3.crate) = 6587 SHA256 (rust/crates/indexmap-2.0.0.crate) = d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d @@ -97,20 +99,18 @@ SHA256 (rust/crates/inotify-0.9.6.crate) = f8069d3ec154eb856955c1c0fbffefbf5f3c4 SIZE (rust/crates/inotify-0.9.6.crate) = 22971 SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 -SHA256 (rust/crates/is-terminal-0.4.8.crate) = 24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb -SIZE (rust/crates/is-terminal-0.4.8.crate) = 8103 SHA256 (rust/crates/kqueue-1.0.7.crate) = 2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98 SIZE (rust/crates/kqueue-1.0.7.crate) = 12554 SHA256 (rust/crates/kqueue-sys-1.0.3.crate) = 8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587 SIZE (rust/crates/kqueue-sys-1.0.3.crate) = 6673 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.149.crate) = a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b -SIZE (rust/crates/libc-0.2.149.crate) = 715592 +SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 +SIZE (rust/crates/libc-0.2.151.crate) = 736640 SHA256 (rust/crates/linemux-0.3.0.crate) = feb035c7806bd7982a317d8d66815021e91f7ab14a5fbedee22b06f608f11b43 SIZE (rust/crates/linemux-0.3.0.crate) = 23128 -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/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.10.crate) = c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16 SIZE (rust/crates/lock_api-0.4.10.crate) = 26713 SHA256 (rust/crates/log-0.4.19.crate) = b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4 @@ -129,8 +129,8 @@ SHA256 (rust/crates/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8 SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680 SHA256 (rust/crates/object-0.31.1.crate) = 8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1 SIZE (rust/crates/object-0.31.1.crate) = 272843 -SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d -SIZE (rust/crates/once_cell-1.18.0.crate) = 32969 +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/owo-colors-3.5.0.crate) = c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f @@ -145,16 +145,20 @@ SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 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.64.crate) = 78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da -SIZE (rust/crates/proc-macro2-1.0.64.crate) = 44848 -SHA256 (rust/crates/quote-1.0.30.crate) = 5907a1b7c277254a8b15170f6e7c97cfa60ee7872a3217663bb81151e48184bb -SIZE (rust/crates/quote-1.0.30.crate) = 28386 +SHA256 (rust/crates/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c +SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 +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.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +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.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 SHA256 (rust/crates/redox_syscall-0.3.5.crate) = 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 @@ -171,16 +175,16 @@ SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92 SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 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.21.crate) = 2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3 -SIZE (rust/crates/rustix-0.38.21.crate) = 358962 +SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 +SIZE (rust/crates/rustix-0.38.28.crate) = 365398 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.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -SHA256 (rust/crates/serde-1.0.192.crate) = bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001 -SIZE (rust/crates/serde-1.0.192.crate) = 76866 -SHA256 (rust/crates/serde_derive-1.0.192.crate) = d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1 -SIZE (rust/crates/serde_derive-1.0.192.crate) = 55690 +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_spanned-0.6.4.crate) = 12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80 SIZE (rust/crates/serde_spanned-0.6.4.crate) = 7756 SHA256 (rust/crates/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31 @@ -197,10 +201,10 @@ SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9 SIZE (rust/crates/socket2-0.5.5.crate) = 54863 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/syn-2.0.28.crate) = 04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567 -SIZE (rust/crates/syn-2.0.28.crate) = 241635 -SHA256 (rust/crates/tempfile-3.8.1.crate) = 7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5 -SIZE (rust/crates/tempfile-3.8.1.crate) = 32164 +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/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096 SHA256 (rust/crates/thiserror-1.0.40.crate) = 978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac @@ -209,8 +213,8 @@ SHA256 (rust/crates/thiserror-impl-1.0.40.crate) = f9456a42c5b0d803c8cd86e73dd7c SIZE (rust/crates/thiserror-impl-1.0.40.crate) = 15138 SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 -SHA256 (rust/crates/tokio-1.34.0.crate) = d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9 -SIZE (rust/crates/tokio-1.34.0.crate) = 736847 +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/toml-0.8.8.crate) = a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35 @@ -249,39 +253,57 @@ 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.0.crate) = 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5 SIZE (rust/crates/windows-targets-0.48.0.crate) = 7466 +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.0.crate) = 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc SIZE (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 366543 +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.0.crate) = b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3 SIZE (rust/crates/windows_aarch64_msvc-0.48.0.crate) = 671479 +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.0.crate) = 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241 SIZE (rust/crates/windows_i686_gnu-0.48.0.crate) = 741490 +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.0.crate) = 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00 SIZE (rust/crates/windows_i686_msvc-0.48.0.crate) = 730056 +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.0.crate) = ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1 SIZE (rust/crates/windows_x86_64_gnu-0.48.0.crate) = 703595 +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.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953 SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536 +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.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 +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.15.crate) = 7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc SIZE (rust/crates/winnow-0.5.15.crate) = 145621 -SHA256 (bensadeh-tailspin-2.2.0_GH0.tar.gz) = afa7ffa24d47d6266ea96b06ca9b30cc9898095dd4d077e8fe9618ace96c6b89 -SIZE (bensadeh-tailspin-2.2.0_GH0.tar.gz) = 3885849 +SHA256 (bensadeh-tailspin-2.3.0_GH0.tar.gz) = f523a9ccf59e6d5ae4bb66a5b0a4d480832f604c09a3c2f4dd00b5efc8f1b03d +SIZE (bensadeh-tailspin-2.3.0_GH0.tar.gz) = 3888659 diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile index cf9afd136e7..5abce39072d 100644 --- a/sysutils/tealdeer/Makefile +++ b/sysutils/tealdeer/Makefile @@ -1,7 +1,7 @@ PORTNAME= tealdeer DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/tenshi/Makefile b/sysutils/tenshi/Makefile index 49ab8453ba9..1057edcd921 100644 --- a/sysutils/tenshi/Makefile +++ b/sysutils/tenshi/Makefile @@ -25,7 +25,7 @@ SHEBANG_FILES= tenshi MAKE_ARGS= bindir="${PREFIX}/sbin" \ docdir="${DOCSDIR}" \ - mandir="${MAN8PREFIX}/share/man" \ + mandir="${PREFIX}/share/man" \ sysconfdir="${PREFIX}/etc" NO_ARCH= yes diff --git a/sysutils/tere/Makefile b/sysutils/tere/Makefile index b7e496ad9a4..a19a29f9b9e 100644 --- a/sysutils/tere/Makefile +++ b/sysutils/tere/Makefile @@ -1,7 +1,7 @@ PORTNAME= tere DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/tiempo/Makefile b/sysutils/tiempo/Makefile index 394010441b5..907a8b17849 100644 --- a/sysutils/tiempo/Makefile +++ b/sysutils/tiempo/Makefile @@ -1,6 +1,6 @@ PORTNAME= tiempo DISTVERSION= 1.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/titlefix/Makefile b/sysutils/titlefix/Makefile index af33873bdd1..d28fd281045 100644 --- a/sysutils/titlefix/Makefile +++ b/sysutils/titlefix/Makefile @@ -1,5 +1,6 @@ PORTNAME= titlefix PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -23,6 +24,6 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ @cd ${STAGEDIR}${PREFIX}/bin; ${LN} -sf ${PORTNAME} titlefixid3 @cd ${STAGEDIR}${PREFIX}/bin; ${LN} -sf ${PORTNAME} titleid3 - @${INSTALL_MAN} ${MAN1S:S,^,${WRKSRC}/man1/,} ${STAGEDIR}${MAN1PREFIX}/man/man1/ + @${INSTALL_MAN} ${MAN1S:S,^,${WRKSRC}/man1/,} ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/sysutils/titlefix/pkg-plist b/sysutils/titlefix/pkg-plist index a0fd3858200..4531b2f2d6f 100644 --- a/sysutils/titlefix/pkg-plist +++ b/sysutils/titlefix/pkg-plist @@ -1,6 +1,6 @@ bin/titlefix bin/titlefixid3 bin/titleid3 -man/man1/titlefix.1.gz -man/man1/titlefixid3.1.gz -man/man1/titleid3.1.gz +share/man/man1/titlefix.1.gz +share/man/man1/titlefixid3.1.gz +share/man/man1/titleid3.1.gz diff --git a/sysutils/topgrade/Makefile b/sysutils/topgrade/Makefile index 16d4f675792..4ff35d3ca99 100644 --- a/sysutils/topgrade/Makefile +++ b/sysutils/topgrade/Makefile @@ -1,7 +1,6 @@ PORTNAME= topgrade DISTVERSIONPREFIX= v -DISTVERSION= 11.0.2 -PORTREVISION= 5 +DISTVERSION= 13.0.0 CATEGORIES= sysutils MAINTAINER= freebsd@scd-systems.net diff --git a/sysutils/topgrade/Makefile.crates b/sysutils/topgrade/Makefile.crates index 9d842f35e73..f40a3237ff0 100644 --- a/sysutils/topgrade/Makefile.crates +++ b/sysutils/topgrade/Makefile.crates @@ -1,51 +1,57 @@ CARGO_CRATES= addr2line-0.19.0 \ adler-1.0.2 \ - ahash-0.7.6 \ aho-corasick-0.7.20 \ + android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - async-broadcast-0.4.1 \ + async-broadcast-0.5.1 \ async-channel-1.8.0 \ async-executor-1.5.1 \ + async-fs-1.6.0 \ async-io-1.13.0 \ async-lock-2.7.0 \ - async-recursion-0.3.2 \ + async-process-1.7.0 \ + async-recursion-1.0.4 \ async-task-4.4.0 \ async-trait-0.1.68 \ + atomic-waker-1.1.1 \ atty-0.2.14 \ autocfg-1.1.0 \ backtrace-0.3.67 \ - base64-0.21.0 \ + base64-0.21.2 \ bitflags-1.3.2 \ block-0.1.6 \ - bumpalo-3.12.1 \ + block-buffer-0.10.4 \ + blocking-1.3.1 \ + bumpalo-3.13.0 \ byteorder-1.4.3 \ bytes-1.4.0 \ cc-1.0.79 \ cfg-if-1.0.0 \ - chrono-0.4.24 \ + chrono-0.4.26 \ clap-3.1.18 \ clap_complete-3.1.4 \ clap_derive-3.1.18 \ clap_lex-0.2.4 \ clap_mangen-0.1.7 \ - codespan-reporting-0.11.1 \ color-eyre-0.6.2 \ color-spantrace-0.2.0 \ concurrent-queue-2.2.0 \ - console-0.15.5 \ + console-0.15.7 \ + const-random-0.1.15 \ + const-random-macro-0.1.15 \ core-foundation-sys-0.8.4 \ + cpufeatures-0.2.8 \ crc32fast-1.3.2 \ - crossbeam-utils-0.8.15 \ - cxx-1.0.94 \ - cxx-build-1.0.94 \ - cxxbridge-flags-1.0.94 \ - cxxbridge-macro-1.0.94 \ + crossbeam-utils-0.8.16 \ + crunchy-0.2.2 \ + crypto-common-0.1.6 \ derivative-2.2.0 \ + digest-0.10.7 \ dirs-4.0.0 \ dirs-next-2.0.0 \ dirs-sys-0.3.7 \ dirs-sys-next-0.1.2 \ - dlv-list-0.3.0 \ + dlv-list-0.5.0 \ either-1.8.1 \ encode_unicode-0.3.6 \ encoding_rs-0.8.32 \ @@ -60,7 +66,7 @@ CARGO_CRATES= addr2line-0.19.0 \ filetime-0.2.21 \ flate2-1.0.26 \ fnv-1.0.7 \ - form_urlencoded-1.1.0 \ + form_urlencoded-1.2.0 \ futures-0.3.28 \ futures-channel-0.3.28 \ futures-core-0.3.28 \ @@ -71,12 +77,13 @@ CARGO_CRATES= addr2line-0.19.0 \ futures-sink-0.3.28 \ futures-task-0.3.28 \ futures-util-0.3.28 \ - getrandom-0.2.9 \ - gimli-0.27.2 \ + generic-array-0.14.7 \ + getrandom-0.2.10 \ + gimli-0.27.3 \ glob-0.3.1 \ - h2-0.3.18 \ + h2-0.3.20 \ hashbrown-0.12.3 \ - heck-0.3.3 \ + hashbrown-0.13.2 \ heck-0.4.1 \ hermit-abi-0.1.19 \ hermit-abi-0.2.6 \ @@ -87,57 +94,55 @@ CARGO_CRATES= addr2line-0.19.0 \ http-body-0.4.5 \ httparse-1.8.0 \ httpdate-1.0.2 \ - hyper-0.14.26 \ - hyper-rustls-0.23.2 \ - iana-time-zone-0.1.56 \ - iana-time-zone-haiku-0.1.1 \ - idna-0.3.0 \ + hyper-0.14.27 \ + hyper-rustls-0.24.0 \ + iana-time-zone-0.1.57 \ + iana-time-zone-haiku-0.1.2 \ + idna-0.4.0 \ indenter-0.3.3 \ indexmap-1.9.3 \ indicatif-0.16.2 \ instant-0.1.12 \ - io-lifetimes-1.0.10 \ + io-lifetimes-1.0.11 \ ipnet-2.7.2 \ itoa-1.0.6 \ - js-sys-0.3.61 \ + js-sys-0.3.64 \ lazy_static-1.4.0 \ - libc-0.2.142 \ - link-cplusplus-1.0.8 \ - linux-raw-sys-0.3.6 \ - lock_api-0.4.9 \ - log-0.4.17 \ + libc-0.2.147 \ + linux-raw-sys-0.3.8 \ + log-0.4.19 \ mac-notification-sys-0.5.6 \ malloc_buf-0.0.6 \ matchers-0.1.0 \ memchr-2.5.0 \ memoffset-0.6.5 \ + memoffset-0.7.1 \ + merge-0.1.0 \ + merge_derive-0.1.0 \ mime-0.3.17 \ miniz_oxide-0.6.2 \ miniz_oxide-0.7.1 \ - mio-0.8.6 \ - nix-0.23.2 \ + mio-0.8.8 \ nix-0.24.3 \ - notify-rust-4.5.10 \ + nix-0.26.2 \ + notify-rust-4.8.0 \ nu-ansi-term-0.46.0 \ - num-integer-0.1.45 \ num-traits-0.2.15 \ num_cpus-1.15.0 \ number_prefix-0.4.0 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ - object-0.30.3 \ - once_cell-1.17.1 \ - ordered-multimap-0.4.3 \ - ordered-stream-0.0.1 \ - os_str_bytes-6.5.0 \ + object-0.30.4 \ + once_cell-1.17.2 \ + ordered-multimap-0.6.0 \ + ordered-stream-0.2.0 \ + os_str_bytes-6.5.1 \ overload-0.1.1 \ owo-colors-3.5.0 \ parking-2.1.0 \ - parking_lot-0.12.1 \ - parking_lot_core-0.9.7 \ parselnk-0.1.1 \ - percent-encoding-2.2.0 \ + percent-encoding-2.3.0 \ pin-project-lite-0.2.9 \ pin-utils-0.1.0 \ polling-2.8.0 \ @@ -145,45 +150,46 @@ CARGO_CRATES= addr2line-0.19.0 \ proc-macro-crate-1.3.1 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.56 \ + proc-macro-hack-0.5.20+deprecated \ + proc-macro2-1.0.63 \ quick-xml-0.22.0 \ quick-xml-0.23.1 \ - quote-1.0.26 \ + quote-1.0.28 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ redox_syscall-0.2.16 \ + redox_syscall-0.3.5 \ redox_users-0.4.3 \ - regex-1.5.6 \ + regex-1.7.3 \ regex-automata-0.1.10 \ + regex-split-0.1.0 \ regex-syntax-0.6.29 \ - remove_dir_all-0.5.3 \ - reqwest-0.11.17 \ + reqwest-0.11.18 \ ring-0.16.20 \ roff-0.2.1 \ - rust-ini-0.18.0 \ + rust-ini-0.19.0 \ rustc-demangle-0.1.23 \ - rustix-0.37.18 \ - rustls-0.20.8 \ + rustix-0.37.25 \ + rustls-0.21.2 \ rustls-pemfile-1.0.2 \ + rustls-webpki-0.100.2 \ rustversion-1.0.12 \ ryu-1.0.13 \ same-file-1.0.6 \ - scopeguard-1.1.0 \ - scratch-1.0.5 \ sct-0.7.0 \ self_update-0.30.0 \ semver-1.0.17 \ - serde-1.0.160 \ - serde_derive-1.0.160 \ - serde_json-1.0.96 \ + serde-1.0.164 \ + serde_derive-1.0.164 \ + serde_json-1.0.99 \ serde_repr-0.1.12 \ serde_urlencoded-0.7.1 \ - sha1-0.6.1 \ - sha1_smol-1.0.0 \ + sha1-0.10.5 \ sharded-slab-0.1.4 \ shell-words-1.1.0 \ shellexpand-2.1.2 \ + signal-hook-0.3.15 \ signal-hook-registry-1.4.1 \ slab-0.4.8 \ smallvec-1.10.0 \ @@ -191,63 +197,62 @@ CARGO_CRATES= addr2line-0.19.0 \ spin-0.5.2 \ static_assertions-1.1.0 \ strsim-0.10.0 \ - strum-0.22.0 \ strum-0.24.1 \ - strum_macros-0.22.0 \ strum_macros-0.24.3 \ syn-1.0.109 \ - syn-2.0.15 \ + syn-2.0.22 \ tar-0.4.38 \ - tauri-winrt-notification-0.1.0 \ - tempfile-3.2.0 \ + tauri-winrt-notification-0.1.1 \ + tempfile-3.6.0 \ termcolor-1.2.0 \ textwrap-0.15.2 \ thiserror-1.0.40 \ thiserror-impl-1.0.40 \ thread_local-1.1.7 \ time-0.1.45 \ - time-0.3.20 \ - time-core-0.1.0 \ - time-macros-0.2.8 \ + time-0.3.22 \ + time-core-0.1.1 \ + time-macros-0.2.9 \ + tiny-keccak-2.0.2 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ - tokio-1.18.5 \ - tokio-rustls-0.23.4 \ + tokio-1.18.6 \ + tokio-rustls-0.24.1 \ tokio-util-0.7.2 \ toml-0.5.11 \ - toml_datetime-0.6.1 \ + toml_datetime-0.6.3 \ toml_edit-0.19.8 \ tower-service-0.3.2 \ tracing-0.1.37 \ - tracing-attributes-0.1.24 \ - tracing-core-0.1.30 \ + tracing-attributes-0.1.26 \ + tracing-core-0.1.31 \ tracing-error-0.2.0 \ tracing-log-0.1.3 \ - tracing-subscriber-0.3.16 \ + tracing-subscriber-0.3.17 \ try-lock-0.2.4 \ + typenum-1.16.0 \ uds_windows-1.0.2 \ unicode-bidi-0.3.13 \ - unicode-ident-1.0.8 \ + unicode-ident-1.0.9 \ unicode-normalization-0.1.22 \ - unicode-segmentation-1.10.1 \ unicode-width-0.1.10 \ untrusted-0.7.1 \ - url-2.3.1 \ + url-2.4.0 \ valuable-0.1.0 \ version_check-0.9.4 \ waker-fn-1.1.0 \ walkdir-2.3.3 \ - want-0.3.0 \ + want-0.3.1 \ 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 \ - wasm-bindgen-futures-0.4.34 \ - wasm-bindgen-macro-0.2.84 \ - wasm-bindgen-macro-support-0.2.84 \ - wasm-bindgen-shared-0.2.84 \ - web-sys-0.3.61 \ - webpki-0.22.0 \ + wasm-bindgen-0.2.87 \ + wasm-bindgen-backend-0.2.87 \ + 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 \ + web-sys-0.3.64 \ + webpki-0.22.2 \ webpki-roots-0.22.6 \ which-4.1.0 \ widestring-0.4.3 \ @@ -257,7 +262,6 @@ CARGO_CRATES= addr2line-0.19.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.39.0 \ windows-0.48.0 \ - windows-sys-0.42.0 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ windows-targets-0.42.2 \ @@ -281,13 +285,14 @@ CARGO_CRATES= addr2line-0.19.0 \ windows_x86_64_msvc-0.39.0 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.0 \ - winnow-0.4.4 \ + winnow-0.4.1 \ winreg-0.10.1 \ xattr-0.2.3 \ - zbus-2.3.2 \ - zbus_macros-2.3.2 \ - zbus_names-2.5.0 \ - zip-0.6.4 \ - zvariant-3.12.0 \ - zvariant_derive-3.12.0 \ - zvariant_utils-1.0.0 + xdg-home-1.0.0 \ + zbus-3.13.1 \ + zbus_macros-3.13.1 \ + zbus_names-2.5.1 \ + zip-0.6.6 \ + zvariant-3.14.0 \ + zvariant_derive-3.14.0 \ + zvariant_utils-1.0.1 diff --git a/sysutils/topgrade/distinfo b/sysutils/topgrade/distinfo index f56573a5543..4849aa11069 100644 --- a/sysutils/topgrade/distinfo +++ b/sysutils/topgrade/distinfo @@ -1,44 +1,54 @@ -TIMESTAMP = 1683097723 +TIMESTAMP = 1704122513 SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97 SIZE (rust/crates/addr2line-0.19.0.crate) = 33210 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/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/async-broadcast-0.4.1.crate) = 6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61 -SIZE (rust/crates/async-broadcast-0.4.1.crate) = 19732 +SHA256 (rust/crates/async-broadcast-0.5.1.crate) = 7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b +SIZE (rust/crates/async-broadcast-0.5.1.crate) = 20134 SHA256 (rust/crates/async-channel-1.8.0.crate) = cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833 SIZE (rust/crates/async-channel-1.8.0.crate) = 13534 SHA256 (rust/crates/async-executor-1.5.1.crate) = 6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb SIZE (rust/crates/async-executor-1.5.1.crate) = 18615 +SHA256 (rust/crates/async-fs-1.6.0.crate) = 279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06 +SIZE (rust/crates/async-fs-1.6.0.crate) = 16506 SHA256 (rust/crates/async-io-1.13.0.crate) = 0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af SIZE (rust/crates/async-io-1.13.0.crate) = 37191 SHA256 (rust/crates/async-lock-2.7.0.crate) = fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7 SIZE (rust/crates/async-lock-2.7.0.crate) = 23631 -SHA256 (rust/crates/async-recursion-0.3.2.crate) = d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2 -SIZE (rust/crates/async-recursion-0.3.2.crate) = 10774 +SHA256 (rust/crates/async-process-1.7.0.crate) = 7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9 +SIZE (rust/crates/async-process-1.7.0.crate) = 22861 +SHA256 (rust/crates/async-recursion-1.0.4.crate) = 0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba +SIZE (rust/crates/async-recursion-1.0.4.crate) = 11521 SHA256 (rust/crates/async-task-4.4.0.crate) = ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae SIZE (rust/crates/async-task-4.4.0.crate) = 35178 SHA256 (rust/crates/async-trait-0.1.68.crate) = b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842 SIZE (rust/crates/async-trait-0.1.68.crate) = 28625 +SHA256 (rust/crates/atomic-waker-1.1.1.crate) = 1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3 +SIZE (rust/crates/atomic-waker-1.1.1.crate) = 11551 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.67.crate) = 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca SIZE (rust/crates/backtrace-0.3.67.crate) = 78564 -SHA256 (rust/crates/base64-0.21.0.crate) = a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a -SIZE (rust/crates/base64-0.21.0.crate) = 72180 +SHA256 (rust/crates/base64-0.21.2.crate) = 604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d +SIZE (rust/crates/base64-0.21.2.crate) = 76389 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a SIZE (rust/crates/block-0.1.6.crate) = 4077 -SHA256 (rust/crates/bumpalo-3.12.1.crate) = 9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8 -SIZE (rust/crates/bumpalo-3.12.1.crate) = 81653 +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.3.1.crate) = 77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65 +SIZE (rust/crates/blocking-1.3.1.crate) = 19040 +SHA256 (rust/crates/bumpalo-3.13.0.crate) = a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 +SIZE (rust/crates/bumpalo-3.13.0.crate) = 82114 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 @@ -47,8 +57,8 @@ 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.24.crate) = 4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b -SIZE (rust/crates/chrono-0.4.24.crate) = 191330 +SHA256 (rust/crates/chrono-0.4.26.crate) = ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5 +SIZE (rust/crates/chrono-0.4.26.crate) = 191501 SHA256 (rust/crates/clap-3.1.18.crate) = d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b SIZE (rust/crates/clap-3.1.18.crate) = 209664 SHA256 (rust/crates/clap_complete-3.1.4.crate) = da92e6facd8d73c22745a5d3cbb59bdf8e46e3235c923e516527d8e81eec14a4 @@ -59,32 +69,34 @@ SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27 SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652 SHA256 (rust/crates/clap_mangen-0.1.7.crate) = 121b598d1b9d63d4ff3b7dae8defd88cc23e41850ee89fd2feec2e7d992e6ec8 SIZE (rust/crates/clap_mangen-0.1.7.crate) = 13315 -SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e -SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 SHA256 (rust/crates/color-eyre-0.6.2.crate) = 5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204 SIZE (rust/crates/color-eyre-0.6.2.crate) = 635042 SHA256 (rust/crates/color-spantrace-0.2.0.crate) = 1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce SIZE (rust/crates/color-spantrace-0.2.0.crate) = 185098 SHA256 (rust/crates/concurrent-queue-2.2.0.crate) = 62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c SIZE (rust/crates/concurrent-queue-2.2.0.crate) = 19971 -SHA256 (rust/crates/console-0.15.5.crate) = c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60 -SIZE (rust/crates/console-0.15.5.crate) = 34788 +SHA256 (rust/crates/console-0.15.7.crate) = c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8 +SIZE (rust/crates/console-0.15.7.crate) = 35409 +SHA256 (rust/crates/const-random-0.1.15.crate) = 368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e +SIZE (rust/crates/const-random-0.1.15.crate) = 6699 +SHA256 (rust/crates/const-random-macro-0.1.15.crate) = 9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb +SIZE (rust/crates/const-random-macro-0.1.15.crate) = 6680 SHA256 (rust/crates/core-foundation-sys-0.8.4.crate) = e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa SIZE (rust/crates/core-foundation-sys-0.8.4.crate) = 17725 +SHA256 (rust/crates/cpufeatures-0.2.8.crate) = 03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c +SIZE (rust/crates/cpufeatures-0.2.8.crate) = 11840 SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 -SHA256 (rust/crates/crossbeam-utils-0.8.15.crate) = 3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b -SIZE (rust/crates/crossbeam-utils-0.8.15.crate) = 42326 -SHA256 (rust/crates/cxx-1.0.94.crate) = f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93 -SIZE (rust/crates/cxx-1.0.94.crate) = 196058 -SHA256 (rust/crates/cxx-build-1.0.94.crate) = 12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b -SIZE (rust/crates/cxx-build-1.0.94.crate) = 84842 -SHA256 (rust/crates/cxxbridge-flags-1.0.94.crate) = 7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb -SIZE (rust/crates/cxxbridge-flags-1.0.94.crate) = 5253 -SHA256 (rust/crates/cxxbridge-macro-1.0.94.crate) = 2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5 -SIZE (rust/crates/cxxbridge-macro-1.0.94.crate) = 59873 +SHA256 (rust/crates/crossbeam-utils-0.8.16.crate) = 5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294 +SIZE (rust/crates/crossbeam-utils-0.8.16.crate) = 42508 +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/derivative-2.2.0.crate) = fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b SIZE (rust/crates/derivative-2.2.0.crate) = 48076 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 SHA256 (rust/crates/dirs-4.0.0.crate) = ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059 SIZE (rust/crates/dirs-4.0.0.crate) = 12503 SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1 @@ -93,8 +105,8 @@ SHA256 (rust/crates/dirs-sys-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d4 SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597 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/dlv-list-0.3.0.crate) = 0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257 -SIZE (rust/crates/dlv-list-0.3.0.crate) = 11920 +SHA256 (rust/crates/dlv-list-0.5.0.crate) = d529fd73d344663edfd598ccb3f344e46034db51ebd103518eae34338248ad73 +SIZE (rust/crates/dlv-list-0.5.0.crate) = 22112 SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91 SIZE (rust/crates/either-1.8.1.crate) = 16027 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f @@ -123,8 +135,8 @@ SHA256 (rust/crates/flate2-1.0.26.crate) = 3b9429470923de8e8cbd4d2dc513535400b4b SIZE (rust/crates/flate2-1.0.26.crate) = 70832 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/form_urlencoded-1.2.0.crate) = a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652 +SIZE (rust/crates/form_urlencoded-1.2.0.crate) = 8923 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.28.crate) = 955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2 @@ -145,18 +157,20 @@ SHA256 (rust/crates/futures-task-0.3.28.crate) = 76d3d132be6c0e6aa1534069c705a74 SIZE (rust/crates/futures-task-0.3.28.crate) = 11848 SHA256 (rust/crates/futures-util-0.3.28.crate) = 26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533 SIZE (rust/crates/futures-util-0.3.28.crate) = 158510 -SHA256 (rust/crates/getrandom-0.2.9.crate) = c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4 -SIZE (rust/crates/getrandom-0.2.9.crate) = 34457 -SHA256 (rust/crates/gimli-0.27.2.crate) = ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4 -SIZE (rust/crates/gimli-0.27.2.crate) = 721636 +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.10.crate) = be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427 +SIZE (rust/crates/getrandom-0.2.10.crate) = 34955 +SHA256 (rust/crates/gimli-0.27.3.crate) = b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e +SIZE (rust/crates/gimli-0.27.3.crate) = 287904 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 -SHA256 (rust/crates/h2-0.3.18.crate) = 17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21 -SIZE (rust/crates/h2-0.3.18.crate) = 164556 +SHA256 (rust/crates/h2-0.3.20.crate) = 97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049 +SIZE (rust/crates/h2-0.3.20.crate) = 165260 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/heck-0.3.3.crate) = 6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c -SIZE (rust/crates/heck-0.3.3.crate) = 10260 +SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e +SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 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 @@ -177,16 +191,16 @@ SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639 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/hyper-0.14.26.crate) = ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4 -SIZE (rust/crates/hyper-0.14.26.crate) = 195570 -SHA256 (rust/crates/hyper-rustls-0.23.2.crate) = 1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c -SIZE (rust/crates/hyper-rustls-0.23.2.crate) = 30993 -SHA256 (rust/crates/iana-time-zone-0.1.56.crate) = 0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c -SIZE (rust/crates/iana-time-zone-0.1.56.crate) = 19517 -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/hyper-0.14.27.crate) = ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468 +SIZE (rust/crates/hyper-0.14.27.crate) = 195700 +SHA256 (rust/crates/hyper-rustls-0.24.0.crate) = 0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7 +SIZE (rust/crates/hyper-rustls-0.24.0.crate) = 29917 +SHA256 (rust/crates/iana-time-zone-0.1.57.crate) = 2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613 +SIZE (rust/crates/iana-time-zone-0.1.57.crate) = 19785 +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.4.0.crate) = 7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c +SIZE (rust/crates/idna-0.4.0.crate) = 271429 SHA256 (rust/crates/indenter-0.3.3.crate) = ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683 SIZE (rust/crates/indenter-0.3.3.crate) = 6587 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 @@ -195,26 +209,22 @@ SHA256 (rust/crates/indicatif-0.16.2.crate) = 2d207dc617c7a380ab07ff572a6e52fa20 SIZE (rust/crates/indicatif-0.16.2.crate) = 35057 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.10.crate) = 9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220 -SIZE (rust/crates/io-lifetimes-1.0.10.crate) = 37294 +SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 +SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 SHA256 (rust/crates/ipnet-2.7.2.crate) = 12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f SIZE (rust/crates/ipnet-2.7.2.crate) = 27044 SHA256 (rust/crates/itoa-1.0.6.crate) = 453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6 SIZE (rust/crates/itoa-1.0.6.crate) = 10410 -SHA256 (rust/crates/js-sys-0.3.61.crate) = 445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730 -SIZE (rust/crates/js-sys-0.3.61.crate) = 80158 +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.142.crate) = 6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317 -SIZE (rust/crates/libc-0.2.142.crate) = 679343 -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.3.6.crate) = b64f40e5e03e0d54f03845c8197d0291253cdbedfb1cb46b13c2c117554a9f4c -SIZE (rust/crates/linux-raw-sys-0.3.6.crate) = 1012537 -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/libc-0.2.147.crate) = b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3 +SIZE (rust/crates/libc-0.2.147.crate) = 686772 +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/log-0.4.19.crate) = b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4 +SIZE (rust/crates/log-0.4.19.crate) = 38073 SHA256 (rust/crates/mac-notification-sys-0.5.6.crate) = 3e72d50edb17756489e79d52eb146927bec8eba9dd48faadf9ef08bca3791ad5 SIZE (rust/crates/mac-notification-sys-0.5.6.crate) = 11921 SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb @@ -225,24 +235,28 @@ SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2c SIZE (rust/crates/memchr-2.5.0.crate) = 65812 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/merge-0.1.0.crate) = 10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9 +SIZE (rust/crates/merge-0.1.0.crate) = 16946 +SHA256 (rust/crates/merge_derive-0.1.0.crate) = 209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07 +SIZE (rust/crates/merge_derive-0.1.0.crate) = 2598 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 SHA256 (rust/crates/miniz_oxide-0.6.2.crate) = b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa SIZE (rust/crates/miniz_oxide-0.6.2.crate) = 54536 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.6.crate) = 5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9 -SIZE (rust/crates/mio-0.8.6.crate) = 93658 -SHA256 (rust/crates/nix-0.23.2.crate) = 8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c -SIZE (rust/crates/nix-0.23.2.crate) = 242042 +SHA256 (rust/crates/mio-0.8.8.crate) = 927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2 +SIZE (rust/crates/mio-0.8.8.crate) = 94264 SHA256 (rust/crates/nix-0.24.3.crate) = fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069 SIZE (rust/crates/nix-0.24.3.crate) = 266843 -SHA256 (rust/crates/notify-rust-4.5.10.crate) = 368e89ea58df747ce88be669ae44e79783c1d30bfd540ad0fc520b3f41f0b3b0 -SIZE (rust/crates/notify-rust-4.5.10.crate) = 48994 +SHA256 (rust/crates/nix-0.26.2.crate) = bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a +SIZE (rust/crates/nix-0.26.2.crate) = 277973 +SHA256 (rust/crates/notify-rust-4.8.0.crate) = 2bfa211d18e360f08e36c364308f394b5eb23a6629150690e109a916dc6f610e +SIZE (rust/crates/notify-rust-4.8.0.crate) = 53446 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/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 @@ -255,30 +269,26 @@ SHA256 (rust/crates/objc-foundation-0.1.1.crate) = 1add1b659e36c9607c7aab864a76c SIZE (rust/crates/objc-foundation-0.1.1.crate) = 9063 SHA256 (rust/crates/objc_id-0.1.1.crate) = c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b SIZE (rust/crates/objc_id-0.1.1.crate) = 3258 -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.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 -SIZE (rust/crates/once_cell-1.17.1.crate) = 32856 -SHA256 (rust/crates/ordered-multimap-0.4.3.crate) = ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a -SIZE (rust/crates/ordered-multimap-0.4.3.crate) = 19599 -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.5.0.crate) = ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267 -SIZE (rust/crates/os_str_bytes-6.5.0.crate) = 23166 +SHA256 (rust/crates/object-0.30.4.crate) = 03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385 +SIZE (rust/crates/object-0.30.4.crate) = 259203 +SHA256 (rust/crates/once_cell-1.17.2.crate) = 9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b +SIZE (rust/crates/once_cell-1.17.2.crate) = 33335 +SHA256 (rust/crates/ordered-multimap-0.6.0.crate) = 4ed8acf08e98e744e5384c8bc63ceb0364e68a6854187221c18df61c4797690e +SIZE (rust/crates/ordered-multimap-0.6.0.crate) = 23158 +SHA256 (rust/crates/ordered-stream-0.2.0.crate) = 9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50 +SIZE (rust/crates/ordered-stream-0.2.0.crate) = 19077 +SHA256 (rust/crates/os_str_bytes-6.5.1.crate) = 4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac +SIZE (rust/crates/os_str_bytes-6.5.1.crate) = 22778 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 SHA256 (rust/crates/owo-colors-3.5.0.crate) = c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f SIZE (rust/crates/owo-colors-3.5.0.crate) = 30310 SHA256 (rust/crates/parking-2.1.0.crate) = 14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e SIZE (rust/crates/parking-2.1.0.crate) = 9491 -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.7.crate) = 9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521 -SIZE (rust/crates/parking_lot_core-0.9.7.crate) = 32412 SHA256 (rust/crates/parselnk-0.1.1.crate) = 0088616e6efe53ab79907b9313f4743eb3f8a16eb1e0014af810164808906dc3 SIZE (rust/crates/parselnk-0.1.1.crate) = 17964 -SHA256 (rust/crates/percent-encoding-2.2.0.crate) = 478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e -SIZE (rust/crates/percent-encoding-2.2.0.crate) = 10075 +SHA256 (rust/crates/percent-encoding-2.3.0.crate) = 9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94 +SIZE (rust/crates/percent-encoding-2.3.0.crate) = 10196 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/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 @@ -293,14 +303,16 @@ 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.56.crate) = 2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435 -SIZE (rust/crates/proc-macro2-1.0.56.crate) = 44454 +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.63.crate) = 7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb +SIZE (rust/crates/proc-macro2-1.0.63.crate) = 44867 SHA256 (rust/crates/quick-xml-0.22.0.crate) = 8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b SIZE (rust/crates/quick-xml-0.22.0.crate) = 132066 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.26.crate) = 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc -SIZE (rust/crates/quote-1.0.26.crate) = 28397 +SHA256 (rust/crates/quote-1.0.28.crate) = 1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488 +SIZE (rust/crates/quote-1.0.28.crate) = 28382 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 @@ -309,68 +321,68 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 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_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b SIZE (rust/crates/redox_users-0.4.3.crate) = 15353 -SHA256 (rust/crates/regex-1.5.6.crate) = d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1 -SIZE (rust/crates/regex-1.5.6.crate) = 238593 +SHA256 (rust/crates/regex-1.7.3.crate) = 8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d +SIZE (rust/crates/regex-1.7.3.crate) = 239886 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 +SHA256 (rust/crates/regex-split-0.1.0.crate) = 544861d1810a3e429bb5e80266e537138b0e69e59bed9334326ae129a4c3e676 +SIZE (rust/crates/regex-split-0.1.0.crate) = 7373 SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 -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/reqwest-0.11.17.crate) = 13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91 -SIZE (rust/crates/reqwest-0.11.17.crate) = 153775 +SHA256 (rust/crates/reqwest-0.11.18.crate) = cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55 +SIZE (rust/crates/reqwest-0.11.18.crate) = 154387 SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc SIZE (rust/crates/ring-0.16.20.crate) = 5082615 SHA256 (rust/crates/roff-0.2.1.crate) = b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316 SIZE (rust/crates/roff-0.2.1.crate) = 10605 -SHA256 (rust/crates/rust-ini-0.18.0.crate) = f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df -SIZE (rust/crates/rust-ini-0.18.0.crate) = 15439 +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/rustix-0.37.18.crate) = 8bbfc1d1c7c40c01715f47d71444744a81669ca84e8b63e25a55e169b1f86433 -SIZE (rust/crates/rustix-0.37.18.crate) = 323424 -SHA256 (rust/crates/rustls-0.20.8.crate) = fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f -SIZE (rust/crates/rustls-0.20.8.crate) = 270142 +SHA256 (rust/crates/rustix-0.37.25.crate) = d4eb579851244c2c03e7c24f501c3432bed80b8f720af1d6e5b0e0f01555a035 +SIZE (rust/crates/rustix-0.37.25.crate) = 324662 +SHA256 (rust/crates/rustls-0.21.2.crate) = e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f +SIZE (rust/crates/rustls-0.21.2.crate) = 279135 SHA256 (rust/crates/rustls-pemfile-1.0.2.crate) = d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b SIZE (rust/crates/rustls-pemfile-1.0.2.crate) = 19347 +SHA256 (rust/crates/rustls-webpki-0.100.2.crate) = e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab +SIZE (rust/crates/rustls-webpki-0.100.2.crate) = 71561 SHA256 (rust/crates/rustversion-1.0.12.crate) = 4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06 SIZE (rust/crates/rustversion-1.0.12.crate) = 17278 SHA256 (rust/crates/ryu-1.0.13.crate) = f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041 SIZE (rust/crates/ryu-1.0.13.crate) = 46823 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.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -SHA256 (rust/crates/scratch-1.0.5.crate) = 1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1 -SIZE (rust/crates/scratch-1.0.5.crate) = 8013 SHA256 (rust/crates/sct-0.7.0.crate) = d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4 SIZE (rust/crates/sct-0.7.0.crate) = 27502 SHA256 (rust/crates/self_update-0.30.0.crate) = 88c865d17fb512577be02a09fd2fd96c31c7e46fe649205d84feefd8b2a332da SIZE (rust/crates/self_update-0.30.0.crate) = 35498 SHA256 (rust/crates/semver-1.0.17.crate) = bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed SIZE (rust/crates/semver-1.0.17.crate) = 29685 -SHA256 (rust/crates/serde-1.0.160.crate) = bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c -SIZE (rust/crates/serde-1.0.160.crate) = 77010 -SHA256 (rust/crates/serde_derive-1.0.160.crate) = 291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df -SIZE (rust/crates/serde_derive-1.0.160.crate) = 55081 -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.164.crate) = 9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d +SIZE (rust/crates/serde-1.0.164.crate) = 77057 +SHA256 (rust/crates/serde_derive-1.0.164.crate) = d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68 +SIZE (rust/crates/serde_derive-1.0.164.crate) = 54789 +SHA256 (rust/crates/serde_json-1.0.99.crate) = 46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3 +SIZE (rust/crates/serde_json-1.0.99.crate) = 145102 SHA256 (rust/crates/serde_repr-0.1.12.crate) = bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab SIZE (rust/crates/serde_repr-0.1.12.crate) = 9549 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -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/sha1-0.10.5.crate) = f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3 +SIZE (rust/crates/sha1-0.10.5.crate) = 12146 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 SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 SHA256 (rust/crates/shellexpand-2.1.2.crate) = 7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4 SIZE (rust/crates/shellexpand-2.1.2.crate) = 16884 +SHA256 (rust/crates/signal-hook-0.3.15.crate) = 732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9 +SIZE (rust/crates/signal-hook-0.3.15.crate) = 50138 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/slab-0.4.8.crate) = 6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d @@ -385,24 +397,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.22.0.crate) = f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e -SIZE (rust/crates/strum-0.22.0.crate) = 5413 SHA256 (rust/crates/strum-0.24.1.crate) = 063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f SIZE (rust/crates/strum-0.24.1.crate) = 5636 -SHA256 (rust/crates/strum_macros-0.22.0.crate) = 339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb -SIZE (rust/crates/strum_macros-0.22.0.crate) = 16501 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.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.15.crate) = a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822 -SIZE (rust/crates/syn-2.0.15.crate) = 240785 +SHA256 (rust/crates/syn-2.0.22.crate) = 2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616 +SIZE (rust/crates/syn-2.0.22.crate) = 241001 SHA256 (rust/crates/tar-0.4.38.crate) = 4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6 SIZE (rust/crates/tar-0.4.38.crate) = 49158 -SHA256 (rust/crates/tauri-winrt-notification-0.1.0.crate) = c58de036c4d2e20717024de2a3c4bf56c301f07b21bc8ef9b57189fce06f1f3b -SIZE (rust/crates/tauri-winrt-notification-0.1.0.crate) = 41529 -SHA256 (rust/crates/tempfile-3.2.0.crate) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 -SIZE (rust/crates/tempfile-3.2.0.crate) = 25892 +SHA256 (rust/crates/tauri-winrt-notification-0.1.1.crate) = 37d70573554e7630c2ca3677ea78d5ae6b030aedee5f9bf33c15d644904fa698 +SIZE (rust/crates/tauri-winrt-notification-0.1.1.crate) = 41818 +SHA256 (rust/crates/tempfile-3.6.0.crate) = 31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6 +SIZE (rust/crates/tempfile-3.6.0.crate) = 31812 SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6 SIZE (rust/crates/termcolor-1.2.0.crate) = 17917 SHA256 (rust/crates/textwrap-0.15.2.crate) = b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d @@ -415,60 +423,62 @@ SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630 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/time-macros-0.2.8.crate) = fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36 -SIZE (rust/crates/time-macros-0.2.8.crate) = 24295 +SHA256 (rust/crates/time-0.3.22.crate) = ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd +SIZE (rust/crates/time-0.3.22.crate) = 113792 +SHA256 (rust/crates/time-core-0.1.1.crate) = 7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb +SIZE (rust/crates/time-core-0.1.1.crate) = 7197 +SHA256 (rust/crates/time-macros-0.2.9.crate) = 372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b +SIZE (rust/crates/time-macros-0.2.9.crate) = 23684 +SHA256 (rust/crates/tiny-keccak-2.0.2.crate) = 2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237 +SIZE (rust/crates/tiny-keccak-2.0.2.crate) = 20129 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.18.5.crate) = 0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e -SIZE (rust/crates/tokio-1.18.5.crate) = 573463 -SHA256 (rust/crates/tokio-rustls-0.23.4.crate) = c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59 -SIZE (rust/crates/tokio-rustls-0.23.4.crate) = 27024 +SHA256 (rust/crates/tokio-1.18.6.crate) = 195db23cf7a24090ce69f1a21831a656a175dae4636c82d8bbf4aeda618d0574 +SIZE (rust/crates/tokio-1.18.6.crate) = 573499 +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.2.crate) = f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c SIZE (rust/crates/tokio-util-0.7.2.crate) = 82006 SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 SIZE (rust/crates/toml-0.5.11.crate) = 54910 -SHA256 (rust/crates/toml_datetime-0.6.1.crate) = 3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622 -SIZE (rust/crates/toml_datetime-0.6.1.crate) = 10765 +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.8.crate) = 239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13 SIZE (rust/crates/toml_edit-0.19.8.crate) = 94457 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.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 SIZE (rust/crates/tracing-0.1.37.crate) = 73888 -SHA256 (rust/crates/tracing-attributes-0.1.24.crate) = 0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74 -SIZE (rust/crates/tracing-attributes-0.1.24.crate) = 31841 -SHA256 (rust/crates/tracing-core-0.1.30.crate) = 24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a -SIZE (rust/crates/tracing-core-0.1.30.crate) = 60351 +SHA256 (rust/crates/tracing-attributes-0.1.26.crate) = 5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab +SIZE (rust/crates/tracing-attributes-0.1.26.crate) = 32060 +SHA256 (rust/crates/tracing-core-0.1.31.crate) = 0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a +SIZE (rust/crates/tracing-core-0.1.31.crate) = 61263 SHA256 (rust/crates/tracing-error-0.2.0.crate) = d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e SIZE (rust/crates/tracing-error-0.2.0.crate) = 13938 SHA256 (rust/crates/tracing-log-0.1.3.crate) = 78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922 SIZE (rust/crates/tracing-log-0.1.3.crate) = 20549 -SHA256 (rust/crates/tracing-subscriber-0.3.16.crate) = a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70 -SIZE (rust/crates/tracing-subscriber-0.3.16.crate) = 193572 +SHA256 (rust/crates/tracing-subscriber-0.3.17.crate) = 30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77 +SIZE (rust/crates/tracing-subscriber-0.3.17.crate) = 191711 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/uds_windows-1.0.2.crate) = ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d SIZE (rust/crates/uds_windows-1.0.2.crate) = 16206 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.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4 -SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962 +SHA256 (rust/crates/unicode-ident-1.0.9.crate) = b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0 +SIZE (rust/crates/unicode-ident-1.0.9.crate) = 41978 SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 -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.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a SIZE (rust/crates/untrusted-0.7.1.crate) = 7924 -SHA256 (rust/crates/url-2.3.1.crate) = 0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643 -SIZE (rust/crates/url-2.3.1.crate) = 72777 +SHA256 (rust/crates/url-2.4.0.crate) = 50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb +SIZE (rust/crates/url-2.4.0.crate) = 75670 SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d SIZE (rust/crates/valuable-0.1.0.crate) = 27718 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f @@ -477,28 +487,28 @@ SHA256 (rust/crates/waker-fn-1.1.0.crate) = 9d5b2c62b4012a3e1eca5a7e077d13b3bf49 SIZE (rust/crates/waker-fn-1.1.0.crate) = 7114 SHA256 (rust/crates/walkdir-2.3.3.crate) = 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698 SIZE (rust/crates/walkdir-2.3.3.crate) = 23125 -SHA256 (rust/crates/want-0.3.0.crate) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0 -SIZE (rust/crates/want-0.3.0.crate) = 6550 +SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e +SIZE (rust/crates/want-0.3.1.crate) = 6398 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 -SIZE (rust/crates/wasm-bindgen-0.2.84.crate) = 172947 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.84.crate) = 95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9 -SIZE (rust/crates/wasm-bindgen-backend-0.2.84.crate) = 26344 -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.84.crate) = 4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5 -SIZE (rust/crates/wasm-bindgen-macro-0.2.84.crate) = 12857 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.84.crate) = 2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.84.crate) = 19076 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.84.crate) = 0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d -SIZE (rust/crates/wasm-bindgen-shared-0.2.84.crate) = 7219 -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/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.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/web-sys-0.3.64.crate) = 9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b +SIZE (rust/crates/web-sys-0.3.64.crate) = 725584 +SHA256 (rust/crates/webpki-0.22.2.crate) = 07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f +SIZE (rust/crates/webpki-0.22.2.crate) = 63999 SHA256 (rust/crates/webpki-roots-0.22.6.crate) = b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87 SIZE (rust/crates/webpki-roots-0.22.6.crate) = 242386 SHA256 (rust/crates/which-4.1.0.crate) = b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe @@ -517,8 +527,6 @@ SHA256 (rust/crates/windows-0.39.0.crate) = f1c4bd0a50ac6020f65184721f758dba47bb SIZE (rust/crates/windows-0.39.0.crate) = 12776691 SHA256 (rust/crates/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f SIZE (rust/crates/windows-0.48.0.crate) = 11864177 -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.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 @@ -565,25 +573,27 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac 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/winnow-0.4.4.crate) = 5617da7e1f97bf363947d767b91aaf3c2bbc19db7fda9c65af1278713d58e0a2 -SIZE (rust/crates/winnow-0.4.4.crate) = 142759 +SHA256 (rust/crates/winnow-0.4.1.crate) = ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28 +SIZE (rust/crates/winnow-0.4.1.crate) = 138177 SHA256 (rust/crates/winreg-0.10.1.crate) = 80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d SIZE (rust/crates/winreg-0.10.1.crate) = 25725 SHA256 (rust/crates/xattr-0.2.3.crate) = 6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc SIZE (rust/crates/xattr-0.2.3.crate) = 11959 -SHA256 (rust/crates/zbus-2.3.2.crate) = 2d8f1a037b2c4a67d9654dc7bdfa8ff2e80555bbefdd3c1833c1d1b27c963a6b -SIZE (rust/crates/zbus-2.3.2.crate) = 113900 -SHA256 (rust/crates/zbus_macros-2.3.2.crate) = 1f8fb5186d1c87ae88cf234974c240671238b4a679158ad3b94ec465237349a6 -SIZE (rust/crates/zbus_macros-2.3.2.crate) = 25540 -SHA256 (rust/crates/zbus_names-2.5.0.crate) = f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3 -SIZE (rust/crates/zbus_names-2.5.0.crate) = 9861 -SHA256 (rust/crates/zip-0.6.4.crate) = 0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef -SIZE (rust/crates/zip-0.6.4.crate) = 62396 -SHA256 (rust/crates/zvariant-3.12.0.crate) = 46fe4914a985446d6fd287019b5fceccce38303d71407d9e6e711d44954a05d8 -SIZE (rust/crates/zvariant-3.12.0.crate) = 71199 -SHA256 (rust/crates/zvariant_derive-3.12.0.crate) = 34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a -SIZE (rust/crates/zvariant_derive-3.12.0.crate) = 10828 -SHA256 (rust/crates/zvariant_utils-1.0.0.crate) = 53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b -SIZE (rust/crates/zvariant_utils-1.0.0.crate) = 6230 -SHA256 (topgrade-rs-topgrade-v11.0.2_GH0.tar.gz) = 29cd1d870dafbfa46d07c4056ba229a98755660a2e37804f12e1507fdde7d237 -SIZE (topgrade-rs-topgrade-v11.0.2_GH0.tar.gz) = 896765 +SHA256 (rust/crates/xdg-home-1.0.0.crate) = 2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd +SIZE (rust/crates/xdg-home-1.0.0.crate) = 3310 +SHA256 (rust/crates/zbus-3.13.1.crate) = 6c3d77c9966c28321f1907f0b6c5a5561189d1f7311eea6d94180c6be9daab29 +SIZE (rust/crates/zbus-3.13.1.crate) = 146632 +SHA256 (rust/crates/zbus_macros-3.13.1.crate) = f6e341d12edaff644e539ccbbf7f161601294c9a84ed3d7e015da33155b435af +SIZE (rust/crates/zbus_macros-3.13.1.crate) = 25923 +SHA256 (rust/crates/zbus_names-2.5.1.crate) = 82441e6033be0a741157a72951a3e4957d519698f3a824439cc131c5ba77ac2a +SIZE (rust/crates/zbus_names-2.5.1.crate) = 9803 +SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 +SIZE (rust/crates/zip-0.6.6.crate) = 65789 +SHA256 (rust/crates/zvariant-3.14.0.crate) = 622cc473f10cef1b0d73b7b34a266be30ebdcfaea40ec297dd8cbda088f9f93c +SIZE (rust/crates/zvariant-3.14.0.crate) = 71933 +SHA256 (rust/crates/zvariant_derive-3.14.0.crate) = 5d9c1b57352c25b778257c661f3c4744b7cefb7fc09dd46909a153cce7773da2 +SIZE (rust/crates/zvariant_derive-3.14.0.crate) = 10944 +SHA256 (rust/crates/zvariant_utils-1.0.1.crate) = 7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200 +SIZE (rust/crates/zvariant_utils-1.0.1.crate) = 6223 +SHA256 (topgrade-rs-topgrade-v13.0.0_GH0.tar.gz) = 6d83af871b6ce108dd4773c81835734d306b41425c41c533095ca5a82324b049 +SIZE (topgrade-rs-topgrade-v13.0.0_GH0.tar.gz) = 4389573 diff --git a/sysutils/tree/Makefile b/sysutils/tree/Makefile index 945cb83d912..1abb87091be 100644 --- a/sysutils/tree/Makefile +++ b/sysutils/tree/Makefile @@ -1,5 +1,6 @@ PORTNAME= tree -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://mama.indstate.edu/users/ice/tree/src/ \ https://fossies.org/linux/misc/ @@ -14,14 +15,14 @@ USES= gmake tar:tgz MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/tree \ - man/man1/tree.1.gz + share/man/man1/tree.1.gz PORTDOCS= CHANGES README TODO OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tree ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/tree/distinfo b/sysutils/tree/distinfo index 6ba98da99d0..35145b9fbea 100644 --- a/sysutils/tree/distinfo +++ b/sysutils/tree/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672585298 -SHA256 (tree-2.1.0.tgz) = 0160c535bff2b0dc6a830b9944e981e3427380f63e748da96ced7071faebabf6 -SIZE (tree-2.1.0.tgz) = 59189 +TIMESTAMP = 1685564291 +SHA256 (tree-2.1.1.tgz) = d3c3d55f403af7c76556546325aa1eca90b918cbaaf6d3ab60a49d8367ab90d5 +SIZE (tree-2.1.1.tgz) = 60515 diff --git a/sysutils/ts/Makefile b/sysutils/ts/Makefile index 21ad1404ad8..43d18e1c126 100644 --- a/sysutils/ts/Makefile +++ b/sysutils/ts/Makefile @@ -1,5 +1,6 @@ PORTNAME= ts PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/ts/ @@ -11,7 +12,7 @@ LICENSE= GPLv2+ USES= gmake PLIST_FILES= bin/ts \ - man/man8/ts.8.gz + share/man/man8/ts.8.gz PORTDOCS= OBJECTIVES PROTOCOL README TRICKS OPTIONS_DEFINE= DOCS @@ -25,7 +26,7 @@ post-patch: # Install man page as ts.8 to avoid conflict with security/openssl do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ts ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ts.1 ${STAGEDIR}${MAN1PREFIX}/man/man8/ts.8 + ${INSTALL_MAN} ${WRKSRC}/ts.1 ${STAGEDIR}${PREFIX}/share/man/man8/ts.8 ${INSTALL} -d ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/ttyload/Makefile b/sysutils/ttyload/Makefile index 04005ca2ec1..c1ce9a6ab2e 100644 --- a/sysutils/ttyload/Makefile +++ b/sysutils/ttyload/Makefile @@ -1,6 +1,6 @@ PORTNAME= ttyload PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ @@ -14,14 +14,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ALL_TARGET= default USES= tar:bzip2 -PLIST_FILES= bin/ttyload man/man1/ttyload.1.gz +PLIST_FILES= bin/ttyload share/man/man1/ttyload.1.gz PORTDOCS= README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ttyload.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ttyload.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/tuckr/Makefile b/sysutils/tuckr/Makefile index 6de84dc52d8..1950d1f539c 100644 --- a/sysutils/tuckr/Makefile +++ b/sysutils/tuckr/Makefile @@ -1,6 +1,6 @@ PORTNAME= tuckr DISTVERSION= 0.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/turbostat/Makefile b/sysutils/turbostat/Makefile index 3815b4d3b8b..89857796c7e 100644 --- a/sysutils/turbostat/Makefile +++ b/sysutils/turbostat/Makefile @@ -1,6 +1,6 @@ PORTNAME= turbostat PORTVERSION= 4.17 # Turbostat itself has a version, but we don't bother -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/torvalds/linux/v${PORTVERSION}/tools/power/x86/turbostat/ \ https://raw.githubusercontent.com/torvalds/linux/v${PORTVERSION}/arch/x86/include/asm/ @@ -16,7 +16,7 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 NO_WRKSUBDIR=yes -PLIST_FILES= sbin/turbostat man/man8/turbostat.8.gz +PLIST_FILES= sbin/turbostat share/man/man8/turbostat.8.gz post-extract: @@ -32,6 +32,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/tw_cli/Makefile b/sysutils/tw_cli/Makefile index c036658e203..0ab927dde89 100644 --- a/sysutils/tw_cli/Makefile +++ b/sysutils/tw_cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= tw_cli PORTVERSION= 9.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/ DISTNAME= CLI_freebsd-from_the_10-2-2-1_9-5-5-1_codesets @@ -26,7 +26,7 @@ NO_WRKSUBDIR= yes SUB_FILES= 407.status-3ware-raid PORTDOCS= tw_cli.8.html PLIST_FILES= etc/periodic/daily/407.status-3ware-raid\ - man/man8/tw_cli.8.gz sbin/tw_cli + share/man/man8/tw_cli.8.gz sbin/tw_cli OPTIONS_DEFINE= DOCS @@ -34,7 +34,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${ARCH:S,i386,x86,:S,amd64,x86_64,}/tw_cli\ ${STAGEDIR}${PREFIX}/sbin/tw_cli ${INSTALL_MAN} ${WRKSRC}/tw_cli.8.nroff\ - ${STAGEDIR}${MAN8PREFIX}/man/man8/tw_cli.8 + ${STAGEDIR}${PREFIX}/share/man/man8/tw_cli.8 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/407.status-3ware-raid \ ${STAGEDIR}${PREFIX}/etc/periodic/daily/ diff --git a/sysutils/tzdialog/Makefile b/sysutils/tzdialog/Makefile index c91abdcd6a7..31249ca5215 100644 --- a/sysutils/tzdialog/Makefile +++ b/sysutils/tzdialog/Makefile @@ -1,5 +1,6 @@ PORTNAME= tzdialog PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://druidbsd.sourceforge.net/download/ @@ -9,10 +10,10 @@ WWW= https://druidbsd.sourceforge.net/ NO_BUILD= yes -PLIST_FILES= sbin/tzdialog man/man8/tzdialog.8.gz +PLIST_FILES= sbin/tzdialog share/man/man8/tzdialog.8.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/ucspi-proxy/Makefile b/sysutils/ucspi-proxy/Makefile index edb44adbe20..b5493cf4285 100644 --- a/sysutils/ucspi-proxy/Makefile +++ b/sysutils/ucspi-proxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= ucspi-proxy PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/ucspi-proxy/ @@ -17,12 +18,12 @@ BGLIBS_INCLUDE= ${LOCALBASE}/include/bglibs PLIST_FILES= bin/ucspi-proxy bin/ucspi-proxy-log bin/ucspi-proxy-pop3 \ bin/ucspi-proxy-imap bin/ucspi-proxy-http-xlate \ - man/man1/ucspi-proxy-http-xlate.1.gz \ - man/man1/ucspi-proxy.1.gz + share/man/man1/ucspi-proxy-http-xlate.1.gz \ + share/man/man1/ucspi-proxy.1.gz do-configure: ${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin - ${ECHO_CMD} "${STAGEDIR}${MANPREFIX}/man" > ${WRKSRC}/conf-man + ${ECHO_CMD} "${STAGEDIR}${PREFIX}/share/man" > ${WRKSRC}/conf-man ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld ${ECHO_CMD} "${BGLIBS_INCLUDE}" > ${WRKSRC}/conf-bgincs diff --git a/sysutils/ucspi-tcp/Makefile b/sysutils/ucspi-tcp/Makefile index 3ed5122ded7..406f8e6a3a5 100644 --- a/sysutils/ucspi-tcp/Makefile +++ b/sysutils/ucspi-tcp/Makefile @@ -1,6 +1,6 @@ PORTNAME= ucspi-tcp PORTVERSION= 0.88 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils net MASTER_SITES= http://cr.yp.to/ucspi-tcp/ \ LOCAL/garga/ucspi-tcp @@ -127,7 +127,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${file_name} ${STAGEDIR}${PREFIX}/bin .endfor .for file_name in ${MAN_FILES} - ${INSTALL_MAN} ${WRKSRC}-man/${file_name} ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}-man/${file_name} ${STAGEDIR}${PREFIX}/share/man/man1/ .endfor .include diff --git a/sysutils/ucspi-tcp/pkg-plist b/sysutils/ucspi-tcp/pkg-plist index b409c026be5..b6a31fe5358 100644 --- a/sysutils/ucspi-tcp/pkg-plist +++ b/sysutils/ucspi-tcp/pkg-plist @@ -15,19 +15,19 @@ bin/tcprules bin/tcprulescheck bin/tcpserver bin/who@ -man/man1/addcr.1.gz -man/man1/argv0.1.gz -man/man1/date@.1.gz -man/man1/delcr.1.gz -man/man1/finger@.1.gz -man/man1/fixcrio.1.gz -man/man1/http@.1.gz -man/man1/mconnect.1.gz -man/man1/rblsmtpd.1.gz -man/man1/recordio.1.gz -man/man1/tcpcat.1.gz -man/man1/tcpclient.1.gz -man/man1/tcprules.1.gz -man/man1/tcprulescheck.1.gz -man/man1/tcpserver.1.gz -man/man1/who@.1.gz +share/man/man1/addcr.1.gz +share/man/man1/argv0.1.gz +share/man/man1/date@.1.gz +share/man/man1/delcr.1.gz +share/man/man1/finger@.1.gz +share/man/man1/fixcrio.1.gz +share/man/man1/http@.1.gz +share/man/man1/mconnect.1.gz +share/man/man1/rblsmtpd.1.gz +share/man/man1/recordio.1.gz +share/man/man1/tcpcat.1.gz +share/man/man1/tcpclient.1.gz +share/man/man1/tcprules.1.gz +share/man/man1/tcprulescheck.1.gz +share/man/man1/tcpserver.1.gz +share/man/man1/who@.1.gz diff --git a/sysutils/ucspi-unix/Makefile b/sysutils/ucspi-unix/Makefile index c54db0c327f..2ecacdcb728 100644 --- a/sysutils/ucspi-unix/Makefile +++ b/sysutils/ucspi-unix/Makefile @@ -1,5 +1,6 @@ PORTNAME= ucspi-unix PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ @@ -16,7 +17,7 @@ BGLIBS_INC= ${LOCALBASE}/include/bglibs BGLIBS_LIB= ${LOCALBASE}/lib/bglibs PLIST_FILES= bin/unixcat bin/unixclient bin/unixserver \ - man/man1/unixclient.1.gz man/man1/unixserver.1.gz + share/man/man1/unixclient.1.gz share/man/man1/unixserver.1.gz PORTDOCS= NEWS PROTOCOL README TODO OPTIONS_DEFINE= DOCS @@ -26,7 +27,7 @@ MAKE_JOBS_UNSAFE=yes post-patch: .SILENT ${ECHO_CMD} "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-home ${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin - ${ECHO_CMD} "${STAGEDIR}${MANPREFIX}/man" > ${WRKSRC}/conf-man + ${ECHO_CMD} "${STAGEDIR}${PREFIX}/share/man" > ${WRKSRC}/conf-man ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${LDFLAGS} ${STRIP}" > ${WRKSRC}/conf-ld ${ECHO_CMD} "${BGLIBS_INC}" > ${WRKSRC}/conf-bgincs @@ -36,8 +37,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/unixcat ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/unixclient ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/unixserver ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/unixclient.1 ${STAGEDIR}${MANPREFIX}/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/unixserver.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/unixclient.1 ${STAGEDIR}${PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/unixserver.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/unstow/Makefile b/sysutils/unstow/Makefile index efa439ffb14..4812fdcfb4b 100644 --- a/sysutils/unstow/Makefile +++ b/sysutils/unstow/Makefile @@ -1,5 +1,6 @@ PORTNAME= unstow PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://download.github.com/ \ ftp://ftp.iDaemons.org/pub/distfiles/ @@ -11,14 +12,14 @@ WWW= https://github.com/knu/stow-utils NO_BUILD= yes -PLIST_FILES= bin/unstow man/man1/unstow.1.gz +PLIST_FILES= bin/unstow share/man/man1/unstow.1.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/unstow.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/unstow.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/uschedule/Makefile b/sysutils/uschedule/Makefile index fc90fc656a8..db0b1c6eeb6 100644 --- a/sysutils/uschedule/Makefile +++ b/sysutils/uschedule/Makefile @@ -1,6 +1,6 @@ PORTNAME= uschedule PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.ohse.de/uwe/uschedule/ @@ -24,8 +24,8 @@ PORTDOCS= ChangeLog NEWS SECURITY-BUG bin= uschedule uschedulecmd uscheduleconf uschedulecp \ uscheduleedit uschedulelist uschedulerm uscheduleruntimelimit sbin= uscheduled -PLIST_FILES= ${bin:S,^,bin/,} ${bin:S,^,man/man1/,:S,$,.1.gz,} \ - man/man7/uschedule_intro.7.gz man/man8/uscheduled.8.gz \ +PLIST_FILES= ${bin:S,^,bin/,} ${bin:S,^,share/man/man1/,:S,$,.1.gz,} \ + share/man/man7/uschedule_intro.7.gz share/man/man8/uscheduled.8.gz \ sbin/uscheduled OPTIONS_DEFINE= DOCS @@ -45,11 +45,11 @@ do-install: ${STAGEDIR}${PREFIX}/bin) ${INSTALL_PROGRAM} ${WRKSRC}/command/${sbin} ${STAGEDIR}${PREFIX}/sbin (cd ${WRKSRC}/doc && ${INSTALL_MAN} ${bin:S,$,.1,} \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) ${INSTALL_MAN} ${WRKSRC}/doc/uschedule_intro.7 \ - ${STAGEDIR}${MANPREFIX}/man/man7 + ${STAGEDIR}${PREFIX}/share/man/man7 ${INSTALL_MAN} ${WRKSRC}/doc/uscheduled.8 \ - ${STAGEDIR}${MANPREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/vcp/Makefile b/sysutils/vcp/Makefile index c51a7513d1d..fc645fe4465 100644 --- a/sysutils/vcp/Makefile +++ b/sysutils/vcp/Makefile @@ -26,9 +26,9 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/vcp.conf.sample ${STAGEDIR}${PREFIX}/etc - ${MKDIR} ${STAGEDIR}${MAN1PREFIX}/share/man/pl/man1 - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.pl.1 ${STAGEDIR}${MAN1PREFIX}/share/man/pl/man1/${PORTNAME}.1 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/pl/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.pl.1 ${STAGEDIR}${PREFIX}/share/man/pl/man1/${PORTNAME}.1 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/vector/Makefile b/sysutils/vector/Makefile index 0c97baa7498..3c065f70733 100644 --- a/sysutils/vector/Makefile +++ b/sysutils/vector/Makefile @@ -1,7 +1,7 @@ PORTNAME= vector DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/videogen/Makefile b/sysutils/videogen/Makefile index aaa9e1916c6..38bbad9bec6 100644 --- a/sysutils/videogen/Makefile +++ b/sysutils/videogen/Makefile @@ -1,6 +1,6 @@ PORTNAME= videogen PORTVERSION= 0.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.dynaweb.hu/opensource/videogen/download/ @@ -13,7 +13,7 @@ LICENSE= GPLv2 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAKE_JOBS_UNSAFE=yes -PLIST_FILES= bin/videogen man/man1/videogen.1.gz +PLIST_FILES= bin/videogen share/man/man1/videogen.1.gz PORTDOCS= BUGS CHANGES README THANKS PORTEXAMPLES= * @@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1x ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1x ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/vivid/Makefile b/sysutils/vivid/Makefile index 6b147c8e056..5113e38222b 100644 --- a/sysutils/vivid/Makefile +++ b/sysutils/vivid/Makefile @@ -1,7 +1,7 @@ PORTNAME= vivid DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org diff --git a/sysutils/vm-bhyve-devel/Makefile b/sysutils/vm-bhyve-devel/Makefile index 4149f286179..ee784e21f6e 100644 --- a/sysutils/vm-bhyve-devel/Makefile +++ b/sysutils/vm-bhyve-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= vm-bhyve DISTVERSIONPREFIX= v DISTVERSION= 1.5.0-26 DISTVERSIONSUFFIX= -ge45b81d +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -37,6 +38,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/vm ${STAGEDIR}${PREFIX}/etc/rc.d (cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/vm-bhyve) (cd ${WRKSRC}/sample-templates/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - ${INSTALL_MAN} ${WRKSRC}/vm.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/vm.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/vm-bhyve-devel/pkg-plist b/sysutils/vm-bhyve-devel/pkg-plist index 817bf577481..7c4921638eb 100644 --- a/sysutils/vm-bhyve-devel/pkg-plist +++ b/sysutils/vm-bhyve-devel/pkg-plist @@ -17,7 +17,7 @@ lib/vm-bhyve/vm-switch-vale lib/vm-bhyve/vm-switch-vxlan lib/vm-bhyve/vm-util lib/vm-bhyve/vm-zfs -man/man8/vm.8.gz +share/man/man8/vm.8.gz sbin/vm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arch.conf diff --git a/sysutils/vm-bhyve/Makefile b/sysutils/vm-bhyve/Makefile index 7970b195518..c9a863ff3c1 100644 --- a/sysutils/vm-bhyve/Makefile +++ b/sysutils/vm-bhyve/Makefile @@ -1,6 +1,7 @@ PORTNAME= vm-bhyve DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= churchers@gmail.com @@ -35,6 +36,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/vm ${STAGEDIR}${PREFIX}/etc/rc.d (cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/vm-bhyve) (cd ${WRKSRC}/sample-templates/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - ${INSTALL_MAN} ${WRKSRC}/vm.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/vm.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/vm-bhyve/pkg-plist b/sysutils/vm-bhyve/pkg-plist index 817bf577481..7c4921638eb 100644 --- a/sysutils/vm-bhyve/pkg-plist +++ b/sysutils/vm-bhyve/pkg-plist @@ -17,7 +17,7 @@ lib/vm-bhyve/vm-switch-vale lib/vm-bhyve/vm-switch-vxlan lib/vm-bhyve/vm-util lib/vm-bhyve/vm-zfs -man/man8/vm.8.gz +share/man/man8/vm.8.gz sbin/vm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arch.conf diff --git a/sysutils/vmdktool/Makefile b/sysutils/vmdktool/Makefile index 9abac541c7c..5ac7b085d37 100644 --- a/sysutils/vmdktool/Makefile +++ b/sysutils/vmdktool/Makefile @@ -15,10 +15,10 @@ USES= perl5 # We need the prove utility from Perl 5. USE_PERL5= test -PLIST_FILES= bin/vmdktool \ - man/man8/vmdktool.8.gz - ALL_TARGET= vmdktool TEST_TARGET= test +PLIST_FILES= bin/vmdktool \ + share/man/man8/vmdktool.8.gz + .include diff --git a/sysutils/vmdktool/files/patch-Makefile b/sysutils/vmdktool/files/patch-Makefile new file mode 100644 index 00000000000..1e6e12904d9 --- /dev/null +++ b/sysutils/vmdktool/files/patch-Makefile @@ -0,0 +1,8 @@ +--- Makefile.orig 2024-01-08 16:38:12 UTC ++++ Makefile +@@ -28,4 +28,4 @@ install: + + install: + install -s vmdktool ${DESTDIR}${PREFIX}/bin/ +- install vmdktool.8 ${DESTDIR}${PREFIX}/man/man8/ ++ install vmdktool.8 ${DESTDIR}${PREFIX}/share/man/man8/ diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index f4c2020ebfa..a09cffd7875 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -1,6 +1,6 @@ PORTNAME= vobcopy PORTVERSION= 1.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= http://vobcopy.org/download/ \ LOCAL/ehaupt @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --with-lfs --with-dvdread-libs=${LOCALBASE} ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/vobcopy man/man1/vobcopy.1.gz +PLIST_FILES= bin/vobcopy share/man/man1/vobcopy.1.gz PORTDOCS= COPYING Changelog README TODO \ alternative_programs.txt OPTIONS_DEFINE= DOCS @@ -51,7 +51,7 @@ post-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vobcopy ${STAGEDIR}${PREFIX}/bin/vobcopy ${INSTALL_MAN} ${WRKSRC}/vobcopy.1${MAN1_SUFX} \ - ${STAGEDIR}${MANPREFIX}/man/man1/vobcopy.1 + ${STAGEDIR}${PREFIX}/share/man/man1/vobcopy.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/wmtop/Makefile b/sysutils/wmtop/Makefile index d96b42a8bdd..6a1d191042d 100644 --- a/sysutils/wmtop/Makefile +++ b/sysutils/wmtop/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmtop PORTVERSION= 0.84 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils windowmaker MASTER_SITES= https://www.dockapps.net/download/ @@ -18,7 +18,7 @@ CFLAGS+= -fcommon # clang11/gcc10 PORTDOCS= BUGS CHANGES README TODO PLIST_FILES= bin/wmtop \ - man/man1/wmtop.1.gz + share/man/man1/wmtop.1.gz OPTIONS_DEFINE= DOCS @@ -28,7 +28,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmtop ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wmtop.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/wmtop.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/xcp/Makefile b/sysutils/xcp/Makefile index d848c09515d..b1213c2098d 100644 --- a/sysutils/xcp/Makefile +++ b/sysutils/xcp/Makefile @@ -1,6 +1,7 @@ PORTNAME= xcp DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/xjobs/Makefile b/sysutils/xjobs/Makefile index 2beae78f424..a1dd5230d3b 100644 --- a/sysutils/xjobs/Makefile +++ b/sysutils/xjobs/Makefile @@ -1,5 +1,6 @@ PORTNAME= xjobs PORTVERSION= 20200726 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.maier-komor.de/xjobs/ @@ -12,7 +13,7 @@ LICENSE= GPLv2 USES= tar:tgz gmake GNU_CONFIGURE= yes -PLIST_FILES= bin/xjobs man/man1/xjobs.1.gz +PLIST_FILES= bin/xjobs share/man/man1/xjobs.1.gz PORTDOCS= ChangeLog README.md @@ -20,10 +21,10 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} . for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} . endfor diff --git a/sysutils/xpipe/Makefile b/sysutils/xpipe/Makefile index 06dec8183b9..c4934584b99 100644 --- a/sysutils/xpipe/Makefile +++ b/sysutils/xpipe/Makefile @@ -17,6 +17,6 @@ PLIST_FILES= bin/${PORTNAME} \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/yadf/Makefile b/sysutils/yadf/Makefile index fe6191528f6..25d1b03f867 100644 --- a/sysutils/yadf/Makefile +++ b/sysutils/yadf/Makefile @@ -1,7 +1,7 @@ PORTNAME= yadf DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/yadm/Makefile b/sysutils/yadm/Makefile index e2e248d50f4..1528cc027c8 100644 --- a/sysutils/yadm/Makefile +++ b/sysutils/yadm/Makefile @@ -1,5 +1,6 @@ PORTNAME= yadm PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= vendion@gmail.com @@ -18,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= TheLocehiliosan PLIST_FILES= bin/yadm \ - man/man1/yadm.1.gz + share/man/man1/yadm.1.gz OPTIONS_DEFINE= J2CTL @@ -31,7 +32,7 @@ J2CTL_USES= python do-install: @${MKDIR} ${STAGEDIR} ${INSTALL_MAN} ${WRKSRC}/yadm.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_SCRIPT} ${WRKSRC}/yadm \ ${STAGEDIR}${PREFIX}/bin/ diff --git a/sysutils/z/Makefile b/sysutils/z/Makefile index 1b00fc72e1b..8c4e4224035 100644 --- a/sysutils/z/Makefile +++ b/sysutils/z/Makefile @@ -1,5 +1,6 @@ PORTNAME= z PORTVERSION= 1.12 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -16,11 +17,11 @@ NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message PLIST_FILES= ${DATADIR_REL}/z.sh \ - man/man1/z.1.gz + share/man/man1/z.1.gz do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/z.sh ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/z.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/z.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index feb2f2769d4..f4b6d1c6709 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -1,7 +1,7 @@ PORTNAME= zellij DISTVERSIONPREFIX= v DISTVERSION= 0.39.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= riggs@FreeBSD.org diff --git a/sysutils/zfsnap2/Makefile b/sysutils/zfsnap2/Makefile index 56df4687cd1..b6a5b3c4236 100644 --- a/sysutils/zfsnap2/Makefile +++ b/sysutils/zfsnap2/Makefile @@ -1,7 +1,7 @@ PORTNAME= zfsnap DISTVERSIONPREFIX= v DISTVERSION= 2.0.0-beta3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils PKGNAMESUFFIX= 2 @@ -37,7 +37,7 @@ do-install: @${MKDIR} ${STAGEDIR}${PERIODICDIR}/${period} ${INSTALL_SCRIPT} ${WRKSRC}/periodic/${period}_zfsnap.sh ${STAGEDIR}${PERIODICDIR}/${period}/402.zfsnap .endfor - ${INSTALL_MAN} ${WRKSRC}/man/man8/zfsnap.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/zfsnap.8 + ${INSTALL_MAN} ${WRKSRC}/man/man8/zfsnap.8 ${STAGEDIR}${PREFIX}/share/man/man8/zfsnap.8 ${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}/${file} diff --git a/sysutils/zfsnap2/pkg-plist b/sysutils/zfsnap2/pkg-plist index 0413300a415..865f12042d3 100644 --- a/sysutils/zfsnap2/pkg-plist +++ b/sysutils/zfsnap2/pkg-plist @@ -2,7 +2,7 @@ etc/periodic/daily/402.zfsnap etc/periodic/monthly/402.zfsnap etc/periodic/weekly/402.zfsnap -man/man8/zfsnap.8.gz +share/man/man8/zfsnap.8.gz sbin/zfsnap %%DATADIR%%/commands/destroy.sh %%DATADIR%%/commands/recurseback.sh diff --git a/sysutils/zogftw/Makefile b/sysutils/zogftw/Makefile index 5bdab0c0c1d..d8e038aeb03 100644 --- a/sysutils/zogftw/Makefile +++ b/sysutils/zogftw/Makefile @@ -1,5 +1,6 @@ PORTNAME= zogftw PORTVERSION= 0.0.2022.06.25 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://www.fabiankeil.de/sourcecode/zogftw/ DISTNAME= ${PORTNAME}-2022-06-25-03982c7 @@ -15,7 +16,7 @@ NO_BUILD= yes PORTSCOUT= ignore:1 PLIST_FILES= sbin/zogftw \ - man/man8/zogftw.8.gz + share/man/man8/zogftw.8.gz OPTIONS_DEFINE= EXECUTE_TESTS GNUPG OPTIONS_DEFAULT= GNUPG @@ -35,6 +36,6 @@ execute-tests: extract do-install: execute-tests ${INSTALL_SCRIPT} ${WRKSRC}/zogftw ${STAGEDIR}${PREFIX}/sbin/zogftw - ${INSTALL_MAN} ${WRKSRC}/zogftw.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/zogftw.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/zoxide/Makefile b/sysutils/zoxide/Makefile index 14836a006a9..7ac6a2e9345 100644 --- a/sysutils/zoxide/Makefile +++ b/sysutils/zoxide/Makefile @@ -1,7 +1,7 @@ PORTNAME= zoxide DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com diff --git a/sysutils/zsd/Makefile b/sysutils/zsd/Makefile index eafd971d061..ebd64489d61 100644 --- a/sysutils/zsd/Makefile +++ b/sysutils/zsd/Makefile @@ -1,5 +1,6 @@ PORTNAME= zsd PORTVERSION= 0.0.2014.12.07 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.fabiankeil.de/sourcecode/zfs-snapshot-destroyer/ DISTNAME= ${PORTNAME}-2014-12-07-c2d3662 @@ -18,10 +19,10 @@ NO_BUILD= yes NO_ARCH= yes PLIST_FILES= sbin/zsd \ - man/man8/zsd.8.gz + share/man/man8/zsd.8.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/zsd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/zsd.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/zsd.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/ztop/Makefile b/sysutils/ztop/Makefile index 150e0ce1be2..420d8d73ba9 100644 --- a/sysutils/ztop/Makefile +++ b/sysutils/ztop/Makefile @@ -1,6 +1,7 @@ PORTNAME= ztop DISTVERSIONPREFIX= v DISTVERSION= 0.2.3 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= asomers@FreeBSD.org @@ -15,10 +16,10 @@ USE_GITHUB= yes GH_ACCOUNT= asomers PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/zxfer/Makefile b/sysutils/zxfer/Makefile index b61f0bf859b..6784ec68eb4 100644 --- a/sysutils/zxfer/Makefile +++ b/sysutils/zxfer/Makefile @@ -1,5 +1,6 @@ PORTNAME= zxfer PORTVERSION= 1.1.7 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -19,13 +20,11 @@ OPTIONS_DEFINE= RSYNC RSYNC_DESC= Enable RSYNC Support RSYNC_RUN_DEPENDS= rsync:net/rsync -.include - -PLIST_FILES= man/man8/zxfer.8.gz \ +PLIST_FILES= share/man/man8/zxfer.8.gz \ sbin/zxfer do-install: ${INSTALL_SCRIPT} ${WRKSRC}/zxfer ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/zxfer.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/zxfer.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/textproc/Makefile b/textproc/Makefile index d9db352bbc8..a16475d470d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -527,6 +527,7 @@ SUBDIR += openvanilla-framework SUBDIR += or-aspell SUBDIR += ov + SUBDIR += ox-gfm.el SUBDIR += p5-AI-Categorizer SUBDIR += p5-Algorithm-CheckDigits SUBDIR += p5-Algorithm-RabinKarp diff --git a/textproc/aha/Makefile b/textproc/aha/Makefile index 9ea43f9c315..c78cf901f15 100644 --- a/textproc/aha/Makefile +++ b/textproc/aha/Makefile @@ -2,7 +2,7 @@ PORTNAME= aha DISTVERSION= 0.5.1 CATEGORIES= textproc devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= Ansi HTML Adapter WWW= https://github.com/theZiz/aha diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile index 71baed58062..c28b1115477 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= 5 +PORTREVISION= 6 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 0e00a62a924..dac27c1ea9c 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -1,6 +1,6 @@ PORTNAME= antiword PORTVERSION= 0.37 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= https://web.archive.org/web/20221207132720/http://www.winfield.demon.nl/linux/ @@ -35,7 +35,7 @@ post-patch: @${REINPLACE_CMD} -E 's,/usr/share,${PREFIX}/share,g' ${WRKSRC}/antiword.h post-install: - ${INSTALL_MAN} ${WRKSRC}/Docs/antiword.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/Docs/antiword.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/textproc/antiword/pkg-plist b/textproc/antiword/pkg-plist index 8a894b82a7c..929911cb07e 100644 --- a/textproc/antiword/pkg-plist +++ b/textproc/antiword/pkg-plist @@ -1,6 +1,6 @@ bin/antiword bin/kantiword -man/man1/antiword.1.gz +share/man/man1/antiword.1.gz %%DATADIR%%/8859-1.txt %%DATADIR%%/8859-10.txt %%DATADIR%%/8859-11.txt diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile index cd955a739b7..34969cb013b 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -1,7 +1,7 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.23.0 -PORTREVISION= 8 +PORTREVISION= 10 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org @@ -20,7 +20,7 @@ GH_ACCOUNT= sharkdp PLIST_FILES= bin/bat \ share/zsh/site-functions/_bat \ - man/man1/bat.1.gz + share/man/man1/bat.1.gz CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.19 \ @@ -190,7 +190,7 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bat ${FIND} ${WRKDIR}/target -name "bat.1" -exec ${CP} {} ${WRKSRC}/doc/bat.1 \; ${FIND} ${WRKDIR}/target -name "bat.zsh" -exec ${CP} {} ${WRKSRC}/doc/bat.zsh \; - ${INSTALL_MAN} ${WRKSRC}/doc/bat.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/bat.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/doc/bat.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_bat diff --git a/textproc/biodiff/Makefile b/textproc/biodiff/Makefile index c0c6cd85be2..be39f87cc71 100644 --- a/textproc/biodiff/Makefile +++ b/textproc/biodiff/Makefile @@ -1,7 +1,7 @@ PORTNAME= biodiff DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/bsd-spell/Makefile b/textproc/bsd-spell/Makefile index 162fba1d8d9..4268e1be815 100644 --- a/textproc/bsd-spell/Makefile +++ b/textproc/bsd-spell/Makefile @@ -1,5 +1,5 @@ PORTNAME= bsd-spell -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 CATEGORIES= textproc @@ -26,7 +26,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/usr.bin/spell/special.math ${STAGEDIR}${PREFIX}/share/dict ${INSTALL_DATA} ${WRKSRC}/usr.bin/spell/stop ${STAGEDIR}${PREFIX}/share/dict - ${INSTALL_MAN} ${WRKSRC}/usr.bin/spell/spell.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/usr.bin/deroff/deroff.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/usr.bin/spell/spell.1.gz ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/usr.bin/deroff/deroff.1.gz ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/bsd-spell/pkg-plist b/textproc/bsd-spell/pkg-plist index 93d5e4177fc..76edb9a3d79 100644 --- a/textproc/bsd-spell/pkg-plist +++ b/textproc/bsd-spell/pkg-plist @@ -1,8 +1,8 @@ libexec/spellprog bin/bspell bin/deroff -man/man1/spell.1.gz -man/man1/deroff.1.gz +share/man/man1/spell.1.gz +share/man/man1/deroff.1.gz share/dict/american share/dict/british share/dict/special.4bsd diff --git a/textproc/bsddiff/Makefile b/textproc/bsddiff/Makefile index 8a9d2395f14..5b561a049ba 100644 --- a/textproc/bsddiff/Makefile +++ b/textproc/bsddiff/Makefile @@ -1,6 +1,6 @@ PORTNAME= diff PORTVERSION= 20120705 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= LOCAL/gabor PKGNAMEPREFIX= bsd- @@ -13,8 +13,8 @@ USES= uidfix WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= BINDIR="${PREFIX}/bin" \ - MANDIR="${MANPREFIX}/man/man" \ - CATDIR="${MANPREFIX}/man/man" + MANDIR="${PREFIX}/share/man/man" \ + CATDIR="${PREFIX}/share/man/man" post-install: ${LN} -sf ${PREFIX}/bin/bsddiff ${STAGEDIR}${PREFIX}/bin/diff diff --git a/textproc/bsddiff/pkg-plist b/textproc/bsddiff/pkg-plist index fcc3eea5256..a57b8b4585b 100644 --- a/textproc/bsddiff/pkg-plist +++ b/textproc/bsddiff/pkg-plist @@ -1,3 +1,3 @@ bin/diff bin/bsddiff -man/man1/bsddiff.1.gz +share/man/man1/bsddiff.1.gz diff --git a/textproc/cast2gif/Makefile b/textproc/cast2gif/Makefile index 1a401608717..3719af7fbc3 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= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/choose/Makefile b/textproc/choose/Makefile index 6489f682df0..977fbd2917c 100644 --- a/textproc/choose/Makefile +++ b/textproc/choose/Makefile @@ -1,7 +1,7 @@ PORTNAME= choose DISTVERSIONPREFIX= v DISTVERSION= 1.3.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index 55cb7728951..a6f55a214cd 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -17,7 +17,7 @@ USE_PYTHON= distutils autoplist concurrent optsuffix USE_GITHUB= yes GH_ACCOUNT= regit -PLIST_FILES= man/man1/coccigrep.1.gz \ +PLIST_FILES= share/man/man1/coccigrep.1.gz \ ${DATADIR_REL}/cocci-grep.el \ ${DATADIR_REL}/cocci-grep.vim PORTDOCS= ChangeLog README.rst @@ -25,7 +25,7 @@ PORTDOCS= ChangeLog README.rst OPTIONS_DEFINE= DOCS post-install: - ${INSTALL_MAN} ${WRKSRC}/coccigrep.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/coccigrep.1 ${STAGEDIR}${PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/editors/cocci-grep.el ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/editors/cocci-grep.vim ${STAGEDIR}${DATADIR} diff --git a/textproc/code-minimap/Makefile b/textproc/code-minimap/Makefile index 274532f4189..dc301078124 100644 --- a/textproc/code-minimap/Makefile +++ b/textproc/code-minimap/Makefile @@ -1,7 +1,7 @@ PORTNAME= code-minimap DISTVERSIONPREFIX= v DISTVERSION= 0.6.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MAINTAINER= dereks@lifeofadishwasher.com diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile index 3ea6ea7dbdc..6381e09cdd8 100644 --- a/textproc/colordiff/Makefile +++ b/textproc/colordiff/Makefile @@ -22,7 +22,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/colordiffrc ${STAGEDIR}${PREFIX}/etc/colordiffrc.sample .include diff --git a/textproc/colordiff/pkg-plist b/textproc/colordiff/pkg-plist index acb993aa94f..5f87d7fcfd0 100644 --- a/textproc/colordiff/pkg-plist +++ b/textproc/colordiff/pkg-plist @@ -1,3 +1,3 @@ bin/colordiff -man/man1/colordiff.1.gz +share/man/man1/colordiff.1.gz @sample etc/colordiffrc.sample diff --git a/textproc/comrak/Makefile b/textproc/comrak/Makefile index 7263fba354b..1b3cd3157e1 100644 --- a/textproc/comrak/Makefile +++ b/textproc/comrak/Makefile @@ -1,5 +1,6 @@ PORTNAME= comrak DISTVERSION= 0.20.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/crow-translate/Makefile b/textproc/crow-translate/Makefile index fee8e8727f5..172e9aea476 100644 --- a/textproc/crow-translate/Makefile +++ b/textproc/crow-translate/Makefile @@ -1,6 +1,5 @@ PORTNAME= crow-translate -PORTVERSION= 2.11.0 -PORTREVISION= 2 +PORTVERSION= 2.11.1 CATEGORIES= textproc MAINTAINER= ehaupt@FreeBSD.org diff --git a/textproc/crow-translate/distinfo b/textproc/crow-translate/distinfo index 0aeaa07c33d..f8682476031 100644 --- a/textproc/crow-translate/distinfo +++ b/textproc/crow-translate/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1697387073 -SHA256 (crow-translate-crow-translate-2.11.0_GH0.tar.gz) = 2d484fa20a5a32b6133eaf5fde800c064ce59f400ae3cc621c235c34f0e0dec6 -SIZE (crow-translate-crow-translate-2.11.0_GH0.tar.gz) = 1831559 +TIMESTAMP = 1704443688 +SHA256 (crow-translate-crow-translate-2.11.1_GH0.tar.gz) = b809dffbd0537ea398c35a12f723646885d0c2378963e595c45eb1af3de90eb6 +SIZE (crow-translate-crow-translate-2.11.1_GH0.tar.gz) = 1845543 SHA256 (HatScripts-circle-flags-1c186db_GH0.tar.gz) = bd8cc7b4579dd6cd7d05098732b41667629d6a8ee9dfcf6ca9b430575cd2b08d SIZE (HatScripts-circle-flags-1c186db_GH0.tar.gz) = 69517 SHA256 (vinceliuice-Fluent-icon-theme-2a80a5d_GH0.tar.gz) = 36e368045a7f08642ff2ce8859c2629d178a90f58063429367b66633bb2e24a4 diff --git a/textproc/crow-translate/files/patch-src_settings_autostartmanager_abstractautostartmanager.cpp b/textproc/crow-translate/files/patch-src_settings_autostartmanager_abstractautostartmanager.cpp deleted file mode 100644 index e5912a42d56..00000000000 --- a/textproc/crow-translate/files/patch-src_settings_autostartmanager_abstractautostartmanager.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/settings/autostartmanager/abstractautostartmanager.cpp.orig 2023-10-14 14:48:26 UTC -+++ src/settings/autostartmanager/abstractautostartmanager.cpp -@@ -18,7 +18,7 @@ - */ - - #include "abstractautostartmanager.h" --#if defined(Q_OS_LINUX) -+#if defined(Q_OS_LINUX) || defined(Q_OS_UNIX) - #include "portalautostartmanager.h" - #include "unixautostartmanager.h" - #elif defined(Q_OS_DARWIN) -@@ -36,7 +36,7 @@ AbstractAutostartManager *AbstractAutostartManager::cr - - AbstractAutostartManager *AbstractAutostartManager::createAutostartManager(QObject *parent) - { --#if defined(Q_OS_LINUX) -+#if defined(Q_OS_LINUX) || defined(Q_OS_UNIX) - if (PortalAutostartManager::isAvailable()) - return new PortalAutostartManager(parent); - return new UnixAutostartManager(parent); diff --git a/textproc/dbacl/Makefile b/textproc/dbacl/Makefile index 701fba5b7b2..fb97b1b7755 100644 --- a/textproc/dbacl/Makefile +++ b/textproc/dbacl/Makefile @@ -1,5 +1,6 @@ PORTNAME= dbacl PORTVERSION= 1.14.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF @@ -17,7 +18,7 @@ GNU_CONFIGURE= yes PROGRAMS= bayesol dbacl mailinspect hmine hypex SCRIPTS= mailcross mailtoe mailfoot MAN= bayesol.1 dbacl.1 mailcross.1 mailinspect.1 mailtoe.1 mailfoot.1 -PLIST_FILES= ${PROGRAMS:S,^,bin/,} ${SCRIPTS:S,^,bin/,} ${MAN:S,^,man/man1/,:S,$,.gz,} +PLIST_FILES= ${PROGRAMS:S,^,bin/,} ${SCRIPTS:S,^,bin/,} ${MAN:S,^,share/man/man1/,:S,$,.gz,} DOCS= AUTHORS ChangeLog README doc/dbacl.ps \ doc/email.html doc/tutorial.html doc/costs.ps PORTDOCS= ${DOCS:T} @@ -35,7 +36,7 @@ do-install: ${INSTALL_PROGRAM} ${PROGRAMS} ${STAGEDIR}${PREFIX}/bin && \ ${INSTALL_SCRIPT} ${SCRIPTS} ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC}/man && \ - ${INSTALL_MAN} ${MAN} ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${MAN} ${STAGEDIR}${PREFIX}/share/man/man1 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/textproc/denature/Makefile b/textproc/denature/Makefile index 26c17c8e16c..b112f297e18 100644 --- a/textproc/denature/Makefile +++ b/textproc/denature/Makefile @@ -1,6 +1,6 @@ PORTNAME= denature PORTVERSION= 0.6.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -21,7 +21,7 @@ USE_JAVA= yes POD2MAN?= pod2man WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/denature man/man1/denature.1.gz +PLIST_FILES= bin/denature share/man/man1/denature.1.gz post-patch: @${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ @@ -33,6 +33,6 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/denature ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/denature.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/denature.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index 7cf9e7d459a..5b3faa36077 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -1,5 +1,6 @@ PORTNAME= diffstat PORTVERSION= 1.65 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= https://invisible-mirror.net/archives/${PORTNAME}/ \ ftp://ftp.invisible-island.net/${PORTNAME}/ @@ -15,10 +16,10 @@ USES= tar:tgz GNU_CONFIGURE= yes MAKEFILE= makefile -PLIST_FILES= bin/diffstat man/man1/diffstat.1.gz +PLIST_FILES= bin/diffstat share/man/man1/diffstat.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/difftastic/Makefile b/textproc/difftastic/Makefile index 6039ac89576..15c5a736f81 100644 --- a/textproc/difftastic/Makefile +++ b/textproc/difftastic/Makefile @@ -1,6 +1,6 @@ PORTNAME= difftastic DISTVERSION= 0.52.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= amdmi3@FreeBSD.org diff --git a/textproc/docbook2odf/Makefile b/textproc/docbook2odf/Makefile index 0da3df8d2b0..b6241908929 100644 --- a/textproc/docbook2odf/Makefile +++ b/textproc/docbook2odf/Makefile @@ -1,6 +1,6 @@ PORTNAME= docbook2odf PORTVERSION= 0.244 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= http://open.comsultia.com/docbook2odf/dwn/ @@ -37,7 +37,7 @@ do-install: ${LN} -sf ${EXAMPLESDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) diff --git a/textproc/docbook2odf/pkg-plist b/textproc/docbook2odf/pkg-plist index 39970090de0..280813554d0 100644 --- a/textproc/docbook2odf/pkg-plist +++ b/textproc/docbook2odf/pkg-plist @@ -1,5 +1,5 @@ bin/docbook2odf -man/man1/docbook2odf.1.gz +share/man/man1/docbook2odf.1.gz share/applications/docbook2odf.desktop %%DATADIR%%/tests/Makefile %%DATADIR%%/tests/README diff --git a/textproc/eqe/Makefile b/textproc/eqe/Makefile index e374952c461..e314b851501 100644 --- a/textproc/eqe/Makefile +++ b/textproc/eqe/Makefile @@ -1,6 +1,6 @@ PORTNAME= eqe PORTVERSION= 1.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= http://rlehy.free.fr/ @@ -35,8 +35,8 @@ post-patch: post-install: @pod2man ${WRKSRC}/doc/eqe.pod ${WRKSRC}/doc/eqe.1 @pod2man ${WRKSRC}/doc/eqedit.pod ${WRKSRC}/doc/eqedit.1 - ${INSTALL_MAN} ${WRKSRC}/doc/eqe.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/eqedit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/eqe.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/eqedit.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/textproc/evtx/Makefile b/textproc/evtx/Makefile index 067258a5e35..bec2fd4f140 100644 --- a/textproc/evtx/Makefile +++ b/textproc/evtx/Makefile @@ -1,7 +1,7 @@ PORTNAME= evtx DISTVERSION= 0.8.1 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MAINTAINER= acm@FreeBSD.org diff --git a/textproc/fblog/Makefile b/textproc/fblog/Makefile index 64649e817cc..6d83d95fe6a 100644 --- a/textproc/fblog/Makefile +++ b/textproc/fblog/Makefile @@ -1,6 +1,7 @@ PORTNAME= fblog DISTVERSIONPREFIX= v DISTVERSION= 4.8.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index 22cca6ff6e0..6bdaae9110f 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -1,6 +1,6 @@ PORTNAME= fldiff PORTVERSION= 1.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc MASTER_SITES= LOCAL/ehaupt DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -32,7 +32,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fldiff ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fldiff.man ${STAGEDIR}${MAN1PREFIX}/man/man1/fldiff.1 + ${INSTALL_MAN} ${WRKSRC}/fldiff.man ${STAGEDIR}${PREFIX}/share/man/man1/fldiff.1 ${INSTALL_DATA} ${WRKSRC}/fldiff.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/fldiff.png ${STAGEDIR}${PREFIX}/share/pixmaps @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/textproc/fldiff/pkg-plist b/textproc/fldiff/pkg-plist index bf337c5e2a4..d80ea8cc9f3 100644 --- a/textproc/fldiff/pkg-plist +++ b/textproc/fldiff/pkg-plist @@ -1,4 +1,4 @@ bin/fldiff -man/man1/fldiff.1.gz +share/man/man1/fldiff.1.gz share/applications/fldiff.desktop share/pixmaps/fldiff.png diff --git a/textproc/flip/Makefile b/textproc/flip/Makefile index c0c5a3a49cc..209cbcf8db0 100644 --- a/textproc/flip/Makefile +++ b/textproc/flip/Makefile @@ -1,5 +1,6 @@ PORTNAME= flip PORTVERSION= 1.19 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= LOCAL/itetcu DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -10,10 +11,10 @@ COMMENT= Convert text file line endings between Unix and DOS formats WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ALL_TARGET= bsd -PLIST_FILES= bin/flip man/man1/flip.1.gz +PLIST_FILES= bin/flip share/man/man1/flip.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flip ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/flip.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/flip.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/gojq/Makefile b/textproc/gojq/Makefile index 8fe8e3cf086..57a1746c274 100644 --- a/textproc/gojq/Makefile +++ b/textproc/gojq/Makefile @@ -1,7 +1,7 @@ PORTNAME= gojq DISTVERSIONPREFIX= v -DISTVERSION= 0.12.12 -PORTREVISION= 4 +DISTVERSION= 0.12.14 +PORTREVISION= 0 CATEGORIES= textproc MAINTAINER= nork@FreeBSD.org diff --git a/textproc/gojq/distinfo b/textproc/gojq/distinfo index d1d39efa2af..fa67a3adef3 100644 --- a/textproc/gojq/distinfo +++ b/textproc/gojq/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1679690033 -SHA256 (go/textproc_gojq/gojq-v0.12.12/v0.12.12.mod) = 997d84c897d0f48be73aeb0e0eeae2817e2fb19824f237092a2b1e4da45957dd -SIZE (go/textproc_gojq/gojq-v0.12.12/v0.12.12.mod) = 317 -SHA256 (go/textproc_gojq/gojq-v0.12.12/v0.12.12.zip) = 978dcc2a26abdea4d59d98c45c31d5f4bc82d2b2115f5eaa823bae3c4ef5dc32 -SIZE (go/textproc_gojq/gojq-v0.12.12/v0.12.12.zip) = 157994 +TIMESTAMP = 1701701043 +SHA256 (go/textproc_gojq/gojq-v0.12.14/v0.12.14.mod) = 786221934b7085d657875ff7d1c244cb8e022173e5c85296fdb91cd2acec4aa2 +SIZE (go/textproc_gojq/gojq-v0.12.14/v0.12.14.mod) = 318 +SHA256 (go/textproc_gojq/gojq-v0.12.14/v0.12.14.zip) = 96253954dcc055270a8d62543dd6d17022e92cb1e33b8cd18fcfc3c130b7ed44 +SIZE (go/textproc_gojq/gojq-v0.12.14/v0.12.14.zip) = 159830 diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile index 6b526221abe..0682f44e637 100644 --- a/textproc/grap/Makefile +++ b/textproc/grap/Makefile @@ -1,5 +1,6 @@ PORTNAME= grap PORTVERSION= 1.46 +PORTREVISION= 1 CATEGORIES= textproc graphics MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ @@ -20,7 +21,7 @@ PORTEXAMPLES= * do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.doc \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 + ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/grap.defines ${WRKSRC}/grap.tex.defines \ ${STAGEDIR}${DATADIR} diff --git a/textproc/grap/pkg-plist b/textproc/grap/pkg-plist index b21f11fde08..febeda0adb9 100644 --- a/textproc/grap/pkg-plist +++ b/textproc/grap/pkg-plist @@ -1,4 +1,4 @@ bin/grap -man/man1/grap.1.gz +share/man/man1/grap.1.gz %%DATADIR%%/grap.defines %%DATADIR%%/grap.tex.defines diff --git a/textproc/hq/Makefile b/textproc/hq/Makefile index 32d9ad8aa95..4bcd7dcc226 100644 --- a/textproc/hq/Makefile +++ b/textproc/hq/Makefile @@ -1,7 +1,7 @@ PORTNAME= hq DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index 3069334268b..fd1ff8239dd 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -1,6 +1,6 @@ PORTNAME= pandoc PORTVERSION= 3.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -266,6 +266,6 @@ BUILD_ARGS+= --disable-optimization post-install-EMBED_DATA-off: cd ${CABAL_DEPSDIR}/${PORTNAME}-${PORTVERSION} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR} post-install: - ${INSTALL_MAN} ${CABAL_DEPSDIR}/${PORTNAME}-${PORTVERSION}/man/pandoc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${CABAL_DEPSDIR}/${PORTNAME}-${PORTVERSION}/man/pandoc.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/hs-pandoc/pkg-plist b/textproc/hs-pandoc/pkg-plist index 1c47a501440..84d25ed43d0 100644 --- a/textproc/hs-pandoc/pkg-plist +++ b/textproc/hs-pandoc/pkg-plist @@ -1,4 +1,4 @@ -man/man1/pandoc.1.gz +share/man/man1/pandoc.1.gz %%NO_EMBED_DATA%%%%DATADIR%%/data/abbreviations %%NO_EMBED_DATA%%%%DATADIR%%/data/bash_completion.tpl %%NO_EMBED_DATA%%%%DATADIR%%/data/creole.lua diff --git a/textproc/htmlq/Makefile b/textproc/htmlq/Makefile index 151b80425c2..11114ca45a4 100644 --- a/textproc/htmlq/Makefile +++ b/textproc/htmlq/Makefile @@ -1,7 +1,7 @@ PORTNAME= htmlq DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/humanzip/Makefile b/textproc/humanzip/Makefile index fc501db1b5c..308a01acf5b 100644 --- a/textproc/humanzip/Makefile +++ b/textproc/humanzip/Makefile @@ -1,5 +1,6 @@ PORTNAME= humanzip PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= textproc archivers MASTER_SITES= SAVANNAH @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= CHANGELOG README TODO PLIST_FILES= bin/humanunzip bin/humanzip \ - man/man1/humanunzip.1.gz man/man1/humanzip.1.gz + share/man/man1/humanunzip.1.gz share/man/man1/humanzip.1.gz OPTIONS_DEFINE= DOCS @@ -26,8 +27,8 @@ do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${i} ${STAGEDIR}${PREFIX}/bin) .endfor (cd ${WRKSRC} && ${INSTALL_MAN} humanzip.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1) - ${LN} -sf humanzip.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/humanunzip.1 + ${STAGEDIR}${PREFIX}/share/man/man1) + ${LN} -sf humanzip.1 ${STAGEDIR}${PREFIX}/share/man/man1/humanunzip.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/textproc/ibus-typing-booster/Makefile b/textproc/ibus-typing-booster/Makefile index 7029476fc62..6ff4af42fb6 100644 --- a/textproc/ibus-typing-booster/Makefile +++ b/textproc/ibus-typing-booster/Makefile @@ -1,5 +1,5 @@ PORTNAME= ibus-typing-booster -PORTVERSION= 2.24.10 +PORTVERSION= 2.24.11 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org diff --git a/textproc/ibus-typing-booster/distinfo b/textproc/ibus-typing-booster/distinfo index 0c6abc55edf..c75554c9d31 100644 --- a/textproc/ibus-typing-booster/distinfo +++ b/textproc/ibus-typing-booster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704122905 -SHA256 (mike-fabian-ibus-typing-booster-2.24.10_GH0.tar.gz) = a8747ffe905521526080d1abfc3154852f49139817152551ad2a4ea4da29c615 -SIZE (mike-fabian-ibus-typing-booster-2.24.10_GH0.tar.gz) = 12180810 +TIMESTAMP = 1704726604 +SHA256 (mike-fabian-ibus-typing-booster-2.24.11_GH0.tar.gz) = eb4cb4b8a0eeaaf6de84cfd7ecc64340148e42ffc3a339e7f7ec3cd1e9a811af +SIZE (mike-fabian-ibus-typing-booster-2.24.11_GH0.tar.gz) = 12181124 diff --git a/textproc/igor/Makefile b/textproc/igor/Makefile index ca2655b0d32..c2b64964ada 100644 --- a/textproc/igor/Makefile +++ b/textproc/igor/Makefile @@ -1,5 +1,6 @@ PORTNAME= igor PORTVERSION= 1.595 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/ @@ -16,13 +17,13 @@ NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/textproc/jaq/Makefile b/textproc/jaq/Makefile index 7a85a6fa8cd..195b72338ca 100644 --- a/textproc/jaq/Makefile +++ b/textproc/jaq/Makefile @@ -1,7 +1,7 @@ PORTNAME= jaq DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/jless/Makefile b/textproc/jless/Makefile index a04919e5f05..7538fbb579d 100644 --- a/textproc/jless/Makefile +++ b/textproc/jless/Makefile @@ -1,7 +1,7 @@ PORTNAME= jless DISTVERSIONPREFIX= v DISTVERSION= 0.7.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc MAINTAINER= lwhsu@FreeBSD.org diff --git a/textproc/jql/Makefile b/textproc/jql/Makefile index 7d44b337338..ed6f99690f4 100644 --- a/textproc/jql/Makefile +++ b/textproc/jql/Makefile @@ -1,6 +1,7 @@ PORTNAME= jql DISTVERSIONPREFIX= jql-v DISTVERSION= 7.1.2 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/kf5-kcodecs/distinfo b/textproc/kf5-kcodecs/distinfo index 424a5f1ae3d..07de8ad789a 100644 --- a/textproc/kf5-kcodecs/distinfo +++ b/textproc/kf5-kcodecs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883646 -SHA256 (KDE/frameworks/5.112.0/kcodecs-5.112.0.tar.xz) = dd8bc7cb31ce18832e45d0822cfb176b39a535bf6a87e9520f6648ad0ac6d55e -SIZE (KDE/frameworks/5.112.0/kcodecs-5.112.0.tar.xz) = 2506024 +TIMESTAMP = 1701678519 +SHA256 (KDE/frameworks/5.113.0/kcodecs-5.113.0.tar.xz) = 910cbb5721828a5b33a9aaf7c73306ee3cb7b34455743fb0e79458f23cc06af7 +SIZE (KDE/frameworks/5.113.0/kcodecs-5.113.0.tar.xz) = 2506084 diff --git a/textproc/kf5-sonnet/distinfo b/textproc/kf5-sonnet/distinfo index b3eed3c7644..c3d7899cd58 100644 --- a/textproc/kf5-sonnet/distinfo +++ b/textproc/kf5-sonnet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883648 -SHA256 (KDE/frameworks/5.112.0/sonnet-5.112.0.tar.xz) = c10cf34f9cf10cc85c48feeb73de9ee1348bd9e2d8d0c9ef24fbb423fe8ed108 -SIZE (KDE/frameworks/5.112.0/sonnet-5.112.0.tar.xz) = 2437888 +TIMESTAMP = 1701678520 +SHA256 (KDE/frameworks/5.113.0/sonnet-5.113.0.tar.xz) = c6c31f9ce82337f92f96ab87edb57aa75444849ff8390ef6afa7c30da450639f +SIZE (KDE/frameworks/5.113.0/sonnet-5.113.0.tar.xz) = 2437896 diff --git a/textproc/kf5-syntax-highlighting/distinfo b/textproc/kf5-syntax-highlighting/distinfo index 4aaaef03d43..7d32ab09794 100644 --- a/textproc/kf5-syntax-highlighting/distinfo +++ b/textproc/kf5-syntax-highlighting/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883649 -SHA256 (KDE/frameworks/5.112.0/syntax-highlighting-5.112.0.tar.xz) = b0240f404b198057d316e9d52c6a37674bbd7d490e9dfa268eb44fe2aab308d5 -SIZE (KDE/frameworks/5.112.0/syntax-highlighting-5.112.0.tar.xz) = 3432472 +TIMESTAMP = 1701678521 +SHA256 (KDE/frameworks/5.113.0/syntax-highlighting-5.113.0.tar.xz) = f4d1486ba4ea7062621548fcbf4126cd23b82b29b3493e359b34ef19b17591ae +SIZE (KDE/frameworks/5.113.0/syntax-highlighting-5.113.0.tar.xz) = 3432524 diff --git a/textproc/lacheck/Makefile b/textproc/lacheck/Makefile index e8a6cb0b67d..01d85ee7275 100644 --- a/textproc/lacheck/Makefile +++ b/textproc/lacheck/Makefile @@ -8,7 +8,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for finding common mistakes in LaTeX documents PLIST_FILES= bin/lacheck \ - man/man1/lacheck.1.gz + share/man/man1/lacheck.1.gz ALL_TARGET= lacheck lacheck.1 post-patch: @@ -18,6 +18,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/libfyaml/Makefile b/textproc/libfyaml/Makefile index 5b841394721..b1936378917 100644 --- a/textproc/libfyaml/Makefile +++ b/textproc/libfyaml/Makefile @@ -1,5 +1,5 @@ PORTNAME= libfyaml -DISTVERSION= 0.7.12 +DISTVERSION= 0.9 CATEGORIES= textproc MASTER_SITES= https://github.com/pantoniou/libfyaml/releases/download/v${DISTVERSION}/ @@ -22,6 +22,9 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -TEST_TARGET= check # one test fails, see https://github.com/pantoniou/libfyaml/issues/60 +TEST_TARGET= check # one test fails, see https://github.com/pantoniou/libfyaml/issues/103 + +post-patch: + @${GREP} -rl "#include " ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -E "s|#include |#include |" .include diff --git a/textproc/libfyaml/distinfo b/textproc/libfyaml/distinfo index f6262e8791a..1f364c1380b 100644 --- a/textproc/libfyaml/distinfo +++ b/textproc/libfyaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667456423 -SHA256 (libfyaml-0.7.12.tar.gz) = 485342c6920e9fdc2addfe75e5c3e0381793f18b339ab7393c1b6edf78bf8ca8 -SIZE (libfyaml-0.7.12.tar.gz) = 757218 +TIMESTAMP = 1704445564 +SHA256 (libfyaml-0.9.tar.gz) = 7731edc5dfcc345d5c5c9f6ce597133991a689dabede393cd77bae89b327cd6d +SIZE (libfyaml-0.9.tar.gz) = 875608 diff --git a/textproc/libfyaml/files/patch-include_libfyaml.h b/textproc/libfyaml/files/patch-include_libfyaml.h deleted file mode 100644 index d84aae2b34e..00000000000 --- a/textproc/libfyaml/files/patch-include_libfyaml.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/libfyaml.h.orig 2022-11-03 06:41:20 UTC -+++ include/libfyaml.h -@@ -37,7 +37,7 @@ extern "C" { - #include - #include - #include --#include -+#include - - #if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__)) - #include diff --git a/textproc/libfyaml/files/patch-src_lib_fy-atom.c b/textproc/libfyaml/files/patch-src_lib_fy-atom.c deleted file mode 100644 index b12017c78e4..00000000000 --- a/textproc/libfyaml/files/patch-src_lib_fy-atom.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/lib/fy-atom.c.orig 2022-11-03 06:41:50 UTC -+++ src/lib/fy-atom.c -@@ -17,7 +17,6 @@ - #include - #include - #include --#include - #include - - #include diff --git a/textproc/libfyaml/files/patch-src_lib_fy-ctype.h b/textproc/libfyaml/files/patch-src_lib_fy-ctype.h deleted file mode 100644 index 6c5d3ab4880..00000000000 --- a/textproc/libfyaml/files/patch-src_lib_fy-ctype.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/fy-ctype.h.orig 2022-11-03 06:42:22 UTC -+++ src/lib/fy-ctype.h -@@ -13,7 +13,7 @@ - #endif - - #include --#include -+#include - #include - #include - diff --git a/textproc/libfyaml/files/patch-src_lib_fy-diag.c b/textproc/libfyaml/files/patch-src_lib_fy-diag.c deleted file mode 100644 index dcab757d0e9..00000000000 --- a/textproc/libfyaml/files/patch-src_lib_fy-diag.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/lib/fy-diag.c.orig 2022-11-03 06:42:38 UTC -+++ src/lib/fy-diag.c -@@ -17,7 +17,6 @@ - #include - #include - #include --#include - #include - #include - diff --git a/textproc/libfyaml/files/patch-src_lib_fy-event.c b/textproc/libfyaml/files/patch-src_lib_fy-event.c deleted file mode 100644 index 17ccc07545f..00000000000 --- a/textproc/libfyaml/files/patch-src_lib_fy-event.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/lib/fy-event.c.orig 2022-11-03 06:40:46 UTC -+++ src/lib/fy-event.c -@@ -17,7 +17,6 @@ - #include - #include - #include --#include - - #include - diff --git a/textproc/libfyaml/files/patch-src_lib_fy-token.c b/textproc/libfyaml/files/patch-src_lib_fy-token.c deleted file mode 100644 index 850b7c22c21..00000000000 --- a/textproc/libfyaml/files/patch-src_lib_fy-token.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/lib/fy-token.c.orig 2022-11-03 06:42:10 UTC -+++ src/lib/fy-token.c -@@ -17,7 +17,6 @@ - #include - #include - #include --#include - - #include - diff --git a/textproc/libfyaml/files/patch-src_lib_fy-utf8.h b/textproc/libfyaml/files/patch-src_lib_fy-utf8.h deleted file mode 100644 index 5d463c73628..00000000000 --- a/textproc/libfyaml/files/patch-src_lib_fy-utf8.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/fy-utf8.h.orig 2022-11-03 06:40:27 UTC -+++ src/lib/fy-utf8.h -@@ -13,7 +13,7 @@ - #endif - - #include --#include -+#include - #include - - #include diff --git a/textproc/libfyaml/files/patch-src_valgrind_fy-valgrind.h b/textproc/libfyaml/files/patch-src_valgrind_fy-valgrind.h deleted file mode 100644 index 2c4e9257e52..00000000000 --- a/textproc/libfyaml/files/patch-src_valgrind_fy-valgrind.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/valgrind/fy-valgrind.h.orig 2022-11-03 06:38:06 UTC -+++ src/valgrind/fy-valgrind.h -@@ -19,7 +19,7 @@ - #include - #include - #include --#include -+#include - #include - - enum fy_valgrind_tool { diff --git a/textproc/libsoldout/Makefile b/textproc/libsoldout/Makefile index ce33e3d342a..5f41590a606 100644 --- a/textproc/libsoldout/Makefile +++ b/textproc/libsoldout/Makefile @@ -1,5 +1,6 @@ PORTNAME= libsoldout DISTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://instinctive.eu/code/ @@ -23,7 +24,7 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/soldout ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/soldout ${INSTALL_DATA} ${WRKSRC}/libsoldout.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/mkd2*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/*.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/mkd2*.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/*.3 ${STAGEDIR}${PREFIX}/share/man/man3 .include diff --git a/textproc/libsoldout/pkg-plist b/textproc/libsoldout/pkg-plist index 040c31ac04e..5609dc0d6fe 100644 --- a/textproc/libsoldout/pkg-plist +++ b/textproc/libsoldout/pkg-plist @@ -8,11 +8,11 @@ include/soldout/renderers.h lib/libsoldout.a lib/libsoldout.so lib/libsoldout.so.1 -man/man1/mkd2html.1.gz -man/man1/mkd2latex.1.gz -man/man1/mkd2man.1.gz -man/man3/soldout.3.gz -man/man3/soldout_array.3.gz -man/man3/soldout_buffer.3.gz -man/man3/soldout_markdown.3.gz -man/man3/soldout_renderers.3.gz +share/man/man1/mkd2html.1.gz +share/man/man1/mkd2latex.1.gz +share/man/man1/mkd2man.1.gz +share/man/man3/soldout.3.gz +share/man/man3/soldout_array.3.gz +share/man/man3/soldout_buffer.3.gz +share/man/man3/soldout_markdown.3.gz +share/man/man3/soldout_renderers.3.gz diff --git a/textproc/makefaq/Makefile b/textproc/makefaq/Makefile index fb6c4822e87..1ae08d80b57 100644 --- a/textproc/makefaq/Makefile +++ b/textproc/makefaq/Makefile @@ -1,6 +1,6 @@ PORTNAME= makefaq PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= SF @@ -15,14 +15,14 @@ NO_BUILD= yes NO_ARCH= yes SHEBANG_FILES= makefaq.py -PLIST_FILES= bin/makefaq.py man/man1/makefaq.1.gz +PLIST_FILES= bin/makefaq.py share/man/man1/makefaq.1.gz PORTDOCS= BUGS CREDITS ChangeLog README TODO UPGRADING faq.html OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/makefaq.py ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/makefaq.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/makefaq.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/textproc/mdbook-linkcheck/Makefile b/textproc/mdbook-linkcheck/Makefile index 9b19e0719c6..011fd14780d 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= 12 +PORTREVISION= 13 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org diff --git a/textproc/mdbook-mermaid/Makefile b/textproc/mdbook-mermaid/Makefile index 327013084e0..6372a421ba9 100644 --- a/textproc/mdbook-mermaid/Makefile +++ b/textproc/mdbook-mermaid/Makefile @@ -1,6 +1,7 @@ PORTNAME= mdbook-mermaid DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile index 37678fe827e..deb1d517fe1 100644 --- a/textproc/mdbook/Makefile +++ b/textproc/mdbook/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdbook DISTVERSIONPREFIX= v DISTVERSION= 0.4.36 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/meilisearch/Makefile b/textproc/meilisearch/Makefile index 1221827e202..172d0affbf5 100644 --- a/textproc/meilisearch/Makefile +++ b/textproc/meilisearch/Makefile @@ -1,6 +1,7 @@ PORTNAME= meilisearch DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/meilisearch/mini-dashboard/releases/download/v${DASHBOARD_VERSION}/build.zip?dummy=/:mini_dashboard_assets \ https://drive.google.com/uc?export=download&confirm=yes&id=1LsYNZqw_ep1VJf3p49NZd9UTYaRq-V4p&dummy=/:lindera_unidic \ diff --git a/textproc/minised/Makefile b/textproc/minised/Makefile index 06ed2f16374..539ca92fee0 100644 --- a/textproc/minised/Makefile +++ b/textproc/minised/Makefile @@ -1,20 +1,23 @@ PORTNAME= minised -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= textproc MASTER_SITES= http://dl.exactcode.de/oss/minised/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= bofh@FreeBSD.org COMMENT= Smaller, cheaper, faster sed implementation -WWW= http://www.exactcode.de/oss/minised/ +WWW= https://exactcode.com/opensource/minised/ + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/${PORTNAME} man/man1/minised.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/minised.1.gz post-patch: @${REINPLACE_CMD} -e 's|-O1||' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/textproc/minised/distinfo b/textproc/minised/distinfo index 1bf23f95cbd..1e0f68a3ae2 100644 --- a/textproc/minised/distinfo +++ b/textproc/minised/distinfo @@ -1,2 +1,3 @@ -SHA256 (minised-1.15.tar.gz) = ada36a55b71d1f2eb61f2f3b95f112708ce51e69f601bf5ea5d7acb7c21b3481 -SIZE (minised-1.15.tar.gz) = 32224 +TIMESTAMP = 1704887665 +SHA256 (minised-1.16.tar.gz) = 46e072d5d45c9fd3d5b268523501bbea0ad016232b2d3f366a7aad0b1e7b3f71 +SIZE (minised-1.16.tar.gz) = 31067 diff --git a/textproc/ox-gfm.el/Makefile b/textproc/ox-gfm.el/Makefile new file mode 100644 index 00000000000..8272fc3c22b --- /dev/null +++ b/textproc/ox-gfm.el/Makefile @@ -0,0 +1,32 @@ +PORTNAME= ox-gfm.el +PORTVERSION= 1.0p20220910 +CATEGORIES= textproc + +MAINTAINER= pat@patmaddox.com +COMMENT= Github Flavored Markdown exporter for Org Mode +WWW= https://github.com/larstvei/ox-gfm + +LICENSE= GPLv3+ + +USES= emacs +EMACS_NO_DEPENDS= yes + +USE_GITHUB= yes +GH_ACCOUNT= larstvei +GH_PROJECT= ox-gfm +GH_TAGNAME= 46faa67 + +NO_ARCH= yes +NO_BUILD= yes + +OPTIONS_DEFINE= DOCS + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} + ${INSTALL_DATA} ${WRKSRC}/*.el ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR} + +.include diff --git a/textproc/ox-gfm.el/distinfo b/textproc/ox-gfm.el/distinfo new file mode 100644 index 00000000000..c9ab75f4ec7 --- /dev/null +++ b/textproc/ox-gfm.el/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1702447167 +SHA256 (larstvei-ox-gfm-1.0p20220910-46faa67_GH0.tar.gz) = 82736b4d1d3dfaa098aaabb97164d12e8d30b5c4ae239c03422be2bdcd7a5b6d +SIZE (larstvei-ox-gfm-1.0p20220910-46faa67_GH0.tar.gz) = 4748 diff --git a/textproc/ox-gfm.el/pkg-descr b/textproc/ox-gfm.el/pkg-descr new file mode 100644 index 00000000000..8275a2d3ff9 --- /dev/null +++ b/textproc/ox-gfm.el/pkg-descr @@ -0,0 +1,7 @@ +This package adds an Org mode export backend for GitHub Flavored +Markdown. + +Exporting to Github Flavored Markdown is available through Org mode's +export dispatcher once ox-gfm is loaded. Alternatively, exporting can +be triggered by calling the (autoloaded) function M-x +org-gfm-export-to-markdown. diff --git a/textproc/ox-gfm.el/pkg-plist b/textproc/ox-gfm.el/pkg-plist new file mode 100644 index 00000000000..1d3db5b6c91 --- /dev/null +++ b/textproc/ox-gfm.el/pkg-plist @@ -0,0 +1,2 @@ +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%EMACS_SITE_LISPDIR%%/ox-gfm.el diff --git a/textproc/py-pdf2docx/Makefile b/textproc/py-pdf2docx/Makefile index e7244113b97..b67f07e6065 100644 --- a/textproc/py-pdf2docx/Makefile +++ b/textproc/py-pdf2docx/Makefile @@ -1,5 +1,5 @@ PORTNAME= pdf2docx -DISTVERSION= 0.5.6 +DISTVERSION= 0.5.7 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} \ RUN_DEPENDS= ${PY_DEPENDS} USES= python -USE_PYTHON= distutils concurrent autoplist +USE_PYTHON= distutils concurrent autoplist pytest NO_ARCH= yes diff --git a/textproc/py-pdf2docx/distinfo b/textproc/py-pdf2docx/distinfo index 91cc3c3f364..4683ed840d2 100644 --- a/textproc/py-pdf2docx/distinfo +++ b/textproc/py-pdf2docx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694388825 -SHA256 (pdf2docx-0.5.6.tar.gz) = 364c8b78a6c1cfd96a1d2c659b06ba90fc116535c998e398641da80a8b5262c2 -SIZE (pdf2docx-0.5.6.tar.gz) = 3085029 +TIMESTAMP = 1704687804 +SHA256 (pdf2docx-0.5.7.tar.gz) = 5498e6a74607d1f9fb0f2730a349097152a8bebc87c5c3610a0f6a162028eed2 +SIZE (pdf2docx-0.5.7.tar.gz) = 3085585 diff --git a/textproc/py-pikepdf/Makefile b/textproc/py-pikepdf/Makefile index 8b775223e56..971de9f55c1 100644 --- a/textproc/py-pikepdf/Makefile +++ b/textproc/py-pikepdf/Makefile @@ -1,6 +1,5 @@ PORTNAME= pikepdf -DISTVERSION= 8.11.0 -PORTREVISION= 1 +DISTVERSION= 8.11.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-pikepdf/distinfo b/textproc/py-pikepdf/distinfo index 04a3dd438a6..09b0faf2582 100644 --- a/textproc/py-pikepdf/distinfo +++ b/textproc/py-pikepdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703768019 -SHA256 (pikepdf-8.11.0.tar.gz) = 1bd8d4f41ebeaddd4290eff9a6a3d510448f0603f839021a13eab0682ab39451 -SIZE (pikepdf-8.11.0.tar.gz) = 2867533 +TIMESTAMP = 1704770269 +SHA256 (pikepdf-8.11.2.tar.gz) = 29d02d671a83730d55b00caccd9069e68efa58ed42ae968a0b2ae4954020c939 +SIZE (pikepdf-8.11.2.tar.gz) = 2870263 diff --git a/textproc/py-textdistance/Makefile b/textproc/py-textdistance/Makefile index 72b335ecd83..3446cff44e7 100644 --- a/textproc/py-textdistance/Makefile +++ b/textproc/py-textdistance/Makefile @@ -1,5 +1,5 @@ PORTNAME= textdistance -PORTVERSION= 4.6.0 +PORTVERSION= 4.6.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-textdistance/distinfo b/textproc/py-textdistance/distinfo index 3353dc68d33..9f1639f2b80 100644 --- a/textproc/py-textdistance/distinfo +++ b/textproc/py-textdistance/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696069070 -SHA256 (textdistance-4.6.0.tar.gz) = 732c50315cd4ee9463838643cf19d69221302c36031eaa6070c30cc0aa5da8ca -SIZE (textdistance-4.6.0.tar.gz) = 32869 +TIMESTAMP = 1704695539 +SHA256 (textdistance-4.6.1.tar.gz) = 258965801b1ef85686a69abf6c3cefdc5da21c2fbd88c90c68725f57a7d45f21 +SIZE (textdistance-4.6.1.tar.gz) = 32926 diff --git a/textproc/py-tiktoken/Makefile b/textproc/py-tiktoken/Makefile index 72e257ead2d..e7b63a495b4 100644 --- a/textproc/py-tiktoken/Makefile +++ b/textproc/py-tiktoken/Makefile @@ -1,5 +1,6 @@ PORTNAME= tiktoken PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/quickwit/Makefile b/textproc/quickwit/Makefile index 78ce291dfef..a28717fdc85 100644 --- a/textproc/quickwit/Makefile +++ b/textproc/quickwit/Makefile @@ -1,6 +1,6 @@ PORTNAME= quickwit DISTVERSIONPREFIX= v -DISTVERSION= 0.6.5 +DISTVERSION= 0.7.0 PORTREVISION= 1 CATEGORIES= textproc diff --git a/textproc/quickwit/Makefile.crates b/textproc/quickwit/Makefile.crates index 12330d70f3b..911b0c789ae 100644 --- a/textproc/quickwit/Makefile.crates +++ b/textproc/quickwit/Makefile.crates @@ -1,24 +1,25 @@ CARGO_CRATES= RustyXML-0.3.0 \ - addr2line-0.20.0 \ + addr2line-0.21.0 \ adler-1.0.2 \ advapi32-sys-0.2.0 \ + aead-0.5.2 \ aes-0.8.3 \ - ahash-0.7.6 \ - ahash-0.8.3 \ - aho-corasick-1.0.2 \ + ahash-0.7.7 \ + ahash-0.8.6 \ + aho-corasick-1.1.2 \ aliasable-0.1.3 \ allocator-api2-0.2.16 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ anes-0.1.6 \ - ansi-str-0.3.0 \ - ansitok-0.1.0 \ - anstream-0.3.2 \ - anstyle-1.0.1 \ - anstyle-parse-0.2.1 \ + ansi-str-0.8.0 \ + ansitok-0.2.0 \ + 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.72 \ + anstyle-wincon-3.0.1 \ + anyhow-1.0.75 \ anymap-1.0.0-beta.2 \ arc-swap-1.6.0 \ arrayvec-0.5.2 \ @@ -27,12 +28,13 @@ CARGO_CRATES= RustyXML-0.3.0 \ assert-json-diff-1.1.0 \ assert-json-diff-2.0.2 \ async-channel-1.9.0 \ - async-compression-0.3.15 \ - async-speed-limit-0.4.0 \ + async-compression-0.4.5 \ + async-speed-limit-0.4.1 \ async-stream-0.3.5 \ async-stream-impl-0.3.5 \ - async-trait-0.1.71 \ + async-trait-0.1.74 \ atoi-2.0.0 \ + atomic-write-file-0.1.0 \ autocfg-1.1.0 \ aws-config-0.55.3 \ aws-credential-types-0.55.3 \ @@ -56,78 +58,80 @@ CARGO_CRATES= RustyXML-0.3.0 \ aws-smithy-types-0.55.3 \ aws-smithy-xml-0.55.3 \ aws-types-0.55.3 \ - axum-0.6.19 \ + axum-0.6.20 \ axum-core-0.3.4 \ azure_core-0.13.0 \ azure_storage-0.13.0 \ azure_storage_blobs-0.13.1 \ backoff-0.4.0 \ - backtrace-0.3.68 \ + backtrace-0.3.69 \ base16-0.2.1 \ base64-0.13.1 \ - base64-0.21.2 \ + base64-0.21.5 \ base64-simd-0.8.0 \ base64ct-1.6.0 \ bincode-1.3.3 \ bit-set-0.5.3 \ bit-vec-0.6.3 \ bitflags-1.3.2 \ - bitflags-2.3.3 \ - bitpacking-0.8.4 \ + bitflags-2.4.1 \ + bitpacking-0.9.2 \ bitvec-1.0.1 \ block-buffer-0.10.4 \ block-padding-0.3.3 \ - borsh-0.10.3 \ - borsh-derive-0.10.3 \ - borsh-derive-internal-0.10.3 \ - borsh-schema-derive-internal-0.10.3 \ - bumpalo-3.13.0 \ - byte-unit-4.0.19 \ + borsh-1.2.0 \ + borsh-derive-1.2.0 \ + bumpalo-3.14.0 \ bytecheck-0.6.11 \ bytecheck_derive-0.6.11 \ - bytecount-0.6.3 \ - byteorder-1.4.3 \ - bytes-1.4.0 \ - bytes-utils-0.1.3 \ + bytecount-0.6.7 \ + byteorder-1.5.0 \ + bytes-1.5.0 \ + bytes-utils-0.1.4 \ + bytesize-1.3.0 \ + bytestring-1.3.1 \ bzip2-0.4.4 \ bzip2-sys-0.1.11+1.0.8 \ cast-0.3.0 \ cbc-0.1.2 \ - cc-1.0.79 \ + cc-1.0.83 \ census-0.4.1 \ cfb-mode-0.8.2 \ cfg-if-1.0.0 \ + cfg_aliases-0.1.1 \ + chacha20-0.9.1 \ + chacha20poly1305-0.10.1 \ charset-0.1.3 \ - chrono-0.4.26 \ - chrono-tz-0.8.3 \ - chrono-tz-build-0.2.0 \ + chrono-0.4.31 \ + chrono-tz-0.8.4 \ + chrono-tz-build-0.2.1 \ ciborium-0.2.1 \ ciborium-io-0.2.1 \ ciborium-ll-0.2.1 \ - cidr-utils-0.5.10 \ + cidr-utils-0.5.11 \ cipher-0.4.4 \ - clap-4.3.15 \ - clap_builder-4.3.15 \ - clap_lex-0.5.0 \ + clap-4.4.9 \ + clap_builder-4.4.9 \ + clap_lex-0.6.0 \ cmake-0.1.50 \ cobs-0.2.3 \ codespan-reporting-0.11.1 \ colorchoice-1.0.0 \ - colored-2.0.4 \ - combine-4.6.6 \ - concurrent-queue-2.2.0 \ + colored-2.1.0 \ + community-id-0.2.2 \ + concurrent-queue-2.3.0 \ console-0.15.7 \ console-api-0.5.0 \ console-subscriber-0.1.10 \ - const-oid-0.9.4 \ + const-oid-0.9.5 \ constant_time_eq-0.1.5 \ convert_case-0.4.0 \ core-foundation-0.9.3 \ core-foundation-sys-0.8.4 \ - cpufeatures-0.2.9 \ + cpufeatures-0.2.11 \ crc-3.0.1 \ - crc-catalog-2.2.0 \ - crc32c-0.6.3 \ + crc-catalog-2.4.0 \ + crc32c-0.6.4 \ crc32fast-1.3.2 \ criterion-0.5.1 \ criterion-plot-0.5.0 \ @@ -139,8 +143,9 @@ CARGO_CRATES= RustyXML-0.3.0 \ crossbeam-utils-0.8.16 \ crunchy-0.2.2 \ crypto-common-0.1.6 \ - csv-1.2.2 \ - csv-core-0.1.10 \ + crypto_secretbox-0.1.1 \ + csv-1.3.0 \ + csv-core-0.1.11 \ ctr-0.9.2 \ darling-0.13.4 \ darling-0.20.3 \ @@ -148,14 +153,13 @@ CARGO_CRATES= RustyXML-0.3.0 \ darling_core-0.20.3 \ darling_macro-0.13.4 \ darling_macro-0.20.3 \ - dashmap-5.5.0 \ - data-encoding-2.4.0 \ + data-encoding-2.5.0 \ data-url-0.2.0 \ deadpool-0.9.5 \ - deadpool-runtime-0.1.2 \ + deadpool-runtime-0.1.3 \ debug-helper-0.3.13 \ - der-0.7.7 \ - derivative-2.2.0 \ + der-0.7.8 \ + deranged-0.3.9 \ derive_more-0.99.17 \ dialoguer-0.10.4 \ diff-0.1.13 \ @@ -163,16 +167,18 @@ CARGO_CRATES= RustyXML-0.3.0 \ digest-0.10.7 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ - dns-lookup-1.0.8 \ + dns-lookup-2.0.4 \ doc-comment-0.3.3 \ dotenv-0.15.0 \ dotenvy-0.15.7 \ downcast-0.11.0 \ downcast-rs-1.2.0 \ + dtoa-1.0.9 \ duct-0.13.6 \ - dyn-clone-1.0.12 \ - either-1.8.1 \ - elasticsearch-dsl-0.4.15 \ + dyn-clone-1.0.16 \ + either-1.9.0 \ + elasticsearch-dsl-0.4.19 \ + embedded-io-0.4.0 \ ena-0.14.2 \ encode_unicode-0.3.6 \ encoding-0.2.33 \ @@ -186,152 +192,166 @@ CARGO_CRATES= RustyXML-0.3.0 \ encoding_rs_io-0.1.7 \ enum-iterator-1.4.1 \ enum-iterator-derive-1.2.1 \ - env_logger-0.10.0 \ + env_logger-0.10.1 \ equivalent-1.0.1 \ - erased-serde-0.3.28 \ - errno-0.3.1 \ - errno-dragonfly-0.1.2 \ + erased-serde-0.3.31 \ + errno-0.3.8 \ etcetera-0.8.0 \ event-listener-2.5.3 \ extend-0.1.2 \ fail-0.5.1 \ fastdivide-0.4.0 \ fastrand-1.9.0 \ - fastrand-2.0.0 \ - filetime-0.2.21 \ + fastrand-2.0.1 \ + filetime-0.2.22 \ + finl_unicode-1.2.0 \ fixedbitset-0.4.2 \ - flate2-1.0.26 \ + flate2-1.0.28 \ float-cmp-0.9.0 \ - flume-0.10.14 \ + flume-0.11.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ - form_urlencoded-1.2.0 \ + form_urlencoded-1.2.1 \ fragile-2.0.0 \ - fs4-0.6.6 \ + fs4-0.7.0 \ funty-2.0.0 \ - futures-0.3.28 \ - futures-channel-0.3.28 \ - futures-core-0.3.28 \ - futures-executor-0.3.28 \ + futures-0.3.29 \ + futures-channel-0.3.29 \ + futures-core-0.3.29 \ + futures-executor-0.3.29 \ futures-intrusive-0.5.0 \ - futures-io-0.3.28 \ + futures-io-0.3.29 \ futures-lite-1.13.0 \ - futures-macro-0.3.28 \ - futures-sink-0.3.28 \ - futures-task-0.3.28 \ + futures-macro-0.3.29 \ + futures-sink-0.3.29 \ + futures-task-0.3.29 \ futures-timer-3.0.2 \ - futures-util-0.3.28 \ + futures-util-0.3.29 \ generator-0.7.5 \ generic-array-0.14.7 \ getrandom-0.1.16 \ - getrandom-0.2.10 \ - gimli-0.27.3 \ + getrandom-0.2.11 \ + gimli-0.28.1 \ glob-0.3.1 \ - h2-0.3.20 \ + google-cloud-auth-0.10.0 \ + google-cloud-auth-0.12.0 \ + google-cloud-default-0.3.0 \ + google-cloud-gax-0.14.2 \ + google-cloud-gax-0.15.0 \ + google-cloud-googleapis-0.9.0 \ + google-cloud-googleapis-0.10.0 \ + google-cloud-metadata-0.3.2 \ + google-cloud-pubsub-0.15.0 \ + google-cloud-pubsub-0.18.0 \ + google-cloud-token-0.1.2 \ + grok-2.0.0 \ + h2-0.3.22 \ half-1.8.2 \ hashbrown-0.12.3 \ - hashbrown-0.13.2 \ - hashbrown-0.14.0 \ - hashlink-0.8.3 \ - hdrhistogram-7.5.2 \ - headers-0.3.8 \ + hashbrown-0.14.3 \ + hashlink-0.8.4 \ + hdrhistogram-7.5.4 \ + headers-0.3.9 \ headers-core-0.2.0 \ heck-0.4.1 \ - hermit-abi-0.3.2 \ + hermit-abi-0.3.3 \ hex-0.4.3 \ hkdf-0.12.3 \ hmac-0.12.1 \ home-0.5.5 \ hostname-0.3.1 \ htmlescape-0.3.1 \ - http-0.2.9 \ + http-0.2.11 \ http-body-0.4.5 \ - http-range-header-0.3.0 \ - http-serde-1.1.2 \ + http-range-header-0.3.1 \ + http-serde-1.1.3 \ http-types-2.12.0 \ httparse-1.8.0 \ - httpdate-1.0.2 \ + httpdate-1.0.3 \ humantime-2.1.0 \ hyper-0.14.27 \ hyper-rustls-0.23.2 \ - hyper-rustls-0.24.1 \ + hyper-rustls-0.24.2 \ hyper-timeout-0.4.1 \ - iana-time-zone-0.1.57 \ + hyper-tls-0.5.0 \ + iana-time-zone-0.1.58 \ iana-time-zone-haiku-0.1.2 \ ident_case-1.0.1 \ - idna-0.4.0 \ + idna-0.5.0 \ indexmap-1.9.3 \ - indexmap-2.0.0 \ - indicatif-0.17.5 \ - indoc-2.0.3 \ + indexmap-2.1.0 \ + indicatif-0.17.7 \ + indoc-2.0.4 \ infer-0.2.3 \ + inherent-1.0.10 \ inout-0.1.3 \ instant-0.1.12 \ - integer-encoding-3.0.4 \ - inventory-0.3.9 \ + inventory-0.3.13 \ io-lifetimes-1.0.11 \ - ipnet-2.8.0 \ + ipnet-2.9.0 \ ipnetwork-0.20.0 \ is-terminal-0.4.9 \ itertools-0.10.5 \ itertools-0.11.0 \ + itertools-0.12.0 \ itoa-1.0.9 \ - jobserver-0.1.26 \ - js-sys-0.3.64 \ - json_comments-0.2.1 \ + jobserver-0.1.27 \ + js-sys-0.3.66 \ + json_comments-0.2.2 \ + jsonwebtoken-8.3.0 \ keccak-0.1.4 \ krb5-src-0.3.2+1.19.2 \ - lalrpop-0.19.12 \ - lalrpop-util-0.19.12 \ + lalrpop-0.20.0 \ + lalrpop-util-0.20.0 \ lazy_static-1.4.0 \ levenshtein_automata-0.2.1 \ - libc-0.2.147 \ - libm-0.2.7 \ - libsqlite3-sys-0.26.0 \ - libz-sys-1.1.9 \ - lindera-cc-cedict-0.27.0 \ - lindera-cc-cedict-builder-0.27.0 \ - lindera-compress-0.27.0 \ - lindera-core-0.27.0 \ - lindera-decompress-0.27.0 \ - lindera-dictionary-0.27.0 \ - lindera-ipadic-0.27.0 \ - lindera-ipadic-builder-0.27.0 \ - lindera-ipadic-neologd-builder-0.27.0 \ - lindera-ko-dic-0.27.0 \ - lindera-ko-dic-builder-0.27.0 \ - lindera-tokenizer-0.27.0 \ - lindera-unidic-builder-0.27.0 \ + libc-0.2.150 \ + libm-0.2.8 \ + libredox-0.0.1 \ + libsqlite3-sys-0.27.0 \ + libz-sys-1.1.12 \ + lindera-cc-cedict-0.27.1 \ + lindera-cc-cedict-builder-0.27.1 \ + lindera-compress-0.27.1 \ + lindera-core-0.27.1 \ + lindera-decompress-0.27.1 \ + lindera-dictionary-0.27.1 \ + lindera-ipadic-0.27.1 \ + lindera-ipadic-builder-0.27.1 \ + lindera-ipadic-neologd-builder-0.27.1 \ + lindera-ko-dic-0.27.1 \ + lindera-ko-dic-builder-0.27.1 \ + lindera-tokenizer-0.27.1 \ + lindera-unidic-builder-0.27.1 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.1.4 \ - linux-raw-sys-0.4.3 \ - lock_api-0.4.10 \ - log-0.4.19 \ + linux-raw-sys-0.4.11 \ + lock_api-0.4.11 \ + log-0.4.20 \ loom-0.5.6 \ - lru-0.10.1 \ - lru-0.11.0 \ + lru-0.12.1 \ lz4-1.24.0 \ lz4-sys-1.9.4 \ lz4_flex-0.11.1 \ match_cfg-0.1.0 \ matchers-0.1.0 \ matches-0.1.10 \ - matchit-0.7.0 \ - md-5-0.10.5 \ + matchit-0.7.3 \ + md-5-0.10.6 \ md5-0.7.0 \ measure_time-0.8.2 \ - memchr-2.5.0 \ - memmap2-0.7.1 \ + memchr-2.6.4 \ + memmap2-0.9.0 \ + memoffset-0.7.1 \ memoffset-0.9.0 \ mime-0.3.17 \ mime_guess-2.0.4 \ minimal-lexical-0.2.1 \ miniz_oxide-0.7.1 \ - mio-0.8.8 \ + mio-0.8.9 \ mockall-0.11.4 \ mockall_derive-0.11.4 \ - mrecordlog-0.4.0 \ multer-2.1.0 \ multimap-0.8.3 \ murmurhash32-0.3.0 \ @@ -339,66 +359,78 @@ CARGO_CRATES= RustyXML-0.3.0 \ native-tls-0.2.11 \ new_debug_unreachable-1.0.4 \ new_string_template-1.4.0 \ + nix-0.26.4 \ no-std-net-0.6.0 \ nom-7.1.3 \ normalize-line-endings-0.3.0 \ nu-ansi-term-0.46.0 \ - num-bigint-0.4.3 \ + num-bigint-0.4.4 \ num-bigint-dig-0.8.4 \ num-integer-0.1.45 \ num-iter-0.1.43 \ - num-traits-0.2.15 \ + num-traits-0.2.17 \ num_cpus-1.16.0 \ num_enum-0.5.11 \ + num_enum-0.6.1 \ num_enum_derive-0.5.11 \ + num_enum_derive-0.6.1 \ num_threads-0.1.6 \ number_prefix-0.4.0 \ - oauth2-4.4.1 \ - object-0.31.1 \ + numfmt-1.1.1 \ + oauth2-4.4.2 \ + object-0.32.1 \ ofb-0.6.1 \ - once_cell-1.18.0 \ - oneshot-0.1.5 \ + once_cell-1.19.0 \ + oneshot-0.1.6 \ + onig-6.4.0 \ + onig_sys-69.8.1 \ oorandom-11.1.3 \ + opaque-debug-0.3.0 \ openidconnect-2.5.1 \ - openssl-0.10.55 \ + openssl-0.10.60 \ openssl-macros-0.1.1 \ openssl-probe-0.1.5 \ - openssl-src-111.26.0+1.1.1u \ - openssl-sys-0.9.90 \ - opentelemetry-0.19.0 \ - opentelemetry-jaeger-0.18.0 \ - opentelemetry-otlp-0.12.0 \ - opentelemetry-proto-0.2.0 \ - opentelemetry-semantic-conventions-0.11.0 \ - opentelemetry_api-0.19.0 \ - opentelemetry_sdk-0.19.0 \ - ordered-float-2.10.0 \ - ordered-float-3.7.0 \ + openssl-src-300.1.6+3.1.4 \ + openssl-sys-0.9.96 \ + opentelemetry-0.20.0 \ + opentelemetry-otlp-0.13.0 \ + opentelemetry-proto-0.3.0 \ + opentelemetry-semantic-conventions-0.12.0 \ + opentelemetry_api-0.20.0 \ + opentelemetry_sdk-0.20.0 \ + ordered-float-2.10.1 \ + ordered-float-3.9.2 \ + ordered-float-4.1.1 \ os_pipe-1.1.4 \ - ouroboros-0.17.0 \ - ouroboros_macro-0.17.0 \ + ouroboros-0.18.0 \ + ouroboros_macro-0.18.0 \ outref-0.5.1 \ overload-0.1.1 \ - papergrid-0.5.1 \ - parking-2.1.0 \ + papergrid-0.10.0 \ + parking-2.2.0 \ parking_lot-0.12.1 \ - parking_lot_core-0.9.8 \ + parking_lot_core-0.9.9 \ parse-zoneinfo-0.3.0 \ password-hash-0.4.2 \ paste-1.0.14 \ pbkdf2-0.11.0 \ + peeking_take_while-1.0.0 \ pem-1.1.1 \ pem-rfc7468-0.7.0 \ - percent-encoding-2.3.0 \ - petgraph-0.6.3 \ + percent-encoding-2.3.1 \ + pest-2.7.5 \ + pest_derive-2.7.5 \ + pest_generator-2.7.5 \ + pest_meta-2.7.5 \ + petgraph-0.6.4 \ phf-0.11.2 \ phf_codegen-0.11.2 \ phf_generator-0.11.2 \ phf_shared-0.10.0 \ phf_shared-0.11.2 \ - pin-project-1.1.2 \ - pin-project-internal-1.1.2 \ - pin-project-lite-0.2.10 \ + pin-project-1.1.3 \ + pin-project-internal-1.1.3 \ + pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ pkcs1-0.7.5 \ pkcs8-0.10.2 \ @@ -414,25 +446,27 @@ CARGO_CRATES= RustyXML-0.3.0 \ pnet_packet-0.33.0 \ pnet_sys-0.33.0 \ pnet_transport-0.33.0 \ - portable-atomic-1.4.1 \ - postcard-1.0.4 \ + poly1305-0.8.0 \ + portable-atomic-1.5.1 \ + postcard-1.0.8 \ + powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ precomputed-hash-0.1.1 \ predicates-2.1.5 \ - predicates-3.0.3 \ + predicates-3.0.4 \ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ pretty_assertions-1.4.0 \ prettyplease-0.1.25 \ - prettyplease-0.2.10 \ - proc-macro-crate-0.1.5 \ + prettyplease-0.2.15 \ proc-macro-crate-1.3.1 \ + proc-macro-crate-2.0.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.66 \ + proc-macro2-1.0.70 \ procfs-0.14.2 \ prometheus-0.13.3 \ - proptest-1.2.0 \ + proptest-1.4.0 \ prost-0.11.9 \ prost-build-0.11.9 \ prost-derive-0.11.9 \ @@ -442,8 +476,8 @@ CARGO_CRATES= RustyXML-0.3.0 \ ptr_meta_derive-0.1.4 \ quick-error-1.2.3 \ quick-xml-0.29.0 \ - quote-1.0.31 \ - quoted_printable-0.4.8 \ + quote-1.0.33 \ + quoted_printable-0.5.0 \ radium-0.7.0 \ rand-0.7.3 \ rand-0.8.5 \ @@ -454,264 +488,290 @@ CARGO_CRATES= RustyXML-0.3.0 \ rand_distr-0.4.3 \ rand_hc-0.2.0 \ rand_xorshift-0.3.0 \ - rayon-1.7.0 \ - rayon-core-1.11.0 \ + rayon-1.8.0 \ + rayon-core-1.12.0 \ rdkafka-0.33.2 \ - rdkafka-sys-4.5.0+1.9.2 \ - redox_syscall-0.2.16 \ + rdkafka-sys-4.7.0+2.3.0 \ redox_syscall-0.3.5 \ - redox_users-0.4.3 \ - regex-1.9.1 \ + redox_syscall-0.4.1 \ + redox_users-0.4.4 \ + regex-1.10.2 \ regex-automata-0.1.10 \ - regex-automata-0.3.3 \ + regex-automata-0.4.3 \ regex-syntax-0.6.29 \ - regex-syntax-0.7.4 \ - rend-0.4.0 \ - reqwest-0.11.18 \ + regex-syntax-0.7.5 \ + regex-syntax-0.8.2 \ + rend-0.4.1 \ + reqwest-0.11.22 \ retain_mut-0.1.9 \ ring-0.16.20 \ + ring-0.17.5 \ rkyv-0.7.42 \ rkyv_derive-0.7.42 \ roxmltree-0.14.1 \ - roxmltree-0.18.0 \ - rsa-0.9.2 \ + roxmltree-0.18.1 \ + rsa-0.9.4 \ rust-embed-6.8.1 \ rust-embed-impl-6.8.1 \ rust-embed-utils-7.8.1 \ rust-stemmers-1.2.0 \ - rust_decimal-1.30.0 \ + rust_decimal-1.33.1 \ rustc-demangle-0.1.23 \ rustc-hash-1.1.0 \ rustc_version-0.4.0 \ - rustix-0.36.15 \ - rustix-0.38.4 \ - rustls-0.20.8 \ - rustls-0.21.5 \ + rustix-0.36.17 \ + rustix-0.38.28 \ + rustls-0.20.9 \ + rustls-0.21.9 \ rustls-native-certs-0.6.3 \ - rustls-pemfile-1.0.3 \ - rustls-webpki-0.101.1 \ + rustls-pemfile-1.0.4 \ + rustls-webpki-0.100.3 \ + rustls-webpki-0.101.7 \ rustversion-1.0.14 \ rusty-fork-0.3.0 \ ryu-1.0.15 \ + salsa20-0.10.2 \ same-file-1.0.6 \ schannel-0.1.22 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ - sct-0.7.0 \ + sct-0.7.1 \ + sea-query-0.30.3 \ + sea-query-binder-0.5.0 \ + sea-query-derive-0.4.1 \ seahash-4.1.0 \ - security-framework-2.9.1 \ - security-framework-sys-2.9.0 \ - semver-1.0.18 \ - serde-1.0.171 \ + security-framework-2.9.2 \ + security-framework-sys-2.9.1 \ + semver-1.0.20 \ + serde-1.0.193 \ serde-value-0.7.0 \ - serde_derive-1.0.171 \ - serde_json-1.0.103 \ + serde_derive-1.0.193 \ + serde_json-1.0.108 \ serde_path_to_error-0.1.14 \ - serde_plain-1.0.1 \ + serde_plain-1.0.2 \ serde_qs-0.8.5 \ serde_qs-0.12.0 \ - serde_spanned-0.6.3 \ + serde_spanned-0.6.4 \ serde_urlencoded-0.7.1 \ serde_with-1.14.0 \ - serde_with-3.1.0 \ + serde_with-3.4.0 \ serde_with_macros-1.5.2 \ - serde_with_macros-3.1.0 \ + serde_with_macros-3.4.0 \ serde_yaml-0.8.26 \ - serde_yaml-0.9.24 \ + serde_yaml-0.9.27 \ sha-1-0.10.1 \ - sha1-0.10.5 \ - sha2-0.10.7 \ + sha1-0.10.6 \ + sha2-0.10.8 \ sha3-0.10.8 \ - sharded-slab-0.1.4 \ + sharded-slab-0.1.7 \ shared_child-1.0.0 \ shell-words-1.1.0 \ signal-hook-registry-1.4.1 \ - signature-2.1.0 \ + signature-2.2.0 \ simdutf8-0.1.4 \ - siphasher-0.3.10 \ + simple_asn1-0.6.2 \ + siphasher-0.3.11 \ sketches-ddsketch-0.2.1 \ - slab-0.4.8 \ - smallvec-1.11.0 \ + slab-0.4.9 \ + smallvec-1.11.2 \ snafu-0.7.5 \ snafu-derive-0.7.5 \ snap-1.1.0 \ - socket2-0.4.9 \ + socket2-0.4.10 \ + socket2-0.5.5 \ spin-0.5.2 \ spin-0.9.8 \ spki-0.7.2 \ - sqlformat-0.2.1 \ - sqlx-0.7.1 \ - sqlx-core-0.7.1 \ - sqlx-macros-0.7.1 \ - sqlx-macros-core-0.7.1 \ - sqlx-mysql-0.7.1 \ - sqlx-postgres-0.7.1 \ - sqlx-sqlite-0.7.1 \ + sqlformat-0.2.2 \ + sqlx-0.7.3 \ + sqlx-core-0.7.3 \ + sqlx-macros-0.7.3 \ + sqlx-macros-core-0.7.3 \ + sqlx-mysql-0.7.3 \ + sqlx-postgres-0.7.3 \ + sqlx-sqlite-0.7.3 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ string_cache-0.8.7 \ - stringprep-0.1.3 \ - strip-ansi-escapes-0.1.1 \ + stringprep-0.1.4 \ + strip-ansi-escapes-0.2.0 \ strsim-0.10.0 \ subtle-2.5.0 \ syn-1.0.109 \ - syn-2.0.26 \ + syn-2.0.39 \ + syn_derive-0.1.8 \ sync_wrapper-0.1.2 \ - syslog_loose-0.18.0 \ - tabled-0.8.0 \ - tabled_derive-0.4.0 \ - tantivy-fst-0.4.0 \ + syslog_loose-0.19.0 \ + system-configuration-0.5.1 \ + system-configuration-sys-0.5.0 \ + tabled-0.14.0 \ + tabled_derive-0.6.0 \ + tantivy-fst-0.5.0 \ tap-1.0.1 \ - tar-0.4.39 \ - tempfile-3.7.0 \ + tar-0.4.40 \ + tempfile-3.9.0 \ term-0.7.0 \ - termcolor-1.2.0 \ + termcolor-1.4.0 \ termtree-0.4.1 \ - thiserror-1.0.43 \ - thiserror-impl-1.0.43 \ + thiserror-1.0.50 \ + thiserror-impl-1.0.50 \ thousands-0.2.0 \ thread_local-1.1.7 \ - threadpool-1.8.1 \ - thrift-0.17.0 \ - tikv-jemalloc-ctl-0.5.0 \ - tikv-jemalloc-sys-0.5.3+5.3.0-patched \ - tikv-jemallocator-0.5.0 \ - time-0.1.45 \ - time-0.3.23 \ - time-core-0.1.1 \ + tikv-jemalloc-ctl-0.5.4 \ + tikv-jemalloc-sys-0.5.4+5.3.0-patched \ + tikv-jemallocator-0.5.4 \ + time-0.3.30 \ + time-core-0.1.2 \ time-fmt-0.3.8 \ - time-macros-0.2.10 \ + time-macros-0.2.15 \ tiny-keccak-2.0.2 \ tinytemplate-1.2.1 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ - tokio-1.29.1 \ + tokio-1.35.0 \ tokio-io-timeout-1.2.0 \ - tokio-macros-2.1.0 \ + tokio-macros-2.2.0 \ tokio-native-tls-0.3.1 \ + tokio-retry-0.3.0 \ tokio-rustls-0.23.4 \ tokio-rustls-0.24.1 \ tokio-stream-0.1.14 \ - tokio-tungstenite-0.18.0 \ - tokio-util-0.7.8 \ - toml-0.5.11 \ - toml-0.7.6 \ - toml_datetime-0.6.3 \ - toml_edit-0.19.14 \ - tonic-0.8.3 \ + tokio-tungstenite-0.20.1 \ + tokio-util-0.7.10 \ + toml-0.7.8 \ + toml_datetime-0.6.5 \ + toml_edit-0.19.15 \ + toml_edit-0.20.7 \ tonic-0.9.2 \ tonic-build-0.9.2 \ tower-0.4.13 \ - tower-http-0.4.1 \ + tower-http-0.4.4 \ tower-layer-0.3.2 \ tower-service-0.3.2 \ - tracing-0.1.37 \ - tracing-attributes-0.1.26 \ - tracing-core-0.1.31 \ - tracing-futures-0.2.5 \ - tracing-log-0.1.3 \ - tracing-opentelemetry-0.19.0 \ - tracing-subscriber-0.3.17 \ + tracing-0.1.40 \ + tracing-attributes-0.1.27 \ + tracing-core-0.1.32 \ + tracing-log-0.1.4 \ + tracing-log-0.2.0 \ + tracing-opentelemetry-0.20.0 \ + tracing-subscriber-0.3.18 \ try-lock-0.2.4 \ - tungstenite-0.18.0 \ - typenum-1.16.0 \ - typetag-0.2.10 \ - typetag-impl-0.2.10 \ - uaparser-0.6.0 \ - ulid-1.0.0 \ + ttl_cache-0.5.1 \ + tungstenite-0.20.1 \ + typenum-1.17.0 \ + typetag-0.2.13 \ + typetag-impl-0.2.13 \ + uaparser-0.6.1 \ + ucd-trie-0.1.6 \ + ulid-1.1.0 \ unarray-0.1.4 \ - unicase-2.6.0 \ + unicase-2.7.0 \ unicode-bidi-0.3.13 \ - unicode-ident-1.0.11 \ + unicode-ident-1.0.12 \ unicode-normalization-0.1.22 \ unicode-segmentation-1.10.1 \ - unicode-width-0.1.10 \ + unicode-width-0.1.11 \ unicode-xid-0.2.4 \ unicode_categories-0.1.1 \ - unsafe-libyaml-0.2.9 \ + universal-hash-0.5.1 \ + unsafe-libyaml-0.2.10 \ untrusted-0.7.1 \ - url-2.4.0 \ - urlencoding-2.1.2 \ + untrusted-0.9.0 \ + url-2.5.0 \ + urlencoding-2.1.3 \ username-0.2.0 \ utf-8-0.7.6 \ utf8-ranges-1.0.5 \ - utf8-width-0.1.6 \ + utf8-width-0.1.7 \ utf8parse-0.2.1 \ - utoipa-3.4.3 \ - utoipa-gen-3.4.4 \ - uuid-1.4.1 \ + utoipa-3.5.0 \ + utoipa-gen-3.5.0 \ + uuid-1.6.1 \ valuable-0.1.0 \ vcpkg-0.2.15 \ version_check-0.9.4 \ + vrl-0.8.1 \ vsimd-0.8.0 \ vte-0.10.1 \ + vte-0.11.1 \ vte_generate_state_changes-0.1.1 \ wait-timeout-0.2.0 \ - waker-fn-1.1.0 \ - walkdir-2.3.3 \ + waker-fn-1.1.1 \ + walkdir-2.4.0 \ want-0.3.1 \ - warp-0.3.5 \ + warp-0.3.6 \ 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.87 \ - wasm-bindgen-backend-0.2.87 \ - 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-streams-0.2.3 \ - web-sys-0.3.64 \ - webpki-0.22.0 \ - webpki-roots-0.22.6 \ - webpki-roots-0.24.0 \ - which-4.4.0 \ + 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.65 \ + webpki-0.22.4 \ + webpki-roots-0.23.1 \ + webpki-roots-0.25.3 \ + which-4.4.2 \ whoami-1.4.1 \ 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-util-0.1.6 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.48.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.1 \ + windows-targets-0.48.5 \ + windows-targets-0.52.0 \ windows_aarch64_gnullvm-0.42.2 \ - windows_aarch64_gnullvm-0.48.0 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.0 \ windows_aarch64_msvc-0.42.2 \ - windows_aarch64_msvc-0.48.0 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.0 \ windows_i686_gnu-0.42.2 \ - windows_i686_gnu-0.48.0 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.0 \ windows_i686_msvc-0.42.2 \ - windows_i686_msvc-0.48.0 \ + 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.0 \ + 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.0 \ + 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.0 \ - winnow-0.5.0 \ - winreg-0.10.1 \ - wiremock-0.5.19 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.0 \ + winnow-0.5.19 \ + winreg-0.50.0 \ + wiremock-0.5.21 \ woothee-0.13.0 \ wyz-0.5.1 \ - xattr-0.2.3 \ - xmlparser-0.13.5 \ + xattr-1.0.1 \ + xmlparser-0.13.6 \ yada-0.5.0 \ yaml-rust-0.4.5 \ yansi-0.5.1 \ - zeroize-1.6.0 \ + zerocopy-0.7.31 \ + zerocopy-derive-0.7.31 \ + zeroize-1.7.0 \ zip-0.6.6 \ zstd-0.11.2+zstd.1.5.2 \ - zstd-0.12.3+zstd.1.5.2 \ + zstd-0.13.0 \ zstd-safe-5.0.2+zstd.1.5.2 \ - zstd-safe-6.0.5+zstd.1.5.4 \ - zstd-sys-2.0.8+zstd.1.5.5 \ - ownedbytes,tantivy,tantivy-bitpacker,tantivy-columnar,tantivy-common,tantivy-query-grammar,tantivy-sstable,tantivy-stacker,tantivy-tokenizer-api@git+https://github.com/quickwit-oss/tantivy/?rev=3c30066\#3c300666ad448386136d2595b613b3236b123ff9 \ + zstd-safe-7.0.0 \ + zstd-sys-2.0.9+zstd.1.5.5 \ whichlang@git+https://github.com/quickwit-oss/whichlang?rev=fe406416\#fe406416cbad9849f790a274d25b2a53caccd2fa \ - path,value,vrl,vrl-compiler,vrl-core,vrl-diagnostic,vrl-parser,vrl-stdlib@git+https://github.com/vectordotdev/vrl?rev=v0.3.0\#113005bcee6cd7b5ea0a53a7db2fc45ba4bc4125 \ - chitchat@git+https://github.com/quickwit-oss/chitchat?rev=bc29598\#bc295980ac2e00f389dfa7e87cf6dc7995061206 \ + chitchat@git+https://github.com/quickwit-oss/chitchat.git?rev=a3e3f8b\#a3e3f8bd483b489e4da1ca953175b417e4949f90 \ pulsar@git+https://github.com/quickwit-oss/pulsar-rs.git?rev=f9eff04\#f9eff04caf184906c6466fdde8b5bb0fd3c92659 \ + ownedbytes,tantivy,tantivy-bitpacker,tantivy-columnar,tantivy-common,tantivy-query-grammar,tantivy-sstable,tantivy-stacker,tantivy-tokenizer-api@git+https://github.com/quickwit-oss/tantivy/?rev=53f2fe1\#53f2fe1fbee83f22c81e28aaec02fb0628b68966 \ + mrecordlog@git+https://github.com/quickwit-oss/mrecordlog?rev=2914cad\#2914cad58864097d7fcb62a8a20a7cbff730c1e8 \ sasl2-sys@git+https://github.com/quickwit-oss/rust-sasl/?rev=daca921\#daca9216beca2f2d8c9ce5d803906918a316021a diff --git a/textproc/quickwit/distinfo b/textproc/quickwit/distinfo index afd78fb85e6..d23a97d338d 100644 --- a/textproc/quickwit/distinfo +++ b/textproc/quickwit/distinfo @@ -1,20 +1,22 @@ -TIMESTAMP = 1702318211 +TIMESTAMP = 1704467848 SHA256 (rust/crates/RustyXML-0.3.0.crate) = 8b5ace29ee3216de37c0546865ad08edef58b0f9e76838ed8959a84a990e58c5 SIZE (rust/crates/RustyXML-0.3.0.crate) = 17517 -SHA256 (rust/crates/addr2line-0.20.0.crate) = f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3 -SIZE (rust/crates/addr2line-0.20.0.crate) = 39558 +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/advapi32-sys-0.2.0.crate) = e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a SIZE (rust/crates/advapi32-sys-0.2.0.crate) = 7217 +SHA256 (rust/crates/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0 +SIZE (rust/crates/aead-0.5.2.crate) = 15509 SHA256 (rust/crates/aes-0.8.3.crate) = ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2 SIZE (rust/crates/aes-0.8.3.crate) = 124679 -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.2.crate) = 43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41 -SIZE (rust/crates/aho-corasick-1.0.2.crate) = 167694 +SHA256 (rust/crates/ahash-0.7.7.crate) = 5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd +SIZE (rust/crates/ahash-0.7.7.crate) = 38508 +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/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 @@ -25,22 +27,22 @@ SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac2 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/ansi-str-0.3.0.crate) = e50acdf02a3ac61856d5c8d576a8b5fb452a6549f667ca29fefaa18c2cd05135 -SIZE (rust/crates/ansi-str-0.3.0.crate) = 15657 -SHA256 (rust/crates/ansitok-0.1.0.crate) = c2c6eb31f539d8fc1df948eb26452d6c781be4c9883663e7acb258644b71d5b1 -SIZE (rust/crates/ansitok-0.1.0.crate) = 13583 -SHA256 (rust/crates/anstream-0.3.2.crate) = 0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163 -SIZE (rust/crates/anstream-0.3.2.crate) = 19504 -SHA256 (rust/crates/anstyle-1.0.1.crate) = 3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd -SIZE (rust/crates/anstyle-1.0.1.crate) = 13977 -SHA256 (rust/crates/anstyle-parse-0.2.1.crate) = 938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333 -SIZE (rust/crates/anstyle-parse-0.2.1.crate) = 24802 +SHA256 (rust/crates/ansi-str-0.8.0.crate) = 1cf4578926a981ab0ca955dc023541d19de37112bc24c1a197bd806d3d86ad1d +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.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.72.crate) = 3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854 -SIZE (rust/crates/anyhow-1.0.72.crate) = 43837 +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/anymap-1.0.0-beta.2.crate) = 8f1f8f5a6f3d50d89e3797d7593a50f96bb2aaa20ca0cc7be1fb673232c91d72 SIZE (rust/crates/anymap-1.0.0-beta.2.crate) = 13073 SHA256 (rust/crates/arc-swap-1.6.0.crate) = bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6 @@ -57,18 +59,20 @@ SHA256 (rust/crates/assert-json-diff-2.0.2.crate) = 47e4f2b81832e72834d7518d8487 SIZE (rust/crates/assert-json-diff-2.0.2.crate) = 10874 SHA256 (rust/crates/async-channel-1.9.0.crate) = 81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35 SIZE (rust/crates/async-channel-1.9.0.crate) = 13664 -SHA256 (rust/crates/async-compression-0.3.15.crate) = 942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a -SIZE (rust/crates/async-compression-0.3.15.crate) = 58241 -SHA256 (rust/crates/async-speed-limit-0.4.0.crate) = 481ce9cb6a828f4679495f7376cb6779978d925dd9790b99b48d1bbde6d0f00b -SIZE (rust/crates/async-speed-limit-0.4.0.crate) = 20596 +SHA256 (rust/crates/async-compression-0.4.5.crate) = bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5 +SIZE (rust/crates/async-compression-0.4.5.crate) = 99222 +SHA256 (rust/crates/async-speed-limit-0.4.1.crate) = 97d287ccbfb44ae20287d2f9c72ad9e560d50810883870697db5b320c541f183 +SIZE (rust/crates/async-speed-limit-0.4.1.crate) = 19509 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-trait-0.1.71.crate) = a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf -SIZE (rust/crates/async-trait-0.1.71.crate) = 28703 +SHA256 (rust/crates/async-trait-0.1.74.crate) = a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9 +SIZE (rust/crates/async-trait-0.1.74.crate) = 28997 SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 SIZE (rust/crates/atoi-2.0.0.crate) = 7785 +SHA256 (rust/crates/atomic-write-file-0.1.0.crate) = c232177ba50b16fe7a4588495bd474a62a9e45a8e4ca6fd7d0b7ac29d164631e +SIZE (rust/crates/atomic-write-file-0.1.0.crate) = 15292 SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/aws-config-0.55.3.crate) = bcdcf0d683fe9c23d32cf5b53c9918ea0a500375a9fb20109802552658e576c9 @@ -115,8 +119,8 @@ SHA256 (rust/crates/aws-smithy-xml-0.55.3.crate) = b1b9d12875731bd07e767be7baad9 SIZE (rust/crates/aws-smithy-xml-0.55.3.crate) = 15634 SHA256 (rust/crates/aws-types-0.55.3.crate) = 6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829 SIZE (rust/crates/aws-types-0.55.3.crate) = 14357 -SHA256 (rust/crates/axum-0.6.19.crate) = a6a1de45611fdb535bfde7b7de4fd54f4fd2b17b1737c0a59b69bf9b92074b8c -SIZE (rust/crates/axum-0.6.19.crate) = 145356 +SHA256 (rust/crates/axum-0.6.20.crate) = 3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf +SIZE (rust/crates/axum-0.6.20.crate) = 146227 SHA256 (rust/crates/axum-core-0.3.4.crate) = 759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c SIZE (rust/crates/axum-core-0.3.4.crate) = 21088 SHA256 (rust/crates/azure_core-0.13.0.crate) = 86b0f0eea648347e40f5f7f7e6bfea4553bcefad0fbf52044ea339e5ce3aba61 @@ -127,14 +131,14 @@ SHA256 (rust/crates/azure_storage_blobs-0.13.1.crate) = 57cb0fe58af32a3fb49e5606 SIZE (rust/crates/azure_storage_blobs-0.13.1.crate) = 65349 SHA256 (rust/crates/backoff-0.4.0.crate) = b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1 SIZE (rust/crates/backoff-0.4.0.crate) = 26738 -SHA256 (rust/crates/backtrace-0.3.68.crate) = 4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12 -SIZE (rust/crates/backtrace-0.3.68.crate) = 79891 +SHA256 (rust/crates/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 +SIZE (rust/crates/backtrace-0.3.69.crate) = 77299 SHA256 (rust/crates/base16-0.2.1.crate) = d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8 SIZE (rust/crates/base16-0.2.1.crate) = 15377 SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 SIZE (rust/crates/base64-0.13.1.crate) = 61002 -SHA256 (rust/crates/base64-0.21.2.crate) = 604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d -SIZE (rust/crates/base64-0.21.2.crate) = 76389 +SHA256 (rust/crates/base64-0.21.5.crate) = 35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9 +SIZE (rust/crates/base64-0.21.5.crate) = 77134 SHA256 (rust/crates/base64-simd-0.8.0.crate) = 339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195 SIZE (rust/crates/base64-simd-0.8.0.crate) = 12531 SHA256 (rust/crates/base64ct-1.6.0.crate) = 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b @@ -147,40 +151,38 @@ SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41a 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.3.3.crate) = 630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42 -SIZE (rust/crates/bitflags-2.3.3.crate) = 34320 -SHA256 (rust/crates/bitpacking-0.8.4.crate) = a8c7d2ac73c167c06af4a5f37e6e59d84148d57ccbe4480b76f0273eefea82d7 -SIZE (rust/crates/bitpacking-0.8.4.crate) = 20354 +SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 +SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 +SHA256 (rust/crates/bitpacking-0.9.2.crate) = 4c1d3e2bfd8d06048a179f7b17afc3188effa10385e7b00dc65af6aae732ea92 +SIZE (rust/crates/bitpacking-0.9.2.crate) = 23049 SHA256 (rust/crates/bitvec-1.0.1.crate) = 1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c SIZE (rust/crates/bitvec-1.0.1.crate) = 224375 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/block-padding-0.3.3.crate) = a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93 SIZE (rust/crates/block-padding-0.3.3.crate) = 8504 -SHA256 (rust/crates/borsh-0.10.3.crate) = 4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b -SIZE (rust/crates/borsh-0.10.3.crate) = 30550 -SHA256 (rust/crates/borsh-derive-0.10.3.crate) = 0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7 -SIZE (rust/crates/borsh-derive-0.10.3.crate) = 2907 -SHA256 (rust/crates/borsh-derive-internal-0.10.3.crate) = afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb -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/bumpalo-3.13.0.crate) = a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 -SIZE (rust/crates/bumpalo-3.13.0.crate) = 82114 -SHA256 (rust/crates/byte-unit-4.0.19.crate) = da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c -SIZE (rust/crates/byte-unit-4.0.19.crate) = 10929 +SHA256 (rust/crates/borsh-1.2.0.crate) = bf617fabf5cdbdc92f774bfe5062d870f228b80056d41180797abf48bed4056e +SIZE (rust/crates/borsh-1.2.0.crate) = 58074 +SHA256 (rust/crates/borsh-derive-1.2.0.crate) = f404657a7ea7b5249e36808dff544bc88a28f26e0ac40009f674b7a009d14be3 +SIZE (rust/crates/borsh-derive-1.2.0.crate) = 40925 +SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec +SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400 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/bytecount-0.6.3.crate) = 2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c -SIZE (rust/crates/bytecount-0.6.3.crate) = 12416 -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/bytes-utils-0.1.3.crate) = e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9 -SIZE (rust/crates/bytes-utils-0.1.3.crate) = 20252 +SHA256 (rust/crates/bytecount-0.6.7.crate) = e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205 +SIZE (rust/crates/bytecount-0.6.7.crate) = 14642 +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-utils-0.1.4.crate) = 7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35 +SIZE (rust/crates/bytes-utils-0.1.4.crate) = 20703 +SHA256 (rust/crates/bytesize-1.3.0.crate) = a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc +SIZE (rust/crates/bytesize-1.3.0.crate) = 10164 +SHA256 (rust/crates/bytestring-1.3.1.crate) = 74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72 +SIZE (rust/crates/bytestring-1.3.1.crate) = 9142 SHA256 (rust/crates/bzip2-0.4.4.crate) = bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8 SIZE (rust/crates/bzip2-0.4.4.crate) = 34197 SHA256 (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc @@ -189,38 +191,44 @@ SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2 SIZE (rust/crates/cast-0.3.0.crate) = 11452 SHA256 (rust/crates/cbc-0.1.2.crate) = 26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6 SIZE (rust/crates/cbc-0.1.2.crate) = 23501 -SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f -SIZE (rust/crates/cc-1.0.79.crate) = 62624 +SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 +SIZE (rust/crates/cc-1.0.83.crate) = 68343 SHA256 (rust/crates/census-0.4.1.crate) = 0fafee10a5dd1cffcb5cc560e0d0df8803d7355a2b12272e3557dee57314cb6e SIZE (rust/crates/census-0.4.1.crate) = 6859 SHA256 (rust/crates/cfb-mode-0.8.2.crate) = 738b8d467867f80a71351933f70461f5b56f24d5c93e0cf216e59229c968d330 SIZE (rust/crates/cfb-mode-0.8.2.crate) = 25334 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/chacha20-0.9.1.crate) = c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818 +SIZE (rust/crates/chacha20-0.9.1.crate) = 23424 +SHA256 (rust/crates/chacha20poly1305-0.10.1.crate) = 10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35 +SIZE (rust/crates/chacha20poly1305-0.10.1.crate) = 68485 SHA256 (rust/crates/charset-0.1.3.crate) = 18e9079d1a12a2cc2bffb5db039c43661836ead4082120d5844f02555aca2d46 SIZE (rust/crates/charset-0.1.3.crate) = 14330 -SHA256 (rust/crates/chrono-0.4.26.crate) = ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5 -SIZE (rust/crates/chrono-0.4.26.crate) = 191501 -SHA256 (rust/crates/chrono-tz-0.8.3.crate) = f1369bc6b9e9a7dfdae2055f6ec151fe9c554a9d23d357c0237cee2e25eaabb7 -SIZE (rust/crates/chrono-tz-0.8.3.crate) = 614088 -SHA256 (rust/crates/chrono-tz-build-0.2.0.crate) = e2f5ebdc942f57ed96d560a6d1a459bae5851102a25d5bf89dc04ae453e31ecf -SIZE (rust/crates/chrono-tz-build-0.2.0.crate) = 10156 +SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38 +SIZE (rust/crates/chrono-0.4.31.crate) = 214513 +SHA256 (rust/crates/chrono-tz-0.8.4.crate) = e23185c0e21df6ed832a12e2bda87c7d1def6842881fb634a8511ced741b0d76 +SIZE (rust/crates/chrono-tz-0.8.4.crate) = 614717 +SHA256 (rust/crates/chrono-tz-build-0.2.1.crate) = 433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f +SIZE (rust/crates/chrono-tz-build-0.2.1.crate) = 10421 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/cidr-utils-0.5.10.crate) = fdfa36f04861d39453affe1cf084ce2d6554021a84eb6f31ebdeafb6fb92a01c -SIZE (rust/crates/cidr-utils-0.5.10.crate) = 13461 +SHA256 (rust/crates/cidr-utils-0.5.11.crate) = 2315f7119b7146d6a883de6acd63ddf96071b5f79d9d98d2adaa84d749f6abf1 +SIZE (rust/crates/cidr-utils-0.5.11.crate) = 13518 SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad SIZE (rust/crates/cipher-0.4.4.crate) = 19073 -SHA256 (rust/crates/clap-4.3.15.crate) = 8f644d0dac522c8b05ddc39aaaccc5b136d5dc4ff216610c5641e3be5becf56c -SIZE (rust/crates/clap-4.3.15.crate) = 55021 -SHA256 (rust/crates/clap_builder-4.3.15.crate) = af410122b9778e024f9e0fb35682cc09cc3f85cad5e8d3ba8f47a9702df6e73d -SIZE (rust/crates/clap_builder-4.3.15.crate) = 161438 -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.9.crate) = 46ca43acc1b21c6cc2d1d3129c19e323a613935b5bc28fb3b33b5b2e5fb00030 +SIZE (rust/crates/clap-4.4.9.crate) = 54616 +SHA256 (rust/crates/clap_builder-4.4.9.crate) = 63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1 +SIZE (rust/crates/clap_builder-4.4.9.crate) = 163198 +SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 +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/cobs-0.2.3.crate) = 67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15 @@ -229,20 +237,20 @@ SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b0938 SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/colored-2.0.4.crate) = 2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6 -SIZE (rust/crates/colored-2.0.4.crate) = 23654 -SHA256 (rust/crates/combine-4.6.6.crate) = 35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4 -SIZE (rust/crates/combine-4.6.6.crate) = 132428 -SHA256 (rust/crates/concurrent-queue-2.2.0.crate) = 62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c -SIZE (rust/crates/concurrent-queue-2.2.0.crate) = 19971 +SHA256 (rust/crates/colored-2.1.0.crate) = cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8 +SIZE (rust/crates/colored-2.1.0.crate) = 23348 +SHA256 (rust/crates/community-id-0.2.2.crate) = 4f6af96839c04974cf381e427792a99913ecf3f7bfb348f153dc8a8e5f9803ad +SIZE (rust/crates/community-id-0.2.2.crate) = 6353 +SHA256 (rust/crates/concurrent-queue-2.3.0.crate) = f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400 +SIZE (rust/crates/concurrent-queue-2.3.0.crate) = 20189 SHA256 (rust/crates/console-0.15.7.crate) = c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8 SIZE (rust/crates/console-0.15.7.crate) = 35409 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/const-oid-0.9.4.crate) = 795bc6e66a8e340f075fcf6227e417a2dc976b92b91f3cdc778bb858778b6747 -SIZE (rust/crates/const-oid-0.9.4.crate) = 45068 +SHA256 (rust/crates/const-oid-0.9.5.crate) = 28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f +SIZE (rust/crates/const-oid-0.9.5.crate) = 45229 SHA256 (rust/crates/constant_time_eq-0.1.5.crate) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc SIZE (rust/crates/constant_time_eq-0.1.5.crate) = 4936 SHA256 (rust/crates/convert_case-0.4.0.crate) = 6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e @@ -251,14 +259,14 @@ SHA256 (rust/crates/core-foundation-0.9.3.crate) = 194a7a9e6de53fa55116934067c84 SIZE (rust/crates/core-foundation-0.9.3.crate) = 27059 SHA256 (rust/crates/core-foundation-sys-0.8.4.crate) = e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa SIZE (rust/crates/core-foundation-sys-0.8.4.crate) = 17725 -SHA256 (rust/crates/cpufeatures-0.2.9.crate) = a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1 -SIZE (rust/crates/cpufeatures-0.2.9.crate) = 11895 +SHA256 (rust/crates/cpufeatures-0.2.11.crate) = ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0 +SIZE (rust/crates/cpufeatures-0.2.11.crate) = 12727 SHA256 (rust/crates/crc-3.0.1.crate) = 86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe SIZE (rust/crates/crc-3.0.1.crate) = 9950 -SHA256 (rust/crates/crc-catalog-2.2.0.crate) = 9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484 -SIZE (rust/crates/crc-catalog-2.2.0.crate) = 9931 -SHA256 (rust/crates/crc32c-0.6.3.crate) = 3dfea2db42e9927a3845fb268a10a72faed6d416065f77873f05e411457c363e -SIZE (rust/crates/crc32c-0.6.3.crate) = 8256 +SHA256 (rust/crates/crc-catalog-2.4.0.crate) = 19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5 +SIZE (rust/crates/crc-catalog-2.4.0.crate) = 10155 +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/criterion-0.5.1.crate) = f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f @@ -281,10 +289,12 @@ SHA256 (rust/crates/crunchy-0.2.2.crate) = 7a81dae078cea95a014a339291cec439d2f23 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.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/crypto_secretbox-0.1.1.crate) = b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1 +SIZE (rust/crates/crypto_secretbox-0.1.1.crate) = 11377 +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/ctr-0.9.2.crate) = 0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835 SIZE (rust/crates/ctr-0.9.2.crate) = 18344 SHA256 (rust/crates/darling-0.13.4.crate) = a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c @@ -299,22 +309,20 @@ SHA256 (rust/crates/darling_macro-0.13.4.crate) = 9c972679f83bdf9c42bd905396b6c3 SIZE (rust/crates/darling_macro-0.13.4.crate) = 1910 SHA256 (rust/crates/darling_macro-0.20.3.crate) = 836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5 SIZE (rust/crates/darling_macro-0.20.3.crate) = 1859 -SHA256 (rust/crates/dashmap-5.5.0.crate) = 6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d -SIZE (rust/crates/dashmap-5.5.0.crate) = 24067 -SHA256 (rust/crates/data-encoding-2.4.0.crate) = c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308 -SIZE (rust/crates/data-encoding-2.4.0.crate) = 19165 +SHA256 (rust/crates/data-encoding-2.5.0.crate) = 7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5 +SIZE (rust/crates/data-encoding-2.5.0.crate) = 20632 SHA256 (rust/crates/data-url-0.2.0.crate) = 8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5 SIZE (rust/crates/data-url-0.2.0.crate) = 20553 SHA256 (rust/crates/deadpool-0.9.5.crate) = 421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e SIZE (rust/crates/deadpool-0.9.5.crate) = 32190 -SHA256 (rust/crates/deadpool-runtime-0.1.2.crate) = eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1 -SIZE (rust/crates/deadpool-runtime-0.1.2.crate) = 2926 +SHA256 (rust/crates/deadpool-runtime-0.1.3.crate) = 63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49 +SIZE (rust/crates/deadpool-runtime-0.1.3.crate) = 3038 SHA256 (rust/crates/debug-helper-0.3.13.crate) = f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e SIZE (rust/crates/debug-helper-0.3.13.crate) = 3443 -SHA256 (rust/crates/der-0.7.7.crate) = 0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946 -SIZE (rust/crates/der-0.7.7.crate) = 83774 -SHA256 (rust/crates/derivative-2.2.0.crate) = fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b -SIZE (rust/crates/derivative-2.2.0.crate) = 48076 +SHA256 (rust/crates/der-0.7.8.crate) = fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c +SIZE (rust/crates/der-0.7.8.crate) = 85085 +SHA256 (rust/crates/deranged-0.3.9.crate) = 0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3 +SIZE (rust/crates/deranged-0.3.9.crate) = 17080 SHA256 (rust/crates/derive_more-0.99.17.crate) = 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321 SIZE (rust/crates/derive_more-0.99.17.crate) = 55771 SHA256 (rust/crates/dialoguer-0.10.4.crate) = 59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87 @@ -329,8 +337,8 @@ SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690 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/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 SHA256 (rust/crates/dotenv-0.15.0.crate) = 77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f @@ -341,14 +349,18 @@ SHA256 (rust/crates/downcast-0.11.0.crate) = 1435fa1053d8b2fbbe9be7e97eca7f33d37 SIZE (rust/crates/downcast-0.11.0.crate) = 5976 SHA256 (rust/crates/downcast-rs-1.2.0.crate) = 9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650 SIZE (rust/crates/downcast-rs-1.2.0.crate) = 11670 +SHA256 (rust/crates/dtoa-1.0.9.crate) = dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653 +SIZE (rust/crates/dtoa-1.0.9.crate) = 17002 SHA256 (rust/crates/duct-0.13.6.crate) = 37ae3fc31835f74c2a7ceda3aeede378b0ae2e74c8f1c36559fcc9ae2a4e7d3e SIZE (rust/crates/duct-0.13.6.crate) = 29320 -SHA256 (rust/crates/dyn-clone-1.0.12.crate) = 304e6508efa593091e97a9abbc10f90aa7ca635b6d2784feff3c89d41dd12272 -SIZE (rust/crates/dyn-clone-1.0.12.crate) = 11800 -SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91 -SIZE (rust/crates/either-1.8.1.crate) = 16027 -SHA256 (rust/crates/elasticsearch-dsl-0.4.15.crate) = 2e0289994b78ad51661d9195cd2fb071ebdc68f3b03de0e0e7420ede8fb320dc -SIZE (rust/crates/elasticsearch-dsl-0.4.15.crate) = 113688 +SHA256 (rust/crates/dyn-clone-1.0.16.crate) = 545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d +SIZE (rust/crates/dyn-clone-1.0.16.crate) = 11766 +SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 +SIZE (rust/crates/either-1.9.0.crate) = 16660 +SHA256 (rust/crates/elasticsearch-dsl-0.4.19.crate) = 7066057f05cce0d1c6c7cdbd1e99a83f903bad35faf070cd86e34aa5bc504feb +SIZE (rust/crates/elasticsearch-dsl-0.4.19.crate) = 116418 +SHA256 (rust/crates/embedded-io-0.4.0.crate) = ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced +SIZE (rust/crates/embedded-io-0.4.0.crate) = 12901 SHA256 (rust/crates/ena-0.14.2.crate) = c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1 SIZE (rust/crates/ena-0.14.2.crate) = 22991 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f @@ -375,16 +387,14 @@ SHA256 (rust/crates/enum-iterator-1.4.1.crate) = 7add3873b5dd076766ee79c8e406ad1 SIZE (rust/crates/enum-iterator-1.4.1.crate) = 6699 SHA256 (rust/crates/enum-iterator-derive-1.2.1.crate) = eecf8589574ce9b895052fa12d69af7a233f99e6107f5cb8dd1044f2a17bfdcb SIZE (rust/crates/enum-iterator-derive-1.2.1.crate) = 5071 -SHA256 (rust/crates/env_logger-0.10.0.crate) = 85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0 -SIZE (rust/crates/env_logger-0.10.0.crate) = 36574 +SHA256 (rust/crates/env_logger-0.10.1.crate) = 95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece +SIZE (rust/crates/env_logger-0.10.1.crate) = 36524 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/erased-serde-0.3.28.crate) = da96524cc884f6558f1769b6c46686af2fe8e8b4cd253bd5a3cdba8181b8e070 -SIZE (rust/crates/erased-serde-0.3.28.crate) = 24944 -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/erased-serde-0.3.31.crate) = 6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c +SIZE (rust/crates/erased-serde-0.3.31.crate) = 24182 +SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 +SIZE (rust/crates/errno-0.3.8.crate) = 10645 SHA256 (rust/crates/etcetera-0.8.0.crate) = 136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943 SIZE (rust/crates/etcetera-0.8.0.crate) = 13295 SHA256 (rust/crates/event-listener-2.5.3.crate) = 0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0 @@ -397,90 +407,114 @@ SHA256 (rust/crates/fastdivide-0.4.0.crate) = 25c7df09945d65ea8d70b3321547ed414b SIZE (rust/crates/fastdivide-0.4.0.crate) = 5883 SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 -SHA256 (rust/crates/fastrand-2.0.0.crate) = 6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764 -SIZE (rust/crates/fastrand-2.0.0.crate) = 14402 -SHA256 (rust/crates/filetime-0.2.21.crate) = 5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153 -SIZE (rust/crates/filetime-0.2.21.crate) = 15026 +SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 +SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 +SHA256 (rust/crates/filetime-0.2.22.crate) = d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0 +SIZE (rust/crates/filetime-0.2.22.crate) = 15029 +SHA256 (rust/crates/finl_unicode-1.2.0.crate) = 8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6 +SIZE (rust/crates/finl_unicode-1.2.0.crate) = 687752 SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 -SHA256 (rust/crates/flate2-1.0.26.crate) = 3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743 -SIZE (rust/crates/flate2-1.0.26.crate) = 70832 +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.10.14.crate) = 1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577 -SIZE (rust/crates/flume-0.10.14.crate) = 65389 +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 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 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-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 -SHA256 (rust/crates/form_urlencoded-1.2.0.crate) = a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652 -SIZE (rust/crates/form_urlencoded-1.2.0.crate) = 8923 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 SHA256 (rust/crates/fragile-2.0.0.crate) = 6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa SIZE (rust/crates/fragile-2.0.0.crate) = 14668 -SHA256 (rust/crates/fs4-0.6.6.crate) = 2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47 -SIZE (rust/crates/fs4-0.6.6.crate) = 17750 +SHA256 (rust/crates/fs4-0.7.0.crate) = 29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7 +SIZE (rust/crates/fs4-0.7.0.crate) = 18207 SHA256 (rust/crates/funty-2.0.0.crate) = e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c SIZE (rust/crates/funty-2.0.0.crate) = 13160 -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.28.crate) = 955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2 -SIZE (rust/crates/futures-channel-0.3.28.crate) = 32281 -SHA256 (rust/crates/futures-core-0.3.28.crate) = 4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c -SIZE (rust/crates/futures-core-0.3.28.crate) = 14780 -SHA256 (rust/crates/futures-executor-0.3.28.crate) = ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0 -SIZE (rust/crates/futures-executor-0.3.28.crate) = 17743 +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-intrusive-0.5.0.crate) = 1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f SIZE (rust/crates/futures-intrusive-0.5.0.crate) = 85563 -SHA256 (rust/crates/futures-io-0.3.28.crate) = 4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964 -SIZE (rust/crates/futures-io-0.3.28.crate) = 8910 +SHA256 (rust/crates/futures-io-0.3.29.crate) = 8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa +SIZE (rust/crates/futures-io-0.3.29.crate) = 8908 SHA256 (rust/crates/futures-lite-1.13.0.crate) = 49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce SIZE (rust/crates/futures-lite-1.13.0.crate) = 37058 -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.28.crate) = f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e -SIZE (rust/crates/futures-sink-0.3.28.crate) = 7852 -SHA256 (rust/crates/futures-task-0.3.28.crate) = 76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65 -SIZE (rust/crates/futures-task-0.3.28.crate) = 11848 +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-timer-3.0.2.crate) = e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c SIZE (rust/crates/futures-timer-3.0.2.crate) = 19879 -SHA256 (rust/crates/futures-util-0.3.28.crate) = 26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533 -SIZE (rust/crates/futures-util-0.3.28.crate) = 158510 +SHA256 (rust/crates/futures-util-0.3.29.crate) = a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104 +SIZE (rust/crates/futures-util-0.3.29.crate) = 160207 SHA256 (rust/crates/generator-0.7.5.crate) = 5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e SIZE (rust/crates/generator-0.7.5.crate) = 29947 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.10.crate) = be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427 -SIZE (rust/crates/getrandom-0.2.10.crate) = 34955 -SHA256 (rust/crates/gimli-0.27.3.crate) = b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e -SIZE (rust/crates/gimli-0.27.3.crate) = 287904 +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/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 -SHA256 (rust/crates/h2-0.3.20.crate) = 97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049 -SIZE (rust/crates/h2-0.3.20.crate) = 165260 +SHA256 (rust/crates/google-cloud-auth-0.10.0.crate) = 9bb6624c70caf330298b84a9ad1537ee7a5de788a5b9a06a3bbe206260943011 +SIZE (rust/crates/google-cloud-auth-0.10.0.crate) = 8630 +SHA256 (rust/crates/google-cloud-auth-0.12.0.crate) = 931bedb2264cb00f914b0a6a5c304e34865c34306632d3932e0951a073e4a67d +SIZE (rust/crates/google-cloud-auth-0.12.0.crate) = 16184 +SHA256 (rust/crates/google-cloud-default-0.3.0.crate) = 2248865004b6e699fddb1b562cf7dadcdd006408aa6e50e1c61dd6f3b12dc02b +SIZE (rust/crates/google-cloud-default-0.3.0.crate) = 2377 +SHA256 (rust/crates/google-cloud-gax-0.14.2.crate) = d08f4e75d0170d154414651d573ae01a928f9da0d62391bb6762007f5410443e +SIZE (rust/crates/google-cloud-gax-0.14.2.crate) = 4367 +SHA256 (rust/crates/google-cloud-gax-0.15.0.crate) = f8bdaaa4bc036e8318274d1b25f0f2265b3e95418b765fd1ea1c7ef938fd69bd +SIZE (rust/crates/google-cloud-gax-0.15.0.crate) = 4515 +SHA256 (rust/crates/google-cloud-googleapis-0.9.0.crate) = 9d905d01fe815c6894b309b18a1ba152371e2e2ba7fcc81f4d22e48865b3014c +SIZE (rust/crates/google-cloud-googleapis-0.9.0.crate) = 6958823 +SHA256 (rust/crates/google-cloud-googleapis-0.10.0.crate) = 2a3b24a3f57be08afc02344e693afb55e48172c9c2ab86ff3fdb8efff550e4b9 +SIZE (rust/crates/google-cloud-googleapis-0.10.0.crate) = 6993466 +SHA256 (rust/crates/google-cloud-metadata-0.3.2.crate) = 96e4ad0802d3f416f62e7ce01ac1460898ee0efc98f8b45cd4aab7611607012f +SIZE (rust/crates/google-cloud-metadata-0.3.2.crate) = 2547 +SHA256 (rust/crates/google-cloud-pubsub-0.15.0.crate) = 30dc010fd45992c6af011a506ce83186cc4aad8bdb449713cf003849cd29f464 +SIZE (rust/crates/google-cloud-pubsub-0.15.0.crate) = 25561 +SHA256 (rust/crates/google-cloud-pubsub-0.18.0.crate) = 095b104502b6e1abbad9b9768af944b9202e032dbc7f0947d3c30d4191761071 +SIZE (rust/crates/google-cloud-pubsub-0.18.0.crate) = 26328 +SHA256 (rust/crates/google-cloud-token-0.1.2.crate) = 8f49c12ba8b21d128a2ce8585955246977fbce4415f680ebf9199b6f9d6d725f +SIZE (rust/crates/google-cloud-token-0.1.2.crate) = 1268 +SHA256 (rust/crates/grok-2.0.0.crate) = 273797968160270573071022613fc4aa28b91fe68f3eef6c96a1b2a1947ddfbd +SIZE (rust/crates/grok-2.0.0.crate) = 27925 +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.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.0.crate) = 2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a -SIZE (rust/crates/hashbrown-0.14.0.crate) = 116103 -SHA256 (rust/crates/hashlink-0.8.3.crate) = 312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f -SIZE (rust/crates/hashlink-0.8.3.crate) = 26438 -SHA256 (rust/crates/hdrhistogram-7.5.2.crate) = 7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8 -SIZE (rust/crates/hdrhistogram-7.5.2.crate) = 316864 -SHA256 (rust/crates/headers-0.3.8.crate) = f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584 -SIZE (rust/crates/headers-0.3.8.crate) = 67904 +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/hdrhistogram-7.5.4.crate) = 765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d +SIZE (rust/crates/hdrhistogram-7.5.4.crate) = 319746 +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 SIZE (rust/crates/headers-core-0.2.0.crate) = 2380 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.2.crate) = 443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b -SIZE (rust/crates/hermit-abi-0.3.2.crate) = 13783 +SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 +SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hkdf-0.12.3.crate) = 791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437 @@ -493,60 +527,62 @@ SHA256 (rust/crates/hostname-0.3.1.crate) = 3c731c3e10504cc8ed35cfe2f1db4c9274c3 SIZE (rust/crates/hostname-0.3.1.crate) = 9272 SHA256 (rust/crates/htmlescape-0.3.1.crate) = e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163 SIZE (rust/crates/htmlescape-0.3.1.crate) = 53226 -SHA256 (rust/crates/http-0.2.9.crate) = bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482 -SIZE (rust/crates/http-0.2.9.crate) = 100146 +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/http-range-header-0.3.0.crate) = 0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29 -SIZE (rust/crates/http-range-header-0.3.0.crate) = 7120 -SHA256 (rust/crates/http-serde-1.1.2.crate) = 0e272971f774ba29341db2f686255ff8a979365a26fb9e4277f6b6d9ec0cdd5e -SIZE (rust/crates/http-serde-1.1.2.crate) = 4274 +SHA256 (rust/crates/http-range-header-0.3.1.crate) = add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f +SIZE (rust/crates/http-range-header-0.3.1.crate) = 7712 +SHA256 (rust/crates/http-serde-1.1.3.crate) = 6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee +SIZE (rust/crates/http-serde-1.1.3.crate) = 4314 SHA256 (rust/crates/http-types-2.12.0.crate) = 6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad SIZE (rust/crates/http-types-2.12.0.crate) = 1193808 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/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.27.crate) = ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468 SIZE (rust/crates/hyper-0.14.27.crate) = 195700 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.1.crate) = 8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97 -SIZE (rust/crates/hyper-rustls-0.24.1.crate) = 30224 +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.57.crate) = 2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613 -SIZE (rust/crates/iana-time-zone-0.1.57.crate) = 19785 +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/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 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.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/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.0.0.crate) = d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d -SIZE (rust/crates/indexmap-2.0.0.crate) = 64038 -SHA256 (rust/crates/indicatif-0.17.5.crate) = 8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057 -SIZE (rust/crates/indicatif-0.17.5.crate) = 59843 -SHA256 (rust/crates/indoc-2.0.3.crate) = 2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4 -SIZE (rust/crates/indoc-2.0.3.crate) = 14305 +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/indoc-2.0.4.crate) = 1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8 +SIZE (rust/crates/indoc-2.0.4.crate) = 14311 SHA256 (rust/crates/infer-0.2.3.crate) = 64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac SIZE (rust/crates/infer-0.2.3.crate) = 12401 +SHA256 (rust/crates/inherent-1.0.10.crate) = ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68 +SIZE (rust/crates/inherent-1.0.10.crate) = 10278 SHA256 (rust/crates/inout-0.1.3.crate) = a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5 SIZE (rust/crates/inout-0.1.3.crate) = 10743 SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/integer-encoding-3.0.4.crate) = 8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02 -SIZE (rust/crates/integer-encoding-3.0.4.crate) = 12446 -SHA256 (rust/crates/inventory-0.3.9.crate) = 25b1d6b4b9fb75fc419bdef998b689df5080a32931cb3395b86202046b56a9ea -SIZE (rust/crates/inventory-0.3.9.crate) = 14008 +SHA256 (rust/crates/inventory-0.3.13.crate) = 0508c56cfe9bfd5dfeb0c22ab9a6abfda2f27bdca422132e494266351ed8d83c +SIZE (rust/crates/inventory-0.3.13.crate) = 13963 SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 -SHA256 (rust/crates/ipnet-2.8.0.crate) = 28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6 -SIZE (rust/crates/ipnet-2.8.0.crate) = 27474 +SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 +SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 SHA256 (rust/crates/ipnetwork-0.20.0.crate) = bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e SIZE (rust/crates/ipnetwork-0.20.0.crate) = 16556 SHA256 (rust/crates/is-terminal-0.4.9.crate) = cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b @@ -555,76 +591,80 @@ 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/itertools-0.12.0.crate) = 25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0 +SIZE (rust/crates/itertools-0.12.0.crate) = 133620 SHA256 (rust/crates/itoa-1.0.9.crate) = af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38 SIZE (rust/crates/itoa-1.0.9.crate) = 10492 -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/json_comments-0.2.1.crate) = 41ee439ee368ba4a77ac70d04f14015415af8600d6c894dc1f11bd79758c57d5 -SIZE (rust/crates/json_comments-0.2.1.crate) = 8169 +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/json_comments-0.2.2.crate) = 9dbbfed4e59ba9750e15ba154fdfd9329cee16ff3df539c2666b70f58cc32105 +SIZE (rust/crates/json_comments-0.2.2.crate) = 8301 +SHA256 (rust/crates/jsonwebtoken-8.3.0.crate) = 6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378 +SIZE (rust/crates/jsonwebtoken-8.3.0.crate) = 45747 SHA256 (rust/crates/keccak-0.1.4.crate) = 8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940 SIZE (rust/crates/keccak-0.1.4.crate) = 13049 SHA256 (rust/crates/krb5-src-0.3.2+1.19.2.crate) = 44cd3b7e7735d48bc3793837041294f2eb747bd0f63bbc081e89972abb9e48fb SIZE (rust/crates/krb5-src-0.3.2+1.19.2.crate) = 4941735 -SHA256 (rust/crates/lalrpop-0.19.12.crate) = 0a1cbf952127589f2851ab2046af368fd20645491bb4b376f04b7f94d7a9837b -SIZE (rust/crates/lalrpop-0.19.12.crate) = 226898 -SHA256 (rust/crates/lalrpop-util-0.19.12.crate) = d3c48237b9604c5a4702de6b824e02006c3214327564636aef27c1028a8fa0ed -SIZE (rust/crates/lalrpop-util-0.19.12.crate) = 10178 +SHA256 (rust/crates/lalrpop-0.20.0.crate) = da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8 +SIZE (rust/crates/lalrpop-0.20.0.crate) = 233201 +SHA256 (rust/crates/lalrpop-util-0.20.0.crate) = 3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d +SIZE (rust/crates/lalrpop-util-0.20.0.crate) = 10403 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/levenshtein_automata-0.2.1.crate) = 0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25 SIZE (rust/crates/levenshtein_automata-0.2.1.crate) = 13549 -SHA256 (rust/crates/libc-0.2.147.crate) = b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3 -SIZE (rust/crates/libc-0.2.147.crate) = 686772 -SHA256 (rust/crates/libm-0.2.7.crate) = f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4 -SIZE (rust/crates/libm-0.2.7.crate) = 115688 -SHA256 (rust/crates/libsqlite3-sys-0.26.0.crate) = afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326 -SIZE (rust/crates/libsqlite3-sys-0.26.0.crate) = 4840390 -SHA256 (rust/crates/libz-sys-1.1.9.crate) = 56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db -SIZE (rust/crates/libz-sys-1.1.9.crate) = 2404387 -SHA256 (rust/crates/lindera-cc-cedict-0.27.0.crate) = 69c983c7c5068266e882449172a9583b04745045180d5118a52ea0e69743476b -SIZE (rust/crates/lindera-cc-cedict-0.27.0.crate) = 8236693 -SHA256 (rust/crates/lindera-cc-cedict-builder-0.27.0.crate) = 2d2e8f2ca97ddf952fe340642511b9c14b373cb2eef711d526bb8ef2ca0969b8 -SIZE (rust/crates/lindera-cc-cedict-builder-0.27.0.crate) = 5463 -SHA256 (rust/crates/lindera-compress-0.27.0.crate) = f72b460559bcbe8a9cee85ea4a5056133ed3abf373031191589236e656d65b59 -SIZE (rust/crates/lindera-compress-0.27.0.crate) = 1762 -SHA256 (rust/crates/lindera-core-0.27.0.crate) = f586eb8a9393c32d5525e0e9336a3727bd1329674740097126f3b0bff8a1a1ea -SIZE (rust/crates/lindera-core-0.27.0.crate) = 10543 -SHA256 (rust/crates/lindera-decompress-0.27.0.crate) = 1fb1facd8da698072fcc7338bd757730db53d59f313f44dd583fa03681dcc0e1 -SIZE (rust/crates/lindera-decompress-0.27.0.crate) = 1610 -SHA256 (rust/crates/lindera-dictionary-0.27.0.crate) = ec7be7410b1da7017a8948986b87af67082f605e9a716f0989790d795d677f0c -SIZE (rust/crates/lindera-dictionary-0.27.0.crate) = 5650 -SHA256 (rust/crates/lindera-ipadic-0.27.0.crate) = 3db2c39d5b69cb7b69df6edb44863d38991e0eb0037d38396604c1e65106a5db -SIZE (rust/crates/lindera-ipadic-0.27.0.crate) = 11041718 -SHA256 (rust/crates/lindera-ipadic-builder-0.27.0.crate) = 705d07f8a45d04fd95149f7ad41a26d1f9e56c9c00402be6f9dd05e3d88b99c6 -SIZE (rust/crates/lindera-ipadic-builder-0.27.0.crate) = 7423 -SHA256 (rust/crates/lindera-ipadic-neologd-builder-0.27.0.crate) = 633a93983ba13fba42328311a501091bd4a7aff0c94ae9eaa9d4733dd2b0468a -SIZE (rust/crates/lindera-ipadic-neologd-builder-0.27.0.crate) = 7394 -SHA256 (rust/crates/lindera-ko-dic-0.27.0.crate) = a428e0d316b6c86f51bd919479692bc41ad840dba266ebc044663970f431ea18 -SIZE (rust/crates/lindera-ko-dic-0.27.0.crate) = 41068941 -SHA256 (rust/crates/lindera-ko-dic-builder-0.27.0.crate) = 2a5288704c6b8a069c0a1705c38758e836497698b50453373ab3d56c6f9a7ef8 -SIZE (rust/crates/lindera-ko-dic-builder-0.27.0.crate) = 10169 -SHA256 (rust/crates/lindera-tokenizer-0.27.0.crate) = 106ba439b2e87529d9bbedbb88d69f635baba1195c26502b308f55a85885fc81 -SIZE (rust/crates/lindera-tokenizer-0.27.0.crate) = 23806 -SHA256 (rust/crates/lindera-unidic-builder-0.27.0.crate) = b698227fdaeac32289173ab389b990d4eb00a40cbc9912020f69a0c491dabf55 -SIZE (rust/crates/lindera-unidic-builder-0.27.0.crate) = 6639 +SHA256 (rust/crates/libc-0.2.150.crate) = 89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c +SIZE (rust/crates/libc-0.2.150.crate) = 719359 +SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 +SIZE (rust/crates/libm-0.2.8.crate) = 113450 +SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 +SIZE (rust/crates/libredox-0.0.1.crate) = 4212 +SHA256 (rust/crates/libsqlite3-sys-0.27.0.crate) = cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716 +SIZE (rust/crates/libsqlite3-sys-0.27.0.crate) = 4948458 +SHA256 (rust/crates/libz-sys-1.1.12.crate) = d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b +SIZE (rust/crates/libz-sys-1.1.12.crate) = 3030648 +SHA256 (rust/crates/lindera-cc-cedict-0.27.1.crate) = 53a46035785bfdf38a81713ac93d9df9adc527b7189f7264f2ce290459318935 +SIZE (rust/crates/lindera-cc-cedict-0.27.1.crate) = 8236699 +SHA256 (rust/crates/lindera-cc-cedict-builder-0.27.1.crate) = 6f567a47e47b5420908424de2c6c5e424e3cafe588d0146bd128c0f3755758a3 +SIZE (rust/crates/lindera-cc-cedict-builder-0.27.1.crate) = 5461 +SHA256 (rust/crates/lindera-compress-0.27.1.crate) = 49f3e553d55ebe9881fa5e5de588b0a153456e93564d17dfbef498912caf63a2 +SIZE (rust/crates/lindera-compress-0.27.1.crate) = 1763 +SHA256 (rust/crates/lindera-core-0.27.1.crate) = a9a2440cc156a4a911a174ec68203543d1efb10df3a700a59b6bf581e453c726 +SIZE (rust/crates/lindera-core-0.27.1.crate) = 10544 +SHA256 (rust/crates/lindera-decompress-0.27.1.crate) = e077a410e61c962cb526f71b7effd62ffc607488a8f61869c937582d2ccb529b +SIZE (rust/crates/lindera-decompress-0.27.1.crate) = 1609 +SHA256 (rust/crates/lindera-dictionary-0.27.1.crate) = d9f57491adf7b311a3ee87f5e4a36454df16a2ec73de4ef28b2106fac80bd782 +SIZE (rust/crates/lindera-dictionary-0.27.1.crate) = 5650 +SHA256 (rust/crates/lindera-ipadic-0.27.1.crate) = 639d95328fc40c8bc7041f7c669d38319cc6e069077764914aa07c9c16f8fe1e +SIZE (rust/crates/lindera-ipadic-0.27.1.crate) = 11041733 +SHA256 (rust/crates/lindera-ipadic-builder-0.27.1.crate) = a3476ec7748aebd2eb23d496ddfce5e7e0a5c031cffcd214451043e02d029f11 +SIZE (rust/crates/lindera-ipadic-builder-0.27.1.crate) = 7423 +SHA256 (rust/crates/lindera-ipadic-neologd-builder-0.27.1.crate) = 7b1c7576a02d5e4af2bf62de51790a01bc4b8bc0d0b6a6b86a46b157f5cb306d +SIZE (rust/crates/lindera-ipadic-neologd-builder-0.27.1.crate) = 7395 +SHA256 (rust/crates/lindera-ko-dic-0.27.1.crate) = b713ecd5b827d7d448c3c5eb3c6d5899ecaf22cd17087599996349a02c76828d +SIZE (rust/crates/lindera-ko-dic-0.27.1.crate) = 41068953 +SHA256 (rust/crates/lindera-ko-dic-builder-0.27.1.crate) = 3e545752f6487be87b572529ad594cb3b48d2ef20821516f598b2d152d23277b +SIZE (rust/crates/lindera-ko-dic-builder-0.27.1.crate) = 10171 +SHA256 (rust/crates/lindera-tokenizer-0.27.1.crate) = 24a2d4606a5a4da62ac4a3680ee884a75da7f0c892dc967fc9cb983ceba39a8f +SIZE (rust/crates/lindera-tokenizer-0.27.1.crate) = 23898 +SHA256 (rust/crates/lindera-unidic-builder-0.27.1.crate) = cdfa3e29a22c047da57fadd960ff674b720de15a1e2fb35b5ed67f3408afb469 +SIZE (rust/crates/lindera-unidic-builder-0.27.1.crate) = 6640 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 SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981 -SHA256 (rust/crates/linux-raw-sys-0.4.3.crate) = 09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0 -SIZE (rust/crates/linux-raw-sys-0.4.3.crate) = 1116245 -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.19.crate) = b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4 -SIZE (rust/crates/log-0.4.19.crate) = 38073 +SHA256 (rust/crates/linux-raw-sys-0.4.11.crate) = 969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829 +SIZE (rust/crates/linux-raw-sys-0.4.11.crate) = 1413981 +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/loom-0.5.6.crate) = ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5 SIZE (rust/crates/loom-0.5.6.crate) = 72186 -SHA256 (rust/crates/lru-0.10.1.crate) = 718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670 -SIZE (rust/crates/lru-0.10.1.crate) = 14160 -SHA256 (rust/crates/lru-0.11.0.crate) = eedb2bdbad7e0634f83989bf596f497b070130daaa398ab22d84c39e266deec5 -SIZE (rust/crates/lru-0.11.0.crate) = 14176 +SHA256 (rust/crates/lru-0.12.1.crate) = 2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7 +SIZE (rust/crates/lru-0.12.1.crate) = 14583 SHA256 (rust/crates/lz4-1.24.0.crate) = 7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1 SIZE (rust/crates/lz4-1.24.0.crate) = 13361 SHA256 (rust/crates/lz4-sys-1.9.4.crate) = 57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900 @@ -637,18 +677,20 @@ SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f SIZE (rust/crates/matchers-0.1.0.crate) = 6948 SHA256 (rust/crates/matches-0.1.10.crate) = 2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5 SIZE (rust/crates/matches-0.1.10.crate) = 2592 -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.5.crate) = 6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca -SIZE (rust/crates/md-5-0.10.5.crate) = 14573 +SHA256 (rust/crates/matchit-0.7.3.crate) = 0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94 +SIZE (rust/crates/matchit-0.7.3.crate) = 30372 +SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf +SIZE (rust/crates/md-5-0.10.6.crate) = 16161 SHA256 (rust/crates/md5-0.7.0.crate) = 490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771 SIZE (rust/crates/md5-0.7.0.crate) = 6671 SHA256 (rust/crates/measure_time-0.8.2.crate) = 56220900f1a0923789ecd6bf25fbae8af3b2f1ff3e9e297fc9b6b8674dd4d852 SIZE (rust/crates/measure_time-0.8.2.crate) = 4754 -SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d -SIZE (rust/crates/memchr-2.5.0.crate) = 65812 -SHA256 (rust/crates/memmap2-0.7.1.crate) = f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6 -SIZE (rust/crates/memmap2-0.7.1.crate) = 30741 +SHA256 (rust/crates/memchr-2.6.4.crate) = f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167 +SIZE (rust/crates/memchr-2.6.4.crate) = 94439 +SHA256 (rust/crates/memmap2-0.9.0.crate) = deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375 +SIZE (rust/crates/memmap2-0.9.0.crate) = 31529 +SHA256 (rust/crates/memoffset-0.7.1.crate) = 5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4 +SIZE (rust/crates/memoffset-0.7.1.crate) = 8556 SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c SIZE (rust/crates/memoffset-0.9.0.crate) = 9033 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a @@ -659,14 +701,12 @@ SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa 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.8.crate) = 927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2 -SIZE (rust/crates/mio-0.8.8.crate) = 94264 +SHA256 (rust/crates/mio-0.8.9.crate) = 3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0 +SIZE (rust/crates/mio-0.8.9.crate) = 102227 SHA256 (rust/crates/mockall-0.11.4.crate) = 4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96 SIZE (rust/crates/mockall-0.11.4.crate) = 22374 SHA256 (rust/crates/mockall_derive-0.11.4.crate) = 22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb SIZE (rust/crates/mockall_derive-0.11.4.crate) = 44096 -SHA256 (rust/crates/mrecordlog-0.4.0.crate) = 2ae279fda279177cadf1f2222ce4462fef46d814ba564e094c0b03e6503e39e0 -SIZE (rust/crates/mrecordlog-0.4.0.crate) = 35468 SHA256 (rust/crates/multer-2.1.0.crate) = 01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2 SIZE (rust/crates/multer-2.1.0.crate) = 23976 SHA256 (rust/crates/multimap-0.8.3.crate) = e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a @@ -681,6 +721,8 @@ SHA256 (rust/crates/new_debug_unreachable-1.0.4.crate) = e4a24736216ec316047a1fc SIZE (rust/crates/new_debug_unreachable-1.0.4.crate) = 2561 SHA256 (rust/crates/new_string_template-1.4.0.crate) = d7359c5bee6fe9218ccd4988120a23dc79d291e95486756969112d45efdc97d1 SIZE (rust/crates/new_string_template-1.4.0.crate) = 4965 +SHA256 (rust/crates/nix-0.26.4.crate) = 598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b +SIZE (rust/crates/nix-0.26.4.crate) = 279099 SHA256 (rust/crates/no-std-net-0.6.0.crate) = 43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65 SIZE (rust/crates/no-std-net-0.6.0.crate) = 30191 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a @@ -689,86 +731,98 @@ 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/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 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-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0 +SIZE (rust/crates/num-bigint-0.4.4.crate) = 99369 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-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-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd -SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 +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_enum-0.5.11.crate) = 1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9 SIZE (rust/crates/num_enum-0.5.11.crate) = 16772 +SHA256 (rust/crates/num_enum-0.6.1.crate) = 7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1 +SIZE (rust/crates/num_enum-0.6.1.crate) = 17911 SHA256 (rust/crates/num_enum_derive-0.5.11.crate) = dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799 SIZE (rust/crates/num_enum_derive-0.5.11.crate) = 15552 +SHA256 (rust/crates/num_enum_derive-0.6.1.crate) = 96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6 +SIZE (rust/crates/num_enum_derive-0.6.1.crate) = 15403 SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44 SIZE (rust/crates/num_threads-0.1.6.crate) = 7334 SHA256 (rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 SIZE (rust/crates/number_prefix-0.4.0.crate) = 6922 -SHA256 (rust/crates/oauth2-4.4.1.crate) = 09a6e2a2b13a56ebeabba9142f911745be6456163fd6c3d361274ebcd891a80c -SIZE (rust/crates/oauth2-4.4.1.crate) = 74263 -SHA256 (rust/crates/object-0.31.1.crate) = 8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1 -SIZE (rust/crates/object-0.31.1.crate) = 272843 +SHA256 (rust/crates/numfmt-1.1.1.crate) = db7467e47de9fb6ea5b3f47dc34c1cf0b86359f072a46f6278119544cdbd0021 +SIZE (rust/crates/numfmt-1.1.1.crate) = 15744 +SHA256 (rust/crates/oauth2-4.4.2.crate) = c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f +SIZE (rust/crates/oauth2-4.4.2.crate) = 74489 +SHA256 (rust/crates/object-0.32.1.crate) = 9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0 +SIZE (rust/crates/object-0.32.1.crate) = 275463 SHA256 (rust/crates/ofb-0.6.1.crate) = 2cc40678e045ff4eb1666ea6c0f994b133c31f673c09aed292261b6d5b6963a0 SIZE (rust/crates/ofb-0.6.1.crate) = 24116 -SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d -SIZE (rust/crates/once_cell-1.18.0.crate) = 32969 -SHA256 (rust/crates/oneshot-0.1.5.crate) = fc22d22931513428ea6cc089e942d38600e3d00976eef8c86de6b8a3aadec6eb -SIZE (rust/crates/oneshot-0.1.5.crate) = 31182 +SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 +SHA256 (rust/crates/oneshot-0.1.6.crate) = 6f6640c6bda7731b1fdbab747981a0f896dd1fedaf9f4a53fa237a04a84431f4 +SIZE (rust/crates/oneshot-0.1.6.crate) = 32968 +SHA256 (rust/crates/onig-6.4.0.crate) = 8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f +SIZE (rust/crates/onig-6.4.0.crate) = 32616 +SHA256 (rust/crates/onig_sys-69.8.1.crate) = 7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7 +SIZE (rust/crates/onig_sys-69.8.1.crate) = 638216 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/openidconnect-2.5.1.crate) = 98dd5b7049bac4fdd2233b8c9767d42c05da8006fdb79cc903258556d2b18009 SIZE (rust/crates/openidconnect-2.5.1.crate) = 144854 -SHA256 (rust/crates/openssl-0.10.55.crate) = 345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d -SIZE (rust/crates/openssl-0.10.55.crate) = 258750 +SHA256 (rust/crates/openssl-0.10.60.crate) = 79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800 +SIZE (rust/crates/openssl-0.10.60.crate) = 265736 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-111.26.0+1.1.1u.crate) = efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37 -SIZE (rust/crates/openssl-src-111.26.0+1.1.1u.crate) = 5110372 -SHA256 (rust/crates/openssl-sys-0.9.90.crate) = 374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6 -SIZE (rust/crates/openssl-sys-0.9.90.crate) = 66197 -SHA256 (rust/crates/opentelemetry-0.19.0.crate) = 5f4b8347cc26099d3aeee044065ecc3ae11469796b4d65d065a23a584ed92a6f -SIZE (rust/crates/opentelemetry-0.19.0.crate) = 15193 -SHA256 (rust/crates/opentelemetry-jaeger-0.18.0.crate) = 08e028dc9f4f304e9320ce38c80e7cf74067415b1ad5a8750a38bae54a4d450d -SIZE (rust/crates/opentelemetry-jaeger-0.18.0.crate) = 135048 -SHA256 (rust/crates/opentelemetry-otlp-0.12.0.crate) = 8af72d59a4484654ea8eb183fea5ae4eb6a41d7ac3e3bae5f4d2a282a3a7d3ca -SIZE (rust/crates/opentelemetry-otlp-0.12.0.crate) = 30592 -SHA256 (rust/crates/opentelemetry-proto-0.2.0.crate) = 045f8eea8c0fa19f7d48e7bc3128a39c2e5c533d5c61298c548dfefc1064474c -SIZE (rust/crates/opentelemetry-proto-0.2.0.crate) = 87818 -SHA256 (rust/crates/opentelemetry-semantic-conventions-0.11.0.crate) = 24e33428e6bf08c6f7fcea4ddb8e358fab0fe48ab877a87c70c6ebe20f673ce5 -SIZE (rust/crates/opentelemetry-semantic-conventions-0.11.0.crate) = 26977 -SHA256 (rust/crates/opentelemetry_api-0.19.0.crate) = ed41783a5bf567688eb38372f2b7a8530f5a607a4b49d38dd7573236c23ca7e2 -SIZE (rust/crates/opentelemetry_api-0.19.0.crate) = 55531 -SHA256 (rust/crates/opentelemetry_sdk-0.19.0.crate) = 8b3a2a91fdbfdd4d212c0dcc2ab540de2c2bcbbd90be17de7a7daf8822d010c1 -SIZE (rust/crates/opentelemetry_sdk-0.19.0.crate) = 98527 -SHA256 (rust/crates/ordered-float-2.10.0.crate) = 7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87 -SIZE (rust/crates/ordered-float-2.10.0.crate) = 15589 -SHA256 (rust/crates/ordered-float-3.7.0.crate) = 2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213 -SIZE (rust/crates/ordered-float-3.7.0.crate) = 18042 +SHA256 (rust/crates/openssl-src-300.1.6+3.1.4.crate) = 439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085 +SIZE (rust/crates/openssl-src-300.1.6+3.1.4.crate) = 8839739 +SHA256 (rust/crates/openssl-sys-0.9.96.crate) = 3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f +SIZE (rust/crates/openssl-sys-0.9.96.crate) = 67743 +SHA256 (rust/crates/opentelemetry-0.20.0.crate) = 9591d937bc0e6d2feb6f71a559540ab300ea49955229c347a517a28d27784c54 +SIZE (rust/crates/opentelemetry-0.20.0.crate) = 15313 +SHA256 (rust/crates/opentelemetry-otlp-0.13.0.crate) = 7e5e5a5c4135864099f3faafbe939eb4d7f9b80ebf68a8448da961b32a7c1275 +SIZE (rust/crates/opentelemetry-otlp-0.13.0.crate) = 30421 +SHA256 (rust/crates/opentelemetry-proto-0.3.0.crate) = b1e3f814aa9f8c905d0ee4bde026afd3b2577a97c10e1699912e3e44f0c4cbeb +SIZE (rust/crates/opentelemetry-proto-0.3.0.crate) = 182707 +SHA256 (rust/crates/opentelemetry-semantic-conventions-0.12.0.crate) = 73c9f9340ad135068800e7f1b24e9e09ed9e7143f5bf8518ded3d3ec69789269 +SIZE (rust/crates/opentelemetry-semantic-conventions-0.12.0.crate) = 32096 +SHA256 (rust/crates/opentelemetry_api-0.20.0.crate) = 8a81f725323db1b1206ca3da8bb19874bbd3f57c3bcd59471bfb04525b265b9b +SIZE (rust/crates/opentelemetry_api-0.20.0.crate) = 60100 +SHA256 (rust/crates/opentelemetry_sdk-0.20.0.crate) = fa8e705a0612d48139799fcbaba0d4a90f06277153e43dd2bdc16c6f0edd8026 +SIZE (rust/crates/opentelemetry_sdk-0.20.0.crate) = 103022 +SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c +SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 +SHA256 (rust/crates/ordered-float-3.9.2.crate) = f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc +SIZE (rust/crates/ordered-float-3.9.2.crate) = 19788 +SHA256 (rust/crates/ordered-float-4.1.1.crate) = 536900a8093134cf9ccf00a27deb3532421099e958d9dd431135d0c7543ca1e8 +SIZE (rust/crates/ordered-float-4.1.1.crate) = 20185 SHA256 (rust/crates/os_pipe-1.1.4.crate) = 0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177 SIZE (rust/crates/os_pipe-1.1.4.crate) = 11436 -SHA256 (rust/crates/ouroboros-0.17.0.crate) = d813b7b31a82efae94bd30ffaac09aec85efc18db2d5ec3aead1a220ee954351 -SIZE (rust/crates/ouroboros-0.17.0.crate) = 11281 -SHA256 (rust/crates/ouroboros_macro-0.17.0.crate) = 5a56f651b4dd45ae3ac3d260ced32eaf0620cddaae5f26c69b554a9016594726 -SIZE (rust/crates/ouroboros_macro-0.17.0.crate) = 21491 +SHA256 (rust/crates/ouroboros-0.18.0.crate) = 1c86de06555b970aec45229b27291b53154f21a5743a163419f4e4c0b065dcde +SIZE (rust/crates/ouroboros-0.18.0.crate) = 11352 +SHA256 (rust/crates/ouroboros_macro-0.18.0.crate) = 8cad0c4b129e9696e37cb712b243777b90ef489a0bfaa0ac34e7d9b860e4f134 +SIZE (rust/crates/ouroboros_macro-0.18.0.crate) = 21826 SHA256 (rust/crates/outref-0.5.1.crate) = 4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a SIZE (rust/crates/outref-0.5.1.crate) = 3957 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 -SHA256 (rust/crates/papergrid-0.5.1.crate) = 453cf71f2a37af495a1a124bf30d4d7469cfbea58e9f2479be9d222396a518a2 -SIZE (rust/crates/papergrid-0.5.1.crate) = 24020 -SHA256 (rust/crates/parking-2.1.0.crate) = 14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e -SIZE (rust/crates/parking-2.1.0.crate) = 9491 +SHA256 (rust/crates/papergrid-0.10.0.crate) = a2ccbe15f2b6db62f9a9871642746427e297b0ceb85f9a7f1ee5ff47d184d0c8 +SIZE (rust/crates/papergrid-0.10.0.crate) = 52097 +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.8.crate) = 93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447 -SIZE (rust/crates/parking_lot_core-0.9.8.crate) = 32383 +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/parse-zoneinfo-0.3.0.crate) = c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41 SIZE (rust/crates/parse-zoneinfo-0.3.0.crate) = 76590 SHA256 (rust/crates/password-hash-0.4.2.crate) = 7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700 @@ -777,14 +831,24 @@ SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034 SIZE (rust/crates/paste-1.0.14.crate) = 18157 SHA256 (rust/crates/pbkdf2-0.11.0.crate) = 83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917 SIZE (rust/crates/pbkdf2-0.11.0.crate) = 13229 +SHA256 (rust/crates/peeking_take_while-1.0.0.crate) = 9e9ed2178b0575fff8e1b83b58ba6f75e727aafac2e1b6c795169ad3b17eb518 +SIZE (rust/crates/peeking_take_while-1.0.0.crate) = 7754 SHA256 (rust/crates/pem-1.1.1.crate) = a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8 SIZE (rust/crates/pem-1.1.1.crate) = 11352 SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412 SIZE (rust/crates/pem-rfc7468-0.7.0.crate) = 24159 -SHA256 (rust/crates/percent-encoding-2.3.0.crate) = 9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94 -SIZE (rust/crates/percent-encoding-2.3.0.crate) = 10196 -SHA256 (rust/crates/petgraph-0.6.3.crate) = 4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4 -SIZE (rust/crates/petgraph-0.6.3.crate) = 185740 +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.5.crate) = ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5 +SIZE (rust/crates/pest-2.7.5.crate) = 117583 +SHA256 (rust/crates/pest_derive-2.7.5.crate) = 81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2 +SIZE (rust/crates/pest_derive-2.7.5.crate) = 35415 +SHA256 (rust/crates/pest_generator-2.7.5.crate) = 68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227 +SIZE (rust/crates/pest_generator-2.7.5.crate) = 17709 +SHA256 (rust/crates/pest_meta-2.7.5.crate) = 7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6 +SIZE (rust/crates/pest_meta-2.7.5.crate) = 40969 +SHA256 (rust/crates/petgraph-0.6.4.crate) = e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9 +SIZE (rust/crates/petgraph-0.6.4.crate) = 185895 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 @@ -795,12 +859,12 @@ SHA256 (rust/crates/phf_shared-0.10.0.crate) = b6796ad771acdc0123d2a88dc428b5e38 SIZE (rust/crates/phf_shared-0.10.0.crate) = 4095 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.2.crate) = 030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842 -SIZE (rust/crates/pin-project-1.1.2.crate) = 57540 -SHA256 (rust/crates/pin-project-internal-1.1.2.crate) = ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c -SIZE (rust/crates/pin-project-internal-1.1.2.crate) = 27825 -SHA256 (rust/crates/pin-project-lite-0.2.10.crate) = 4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57 -SIZE (rust/crates/pin-project-lite-0.2.10.crate) = 28026 +SHA256 (rust/crates/pin-project-1.1.3.crate) = fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422 +SIZE (rust/crates/pin-project-1.1.3.crate) = 57740 +SHA256 (rust/crates/pin-project-internal-1.1.3.crate) = 4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405 +SIZE (rust/crates/pin-project-internal-1.1.3.crate) = 27824 +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/pkcs1-0.7.5.crate) = c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f @@ -831,18 +895,22 @@ SHA256 (rust/crates/pnet_sys-0.33.0.crate) = faf7a58b2803d818a374be9278a1fe8f88f SIZE (rust/crates/pnet_sys-0.33.0.crate) = 11600 SHA256 (rust/crates/pnet_transport-0.33.0.crate) = 813d1c0e4defbe7ee22f6fe1755f122b77bfb5abe77145b1b5baaf463cab9249 SIZE (rust/crates/pnet_transport-0.33.0.crate) = 11026 -SHA256 (rust/crates/portable-atomic-1.4.1.crate) = edc55135a600d700580e406b4de0d59cb9ad25e344a3a091a97ded2622ec4ec6 -SIZE (rust/crates/portable-atomic-1.4.1.crate) = 124522 -SHA256 (rust/crates/postcard-1.0.4.crate) = cfa512cd0d087cc9f99ad30a1bf64795b67871edbead083ffc3a4dfafa59aa00 -SIZE (rust/crates/postcard-1.0.4.crate) = 49796 +SHA256 (rust/crates/poly1305-0.8.0.crate) = 8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf +SIZE (rust/crates/poly1305-0.8.0.crate) = 32633 +SHA256 (rust/crates/portable-atomic-1.5.1.crate) = 3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b +SIZE (rust/crates/portable-atomic-1.5.1.crate) = 140771 +SHA256 (rust/crates/postcard-1.0.8.crate) = a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8 +SIZE (rust/crates/postcard-1.0.8.crate) = 53813 +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/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c SIZE (rust/crates/precomputed-hash-0.1.1.crate) = 1640 SHA256 (rust/crates/predicates-2.1.5.crate) = 59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd SIZE (rust/crates/predicates-2.1.5.crate) = 24165 -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 @@ -851,24 +919,24 @@ 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.1.25.crate) = 6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86 SIZE (rust/crates/prettyplease-0.1.25.crate) = 49545 -SHA256 (rust/crates/prettyplease-0.2.10.crate) = 92139198957b410250d43fad93e630d956499a625c527eda65175c8680f83387 -SIZE (rust/crates/prettyplease-0.2.10.crate) = 56634 -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/prettyplease-0.2.15.crate) = ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d +SIZE (rust/crates/prettyplease-0.2.15.crate) = 57034 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-crate-2.0.0.crate) = 7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8 +SIZE (rust/crates/proc-macro-crate-2.0.0.crate) = 10922 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.66.crate) = 18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9 -SIZE (rust/crates/proc-macro2-1.0.66.crate) = 43575 +SHA256 (rust/crates/proc-macro2-1.0.70.crate) = 39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b +SIZE (rust/crates/proc-macro2-1.0.70.crate) = 44343 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/proptest-1.2.0.crate) = 4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65 -SIZE (rust/crates/proptest-1.2.0.crate) = 194884 +SHA256 (rust/crates/proptest-1.4.0.crate) = 31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf +SIZE (rust/crates/proptest-1.4.0.crate) = 198527 SHA256 (rust/crates/prost-0.11.9.crate) = 0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd SIZE (rust/crates/prost-0.11.9.crate) = 28958 SHA256 (rust/crates/prost-build-0.11.9.crate) = 119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270 @@ -887,10 +955,10 @@ SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289d SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 SHA256 (rust/crates/quick-xml-0.29.0.crate) = 81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51 SIZE (rust/crates/quick-xml-0.29.0.crate) = 160308 -SHA256 (rust/crates/quote-1.0.31.crate) = 5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0 -SIZE (rust/crates/quote-1.0.31.crate) = 27881 -SHA256 (rust/crates/quoted_printable-0.4.8.crate) = 5a3866219251662ec3b26fc217e3e05bf9c4f84325234dfb96bf0bf840889e49 -SIZE (rust/crates/quoted_printable-0.4.8.crate) = 7132 +SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae +SIZE (rust/crates/quote-1.0.33.crate) = 28090 +SHA256 (rust/crates/quoted_printable-0.5.0.crate) = 79ec282e887b434b68c18fe5c121d38e72a5cf35119b59e54ec5b992ea9c8eb0 +SIZE (rust/crates/quoted_printable-0.5.0.crate) = 7604 SHA256 (rust/crates/radium-0.7.0.crate) = dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09 SIZE (rust/crates/radium-0.7.0.crate) = 10906 SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 @@ -911,48 +979,52 @@ SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463 SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 SHA256 (rust/crates/rand_xorshift-0.3.0.crate) = d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f SIZE (rust/crates/rand_xorshift-0.3.0.crate) = 9121 -SHA256 (rust/crates/rayon-1.7.0.crate) = 1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b -SIZE (rust/crates/rayon-1.7.0.crate) = 169488 -SHA256 (rust/crates/rayon-core-1.11.0.crate) = 4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d -SIZE (rust/crates/rayon-core-1.11.0.crate) = 73118 +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/rdkafka-0.33.2.crate) = da18026aad1c24033da3da726200de7e911e75c2e2cc2f77ffb9b4502720faae SIZE (rust/crates/rdkafka-0.33.2.crate) = 125840 -SHA256 (rust/crates/rdkafka-sys-4.5.0+1.9.2.crate) = 1bb0676c2112342ac7165decdedbc4e7086c0af384479ccce534546b10687a5d -SIZE (rust/crates/rdkafka-sys-4.5.0+1.9.2.crate) = 4193560 -SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a -SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 +SHA256 (rust/crates/rdkafka-sys-4.7.0+2.3.0.crate) = 55e0d2f9ba6253f6ec72385e453294f8618e9e15c2c6aba2a5c01ccf9622d615 +SIZE (rust/crates/rdkafka-sys-4.7.0+2.3.0.crate) = 4387484 SHA256 (rust/crates/redox_syscall-0.3.5.crate) = 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 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.9.1.crate) = b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575 -SIZE (rust/crates/regex-1.9.1.crate) = 251978 +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.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 -SHA256 (rust/crates/regex-automata-0.3.3.crate) = 39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310 -SIZE (rust/crates/regex-automata-0.3.3.crate) = 604301 +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.7.4.crate) = e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2 -SIZE (rust/crates/regex-syntax-0.7.4.crate) = 343365 -SHA256 (rust/crates/rend-0.4.0.crate) = 581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab -SIZE (rust/crates/rend-0.4.0.crate) = 8816 -SHA256 (rust/crates/reqwest-0.11.18.crate) = cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55 -SIZE (rust/crates/reqwest-0.11.18.crate) = 154387 +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/rend-0.4.1.crate) = a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd +SIZE (rust/crates/rend-0.4.1.crate) = 9305 +SHA256 (rust/crates/reqwest-0.11.22.crate) = 046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b +SIZE (rust/crates/reqwest-0.11.22.crate) = 156932 SHA256 (rust/crates/retain_mut-0.1.9.crate) = 4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0 SIZE (rust/crates/retain_mut-0.1.9.crate) = 4058 SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc SIZE (rust/crates/ring-0.16.20.crate) = 5082615 +SHA256 (rust/crates/ring-0.17.5.crate) = fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b +SIZE (rust/crates/ring-0.17.5.crate) = 4147790 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/roxmltree-0.14.1.crate) = 921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b SIZE (rust/crates/roxmltree-0.14.1.crate) = 39163 -SHA256 (rust/crates/roxmltree-0.18.0.crate) = d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8 -SIZE (rust/crates/roxmltree-0.18.0.crate) = 42463 -SHA256 (rust/crates/rsa-0.9.2.crate) = 6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8 -SIZE (rust/crates/rsa-0.9.2.crate) = 72758 +SHA256 (rust/crates/roxmltree-0.18.1.crate) = 862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302 +SIZE (rust/crates/roxmltree-0.18.1.crate) = 43040 +SHA256 (rust/crates/rsa-0.9.4.crate) = 6a3211b01eea83d80687da9eef70e39d65144a3894866a5153a2723e425a157f +SIZE (rust/crates/rsa-0.9.4.crate) = 77097 SHA256 (rust/crates/rust-embed-6.8.1.crate) = a36224c3276f8c4ebc8c20f158eca7ca4359c8db89991c4925132aaaf6702661 SIZE (rust/crates/rust-embed-6.8.1.crate) = 901392 SHA256 (rust/crates/rust-embed-impl-6.8.1.crate) = 49b94b81e5b2c284684141a2fb9e2a31be90638caf040bf9afbc5a0416afe1ac @@ -961,34 +1033,38 @@ SHA256 (rust/crates/rust-embed-utils-7.8.1.crate) = 9d38ff6bf570dc3bb7100fce9f7b SIZE (rust/crates/rust-embed-utils-7.8.1.crate) = 3321 SHA256 (rust/crates/rust-stemmers-1.2.0.crate) = e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54 SIZE (rust/crates/rust-stemmers-1.2.0.crate) = 2351301 -SHA256 (rust/crates/rust_decimal-1.30.0.crate) = d0446843641c69436765a35a5a77088e28c2e6a12da93e84aa3ab1cd4aa5a042 -SIZE (rust/crates/rust_decimal-1.30.0.crate) = 124226 +SHA256 (rust/crates/rust_decimal-1.33.1.crate) = 06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4 +SIZE (rust/crates/rust_decimal-1.33.1.crate) = 125610 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.15.crate) = c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941 -SIZE (rust/crates/rustix-0.36.15.crate) = 294690 -SHA256 (rust/crates/rustix-0.38.4.crate) = 0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5 -SIZE (rust/crates/rustix-0.38.4.crate) = 323637 -SHA256 (rust/crates/rustls-0.20.8.crate) = fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f -SIZE (rust/crates/rustls-0.20.8.crate) = 270142 -SHA256 (rust/crates/rustls-0.21.5.crate) = 79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36 -SIZE (rust/crates/rustls-0.21.5.crate) = 282819 +SHA256 (rust/crates/rustix-0.36.17.crate) = 305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed +SIZE (rust/crates/rustix-0.36.17.crate) = 290840 +SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 +SIZE (rust/crates/rustix-0.38.28.crate) = 365398 +SHA256 (rust/crates/rustls-0.20.9.crate) = 1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99 +SIZE (rust/crates/rustls-0.20.9.crate) = 270582 +SHA256 (rust/crates/rustls-0.21.9.crate) = 629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9 +SIZE (rust/crates/rustls-0.21.9.crate) = 283537 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.3.crate) = 2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2 -SIZE (rust/crates/rustls-pemfile-1.0.3.crate) = 20432 -SHA256 (rust/crates/rustls-webpki-0.101.1.crate) = 15f36a6828982f422756984e47912a7a51dcbc2a197aa791158f8ca61cd8204e -SIZE (rust/crates/rustls-webpki-0.101.1.crate) = 157872 +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.100.3.crate) = 5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3 +SIZE (rust/crates/rustls-webpki-0.100.3.crate) = 74762 +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/rusty-fork-0.3.0.crate) = cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f SIZE (rust/crates/rusty-fork-0.3.0.crate) = 19881 SHA256 (rust/crates/ryu-1.0.15.crate) = 1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741 SIZE (rust/crates/ryu-1.0.15.crate) = 46906 +SHA256 (rust/crates/salsa20-0.10.2.crate) = 97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213 +SIZE (rust/crates/salsa20-0.10.2.crate) = 12780 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 @@ -997,174 +1073,184 @@ SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0 SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/sct-0.7.0.crate) = d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4 -SIZE (rust/crates/sct-0.7.0.crate) = 27502 +SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 +SIZE (rust/crates/sct-0.7.1.crate) = 27501 +SHA256 (rust/crates/sea-query-0.30.3.crate) = 3472e143a83f7f03d306dcc62af88c5afdcd7e35f96ef0001a806fe244b3b15a +SIZE (rust/crates/sea-query-0.30.3.crate) = 228446 +SHA256 (rust/crates/sea-query-binder-0.5.0.crate) = 36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9 +SIZE (rust/crates/sea-query-binder-0.5.0.crate) = 4370 +SHA256 (rust/crates/sea-query-derive-0.4.1.crate) = 25a82fcb49253abcb45cdcb2adf92956060ec0928635eb21b4f7a6d8f25ab0bc +SIZE (rust/crates/sea-query-derive-0.4.1.crate) = 7697 SHA256 (rust/crates/seahash-4.1.0.crate) = 1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b SIZE (rust/crates/seahash-4.1.0.crate) = 31976 -SHA256 (rust/crates/security-framework-2.9.1.crate) = 1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8 -SIZE (rust/crates/security-framework-2.9.1.crate) = 78844 -SHA256 (rust/crates/security-framework-sys-2.9.0.crate) = f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7 -SIZE (rust/crates/security-framework-sys-2.9.0.crate) = 18197 -SHA256 (rust/crates/semver-1.0.18.crate) = b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918 -SIZE (rust/crates/semver-1.0.18.crate) = 29703 -SHA256 (rust/crates/serde-1.0.171.crate) = 30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9 -SIZE (rust/crates/serde-1.0.171.crate) = 77630 +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/serde-value-0.7.0.crate) = f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c SIZE (rust/crates/serde-value-0.7.0.crate) = 10249 -SHA256 (rust/crates/serde_derive-1.0.171.crate) = 389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682 -SIZE (rust/crates/serde_derive-1.0.171.crate) = 55183 -SHA256 (rust/crates/serde_json-1.0.103.crate) = d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b -SIZE (rust/crates/serde_json-1.0.103.crate) = 146095 +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_path_to_error-0.1.14.crate) = 4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335 SIZE (rust/crates/serde_path_to_error-0.1.14.crate) = 16553 -SHA256 (rust/crates/serde_plain-1.0.1.crate) = d6018081315db179d0ce57b1fe4b62a12a0028c9cf9bbef868c9cf477b3c34ae -SIZE (rust/crates/serde_plain-1.0.1.crate) = 11135 +SHA256 (rust/crates/serde_plain-1.0.2.crate) = 9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50 +SIZE (rust/crates/serde_plain-1.0.2.crate) = 11183 SHA256 (rust/crates/serde_qs-0.8.5.crate) = c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6 SIZE (rust/crates/serde_qs-0.8.5.crate) = 44854 SHA256 (rust/crates/serde_qs-0.12.0.crate) = 0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c SIZE (rust/crates/serde_qs-0.12.0.crate) = 52798 -SHA256 (rust/crates/serde_spanned-0.6.3.crate) = 96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186 -SIZE (rust/crates/serde_spanned-0.6.3.crate) = 7737 +SHA256 (rust/crates/serde_spanned-0.6.4.crate) = 12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80 +SIZE (rust/crates/serde_spanned-0.6.4.crate) = 7756 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-1.14.0.crate) = 678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff SIZE (rust/crates/serde_with-1.14.0.crate) = 114325 -SHA256 (rust/crates/serde_with-3.1.0.crate) = 21e47d95bc83ed33b2ecf84f4187ad1ab9685d18ff28db000c99deac8ce180e3 -SIZE (rust/crates/serde_with-3.1.0.crate) = 124420 +SHA256 (rust/crates/serde_with-3.4.0.crate) = 64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23 +SIZE (rust/crates/serde_with-3.4.0.crate) = 126494 SHA256 (rust/crates/serde_with_macros-1.5.2.crate) = e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082 SIZE (rust/crates/serde_with_macros-1.5.2.crate) = 21426 -SHA256 (rust/crates/serde_with_macros-3.1.0.crate) = ea3cee93715c2e266b9338b7544da68a9f24e227722ba482bd1c024367c77c65 -SIZE (rust/crates/serde_with_macros-3.1.0.crate) = 28187 +SHA256 (rust/crates/serde_with_macros-3.4.0.crate) = 93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788 +SIZE (rust/crates/serde_with_macros-3.4.0.crate) = 28226 SHA256 (rust/crates/serde_yaml-0.8.26.crate) = 578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b SIZE (rust/crates/serde_yaml-0.8.26.crate) = 40670 -SHA256 (rust/crates/serde_yaml-0.9.24.crate) = bd5f51e3fdb5b9cdd1577e1cb7a733474191b1aca6a72c2e50913241632c1180 -SIZE (rust/crates/serde_yaml-0.9.24.crate) = 64555 +SHA256 (rust/crates/serde_yaml-0.9.27.crate) = 3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c +SIZE (rust/crates/serde_yaml-0.9.27.crate) = 64781 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/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/sha3-0.10.8.crate) = 75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60 SIZE (rust/crates/sha3-0.10.8.crate) = 858216 -SHA256 (rust/crates/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31 -SIZE (rust/crates/sharded-slab-0.1.4.crate) = 52479 +SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 +SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 SHA256 (rust/crates/shared_child-1.0.0.crate) = b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef SIZE (rust/crates/shared_child-1.0.0.crate) = 8939 SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 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/signature-2.1.0.crate) = 5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500 -SIZE (rust/crates/signature-2.1.0.crate) = 15627 +SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de +SIZE (rust/crates/signature-2.2.0.crate) = 15531 SHA256 (rust/crates/simdutf8-0.1.4.crate) = f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a SIZE (rust/crates/simdutf8-0.1.4.crate) = 28621 -SHA256 (rust/crates/siphasher-0.3.10.crate) = 7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de -SIZE (rust/crates/siphasher-0.3.10.crate) = 9889 +SHA256 (rust/crates/simple_asn1-0.6.2.crate) = adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085 +SIZE (rust/crates/simple_asn1-0.6.2.crate) = 15992 +SHA256 (rust/crates/siphasher-0.3.11.crate) = 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d +SIZE (rust/crates/siphasher-0.3.11.crate) = 10442 SHA256 (rust/crates/sketches-ddsketch-0.2.1.crate) = 68a406c1882ed7f29cd5e248c9848a80e7cb6ae0fea82346d2746f2f941c07e1 SIZE (rust/crates/sketches-ddsketch-0.2.1.crate) = 13121 -SHA256 (rust/crates/slab-0.4.8.crate) = 6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d -SIZE (rust/crates/slab-0.4.8.crate) = 16928 -SHA256 (rust/crates/smallvec-1.11.0.crate) = 62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9 -SIZE (rust/crates/smallvec-1.11.0.crate) = 34680 +SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 +SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 SHA256 (rust/crates/snafu-0.7.5.crate) = e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6 SIZE (rust/crates/snafu-0.7.5.crate) = 65229 SHA256 (rust/crates/snafu-derive-0.7.5.crate) = 990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf SIZE (rust/crates/snafu-derive-0.7.5.crate) = 28208 SHA256 (rust/crates/snap-1.1.0.crate) = 5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831 SIZE (rust/crates/snap-1.1.0.crate) = 33163 -SHA256 (rust/crates/socket2-0.4.9.crate) = 64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662 -SIZE (rust/crates/socket2-0.4.9.crate) = 45421 +SHA256 (rust/crates/socket2-0.4.10.crate) = 9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d +SIZE (rust/crates/socket2-0.4.10.crate) = 45697 +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/spki-0.7.2.crate) = 9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a SIZE (rust/crates/spki-0.7.2.crate) = 16270 -SHA256 (rust/crates/sqlformat-0.2.1.crate) = 0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e -SIZE (rust/crates/sqlformat-0.2.1.crate) = 21134 -SHA256 (rust/crates/sqlx-0.7.1.crate) = 8e58421b6bc416714d5115a2ca953718f6c621a51b68e4f4922aea5a4391a721 -SIZE (rust/crates/sqlx-0.7.1.crate) = 147426 -SHA256 (rust/crates/sqlx-core-0.7.1.crate) = dd4cef4251aabbae751a3710927945901ee1d97ee96d757f6880ebb9a79bfd53 -SIZE (rust/crates/sqlx-core-0.7.1.crate) = 94641 -SHA256 (rust/crates/sqlx-macros-0.7.1.crate) = 208e3165167afd7f3881b16c1ef3f2af69fa75980897aac8874a0696516d12c2 -SIZE (rust/crates/sqlx-macros-0.7.1.crate) = 1862 -SHA256 (rust/crates/sqlx-macros-core-0.7.1.crate) = 8a4a8336d278c62231d87f24e8a7a74898156e34c1c18942857be2acb29c7dfc -SIZE (rust/crates/sqlx-macros-core-0.7.1.crate) = 25626 -SHA256 (rust/crates/sqlx-mysql-0.7.1.crate) = 8ca69bf415b93b60b80dc8fda3cb4ef52b2336614d8da2de5456cc942a110482 -SIZE (rust/crates/sqlx-mysql-0.7.1.crate) = 51081 -SHA256 (rust/crates/sqlx-postgres-0.7.1.crate) = a0db2df1b8731c3651e204629dd55e52adbae0462fa1bdcbed56a2302c18181e -SIZE (rust/crates/sqlx-postgres-0.7.1.crate) = 101911 -SHA256 (rust/crates/sqlx-sqlite-0.7.1.crate) = be4c21bf34c7cae5b283efb3ac1bcc7670df7561124dc2f8bdc0b59be40f79a2 -SIZE (rust/crates/sqlx-sqlite-0.7.1.crate) = 59317 +SHA256 (rust/crates/sqlformat-0.2.2.crate) = 6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85 +SIZE (rust/crates/sqlformat-0.2.2.crate) = 21183 +SHA256 (rust/crates/sqlx-0.7.3.crate) = dba03c279da73694ef99763320dea58b51095dfe87d001b1d4b5fe78ba8763cf +SIZE (rust/crates/sqlx-0.7.3.crate) = 153445 +SHA256 (rust/crates/sqlx-core-0.7.3.crate) = d84b0a3c3739e220d94b3239fd69fb1f74bc36e16643423bd99de3b43c21bfbd +SIZE (rust/crates/sqlx-core-0.7.3.crate) = 97815 +SHA256 (rust/crates/sqlx-macros-0.7.3.crate) = 89961c00dc4d7dffb7aee214964b065072bff69e36ddb9e2c107541f75e4f2a5 +SIZE (rust/crates/sqlx-macros-0.7.3.crate) = 1860 +SHA256 (rust/crates/sqlx-macros-core-0.7.3.crate) = d0bd4519486723648186a08785143599760f7cc81c52334a55d6a83ea1e20841 +SIZE (rust/crates/sqlx-macros-core-0.7.3.crate) = 26777 +SHA256 (rust/crates/sqlx-mysql-0.7.3.crate) = e37195395df71fd068f6e2082247891bc11e3289624bbc776a0cdfa1ca7f1ea4 +SIZE (rust/crates/sqlx-mysql-0.7.3.crate) = 54924 +SHA256 (rust/crates/sqlx-postgres-0.7.3.crate) = d6ac0ac3b7ccd10cc96c7ab29791a7dd236bd94021f31eec7ba3d46a74aa1c24 +SIZE (rust/crates/sqlx-postgres-0.7.3.crate) = 105083 +SHA256 (rust/crates/sqlx-sqlite-0.7.3.crate) = 210976b7d948c7ba9fced8ca835b11cbb2d677c59c79de41ac0d397e14547490 +SIZE (rust/crates/sqlx-sqlite-0.7.3.crate) = 60950 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 SHA256 (rust/crates/string_cache-0.8.7.crate) = f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b SIZE (rust/crates/string_cache-0.8.7.crate) = 16655 -SHA256 (rust/crates/stringprep-0.1.3.crate) = db3737bde7edce97102e0e2b15365bf7a20bfdb5f60f4f9e8d7004258a51a8da -SIZE (rust/crates/stringprep-0.1.3.crate) = 22129 -SHA256 (rust/crates/strip-ansi-escapes-0.1.1.crate) = 011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8 -SIZE (rust/crates/strip-ansi-escapes-0.1.1.crate) = 8668 +SHA256 (rust/crates/stringprep-0.1.4.crate) = bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6 +SIZE (rust/crates/stringprep-0.1.4.crate) = 23551 +SHA256 (rust/crates/strip-ansi-escapes-0.2.0.crate) = 55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa +SIZE (rust/crates/strip-ansi-escapes-0.2.0.crate) = 8625 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 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.26.crate) = 45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970 -SIZE (rust/crates/syn-2.0.26.crate) = 241572 +SHA256 (rust/crates/syn-2.0.39.crate) = 23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a +SIZE (rust/crates/syn-2.0.39.crate) = 244129 +SHA256 (rust/crates/syn_derive-0.1.8.crate) = 1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b +SIZE (rust/crates/syn_derive-0.1.8.crate) = 5173 SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 -SHA256 (rust/crates/syslog_loose-0.18.0.crate) = 97fb75f176928530867b2a659e470f9c9ff71904695bab6556f7ad30f9039efd -SIZE (rust/crates/syslog_loose-0.18.0.crate) = 27094 -SHA256 (rust/crates/tabled-0.8.0.crate) = e5b2f8c37d26d87d2252187b0a45ea3cbf42baca10377c7e7eaaa2800fa9bf97 -SIZE (rust/crates/tabled-0.8.0.crate) = 111125 -SHA256 (rust/crates/tabled_derive-0.4.0.crate) = f9ee618502f497abf593e1c5c9577f34775b111480009ffccd7ad70d23fcaba8 -SIZE (rust/crates/tabled_derive-0.4.0.crate) = 7254 -SHA256 (rust/crates/tantivy-fst-0.4.0.crate) = fc3c506b1a8443a3a65352df6382a1fb6a7afe1a02e871cee0d25e2c3d5f3944 -SIZE (rust/crates/tantivy-fst-0.4.0.crate) = 1561256 +SHA256 (rust/crates/syslog_loose-0.19.0.crate) = acf5252d1adec0a489a0225f867c1a7fd445e41674530a396d0629cff0c4b211 +SIZE (rust/crates/syslog_loose-0.19.0.crate) = 28599 +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/tabled-0.14.0.crate) = dfe9c3632da101aba5131ed63f9eed38665f8b3c68703a6bb18124835c1a5d22 +SIZE (rust/crates/tabled-0.14.0.crate) = 192117 +SHA256 (rust/crates/tabled_derive-0.6.0.crate) = 99f688a08b54f4f02f0a3c382aefdb7884d3d69609f785bd253dc033243e3fe4 +SIZE (rust/crates/tabled_derive-0.6.0.crate) = 9351 +SHA256 (rust/crates/tantivy-fst-0.5.0.crate) = d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18 +SIZE (rust/crates/tantivy-fst-0.5.0.crate) = 1561221 SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 SIZE (rust/crates/tap-1.0.1.crate) = 11316 -SHA256 (rust/crates/tar-0.4.39.crate) = ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96 -SIZE (rust/crates/tar-0.4.39.crate) = 51491 -SHA256 (rust/crates/tempfile-3.7.0.crate) = 5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998 -SIZE (rust/crates/tempfile-3.7.0.crate) = 31754 +SHA256 (rust/crates/tar-0.4.40.crate) = b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb +SIZE (rust/crates/tar-0.4.40.crate) = 51844 +SHA256 (rust/crates/tempfile-3.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa +SIZE (rust/crates/tempfile-3.9.0.crate) = 32182 SHA256 (rust/crates/term-0.7.0.crate) = c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f SIZE (rust/crates/term-0.7.0.crate) = 37082 -SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6 -SIZE (rust/crates/termcolor-1.2.0.crate) = 17917 +SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449 +SIZE (rust/crates/termcolor-1.4.0.crate) = 18765 SHA256 (rust/crates/termtree-0.4.1.crate) = 3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76 SIZE (rust/crates/termtree-0.4.1.crate) = 4557 -SHA256 (rust/crates/thiserror-1.0.43.crate) = a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42 -SIZE (rust/crates/thiserror-1.0.43.crate) = 18735 -SHA256 (rust/crates/thiserror-impl-1.0.43.crate) = 463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f -SIZE (rust/crates/thiserror-impl-1.0.43.crate) = 15062 +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/thousands-0.2.0.crate) = 3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820 SIZE (rust/crates/thousands-0.2.0.crate) = 11060 SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 -SHA256 (rust/crates/threadpool-1.8.1.crate) = d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa -SIZE (rust/crates/threadpool-1.8.1.crate) = 14408 -SHA256 (rust/crates/thrift-0.17.0.crate) = 7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09 -SIZE (rust/crates/thrift-0.17.0.crate) = 45286 -SHA256 (rust/crates/tikv-jemalloc-ctl-0.5.0.crate) = e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1 -SIZE (rust/crates/tikv-jemalloc-ctl-0.5.0.crate) = 19183 -SHA256 (rust/crates/tikv-jemalloc-sys-0.5.3+5.3.0-patched.crate) = a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8 -SIZE (rust/crates/tikv-jemalloc-sys-0.5.3+5.3.0-patched.crate) = 884399 -SHA256 (rust/crates/tikv-jemallocator-0.5.0.crate) = 20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979 -SIZE (rust/crates/tikv-jemallocator-0.5.0.crate) = 9382 -SHA256 (rust/crates/time-0.1.45.crate) = 1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a -SIZE (rust/crates/time-0.1.45.crate) = 28911 -SHA256 (rust/crates/time-0.3.23.crate) = 59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446 -SIZE (rust/crates/time-0.3.23.crate) = 115028 -SHA256 (rust/crates/time-core-0.1.1.crate) = 7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb -SIZE (rust/crates/time-core-0.1.1.crate) = 7197 +SHA256 (rust/crates/tikv-jemalloc-ctl-0.5.4.crate) = 619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c +SIZE (rust/crates/tikv-jemalloc-ctl-0.5.4.crate) = 19234 +SHA256 (rust/crates/tikv-jemalloc-sys-0.5.4+5.3.0-patched.crate) = 9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1 +SIZE (rust/crates/tikv-jemalloc-sys-0.5.4+5.3.0-patched.crate) = 884765 +SHA256 (rust/crates/tikv-jemallocator-0.5.4.crate) = 965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca +SIZE (rust/crates/tikv-jemallocator-0.5.4.crate) = 13101 +SHA256 (rust/crates/time-0.3.30.crate) = c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5 +SIZE (rust/crates/time-0.3.30.crate) = 120289 +SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 +SIZE (rust/crates/time-core-0.1.2.crate) = 7191 SHA256 (rust/crates/time-fmt-0.3.8.crate) = 78bfd61bca99323ce96911bd2c443259115460615e44f1d449cee8cb3831a1dd SIZE (rust/crates/time-fmt-0.3.8.crate) = 20541 -SHA256 (rust/crates/time-macros-0.2.10.crate) = 96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4 -SIZE (rust/crates/time-macros-0.2.10.crate) = 23680 +SHA256 (rust/crates/time-macros-0.2.15.crate) = 4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20 +SIZE (rust/crates/time-macros-0.2.15.crate) = 23568 SHA256 (rust/crates/tiny-keccak-2.0.2.crate) = 2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237 SIZE (rust/crates/tiny-keccak-2.0.2.crate) = 20129 SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc @@ -1173,168 +1259,178 @@ SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a465126 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.29.1.crate) = 532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da -SIZE (rust/crates/tokio-1.29.1.crate) = 693627 +SHA256 (rust/crates/tokio-1.35.0.crate) = 841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c +SIZE (rust/crates/tokio-1.35.0.crate) = 743314 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.1.0.crate) = 630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e -SIZE (rust/crates/tokio-macros-2.1.0.crate) = 11472 +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-retry-0.3.0.crate) = 7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f +SIZE (rust/crates/tokio-retry-0.3.0.crate) = 6146 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-tungstenite-0.18.0.crate) = 54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd -SIZE (rust/crates/tokio-tungstenite-0.18.0.crate) = 25705 -SHA256 (rust/crates/tokio-util-0.7.8.crate) = 806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d -SIZE (rust/crates/tokio-util-0.7.8.crate) = 101644 -SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 -SIZE (rust/crates/toml-0.5.11.crate) = 54910 -SHA256 (rust/crates/toml-0.7.6.crate) = c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542 -SIZE (rust/crates/toml-0.7.6.crate) = 49220 -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/tonic-0.8.3.crate) = 8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb -SIZE (rust/crates/tonic-0.8.3.crate) = 88259 +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/toml-0.7.8.crate) = dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257 +SIZE (rust/crates/toml-0.7.8.crate) = 49671 +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.19.15.crate) = 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421 +SIZE (rust/crates/toml_edit-0.19.15.crate) = 95324 +SHA256 (rust/crates/toml_edit-0.20.7.crate) = 70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81 +SIZE (rust/crates/toml_edit-0.20.7.crate) = 101056 SHA256 (rust/crates/tonic-0.9.2.crate) = 3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a SIZE (rust/crates/tonic-0.9.2.crate) = 92598 SHA256 (rust/crates/tonic-build-0.9.2.crate) = a6fdaae4c2c638bb70fe42803a26fbd6fc6ac8c72f5c59f67ecc2a2dcabf4b07 SIZE (rust/crates/tonic-build-0.9.2.crate) = 17283 SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c SIZE (rust/crates/tower-0.4.13.crate) = 106906 -SHA256 (rust/crates/tower-http-0.4.1.crate) = a8bd22a874a2d0b70452d5597b12c537331d49060824a95f49f108994f94aa4c -SIZE (rust/crates/tower-http-0.4.1.crate) = 114242 +SHA256 (rust/crates/tower-http-0.4.4.crate) = 61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140 +SIZE (rust/crates/tower-http-0.4.4.crate) = 115612 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.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 -SIZE (rust/crates/tracing-0.1.37.crate) = 73888 -SHA256 (rust/crates/tracing-attributes-0.1.26.crate) = 5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab -SIZE (rust/crates/tracing-attributes-0.1.26.crate) = 32060 -SHA256 (rust/crates/tracing-core-0.1.31.crate) = 0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a -SIZE (rust/crates/tracing-core-0.1.31.crate) = 61263 -SHA256 (rust/crates/tracing-futures-0.2.5.crate) = 97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2 -SIZE (rust/crates/tracing-futures-0.2.5.crate) = 11637 -SHA256 (rust/crates/tracing-log-0.1.3.crate) = 78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922 -SIZE (rust/crates/tracing-log-0.1.3.crate) = 20549 -SHA256 (rust/crates/tracing-opentelemetry-0.19.0.crate) = 00a39dcf9bfc1742fa4d6215253b33a6e474be78275884c216fc2a06267b3600 -SIZE (rust/crates/tracing-opentelemetry-0.19.0.crate) = 123489 -SHA256 (rust/crates/tracing-subscriber-0.3.17.crate) = 30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77 -SIZE (rust/crates/tracing-subscriber-0.3.17.crate) = 191711 +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-log-0.1.4.crate) = f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2 +SIZE (rust/crates/tracing-log-0.1.4.crate) = 20640 +SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 +SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 +SHA256 (rust/crates/tracing-opentelemetry-0.20.0.crate) = fc09e402904a5261e42cf27aea09ccb7d5318c6717a9eec3d8e2e65c56b18f19 +SIZE (rust/crates/tracing-opentelemetry-0.20.0.crate) = 126710 +SHA256 (rust/crates/tracing-subscriber-0.3.18.crate) = ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b +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/tungstenite-0.18.0.crate) = 30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788 -SIZE (rust/crates/tungstenite-0.18.0.crate) = 55628 -SHA256 (rust/crates/typenum-1.16.0.crate) = 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba -SIZE (rust/crates/typenum-1.16.0.crate) = 42477 -SHA256 (rust/crates/typetag-0.2.10.crate) = 7a66aafcfb982bf1f9a28755ac6bcbdcd4631ff516cb038fa61299201ebb4364 -SIZE (rust/crates/typetag-0.2.10.crate) = 27628 -SHA256 (rust/crates/typetag-impl-0.2.10.crate) = d836cd032f71d90cbaa3c1f85ce84266af23659766d8c0b1c4c6524a0fb4c36f -SIZE (rust/crates/typetag-impl-0.2.10.crate) = 9063 -SHA256 (rust/crates/uaparser-0.6.0.crate) = c3d705ae455d32248d299de9af5316a79ce9dc502c0b533aaeaf5f1c2fc02cc5 -SIZE (rust/crates/uaparser-0.6.0.crate) = 813435 -SHA256 (rust/crates/ulid-1.0.0.crate) = 13a3aaa69b04e5b66cc27309710a569ea23593612387d67daaf102e73aa974fd -SIZE (rust/crates/ulid-1.0.0.crate) = 9786 +SHA256 (rust/crates/ttl_cache-0.5.1.crate) = 4189890526f0168710b6ee65ceaedf1460c48a14318ceec933cb26baa492096a +SIZE (rust/crates/ttl_cache-0.5.1.crate) = 9923 +SHA256 (rust/crates/tungstenite-0.20.1.crate) = 9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9 +SIZE (rust/crates/tungstenite-0.20.1.crate) = 60095 +SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 +SIZE (rust/crates/typenum-1.17.0.crate) = 42849 +SHA256 (rust/crates/typetag-0.2.13.crate) = 80960fd143d4c96275c0e60b08f14b81fbb468e79bc0ef8fbda69fb0afafae43 +SIZE (rust/crates/typetag-0.2.13.crate) = 27712 +SHA256 (rust/crates/typetag-impl-0.2.13.crate) = bfc13d450dc4a695200da3074dacf43d449b968baee95e341920e47f61a3b40f +SIZE (rust/crates/typetag-impl-0.2.13.crate) = 9098 +SHA256 (rust/crates/uaparser-0.6.1.crate) = cf694e7b0434d4fad6c879e984e8fdc3a62f5533c3d421762244f9e9d03f6927 +SIZE (rust/crates/uaparser-0.6.1.crate) = 820325 +SHA256 (rust/crates/ucd-trie-0.1.6.crate) = ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 +SIZE (rust/crates/ucd-trie-0.1.6.crate) = 45790 +SHA256 (rust/crates/ulid-1.1.0.crate) = 7e37c4b6cbcc59a8dcd09a6429fbc7890286bcbb79215cea7b38a3c4c0921d93 +SIZE (rust/crates/ulid-1.1.0.crate) = 10467 SHA256 (rust/crates/unarray-0.1.4.crate) = eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94 SIZE (rust/crates/unarray-0.1.4.crate) = 12895 -SHA256 (rust/crates/unicase-2.6.0.crate) = 50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6 -SIZE (rust/crates/unicase-2.6.0.crate) = 23478 +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.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-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-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36 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-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/unsafe-libyaml-0.2.9.crate) = f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa -SIZE (rust/crates/unsafe-libyaml-0.2.9.crate) = 60812 +SHA256 (rust/crates/universal-hash-0.5.1.crate) = fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea +SIZE (rust/crates/universal-hash-0.5.1.crate) = 9146 +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.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a SIZE (rust/crates/untrusted-0.7.1.crate) = 7924 -SHA256 (rust/crates/url-2.4.0.crate) = 50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb -SIZE (rust/crates/url-2.4.0.crate) = 75670 -SHA256 (rust/crates/urlencoding-2.1.2.crate) = e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9 -SIZE (rust/crates/urlencoding-2.1.2.crate) = 6422 +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/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da +SIZE (rust/crates/urlencoding-2.1.3.crate) = 6538 SHA256 (rust/crates/username-0.2.0.crate) = 92e425df6527f7bc1adc7eb3b829ecaec746fbbc0b05e42133ff84afef3b1a09 SIZE (rust/crates/username-0.2.0.crate) = 1528 SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 SHA256 (rust/crates/utf8-ranges-1.0.5.crate) = 7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba SIZE (rust/crates/utf8-ranges-1.0.5.crate) = 8497 -SHA256 (rust/crates/utf8-width-0.1.6.crate) = 5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1 -SIZE (rust/crates/utf8-width-0.1.6.crate) = 2935 +SHA256 (rust/crates/utf8-width-0.1.7.crate) = 86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3 +SIZE (rust/crates/utf8-width-0.1.7.crate) = 2977 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/utoipa-3.4.3.crate) = 8c624186f22e625eb8faa777cb33d34cd595aa16d1742aa1d8b6cf35d3e4dda9 -SIZE (rust/crates/utoipa-3.4.3.crate) = 52486 -SHA256 (rust/crates/utoipa-gen-3.4.4.crate) = b9ce5f21ca77e010f5283fa791c6ab892c68b3668a1bdc6b7ac6cf978f5d5b30 -SIZE (rust/crates/utoipa-gen-3.4.4.crate) = 137669 -SHA256 (rust/crates/uuid-1.4.1.crate) = 79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d -SIZE (rust/crates/uuid-1.4.1.crate) = 55291 +SHA256 (rust/crates/utoipa-3.5.0.crate) = d82b1bc5417102a73e8464c686eef947bdfb99fcdfc0a4f228e81afa9526470a +SIZE (rust/crates/utoipa-3.5.0.crate) = 53018 +SHA256 (rust/crates/utoipa-gen-3.5.0.crate) = 05d96dcd6fc96f3df9b3280ef480770af1b7c5d14bc55192baa9b067976d920c +SIZE (rust/crates/utoipa-gen-3.5.0.crate) = 139256 +SHA256 (rust/crates/uuid-1.6.1.crate) = 5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560 +SIZE (rust/crates/uuid-1.6.1.crate) = 55554 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/vrl-0.8.1.crate) = a8a93ee342590c4df0ff63961d7d76a347e0c7b6e6c0be4c001317ca1ff11b53 +SIZE (rust/crates/vrl-0.8.1.crate) = 470354 SHA256 (rust/crates/vsimd-0.8.0.crate) = 5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64 SIZE (rust/crates/vsimd-0.8.0.crate) = 21377 SHA256 (rust/crates/vte-0.10.1.crate) = 6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983 SIZE (rust/crates/vte-0.10.1.crate) = 24947 +SHA256 (rust/crates/vte-0.11.1.crate) = f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197 +SIZE (rust/crates/vte-0.11.1.crate) = 40455 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/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/walkdir-2.3.3.crate) = 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698 -SIZE (rust/crates/walkdir-2.3.3.crate) = 23125 +SHA256 (rust/crates/waker-fn-1.1.1.crate) = f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690 +SIZE (rust/crates/waker-fn-1.1.1.crate) = 6323 +SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee +SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 -SHA256 (rust/crates/warp-0.3.5.crate) = ba431ef570df1287f7f8b07e376491ad54f84d26ac473489427231e1718e1f69 -SIZE (rust/crates/warp-0.3.5.crate) = 115359 +SHA256 (rust/crates/warp-0.3.6.crate) = c1e92e22e03ff1230c03a1a8ee37d2f89cd489e2e541b7550d6afad96faed169 +SIZE (rust/crates/warp-0.3.6.crate) = 116794 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.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.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-streams-0.2.3.crate) = 6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078 -SIZE (rust/crates/wasm-streams-0.2.3.crate) = 33205 -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.0.crate) = f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd -SIZE (rust/crates/webpki-0.22.0.crate) = 58663 -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.24.0.crate) = b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888 -SIZE (rust/crates/webpki-roots-0.24.0.crate) = 245632 -SHA256 (rust/crates/which-4.4.0.crate) = 2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269 -SIZE (rust/crates/which-4.4.0.crate) = 10889 +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.65.crate) = 5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85 +SIZE (rust/crates/web-sys-0.3.65.crate) = 734287 +SHA256 (rust/crates/webpki-0.22.4.crate) = ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53 +SIZE (rust/crates/webpki-0.22.4.crate) = 63472 +SHA256 (rust/crates/webpki-roots-0.23.1.crate) = b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338 +SIZE (rust/crates/webpki-roots-0.23.1.crate) = 245626 +SHA256 (rust/crates/webpki-roots-0.25.3.crate) = 1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10 +SIZE (rust/crates/webpki-roots-0.25.3.crate) = 251565 +SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 +SIZE (rust/crates/which-4.4.2.crate) = 15953 SHA256 (rust/crates/whoami-1.4.1.crate) = 22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50 SIZE (rust/crates/whoami-1.4.1.crate) = 19677 SHA256 (rust/crates/winapi-0.2.8.crate) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a @@ -1345,93 +1441,117 @@ SHA256 (rust/crates/winapi-build-0.1.1.crate) = 2d315eee3b34aca4797b2da6b13ed882 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.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.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f SIZE (rust/crates/windows-0.48.0.crate) = 11864177 +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-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.1.crate) = 05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f -SIZE (rust/crates/windows-targets-0.48.1.crate) = 6902 +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.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.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_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.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.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_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.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.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_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.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a -SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 -SHA256 (rust/crates/winnow-0.5.0.crate) = 81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7 -SIZE (rust/crates/winnow-0.5.0.crate) = 142099 -SHA256 (rust/crates/winreg-0.10.1.crate) = 80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d -SIZE (rust/crates/winreg-0.10.1.crate) = 25725 -SHA256 (rust/crates/wiremock-0.5.19.crate) = c6f71803d3a1c80377a06221e0530be02035d5b3e854af56c6ece7ac20ac441d -SIZE (rust/crates/wiremock-0.5.19.crate) = 43078 +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.19.crate) = 829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b +SIZE (rust/crates/winnow-0.5.19.crate) = 147982 +SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 +SIZE (rust/crates/winreg-0.50.0.crate) = 29703 +SHA256 (rust/crates/wiremock-0.5.21.crate) = 079aee011e8a8e625d16df9e785de30a6b77f80a6126092d76a57375f96448da +SIZE (rust/crates/wiremock-0.5.21.crate) = 44083 SHA256 (rust/crates/woothee-0.13.0.crate) = 896174c6a4779d4d7d4523dd27aef7d46609eda2497e370f6c998325c6bf6971 SIZE (rust/crates/woothee-0.13.0.crate) = 819889 SHA256 (rust/crates/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed SIZE (rust/crates/wyz-0.5.1.crate) = 18790 -SHA256 (rust/crates/xattr-0.2.3.crate) = 6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc -SIZE (rust/crates/xattr-0.2.3.crate) = 11959 -SHA256 (rust/crates/xmlparser-0.13.5.crate) = 4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd -SIZE (rust/crates/xmlparser-0.13.5.crate) = 26225 +SHA256 (rust/crates/xattr-1.0.1.crate) = f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985 +SIZE (rust/crates/xattr-1.0.1.crate) = 12258 +SHA256 (rust/crates/xmlparser-0.13.6.crate) = 66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4 +SIZE (rust/crates/xmlparser-0.13.6.crate) = 26718 SHA256 (rust/crates/yada-0.5.0.crate) = b6d12cb7a57bbf2ab670ed9545bae3648048547f9039279a89ce000208e585c1 SIZE (rust/crates/yada-0.5.0.crate) = 13308 SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 -SHA256 (rust/crates/zeroize-1.6.0.crate) = 2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9 -SIZE (rust/crates/zeroize-1.6.0.crate) = 19049 +SHA256 (rust/crates/zerocopy-0.7.31.crate) = 1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d +SIZE (rust/crates/zerocopy-0.7.31.crate) = 151100 +SHA256 (rust/crates/zerocopy-derive-0.7.31.crate) = b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a +SIZE (rust/crates/zerocopy-derive-0.7.31.crate) = 533507 +SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d +SIZE (rust/crates/zeroize-1.7.0.crate) = 19039 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 SIZE (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 28987 -SHA256 (rust/crates/zstd-0.12.3+zstd.1.5.2.crate) = 76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806 -SIZE (rust/crates/zstd-0.12.3+zstd.1.5.2.crate) = 29693 +SHA256 (rust/crates/zstd-0.13.0.crate) = bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110 +SIZE (rust/crates/zstd-0.13.0.crate) = 28911 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-safe-6.0.5+zstd.1.5.4.crate) = d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b -SIZE (rust/crates/zstd-safe-6.0.5+zstd.1.5.4.crate) = 20863 -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 (quickwit-oss-tantivy-3c300666ad448386136d2595b613b3236b123ff9_GH0.tar.gz) = 49c583402a48512dfcb5a36a8a56704b1d75fc5a64e3abac8889c214001c8b73 -SIZE (quickwit-oss-tantivy-3c300666ad448386136d2595b613b3236b123ff9_GH0.tar.gz) = 4366913 +SHA256 (rust/crates/zstd-safe-7.0.0.crate) = 43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e +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 (quickwit-oss-whichlang-fe406416cbad9849f790a274d25b2a53caccd2fa_GH0.tar.gz) = f484113563083687d313f2e6f8e989b94de7fb5d5fdad5976b551645187221f9 SIZE (quickwit-oss-whichlang-fe406416cbad9849f790a274d25b2a53caccd2fa_GH0.tar.gz) = 278067 -SHA256 (vectordotdev-vrl-113005bcee6cd7b5ea0a53a7db2fc45ba4bc4125_GH0.tar.gz) = eb9c5cdb47d0581e1c5b8fdc30e0f0c38495eddcbea729504b154633476b2cdb -SIZE (vectordotdev-vrl-113005bcee6cd7b5ea0a53a7db2fc45ba4bc4125_GH0.tar.gz) = 538316 -SHA256 (quickwit-oss-chitchat-bc295980ac2e00f389dfa7e87cf6dc7995061206_GH0.tar.gz) = be5abf61d2582cf5a0af9e18113bcc9255c6771121015a37b1ff31e02fe12277 -SIZE (quickwit-oss-chitchat-bc295980ac2e00f389dfa7e87cf6dc7995061206_GH0.tar.gz) = 40427 +SHA256 (quickwit-oss-chitchat-a3e3f8bd483b489e4da1ca953175b417e4949f90_GH0.tar.gz) = f7c4c7029b4707f814e60a63cda61198edee3c3e192fdc7d2058da7cf793025a +SIZE (quickwit-oss-chitchat-a3e3f8bd483b489e4da1ca953175b417e4949f90_GH0.tar.gz) = 43769 SHA256 (quickwit-oss-pulsar-rs-f9eff04caf184906c6466fdde8b5bb0fd3c92659_GH0.tar.gz) = 4069d1a3b491ae017b317a20dd4535bb29d1fc3d8372d333403cf2732d387cfa SIZE (quickwit-oss-pulsar-rs-f9eff04caf184906c6466fdde8b5bb0fd3c92659_GH0.tar.gz) = 81167 +SHA256 (quickwit-oss-tantivy-53f2fe1fbee83f22c81e28aaec02fb0628b68966_GH0.tar.gz) = 769e476845d5ada71f8b15805aa5a206bd4a6434c28eeb9c152e37e3ac322822 +SIZE (quickwit-oss-tantivy-53f2fe1fbee83f22c81e28aaec02fb0628b68966_GH0.tar.gz) = 4430488 +SHA256 (quickwit-oss-mrecordlog-2914cad58864097d7fcb62a8a20a7cbff730c1e8_GH0.tar.gz) = e6f51e2800f64ddedea7662c4055ca83a1fe2dfe2622a3ede5470314fddf12ff +SIZE (quickwit-oss-mrecordlog-2914cad58864097d7fcb62a8a20a7cbff730c1e8_GH0.tar.gz) = 28941 SHA256 (quickwit-oss-rust-sasl-daca9216beca2f2d8c9ce5d803906918a316021a_GH0.tar.gz) = bffa21b5bbd6742fca6741249fb5d55c4b5ac97b40f234f883878dcf48fb61ec SIZE (quickwit-oss-rust-sasl-daca9216beca2f2d8c9ce5d803906918a316021a_GH0.tar.gz) = 1414639 -SHA256 (quickwit-oss-quickwit-v0.6.5_GH0.tar.gz) = 847f597093349791cee777257816bc39527a9f267f632060c25c7c9dab68e8eb -SIZE (quickwit-oss-quickwit-v0.6.5_GH0.tar.gz) = 4416222 +SHA256 (quickwit-oss-quickwit-v0.7.0_GH0.tar.gz) = 134162695134891e9798e8d422f9b85452995fb34e36c63cec063b46bf1a3c48 +SIZE (quickwit-oss-quickwit-v0.7.0_GH0.tar.gz) = 5582315 diff --git a/textproc/quickwit/pkg-plist b/textproc/quickwit/pkg-plist index d609bc85ebd..757fed7e14e 100644 --- a/textproc/quickwit/pkg-plist +++ b/textproc/quickwit/pkg-plist @@ -2,10 +2,13 @@ bin/quickwit @sample %%ETCDIR%%/quickwit.yaml.sample %%PORTDOCS%%%%DOCSDIR%%/assets/images/distributed-tracing-overview-dark.png %%PORTDOCS%%%%DOCSDIR%%/assets/images/distributed-tracing-overview-light.png +%%PORTDOCS%%%%DOCSDIR%%/assets/images/grafana-ui-quickwit-datasource-plugin-success.png %%PORTDOCS%%%%DOCSDIR%%/assets/images/integrations.png %%PORTDOCS%%%%DOCSDIR%%/assets/images/jaeger-ui-python-app-trace-analysis.png %%PORTDOCS%%%%DOCSDIR%%/assets/images/jaeger-ui-python-app-traces.png +%%PORTDOCS%%%%DOCSDIR%%/assets/images/jaeger-ui-quickwit-search-traces.png %%PORTDOCS%%%%DOCSDIR%%/assets/images/jaeger-ui-quickwit-trace-analysis.png +%%PORTDOCS%%%%DOCSDIR%%/assets/images/jaeger-ui-quickwit-trace-view.png %%PORTDOCS%%%%DOCSDIR%%/assets/images/log-management-overview-dark.svg %%PORTDOCS%%%%DOCSDIR%%/assets/images/log-management-overview-light.svg %%PORTDOCS%%%%DOCSDIR%%/assets/images/logo_horizontal.svg @@ -16,8 +19,12 @@ bin/quickwit %%PORTDOCS%%%%DOCSDIR%%/assets/images/quickwit-overview-dark.svg %%PORTDOCS%%%%DOCSDIR%%/assets/images/quickwit-overview-light.svg %%PORTDOCS%%%%DOCSDIR%%/assets/images/quickwit-ui.png +%%PORTDOCS%%%%DOCSDIR%%/assets/images/screenshot-grafana-tutorial-dashboard.png %%PORTDOCS%%%%DOCSDIR%%/assets/images/screenshot-indexer-grafana-dashboard.jpeg +%%PORTDOCS%%%%DOCSDIR%%/assets/images/screenshot-indexers-grafana-dashboard.png %%PORTDOCS%%%%DOCSDIR%%/assets/images/screenshot-metastore-grafana-dashboard.png +%%PORTDOCS%%%%DOCSDIR%%/assets/images/screenshot-quickwit-ui-docker-compose-logs.png +%%PORTDOCS%%%%DOCSDIR%%/assets/images/screenshot-searchers-grafana-dashboard.png %%PORTDOCS%%%%DOCSDIR%%/assets/screenshot-ui-otel-logs.png %%PORTDOCS%%%%DOCSDIR%%/configuration/_category_.yaml %%PORTDOCS%%%%DOCSDIR%%/configuration/index-config.md @@ -26,6 +33,7 @@ bin/quickwit %%PORTDOCS%%%%DOCSDIR%%/configuration/node-config.md %%PORTDOCS%%%%DOCSDIR%%/configuration/ports-config.md %%PORTDOCS%%%%DOCSDIR%%/configuration/source-config.md +%%PORTDOCS%%%%DOCSDIR%%/configuration/storage-config.md %%PORTDOCS%%%%DOCSDIR%%/deployment/_category_.yaml %%PORTDOCS%%%%DOCSDIR%%/deployment/deployment-modes.md %%PORTDOCS%%%%DOCSDIR%%/deployment/kubernetes.md @@ -40,17 +48,17 @@ bin/quickwit %%PORTDOCS%%%%DOCSDIR%%/get-started/installation.md %%PORTDOCS%%%%DOCSDIR%%/get-started/quickstart.md %%PORTDOCS%%%%DOCSDIR%%/get-started/tutorials/_category_.yaml -%%PORTDOCS%%%%DOCSDIR%%/get-started/tutorials/add-full-text-search-to-your-olap-db.md +%%PORTDOCS%%%%DOCSDIR%%/get-started/tutorials/trace-analytics-with-grafana.md %%PORTDOCS%%%%DOCSDIR%%/get-started/tutorials/tutorial-hdfs-logs-distributed-search-aws-s3.md %%PORTDOCS%%%%DOCSDIR%%/get-started/tutorials/tutorial-hdfs-logs.md +%%PORTDOCS%%%%DOCSDIR%%/get-started/tutorials/tutorial-jaeger.md %%PORTDOCS%%%%DOCSDIR%%/guides/_category_.yaml +%%PORTDOCS%%%%DOCSDIR%%/guides/add-full-text-search-to-your-olap-db.md %%PORTDOCS%%%%DOCSDIR%%/guides/aws-setup.md +%%PORTDOCS%%%%DOCSDIR%%/guides/cluster-with-docker-compose.md %%PORTDOCS%%%%DOCSDIR%%/guides/schemaless.md %%PORTDOCS%%%%DOCSDIR%%/guides/storage-setup/_category_.yaml %%PORTDOCS%%%%DOCSDIR%%/guides/storage-setup/aws-s3.md -%%PORTDOCS%%%%DOCSDIR%%/guides/storage-setup/azure-setup.md -%%PORTDOCS%%%%DOCSDIR%%/guides/storage-setup/gcs-setup.md -%%PORTDOCS%%%%DOCSDIR%%/guides/storage-setup/scaleway-setup.md %%PORTDOCS%%%%DOCSDIR%%/ingest-data/_category_.yaml %%PORTDOCS%%%%DOCSDIR%%/ingest-data/index.md %%PORTDOCS%%%%DOCSDIR%%/ingest-data/ingest-api.md @@ -60,11 +68,15 @@ bin/quickwit %%PORTDOCS%%%%DOCSDIR%%/ingest-data/pulsar.md %%PORTDOCS%%%%DOCSDIR%%/internals/backward-compatibility.md %%PORTDOCS%%%%DOCSDIR%%/internals/date-time.md +%%PORTDOCS%%%%DOCSDIR%%/internals/scroll.md +%%PORTDOCS%%%%DOCSDIR%%/internals/searcher-split-cache.md +%%PORTDOCS%%%%DOCSDIR%%/internals/sorting.md %%PORTDOCS%%%%DOCSDIR%%/internals/split-format.md %%PORTDOCS%%%%DOCSDIR%%/log-management/_category_.yaml %%PORTDOCS%%%%DOCSDIR%%/log-management/otel-service.md %%PORTDOCS%%%%DOCSDIR%%/log-management/overview.md %%PORTDOCS%%%%DOCSDIR%%/log-management/send-logs/_category_.yaml +%%PORTDOCS%%%%DOCSDIR%%/log-management/send-logs/send-docker-logs.md %%PORTDOCS%%%%DOCSDIR%%/log-management/send-logs/using-fluentbit.md %%PORTDOCS%%%%DOCSDIR%%/log-management/send-logs/using-otel-collector-with-helm.md %%PORTDOCS%%%%DOCSDIR%%/log-management/send-logs/using-otel-collector.md @@ -89,5 +101,4 @@ bin/quickwit %%PORTDOCS%%%%DOCSDIR%%/reference/metrics.md %%PORTDOCS%%%%DOCSDIR%%/reference/query-language.md %%PORTDOCS%%%%DOCSDIR%%/reference/rest-api.md -%%PORTDOCS%%%%DOCSDIR%%/reference/storage-uri.md %%PORTDOCS%%%%DOCSDIR%%/telemetry.md diff --git a/textproc/rand/Makefile b/textproc/rand/Makefile index 5e9acdd6472..871167e8128 100644 --- a/textproc/rand/Makefile +++ b/textproc/rand/Makefile @@ -1,6 +1,6 @@ PORTNAME= rand PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://bzflag.bz/~erik/files/ \ http://elfga.com/~erik/files/ @@ -14,13 +14,13 @@ LICENSE= GPLv2 USES= gmake GNU_CONFIGURE= yes -PLIST_FILES= bin/rand man/man1/rand.1.gz +PLIST_FILES= bin/rand share/man/man1/rand.1.gz post-patch: @${REINPLACE_CMD} -e 's|}-R|}-L|g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/re-flex/Makefile b/textproc/re-flex/Makefile index df4870253f5..55166e342e7 100644 --- a/textproc/re-flex/Makefile +++ b/textproc/re-flex/Makefile @@ -1,5 +1,6 @@ PORTNAME= re-flex PORTVERSION= 3.5.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -32,6 +33,6 @@ post-install: ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/include/reflex) @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/lex.vim ${STAGEDIR}${DATADIR}/lex.vim - ${INSTALL_MAN} ${WRKSRC}/doc/man/reflex.1 ${STAGEDIR}/${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/man/reflex.1 ${STAGEDIR}/${PREFIX}/share/man/man1/ .include diff --git a/textproc/re-flex/pkg-plist b/textproc/re-flex/pkg-plist index b1906428cf8..2cbca4ae514 100644 --- a/textproc/re-flex/pkg-plist +++ b/textproc/re-flex/pkg-plist @@ -27,4 +27,4 @@ lib/cmake/reflex/ReflexConfig.cmake lib/cmake/reflex/ReflexTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/reflex/ReflexTargets.cmake %%DATADIR%%/lex.vim -man/man1/reflex.1.gz +share/man/man1/reflex.1.gz diff --git a/textproc/reflex/pkg-plist b/textproc/reflex/pkg-plist index 459f9833653..931a8a392ab 100644 --- a/textproc/reflex/pkg-plist +++ b/textproc/reflex/pkg-plist @@ -2,5 +2,5 @@ bin/reflex bin/reflex++ include/reFlexLexer.h lib/librefl.a -man/man1/reflex++.1.gz -man/man1/reflex.1.gz +share/man/man1/reflex++.1.gz +share/man/man1/reflex.1.gz diff --git a/textproc/riffdiff/Makefile b/textproc/riffdiff/Makefile index 64f3fcd5804..aa2f8d60fee 100644 --- a/textproc/riffdiff/Makefile +++ b/textproc/riffdiff/Makefile @@ -1,5 +1,6 @@ PORTNAME= riffdiff DISTVERSION= 2.27.1 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/ripgrep-all/Makefile b/textproc/ripgrep-all/Makefile index 395ca44686f..83f1b84a6d3 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= 23 +PORTREVISION= 24 CATEGORIES= textproc MAINTAINER= alexis.praga@free.fr diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index 0a956a1b842..d04c7dfcf91 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ripgrep -DISTVERSION= 13.0.0 -PORTREVISION= 25 +DISTVERSION= 14.0.3 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi @@ -12,85 +12,64 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_UNLICENSE= ${WRKSRC}/UNLICENSE -BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor - USES= cargo cpe CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= BurntSushi -CARGO_CRATES= aho-corasick-0.7.18 \ - atty-0.2.14 \ - base64-0.13.0 \ - bitflags-1.2.1 \ - bstr-0.2.16 \ - bytecount-0.6.2 \ - cc-1.0.68 \ - cfg-if-0.1.10 \ +CARGO_CRATES= aho-corasick-1.1.2 \ + anyhow-1.0.75 \ + autocfg-1.1.0 \ + bstr-1.8.0 \ + cc-1.0.83 \ cfg-if-1.0.0 \ - clap-2.33.3 \ - crossbeam-channel-0.5.1 \ - crossbeam-utils-0.8.5 \ - encoding_rs-0.8.28 \ + crossbeam-channel-0.5.8 \ + crossbeam-deque-0.8.3 \ + crossbeam-epoch-0.9.15 \ + crossbeam-utils-0.8.16 \ + encoding_rs-0.8.33 \ encoding_rs_io-0.1.7 \ - fnv-1.0.7 \ - fs_extra-1.2.0 \ - glob-0.3.0 \ - globset-0.4.7 \ - grep-0.2.8 \ - grep-cli-0.1.6 \ - grep-matcher-0.1.5 \ - grep-pcre2-0.1.5 \ - grep-printer-0.1.6 \ - grep-regex-0.1.9 \ - grep-searcher-0.1.8 \ - hermit-abi-0.1.18 \ - ignore-0.4.18 \ - itoa-0.4.7 \ - jemalloc-sys-0.3.2 \ - jemallocator-0.3.2 \ - jobserver-0.1.22 \ - lazy_static-1.4.0 \ - libc-0.2.97 \ - libm-0.1.4 \ - log-0.4.14 \ - memchr-2.4.0 \ - memmap2-0.3.0 \ - num_cpus-1.13.0 \ - once_cell-1.7.2 \ - packed_simd_2-0.3.8 \ - pcre2-0.2.3 \ - pcre2-sys-0.2.5 \ - pkg-config-0.3.19 \ - proc-macro2-1.0.27 \ - quote-1.0.9 \ - regex-1.5.4 \ - regex-automata-0.1.10 \ - regex-syntax-0.6.25 \ - ryu-1.0.5 \ + glob-0.3.1 \ + itoa-1.0.9 \ + jemalloc-sys-0.5.4+5.3.0-patched \ + jemallocator-0.5.4 \ + jobserver-0.1.27 \ + lexopt-0.3.0 \ + libc-0.2.150 \ + libm-0.2.8 \ + log-0.4.20 \ + memchr-2.6.4 \ + memmap2-0.9.0 \ + memoffset-0.9.0 \ + num-traits-0.2.17 \ + packed_simd-0.3.9 \ + pcre2-0.2.6 \ + pcre2-sys-0.2.7 \ + pkg-config-0.3.27 \ + proc-macro2-1.0.70 \ + quote-1.0.33 \ + regex-1.10.2 \ + regex-automata-0.4.3 \ + regex-syntax-0.8.2 \ + ryu-1.0.15 \ same-file-1.0.6 \ - serde-1.0.126 \ - serde_derive-1.0.126 \ - serde_json-1.0.64 \ - strsim-0.8.0 \ - syn-1.0.73 \ - termcolor-1.1.2 \ - textwrap-0.11.0 \ - thread_local-1.1.3 \ - unicode-width-0.1.8 \ - unicode-xid-0.2.2 \ - walkdir-2.3.2 \ + scopeguard-1.2.0 \ + serde-1.0.193 \ + serde_derive-1.0.193 \ + serde_json-1.0.108 \ + syn-2.0.39 \ + termcolor-1.4.0 \ + textwrap-0.16.0 \ + unicode-ident-1.0.12 \ + walkdir-2.4.0 \ 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 -RIPGREP_OUTDIR= ${WRKDIR}/cargo-out -CARGO_ENV= RIPGREP_OUTDIR=${RIPGREP_OUTDIR} - PLIST_FILES= bin/rg \ etc/bash_completion.d/rg.bash \ - man/man1/rg.1.gz \ + share/man/man1/rg.1.gz \ share/fish/vendor_completions.d/rg.fish \ share/zsh/site-functions/_rg @@ -107,25 +86,20 @@ 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_2 +SIMD_MAKE_ENV= RUSTC_BOOTSTRAP=encoding_rs,packed_simd SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}} SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2" -post-patch: - @${REINPLACE_CMD} -e 's|OUT_DIR|RIPGREP_OUTDIR|' ${WRKSRC}/build.rs - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rg - ${INSTALL_MAN} ${RIPGREP_OUTDIR}/rg.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/bin/rg --generate man > ${WRKDIR}/rg.1 + ${INSTALL_MAN} ${WRKDIR}/rg.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ - ${INSTALL_DATA} ${RIPGREP_OUTDIR}/rg.bash \ - ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ + ${STAGEDIR}${PREFIX}/bin/rg --generate complete-bash > ${STAGEDIR}${PREFIX}/etc/bash_completion.d/rg.bash @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/ - ${INSTALL_DATA} ${RIPGREP_OUTDIR}/rg.fish \ - ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/ + ${STAGEDIR}${PREFIX}/bin/rg --generate complete-fish > ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/rg.fish @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ - ${INSTALL_DATA} ${WRKSRC}/complete/_rg \ - ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ + ${STAGEDIR}${PREFIX}/bin/rg --generate complete-zsh > ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_rg post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/textproc/ripgrep/distinfo b/textproc/ripgrep/distinfo index 9e307d9b2ea..63c368274b0 100644 --- a/textproc/ripgrep/distinfo +++ b/textproc/ripgrep/distinfo @@ -1,133 +1,101 @@ -TIMESTAMP = 1660728123 -SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f -SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 -SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.crate) = 5470 -SHA256 (rust/crates/base64-0.13.0.crate) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd -SIZE (rust/crates/base64-0.13.0.crate) = 62070 -SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 -SHA256 (rust/crates/bstr-0.2.16.crate) = 90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279 -SIZE (rust/crates/bstr-0.2.16.crate) = 330346 -SHA256 (rust/crates/bytecount-0.6.2.crate) = 72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e -SIZE (rust/crates/bytecount-0.6.2.crate) = 12347 -SHA256 (rust/crates/cc-1.0.68.crate) = 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787 -SIZE (rust/crates/cc-1.0.68.crate) = 55936 -SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 +TIMESTAMP = 1701777449 +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.75.crate) = a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6 +SIZE (rust/crates/anyhow-1.0.75.crate) = 43901 +SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa +SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 +SHA256 (rust/crates/bstr-1.8.0.crate) = 542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c +SIZE (rust/crates/bstr-1.8.0.crate) = 380176 +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-2.33.3.crate) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 -SIZE (rust/crates/clap-2.33.3.crate) = 201925 -SHA256 (rust/crates/crossbeam-channel-0.5.1.crate) = 06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4 -SIZE (rust/crates/crossbeam-channel-0.5.1.crate) = 86919 -SHA256 (rust/crates/crossbeam-utils-0.8.5.crate) = d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db -SIZE (rust/crates/crossbeam-utils-0.8.5.crate) = 38414 -SHA256 (rust/crates/encoding_rs-0.8.28.crate) = 80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065 -SIZE (rust/crates/encoding_rs-0.8.28.crate) = 1368577 +SHA256 (rust/crates/crossbeam-channel-0.5.8.crate) = a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200 +SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455 +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/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/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 -SIZE (rust/crates/fnv-1.0.7.crate) = 11266 -SHA256 (rust/crates/fs_extra-1.2.0.crate) = 2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394 -SIZE (rust/crates/fs_extra-1.2.0.crate) = 29918 -SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 -SIZE (rust/crates/glob-0.3.0.crate) = 18724 -SHA256 (rust/crates/globset-0.4.7.crate) = f0fc1b9fa0e64ffb1aa5b95daa0f0f167734fd528b7c02eabc581d9d843649b1 -SIZE (rust/crates/globset-0.4.7.crate) = 22885 -SHA256 (rust/crates/grep-0.2.8.crate) = 51cb840c560b45a2ffd8abf00190382789d3f596663d5ffeb2e05931c20e8657 -SIZE (rust/crates/grep-0.2.8.crate) = 7208 -SHA256 (rust/crates/grep-cli-0.1.6.crate) = 2dd110c34bb4460d0de5062413b773e385cbf8a85a63fc535590110a09e79e8a -SIZE (rust/crates/grep-cli-0.1.6.crate) = 18949 -SHA256 (rust/crates/grep-matcher-0.1.5.crate) = 6d27563c33062cd33003b166ade2bb4fd82db1fd6a86db764dfdad132d46c1cc -SIZE (rust/crates/grep-matcher-0.1.5.crate) = 15677 -SHA256 (rust/crates/grep-pcre2-0.1.5.crate) = c6ecedbb372bd549ae8db02418f82e87e38622844409b6cbcac47dbc95eede41 -SIZE (rust/crates/grep-pcre2-0.1.5.crate) = 7710 -SHA256 (rust/crates/grep-printer-0.1.6.crate) = 05c271a24daedf5675b61a275a1d0af06e03312ab7856d15433ae6cde044dc72 -SIZE (rust/crates/grep-printer-0.1.6.crate) = 46786 -SHA256 (rust/crates/grep-regex-0.1.9.crate) = 121553c9768c363839b92fc2d7cdbbad44a3b70e8d6e7b1b72b05c977527bd06 -SIZE (rust/crates/grep-regex-0.1.9.crate) = 28945 -SHA256 (rust/crates/grep-searcher-0.1.8.crate) = 7fbdbde90ba52adc240d2deef7b6ad1f99f53142d074b771fe9b7bede6c4c23d -SIZE (rust/crates/grep-searcher-0.1.8.crate) = 44569 -SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c -SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 -SHA256 (rust/crates/ignore-0.4.18.crate) = 713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d -SIZE (rust/crates/ignore-0.4.18.crate) = 53174 -SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 -SIZE (rust/crates/itoa-0.4.7.crate) = 12099 -SHA256 (rust/crates/jemalloc-sys-0.3.2.crate) = 0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45 -SIZE (rust/crates/jemalloc-sys-0.3.2.crate) = 1344660 -SHA256 (rust/crates/jemallocator-0.3.2.crate) = 43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69 -SIZE (rust/crates/jemallocator-0.3.2.crate) = 16393 -SHA256 (rust/crates/jobserver-0.1.22.crate) = 972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd -SIZE (rust/crates/jobserver-0.1.22.crate) = 21175 -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.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 -SIZE (rust/crates/libc-0.2.97.crate) = 517712 -SHA256 (rust/crates/libm-0.1.4.crate) = 7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a -SIZE (rust/crates/libm-0.1.4.crate) = 110593 -SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 -SIZE (rust/crates/log-0.4.14.crate) = 34582 -SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc -SIZE (rust/crates/memchr-2.4.0.crate) = 63392 -SHA256 (rust/crates/memmap2-0.3.0.crate) = 20ff203f7bdc401350b1dbaa0355135777d25f41c0bbc601851bbd6cf61e8ff5 -SIZE (rust/crates/memmap2-0.3.0.crate) = 18045 -SHA256 (rust/crates/num_cpus-1.13.0.crate) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 -SIZE (rust/crates/num_cpus-1.13.0.crate) = 14704 -SHA256 (rust/crates/once_cell-1.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 -SIZE (rust/crates/once_cell-1.7.2.crate) = 28250 -SHA256 (rust/crates/packed_simd_2-0.3.8.crate) = a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282 -SIZE (rust/crates/packed_simd_2-0.3.8.crate) = 97388 -SHA256 (rust/crates/pcre2-0.2.3.crate) = 85b30f2f69903b439dd9dc9e824119b82a55bf113b29af8d70948a03c1b11ab1 -SIZE (rust/crates/pcre2-0.2.3.crate) = 19605 -SHA256 (rust/crates/pcre2-sys-0.2.5.crate) = dec30e5e9ec37eb8fbf1dea5989bc957fd3df56fbee5061aa7b7a99dbb37b722 -SIZE (rust/crates/pcre2-sys-0.2.5.crate) = 2184907 -SHA256 (rust/crates/pkg-config-0.3.19.crate) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c -SIZE (rust/crates/pkg-config-0.3.19.crate) = 15451 -SHA256 (rust/crates/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038 -SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 -SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 -SIZE (rust/crates/quote-1.0.9.crate) = 25042 -SHA256 (rust/crates/regex-1.5.4.crate) = d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461 -SIZE (rust/crates/regex-1.5.4.crate) = 236581 -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.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b -SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293 -SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e -SIZE (rust/crates/ryu-1.0.5.crate) = 49570 +SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b +SIZE (rust/crates/glob-0.3.1.crate) = 18880 +SHA256 (rust/crates/itoa-1.0.9.crate) = af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38 +SIZE (rust/crates/itoa-1.0.9.crate) = 10492 +SHA256 (rust/crates/jemalloc-sys-0.5.4+5.3.0-patched.crate) = ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2 +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/lexopt-0.3.0.crate) = baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401 +SIZE (rust/crates/lexopt-0.3.0.crate) = 24767 +SHA256 (rust/crates/libc-0.2.150.crate) = 89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c +SIZE (rust/crates/libc-0.2.150.crate) = 719359 +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/memchr-2.6.4.crate) = f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167 +SIZE (rust/crates/memchr-2.6.4.crate) = 94439 +SHA256 (rust/crates/memmap2-0.9.0.crate) = deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375 +SIZE (rust/crates/memmap2-0.9.0.crate) = 31529 +SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c +SIZE (rust/crates/memoffset-0.9.0.crate) = 9033 +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/pcre2-0.2.6.crate) = 4c9d53a8ea5fc3d3568d3de4bebc12606fd0eb8234c602576f1f1ee4880488a7 +SIZE (rust/crates/pcre2-0.2.6.crate) = 30765 +SHA256 (rust/crates/pcre2-sys-0.2.7.crate) = 8f8f5556f23cf2c0b481949fdfc19a7cd9b27ddcb00ef3477b0f4935cbdaedf2 +SIZE (rust/crates/pcre2-sys-0.2.7.crate) = 626280 +SHA256 (rust/crates/pkg-config-0.3.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 +SIZE (rust/crates/pkg-config-0.3.27.crate) = 18838 +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/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/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/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 -SIZE (rust/crates/serde-1.0.126.crate) = 75138 -SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 -SIZE (rust/crates/serde_derive-1.0.126.crate) = 54189 -SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 -SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 -SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a -SIZE (rust/crates/strsim-0.8.0.crate) = 9309 -SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7 -SIZE (rust/crates/syn-1.0.73.crate) = 232706 -SHA256 (rust/crates/termcolor-1.1.2.crate) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 -SIZE (rust/crates/termcolor-1.1.2.crate) = 17287 -SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 -SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 -SHA256 (rust/crates/thread_local-1.1.3.crate) = 8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd -SIZE (rust/crates/thread_local-1.1.3.crate) = 13111 -SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 -SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 -SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 -SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 -SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 -SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 +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/syn-2.0.39.crate) = 23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a +SIZE (rust/crates/syn-2.0.39.crate) = 244129 +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/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/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 (BurntSushi-ripgrep-13.0.0_GH0.tar.gz) = 0fb17aaf285b3eee8ddab17b833af1e190d73de317ff9648751ab0660d763ed2 -SIZE (BurntSushi-ripgrep-13.0.0_GH0.tar.gz) = 505536 +SHA256 (BurntSushi-ripgrep-14.0.3_GH0.tar.gz) = f5794364ddfda1e0411ab6cad6dd63abe3a6b421d658d9fee017540ea4c31a0e +SIZE (BurntSushi-ripgrep-14.0.3_GH0.tar.gz) = 583882 diff --git a/textproc/ripgrep/files/patch-crates_grep_src_lib.rs b/textproc/ripgrep/files/patch-crates_grep_src_lib.rs deleted file mode 100644 index b7e972ec3a5..00000000000 --- a/textproc/ripgrep/files/patch-crates_grep_src_lib.rs +++ /dev/null @@ -1,11 +0,0 @@ ---- crates/grep/src/lib.rs.orig 2023-07-19 16:11:20 UTC -+++ crates/grep/src/lib.rs -@@ -12,7 +12,7 @@ A cookbook and a guide are planned. - A cookbook and a guide are planned. - */ - --#![deny(missing_docs)] -+//#![deny(missing_docs)] - - pub extern crate grep_cli as cli; - pub extern crate grep_matcher as matcher; diff --git a/textproc/ripgrep/files/patch-powerpc b/textproc/ripgrep/files/patch-powerpc deleted file mode 100644 index 36a4f8b168e..00000000000 --- a/textproc/ripgrep/files/patch-powerpc +++ /dev/null @@ -1,72 +0,0 @@ ---- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC -+++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs -@@ -1486,6 +1486,9 @@ cfg_if! { - } else if #[cfg(target_arch = "powerpc64")] { - mod powerpc64; - pub use self::powerpc64::*; -+ } else if #[cfg(target_arch = "powerpc")] { -+ mod powerpc; -+ pub use self::powerpc::*; - } else { - // Unknown target_arch - } ---- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC -+++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs -@@ -0,0 +1,47 @@ -+pub type c_char = u8; -+pub type c_long = i32; -+pub type c_ulong = u32; -+pub type wchar_t = i32; -+pub type time_t = i64; -+pub type suseconds_t = i32; -+pub type register_t = i32; -+ -+s! { -+ pub struct stat { -+ pub st_dev: ::dev_t, -+ pub st_ino: ::ino_t, -+ pub st_mode: ::mode_t, -+ pub st_nlink: ::nlink_t, -+ pub st_uid: ::uid_t, -+ pub st_gid: ::gid_t, -+ pub st_rdev: ::dev_t, -+ pub st_atime: ::time_t, -+ pub st_atime_nsec: ::c_long, -+ pub st_mtime: ::time_t, -+ pub st_mtime_nsec: ::c_long, -+ pub st_ctime: ::time_t, -+ pub st_ctime_nsec: ::c_long, -+ pub st_size: ::off_t, -+ pub st_blocks: ::blkcnt_t, -+ pub st_blksize: ::blksize_t, -+ pub st_flags: ::fflags_t, -+ pub st_gen: u32, -+ pub st_lspare: i32, -+ pub st_birthtime: ::time_t, -+ pub st_birthtime_nsec: ::c_long, -+ } -+} -+ -+// should be pub(crate), but that requires Rust 1.18.0 -+cfg_if! { -+ if #[cfg(libc_const_size_of)] { -+ #[doc(hidden)] -+ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; -+ } else { -+ #[doc(hidden)] -+ pub const _ALIGNBYTES: usize = 4 - 1; -+ } -+} -+ -+pub const MAP_32BIT: ::c_int = 0x00080000; -+pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 ---- cargo-crates/crossbeam-utils-0.8.5/no_atomic.rs.orig 2021-07-12 16:01:05.023177000 +0200 -+++ cargo-crates/crossbeam-utils-0.8.5/no_atomic.rs 2021-07-12 16:01:16.538869000 +0200 -@@ -30,6 +30,7 @@ - "mipsel-unknown-none", - "mipsisa32r6-unknown-linux-gnu", - "mipsisa32r6el-unknown-linux-gnu", -+ "powerpc-unknown-freebsd", - "powerpc-unknown-linux-gnu", - "powerpc-unknown-linux-gnuspe", - "powerpc-unknown-linux-musl", diff --git a/textproc/ripgrep/files/patch-rust-1.63 b/textproc/ripgrep/files/patch-rust-1.63 deleted file mode 100644 index 2d7ce8f19d6..00000000000 --- a/textproc/ripgrep/files/patch-rust-1.63 +++ /dev/null @@ -1,66 +0,0 @@ ---- Cargo.lock.orig 2021-06-12 14:12:24 UTC -+++ Cargo.lock -@@ -62,12 +62,6 @@ name = "cfg-if" - - [[package]] - name = "cfg-if" --version = "0.1.10" --source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" -- --[[package]] --name = "cfg-if" - version = "1.0.0" - source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" -@@ -90,7 +84,7 @@ dependencies = [ - source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" - dependencies = [ -- "cfg-if 1.0.0", -+ "cfg-if", - "crossbeam-utils", - ] - -@@ -100,7 +94,7 @@ dependencies = [ - source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" - dependencies = [ -- "cfg-if 1.0.0", -+ "cfg-if", - "lazy_static", - ] - -@@ -110,7 +104,7 @@ dependencies = [ - source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" - dependencies = [ -- "cfg-if 1.0.0", -+ "cfg-if", - "packed_simd_2", - ] - -@@ -329,7 +323,7 @@ dependencies = [ - source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" - dependencies = [ -- "cfg-if 1.0.0", -+ "cfg-if", - ] - - [[package]] -@@ -365,11 +359,11 @@ name = "packed_simd_2" - - [[package]] - name = "packed_simd_2" --version = "0.3.5" -+version = "0.3.8" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "0e64858a2d3733fdd61adfdd6da89aa202f7ff0e741d2fc7ed1e452ba9dc99d7" -+checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" - dependencies = [ -- "cfg-if 0.1.10", -+ "cfg-if", - "libm", - ] - diff --git a/textproc/ripgrep/files/patch-rust-1.73.0 b/textproc/ripgrep/files/patch-rust-1.73.0 deleted file mode 100644 index c80b7ea2c84..00000000000 --- a/textproc/ripgrep/files/patch-rust-1.73.0 +++ /dev/null @@ -1,83 +0,0 @@ -From a79edf4cfc54aad30a5630b217645c4b8274d8f7 Mon Sep 17 00:00:00 2001 -From: Oli Scherer -Date: Mon, 10 Jul 2023 09:46:53 +0000 -Subject: [PATCH] Stop using old-style `simd_shuffle` - ---- - src/codegen/llvm.rs | 20 +++++++------------- - 1 file changed, 7 insertions(+), 13 deletions(-) - -diff --git third_party/rust/packed_simd_2/src/codegen/llvm.rs third_party/rust/packed_simd_2/src/codegen/llvm.rs -index b4c09849..bb482fac 100644 ---- cargo-crates/packed_simd_2-0.3.8/src/codegen/llvm.rs -+++ cargo-crates/packed_simd_2-0.3.8/src/codegen/llvm.rs -@@ -5,14 +5,8 @@ use crate::sealed::Shuffle; - #[allow(unused_imports)] // FIXME: spurious warning? - use crate::sealed::Simd; - --// Shuffle intrinsics: expanded in users' crates, therefore public. - extern "platform-intrinsic" { -- pub fn simd_shuffle2(x: T, y: T, idx: [u32; 2]) -> U; -- pub fn simd_shuffle4(x: T, y: T, idx: [u32; 4]) -> U; -- pub fn simd_shuffle8(x: T, y: T, idx: [u32; 8]) -> U; -- pub fn simd_shuffle16(x: T, y: T, idx: [u32; 16]) -> U; -- pub fn simd_shuffle32(x: T, y: T, idx: [u32; 32]) -> U; -- pub fn simd_shuffle64(x: T, y: T, idx: [u32; 64]) -> U; -+ fn simd_shuffle(x: T, y: T, idx: I) -> U; - } - - #[allow(clippy::missing_safety_doc)] -@@ -22,7 +16,7 @@ where - T: Simd, - ::Element: Shuffle<[u32; 2], Output = U>, - { -- simd_shuffle2(x, y, IDX) -+ simd_shuffle(x, y, IDX) - } - - #[allow(clippy::missing_safety_doc)] -@@ -32,7 +26,7 @@ where - T: Simd, - ::Element: Shuffle<[u32; 4], Output = U>, - { -- simd_shuffle4(x, y, IDX) -+ simd_shuffle(x, y, IDX) - } - - #[allow(clippy::missing_safety_doc)] -@@ -42,7 +36,7 @@ where - T: Simd, - ::Element: Shuffle<[u32; 8], Output = U>, - { -- simd_shuffle8(x, y, IDX) -+ simd_shuffle(x, y, IDX) - } - - #[allow(clippy::missing_safety_doc)] -@@ -52,7 +46,7 @@ where - T: Simd, - ::Element: Shuffle<[u32; 16], Output = U>, - { -- simd_shuffle16(x, y, IDX) -+ simd_shuffle(x, y, IDX) - } - - #[allow(clippy::missing_safety_doc)] -@@ -62,7 +56,7 @@ where - T: Simd, - ::Element: Shuffle<[u32; 32], Output = U>, - { -- simd_shuffle32(x, y, IDX) -+ simd_shuffle(x, y, IDX) - } - - #[allow(clippy::missing_safety_doc)] -@@ -72,7 +66,7 @@ where - T: Simd, - ::Element: Shuffle<[u32; 64], Output = U>, - { -- simd_shuffle64(x, y, IDX) -+ simd_shuffle(x, y, IDX) - } - - extern "platform-intrinsic" { diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index d5ed34c6616..d284a79a1f1 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -1,5 +1,6 @@ PORTNAME= rman PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/polyglotman/polyglotman/${PORTVERSION} @@ -7,9 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Reverse compile man pages from formatted form MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ - BINDIR="${PREFIX}/bin" MANDIR="${MAN1PREFIX}/man/man1" + BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/share/man/man1" -PLIST_FILES= bin/rman man/man1/rman.1.gz +PLIST_FILES= bin/rman share/man/man1/rman.1.gz .include diff --git a/textproc/rubygem-asciidoctor-pdf/Makefile b/textproc/rubygem-asciidoctor-pdf/Makefile index 69d8e50fa42..db7da37051e 100644 --- a/textproc/rubygem-asciidoctor-pdf/Makefile +++ b/textproc/rubygem-asciidoctor-pdf/Makefile @@ -1,5 +1,6 @@ PORTNAME= asciidoctor-pdf PORTVERSION= 2.3.10 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-asciidoctor-pdf/files/patch-rubygem-prawn-icon b/textproc/rubygem-asciidoctor-pdf/files/patch-asciidoctor-pdf.gemspec similarity index 60% rename from textproc/rubygem-asciidoctor-pdf/files/patch-rubygem-prawn-icon rename to textproc/rubygem-asciidoctor-pdf/files/patch-asciidoctor-pdf.gemspec index b2cedeec9a5..9e7d617575c 100644 --- a/textproc/rubygem-asciidoctor-pdf/files/patch-rubygem-prawn-icon +++ b/textproc/rubygem-asciidoctor-pdf/files/patch-asciidoctor-pdf.gemspec @@ -1,17 +1,22 @@ -Obtained from: https://github.com/asciidoctor/asciidoctor-pdf/commit/631606e91f487e797e73c15467979b0b63c5ff68 +Obtained from: +https://github.com/asciidoctor/asciidoctor-pdf/commit/631606e91f487e797e73c15467979b0b63c5ff68 +https://github.com/asciidoctor/asciidoctor-pdf/commit/cd71092a5c5c86b9770359a0f1bd7c60b9dce7ea ---- asciidoctor-pdf.gemspec.orig 2023-01-06 06:23:58 UTC + +--- asciidoctor-pdf.gemspec.orig 2023-12-27 02:32:44 UTC +++ asciidoctor-pdf.gemspec -@@ -27,7 +27,7 @@ Gem::Specification.new do |s| +@@ -26,8 +26,8 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q.freeze, ["~> 0.4"]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.0"]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.32.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 0.32.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 3.0.0"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 0.33.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 3.1.0"]) s.add_runtime_dependency(%q.freeze, ["~> 1.1"]) s.add_runtime_dependency(%q.freeze, ["~> 1.6.0"]) s.add_development_dependency(%q.freeze, ["~> 13.0.0"]) ---- lib/asciidoctor/pdf/ext/prawn/extensions.rb.orig 2023-01-06 06:23:58 UTC +--- lib/asciidoctor/pdf/ext/prawn/extensions.rb.orig 2023-12-27 02:32:43 UTC +++ lib/asciidoctor/pdf/ext/prawn/extensions.rb @@ -16,7 +16,7 @@ module Asciidoctor ColumnBox = ::Prawn::Document::ColumnBox diff --git a/textproc/s5/Makefile b/textproc/s5/Makefile index bf98d8b11a3..9cc68df9666 100644 --- a/textproc/s5/Makefile +++ b/textproc/s5/Makefile @@ -1,6 +1,6 @@ PORTNAME= s5 PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://meyerweb.com/eric/tools/s5/v/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -33,6 +33,6 @@ do-install: @(cd ${WRKSRC} && \ ${COPYTREE_SHARE} "*.html ${S5_SUBDIRS}" ${STAGEDIR}${S5_DIR}) ${INSTALL_SCRIPT} ${WRKDIR}/s5 ${STAGEDIR}${PREFIX}/bin/s5 - ${INSTALL_MAN} ${WRKDIR}/s5.1 ${STAGEDIR}${MANPREFIX}/man/man1/s5.1 + ${INSTALL_MAN} ${WRKDIR}/s5.1 ${STAGEDIR}${PREFIX}/share/man/man1/s5.1 .include diff --git a/textproc/s5/pkg-plist b/textproc/s5/pkg-plist index 55f6110d844..79d39313d6d 100644 --- a/textproc/s5/pkg-plist +++ b/textproc/s5/pkg-plist @@ -58,4 +58,4 @@ bin/s5 %%DATADIR%%/s5-blank/ui/default/s5-core.css %%DATADIR%%/s5-blank/ui/default/slides.css %%DATADIR%%/s5-blank/ui/default/slides.js -man/man1/s5.1.gz +share/man/man1/s5.1.gz diff --git a/textproc/sad/Makefile b/textproc/sad/Makefile index 76532dbf2b6..4eaeab3151b 100644 --- a/textproc/sad/Makefile +++ b/textproc/sad/Makefile @@ -1,7 +1,7 @@ PORTNAME= sad DISTVERSIONPREFIX= v DISTVERSION= 0.4.23 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/sansi/Makefile b/textproc/sansi/Makefile index 7034a9934f9..0edb392046a 100644 --- a/textproc/sansi/Makefile +++ b/textproc/sansi/Makefile @@ -1,5 +1,6 @@ PORTNAME= sansi PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= textproc sysutils MASTER_SITES= https://BSDforge.com/projects/source/textproc/sansi/ @@ -20,10 +21,10 @@ NO_BUILD= yes USES= tar:xz -PLIST_FILES= sbin/sansi man/man1/sansi.1.gz +PLIST_FILES= sbin/sansi share/man/man1/sansi.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sansi ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/sansi.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/sansi.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/sd/Makefile b/textproc/sd/Makefile index 2d5e39228b1..1587ccea329 100644 --- a/textproc/sd/Makefile +++ b/textproc/sd/Makefile @@ -1,7 +1,7 @@ PORTNAME= sd DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= mikael@FreeBSD.org diff --git a/textproc/sonic/Makefile b/textproc/sonic/Makefile index 3bd0987d56b..f4ba6097983 100644 --- a/textproc/sonic/Makefile +++ b/textproc/sonic/Makefile @@ -1,6 +1,7 @@ PORTNAME= sonic DISTVERSIONPREFIX= v DISTVERSION= 1.4.8 +PORTREVISION= 1 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/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index 60fbebefb77..0e17d2526f9 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -4,7 +4,7 @@ PORTNAME= sphinxsearch PORTVERSION= 2.2.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc databases MASTER_SITES= http://sphinxsearch.com/files/ \ http://snowball.tartarus.org/dist/:libstemmer @@ -154,10 +154,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/searchd ${STAGEDIR}${PREFIX}/sbin/searchd ${INSTALL_DATA} ${WRKSRC}/sphinx.conf.dist ${STAGEDIR}${CFGFILE}.sample .for man in ${MAN1SRC} - ${INSTALL_MAN} ${DOCSRC}/${man} ${STAGEDIR}${MANPREFIX}/man/man1/${man} + ${INSTALL_MAN} ${DOCSRC}/${man} ${STAGEDIR}${PREFIX}/share/man/man1/${man} .endfor .for man in ${MAN8SRC} - ${INSTALL_MAN} ${DOCSRC}/${man} ${STAGEDIR}${MANPREFIX}/man/man8/${man} + ${INSTALL_MAN} ${DOCSRC}/${man} ${STAGEDIR}${PREFIX}/share/man/man8/${man} .endfor do-install-DOCS-on: diff --git a/textproc/sphinxsearch/pkg-plist b/textproc/sphinxsearch/pkg-plist index 45fc5a0467c..aa5effb020a 100644 --- a/textproc/sphinxsearch/pkg-plist +++ b/textproc/sphinxsearch/pkg-plist @@ -3,10 +3,10 @@ bin/indextool bin/spelldump bin/wordbreaker @sample etc/sphinx.conf.sample -man/man1/indexer.1.gz -man/man1/indextool.1.gz -man/man1/spelldump.1.gz -man/man8/searchd.8.gz +share/man/man1/indexer.1.gz +share/man/man1/indextool.1.gz +share/man/man1/spelldump.1.gz +share/man/man8/searchd.8.gz sbin/searchd %%PORTDOCS%%%%DOCSDIR%%/sphinx-min.conf.dist %%PORTDOCS%%%%DOCSDIR%%/sphinx.css diff --git a/textproc/svn2cl/Makefile b/textproc/svn2cl/Makefile index dd3da4b2718..beb3afc3f76 100644 --- a/textproc/svn2cl/Makefile +++ b/textproc/svn2cl/Makefile @@ -1,5 +1,6 @@ PORTNAME= svn2cl PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://arthurdejong.org/svn2cl/ @@ -21,7 +22,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/svn2cl.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/svn2cl.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} .for i in ${DATAFILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR} diff --git a/textproc/svn2cl/pkg-plist b/textproc/svn2cl/pkg-plist index c65a83c220a..31aa863dd22 100644 --- a/textproc/svn2cl/pkg-plist +++ b/textproc/svn2cl/pkg-plist @@ -1,5 +1,5 @@ bin/svn2cl -man/man1/svn2cl.1.gz +share/man/man1/svn2cl.1.gz %%DATADIR%%/authors.xml %%DATADIR%%/svn2cl.xsl %%DATADIR%%/svn2html.css diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile index 83cd6552d71..c06e9cdc5db 100644 --- a/textproc/tkdiff/Makefile +++ b/textproc/tkdiff/Makefile @@ -1,32 +1,27 @@ PORTNAME= tkdiff -DISTVERSION= 5-0 +DISTVERSION= 5-6 CATEGORIES= textproc tk -MASTER_SITES= SF https://bsdforge.com/projects/source/textproc/tkdiff/:ikon -DISTFILES= ${DISTNAME}.zip tkicons5.txz:ikon +MASTER_SITES= SF -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Tk frontend for diff(1) WWW= https://sourceforge.net/projects/tkdiff/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN= Unfetchable - -USES= cpe tar:txz tk:wrapper +USES= tk:wrapper zip DESKTOP_ENTRIES= "Tkdiff" "Tk frontend for the diff command" \ "tkdiff" \ "tkdiff" "GNOME;GTK;Development;System;" \ false - +NO_ARCH= yes NO_BUILD= yes -IKONS= tkdiff-256.png tkdiff-128.png \ - tkdiff-64.png tkdiff.png +PLIST_FILES= bin/tkdiff do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${IKONS:S/tkdiff/${WRKSRC}\/tkdiff/g} ${STAGEDIR}${PREFIX}/share/pixmaps/ .include diff --git a/textproc/tkdiff/distinfo b/textproc/tkdiff/distinfo index 173c8261e16..9cb6720b088 100644 --- a/textproc/tkdiff/distinfo +++ b/textproc/tkdiff/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1668095331 -SHA256 (tkdiff-5-0.zip) = 70559dcf7e37704ea954a8b681327be897d65f8b8f135e4ac77f57b80c0a6a56 -SHA512 (tkdiff-5-0.zip) = 903d5bd5d4ce34dfa169d95a27dd246dbf86f45cc21aa05d29e16550f7f4151e81fc07b011e906bf9b28557e762170a9f76aa43b7ab1628556bbc14f512015ae -SIZE (tkdiff-5-0.zip) = 193020 -SHA256 (tkicons5.txz) = 601de1ce6feb016a21cf860de62a53699f283a26ec79bf26906834f0fc7e3092 -SHA512 (tkicons5.txz) = 977e77c37e09bb72f976df5742152601bbca8c4054b2d0ffdd1e7f05ab1cb18ee5763c5cc3ee4c36d569a0c652a36c50f4006c548340dc873bbbcc5236ecce72 -SIZE (tkicons5.txz) = 65720 +TIMESTAMP = 1704533850 +SHA256 (tkdiff-5-6.zip) = 628c7541d486996b6f984f4f702cec7cb3a7fd959d3e87104192bc3e946620bc +SIZE (tkdiff-5-6.zip) = 289205 diff --git a/textproc/tkdiff/pkg-plist b/textproc/tkdiff/pkg-plist deleted file mode 100644 index b1fefc11bcd..00000000000 --- a/textproc/tkdiff/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/tkdiff -share/pixmaps/tkdiff-128.png -share/pixmaps/tkdiff-256.png -share/pixmaps/tkdiff-64.png -share/pixmaps/tkdiff.png diff --git a/textproc/tokay/Makefile b/textproc/tokay/Makefile index af5472fba1e..d479ee9a41f 100644 --- a/textproc/tokay/Makefile +++ b/textproc/tokay/Makefile @@ -1,6 +1,7 @@ PORTNAME= tokay DISTVERSIONPREFIX= v DISTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index 1da49fbc0eb..e3bee6b2abf 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -1,6 +1,6 @@ PORTNAME= tth PORTVERSION= 4.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ \ http://redundancy.redundancy.org/mirror/ @@ -30,6 +30,6 @@ do-install: @${MKDIR} ${STAGEDIR}/${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/license.txt ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/tth_manual.html ${STAGEDIR}${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/tth/pkg-plist b/textproc/tth/pkg-plist index 95e97857618..ad6395ab8b5 100644 --- a/textproc/tth/pkg-plist +++ b/textproc/tth/pkg-plist @@ -3,6 +3,6 @@ bin/latex2gif bin/ps2gif bin/ps2png bin/tth -man/man1/tth.1.gz +share/man/man1/tth.1.gz %%PORTDOCS%%%%DOCSDIR%%/license.txt %%PORTDOCS%%%%DOCSDIR%%/tth_manual.html diff --git a/textproc/typst/Makefile b/textproc/typst/Makefile index 5df96422844..95fe9bf8dd4 100644 --- a/textproc/typst/Makefile +++ b/textproc/typst/Makefile @@ -1,6 +1,7 @@ PORTNAME= typst DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= wen@FreeBSD.org diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index aeb0a61e5fb..51d13d2e00b 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ugrep DISTVERSIONPREFIX= v -DISTVERSION= 4.4.1 +DISTVERSION= 4.5.1 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org @@ -14,10 +14,10 @@ USES= compiler:c++11-lang gmake shebangfix USE_GITHUB= yes GH_ACCOUNT= Genivia -OPTIONS_DEFINE= COLOR HIDDEN LZ4 MMAP PAGER PCRE2 PRETTY ZSTD BROTLI BZIP3 +OPTIONS_DEFINE= COLOR HIDDEN LZ4 MMAP PAGER PCRE2 PRETTY ZSTD BROTLI BZIP3 7ZIP OPTIONS_DEFINE_aarch64= NEON OPTIONS_DEFINE_amd64= AVX SSE2 -OPTIONS_DEFAULT= COLOR HIDDEN LZ4 MMAP PAGER PCRE2 PRETTY ZSTD BROTLI BZIP3 +OPTIONS_DEFAULT= COLOR HIDDEN LZ4 MMAP PAGER PCRE2 PRETTY ZSTD BROTLI BZIP3 7ZIP OPTIONS_DEFAULT_aarch64= NEON OPTIONS_DEFAULT_amd64= AVX SSE2 @@ -57,5 +57,7 @@ BROTLI_LIB_DEPENDS= libbrotlidec.so:archivers/brotli BZIP3_DESC= bzip3 compression support BZIP3_CONFIGURE_WITH= bzip3=${LOCALBASE} BZIP3_LIB_DEPENDS= libbzip3.so:archivers/bzip3 +7ZIP_DESC= 7zip support +7ZIP_CONFIGURE_ENABLE= 7zip .include diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index 1d1a5186402..ec50773a15c 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703092041 -SHA256 (Genivia-ugrep-v4.4.1_GH0.tar.gz) = e134f5080412dec8023ca8d10433c4860e95557c1ac05140285a203b06ebab61 -SIZE (Genivia-ugrep-v4.4.1_GH0.tar.gz) = 5957895 +TIMESTAMP = 1704561915 +SHA256 (Genivia-ugrep-v4.5.1_GH0.tar.gz) = 81b4854b6a8bd69ff3bac616a8e5363bd020224161fa0a1af3c63da0e7a07150 +SIZE (Genivia-ugrep-v4.5.1_GH0.tar.gz) = 6204538 diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index 08e8315834c..1a3b2e8bdc0 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -1,5 +1,6 @@ PORTNAME= uni2ascii PORTVERSION= 4.18 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ \ LOCAL/ehaupt @@ -15,13 +16,13 @@ GNU_CONFIGURE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -PLIST_FILES= bin/uni2ascii bin/ascii2uni man/man1/uni2ascii.1.gz \ - man/man1/ascii2uni.1.gz +PLIST_FILES= bin/uni2ascii bin/ascii2uni share/man/man1/uni2ascii.1.gz \ + share/man/man1/ascii2uni.1.gz do-install: .for f in ${PORTNAME} ascii2uni ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/textproc/unoconv/Makefile b/textproc/unoconv/Makefile index 70108075a47..13d2a609817 100644 --- a/textproc/unoconv/Makefile +++ b/textproc/unoconv/Makefile @@ -1,5 +1,6 @@ PORTNAME= unoconv PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= http://dag.wieers.com/home-made/${PORTNAME}/ \ SF/nemysisfreebsdp/textproc/:icons @@ -43,7 +44,7 @@ do-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/textproc/unoconv/pkg-plist b/textproc/unoconv/pkg-plist index 121ebb9eb30..49a765b6b2b 100644 --- a/textproc/unoconv/pkg-plist +++ b/textproc/unoconv/pkg-plist @@ -1,5 +1,5 @@ bin/unoconv -man/man1/unoconv.1.gz +share/man/man1/unoconv.1.gz share/pixmaps/unoconv.png %%DATADIR%%/tests/document-example.odt %%DATADIR%%/tests/spreadsheet-example.csv diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 4c5639d1959..35e33ce250f 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -32,7 +32,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/unroff ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR}/misc .for i in doc/tmac.hyper misc/sample.unroff ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR}/misc diff --git a/textproc/unroff/pkg-plist b/textproc/unroff/pkg-plist index afdef34f03d..29570e05486 100644 --- a/textproc/unroff/pkg-plist +++ b/textproc/unroff/pkg-plist @@ -1,9 +1,9 @@ bin/unroff -man/man1/unroff-html-man.1.gz -man/man1/unroff-html-me.1.gz -man/man1/unroff-html-ms.1.gz -man/man1/unroff-html.1.gz -man/man1/unroff.1.gz +share/man/man1/unroff-html-man.1.gz +share/man/man1/unroff-html-me.1.gz +share/man/man1/unroff-html-ms.1.gz +share/man/man1/unroff-html.1.gz +share/man/man1/unroff.1.gz %%PORTDOCS%%%%DOCSDIR%%/manual.ms %%DATADIR%%/misc/sample.unroff %%DATADIR%%/misc/tmac.hyper diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index c81839721a2..d0cc289f49e 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,6 +1,6 @@ PORTNAME= urlview PORTVERSION= 0.9.20131021 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc www MAINTAINER= uzsolt@uzsolt.hu @@ -17,7 +17,7 @@ GH_TAGNAME= 45443109 GNU_CONFIGURE= yes PLIST_FILES= bin/urlview \ etc/urlview.conf.sample \ - man/man1/urlview.1.gz + share/man/man1/urlview.1.gz post-patch: @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ @@ -26,7 +26,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/urlview ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/urlview.man ${STAGEDIR}${MAN1PREFIX}/man/man1/urlview.1 + ${INSTALL_MAN} ${WRKSRC}/urlview.man ${STAGEDIR}${PREFIX}/share/man/man1/urlview.1 ${INSTALL_DATA} ${WRKSRC}/sample.urlview \ ${STAGEDIR}${PREFIX}/etc/urlview.conf.sample diff --git a/textproc/vacuum/Makefile b/textproc/vacuum/Makefile index 87ce14364c2..31976d46bc9 100644 --- a/textproc/vacuum/Makefile +++ b/textproc/vacuum/Makefile @@ -1,6 +1,6 @@ PORTNAME= vacuum DISTVERSIONPREFIX= v -DISTVERSION= 0.6.3 +DISTVERSION= 0.7.0 CATEGORIES= textproc PKGNAMESUFFIX= -lint-tool diff --git a/textproc/vacuum/distinfo b/textproc/vacuum/distinfo index 32122bcb372..0935f435b20 100644 --- a/textproc/vacuum/distinfo +++ b/textproc/vacuum/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1703498379 -SHA256 (go/textproc_vacuum/vacuum-v0.6.3/v0.6.3.mod) = e82800ddf0b916c1aefd8251e75123e77794dd9d83db90486f484e22ef628770 -SIZE (go/textproc_vacuum/vacuum-v0.6.3/v0.6.3.mod) = 2994 -SHA256 (go/textproc_vacuum/vacuum-v0.6.3/v0.6.3.zip) = de02e97e07e9f23e3076053a8fa6d196db9034195fcc40da0954367f3d550318 -SIZE (go/textproc_vacuum/vacuum-v0.6.3/v0.6.3.zip) = 2614761 +TIMESTAMP = 1704428731 +SHA256 (go/textproc_vacuum/vacuum-v0.7.0/v0.7.0.mod) = 6ed42e4193801ca3b92213eef56dcf602662ae29df9429ab266371d3d198b10e +SIZE (go/textproc_vacuum/vacuum-v0.7.0/v0.7.0.mod) = 3054 +SHA256 (go/textproc_vacuum/vacuum-v0.7.0/v0.7.0.zip) = ac3776ffdad4eb15abf2460f960708c052df286ac975a12e710fa3f5aad5d02f +SIZE (go/textproc_vacuum/vacuum-v0.7.0/v0.7.0.zip) = 2652984 diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 0f60b543d04..eefc6438070 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -1,5 +1,5 @@ PORTNAME= xml2rfc -PORTVERSION= 3.19.0 +PORTVERSION= 3.19.1 CATEGORIES= textproc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/xml2rfc/distinfo b/textproc/xml2rfc/distinfo index e7432412cec..87992b58f43 100644 --- a/textproc/xml2rfc/distinfo +++ b/textproc/xml2rfc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704180772 -SHA256 (xml2rfc-3.19.0.tar.gz) = 8844bc6c90474217a8789fc3b749dd0a5e7871e3a3132e833847aad4c39b696e -SIZE (xml2rfc-3.19.0.tar.gz) = 2653457 +TIMESTAMP = 1704820928 +SHA256 (xml2rfc-3.19.1.tar.gz) = 49e5319041c9afb66650aea429520f3199dfaac382c6fcf06a4a03c9b3646136 +SIZE (xml2rfc-3.19.1.tar.gz) = 2654379 diff --git a/textproc/xsv-rs/Makefile b/textproc/xsv-rs/Makefile index e242cf19725..cf1fe6cbaf2 100644 --- a/textproc/xsv-rs/Makefile +++ b/textproc/xsv-rs/Makefile @@ -1,6 +1,6 @@ PORTNAME= xsv DISTVERSION= 0.13.0 -PORTREVISION= 54 +PORTREVISION= 55 CATEGORIES= textproc PKGNAMESUFFIX= -rs diff --git a/textproc/y2l/Makefile b/textproc/y2l/Makefile index aa4dc176252..b0eccad6051 100644 --- a/textproc/y2l/Makefile +++ b/textproc/y2l/Makefile @@ -1,5 +1,6 @@ PORTNAME= y2l PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF @@ -9,10 +10,10 @@ WWW= http://www.alchar.org/~aedil/Projects/y2l.html NO_BUILD= yes -PLIST_FILES= bin/y2l man/man1/y2l.1.gz +PLIST_FILES= bin/y2l share/man/man1/y2l.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/y2l ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/y2l.man ${STAGEDIR}${MANPREFIX}/man/man1/y2l.1 + ${INSTALL_MAN} ${WRKSRC}/y2l.man ${STAGEDIR}${PREFIX}/share/man/man1/y2l.1 .include diff --git a/vietnamese/vnconvert/Makefile b/vietnamese/vnconvert/Makefile index 7ab6714ce6c..33cc142a561 100644 --- a/vietnamese/vnconvert/Makefile +++ b/vietnamese/vnconvert/Makefile @@ -1,6 +1,6 @@ PORTNAME= vnconvert PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= vietnamese MASTER_SITES= LOCAL/obrien DISTNAME= convert @@ -13,10 +13,10 @@ NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= -PLIST_FILES= bin/vnconvert man/man1/vnconvert.1.gz +PLIST_FILES= bin/vnconvert share/man/man1/vnconvert.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vnconvert ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/vnconvert.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/vnconvert.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/www/Makefile b/www/Makefile index 3b97a3c2736..721540c3112 100644 --- a/www/Makefile +++ b/www/Makefile @@ -145,6 +145,7 @@ SUBDIR += domoticz SUBDIR += dooble SUBDIR += dot-http + SUBDIR += dpp SUBDIR += drill SUBDIR += drupal10 SUBDIR += drupal7 @@ -1628,6 +1629,7 @@ SUBDIR += py-fastapi SUBDIR += py-fastapi-users SUBDIR += py-feedgenerator + SUBDIR += py-flasgger SUBDIR += py-flask SUBDIR += py-flask-admin SUBDIR += py-flask-api @@ -1642,6 +1644,7 @@ SUBDIR += py-flask-cors SUBDIR += py-flask-flatpages SUBDIR += py-flask-json + SUBDIR += py-flask-jwt SUBDIR += py-flask-jwt-extended SUBDIR += py-flask-limiter SUBDIR += py-flask-login @@ -2358,6 +2361,9 @@ SUBDIR += tomee SUBDIR += tor-browser SUBDIR += trac + SUBDIR += trac-accountmanager + SUBDIR += trac-spamfilter + SUBDIR += trac-tocmacro SUBDIR += trafficserver SUBDIR += transproxy SUBDIR += trunk diff --git a/www/R-cran-htmlwidgets/Makefile b/www/R-cran-htmlwidgets/Makefile index d940aac85f9..4b4b1e934ea 100644 --- a/www/R-cran-htmlwidgets/Makefile +++ b/www/R-cran-htmlwidgets/Makefile @@ -1,5 +1,5 @@ PORTNAME= htmlwidgets -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.4 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -9,13 +9,11 @@ WWW= https://cran.r-project.org/web/packages/htmlwidgets/ LICENSE= MIT -CRAN_DEPENDS= R-cran-htmltools>=0.5.4:textproc/R-cran-htmltools \ +RUN_DEPENDS= R-cran-htmltools>=0.5.7:textproc/R-cran-htmltools \ R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \ R-cran-yaml>0:textproc/R-cran-yaml \ R-cran-knitr>=1.8:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist diff --git a/www/R-cran-htmlwidgets/distinfo b/www/R-cran-htmlwidgets/distinfo index a80becf7fb9..146f6d552f5 100644 --- a/www/R-cran-htmlwidgets/distinfo +++ b/www/R-cran-htmlwidgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682492665 -SHA256 (htmlwidgets_1.6.2.tar.gz) = 7fda1672a4c0fbc203c790677b6ee7c40d2c2d72be4f6772f75288fc712b10bc -SIZE (htmlwidgets_1.6.2.tar.gz) = 867472 +TIMESTAMP = 1702360167 +SHA256 (htmlwidgets_1.6.4.tar.gz) = 7cb08f0b30485dac26f72e4056ec4ed8825d1398e8b9f25ed63db228fe3a0ed0 +SIZE (htmlwidgets_1.6.4.tar.gz) = 868895 diff --git a/www/angie/Makefile b/www/angie/Makefile index f7c831f9fcb..1f45373a10d 100644 --- a/www/angie/Makefile +++ b/www/angie/Makefile @@ -1,5 +1,6 @@ PORTNAME?= angie PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES+= www MASTER_SITES+= https://download.angie.software/files/:angie DISTNAME= angie-${DISTVERSIONFULL} @@ -158,7 +159,7 @@ do-install: ${LN} -fs angie-nodebug ${STAGEDIR}${PREFIX}/sbin/angie - ${INSTALL_MAN} ${WRKSRC}/objs/angie.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/objs/angie.8 ${STAGEDIR}${PREFIX}/share/man/man8 .for i in CHANGES CHANGES.ru README.rst ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor diff --git a/www/angie/pkg-plist b/www/angie/pkg-plist index 2c77c1a62d2..28b3b43178b 100644 --- a/www/angie/pkg-plist +++ b/www/angie/pkg-plist @@ -10,7 +10,7 @@ sbin/angie-nodebug sbin/angie %%DEBUG%%sbin/angie-debug -man/man8/angie.8.gz +share/man/man8/angie.8.gz %%DOCSDIR%%/CHANGES %%DOCSDIR%%/CHANGES.ru %%DOCSDIR%%/README.rst diff --git a/www/bareos-webui/Makefile b/www/bareos-webui/Makefile index 272b633a662..00a41fdf146 100644 --- a/www/bareos-webui/Makefile +++ b/www/bareos-webui/Makefile @@ -1,6 +1,6 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ -DISTVERSION= 22.0.3 +DISTVERSION= 22.1.3 CATEGORIES?= www sysutils PKGNAMESUFFIX= -webui diff --git a/www/bareos-webui/distinfo b/www/bareos-webui/distinfo index 76286a771f9..fe4153fead4 100644 --- a/www/bareos-webui/distinfo +++ b/www/bareos-webui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680995698 -SHA256 (bareos-bareos-Release-22.0.3_GH0.tar.gz) = 3ea98d4ca78e4451ce4f4e2990547de0872330ab115eb27e1471c3af34380404 -SIZE (bareos-bareos-Release-22.0.3_GH0.tar.gz) = 14529338 +TIMESTAMP = 1704486712 +SHA256 (bareos-bareos-Release-22.1.3_GH0.tar.gz) = 765bf250a34296756051e896b28130b2ca3965cebaf310116c50e3e6c63d7d52 +SIZE (bareos-bareos-Release-22.1.3_GH0.tar.gz) = 14745204 diff --git a/www/bareos20-webui/Makefile b/www/bareos20-webui/Makefile index e6855213061..64ddcf86b1c 100644 --- a/www/bareos20-webui/Makefile +++ b/www/bareos20-webui/Makefile @@ -1,6 +1,6 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ -DISTVERSION= 20.0.8 +DISTVERSION= 20.0.9 CATEGORIES?= www sysutils PKGNAMESUFFIX= 20-webui diff --git a/www/bareos20-webui/distinfo b/www/bareos20-webui/distinfo index 7c9ec4b6535..7ddbd674c06 100644 --- a/www/bareos20-webui/distinfo +++ b/www/bareos20-webui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668748829 -SHA256 (bareos-bareos-Release-20.0.8_GH0.tar.gz) = b8408d6a1a966fa97d02d727b1f92bb7ed40c7a34d5b66f118f1a09b1a8edaa3 -SIZE (bareos-bareos-Release-20.0.8_GH0.tar.gz) = 13429247 +TIMESTAMP = 1704486488 +SHA256 (bareos-bareos-Release-20.0.9_GH0.tar.gz) = ff2923a40f4a34d21699bd694ed66ca0ebecfbc0fa3b83e9c39fe1b767671993 +SIZE (bareos-bareos-Release-20.0.9_GH0.tar.gz) = 13432902 diff --git a/www/bareos21-webui/Makefile b/www/bareos21-webui/Makefile index a918289be1b..5712ff59745 100644 --- a/www/bareos21-webui/Makefile +++ b/www/bareos21-webui/Makefile @@ -1,6 +1,6 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ -DISTVERSION= 21.1.7 +DISTVERSION= 21.1.8 CATEGORIES?= www sysutils PKGNAMESUFFIX= 21-webui diff --git a/www/bareos21-webui/distinfo b/www/bareos21-webui/distinfo index 086861e08a1..2d2bd1dabca 100644 --- a/www/bareos21-webui/distinfo +++ b/www/bareos21-webui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680995666 -SHA256 (bareos-bareos-Release-21.1.7_GH0.tar.gz) = b87a8bba775adb8bbe15af0962b588cecc2179726dcf1e9e14cfeb89eccb2de6 -SIZE (bareos-bareos-Release-21.1.7_GH0.tar.gz) = 11666508 +TIMESTAMP = 1704486594 +SHA256 (bareos-bareos-Release-21.1.8_GH0.tar.gz) = 5cdf196151e758ff2787d47d97153e69cf75895d81f559b61c06679166a60b4d +SIZE (bareos-bareos-Release-21.1.8_GH0.tar.gz) = 11663322 diff --git a/www/castor/Makefile b/www/castor/Makefile index f08731b05ec..739a196e844 100644 --- a/www/castor/Makefile +++ b/www/castor/Makefile @@ -1,6 +1,6 @@ PORTNAME= castor DISTVERSION= 0.8.16 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= www MASTER_SITES= https://git.sr.ht/~julienxx/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/cgichk/Makefile b/www/cgichk/Makefile index 70cb26d0acf..d39d29b52ec 100644 --- a/www/cgichk/Makefile +++ b/www/cgichk/Makefile @@ -6,10 +6,12 @@ MASTER_SITES= https://BSDforge.com/projects/source/www/cgichk/ LICENSE= GPLv2 -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Web site vulnerability scanner BROKEN= Unfetchable +DEPRECATED= Deprecated utility that checks a list of URLs and lacks HTTPS support +EXPIRATION_DATE=2024-02-29 WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= cgichk diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 26cec7ebc3e..7b3ed9a78ca 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= chromium -PORTVERSION= 120.0.6099.199 +PORTVERSION= 120.0.6099.216 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 f90fe1b5e11..ca30afcb16d 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1704354352 -SHA256 (chromium-120.0.6099.199.tar.xz) = 84009db5c898517f38f7b44b81b8a98e21fd28ca3f9aad9dda07516d8640574c -SIZE (chromium-120.0.6099.199.tar.xz) = 3285099132 -SHA256 (chrome-linux-120.0.6099.199-llvm16.profdata.tar.xz) = c213cbf92bf6ab498957c36f2c87790b839e66e007d0e85b9f3806fb1c2574b4 -SIZE (chrome-linux-120.0.6099.199-llvm16.profdata.tar.xz) = 29512472 -SHA256 (chromium-120.0.6099.199-testdata.tar.xz) = 089b154017795238f529108edb7cead30fb68bfaa3b976625128060554950ff9 -SIZE (chromium-120.0.6099.199-testdata.tar.xz) = 271532952 +TIMESTAMP = 1704901565 +SHA256 (chromium-120.0.6099.216.tar.xz) = 7e7bea15bf56f3cc920bb015fed1a1b1368267299e132e795935c5cc604adfc0 +SIZE (chromium-120.0.6099.216.tar.xz) = 3296304596 +SHA256 (chrome-linux-120.0.6099.216-llvm16.profdata.tar.xz) = c5f9464f6f9181d697c3be94169e271567f60ed3e867036f135f7df804e17cd5 +SIZE (chrome-linux-120.0.6099.216-llvm16.profdata.tar.xz) = 29508496 +SHA256 (chromium-120.0.6099.216-testdata.tar.xz) = c66136fa24d77fb27c04fca4fd2fec15004efad68f551d156eab038de93f40c6 +SIZE (chromium-120.0.6099.216-testdata.tar.xz) = 271802184 SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8 SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734 diff --git a/www/chromium/files/patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c b/www/chromium/files/patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c new file mode 100644 index 00000000000..ceeec71c950 --- /dev/null +++ b/www/chromium/files/patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c @@ -0,0 +1,27 @@ +--- third_party/libvpx/source/libvpx/vpx_ports/aarch64_cpudetect.c.orig 2024-01-09 18:29:07 UTC ++++ third_party/libvpx/source/libvpx/vpx_ports/aarch64_cpudetect.c +@@ -91,9 +91,23 @@ static int arm_get_cpu_caps(void) { + return flags; + } + +-#elif defined(__linux__) // end defined(VPX_USE_ANDROID_CPU_FEATURES) ++#elif defined(__linux__) || defined(__FreeBSD__) // end defined(VPX_USE_ANDROID_CPU_FEATURES) + + #include ++ ++#if defined(__FreeBSD__) ++static unsigned long getauxval(unsigned long type) ++{ ++ /* Only AT_HWCAP* return unsigned long */ ++ if (type != AT_HWCAP && type != AT_HWCAP2) { ++ return 0; ++ } ++ ++ unsigned long ret = 0; ++ elf_aux_info(type, &ret, sizeof(ret)); ++ return ret; ++} ++#endif + + // Define hwcap values ourselves: building with an old auxv header where these + // hwcap values are not defined should not prevent features from being enabled. diff --git a/www/cobalt/Makefile b/www/cobalt/Makefile index 6035543f340..2a841202c24 100644 --- a/www/cobalt/Makefile +++ b/www/cobalt/Makefile @@ -1,7 +1,7 @@ PORTNAME= cobalt DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www PKGNAMESUFFIX= -site-generator diff --git a/www/deno/Makefile b/www/deno/Makefile index b5e588e5c89..d3ca0128d72 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -1,6 +1,7 @@ PORTNAME= deno DISTVERSIONPREFIX= v DISTVERSION= 1.39.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org diff --git a/www/dezoomify-rs/Makefile b/www/dezoomify-rs/Makefile index 8df0d1d2aff..5acb13f7d71 100644 --- a/www/dezoomify-rs/Makefile +++ b/www/dezoomify-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= dezoomify-rs DISTVERSIONPREFIX= v DISTVERSION= 2.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org diff --git a/www/dolibarr/Makefile b/www/dolibarr/Makefile index 00e4a60c0fa..ac3de932842 100644 --- a/www/dolibarr/Makefile +++ b/www/dolibarr/Makefile @@ -1,5 +1,5 @@ PORTNAME= dolibarr -DISTVERSION= 18.0.1 +DISTVERSION= 18.0.4 CATEGORIES= www finance MAINTAINER= acm@FreeBSD.org diff --git a/www/dolibarr/distinfo b/www/dolibarr/distinfo index 571970e6e5c..982e9f99c26 100644 --- a/www/dolibarr/distinfo +++ b/www/dolibarr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695241611 -SHA256 (Dolibarr-dolibarr-18.0.1_GH0.tar.gz) = 37bd3c8533b821c241dbb34b0e88349c1d5b43f7ffa6027f0b7970748d1f727a -SIZE (Dolibarr-dolibarr-18.0.1_GH0.tar.gz) = 69510987 +TIMESTAMP = 1704488042 +SHA256 (Dolibarr-dolibarr-18.0.4_GH0.tar.gz) = b1467797f892f72aa313f69f16d5277b481f2a7264ebe1d0ccf43311ca473684 +SIZE (Dolibarr-dolibarr-18.0.4_GH0.tar.gz) = 69515263 diff --git a/www/dot-http/Makefile b/www/dot-http/Makefile index a019c24bbac..6d806db9680 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= 9 +PORTREVISION= 10 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/dpp/Makefile b/www/dpp/Makefile new file mode 100644 index 00000000000..6977b897516 --- /dev/null +++ b/www/dpp/Makefile @@ -0,0 +1,34 @@ +PORTNAME= dpp +DISTVERSION= 10.0.29 +CATEGORIES= www devel +MASTER_SITES= https://github.com/brainboxdotcc/DPP/releases/download/v${DISTVERSION}/ +PKGNAMESUFFIX= -discord +DISTNAME= DPP-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ Discord API bot library +WWW= https://dpp.dev/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json +LIB_DEPENDS= libopus.so:audio/opus \ + libsodium.so:security/libsodium +RUN_DEPENDS= nlohmann-json>0:devel/nlohmann-json + +USES= cmake:testing compiler:c++20-lang localbase ssl + +CMAKE_ON= DPP_USE_EXTERNAL_JSON DPP_NO_VCPKG +CMAKE_ON+= DPP_CORO # experimental support for C++20 coroutines +CMAKE_OFF= RUN_LDCONFIG DPP_BUILD_TEST +CMAKE_TESTING_ON= DPP_BUILD_TEST + +MAKE_ENV= TEST_DATA_DIR=${WRKSRC}/testdata/ # only for tests + +post-extract: + @${RM} -r ${WRKSRC}/include/dpp/nlohmann + +# 1 test fails: ts_not_null(), see https://github.com/brainboxdotcc/DPP/issues/1063 + +.include diff --git a/www/dpp/distinfo b/www/dpp/distinfo new file mode 100644 index 00000000000..c19e9667f3f --- /dev/null +++ b/www/dpp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704840621 +SHA256 (DPP-10.0.29.tar.gz) = a37e91fbdabee20cb0313700588db4077abf0ebabafe386457d999d22d2d0682 +SIZE (DPP-10.0.29.tar.gz) = 15560520 diff --git a/www/dpp/pkg-descr b/www/dpp/pkg-descr new file mode 100644 index 00000000000..b6a26753f1d --- /dev/null +++ b/www/dpp/pkg-descr @@ -0,0 +1,19 @@ +D++ is a lightweight and efficient library for Discord written in modern C++, +covering as much of the API specification as possible with an incredibly small +memory footprint even when caching large amounts of data. + +Library Features: +* Support for Discord API v10 +* Really small memory footprint +* Efficient caching system for guilds, channels, guild members, roles, users +* Sharding and clustering (Many shards, one process: specify the number of + shards, or let the library decide) +* Highly optimised ETF (Erlang Term Format) support for very fast websocket + throughput +* Slash Commands/Interactions support +* Voice support (sending and receiving audio) +* The entire Discord API is available for use in the library +* Stable Windows support +* Ready-made compiled packages for Windows, Raspberry Pi (ARM64/ARM7/ARMv6), + Debian x86/x64, and RPM based distributions +* Highly scalable for large amounts of guilds and users diff --git a/www/dpp/pkg-plist b/www/dpp/pkg-plist new file mode 100644 index 00000000000..c61fa5f5eae --- /dev/null +++ b/www/dpp/pkg-plist @@ -0,0 +1,86 @@ +include/dpp/appcommand.h +include/dpp/application.h +include/dpp/auditlog.h +include/dpp/automod.h +include/dpp/ban.h +include/dpp/cache.h +include/dpp/channel.h +include/dpp/cluster.h +include/dpp/cluster_coro_calls.h +include/dpp/cluster_sync_calls.h +include/dpp/collector.h +include/dpp/colors.h +include/dpp/commandhandler.h +include/dpp/coro.h +include/dpp/coro/async.h +include/dpp/coro/coro.h +include/dpp/coro/coroutine.h +include/dpp/coro/job.h +include/dpp/coro/task.h +include/dpp/coro/when_any.h +include/dpp/discordclient.h +include/dpp/discordevents.h +include/dpp/discordvoiceclient.h +include/dpp/dispatcher.h +include/dpp/dns.h +include/dpp/dpp.h +include/dpp/dtemplate.h +include/dpp/emoji.h +include/dpp/entitlement.h +include/dpp/etf.h +include/dpp/event.h +include/dpp/event_router.h +include/dpp/exception.h +include/dpp/export.h +include/dpp/guild.h +include/dpp/httpsclient.h +include/dpp/integration.h +include/dpp/intents.h +include/dpp/invite.h +include/dpp/isa/avx.h +include/dpp/isa/avx2.h +include/dpp/isa/avx512.h +include/dpp/isa/fallback.h +include/dpp/isa_detection.h +include/dpp/json.h +include/dpp/json_fwd.h +include/dpp/json_interface.h +include/dpp/managed.h +include/dpp/message.h +include/dpp/misc-enum.h +include/dpp/once.h +include/dpp/permissions.h +include/dpp/presence.h +include/dpp/prune.h +include/dpp/queues.h +include/dpp/restrequest.h +include/dpp/restresults.h +include/dpp/role.h +include/dpp/scheduled_event.h +include/dpp/sku.h +include/dpp/snowflake.h +include/dpp/socket.h +include/dpp/sslclient.h +include/dpp/stage_instance.h +include/dpp/stringops.h +include/dpp/sync.h +include/dpp/sysdep.h +include/dpp/thread.h +include/dpp/timed_listener.h +include/dpp/timer.h +include/dpp/unicode_emoji.h +include/dpp/user.h +include/dpp/utility.h +include/dpp/version.h +include/dpp/voiceregion.h +include/dpp/voicestate.h +include/dpp/webhook.h +include/dpp/win32_safe_warnings.h +include/dpp/wsclient.h +lib/cmake/dpp/dpp-config-version.cmake +lib/cmake/dpp/dpp-config.cmake +lib/cmake/dpp/dpp-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/dpp/dpp.cmake +lib/libdpp.so +lib/libdpp.so.10.0.29 +libdata/pkgconfig/dpp.pc diff --git a/www/drill/Makefile b/www/drill/Makefile index 1456b999fb2..9e47cd445c8 100644 --- a/www/drill/Makefile +++ b/www/drill/Makefile @@ -1,6 +1,6 @@ PORTNAME= drill DISTVERSION= 0.8.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/drupal10/Makefile b/www/drupal10/Makefile index cca2ac7638a..6203ff0f9fa 100644 --- a/www/drupal10/Makefile +++ b/www/drupal10/Makefile @@ -1,5 +1,5 @@ PORTNAME= drupal10 -PORTVERSION= 10.0.11 +PORTVERSION= 10.1.7 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} diff --git a/www/drupal10/distinfo b/www/drupal10/distinfo index 0db04f3d3d3..fdf6cdf40ff 100644 --- a/www/drupal10/distinfo +++ b/www/drupal10/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695256651 -SHA256 (drupal/drupal-10.0.11.tar.gz) = 96c4d96b3a1be1ebf9a9b4a24247677da4fd0590c3ffbcb19ad28843bf444e1b -SIZE (drupal/drupal-10.0.11.tar.gz) = 17461226 +TIMESTAMP = 1704489402 +SHA256 (drupal/drupal-10.1.7.tar.gz) = cfdbdaec846b386de896f5321d4ebd3c40ec2dc2534f7c6efd7a9413c39940fb +SIZE (drupal/drupal-10.1.7.tar.gz) = 18286283 diff --git a/www/drupal10/pkg-plist b/www/drupal10/pkg-plist index 147d7ca9a02..3985981f3c8 100644 --- a/www/drupal10/pkg-plist +++ b/www/drupal10/pkg-plist @@ -125,6 +125,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/vi.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/zh-cn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/zh.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/autoformat.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/basic-styles.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/af.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/ar.js @@ -368,6 +369,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/ro.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/ru.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/sk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/sq.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/sr-latn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/sr.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/sv.js @@ -487,14 +489,17 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/ru.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/sk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/sl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/sq.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/sr-latn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/sr.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/sv.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/th.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/tk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/ug.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/uk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/ur.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/uz.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/vi.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/zh-cn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/zh.js @@ -538,6 +543,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/sv.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/th.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/ug.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/uk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/ur.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/vi.js @@ -653,6 +659,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/th.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/tk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/ug.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/uk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/ur.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/uz.js @@ -702,6 +709,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/tk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/tr.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/tt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/ug.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/uk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/ur.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/vi.js @@ -873,12 +881,14 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/ro.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/ru.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/sk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/sq.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/sr-latn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/sr.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/sv.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/th.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/tk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/ug.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/uk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/ur.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/uz.js @@ -924,6 +934,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/sv.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/th.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/ug.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/uk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/ur.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/vi.js @@ -948,6 +959,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/gl.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/he.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/hi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/hr.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/hu.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/id.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/it.js @@ -964,6 +976,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/ro.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/ru.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/sk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/sq.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/sr-latn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/sr.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/sv.js @@ -1015,6 +1028,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/sv.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/th.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/ug.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/uk.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/ur.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/vi.js @@ -1061,6 +1075,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/ro.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/ru.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/sk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/sl.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/sq.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/sr-latn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/sr.js @@ -1265,6 +1280,7 @@ %%WWWDIR%%/core/lib/Drupal/Component/DependencyInjection/composer.json %%WWWDIR%%/core/lib/Drupal/Component/Diff/Diff.php %%WWWDIR%%/core/lib/Drupal/Component/Diff/DiffFormatter.php +%%WWWDIR%%/core/lib/Drupal/Component/Diff/DiffOpOutputBuilder.php %%WWWDIR%%/core/lib/Drupal/Component/Diff/Engine/DiffEngine.php %%WWWDIR%%/core/lib/Drupal/Component/Diff/Engine/DiffOp.php %%WWWDIR%%/core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php @@ -1650,6 +1666,7 @@ %%WWWDIR%%/core/lib/Drupal/Component/Utility/Color.php %%WWWDIR%%/core/lib/Drupal/Component/Utility/Crypt.php %%WWWDIR%%/core/lib/Drupal/Component/Utility/DeprecatedArray.php +%%WWWDIR%%/core/lib/Drupal/Component/Utility/DeprecationHelper.php %%WWWDIR%%/core/lib/Drupal/Component/Utility/DiffArray.php %%WWWDIR%%/core/lib/Drupal/Component/Utility/EmailValidator.php %%WWWDIR%%/core/lib/Drupal/Component/Utility/EmailValidatorInterface.php @@ -1760,9 +1777,11 @@ %%WWWDIR%%/core/lib/Drupal/Core/Ajax/RemoveCommand.php %%WWWDIR%%/core/lib/Drupal/Core/Ajax/ReplaceCommand.php %%WWWDIR%%/core/lib/Drupal/Core/Ajax/RestripeCommand.php +%%WWWDIR%%/core/lib/Drupal/Core/Ajax/ScrollTopCommand.php %%WWWDIR%%/core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php %%WWWDIR%%/core/lib/Drupal/Core/Ajax/SetDialogTitleCommand.php %%WWWDIR%%/core/lib/Drupal/Core/Ajax/SettingsCommand.php +%%WWWDIR%%/core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php %%WWWDIR%%/core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php %%WWWDIR%%/core/lib/Drupal/Core/Annotation/Action.php %%WWWDIR%%/core/lib/Drupal/Core/Annotation/ContextDefinition.php @@ -1777,11 +1796,14 @@ %%WWWDIR%%/core/lib/Drupal/Core/Archiver/ArchiverManager.php %%WWWDIR%%/core/lib/Drupal/Core/Archiver/Tar.php %%WWWDIR%%/core/lib/Drupal/Core/Archiver/Zip.php +%%WWWDIR%%/core/lib/Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/AssetDumper.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/AssetDumperInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Asset/AssetDumperUriInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Asset/AssetGroupSetHashTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/AssetResolver.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/AssetResolverInterface.php @@ -1789,6 +1811,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/CssCollectionGrouper.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php +%%WWWDIR%%/core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/CssCollectionRenderer.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/CssOptimizer.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/Exception/IncompleteLibraryDefinitionException.php @@ -1798,6 +1821,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Asset/Exception/LibraryDefinitionMissingLicenseException.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/JsCollectionGrouper.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php +%%WWWDIR%%/core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/JsCollectionRenderer.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/JsOptimizer.php %%WWWDIR%%/core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php @@ -1845,6 +1869,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheableAjaxResponse.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheableJsonResponse.php @@ -1988,6 +2013,10 @@ %%WWWDIR%%/core/lib/Drupal/Core/Config/ManagedStorage.php %%WWWDIR%%/core/lib/Drupal/Core/Config/MemoryStorage.php %%WWWDIR%%/core/lib/Drupal/Core/Config/NullStorage.php +%%WWWDIR%%/core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraintValidator.php +%%WWWDIR%%/core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Config/PreExistingConfigException.php %%WWWDIR%%/core/lib/Drupal/Core/Config/ReadOnlyStorage.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Schema/ArrayElement.php @@ -2060,6 +2089,11 @@ %%WWWDIR%%/core/lib/Drupal/Core/Database/Driver/sqlite/Truncate.php %%WWWDIR%%/core/lib/Drupal/Core/Database/Driver/sqlite/Upsert.php %%WWWDIR%%/core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Event/DatabaseEvent.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Event/StatementExecutionStartEvent.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/EventSubscriber/StatementExecutionSubscriber.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Exception/EventException.php %%WWWDIR%%/core/lib/Drupal/Core/Database/ExceptionHandler.php %%WWWDIR%%/core/lib/Drupal/Core/Database/Install/Tasks.php %%WWWDIR%%/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php @@ -2095,8 +2129,11 @@ %%WWWDIR%%/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php %%WWWDIR%%/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php %%WWWDIR%%/core/lib/Drupal/Core/Database/StatementInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/StatementIteratorTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Database/StatementPrefetch.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/StatementPrefetchIterator.php %%WWWDIR%%/core/lib/Drupal/Core/Database/StatementWrapper.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/StatementWrapperIterator.php %%WWWDIR%%/core/lib/Drupal/Core/Database/SupportsTemporaryTablesInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Database/Transaction.php %%WWWDIR%%/core/lib/Drupal/Core/Database/TransactionCommitFailedException.php @@ -2117,6 +2154,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Datetime/Entity/DateFormat.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/FormattedDateDiff.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php +%%WWWDIR%%/core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/AuthenticationProviderPass.php @@ -2125,6 +2163,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/DependencySerializationTraitPass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/DeprecatedServicePass.php +%%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/DevelopmentSettingsPass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php @@ -2178,7 +2217,9 @@ %%WWWDIR%%/core/lib/Drupal/Core/Entity/ContentUninstallValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Controller/EntityController.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Controller/EntityListController.php +%%WWWDIR%%/core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Controller/EntityViewController.php +%%WWWDIR%%/core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/DependencyTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php @@ -2281,6 +2322,8 @@ %%WWWDIR%%/core/lib/Drupal/Core/Entity/FieldableEntityInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php +%%WWWDIR%%/core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php +%%WWWDIR%%/core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php @@ -2294,6 +2337,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php +%%WWWDIR%%/core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php @@ -2343,6 +2387,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Entity/Routing/RevisionHtmlRouteProvider.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php @@ -2436,6 +2481,9 @@ %%WWWDIR%%/core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php +%%WWWDIR%%/core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionNameConstraint.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ProfileExtensionList.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php @@ -2573,6 +2621,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Flood/DatabaseBackend.php %%WWWDIR%%/core/lib/Drupal/Core/Flood/FloodInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Flood/MemoryBackend.php +%%WWWDIR%%/core/lib/Drupal/Core/Flood/PrefixFloodInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Form/BaseFormIdInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Form/ConfigFormBase.php %%WWWDIR%%/core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php @@ -2738,6 +2787,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Menu/MenuActiveTrailInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/MenuLinkBase.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/MenuLinkDefault.php +%%WWWDIR%%/core/lib/Drupal/Core/Menu/MenuLinkFieldDefinitions.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/MenuLinkInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/MenuLinkManager.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php @@ -2786,7 +2836,9 @@ %%WWWDIR%%/core/lib/Drupal/Core/Password/DefaultPasswordGenerator.php %%WWWDIR%%/core/lib/Drupal/Core/Password/PasswordGeneratorInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Password/PasswordInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Password/PhpPassword.php %%WWWDIR%%/core/lib/Drupal/Core/Password/PhpassHashedPassword.php +%%WWWDIR%%/core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php %%WWWDIR%%/core/lib/Drupal/Core/Path/CurrentPathStack.php %%WWWDIR%%/core/lib/Drupal/Core/Path/PathMatcher.php %%WWWDIR%%/core/lib/Drupal/Core/Path/PathMatcherInterface.php @@ -2840,6 +2892,8 @@ %%WWWDIR%%/core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/PluginBase.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/PluginFormBase.php @@ -3017,6 +3071,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Routing/NullGenerator.php %%WWWDIR%%/core/lib/Drupal/Core/Routing/NullMatcherDumper.php %%WWWDIR%%/core/lib/Drupal/Core/Routing/NullRouteMatch.php +%%WWWDIR%%/core/lib/Drupal/Core/Routing/PathChangedHelper.php %%WWWDIR%%/core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Routing/RedirectDestination.php %%WWWDIR%%/core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php @@ -3045,6 +3100,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Routing/UrlMatcher.php %%WWWDIR%%/core/lib/Drupal/Core/Routing/routing.api.php +%%WWWDIR%%/core/lib/Drupal/Core/Security/Attribute/TrustedCallback.php %%WWWDIR%%/core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Security/RequestSanitizer.php %%WWWDIR%%/core/lib/Drupal/Core/Security/StaticTrustedCallbackHelper.php @@ -3074,6 +3130,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Site/MaintenanceModeEvents.php %%WWWDIR%%/core/lib/Drupal/Core/Site/MaintenanceModeInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Site/Settings.php +%%WWWDIR%%/core/lib/Drupal/Core/Site/SettingsEditor.php %%WWWDIR%%/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php %%WWWDIR%%/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php %%WWWDIR%%/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php @@ -3081,6 +3138,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php %%WWWDIR%%/core/lib/Drupal/Core/State/State.php %%WWWDIR%%/core/lib/Drupal/Core/State/StateInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/StreamWrapper/AssetsStream.php %%WWWDIR%%/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php %%WWWDIR%%/core/lib/Drupal/Core/StreamWrapper/LocalStream.php %%WWWDIR%%/core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php @@ -3137,9 +3195,12 @@ %%WWWDIR%%/core/lib/Drupal/Core/Test/PhpUnitTestRunner.php %%WWWDIR%%/core/lib/Drupal/Core/Test/RefreshVariablesTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Test/RunTests/TestFileParser.php +%%WWWDIR%%/core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php %%WWWDIR%%/core/lib/Drupal/Core/Test/TestDatabase.php %%WWWDIR%%/core/lib/Drupal/Core/Test/TestDiscovery.php %%WWWDIR%%/core/lib/Drupal/Core/Test/TestKernel.php +%%WWWDIR%%/core/lib/Drupal/Core/Test/TestRun.php +%%WWWDIR%%/core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Test/TestRunnerKernel.php %%WWWDIR%%/core/lib/Drupal/Core/Test/TestSetupTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Test/TestStatus.php @@ -3248,6 +3309,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php %%WWWDIR%%/core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Utility/UpdateException.php +%%WWWDIR%%/core/lib/Drupal/Core/Utility/link.api.php %%WWWDIR%%/core/lib/Drupal/Core/Utility/token.api.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Annotation/Constraint.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/ConstraintFactory.php @@ -3274,6 +3336,8 @@ %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldConstraint.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UuidConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraintValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/TranslatorInterface.php %%WWWDIR%%/core/lib/README.txt %%WWWDIR%%/core/misc/active-link.js @@ -3438,12 +3502,14 @@ %%WWWDIR%%/core/misc/progress.js %%WWWDIR%%/core/misc/states.js %%WWWDIR%%/core/misc/tabbingmanager.js +%%WWWDIR%%/core/misc/tabledrag-ajax.js %%WWWDIR%%/core/misc/tabledrag.js %%WWWDIR%%/core/misc/tableheader.js %%WWWDIR%%/core/misc/tableresponsive.js %%WWWDIR%%/core/misc/tableselect.js %%WWWDIR%%/core/misc/throbber-active.gif %%WWWDIR%%/core/misc/throbber-inactive.png +%%WWWDIR%%/core/misc/time-diff.js %%WWWDIR%%/core/misc/timezone.js %%WWWDIR%%/core/misc/touchevents-test.js %%WWWDIR%%/core/misc/tree-bottom.png @@ -3457,6 +3523,8 @@ %%WWWDIR%%/core/modules/action/action.permissions.yml %%WWWDIR%%/core/modules/action/action.post_update.php %%WWWDIR%%/core/modules/action/action.routing.yml +%%WWWDIR%%/core/modules/action/help_topics/action.creating.html.twig +%%WWWDIR%%/core/modules/action/help_topics/action.overview.html.twig %%WWWDIR%%/core/modules/action/src/ActionListBuilder.php %%WWWDIR%%/core/modules/action/src/Form/ActionAddForm.php %%WWWDIR%%/core/modules/action/src/Form/ActionAdminManageForm.php @@ -3470,14 +3538,57 @@ %%WWWDIR%%/core/modules/action/tests/src/Functional/ActionListTest.php %%WWWDIR%%/core/modules/action/tests/src/Functional/ActionUninstallTest.php %%WWWDIR%%/core/modules/action/tests/src/Functional/ConfigurationTest.php +%%WWWDIR%%/core/modules/action/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php %%WWWDIR%%/core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php +%%WWWDIR%%/core/modules/announcements_feed/announcements_feed.info.yml +%%WWWDIR%%/core/modules/announcements_feed/announcements_feed.libraries.yml +%%WWWDIR%%/core/modules/announcements_feed/announcements_feed.links.menu.yml +%%WWWDIR%%/core/modules/announcements_feed/announcements_feed.module +%%WWWDIR%%/core/modules/announcements_feed/announcements_feed.permissions.yml +%%WWWDIR%%/core/modules/announcements_feed/announcements_feed.routing.yml +%%WWWDIR%%/core/modules/announcements_feed/announcements_feed.services.yml +%%WWWDIR%%/core/modules/announcements_feed/config/install/announcements_feed.settings.yml +%%WWWDIR%%/core/modules/announcements_feed/config/schema/announcements_feed.schema.yml +%%WWWDIR%%/core/modules/announcements_feed/css/announcements_feed.dialog.css +%%WWWDIR%%/core/modules/announcements_feed/css/announcements_feed.dialog.pcss.css +%%WWWDIR%%/core/modules/announcements_feed/css/announcements_feed.page.css +%%WWWDIR%%/core/modules/announcements_feed/css/announcements_feed.page.pcss.css +%%WWWDIR%%/core/modules/announcements_feed/css/announcements_feed.toolbar.css +%%WWWDIR%%/core/modules/announcements_feed/css/announcements_feed.toolbar.pcss.css +%%WWWDIR%%/core/modules/announcements_feed/images/announcement-bell.svg +%%WWWDIR%%/core/modules/announcements_feed/src/AnnounceFetcher.php +%%WWWDIR%%/core/modules/announcements_feed/src/Announcement.php +%%WWWDIR%%/core/modules/announcements_feed/src/Controller/AnnounceController.php +%%WWWDIR%%/core/modules/announcements_feed/src/LazyBuilders.php +%%WWWDIR%%/core/modules/announcements_feed/src/RenderCallbacks.php +%%WWWDIR%%/core/modules/announcements_feed/templates/announcements-feed-admin.html.twig +%%WWWDIR%%/core/modules/announcements_feed/templates/announcements-feed.html.twig +%%WWWDIR%%/core/modules/announcements_feed/templates/announcements.html.twig +%%WWWDIR%%/core/modules/announcements_feed/tests/announce_feed/community-feeds.json +%%WWWDIR%%/core/modules/announcements_feed/tests/announce_feed/empty.json +%%WWWDIR%%/core/modules/announcements_feed/tests/announce_feed/removed.json +%%WWWDIR%%/core/modules/announcements_feed/tests/announce_feed/updated.json +%%WWWDIR%%/core/modules/announcements_feed/tests/modules/announce_feed_test/announce_feed_test.info.yml +%%WWWDIR%%/core/modules/announcements_feed/tests/modules/announce_feed_test/announce_feed_test.routing.yml +%%WWWDIR%%/core/modules/announcements_feed/tests/modules/announce_feed_test/announce_feed_test.services.yml +%%WWWDIR%%/core/modules/announcements_feed/tests/modules/announce_feed_test/src/AnnounceTestHttpClientMiddleware.php +%%WWWDIR%%/core/modules/announcements_feed/tests/modules/announce_feed_test/src/Controller/AnnounceTestController.php +%%WWWDIR%%/core/modules/announcements_feed/tests/src/Functional/AnnouncementsCacheTest.php +%%WWWDIR%%/core/modules/announcements_feed/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php +%%WWWDIR%%/core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php +%%WWWDIR%%/core/modules/announcements_feed/tests/src/Kernel/AnnounceFetcherTest.php +%%WWWDIR%%/core/modules/announcements_feed/tests/src/Kernel/AnnounceFetcherUserTest.php +%%WWWDIR%%/core/modules/announcements_feed/tests/src/Kernel/AnnounceTestBase.php +%%WWWDIR%%/core/modules/announcements_feed/tests/src/Unit/AnnounceFetcherUnitTest.php %%WWWDIR%%/core/modules/automated_cron/automated_cron.info.yml %%WWWDIR%%/core/modules/automated_cron/automated_cron.module %%WWWDIR%%/core/modules/automated_cron/automated_cron.services.yml %%WWWDIR%%/core/modules/automated_cron/config/install/automated_cron.settings.yml %%WWWDIR%%/core/modules/automated_cron/config/schema/automated_cron.schema.yml %%WWWDIR%%/core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php +%%WWWDIR%%/core/modules/automated_cron/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/ban/ban.info.yml %%WWWDIR%%/core/modules/ban/ban.install %%WWWDIR%%/core/modules/ban/ban.links.menu.yml @@ -3494,6 +3605,7 @@ %%WWWDIR%%/core/modules/ban/src/Form/BanDelete.php %%WWWDIR%%/core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php %%WWWDIR%%/core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php +%%WWWDIR%%/core/modules/ban/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php %%WWWDIR%%/core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php %%WWWDIR%%/core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php @@ -3507,6 +3619,7 @@ %%WWWDIR%%/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.routing.yml %%WWWDIR%%/core/modules/basic_auth/tests/modules/basic_auth_test/src/BasicAuthTestController.php %%WWWDIR%%/core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php +%%WWWDIR%%/core/modules/basic_auth/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/basic_auth/tests/src/Traits/BasicAuthTestTrait.php %%WWWDIR%%/core/modules/big_pipe/big_pipe.info.yml %%WWWDIR%%/core/modules/big_pipe/big_pipe.libraries.yml @@ -3522,9 +3635,14 @@ %%WWWDIR%%/core/modules/big_pipe/src/Render/BigPipeResponse.php %%WWWDIR%%/core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php %%WWWDIR%%/core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php +%%WWWDIR%%/core/modules/big_pipe/templates/big-pipe-interface-preview.html.twig +%%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_bypass_js/big_pipe_bypass_js.info.yml +%%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_bypass_js/big_pipe_bypass_js.module %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml +%%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.module %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php +%%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_regression_test/templates/big-pipe-test-large-content.html.twig %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.info.yml %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.module %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.routing.yml @@ -3534,11 +3652,15 @@ %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Functional/BigPipeTest.php +%%WWWDIR%%/core/modules/big_pipe/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipePreviewTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php +%%WWWDIR%%/core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Unit/Render/ManyPlaceholderTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php %%WWWDIR%%/core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml +%%WWWDIR%%/core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/big-pipe-interface-preview--user-toolbar-link-builder-renderDisplayName.html.twig %%WWWDIR%%/core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig %%WWWDIR%%/core/modules/block/block.api.php %%WWWDIR%%/core/modules/block/block.info.yml @@ -3639,6 +3761,7 @@ %%WWWDIR%%/core/modules/block/tests/src/Functional/BlockTestBase.php %%WWWDIR%%/core/modules/block/tests/src/Functional/BlockUiTest.php %%WWWDIR%%/core/modules/block/tests/src/Functional/BlockXssTest.php +%%WWWDIR%%/core/modules/block/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php %%WWWDIR%%/core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php %%WWWDIR%%/core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php @@ -3656,10 +3779,12 @@ %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockRebuildTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockTemplateSuggestionsTest.php +%%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockValidationTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php +%%WWWDIR%%/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php @@ -3674,14 +3799,17 @@ %%WWWDIR%%/core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php %%WWWDIR%%/core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php %%WWWDIR%%/core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php +%%WWWDIR%%/core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockThemeDeprecationTest.php %%WWWDIR%%/core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php %%WWWDIR%%/core/modules/block_content/block_content.info.yml %%WWWDIR%%/core/modules/block_content/block_content.install %%WWWDIR%%/core/modules/block_content/block_content.links.action.yml %%WWWDIR%%/core/modules/block_content/block_content.links.contextual.yml +%%WWWDIR%%/core/modules/block_content/block_content.links.menu.yml %%WWWDIR%%/core/modules/block_content/block_content.links.task.yml %%WWWDIR%%/core/modules/block_content/block_content.module %%WWWDIR%%/core/modules/block_content/block_content.pages.inc +%%WWWDIR%%/core/modules/block_content/block_content.permissions.yml %%WWWDIR%%/core/modules/block_content/block_content.post_update.php %%WWWDIR%%/core/modules/block_content/block_content.routing.yml %%WWWDIR%%/core/modules/block_content/block_content.services.yml @@ -3705,6 +3833,7 @@ %%WWWDIR%%/core/modules/block_content/src/BlockContentForm.php %%WWWDIR%%/core/modules/block_content/src/BlockContentInterface.php %%WWWDIR%%/core/modules/block_content/src/BlockContentListBuilder.php +%%WWWDIR%%/core/modules/block_content/src/BlockContentPermissions.php %%WWWDIR%%/core/modules/block_content/src/BlockContentTranslationHandler.php %%WWWDIR%%/core/modules/block_content/src/BlockContentTypeForm.php %%WWWDIR%%/core/modules/block_content/src/BlockContentTypeInterface.php @@ -3712,6 +3841,7 @@ %%WWWDIR%%/core/modules/block_content/src/BlockContentUuidLookup.php %%WWWDIR%%/core/modules/block_content/src/BlockContentViewBuilder.php %%WWWDIR%%/core/modules/block_content/src/BlockContentViewsData.php +%%WWWDIR%%/core/modules/block_content/src/BlockTypeAccessControlHandler.php %%WWWDIR%%/core/modules/block_content/src/Controller/BlockContentController.php %%WWWDIR%%/core/modules/block_content/src/Entity/BlockContent.php %%WWWDIR%%/core/modules/block_content/src/Entity/BlockContentType.php @@ -3729,7 +3859,9 @@ %%WWWDIR%%/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php %%WWWDIR%%/core/modules/block_content/src/Plugin/views/area/ListingEmpty.php %%WWWDIR%%/core/modules/block_content/src/Plugin/views/wizard/BlockContent.php +%%WWWDIR%%/core/modules/block_content/src/Routing/RouteSubscriber.php %%WWWDIR%%/core/modules/block_content/templates/block-content-add-list.html.twig +%%WWWDIR%%/core/modules/block_content/tests/fixtures/update/views.view.block_content_2862564.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test/block_content_test.module %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test/block_content_test.routing.yml @@ -3749,12 +3881,16 @@ %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentListTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php +%%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRedirectTest.php +%%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php +%%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionRevertTest.php +%%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionVersionHistoryTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionsTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentTestBase.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php -%%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentValidationTest.php +%%WWWDIR%%/core/modules/block_content/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/PageEditTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonAnonTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonBasicAuthTest.php @@ -3771,6 +3907,8 @@ %%WWWDIR%%/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php +%%WWWDIR%%/core/modules/block_content/tests/src/Functional/Update/BlockContentRemoveConstraint.php +%%WWWDIR%%/core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/Views/BlockContentRedirectTest.php @@ -3781,6 +3919,8 @@ %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php +%%WWWDIR%%/core/modules/block_content/tests/src/Kernel/BlockContentPermissionsTest.php +%%WWWDIR%%/core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php @@ -3864,6 +4004,7 @@ %%WWWDIR%%/core/modules/book/tests/src/Functional/BookContentModerationTest.php %%WWWDIR%%/core/modules/book/tests/src/Functional/BookTest.php %%WWWDIR%%/core/modules/book/tests/src/Functional/BookTestTrait.php +%%WWWDIR%%/core/modules/book/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php %%WWWDIR%%/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php %%WWWDIR%%/core/modules/book/tests/src/Kernel/BookInstallTest.php @@ -3887,6 +4028,7 @@ %%WWWDIR%%/core/modules/breakpoint/src/BreakpointManagerInterface.php %%WWWDIR%%/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml %%WWWDIR%%/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml +%%WWWDIR%%/core/modules/breakpoint/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php %%WWWDIR%%/core/modules/breakpoint/tests/src/Unit/BreakpointTest.php %%WWWDIR%%/core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml @@ -3966,6 +4108,7 @@ %%WWWDIR%%/core/modules/ckeditor5/js/ckeditor5.admin.js %%WWWDIR%%/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js %%WWWDIR%%/core/modules/ckeditor5/js/ckeditor5.filter.admin.js +%%WWWDIR%%/core/modules/ckeditor5/js/ckeditor5.image.admin.js %%WWWDIR%%/core/modules/ckeditor5/js/ckeditor5.js %%WWWDIR%%/core/modules/ckeditor5/js/ckeditor5.style.admin.js %%WWWDIR%%/core/modules/ckeditor5/js/ckeditor5_plugins/drupalEmphasis/src/drupalemphasis.js @@ -4032,6 +4175,7 @@ %%WWWDIR%%/core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php %%WWWDIR%%/core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php %%WWWDIR%%/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php +%%WWWDIR%%/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php %%WWWDIR%%/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/DynamicPluginConfigWithCsrfTokenUrlTrait.php %%WWWDIR%%/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/GlobalAttribute.php %%WWWDIR%%/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php @@ -4112,6 +4256,8 @@ %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/src/Plugin/CKEditor5Plugin/SneakySuperset.php %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.ckeditor5.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.info.yml +%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_read_only_mode/ckeditor5_read_only_mode.info.yml +%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_read_only_mode/ckeditor5_read_only_mode.module %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.ckeditor5.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.info.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.libraries.yml @@ -4120,9 +4266,11 @@ %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5DialogTestController.php %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5OffCanvasTestController.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Functional/AddedStylesheetsTest.php +%%WWWDIR%%/core/modules/ckeditor5/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Functional/MediaEntityMetadataApiTest.php +%%WWWDIR%%/core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php @@ -4130,6 +4278,7 @@ %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5OffCanvasTest.php +%%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ToolbarTest.php @@ -4153,6 +4302,8 @@ %%WWWDIR%%/core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php +%%WWWDIR%%/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5CodeSyntaxTest.js +%%WWWDIR%%/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5EditorHeightTest.js %%WWWDIR%%/core/modules/ckeditor5/tests/src/Nightwatch/Tests/drupalHtmlBuilderTest.js %%WWWDIR%%/core/modules/ckeditor5/tests/src/Traits/CKEditor5TestTrait.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php @@ -4309,6 +4460,7 @@ %%WWWDIR%%/core/modules/comment/tests/src/Functional/CommentCSSTest.php %%WWWDIR%%/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php %%WWWDIR%%/core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php +%%WWWDIR%%/core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php %%WWWDIR%%/core/modules/comment/tests/src/Functional/CommentEntityTest.php %%WWWDIR%%/core/modules/comment/tests/src/Functional/CommentFieldsTest.php %%WWWDIR%%/core/modules/comment/tests/src/Functional/CommentInterfaceTest.php @@ -4330,6 +4482,7 @@ %%WWWDIR%%/core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php %%WWWDIR%%/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php %%WWWDIR%%/core/modules/comment/tests/src/Functional/CommentTypeTest.php +%%WWWDIR%%/core/modules/comment/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php %%WWWDIR%%/core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php %%WWWDIR%%/core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php @@ -4365,6 +4518,7 @@ %%WWWDIR%%/core/modules/comment/tests/src/Kernel/CommentItemTest.php %%WWWDIR%%/core/modules/comment/tests/src/Kernel/CommentOrphanTest.php %%WWWDIR%%/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php +%%WWWDIR%%/core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php %%WWWDIR%%/core/modules/comment/tests/src/Kernel/CommentUninstallTest.php %%WWWDIR%%/core/modules/comment/tests/src/Kernel/CommentValidationTest.php %%WWWDIR%%/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php @@ -4450,6 +4604,8 @@ %%WWWDIR%%/core/modules/config/tests/config_import_test/config_import_test.module %%WWWDIR%%/core/modules/config/tests/config_import_test/config_import_test.services.yml %%WWWDIR%%/core/modules/config/tests/config_import_test/src/EventSubscriber.php +%%WWWDIR%%/core/modules/config/tests/config_install_dependency_enforced_combo_test/config/optional/config_test.dynamic.enforced_and_base_dependencies.yml +%%WWWDIR%%/core/modules/config/tests/config_install_dependency_enforced_combo_test/config_install_dependency_enforced_combo_test.info.yml %%WWWDIR%%/core/modules/config/tests/config_install_dependency_test/config/install/config_other_module_config_test.weird_simple_config.yml %%WWWDIR%%/core/modules/config/tests/config_install_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml %%WWWDIR%%/core/modules/config/tests/config_install_dependency_test/config/optional/config_test.dynamic.dependency_for_unmet2.yml @@ -4562,6 +4718,7 @@ %%WWWDIR%%/core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php %%WWWDIR%%/core/modules/config/tests/src/Functional/ConfigOtherModuleTest.php %%WWWDIR%%/core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php +%%WWWDIR%%/core/modules/config/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php %%WWWDIR%%/core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php %%WWWDIR%%/core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php @@ -4656,6 +4813,7 @@ %%WWWDIR%%/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php %%WWWDIR%%/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php %%WWWDIR%%/core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php +%%WWWDIR%%/core/modules/config_translation/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php %%WWWDIR%%/core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php %%WWWDIR%%/core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php @@ -4724,6 +4882,7 @@ %%WWWDIR%%/core/modules/contact/tests/src/Functional/ContactPersonalTest.php %%WWWDIR%%/core/modules/contact/tests/src/Functional/ContactSitewideTest.php %%WWWDIR%%/core/modules/contact/tests/src/Functional/ContactStorageTest.php +%%WWWDIR%%/core/modules/contact/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php %%WWWDIR%%/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php %%WWWDIR%%/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonCookieTest.php @@ -4739,6 +4898,7 @@ %%WWWDIR%%/core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php %%WWWDIR%%/core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php %%WWWDIR%%/core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php +%%WWWDIR%%/core/modules/contact/tests/src/Kernel/ContactFormValidationTest.php %%WWWDIR%%/core/modules/contact/tests/src/Kernel/MessageEntityTest.php %%WWWDIR%%/core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php %%WWWDIR%%/core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php @@ -4781,6 +4941,7 @@ %%WWWDIR%%/core/modules/content_moderation/src/EntityOperations.php %%WWWDIR%%/core/modules/content_moderation/src/EntityTypeInfo.php %%WWWDIR%%/core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php +%%WWWDIR%%/core/modules/content_moderation/src/EventSubscriber/WorkspaceSubscriber.php %%WWWDIR%%/core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php %%WWWDIR%%/core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php %%WWWDIR%%/core/modules/content_moderation/src/Form/ContentModerationStateForm.php @@ -4830,6 +4991,7 @@ %%WWWDIR%%/core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php %%WWWDIR%%/core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php %%WWWDIR%%/core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php +%%WWWDIR%%/core/modules/content_moderation/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php %%WWWDIR%%/core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php %%WWWDIR%%/core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php @@ -4953,6 +5115,7 @@ %%WWWDIR%%/core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php %%WWWDIR%%/core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php %%WWWDIR%%/core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php +%%WWWDIR%%/core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php %%WWWDIR%%/core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php %%WWWDIR%%/core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php %%WWWDIR%%/core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php @@ -4965,6 +5128,7 @@ %%WWWDIR%%/core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php %%WWWDIR%%/core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php %%WWWDIR%%/core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php +%%WWWDIR%%/core/modules/content_translation/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php %%WWWDIR%%/core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php %%WWWDIR%%/core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php @@ -4991,6 +5155,7 @@ %%WWWDIR%%/core/modules/contextual/contextual.routing.yml %%WWWDIR%%/core/modules/contextual/contextual.views.inc %%WWWDIR%%/core/modules/contextual/css/contextual.icons.theme.css +%%WWWDIR%%/core/modules/contextual/css/contextual.icons.theme.pcss.css %%WWWDIR%%/core/modules/contextual/css/contextual.module.css %%WWWDIR%%/core/modules/contextual/css/contextual.theme.css %%WWWDIR%%/core/modules/contextual/css/contextual.toolbar.css @@ -5015,6 +5180,7 @@ %%WWWDIR%%/core/modules/contextual/tests/modules/contextual_test/contextual_test.routing.yml %%WWWDIR%%/core/modules/contextual/tests/modules/contextual_test/src/Controller/TestController.php %%WWWDIR%%/core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php +%%WWWDIR%%/core/modules/contextual/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php %%WWWDIR%%/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php %%WWWDIR%%/core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php @@ -5062,6 +5228,7 @@ %%WWWDIR%%/core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php %%WWWDIR%%/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php %%WWWDIR%%/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php +%%WWWDIR%%/core/modules/datetime/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php %%WWWDIR%%/core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php %%WWWDIR%%/core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php @@ -5090,6 +5257,7 @@ %%WWWDIR%%/core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module %%WWWDIR%%/core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php %%WWWDIR%%/core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php +%%WWWDIR%%/core/modules/datetime_range/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php %%WWWDIR%%/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php %%WWWDIR%%/core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php @@ -5117,7 +5285,7 @@ %%WWWDIR%%/core/modules/dblog/src/Form/DblogClearLogConfirmForm.php %%WWWDIR%%/core/modules/dblog/src/Form/DblogFilterForm.php %%WWWDIR%%/core/modules/dblog/src/Logger/DbLog.php -%%WWWDIR%%/core/modules/dblog/src/Plugin/rest/resource/DBLogResource.php +%%WWWDIR%%/core/modules/dblog/src/Plugin/rest/resource/DbLogResource.php %%WWWDIR%%/core/modules/dblog/src/Plugin/views/field/DblogMessage.php %%WWWDIR%%/core/modules/dblog/src/Plugin/views/field/DblogOperations.php %%WWWDIR%%/core/modules/dblog/src/Plugin/views/filter/DblogTypes.php @@ -5129,6 +5297,8 @@ %%WWWDIR%%/core/modules/dblog/tests/src/Functional/DbLogTest.php %%WWWDIR%%/core/modules/dblog/tests/src/Functional/DbLogViewsTest.php %%WWWDIR%%/core/modules/dblog/tests/src/Functional/FakeLogEntries.php +%%WWWDIR%%/core/modules/dblog/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/dblog/tests/src/Functional/UpdatePathTest.php %%WWWDIR%%/core/modules/dblog/tests/src/Kernel/ConnectionFailureTest.php %%WWWDIR%%/core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php %%WWWDIR%%/core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php @@ -5146,6 +5316,7 @@ %%WWWDIR%%/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.routing.yml %%WWWDIR%%/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php %%WWWDIR%%/core/modules/dynamic_page_cache/tests/src/Functional/DynamicPageCacheIntegrationTest.php +%%WWWDIR%%/core/modules/dynamic_page_cache/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/editor/config/schema/editor.schema.yml %%WWWDIR%%/core/modules/editor/editor.admin.inc %%WWWDIR%%/core/modules/editor/editor.api.php @@ -5192,6 +5363,7 @@ %%WWWDIR%%/core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php %%WWWDIR%%/core/modules/editor/tests/src/Functional/EditorSecurityTest.php %%WWWDIR%%/core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php +%%WWWDIR%%/core/modules/editor/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php %%WWWDIR%%/core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php %%WWWDIR%%/core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php @@ -5199,12 +5371,15 @@ %%WWWDIR%%/core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php %%WWWDIR%%/core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php %%WWWDIR%%/core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php +%%WWWDIR%%/core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php %%WWWDIR%%/core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php +%%WWWDIR%%/core/modules/editor/tests/src/Kernel/EditorDeprecationTest.php %%WWWDIR%%/core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php %%WWWDIR%%/core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php %%WWWDIR%%/core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php %%WWWDIR%%/core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php %%WWWDIR%%/core/modules/editor/tests/src/Kernel/EditorManagerTest.php +%%WWWDIR%%/core/modules/editor/tests/src/Kernel/EditorValidationTest.php %%WWWDIR%%/core/modules/editor/tests/src/Kernel/EntityUpdateTest.php %%WWWDIR%%/core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php %%WWWDIR%%/core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php @@ -5344,6 +5519,8 @@ %%WWWDIR%%/core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php %%WWWDIR%%/core/modules/field/tests/src/Functional/FieldTestBase.php %%WWWDIR%%/core/modules/field/tests/src/Functional/FormTest.php +%%WWWDIR%%/core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php +%%WWWDIR%%/core/modules/field/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/field/tests/src/Functional/NestedFormTest.php %%WWWDIR%%/core/modules/field/tests/src/Functional/Number/NumberFieldTest.php %%WWWDIR%%/core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php @@ -5361,7 +5538,6 @@ %%WWWDIR%%/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlAnonTest.php %%WWWDIR%%/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php %%WWWDIR%%/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlCookieTest.php -%%WWWDIR%%/core/modules/field/tests/src/Functional/String/StringFieldTest.php %%WWWDIR%%/core/modules/field/tests/src/Functional/TranslationWebTest.php %%WWWDIR%%/core/modules/field/tests/src/Functional/Views/FieldTestBase.php %%WWWDIR%%/core/modules/field/tests/src/Functional/Views/FieldUITest.php @@ -5376,6 +5552,8 @@ %%WWWDIR%%/core/modules/field/tests/src/Kernel/DisplayApiTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/Email/EmailItemTest.php +%%WWWDIR%%/core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php +%%WWWDIR%%/core/modules/field/tests/src/Kernel/Entity/FieldStorageConfigValidationTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php @@ -5398,6 +5576,10 @@ %%WWWDIR%%/core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/FieldValidationTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/FormatterPluginManagerTest.php +%%WWWDIR%%/core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php +%%WWWDIR%%/core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php +%%WWWDIR%%/core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php +%%WWWDIR%%/core/modules/field/tests/src/Kernel/KernelString/UuidItemTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceOptionTranslationTest.php @@ -5432,10 +5614,6 @@ %%WWWDIR%%/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/ShapeItemTest.php -%%WWWDIR%%/core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php -%%WWWDIR%%/core/modules/field/tests/src/Kernel/String/StringFormatterTest.php -%%WWWDIR%%/core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php -%%WWWDIR%%/core/modules/field/tests/src/Kernel/String/UuidItemTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/TestItemTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php %%WWWDIR%%/core/modules/field/tests/src/Kernel/TestObjectItemTest.php @@ -5474,9 +5652,11 @@ %%WWWDIR%%/core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.info.yml %%WWWDIR%%/core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.module %%WWWDIR%%/core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.routing.yml +%%WWWDIR%%/core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php %%WWWDIR%%/core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php %%WWWDIR%%/core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php %%WWWDIR%%/core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php +%%WWWDIR%%/core/modules/field_layout/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php %%WWWDIR%%/core/modules/field_layout/tests/src/Kernel/FieldLayoutEntityDisplayTest.php %%WWWDIR%%/core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php @@ -5495,6 +5675,7 @@ %%WWWDIR%%/core/modules/field_ui/field_ui.permissions.yml %%WWWDIR%%/core/modules/field_ui/field_ui.routing.yml %%WWWDIR%%/core/modules/field_ui/field_ui.services.yml +%%WWWDIR%%/core/modules/field_ui/src/Access/FieldReuseAccessCheck.php %%WWWDIR%%/core/modules/field_ui/src/Access/FormModeAccessCheck.php %%WWWDIR%%/core/modules/field_ui/src/Access/ViewModeAccessCheck.php %%WWWDIR%%/core/modules/field_ui/src/Controller/EntityDisplayModeController.php @@ -5518,25 +5699,32 @@ %%WWWDIR%%/core/modules/field_ui/src/Form/FieldConfigEditForm.php %%WWWDIR%%/core/modules/field_ui/src/Form/FieldStorageAddForm.php %%WWWDIR%%/core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php +%%WWWDIR%%/core/modules/field_ui/src/Form/FieldStorageCreationTrait.php +%%WWWDIR%%/core/modules/field_ui/src/Form/FieldStorageReuseForm.php %%WWWDIR%%/core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php %%WWWDIR%%/core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php %%WWWDIR%%/core/modules/field_ui/src/Routing/RouteSubscriber.php %%WWWDIR%%/core/modules/field_ui/templates/field-ui-table.html.twig %%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml %%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module +%%WWWDIR%%/core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php +%%WWWDIR%%/core/modules/field_ui/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php +%%WWWDIR%%/core/modules/field_ui/tests/src/FunctionalJavascript/ManageFieldsTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php +%%WWWDIR%%/core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php %%WWWDIR%%/core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php +%%WWWDIR%%/core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php %%WWWDIR%%/core/modules/field_ui/tests/src/Unit/FieldUiTest.php %%WWWDIR%%/core/modules/file/config/install/file.settings.yml @@ -5569,6 +5757,7 @@ %%WWWDIR%%/core/modules/file/src/Controller/FileWidgetAjaxController.php %%WWWDIR%%/core/modules/file/src/Element/ManagedFile.php %%WWWDIR%%/core/modules/file/src/Entity/File.php +%%WWWDIR%%/core/modules/file/src/Entity/FileRouteProvider.php %%WWWDIR%%/core/modules/file/src/FileAccessControlHandler.php %%WWWDIR%%/core/modules/file/src/FileAccessFormatterControlHandlerInterface.php %%WWWDIR%%/core/modules/file/src/FileInterface.php @@ -5650,10 +5839,16 @@ %%WWWDIR%%/core/modules/file/tests/modules/file_test_get_ids/file_test_get_ids.info.yml %%WWWDIR%%/core/modules/file/tests/modules/file_test_get_ids/migrations/d7_file_used.yml %%WWWDIR%%/core/modules/file/tests/modules/file_test_get_ids/src/Plugin/migrate/source/d7/FileUsed.php +%%WWWDIR%%/core/modules/file/tests/modules/file_test_views/config/optional/node.type.file_test.yml +%%WWWDIR%%/core/modules/file/tests/modules/file_test_views/config/optional/views.view.test_file_to_node.yml +%%WWWDIR%%/core/modules/file/tests/modules/file_test_views/config/optional/views.view.test_file_to_user.yml +%%WWWDIR%%/core/modules/file/tests/modules/file_test_views/config/optional/views.view.test_file_user_file_data.yml +%%WWWDIR%%/core/modules/file/tests/modules/file_test_views/config/optional/views.view.test_node_to_file.yml +%%WWWDIR%%/core/modules/file/tests/modules/file_test_views/config/optional/views.view.test_user_to_file.yml %%WWWDIR%%/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml %%WWWDIR%%/core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml -%%WWWDIR%%/core/modules/file/tests/modules/file_test_views/test_views/views.view.test_file_user_file_data.yml %%WWWDIR%%/core/modules/file/tests/src/Functional/DownloadTest.php +%%WWWDIR%%/core/modules/file/tests/src/Functional/FileAddPermissionsUpdateTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/FileFieldAnonymousSubmissionTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/FileFieldCreationTrait.php %%WWWDIR%%/core/modules/file/tests/src/Functional/FileFieldDisplayTest.php @@ -5675,6 +5870,7 @@ %%WWWDIR%%/core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php %%WWWDIR%%/core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php +%%WWWDIR%%/core/modules/file/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/MultipleFileUploadTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php @@ -5689,6 +5885,7 @@ %%WWWDIR%%/core/modules/file/tests/src/Functional/SaveUploadTest.php %%WWWDIR%%/core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php %%WWWDIR%%/core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php +%%WWWDIR%%/core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetClaroThemeTest.php %%WWWDIR%%/core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php %%WWWDIR%%/core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php %%WWWDIR%%/core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php @@ -5733,6 +5930,7 @@ %%WWWDIR%%/core/modules/file/tests/src/Kernel/ValidatorTest.php %%WWWDIR%%/core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php %%WWWDIR%%/core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php +%%WWWDIR%%/core/modules/file/tests/src/Kernel/Views/RelationshipNodeFileDataTest.php %%WWWDIR%%/core/modules/file/tests/src/Kernel/Views/RelationshipUserFileDataTest.php %%WWWDIR%%/core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldTest.php %%WWWDIR%%/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldTest.php @@ -5784,6 +5982,7 @@ %%WWWDIR%%/core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php %%WWWDIR%%/core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php %%WWWDIR%%/core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php +%%WWWDIR%%/core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php %%WWWDIR%%/core/modules/filter/src/Plugin/Filter/FilterNull.php %%WWWDIR%%/core/modules/filter/src/Plugin/Filter/FilterUrl.php %%WWWDIR%%/core/modules/filter/src/Plugin/FilterBase.php @@ -5826,6 +6025,7 @@ %%WWWDIR%%/core/modules/filter/tests/src/Functional/FilterHooksTest.php %%WWWDIR%%/core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php %%WWWDIR%%/core/modules/filter/tests/src/Functional/FilterSecurityTest.php +%%WWWDIR%%/core/modules/filter/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php %%WWWDIR%%/core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php %%WWWDIR%%/core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php @@ -5838,6 +6038,7 @@ %%WWWDIR%%/core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php %%WWWDIR%%/core/modules/filter/tests/src/Kernel/FilterCrudTest.php %%WWWDIR%%/core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php +%%WWWDIR%%/core/modules/filter/tests/src/Kernel/FilterFormatValidationTest.php %%WWWDIR%%/core/modules/filter/tests/src/Kernel/FilterKernelTest.php %%WWWDIR%%/core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php %%WWWDIR%%/core/modules/filter/tests/src/Kernel/Migrate/d6/FilterFormatPermissionTest.php @@ -5850,6 +6051,7 @@ %%WWWDIR%%/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php %%WWWDIR%%/core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php %%WWWDIR%%/core/modules/filter/tests/src/Unit/FilterHtmlTest.php +%%WWWDIR%%/core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php %%WWWDIR%%/core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php %%WWWDIR%%/core/modules/forum/config/install/forum.settings.yml %%WWWDIR%%/core/modules/forum/config/optional/comment.type.comment_forum.yml @@ -5883,6 +6085,11 @@ %%WWWDIR%%/core/modules/forum/forum.routing.yml %%WWWDIR%%/core/modules/forum/forum.services.yml %%WWWDIR%%/core/modules/forum/forum.views.inc +%%WWWDIR%%/core/modules/forum/help_topics/forum.concept.html.twig +%%WWWDIR%%/core/modules/forum/help_topics/forum.configuring.html.twig +%%WWWDIR%%/core/modules/forum/help_topics/forum.locking.html.twig +%%WWWDIR%%/core/modules/forum/help_topics/forum.moving.html.twig +%%WWWDIR%%/core/modules/forum/help_topics/forum.starting.html.twig %%WWWDIR%%/core/modules/forum/migrations/d6_forum_settings.yml %%WWWDIR%%/core/modules/forum/migrations/d7_forum_settings.yml %%WWWDIR%%/core/modules/forum/migrations/state/forum.migrate_drupal.yml @@ -5910,14 +6117,36 @@ %%WWWDIR%%/core/modules/forum/templates/forum-list.html.twig %%WWWDIR%%/core/modules/forum/templates/forum-submitted.html.twig %%WWWDIR%%/core/modules/forum/templates/forums.html.twig +%%WWWDIR%%/core/modules/forum/tests/fixtures/drupal6.php +%%WWWDIR%%/core/modules/forum/tests/fixtures/drupal7.php %%WWWDIR%%/core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml %%WWWDIR%%/core/modules/forum/tests/modules/forum_test_views/test_views/views.view.test_forum_index.yml +%%WWWDIR%%/core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.info.yml +%%WWWDIR%%/core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.services.yml +%%WWWDIR%%/core/modules/forum/tests/modules/forum_url_alter_test/src/PathProcessorTest.php %%WWWDIR%%/core/modules/forum/tests/src/Functional/ForumBlockTest.php %%WWWDIR%%/core/modules/forum/tests/src/Functional/ForumIndexTest.php %%WWWDIR%%/core/modules/forum/tests/src/Functional/ForumNodeAccessTest.php %%WWWDIR%%/core/modules/forum/tests/src/Functional/ForumTest.php %%WWWDIR%%/core/modules/forum/tests/src/Functional/ForumUninstallTest.php +%%WWWDIR%%/core/modules/forum/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/forum/tests/src/Functional/Module/DependencyTest.php +%%WWWDIR%%/core/modules/forum/tests/src/Functional/NodeAccessPagerTest.php +%%WWWDIR%%/core/modules/forum/tests/src/Functional/UrlAlterFunctionalTest.php %%WWWDIR%%/core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d6/NoMultilingualReviewPageTest.php +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d6/Upgrade6Test.php +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d6/files/core/tests/fixtures/files/html-1.txt +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d6/files/core/tests/fixtures/files/image-1.png +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d6/files/core/tests/fixtures/files/image-2.jpg +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d6/files/core/tests/fixtures/files/image-test.gif +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d6/files/core/tests/fixtures/files/image-test.jpg +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d6/files/core/tests/fixtures/files/image-test.png +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d7/NoMultilingualReviewPageTest.php +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d7/Upgrade7Test.php +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d7/files/sites/default/files/cube.jpeg +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d7/files/sites/default/files/ds9.txt +%%WWWDIR%%/core/modules/forum/tests/src/Functional/migrate_drupal/d7/files/sites/default/private/Babylon5.txt %%WWWDIR%%/core/modules/forum/tests/src/Kernel/ForumValidationTest.php %%WWWDIR%%/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php %%WWWDIR%%/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php @@ -5952,6 +6181,7 @@ %%WWWDIR%%/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml %%WWWDIR%%/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module %%WWWDIR%%/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php +%%WWWDIR%%/core/modules/help/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/help/tests/src/Functional/HelpBlockTest.php %%WWWDIR%%/core/modules/help/tests/src/Functional/HelpPageOrderTest.php %%WWWDIR%%/core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php @@ -5967,8 +6197,7 @@ %%WWWDIR%%/core/modules/help_topics/help_topics.module %%WWWDIR%%/core/modules/help_topics/help_topics.routing.yml %%WWWDIR%%/core/modules/help_topics/help_topics.services.yml -%%WWWDIR%%/core/modules/help_topics/help_topics/action.creating.html.twig -%%WWWDIR%%/core/modules/help_topics/help_topics/action.overview.html.twig +%%WWWDIR%%/core/modules/help_topics/help_topics/announcements_feed.overview.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/ban.banning_ips.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/block.configure.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/block.overview.html.twig @@ -6022,11 +6251,6 @@ %%WWWDIR%%/core/modules/help_topics/help_topics/field_ui.manage_form.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/field_ui.reference_field.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/filter.overview.html.twig -%%WWWDIR%%/core/modules/help_topics/help_topics/forum.concept.html.twig -%%WWWDIR%%/core/modules/help_topics/help_topics/forum.configuring.html.twig -%%WWWDIR%%/core/modules/help_topics/help_topics/forum.locking.html.twig -%%WWWDIR%%/core/modules/help_topics/help_topics/forum.moving.html.twig -%%WWWDIR%%/core/modules/help_topics/help_topics/forum.starting.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/help.help_topic_search.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/history.tracking_user_content.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/image.style.html.twig @@ -6055,7 +6279,6 @@ %%WWWDIR%%/core/modules/help_topics/help_topics/search.index.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/search.overview.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/shortcut.overview.html.twig -%%WWWDIR%%/core/modules/help_topics/help_topics/statistics.tracking_popular_content.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/system.cache.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/system.config_basic.html.twig %%WWWDIR%%/core/modules/help_topics/help_topics/system.config_error.html.twig @@ -6146,6 +6369,7 @@ %%WWWDIR%%/core/modules/history/src/HistoryRenderCallback.php %%WWWDIR%%/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php %%WWWDIR%%/core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php +%%WWWDIR%%/core/modules/history/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/history/tests/src/Functional/HistoryTest.php %%WWWDIR%%/core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php %%WWWDIR%%/core/modules/history/tests/themes/history_test_theme/history_test_theme.info.yml @@ -6248,6 +6472,7 @@ %%WWWDIR%%/core/modules/image/tests/modules/image_test_views/image_test_views.info.yml %%WWWDIR%%/core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml %%WWWDIR%%/core/modules/image/tests/src/Functional/FileMoveTest.php +%%WWWDIR%%/core/modules/image/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageAdminStylesTest.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageDimensionsTest.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageEffect/ConvertTest.php @@ -6278,6 +6503,7 @@ %%WWWDIR%%/core/modules/image/tests/src/Kernel/ImageItemTest.php %%WWWDIR%%/core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php %%WWWDIR%%/core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php +%%WWWDIR%%/core/modules/image/tests/src/Kernel/ImageStyleValidationTest.php %%WWWDIR%%/core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php %%WWWDIR%%/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php %%WWWDIR%%/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php @@ -6295,6 +6521,7 @@ %%WWWDIR%%/core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php %%WWWDIR%%/core/modules/inline_form_errors/src/RenderElementHelper.php %%WWWDIR%%/core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php +%%WWWDIR%%/core/modules/inline_form_errors/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php %%WWWDIR%%/core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php %%WWWDIR%%/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php @@ -6458,6 +6685,7 @@ %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/FileTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/FileUploadTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalDateFieldTest.php @@ -6642,6 +6870,7 @@ %%WWWDIR%%/core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php %%WWWDIR%%/core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php %%WWWDIR%%/core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php +%%WWWDIR%%/core/modules/language/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php %%WWWDIR%%/core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php %%WWWDIR%%/core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php @@ -6682,6 +6911,8 @@ %%WWWDIR%%/core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php %%WWWDIR%%/core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php %%WWWDIR%%/core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php +%%WWWDIR%%/core/modules/language/tests/src/Kernel/ConfigurableLanguageValidationTest.php +%%WWWDIR%%/core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php %%WWWDIR%%/core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php %%WWWDIR%%/core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php %%WWWDIR%%/core/modules/language/tests/src/Kernel/LanguageConfigFactoryOverrideTest.php @@ -6721,6 +6952,7 @@ %%WWWDIR%%/core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php %%WWWDIR%%/core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php %%WWWDIR%%/core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php +%%WWWDIR%%/core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationTestBase.php %%WWWDIR%%/core/modules/language/tests/src/Unit/process/LanguageDomainsTest.php %%WWWDIR%%/core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php %%WWWDIR%%/core/modules/language/tests/src/Unit/process/LanguageTypesTest.php @@ -6834,6 +7066,7 @@ %%WWWDIR%%/core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php %%WWWDIR%%/core/modules/layout_builder/src/SectionStorageInterface.php %%WWWDIR%%/core/modules/layout_builder/src/TempStoreIdentifierInterface.php +%%WWWDIR%%/core/modules/layout_builder/tests/fixtures/update/layout-builder.php %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_decoration_test/layout_builder_decoration_test.info.yml %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_decoration_test/layout_builder_decoration_test.services.yml %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php @@ -6874,6 +7107,7 @@ %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/templates/field--node--body--bundle-with-section-field--default.html.twig %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_views_test/config/install/views.view.test_block_view.yml %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml +%%WWWDIR%%/core/modules/layout_builder/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php @@ -6919,6 +7153,7 @@ %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php +%%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php @@ -6960,6 +7195,7 @@ %%WWWDIR%%/core/modules/layout_discovery/layouts/twocol_bricks/layout--twocol-bricks.html.twig %%WWWDIR%%/core/modules/layout_discovery/layouts/twocol_bricks/twocol_bricks.css %%WWWDIR%%/core/modules/layout_discovery/templates/layout.html.twig +%%WWWDIR%%/core/modules/layout_discovery/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php %%WWWDIR%%/core/modules/layout_discovery/tests/themes/test_layout_theme/templates/test-layout-theme.html.twig %%WWWDIR%%/core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.info.yml @@ -6989,6 +7225,7 @@ %%WWWDIR%%/core/modules/link/tests/modules/link_test_base_field/link_test_base_field.module %%WWWDIR%%/core/modules/link/tests/modules/link_test_views/link_test_views.info.yml %%WWWDIR%%/core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml +%%WWWDIR%%/core/modules/link/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/link/tests/src/Functional/LinkFieldTest.php %%WWWDIR%%/core/modules/link/tests/src/Functional/LinkFieldUITest.php %%WWWDIR%%/core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php @@ -7085,6 +7322,7 @@ %%WWWDIR%%/core/modules/locale/tests/modules/locale_test_translate/config/schema/locale_test_translate.schema.yml %%WWWDIR%%/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml %%WWWDIR%%/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module +%%WWWDIR%%/core/modules/locale/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php %%WWWDIR%%/core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php %%WWWDIR%%/core/modules/locale/tests/src/Functional/LocaleContentTest.php @@ -7111,6 +7349,7 @@ %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php +%%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleStringTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php @@ -7168,6 +7407,7 @@ %%WWWDIR%%/core/modules/media/src/IFrameMarkup.php %%WWWDIR%%/core/modules/media/src/IFrameUrlHelper.php %%WWWDIR%%/core/modules/media/src/MediaAccessControlHandler.php +%%WWWDIR%%/core/modules/media/src/MediaConfigUpdater.php %%WWWDIR%%/core/modules/media/src/MediaForm.php %%WWWDIR%%/core/modules/media/src/MediaInterface.php %%WWWDIR%%/core/modules/media/src/MediaListBuilder.php @@ -7225,14 +7465,16 @@ %%WWWDIR%%/core/modules/media/tests/fixtures/oembed/photo_flickr_no_dimensions.json %%WWWDIR%%/core/modules/media/tests/fixtures/oembed/providers.json %%WWWDIR%%/core/modules/media/tests/fixtures/oembed/rich_twitter.json -%%WWWDIR%%/core/modules/media/tests/fixtures/oembed/video_collegehumor.html -%%WWWDIR%%/core/modules/media/tests/fixtures/oembed/video_collegehumor.xml +%%WWWDIR%%/core/modules/media/tests/fixtures/oembed/video_dailymotion.html +%%WWWDIR%%/core/modules/media/tests/fixtures/oembed/video_dailymotion.xml %%WWWDIR%%/core/modules/media/tests/fixtures/oembed/video_vimeo-no-title.html %%WWWDIR%%/core/modules/media/tests/fixtures/oembed/video_vimeo-no-title.json %%WWWDIR%%/core/modules/media/tests/fixtures/oembed/video_vimeo.html %%WWWDIR%%/core/modules/media/tests/fixtures/oembed/video_vimeo.json %%WWWDIR%%/core/modules/media/tests/fixtures/oembed/video_youtube.html %%WWWDIR%%/core/modules/media/tests/fixtures/oembed/video_youtube.json +%%WWWDIR%%/core/modules/media/tests/fixtures/update/media-oembed-iframe.php +%%WWWDIR%%/core/modules/media/tests/fixtures/update/media.php %%WWWDIR%%/core/modules/media/tests/modules/media_test_embed/media_test_embed.info.yml %%WWWDIR%%/core/modules/media/tests/modules/media_test_embed/media_test_embed.module %%WWWDIR%%/core/modules/media/tests/modules/media_test_embed/media_test_embed.services.yml @@ -7263,7 +7505,9 @@ %%WWWDIR%%/core/modules/media/tests/modules/media_test_views/test_views/views.view.test_media_revision_uid.yml %%WWWDIR%%/core/modules/media/tests/src/Functional/FieldFormatter/MediaThumbnailFormatterTest.php %%WWWDIR%%/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php +%%WWWDIR%%/core/modules/media/tests/src/Functional/FieldFormatter/OembedUpdateTest.php %%WWWDIR%%/core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php +%%WWWDIR%%/core/modules/media/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/media/tests/src/Functional/MediaAccessTest.php %%WWWDIR%%/core/modules/media/tests/src/Functional/MediaBulkFormTest.php %%WWWDIR%%/core/modules/media/tests/src/Functional/MediaCacheTagsTest.php @@ -7314,6 +7558,7 @@ %%WWWDIR%%/core/modules/media/tests/src/Kernel/EditorMediaDialogTest.php %%WWWDIR%%/core/modules/media/tests/src/Kernel/MediaAccessControlHandlerTest.php %%WWWDIR%%/core/modules/media/tests/src/Kernel/MediaCreationTest.php +%%WWWDIR%%/core/modules/media/tests/src/Kernel/MediaDeprecationTest.php %%WWWDIR%%/core/modules/media/tests/src/Kernel/MediaEmbedFilterDisabledIntegrationsTest.php %%WWWDIR%%/core/modules/media/tests/src/Kernel/MediaEmbedFilterTest.php %%WWWDIR%%/core/modules/media/tests/src/Kernel/MediaEmbedFilterTestBase.php @@ -7325,6 +7570,7 @@ %%WWWDIR%%/core/modules/media/tests/src/Kernel/MediaTest.php %%WWWDIR%%/core/modules/media/tests/src/Kernel/MediaThumbnailFormatterTest.php %%WWWDIR%%/core/modules/media/tests/src/Kernel/MediaTranslationTest.php +%%WWWDIR%%/core/modules/media/tests/src/Kernel/MediaTypeValidationTest.php %%WWWDIR%%/core/modules/media/tests/src/Kernel/OEmbedIframeControllerTest.php %%WWWDIR%%/core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php %%WWWDIR%%/core/modules/media/tests/src/Kernel/OEmbedSourceTest.php @@ -7389,6 +7635,7 @@ %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_two.default.yml %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.node.basic_page.default.yml %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_five.default.yml +%%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_five.media_library.yml %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_one.default.yml %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_one.media_library.yml %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml @@ -7432,6 +7679,7 @@ %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test_widget/config/schema/media_library_test_widget.schema.yml %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test_widget/media_library_test_widget.info.yml %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test_widget/src/Plugin/Field/FieldWidget/MediaLibraryInceptionWidget.php +%%WWWDIR%%/core/modules/media_library/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/media_library/tests/src/Functional/MediaLibraryDisplayModeTest.php %%WWWDIR%%/core/modules/media_library/tests/src/Functional/SettingsFormTest.php %%WWWDIR%%/core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php @@ -7445,6 +7693,7 @@ %%WWWDIR%%/core/modules/media_library/tests/src/FunctionalJavascript/WidgetAccessTest.php %%WWWDIR%%/core/modules/media_library/tests/src/FunctionalJavascript/WidgetAnonymousTest.php %%WWWDIR%%/core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php +%%WWWDIR%%/core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php %%WWWDIR%%/core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php %%WWWDIR%%/core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php %%WWWDIR%%/core/modules/media_library/tests/src/FunctionalJavascript/WidgetWithoutTypesTest.php @@ -7472,6 +7721,7 @@ %%WWWDIR%%/core/modules/menu_link_content/src/MenuLinkContentStorage.php %%WWWDIR%%/core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php %%WWWDIR%%/core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php +%%WWWDIR%%/core/modules/menu_link_content/src/MenuLinkListBuilder.php %%WWWDIR%%/core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php %%WWWDIR%%/core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php %%WWWDIR%%/core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraint.php @@ -7485,8 +7735,11 @@ %%WWWDIR%%/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml %%WWWDIR%%/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.routing.yml %%WWWDIR%%/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php +%%WWWDIR%%/core/modules/menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.info.yml +%%WWWDIR%%/core/modules/menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.module %%WWWDIR%%/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml %%WWWDIR%%/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml +%%WWWDIR%%/core/modules/menu_link_content/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php %%WWWDIR%%/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php %%WWWDIR%%/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php @@ -7540,6 +7793,7 @@ %%WWWDIR%%/core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php %%WWWDIR%%/core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php %%WWWDIR%%/core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php +%%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuCacheTagsTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php @@ -7674,6 +7928,12 @@ %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrate_expected_migrations_test.info.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrations/m1.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrations/m2.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrations/m3.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrations/m4.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrations/m5.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node_translation.yml @@ -7687,6 +7947,9 @@ %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_2.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_multiple_source_ids.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_string_ids.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_missing_database_test/migrate_missing_database_test.info.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_missing_database_test/migrations/missing_database.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_missing_database_test/src/Plugin/migrate/source/MigrateMissingDatabaseSource.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/migrate_no_migrate_drupal_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/migrate_no_migrate_drupal_test.routing.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/migrations/node_migration_no_upgrade.yml @@ -7711,6 +7974,7 @@ %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_track_changes_test/migrate_track_changes_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_track_changes_test/migrations/track_changes_test.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php @@ -7727,6 +7991,7 @@ %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php @@ -7868,9 +8133,11 @@ %%WWWDIR%%/core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrate_state_not_finished_test.info.yml %%WWWDIR%%/core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/migrate_status_not_finished_test.yml %%WWWDIR%%/core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/state/migrate_state_not_finished_test.migrate_drupal.yml +%%WWWDIR%%/core/modules/migrate_drupal/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php +%%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php @@ -7928,6 +8195,7 @@ %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migrations/migration_provider_no_annotation.yml %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateControllerTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php @@ -7973,6 +8241,9 @@ %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/Truncate.php %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/Update.php %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/Upsert.php +%%WWWDIR%%/core/modules/mysql/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/mysql/tests/src/Functional/InstallerIsolationLevelExistingSettingsTest.php +%%WWWDIR%%/core/modules/mysql/tests/src/Functional/InstallerIsolationLevelNoDatabaseSettingsTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Functional/RequirementsTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/ConnectionTest.php @@ -7982,6 +8253,7 @@ %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/LargeQueryTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverLegacyTest.php +%%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/NextIdTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/PrefixInfoTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php @@ -8188,6 +8460,7 @@ %%WWWDIR%%/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.info.yml %%WWWDIR%%/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.routing.yml %%WWWDIR%%/core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php +%%WWWDIR%%/core/modules/node/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php @@ -8265,6 +8538,7 @@ %%WWWDIR%%/core/modules/node/tests/src/Functional/Views/Wizard/NodeRevisionWizardTest.php %%WWWDIR%%/core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php %%WWWDIR%%/core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php +%%WWWDIR%%/core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php %%WWWDIR%%/core/modules/node/tests/src/FunctionalJavascript/NodePreviewLinkTest.php %%WWWDIR%%/core/modules/node/tests/src/FunctionalJavascript/SettingSummariesContentTypeTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php @@ -8299,12 +8573,14 @@ %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeAccessTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeAccessTestBase.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php +%%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeDeprecationTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeOwnerTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php +%%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeValidationTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeViewBuilderTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php @@ -8367,6 +8643,7 @@ %%WWWDIR%%/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml %%WWWDIR%%/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml %%WWWDIR%%/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_filter.yml +%%WWWDIR%%/core/modules/options/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/options/tests/src/Functional/OptionsDynamicValuesApiTest.php %%WWWDIR%%/core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php %%WWWDIR%%/core/modules/options/tests/src/Functional/OptionsDynamicValuesValidationTest.php @@ -8391,6 +8668,7 @@ %%WWWDIR%%/core/modules/page_cache/tests/modules/page_cache_form_test.module %%WWWDIR%%/core/modules/page_cache/tests/modules/page_cache_form_test.routing.yml %%WWWDIR%%/core/modules/page_cache/tests/modules/src/Form/TestForm.php +%%WWWDIR%%/core/modules/page_cache/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php %%WWWDIR%%/core/modules/page_cache/tests/src/Functional/PageCacheTest.php %%WWWDIR%%/core/modules/path/config/optional/language.content_settings.path_alias.path_alias.yml @@ -8420,6 +8698,7 @@ %%WWWDIR%%/core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php %%WWWDIR%%/core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php %%WWWDIR%%/core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php +%%WWWDIR%%/core/modules/path/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/path/tests/src/Functional/PathAdminTest.php %%WWWDIR%%/core/modules/path/tests/src/Functional/PathAliasTest.php %%WWWDIR%%/core/modules/path/tests/src/Functional/PathContentModerationTest.php @@ -8453,6 +8732,7 @@ %%WWWDIR%%/core/modules/path_alias/src/PathAliasStorage.php %%WWWDIR%%/core/modules/path_alias/src/PathAliasStorageSchema.php %%WWWDIR%%/core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php +%%WWWDIR%%/core/modules/path_alias/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonAnonTest.php %%WWWDIR%%/core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php %%WWWDIR%%/core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonCookieTest.php @@ -8478,15 +8758,24 @@ %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Update.php %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php +%%WWWDIR%%/core/modules/pgsql/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/DatabaseExceptionWrapperTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/KernelTestBaseTest.php +%%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/SyntaxTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/TransactionTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Unit/SchemaTest.php +%%WWWDIR%%/core/modules/phpass/phpass.info.yml +%%WWWDIR%%/core/modules/phpass/phpass.module +%%WWWDIR%%/core/modules/phpass/phpass.services.yml +%%WWWDIR%%/core/modules/phpass/src/Password/PhpassHashedPassword.php +%%WWWDIR%%/core/modules/phpass/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php +%%WWWDIR%%/core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php %%WWWDIR%%/core/modules/responsive_image/config/schema/responsive_image.schema.yml %%WWWDIR%%/core/modules/responsive_image/migrations/d7_responsive_image_styles.yml %%WWWDIR%%/core/modules/responsive_image/migrations/state/responsive_image.migrate_drupal.yml @@ -8504,17 +8793,24 @@ %%WWWDIR%%/core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php %%WWWDIR%%/core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php %%WWWDIR%%/core/modules/responsive_image/src/Plugin/migrate/source/d7/ResponsiveImageStyles.php +%%WWWDIR%%/core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php %%WWWDIR%%/core/modules/responsive_image/src/ResponsiveImageStyleForm.php %%WWWDIR%%/core/modules/responsive_image/src/ResponsiveImageStyleInterface.php %%WWWDIR%%/core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php %%WWWDIR%%/core/modules/responsive_image/templates/responsive-image-formatter.html.twig %%WWWDIR%%/core/modules/responsive_image/templates/responsive-image.html.twig +%%WWWDIR%%/core/modules/responsive_image/tests/fixtures/update/responsive_image-loading-attribute.php +%%WWWDIR%%/core/modules/responsive_image/tests/fixtures/update/responsive_image-order-multipliers-numerically.php +%%WWWDIR%%/core/modules/responsive_image/tests/fixtures/update/responsive_image.php %%WWWDIR%%/core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml %%WWWDIR%%/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml %%WWWDIR%%/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.info.yml %%WWWDIR%%/core/modules/responsive_image/tests/modules/responsive_image_test_module/src/Plugin/Field/FieldFormatter/ResponsiveImageTestFormatter.php +%%WWWDIR%%/core/modules/responsive_image/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php %%WWWDIR%%/core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php +%%WWWDIR%%/core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php +%%WWWDIR%%/core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php %%WWWDIR%%/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonAnonTest.php %%WWWDIR%%/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php %%WWWDIR%%/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonCookieTest.php @@ -8527,6 +8823,7 @@ %%WWWDIR%%/core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php %%WWWDIR%%/core/modules/responsive_image/tests/src/Kernel/Plugin/migrate/source/d7/ResponsiveImageStylesTest.php %%WWWDIR%%/core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php +%%WWWDIR%%/core/modules/responsive_image/tests/src/Kernel/ResponsiveImageStyleValidationTest.php %%WWWDIR%%/core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php %%WWWDIR%%/core/modules/rest/config/optional/rest.resource.entity.node.yml %%WWWDIR%%/core/modules/rest/config/schema/rest.schema.yml @@ -8598,6 +8895,7 @@ %%WWWDIR%%/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlCookieTest.php %%WWWDIR%%/core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php %%WWWDIR%%/core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php +%%WWWDIR%%/core/modules/rest/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/rest/tests/src/Functional/ResourceTest.php %%WWWDIR%%/core/modules/rest/tests/src/Functional/ResourceTestBase.php %%WWWDIR%%/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php @@ -8615,6 +8913,7 @@ %%WWWDIR%%/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php %%WWWDIR%%/core/modules/rest/tests/src/Kernel/Entity/RestPermissionsTest.php %%WWWDIR%%/core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php +%%WWWDIR%%/core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php %%WWWDIR%%/core/modules/rest/tests/src/Kernel/EntityResource/EntityResourceRestTestCoverageTest.php %%WWWDIR%%/core/modules/rest/tests/src/Kernel/RequestHandlerTest.php %%WWWDIR%%/core/modules/rest/tests/src/Kernel/Views/RestExportTest.php @@ -8624,6 +8923,102 @@ %%WWWDIR%%/core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php %%WWWDIR%%/core/modules/rest/tests/src/Unit/EventSubscriber/ResourceResponseSubscriberTest.php %%WWWDIR%%/core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php +%%WWWDIR%%/core/modules/sdc/README.txt +%%WWWDIR%%/core/modules/sdc/sdc.info.yml +%%WWWDIR%%/core/modules/sdc/sdc.module +%%WWWDIR%%/core/modules/sdc/sdc.services.yml +%%WWWDIR%%/core/modules/sdc/src/Component/ComponentMetadata.php +%%WWWDIR%%/core/modules/sdc/src/Component/ComponentValidator.php +%%WWWDIR%%/core/modules/sdc/src/Component/SchemaCompatibilityChecker.php +%%WWWDIR%%/core/modules/sdc/src/ComponentNegotiator.php +%%WWWDIR%%/core/modules/sdc/src/ComponentPluginManager.php +%%WWWDIR%%/core/modules/sdc/src/Element/ComponentElement.php +%%WWWDIR%%/core/modules/sdc/src/Exception/ComponentNotFoundException.php +%%WWWDIR%%/core/modules/sdc/src/Exception/IncompatibleComponentSchema.php +%%WWWDIR%%/core/modules/sdc/src/Exception/InvalidComponentDataException.php +%%WWWDIR%%/core/modules/sdc/src/Exception/InvalidComponentException.php +%%WWWDIR%%/core/modules/sdc/src/ExtensionType.php +%%WWWDIR%%/core/modules/sdc/src/Plugin/Component.php +%%WWWDIR%%/core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php +%%WWWDIR%%/core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php +%%WWWDIR%%/core/modules/sdc/src/Plugin/Discovery/RegexRecursiveFilterIterator.php +%%WWWDIR%%/core/modules/sdc/src/Twig/ComponentNodeVisitor.php +%%WWWDIR%%/core/modules/sdc/src/Twig/TwigComponentLoader.php +%%WWWDIR%%/core/modules/sdc/src/Twig/TwigExtension.php +%%WWWDIR%%/core/modules/sdc/src/Utilities.php +%%WWWDIR%%/core/modules/sdc/src/metadata-full.schema.json +%%WWWDIR%%/core/modules/sdc/src/metadata.schema.json +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.info.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/array-to-object/array-to-object.component.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/array-to-object/array-to-object.twig +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/my-banner/my-banner.component.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/my-banner/my-banner.css +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/my-banner/my-banner.twig +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/my-button/my-button.component.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/my-button/my-button.css +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/my-button/my-button.js +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/my-button/my-button.twig +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/my-cta/my-cta.component.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/my-cta/my-cta.css +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/my-cta/my-cta.js +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/components/my-cta/my-cta.twig +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/sdc_test.info.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/sdc_test.routing.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test/src/Controller/ServerEndpointController.php +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test_invalid/components/my-card-no-schema/my-card-no-schema.component.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test_invalid/components/my-card-no-schema/my-card-no-schema.twig +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test_invalid/sdc_test_invalid.info.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test_replacements/components/my-button/my-button.component.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test_replacements/components/my-button/my-button.css +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test_replacements/components/my-button/my-button.js +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test_replacements/components/my-button/my-button.twig +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test_replacements/sdc_test_replacements.info.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test_replacements_invalid/components/foo/foo.component.yml +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test_replacements_invalid/components/foo/foo.twig +%%WWWDIR%%/core/modules/sdc/tests/modules/sdc_test_replacements_invalid/sdc_test_replacements_invalid.info.yml +%%WWWDIR%%/core/modules/sdc/tests/src/Functional/ComponentRenderTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/FunctionalJavascript/ComponentRenderTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/Kernel/ComponentInvalidReplacementTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/Kernel/ComponentKernelTestBase.php +%%WWWDIR%%/core/modules/sdc/tests/src/Kernel/ComponentNegotiatorTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/Kernel/ComponentNodeVisitorTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/Kernel/ComponentRenderInvalidTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/Traits/ComponentRendererTrait.php +%%WWWDIR%%/core/modules/sdc/tests/src/Unit/ComponentMetadataTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php +%%WWWDIR%%/core/modules/sdc/tests/src/Unit/UtilitiesTest.php +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/bar/bar.component.yml +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/bar/bar.twig +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/lib-overrides/another-stylesheet.css +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.component.yml +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.css +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.js +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.twig +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/mismatching-folder-name/foo.component.yml +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/mismatching-folder-name/foo.twig +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/my-card/my-card.css +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/components/my-card/my-card.twig +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test/sdc_theme_test.info.yml +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.component.yml +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.twig +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test_base/sdc_theme_test_base.info.yml +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema/components/my-card/my-card.component.yml +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema/components/my-card/my-card.css +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema/components/my-card/my-card.twig +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema/sdc_theme_test_enforce_schema.info.yml +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema_invalid/components/my-card-no-schema/my-card-no-schema.component.yml +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema_invalid/components/my-card-no-schema/my-card-no-schema.twig +%%WWWDIR%%/core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema_invalid/sdc_theme_test_enforce_schema_invalid.info.yml %%WWWDIR%%/core/modules/search/config/install/search.settings.yml %%WWWDIR%%/core/modules/search/config/schema/search.schema.yml %%WWWDIR%%/core/modules/search/config/schema/search.views.schema.yml @@ -8699,6 +9094,7 @@ %%WWWDIR%%/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module %%WWWDIR%%/core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml %%WWWDIR%%/core/modules/search/tests/modules/search_query_alter/search_query_alter.module +%%WWWDIR%%/core/modules/search/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php %%WWWDIR%%/core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php %%WWWDIR%%/core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php @@ -8739,6 +9135,7 @@ %%WWWDIR%%/core/modules/search/tests/src/Kernel/SearchExcerptTest.php %%WWWDIR%%/core/modules/search/tests/src/Kernel/SearchIndexTest.php %%WWWDIR%%/core/modules/search/tests/src/Kernel/SearchMatchTest.php +%%WWWDIR%%/core/modules/search/tests/src/Kernel/SearchPageValidationTest.php %%WWWDIR%%/core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php %%WWWDIR%%/core/modules/search/tests/src/Kernel/SearchTokenizerTest.php %%WWWDIR%%/core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php @@ -8797,6 +9194,7 @@ %%WWWDIR%%/core/modules/serialization/tests/serialization_test/serialization_test.services.yml %%WWWDIR%%/core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php %%WWWDIR%%/core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php +%%WWWDIR%%/core/modules/serialization/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php @@ -8852,6 +9250,7 @@ %%WWWDIR%%/core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.info.yml %%WWWDIR%%/core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.libraries.yml %%WWWDIR%%/core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.module +%%WWWDIR%%/core/modules/settings_tray/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php %%WWWDIR%%/core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php %%WWWDIR%%/core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php @@ -8861,6 +9260,7 @@ %%WWWDIR%%/core/modules/shortcut/config/install/shortcut.set.default.yml %%WWWDIR%%/core/modules/shortcut/config/schema/shortcut.schema.yml %%WWWDIR%%/core/modules/shortcut/css/shortcut.icons.theme.css +%%WWWDIR%%/core/modules/shortcut/css/shortcut.icons.theme.pcss.css %%WWWDIR%%/core/modules/shortcut/css/shortcut.theme.css %%WWWDIR%%/core/modules/shortcut/images/favstar-rtl.svg %%WWWDIR%%/core/modules/shortcut/images/favstar.svg @@ -8903,6 +9303,7 @@ %%WWWDIR%%/core/modules/shortcut/src/ShortcutSetListBuilder.php %%WWWDIR%%/core/modules/shortcut/src/ShortcutSetStorage.php %%WWWDIR%%/core/modules/shortcut/src/ShortcutSetStorageInterface.php +%%WWWDIR%%/core/modules/shortcut/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php @@ -8930,6 +9331,7 @@ %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php +%%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/ShortcutSetValidationTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php %%WWWDIR%%/core/modules/sqlite/sqlite.info.yml %%WWWDIR%%/core/modules/sqlite/sqlite.module @@ -8945,6 +9347,7 @@ %%WWWDIR%%/core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php %%WWWDIR%%/core/modules/sqlite/src/Driver/Database/sqlite/Update.php %%WWWDIR%%/core/modules/sqlite/src/Driver/Database/sqlite/Upsert.php +%%WWWDIR%%/core/modules/sqlite/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/sqlite/tests/src/Kernel/sqlite/DatabaseExceptionWrapperTest.php %%WWWDIR%%/core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php %%WWWDIR%%/core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @@ -8955,6 +9358,7 @@ %%WWWDIR%%/core/modules/statistics/config/install/statistics.settings.yml %%WWWDIR%%/core/modules/statistics/config/schema/statistics.schema.yml %%WWWDIR%%/core/modules/statistics/config/schema/statistics.views.schema.yml +%%WWWDIR%%/core/modules/statistics/help_topics/statistics.tracking_popular_content.html.twig %%WWWDIR%%/core/modules/statistics/migrations/state/statistics.migrate_drupal.yml %%WWWDIR%%/core/modules/statistics/migrations/statistics_node_counter.yml %%WWWDIR%%/core/modules/statistics/migrations/statistics_settings.yml @@ -8981,6 +9385,7 @@ %%WWWDIR%%/core/modules/statistics/statistics.views.inc %%WWWDIR%%/core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml %%WWWDIR%%/core/modules/statistics/tests/modules/statistics_test_views/test_views/views.view.test_statistics_integration.yml +%%WWWDIR%%/core/modules/statistics/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php %%WWWDIR%%/core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php %%WWWDIR%%/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php @@ -8988,6 +9393,7 @@ %%WWWDIR%%/core/modules/statistics/tests/src/Functional/StatisticsTestBase.php %%WWWDIR%%/core/modules/statistics/tests/src/Functional/StatisticsTokenReplaceTest.php %%WWWDIR%%/core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php +%%WWWDIR%%/core/modules/statistics/tests/src/Functional/search/SearchRankingTest.php %%WWWDIR%%/core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php %%WWWDIR%%/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php %%WWWDIR%%/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php @@ -9010,6 +9416,7 @@ %%WWWDIR%%/core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php %%WWWDIR%%/core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml %%WWWDIR%%/core/modules/syslog/tests/modules/syslog_test/syslog_test.services.yml +%%WWWDIR%%/core/modules/syslog/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/syslog/tests/src/Functional/SyslogTest.php %%WWWDIR%%/core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php %%WWWDIR%%/core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php @@ -9029,6 +9436,7 @@ %%WWWDIR%%/core/modules/system/config/install/system.cron.yml %%WWWDIR%%/core/modules/system/config/install/system.date.yml %%WWWDIR%%/core/modules/system/config/install/system.diff.yml +%%WWWDIR%%/core/modules/system/config/install/system.feature_flags.yml %%WWWDIR%%/core/modules/system/config/install/system.file.yml %%WWWDIR%%/core/modules/system/config/install/system.image.gd.yml %%WWWDIR%%/core/modules/system/config/install/system.image.yml @@ -9104,11 +9512,16 @@ %%WWWDIR%%/core/modules/system/src/Access/DbUpdateAccessCheck.php %%WWWDIR%%/core/modules/system/src/ActionConfigEntityInterface.php %%WWWDIR%%/core/modules/system/src/Controller/AdminController.php +%%WWWDIR%%/core/modules/system/src/Controller/AssetControllerBase.php %%WWWDIR%%/core/modules/system/src/Controller/BatchController.php %%WWWDIR%%/core/modules/system/src/Controller/CsrfTokenController.php +%%WWWDIR%%/core/modules/system/src/Controller/CssAssetController.php %%WWWDIR%%/core/modules/system/src/Controller/DbUpdateController.php %%WWWDIR%%/core/modules/system/src/Controller/EntityAutocompleteController.php %%WWWDIR%%/core/modules/system/src/Controller/Http4xxController.php +%%WWWDIR%%/core/modules/system/src/Controller/JsAssetController.php +%%WWWDIR%%/core/modules/system/src/Controller/LinksetController.php +%%WWWDIR%%/core/modules/system/src/Controller/PerformanceController.php %%WWWDIR%%/core/modules/system/src/Controller/SystemController.php %%WWWDIR%%/core/modules/system/src/Controller/SystemInfoController.php %%WWWDIR%%/core/modules/system/src/Controller/ThemeController.php @@ -9124,14 +9537,17 @@ %%WWWDIR%%/core/modules/system/src/EventSubscriber/ConfigCacheTag.php %%WWWDIR%%/core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php %%WWWDIR%%/core/modules/system/src/FileDownloadController.php +%%WWWDIR%%/core/modules/system/src/Form/ClearCacheForm.php %%WWWDIR%%/core/modules/system/src/Form/CronForm.php %%WWWDIR%%/core/modules/system/src/Form/DateFormatAddForm.php %%WWWDIR%%/core/modules/system/src/Form/DateFormatDeleteForm.php %%WWWDIR%%/core/modules/system/src/Form/DateFormatEditForm.php %%WWWDIR%%/core/modules/system/src/Form/DateFormatFormBase.php +%%WWWDIR%%/core/modules/system/src/Form/DevelopmentSettingsForm.php %%WWWDIR%%/core/modules/system/src/Form/FileSystemForm.php %%WWWDIR%%/core/modules/system/src/Form/ImageToolkitForm.php %%WWWDIR%%/core/modules/system/src/Form/LoggingForm.php +%%WWWDIR%%/core/modules/system/src/Form/MenuLinksetSettingsForm.php %%WWWDIR%%/core/modules/system/src/Form/ModulesEnabledTrait.php %%WWWDIR%%/core/modules/system/src/Form/ModulesListConfirmForm.php %%WWWDIR%%/core/modules/system/src/Form/ModulesListForm.php @@ -9187,6 +9603,8 @@ %%WWWDIR%%/core/modules/system/src/Plugin/migrate/source/Menu.php %%WWWDIR%%/core/modules/system/src/Plugin/migrate/source/d7/MenuTranslation.php %%WWWDIR%%/core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php +%%WWWDIR%%/core/modules/system/src/Routing/AssetRoutes.php +%%WWWDIR%%/core/modules/system/src/Routing/MenuLinksetRoutes.php %%WWWDIR%%/core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php %%WWWDIR%%/core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php %%WWWDIR%%/core/modules/system/src/SystemConfigSubscriber.php @@ -9312,16 +9730,25 @@ %%WWWDIR%%/core/modules/system/tests/fixtures/HtaccessTest/yarn.lock %%WWWDIR%%/core/modules/system/tests/fixtures/IgnoreDirectories/a.txt %%WWWDIR%%/core/modules/system/tests/fixtures/IgnoreDirectories/frontend_framework/b.txt +%%WWWDIR%%/core/modules/system/tests/fixtures/linkset/linkset-menu-main-multilingual-aa.json +%%WWWDIR%%/core/modules/system/tests/fixtures/linkset/linkset-menu-main-multilingual-bb.json +%%WWWDIR%%/core/modules/system/tests/fixtures/linkset/linkset-menu-main-multilingual-cc.json +%%WWWDIR%%/core/modules/system/tests/fixtures/linkset/linkset-menu-main-multilingual-dd.json +%%WWWDIR%%/core/modules/system/tests/fixtures/linkset/linkset-menu-main-multilingual-default.json +%%WWWDIR%%/core/modules/system/tests/fixtures/linkset/linkset-menu-main.json %%WWWDIR%%/core/modules/system/tests/fixtures/psa_feed/invalid.json %%WWWDIR%%/core/modules/system/tests/fixtures/psa_feed/valid-mixed.json %%WWWDIR%%/core/modules/system/tests/fixtures/psa_feed/valid-non-psa-only.json %%WWWDIR%%/core/modules/system/tests/fixtures/psa_feed/valid-psa-only.json %%WWWDIR%%/core/modules/system/tests/fixtures/psa_feed/valid_plus1.json +%%WWWDIR%%/core/modules/system/tests/fixtures/update/Y2038-timestamp.php %%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-8.update-schema-version-int.php %%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php %%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php %%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-9.4.0.bare.standard.php.gz %%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-9.4.0.filled.standard.php.gz +%%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-9.4.0.phpass.standard.php.gz +%%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal.timestamp-formatter-settings-2921810.php %%WWWDIR%%/core/modules/system/tests/http.php %%WWWDIR%%/core/modules/system/tests/https.php %%WWWDIR%%/core/modules/system/tests/logo.svgz @@ -9413,12 +9840,14 @@ %%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_test/src/ContainerRebuildTestServiceProvider.php %%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_test/src/TestController.php %%WWWDIR%%/core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php +%%WWWDIR%%/core/modules/system/tests/modules/cron_queue_test/src/Plugin/Derivative/CronQueueTestDeriver.php %%WWWDIR%%/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDatabaseDelayException.php +%%WWWDIR%%/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDeriverQueue.php %%WWWDIR%%/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php %%WWWDIR%%/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestLeaseTime.php %%WWWDIR%%/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestMemoryDelayException.php %%WWWDIR%%/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php +%%WWWDIR%%/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php %%WWWDIR%%/core/modules/system/tests/modules/csrf_race_test/csrf_race_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/csrf_race_test/csrf_race_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/csrf_race_test/src/Controller/TestController.php @@ -9443,12 +9872,16 @@ %%WWWDIR%%/core/modules/system/tests/modules/database_test/database_test.install %%WWWDIR%%/core/modules/system/tests/modules/database_test/database_test.module %%WWWDIR%%/core/modules/system/tests/modules/database_test/database_test.routing.yml +%%WWWDIR%%/core/modules/system/tests/modules/database_test/database_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php +%%WWWDIR%%/core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php %%WWWDIR%%/core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php %%WWWDIR%%/core/modules/system/tests/modules/decorated_service_test/decorated_service_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/decorated_service_test/decorated_service_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/decorated_service_test/src/TestService.php %%WWWDIR%%/core/modules/system/tests/modules/decorated_service_test/src/TestServiceDecorator.php +%%WWWDIR%%/core/modules/system/tests/modules/decoupled_menus_test/decoupled_menus_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/decoupled_menus_test/decoupled_menus_test.module %%WWWDIR%%/core/modules/system/tests/modules/default_format_test/default_format_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/default_format_test/default_format_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/default_format_test/src/DefaultFormatTestController.php @@ -9525,12 +9958,16 @@ %%WWWDIR%%/core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObjectViewSubscriber.php %%WWWDIR%%/core/modules/system/tests/modules/element_info_test/element_info_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/element_info_test/element_info_test.module +%%WWWDIR%%/core/modules/system/tests/modules/element_info_test/src/Element/Deprecated.php +%%WWWDIR%%/core/modules/system/tests/modules/element_info_test/src/ElementInfoTestNumberBuilder.php %%WWWDIR%%/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module %%WWWDIR%%/core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference_entity_test.yml +%%WWWDIR%%/core/modules/system/tests/modules/entity_reference_test/config/schema/entity_reference_test.schema.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.module +%%WWWDIR%%/core/modules/system/tests/modules/entity_reference_test/src/Plugin/EntityReferenceSelection/AllExceptHostEntity.php %%WWWDIR%%/core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_mul_view.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_view.yml @@ -9556,6 +9993,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Entity/EntitySerializedField.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php +%%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAddPage.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php @@ -9680,6 +10118,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php +%%WWWDIR%%/core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_test_update/config/install/field.field.entity_test_update.entity_test_update.field_test_configurable_field.yml @@ -9812,15 +10251,19 @@ %%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php %%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php %%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Bar.php +%%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Failing.php %%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Foo.php %%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php %%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php %%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php +%%WWWDIR%%/core/modules/system/tests/modules/install_form_test/install_form_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/install_form_test/install_form_test.routing.yml +%%WWWDIR%%/core/modules/system/tests/modules/install_form_test/src/Form/ExtendedForm.php %%WWWDIR%%/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfilll_test/jquery_keyevent_polyfill_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfilll_test/jquery_keyevent_polyfill_test.libraries.yml -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfilll_test/jquery_keyevent_polyfill_test.module -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfilll_test/js/jquery.keyevent.polyfill.js +%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/jquery_keyevent_polyfill_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/jquery_keyevent_polyfill_test.libraries.yml +%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/jquery_keyevent_polyfill_test.module +%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/js/jquery.keyevent.polyfill.js %%WWWDIR%%/core/modules/system/tests/modules/jqueryui_library_assets_test/jqueryui_library_assets_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/jqueryui_library_assets_test/jqueryui_library_assets_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/jqueryui_library_assets_test/src/Controller/JqueryUiTestAssetsController.php @@ -9832,6 +10275,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/js_deprecation_test/src/Controller/JsDeprecationTestController.php %%WWWDIR%%/core/modules/system/tests/modules/js_displace/js_displace.info.yml %%WWWDIR%%/core/modules/system/tests/modules/js_displace/js_displace.module +%%WWWDIR%%/core/modules/system/tests/modules/js_errors_test/js/js_errors_async_test.js %%WWWDIR%%/core/modules/system/tests/modules/js_errors_test/js/js_errors_test.js %%WWWDIR%%/core/modules/system/tests/modules/js_errors_test/js_errors_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/js_errors_test/js_errors_test.libraries.yml @@ -9989,6 +10433,9 @@ %%WWWDIR%%/core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.info.yml %%WWWDIR%%/core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.services.yml %%WWWDIR%%/core/modules/system/tests/modules/new_dependency_test_with_service/src/NewService.php +%%WWWDIR%%/core/modules/system/tests/modules/nightwatch_theme_install_utility/nightwatch_theme_install_utility.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/nightwatch_theme_install_utility/nightwatch_theme_install_utility.routing.yml +%%WWWDIR%%/core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php %%WWWDIR%%/core/modules/system/tests/modules/off_canvas_test/js/resize-helper.js %%WWWDIR%%/core/modules/system/tests/modules/off_canvas_test/off_canvas_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/off_canvas_test/off_canvas_test.libraries.yml @@ -10029,6 +10476,9 @@ %%WWWDIR%%/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/paramconverter_test/src/TestControllers.php +%%WWWDIR%%/core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.routing.yml +%%WWWDIR%%/core/modules/system/tests/modules/path_changed_helper_test/src/Controller/TestController.php %%WWWDIR%%/core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/path_encoded_test/src/Controller/PathEncodedTestController.php @@ -10140,6 +10590,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/system_status_obsolete_test/system_status_obsolete_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php %%WWWDIR%%/core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php +%%WWWDIR%%/core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php %%WWWDIR%%/core/modules/system/tests/modules/system_test/src/MockFileTransfer.php %%WWWDIR%%/core/modules/system/tests/modules/system_test/system_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/system_test/system_test.module @@ -10248,6 +10699,8 @@ %%WWWDIR%%/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.module +%%WWWDIR%%/core/modules/system/tests/modules/unversioned_assets_test/unversioned_assets_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/unversioned_assets_test/unversioned_assets_test.module %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/config/install/update_script_test.settings.yml %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php @@ -10285,7 +10738,6 @@ %%WWWDIR%%/core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install %%WWWDIR%%/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml %%WWWDIR%%/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install -%%WWWDIR%%/core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php %%WWWDIR%%/core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php %%WWWDIR%%/core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/url_alter_test/url_alter_test.install @@ -10348,6 +10800,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/FormTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/RebuildTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/RedirectTest.php @@ -10359,12 +10812,16 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/UrlTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/ValidationTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Mail/HtmlToTextTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Menu/AssertBreadcrumbTrait.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Menu/AssertMenuActiveTrailTrait.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Menu/BreadcrumbFrontCacheContextsTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Menu/LocalActionTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php @@ -10372,8 +10829,9 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Module/DependencyTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Module/GenericTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Module/HookRequirementsTest.php -%%WWWDIR%%/core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Module/ModuleTestBase.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Module/NonStableModulesTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php @@ -10438,7 +10896,6 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/ThemeTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php -%%WWWDIR%%/core/modules/system/tests/src/Functional/System/TokenScanTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/TrustedHostsTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php @@ -10464,7 +10921,11 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Theme/TwigTransTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Update/MenuLinksetSettingsUpdateTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Update/README.txt +%%WWWDIR%%/core/modules/system/tests/src/Functional/Update/TimestampFormatterSettingsUpdateTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php @@ -10487,11 +10948,15 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php +%%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php +%%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php +%%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/ModuleFilterTest.php +%%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php @@ -10505,8 +10970,11 @@ %%WWWDIR%%/core/modules/system/tests/src/Kernel/Common/UrlTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/DecoratedServiceTest.php +%%WWWDIR%%/core/modules/system/tests/src/Kernel/Entity/ActionValidationTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php +%%WWWDIR%%/core/modules/system/tests/src/Kernel/Entity/EntityLabelTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php +%%WWWDIR%%/core/modules/system/tests/src/Kernel/Entity/MenuValidationTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Form/FileElementTest.php @@ -10548,18 +11016,19 @@ %%WWWDIR%%/core/modules/system/tests/src/Kernel/System/CronQueueTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/System/FloodTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php +%%WWWDIR%%/core/modules/system/tests/src/Kernel/System/SystemFunctionsLegacyTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/ThemeTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/TwigRawTest.php -%%WWWDIR%%/core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/TimezoneResolverTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php %%WWWDIR%%/core/modules/system/tests/src/Traits/OffCanvasTestTrait.php %%WWWDIR%%/core/modules/system/tests/src/Traits/TestTrait.php +%%WWWDIR%%/core/modules/system/tests/src/Unit/Batch/BatchControllerTest.php %%WWWDIR%%/core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php %%WWWDIR%%/core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php %%WWWDIR%%/core/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php @@ -10803,7 +11272,7 @@ %%WWWDIR%%/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml %%WWWDIR%%/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.yml %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php -%%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php +%%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/Rest/TermJsonAnonTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/Rest/TermJsonCookieTest.php @@ -10819,6 +11288,7 @@ %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlCookieTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/RssTest.php +%%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php @@ -10857,6 +11327,7 @@ %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php +%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyConfigsTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/TaxonomyTermDeriverTest.php @@ -10912,6 +11383,7 @@ %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php +%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/VocabularyValidationTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php @@ -10924,6 +11396,7 @@ %%WWWDIR%%/core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php %%WWWDIR%%/core/modules/telephone/telephone.info.yml %%WWWDIR%%/core/modules/telephone/telephone.module +%%WWWDIR%%/core/modules/telephone/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php %%WWWDIR%%/core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php %%WWWDIR%%/core/modules/text/config/install/text.settings.yml @@ -10933,6 +11406,7 @@ %%WWWDIR%%/core/modules/text/src/Plugin/Field/FieldFormatter/TextDefaultFormatter.php %%WWWDIR%%/core/modules/text/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php %%WWWDIR%%/core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php +%%WWWDIR%%/core/modules/text/src/Plugin/Field/FieldType/TextFieldItemList.php %%WWWDIR%%/core/modules/text/src/Plugin/Field/FieldType/TextItem.php %%WWWDIR%%/core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php %%WWWDIR%%/core/modules/text/src/Plugin/Field/FieldType/TextLongItem.php @@ -10943,6 +11417,7 @@ %%WWWDIR%%/core/modules/text/src/Plugin/migrate/field/d6/TextField.php %%WWWDIR%%/core/modules/text/src/Plugin/migrate/field/d7/TextField.php %%WWWDIR%%/core/modules/text/src/TextProcessed.php +%%WWWDIR%%/core/modules/text/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/text/tests/src/Functional/TextFieldTest.php %%WWWDIR%%/core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php %%WWWDIR%%/core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php @@ -10950,8 +11425,6 @@ %%WWWDIR%%/core/modules/text/tests/src/Kernel/TextItemBaseTest.php %%WWWDIR%%/core/modules/text/tests/src/Kernel/TextSummaryTest.php %%WWWDIR%%/core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php -%%WWWDIR%%/core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php -%%WWWDIR%%/core/modules/text/tests/src/Unit/Migrate/d7/TextFieldTest.php %%WWWDIR%%/core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php %%WWWDIR%%/core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php %%WWWDIR%%/core/modules/text/text.info.yml @@ -10960,12 +11433,14 @@ %%WWWDIR%%/core/modules/text/text.module %%WWWDIR%%/core/modules/text/text.post_update.php %%WWWDIR%%/core/modules/toolbar/css/toolbar.icons.theme.css +%%WWWDIR%%/core/modules/toolbar/css/toolbar.icons.theme.pcss.css %%WWWDIR%%/core/modules/toolbar/css/toolbar.menu.css %%WWWDIR%%/core/modules/toolbar/css/toolbar.module.css %%WWWDIR%%/core/modules/toolbar/css/toolbar.theme.css %%WWWDIR%%/core/modules/toolbar/js/escapeAdmin.js %%WWWDIR%%/core/modules/toolbar/js/models/MenuModel.js %%WWWDIR%%/core/modules/toolbar/js/models/ToolbarModel.js +%%WWWDIR%%/core/modules/toolbar/js/toolbar.anti-flicker.js %%WWWDIR%%/core/modules/toolbar/js/toolbar.js %%WWWDIR%%/core/modules/toolbar/js/toolbar.menu.js %%WWWDIR%%/core/modules/toolbar/js/views/BodyVisualView.js @@ -10984,11 +11459,13 @@ %%WWWDIR%%/core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.module %%WWWDIR%%/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml %%WWWDIR%%/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module +%%WWWDIR%%/core/modules/toolbar/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php %%WWWDIR%%/core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php %%WWWDIR%%/core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php %%WWWDIR%%/core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php %%WWWDIR%%/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php +%%WWWDIR%%/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php %%WWWDIR%%/core/modules/toolbar/tests/src/Nightwatch/Tests/toolbarApiTest.js %%WWWDIR%%/core/modules/toolbar/tests/src/Nightwatch/Tests/toolbarTest.js %%WWWDIR%%/core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php @@ -11015,6 +11492,7 @@ %%WWWDIR%%/core/modules/tour/src/TourInterface.php %%WWWDIR%%/core/modules/tour/src/TourTipPluginInterface.php %%WWWDIR%%/core/modules/tour/src/TourViewBuilder.php +%%WWWDIR%%/core/modules/tour/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/tour/tests/src/Functional/Rest/TourJsonAnonTest.php %%WWWDIR%%/core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php %%WWWDIR%%/core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php @@ -11029,6 +11507,7 @@ %%WWWDIR%%/core/modules/tour/tests/src/Functional/TourTestBasic.php %%WWWDIR%%/core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php %%WWWDIR%%/core/modules/tour/tests/src/Kernel/TourPluginTest.php +%%WWWDIR%%/core/modules/tour/tests/src/Kernel/TourTipLegacyTest.php %%WWWDIR%%/core/modules/tour/tests/src/Unit/Entity/TourTest.php %%WWWDIR%%/core/modules/tour/tests/src/Unit/TipPluginBaseTest.php %%WWWDIR%%/core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml @@ -11067,6 +11546,7 @@ %%WWWDIR%%/core/modules/tracker/tests/fixtures/drupal7.php %%WWWDIR%%/core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml %%WWWDIR%%/core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml +%%WWWDIR%%/core/modules/tracker/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php %%WWWDIR%%/core/modules/tracker/tests/src/Functional/TrackerNodeAccessTest.php %%WWWDIR%%/core/modules/tracker/tests/src/Functional/TrackerRecentContentLinkTest.php @@ -11211,6 +11691,7 @@ %%WWWDIR%%/core/modules/update/tests/modules/update_test/update_test.routing.yml %%WWWDIR%%/core/modules/update/tests/modules/update_test/update_test.services.yml %%WWWDIR%%/core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php +%%WWWDIR%%/core/modules/update/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateContribTest.php %%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php %%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateSemverContribTest.php @@ -11269,6 +11750,7 @@ %%WWWDIR%%/core/modules/user/config/schema/user.views.schema.yml %%WWWDIR%%/core/modules/user/css/user.admin.css %%WWWDIR%%/core/modules/user/css/user.icons.admin.css +%%WWWDIR%%/core/modules/user/css/user.icons.admin.pcss.css %%WWWDIR%%/core/modules/user/css/user.module.css %%WWWDIR%%/core/modules/user/migrations/d6_profile_values.yml %%WWWDIR%%/core/modules/user/migrations/d6_user.yml @@ -11423,14 +11905,18 @@ %%WWWDIR%%/core/modules/user/tests/modules/user_access_test/user_access_test.info.yml %%WWWDIR%%/core/modules/user/tests/modules/user_access_test/user_access_test.module %%WWWDIR%%/core/modules/user/tests/modules/user_access_test/user_access_test.permissions.yml -%%WWWDIR%%/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml -%%WWWDIR%%/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml +%%WWWDIR%%/core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.info.yml +%%WWWDIR%%/core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.services.yml %%WWWDIR%%/core/modules/user/tests/modules/user_form_test/user_form_test.info.yml %%WWWDIR%%/core/modules/user/tests/modules/user_form_test/user_form_test.module %%WWWDIR%%/core/modules/user/tests/modules/user_form_test/user_form_test.permissions.yml %%WWWDIR%%/core/modules/user/tests/modules/user_form_test/user_form_test.routing.yml %%WWWDIR%%/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml %%WWWDIR%%/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.module +%%WWWDIR%%/core/modules/user/tests/modules/user_language_test/src/Controller/UserLanguageTestController.php +%%WWWDIR%%/core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php +%%WWWDIR%%/core/modules/user/tests/modules/user_language_test/user_language_test.info.yml +%%WWWDIR%%/core/modules/user/tests/modules/user_language_test/user_language_test.routing.yml %%WWWDIR%%/core/modules/user/tests/modules/user_permissions_test/user_permissions_test.info.yml %%WWWDIR%%/core/modules/user/tests/modules/user_permissions_test/user_permissions_test.permissions.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml @@ -11455,6 +11941,7 @@ %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/user_test_views.info.yml %%WWWDIR%%/core/modules/user/tests/src/Functional/AccessRoleUITest.php +%%WWWDIR%%/core/modules/user/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/user/tests/src/Functional/Rest/RoleJsonAnonTest.php %%WWWDIR%%/core/modules/user/tests/src/Functional/Rest/RoleJsonBasicAuthTest.php %%WWWDIR%%/core/modules/user/tests/src/Functional/Rest/RoleJsonCookieTest.php @@ -11518,6 +12005,7 @@ %%WWWDIR%%/core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php +%%WWWDIR%%/core/modules/user/tests/src/Kernel/LegacyUserTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php @@ -11554,10 +12042,12 @@ %%WWWDIR%%/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php +%%WWWDIR%%/core/modules/user/tests/src/Kernel/RoleValidationTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php +%%WWWDIR%%/core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/UserDeleteTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/UserEntityLabelTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php @@ -11602,8 +12092,10 @@ %%WWWDIR%%/core/modules/user/tests/src/Unit/Plugin/views/field/PermissionsTest.php %%WWWDIR%%/core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php %%WWWDIR%%/core/modules/user/tests/src/Unit/Theme/AdminNegotiatorTest.php +%%WWWDIR%%/core/modules/user/tests/src/Unit/ToolbarLinkBuilderTest.php %%WWWDIR%%/core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php %%WWWDIR%%/core/modules/user/tests/src/Unit/UserAuthTest.php +%%WWWDIR%%/core/modules/user/tests/src/Unit/UserNameItemTest.php %%WWWDIR%%/core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php %%WWWDIR%%/core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php %%WWWDIR%%/core/modules/user/tests/themes/user_test_theme/user.html.twig @@ -11916,6 +12408,9 @@ %%WWWDIR%%/core/modules/views/templates/views-view-table.html.twig %%WWWDIR%%/core/modules/views/templates/views-view-unformatted.html.twig %%WWWDIR%%/core/modules/views/templates/views-view.html.twig +%%WWWDIR%%/core/modules/views/tests/fixtures/update/fix-revision-id-update.php +%%WWWDIR%%/core/modules/views/tests/fixtures/update/views.view.test_fix_revision_id_update.yml +%%WWWDIR%%/core/modules/views/tests/fixtures/update/views.view.test_responsive_images.yml %%WWWDIR%%/core/modules/views/tests/modules/action_bulk_test/action_bulk_test.info.yml %%WWWDIR%%/core/modules/views/tests/modules/action_bulk_test/config/install/views.view.test_bulk_form.yml %%WWWDIR%%/core/modules/views/tests/modules/user_batch_action_test/config/install/system.action.user_batch_action_test_action.yml @@ -12146,6 +12641,7 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/views_test_data.views.inc %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc %%WWWDIR%%/core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php +%%WWWDIR%%/core/modules/views/tests/modules/views_test_formatter/test_views/views.view.formatter_timestamp_as_time_diff.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php @@ -12166,6 +12662,7 @@ %%WWWDIR%%/core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/GlossaryTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Handler/AreaTest.php @@ -12217,6 +12714,7 @@ %%WWWDIR%%/core/modules/views/tests/src/Functional/SearchIntegrationTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/SearchMultilingualTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/UserBatchActionTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/UserPathTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/ViewAjaxTest.php @@ -12242,10 +12740,12 @@ %%WWWDIR%%/core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php %%WWWDIR%%/core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php %%WWWDIR%%/core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php +%%WWWDIR%%/core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php %%WWWDIR%%/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php %%WWWDIR%%/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php %%WWWDIR%%/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php %%WWWDIR%%/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php +%%WWWDIR%%/core/modules/views/tests/src/FunctionalJavascript/RedirectAjaxTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/BasicTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php @@ -12256,6 +12756,7 @@ %%WWWDIR%%/core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php +%%WWWDIR%%/core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/FieldApiDataTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php @@ -12345,6 +12846,7 @@ %%WWWDIR%%/core/modules/views/tests/src/Kernel/ViewStorageTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php +%%WWWDIR%%/core/modules/views/tests/src/Kernel/ViewsDataTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/ViewsHooksTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php @@ -12485,6 +12987,7 @@ %%WWWDIR%%/core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/Functional/FilterNumericWebTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/Functional/FilterUITest.php +%%WWWDIR%%/core/modules/views_ui/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/Functional/GroupByTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/Functional/HandlerTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php @@ -12511,6 +13014,7 @@ %%WWWDIR%%/core/modules/views_ui/tests/src/Functional/XssTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/FunctionalJavascript/AdminAjaxTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php +%%WWWDIR%%/core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php @@ -12520,8 +13024,8 @@ %%WWWDIR%%/core/modules/views_ui/tests/src/Unit/Form/Ajax/RearrangeFilterTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php %%WWWDIR%%/core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php -%%WWWDIR%%/core/modules/views_ui/tests/themes/views_test_classy_subtheme/views_test_classy_subtheme.info.yml -%%WWWDIR%%/core/modules/views_ui/tests/themes/views_test_classy_subtheme/views_test_classy_subtheme.theme +%%WWWDIR%%/core/modules/views_ui/tests/themes/views_ui_test_theme/views_ui_test_theme.info.yml +%%WWWDIR%%/core/modules/views_ui/tests/themes/views_ui_test_theme/views_ui_test_theme.theme %%WWWDIR%%/core/modules/views_ui/views_ui.api.php %%WWWDIR%%/core/modules/views_ui/views_ui.info.yml %%WWWDIR%%/core/modules/views_ui/views_ui.libraries.yml @@ -12575,6 +13079,7 @@ %%WWWDIR%%/core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php %%WWWDIR%%/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.info.yml %%WWWDIR%%/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.module +%%WWWDIR%%/core/modules/workflows/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonAnonTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php @@ -12590,6 +13095,7 @@ %%WWWDIR%%/core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php +%%WWWDIR%%/core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Unit/StateTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Unit/TransitionTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php @@ -12623,6 +13129,9 @@ %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/QueryTrait.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/Tables.php %%WWWDIR%%/core/modules/workspaces/src/EntityTypeInfo.php +%%WWWDIR%%/core/modules/workspaces/src/Event/WorkspacePostPublishEvent.php +%%WWWDIR%%/core/modules/workspaces/src/Event/WorkspacePrePublishEvent.php +%%WWWDIR%%/core/modules/workspaces/src/Event/WorkspacePublishEvent.php %%WWWDIR%%/core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php %%WWWDIR%%/core/modules/workspaces/src/EventSubscriber/WorkspaceRequestSubscriber.php %%WWWDIR%%/core/modules/workspaces/src/Form/SwitchToLiveForm.php @@ -12660,12 +13169,14 @@ %%WWWDIR%%/core/modules/workspaces/src/WorkspaceMergerInterface.php %%WWWDIR%%/core/modules/workspaces/src/WorkspaceOperationFactory.php %%WWWDIR%%/core/modules/workspaces/src/WorkspaceOperationInterface.php +%%WWWDIR%%/core/modules/workspaces/src/WorkspacePublishException.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacePublisher.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacePublisherInterface.php %%WWWDIR%%/core/modules/workspaces/src/WorkspaceRepository.php %%WWWDIR%%/core/modules/workspaces/src/WorkspaceRepositoryInterface.php %%WWWDIR%%/core/modules/workspaces/src/WorkspaceViewBuilder.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesAliasRepository.php +%%WWWDIR%%/core/modules/workspaces/src/WorkspacesMenuTreeStorage.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesServiceProvider.php %%WWWDIR%%/core/modules/workspaces/tests/modules/workspace_access_test/workspace_access_test.info.yml %%WWWDIR%%/core/modules/workspaces/tests/modules/workspace_access_test/workspace_access_test.module @@ -12680,11 +13191,13 @@ %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlAnonTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlCookieTest.php +%%WWWDIR%%/core/modules/workspaces/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceConcurrentEditingTest.php +%%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceTest.php @@ -12694,10 +13207,14 @@ %%WWWDIR%%/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php +%%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationDeprecationTest.php +%%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php +%%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspacePublishFormTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php +%%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceViewsKernelTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Unit/ActiveWorkspaceCheckTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Unit/WorkspaceRequestSubscriberTest.php %%WWWDIR%%/core/modules/workspaces/workspaces.info.yml @@ -12748,10 +13265,15 @@ %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.footer_promo_block.default.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.contact_message.feedback.default.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.media.audio.default.yml +%%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.media.audio.media_library.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.media.document.default.yml +%%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.media.document.media_library.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.media.image.default.yml +%%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.media.image.media_library.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.media.remote_video.default.yml +%%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.media.remote_video.media_library.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.media.video.default.yml +%%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.media.video.media_library.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.node.article.default.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_form_display.node.recipe.default.yml @@ -12761,14 +13283,19 @@ %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.disclaimer_block.default.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.footer_promo_block.default.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.audio.default.yml +%%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.audio.media_library.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.document.default.yml +%%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.document.media_library.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.image.default.yml +%%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.image.media_library.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.image.medium_8_7.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.image.responsive_3x2.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.image.scale_crop_7_3_large.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.image.square.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.remote_video.default.yml +%%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.remote_video.media_library.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.video.default.yml +%%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.media.video.media_library.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card_common.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card_common_alt.yml @@ -12912,6 +13439,7 @@ %%WWWDIR%%/core/profiles/demo_umami/config/install/views.view.promoted_items.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/views.view.recipe_collections.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/views.view.recipes.yml +%%WWWDIR%%/core/profiles/demo_umami/config/install/views.view.related_recipes.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/views.view.taxonomy_term.yml %%WWWDIR%%/core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml %%WWWDIR%%/core/profiles/demo_umami/config/optional/block.block.umami_banner_home.yml @@ -13016,6 +13544,12 @@ %%WWWDIR%%/core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php %%WWWDIR%%/core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php %%WWWDIR%%/core/profiles/demo_umami/themes/umami/README.txt +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/components/branding/branding.component.yml +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/components/branding/branding.css +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/components/branding/branding.twig +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.component.yml +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.css +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/base.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/README.txt %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/action-links.css @@ -13029,7 +13563,6 @@ %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/exposed-filters.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/field.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/file.css -%%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/form.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/forum.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/icons.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/inline-form.css @@ -13046,14 +13579,11 @@ %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/tablesort.css -%%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/tabs.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/textarea.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/components/ui-dialog.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/classy/layout/media-library.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/blocks/articles-aside/articles-aside.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/blocks/banner/banner.css -%%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/blocks/branding/branding.css -%%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/blocks/disclaimer/disclaimer.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/blocks/help/help.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/blocks/language-switcher/language-switcher.css @@ -13078,6 +13608,8 @@ %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/forms/contact.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/forms/container-inline.module.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/forms/content-moderation.css +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/forms/form-items.css +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/forms/form.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/layout_builder/layout-builder.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/messages/messages.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/css/components/navigation/breadcrumbs/breadcrumbs.css @@ -13130,6 +13662,7 @@ %%WWWDIR%%/core/profiles/demo_umami/themes/umami/images/svg/cake.svg %%WWWDIR%%/core/profiles/demo_umami/themes/umami/images/svg/chefs-hat.svg %%WWWDIR%%/core/profiles/demo_umami/themes/umami/images/svg/difficulty.svg +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/images/svg/e40000/required.svg %%WWWDIR%%/core/profiles/demo_umami/themes/umami/images/svg/health.svg %%WWWDIR%%/core/profiles/demo_umami/themes/umami/images/svg/help.svg %%WWWDIR%%/core/profiles/demo_umami/themes/umami/images/svg/knife.svg @@ -13144,6 +13677,7 @@ %%WWWDIR%%/core/profiles/demo_umami/themes/umami/images/svg/whisk.svg %%WWWDIR%%/core/profiles/demo_umami/themes/umami/js/classy/README.txt %%WWWDIR%%/core/profiles/demo_umami/themes/umami/js/classy/media_embed_ckeditor.theme.js +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/js/components/messages/messages.js %%WWWDIR%%/core/profiles/demo_umami/themes/umami/js/components/navigation/menu-main/menu-main.js %%WWWDIR%%/core/profiles/demo_umami/themes/umami/layouts/fourcol_section/fourcol_section.css %%WWWDIR%%/core/profiles/demo_umami/themes/umami/layouts/oneplusfourgrid_section/layout--oneplusfourgrid-section.html.twig @@ -13197,7 +13731,6 @@ %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/form/datetime-wrapper.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/form/details.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/form/fieldset.html.twig -%%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/form/form-element-label.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/form/form-element.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/form/radios.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/form/textarea.html.twig @@ -13232,8 +13765,10 @@ %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/views/views-view.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/components/banner-block/block--bundle--banner-block.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/components/branding/block--system-branding-block.html.twig +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/components/disclaimer/block--bundle--disclaimer-block.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/components/field/file-link.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/components/footer-promo-block/block--bundle--footer-promo-block.html.twig +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/components/form/form-element-label.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/components/help-block/block--help.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/components/messages/status-messages.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/components/navigation/block--system-menu-block--footer.html.twig @@ -13271,6 +13806,25 @@ %%WWWDIR%%/core/profiles/minimal/config/install/user.settings.yml %%WWWDIR%%/core/profiles/minimal/minimal.info.yml %%WWWDIR%%/core/profiles/minimal/tests/src/Functional/MinimalTest.php +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/core.entity_form_display.node.article.default.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/core.entity_form_display.node.page.default.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/field.field.node.article.body.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/field.field.node.article.comment.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/field.field.node.article.field_image.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/field.field.node.article.field_tags.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/field.field.node.page.body.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/field.storage.node.comment.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/field.storage.node.field_image.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/field.storage.node.field_tags.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/filter.format.restricted_html.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/node.settings.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/node.type.article.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/node.type.page.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/system.theme.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/taxonomy.vocabulary.tags.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/user.role.administrator.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/config/install/user.role.anonymous.yml +%%WWWDIR%%/core/profiles/nightwatch_a11y_testing/nightwatch_a11y_testing.info.yml %%WWWDIR%%/core/profiles/nightwatch_testing/config/optional/locale.settings.yml %%WWWDIR%%/core/profiles/nightwatch_testing/nightwatch_testing.info.yml %%WWWDIR%%/core/profiles/standard/config/install/automated_cron.settings.yml @@ -13419,6 +13973,7 @@ %%WWWDIR%%/core/scripts/css/log.js %%WWWDIR%%/core/scripts/css/postcss-build.js %%WWWDIR%%/core/scripts/css/postcss-watch.js +%%WWWDIR%%/core/scripts/css/remove-unwanted-comments.js %%WWWDIR%%/core/scripts/db-tools.php %%WWWDIR%%/core/scripts/dev/commit-code-check.sh %%WWWDIR%%/core/scripts/drupal @@ -13460,6 +14015,7 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php @@ -13471,6 +14027,8 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/CsrfTokenRaceTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php @@ -13494,11 +14052,15 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsBulkOperationsTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTestUmami.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Asset/UnversionedAssetTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Bootstrap/ErrorContainer.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Bootstrap/ExceptionContainer.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php @@ -13515,6 +14077,12 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Entity/RevisionRouteProviderTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Entity/RevisionViewTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/FolderTest.php @@ -13575,6 +14143,7 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php @@ -13647,13 +14216,18 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Archiver/TarTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Archiver/ZipTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Bootstrap/LegacyBootstrapTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Bootstrap/ShutdownFunctionTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php @@ -13670,6 +14244,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Common/SizeTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php @@ -13679,7 +14254,9 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/ConfigExistsConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php @@ -13713,6 +14290,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/DatabaseEventTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php @@ -13737,6 +14315,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/ReplicaKillSwitchTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/SelectExtenderTest.php @@ -13763,6 +14342,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/BaseFieldOverrideValidationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php @@ -13776,6 +14356,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/DateFormatValidationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php @@ -13788,6 +14369,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDeprecationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php @@ -13795,6 +14377,8 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php @@ -13819,15 +14403,22 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityViewHookTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityViewModeValidationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/RevisionRouteProviderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ExperimentalDeprecationTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ExtensionNameConstraintTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php @@ -13890,6 +14481,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Layout/IconBuilderTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Lock/LockTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php @@ -13921,10 +14513,12 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/PluginAlterTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php @@ -13938,12 +14532,15 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Session/AccountSwitcherTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Session/SessionManagerDestroyNoCliCheckTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Site/LegacySettingsRewriteTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php @@ -13954,6 +14551,9 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/EnvironmentCleanerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/TestSetupTraitTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Theme/ClaroVerticalTabsTest.php @@ -13977,6 +14577,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/ValidKeysConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/ConstraintFactoryTest.php @@ -13994,6 +14595,7 @@ %%WWWDIR%%/core/tests/Drupal/Nightwatch/Assertions/noDeprecationErrors.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Commands/drupalCreateRole.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Commands/drupalCreateUser.js +%%WWWDIR%%/core/tests/Drupal/Nightwatch/Commands/drupalEnableTheme.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Commands/drupalInstall.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Commands/drupalInstallModule.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Commands/drupalLogAndEnd.js @@ -14004,6 +14606,7 @@ %%WWWDIR%%/core/tests/Drupal/Nightwatch/Commands/drupalUninstall.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Commands/drupalUserIsLoggedIn.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Pages/TestPage.js +%%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/Claro/claroDrupalMessageTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/Olivero/oliveroColorTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/Olivero/oliveroCommentTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/Olivero/oliveroDesktopMenuTest.js @@ -14016,6 +14619,8 @@ %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/Olivero/oliveroRemoveBlockConsoleTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/Olivero/oliveroSearchFormTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/Olivero/oliveroStickyHeaderToggleTest.js +%%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/a11yTestAdmin.js +%%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/a11yTestDefault.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/ajaxExecutionOrderTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/claroAutocompleteTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/exampleTest.js @@ -14046,7 +14651,9 @@ %%WWWDIR%%/core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php %%WWWDIR%%/core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit9/TestCompatibilityTrait.php %%WWWDIR%%/core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php +%%WWWDIR%%/core/tests/Drupal/TestTools/Random.php %%WWWDIR%%/core/tests/Drupal/TestTools/TestVarDumper.php +%%WWWDIR%%/core/tests/Drupal/Tests/ApiRequestTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/BrowserTestBase.php %%WWWDIR%%/core/tests/Drupal/Tests/CSpell/SortTest.php @@ -14101,6 +14708,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Component/Diff/DiffOpOutputBuilderTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Diff/Engine/HWLDFWordAccumulatorTest.php @@ -14139,6 +14747,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Component/Plugin/PluginHelperLegacyTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBaseWithMapper.php @@ -14156,6 +14765,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Component/Utility/BytesTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Utility/ColorTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Utility/CryptTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Component/Utility/DeprecationHelperTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php @@ -14273,6 +14883,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php @@ -14299,10 +14910,13 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_utf16_bom.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css.optimized.css +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_license.css.optimized.aggregated.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css.optimized.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/import1.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/import2.css +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/import3.css +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/import3.css.optimized.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/quotes.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/quotes.css.optimized.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/js_test_files/latin_9.js @@ -14315,6 +14929,9 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url.min.js.optimized.js %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url_old.min.js %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url_old.min.js.optimized.js +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/js_test_files/syntax_error.js +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/js_test_files/to_be_minified.js +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/js_test_files/to_be_minified.js.optimized.js %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf16_bom.js %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf16_bom.js.optimized.js %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf8_bom.js @@ -14355,6 +14972,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/CacheTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/Context/CookieCacheContextTest.php @@ -14397,9 +15015,11 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Controller/TestController.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/CronTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Database/ConditionTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Database/ConnectionTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Database/DatabaseTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Database/InstallerObjectTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Database/LogTest.php @@ -14414,6 +15034,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Datetime/DateTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php @@ -14482,7 +15103,9 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ExtensionSerializationTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/GenericTestExistsTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/LegacyExtensionTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php @@ -14507,7 +15130,9 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/StringItemTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/UriItemTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/File/FileSystemTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php @@ -14569,7 +15194,8 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php -%%WWWDIR%%/core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Password/PasswordHashingLegacyTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php @@ -14602,6 +15228,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/PluginExistsConstraintTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php @@ -14639,6 +15266,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Routing/PathChangedHelperTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php @@ -14717,7 +15345,6 @@ %%WWWDIR%%/core/tests/Drupal/Tests/HiddenFieldSelector.php %%WWWDIR%%/core/tests/Drupal/Tests/Listeners/DrupalComponentTestListenerTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/Listeners/DrupalListener.php -%%WWWDIR%%/core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php %%WWWDIR%%/core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/PhpCs/SortTest.php @@ -14809,6 +15436,7 @@ %%WWWDIR%%/core/tests/fixtures/files/translations/drupal-8.0.0.de.po %%WWWDIR%%/core/tests/fixtures/files/translations/drupal-8.0.0.fr____CA.po %%WWWDIR%%/core/tests/fixtures/files/translations/drupal-8.0.x.fr-CA.po +%%WWWDIR%%/core/tests/fixtures/test-error.log %%WWWDIR%%/core/tests/fixtures/test_missing_base_theme/test_missing_base_theme.info.yml %%WWWDIR%%/core/tests/fixtures/test_missing_base_theme/test_missing_base_theme.theme %%WWWDIR%%/core/tests/fixtures/test_stable/test_stable.info.yml @@ -14880,6 +15508,8 @@ %%WWWDIR%%/core/themes/claro/css/components/dialog.pcss.css %%WWWDIR%%/core/themes/claro/css/components/divider.css %%WWWDIR%%/core/themes/claro/css/components/divider.pcss.css +%%WWWDIR%%/core/themes/claro/css/components/dropbutton-noscript.css +%%WWWDIR%%/core/themes/claro/css/components/dropbutton-noscript.pcss.css %%WWWDIR%%/core/themes/claro/css/components/dropbutton.css %%WWWDIR%%/core/themes/claro/css/components/dropbutton.pcss.css %%WWWDIR%%/core/themes/claro/css/components/entity-meta.css @@ -14942,8 +15572,6 @@ %%WWWDIR%%/core/themes/claro/css/components/system-admin--modules.pcss.css %%WWWDIR%%/core/themes/claro/css/components/system-admin--panel.css %%WWWDIR%%/core/themes/claro/css/components/system-admin--panel.pcss.css -%%WWWDIR%%/core/themes/claro/css/components/system-admin--status-report.css -%%WWWDIR%%/core/themes/claro/css/components/system-admin--status-report.pcss.css %%WWWDIR%%/core/themes/claro/css/components/system-status-counter.css %%WWWDIR%%/core/themes/claro/css/components/system-status-counter.pcss.css %%WWWDIR%%/core/themes/claro/css/components/system-status-report-counters.css @@ -15107,6 +15735,7 @@ %%WWWDIR%%/core/themes/claro/images/icons/ab1b1b/questionmark.svg %%WWWDIR%%/core/themes/claro/images/icons/ab1b1b/show.svg %%WWWDIR%%/core/themes/claro/images/icons/ab1b1b/trash.svg +%%WWWDIR%%/core/themes/claro/images/icons/buttonText/ex.svg %%WWWDIR%%/core/themes/claro/images/icons/c11f1f/checkmark.svg %%WWWDIR%%/core/themes/claro/images/icons/c11f1f/cog.svg %%WWWDIR%%/core/themes/claro/images/icons/c11f1f/ex.svg @@ -15158,8 +15787,8 @@ %%WWWDIR%%/core/themes/claro/js/messages.js %%WWWDIR%%/core/themes/claro/js/mobile.install.js %%WWWDIR%%/core/themes/claro/js/nav-tabs.js -%%WWWDIR%%/core/themes/claro/js/responsive-details.js %%WWWDIR%%/core/themes/claro/js/tabledrag.js +%%WWWDIR%%/core/themes/claro/js/tableselect.js %%WWWDIR%%/core/themes/claro/js/user.theme.js %%WWWDIR%%/core/themes/claro/js/vertical-tabs.js %%WWWDIR%%/core/themes/claro/logo.svg @@ -15491,6 +16120,7 @@ %%WWWDIR%%/core/themes/olivero/fonts/metropolis/Metropolis-SemiBold.woff2 %%WWWDIR%%/core/themes/olivero/images/background.svg %%WWWDIR%%/core/themes/olivero/images/chevron-down.svg +%%WWWDIR%%/core/themes/olivero/images/drupal.svg %%WWWDIR%%/core/themes/olivero/images/error.svg %%WWWDIR%%/core/themes/olivero/images/info.svg %%WWWDIR%%/core/themes/olivero/images/magnifying-glass.svg @@ -15605,6 +16235,9 @@ %%WWWDIR%%/core/themes/olivero/tests/src/Unit/OliveroHexToHslTest.php %%WWWDIR%%/core/themes/olivero/theme-settings.php %%WWWDIR%%/core/themes/stable9/README.txt +%%WWWDIR%%/core/themes/stable9/css/announcements_feed/announcements_feed.dialog.css +%%WWWDIR%%/core/themes/stable9/css/announcements_feed/announcements_feed.page.css +%%WWWDIR%%/core/themes/stable9/css/announcements_feed/announcements_feed.toolbar.css %%WWWDIR%%/core/themes/stable9/css/block/block.admin.css %%WWWDIR%%/core/themes/stable9/css/config_translation/config_translation.admin.css %%WWWDIR%%/core/themes/stable9/css/content_moderation/content_moderation.module.css @@ -15616,7 +16249,6 @@ %%WWWDIR%%/core/themes/stable9/css/contextual/contextual.toolbar.css %%WWWDIR%%/core/themes/stable9/css/core/assets/vendor/normalize-css/normalize.css %%WWWDIR%%/core/themes/stable9/css/core/dropbutton/dropbutton.css -%%WWWDIR%%/core/themes/stable9/css/core/normalize-fixes.css %%WWWDIR%%/core/themes/stable9/css/core/print.css %%WWWDIR%%/core/themes/stable9/css/core/vertical-tabs.css %%WWWDIR%%/core/themes/stable9/css/dblog/dblog.module.css @@ -15748,6 +16380,8 @@ %%WWWDIR%%/core/themes/stable9/templates/admin/views-ui-view-info.html.twig %%WWWDIR%%/core/themes/stable9/templates/admin/views-ui-view-preview-section.html.twig %%WWWDIR%%/core/themes/stable9/templates/admin/views-ui-views-listing-table.html.twig +%%WWWDIR%%/core/themes/stable9/templates/announcements_feed/announcements-feed-admin.html.twig +%%WWWDIR%%/core/themes/stable9/templates/announcements_feed/announcements-feed.html.twig %%WWWDIR%%/core/themes/stable9/templates/block/block--local-actions-block.html.twig %%WWWDIR%%/core/themes/stable9/templates/block/block--system-branding-block.html.twig %%WWWDIR%%/core/themes/stable9/templates/block/block--system-menu-block.html.twig @@ -15765,6 +16399,7 @@ %%WWWDIR%%/core/themes/stable9/templates/content-edit/node-add-list.html.twig %%WWWDIR%%/core/themes/stable9/templates/content-edit/node-edit-form.html.twig %%WWWDIR%%/core/themes/stable9/templates/content-edit/text-format-wrapper.html.twig +%%WWWDIR%%/core/themes/stable9/templates/content/big-pipe-interface-preview.html.twig %%WWWDIR%%/core/themes/stable9/templates/content/book-node-export-html.html.twig %%WWWDIR%%/core/themes/stable9/templates/content/comment.html.twig %%WWWDIR%%/core/themes/stable9/templates/content/mark.html.twig @@ -16200,11 +16835,17 @@ %%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php %%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php %%WWWDIR%%/vendor/doctrine/annotations/psalm.xml +%%WWWDIR%%/vendor/doctrine/deprecations/LICENSE +%%WWWDIR%%/vendor/doctrine/deprecations/README.md +%%WWWDIR%%/vendor/doctrine/deprecations/composer.json +%%WWWDIR%%/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php +%%WWWDIR%%/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/PHPUnit/VerifyDeprecations.php %%WWWDIR%%/vendor/doctrine/lexer/LICENSE %%WWWDIR%%/vendor/doctrine/lexer/README.md +%%WWWDIR%%/vendor/doctrine/lexer/UPGRADE.md %%WWWDIR%%/vendor/doctrine/lexer/composer.json -%%WWWDIR%%/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php -%%WWWDIR%%/vendor/doctrine/lexer/psalm.xml +%%WWWDIR%%/vendor/doctrine/lexer/src/AbstractLexer.php +%%WWWDIR%%/vendor/doctrine/lexer/src/Token.php %%WWWDIR%%/vendor/drupal/core-composer-scaffold/AllowedPackages.php %%WWWDIR%%/vendor/drupal/core-composer-scaffold/CommandProvider.php %%WWWDIR%%/vendor/drupal/core-composer-scaffold/ComposerScaffoldCommand.php @@ -16402,8 +17043,6 @@ %%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueue.php %%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueueInterface.php %%WWWDIR%%/vendor/guzzlehttp/promises/src/Utils.php -%%WWWDIR%%/vendor/guzzlehttp/promises/src/functions.php -%%WWWDIR%%/vendor/guzzlehttp/promises/src/functions_include.php %%WWWDIR%%/vendor/guzzlehttp/psr7/CHANGELOG.md %%WWWDIR%%/vendor/guzzlehttp/psr7/LICENSE %%WWWDIR%%/vendor/guzzlehttp/psr7/README.md @@ -16467,6 +17106,161 @@ %%WWWDIR%%/vendor/masterminds/html5/src/HTML5/Serializer/README.md %%WWWDIR%%/vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php %%WWWDIR%%/vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php +%%WWWDIR%%/vendor/mck89/peast/.github/workflows/test.yml +%%WWWDIR%%/vendor/mck89/peast/LICENSE +%%WWWDIR%%/vendor/mck89/peast/README.md +%%WWWDIR%%/vendor/mck89/peast/composer.json +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Formatter/Base.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Formatter/Compact.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Formatter/Expanded.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Formatter/PrettyPrint.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Peast.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Query.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Renderer.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Exception.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Matches.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Node/Combinator.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Node/Group.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Node/Part/Attribute.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Node/Part/Part.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Node/Part/Pseudo.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Node/Part/PseudoIndex.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Node/Part/PseudoSelector.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Node/Part/PseudoSimple.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Node/Part/Type.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Node/Selector.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Selector/Parser.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/CommentsRegistry.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2015/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2016/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2017/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2018/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2019/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2020/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2021/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2022/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2023/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/EncodingException.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/EventsEmitter.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Exception.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/JSX/Parser.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/JSX/Scanner.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/LSM.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ArrayExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ArrayPattern.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ArrowFunctionExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/AssignmentExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/AssignmentPattern.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/AssignmentProperty.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/AwaitExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/BigIntLiteral.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/BinaryExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/BlockStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/BooleanLiteral.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/BreakStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/CallExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/CatchClause.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ChainElement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ChainExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ClassBody.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ClassDeclaration.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ClassExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Class_.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Comment.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ConditionalExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ContinueStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/DebuggerStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Declaration.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/DoWhileStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/EmptyStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ExportAllDeclaration.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ExportDefaultDeclaration.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ExportNamedDeclaration.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ExportSpecifier.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Expression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ExpressionStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ForInStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ForOfStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ForStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/FunctionDeclaration.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/FunctionExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Function_.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Identifier.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/IfStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportDeclaration.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportDefaultSpecifier.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportNamespaceSpecifier.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportSpecifier.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXAttribute.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXBoundaryElement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXClosingElement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXClosingFragment.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXElement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXEmptyExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXExpressionContainer.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXFragment.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXIdentifier.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXMemberExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXNamespacedName.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXOpeningElement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXOpeningFragment.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXSpreadAttribute.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXSpreadChild.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXText.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/LabeledStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Literal.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/LogicalExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/MemberExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/MetaProperty.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/MethodDefinition.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ModuleDeclaration.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ModuleSpecifier.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/NewExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Node.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/NullLiteral.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/NumericLiteral.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ObjectExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ObjectPattern.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ParenthesizedExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Pattern.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/PrivateIdentifier.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Program.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Property.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/PropertyDefinition.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/RegExpLiteral.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/RestElement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ReturnStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/SequenceExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/SpreadElement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Statement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/StaticBlock.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/StringLiteral.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Super.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/SwitchCase.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/SwitchStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/TaggedTemplateExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/TemplateElement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/TemplateLiteral.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ThisExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ThrowStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/TryStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/UnaryExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/UpdateExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/VariableDeclaration.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/VariableDeclarator.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/WhileStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/WithStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/YieldExpression.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Parser.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ParserAbstract.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Position.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Scanner.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/SourceLocation.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Token.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Utils.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Traverser.php %%WWWDIR%%/vendor/pear/archive_tar/.github/FUNDING.yml %%WWWDIR%%/vendor/pear/archive_tar/.github/dependabot.yml %%WWWDIR%%/vendor/pear/archive_tar/.github/workflows/build.yml @@ -16539,6 +17333,8 @@ %%WWWDIR%%/vendor/psr/http-message/LICENSE %%WWWDIR%%/vendor/psr/http-message/README.md %%WWWDIR%%/vendor/psr/http-message/composer.json +%%WWWDIR%%/vendor/psr/http-message/docs/PSR7-Interfaces.md +%%WWWDIR%%/vendor/psr/http-message/docs/PSR7-Usage.md %%WWWDIR%%/vendor/psr/http-message/src/MessageInterface.php %%WWWDIR%%/vendor/psr/http-message/src/RequestInterface.php %%WWWDIR%%/vendor/psr/http-message/src/ResponseInterface.php @@ -16561,6 +17357,26 @@ %%WWWDIR%%/vendor/ralouphie/getallheaders/README.md %%WWWDIR%%/vendor/ralouphie/getallheaders/composer.json %%WWWDIR%%/vendor/ralouphie/getallheaders/src/getallheaders.php +%%WWWDIR%%/vendor/sebastian/diff/ChangeLog.md +%%WWWDIR%%/vendor/sebastian/diff/LICENSE +%%WWWDIR%%/vendor/sebastian/diff/README.md +%%WWWDIR%%/vendor/sebastian/diff/composer.json +%%WWWDIR%%/vendor/sebastian/diff/src/Chunk.php +%%WWWDIR%%/vendor/sebastian/diff/src/Diff.php +%%WWWDIR%%/vendor/sebastian/diff/src/Differ.php +%%WWWDIR%%/vendor/sebastian/diff/src/Exception/ConfigurationException.php +%%WWWDIR%%/vendor/sebastian/diff/src/Exception/Exception.php +%%WWWDIR%%/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/sebastian/diff/src/Line.php +%%WWWDIR%%/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php +%%WWWDIR%%/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php +%%WWWDIR%%/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php +%%WWWDIR%%/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php +%%WWWDIR%%/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php +%%WWWDIR%%/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php +%%WWWDIR%%/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php +%%WWWDIR%%/vendor/sebastian/diff/src/Parser.php +%%WWWDIR%%/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php %%WWWDIR%%/vendor/symfony/console/Application.php %%WWWDIR%%/vendor/symfony/console/Attribute/AsCommand.php %%WWWDIR%%/vendor/symfony/console/CHANGELOG.md @@ -16592,6 +17408,7 @@ %%WWWDIR%%/vendor/symfony/console/Descriptor/DescriptorInterface.php %%WWWDIR%%/vendor/symfony/console/Descriptor/JsonDescriptor.php %%WWWDIR%%/vendor/symfony/console/Descriptor/MarkdownDescriptor.php +%%WWWDIR%%/vendor/symfony/console/Descriptor/ReStructuredTextDescriptor.php %%WWWDIR%%/vendor/symfony/console/Descriptor/TextDescriptor.php %%WWWDIR%%/vendor/symfony/console/Descriptor/XmlDescriptor.php %%WWWDIR%%/vendor/symfony/console/Event/ConsoleCommandEvent.php @@ -16683,17 +17500,23 @@ %%WWWDIR%%/vendor/symfony/dependency-injection/Argument/ArgumentInterface.php %%WWWDIR%%/vendor/symfony/dependency-injection/Argument/BoundArgument.php %%WWWDIR%%/vendor/symfony/dependency-injection/Argument/IteratorArgument.php +%%WWWDIR%%/vendor/symfony/dependency-injection/Argument/LazyClosure.php %%WWWDIR%%/vendor/symfony/dependency-injection/Argument/ReferenceSetArgumentTrait.php %%WWWDIR%%/vendor/symfony/dependency-injection/Argument/RewindableGenerator.php %%WWWDIR%%/vendor/symfony/dependency-injection/Argument/ServiceClosureArgument.php %%WWWDIR%%/vendor/symfony/dependency-injection/Argument/ServiceLocator.php %%WWWDIR%%/vendor/symfony/dependency-injection/Argument/ServiceLocatorArgument.php %%WWWDIR%%/vendor/symfony/dependency-injection/Argument/TaggedIteratorArgument.php +%%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/AsAlias.php %%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/AsDecorator.php %%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/AsTaggedItem.php %%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/Autoconfigure.php %%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/AutoconfigureTag.php %%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/Autowire.php +%%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/AutowireCallable.php +%%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/AutowireDecorated.php +%%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/AutowireServiceClosure.php +%%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/Exclude.php %%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/MapDecorated.php %%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/TaggedIterator.php %%WWWDIR%%/vendor/symfony/dependency-injection/Attribute/TaggedLocator.php @@ -16730,6 +17553,7 @@ %%WWWDIR%%/vendor/symfony/dependency-injection/Compiler/RegisterReverseContainerPass.php %%WWWDIR%%/vendor/symfony/dependency-injection/Compiler/RegisterServiceSubscribersPass.php %%WWWDIR%%/vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php +%%WWWDIR%%/vendor/symfony/dependency-injection/Compiler/RemoveBuildParametersPass.php %%WWWDIR%%/vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php %%WWWDIR%%/vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php %%WWWDIR%%/vendor/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php @@ -16810,6 +17634,7 @@ %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/DefaultsConfigurator.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/EnvConfigurator.php +%%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/FromCallableConfigurator.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/InlineServiceConfigurator.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/InstanceofConfigurator.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/ParametersConfigurator.php @@ -16825,10 +17650,12 @@ %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/CallTrait.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ClassTrait.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ConfiguratorTrait.php +%%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ConstructorTrait.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/DecorateTrait.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/DeprecateTrait.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/FactoryTrait.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/FileTrait.php +%%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/FromCallableTrait.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/LazyTrait.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ParentTrait.php %%WWWDIR%%/vendor/symfony/dependency-injection/Loader/Configurator/Traits/PropertyTrait.php @@ -17027,6 +17854,7 @@ %%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php %%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php %%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/StreamedJsonResponse.php %%WWWDIR%%/vendor/symfony/http-foundation/StreamedResponse.php %%WWWDIR%%/vendor/symfony/http-foundation/Test/Constraint/RequestAttributeValueSame.php %%WWWDIR%%/vendor/symfony/http-foundation/Test/Constraint/ResponseCookieValueSame.php @@ -17041,8 +17869,15 @@ %%WWWDIR%%/vendor/symfony/http-foundation/UrlHelper.php %%WWWDIR%%/vendor/symfony/http-foundation/composer.json %%WWWDIR%%/vendor/symfony/http-kernel/Attribute/AsController.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/AsTargetedValueResolver.php %%WWWDIR%%/vendor/symfony/http-kernel/Attribute/Cache.php %%WWWDIR%%/vendor/symfony/http-kernel/Attribute/MapDateTime.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/MapQueryParameter.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/MapQueryString.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/MapRequestPayload.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/ValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/WithHttpStatus.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/WithLogLevel.php %%WWWDIR%%/vendor/symfony/http-kernel/Bundle/AbstractBundle.php %%WWWDIR%%/vendor/symfony/http-kernel/Bundle/Bundle.php %%WWWDIR%%/vendor/symfony/http-kernel/Bundle/BundleExtension.php @@ -17061,7 +17896,9 @@ %%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/DateTimeValueResolver.php %%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php %%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php %%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php %%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php %%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php %%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php @@ -17094,6 +17931,7 @@ %%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php %%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php %%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/Debug/ErrorHandlerConfigurator.php %%WWWDIR%%/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php %%WWWDIR%%/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php %%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php @@ -17150,6 +17988,7 @@ %%WWWDIR%%/vendor/symfony/http-kernel/Exception/NotFoundHttpException.php %%WWWDIR%%/vendor/symfony/http-kernel/Exception/PreconditionFailedHttpException.php %%WWWDIR%%/vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/ResolverNotFoundException.php %%WWWDIR%%/vendor/symfony/http-kernel/Exception/ServiceUnavailableHttpException.php %%WWWDIR%%/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php %%WWWDIR%%/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php @@ -17385,6 +18224,22 @@ %%WWWDIR%%/vendor/symfony/polyfill-php72/README.md %%WWWDIR%%/vendor/symfony/polyfill-php72/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-php72/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-php80/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/PhpToken.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/README.md +%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-php83/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-php83/Php83.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/README.md +%%WWWDIR%%/vendor/symfony/polyfill-php83/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/composer.json %%WWWDIR%%/vendor/symfony/process/CHANGELOG.md %%WWWDIR%%/vendor/symfony/process/Exception/ExceptionInterface.php %%WWWDIR%%/vendor/symfony/process/Exception/InvalidArgumentException.php @@ -17406,6 +18261,7 @@ %%WWWDIR%%/vendor/symfony/process/ProcessUtils.php %%WWWDIR%%/vendor/symfony/process/README.md %%WWWDIR%%/vendor/symfony/process/composer.json +%%WWWDIR%%/vendor/symfony/psr-http-message-bridge/.php-cs-fixer.dist.php %%WWWDIR%%/vendor/symfony/psr-http-message-bridge/ArgumentValueResolver/PsrServerRequestResolver.php %%WWWDIR%%/vendor/symfony/psr-http-message-bridge/CHANGELOG.md %%WWWDIR%%/vendor/symfony/psr-http-message-bridge/EventListener/PsrResponseListener.php @@ -17497,6 +18353,7 @@ %%WWWDIR%%/vendor/symfony/serializer/Annotation/SerializedPath.php %%WWWDIR%%/vendor/symfony/serializer/CHANGELOG.md %%WWWDIR%%/vendor/symfony/serializer/CacheWarmer/CompiledClassMetadataCacheWarmer.php +%%WWWDIR%%/vendor/symfony/serializer/Command/DebugCommand.php %%WWWDIR%%/vendor/symfony/serializer/Context/ContextBuilderInterface.php %%WWWDIR%%/vendor/symfony/serializer/Context/ContextBuilderTrait.php %%WWWDIR%%/vendor/symfony/serializer/Context/Encoder/CsvEncoderContextBuilder.php @@ -17505,6 +18362,7 @@ %%WWWDIR%%/vendor/symfony/serializer/Context/Encoder/YamlEncoderContextBuilder.php %%WWWDIR%%/vendor/symfony/serializer/Context/Normalizer/AbstractNormalizerContextBuilder.php %%WWWDIR%%/vendor/symfony/serializer/Context/Normalizer/AbstractObjectNormalizerContextBuilder.php +%%WWWDIR%%/vendor/symfony/serializer/Context/Normalizer/BackedEnumNormalizerContextBuilder.php %%WWWDIR%%/vendor/symfony/serializer/Context/Normalizer/ConstraintViolationListNormalizerContextBuilder.php %%WWWDIR%%/vendor/symfony/serializer/Context/Normalizer/DateIntervalNormalizerContextBuilder.php %%WWWDIR%%/vendor/symfony/serializer/Context/Normalizer/DateTimeNormalizerContextBuilder.php @@ -17549,6 +18407,7 @@ %%WWWDIR%%/vendor/symfony/serializer/Exception/RuntimeException.php %%WWWDIR%%/vendor/symfony/serializer/Exception/UnexpectedValueException.php %%WWWDIR%%/vendor/symfony/serializer/Exception/UnsupportedException.php +%%WWWDIR%%/vendor/symfony/serializer/Exception/UnsupportedFormatException.php %%WWWDIR%%/vendor/symfony/serializer/Extractor/ObjectPropertyListExtractor.php %%WWWDIR%%/vendor/symfony/serializer/Extractor/ObjectPropertyListExtractorInterface.php %%WWWDIR%%/vendor/symfony/serializer/LICENSE @@ -17624,6 +18483,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/service-contracts/composer.json %%WWWDIR%%/vendor/symfony/string/AbstractString.php %%WWWDIR%%/vendor/symfony/string/AbstractUnicodeString.php @@ -17764,6 +18624,8 @@ %%WWWDIR%%/vendor/symfony/validator/Constraints/LuhnValidator.php %%WWWDIR%%/vendor/symfony/validator/Constraints/Negative.php %%WWWDIR%%/vendor/symfony/validator/Constraints/NegativeOrZero.php +%%WWWDIR%%/vendor/symfony/validator/Constraints/NoSuspiciousCharacters.php +%%WWWDIR%%/vendor/symfony/validator/Constraints/NoSuspiciousCharactersValidator.php %%WWWDIR%%/vendor/symfony/validator/Constraints/NotBlank.php %%WWWDIR%%/vendor/symfony/validator/Constraints/NotBlankValidator.php %%WWWDIR%%/vendor/symfony/validator/Constraints/NotCompromisedPassword.php @@ -17775,6 +18637,8 @@ %%WWWDIR%%/vendor/symfony/validator/Constraints/NotNull.php %%WWWDIR%%/vendor/symfony/validator/Constraints/NotNullValidator.php %%WWWDIR%%/vendor/symfony/validator/Constraints/Optional.php +%%WWWDIR%%/vendor/symfony/validator/Constraints/PasswordStrength.php +%%WWWDIR%%/vendor/symfony/validator/Constraints/PasswordStrengthValidator.php %%WWWDIR%%/vendor/symfony/validator/Constraints/Positive.php %%WWWDIR%%/vendor/symfony/validator/Constraints/PositiveOrZero.php %%WWWDIR%%/vendor/symfony/validator/Constraints/Range.php @@ -17907,6 +18771,7 @@ %%WWWDIR%%/vendor/symfony/var-dumper/Caster/RedisCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ReflectionCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ResourceCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/ScalarStub.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/SplCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/StubCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/SymfonyCaster.php diff --git a/www/dufs/Makefile b/www/dufs/Makefile index 67caa448776..3c0e8c06d4d 100644 --- a/www/dufs/Makefile +++ b/www/dufs/Makefile @@ -1,7 +1,7 @@ PORTNAME= dufs DISTVERSIONPREFIX= v DISTVERSION= 0.38.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= ashish@FreeBSD.org diff --git a/www/edbrowse/Makefile b/www/edbrowse/Makefile index c8274684bdb..27e47f83732 100644 --- a/www/edbrowse/Makefile +++ b/www/edbrowse/Makefile @@ -1,7 +1,7 @@ PORTNAME= edbrowse DISTVERSIONPREFIX= v DISTVERSION= 3.8.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www editors MAINTAINER= alfix86@gmail.com @@ -25,14 +25,14 @@ MAKEFILE= makefile GH_ACCOUNT= CMB PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS do-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-freebsd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 + ${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-freebsd.1 ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 ${INSTALL_PROGRAM} ${WRKSRC}/src/edbrowse ${STAGEDIR}${PREFIX}/bin post-install-DOCS-on: diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 224bfb88ca9..0d8b47abbdb 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -112,6 +112,7 @@ SPIDERMONKEY_CXXFLAGS= -I${LOCALBASE}/include/nspr \ -I${LOCALBASE}/include/js-102 SPIDERMONKEY_LDFLAGS= -L${LOCALBASE}/lib -lnspr4 -lpthread -lm SPIDERMONKEY_MESON_ON= -Dsm-scripting=true -Dspidermonkey=true +SPIDERMONKEY_IMPLIES= CURL TRE_LIB_DEPENDS= libtre.so:textproc/libtre TRE_MESON_TRUE= tre diff --git a/www/ffsend/Makefile b/www/ffsend/Makefile index 4b6146a88df..4b5e4a3fd35 100644 --- a/www/ffsend/Makefile +++ b/www/ffsend/Makefile @@ -1,7 +1,7 @@ PORTNAME= ffsend DISTVERSIONPREFIX= v DISTVERSION= 0.2.74 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= www MAINTAINER= ports@FreeBSD.org diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 8f16f2cc67d..11ef89eeaa3 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,5 +1,6 @@ PORTNAME= firefox DISTVERSION= 115.6.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index f03392724f4..35f3d10ca83 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,5 +1,6 @@ PORTNAME= firefox -DISTVERSION= 121.0 +DISTVERSION= 121.0.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 9aa8f1cbe6e..3691f726ee0 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702328424 -SHA256 (firefox-121.0.source.tar.xz) = edc7a5159d23ff2a23e22bf5abe22231658cee2902b93b5889ee73958aa06aa4 -SIZE (firefox-121.0.source.tar.xz) = 530302784 +TIMESTAMP = 1704740557 +SHA256 (firefox-121.0.1.source.tar.xz) = b3a4216e01eaeb9a7c6ef4659d8dcd956fbd90a78a8279ee3a598881e63e49ce +SIZE (firefox-121.0.1.source.tar.xz) = 532719356 diff --git a/www/gallery-dl/Makefile b/www/gallery-dl/Makefile index f34d1fbd04f..eaaab071175 100644 --- a/www/gallery-dl/Makefile +++ b/www/gallery-dl/Makefile @@ -1,6 +1,6 @@ PORTNAME= gallery-dl DISTVERSIONPREFIX= v -DISTVERSION= 1.26.5 +DISTVERSION= 1.26.6 CATEGORIES= www # Implicit approval to commit trivial version updates. diff --git a/www/gallery-dl/distinfo b/www/gallery-dl/distinfo index 4d0bf33b68f..16e7adcc128 100644 --- a/www/gallery-dl/distinfo +++ b/www/gallery-dl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703353221 -SHA256 (mikf-gallery-dl-v1.26.5_GH0.tar.gz) = 39b736c0a048522f197fa478ff4700cc8400e9656de15113cc5ae733d14b4979 -SIZE (mikf-gallery-dl-v1.26.5_GH0.tar.gz) = 631129 +TIMESTAMP = 1704560441 +SHA256 (mikf-gallery-dl-v1.26.6_GH0.tar.gz) = 8df56de378cb98bc488a5778ae20f08716868774e06c35eaefb0539210cf25f0 +SIZE (mikf-gallery-dl-v1.26.6_GH0.tar.gz) = 637424 diff --git a/www/garage/Makefile b/www/garage/Makefile index f4b0b4cba07..18c2dd617ba 100644 --- a/www/garage/Makefile +++ b/www/garage/Makefile @@ -1,5 +1,6 @@ PORTNAME= garage DISTVERSION= 0.9.0 +PORTREVISION= 1 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/gatling/Makefile b/www/gatling/Makefile index 27380b88487..1605e57a0ec 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -1,5 +1,6 @@ PORTNAME= gatling PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= www benchmarks ftp MASTER_SITES= https://www.fefe.de/gatling/ @@ -28,7 +29,7 @@ LDFLAGS+= -L${OPENSSLLIB} PLIST_FILES= ${PLIST_BIN:S,^,bin/,} \ ${PLIST_SBIN:S,^,sbin/,} \ - man/man8/gatling.8.gz \ + share/man/man8/gatling.8.gz \ sbin/gatling_wrapper PORTDOCS= CHANGES README README.antidos README.cgi README.ftp \ @@ -48,7 +49,7 @@ TLS_DESC= Build and install tlsgatling ZLIB_DESC= Compress outgoing data BENCHMARKS_MAKE_ENV= BENCHMARKS=1 -BENCHMARKS_PLIST_FILES= man/man1/bench.1.gz +BENCHMARKS_PLIST_FILES= share/man/man1/bench.1.gz BENCHMARKS_PORTDOCS= README.bindbench README.forkbench \ README.httpbench README.manymapbench \ README.mmapbench @@ -92,9 +93,9 @@ do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .if !empty(BENCH1) - cd ${WRKSRC} && ${INSTALL_MAN} ${BENCH1} ${STAGEDIR}${MAN1PREFIX}/man/man1 + cd ${WRKSRC} && ${INSTALL_MAN} ${BENCH1} ${STAGEDIR}${PREFIX}/share/man/man1 .endif - cd ${WRKSRC} && ${INSTALL_MAN} ${GATLING8} ${STAGEDIR}${MAN8PREFIX}/man/man8 + cd ${WRKSRC} && ${INSTALL_MAN} ${GATLING8} ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/www/geckodriver/Makefile b/www/geckodriver/Makefile index 625125bd7d7..fc8120c96d4 100644 --- a/www/geckodriver/Makefile +++ b/www/geckodriver/Makefile @@ -1,6 +1,6 @@ PORTNAME= geckodriver DISTVERSION= 0.26.0 -PORTREVISION= 39 +PORTREVISION= 40 CATEGORIES= www MASTER_SITES= https://hg.mozilla.org/mozilla-central/archive/${DISTNAME}.zip/testing/geckodriver/?dummy=/ DISTNAME= e9783a644016aa9b317887076618425586730d73 diff --git a/www/gist/Makefile b/www/gist/Makefile index 8bbe6456652..abe441372c6 100644 --- a/www/gist/Makefile +++ b/www/gist/Makefile @@ -1,6 +1,7 @@ PORTNAME= gist PORTVERSION= 6.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www net MAINTAINER= changlp@cs.nctu.edu.tw @@ -22,13 +23,13 @@ NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/gist \ - man/man1/gist.1.gz + share/man/man1/gist.1.gz post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/build/gist do-install: ${INSTALL_SCRIPT} ${WRKSRC}/build/gist ${STAGEDIR}${PREFIX}/bin/gist - ${INSTALL_MAN} ${WRKSRC}/build/gist.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/build/gist.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index ad9e40f0e10..5ebac168d62 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -1,6 +1,5 @@ PORTNAME= gitlab-ce -PORTVERSION= 16.6.2 -PORTREVISION= 2 +PORTVERSION= 16.7.0 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -26,9 +25,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE MY_DEPENDS= git>=2.41.0:devel/git \ gitaly>=${PORTVERSION}:devel/gitaly \ gitlab-elasticsearch-indexer>=4.5.0:textproc/gitlab-elasticsearch-indexer \ - gitlab-agent>=16.6.0:net/gitlab-agent \ + gitlab-agent>=16.7.0:net/gitlab-agent \ gitlab-pages>=${PORTVERSION}:www/gitlab-pages \ - gitlab-shell>=14.30.0:devel/gitlab-shell \ + gitlab-shell>=14.32.0:devel/gitlab-shell \ gitlab-workhorse>=${PORTVERSION}:www/gitlab-workhorse \ redis>=6.2.11:databases/redis \ yarn${NODEJS_SUFFIX}>=1.10.0:www/yarn${NODEJS_SUFFIX} \ @@ -38,13 +37,12 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-net-pop>=0:mail/rubygem-net-pop \ rubygem-psych3>=3.1<4:textproc/rubygem-psych3 \ rubygem-rails70>=7.0.8<7.1:www/rubygem-rails70 \ - rubygem-vite_rails-rails70>=0:devel/rubygem-vite_rails-rails70 \ rubygem-bootsnap>=1.17.0<1.18:devel/rubygem-bootsnap \ rubygem-openssl>=3.0<4:security/rubygem-openssl \ rubygem-ipaddr>=1.2.5<1.3:net/rubygem-ipaddr \ rubygem-responders-rails70>=3.0<4.0:www/rubygem-responders-rails70 \ rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \ - rubygem-view_component-rails70>=3.7.0<3.8:devel/rubygem-view_component-rails70 \ + rubygem-view_component-rails70>=3.8.0<3.9:devel/rubygem-view_component-rails70 \ rubygem-pg>=1.5.4<1.6:databases/rubygem-pg \ rubygem-neighbor>=0.2.3<0.3:databases/rubygem-neighbor \ rubygem-rugged>=1.6<2:devel/rubygem-rugged \ @@ -111,8 +109,9 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-fog-local>=0.8<1.0:net/rubygem-fog-local \ rubygem-fog-aliyun>=0.4<1.0:net/rubygem-fog-aliyun \ rubygem-gitlab-fog-azure-rm>=1.8.0<1.9:net/rubygem-gitlab-fog-azure-rm \ - rubygem-google-cloud-storage144>=1.44.0<1.45:net/rubygem-google-cloud-storage144 \ - rubygem-google-apis-core>=0.10.0<0.12:devel/rubygem-google-apis-core \ + rubygem-google-apis-storage_v1>=0.29<1:devel/rubygem-google-apis-storage_v1 \ + rubygem-google-cloud-storage>=1.45.0<1.46:net/rubygem-google-cloud-storage \ + rubygem-google-apis-core>=0.11.2<0.12:devel/rubygem-google-apis-core \ rubygem-google-apis-compute_v1_057>=0.57.0<0.58:devel/rubygem-google-apis-compute_v1_057 \ rubygem-google-apis-container_v1>=0.43.0<0.44:devel/rubygem-google-apis-container_v1 \ rubygem-google-apis-container_v1beta1>=0.43.0<0.44:devel/rubygem-google-apis-container_v1beta1 \ @@ -126,9 +125,9 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-elasticsearch-model713>=7.2<8:textproc/rubygem-elasticsearch-model713 \ rubygem-elasticsearch-rails>=7.2<8:textproc/rubygem-elasticsearch-rails \ rubygem-elasticsearch-api713>=7.13.3<7.13.4:textproc/rubygem-elasticsearch-api713 \ - rubygem-aws-sdk-core>=3.186.0<4:devel/rubygem-aws-sdk-core \ + rubygem-aws-sdk-core>=3.190.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sdk-cloudformation>=1<2:devel/rubygem-aws-sdk-cloudformation \ - rubygem-aws-sdk-s3>=1.136.0<2:devel/rubygem-aws-sdk-s3 \ + rubygem-aws-sdk-s3>=1.141.0<2:devel/rubygem-aws-sdk-s3 \ rubygem-faraday_middleware-aws-sigv403>=0.3.0<0.4:devel/rubygem-faraday_middleware-aws-sigv403 \ rubygem-typhoeus>=1.4.0<1.5:www/rubygem-typhoeus \ rubygem-html-pipeline>=2.14.3<2.15:textproc/rubygem-html-pipeline \ @@ -146,10 +145,9 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-asciidoctor-kroki>=0.8.0<0.9:textproc/rubygem-asciidoctor-kroki \ rubygem-rouge>=4.2.0<4.3:textproc/rubygem-rouge \ rubygem-truncato>=0.7.12<0.8.0:textproc/rubygem-truncato \ - rubygem-nokogiri>=1.15.4<2:textproc/rubygem-nokogiri \ + rubygem-nokogiri>=1.15.5<2:textproc/rubygem-nokogiri \ rubygem-icalendar>=0:devel/rubygem-icalendar \ rubygem-diffy>=3.4<4:textproc/rubygem-diffy \ - rubygem-diff_match_patch>=0.1.0<0.2.0:textproc/rubygem-diff_match_patch \ rubygem-rack22>=2.2.8,3<2.3,3:www/rubygem-rack22 \ rubygem-rack-timeout>=0.6.3<0.7:www/rubygem-rack-timeout \ rubygem-puma>=6.4<7:www/rubygem-puma \ @@ -157,17 +155,18 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-state_machines-activerecord08>=0.8.0<0.9.0:databases/rubygem-state_machines-activerecord08 \ rubygem-acts-as-taggable-on>=10.0<11:www/rubygem-acts-as-taggable-on \ rubygem-sidekiq6>=6.5.10<6.6:devel/rubygem-sidekiq6 \ - rubygem-sidekiq-cron18>=1.8.0<1.9:devel/rubygem-sidekiq-cron18 \ + rubygem-sidekiq-cron-rails70>=1.12.0<1.13:devel/rubygem-sidekiq-cron-rails70 \ rubygem-fugit18>=1.8.1<1.9:devel/rubygem-fugit18 \ rubygem-httparty>=0.21.0<0.22:www/rubygem-httparty \ rubygem-rainbow>=3.1.1<4.0:devel/rubygem-rainbow \ rubygem-ruby-progressbar>=1.11<2:devel/rubygem-ruby-progressbar \ - rubygem-re2>=2.3.0<2.4:devel/rubygem-re2 \ + rubygem-re2>=2.5.0<2.6:devel/rubygem-re2 \ rubygem-semver_dialects>=1.5<2:devel/rubygem-semver_dialects \ rubygem-version_sorter>=2.3<3:textproc/rubygem-version_sorter \ rubygem-js_regex>=3.8<4.0:textproc/rubygem-js_regex \ rubygem-device_detector>=0:devel/rubygem-device_detector \ rubygem-redis4>=4.8.0<4.8.2:databases/rubygem-redis4 \ + rubygem-redis-namespace110>=1.10.0<1.11:databases/rubygem-redis-namespace110 \ rubygem-connection_pool>=2.4.1<3.0:net/rubygem-connection_pool \ rubygem-redis-actionpack-rails70>=5.3.0<5.4:databases/rubygem-redis-actionpack-rails70 \ rubygem-discordrb-webhooks>=3.4<4.0:net-im/rubygem-discordrb-webhooks \ @@ -180,7 +179,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-circuitbox>=2.0.0<2.1:www/rubygem-circuitbox \ rubygem-sanitize60>=6.0.2<6.1:textproc/rubygem-sanitize60 \ rubygem-babosa>=2.0<3:textproc/rubygem-babosa \ - rubygem-loofah221>=2.21.4<2.22:textproc/rubygem-loofah221 \ + rubygem-loofah>=2.22.0<2.23:textproc/rubygem-loofah \ rubygem-licensee>=9.16<10:devel/rubygem-licensee \ rubygem-charlock_holmes>=0.7.7<0.8.0:textproc/rubygem-charlock_holmes \ rubygem-ruby-magic>=0.6<1:devel/rubygem-ruby-magic \ @@ -199,28 +198,27 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-gitlab-license>=2.3<3:devel/rubygem-gitlab-license \ rubygem-rack-attack>=6.7.0<6.8:www/rubygem-rack-attack \ rubygem-sentry-raven>=3.1<4.0:devel/rubygem-sentry-raven \ - rubygem-sentry-ruby>=5.8.0<5.9:devel/rubygem-sentry-ruby \ - rubygem-sentry-rails>=5.8.0<5.9:devel/rubygem-sentry-rails \ - rubygem-sentry-sidekiq>=5.8.0<5.9:devel/rubygem-sentry-sidekiq \ + rubygem-sentry-ruby>=5.10.0<5.11:devel/rubygem-sentry-ruby \ + rubygem-sentry-rails>=5.10.0<5.11:devel/rubygem-sentry-rails \ + rubygem-sentry-sidekiq>=5.10.0<5.11:devel/rubygem-sentry-sidekiq \ rubygem-pg_query>=4.2.3<4.3:databases/rubygem-pg_query \ rubygem-premailer-rails110-rails70>=1.10.3<1.11:mail/rubygem-premailer-rails110-rails70 \ rubygem-gitlab-labkit>=0.34.0<0.35:devel/rubygem-gitlab-labkit \ rubygem-thrift>=0.16.0:devel/rubygem-thrift \ rubygem-rails-i18n-rails70>=7.0<8:devel/rubygem-rails-i18n-rails70 \ rubygem-gettext_i18n_rails111>=1.11.0<1.12.0:devel/rubygem-gettext_i18n_rails111 \ - rubygem-gettext_i18n_rails_js-rails70>=2.0.0<2.1:devel/rubygem-gettext_i18n_rails_js-rails70 \ rubygem-gettext>=3.3<4:devel/rubygem-gettext \ rubygem-batch-loader>=2.0.1<2.1:devel/rubygem-batch-loader \ rubygem-peek-rails70>=1.1<2.0:devel/rubygem-peek-rails70 \ rubygem-snowplow-tracker>=0.8.0<1:devel/rubygem-snowplow-tracker \ rubygem-webrick>=1.8.1<1.9:www/rubygem-webrick \ - rubygem-prometheus-client-mmap>=0.28.1<0.29:devel/rubygem-prometheus-client-mmap \ + rubygem-prometheus-client-mmap>=1.0.2<1.1:devel/rubygem-prometheus-client-mmap \ rubygem-warning>=1.3.0<1.4:devel/rubygem-warning \ rubygem-gitlab-dangerfiles>=4.6.0<4.7:devel/rubygem-gitlab-dangerfiles \ rubygem-license_finder>=7.0.0<8:devel/rubygem-license_finder \ rubygem-rspec>=3.0<4:devel/rubygem-rspec \ rubygem-octokit6>=6.0<7:net/rubygem-octokit6 \ - rubygem-gitlab-mail_room>=0.0.23<0.1.0:mail/rubygem-gitlab-mail_room \ + rubygem-gitlab-mail_room>=0.0.24<0.1.0:mail/rubygem-gitlab-mail_room \ rubygem-email_reply_trimmer>=0.1<1.0:mail/rubygem-email_reply_trimmer \ rubygem-html2text>=0:textproc/rubygem-html2text \ rubygem-stackprof>=0.2.25<0.3:devel/rubygem-stackprof \ @@ -234,16 +232,16 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-net-ntp>0:net/rubygem-net-ntp \ rubygem-ssh_data>=1.3<2:security/rubygem-ssh_data \ rubygem-spamcheck>=1.3.0<1.4:net/rubygem-spamcheck \ - rubygem-gitaly>=16.5.0.rc1<16.6.0:net/rubygem-gitaly \ - rubygem-kas-grpc>=0.2.0,1<0.3.0,1:net/rubygem-kas-grpc \ + rubygem-gitaly>=16.7.0.rc1<16.8.0:net/rubygem-gitaly \ + rubygem-kas-grpc>=0.3.0,1<0.4.0,1:net/rubygem-kas-grpc \ rubygem-grpc>=1.58.0<2:net/rubygem-grpc \ - rubygem-google-protobuf>=3.25<4:devel/rubygem-google-protobuf \ + rubygem-google-protobuf>=3.25.1<4:devel/rubygem-google-protobuf \ rubygem-toml-rb>=2.2.0<3:www/rubygem-toml-rb \ rubygem-flipper026>=0.26.2<0.27:devel/rubygem-flipper026 \ rubygem-flipper-active_record-rails70>=0.26.2<0.27:databases/rubygem-flipper-active_record-rails70 \ rubygem-flipper-active_support_cache_store-rails70>=0.26.2<0.27:devel/rubygem-flipper-active_support_cache_store-rails70 \ rubygem-unleash>=3.2.2<3.3:devel/rubygem-unleash \ - rubygem-gitlab-experiment>=0.8.0<0.9:devel/rubygem-gitlab-experiment \ + rubygem-gitlab-experiment>=0.9.1<0.10:devel/rubygem-gitlab-experiment \ rubygem-lograge-rails70>=0.11.2<1.0:www/rubygem-lograge-rails70 \ rubygem-grape_logging>=1.8<2.0:devel/rubygem-grape_logging \ rubygem-gitlab-net-dns>=0.9.2<0.10:dns/rubygem-gitlab-net-dns \ @@ -274,6 +272,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-net-protocol01>=0.1.3<0.2:net/rubygem-net-protocol01 \ rubygem-net-http011>=0.1.1<0.1.2:www/rubygem-net-http011 \ rubygem-duo_api>=1.3<2:security/rubygem-duo_api \ + rubygem-gitlab-sdk>0:devel/rubygem-gitlab-sdk \ rubygem-google-cloud-profiler-v2>=0.3<1:textproc/rubygem-google-cloud-profiler-v2 BUILD_DEPENDS= gem:devel/ruby-gems \ diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo index de0b7ad826b..78ee2a0719d 100644 --- a/www/gitlab-ce/distinfo +++ b/www/gitlab-ce/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1702530421 -SHA256 (gitlab-foss-v16.6.2.tar.bz2) = fba845ee5fc318da3c42f6256297d083f1134720815807b97c2e2610dc8cbc51 -SIZE (gitlab-foss-v16.6.2.tar.bz2) = 100424350 -SHA256 (138018.patch) = 2aaa34cc9e58c0220ffb3e13ae2ec10f62a3e3b18e5f684adbaf2d90745c1353 -SIZE (138018.patch) = 6399 +TIMESTAMP = 1703586779 +SHA256 (gitlab-foss-v16.7.0.tar.bz2) = e99aa64c2ca7f6bdbff9385632ac90a1e82f89140f02cdb87bdd5391bc865d20 +SIZE (gitlab-foss-v16.7.0.tar.bz2) = 99345526 diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile index 0b578297fcc..8ee00491f7a 100644 --- a/www/gitlab-ce/files/patch-Gemfile +++ b/www/gitlab-ce/files/patch-Gemfile @@ -1,6 +1,6 @@ ---- Gemfile.orig 2023-11-15 09:14:25 UTC +--- Gemfile.orig 2023-12-20 08:52:18 UTC +++ Gemfile -@@ -57,7 +57,7 @@ gem 'neighbor', '~> 0.2.3' # rubocop:todo Gemfile/Miss +@@ -58,7 +58,7 @@ gem 'neighbor', '~> 0.2.3' # rubocop:todo Gemfile/Miss gem 'rugged', '~> 1.6' # rubocop:todo Gemfile/MissingFeatureCategory @@ -9,7 +9,7 @@ gem 'marginalia', '~> 1.11.1' # rubocop:todo Gemfile/MissingFeatureCategory # Authorization -@@ -77,8 +77,8 @@ gem 'omniauth-azure-activedirectory-v2', '~> 2.0' # ru +@@ -78,8 +78,8 @@ gem 'omniauth-azure-activedirectory-v2', '~> 2.0' # ru gem 'omniauth-azure-oauth2', '~> 0.0.9', path: 'vendor/gems/omniauth-azure-oauth2' # See gem README.md # rubocop:todo Gemfile/MissingFeatureCategory gem 'omniauth-dingtalk-oauth2', '~> 1.0' # rubocop:todo Gemfile/MissingFeatureCategory gem 'omniauth-alicloud', '~> 3.0.0' # rubocop:todo Gemfile/MissingFeatureCategory @@ -20,7 +20,7 @@ gem 'omniauth-gitlab', '~> 4.0.0', path: 'vendor/gems/omniauth-gitlab' # See vendor/gems/omniauth-gitlab/README.md # rubocop:todo Gemfile/MissingFeatureCategory gem 'omniauth-google-oauth2', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory gem 'omniauth-oauth2-generic', '~> 0.2.2' # rubocop:todo Gemfile/MissingFeatureCategory -@@ -89,7 +89,7 @@ gem 'omniauth_crowd', '~> 2.4.0', path: 'vendor/gems/o +@@ -90,7 +90,7 @@ gem 'omniauth_crowd', '~> 2.4.0', path: 'vendor/gems/o gem 'omniauth_openid_connect', '~> 0.6.1' # rubocop:todo Gemfile/MissingFeatureCategory # Locked until Ruby 3.0 upgrade since upgrading will pull in an updated net-smtp gem. # See https://docs.gitlab.com/ee/development/emails.html#rationale. @@ -29,38 +29,29 @@ gem 'omniauth-salesforce', '~> 1.0.5', path: 'vendor/gems/omniauth-salesforce' # See gem README.md # rubocop:todo Gemfile/MissingFeatureCategory gem 'omniauth-atlassian-oauth2', '~> 0.2.0' # rubocop:todo Gemfile/MissingFeatureCategory gem 'rack-oauth2', '~> 1.21.3' # rubocop:todo Gemfile/MissingFeatureCategory -@@ -179,7 +179,7 @@ gem 'gitlab-fog-azure-rm', '~> 1.8.0', require: 'fog/a - - # for Google storage - gem 'google-cloud-storage', '~> 1.44.0' # rubocop:todo Gemfile/MissingFeatureCategory --gem 'google-apis-core', '~> 0.10.0' # rubocop:todo Gemfile/MissingFeatureCategory -+gem 'google-apis-core', '~> 0.10' # rubocop:todo Gemfile/MissingFeatureCategory - gem 'google-apis-compute_v1', '~> 0.57.0' # rubocop:todo Gemfile/MissingFeatureCategory - gem 'google-apis-container_v1', '~> 0.43.0' # rubocop:todo Gemfile/MissingFeatureCategory - gem 'google-apis-container_v1beta1', '~> 0.43.0' # rubocop:todo Gemfile/MissingFeatureCategory -@@ -197,9 +197,9 @@ gem 'seed-fu', '~> 2.3.7' # rubocop:todo Gemfile/Missi +@@ -203,9 +203,9 @@ gem 'seed-fu', '~> 2.3.7' # rubocop:todo Gemfile/Missi gem 'elasticsearch-model', '~> 7.2' # rubocop:todo Gemfile/MissingFeatureCategory gem 'elasticsearch-rails', '~> 7.2', require: 'elasticsearch/rails/instrumentation' # rubocop:todo Gemfile/MissingFeatureCategory gem 'elasticsearch-api', '7.13.3' # rubocop:todo Gemfile/MissingFeatureCategory --gem 'aws-sdk-core', '~> 3.186.0' # rubocop:todo Gemfile/MissingFeatureCategory -+gem 'aws-sdk-core', '~> 3.186' # rubocop:todo Gemfile/MissingFeatureCategory +-gem 'aws-sdk-core', '~> 3.190.0' # rubocop:todo Gemfile/MissingFeatureCategory ++gem 'aws-sdk-core', '~> 3.190' # rubocop:todo Gemfile/MissingFeatureCategory gem 'aws-sdk-cloudformation', '~> 1' # rubocop:todo Gemfile/MissingFeatureCategory --gem 'aws-sdk-s3', '~> 1.136.0' # rubocop:todo Gemfile/MissingFeatureCategory -+gem 'aws-sdk-s3', '~> 1.136' # rubocop:todo Gemfile/MissingFeatureCategory +-gem 'aws-sdk-s3', '~> 1.141.0' # rubocop:todo Gemfile/MissingFeatureCategory ++gem 'aws-sdk-s3', '~> 1.141' # rubocop:todo Gemfile/MissingFeatureCategory gem 'faraday_middleware-aws-sigv4', '~>0.3.0' # rubocop:todo Gemfile/MissingFeatureCategory gem 'typhoeus', '~> 1.4.0' # Used with Elasticsearch to support http keep-alive connections # rubocop:todo Gemfile/MissingFeatureCategory -@@ -385,86 +385,10 @@ gem 'prometheus-client-mmap', '~> 0.28', '>= 0.28.1', +@@ -391,93 +391,10 @@ gem 'prometheus-client-mmap', '~> 1.0', '>= 1.0.2', re gem 'warning', '~> 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory -group :development do -- gem 'lefthook', '~> 1.5.2', require: false, feature_category: :tooling +- gem 'lefthook', '~> 1.5.5', require: false, feature_category: :tooling - gem 'rubocop', feature_category: :tooling - gem 'solargraph', '~> 0.47.2', require: false # rubocop:todo Gemfile/MissingFeatureCategory - - gem 'letter_opener_web', '~> 2.0.0' # rubocop:todo Gemfile/MissingFeatureCategory -- gem 'lookbook', '~> 2.0', '>= 2.0.1' # rubocop:todo Gemfile/MissingFeatureCategory +- gem 'lookbook', '~> 2.2' # rubocop:todo Gemfile/MissingFeatureCategory - - # Better errors handler - gem 'better_errors', '~> 2.10.1' # rubocop:todo Gemfile/MissingFeatureCategory @@ -69,11 +60,11 @@ - - gem 'listen', '~> 3.7' # rubocop:todo Gemfile/MissingFeatureCategory - -- gem 'ruby-lsp', "~> 0.12.3", feature_category: :tooling +- gem 'ruby-lsp', "~> 0.13.1", require: false, feature_category: :tooling - -- gem 'ruby-lsp-rails', "~> 0.2.7", feature_category: :tooling +- gem 'ruby-lsp-rails', "~> 0.2.8", feature_category: :tooling - -- gem 'ruby-lsp-rspec', "~> 0.1.5", feature_category: :tooling +- gem 'ruby-lsp-rspec', "~> 0.1.8", require: false, feature_category: :tooling -end - -group :development, :test do @@ -88,7 +79,7 @@ - - gem 'database_cleaner-active_record', '~> 2.1.0', feature_category: :database - gem 'factory_bot_rails', '~> 6.2.0' # rubocop:todo Gemfile/MissingFeatureCategory -- gem 'rspec-rails', '~> 6.0.3' # rubocop:todo Gemfile/MissingFeatureCategory +- gem 'rspec-rails', '~> 6.1.0', feature_category: :shared - - # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) - gem 'minitest', '~> 5.11.0' # rubocop:todo Gemfile/MissingFeatureCategory @@ -98,7 +89,7 @@ - - gem 'gitlab-styles', '~> 11.0.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory - -- gem 'haml_lint', '~> 0.40.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory +- gem 'haml_lint', '~> 0.52', require: false # rubocop:todo Gemfile/MissingFeatureCategory - gem 'bundler-audit', '~> 0.9.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory - - # Benchmarking & profiling @@ -121,6 +112,13 @@ - gem 'sigdump', '~> 0.2.4', require: 'sigdump/setup' # rubocop:todo Gemfile/MissingFeatureCategory - - gem 'pact', '~> 1.63' # rubocop:todo Gemfile/MissingFeatureCategory +- +- # For now we only use vite in development / test, and not for production builds +- # See: https://gitlab.com/gitlab-org/frontend/rfcs/-/issues/106 +- gem 'vite_rails', '~> 3.0.17', feature_category: :shared +- gem 'vite_ruby', '~> 3.5.0', feature_category: :shared +- +- gem 'gitlab-housekeeper', path: 'gems/gitlab-housekeeper', feature_category: :tooling -end - group :development, :test, :danger do @@ -137,8 +135,8 @@ # Gems required in omnibus-gitlab pipeline group :development, :test, :omnibus do gem 'license_finder', '~> 7.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory -@@ -476,35 +400,6 @@ group :development, :test, :monorepo do - gem 'rspec_flaky', path: 'gems/rspec_flaky' # rubocop:todo Gemfile/MissingFeatureCategory +@@ -489,36 +406,6 @@ group :development, :test, :monorepo do + gem 'gitlab-rspec_flaky', path: 'gems/gitlab-rspec_flaky', feature_category: :tooling end -group :test do @@ -147,10 +145,11 @@ - gem 'rspec_profiling', '~> 0.0.6', feature_category: :tooling - gem 'rspec-benchmark', '~> 0.6.0', feature_category: :tooling - gem 'rspec-parameterized', '~> 1.0', require: false, feature_category: :tooling +- gem 'os', '~> 1.1', feature_category: :tooling - - gem 'capybara', '~> 3.39', '>= 3.39.2' # rubocop:todo Gemfile/MissingFeatureCategory - gem 'capybara-screenshot', '~> 1.0.26' # rubocop:todo Gemfile/MissingFeatureCategory -- gem 'selenium-webdriver', '~> 4.15' # rubocop:todo Gemfile/MissingFeatureCategory +- gem 'selenium-webdriver', '~> 4.16' # rubocop:todo Gemfile/MissingFeatureCategory - - gem 'graphlyte', '~> 1.0.0' # rubocop:todo Gemfile/MissingFeatureCategory - @@ -159,7 +158,7 @@ - gem 'webmock', '~> 3.19.1' # rubocop:todo Gemfile/MissingFeatureCategory - gem 'rails-controller-testing' # rubocop:todo Gemfile/MissingFeatureCategory - gem 'concurrent-ruby', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory -- gem 'test-prof', '~> 1.2.3' # rubocop:todo Gemfile/MissingFeatureCategory +- gem 'test-prof', '~> 1.3.1' # rubocop:todo Gemfile/MissingFeatureCategory - gem 'rspec_junit_formatter' # rubocop:todo Gemfile/MissingFeatureCategory - gem 'guard-rspec' # rubocop:todo Gemfile/MissingFeatureCategory - gem 'axe-core-rspec' # rubocop:todo Gemfile/MissingFeatureCategory @@ -167,22 +166,22 @@ - # Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527 - gem 'derailed_benchmarks', require: false # rubocop:todo Gemfile/MissingFeatureCategory - -- gem 'gitlab_quality-test_tooling', '~> 1.5.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory +- gem 'gitlab_quality-test_tooling', '~> 1.9.0', require: false, feature_category: :tooling -end - gem 'octokit', '~> 6.0' # rubocop:todo Gemfile/MissingFeatureCategory - gem 'gitlab-mail_room', '~> 0.0.23', require: 'mail_room' # rubocop:todo Gemfile/MissingFeatureCategory -@@ -542,7 +437,7 @@ gem 'gitaly', '~> 16.5.0.pre.rc1' # rubocop:todo Gemfi + gem 'gitlab-mail_room', '~> 0.0.24', require: 'mail_room', feature_category: :shared +@@ -556,7 +443,7 @@ gem 'gitaly', '~> 16.7.0-rc1', feature_category: :gita # KAS GRPC protocol definitions - gem 'kas-grpc', '~> 0.2.0' # rubocop:todo Gemfile/MissingFeatureCategory + gem 'kas-grpc', '~> 0.3.0', feature_category: :deployment_management -gem 'grpc', '~> 1.58.0' # rubocop:todo Gemfile/MissingFeatureCategory +gem 'grpc', '~> 1.58' # rubocop:todo Gemfile/MissingFeatureCategory - gem 'google-protobuf', '~> 3.25' # rubocop:todo Gemfile/MissingFeatureCategory + gem 'google-protobuf', '~> 3.25', '>= 3.25.1' # rubocop:todo Gemfile/MissingFeatureCategory -@@ -563,7 +458,7 @@ gem 'grape_logging', '~> 1.8', feature_category: :api +@@ -577,7 +464,7 @@ gem 'grape_logging', '~> 1.8', feature_category: :api gem 'gitlab-net-dns', '~> 0.9.2' # rubocop:todo Gemfile/MissingFeatureCategory # Countries list @@ -191,7 +190,7 @@ gem 'retriable', '~> 3.1.2' # rubocop:todo Gemfile/MissingFeatureCategory -@@ -629,6 +524,7 @@ gem 'app_store_connect' # rubocop:todo Gemfile/Missing +@@ -643,6 +530,7 @@ gem 'app_store_connect' # rubocop:todo Gemfile/Missing gem 'telesignenterprise', '~> 2.2' # rubocop:todo Gemfile/MissingFeatureCategory # BufferedIO patch @@ -199,7 +198,7 @@ # Updating this version will require updating scripts/allowed_warnings.txt gem 'net-protocol', '~> 0.1.3' # rubocop:todo Gemfile/MissingFeatureCategory # Lock this until we make DNS rebinding work with the updated net-http: -@@ -636,3 +532,9 @@ gem 'net-protocol', '~> 0.1.3' # rubocop:todo Gemfile/ +@@ -650,5 +538,11 @@ gem 'net-protocol', '~> 0.1.3' # rubocop:todo Gemfile/ gem 'net-http', '= 0.1.1' # rubocop:todo Gemfile/MissingFeatureCategory gem 'duo_api', '~> 1.3' # rubocop:todo Gemfile/MissingFeatureCategory @@ -209,3 +208,5 @@ +gem 'net-pop' +gem 'psych', '~> 3.1' + + + gem 'gitlab-sdk', feature_category: :application_instrumentation diff --git a/www/gitlab-ce/files/patch-config_gitlab.yml.example b/www/gitlab-ce/files/patch-config_gitlab.yml.example index 02fa13f7f74..cea4c406e5d 100644 --- a/www/gitlab-ce/files/patch-config_gitlab.yml.example +++ b/www/gitlab-ce/files/patch-config_gitlab.yml.example @@ -1,4 +1,4 @@ ---- config/gitlab.yml.example.orig 2023-10-20 08:41:39 UTC +--- config/gitlab.yml.example.orig 2023-12-20 08:52:18 UTC +++ config/gitlab.yml.example @@ -456,7 +456,7 @@ production: &base ## GitLab Pages @@ -22,14 +22,12 @@ # File that contains the shared secret key for verifying access for gitlab-pages. # Default is '.gitlab_pages_secret' relative to Rails.root (i.e. root of the GitLab app). -@@ -1196,14 +1196,14 @@ production: &base - # real path not the symlink. +@@ -1194,13 +1194,13 @@ production: &base + repositories: storages: # You must have at least a `default` storage path. default: -- path: /home/git/repositories/ - gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port). -+ path: %%PREFIX%%/git/repositories/ -+ gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port). ++ gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port). # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings @@ -40,7 +38,7 @@ # archive_permissions: 0640 # Permissions for the resulting backup.tar file (default: 0600) # keep_time: 604800 # default: 0 (forever) (in seconds) # pg_schema: public # default: nil, it means that all schemas will be backed up -@@ -1238,12 +1238,12 @@ production: &base +@@ -1235,12 +1235,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -56,7 +54,7 @@ # Git over HTTP upload_pack: true -@@ -1258,13 +1258,13 @@ production: &base +@@ -1255,13 +1255,13 @@ production: &base workhorse: # File that contains the secret key for verifying access for gitlab-workhorse. # Default is '.gitlab_workhorse_secret' relative to Rails.root (i.e. root of the GitLab app). @@ -72,7 +70,7 @@ # The URL to the external KAS API (used by the Kubernetes agents) # external_url: wss://kas.example.com -@@ -1288,13 +1288,13 @@ production: &base +@@ -1285,13 +1285,13 @@ production: &base ## GitLab Elasticsearch settings elasticsearch: @@ -88,7 +86,7 @@ ## Webpack settings # If enabled, this will tell rails to serve frontend assets from the webpack-dev-server running -@@ -1315,18 +1315,18 @@ production: &base +@@ -1312,18 +1312,18 @@ production: &base # Sidekiq exporter is a dedicated Prometheus metrics server optionally running alongside Sidekiq. sidekiq_exporter: @@ -114,7 +112,7 @@ # Web exporter is a dedicated Prometheus metrics server optionally running alongside Puma. web_exporter: -@@ -1551,13 +1551,13 @@ test: +@@ -1548,13 +1548,13 @@ test: gitaly_address: unix:tmp/tests/gitaly/praefect.socket gitaly: diff --git a/www/gitlab-ce/pkg-message b/www/gitlab-ce/pkg-message index c496cd99235..34446375033 100644 --- a/www/gitlab-ce/pkg-message +++ b/www/gitlab-ce/pkg-message @@ -6,7 +6,7 @@ Gitlab was installed successfully. You now need to set up the various components of Gitlab, so please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/16.6-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/16.7-freebsd.md EOM type: install } @@ -20,7 +20,7 @@ EOM If you just installed an major upgrade of GitLab, for example you switched from 14.5.x to 14.6.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/16.5-16.6-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/16.6-16.7-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: diff --git a/www/gitlab-pages/Makefile b/www/gitlab-pages/Makefile index 0041e78be0b..53cba509e62 100644 --- a/www/gitlab-pages/Makefile +++ b/www/gitlab-pages/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-pages -PORTVERSION= 16.6.2 +PORTVERSION= 16.7.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-pages/-/raw/v${DISTVERSION}/ diff --git a/www/gitlab-pages/distinfo b/www/gitlab-pages/distinfo index 42617b4190b..20edc0354ba 100644 --- a/www/gitlab-pages/distinfo +++ b/www/gitlab-pages/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1702530446 -SHA256 (go/www_gitlab-pages/gitlab-pages-v16.6.2/go.mod) = 896ed13d735e4b95bdedd317e789dd6429222d38c651f1baae0bed413d5602a6 -SIZE (go/www_gitlab-pages/gitlab-pages-v16.6.2/go.mod) = 2931 -SHA256 (go/www_gitlab-pages/gitlab-pages-v16.6.2/gitlab-pages-v16.6.2.tar.bz2) = f5ee7eaac98abd49c5207475967b11b1eacaa2e8018674ea63ea82e9797b4e41 -SIZE (go/www_gitlab-pages/gitlab-pages-v16.6.2/gitlab-pages-v16.6.2.tar.bz2) = 203495 +TIMESTAMP = 1703662954 +SHA256 (go/www_gitlab-pages/gitlab-pages-v16.7.0/go.mod) = 2e395b62e4dae09814ebcaee28a9d1382514e09e3882ba7046ca8aa90f432ff2 +SIZE (go/www_gitlab-pages/gitlab-pages-v16.7.0/go.mod) = 3322 +SHA256 (go/www_gitlab-pages/gitlab-pages-v16.7.0/gitlab-pages-v16.7.0.tar.bz2) = ad305ca235f9b193378f012d516914f37adc6d4f5f4f2e02593ce2919910d628 +SIZE (go/www_gitlab-pages/gitlab-pages-v16.7.0/gitlab-pages-v16.7.0.tar.bz2) = 206543 diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index 84c1b162c22..ade27da4f31 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-workhorse -PORTVERSION= 16.6.2 +PORTVERSION= 16.7.0 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo index e75b4c0a3e0..bfb52df212d 100644 --- a/www/gitlab-workhorse/distinfo +++ b/www/gitlab-workhorse/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1702530356 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v16.6.2/go.mod) = 98d1e08c1c106673b32c20697c616efeca50d2b698293aa282fd75be90e89b82 -SIZE (go/www_gitlab-workhorse/gitlab-foss-v16.6.2/go.mod) = 6781 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v16.6.2/gitlab-foss-v16.6.2.tar.bz2) = fba845ee5fc318da3c42f6256297d083f1134720815807b97c2e2610dc8cbc51 -SIZE (go/www_gitlab-workhorse/gitlab-foss-v16.6.2/gitlab-foss-v16.6.2.tar.bz2) = 100424350 +TIMESTAMP = 1703586703 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v16.7.0/go.mod) = e98235bbbe2ee568f1461c6d08170eadf46e36fdadd6bd089d35c21367fe2759 +SIZE (go/www_gitlab-workhorse/gitlab-foss-v16.7.0/go.mod) = 6689 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v16.7.0/gitlab-foss-v16.7.0.tar.bz2) = e99aa64c2ca7f6bdbff9385632ac90a1e82f89140f02cdb87bdd5391bc865d20 +SIZE (go/www_gitlab-workhorse/gitlab-foss-v16.7.0/gitlab-foss-v16.7.0.tar.bz2) = 99345526 diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 8dfc6b47915..5ac1902ba26 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.121.1 +DISTVERSION= 0.121.2 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index ced8cf26a11..1e30334b8fd 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1703439573 -SHA256 (go/www_gohugo/hugo-v0.121.1/v0.121.1.mod) = b7cedc8b581bb805a04cdd66e448063ae140d35bc4fefd2b4aea6011f1d6e470 -SIZE (go/www_gohugo/hugo-v0.121.1/v0.121.1.mod) = 7173 -SHA256 (go/www_gohugo/hugo-v0.121.1/v0.121.1.zip) = 8356fa8940f3684129ebc846801d62dff1d989dccd941cdc89df990641aba88f -SIZE (go/www_gohugo/hugo-v0.121.1/v0.121.1.zip) = 6563162 +TIMESTAMP = 1704563277 +SHA256 (go/www_gohugo/hugo-v0.121.2/v0.121.2.mod) = 2f008e13c496c81fdd0c413bb7e240536e61d2a016ee4c40d5fa82ae987238dd +SIZE (go/www_gohugo/hugo-v0.121.2/v0.121.2.mod) = 7173 +SHA256 (go/www_gohugo/hugo-v0.121.2/v0.121.2.zip) = edb9f0ba37e8cafe6ce201e90ac50ba609ae13a2682237e3fc2bd2f101784b5f +SIZE (go/www_gohugo/hugo-v0.121.2/v0.121.2.zip) = 6561440 diff --git a/www/goose/Makefile b/www/goose/Makefile index f81e189a964..ecbbc3f920e 100644 --- a/www/goose/Makefile +++ b/www/goose/Makefile @@ -1,6 +1,6 @@ PORTNAME= goose PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}-search/${PORTNAME}-search/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -39,7 +39,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/goose ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/GoogleSearch.wsdl ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/goose.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/goose.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/goose.conf.example ${STAGEDIR}${EXAMPLESDIR} diff --git a/www/goose/pkg-plist b/www/goose/pkg-plist index c158757ed6d..23176d0e8e0 100644 --- a/www/goose/pkg-plist +++ b/www/goose/pkg-plist @@ -1,4 +1,4 @@ bin/goose -man/man1/goose.1.gz +share/man/man1/goose.1.gz %%DATADIR%%/GoogleSearch.wsdl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/goose.conf.example diff --git a/www/guacamole-client/Makefile b/www/guacamole-client/Makefile index 383f60a6668..51dc54b9acc 100644 --- a/www/guacamole-client/Makefile +++ b/www/guacamole-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= guacamole-client -DISTVERSION= 1.5.3 +DISTVERSION= 1.5.4 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= guacamole/${DISTVERSIONFULL}/binary diff --git a/www/guacamole-client/distinfo b/www/guacamole-client/distinfo index 6f34f526f04..51de89e5333 100644 --- a/www/guacamole-client/distinfo +++ b/www/guacamole-client/distinfo @@ -1,23 +1,23 @@ -TIMESTAMP = 1692385703 -SHA256 (guacamole-client/guacamole-1.5.3.war) = 15a34e6ed6cf6f03fe20f90f67d2d609713a89cd3cb324f89edf1e7696e6ed61 -SIZE (guacamole-client/guacamole-1.5.3.war) = 13631953 -SHA256 (guacamole-client/guacamole-auth-duo-1.5.3.tar.gz) = 561434993dc8a07b13fd7b6a5fa5f3ba5bdbe56c7273d24660178c50fa1f7c9e -SIZE (guacamole-client/guacamole-auth-duo-1.5.3.tar.gz) = 3676186 -SHA256 (guacamole-client/guacamole-auth-header-1.5.3.tar.gz) = 6ba9128908a9feac6ea9f8bb59ae1c1f6644546c4d288412f45642ed2803414b -SIZE (guacamole-client/guacamole-auth-header-1.5.3.tar.gz) = 3646342 -SHA256 (guacamole-client/guacamole-auth-jdbc-1.5.3.tar.gz) = ed3ba771ce48a38a0e56f029913b8051249dbebfdd32ffedbce2df0db132247f -SIZE (guacamole-client/guacamole-auth-jdbc-1.5.3.tar.gz) = 32982901 -SHA256 (guacamole-client/guacamole-auth-json-1.5.3.tar.gz) = 745d0290c29e9ae4d9f2020e379e3a1e173509320ddc96cab10bf56099193042 -SIZE (guacamole-client/guacamole-auth-json-1.5.3.tar.gz) = 6570905 -SHA256 (guacamole-client/guacamole-auth-ldap-1.5.3.tar.gz) = 06e5bb41daa7cf21d32518b6b3a14da7534ea24fa1a411a49f0cd9ef101cba95 -SIZE (guacamole-client/guacamole-auth-ldap-1.5.3.tar.gz) = 13100655 -SHA256 (guacamole-client/guacamole-auth-quickconnect-1.5.3.tar.gz) = 0491e3b0cce2a20faece836cf353d938b7a4bc79640299275e058b42601f1b82 -SIZE (guacamole-client/guacamole-auth-quickconnect-1.5.3.tar.gz) = 3662930 -SHA256 (guacamole-client/guacamole-auth-sso-1.5.3.tar.gz) = a44565f2fbe4410d83d141ec81267d607f85b19804639ef4c319ff28a04bd294 -SIZE (guacamole-client/guacamole-auth-sso-1.5.3.tar.gz) = 34468962 -SHA256 (guacamole-client/guacamole-auth-totp-1.5.3.tar.gz) = 5ca05d5edb6f06f7c3d836db749dce3984524ac6bf113271f07abd7c2814dfce -SIZE (guacamole-client/guacamole-auth-totp-1.5.3.tar.gz) = 4915531 -SHA256 (guacamole-client/guacamole-history-recording-storage-1.5.3.tar.gz) = 9acb43ab95932db4dab5659f7fcf81ba0d1078549efc3f1eac3bdaacc42823f8 -SIZE (guacamole-client/guacamole-history-recording-storage-1.5.3.tar.gz) = 15895 -SHA256 (guacamole-client/guacamole-vault-1.5.3.tar.gz) = f91e200beb2f6ee7969c48ffde7d90360703c2dd423c7583df4dcadf600f9f5d -SIZE (guacamole-client/guacamole-vault-1.5.3.tar.gz) = 21141762 +TIMESTAMP = 1704918122 +SHA256 (guacamole-client/guacamole-1.5.4.war) = 5728b563911bd64bce0a0b81c74ea8ccb2190d1785bff34030fc6885a8273d3e +SIZE (guacamole-client/guacamole-1.5.4.war) = 13734589 +SHA256 (guacamole-client/guacamole-auth-duo-1.5.4.tar.gz) = eb0cd4c361b91710f3c03fe9e7c74799c48d8b7c105d4f3e7deb2dc6049a309e +SIZE (guacamole-client/guacamole-auth-duo-1.5.4.tar.gz) = 3679857 +SHA256 (guacamole-client/guacamole-auth-header-1.5.4.tar.gz) = 7a0adc0daa19ec69a0244f491222c62124b02f81f40aa91e9a94d06a2635d038 +SIZE (guacamole-client/guacamole-auth-header-1.5.4.tar.gz) = 3650061 +SHA256 (guacamole-client/guacamole-auth-jdbc-1.5.4.tar.gz) = f45736b28eb6647b7eb0d2b48331e12e5a432661f61115b63d1a05a5bd20244d +SIZE (guacamole-client/guacamole-auth-jdbc-1.5.4.tar.gz) = 32963118 +SHA256 (guacamole-client/guacamole-auth-json-1.5.4.tar.gz) = 25db39d87d449740ce47c26983f82521642486d6996beed4deef4dd64dc60ddd +SIZE (guacamole-client/guacamole-auth-json-1.5.4.tar.gz) = 6620553 +SHA256 (guacamole-client/guacamole-auth-ldap-1.5.4.tar.gz) = f912fe921cd0d429a752709e31a37b931e95d88a47bc4007ab49377d1c1a6336 +SIZE (guacamole-client/guacamole-auth-ldap-1.5.4.tar.gz) = 13219125 +SHA256 (guacamole-client/guacamole-auth-quickconnect-1.5.4.tar.gz) = 6ef8d8a239fcbb055eface4fc5941a16b549ef4f560cb428d9acb1aae9e4ee98 +SIZE (guacamole-client/guacamole-auth-quickconnect-1.5.4.tar.gz) = 3666619 +SHA256 (guacamole-client/guacamole-auth-sso-1.5.4.tar.gz) = d8aa6dbb4c9104f6c5fab7843b23b50c32b844f67c9534e316b8d0e5df8cfcea +SIZE (guacamole-client/guacamole-auth-sso-1.5.4.tar.gz) = 34613153 +SHA256 (guacamole-client/guacamole-auth-totp-1.5.4.tar.gz) = 0615bbf61802c9527a1503bd45d1911b26b2ae77d1c25dabfe826ed1acd723a0 +SIZE (guacamole-client/guacamole-auth-totp-1.5.4.tar.gz) = 4924784 +SHA256 (guacamole-client/guacamole-history-recording-storage-1.5.4.tar.gz) = f68d6534292d98497ab9ba94333e34b45b67c24412a5b954d76c7317a06bc0cf +SIZE (guacamole-client/guacamole-history-recording-storage-1.5.4.tar.gz) = 15891 +SHA256 (guacamole-client/guacamole-vault-1.5.4.tar.gz) = 2822a92660754de37987ca4cd9e6ef68d9e013348364850e26a8c28c46662caf +SIZE (guacamole-client/guacamole-vault-1.5.4.tar.gz) = 21123468 diff --git a/www/html2wml/Makefile b/www/html2wml/Makefile index 1def135aae2..25d92124deb 100644 --- a/www/html2wml/Makefile +++ b/www/html2wml/Makefile @@ -1,5 +1,6 @@ PORTNAME= html2wml PORTVERSION= 0.4.11 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/htmlwml/Html2Wml/${PORTVERSION} \ http://maddingue.free.fr/softwares/download/Html2Wml/ @@ -20,7 +21,7 @@ SHEBANG_FILES= html2wml.cgi NO_ARCH= yes PORTDOCS= * -PLIST_FILES= bin/html2wml man/man1/html2wml.1.gz +PLIST_FILES= bin/html2wml share/man/man1/html2wml.1.gz OPTIONS_DEFINE= DOCS @@ -37,7 +38,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/html2wml.cgi \ ${STAGEDIR}${PREFIX}/bin/html2wml ${INSTALL_MAN} ${WRKSRC}/doc/html2wml.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/html2wml.1 + ${STAGEDIR}${PREFIX}/share/man/man1/html2wml.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/www/hurl/Makefile b/www/hurl/Makefile index 56dea281f27..31f663ad747 100644 --- a/www/hurl/Makefile +++ b/www/hurl/Makefile @@ -1,6 +1,6 @@ PORTNAME= hurl DISTVERSION= 4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= rodrigo@FreeBSD.org diff --git a/www/jwt-cli/Makefile b/www/jwt-cli/Makefile index 9489fff15ff..f4727afcd9e 100644 --- a/www/jwt-cli/Makefile +++ b/www/jwt-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= jwt-cli PORTVERSION= 6.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/kf5-khtml/distinfo b/www/kf5-khtml/distinfo index a3d2a0e11a7..3eb547195b5 100644 --- a/www/kf5-khtml/distinfo +++ b/www/kf5-khtml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883652 -SHA256 (KDE/frameworks/5.112.0/khtml-5.112.0.tar.xz) = 56e8034f98a9a1e1bfe13211d2d177d5e90758fc3854a85e30389cc40d128667 -SIZE (KDE/frameworks/5.112.0/khtml-5.112.0.tar.xz) = 4011832 +TIMESTAMP = 1701678523 +SHA256 (KDE/frameworks/5.113.0/khtml-5.113.0.tar.xz) = b806138e4159d1559eabc76cdb1450e2381031c9ff2a46c39189388479264854 +SIZE (KDE/frameworks/5.113.0/khtml-5.113.0.tar.xz) = 4011984 diff --git a/www/kf5-kjs/distinfo b/www/kf5-kjs/distinfo index b6119a74277..9d6d4ff1f08 100644 --- a/www/kf5-kjs/distinfo +++ b/www/kf5-kjs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883654 -SHA256 (KDE/frameworks/5.112.0/kjs-5.112.0.tar.xz) = a9835616a37abb14aaef8426f2af47cd239e25d19bcbfdd9a95dc69c553bd902 -SIZE (KDE/frameworks/5.112.0/kjs-5.112.0.tar.xz) = 339836 +TIMESTAMP = 1701678524 +SHA256 (KDE/frameworks/5.113.0/kjs-5.113.0.tar.xz) = 0b1a17faa4d7b931040b8c61b405c5356086b182c9cee8d456b6b59a9a97a040 +SIZE (KDE/frameworks/5.113.0/kjs-5.113.0.tar.xz) = 339744 diff --git a/www/kf5-kjsembed/distinfo b/www/kf5-kjsembed/distinfo index 797ed92bfa2..d811967cd90 100644 --- a/www/kf5-kjsembed/distinfo +++ b/www/kf5-kjsembed/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883655 -SHA256 (KDE/frameworks/5.112.0/kjsembed-5.112.0.tar.xz) = 396cd92c975cd189ec97ee3a1e00e097c066f8dd5beb6c149c8307898b9a4643 -SIZE (KDE/frameworks/5.112.0/kjsembed-5.112.0.tar.xz) = 2490780 +TIMESTAMP = 1701678525 +SHA256 (KDE/frameworks/5.113.0/kjsembed-5.113.0.tar.xz) = 5664f174d01c9c7d19093815be00518dbc9535ea86576187de6880362c909a2f +SIZE (KDE/frameworks/5.113.0/kjsembed-5.113.0.tar.xz) = 2490940 diff --git a/www/libdatachannel/Makefile b/www/libdatachannel/Makefile index a40221f9679..701fbb3cdb3 100644 --- a/www/libdatachannel/Makefile +++ b/www/libdatachannel/Makefile @@ -1,6 +1,6 @@ PORTNAME= libdatachannel DISTVERSIONPREFIX= v -DISTVERSION= 0.19.4 +DISTVERSION= 0.19.5 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/libdatachannel/distinfo b/www/libdatachannel/distinfo index 2dfc5c5adbf..89baf244548 100644 --- a/www/libdatachannel/distinfo +++ b/www/libdatachannel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1703546900 -SHA256 (paullouisageneau-libdatachannel-v0.19.4_GH0.tar.gz) = c1c7a883259fd68d9743c011c50958ddc98cf431e442deef32f8df45c4f24581 -SIZE (paullouisageneau-libdatachannel-v0.19.4_GH0.tar.gz) = 52629198 +TIMESTAMP = 1704687935 +SHA256 (paullouisageneau-libdatachannel-v0.19.5_GH0.tar.gz) = 182eae603940e176baec1a994bc7de18aa4714b7381d62ce21f77924c9d2595f +SIZE (paullouisageneau-libdatachannel-v0.19.5_GH0.tar.gz) = 52629437 SHA256 (SergiusTheBest-plog-e21baec_GH0.tar.gz) = 84f96c150d5f15ed6a628d58792257f2a3bd9d787850d0d91b442871cb5b632e SIZE (SergiusTheBest-plog-e21baec_GH0.tar.gz) = 132422 SHA256 (sctplab-usrsctp-5ca29ac_GH0.tar.gz) = 32b7fd021d50b56a90552c5e3260cba50b0a3ff4971d1954f28d2932356d738c diff --git a/www/libdatachannel/pkg-plist b/www/libdatachannel/pkg-plist index a1e3769fd6c..fb01b0caad5 100644 --- a/www/libdatachannel/pkg-plist +++ b/www/libdatachannel/pkg-plist @@ -41,4 +41,4 @@ lib/cmake/LibDataChannel/LibDataChannelTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/LibDataChannel/LibDataChannelTargets.cmake lib/libdatachannel.so lib/libdatachannel.so.0.19 -lib/libdatachannel.so.0.19.4 +lib/libdatachannel.so.0.19.5 diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index aedbd8dd9d5..47b378c2b6e 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,6 +1,6 @@ PORTNAME= librewolf DISTVERSION= 117.0.1-1 -PORTREVISION= 3 +PORTREVISION= 4 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/logswan/Makefile b/www/logswan/Makefile index 900e30e3495..12f295eb48d 100644 --- a/www/logswan/Makefile +++ b/www/logswan/Makefile @@ -1,5 +1,5 @@ PORTNAME= logswan -DISTVERSION= 2.1.13 +DISTVERSION= 2.1.14 CATEGORIES= www MASTER_SITES= https://github.com/fcambus/logswan/releases/download/${DISTVERSION}/ diff --git a/www/logswan/distinfo b/www/logswan/distinfo index 903a7418fcf..39d9844113c 100644 --- a/www/logswan/distinfo +++ b/www/logswan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668024519 -SHA256 (logswan-2.1.13.tar.gz) = 6ddc406121e17f3fd21907d77d020466bb4584c3855701579d40265fdb315d02 -SIZE (logswan-2.1.13.tar.gz) = 25191 +TIMESTAMP = 1704819686 +SHA256 (logswan-2.1.14.tar.gz) = 689e9af1ba8f22443e6ed3480693cc3a3add68c296d8e535dffa641c0c25e459 +SIZE (logswan-2.1.14.tar.gz) = 25223 diff --git a/www/lychee/Makefile b/www/lychee/Makefile index ac4f409fb04..c1679541212 100644 --- a/www/lychee/Makefile +++ b/www/lychee/Makefile @@ -1,7 +1,7 @@ PORTNAME= lychee DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www net MAINTAINER= pizzamig@FreeBSD.org diff --git a/www/manpageblog/Makefile b/www/manpageblog/Makefile index 03859c50be0..581d94d51e9 100644 --- a/www/manpageblog/Makefile +++ b/www/manpageblog/Makefile @@ -1,6 +1,6 @@ PORTNAME= manpageblog DISTVERSIONPREFIX= v -DISTVERSION= 1.2 +DISTVERSION= 1.3 CATEGORIES= www PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/manpageblog/distinfo b/www/manpageblog/distinfo index 9e56a6686c7..e17bb8382b5 100644 --- a/www/manpageblog/distinfo +++ b/www/manpageblog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700679128 -SHA256 (gyptazy-manpageblog-v1.2_GH0.tar.gz) = 6538c1d6d86abd138bcd85b75b81f731832d8bae5d4a1899a4f8e2ac74cb1605 -SIZE (gyptazy-manpageblog-v1.2_GH0.tar.gz) = 13338 +TIMESTAMP = 1704917128 +SHA256 (gyptazy-manpageblog-v1.3_GH0.tar.gz) = ca744c894005c1a9033e36c77da5a50508675b3619868f703626553008dbf3aa +SIZE (gyptazy-manpageblog-v1.3_GH0.tar.gz) = 15019 diff --git a/www/manpageblog/pkg-plist b/www/manpageblog/pkg-plist index 44fd06923f9..bb710239369 100644 --- a/www/manpageblog/pkg-plist +++ b/www/manpageblog/pkg-plist @@ -2,12 +2,14 @@ bin/manpageblog %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/dark.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/grey.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/grey_blue.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/light.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/feed.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/item.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/item.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/list.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/page.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/page_tags.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/post.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blog.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/_index.html @@ -17,4 +19,6 @@ bin/manpageblog %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-15-manpageblog-release-1-1.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-21-manpageblog-in-the-1-mb-website-club.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-22-manpageblog-release-1-2.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-12-15-manpageblock-container-image-for-docker-podman.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2024-01-09-manpageblog-release-1-3.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/contact.html diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile index 1be2b6d32a9..6e296559709 100644 --- a/www/micro_httpd/Makefile +++ b/www/micro_httpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= micro_httpd PORTVERSION= 2014.08.14 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/micro_httpd/ DISTNAME= ${PORTNAME}_14Aug2014 @@ -14,7 +15,7 @@ USES= cpe CPE_VENDOR= acme WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= sbin/micro_httpd man/man8/micro_httpd.8.gz +PLIST_FILES= sbin/micro_httpd share/man/man8/micro_httpd.8.gz ALL_TARGET= ${PORTNAME} @@ -23,6 +24,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micro_httpd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/micro_httpd.8 ${STAGEDIR}${MAN1PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/micro_httpd.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/www/microbin/Makefile b/www/microbin/Makefile index 6423b9c1868..9962e87fa2c 100644 --- a/www/microbin/Makefile +++ b/www/microbin/Makefile @@ -1,7 +1,7 @@ PORTNAME= microbin DISTVERSIONPREFIX= v DISTVERSION= 2.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/middleman/Makefile b/www/middleman/Makefile index e479e28ba2f..871d60bf9d0 100644 --- a/www/middleman/Makefile +++ b/www/middleman/Makefile @@ -1,6 +1,6 @@ PORTNAME= middleman PORTVERSION= 1.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF/middle-man/Source/${PORTNAME} @@ -38,7 +38,7 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${MMAN_CACHE} - ${INSTALL_MAN} ${WRKSRC}/man/mman.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/mman.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${INSTALL_PROGRAM} ${WRKSRC}/mman ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/config.xml \ ${STAGEDIR}${PREFIX}/etc/mman.xml.sample diff --git a/www/middleman/pkg-plist b/www/middleman/pkg-plist index 979edc6a0a5..16c32516ee6 100644 --- a/www/middleman/pkg-plist +++ b/www/middleman/pkg-plist @@ -1,7 +1,7 @@ bin/mman @sample etc/rc.d/mman.sh.sample @sample etc/mman.xml.sample -man/man8/mman.8.gz +share/man/man8/mman.8.gz %%PORTDOCS%%%%DOCSDIR%%/README.html %%PORTDOCS%%%%DOCSDIR%%/filter.pl @dir %%MMAN_CACHE%% diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile index c1566fc6ba6..907ab8e2a6e 100644 --- a/www/miniserve/Makefile +++ b/www/miniserve/Makefile @@ -1,7 +1,6 @@ PORTNAME= miniserve DISTVERSIONPREFIX= v -DISTVERSION= 0.24.0 -PORTREVISION= 4 +DISTVERSION= 0.25.0 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org @@ -19,333 +18,6 @@ USES= cargo ssl:build USE_GITHUB= yes GH_ACCOUNT= svenstaro -CARGO_CRATES= actix-codec-0.5.1 \ - actix-files-0.6.2 \ - actix-http-3.3.1 \ - actix-macros-0.2.3 \ - actix-multipart-0.5.0 \ - actix-router-0.5.1 \ - actix-rt-2.8.0 \ - actix-server-2.2.0 \ - actix-service-2.0.2 \ - actix-tls-3.0.3 \ - actix-utils-3.0.1 \ - actix-web-4.3.1 \ - actix-web-codegen-4.2.0 \ - actix-web-httpauth-0.8.0 \ - addr2line-0.20.0 \ - adler-1.0.2 \ - adler32-1.2.0 \ - ahash-0.7.6 \ - ahash-0.8.3 \ - aho-corasick-0.7.20 \ - aho-corasick-1.0.2 \ - alloc-no-stdlib-2.0.4 \ - alloc-stdlib-0.2.2 \ - alphanumeric-sort-1.5.1 \ - android-tzdata-0.1.1 \ - android_system_properties-0.1.5 \ - anstream-0.3.2 \ - anstyle-1.0.1 \ - anstyle-parse-0.2.1 \ - anstyle-query-1.0.0 \ - anstyle-wincon-1.0.1 \ - anyhow-1.0.71 \ - askama_escape-0.10.3 \ - assert_cmd-2.0.11 \ - assert_fs-1.0.13 \ - autocfg-1.1.0 \ - backtrace-0.3.68 \ - base64-0.13.1 \ - base64-0.21.2 \ - bit-set-0.5.3 \ - bit-vec-0.6.3 \ - bitflags-1.3.2 \ - bitflags-2.3.3 \ - block-buffer-0.10.4 \ - brotli-3.3.4 \ - brotli-decompressor-2.3.4 \ - bstr-1.6.0 \ - bumpalo-3.13.0 \ - byteorder-1.4.3 \ - bytes-1.4.0 \ - bytesize-1.2.0 \ - bytestring-1.3.0 \ - cc-1.0.79 \ - cfg-if-1.0.0 \ - chrono-0.4.26 \ - chrono-humanize-0.2.2 \ - clap-4.3.11 \ - clap_builder-4.3.11 \ - clap_complete-4.3.2 \ - clap_derive-4.3.2 \ - clap_lex-0.5.0 \ - clap_mangen-0.2.12 \ - codemap-0.1.3 \ - colorchoice-1.0.0 \ - colored-2.0.4 \ - comrak-0.18.0 \ - convert_case-0.4.0 \ - core-foundation-sys-0.8.4 \ - cpufeatures-0.2.9 \ - crc32fast-1.3.2 \ - crossbeam-utils-0.8.16 \ - crypto-common-0.1.6 \ - ctor-0.1.26 \ - derive_more-0.99.17 \ - deunicode-0.4.3 \ - diff-0.1.13 \ - difflib-0.4.0 \ - digest-0.10.7 \ - doc-comment-0.3.3 \ - either-1.8.1 \ - encoding_rs-0.8.32 \ - entities-1.0.1 \ - errno-0.3.1 \ - errno-dragonfly-0.1.2 \ - fake-tty-0.3.1 \ - fast_qr-0.9.0 \ - fastrand-1.9.0 \ - filetime-0.2.21 \ - flate2-1.0.26 \ - float-cmp-0.9.0 \ - fnv-1.0.7 \ - form_urlencoded-1.2.0 \ - futf-0.1.5 \ - futures-0.3.28 \ - futures-channel-0.3.28 \ - futures-core-0.3.28 \ - futures-executor-0.3.28 \ - futures-io-0.3.28 \ - futures-macro-0.3.28 \ - futures-sink-0.3.28 \ - futures-task-0.3.28 \ - futures-timer-3.0.2 \ - futures-util-0.3.28 \ - generic-array-0.14.7 \ - getrandom-0.2.10 \ - gimli-0.27.3 \ - glob-0.3.1 \ - globset-0.4.10 \ - globwalk-0.8.1 \ - grass-0.12.4 \ - grass_compiler-0.12.4 \ - h2-0.3.20 \ - hashbrown-0.11.2 \ - hashbrown-0.12.3 \ - heck-0.4.1 \ - hermit-abi-0.3.2 \ - hex-0.4.3 \ - html5ever-0.26.0 \ - http-0.2.9 \ - http-body-0.4.5 \ - http-range-0.1.5 \ - httparse-1.8.0 \ - httpdate-1.0.2 \ - hyper-0.14.27 \ - hyper-rustls-0.24.1 \ - iana-time-zone-0.1.57 \ - iana-time-zone-haiku-0.1.2 \ - idna-0.4.0 \ - if-addrs-0.10.1 \ - ignore-0.4.20 \ - indexmap-1.9.3 \ - instant-0.1.12 \ - io-lifetimes-1.0.11 \ - ipnet-2.8.0 \ - is-terminal-0.4.8 \ - itertools-0.10.5 \ - itoa-1.0.8 \ - jobserver-0.1.26 \ - js-sys-0.3.64 \ - language-tags-0.3.2 \ - lasso-0.6.0 \ - lazy_static-1.4.0 \ - libc-0.2.147 \ - libflate-1.4.0 \ - libflate_lz77-1.2.0 \ - linux-raw-sys-0.3.8 \ - linux-raw-sys-0.4.3 \ - local-channel-0.1.3 \ - local-waker-0.1.3 \ - lock_api-0.4.10 \ - log-0.4.19 \ - mac-0.1.1 \ - markup5ever-0.11.0 \ - markup5ever_rcdom-0.2.0 \ - maud-0.25.0 \ - maud_macros-0.25.0 \ - memchr-2.5.0 \ - mime-0.3.17 \ - mime_guess-2.0.4 \ - miniz_oxide-0.7.1 \ - mio-0.8.8 \ - nanoid-0.4.0 \ - new_debug_unreachable-1.0.4 \ - normalize-line-endings-0.3.0 \ - num-traits-0.2.15 \ - num_cpus-1.16.0 \ - num_threads-0.1.6 \ - object-0.31.1 \ - once_cell-1.18.0 \ - output_vt100-0.1.3 \ - parking_lot-0.12.1 \ - parking_lot_core-0.9.8 \ - paste-1.0.13 \ - percent-encoding-2.3.0 \ - phf-0.10.1 \ - phf_codegen-0.10.0 \ - phf_generator-0.10.0 \ - phf_macros-0.10.0 \ - phf_shared-0.10.0 \ - pin-project-lite-0.2.10 \ - pin-utils-0.1.0 \ - pkg-config-0.3.27 \ - port_check-0.1.5 \ - ppv-lite86-0.2.17 \ - precomputed-hash-0.1.1 \ - predicates-3.0.3 \ - predicates-core-1.0.6 \ - predicates-tree-1.0.9 \ - pretty_assertions-1.3.0 \ - proc-macro-error-1.0.4 \ - proc-macro-error-attr-1.0.4 \ - proc-macro-hack-0.5.20+deprecated \ - proc-macro2-1.0.63 \ - quote-1.0.29 \ - rand-0.8.5 \ - rand_chacha-0.3.1 \ - rand_core-0.6.4 \ - redox_syscall-0.2.16 \ - redox_syscall-0.3.5 \ - regex-1.9.0 \ - regex-automata-0.3.0 \ - regex-syntax-0.7.3 \ - relative-path-1.8.0 \ - reqwest-0.11.18 \ - ring-0.16.20 \ - rle-decode-fast-1.0.3 \ - roff-0.2.1 \ - rstest-0.18.1 \ - rstest_macros-0.18.1 \ - rustc-demangle-0.1.23 \ - rustc_version-0.4.0 \ - rustix-0.37.23 \ - rustix-0.38.3 \ - rustls-0.20.8 \ - rustls-0.21.3 \ - rustls-pemfile-1.0.3 \ - rustls-webpki-0.101.0 \ - rustversion-1.0.13 \ - ryu-1.0.14 \ - same-file-1.0.6 \ - scopeguard-1.1.0 \ - sct-0.7.0 \ - select-0.6.0 \ - semver-1.0.17 \ - serde-1.0.166 \ - serde_derive-1.0.166 \ - serde_json-1.0.100 \ - serde_urlencoded-0.7.1 \ - sha1-0.10.5 \ - sha2-0.10.7 \ - signal-hook-registry-1.4.1 \ - simplelog-0.12.1 \ - siphasher-0.3.10 \ - slab-0.4.8 \ - slug-0.1.4 \ - smallvec-1.10.0 \ - socket2-0.4.9 \ - socket2-0.5.3 \ - spin-0.5.2 \ - string_cache-0.8.7 \ - string_cache_codegen-0.5.2 \ - strsim-0.10.0 \ - strum-0.25.0 \ - strum_macros-0.25.1 \ - syn-1.0.109 \ - syn-2.0.23 \ - tar-0.4.38 \ - tempfile-3.6.0 \ - tendril-0.4.3 \ - termcolor-1.1.3 \ - terminal_size-0.2.6 \ - termtree-0.4.1 \ - thiserror-1.0.41 \ - thiserror-impl-1.0.41 \ - thread_local-1.1.7 \ - time-0.1.45 \ - time-0.3.22 \ - time-core-0.1.1 \ - time-macros-0.2.9 \ - tinyvec-1.6.0 \ - tinyvec_macros-0.1.1 \ - tokio-1.29.1 \ - tokio-rustls-0.23.4 \ - tokio-rustls-0.24.1 \ - tokio-util-0.7.8 \ - tower-service-0.3.2 \ - tracing-0.1.37 \ - tracing-core-0.1.31 \ - try-lock-0.2.4 \ - typed-arena-2.0.2 \ - typenum-1.16.0 \ - unicase-2.6.0 \ - unicode-bidi-0.3.13 \ - unicode-ident-1.0.10 \ - unicode-normalization-0.1.22 \ - unicode_categories-0.1.1 \ - untrusted-0.7.1 \ - url-2.4.0 \ - utf-8-0.7.6 \ - utf8parse-0.2.1 \ - version_check-0.9.4 \ - wait-timeout-0.2.0 \ - walkdir-2.3.3 \ - want-0.3.1 \ - wasi-0.10.0+wasi-snapshot-preview1 \ - wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.87 \ - wasm-bindgen-backend-0.2.87 \ - 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 \ - web-sys-0.3.64 \ - webpki-0.22.0 \ - webpki-roots-0.22.6 \ - 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.48.0 \ - windows-sys-0.45.0 \ - windows-sys-0.48.0 \ - windows-targets-0.42.2 \ - windows-targets-0.48.1 \ - windows_aarch64_gnullvm-0.42.2 \ - windows_aarch64_gnullvm-0.48.0 \ - windows_aarch64_msvc-0.42.2 \ - windows_aarch64_msvc-0.48.0 \ - windows_i686_gnu-0.42.2 \ - windows_i686_gnu-0.48.0 \ - windows_i686_msvc-0.42.2 \ - windows_i686_msvc-0.48.0 \ - windows_x86_64_gnu-0.42.2 \ - windows_x86_64_gnu-0.48.0 \ - windows_x86_64_gnullvm-0.42.2 \ - windows_x86_64_gnullvm-0.48.0 \ - windows_x86_64_msvc-0.42.2 \ - windows_x86_64_msvc-0.48.0 \ - winreg-0.10.1 \ - xattr-0.2.3 \ - xml5ever-0.17.0 \ - yansi-0.5.1 \ - zip-0.6.6 \ - zstd-0.12.3+zstd.1.5.2 \ - zstd-safe-6.0.5+zstd.1.5.4 \ - zstd-sys-2.0.8+zstd.1.5.5 - PLIST_FILES= bin/miniserve PORTDOCS= README.md diff --git a/www/miniserve/Makefile.crates b/www/miniserve/Makefile.crates new file mode 100644 index 00000000000..f720741567d --- /dev/null +++ b/www/miniserve/Makefile.crates @@ -0,0 +1,345 @@ +CARGO_CRATES= actix-codec-0.5.1 \ + actix-files-0.6.4 \ + actix-http-3.5.1 \ + actix-macros-0.2.4 \ + actix-multipart-0.6.1 \ + actix-multipart-derive-0.6.1 \ + actix-router-0.5.2 \ + actix-rt-2.9.0 \ + actix-server-2.3.0 \ + actix-service-2.0.2 \ + actix-tls-3.1.1 \ + actix-utils-3.0.1 \ + actix-web-4.4.1 \ + actix-web-codegen-4.2.2 \ + actix-web-httpauth-0.8.1 \ + addr2line-0.21.0 \ + adler-1.0.2 \ + adler32-1.2.0 \ + ahash-0.7.7 \ + ahash-0.8.7 \ + aho-corasick-1.1.2 \ + alloc-no-stdlib-2.0.4 \ + alloc-stdlib-0.2.2 \ + alphanumeric-sort-1.5.3 \ + android-tzdata-0.1.1 \ + android_system_properties-0.1.5 \ + 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.79 \ + assert_cmd-2.0.12 \ + assert_fs-1.1.0 \ + autocfg-1.1.0 \ + backtrace-0.3.69 \ + base64-0.21.5 \ + bit-set-0.5.3 \ + bit-vec-0.6.3 \ + bitflags-1.3.2 \ + bitflags-2.4.1 \ + block-buffer-0.10.4 \ + brotli-3.4.0 \ + brotli-decompressor-2.5.1 \ + bstr-1.9.0 \ + bumpalo-3.14.0 \ + byteorder-1.5.0 \ + bytes-1.5.0 \ + bytesize-1.3.0 \ + bytestring-1.3.1 \ + cc-1.0.83 \ + cfg-if-1.0.0 \ + chrono-0.4.31 \ + chrono-humanize-0.2.3 \ + clap-4.4.13 \ + clap_builder-4.4.12 \ + clap_complete-4.4.6 \ + clap_derive-4.4.7 \ + clap_lex-0.6.0 \ + clap_mangen-0.2.16 \ + codemap-0.1.3 \ + colorchoice-1.0.0 \ + colored-2.1.0 \ + comrak-0.20.0 \ + convert_case-0.4.0 \ + core-foundation-0.9.4 \ + core-foundation-sys-0.8.6 \ + core2-0.4.0 \ + cpufeatures-0.2.12 \ + crc32fast-1.3.2 \ + crossbeam-deque-0.8.4 \ + crossbeam-epoch-0.9.17 \ + crossbeam-utils-0.8.18 \ + crypto-common-0.1.6 \ + darling-0.14.4 \ + darling-0.20.3 \ + darling_core-0.14.4 \ + darling_core-0.20.3 \ + darling_macro-0.14.4 \ + darling_macro-0.20.3 \ + dary_heap-0.3.6 \ + deranged-0.3.11 \ + derive_builder-0.12.0 \ + derive_builder_core-0.12.0 \ + derive_builder_macro-0.12.0 \ + derive_more-0.99.17 \ + deunicode-1.4.2 \ + diff-0.1.13 \ + difflib-0.4.0 \ + digest-0.10.7 \ + doc-comment-0.3.3 \ + either-1.9.0 \ + encoding_rs-0.8.33 \ + entities-1.0.1 \ + equivalent-1.0.1 \ + errno-0.3.8 \ + fake-tty-0.3.1 \ + fast_qr-0.11.0 \ + fastrand-2.0.1 \ + filetime-0.2.23 \ + flate2-1.0.28 \ + float-cmp-0.9.0 \ + fnv-1.0.7 \ + form_urlencoded-1.2.1 \ + futf-0.1.5 \ + 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.30 \ + generic-array-0.14.7 \ + getrandom-0.2.11 \ + gimli-0.28.1 \ + glob-0.3.1 \ + globset-0.4.14 \ + globwalk-0.8.1 \ + grass-0.13.1 \ + grass_compiler-0.13.0 \ + h2-0.3.22 \ + hashbrown-0.11.2 \ + hashbrown-0.12.3 \ + hashbrown-0.13.2 \ + hashbrown-0.14.3 \ + heck-0.4.1 \ + hermit-abi-0.3.3 \ + hex-0.4.3 \ + html5ever-0.26.0 \ + http-0.2.11 \ + http-body-0.4.6 \ + http-range-0.1.5 \ + httparse-1.8.0 \ + httpdate-1.0.3 \ + hyper-0.14.28 \ + hyper-rustls-0.24.2 \ + iana-time-zone-0.1.59 \ + iana-time-zone-haiku-0.1.2 \ + ident_case-1.0.1 \ + idna-0.5.0 \ + if-addrs-0.11.0 \ + ignore-0.4.22 \ + impl-more-0.1.6 \ + include_sass-0.13.0 \ + indexmap-1.9.3 \ + indexmap-2.1.0 \ + ipnet-2.9.0 \ + itertools-0.11.0 \ + itoa-1.0.10 \ + jobserver-0.1.27 \ + js-sys-0.3.66 \ + language-tags-0.3.2 \ + lasso-0.6.0 \ + lazy_static-1.4.0 \ + libc-0.2.151 \ + libflate-2.0.0 \ + libflate_lz77-2.0.0 \ + linux-raw-sys-0.4.12 \ + local-channel-0.1.5 \ + local-waker-0.1.4 \ + lock_api-0.4.11 \ + log-0.4.20 \ + mac-0.1.1 \ + markup5ever-0.11.0 \ + markup5ever_rcdom-0.2.0 \ + maud-0.25.0 \ + maud_macros-0.25.0 \ + memchr-2.7.1 \ + mime-0.3.17 \ + mime_guess-2.0.4 \ + miniz_oxide-0.7.1 \ + mio-0.8.10 \ + nanoid-0.4.0 \ + new_debug_unreachable-1.0.4 \ + normalize-line-endings-0.3.0 \ + num-traits-0.2.17 \ + num_cpus-1.16.0 \ + num_threads-0.1.6 \ + object-0.32.2 \ + once_cell-1.19.0 \ + parking_lot-0.12.1 \ + parking_lot_core-0.9.9 \ + parse-size-1.0.0 \ + paste-1.0.14 \ + percent-encoding-2.3.1 \ + phf-0.10.1 \ + phf_codegen-0.10.0 \ + phf_generator-0.10.0 \ + phf_macros-0.10.0 \ + phf_shared-0.10.0 \ + pin-project-lite-0.2.13 \ + pin-utils-0.1.0 \ + pkg-config-0.3.28 \ + port_check-0.1.5 \ + powerfmt-0.2.0 \ + ppv-lite86-0.2.17 \ + precomputed-hash-0.1.1 \ + predicates-3.0.4 \ + predicates-core-1.0.6 \ + predicates-tree-1.0.9 \ + pretty_assertions-1.4.0 \ + proc-macro-error-1.0.4 \ + proc-macro-error-attr-1.0.4 \ + proc-macro-hack-0.5.20+deprecated \ + proc-macro2-1.0.76 \ + quote-1.0.35 \ + rand-0.8.5 \ + rand_chacha-0.3.1 \ + rand_core-0.6.4 \ + redox_syscall-0.4.1 \ + regex-1.10.2 \ + regex-automata-0.4.3 \ + regex-syntax-0.8.2 \ + relative-path-1.9.2 \ + reqwest-0.11.23 \ + ring-0.16.20 \ + ring-0.17.7 \ + rle-decode-fast-1.0.3 \ + roff-0.2.1 \ + rstest-0.18.2 \ + rstest_macros-0.18.2 \ + rustc-demangle-0.1.23 \ + rustc_version-0.4.0 \ + rustix-0.38.28 \ + rustls-0.20.9 \ + rustls-0.21.10 \ + rustls-pemfile-1.0.4 \ + rustls-webpki-0.101.7 \ + rustversion-1.0.14 \ + ryu-1.0.16 \ + same-file-1.0.6 \ + scopeguard-1.2.0 \ + sct-0.7.1 \ + select-0.6.0 \ + semver-1.0.21 \ + serde-1.0.195 \ + serde_derive-1.0.195 \ + serde_json-1.0.111 \ + serde_plain-1.0.2 \ + serde_urlencoded-0.7.1 \ + sha1-0.10.6 \ + sha2-0.10.8 \ + signal-hook-registry-1.4.1 \ + simplelog-0.12.1 \ + siphasher-0.3.11 \ + slab-0.4.9 \ + slug-0.1.5 \ + smallvec-1.11.2 \ + socket2-0.5.5 \ + spin-0.5.2 \ + spin-0.9.8 \ + string_cache-0.8.7 \ + string_cache_codegen-0.5.2 \ + strsim-0.10.0 \ + strum-0.25.0 \ + strum_macros-0.25.3 \ + syn-1.0.109 \ + syn-2.0.48 \ + system-configuration-0.5.1 \ + system-configuration-sys-0.5.0 \ + tar-0.4.40 \ + tempfile-3.9.0 \ + tendril-0.4.3 \ + termcolor-1.1.3 \ + terminal_size-0.3.0 \ + termtree-0.4.1 \ + thiserror-1.0.56 \ + thiserror-impl-1.0.56 \ + time-0.3.31 \ + time-core-0.1.2 \ + time-macros-0.2.16 \ + tinyvec-1.6.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.35.1 \ + tokio-rustls-0.23.4 \ + tokio-rustls-0.24.1 \ + tokio-util-0.7.10 \ + tower-service-0.3.2 \ + tracing-0.1.40 \ + tracing-core-0.1.32 \ + try-lock-0.2.5 \ + typed-arena-2.0.2 \ + typenum-1.17.0 \ + unicase-2.7.0 \ + unicode-bidi-0.3.14 \ + unicode-ident-1.0.12 \ + unicode-normalization-0.1.22 \ + unicode_categories-0.1.1 \ + untrusted-0.7.1 \ + untrusted-0.9.0 \ + url-2.5.0 \ + utf-8-0.7.6 \ + utf8parse-0.2.1 \ + v_htmlescape-0.15.8 \ + version_check-0.9.4 \ + wait-timeout-0.2.0 \ + 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 \ + web-sys-0.3.66 \ + webpki-0.22.4 \ + webpki-roots-0.22.6 \ + webpki-roots-0.25.3 \ + 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.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 \ + winreg-0.50.0 \ + xattr-1.2.0 \ + xml5ever-0.17.0 \ + yansi-0.5.1 \ + zerocopy-0.7.32 \ + zerocopy-derive-0.7.32 \ + zip-0.6.6 \ + zstd-0.13.0 \ + zstd-safe-7.0.0 \ + zstd-sys-2.0.9+zstd.1.5.5 diff --git a/www/miniserve/distinfo b/www/miniserve/distinfo index 689625a9274..fd457dd5cf5 100644 --- a/www/miniserve/distinfo +++ b/www/miniserve/distinfo @@ -1,154 +1,178 @@ -TIMESTAMP = 1688975900 +TIMESTAMP = 1704723906 SHA256 (rust/crates/actix-codec-0.5.1.crate) = 617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8 SIZE (rust/crates/actix-codec-0.5.1.crate) = 14337 -SHA256 (rust/crates/actix-files-0.6.2.crate) = d832782fac6ca7369a70c9ee9a20554623c5e51c76e190ad151780ebea1cf689 -SIZE (rust/crates/actix-files-0.6.2.crate) = 30031 -SHA256 (rust/crates/actix-http-3.3.1.crate) = c2079246596c18b4a33e274ae10c0e50613f4d32a4198e09c7b93771013fed74 -SIZE (rust/crates/actix-http-3.3.1.crate) = 152589 -SHA256 (rust/crates/actix-macros-0.2.3.crate) = 465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6 -SIZE (rust/crates/actix-macros-0.2.3.crate) = 8259 -SHA256 (rust/crates/actix-multipart-0.5.0.crate) = 5011f5be460e35a5b82e1745c0ea0c6293e8f8d38bbaa1f0455afcff5b454ad6 -SIZE (rust/crates/actix-multipart-0.5.0.crate) = 16352 -SHA256 (rust/crates/actix-router-0.5.1.crate) = d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799 -SIZE (rust/crates/actix-router-0.5.1.crate) = 31905 -SHA256 (rust/crates/actix-rt-2.8.0.crate) = 15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e -SIZE (rust/crates/actix-rt-2.8.0.crate) = 20603 -SHA256 (rust/crates/actix-server-2.2.0.crate) = 3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327 -SIZE (rust/crates/actix-server-2.2.0.crate) = 37613 +SHA256 (rust/crates/actix-files-0.6.4.crate) = cc517050e349356239da19a5e100cd61c21658b3ae183b02c1c6799c581bddf3 +SIZE (rust/crates/actix-files-0.6.4.crate) = 39103 +SHA256 (rust/crates/actix-http-3.5.1.crate) = 129d4c88e98860e1758c5de288d1632b07970a16d59bdf7b8d66053d582bb71f +SIZE (rust/crates/actix-http-3.5.1.crate) = 151195 +SHA256 (rust/crates/actix-macros-0.2.4.crate) = e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb +SIZE (rust/crates/actix-macros-0.2.4.crate) = 8380 +SHA256 (rust/crates/actix-multipart-0.6.1.crate) = 3b960e2aea75f49c8f069108063d12a48d329fc8b60b786dfc7552a9d5918d2d +SIZE (rust/crates/actix-multipart-0.6.1.crate) = 24535 +SHA256 (rust/crates/actix-multipart-derive-0.6.1.crate) = 0a0a77f836d869f700e5b47ac7c3c8b9c8bc82e4aec861954c6198abee3ebd4d +SIZE (rust/crates/actix-multipart-derive-0.6.1.crate) = 9348 +SHA256 (rust/crates/actix-router-0.5.2.crate) = d22475596539443685426b6bdadb926ad0ecaefdfc5fb05e5e3441f15463c511 +SIZE (rust/crates/actix-router-0.5.2.crate) = 32386 +SHA256 (rust/crates/actix-rt-2.9.0.crate) = 28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d +SIZE (rust/crates/actix-rt-2.9.0.crate) = 22096 +SHA256 (rust/crates/actix-server-2.3.0.crate) = 3eb13e7eef0423ea6eab0e59f6c72e7cb46d33691ad56a726b3cd07ddec2c2d4 +SIZE (rust/crates/actix-server-2.3.0.crate) = 38806 SHA256 (rust/crates/actix-service-2.0.2.crate) = 3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a SIZE (rust/crates/actix-service-2.0.2.crate) = 25293 -SHA256 (rust/crates/actix-tls-3.0.3.crate) = 9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297 -SIZE (rust/crates/actix-tls-3.0.3.crate) = 33710 +SHA256 (rust/crates/actix-tls-3.1.1.crate) = 72616e7fbec0aa99c6f3164677fa48ff5a60036d0799c98cab894a44f3e0efc3 +SIZE (rust/crates/actix-tls-3.1.1.crate) = 35389 SHA256 (rust/crates/actix-utils-3.0.1.crate) = 88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8 SIZE (rust/crates/actix-utils-3.0.1.crate) = 10096 -SHA256 (rust/crates/actix-web-4.3.1.crate) = cd3cb42f9566ab176e1ef0b8b3a896529062b4efc6be0123046095914c4c1c96 -SIZE (rust/crates/actix-web-4.3.1.crate) = 220248 -SHA256 (rust/crates/actix-web-codegen-4.2.0.crate) = 2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9 -SIZE (rust/crates/actix-web-codegen-4.2.0.crate) = 16767 -SHA256 (rust/crates/actix-web-httpauth-0.8.0.crate) = 6dda62cf04bc3a9ad2ea8f314f721951cfdb4cdacec4e984d20e77c7bb170991 -SIZE (rust/crates/actix-web-httpauth-0.8.0.crate) = 26974 -SHA256 (rust/crates/addr2line-0.20.0.crate) = f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3 -SIZE (rust/crates/addr2line-0.20.0.crate) = 39558 +SHA256 (rust/crates/actix-web-4.4.1.crate) = e43428f3bf11dee6d166b00ec2df4e3aa8cc1606aaa0b7433c146852e2f4e03b +SIZE (rust/crates/actix-web-4.4.1.crate) = 230015 +SHA256 (rust/crates/actix-web-codegen-4.2.2.crate) = eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5 +SIZE (rust/crates/actix-web-codegen-4.2.2.crate) = 17159 +SHA256 (rust/crates/actix-web-httpauth-0.8.1.crate) = 1d613edf08a42ccc6864c941d30fe14e1b676a77d16f1dbadc1174d065a0a775 +SIZE (rust/crates/actix-web-httpauth-0.8.1.crate) = 27480 +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/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.3.crate) = 2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f -SIZE (rust/crates/ahash-0.8.3.crate) = 42416 -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.0.2.crate) = 43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41 -SIZE (rust/crates/aho-corasick-1.0.2.crate) = 167694 +SHA256 (rust/crates/ahash-0.7.7.crate) = 5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd +SIZE (rust/crates/ahash-0.7.7.crate) = 38508 +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/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 SIZE (rust/crates/alloc-stdlib-0.2.2.crate) = 6693 -SHA256 (rust/crates/alphanumeric-sort-1.5.1.crate) = 81149050d254e2b758c80dcf55949e5c45482e0c9cb3670b1c4b48eb51791f8e -SIZE (rust/crates/alphanumeric-sort-1.5.1.crate) = 6182 +SHA256 (rust/crates/alphanumeric-sort-1.5.3.crate) = d67c60c5f10f11c6ee04de72b2dd98bb9d2548cbc314d22a609bfa8bd9e87e8f +SIZE (rust/crates/alphanumeric-sort-1.5.3.crate) = 6318 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.3.2.crate) = 0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163 -SIZE (rust/crates/anstream-0.3.2.crate) = 19504 -SHA256 (rust/crates/anstyle-1.0.1.crate) = 3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd -SIZE (rust/crates/anstyle-1.0.1.crate) = 13977 -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-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/askama_escape-0.10.3.crate) = 619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341 -SIZE (rust/crates/askama_escape-0.10.3.crate) = 8875 -SHA256 (rust/crates/assert_cmd-2.0.11.crate) = 86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151 -SIZE (rust/crates/assert_cmd-2.0.11.crate) = 25346 -SHA256 (rust/crates/assert_fs-1.0.13.crate) = f070617a68e5c2ed5d06ee8dd620ee18fb72b99f6c094bed34cf8ab07c875b48 -SIZE (rust/crates/assert_fs-1.0.13.crate) = 19063 +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.79.crate) = 080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca +SIZE (rust/crates/anyhow-1.0.79.crate) = 44931 +SHA256 (rust/crates/assert_cmd-2.0.12.crate) = 88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6 +SIZE (rust/crates/assert_cmd-2.0.12.crate) = 25347 +SHA256 (rust/crates/assert_fs-1.1.0.crate) = adc5d78e9048d836d12a0c0040ca5f45b18a94d204b4ba4f677a8a7de162426b +SIZE (rust/crates/assert_fs-1.1.0.crate) = 18037 SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa 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.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 -SIZE (rust/crates/base64-0.13.1.crate) = 61002 -SHA256 (rust/crates/base64-0.21.2.crate) = 604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d -SIZE (rust/crates/base64-0.21.2.crate) = 76389 +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/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.3.3.crate) = 630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42 -SIZE (rust/crates/bitflags-2.3.3.crate) = 34320 +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/brotli-3.3.4.crate) = a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68 -SIZE (rust/crates/brotli-3.3.4.crate) = 1369026 -SHA256 (rust/crates/brotli-decompressor-2.3.4.crate) = 4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744 -SIZE (rust/crates/brotli-decompressor-2.3.4.crate) = 192085 -SHA256 (rust/crates/bstr-1.6.0.crate) = 6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05 -SIZE (rust/crates/bstr-1.6.0.crate) = 385877 -SHA256 (rust/crates/bumpalo-3.13.0.crate) = a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 -SIZE (rust/crates/bumpalo-3.13.0.crate) = 82114 -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/bytesize-1.2.0.crate) = 38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5 -SIZE (rust/crates/bytesize-1.2.0.crate) = 9996 -SHA256 (rust/crates/bytestring-1.3.0.crate) = 238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae -SIZE (rust/crates/bytestring-1.3.0.crate) = 8561 -SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f -SIZE (rust/crates/cc-1.0.79.crate) = 62624 +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/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/bytesize-1.3.0.crate) = a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc +SIZE (rust/crates/bytesize-1.3.0.crate) = 10164 +SHA256 (rust/crates/bytestring-1.3.1.crate) = 74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72 +SIZE (rust/crates/bytestring-1.3.1.crate) = 9142 +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.26.crate) = ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5 -SIZE (rust/crates/chrono-0.4.26.crate) = 191501 -SHA256 (rust/crates/chrono-humanize-0.2.2.crate) = 32dce1ea1988dbdf9f9815ff11425828523bd2a134ec0805d2ac8af26ee6096e -SIZE (rust/crates/chrono-humanize-0.2.2.crate) = 14761 -SHA256 (rust/crates/clap-4.3.11.crate) = 1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d -SIZE (rust/crates/clap-4.3.11.crate) = 54864 -SHA256 (rust/crates/clap_builder-4.3.11.crate) = 98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b -SIZE (rust/crates/clap_builder-4.3.11.crate) = 160795 -SHA256 (rust/crates/clap_complete-4.3.2.crate) = 5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce -SIZE (rust/crates/clap_complete-4.3.2.crate) = 34104 -SHA256 (rust/crates/clap_derive-4.3.2.crate) = b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f -SIZE (rust/crates/clap_derive-4.3.2.crate) = 29053 -SHA256 (rust/crates/clap_lex-0.5.0.crate) = 2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b -SIZE (rust/crates/clap_lex-0.5.0.crate) = 11792 -SHA256 (rust/crates/clap_mangen-0.2.12.crate) = 8f2e32b579dae093c2424a8b7e2bea09c89da01e1ce5065eb2f0a6f1cc15cc1f -SIZE (rust/crates/clap_mangen-0.2.12.crate) = 15045 +SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38 +SIZE (rust/crates/chrono-0.4.31.crate) = 214513 +SHA256 (rust/crates/chrono-humanize-0.2.3.crate) = 799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b +SIZE (rust/crates/chrono-humanize-0.2.3.crate) = 15411 +SHA256 (rust/crates/clap-4.4.13.crate) = 52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642 +SIZE (rust/crates/clap-4.4.13.crate) = 55293 +SHA256 (rust/crates/clap_builder-4.4.12.crate) = fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9 +SIZE (rust/crates/clap_builder-4.4.12.crate) = 163345 +SHA256 (rust/crates/clap_complete-4.4.6.crate) = 97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd +SIZE (rust/crates/clap_complete-4.4.6.crate) = 38177 +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_mangen-0.2.16.crate) = 10b5db60b3310cdb376fbeb8826e875a38080d0c61bdec0a91a3da8338948736 +SIZE (rust/crates/clap_mangen-0.2.16.crate) = 14022 SHA256 (rust/crates/codemap-0.1.3.crate) = b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24 SIZE (rust/crates/codemap-0.1.3.crate) = 9483 SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/colored-2.0.4.crate) = 2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6 -SIZE (rust/crates/colored-2.0.4.crate) = 23654 -SHA256 (rust/crates/comrak-0.18.0.crate) = 482aa5695bca086022be453c700a40c02893f1ba7098a2c88351de55341ae894 -SIZE (rust/crates/comrak-0.18.0.crate) = 118506 +SHA256 (rust/crates/colored-2.1.0.crate) = cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8 +SIZE (rust/crates/colored-2.1.0.crate) = 23348 +SHA256 (rust/crates/comrak-0.20.0.crate) = 9f18e72341e6cdc7489cffb76f993812a14a906db54dedb020044ccc211dcaae +SIZE (rust/crates/comrak-0.20.0.crate) = 128762 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-sys-0.8.4.crate) = e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa -SIZE (rust/crates/core-foundation-sys-0.8.4.crate) = 17725 -SHA256 (rust/crates/cpufeatures-0.2.9.crate) = a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1 -SIZE (rust/crates/cpufeatures-0.2.9.crate) = 11895 +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/core2-0.4.0.crate) = b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505 +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/crossbeam-utils-0.8.16.crate) = 5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294 -SIZE (rust/crates/crossbeam-utils-0.8.16.crate) = 42508 +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/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/darling-0.14.4.crate) = 7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850 +SIZE (rust/crates/darling-0.14.4.crate) = 25168 +SHA256 (rust/crates/darling-0.20.3.crate) = 0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e +SIZE (rust/crates/darling-0.20.3.crate) = 26066 +SHA256 (rust/crates/darling_core-0.14.4.crate) = 109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0 +SIZE (rust/crates/darling_core-0.14.4.crate) = 57485 +SHA256 (rust/crates/darling_core-0.20.3.crate) = 177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621 +SIZE (rust/crates/darling_core-0.20.3.crate) = 60281 +SHA256 (rust/crates/darling_macro-0.14.4.crate) = a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e +SIZE (rust/crates/darling_macro-0.14.4.crate) = 1896 +SHA256 (rust/crates/darling_macro-0.20.3.crate) = 836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5 +SIZE (rust/crates/darling_macro-0.20.3.crate) = 1859 +SHA256 (rust/crates/dary_heap-0.3.6.crate) = 7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca +SIZE (rust/crates/dary_heap-0.3.6.crate) = 23683 +SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 +SIZE (rust/crates/deranged-0.3.11.crate) = 18043 +SHA256 (rust/crates/derive_builder-0.12.0.crate) = 8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8 +SIZE (rust/crates/derive_builder-0.12.0.crate) = 35456 +SHA256 (rust/crates/derive_builder_core-0.12.0.crate) = c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f +SIZE (rust/crates/derive_builder_core-0.12.0.crate) = 31438 +SHA256 (rust/crates/derive_builder_macro-0.12.0.crate) = ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e +SIZE (rust/crates/derive_builder_macro-0.12.0.crate) = 6288 SHA256 (rust/crates/derive_more-0.99.17.crate) = 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321 SIZE (rust/crates/derive_more-0.99.17.crate) = 55771 -SHA256 (rust/crates/deunicode-0.4.3.crate) = 850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690 -SIZE (rust/crates/deunicode-0.4.3.crate) = 109535 +SHA256 (rust/crates/deunicode-1.4.2.crate) = 3ae2a35373c5c74340b79ae6780b498b2b183915ec5dacf263aac5a099bf485a +SIZE (rust/crates/deunicode-1.4.2.crate) = 176451 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 @@ -157,150 +181,154 @@ SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8c SIZE (rust/crates/digest-0.10.7.crate) = 19557 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/encoding_rs-0.8.32.crate) = 071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394 -SIZE (rust/crates/encoding_rs-0.8.32.crate) = 1370046 +SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 +SIZE (rust/crates/either-1.9.0.crate) = 16660 +SHA256 (rust/crates/encoding_rs-0.8.33.crate) = 7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1 +SIZE (rust/crates/encoding_rs-0.8.33.crate) = 1370071 SHA256 (rust/crates/entities-1.0.1.crate) = b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca SIZE (rust/crates/entities-1.0.1.crate) = 24795 -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/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/fake-tty-0.3.1.crate) = aa6c2a740a5d6940f90a0f13b5828440c2a7160bd1e235cf934d5df0e7a3e1ad SIZE (rust/crates/fake-tty-0.3.1.crate) = 3233 -SHA256 (rust/crates/fast_qr-0.9.0.crate) = f57cc4da9c1ee5d39f0ef8389680aa1e6b31b951cddb1f0ba7417ab97f25e415 -SIZE (rust/crates/fast_qr-0.9.0.crate) = 81107 -SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be -SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 -SHA256 (rust/crates/filetime-0.2.21.crate) = 5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153 -SIZE (rust/crates/filetime-0.2.21.crate) = 15026 -SHA256 (rust/crates/flate2-1.0.26.crate) = 3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743 -SIZE (rust/crates/flate2-1.0.26.crate) = 70832 +SHA256 (rust/crates/fast_qr-0.11.0.crate) = f2013b346faa17813e7535e22c95afc9e93daadb1522437e406b046319f8d169 +SIZE (rust/crates/fast_qr-0.11.0.crate) = 72363 +SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 +SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 +SHA256 (rust/crates/filetime-0.2.23.crate) = 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd +SIZE (rust/crates/filetime-0.2.23.crate) = 14942 +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/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 -SHA256 (rust/crates/form_urlencoded-1.2.0.crate) = a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652 -SIZE (rust/crates/form_urlencoded-1.2.0.crate) = 8923 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 SHA256 (rust/crates/futf-0.1.5.crate) = df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843 SIZE (rust/crates/futf-0.1.5.crate) = 11344 -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.28.crate) = 955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2 -SIZE (rust/crates/futures-channel-0.3.28.crate) = 32281 -SHA256 (rust/crates/futures-core-0.3.28.crate) = 4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c -SIZE (rust/crates/futures-core-0.3.28.crate) = 14780 -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-macro-0.3.28.crate) = 89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72 -SIZE (rust/crates/futures-macro-0.3.28.crate) = 11272 -SHA256 (rust/crates/futures-sink-0.3.28.crate) = f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e -SIZE (rust/crates/futures-sink-0.3.28.crate) = 7852 -SHA256 (rust/crates/futures-task-0.3.28.crate) = 76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65 -SIZE (rust/crates/futures-task-0.3.28.crate) = 11848 +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.28.crate) = 26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533 -SIZE (rust/crates/futures-util-0.3.28.crate) = 158510 +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.10.crate) = be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427 -SIZE (rust/crates/getrandom-0.2.10.crate) = 34955 -SHA256 (rust/crates/gimli-0.27.3.crate) = b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e -SIZE (rust/crates/gimli-0.27.3.crate) = 287904 +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/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 -SHA256 (rust/crates/globset-0.4.10.crate) = 029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc -SIZE (rust/crates/globset-0.4.10.crate) = 22923 +SHA256 (rust/crates/globset-0.4.14.crate) = 57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1 +SIZE (rust/crates/globset-0.4.14.crate) = 25090 SHA256 (rust/crates/globwalk-0.8.1.crate) = 93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc SIZE (rust/crates/globwalk-0.8.1.crate) = 13705 -SHA256 (rust/crates/grass-0.12.4.crate) = 85cc4b64880a2264a41f9eab431780e72a68a6c88b9bddef361ba638812d572e -SIZE (rust/crates/grass-0.12.4.crate) = 11788 -SHA256 (rust/crates/grass_compiler-0.12.4.crate) = 8e4feeef87d958eebd4d55431040768b93a5b088202198e0b203adc3c1d468c6 -SIZE (rust/crates/grass_compiler-0.12.4.crate) = 163177 -SHA256 (rust/crates/h2-0.3.20.crate) = 97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049 -SIZE (rust/crates/h2-0.3.20.crate) = 165260 +SHA256 (rust/crates/grass-0.13.1.crate) = 7746cd9bf09f9bb7d98638774a70642000356f543898d9a352cd043f82744528 +SIZE (rust/crates/grass-0.13.1.crate) = 11531 +SHA256 (rust/crates/grass_compiler-0.13.0.crate) = 187adfc0b34289c7f8f3819453ce9da3177c3d73f40ac74bb17faba578813d45 +SIZE (rust/crates/grass_compiler-0.13.0.crate) = 165682 +SHA256 (rust/crates/h2-0.3.22.crate) = 4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178 +SIZE (rust/crates/h2-0.3.22.crate) = 166413 SHA256 (rust/crates/hashbrown-0.11.2.crate) = ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e SIZE (rust/crates/hashbrown-0.11.2.crate) = 85713 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/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 SIZE (rust/crates/heck-0.4.1.crate) = 11567 -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.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 +SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/html5ever-0.26.0.crate) = bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7 SIZE (rust/crates/html5ever-0.26.0.crate) = 72921 -SHA256 (rust/crates/http-0.2.9.crate) = bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482 -SIZE (rust/crates/http-0.2.9.crate) = 100146 -SHA256 (rust/crates/http-body-0.4.5.crate) = d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1 -SIZE (rust/crates/http-body-0.4.5.crate) = 9242 +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.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 +SIZE (rust/crates/http-body-0.4.6.crate) = 10773 SHA256 (rust/crates/http-range-0.1.5.crate) = 21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573 SIZE (rust/crates/http-range-0.1.5.crate) = 4871 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/hyper-0.14.27.crate) = ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468 -SIZE (rust/crates/hyper-0.14.27.crate) = 195700 -SHA256 (rust/crates/hyper-rustls-0.24.1.crate) = 8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97 -SIZE (rust/crates/hyper-rustls-0.24.1.crate) = 30224 -SHA256 (rust/crates/iana-time-zone-0.1.57.crate) = 2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613 -SIZE (rust/crates/iana-time-zone-0.1.57.crate) = 19785 +SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 +SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 +SHA256 (rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80 +SIZE (rust/crates/hyper-0.14.28.crate) = 197204 +SHA256 (rust/crates/hyper-rustls-0.24.2.crate) = ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590 +SIZE (rust/crates/hyper-rustls-0.24.2.crate) = 30195 +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/idna-0.4.0.crate) = 7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c -SIZE (rust/crates/idna-0.4.0.crate) = 271429 -SHA256 (rust/crates/if-addrs-0.10.1.crate) = 2cfc4a06638d2fd0dda83b01126fefd38ef9f04f54d2fc717a938df68b83a68d -SIZE (rust/crates/if-addrs-0.10.1.crate) = 10326 -SHA256 (rust/crates/ignore-0.4.20.crate) = dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492 -SIZE (rust/crates/ignore-0.4.20.crate) = 53551 +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.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 +SIZE (rust/crates/idna-0.5.0.crate) = 271940 +SHA256 (rust/crates/if-addrs-0.11.0.crate) = 5ad1fe622fcc3ccd2bc6d08f7485577535a15af46be880abb7535e5f3a4c322d +SIZE (rust/crates/if-addrs-0.11.0.crate) = 10359 +SHA256 (rust/crates/ignore-0.4.22.crate) = b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1 +SIZE (rust/crates/ignore-0.4.22.crate) = 55462 +SHA256 (rust/crates/impl-more-0.1.6.crate) = 206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d +SIZE (rust/crates/impl-more-0.1.6.crate) = 13967 +SHA256 (rust/crates/include_sass-0.13.0.crate) = 8a09c0170cacc99c494307c6482e81653a8fb767c605ee7cf8febd53d9e72ed6 +SIZE (rust/crates/include_sass-0.13.0.crate) = 1963 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -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/ipnet-2.8.0.crate) = 28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6 -SIZE (rust/crates/ipnet-2.8.0.crate) = 27474 -SHA256 (rust/crates/is-terminal-0.4.8.crate) = 24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb -SIZE (rust/crates/is-terminal-0.4.8.crate) = 8103 -SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 -SIZE (rust/crates/itertools-0.10.5.crate) = 115354 -SHA256 (rust/crates/itoa-1.0.8.crate) = 62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a -SIZE (rust/crates/itoa-1.0.8.crate) = 10465 -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/indexmap-2.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f +SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 +SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 +SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 +SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 +SIZE (rust/crates/itertools-0.11.0.crate) = 125074 +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/language-tags-0.3.2.crate) = d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388 SIZE (rust/crates/language-tags-0.3.2.crate) = 53420 SHA256 (rust/crates/lasso-0.6.0.crate) = aeb7b21a526375c5ca55f1a6dfd4e1fad9fa4edd750f530252a718a44b2608f0 SIZE (rust/crates/lasso-0.6.0.crate) = 65816 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.147.crate) = b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3 -SIZE (rust/crates/libc-0.2.147.crate) = 686772 -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 -SIZE (rust/crates/libflate_lz77-1.2.0.crate) = 5964 -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.3.crate) = 09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0 -SIZE (rust/crates/linux-raw-sys-0.4.3.crate) = 1116245 -SHA256 (rust/crates/local-channel-0.1.3.crate) = 7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c -SIZE (rust/crates/local-channel-0.1.3.crate) = 7522 -SHA256 (rust/crates/local-waker-0.1.3.crate) = e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1 -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.19.crate) = b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4 -SIZE (rust/crates/log-0.4.19.crate) = 38073 +SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 +SIZE (rust/crates/libc-0.2.151.crate) = 736640 +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/linux-raw-sys-0.4.12.crate) = c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456 +SIZE (rust/crates/linux-raw-sys-0.4.12.crate) = 1465800 +SHA256 (rust/crates/local-channel-0.1.5.crate) = b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8 +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/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f +SIZE (rust/crates/log-0.4.20.crate) = 38307 SHA256 (rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 SIZE (rust/crates/mac-0.1.1.crate) = 4838 SHA256 (rust/crates/markup5ever-0.11.0.crate) = 7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016 @@ -311,42 +339,42 @@ SHA256 (rust/crates/maud-0.25.0.crate) = b0bab19cef8a7fe1c18a43e881793bfc9d4ea98 SIZE (rust/crates/maud-0.25.0.crate) = 10580 SHA256 (rust/crates/maud_macros-0.25.0.crate) = 0be95d66c3024ffce639216058e5bae17a83ecaf266ffc6e4d060ad447c9eed2 SIZE (rust/crates/maud_macros-0.25.0.crate) = 9338 -SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d -SIZE (rust/crates/memchr-2.5.0.crate) = 65812 +SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 +SIZE (rust/crates/memchr-2.7.1.crate) = 96307 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/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 -SHA256 (rust/crates/mio-0.8.8.crate) = 927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2 -SIZE (rust/crates/mio-0.8.8.crate) = 94264 +SHA256 (rust/crates/mio-0.8.10.crate) = 8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09 +SIZE (rust/crates/mio-0.8.10.crate) = 102345 SHA256 (rust/crates/nanoid-0.4.0.crate) = 3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8 SIZE (rust/crates/nanoid-0.4.0.crate) = 6196 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/normalize-line-endings-0.3.0.crate) = 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be SIZE (rust/crates/normalize-line-endings-0.3.0.crate) = 5737 -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.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.31.1.crate) = 8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1 -SIZE (rust/crates/object-0.31.1.crate) = 272843 -SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d -SIZE (rust/crates/once_cell-1.18.0.crate) = 32969 -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/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.8.crate) = 93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447 -SIZE (rust/crates/parking_lot_core-0.9.8.crate) = 32383 -SHA256 (rust/crates/paste-1.0.13.crate) = b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35 -SIZE (rust/crates/paste-1.0.13.crate) = 18167 -SHA256 (rust/crates/percent-encoding-2.3.0.crate) = 9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94 -SIZE (rust/crates/percent-encoding-2.3.0.crate) = 10196 +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/parse-size-1.0.0.crate) = 944553dd59c802559559161f9816429058b869003836120e262e8caec061b7ae +SIZE (rust/crates/parse-size-1.0.0.crate) = 6588 +SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c +SIZE (rust/crates/paste-1.0.14.crate) = 18157 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/phf-0.10.1.crate) = fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259 SIZE (rust/crates/phf-0.10.1.crate) = 5406 SHA256 (rust/crates/phf_codegen-0.10.0.crate) = 4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd @@ -357,126 +385,128 @@ SHA256 (rust/crates/phf_macros-0.10.0.crate) = 58fdf3184dd560f160dd73922bea2d5cd SIZE (rust/crates/phf_macros-0.10.0.crate) = 3552 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-lite-0.2.10.crate) = 4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57 -SIZE (rust/crates/pin-project-lite-0.2.10.crate) = 28026 +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.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 -SIZE (rust/crates/pkg-config-0.3.27.crate) = 18838 +SHA256 (rust/crates/pkg-config-0.3.28.crate) = 69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a +SIZE (rust/crates/pkg-config-0.3.28.crate) = 20330 SHA256 (rust/crates/port_check-0.1.5.crate) = f6519412c9e0d4be579b9f0618364d19cb434b324fc6ddb1b27b1e682c7105ed SIZE (rust/crates/port_check-0.1.5.crate) = 3176 +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/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c SIZE (rust/crates/precomputed-hash-0.1.1.crate) = 1640 -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/pretty_assertions-1.3.0.crate) = a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755 -SIZE (rust/crates/pretty_assertions-1.3.0.crate) = 79441 +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-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.63.crate) = 7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb -SIZE (rust/crates/proc-macro2-1.0.63.crate) = 44867 -SHA256 (rust/crates/quote-1.0.29.crate) = 573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105 -SIZE (rust/crates/quote-1.0.29.crate) = 28345 +SHA256 (rust/crates/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c +SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 +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.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 -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/regex-1.9.0.crate) = 89089e897c013b3deb627116ae56a6955a72b8bed395c9526af31c9fe528b484 -SIZE (rust/crates/regex-1.9.0.crate) = 250963 -SHA256 (rust/crates/regex-automata-0.3.0.crate) = fa250384981ea14565685dea16a9ccc4d1c541a13f82b9c168572264d1df8c56 -SIZE (rust/crates/regex-automata-0.3.0.crate) = 604117 -SHA256 (rust/crates/regex-syntax-0.7.3.crate) = 2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846 -SIZE (rust/crates/regex-syntax-0.7.3.crate) = 343354 -SHA256 (rust/crates/relative-path-1.8.0.crate) = 4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698 -SIZE (rust/crates/relative-path-1.8.0.crate) = 24865 -SHA256 (rust/crates/reqwest-0.11.18.crate) = cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55 -SIZE (rust/crates/reqwest-0.11.18.crate) = 154387 +SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa +SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 +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/relative-path-1.9.2.crate) = e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc +SIZE (rust/crates/relative-path-1.9.2.crate) = 22420 +SHA256 (rust/crates/reqwest-0.11.23.crate) = 37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41 +SIZE (rust/crates/reqwest-0.11.23.crate) = 158448 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/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/rstest-0.18.1.crate) = 2b96577ca10cb3eade7b337eb46520108a67ca2818a24d0b63f41fd62bc9651c -SIZE (rust/crates/rstest-0.18.1.crate) = 28670 -SHA256 (rust/crates/rstest_macros-0.18.1.crate) = 225e674cf31712b8bb15fdbca3ec0c1b9d825c5a24407ff2b7e005fb6a29ba03 -SIZE (rust/crates/rstest_macros-0.18.1.crate) = 56971 +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_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.3.crate) = ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4 -SIZE (rust/crates/rustix-0.38.3.crate) = 334853 -SHA256 (rust/crates/rustls-0.20.8.crate) = fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f -SIZE (rust/crates/rustls-0.20.8.crate) = 270142 -SHA256 (rust/crates/rustls-0.21.3.crate) = b19faa85ecb5197342b54f987b142fb3e30d0c90da40f80ef4fa9a726e6676ed -SIZE (rust/crates/rustls-0.21.3.crate) = 284354 -SHA256 (rust/crates/rustls-pemfile-1.0.3.crate) = 2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2 -SIZE (rust/crates/rustls-pemfile-1.0.3.crate) = 20432 -SHA256 (rust/crates/rustls-webpki-0.101.0.crate) = 89efed4bd0af2a8de0feb22ba38030244c93db56112b8aa67d27022286852b1c -SIZE (rust/crates/rustls-webpki-0.101.0.crate) = 157146 -SHA256 (rust/crates/rustversion-1.0.13.crate) = dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f -SIZE (rust/crates/rustversion-1.0.13.crate) = 17267 -SHA256 (rust/crates/ryu-1.0.14.crate) = fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9 -SIZE (rust/crates/ryu-1.0.14.crate) = 46861 +SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 +SIZE (rust/crates/rustix-0.38.28.crate) = 365398 +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-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/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/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -SHA256 (rust/crates/sct-0.7.0.crate) = d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4 -SIZE (rust/crates/sct-0.7.0.crate) = 27502 +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/select-0.6.0.crate) = 6f9da09dc3f4dfdb6374cbffff7a2cffcec316874d4429899eefdc97b3b94dcd SIZE (rust/crates/select-0.6.0.crate) = 60292 -SHA256 (rust/crates/semver-1.0.17.crate) = bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed -SIZE (rust/crates/semver-1.0.17.crate) = 29685 -SHA256 (rust/crates/serde-1.0.166.crate) = d01b7404f9d441d3ad40e6a636a7782c377d2abdbe4fa2440e2edcc2f4f10db8 -SIZE (rust/crates/serde-1.0.166.crate) = 76998 -SHA256 (rust/crates/serde_derive-1.0.166.crate) = 5dd83d6dde2b6b2d466e14d9d1acce8816dedee94f735eac6395808b3483c6d6 -SIZE (rust/crates/serde_derive-1.0.166.crate) = 54810 -SHA256 (rust/crates/serde_json-1.0.100.crate) = 0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c -SIZE (rust/crates/serde_json-1.0.100.crate) = 145170 +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_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_plain-1.0.2.crate) = 9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50 +SIZE (rust/crates/serde_plain-1.0.2.crate) = 11183 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -SHA256 (rust/crates/sha1-0.10.5.crate) = f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3 -SIZE (rust/crates/sha1-0.10.5.crate) = 12146 -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/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 SHA256 (rust/crates/simplelog-0.12.1.crate) = acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369 SIZE (rust/crates/simplelog-0.12.1.crate) = 21052 -SHA256 (rust/crates/siphasher-0.3.10.crate) = 7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de -SIZE (rust/crates/siphasher-0.3.10.crate) = 9889 -SHA256 (rust/crates/slab-0.4.8.crate) = 6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d -SIZE (rust/crates/slab-0.4.8.crate) = 16928 -SHA256 (rust/crates/slug-0.1.4.crate) = b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373 -SIZE (rust/crates/slug-0.1.4.crate) = 6640 -SHA256 (rust/crates/smallvec-1.10.0.crate) = a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0 -SIZE (rust/crates/smallvec-1.10.0.crate) = 31564 -SHA256 (rust/crates/socket2-0.4.9.crate) = 64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662 -SIZE (rust/crates/socket2-0.4.9.crate) = 45421 -SHA256 (rust/crates/socket2-0.5.3.crate) = 2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877 -SIZE (rust/crates/socket2-0.5.3.crate) = 52588 +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/slug-0.1.5.crate) = 3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4 +SIZE (rust/crates/slug-0.1.5.crate) = 6833 +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/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/string_cache-0.8.7.crate) = f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b SIZE (rust/crates/string_cache-0.8.7.crate) = 16655 SHA256 (rust/crates/string_cache_codegen-0.5.2.crate) = 6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988 @@ -485,171 +515,179 @@ SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f0 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 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.1.crate) = 6069ca09d878a33f883cc06aaa9718ede171841d3832450354410b718b097232 -SIZE (rust/crates/strum_macros-0.25.1.crate) = 21700 +SHA256 (rust/crates/strum_macros-0.25.3.crate) = 23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0 +SIZE (rust/crates/strum_macros-0.25.3.crate) = 22570 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.23.crate) = 59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737 -SIZE (rust/crates/syn-2.0.23.crate) = 241166 -SHA256 (rust/crates/tar-0.4.38.crate) = 4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6 -SIZE (rust/crates/tar-0.4.38.crate) = 49158 -SHA256 (rust/crates/tempfile-3.6.0.crate) = 31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6 -SIZE (rust/crates/tempfile-3.6.0.crate) = 31812 +SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f +SIZE (rust/crates/syn-2.0.48.crate) = 250566 +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/tar-0.4.40.crate) = b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb +SIZE (rust/crates/tar-0.4.40.crate) = 51844 +SHA256 (rust/crates/tempfile-3.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa +SIZE (rust/crates/tempfile-3.9.0.crate) = 32182 SHA256 (rust/crates/tendril-0.4.3.crate) = d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0 SIZE (rust/crates/tendril-0.4.3.crate) = 37210 SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 SIZE (rust/crates/termcolor-1.1.3.crate) = 17242 -SHA256 (rust/crates/terminal_size-0.2.6.crate) = 8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237 -SIZE (rust/crates/terminal_size-0.2.6.crate) = 10585 +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.41.crate) = c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802 -SIZE (rust/crates/thiserror-1.0.41.crate) = 18734 -SHA256 (rust/crates/thiserror-impl-1.0.41.crate) = d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59 -SIZE (rust/crates/thiserror-impl-1.0.41.crate) = 15078 -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.22.crate) = ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd -SIZE (rust/crates/time-0.3.22.crate) = 113792 -SHA256 (rust/crates/time-core-0.1.1.crate) = 7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb -SIZE (rust/crates/time-core-0.1.1.crate) = 7197 -SHA256 (rust/crates/time-macros-0.2.9.crate) = 372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b -SIZE (rust/crates/time-macros-0.2.9.crate) = 23684 +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/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.29.1.crate) = 532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da -SIZE (rust/crates/tokio-1.29.1.crate) = 693627 +SHA256 (rust/crates/tokio-1.35.1.crate) = c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104 +SIZE (rust/crates/tokio-1.35.1.crate) = 744407 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-util-0.7.8.crate) = 806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d -SIZE (rust/crates/tokio-util-0.7.8.crate) = 101644 +SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15 +SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508 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.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 -SIZE (rust/crates/tracing-0.1.37.crate) = 73888 -SHA256 (rust/crates/tracing-core-0.1.31.crate) = 0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a -SIZE (rust/crates/tracing-core-0.1.31.crate) = 61263 -SHA256 (rust/crates/try-lock-0.2.4.crate) = 3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed -SIZE (rust/crates/try-lock-0.2.4.crate) = 4467 +SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef +SIZE (rust/crates/tracing-0.1.40.crate) = 79459 +SHA256 (rust/crates/tracing-core-0.1.32.crate) = c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 +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/typed-arena-2.0.2.crate) = 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a SIZE (rust/crates/typed-arena-2.0.2.crate) = 11848 -SHA256 (rust/crates/typenum-1.16.0.crate) = 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba -SIZE (rust/crates/typenum-1.16.0.crate) = 42477 -SHA256 (rust/crates/unicase-2.6.0.crate) = 50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6 -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.10.crate) = 22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73 -SIZE (rust/crates/unicode-ident-1.0.10.crate) = 42039 +SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 +SIZE (rust/crates/typenum-1.17.0.crate) = 42849 +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.14.crate) = 6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416 +SIZE (rust/crates/unicode-bidi-0.3.14.crate) = 56429 +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_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/url-2.4.0.crate) = 50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb -SIZE (rust/crates/url-2.4.0.crate) = 75670 +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/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 +SHA256 (rust/crates/v_htmlescape-0.15.8.crate) = 4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c +SIZE (rust/crates/v_htmlescape-0.15.8.crate) = 10878 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/walkdir-2.3.3.crate) = 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698 -SIZE (rust/crates/walkdir-2.3.3.crate) = 23125 +SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee +SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 -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.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.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/web-sys-0.3.64.crate) = 9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b -SIZE (rust/crates/web-sys-0.3.64.crate) = 725584 -SHA256 (rust/crates/webpki-0.22.0.crate) = f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd -SIZE (rust/crates/webpki-0.22.0.crate) = 58663 +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/web-sys-0.3.66.crate) = 50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f +SIZE (rust/crates/web-sys-0.3.66.crate) = 733024 +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/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.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f -SIZE (rust/crates/windows-0.48.0.crate) = 11864177 -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-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 -SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 -SHA256 (rust/crates/windows-targets-0.48.1.crate) = 05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f -SIZE (rust/crates/windows-targets-0.48.1.crate) = 6902 -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_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_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_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_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_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_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/winreg-0.10.1.crate) = 80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d -SIZE (rust/crates/winreg-0.10.1.crate) = 25725 -SHA256 (rust/crates/xattr-0.2.3.crate) = 6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc -SIZE (rust/crates/xattr-0.2.3.crate) = 11959 +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/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 +SIZE (rust/crates/winreg-0.50.0.crate) = 29703 +SHA256 (rust/crates/xattr-1.2.0.crate) = 914566e6413e7fa959cc394fb30e563ba80f3541fbd40816d4c05a0fc3f2a0f1 +SIZE (rust/crates/xattr-1.2.0.crate) = 12777 SHA256 (rust/crates/xml5ever-0.17.0.crate) = 4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650 SIZE (rust/crates/xml5ever-0.17.0.crate) = 41208 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 +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.12.3+zstd.1.5.2.crate) = 76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806 -SIZE (rust/crates/zstd-0.12.3+zstd.1.5.2.crate) = 29693 -SHA256 (rust/crates/zstd-safe-6.0.5+zstd.1.5.4.crate) = d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b -SIZE (rust/crates/zstd-safe-6.0.5+zstd.1.5.4.crate) = 20863 -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 (svenstaro-miniserve-v0.24.0_GH0.tar.gz) = ed0619bfbad3f9ea635aa266a9c4e96247ad94683d50743f0464f48f9e48ae88 -SIZE (svenstaro-miniserve-v0.24.0_GH0.tar.gz) = 151745 +SHA256 (rust/crates/zstd-0.13.0.crate) = bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110 +SIZE (rust/crates/zstd-0.13.0.crate) = 28911 +SHA256 (rust/crates/zstd-safe-7.0.0.crate) = 43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e +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 (svenstaro-miniserve-v0.25.0_GH0.tar.gz) = 27986ea4f3ba6670798e6c78709b7c11d5bbd1417b93826123e829c40b5bd000 +SIZE (svenstaro-miniserve-v0.25.0_GH0.tar.gz) = 154744 diff --git a/www/monolith/Makefile b/www/monolith/Makefile index 343a160ceca..1f345832176 100644 --- a/www/monolith/Makefile +++ b/www/monolith/Makefile @@ -1,7 +1,7 @@ PORTNAME= monolith DISTVERSIONPREFIX= v DISTVERSION= 2.7.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/netstiff/Makefile b/www/netstiff/Makefile index e4f1d2c2956..06d4766f51d 100644 --- a/www/netstiff/Makefile +++ b/www/netstiff/Makefile @@ -1,5 +1,6 @@ PORTNAME= netstiff PORTVERSION= 20080331 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://pkqs.net/~sbeyer/tools/netstiff/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -20,13 +21,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} PORTDOCS= ChangeLog THANKSTO PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index f9e9c1577e3..05abebade86 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -1,6 +1,6 @@ PORTNAME= newsboat DISTVERSION= 2.33 -PORTREVISION= 1 +PORTREVISION= 2 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 c246458a764..2e25cb8e783 100644 --- a/www/nextcloud-appointments/Makefile +++ b/www/nextcloud-appointments/Makefile @@ -1,5 +1,5 @@ PORTNAME= appointments -PORTVERSION= 1.15.4 +PORTVERSION= 1.15.5 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/raw/${DISTVERSIONPREFIX}${DISTVERSION}/build/artifacts/appstore/ DISTVERSIONPREFIX= v @@ -12,7 +12,7 @@ WWW= https://apps.nextcloud.com/apps/appointments LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -NEXTCLOUD_RUN_DEPENDS= 25 +NEXTCLOUD_RUN_DEPENDS= 26 USES= nextcloud php:flavors diff --git a/www/nextcloud-appointments/distinfo b/www/nextcloud-appointments/distinfo index 173b63c6d07..543b9823964 100644 --- a/www/nextcloud-appointments/distinfo +++ b/www/nextcloud-appointments/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697783276 -SHA256 (nextcloud/appointments-1.15.4/appointments.tar.gz) = d955c185c7ddf9cc74ef3bf77085e5fb3d4681e75d3303d0c9e0bcc0e309f2cd -SIZE (nextcloud/appointments-1.15.4/appointments.tar.gz) = 2175368 +TIMESTAMP = 1704710403 +SHA256 (nextcloud/appointments-1.15.5/appointments.tar.gz) = cea23f263a0836eee164f226fff7efee7215de1a1756246bcfe28372ff7d1b38 +SIZE (nextcloud/appointments-1.15.5/appointments.tar.gz) = 2182469 diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 645d9f3af74..187c85c7ffc 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME?= nginx PORTVERSION= 1.25.3 -PORTREVISION= 9 +PORTREVISION= 11 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa @@ -370,7 +370,7 @@ do-install-NAXSI-on: post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/vim/vimfiles cd ${WRKSRC}/contrib/vim && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/vim/vimfiles - ${INSTALL_MAN} ${WRKSRC}/objs/nginx.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKSRC}/objs/nginx.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${CAT} ${WRKSRC}/conf/nginx.conf >> ${STAGEDIR}${ETCDIR}/nginx.conf-dist post-install-WWW-on: diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index 022f17b3026..5f9cb8974ef 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -7,7 +7,7 @@ OPTIONS_GROUP_THIRDPARTYGRP= AJP AWS_AUTH BROTLI CACHE_PURGE CT \ FIPS_CHECK FORMINPUT GRIDFS HEADERS_MORE HTTP_ACCEPT_LANGUAGE HTTP_AUTH_DIGEST \ HTTP_AUTH_KRB5 HTTP_AUTH_LDAP HTTP_AUTH_PAM HTTP_DAV_EXT HTTP_EVAL \ HTTP_FANCYINDEX HTTP_FOOTER HTTP_GEOIP2 HTTP_IP2LOCATION HTTP_IP2PROXY \ - HTTP_JSON_STATUS HTTP_MOGILEFS HTTP_MP4_H264 HTTP_NOTICE HTTP_PUSH \ + HTTP_JSON_STATUS HTTP_MOGILEFS HTTP_NOTICE HTTP_PUSH \ HTTP_PUSH_STREAM HTTP_REDIS HTTP_SLICE_AHEAD HTTP_SUBS_FILTER HTTP_TARANTOOL \ HTTP_UPLOAD HTTP_UPLOAD_PROGRESS HTTP_UPSTREAM_CHECK HTTP_UPSTREAM_FAIR \ HTTP_UPSTREAM_STICKY HTTP_VIDEO_THUMBEXTRACTOR HTTP_ZIP ICONV LET LINK LUA MEMC \ @@ -26,7 +26,7 @@ AWS_AUTH_GH_TUPLE= anomalizer:ngx_aws_auth:21931b2:aws_auth AWS_AUTH_VARS= DSO_EXTMODS+=aws_auth BROTLI_LIB_DEPENDS= libbrotlicommon.so:archivers/brotli -BROTLI_GH_TUPLE= google:ngx_brotli:659b4b3:brotli +BROTLI_GH_TUPLE= google:ngx_brotli:a71f931:brotli BROTLI_VARS= DSO_EXTMODS+=brotli BROTLI_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ngx_brotli_filter_config @@ -71,7 +71,7 @@ GRIDFS_LIB_DEPENDS= libbson-1.0.so:devel/libbson \ libmongoc-1.0.so:devel/mongo-c-driver GRIDFS_VARS= DSO_EXTMODS+=gridfs GRIDFS_SUBDIR=/nginx-gridfs -HEADERS_MORE_GH_TUPLE= openresty:headers-more-nginx-module:3fb97bc:headers_more +HEADERS_MORE_GH_TUPLE= openresty:headers-more-nginx-module:06dc0be:headers_more HEADERS_MORE_VARS= DSO_EXTMODS+=headers_more HTTP_ACCEPT_LANGUAGE_GH_TUPLE= dvershinin:nginx_accept_language_module:5683967:accept_language @@ -132,13 +132,6 @@ HTTP_MOGILEFS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ngx_http_mogilefs_module.c ${PATCHDIR}/extra-patch-nginx_mogilefs_module-config HTTP_MOGILEFS_VARS= DSO_EXTDIRS+=nginx_mogilefs_module-1.0.4 -HTTP_MP4_H264_MASTER_SITES= http://h264.code-shop.com/download/:mp4streaming -HTTP_MP4_H264_CONFIGURE_ON= --with-cc-opt="-DLARGEFILE_SOURCE -DBUILDING_NGINX" -HTTP_MP4_H264_DISTFILES= nginx_mod_h264_streaming-2.2.7.tar.gz:mp4streaming -HTTP_MP4_H264_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ngx_http_streaming_module.c \ - ${PATCHDIR}/extra-patch-nginx_mod_h264_streaming-config -HTTP_MP4_H264_VARS= DSO_EXTDIRS+=nginx_mod_h264_streaming-2.2.7 - HTTP_NOTICE_GH_TUPLE= kr:nginx-notice:3c95966:notice HTTP_NOTICE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ngx_http_notice_module.c \ ${PATCHDIR}/extra-patch-nginx-notice-config @@ -213,7 +206,7 @@ LUA_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty LUA_RUN_DEPENDS= lua-resty-core>0:www/lua-resty-core LUA_CONFIGURE_ENV= LUAJIT_INC=${LOCALBASE}/include/luajit-2.1 \ LUAJIT_LIB=${LOCALBASE}/lib -LUA_GH_TUPLE= openresty:lua-nginx-module:v0.10.26rc2:lua +LUA_GH_TUPLE= openresty:lua-nginx-module:v0.10.26:lua LUA_VARS= DSO_EXTMODS+=lua LINK_GH_TUPLE= Taymindis:nginx-link-function:3.2.4:link diff --git a/www/nginx-devel/Makefile.options.desc b/www/nginx-devel/Makefile.options.desc index d79433a2ebf..dd7ef896ef3 100644 --- a/www/nginx-devel/Makefile.options.desc +++ b/www/nginx-devel/Makefile.options.desc @@ -49,7 +49,6 @@ HTTP_IP2PROXY_DESC= 3rd party ip2proxy-nginx module HTTP_JSON_STATUS_DESC= 3rd party http_json_status module HTTP_MOGILEFS_DESC= 3rd party mogilefs module HTTP_MP4_DESC= Enable http_mp4 module -HTTP_MP4_H264_DESC= 3rd party mp4/h264 module HTTP_NOTICE_DESC= 3rd party notice module HTTP_PERL_DESC= Enable http_perl module HTTP_PUSH_DESC= 3rd party push module diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index a2093c2b81d..30544c9f9a5 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,10 +1,8 @@ -TIMESTAMP = 1704150548 +TIMESTAMP = 1704566096 SHA256 (nginx-1.25.3.tar.gz) = 64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86 SIZE (nginx-1.25.3.tar.gz) = 1216580 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 -SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19 -SIZE (nginx_mod_h264_streaming-2.2.7.tar.gz) = 44012 SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46 SIZE (ngx_http_redis-0.3.9.tar.gz) = 13051 SHA256 (passenger-6.0.19.tar.gz) = 70eee7fecb8a6197517db3b6d134a839768a5388d5d08343e9e020910769b392 @@ -15,8 +13,8 @@ SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e29 SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280 SHA256 (anomalizer-ngx_aws_auth-21931b2_GH0.tar.gz) = d8a2422da96a638e9a911e4edb592954d9c0fe1576456fec9809ef4e2a0a863d SIZE (anomalizer-ngx_aws_auth-21931b2_GH0.tar.gz) = 15580 -SHA256 (google-ngx_brotli-659b4b3_GH0.tar.gz) = 34308698dbc6c17f16193d62396746ecba5c5f1482a07bf5785b1396632e6f73 -SIZE (google-ngx_brotli-659b4b3_GH0.tar.gz) = 16333 +SHA256 (google-ngx_brotli-a71f931_GH0.tar.gz) = b3312a045d5303a40d02beb34711b8ca27f7b72d647e9ee2012a8eddd14d9b22 +SIZE (google-ngx_brotli-a71f931_GH0.tar.gz) = 16376 SHA256 (nginx-modules-ngx_cache_purge-a84b0f3_GH0.tar.gz) = ddfd4fdd99075d906b7b75c49f56ec96b76df7951dfa54502e0f83890447031f SIZE (nginx-modules-ngx_cache_purge-a84b0f3_GH0.tar.gz) = 17162 SHA256 (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 72fdd125b9207cdda135f368095f85b943a78a4ff004d1cd217972e12b1571b2 @@ -37,8 +35,8 @@ SHA256 (ogarrett-nginx-fips-check-module-6cb4270_GH0.tar.gz) = d52fbb0f2819cd91b SIZE (ogarrett-nginx-fips-check-module-6cb4270_GH0.tar.gz) = 6494 SHA256 (nieoding-nginx-gridfs-059bdc3_GH0.tar.gz) = 9b059b5ae7b602d12d32d5ebe2700827ea625f22c0fb3b9956242e11de63845b SIZE (nieoding-nginx-gridfs-059bdc3_GH0.tar.gz) = 4674 -SHA256 (openresty-headers-more-nginx-module-3fb97bc_GH0.tar.gz) = 62a0b84c86908b56fd37af79b440e70ae5b2a460d1dae5d7fabc3996c656ea5b -SIZE (openresty-headers-more-nginx-module-3fb97bc_GH0.tar.gz) = 29426 +SHA256 (openresty-headers-more-nginx-module-06dc0be_GH0.tar.gz) = 883b1e31d59f3eb1e76b34259711ad65a3443102973dcf22df329397f3d5eaa4 +SIZE (openresty-headers-more-nginx-module-06dc0be_GH0.tar.gz) = 29438 SHA256 (dvershinin-nginx_accept_language_module-5683967_GH0.tar.gz) = a58feb576f2231498b8a3863d3c6fba45c7d48bc48735fa714e07a7bfbedb6e3 SIZE (dvershinin-nginx_accept_language_module-5683967_GH0.tar.gz) = 3425 SHA256 (atomx-nginx-http-auth-digest-274490c_GH0.tar.gz) = 0839c33c2f8d519f92daae274f62cf87eb68415d562c6500ee3e3721ce80557c @@ -95,8 +93,8 @@ SHA256 (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 7393809d5d8877812da1bd5b5f SIZE (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 20617 SHA256 (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) = 20c3679199ba7efe1598f03b2fa0b13591226363c8dd7930d7f02702cd5abada SIZE (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) = 139656 -SHA256 (openresty-lua-nginx-module-v0.10.26rc2_GH0.tar.gz) = 3798109d047c917d564831051e31c0baac94ac6be379809df7d609505f0c302e -SIZE (openresty-lua-nginx-module-v0.10.26rc2_GH0.tar.gz) = 745839 +SHA256 (openresty-lua-nginx-module-v0.10.26_GH0.tar.gz) = a75983287a2bdc5e964ace56a51b215dc2ec996639d4916cd393d6ebba94b565 +SIZE (openresty-lua-nginx-module-v0.10.26_GH0.tar.gz) = 745785 SHA256 (openresty-memc-nginx-module-v0.19_GH0.tar.gz) = 8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8 SIZE (openresty-memc-nginx-module-v0.19_GH0.tar.gz) = 34654 SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.3_GH0.tar.gz) = 32a42256616cc674dca24c8654397390adff15b888b77eb74e0687f023c8751b diff --git a/www/nginx-devel/files/extra-patch-nginx_mod_h264_streaming-config b/www/nginx-devel/files/extra-patch-nginx_mod_h264_streaming-config deleted file mode 100644 index 1acd8cd1240..00000000000 --- a/www/nginx-devel/files/extra-patch-nginx_mod_h264_streaming-config +++ /dev/null @@ -1,41 +0,0 @@ ---- ../nginx_mod_h264_streaming-2.2.7/config.orig 2020-04-27 12:01:37.153986000 -0400 -+++ ../nginx_mod_h264_streaming-2.2.7/config 2020-04-27 12:16:52.832788000 -0400 -@@ -1,26 +1,19 @@ - ngx_addon_name=ngx_http_h264_streaming_module --HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_h264_streaming_module" --CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -DBUILDING_NGINX" -- --H264_STREAMING_MODULE_SOURCES="$ngx_addon_dir/src/ngx_http_h264_streaming_module.c \ -+ngx_module_name="$ngx_addon_name" -+ngx_module_type=HTTP_AUX_FILTER -+ngx_module_srcs="$ngx_addon_dir/src/ngx_http_h264_streaming_module.c \ - $ngx_addon_dir/src/moov.c \ - $ngx_addon_dir/src/mp4_io.c \ - $ngx_addon_dir/src/mp4_reader.c \ - $ngx_addon_dir/src/mp4_writer.c \ - $ngx_addon_dir/src/output_bucket.c \ - $ngx_addon_dir/src/output_mp4.c" -- --for streaming_module_source in $H264_STREAMING_MODULE_SOURCES --do -- already_included=NO -- for ngx_addon_src in $NGX_ADDON_SRCS -- do -- if [ "`basename $ngx_addon_src`" = "`basename $streaming_module_source`" ]; then -- already_included=YES -- break -- fi -- done -- if [ "$already_included" = "NO" ]; then -- NGX_ADDON_SRCS="$NGX_ADDON_SRCS $streaming_module_source" -- fi --done -+ngx_module_deps="$ngx_addon_dir/src/mod_streaming_export.h \ -+ $ngx_addon_dir/src/moov.h \ -+ $ngx_addon_dir/src/mp4_io.h \ -+ $ngx_addon_dir/src/mp4_process.h \ -+ $ngx_addon_dir/src/mp4_reader.h \ -+ $ngx_addon_dir/src/mp4_writer.h \ -+ $ngx_addon_dir/src/output_bucket.h \ -+ $ngx_addon_dir/src/output_mp4.h" -+. auto/module diff --git a/www/nginx-devel/files/extra-patch-ngx_brotli_filter_config b/www/nginx-devel/files/extra-patch-ngx_brotli_filter_config index aaa2409f678..dfac8cfe569 100644 --- a/www/nginx-devel/files/extra-patch-ngx_brotli_filter_config +++ b/www/nginx-devel/files/extra-patch-ngx_brotli_filter_config @@ -1,5 +1,5 @@ ---- ../ngx_brotli-659b4b3/filter/config.orig 2023-09-30 13:17:01.637746000 -0400 -+++ ../ngx_brotli-659b4b3/filter/config 2023-09-30 13:23:51.839920000 -0400 +--- ../ngx_brotli-a71f931/filter/config.orig 2023-09-30 13:17:01.637746000 -0400 ++++ ../ngx_brotli-a71f931/filter/config 2023-09-30 13:23:51.839920000 -0400 @@ -42,33 +42,16 @@ ngx_module_type=HTTP_FILTER ngx_module_name=ngx_http_brotli_filter_module diff --git a/www/nginx-devel/files/extra-patch-ngx_http_streaming_module.c b/www/nginx-devel/files/extra-patch-ngx_http_streaming_module.c deleted file mode 100644 index 3641090a9b5..00000000000 --- a/www/nginx-devel/files/extra-patch-ngx_http_streaming_module.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ../nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c.orig 2010-05-24 18:04:43.000000000 +0400 -+++ ../nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c 2010-05-24 18:05:02.000000000 +0400 -@@ -155,10 +155,6 @@ - } - - /* TODO: Win32 */ -- if (r->zero_in_uri) -- { -- return NGX_DECLINED; -- } - - rc = ngx_http_discard_request_body(r); - diff --git a/www/nginx-devel/pkg-plist b/www/nginx-devel/pkg-plist index c81e6d434f5..4eab2d35973 100644 --- a/www/nginx-devel/pkg-plist +++ b/www/nginx-devel/pkg-plist @@ -39,7 +39,6 @@ %%DSO%%%%HTTP_IP2PROXY%%libexec/nginx/ngx_http_ip2proxy_module.so %%DSO%%%%HTTP_JSON_STATUS%%libexec/nginx/ngx_http_json_status_module.so %%DSO%%%%HTTP_MOGILEFS%%libexec/nginx/ngx_http_mogilefs_module.so -%%DSO%%%%HTTP_MP4_H264%%libexec/nginx/ngx_http_h264_streaming_module.so %%DSO%%%%HTTP_NOTICE%%libexec/nginx/ngx_http_notice_module.so %%DSO%%%%HTTP_PERL%%libexec/nginx/ngx_http_perl_module.so %%DSO%%%%HTTP_PUSH_STREAM%%libexec/nginx/ngx_http_push_stream_module.so diff --git a/www/node16/Makefile b/www/node16/Makefile index 266c7beb34e..5263bfbe037 100644 --- a/www/node16/Makefile +++ b/www/node16/Makefile @@ -86,10 +86,6 @@ PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} .include -.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi -.endif - .if ${ARCH} == armv6 || ${ARCH} == armv7 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-tools_v8__gypfiles_v8.gyp .endif diff --git a/www/node16/files/extra-patch-common.gypi b/www/node16/files/patch-common.gypi similarity index 100% rename from www/node16/files/extra-patch-common.gypi rename to www/node16/files/patch-common.gypi diff --git a/www/node18/Makefile b/www/node18/Makefile index 2b6a599d947..590f9fd36e2 100644 --- a/www/node18/Makefile +++ b/www/node18/Makefile @@ -72,10 +72,6 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu CXXFLAGS+= -Wno-error=enum-constexpr-conversion .endif -.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi -.endif - .if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64 CONFIGURE_ARGS+=--openssl-no-asm .endif diff --git a/www/node18/files/extra-patch-common.gypi b/www/node18/files/patch-common.gypi similarity index 100% rename from www/node18/files/extra-patch-common.gypi rename to www/node18/files/patch-common.gypi diff --git a/www/node20/Makefile b/www/node20/Makefile index f23b9ea0e31..450eacd2335 100644 --- a/www/node20/Makefile +++ b/www/node20/Makefile @@ -67,10 +67,6 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu .include "Makefile.version" .include -.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi -.endif - .if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64 CONFIGURE_ARGS+=--openssl-no-asm .endif diff --git a/www/node20/files/extra-patch-common.gypi b/www/node20/files/patch-common.gypi similarity index 100% rename from www/node20/files/extra-patch-common.gypi rename to www/node20/files/patch-common.gypi diff --git a/www/node21/Makefile b/www/node21/Makefile index 5b0fc6daf50..d0b6b1020e5 100644 --- a/www/node21/Makefile +++ b/www/node21/Makefile @@ -67,10 +67,6 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu .include "Makefile.version" .include -.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi -.endif - .if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64 CONFIGURE_ARGS+=--openssl-no-asm .endif diff --git a/www/node21/files/extra-patch-common.gypi b/www/node21/files/patch-common.gypi similarity index 100% rename from www/node21/files/extra-patch-common.gypi rename to www/node21/files/patch-common.gypi diff --git a/www/oneshot/Makefile b/www/oneshot/Makefile index 73e8834fb53..36b4bf9b100 100644 --- a/www/oneshot/Makefile +++ b/www/oneshot/Makefile @@ -1,7 +1,7 @@ PORTNAME= oneshot DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org @@ -51,6 +51,6 @@ post-install-DOCS-on: post-install-MANPAGES-on: ${INSTALL_MAN} ${GO_WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/www/oneshot/pkg-plist b/www/oneshot/pkg-plist index 189e15e7a6a..6443c77a65f 100644 --- a/www/oneshot/pkg-plist +++ b/www/oneshot/pkg-plist @@ -1,2 +1,2 @@ bin/oneshot -%%MANPAGES%%man/man1/oneshot.1.gz +%%MANPAGES%%share/man/man1/oneshot.1.gz diff --git a/www/p5-CGI-Application-Plugin-Authentication/Makefile b/www/p5-CGI-Application-Plugin-Authentication/Makefile index 9e8568127e7..3756186fa1c 100644 --- a/www/p5-CGI-Application-Plugin-Authentication/Makefile +++ b/www/p5-CGI-Application-Plugin-Authentication/Makefile @@ -1,5 +1,5 @@ PORTNAME= CGI-Application-Plugin-Authentication -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-CGI-Application-Plugin-Authentication/distinfo b/www/p5-CGI-Application-Plugin-Authentication/distinfo index 13ee54c6d5c..5784ea2b120 100644 --- a/www/p5-CGI-Application-Plugin-Authentication/distinfo +++ b/www/p5-CGI-Application-Plugin-Authentication/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1524407722 -SHA256 (CGI-Application-Plugin-Authentication-0.23.tar.gz) = 80745e2118a66eb40fc2bba1b884c0fd8581968747111848da905482f437db48 -SIZE (CGI-Application-Plugin-Authentication-0.23.tar.gz) = 107909 +TIMESTAMP = 1704713637 +SHA256 (CGI-Application-Plugin-Authentication-0.24.tar.gz) = dba7674a384dc0837052dd9d83fc2996cc1e532ccb70370928b82b00725fee3d +SIZE (CGI-Application-Plugin-Authentication-0.24.tar.gz) = 219349 diff --git a/www/p5-RT-Extension-LDAPImport/Makefile b/www/p5-RT-Extension-LDAPImport/Makefile index de836ccd86a..613f8f383b1 100644 --- a/www/p5-RT-Extension-LDAPImport/Makefile +++ b/www/p5-RT-Extension-LDAPImport/Makefile @@ -24,8 +24,6 @@ USE_PERL5= configure NO_ARCH= yes -MAN3PREFIX= ${PREFIX} - PLIST_SUB+= RTHOME=share/rt${RT_VER} # Note: You can install using an arbitrary $PREFIX but only if it diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index 572f4806884..16c0f2bb4cf 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,6 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2024.01.01.00 +DISTVERSION= 2024.01.08.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/proxygen/distinfo b/www/proxygen/distinfo index 7706ccb307f..7e35a9329e7 100644 --- a/www/proxygen/distinfo +++ b/www/proxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704170625 -SHA256 (facebook-proxygen-v2024.01.01.00_GH0.tar.gz) = 4d65fc89771fc6be738bcde13442e16cd4f7ebcf4cb70c9888d0d10d7a694d46 -SIZE (facebook-proxygen-v2024.01.01.00_GH0.tar.gz) = 1167533 +TIMESTAMP = 1704778227 +SHA256 (facebook-proxygen-v2024.01.08.00_GH0.tar.gz) = 390cf1cf7a591ea3ac36ae497ce54391bda8894268bbb239839abf3bd8dbf587 +SIZE (facebook-proxygen-v2024.01.08.00_GH0.tar.gz) = 1167499 diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index d2568abe1e0..777c314b3c0 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -1,6 +1,6 @@ PORTNAME= adblock DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django42/Makefile b/www/py-django42/Makefile index 1b9a8f13afc..54ab7846424 100644 --- a/www/py-django42/Makefile +++ b/www/py-django42/Makefile @@ -1,5 +1,6 @@ PORTNAME= django PORTVERSION= 4.2.9 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI \ https://media.djangoproject.com/releases/${PORTVERSION:R}/ @@ -25,7 +26,7 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes DOCSDIR= ${PREFIX}/share/doc/py-django -PLIST_FILES= man/man1/django-admin.1.gz +PLIST_FILES= share/man/man1/django-admin.1.gz PORTDOCS= * SHEBANG_FILES= django/conf/project_template/manage.py-tpl @@ -53,7 +54,7 @@ post-build-HTMLDOCS-on: cd ${WRKSRC}/docs && ${MAKE} html SPHINXBUILD=sphinx-build-${PYTHON_VER} post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${PREFIX}/share/man/man1 @${ECHO_MSG} "" @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation" @${ECHO_MSG} "" diff --git a/www/py-django50/Makefile b/www/py-django50/Makefile index a77c4e3eedf..adb382f283d 100644 --- a/www/py-django50/Makefile +++ b/www/py-django50/Makefile @@ -1,5 +1,6 @@ PORTNAME= django PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI \ https://media.djangoproject.com/releases/${PORTVERSION:R}/ @@ -25,7 +26,7 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes DOCSDIR= ${PREFIX}/share/doc/py-django -PLIST_FILES= man/man1/django-admin.1.gz +PLIST_FILES= share/man/man1/django-admin.1.gz PORTDOCS= * SHEBANG_FILES= django/conf/project_template/manage.py-tpl @@ -59,7 +60,7 @@ post-build-HTMLDOCS-on: cd ${WRKSRC}/docs && ${MAKE} html SPHINXBUILD=sphinx-build-${PYTHON_VER} post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${PREFIX}/man/man1 @${ECHO_MSG} "" @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation" @${ECHO_MSG} "" diff --git a/www/py-flasgger/Makefile b/www/py-flasgger/Makefile new file mode 100644 index 00000000000..0b34f4dc616 --- /dev/null +++ b/www/py-flasgger/Makefile @@ -0,0 +1,43 @@ +PORTNAME= flasgger +DISTVERSION= 0.9.7.1 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Extract swagger specs from your flask project +WWW= http://flasgger.pythonanywhere.com/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apispec>0:devel/py-apispec@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flask>=0.10:www/py-flask@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.1:devel/py-jsonschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mistune>=0:textproc/py-mistune@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}werkzeug>=0:www/py-werkzeug@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.0:devel/py-yaml@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apispec-webframeworks>0:devel/py-apispec-webframeworks@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}apispec>=1.0.0b5:devel/py-apispec@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}coveralls>0:devel/py-coveralls@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flake8>=3.8.4:devel/py-flake8@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Flask-JWT>0:www/py-flask-jwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Flask-RESTful>0:www/py-flask-restful@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flex>0:devel/py-flex@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twine>=1.11.0:devel/py-twine@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/flasgger/flasgger/issues/605 + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +NO_ARCH= yes + +.include diff --git a/www/py-flasgger/distinfo b/www/py-flasgger/distinfo new file mode 100644 index 00000000000..1261b3c8049 --- /dev/null +++ b/www/py-flasgger/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704480332 +SHA256 (flasgger-0.9.7.1.tar.gz) = ca098e10bfbb12f047acc6299cc70a33851943a746e550d86e65e60d4df245fb +SIZE (flasgger-0.9.7.1.tar.gz) = 3979409 diff --git a/www/py-flasgger/pkg-descr b/www/py-flasgger/pkg-descr new file mode 100644 index 00000000000..8dad5e50aa0 --- /dev/null +++ b/www/py-flasgger/pkg-descr @@ -0,0 +1,6 @@ +Flasgger is a Flask extension to extract OpenAPI-Specification from all Flask +views registered in your API. + +Flasgger also comes with SwaggerUI embedded so you can access +http://localhost:5000/apidocs and visualize and interact with your API +resources. diff --git a/www/py-flask-jwt/Makefile b/www/py-flask-jwt/Makefile new file mode 100644 index 00000000000..5dc4d19f798 --- /dev/null +++ b/www/py-flask-jwt/Makefile @@ -0,0 +1,20 @@ +PORTNAME= Flask-JWT +DISTVERSION= 0.3.2 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= JWT token authentication for Flask apps +WWW= https://github.com/mattupstate/flask-jwt + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0.9:www/py-flask@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.4.0:www/py-pyjwt@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/mattupstate/flask-jwt/issues/155 + +.include diff --git a/www/py-flask-jwt/distinfo b/www/py-flask-jwt/distinfo new file mode 100644 index 00000000000..b2cec4c38a3 --- /dev/null +++ b/www/py-flask-jwt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704499464 +SHA256 (Flask-JWT-0.3.2.tar.gz) = 49c0672fbde0f1cd3374bd834918d28956e3c521c7e00089cdc5380d323bd0ad +SIZE (Flask-JWT-0.3.2.tar.gz) = 9892 diff --git a/www/py-flask-jwt/pkg-descr b/www/py-flask-jwt/pkg-descr new file mode 100644 index 00000000000..e894149d017 --- /dev/null +++ b/www/py-flask-jwt/pkg-descr @@ -0,0 +1 @@ +Flask-JWT allows to add basic JWT features to Flask applications. diff --git a/www/py-freenit/Makefile b/www/py-freenit/Makefile index 795623d08b3..29f244df64e 100644 --- a/www/py-freenit/Makefile +++ b/www/py-freenit/Makefile @@ -1,5 +1,5 @@ PORTNAME= freenit -DISTVERSION= 0.2.29 +DISTVERSION= 0.2.31 CATEGORIES= www devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,6 +25,7 @@ USE_PYTHON= autoplist concurrent distutils pytest USE_RC_SUBR= freenit TEST_ENV= PYTHONPATH=${WRKSRC}/src +TEST_ARGS= --ignore=${PORTNAME}/project NO_ARCH= yes SUB_LIST= PYTHON_VER=${PYTHON_VER} @@ -35,7 +36,4 @@ ORMAR_DESC= Support for SQL databases using Ormar ORMAR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic>=0:databases/py-alembic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ormar>0:databases/py-ormar@${PY_FLAVOR} -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest --ignore=freenit/project/ -v -rs -o addopts= - .include diff --git a/www/py-freenit/distinfo b/www/py-freenit/distinfo index ce0879ab7d6..579dd693b72 100644 --- a/www/py-freenit/distinfo +++ b/www/py-freenit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692869990 -SHA256 (freenit-0.2.29.tar.gz) = 1f4f24dcad90ca40e04d628aff3cfdf01cf90deb05b57ca54739cd6fde290064 -SIZE (freenit-0.2.29.tar.gz) = 26167 +TIMESTAMP = 1702392570 +SHA256 (freenit-0.2.31.tar.gz) = e80a15ec975488cb9f655d0673458e55447cd1e4a5df9f9ea891959ecd754d82 +SIZE (freenit-0.2.31.tar.gz) = 26163 diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index 3bee507680b..1460f9a749e 100644 --- a/www/py-google-api-python-client/Makefile +++ b/www/py-google-api-python-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-api-python-client -DISTVERSION= 2.112.0 +DISTVERSION= 2.113.0 PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= PYPI diff --git a/www/py-google-api-python-client/distinfo b/www/py-google-api-python-client/distinfo index 2821f333b48..cf8417fa3da 100644 --- a/www/py-google-api-python-client/distinfo +++ b/www/py-google-api-python-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704390057 -SHA256 (google-api-python-client-2.112.0.tar.gz) = c3bcb5fd70d57f4c94b30c0dbeade53c216febfbf1d771eeb1a2fa74bd0d6756 -SIZE (google-api-python-client-2.112.0.tar.gz) = 12465562 +TIMESTAMP = 1704748028 +SHA256 (google-api-python-client-2.113.0.tar.gz) = bcffbc8ffbad631f699cf85aa91993f3dc03060b234ca9e6e2f9135028bd9b52 +SIZE (google-api-python-client-2.113.0.tar.gz) = 12473297 diff --git a/www/py-google-cloud-aiplatform/Makefile b/www/py-google-cloud-aiplatform/Makefile index ff1b57df46f..c55f21caf5a 100644 --- a/www/py-google-cloud-aiplatform/Makefile +++ b/www/py-google-cloud-aiplatform/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-aiplatform -DISTVERSION= 1.38.1 +DISTVERSION= 1.39.0 CATEGORIES= www # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-google-cloud-aiplatform/distinfo b/www/py-google-cloud-aiplatform/distinfo index 3dbdb4ce141..825a8f80f69 100644 --- a/www/py-google-cloud-aiplatform/distinfo +++ b/www/py-google-cloud-aiplatform/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703617770 -SHA256 (google-cloud-aiplatform-1.38.1.tar.gz) = 30439d914bb028443c0506cc0e6dd825cff5401aeb8233e13d8cfd77c3c87da1 -SIZE (google-cloud-aiplatform-1.38.1.tar.gz) = 3496461 +TIMESTAMP = 1704528501 +SHA256 (google-cloud-aiplatform-1.39.0.tar.gz) = 62d6accbf9035895736910bc980f0b2a819d5841ae8bc0c981457cc16c49ecd1 +SIZE (google-cloud-aiplatform-1.39.0.tar.gz) = 3500501 diff --git a/www/py-google-cloud-bigquery/Makefile b/www/py-google-cloud-bigquery/Makefile index fb5efcfa8eb..c8a1761669d 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.14.1 +DISTVERSION= 3.15.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-google-cloud-bigquery/distinfo b/www/py-google-cloud-bigquery/distinfo index 45c33fe9342..dfcf1450a0c 100644 --- a/www/py-google-cloud-bigquery/distinfo +++ b/www/py-google-cloud-bigquery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703615885 -SHA256 (google-cloud-bigquery-3.14.1.tar.gz) = aa15bd86f79ea76824c7d710f5ae532323c4b3ba01ef4abff42d4ee7a2e9b142 -SIZE (google-cloud-bigquery-3.14.1.tar.gz) = 428914 +TIMESTAMP = 1704868378 +SHA256 (google-cloud-bigquery-3.15.0.tar.gz) = 79a62bd12588696a393055347770522a0218b1a364d57621cfd62ba296e1d005 +SIZE (google-cloud-bigquery-3.15.0.tar.gz) = 431053 diff --git a/www/py-libsass/Makefile b/www/py-libsass/Makefile index 4097ca91f68..cbbe244cc23 100644 --- a/www/py-libsass/Makefile +++ b/www/py-libsass/Makefile @@ -1,5 +1,5 @@ PORTNAME= libsass -DISTVERSION= 0.22.0 +DISTVERSION= 0.23.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsass.so:textproc/libsass -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= compiler:c++11-lang localbase python -USE_PYTHON= autoplist distutils +USE_PYTHON= distutils autoplist pytest MAKE_ENV= SYSTEM_SASS=1 diff --git a/www/py-libsass/distinfo b/www/py-libsass/distinfo index 95d3677d694..14a611e0113 100644 --- a/www/py-libsass/distinfo +++ b/www/py-libsass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668381430 -SHA256 (libsass-0.22.0.tar.gz) = 3ab5ad18e47db560f4f0c09e3d28cf3bb1a44711257488ac2adad69f4f7f8425 -SIZE (libsass-0.22.0.tar.gz) = 316258 +TIMESTAMP = 1704881720 +SHA256 (libsass-0.23.0.tar.gz) = 6f209955ede26684e76912caf329f4ccb57e4a043fd77fe0e7348dd9574f1880 +SIZE (libsass-0.23.0.tar.gz) = 316068 diff --git a/www/py-pywry/Makefile b/www/py-pywry/Makefile index ae726f5563e..c1d7d3dc0b8 100644 --- a/www/py-pywry/Makefile +++ b/www/py-pywry/Makefile @@ -1,5 +1,6 @@ PORTNAME= pywry DISTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/pydio-cells/Makefile b/www/pydio-cells/Makefile index c3e6dad716c..576a5fb9e3a 100644 --- a/www/pydio-cells/Makefile +++ b/www/pydio-cells/Makefile @@ -1,6 +1,6 @@ PORTNAME= cells DISTVERSIONPREFIX= v -DISTVERSION= 4.3.2 +DISTVERSION= 4.3.3 CATEGORIES= www PKGNAMEPREFIX= pydio- @@ -32,13 +32,6 @@ OPTIONS_DEFAULT= BASH ZSH BASH_PLIST_FILES= etc/bash_completion.d/${PORTNAME} ZSH_PLIST_FILES= share/zsh/site-functions/_${PORTNAME} -post-fetch: - # `sourcegraph/appdash-data` doesn't fetch from the proxy, so replace it with the direct GitHub link - # remove when no longer required for a successful `fetch` - # - ${ECHO} "replace sourcegraph.com/sourcegraph/appdash-data => github.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67" \ - >> ${DISTDIR}/${DIST_SUBDIR}/${GO_MODFILE} - post-build-BASH-on: ${SETENV} CELLS_WORKING_DIR=${WRKDIR}/wrkdir \ ${GO_WRKDIR_BIN}/${PORTNAME} tools completion bash \ diff --git a/www/pydio-cells/distinfo b/www/pydio-cells/distinfo index aa3d157d7c8..09f2284ce8f 100644 --- a/www/pydio-cells/distinfo +++ b/www/pydio-cells/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1704036950 -SHA256 (go/www_pydio-cells/cells-v4.3.2/v4.3.2.mod) = 8f0f3efa1d944b15d24ff25849f82e112f71e8cf31699db24cac931f5ecd347a -SIZE (go/www_pydio-cells/cells-v4.3.2/v4.3.2.mod) = 26127 -SHA256 (go/www_pydio-cells/cells-v4.3.2/v4.3.2.zip) = a01e3fcd104677b1dccb2bbbb5768dae5490a93d6087fe7c942b2ab7e20477ca -SIZE (go/www_pydio-cells/cells-v4.3.2/v4.3.2.zip) = 58112824 +TIMESTAMP = 1704832667 +SHA256 (go/www_pydio-cells/cells-v4.3.3/v4.3.3.mod) = 103a40c309a95b617f655bfeb08b11307bf7256f616a57dc2cb26509a2c9e38b +SIZE (go/www_pydio-cells/cells-v4.3.3/v4.3.3.mod) = 26251 +SHA256 (go/www_pydio-cells/cells-v4.3.3/v4.3.3.zip) = 7d64fcbbda3e1534e788d806c5cf7a95e3877e192c6a4fe5057caaac4ad76f15 +SIZE (go/www_pydio-cells/cells-v4.3.3/v4.3.3.zip) = 57983103 diff --git a/www/rearx/Makefile b/www/rearx/Makefile index 5b0eb00391b..fc96e52b5c4 100644 --- a/www/rearx/Makefile +++ b/www/rearx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rearx DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/reddsaver/Makefile b/www/reddsaver/Makefile index c531230bb9b..b4f233e092b 100644 --- a/www/reddsaver/Makefile +++ b/www/reddsaver/Makefile @@ -1,7 +1,7 @@ PORTNAME= reddsaver DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/retawq/Makefile b/www/retawq/Makefile index e6cd9d726dc..71dc3f8b609 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -1,6 +1,6 @@ PORTNAME= retawq DISTVERSION= 0.2.6c -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.2.6c @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --path-archprefix=${PREFIX} --path-prefix=${PREFIX} \ --enable-i18n --enable-local-cgi --enable-ipv6 PLIST_FILES= bin/retawq \ - man/man1/retawq.1.gz \ + share/man/man1/retawq.1.gz \ share/locale/de/LC_MESSAGES/retawq.mo \ share/locale/es/LC_MESSAGES/retawq.mo \ share/locale/fr/LC_MESSAGES/retawq.mo \ @@ -43,7 +43,7 @@ post-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/retawq ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/docu/retawq.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docu/retawq.1 ${STAGEDIR}${PREFIX}/share/man/man1 .for lang in de es fr pt_BR @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/i18n/${lang}.mo \ diff --git a/www/rsstail/Makefile b/www/rsstail/Makefile index 066da4a5d1d..2751a0f6886 100644 --- a/www/rsstail/Makefile +++ b/www/rsstail/Makefile @@ -11,14 +11,14 @@ LICENSE= GPLv2 LIB_DEPENDS= libmrss.so:textproc/libmrss -MAKE_ENV= bindir="${PREFIX}/bin" mandir="${MANPREFIX}/man/man1" +MAKE_ENV= bindir="${PREFIX}/bin" mandir="${PREFIX}/share/man/man1" CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} USES= iconv tar:tgz PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} -e \ diff --git a/www/rustypaste-cli/Makefile b/www/rustypaste-cli/Makefile index 3b6b2eda0f5..6a5a78d0803 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= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= DtxdF@disroot.org diff --git a/www/rustypaste/Makefile b/www/rustypaste/Makefile index 3b37be9ae33..9285bd3b56a 100644 --- a/www/rustypaste/Makefile +++ b/www/rustypaste/Makefile @@ -1,6 +1,7 @@ PORTNAME= rustypaste DISTVERSIONPREFIX= v DISTVERSION= 0.14.2 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= DtxdF@disroot.org diff --git a/www/shellinabox/Makefile b/www/shellinabox/Makefile index cb73c3c7fce..096275d3329 100644 --- a/www/shellinabox/Makefile +++ b/www/shellinabox/Makefile @@ -1,7 +1,7 @@ PORTNAME= shellinabox PORTVERSION= 2.20 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= olivier@FreeBSD.org @@ -46,7 +46,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/shellinaboxd ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/shellinaboxd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/shellinaboxd.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} .include diff --git a/www/shellinabox/pkg-plist b/www/shellinabox/pkg-plist index d2fac395914..37179f388f9 100644 --- a/www/shellinabox/pkg-plist +++ b/www/shellinabox/pkg-plist @@ -1,3 +1,3 @@ bin/shellinaboxd -man/man1/shellinaboxd.1.gz +share/man/man1/shellinaboxd.1.gz @dir(shellinabox,shellinabox,700) etc/shellinabox diff --git a/www/snarf/Makefile b/www/snarf/Makefile index 2d866934230..367bad54cab 100644 --- a/www/snarf/Makefile +++ b/www/snarf/Makefile @@ -13,10 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes PLIST_FILES= bin/snarf \ - man/man1/snarf.1.gz + share/man/man1/snarf.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snarf ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/snarf.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/snarf.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/www/so/Makefile b/www/so/Makefile index fd3a72e98ee..b469b244ac7 100644 --- a/www/so/Makefile +++ b/www/so/Makefile @@ -1,7 +1,7 @@ PORTNAME= so DISTVERSIONPREFIX= v DISTVERSION= 0.4.6 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= www MAINTAINER= sec.research.2005@gmail.com diff --git a/www/sogo/Makefile b/www/sogo/Makefile index f774c184dff..87f49ab9826 100644 --- a/www/sogo/Makefile +++ b/www/sogo/Makefile @@ -1,5 +1,5 @@ PORTNAME= sogo -PORTVERSION= 5.9.0 +PORTVERSION= 5.9.1 CATEGORIES= www gnustep MASTER_SITES= https://packages.sogo.nu/sources/ DISTNAME= SOGo-${PORTVERSION} diff --git a/www/sogo/distinfo b/www/sogo/distinfo index 97eab673aee..746ff812ece 100644 --- a/www/sogo/distinfo +++ b/www/sogo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696026837 -SHA256 (SOGo-5.9.0.tar.gz) = 2e16a08fb266ccee9131249fba06da15177620998587af2e31f1b9cca99ba48d -SIZE (SOGo-5.9.0.tar.gz) = 34806178 +TIMESTAMP = 1704488431 +SHA256 (SOGo-5.9.1.tar.gz) = df6ac305a99196ee66d60fda395af81d8da044e7f5c1b1603a51dc4a8edf8ac4 +SIZE (SOGo-5.9.1.tar.gz) = 34831391 diff --git a/www/sogo/pkg-plist b/www/sogo/pkg-plist index 6ec372c4d9e..fa0e50829ab 100644 --- a/www/sogo/pkg-plist +++ b/www/sogo/pkg-plist @@ -10,6 +10,7 @@ GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/JWT.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/LDAPSource.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/LDAPSourceSchema.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NGMimeBodyPart+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NGMimeFileData+SOGo.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSArray+DAV.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSArray+Utilities.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSCalendarDate+SOGo.h @@ -45,6 +46,7 @@ GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoFolder.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoGCSFolder.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoLDAPDefaults.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoMailer.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoMobileProvision.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoObject.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoParentFolder.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoPermissions.h @@ -744,7 +746,7 @@ GNUstep/Local/Library/Libraries/sogo/libSOGo.so.5 GNUstep/Local/Library/Libraries/sogo/libSOGo.so.%%VERSION%% GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.9 -GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.%%VERSION%% +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.9.0 GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs GNUstep/Local/Library/OCSTypeModels/appointment.ocs GNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs diff --git a/www/squidview/Makefile b/www/squidview/Makefile index fb813475464..55e1a6bf8a1 100644 --- a/www/squidview/Makefile +++ b/www/squidview/Makefile @@ -1,5 +1,6 @@ PORTNAME= squidview PORTVERSION= 0.86 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.rillion.net/squidview/ @@ -23,6 +24,6 @@ do-install: ${INSTALL_DATA} ${DATAFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DATADIR}/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ - ${INSTALL_MAN} ${WRKSRC}/squidview.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/squidview.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/www/squidview/pkg-plist b/www/squidview/pkg-plist index c7b44f6e347..b19d9aa2d96 100644 --- a/www/squidview/pkg-plist +++ b/www/squidview/pkg-plist @@ -1,5 +1,5 @@ bin/squidview -man/man1/squidview.1.gz +share/man/man1/squidview.1.gz %%PORTDOCS%%%%DOCSDIR%%/HOWTO %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/aliases diff --git a/www/stork/Makefile b/www/stork/Makefile index 591d28ac213..f6c33154ac0 100644 --- a/www/stork/Makefile +++ b/www/stork/Makefile @@ -1,7 +1,7 @@ PORTNAME= stork DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/tdom/Makefile b/www/tdom/Makefile index e11cbbd9346..db8b941a48d 100644 --- a/www/tdom/Makefile +++ b/www/tdom/Makefile @@ -1,9 +1,8 @@ PORTNAME= tDOM -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.3 CATEGORIES= www MASTER_SITES= http://tdom.org/downloads/ -DISTNAME= ${PORTNAME:tl}-${PORTVERSION} -EXTRACT_SUFX= -src.tgz +DISTNAME= ${PORTNAME:tl}-${PORTVERSION}-src MAINTAINER= mi@aldan.algebra.com COMMENT= High performance processing of XML and HTML data with Tcl @@ -16,13 +15,13 @@ USES= tcl:tea CONFIGURE_ARGS= --enable-threads --disable-tdomalloc EXTRACT_AFTER_ARGS=--exclude 'expat*/*.c' --exclude 'expat*/[a-mo-z]*.h' \ - --exclude 'domalloc*' + --exclude 'domalloc*' --exclude win TEST_TARGET= test PLIST_SUB= PORTVERSION=${PORTVERSION} -DOCS= CHANGES README +DOCS= CHANGES README.md OPTIONS_DEFINE= DOCS HTML5 OPTIONS_DEFAULT=${OPTIONS_DEFINE} EBASE diff --git a/www/tdom/distinfo b/www/tdom/distinfo index 10d6b100db6..b51e0060dc4 100644 --- a/www/tdom/distinfo +++ b/www/tdom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1537791265 -SHA256 (tdom-0.9.1-src.tgz) = 3b1f644cf07533fe4afaa8cb709cb00a899d9e9ebfa66f4674aa2dcfb398242c -SIZE (tdom-0.9.1-src.tgz) = 1100163 +TIMESTAMP = 1704653401 +SHA256 (tdom-0.9.3-src.tar.gz) = b46bcb6750283bcf41bd6f220cf06e7074752dc8b9a87a192bd81e53caad53f9 +SIZE (tdom-0.9.3-src.tar.gz) = 1319804 diff --git a/www/tdom/files/patch-Makefile.in b/www/tdom/files/patch-Makefile.in index 3e19fe584ec..6d360066ee0 100644 --- a/www/tdom/files/patch-Makefile.in +++ b/www/tdom/files/patch-Makefile.in @@ -7,17 +7,3 @@ +MAKE_LIB = @MAKE_LIB@ ${LDFLAGS_DEFAULT} MAKE_SHARED_LIB = @MAKE_SHARED_LIB@ MAKE_STATIC_LIB = @MAKE_STATIC_LIB@ -@@ -217,5 +217,5 @@ - #======================================================================== - --binaries: versionhash.h $(BINARIES) pkgIndex.tcl-hand -+binaries: $(top_builddir)/versionhash.h $(BINARIES) pkgIndex.tcl-hand - - libraries: -@@ -342,5 +342,5 @@ - # Create a include file that #define the current fossil hash - #======================================================================== --versionhash.h: $(srcdir)/manifest.uuid -+$(top_builddir)/versionhash.h: $(srcdir)/manifest.uuid - @echo "#define FOSSIL_HASH \"" | tr -d '\n\r' > $(top_builddir)/versionhash.h - @cat $(srcdir)/manifest.uuid | tr -d '\n\r' >> $(top_builddir)/versionhash.h diff --git a/www/tdom/pkg-plist b/www/tdom/pkg-plist index fbd567bc2df..59589590356 100644 --- a/www/tdom/pkg-plist +++ b/www/tdom/pkg-plist @@ -10,6 +10,7 @@ man/mann/domNode.n.gz man/mann/expat.n.gz man/mann/expatapi.n.gz man/mann/pullparser.n.gz +man/mann/schema.n.gz man/mann/tdomcmd.n.gz man/mann/tnc.n.gz %%PORTDOCS%%%%DOCSDIR%%/html/category-index.html @@ -24,4 +25,4 @@ man/mann/tnc.n.gz %%PORTDOCS%%%%DOCSDIR%%/html/tdomcmd.html %%PORTDOCS%%%%DOCSDIR%%/html/tnc.html %%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/tomcat-devel/Makefile b/www/tomcat-devel/Makefile index f744f1d1553..7a11eb15d75 100644 --- a/www/tomcat-devel/Makefile +++ b/www/tomcat-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -DISTVERSION= 11.0.0-M15 +DISTVERSION= 11.0.0-M16 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 77c6df5ed0f..fe2411803e0 100644 --- a/www/tomcat-devel/distinfo +++ b/www/tomcat-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702398503 -SHA256 (apache-tomcat-11.0.0-M15.tar.gz) = 5e48f9824fa3eecf3fca11dc4bcee50f7af50ba3a3f984bbf8f3b806bd3c7b48 -SIZE (apache-tomcat-11.0.0-M15.tar.gz) = 12573993 +TIMESTAMP = 1704821880 +SHA256 (apache-tomcat-11.0.0-M16.tar.gz) = 52c2a355fdd7629350c99a1a874affc36b39a3d7e1054815364b8be1519e5ff6 +SIZE (apache-tomcat-11.0.0-M16.tar.gz) = 12635181 diff --git a/www/tomcat-devel/pkg-plist b/www/tomcat-devel/pkg-plist index d6ad54295e4..4b26cd7e9cd 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.29.jar +%%T%%/lib/ecj-4.30.jar %%T%%/lib/el-api.jar %%T%%/lib/jakartaee-migration-1.0.7-shaded.jar %%T%%/lib/jasper-el.jar diff --git a/www/tomcat101/Makefile b/www/tomcat101/Makefile index 16a8f31d498..105e0ddce75 100644 --- a/www/tomcat101/Makefile +++ b/www/tomcat101/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -DISTVERSION= 10.1.17 +DISTVERSION= 10.1.18 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 d636f93e6ae..cb0928c6227 100644 --- a/www/tomcat101/distinfo +++ b/www/tomcat101/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702398447 -SHA256 (apache-tomcat-10.1.17.tar.gz) = ba89ba45c13c54511bb4201758e93fe902970abd163b42f5714668828f13d991 -SIZE (apache-tomcat-10.1.17.tar.gz) = 12484785 +TIMESTAMP = 1704821368 +SHA256 (apache-tomcat-10.1.18.tar.gz) = 6da0b4cbd3140e64a8719a2de19c20bf3902d264a142a816ac552ae216ade311 +SIZE (apache-tomcat-10.1.18.tar.gz) = 12494070 diff --git a/www/tomcat85/Makefile b/www/tomcat85/Makefile index ab1ff7141b7..3e1e543eb4c 100644 --- a/www/tomcat85/Makefile +++ b/www/tomcat85/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -PORTVERSION= 8.5.97 +PORTVERSION= 8.5.98 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= 85 diff --git a/www/tomcat85/distinfo b/www/tomcat85/distinfo index eea30c93fe7..428707848cf 100644 --- a/www/tomcat85/distinfo +++ b/www/tomcat85/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702398306 -SHA256 (apache-tomcat-8.5.97.tar.gz) = d7ab8493b1deec6514c37e51183f933147a6db5b0798b3f28b3e34c2a63ebf9a -SIZE (apache-tomcat-8.5.97.tar.gz) = 10851872 +TIMESTAMP = 1704821005 +SHA256 (apache-tomcat-8.5.98.tar.gz) = e73f3f6df7d598bcd99f8a40479741bd9e2819ddbb0fa5cba319416ec575467f +SIZE (apache-tomcat-8.5.98.tar.gz) = 10855873 diff --git a/www/tomcat9/Makefile b/www/tomcat9/Makefile index 378d211b2d7..5e8c8121e20 100644 --- a/www/tomcat9/Makefile +++ b/www/tomcat9/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -PORTVERSION= 9.0.84 +PORTVERSION= 9.0.85 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 ee28fac6dc7..922c1a3aedb 100644 --- a/www/tomcat9/distinfo +++ b/www/tomcat9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702398383 -SHA256 (apache-tomcat-9.0.84.tar.gz) = e616951e2e4350bd2dadd65e606b21e5be97e28ce27a0d102060545622ab7ae0 -SIZE (apache-tomcat-9.0.84.tar.gz) = 11804410 +TIMESTAMP = 1704825496 +SHA256 (apache-tomcat-9.0.85.tar.gz) = a1874d5e2e72003a81276e5a9520004aca113f135fc841334229b68f6d25ba1e +SIZE (apache-tomcat-9.0.85.tar.gz) = 11809177 diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index a6b8dadc3e5..30d5dea17a8 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,6 +1,6 @@ PORTNAME= tor-browser DISTVERSION= 13.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www net security wayland MASTER_SITES= TOR \ https://build-sources.tbb.torproject.org/:source1 \ diff --git a/www/trac-accountmanager/Makefile b/www/trac-accountmanager/Makefile new file mode 100644 index 00000000000..0b02ed97aad --- /dev/null +++ b/www/trac-accountmanager/Makefile @@ -0,0 +1,30 @@ +PORTNAME= accountmanager +PORTVERSION= 0.5.${REV} +CATEGORIES= www devel python +MASTER_SITES= https://trac-hacks.org/browser/accountmanagerplugin/ +PKGNAMEPREFIX= trac- + +MAINTAINER= samm@FreeBSD.org +COMMENT= Account Manager Plugin for trac +WWW= https://trac-hacks.org/wiki/AccountManagerPlugin + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= tracd:www/trac + +FETCH_BEFORE_ARGS= -o ${DISTFILES} +REV= 18614 +WRKSRC= ${WRKDIR}/trunk +USES= python zip +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +do-fetch: + @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ + cd ${DISTDIR} && \ + ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \ + '${MASTER_SITES}trunk?rev=${REV}&format=zip'; \ + fi + +.include diff --git a/www/trac-accountmanager/distinfo b/www/trac-accountmanager/distinfo new file mode 100644 index 00000000000..86eb8547c56 --- /dev/null +++ b/www/trac-accountmanager/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704757155 +SHA256 (accountmanager-0.5.18614.zip) = 8fbccab4d8cfc55616def01a42af75947037a8f054958b4e4e1eb57b8989303a +SIZE (accountmanager-0.5.18614.zip) = 558095 diff --git a/www/trac-accountmanager/pkg-descr b/www/trac-accountmanager/pkg-descr new file mode 100644 index 00000000000..6cc0ffb9dee --- /dev/null +++ b/www/trac-accountmanager/pkg-descr @@ -0,0 +1,2 @@ +Trac plugin to enable users to register new accounts or manage their +existing account. diff --git a/www/trac-spamfilter/Makefile b/www/trac-spamfilter/Makefile new file mode 100644 index 00000000000..5e91fbb0e87 --- /dev/null +++ b/www/trac-spamfilter/Makefile @@ -0,0 +1,30 @@ +PORTNAME= spamfilter +PORTVERSION= 1.5.1r${REV} +CATEGORIES= www devel python +MASTER_SITES= https://trac.edgewall.org/browser/plugins/trunk/ +PKGNAMEPREFIX= trac- + +MAINTAINER= samm@FreeBSD.org +COMMENT= Trac Spam Filtering Plugin +WWW= https://trac.edgewall.org/wiki/SpamFilter + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= tracd:www/trac + +FETCH_BEFORE_ARGS= -o ${DISTFILES} +REV= 17763 +WRKSRC= ${WRKDIR}/spam-filter +USES= python zip +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +do-fetch: + @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ + cd ${DISTDIR} && \ + ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \ + '${MASTER_SITES}spam-filter?rev=${REV}&format=zip'; \ + fi + +.include diff --git a/www/trac-spamfilter/distinfo b/www/trac-spamfilter/distinfo new file mode 100644 index 00000000000..d84c7113214 --- /dev/null +++ b/www/trac-spamfilter/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704791598 +SHA256 (spamfilter-1.5.1r17763.zip) = 0be8d8f2ad8db198d90526ab79b4183c2608779bfc4e428031c3aa077fb6c85c +SIZE (spamfilter-1.5.1r17763.zip) = 312202 diff --git a/www/trac-spamfilter/pkg-descr b/www/trac-spamfilter/pkg-descr new file mode 100644 index 00000000000..2313416c714 --- /dev/null +++ b/www/trac-spamfilter/pkg-descr @@ -0,0 +1,2 @@ +Trac plugin that allows different ways to reject contributions that contain +spam. Bayes database, regexp, RBL, Captcha and other options are supported. diff --git a/www/trac-tocmacro/Makefile b/www/trac-tocmacro/Makefile new file mode 100644 index 00000000000..2b8dc8ecbd1 --- /dev/null +++ b/www/trac-tocmacro/Makefile @@ -0,0 +1,30 @@ +PORTNAME= tocmacro +PORTVERSION= 12.0.0r${REV} +CATEGORIES= www devel python +MASTER_SITES= https://trac-hacks.org/browser/tocmacro/ +PKGNAMEPREFIX= trac- + +MAINTAINER= samm@FreeBSD.org +COMMENT= Table of contents macro for Trac +WWW= https://trac-hacks.org/wiki/TocMacro + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= tracd:www/trac + +FETCH_BEFORE_ARGS= -o ${DISTFILES} +REV= 18149 +WRKSRC= ${WRKDIR}/0.11 +USES= python zip +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +do-fetch: + @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ + cd ${DISTDIR} && \ + ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \ + '${MASTER_SITES}0.11?rev=${REV}&format=zip'; \ + fi + +.include diff --git a/www/trac-tocmacro/distinfo b/www/trac-tocmacro/distinfo new file mode 100644 index 00000000000..6fc52381df4 --- /dev/null +++ b/www/trac-tocmacro/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704797444 +SHA256 (tocmacro-12.0.0r18149.zip) = 5814dafbd4374e6c4eae194bbb674ef9cbadfb5ccf5793af046c1933569feb51 +SIZE (tocmacro-12.0.0r18149.zip) = 6416 diff --git a/www/trac-tocmacro/pkg-descr b/www/trac-tocmacro/pkg-descr new file mode 100644 index 00000000000..7879704d01e --- /dev/null +++ b/www/trac-tocmacro/pkg-descr @@ -0,0 +1,2 @@ +ThisTrac macro generates a table of contents for the current page or a set of +pages. diff --git a/www/trunk/Makefile b/www/trunk/Makefile index 9f34e4bb3f9..90c48c728b0 100644 --- a/www/trunk/Makefile +++ b/www/trunk/Makefile @@ -1,6 +1,7 @@ PORTNAME= trunk DISTVERSIONPREFIX= v -DISTVERSION= 0.18.3 +DISTVERSION= 0.18.4 +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/trunk/distinfo b/www/trunk/distinfo index 4d33e7f1585..b65fb7e0aa6 100644 --- a/www/trunk/distinfo +++ b/www/trunk/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1703142006 +TIMESTAMP = 1704778329 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 @@ -787,5 +787,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.9+zstd.1.5.5.crate) = 9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656 SIZE (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 728791 -SHA256 (thedodd-trunk-v0.18.3_GH0.tar.gz) = 195835fc7ad03109fcdb3a182797b3c318cb3dc1778da37a3ea7445994ac9b07 -SIZE (thedodd-trunk-v0.18.3_GH0.tar.gz) = 422336 +SHA256 (thedodd-trunk-v0.18.4_GH0.tar.gz) = 024a0ac8beadd5f010c38c986ce430cf98adba15f069183b9902f6e27a7d3efa +SIZE (thedodd-trunk-v0.18.4_GH0.tar.gz) = 422120 diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index 5e22c4deb9c..d7f432bfda5 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -1,5 +1,5 @@ PORTNAME= tt-rss -PORTVERSION= g20231202 +PORTVERSION= g20231229 PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www @@ -16,7 +16,7 @@ USES= gettext-tools php:cli,web shebangfix USE_GITLAB= yes GL_SITE= https://gitlab.tt-rss.org -GL_TAGNAME= 2b8e34453234b8b31ebc9e7020f8677bf3889898 +GL_TAGNAME= a882eb13f7ab36f4bab26a290a8e5ab1c6f2fb34 # phe json/openssl extension is required but it's statically linked in default php USE_PHP= ctype dom exif fileinfo filter iconv intl mbstring pcntl pdo \ phar posix session simplexml sockets tokenizer xml xmlwriter \ diff --git a/www/tt-rss/distinfo b/www/tt-rss/distinfo index 92f2cce147e..5e085ee39c7 100644 --- a/www/tt-rss/distinfo +++ b/www/tt-rss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701554314 -SHA256 (tt-rss-tt-rss-2b8e34453234b8b31ebc9e7020f8677bf3889898_GL0.tar.gz) = 72ec560bd5ad7bac4789d7af0e5c2d7c1c394e9c540d46d5421ecae219d8f875 -SIZE (tt-rss-tt-rss-2b8e34453234b8b31ebc9e7020f8677bf3889898_GL0.tar.gz) = 8965080 +TIMESTAMP = 1703895437 +SHA256 (tt-rss-tt-rss-a882eb13f7ab36f4bab26a290a8e5ab1c6f2fb34_GL0.tar.gz) = ad9c23923f2abf27ec04c1db3aa32ad5f8d7c45c5258efc6b665929e2f65d1b5 +SIZE (tt-rss-tt-rss-a882eb13f7ab36f4bab26a290a8e5ab1c6f2fb34_GL0.tar.gz) = 8966650 diff --git a/www/tuifeed/Makefile b/www/tuifeed/Makefile index e8766cb5b28..ce43a0f1921 100644 --- a/www/tuifeed/Makefile +++ b/www/tuifeed/Makefile @@ -1,7 +1,7 @@ PORTNAME= tuifeed DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MAINTAINER= driesm@FreeBSD.org diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index 135d5c48c77..d2768fa95a7 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= ungoogled-chromium -PORTVERSION= 120.0.6099.129 +PORTVERSION= 120.0.6099.216 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 7b516629732..0c5a2ab383e 100644 --- a/www/ungoogled-chromium/distinfo +++ b/www/ungoogled-chromium/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1703336363 -SHA256 (chromium-120.0.6099.129.tar.xz) = be36d5abecfafdc68d9b27b0bee65136316610a295e844b99483a7520b245f85 -SIZE (chromium-120.0.6099.129.tar.xz) = 3283749920 -SHA256 (ungoogled-chromium-120.0.6099.129-1.tar.gz) = 632265238aea25b1c0076e99b4de2f5e53bbafccbb89356d4586c4415dae6ff9 -SIZE (ungoogled-chromium-120.0.6099.129-1.tar.gz) = 665271 -SHA256 (chromium-120.0.6099.129-testdata.tar.xz) = 44d4507584fd340704dfd314bd9b651c3887e97835b5ca86bcb1dbe20665bed1 -SIZE (chromium-120.0.6099.129-testdata.tar.xz) = 274371756 +TIMESTAMP = 1704955013 +SHA256 (chromium-120.0.6099.216.tar.xz) = 7e7bea15bf56f3cc920bb015fed1a1b1368267299e132e795935c5cc604adfc0 +SIZE (chromium-120.0.6099.216.tar.xz) = 3296304596 +SHA256 (ungoogled-chromium-120.0.6099.216-1.tar.gz) = 131b6fec2bca4435b2542d46df716af79a62bf80fc00c48898de640dd852aa8e +SIZE (ungoogled-chromium-120.0.6099.216-1.tar.gz) = 665895 +SHA256 (chromium-120.0.6099.216-testdata.tar.xz) = c66136fa24d77fb27c04fca4fd2fec15004efad68f551d156eab038de93f40c6 +SIZE (chromium-120.0.6099.216-testdata.tar.xz) = 271802184 SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8 SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734 diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc index 5f908d6172b..f2d8fe3a3cb 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_view.cc.orig 2023-12-23 12:33:28 UTC +--- chrome/browser/ui/views/frame/browser_view.cc.orig 2024-01-06 08:40:52 UTC +++ chrome/browser/ui/views/frame/browser_view.cc -@@ -2171,7 +2171,7 @@ void BrowserView::TabDraggingStatusChanged(bool is_dra +@@ -2172,7 +2172,7 @@ void BrowserView::TabDraggingStatusChanged(bool is_dra // CrOS cleanup is done. // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. diff --git a/www/ungoogled-chromium/files/patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c b/www/ungoogled-chromium/files/patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c new file mode 100644 index 00000000000..ceeec71c950 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c @@ -0,0 +1,27 @@ +--- third_party/libvpx/source/libvpx/vpx_ports/aarch64_cpudetect.c.orig 2024-01-09 18:29:07 UTC ++++ third_party/libvpx/source/libvpx/vpx_ports/aarch64_cpudetect.c +@@ -91,9 +91,23 @@ static int arm_get_cpu_caps(void) { + return flags; + } + +-#elif defined(__linux__) // end defined(VPX_USE_ANDROID_CPU_FEATURES) ++#elif defined(__linux__) || defined(__FreeBSD__) // end defined(VPX_USE_ANDROID_CPU_FEATURES) + + #include ++ ++#if defined(__FreeBSD__) ++static unsigned long getauxval(unsigned long type) ++{ ++ /* Only AT_HWCAP* return unsigned long */ ++ if (type != AT_HWCAP && type != AT_HWCAP2) { ++ return 0; ++ } ++ ++ unsigned long ret = 0; ++ elf_aux_info(type, &ret, sizeof(ret)); ++ return ret; ++} ++#endif + + // Define hwcap values ourselves: building with an old auxv header where these + // hwcap values are not defined should not prevent features from being enabled. diff --git a/www/ungoogled-chromium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c b/www/ungoogled-chromium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c index fd8a00bf559..ed538356842 100644 --- a/www/ungoogled-chromium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c +++ b/www/ungoogled-chromium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c @@ -1,6 +1,6 @@ ---- third_party/sqlite/src/amalgamation/sqlite3.c.orig 2023-12-23 12:33:28 UTC +--- third_party/sqlite/src/amalgamation/sqlite3.c.orig 2024-01-06 08:40:52 UTC +++ third_party/sqlite/src/amalgamation/sqlite3.c -@@ -44312,7 +44312,12 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB +@@ -44313,7 +44313,12 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB memset(zBuf, 0, nBuf); randomnessPid = osGetpid(0); #if !defined(SQLITE_TEST) && !defined(SQLITE_OMIT_RANDOMNESS) @@ -13,7 +13,7 @@ int fd, got; fd = robust_open("/dev/urandom", O_RDONLY, 0); if( fd<0 ){ -@@ -44327,6 +44332,7 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB +@@ -44328,6 +44333,7 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB robust_close(0, fd, __LINE__); } } diff --git a/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.cc b/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.cc index c68be6c2486..fa06c1e18ee 100644 --- a/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.cc +++ b/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.cc @@ -1,4 +1,4 @@ ---- ui/views/controls/textfield/textfield.cc.orig 2023-12-23 12:33:28 UTC +--- ui/views/controls/textfield/textfield.cc.orig 2024-01-06 08:40:52 UTC +++ ui/views/controls/textfield/textfield.cc @@ -81,7 +81,7 @@ #include "base/win/win_util.h" @@ -45,7 +45,7 @@ // TODO(https://crbug.com/952355): Implement this method to support Korean IME // reconversion feature on native text fields (e.g. find bar). bool Textfield::SetCompositionFromExistingText( -@@ -2454,14 +2454,14 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( +@@ -2437,14 +2437,14 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( #endif return ui::TextEditCommand::DELETE_BACKWARD; } diff --git a/www/unit/Makefile b/www/unit/Makefile index e28eea21323..108c399030a 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -135,7 +135,7 @@ post-install: ${ECHO_CMD} @dir ${UNIT_TMPDIR} >> ${TMPPLIST} ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules ${INSTALL_MAN} ${WRKSRC}/build/share/man/man8/unitd.8 \ - ${STAGEDIR}${MAN8PREFIX}/share/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 .endif .include "../../www/unit/version.mk" diff --git a/www/uwebsockets/Makefile b/www/uwebsockets/Makefile index 466c5c3a268..2281cf69b27 100644 --- a/www/uwebsockets/Makefile +++ b/www/uwebsockets/Makefile @@ -1,6 +1,6 @@ PORTNAME= uwebsockets DISTVERSIONPREFIX= v -DISTVERSION= 20.55.0 +DISTVERSION= 20.56.0 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/uwebsockets/distinfo b/www/uwebsockets/distinfo index 7aada0dd117..f782384fe44 100644 --- a/www/uwebsockets/distinfo +++ b/www/uwebsockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703757055 -SHA256 (uNetworking-uWebSockets-v20.55.0_GH0.tar.gz) = bf6b22229fcd10c7cbd256bfd9abf31c829d44eefd56341c0f404e0fa0184f2f -SIZE (uNetworking-uWebSockets-v20.55.0_GH0.tar.gz) = 213522 +TIMESTAMP = 1704836899 +SHA256 (uNetworking-uWebSockets-v20.56.0_GH0.tar.gz) = bbac3e317eabf4e558dffe9bfeab4f5ae2d23affcc6df54fb8e580a9e0372767 +SIZE (uNetworking-uWebSockets-v20.56.0_GH0.tar.gz) = 213868 diff --git a/www/varnish-libvmod-fileserver/Makefile b/www/varnish-libvmod-fileserver/Makefile index ce28a4378c4..e8e3b8c945a 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= 12 +PORTREVISION= 13 CATEGORIES= www PKGNAMEPREFIX= varnish- diff --git a/www/vger/Makefile b/www/vger/Makefile index b89983c87ec..76593fcaf76 100644 --- a/www/vger/Makefile +++ b/www/vger/Makefile @@ -1,5 +1,6 @@ PORTNAME= vger PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://tildegit.org/solene/vger/archive/ DISTFILES= ${PORTVERSION}.tar.gz @@ -17,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} do-install: ${CP} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8/ post-install: @${MKDIR} ${STAGEDIR}${ETCDIR}/gemini diff --git a/www/vger/pkg-plist b/www/vger/pkg-plist index 6b0628e90dd..96a7ac3ca9c 100644 --- a/www/vger/pkg-plist +++ b/www/vger/pkg-plist @@ -1,3 +1,3 @@ bin/vger -man/man8/vger.8.gz +share/man/man8/vger.8.gz @dir %%ETCDIR%%/gemini diff --git a/www/vigil/Makefile b/www/vigil/Makefile index f4c03a6b1aa..3eaf7e6cb93 100644 --- a/www/vigil/Makefile +++ b/www/vigil/Makefile @@ -1,7 +1,7 @@ PORTNAME= vigil DISTVERSIONPREFIX= v DISTVERSION= 1.26.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/vimb/Makefile b/www/vimb/Makefile index fd3d654c4a5..eb323397a85 100644 --- a/www/vimb/Makefile +++ b/www/vimb/Makefile @@ -19,14 +19,14 @@ GH_ACCOUNT= fanglingsu GH_PROJECT= vimb USE_GNOME= cairo gdkpixbuf2 gtk30 -MAKE_ARGS= MANPREFIX=${STAGEDIR}${PREFIX}/man \ +MAKE_ARGS= MANPREFIX=${STAGEDIR}${PREFIX}/share/man \ V=1 \ version="${DISTVERSION}" LDFLAGS+= -Wl,--as-needed PLIST_FILES= bin/vimb \ lib/vimb/webext_main.so \ - man/man1/vimb.1.gz \ + share/man/man1/vimb.1.gz \ share/applications/vimb.desktop \ share/metainfo/vimb.metainfo.xml diff --git a/www/wasm-pack/Makefile b/www/wasm-pack/Makefile index 4469f287382..f3c6a291445 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= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/webbrowser/Makefile b/www/webbrowser/Makefile index e91986574d7..ef28ef54b7c 100644 --- a/www/webbrowser/Makefile +++ b/www/webbrowser/Makefile @@ -1,5 +1,6 @@ PORTNAME= webbrowser PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://acadix.biz/Ports/distfiles/ @@ -14,8 +15,8 @@ USES= tar:xz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/webbrowser ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/webbrowser.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/webbrowser.1 ${STAGEDIR}${PREFIX}/share/man/man1 -PLIST_FILES= bin/webbrowser man/man1/webbrowser.1.gz +PLIST_FILES= bin/webbrowser share/man/man1/webbrowser.1.gz .include diff --git a/www/websocat/Makefile b/www/websocat/Makefile index c420b26a022..66041ca6e70 100644 --- a/www/websocat/Makefile +++ b/www/websocat/Makefile @@ -1,7 +1,7 @@ PORTNAME= websocat DISTVERSIONPREFIX= v DISTVERSION= 1.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/wiki-tui/Makefile b/www/wiki-tui/Makefile index 44be56e97ed..f8eba44b83d 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= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= eduardo@FreeBSD.org diff --git a/www/wt/distinfo b/www/wt/distinfo index 66cb11a0d69..c5b84d7143e 100644 --- a/www/wt/distinfo +++ b/www/wt/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1665782825 +TIMESTAMP = 1704660192 SHA256 (emweb-wt-4.8.0_GH0.tar.gz) = e4030d8f530ec7bdd6b341a2bf31a608fb9ebcedb905155f83ec7f300a7d420d SIZE (emweb-wt-4.8.0_GH0.tar.gz) = 10604286 -SHA256 (450675abc789d135e456bf42a0eb7260bf3d9cbd.diff) = d01991025ee3820b9c941b7482b0e683d5a00f5cd0680f74a294ac4d3766bef8 -SIZE (450675abc789d135e456bf42a0eb7260bf3d9cbd.diff) = 2433 +SHA256 (450675abc789d135e456bf42a0eb7260bf3d9cbd.diff) = 8584e9e61ca6d774e6e10d89150e60f9eea717b8f9dab63742bb4fef62659df8 +SIZE (450675abc789d135e456bf42a0eb7260bf3d9cbd.diff) = 2437 diff --git a/www/xh/Makefile b/www/xh/Makefile index 45e87df8be5..579e8b45204 100644 --- a/www/xh/Makefile +++ b/www/xh/Makefile @@ -1,7 +1,7 @@ PORTNAME= xh DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 5 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org @@ -28,7 +28,7 @@ COMPLETIONS_DESC= Install shell completions for bash, fish and zsh COMPLETIONS_PLIST_FILES= share/bash-completion/completions/${PORTNAME} \ share/fish/vendor_completions.d/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} -MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz +MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @@ -47,6 +47,6 @@ post-install-DOCS-on: post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/www/zola/Makefile b/www/zola/Makefile index d94e1b63eaa..74d222621cd 100644 --- a/www/zola/Makefile +++ b/www/zola/Makefile @@ -1,6 +1,7 @@ PORTNAME= zola DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org diff --git a/www/zola/files/patch-ring-aarch64 b/www/zola/files/patch-ring-aarch64 index ac92f109961..f891b01e870 100644 --- a/www/zola/files/patch-ring-aarch64 +++ b/www/zola/files/patch-ring-aarch64 @@ -72,7 +72,7 @@ // We assume NEON is available on AARCH64 because it is a required // feature. #[cfg(target_arch = "aarch64")] -@@ -67,11 +97,26 @@ fn detect_features() -> u32 { +@@ -67,12 +97,27 @@ fn detect_features() -> u32 { #[cfg(target_arch = "arm")] const OFFSET: c_ulong = 0; @@ -85,7 +85,7 @@ const AT_HWCAP2: c_ulong = 26; unsafe { getauxval(AT_HWCAP2) } }; -+ + + #[cfg(target_os = "freebsd")] + { + const AT_HWCAP2: c_int = 26; @@ -97,6 +97,17 @@ + ); + }; + } - ++ const HWCAP_AES: c_ulong = 1 << 0 + OFFSET; const HWCAP_PMULL: c_ulong = 1 << 1 + OFFSET; + const HWCAP_SHA2: c_ulong = 1 << 3 + OFFSET; +@@ -162,9 +207,6 @@ fn detect_features() -> u32 { + target_os = "windows" + )) + ))] +-fn detect_features() -> u32 { +- 0 +-} + + macro_rules! features { + { diff --git a/x11-clocks/astime/Makefile b/x11-clocks/astime/Makefile index c74d86f9ee5..59c974728d8 100644 --- a/x11-clocks/astime/Makefile +++ b/x11-clocks/astime/Makefile @@ -1,6 +1,6 @@ PORTNAME= astime PORTVERSION= 2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks afterstep MASTER_SITES= AFTERSTEP/apps/astime/ \ http://tigr.net/afterstep/download/astime/ @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm-includes=${LOCALBASE}/include \ --with-xpm-library=${LOCALBASE}/lib -PLIST_FILES= bin/astime man/man1/astime.1.gz +PLIST_FILES= bin/astime share/man/man1/astime.1.gz post-build: @${LN} -sf astime.man ${WRKSRC}/astime.1 @@ -25,6 +25,6 @@ do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} astime \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_MAN} astime.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) .include diff --git a/x11-clocks/eyeclock/Makefile b/x11-clocks/eyeclock/Makefile index e0d9006663a..4988808dc3b 100644 --- a/x11-clocks/eyeclock/Makefile +++ b/x11-clocks/eyeclock/Makefile @@ -1,6 +1,6 @@ PORTNAME= eyeclock PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-clocks MASTER_SITES= http://ftp.vector.co.jp/12/89/1347/ DISTNAME= eyeclk20 @@ -25,7 +25,7 @@ do-install: octopusclock punpunclock silicagelclock taroclock umeharaclock ${LN} -sf eyeclock ${STAGEDIR}${PREFIX}/bin/${link} .endfor - ${INSTALL_MAN} ${WRKSRC}/eyeclock.man ${STAGEDIR}${MANPREFIX}/man/man1/eyeclock.1 + ${INSTALL_MAN} ${WRKSRC}/eyeclock.man ${STAGEDIR}${PREFIX}/share/man/man1/eyeclock.1 ${INSTALL_DATA} ${WRKSRC}/EyeClock.daemon \ ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/EyeClock @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/EyeClock diff --git a/x11-clocks/eyeclock/pkg-plist b/x11-clocks/eyeclock/pkg-plist index 22f17fec3ee..9ea67be9123 100644 --- a/x11-clocks/eyeclock/pkg-plist +++ b/x11-clocks/eyeclock/pkg-plist @@ -95,4 +95,4 @@ lib/X11/EyeClock/taro_left_eye.xpm lib/X11/EyeClock/taro_right_core.xpm lib/X11/EyeClock/taro_right_eye.xpm lib/X11/app-defaults/EyeClock -man/man1/eyeclock.1.gz +share/man/man1/eyeclock.1.gz diff --git a/x11-clocks/wmblueclock/Makefile b/x11-clocks/wmblueclock/Makefile index 0d0a54d7677..af78de9372f 100644 --- a/x11-clocks/wmblueclock/Makefile +++ b/x11-clocks/wmblueclock/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmblueclock PORTVERSION= 0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-clocks windowmaker MASTER_SITES= SUNSITE/X11/xutils @@ -13,10 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 xorg USE_XORG= x11 xau xdmcp xext xpm -PLIST_FILES= bin/wmblueclock man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/wmblueclock share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11-fm/dolphin-devel/distinfo b/x11-fm/dolphin-devel/distinfo index 75d63f1c46a..3b752ab34db 100644 --- a/x11-fm/dolphin-devel/distinfo +++ b/x11-fm/dolphin-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701600352 -SHA256 (KDE/release-service/24.01.80/dolphin-24.01.80.tar.xz) = ab3c31fd7cf04b467473d68da5d8b13d2c9d646011e39adf0200df7147c8677e -SIZE (KDE/release-service/24.01.80/dolphin-24.01.80.tar.xz) = 5798172 +TIMESTAMP = 1704376174 +SHA256 (KDE/release-service/24.01.85/dolphin-24.01.85.tar.xz) = 654173a509cffbc0bc8a332e95ec8653fd2526e18e90c5cc9ab8f5b81bac2c0d +SIZE (KDE/release-service/24.01.85/dolphin-24.01.85.tar.xz) = 5800120 diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index f9e1300773f..24734567f18 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -1,7 +1,7 @@ PORTNAME= doublecmd -PORTVERSION= 1.0.11 -PORTREVISION= 3 +PORTVERSION= 1.1.8 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11-fm PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -13,8 +13,9 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 i386 -gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 -qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 +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 xorg DOS2UNIX_FILES= components/multithreadprocs/mtpcpu.pas src/dmhelpmanager.pas @@ -24,16 +25,16 @@ GH_TAGNAME= 1.0.10:help USE_GNOME= cairo glib20 USE_XORG= x11 -LAZARUS_NO_FLAVORS= qt6 LAZARUS_PROJECT_FILES= components/chsdet/chsdet.lpk \ - components/CmdLine/cmdbox.lpk \ components/multithreadprocs/multithreadprocslaz.lpk \ - components/dcpcrypt/dcpcrypt.lpk \ + components/kascrypt/kascrypt.lpk \ components/doublecmd/doublecmd_common.lpk \ + components/Image32/Image32.lpk \ components/KASToolBar/kascomp.lpk \ components/viewer/viewerpackage.lpk \ components/gifanim/pkg_gifanim.lpk \ - components/synunihighlighter/synuni.lpk + components/synunihighlighter/synuni.lpk \ + components/virtualterminal/virtualterminal.lpk LAZBUILD_ARGS= --pcp=${WRKSRC}/tmppcp -d MAKE_ENV+= LDVER=ld.bfd # for DragonFly @@ -42,21 +43,22 @@ PLIST= ${WRKDIR}/pkg-plist PORTDOCS= * OPTIONS_DEFINE= DEBUG DOCS -OPTIONS_DEFAULT= DSX_LOCATE WCX_CPIO WCX_DEB WCX_RPM WCX_UNRAR WCX_ZIP \ - WDX_AUDIOINFO WDX_DEB WDX_RPM WDX_SCRIPTS WDX_TEXTLINE \ - WDX_XPI WFX_FTP WFX_SAMBA +OPTIONS_DEFAULT= DSX_LOCATE WCX_BASE64 WCX_CPIO WCX_DEB WCX_RPM WCX_UNRAR \ + WCX_ZIP WDX_AUDIOINFO WDX_DEB WDX_RPM WDX_SCRIPTS \ + WDX_TEXTLINE WFX_FTP WFX_SAMBA OPTIONS_GROUP= DSX WCX WDX WFX WLX OPTIONS_GROUP_DSX= DSX_LOCATE -OPTIONS_GROUP_WCX= WCX_CPIO WCX_DEB WCX_RPM WCX_UNBZ2 WCX_UNRAR WCX_ZIP -OPTIONS_GROUP_WDX= WDX_AUDIOINFO WDX_DEB WDX_RPM WDX_SCRIPTS WDX_TEXTLINE \ - WDX_XPI +OPTIONS_GROUP_WCX= WCX_BASE64 WCX_CPIO WCX_DEB WCX_RPM WCX_UNBZ2 WCX_UNRAR \ + WCX_ZIP +OPTIONS_GROUP_WDX= WDX_AUDIOINFO WDX_DEB WDX_RPM WDX_SCRIPTS WDX_TEXTLINE OPTIONS_GROUP_WFX= WFX_FTP WFX_SAMBA OPTIONS_GROUP_WLX= WLX_MPLAYER DSX_DESC= Search plugins DSX_LOCATE_DESC= Support locate command +WCX_BASE64_DESC= BASE64 plugin support WCX_CPIO_DESC= CPIO format support WCX_DEB_DESC= Debian package archive support WCX_DESC= Packer plugins to work with archives @@ -71,7 +73,6 @@ WDX_DESC= Plugins to display and search extended file attributes WDX_RPM_DESC= Red Hat package file information WDX_SCRIPTS_DESC= Add support to use custom Lua scripts WDX_TEXTLINE_DESC= Show and replace single lines in text files -WDX_XPI_DESC= Mozilla plugin file information WFX_DESC= File system plugins WFX_FTP_DESC= FTP protocol support @@ -94,6 +95,10 @@ LAZBUILD_ARGS+= --bm="Debug" LAZARUS_PROJECT_FILES+= plugins/wfx/ftp/src/ftp.lpi .endif +.if ${PORT_OPTIONS:MWCX_BASE64} +LAZARUS_PROJECT_FILES+= plugins/wcx/base64/src/base64wcx.lpi +.endif + .if ${PORT_OPTIONS:MWCX_CPIO} LAZARUS_PROJECT_FILES+= plugins/wcx/cpio/src/cpio.lpi .endif @@ -130,10 +135,6 @@ LAZARUS_PROJECT_FILES+= plugins/wdx/rpm_wdx/src/rpm_wdx.lpi LAZARUS_PROJECT_FILES+= plugins/wdx/deb_wdx/src/deb_wdx.lpi .endif -.if ${PORT_OPTIONS:MWDX_XPI} -LAZARUS_PROJECT_FILES+= plugins/wdx/xpi_wdx/src/xpi_wdx.lpi -.endif - .if ${PORT_OPTIONS:MWDX_TEXTLINE} LAZARUS_PROJECT_FILES+= plugins/wdx/textline/src/TextLine.lpi .endif @@ -177,6 +178,9 @@ pre-install: @${ECHO_CMD} "@dir %%DATADIR%%/plugins/wlx" >> ${PLIST} @${ECHO_CMD} "@dir %%DATADIR%%/plugins/dsx" >> ${PLIST} +.if ${PORT_OPTIONS:MWCX_BASE64} + @${ECHO_CMD} "%%DATADIR%%/plugins/wcx/base64/base64.wcx" >> ${PLIST} +.endif .if ${PORT_OPTIONS:MWCX_CPIO} @${ECHO_CMD} "%%DATADIR%%/plugins/wcx/cpio/cpio.wcx" >> ${PLIST} .endif @@ -205,9 +209,6 @@ pre-install: .if ${PORT_OPTIONS:MWDX_DEB} @${ECHO_CMD} "%%DATADIR%%/plugins/wdx/deb_wdx/deb_wdx.wdx" >> ${PLIST} .endif -.if ${PORT_OPTIONS:MWDX_XPI} - @${ECHO_CMD} "%%DATADIR%%/plugins/wdx/xpi_wdx/xpi_wdx.wdx" >> ${PLIST} -.endif .if ${PORT_OPTIONS:MWDX_SCRIPTS} @cd ${WRKSRC}/plugins/wdx/scripts && \ ${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/plugins/wdx/scripts/|' >> ${PLIST} @@ -231,9 +232,9 @@ pre-install: @${ECHO_CMD} "%%DATADIR%%/plugins/dsx/dsxlocate/dsxlocate.dsx" >> ${PLIST} .endif -.for FILE in %%DATADIR%%/doublecmd.ext.example %%DATADIR%%/pixmaps.txt \ - %%DATADIR%%/multiarc.ini bin/doublecmd share/applications/doublecmd.desktop \ - share/pixmaps/doublecmd.png share/icons/hicolor/scalable/apps/doublecmd.svg +.for FILE in %%DATADIR%%/pixmaps.txt %%DATADIR%%/multiarc.ini bin/doublecmd \ + share/applications/doublecmd.desktop share/pixmaps/doublecmd.png \ + share/icons/hicolor/scalable/apps/doublecmd.svg @${ECHO_CMD} ${FILE} >> ${PLIST} .endfor @@ -246,7 +247,7 @@ pre-install: @cd ${WRKSRC}/sdk && \ ${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/sdk/|' >> ${PLIST} - @${ECHO_CMD} "man/man1/doublecmd.1.gz" >> ${PLIST} + @${ECHO_CMD} "share/man/man1/doublecmd.1.gz" >> ${PLIST} do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/plugins/wcx @@ -254,6 +255,11 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/plugins/wfx @${MKDIR} ${STAGEDIR}${DATADIR}/plugins/wlx @${MKDIR} ${STAGEDIR}${DATADIR}/plugins/dsx + +.if ${PORT_OPTIONS:MWCX_BASE64} + @${MKDIR} ${STAGEDIR}${DATADIR}/plugins/wcx/base64 + ${INSTALL_LIB} ${WRKSRC}/plugins/wcx/base64/base64.wcx ${STAGEDIR}${DATADIR}/plugins/wcx/base64/ +.endif .if ${PORT_OPTIONS:MWCX_CPIO} @${MKDIR} ${STAGEDIR}${DATADIR}/plugins/wcx/cpio ${INSTALL_LIB} ${WRKSRC}/plugins/wcx/cpio/cpio.wcx ${STAGEDIR}${DATADIR}/plugins/wcx/cpio/ @@ -291,10 +297,6 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/plugins/wdx/deb_wdx/ ${INSTALL_LIB} ${WRKSRC}/plugins/wdx/deb_wdx/deb_wdx.wdx ${STAGEDIR}${DATADIR}/plugins/wdx/deb_wdx/ .endif -.if ${PORT_OPTIONS:MWDX_XPI} - @${MKDIR} ${STAGEDIR}${DATADIR}/plugins/wdx/xpi_wdx/ - ${INSTALL_LIB} ${WRKSRC}/plugins/wdx/xpi_wdx/xpi_wdx.wdx ${STAGEDIR}${DATADIR}/plugins/wdx/xpi_wdx/ -.endif .if ${PORT_OPTIONS:MWDX_SCRIPTS} @${MKDIR} ${STAGEDIR}${DATADIR}/plugins/wdx/scripts/ ${INSTALL_DATA} ${WRKSRC}/plugins/wdx/scripts/* ${STAGEDIR}${DATADIR}/plugins/wdx/scripts/ @@ -330,7 +332,7 @@ do-install: ${FIND} * -type f -exec ${INSTALL_DATA} {} "${STAGEDIR}${DATADIR}/${DIRE}/{}" \; .endfor -.for FILE in doublecmd.ext.example pixmaps.txt multiarc.ini +.for FILE in default/pixmaps.txt default/multiarc.ini ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DATADIR} .endfor @@ -340,7 +342,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/install/linux/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}/ - ${INSTALL_MAN} ${WRKSRC}/install/linux/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/install/linux/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ post-install: .if ${PORT_OPTIONS:MDOCS} diff --git a/x11-fm/doublecmd/distinfo b/x11-fm/doublecmd/distinfo index cfe11524d5e..064c48c3be7 100644 --- a/x11-fm/doublecmd/distinfo +++ b/x11-fm/doublecmd/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1680545622 -SHA256 (doublecmd-doublecmd-v1.0.11_GH0.tar.gz) = 9d5c178682f28590fd9e4e1e7b63b6dbbfb1e40122fdaf643c9eed0ed42c5bf6 -SIZE (doublecmd-doublecmd-v1.0.11_GH0.tar.gz) = 9079779 +TIMESTAMP = 1704384484 +SHA256 (doublecmd-doublecmd-v1.1.8_GH0.tar.gz) = 77de83ad2d76c7dda9b5c2a310198f6184ff0d68d5f01aa299ba77941fe11f72 +SIZE (doublecmd-doublecmd-v1.1.8_GH0.tar.gz) = 9072246 SHA256 (doublecmd-doublecmd.github.io-1.0.10_GH0.tar.gz) = f13935373728d654e1b3e39be6156e5e3d878569dd9d64992f1684fc17f28eff SIZE (doublecmd-doublecmd.github.io-1.0.10_GH0.tar.gz) = 7605382 diff --git a/x11-fm/doublecmd/files/patch-components_virtualterminal_source_unix_vtemupty.pas b/x11-fm/doublecmd/files/patch-components_virtualterminal_source_unix_vtemupty.pas new file mode 100644 index 00000000000..66da8cc01f3 --- /dev/null +++ b/x11-fm/doublecmd/files/patch-components_virtualterminal_source_unix_vtemupty.pas @@ -0,0 +1,11 @@ +--- components/virtualterminal/source/unix/vtemupty.pas.orig 2024-01-04 17:04:32 UTC ++++ components/virtualterminal/source/unix/vtemupty.pas +@@ -171,7 +171,7 @@ end; + constructor TPtyDevice.Create(AOwner: TComponent); + begin + inherited Create(AOwner); +- if fpPipe(FEventPipe) < 0 then ++ if fpPipe(FEventPipe,0) < 0 then + WriteLn(SysErrorMessage(fpGetErrNo)) + else begin + // Set both ends of pipe non blocking diff --git a/x11-fm/doublecmd/files/patch-plugins_wlx_WlxMplayer_src_wlxMplayer.lpr b/x11-fm/doublecmd/files/patch-plugins_wlx_WlxMplayer_src_wlxMplayer.lpr index b3256a0b558..73bd1b7dbe9 100644 --- a/x11-fm/doublecmd/files/patch-plugins_wlx_WlxMplayer_src_wlxMplayer.lpr +++ b/x11-fm/doublecmd/files/patch-plugins_wlx_WlxMplayer_src_wlxMplayer.lpr @@ -1,6 +1,6 @@ ---- plugins/wlx/WlxMplayer/src/wlxMplayer.lpr.orig 2016-01-13 13:19:01 UTC +--- plugins/wlx/WlxMplayer/src/wlxMplayer.lpr.orig 2023-12-15 21:28:19 UTC +++ plugins/wlx/WlxMplayer/src/wlxMplayer.lpr -@@ -258,7 +258,7 @@ var +@@ -263,7 +263,7 @@ var sPlayerPath: String; p: TMPlayer; begin diff --git a/x11-fm/doublecmd/files/patch-src_uGlobsPaths.pas b/x11-fm/doublecmd/files/patch-src_uGlobsPaths.pas index 6499f2e9650..62d6eac7ed3 100644 --- a/x11-fm/doublecmd/files/patch-src_uGlobsPaths.pas +++ b/x11-fm/doublecmd/files/patch-src_uGlobsPaths.pas @@ -1,4 +1,4 @@ ---- src/uGlobsPaths.pas.orig 2017-12-11 10:45:31 UTC +--- src/uGlobsPaths.pas.orig 2024-01-04 17:03:35 UTC +++ src/uGlobsPaths.pas @@ -3,7 +3,7 @@ unit uGlobsPaths; interface @@ -17,12 +17,12 @@ //Global Configuration Filename const -@@ -37,7 +38,7 @@ end; - procedure LoadPaths; +@@ -74,7 +75,7 @@ end; + + procedure Initialize; begin - OnGetApplicationName := @GetAppName; -- gpExePath := ExtractFilePath(TryReadAllLinks(ParamStrU(0))); -+ //gpExePath := ExtractFilePath(TryReadAllLinks(ParamStrU(0))); - DCDebug('Executable directory: ', gpExePath); - - gpGlobalCfgDir := gpExePath; +- gpExePath := ExtractFilePath(TryReadAllLinks(ParamStr(0))); ++ //gpExePath := ExtractFilePath(TryReadAllLinks(ParamStr(0))); + gpGlobalCfgDir := gpExePath + 'settings' + DirectorySeparator; + end; + diff --git a/x11-fm/filerunner/Makefile b/x11-fm/filerunner/Makefile index 3bbd5744c46..f7a41de35e6 100644 --- a/x11-fm/filerunner/Makefile +++ b/x11-fm/filerunner/Makefile @@ -1,21 +1,21 @@ PORTNAME= filerunner -PORTVERSION= 19.07.08.17 +PORTVERSION= 23.03.07.16 CATEGORIES= x11-fm tk MASTER_SITES= SF/${PORTNAME}/release-${PORTVERSION} DISTNAME= fr-${PORTVERSION} -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk-based filemanager with FTP capabilities WWW= https://sourceforge.net/projects/filerunner/ LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/${PORTNAME} +USES= tk:run +USE_LDCONFIG= yes + NO_BUILD= yes -USES+= tk:run - -USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: ${REINPLACE_CMD} -e 's|/usr/bin/env wish|${WISH}|' ${WRKSRC}/fr diff --git a/x11-fm/filerunner/distinfo b/x11-fm/filerunner/distinfo index e5666b3a0a2..3d7fcb81040 100644 --- a/x11-fm/filerunner/distinfo +++ b/x11-fm/filerunner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562779607 -SHA256 (fr-19.07.08.17.tar.gz) = 88da5fa7513ddb00c69a72401c258125d25ccb77b91f0fbd9d13b6342d2d46ad -SIZE (fr-19.07.08.17.tar.gz) = 1649116 +TIMESTAMP = 1704532284 +SHA256 (fr-23.03.07.16.tar.gz) = 79cf8196a2dd9913059937494301d30be674deb6cdf00303816f8bb828625ebf +SIZE (fr-23.03.07.16.tar.gz) = 3053709 diff --git a/x11-fm/filerunner/pkg-plist b/x11-fm/filerunner/pkg-plist index 9a6c3b652ab..bf3d259fe74 100644 --- a/x11-fm/filerunner/pkg-plist +++ b/x11-fm/filerunner/pkg-plist @@ -1,5 +1,6 @@ bin/fr %%DATADIR%%/Makefiles/INSTALL +%%DATADIR%%/Makefiles/RequiredPackages %%DATADIR%%/Makefiles/alien.tcl %%DATADIR%%/Makefiles/buildColorList.tcl %%DATADIR%%/Makefiles/buildConfig.tcl @@ -10,17 +11,25 @@ bin/fr %%DATADIR%%/Makefiles/extras %%DATADIR%%/Makefiles/filerunner.desktop %%DATADIR%%/Makefiles/filerunner.spec +%%DATADIR%%/Makefiles/ico.tcl +%%DATADIR%%/Makefiles/listMissingPackages.tcl %%DATADIR%%/Makefiles/make_icons %%DATADIR%%/Makefiles/makepackagelinks.tcl %%DATADIR%%/Makefiles/makerelease %%DATADIR%%/Makefiles/msi-tool.tcl %%DATADIR%%/Makefiles/msiControl +%%DATADIR%%/Makefiles/showIcon.tcl +%%DATADIR%%/Makefiles/syncExcludeList +%%DATADIR%%/Makefiles/syncWithSim.tcl %%DATADIR%%/Makefiles/tcl-inotify-1.4.1.tar.gz %%DATADIR%%/Makefiles/tip_index.tcl +%%DATADIR%%/Makefiles/toUnix.tcl %%DATADIR%%/Makefiles/trim-inotify.tcl +%%DATADIR%%/Makefiles/updatePkgIndexs.tcl %%DATADIR%%/Makefiles/wrapfilelist.txt %%DATADIR%%/Makefiles/wraplistControl %%DATADIR%%/Makefiles/wrapwindows +%%DATADIR%%/about.tcl %%DATADIR%%/bitmaps/bitmapeditor %%DATADIR%%/bitmaps/bullet.bit %%DATADIR%%/bitmaps/cross.bit @@ -61,6 +70,7 @@ bin/fr %%DATADIR%%/doc/Tips.txt %%DATADIR%%/doc/To_Do.txt %%DATADIR%%/doc/Users_Guide.txt +%%DATADIR%%/editPasswords.tcl %%DATADIR%%/editfont.tcl %%DATADIR%%/find_fr.tcl %%DATADIR%%/font.tcl @@ -68,18 +78,20 @@ bin/fr %%DATADIR%%/fr-inotify.tcl %%DATADIR%%/fr.bak %%DATADIR%%/fr.tcl +%%DATADIR%%/frBalloon.tcl +%%DATADIR%%/frExpandFileListing.tcl %%DATADIR%%/frNavagate.tcl %%DATADIR%%/frVFS.tcl %%DATADIR%%/frVersion.tcl %%DATADIR%%/frftp %%DATADIR%%/frlib/Alt_tkGetSel.tcl %%DATADIR%%/frlib/FontControl.tcl -%%DATADIR%%/frlib/auto_execOk.tcl -%%DATADIR%%/frlib/balloon.tcl %%DATADIR%%/frlib/buildCasMenu.tcl %%DATADIR%%/frlib/centerWin.tcl %%DATADIR%%/frlib/colorList.tcl +%%DATADIR%%/frlib/expand.tcl %%DATADIR%%/frlib/fileRipper.tcl +%%DATADIR%%/frlib/filltextwindow.tcl %%DATADIR%%/frlib/findFilter.tcl %%DATADIR%%/frlib/fixtearoff.tcl %%DATADIR%%/frlib/follow.tcl @@ -88,6 +100,7 @@ bin/fr %%DATADIR%%/frlib/frputs.tcl %%DATADIR%%/frlib/getGeo.tcl %%DATADIR%%/frlib/grip.tcl +%%DATADIR%%/frlib/historyMenu.tcl %%DATADIR%%/frlib/imageLocker.tcl %%DATADIR%%/frlib/intelWinSize.tcl %%DATADIR%%/frlib/isCommand.tcl @@ -95,6 +108,7 @@ bin/fr %%DATADIR%%/frlib/ldelete.tcl %%DATADIR%%/frlib/lnorm.tcl %%DATADIR%%/frlib/passwordLocker.tcl +%%DATADIR%%/frlib/pathmasking.tcl %%DATADIR%%/frlib/patternListSearch.tcl %%DATADIR%%/frlib/patternStringSearch.tcl %%DATADIR%%/frlib/pipeo.tcl @@ -104,9 +118,9 @@ bin/fr %%DATADIR%%/frlib/shuntingYard.tcl %%DATADIR%%/frlib/slLib.tcl %%DATADIR%%/frlib/smart_dialog.tcl +%%DATADIR%%/frlib/snitIndex.tcl %%DATADIR%%/frlib/spell-filters.tcl %%DATADIR%%/frlib/spell_check.tcl -%%DATADIR%%/frlib/tclServer.tcl %%DATADIR%%/frlib/tclmultilistbox.tcl %%DATADIR%%/frlib/tempMountPoints.tcl %%DATADIR%%/frlib/textsearch.tcl @@ -119,16 +133,39 @@ bin/fr %%DATADIR%%/icons/filerunner-32x32.png %%DATADIR%%/icons/filerunner-48x48.png %%DATADIR%%/icons/filerunner-icons.ico +%%DATADIR%%/icons/filerunner.ico +%%DATADIR%%/icons/fr_mercury-master.bmp %%DATADIR%%/icons/fr_mercury-master.xcf %%DATADIR%%/knownErrors.tcl %%DATADIR%%/mountCmd.tcl %%DATADIR%%/packageLinks.tcl -%%DATADIR%%/packages/autoscroll/autoscroll.tcl -%%DATADIR%%/packages/autoscroll/pkgIndex.tcl -%%DATADIR%%/packages/cursor/cursor.tcl -%%DATADIR%%/packages/cursor/pkgIndex.tcl +%%DATADIR%%/packages/balloonhelp/balloon.tcl +%%DATADIR%%/packages/balloonhelp/pkgIndex.tcl +%%DATADIR%%/packages/elastictabs/ElasticTabs.tcl +%%DATADIR%%/packages/elastictabs/pkgIndex.tcl %%DATADIR%%/packages/expect/expect.tcl +%%DATADIR%%/packages/expect/packages %%DATADIR%%/packages/expect/pkgIndex.tcl +%%DATADIR%%/packages/expect/pkgIndex.tclx +%%DATADIR%%/packages/extrafont/.notunix +%%DATADIR%%/packages/extrafont/.notwindows +%%DATADIR%%/packages/extrafont/ReadMe +%%DATADIR%%/packages/extrafont/darwin-x64/.notunix +%%DATADIR%%/packages/extrafont/darwin-x64/.notwindows +%%DATADIR%%/packages/extrafont/darwin-x64/extrafont.dylib +%%DATADIR%%/packages/extrafont/doc.txt +%%DATADIR%%/packages/extrafont/extrafont.tcl +%%DATADIR%%/packages/extrafont/fontnameinfo.tcl +%%DATADIR%%/packages/extrafont/futmp.tcl +%%DATADIR%%/packages/extrafont/linux-x32/.notwindows +%%DATADIR%%/packages/extrafont/linux-x32/extrafont.so +%%DATADIR%%/packages/extrafont/linux-x64/.notwindows +%%DATADIR%%/packages/extrafont/linux-x64/extrafont.so +%%DATADIR%%/packages/extrafont/pkgIndex.tcl +%%DATADIR%%/packages/extrafont/win-x32/.notunix +%%DATADIR%%/packages/extrafont/win-x32/extrafont.dll +%%DATADIR%%/packages/extrafont/win-x64/.notunix +%%DATADIR%%/packages/extrafont/win-x64/extrafont.dll %%DATADIR%%/packages/ftp/ftp.tcl %%DATADIR%%/packages/ftp/ftp_geturl.tcl %%DATADIR%%/packages/ftp/pkgIndex.tcl @@ -141,9 +178,8 @@ bin/fr %%DATADIR%%/packages/inotify/i686/pkgIndex.tcl %%DATADIR%%/packages/inotify/x86_64/libinotify1.4.1.so %%DATADIR%%/packages/inotify/x86_64/pkgIndex.tcl -%%DATADIR%%/packages/log/log.tcl -%%DATADIR%%/packages/log/pkgIndex.tcl %%DATADIR%%/packages/mswindows/.notunix +%%DATADIR%%/packages/mswindows/MSWdir.tcl %%DATADIR%%/packages/mswindows/VFSrecycle.tcl %%DATADIR%%/packages/mswindows/VFSregistry.tcl %%DATADIR%%/packages/mswindows/auto_execOk.tcl @@ -151,31 +187,41 @@ bin/fr %%DATADIR%%/packages/mswindows/configc.tcl %%DATADIR%%/packages/mswindows/configl.tcl %%DATADIR%%/packages/mswindows/findUNC.tcl +%%DATADIR%%/packages/mswindows/findUNC.xtcl +%%DATADIR%%/packages/mswindows/fixMSWcommand.tcl %%DATADIR%%/packages/mswindows/frWinBits.tcl -%%DATADIR%%/packages/mswindows/getWindowsDir.tcl %%DATADIR%%/packages/mswindows/pkgIndex.tcl %%DATADIR%%/packages/mswindows/registryFind.tcl %%DATADIR%%/packages/mswindows/sel-cut-paste-for-windows.tcl %%DATADIR%%/packages/mswindows/tclIndex +%%DATADIR%%/packages/mswindows/test +%%DATADIR%%/packages/mswindows/test2.tcl +%%DATADIR%%/packages/mswindows/which.tcl %%DATADIR%%/packages/mswindows/winLnkFile.tcl %%DATADIR%%/packages/mswindows/windows.tcl -%%DATADIR%%/packages/mswindows/windowsAutoExecOk.tcl +%%DATADIR%%/packages/textmenu/pkgIndex.tcl +%%DATADIR%%/packages/textmenu/textCascadMenu.tcl +%%DATADIR%%/packages/textmenu/textmenu.tcl +%%DATADIR%%/packages/textmenu/textmenuman.tcl +%%DATADIR%%/packages/tkcon/.tkcon %%DATADIR%%/packages/tkcon/.tkconrc +%%DATADIR%%/packages/tkcon/idebug.tcl %%DATADIR%%/packages/tkcon/pkgIndex.tcl %%DATADIR%%/packages/tkcon/tkcon.tcl %%DATADIR%%/packages/tkcon/tkconHook.tcl +%%DATADIR%%/packages/tkcon/tkconnew.html %%DATADIR%%/packages/tkconrc/.tkconrc %%DATADIR%%/packages/tkconrc/5-tkconsearch.tcl %%DATADIR%%/packages/tkconrc/7-frputs-help.tcl %%DATADIR%%/packages/tkconrc/8-historyMenu.tcl %%DATADIR%%/packages/tkconrc/9-fix-tkcon-paste.tcl +%%DATADIR%%/packages/tkconrc/packages %%DATADIR%%/packages/tkconrc/pkgIndex.tcl %%DATADIR%%/packages/tkconrc/tclIndex %%DATADIR%%/packages/tkconrc/tkconrc.tcl -%%DATADIR%%/packages/twapi/.notunix %%DATADIR%%/packages/twapi/LICENSE %%DATADIR%%/packages/twapi/README.TXT -%%DATADIR%%/packages/twapi/accounts.tcl +%%DATADIR%%/packages/twapi/account.tcl %%DATADIR%%/packages/twapi/adsi.tcl %%DATADIR%%/packages/twapi/apputil.tcl %%DATADIR%%/packages/twapi/base.tcl @@ -184,7 +230,6 @@ bin/fr %%DATADIR%%/packages/twapi/console.tcl %%DATADIR%%/packages/twapi/crypto.tcl %%DATADIR%%/packages/twapi/device.tcl -%%DATADIR%%/packages/twapi/disk.tcl %%DATADIR%%/packages/twapi/etw.tcl %%DATADIR%%/packages/twapi/eventlog.tcl %%DATADIR%%/packages/twapi/evt.tcl @@ -193,23 +238,25 @@ bin/fr %%DATADIR%%/packages/twapi/metoo.tcl %%DATADIR%%/packages/twapi/msi.tcl %%DATADIR%%/packages/twapi/mstask.tcl +%%DATADIR%%/packages/twapi/multimedia.tcl %%DATADIR%%/packages/twapi/namedpipe.tcl %%DATADIR%%/packages/twapi/network.tcl %%DATADIR%%/packages/twapi/nls.tcl -%%DATADIR%%/packages/twapi/osinfo.tcl +%%DATADIR%%/packages/twapi/os.tcl %%DATADIR%%/packages/twapi/pdh.tcl %%DATADIR%%/packages/twapi/pkgIndex.tcl %%DATADIR%%/packages/twapi/power.tcl %%DATADIR%%/packages/twapi/printer.tcl %%DATADIR%%/packages/twapi/process.tcl %%DATADIR%%/packages/twapi/rds.tcl +%%DATADIR%%/packages/twapi/registry.tcl %%DATADIR%%/packages/twapi/resource.tcl %%DATADIR%%/packages/twapi/security.tcl -%%DATADIR%%/packages/twapi/services.tcl +%%DATADIR%%/packages/twapi/service.tcl %%DATADIR%%/packages/twapi/share.tcl %%DATADIR%%/packages/twapi/shell.tcl -%%DATADIR%%/packages/twapi/sound.tcl %%DATADIR%%/packages/twapi/sspi.tcl +%%DATADIR%%/packages/twapi/storage.tcl %%DATADIR%%/packages/twapi/synch.tcl %%DATADIR%%/packages/twapi/tls.tcl %%DATADIR%%/packages/twapi/twapi.tcl @@ -222,6 +269,7 @@ bin/fr %%DATADIR%%/packages/twapi/wmi.tcl %%DATADIR%%/packages/unix/.notwindows %%DATADIR%%/packages/unix/LnkFile.tcl +%%DATADIR%%/packages/unix/auto_execok.tcl %%DATADIR%%/packages/unix/chmod.tcl %%DATADIR%%/packages/unix/cmdChmod.tcl %%DATADIR%%/packages/unix/configc.tcl @@ -229,16 +277,52 @@ bin/fr %%DATADIR%%/packages/unix/findXnixUNCs.tcl %%DATADIR%%/packages/unix/frUnixBits.tcl %%DATADIR%%/packages/unix/pkgIndex.tcl +%%DATADIR%%/packages/unix/replaceMsEnv.tcl %%DATADIR%%/packages/unix/tclIndex +%%DATADIR%%/packages/unix/tree-old.tcl +%%DATADIR%%/packages/unix/tree.tcl %%DATADIR%%/packages/unix/unix.tcl %%DATADIR%%/packages/vfs/VFSadb.tcl %%DATADIR%%/packages/vfs/VFSftp.tcl %%DATADIR%%/packages/vfs/VFSrsync.tcl %%DATADIR%%/packages/vfs/VFSsftp.tcl +%%DATADIR%%/packages/vfs/VFSssh.tcl +%%DATADIR%%/packages/vfs/getWindowsDir.tcl +%%DATADIR%%/packages/vfs/packages %%DATADIR%%/packages/vfs/pkgIndex.tcl %%DATADIR%%/packages/vfs/pkgIndex.tclX +%%DATADIR%%/packagesStd/autoscroll/autoscroll.tcl +%%DATADIR%%/packagesStd/autoscroll/pkgIndex.tcl +%%DATADIR%%/packagesStd/cmdline/cmdline.tcl +%%DATADIR%%/packagesStd/cmdline/pkgIndex.tcl +%%DATADIR%%/packagesStd/cursor/cursor.tcl +%%DATADIR%%/packagesStd/cursor/pkgIndex.tcl +%%DATADIR%%/packagesStd/fileutil/fileutil.tcl +%%DATADIR%%/packagesStd/fileutil/pkgIndex.tcl +%%DATADIR%%/packagesStd/ftp/ftp.tcl +%%DATADIR%%/packagesStd/ftp/ftp_geturl.tcl +%%DATADIR%%/packagesStd/ftp/pkgIndex.tcl +%%DATADIR%%/packagesStd/log/log.tcl +%%DATADIR%%/packagesStd/log/pkgIndex.tcl +%%DATADIR%%/packagesStd/scrodget/pkgIndex.tcl +%%DATADIR%%/packagesStd/scrodget/scrodget.tcl +%%DATADIR%%/packagesStd/snit/main1.tcl +%%DATADIR%%/packagesStd/snit/main1_83.tcl +%%DATADIR%%/packagesStd/snit/main2.tcl +%%DATADIR%%/packagesStd/snit/pkgIndex.tcl +%%DATADIR%%/packagesStd/snit/snit.tcl +%%DATADIR%%/packagesStd/snit/snit2.tcl +%%DATADIR%%/packagesStd/snit/snit_tcl83_utils.tcl +%%DATADIR%%/packagesStd/snit/validate.tcl +%%DATADIR%%/packagesStd/tls1.7.16/.notunix +%%DATADIR%%/packagesStd/tls1.7.16/pkgIndex.tcl +%%DATADIR%%/packagesStd/tls1.7.16/tls.htm +%%DATADIR%%/packagesStd/tls1.7.16/tls.tcl +%%DATADIR%%/packagesStd/tls1.7.16/tls1716t.dll +%%DATADIR%%/packagesStd/uri/pkgIndex.tcl +%%DATADIR%%/packagesStd/uri/uri.tcl +%%DATADIR%%/packagesStd/uri/urn-scheme.tcl %%DATADIR%%/rsyncCmd.tcl %%DATADIR%%/tclIndex %%DATADIR%%/trim-inotify.tcl -%%DATADIR%%/updateFrom17.04.19.tcl %%DATADIR%%/updateinplace.tcl diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index c4a91cfe10b..cb9e5169644 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -31,7 +31,7 @@ post-patch: ${WRKSRC}/src/odmultibutton.c post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${STAGEDIR}${MANPREFIX}/man/man1/gentoo.1 + ${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${STAGEDIR}${PREFIX}/share/man/man1/gentoo.1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/x11-fm/gentoo/pkg-plist b/x11-fm/gentoo/pkg-plist index bb433094281..1d0709e378b 100644 --- a/x11-fm/gentoo/pkg-plist +++ b/x11-fm/gentoo/pkg-plist @@ -1,7 +1,7 @@ bin/gentoo etc/gentoogtkrc etc/gentoorc -man/man1/gentoo.1.gz +share/man/man1/gentoo.1.gz %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/CONFIG-CHANGES %%PORTDOCS%%%%DOCSDIR%%/CREDITS diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile index cc5d8a4a352..1d9c6a1f17a 100644 --- a/x11-fm/xdiskusage/Makefile +++ b/x11-fm/xdiskusage/Makefile @@ -1,5 +1,6 @@ PORTNAME= xdiskusage PORTVERSION= 1.54 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://xdiskusage.sourceforge.net/ \ http://www.gnu-darwin.org/distfiles/ @@ -21,7 +22,7 @@ USE_XORG= x11 xcursor xext xfixes xft xinerama xrender CXXFLAGS+= `fltk-config --cxxflags` LDFLAGS+= `fltk-config --ldflags` -PLIST_FILES= bin/xdiskusage man/man1/xdiskusage.1.gz +PLIST_FILES= bin/xdiskusage share/man/man1/xdiskusage.1.gz post-patch: @${REINPLACE_CMD} -e '/^configure:/d; /autoconf/d' \ @@ -31,6 +32,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdiskusage ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xdiskusage.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/xdiskusage.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile index 0fe9f50e99d..e77c1fdc621 100644 --- a/x11-fm/xfe/Makefile +++ b/x11-fm/xfe/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfe -PORTVERSION= 1.45 +DISTVERSION= 1.46 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF diff --git a/x11-fm/xfe/distinfo b/x11-fm/xfe/distinfo index 77e4c250ef7..091dced378f 100644 --- a/x11-fm/xfe/distinfo +++ b/x11-fm/xfe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672518373 -SHA256 (xfe-1.45.tar.xz) = 466bd5533a82b114705e00b861a6ede3ab851e72f45c55a77107d70c6fa8c037 -SIZE (xfe-1.45.tar.xz) = 1375220 +TIMESTAMP = 1704445154 +SHA256 (xfe-1.46.tar.xz) = f34aeda1eb668a90ce6d6f011cbd944bbdf4e49a394c5ad0ac883a0f32e847f9 +SIZE (xfe-1.46.tar.xz) = 1431496 diff --git a/x11-fm/xfe/pkg-plist b/x11-fm/xfe/pkg-plist index f4524e35633..76d856adef4 100644 --- a/x11-fm/xfe/pkg-plist +++ b/x11-fm/xfe/pkg-plist @@ -10,6 +10,10 @@ share/applications/xfe.desktop share/applications/xfi.desktop share/applications/xfp.desktop share/applications/xfw.desktop +share/icons/hicolor/scalable/apps/xfe.svg +share/icons/hicolor/scalable/apps/xfi.svg +share/icons/hicolor/scalable/apps/xfp.svg +share/icons/hicolor/scalable/apps/xfw.svg %%NLS%%share/locale/bs/LC_MESSAGES/xfe.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfe.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfe.mo @@ -66,6 +70,7 @@ share/pixmaps/xfw.xpm %%DATADIR%%/icons/default-theme/bigfilter.png %%DATADIR%%/icons/default-theme/bigfloppy.png %%DATADIR%%/icons/default-theme/bigfolder.png +%%DATADIR%%/icons/default-theme/bigfolderlink.png %%DATADIR%%/icons/default-theme/bigfolderlocked.png %%DATADIR%%/icons/default-theme/bigfolderopen.png %%DATADIR%%/icons/default-theme/bigfolderup.png @@ -202,6 +207,7 @@ share/pixmaps/xfw.xpm %%DATADIR%%/icons/default-theme/miniexec.png %%DATADIR%%/icons/default-theme/minifolder.png %%DATADIR%%/icons/default-theme/minifolderclosed.png +%%DATADIR%%/icons/default-theme/minifolderlink.png %%DATADIR%%/icons/default-theme/minifolderlocked.png %%DATADIR%%/icons/default-theme/minifolderopen.png %%DATADIR%%/icons/default-theme/minifolderup.png @@ -389,6 +395,7 @@ share/pixmaps/xfw.xpm %%DATADIR%%/icons/gnome-theme/bigfilter.png %%DATADIR%%/icons/gnome-theme/bigfloppy.png %%DATADIR%%/icons/gnome-theme/bigfolder.png +%%DATADIR%%/icons/gnome-theme/bigfolderlink.png %%DATADIR%%/icons/gnome-theme/bigfolderlocked.png %%DATADIR%%/icons/gnome-theme/bigfolderopen.png %%DATADIR%%/icons/gnome-theme/bigfolderup.png @@ -525,6 +532,7 @@ share/pixmaps/xfw.xpm %%DATADIR%%/icons/gnome-theme/miniexec.png %%DATADIR%%/icons/gnome-theme/minifolder.png %%DATADIR%%/icons/gnome-theme/minifolderclosed.png +%%DATADIR%%/icons/gnome-theme/minifolderlink.png %%DATADIR%%/icons/gnome-theme/minifolderlocked.png %%DATADIR%%/icons/gnome-theme/minifolderopen.png %%DATADIR%%/icons/gnome-theme/minifolderup.png @@ -712,6 +720,7 @@ share/pixmaps/xfw.xpm %%DATADIR%%/icons/kde-theme/bigfilter.png %%DATADIR%%/icons/kde-theme/bigfloppy.png %%DATADIR%%/icons/kde-theme/bigfolder.png +%%DATADIR%%/icons/kde-theme/bigfolderlink.png %%DATADIR%%/icons/kde-theme/bigfolderlocked.png %%DATADIR%%/icons/kde-theme/bigfolderopen.png %%DATADIR%%/icons/kde-theme/bigfolderup.png @@ -848,6 +857,7 @@ share/pixmaps/xfw.xpm %%DATADIR%%/icons/kde-theme/miniexec.png %%DATADIR%%/icons/kde-theme/minifolder.png %%DATADIR%%/icons/kde-theme/minifolderclosed.png +%%DATADIR%%/icons/kde-theme/minifolderlink.png %%DATADIR%%/icons/kde-theme/minifolderlocked.png %%DATADIR%%/icons/kde-theme/minifolderopen.png %%DATADIR%%/icons/kde-theme/minifolderup.png @@ -1035,6 +1045,7 @@ share/pixmaps/xfw.xpm %%DATADIR%%/icons/xfce-theme/bigfilter.png %%DATADIR%%/icons/xfce-theme/bigfloppy.png %%DATADIR%%/icons/xfce-theme/bigfolder.png +%%DATADIR%%/icons/xfce-theme/bigfolderlink.png %%DATADIR%%/icons/xfce-theme/bigfolderlocked.png %%DATADIR%%/icons/xfce-theme/bigfolderopen.png %%DATADIR%%/icons/xfce-theme/bigfolderup.png @@ -1171,6 +1182,7 @@ share/pixmaps/xfw.xpm %%DATADIR%%/icons/xfce-theme/miniexec.png %%DATADIR%%/icons/xfce-theme/minifolder.png %%DATADIR%%/icons/xfce-theme/minifolderclosed.png +%%DATADIR%%/icons/xfce-theme/minifolderlink.png %%DATADIR%%/icons/xfce-theme/minifolderlocked.png %%DATADIR%%/icons/xfce-theme/minifolderopen.png %%DATADIR%%/icons/xfce-theme/minifolderup.png diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile index 9e9c4850b79..fd4db0f1249 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-607 -DISTVERSIONSUFFIX= -gf2b019d2b +DISTVERSION= 21.0.99.1-630 +DISTVERSIONSUFFIX= -g777c3e000 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel diff --git a/x11-servers/xwayland-devel/distinfo b/x11-servers/xwayland-devel/distinfo index b13bdf8d26f..c0f1398bf80 100644 --- a/x11-servers/xwayland-devel/distinfo +++ b/x11-servers/xwayland-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1704310996 -SHA256 (xserver-xorg-server-21.0.99.1-607-gf2b019d2b.tar.bz2) = 1c53b7cde060f22b7a857ac77a1ef923ea5c461cf8b1d003f9ea6d0388a252bf -SIZE (xserver-xorg-server-21.0.99.1-607-gf2b019d2b.tar.bz2) = 3704261 +TIMESTAMP = 1704907902 +SHA256 (xserver-xorg-server-21.0.99.1-630-g777c3e000.tar.bz2) = 2550fd0366772e593ba74928106e0569533e538dbb50d27edab1b3fc8f4c67ab +SIZE (xserver-xorg-server-21.0.99.1-630-g777c3e000.tar.bz2) = 3705231 SHA256 (cd6c9c1246af.patch) = a50fd4511793a53cacefbca2c8436cf43d36ce21d245aadb5d17e16653580d75 SIZE (cd6c9c1246af.patch) = 3730 SHA256 (707c37b7ab9e.patch) = db8a2acbc8b8ceeeef0c6aa4b06b632ef074b1319194cc9794e3ae715062e425 diff --git a/x11-themes/claws-mail-themes/Makefile b/x11-themes/claws-mail-themes/Makefile index fa97eed1916..c5b65f10b32 100644 --- a/x11-themes/claws-mail-themes/Makefile +++ b/x11-themes/claws-mail-themes/Makefile @@ -1,5 +1,5 @@ PORTNAME= claws-mail-themes -PORTVERSION= 20140629 +PORTVERSION= 20221017 CATEGORIES= x11-themes mail MASTER_SITES= http://www.claws-mail.org/themes/ @@ -15,6 +15,8 @@ LICENSE_TEXT= Licenses for the themes in this port range from GPLv2 \ for other possible rescrictions. LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept +USES- tar:xz + NO_ARCH= yes NO_BUILD= yes diff --git a/x11-themes/claws-mail-themes/distinfo b/x11-themes/claws-mail-themes/distinfo index 0dc7d7dc420..7d3a6c45df9 100644 --- a/x11-themes/claws-mail-themes/distinfo +++ b/x11-themes/claws-mail-themes/distinfo @@ -1,2 +1,3 @@ -SHA256 (claws-mail-themes-20140629.tar.gz) = bda60d0600d1931b08c67da62bf0dc79aaff8e0d0ca21aadf3a4fa4347483cc9 -SIZE (claws-mail-themes-20140629.tar.gz) = 3611756 +TIMESTAMP = 1704886204 +SHA256 (claws-mail-themes-20221017.tar.gz) = 5ce2ad7da6bad7371b173fb350330b07061cce21874a92e1c15e09bebe5e1e35 +SIZE (claws-mail-themes-20221017.tar.gz) = 5185353 diff --git a/x11-themes/claws-mail-themes/pkg-plist b/x11-themes/claws-mail-themes/pkg-plist index d4c57e30cac..8c7df926acb 100644 --- a/x11-themes/claws-mail-themes/pkg-plist +++ b/x11-themes/claws-mail-themes/pkg-plist @@ -425,7 +425,6 @@ share/claws-mail/themes/Coons-Blue-0.3/up_arrow.png share/claws-mail/themes/Coons-Blue-0.3/vcard.png share/claws-mail/themes/Coons-Blue-0.3/watchthread.png share/claws-mail/themes/Crystal/.claws_themeinfo -share/claws-mail/themes/Crystal/.sylpheed_themeinfo share/claws-mail/themes/Crystal/close.xpm share/claws-mail/themes/Crystal/continue.xpm share/claws-mail/themes/Crystal/dir-close.xpm @@ -876,7 +875,6 @@ share/claws-mail/themes/Fugue/up_arrow.png share/claws-mail/themes/Fugue/vcard.png share/claws-mail/themes/Fugue/watchthread.png share/claws-mail/themes/Gnomaws-0.6a/.claws_themeinfo -share/claws-mail/themes/Gnomaws-0.6a/.sylpheed_themeinfo share/claws-mail/themes/Gnomaws-0.6a/ChangeLog share/claws-mail/themes/Gnomaws-0.6a/README share/claws-mail/themes/Gnomaws-0.6a/address.xpm @@ -1184,7 +1182,6 @@ share/claws-mail/themes/Gnome/up_arrow.png share/claws-mail/themes/Gnome/vcard.png share/claws-mail/themes/Gnome/watchthread.png share/claws-mail/themes/Gnomeria/.claws_themeinfo -share/claws-mail/themes/Gnomeria/.sylpheed_themeinfo share/claws-mail/themes/Gnomeria/README share/claws-mail/themes/Gnomeria/address.xpm share/claws-mail/themes/Gnomeria/address_book.xpm @@ -1291,7 +1288,6 @@ share/claws-mail/themes/Gnomeria/unread.xpm share/claws-mail/themes/Gnomeria/up_arrow.xpm share/claws-mail/themes/Gnomeria/vcard.xpm share/claws-mail/themes/Gorillaws/.claws_themeinfo -share/claws-mail/themes/Gorillaws/.sylpheed_themeinfo share/claws-mail/themes/Gorillaws/ChangeLog share/claws-mail/themes/Gorillaws/README share/claws-mail/themes/Gorillaws/address.xpm @@ -1412,7 +1408,6 @@ share/claws-mail/themes/Gorillaws/unread.xpm share/claws-mail/themes/Gorillaws/up_arrow.xpm share/claws-mail/themes/Gorillaws/vcard.xpm share/claws-mail/themes/Graphitte-0.9.7/.claws_themeinfo -share/claws-mail/themes/Graphitte-0.9.7/.sylpheed_themeinfo share/claws-mail/themes/Graphitte-0.9.7/README share/claws-mail/themes/Graphitte-0.9.7/address.xpm share/claws-mail/themes/Graphitte-0.9.7/address_book.xpm @@ -1517,7 +1512,6 @@ share/claws-mail/themes/Graphitte-0.9.7/vcard.xpm share/claws-mail/themes/Graphitte-0.9.7/work_offline.xpm share/claws-mail/themes/Graphitte-0.9.7/work_online.xpm share/claws-mail/themes/GurUnix/.claws_themeinfo -share/claws-mail/themes/GurUnix/.sylpheed_themeinfo share/claws-mail/themes/GurUnix/ChangeLog share/claws-mail/themes/GurUnix/README share/claws-mail/themes/GurUnix/address.xpm @@ -1597,6 +1591,199 @@ share/claws-mail/themes/GurUnix/up_arrow.xpm share/claws-mail/themes/GurUnix/vcard.xpm share/claws-mail/themes/GurUnix/work_offline.xpm share/claws-mail/themes/GurUnix/work_online.xpm +share/claws-mail/themes/Internal_mk_II/.claws_themeinfo +share/claws-mail/themes/Internal_mk_II/addr_one.xpm +share/claws-mail/themes/Internal_mk_II/addr_two.xpm +share/claws-mail/themes/Internal_mk_II/address.xpm +share/claws-mail/themes/Internal_mk_II/address_book.xpm +share/claws-mail/themes/Internal_mk_II/address_search.xpm +share/claws-mail/themes/Internal_mk_II/anonymous.xpm +share/claws-mail/themes/Internal_mk_II/book.xpm +share/claws-mail/themes/Internal_mk_II/cancel.xpm +share/claws-mail/themes/Internal_mk_II/category.xpm +share/claws-mail/themes/Internal_mk_II/check_spelling.xpm +share/claws-mail/themes/Internal_mk_II/checkbox_off.xpm +share/claws-mail/themes/Internal_mk_II/checkbox_on.xpm +share/claws-mail/themes/Internal_mk_II/claws_mail_compose_logo.xpm +share/claws-mail/themes/Internal_mk_II/claws_mail_icon.xpm +share/claws-mail/themes/Internal_mk_II/claws_mail_icon_64.xpm +share/claws-mail/themes/Internal_mk_II/claws_mail_logo.xpm +share/claws-mail/themes/Internal_mk_II/claws_mail_logo_small.xpm +share/claws-mail/themes/Internal_mk_II/clip.xpm +share/claws-mail/themes/Internal_mk_II/clip_gpg_signed.xpm +share/claws-mail/themes/Internal_mk_II/clipkey.xpm +share/claws-mail/themes/Internal_mk_II/close.xpm +share/claws-mail/themes/Internal_mk_II/complete.xpm +share/claws-mail/themes/Internal_mk_II/continue.xpm +share/claws-mail/themes/Internal_mk_II/copied.xpm +share/claws-mail/themes/Internal_mk_II/delete_btn.xpm +share/claws-mail/themes/Internal_mk_II/deleted.xpm +share/claws-mail/themes/Internal_mk_II/dir_close.xpm +share/claws-mail/themes/Internal_mk_II/dir_close_hrm.xpm +share/claws-mail/themes/Internal_mk_II/dir_close_hrm_mark.xpm +share/claws-mail/themes/Internal_mk_II/dir_close_mark.xpm +share/claws-mail/themes/Internal_mk_II/dir_noselect_close.xpm +share/claws-mail/themes/Internal_mk_II/dir_noselect_close_mark.xpm +share/claws-mail/themes/Internal_mk_II/dir_noselect_open.xpm +share/claws-mail/themes/Internal_mk_II/dir_open.xpm +share/claws-mail/themes/Internal_mk_II/dir_open_hrm.xpm +share/claws-mail/themes/Internal_mk_II/dir_open_hrm_mark.xpm +share/claws-mail/themes/Internal_mk_II/dir_open_mark.xpm +share/claws-mail/themes/Internal_mk_II/dir_subs_close.xpm +share/claws-mail/themes/Internal_mk_II/dir_subs_close_mark.xpm +share/claws-mail/themes/Internal_mk_II/dir_subs_open.xpm +share/claws-mail/themes/Internal_mk_II/doc_index.xpm +share/claws-mail/themes/Internal_mk_II/doc_index_close.xpm +share/claws-mail/themes/Internal_mk_II/doc_info.xpm +share/claws-mail/themes/Internal_mk_II/down_arrow.xpm +share/claws-mail/themes/Internal_mk_II/drafts_close.xpm +share/claws-mail/themes/Internal_mk_II/drafts_close_mark.xpm +share/claws-mail/themes/Internal_mk_II/drafts_open.xpm +share/claws-mail/themes/Internal_mk_II/drafts_open_mark.xpm +share/claws-mail/themes/Internal_mk_II/edit_extern.xpm +share/claws-mail/themes/Internal_mk_II/empty.xpm +share/claws-mail/themes/Internal_mk_II/error.xpm +share/claws-mail/themes/Internal_mk_II/exec.xpm +share/claws-mail/themes/Internal_mk_II/first_arrow.xpm +share/claws-mail/themes/Internal_mk_II/forwarded.xpm +share/claws-mail/themes/Internal_mk_II/go_folders.xpm +share/claws-mail/themes/Internal_mk_II/gpg_signed.xpm +share/claws-mail/themes/Internal_mk_II/group.xpm +share/claws-mail/themes/Internal_mk_II/ham_btn.xpm +share/claws-mail/themes/Internal_mk_II/ignorethread.xpm +share/claws-mail/themes/Internal_mk_II/inbox_close.xpm +share/claws-mail/themes/Internal_mk_II/inbox_close_hrm.xpm +share/claws-mail/themes/Internal_mk_II/inbox_close_hrm_mark.xpm +share/claws-mail/themes/Internal_mk_II/inbox_close_mark.xpm +share/claws-mail/themes/Internal_mk_II/inbox_open.xpm +share/claws-mail/themes/Internal_mk_II/inbox_open_hrm.xpm +share/claws-mail/themes/Internal_mk_II/inbox_open_hrm_mark.xpm +share/claws-mail/themes/Internal_mk_II/inbox_open_mark.xpm +share/claws-mail/themes/Internal_mk_II/insert_file.xpm +share/claws-mail/themes/Internal_mk_II/interface.xpm +share/claws-mail/themes/Internal_mk_II/jpilot.xpm +share/claws-mail/themes/Internal_mk_II/key.xpm +share/claws-mail/themes/Internal_mk_II/key_gpg_signed.xpm +share/claws-mail/themes/Internal_mk_II/last_arrow.xpm +share/claws-mail/themes/Internal_mk_II/ldap.xpm +share/claws-mail/themes/Internal_mk_II/left_arrow.xpm +share/claws-mail/themes/Internal_mk_II/linewrap.xpm +share/claws-mail/themes/Internal_mk_II/linewrapcurrent.xpm +share/claws-mail/themes/Internal_mk_II/locked.xpm +share/claws-mail/themes/Internal_mk_II/mail.xpm +share/claws-mail/themes/Internal_mk_II/mail_attach.xpm +share/claws-mail/themes/Internal_mk_II/mail_compose.xpm +share/claws-mail/themes/Internal_mk_II/mail_forward.xpm +share/claws-mail/themes/Internal_mk_II/mail_receive.xpm +share/claws-mail/themes/Internal_mk_II/mail_receive_all.xpm +share/claws-mail/themes/Internal_mk_II/mail_reply.xpm +share/claws-mail/themes/Internal_mk_II/mail_reply_to_all.xpm +share/claws-mail/themes/Internal_mk_II/mail_reply_to_author.xpm +share/claws-mail/themes/Internal_mk_II/mail_reply_to_list.xpm +share/claws-mail/themes/Internal_mk_II/mail_send.xpm +share/claws-mail/themes/Internal_mk_II/mail_send_queue.xpm +share/claws-mail/themes/Internal_mk_II/mail_sign.xpm +share/claws-mail/themes/Internal_mk_II/mark.xpm +share/claws-mail/themes/Internal_mk_II/mark_allread.xpm +share/claws-mail/themes/Internal_mk_II/mark_allunread.xpm +share/claws-mail/themes/Internal_mk_II/mark_ignorethread.xpm +share/claws-mail/themes/Internal_mk_II/mark_locked.xpm +share/claws-mail/themes/Internal_mk_II/mark_mark.xpm +share/claws-mail/themes/Internal_mk_II/mark_read.xpm +share/claws-mail/themes/Internal_mk_II/mark_unlocked.xpm +share/claws-mail/themes/Internal_mk_II/mark_unmark.xpm +share/claws-mail/themes/Internal_mk_II/mark_unread.xpm +share/claws-mail/themes/Internal_mk_II/mark_watchthread.xpm +share/claws-mail/themes/Internal_mk_II/mime_application.xpm +share/claws-mail/themes/Internal_mk_II/mime_audio.xpm +share/claws-mail/themes/Internal_mk_II/mime_calendar.xpm +share/claws-mail/themes/Internal_mk_II/mime_image.xpm +share/claws-mail/themes/Internal_mk_II/mime_message.xpm +share/claws-mail/themes/Internal_mk_II/mime_pdf.xpm +share/claws-mail/themes/Internal_mk_II/mime_pgpsig.xpm +share/claws-mail/themes/Internal_mk_II/mime_ps.xpm +share/claws-mail/themes/Internal_mk_II/mime_text_enriched.xpm +share/claws-mail/themes/Internal_mk_II/mime_text_html.xpm +share/claws-mail/themes/Internal_mk_II/mime_text_patch.xpm +share/claws-mail/themes/Internal_mk_II/mime_text_plain.xpm +share/claws-mail/themes/Internal_mk_II/mime_unknown.xpm +share/claws-mail/themes/Internal_mk_II/moved.xpm +share/claws-mail/themes/Internal_mk_II/new.xpm +share/claws-mail/themes/Internal_mk_II/news_compose.xpm +share/claws-mail/themes/Internal_mk_II/notice_error.xpm +share/claws-mail/themes/Internal_mk_II/notice_note.xpm +share/claws-mail/themes/Internal_mk_II/notice_warn.xpm +share/claws-mail/themes/Internal_mk_II/offline.xpm +share/claws-mail/themes/Internal_mk_II/online.xpm +share/claws-mail/themes/Internal_mk_II/open_mail.xpm +share/claws-mail/themes/Internal_mk_II/outbox_close.xpm +share/claws-mail/themes/Internal_mk_II/outbox_close_hrm.xpm +share/claws-mail/themes/Internal_mk_II/outbox_close_hrm_mark.xpm +share/claws-mail/themes/Internal_mk_II/outbox_close_mark.xpm +share/claws-mail/themes/Internal_mk_II/outbox_open.xpm +share/claws-mail/themes/Internal_mk_II/outbox_open_hrm.xpm +share/claws-mail/themes/Internal_mk_II/outbox_open_hrm_mark.xpm +share/claws-mail/themes/Internal_mk_II/outbox_open_mark.xpm +share/claws-mail/themes/Internal_mk_II/paste.xpm +share/claws-mail/themes/Internal_mk_II/preferences.xpm +share/claws-mail/themes/Internal_mk_II/printer.xpm +share/claws-mail/themes/Internal_mk_II/privacy_emblem_encrypted.xpm +share/claws-mail/themes/Internal_mk_II/privacy_emblem_failed.xpm +share/claws-mail/themes/Internal_mk_II/privacy_emblem_passed.xpm +share/claws-mail/themes/Internal_mk_II/privacy_emblem_signed.xpm +share/claws-mail/themes/Internal_mk_II/privacy_emblem_warn.xpm +share/claws-mail/themes/Internal_mk_II/privacy_expired.xpm +share/claws-mail/themes/Internal_mk_II/privacy_failed.xpm +share/claws-mail/themes/Internal_mk_II/privacy_passed.xpm +share/claws-mail/themes/Internal_mk_II/privacy_signed.xpm +share/claws-mail/themes/Internal_mk_II/privacy_unknown.xpm +share/claws-mail/themes/Internal_mk_II/privacy_warn.xpm +share/claws-mail/themes/Internal_mk_II/properties.xpm +share/claws-mail/themes/Internal_mk_II/queue_close.xpm +share/claws-mail/themes/Internal_mk_II/queue_close_hrm.xpm +share/claws-mail/themes/Internal_mk_II/queue_close_hrm_mark.xpm +share/claws-mail/themes/Internal_mk_II/queue_close_mark.xpm +share/claws-mail/themes/Internal_mk_II/queue_open.xpm +share/claws-mail/themes/Internal_mk_II/queue_open_hrm.xpm +share/claws-mail/themes/Internal_mk_II/queue_open_hrm_mark.xpm +share/claws-mail/themes/Internal_mk_II/queue_open_mark.xpm +share/claws-mail/themes/Internal_mk_II/quicksearch.xpm +share/claws-mail/themes/Internal_mk_II/read.xpm +share/claws-mail/themes/Internal_mk_II/replied.xpm +share/claws-mail/themes/Internal_mk_II/replied_and_forwarded.xpm +share/claws-mail/themes/Internal_mk_II/right_arrow.xpm +share/claws-mail/themes/Internal_mk_II/rotate_left.xpm +share/claws-mail/themes/Internal_mk_II/rotate_right.xpm +share/claws-mail/themes/Internal_mk_II/selection.xpm +share/claws-mail/themes/Internal_mk_II/spam.xpm +share/claws-mail/themes/Internal_mk_II/spam_btn.xpm +share/claws-mail/themes/Internal_mk_II/trash_btn.xpm +share/claws-mail/themes/Internal_mk_II/trash_close.xpm +share/claws-mail/themes/Internal_mk_II/trash_close_hrm.xpm +share/claws-mail/themes/Internal_mk_II/trash_close_hrm_mark.xpm +share/claws-mail/themes/Internal_mk_II/trash_close_mark.xpm +share/claws-mail/themes/Internal_mk_II/trash_open.xpm +share/claws-mail/themes/Internal_mk_II/trash_open_hrm.xpm +share/claws-mail/themes/Internal_mk_II/trash_open_hrm_mark.xpm +share/claws-mail/themes/Internal_mk_II/trash_open_mark.xpm +share/claws-mail/themes/Internal_mk_II/tray_newmail.xpm +share/claws-mail/themes/Internal_mk_II/tray_newmail_offline.xpm +share/claws-mail/themes/Internal_mk_II/tray_newmarkedmail.xpm +share/claws-mail/themes/Internal_mk_II/tray_newmarkedmail_offline.xpm +share/claws-mail/themes/Internal_mk_II/tray_nomail.xpm +share/claws-mail/themes/Internal_mk_II/tray_nomail_offline.xpm +share/claws-mail/themes/Internal_mk_II/tray_unreadmail.xpm +share/claws-mail/themes/Internal_mk_II/tray_unreadmail_offline.xpm +share/claws-mail/themes/Internal_mk_II/tray_unreadmarkedmail.xpm +share/claws-mail/themes/Internal_mk_II/tray_unreadmarkedmail_offline.xpm +share/claws-mail/themes/Internal_mk_II/unread.xpm +share/claws-mail/themes/Internal_mk_II/up_arrow.xpm +share/claws-mail/themes/Internal_mk_II/vcard.xpm +share/claws-mail/themes/Internal_mk_II/watchthread.xpm +share/claws-mail/themes/Internal_mk_II/zoom_fit.xpm +share/claws-mail/themes/Internal_mk_II/zoom_in.xpm +share/claws-mail/themes/Internal_mk_II/zoom_out.xpm +share/claws-mail/themes/Internal_mk_II/zoom_width.xpm share/claws-mail/themes/KDE4ish/.claws_themeinfo share/claws-mail/themes/KDE4ish/COPYING share/claws-mail/themes/KDE4ish/README @@ -1768,7 +1955,6 @@ share/claws-mail/themes/KDE4ish/up_arrow.png share/claws-mail/themes/KDE4ish/vcard.png share/claws-mail/themes/KDE4ish/watchthread.png share/claws-mail/themes/Korillaws/.claws_themeinfo -share/claws-mail/themes/Korillaws/.sylpheed_themeinfo share/claws-mail/themes/Korillaws/ChangeLog share/claws-mail/themes/Korillaws/README share/claws-mail/themes/Korillaws/address.xpm @@ -1889,7 +2075,6 @@ share/claws-mail/themes/Korillaws/unread.xpm share/claws-mail/themes/Korillaws/up_arrow.xpm share/claws-mail/themes/Korillaws/vcard.xpm share/claws-mail/themes/Kovico-claws/.claws_themeinfo -share/claws-mail/themes/Kovico-claws/.sylpheed_themeinfo share/claws-mail/themes/Kovico-claws/address.xpm share/claws-mail/themes/Kovico-claws/address_book.xpm share/claws-mail/themes/Kovico-claws/close.xpm @@ -1939,7 +2124,6 @@ share/claws-mail/themes/Kovico-claws/unread.xpm share/claws-mail/themes/Kovico-claws/up_arrow.xpm share/claws-mail/themes/Kovico-claws/vcard.xpm share/claws-mail/themes/Logos-1.0.1/.claws_themeinfo -share/claws-mail/themes/Logos-1.0.1/.sylpheed_themeinfo share/claws-mail/themes/Logos-1.0.1/address.xpm share/claws-mail/themes/Logos-1.0.1/address_book.xpm share/claws-mail/themes/Logos-1.0.1/book.xpm @@ -2025,6 +2209,178 @@ share/claws-mail/themes/Logos-1.0.1/trash_open_hrm.xpm share/claws-mail/themes/Logos-1.0.1/unread.xpm share/claws-mail/themes/Logos-1.0.1/up_arrow.xpm share/claws-mail/themes/Logos-1.0.1/vcard.xpm +share/claws-mail/themes/Mist/.claws_themeinfo +share/claws-mail/themes/Mist/LICENSE.txt +share/claws-mail/themes/Mist/README.txt +share/claws-mail/themes/Mist/addr_one.png +share/claws-mail/themes/Mist/addr_two.png +share/claws-mail/themes/Mist/address.png +share/claws-mail/themes/Mist/address_book.png +share/claws-mail/themes/Mist/address_search.png +share/claws-mail/themes/Mist/anonymous.png +share/claws-mail/themes/Mist/book.png +share/claws-mail/themes/Mist/cancel.png +share/claws-mail/themes/Mist/category.png +share/claws-mail/themes/Mist/check_spelling.png +share/claws-mail/themes/Mist/checkbox_off.png +share/claws-mail/themes/Mist/checkbox_on.png +share/claws-mail/themes/Mist/clip.png +share/claws-mail/themes/Mist/clip_gpg_signed.png +share/claws-mail/themes/Mist/clipkey.png +share/claws-mail/themes/Mist/close.png +share/claws-mail/themes/Mist/complete.png +share/claws-mail/themes/Mist/continue.png +share/claws-mail/themes/Mist/copied.png +share/claws-mail/themes/Mist/delete_btn.png +share/claws-mail/themes/Mist/deleted.png +share/claws-mail/themes/Mist/dir_close.png +share/claws-mail/themes/Mist/dir_close_hrm.png +share/claws-mail/themes/Mist/dir_close_hrm_mark.png +share/claws-mail/themes/Mist/dir_close_htm_mark.png +share/claws-mail/themes/Mist/dir_close_mark.png +share/claws-mail/themes/Mist/dir_noselect.png +share/claws-mail/themes/Mist/dir_open.png +share/claws-mail/themes/Mist/dir_open_hrm.png +share/claws-mail/themes/Mist/dir_open_hrm_mark.png +share/claws-mail/themes/Mist/dir_open_mark.png +share/claws-mail/themes/Mist/down_arrow.png +share/claws-mail/themes/Mist/drafts_close.png +share/claws-mail/themes/Mist/drafts_close_hrm.png +share/claws-mail/themes/Mist/drafts_close_hrm_mark.png +share/claws-mail/themes/Mist/drafts_close_mark.png +share/claws-mail/themes/Mist/drafts_open.png +share/claws-mail/themes/Mist/drafts_open_hrm.png +share/claws-mail/themes/Mist/drafts_open_hrm_mark.png +share/claws-mail/themes/Mist/drafts_open_mark.png +share/claws-mail/themes/Mist/edit_extern.png +share/claws-mail/themes/Mist/editdelete.png +share/claws-mail/themes/Mist/empty.png +share/claws-mail/themes/Mist/error.png +share/claws-mail/themes/Mist/exec.png +share/claws-mail/themes/Mist/forwarded.png +share/claws-mail/themes/Mist/gnome-stock-mail-new.png +share/claws-mail/themes/Mist/go_folders.png +share/claws-mail/themes/Mist/gpg_signed.png +share/claws-mail/themes/Mist/group.png +share/claws-mail/themes/Mist/ham_btn.png +share/claws-mail/themes/Mist/ignorethread.png +share/claws-mail/themes/Mist/inbox_close.png +share/claws-mail/themes/Mist/inbox_close_hrm.png +share/claws-mail/themes/Mist/inbox_close_hrm_mark.png +share/claws-mail/themes/Mist/inbox_close_mark.png +share/claws-mail/themes/Mist/inbox_open.png +share/claws-mail/themes/Mist/inbox_open_hrm.png +share/claws-mail/themes/Mist/inbox_open_hrm_mark.png +share/claws-mail/themes/Mist/inbox_open_mark.png +share/claws-mail/themes/Mist/insert_file.png +share/claws-mail/themes/Mist/interface.png +share/claws-mail/themes/Mist/jpilot.png +share/claws-mail/themes/Mist/key.png +share/claws-mail/themes/Mist/key_gpg_signed.png +share/claws-mail/themes/Mist/ldap.png +share/claws-mail/themes/Mist/linewrap.png +share/claws-mail/themes/Mist/linewrapcurrent.png +share/claws-mail/themes/Mist/locked.png +share/claws-mail/themes/Mist/mail-sent.png +share/claws-mail/themes/Mist/mail.png +share/claws-mail/themes/Mist/mail_attach.png +share/claws-mail/themes/Mist/mail_compose.png +share/claws-mail/themes/Mist/mail_forward.png +share/claws-mail/themes/Mist/mail_forward22.png +share/claws-mail/themes/Mist/mail_receive.png +share/claws-mail/themes/Mist/mail_receive2.png +share/claws-mail/themes/Mist/mail_receive_all.png +share/claws-mail/themes/Mist/mail_reply.png +share/claws-mail/themes/Mist/mail_reply_to_all.png +share/claws-mail/themes/Mist/mail_reply_to_author.png +share/claws-mail/themes/Mist/mail_reply_to_list.png +share/claws-mail/themes/Mist/mail_send.png +share/claws-mail/themes/Mist/mail_send_queue.png +share/claws-mail/themes/Mist/mail_sign.png +share/claws-mail/themes/Mist/mark.png +share/claws-mail/themes/Mist/mime_application.png +share/claws-mail/themes/Mist/mime_audio.png +share/claws-mail/themes/Mist/mime_calendar.png +share/claws-mail/themes/Mist/mime_image.png +share/claws-mail/themes/Mist/mime_message.png +share/claws-mail/themes/Mist/mime_pdf.png +share/claws-mail/themes/Mist/mime_pgpsig.png +share/claws-mail/themes/Mist/mime_ps.png +share/claws-mail/themes/Mist/mime_text_enriched.png +share/claws-mail/themes/Mist/mime_text_html.png +share/claws-mail/themes/Mist/mime_text_patch.png +share/claws-mail/themes/Mist/mime_text_plain.png +share/claws-mail/themes/Mist/mime_unknown.png +share/claws-mail/themes/Mist/moved.png +share/claws-mail/themes/Mist/new.png +share/claws-mail/themes/Mist/news_compose.png +share/claws-mail/themes/Mist/notice_error.png +share/claws-mail/themes/Mist/notice_note.png +share/claws-mail/themes/Mist/notice_warn.png +share/claws-mail/themes/Mist/offline.png +share/claws-mail/themes/Mist/online.png +share/claws-mail/themes/Mist/open_mail.png +share/claws-mail/themes/Mist/outbox_close.png +share/claws-mail/themes/Mist/outbox_close_hrm.png +share/claws-mail/themes/Mist/outbox_close_hrm_mark.png +share/claws-mail/themes/Mist/outbox_close_mark.png +share/claws-mail/themes/Mist/outbox_open.png +share/claws-mail/themes/Mist/outbox_open_hrm.png +share/claws-mail/themes/Mist/outbox_open_hrm_mark.png +share/claws-mail/themes/Mist/outbox_open_mark.png +share/claws-mail/themes/Mist/paste.png +share/claws-mail/themes/Mist/preferences.png +share/claws-mail/themes/Mist/printer.png +share/claws-mail/themes/Mist/privacy_emblem_encrypted.png +share/claws-mail/themes/Mist/privacy_emblem_failed.png +share/claws-mail/themes/Mist/privacy_emblem_passed.png +share/claws-mail/themes/Mist/privacy_emblem_signed.png +share/claws-mail/themes/Mist/privacy_emblem_warn.png +share/claws-mail/themes/Mist/privacy_expired.png +share/claws-mail/themes/Mist/privacy_failed.png +share/claws-mail/themes/Mist/privacy_passed.png +share/claws-mail/themes/Mist/privacy_signed.png +share/claws-mail/themes/Mist/privacy_unknown.png +share/claws-mail/themes/Mist/privacy_warn.png +share/claws-mail/themes/Mist/properties.png +share/claws-mail/themes/Mist/queue_close.png +share/claws-mail/themes/Mist/queue_close_hrm.png +share/claws-mail/themes/Mist/queue_close_hrm_mark.png +share/claws-mail/themes/Mist/queue_close_mark.png +share/claws-mail/themes/Mist/queue_open.png +share/claws-mail/themes/Mist/queue_open_hrm.png +share/claws-mail/themes/Mist/queue_open_hrm_mark.png +share/claws-mail/themes/Mist/queue_open_mark.png +share/claws-mail/themes/Mist/quicksearch.png +share/claws-mail/themes/Mist/read.png +share/claws-mail/themes/Mist/replied.png +share/claws-mail/themes/Mist/search.png +share/claws-mail/themes/Mist/selection.png +share/claws-mail/themes/Mist/spam.png +share/claws-mail/themes/Mist/spam_btn.png +share/claws-mail/themes/Mist/trash_btn.png +share/claws-mail/themes/Mist/trash_close.png +share/claws-mail/themes/Mist/trash_close_hrm.png +share/claws-mail/themes/Mist/trash_close_hrm_mark.png +share/claws-mail/themes/Mist/trash_close_mark.png +share/claws-mail/themes/Mist/trash_open.png +share/claws-mail/themes/Mist/trash_open_hrm.png +share/claws-mail/themes/Mist/trash_open_hrm_mark.png +share/claws-mail/themes/Mist/trash_open_mark.png +share/claws-mail/themes/Mist/tray_newmail.offline.png +share/claws-mail/themes/Mist/tray_newmail.png +share/claws-mail/themes/Mist/tray_newmarkedmail.offline.png +share/claws-mail/themes/Mist/tray_newmarkedmail.png +share/claws-mail/themes/Mist/tray_nomail.offline.png +share/claws-mail/themes/Mist/tray_nomail.png +share/claws-mail/themes/Mist/tray_unreadmail.offline.png +share/claws-mail/themes/Mist/tray_unreadmail.png +share/claws-mail/themes/Mist/tray_unreadmarkedmail.offline.png +share/claws-mail/themes/Mist/tray_unreadmarkedmail.png +share/claws-mail/themes/Mist/unread.png +share/claws-mail/themes/Mist/up_arrow.png +share/claws-mail/themes/Mist/vcard.png +share/claws-mail/themes/Mist/watchthread.png share/claws-mail/themes/Navigator/.claws_themeinfo share/claws-mail/themes/Navigator/LICENSE share/claws-mail/themes/Navigator/address_book.xpm @@ -2100,7 +2456,6 @@ share/claws-mail/themes/Navigator/unread.xpm share/claws-mail/themes/Navigator/up_arrow.xpm share/claws-mail/themes/Navigator/watchthread.xpm share/claws-mail/themes/New_Session/.claws_themeinfo -share/claws-mail/themes/New_Session/.sylpheed_themeinfo share/claws-mail/themes/New_Session/address.xpm share/claws-mail/themes/New_Session/address_book.xpm share/claws-mail/themes/New_Session/close.xpm @@ -2255,8 +2610,514 @@ share/claws-mail/themes/Old_Dark_Theme/trash_hrm_mark.xpm share/claws-mail/themes/Old_Dark_Theme/trash_mark.xpm share/claws-mail/themes/Old_Dark_Theme/unread.xpm share/claws-mail/themes/Old_Dark_Theme/up_arrow.xpm +share/claws-mail/themes/Papirus-Dark/.claws_themeinfo +share/claws-mail/themes/Papirus-Dark/AUTHORS +share/claws-mail/themes/Papirus-Dark/LICENSE +share/claws-mail/themes/Papirus-Dark/addr_one.png +share/claws-mail/themes/Papirus-Dark/addr_two.png +share/claws-mail/themes/Papirus-Dark/address.png +share/claws-mail/themes/Papirus-Dark/address_book.png +share/claws-mail/themes/Papirus-Dark/address_search.png +share/claws-mail/themes/Papirus-Dark/anonymous.png +share/claws-mail/themes/Papirus-Dark/book.png +share/claws-mail/themes/Papirus-Dark/cancel.png +share/claws-mail/themes/Papirus-Dark/category.png +share/claws-mail/themes/Papirus-Dark/check_spelling.png +share/claws-mail/themes/Papirus-Dark/checkbox_off.png +share/claws-mail/themes/Papirus-Dark/checkbox_on.png +share/claws-mail/themes/Papirus-Dark/claws_mail_compose_logo.png +share/claws-mail/themes/Papirus-Dark/claws_mail_icon.png +share/claws-mail/themes/Papirus-Dark/clip.png +share/claws-mail/themes/Papirus-Dark/clip_gpg_signed.png +share/claws-mail/themes/Papirus-Dark/clipkey.png +share/claws-mail/themes/Papirus-Dark/close.png +share/claws-mail/themes/Papirus-Dark/complete.png +share/claws-mail/themes/Papirus-Dark/continue.png +share/claws-mail/themes/Papirus-Dark/copied.png +share/claws-mail/themes/Papirus-Dark/delete_btn.png +share/claws-mail/themes/Papirus-Dark/deleted.png +share/claws-mail/themes/Papirus-Dark/dir_close.png +share/claws-mail/themes/Papirus-Dark/dir_close_hrm.png +share/claws-mail/themes/Papirus-Dark/dir_close_hrm_mark.png +share/claws-mail/themes/Papirus-Dark/dir_close_htm_mark.png +share/claws-mail/themes/Papirus-Dark/dir_close_mark.png +share/claws-mail/themes/Papirus-Dark/dir_noselect.png +share/claws-mail/themes/Papirus-Dark/dir_open.png +share/claws-mail/themes/Papirus-Dark/dir_open_hrm.png +share/claws-mail/themes/Papirus-Dark/dir_open_hrm_mark.png +share/claws-mail/themes/Papirus-Dark/dir_open_mark.png +share/claws-mail/themes/Papirus-Dark/down_arrow.png +share/claws-mail/themes/Papirus-Dark/drafts_close.png +share/claws-mail/themes/Papirus-Dark/drafts_close_hrm.png +share/claws-mail/themes/Papirus-Dark/drafts_close_hrm_mark.png +share/claws-mail/themes/Papirus-Dark/drafts_close_mark.png +share/claws-mail/themes/Papirus-Dark/drafts_open.png +share/claws-mail/themes/Papirus-Dark/drafts_open_hrm.png +share/claws-mail/themes/Papirus-Dark/drafts_open_hrm_mark.png +share/claws-mail/themes/Papirus-Dark/drafts_open_mark.png +share/claws-mail/themes/Papirus-Dark/edit_extern.png +share/claws-mail/themes/Papirus-Dark/editdelete.png +share/claws-mail/themes/Papirus-Dark/empty.png +share/claws-mail/themes/Papirus-Dark/error.png +share/claws-mail/themes/Papirus-Dark/exec.png +share/claws-mail/themes/Papirus-Dark/forwarded.png +share/claws-mail/themes/Papirus-Dark/forwared_replied.png +share/claws-mail/themes/Papirus-Dark/go_folders.png +share/claws-mail/themes/Papirus-Dark/gpg_signed.png +share/claws-mail/themes/Papirus-Dark/group.png +share/claws-mail/themes/Papirus-Dark/ham_btn.png +share/claws-mail/themes/Papirus-Dark/ignorethread.png +share/claws-mail/themes/Papirus-Dark/inbox_close.png +share/claws-mail/themes/Papirus-Dark/inbox_close_hrm.png +share/claws-mail/themes/Papirus-Dark/inbox_close_hrm_mark.png +share/claws-mail/themes/Papirus-Dark/inbox_close_mark.png +share/claws-mail/themes/Papirus-Dark/inbox_open.png +share/claws-mail/themes/Papirus-Dark/inbox_open_hrm.png +share/claws-mail/themes/Papirus-Dark/inbox_open_hrm_mark.png +share/claws-mail/themes/Papirus-Dark/inbox_open_mark.png +share/claws-mail/themes/Papirus-Dark/insert_file.png +share/claws-mail/themes/Papirus-Dark/interface.png +share/claws-mail/themes/Papirus-Dark/jpilot.png +share/claws-mail/themes/Papirus-Dark/key.png +share/claws-mail/themes/Papirus-Dark/key_gpg_signed.png +share/claws-mail/themes/Papirus-Dark/ldap.png +share/claws-mail/themes/Papirus-Dark/linewrap.png +share/claws-mail/themes/Papirus-Dark/linewrapcurrent.png +share/claws-mail/themes/Papirus-Dark/locked.png +share/claws-mail/themes/Papirus-Dark/mail.png +share/claws-mail/themes/Papirus-Dark/mail_attach.png +share/claws-mail/themes/Papirus-Dark/mail_compose.png +share/claws-mail/themes/Papirus-Dark/mail_forward.png +share/claws-mail/themes/Papirus-Dark/mail_receive.png +share/claws-mail/themes/Papirus-Dark/mail_receive_all.png +share/claws-mail/themes/Papirus-Dark/mail_reply.png +share/claws-mail/themes/Papirus-Dark/mail_reply_to_all.png +share/claws-mail/themes/Papirus-Dark/mail_reply_to_author.png +share/claws-mail/themes/Papirus-Dark/mail_reply_to_list.png +share/claws-mail/themes/Papirus-Dark/mail_send.png +share/claws-mail/themes/Papirus-Dark/mail_send_queue.png +share/claws-mail/themes/Papirus-Dark/mail_sign.png +share/claws-mail/themes/Papirus-Dark/mark.png +share/claws-mail/themes/Papirus-Dark/mime_application.png +share/claws-mail/themes/Papirus-Dark/mime_audio.png +share/claws-mail/themes/Papirus-Dark/mime_calendar.png +share/claws-mail/themes/Papirus-Dark/mime_image.png +share/claws-mail/themes/Papirus-Dark/mime_message.png +share/claws-mail/themes/Papirus-Dark/mime_pdf.png +share/claws-mail/themes/Papirus-Dark/mime_pgpsig.png +share/claws-mail/themes/Papirus-Dark/mime_ps.png +share/claws-mail/themes/Papirus-Dark/mime_text_html.png +share/claws-mail/themes/Papirus-Dark/mime_text_patch.png +share/claws-mail/themes/Papirus-Dark/mime_text_plain.png +share/claws-mail/themes/Papirus-Dark/mime_unknown.png +share/claws-mail/themes/Papirus-Dark/moved.png +share/claws-mail/themes/Papirus-Dark/new.png +share/claws-mail/themes/Papirus-Dark/news_compose.png +share/claws-mail/themes/Papirus-Dark/notice_error.png +share/claws-mail/themes/Papirus-Dark/notice_note.png +share/claws-mail/themes/Papirus-Dark/notice_warn.png +share/claws-mail/themes/Papirus-Dark/offline.png +share/claws-mail/themes/Papirus-Dark/online.png +share/claws-mail/themes/Papirus-Dark/open_mail.png +share/claws-mail/themes/Papirus-Dark/outbox_close.png +share/claws-mail/themes/Papirus-Dark/outbox_close_hrm.png +share/claws-mail/themes/Papirus-Dark/outbox_close_hrm_mark.png +share/claws-mail/themes/Papirus-Dark/outbox_close_mark.png +share/claws-mail/themes/Papirus-Dark/outbox_open.png +share/claws-mail/themes/Papirus-Dark/outbox_open_hrm.png +share/claws-mail/themes/Papirus-Dark/outbox_open_hrm_mark.png +share/claws-mail/themes/Papirus-Dark/outbox_open_mark.png +share/claws-mail/themes/Papirus-Dark/paste.png +share/claws-mail/themes/Papirus-Dark/preferences.png +share/claws-mail/themes/Papirus-Dark/printer.png +share/claws-mail/themes/Papirus-Dark/privacy_emblem_encrypted.png +share/claws-mail/themes/Papirus-Dark/privacy_emblem_failed.png +share/claws-mail/themes/Papirus-Dark/privacy_emblem_passed.png +share/claws-mail/themes/Papirus-Dark/privacy_emblem_signed.png +share/claws-mail/themes/Papirus-Dark/privacy_emblem_warn.png +share/claws-mail/themes/Papirus-Dark/privacy_expired.png +share/claws-mail/themes/Papirus-Dark/privacy_failed.png +share/claws-mail/themes/Papirus-Dark/privacy_passed.png +share/claws-mail/themes/Papirus-Dark/privacy_signed.png +share/claws-mail/themes/Papirus-Dark/privacy_unknown.png +share/claws-mail/themes/Papirus-Dark/privacy_warn.png +share/claws-mail/themes/Papirus-Dark/properties.png +share/claws-mail/themes/Papirus-Dark/queue_close.png +share/claws-mail/themes/Papirus-Dark/queue_close_hrm.png +share/claws-mail/themes/Papirus-Dark/queue_close_hrm_mark.png +share/claws-mail/themes/Papirus-Dark/queue_close_mark.png +share/claws-mail/themes/Papirus-Dark/queue_open.png +share/claws-mail/themes/Papirus-Dark/queue_open_hrm.png +share/claws-mail/themes/Papirus-Dark/queue_open_hrm_mark.png +share/claws-mail/themes/Papirus-Dark/queue_open_mark.png +share/claws-mail/themes/Papirus-Dark/quicksearch.png +share/claws-mail/themes/Papirus-Dark/read.png +share/claws-mail/themes/Papirus-Dark/replied.png +share/claws-mail/themes/Papirus-Dark/replied_and_forwarded.png +share/claws-mail/themes/Papirus-Dark/search.png +share/claws-mail/themes/Papirus-Dark/selection.png +share/claws-mail/themes/Papirus-Dark/spam.png +share/claws-mail/themes/Papirus-Dark/spam_btn.png +share/claws-mail/themes/Papirus-Dark/trash.png +share/claws-mail/themes/Papirus-Dark/trash_btn.png +share/claws-mail/themes/Papirus-Dark/trash_close.png +share/claws-mail/themes/Papirus-Dark/trash_hrm.png +share/claws-mail/themes/Papirus-Dark/trash_hrm_mark.png +share/claws-mail/themes/Papirus-Dark/trash_mark.png +share/claws-mail/themes/Papirus-Dark/trash_open.png +share/claws-mail/themes/Papirus-Dark/tray_newmail.offline.png +share/claws-mail/themes/Papirus-Dark/tray_newmail.png +share/claws-mail/themes/Papirus-Dark/tray_newmarkedmail.offline.png +share/claws-mail/themes/Papirus-Dark/tray_newmarkedmail.png +share/claws-mail/themes/Papirus-Dark/tray_nomail.offline.png +share/claws-mail/themes/Papirus-Dark/tray_nomail.png +share/claws-mail/themes/Papirus-Dark/tray_unreadmail.offline.png +share/claws-mail/themes/Papirus-Dark/tray_unreadmail.png +share/claws-mail/themes/Papirus-Dark/tray_unreadmarkedmail.offline.png +share/claws-mail/themes/Papirus-Dark/tray_unreadmarkedmail.png +share/claws-mail/themes/Papirus-Dark/unread.png +share/claws-mail/themes/Papirus-Dark/up_arrow.png +share/claws-mail/themes/Papirus-Dark/vcard.png +share/claws-mail/themes/Papirus-Dark/watchthread.png +share/claws-mail/themes/Papirus-Light/.claws_themeinfo +share/claws-mail/themes/Papirus-Light/AUTHORS +share/claws-mail/themes/Papirus-Light/LICENSE +share/claws-mail/themes/Papirus-Light/addr_one.png +share/claws-mail/themes/Papirus-Light/addr_two.png +share/claws-mail/themes/Papirus-Light/address.png +share/claws-mail/themes/Papirus-Light/address_book.png +share/claws-mail/themes/Papirus-Light/address_search.png +share/claws-mail/themes/Papirus-Light/anonymous.png +share/claws-mail/themes/Papirus-Light/book.png +share/claws-mail/themes/Papirus-Light/cancel.png +share/claws-mail/themes/Papirus-Light/category.png +share/claws-mail/themes/Papirus-Light/check_spelling.png +share/claws-mail/themes/Papirus-Light/checkbox_off.png +share/claws-mail/themes/Papirus-Light/checkbox_on.png +share/claws-mail/themes/Papirus-Light/claws_mail_compose_logo.png +share/claws-mail/themes/Papirus-Light/claws_mail_icon.png +share/claws-mail/themes/Papirus-Light/clip.png +share/claws-mail/themes/Papirus-Light/clip_gpg_signed.png +share/claws-mail/themes/Papirus-Light/clipkey.png +share/claws-mail/themes/Papirus-Light/close.png +share/claws-mail/themes/Papirus-Light/complete.png +share/claws-mail/themes/Papirus-Light/continue.png +share/claws-mail/themes/Papirus-Light/copied.png +share/claws-mail/themes/Papirus-Light/delete_btn.png +share/claws-mail/themes/Papirus-Light/deleted.png +share/claws-mail/themes/Papirus-Light/dir_close.png +share/claws-mail/themes/Papirus-Light/dir_close_hrm.png +share/claws-mail/themes/Papirus-Light/dir_close_hrm_mark.png +share/claws-mail/themes/Papirus-Light/dir_close_htm_mark.png +share/claws-mail/themes/Papirus-Light/dir_close_mark.png +share/claws-mail/themes/Papirus-Light/dir_noselect.png +share/claws-mail/themes/Papirus-Light/dir_open.png +share/claws-mail/themes/Papirus-Light/dir_open_hrm.png +share/claws-mail/themes/Papirus-Light/dir_open_hrm_mark.png +share/claws-mail/themes/Papirus-Light/dir_open_mark.png +share/claws-mail/themes/Papirus-Light/down_arrow.png +share/claws-mail/themes/Papirus-Light/drafts_close.png +share/claws-mail/themes/Papirus-Light/drafts_close_hrm.png +share/claws-mail/themes/Papirus-Light/drafts_close_hrm_mark.png +share/claws-mail/themes/Papirus-Light/drafts_close_mark.png +share/claws-mail/themes/Papirus-Light/drafts_open.png +share/claws-mail/themes/Papirus-Light/drafts_open_hrm.png +share/claws-mail/themes/Papirus-Light/drafts_open_hrm_mark.png +share/claws-mail/themes/Papirus-Light/drafts_open_mark.png +share/claws-mail/themes/Papirus-Light/edit_extern.png +share/claws-mail/themes/Papirus-Light/editdelete.png +share/claws-mail/themes/Papirus-Light/empty.png +share/claws-mail/themes/Papirus-Light/error.png +share/claws-mail/themes/Papirus-Light/exec.png +share/claws-mail/themes/Papirus-Light/forwarded.png +share/claws-mail/themes/Papirus-Light/forwared_replied.png +share/claws-mail/themes/Papirus-Light/go_folders.png +share/claws-mail/themes/Papirus-Light/gpg_signed.png +share/claws-mail/themes/Papirus-Light/group.png +share/claws-mail/themes/Papirus-Light/ham_btn.png +share/claws-mail/themes/Papirus-Light/ignorethread.png +share/claws-mail/themes/Papirus-Light/inbox_close.png +share/claws-mail/themes/Papirus-Light/inbox_close_hrm.png +share/claws-mail/themes/Papirus-Light/inbox_close_hrm_mark.png +share/claws-mail/themes/Papirus-Light/inbox_close_mark.png +share/claws-mail/themes/Papirus-Light/inbox_open.png +share/claws-mail/themes/Papirus-Light/inbox_open_hrm.png +share/claws-mail/themes/Papirus-Light/inbox_open_hrm_mark.png +share/claws-mail/themes/Papirus-Light/inbox_open_mark.png +share/claws-mail/themes/Papirus-Light/insert_file.png +share/claws-mail/themes/Papirus-Light/interface.png +share/claws-mail/themes/Papirus-Light/jpilot.png +share/claws-mail/themes/Papirus-Light/key.png +share/claws-mail/themes/Papirus-Light/key_gpg_signed.png +share/claws-mail/themes/Papirus-Light/ldap.png +share/claws-mail/themes/Papirus-Light/linewrap.png +share/claws-mail/themes/Papirus-Light/linewrapcurrent.png +share/claws-mail/themes/Papirus-Light/locked.png +share/claws-mail/themes/Papirus-Light/mail.png +share/claws-mail/themes/Papirus-Light/mail_attach.png +share/claws-mail/themes/Papirus-Light/mail_compose.png +share/claws-mail/themes/Papirus-Light/mail_forward.png +share/claws-mail/themes/Papirus-Light/mail_receive.png +share/claws-mail/themes/Papirus-Light/mail_receive_all.png +share/claws-mail/themes/Papirus-Light/mail_reply.png +share/claws-mail/themes/Papirus-Light/mail_reply_to_all.png +share/claws-mail/themes/Papirus-Light/mail_reply_to_author.png +share/claws-mail/themes/Papirus-Light/mail_reply_to_list.png +share/claws-mail/themes/Papirus-Light/mail_send.png +share/claws-mail/themes/Papirus-Light/mail_send_queue.png +share/claws-mail/themes/Papirus-Light/mail_sign.png +share/claws-mail/themes/Papirus-Light/mark.png +share/claws-mail/themes/Papirus-Light/mime_application.png +share/claws-mail/themes/Papirus-Light/mime_audio.png +share/claws-mail/themes/Papirus-Light/mime_calendar.png +share/claws-mail/themes/Papirus-Light/mime_image.png +share/claws-mail/themes/Papirus-Light/mime_message.png +share/claws-mail/themes/Papirus-Light/mime_pdf.png +share/claws-mail/themes/Papirus-Light/mime_pgpsig.png +share/claws-mail/themes/Papirus-Light/mime_ps.png +share/claws-mail/themes/Papirus-Light/mime_text_html.png +share/claws-mail/themes/Papirus-Light/mime_text_patch.png +share/claws-mail/themes/Papirus-Light/mime_text_plain.png +share/claws-mail/themes/Papirus-Light/mime_unknown.png +share/claws-mail/themes/Papirus-Light/moved.png +share/claws-mail/themes/Papirus-Light/new.png +share/claws-mail/themes/Papirus-Light/news_compose.png +share/claws-mail/themes/Papirus-Light/notice_error.png +share/claws-mail/themes/Papirus-Light/notice_note.png +share/claws-mail/themes/Papirus-Light/notice_warn.png +share/claws-mail/themes/Papirus-Light/offline.png +share/claws-mail/themes/Papirus-Light/online.png +share/claws-mail/themes/Papirus-Light/open_mail.png +share/claws-mail/themes/Papirus-Light/outbox_close.png +share/claws-mail/themes/Papirus-Light/outbox_close_hrm.png +share/claws-mail/themes/Papirus-Light/outbox_close_hrm_mark.png +share/claws-mail/themes/Papirus-Light/outbox_close_mark.png +share/claws-mail/themes/Papirus-Light/outbox_open.png +share/claws-mail/themes/Papirus-Light/outbox_open_hrm.png +share/claws-mail/themes/Papirus-Light/outbox_open_hrm_mark.png +share/claws-mail/themes/Papirus-Light/outbox_open_mark.png +share/claws-mail/themes/Papirus-Light/paste.png +share/claws-mail/themes/Papirus-Light/preferences.png +share/claws-mail/themes/Papirus-Light/printer.png +share/claws-mail/themes/Papirus-Light/privacy_emblem_encrypted.png +share/claws-mail/themes/Papirus-Light/privacy_emblem_failed.png +share/claws-mail/themes/Papirus-Light/privacy_emblem_passed.png +share/claws-mail/themes/Papirus-Light/privacy_emblem_signed.png +share/claws-mail/themes/Papirus-Light/privacy_emblem_warn.png +share/claws-mail/themes/Papirus-Light/privacy_expired.png +share/claws-mail/themes/Papirus-Light/privacy_failed.png +share/claws-mail/themes/Papirus-Light/privacy_passed.png +share/claws-mail/themes/Papirus-Light/privacy_signed.png +share/claws-mail/themes/Papirus-Light/privacy_unknown.png +share/claws-mail/themes/Papirus-Light/privacy_warn.png +share/claws-mail/themes/Papirus-Light/properties.png +share/claws-mail/themes/Papirus-Light/queue_close.png +share/claws-mail/themes/Papirus-Light/queue_close_hrm.png +share/claws-mail/themes/Papirus-Light/queue_close_hrm_mark.png +share/claws-mail/themes/Papirus-Light/queue_close_mark.png +share/claws-mail/themes/Papirus-Light/queue_open.png +share/claws-mail/themes/Papirus-Light/queue_open_hrm.png +share/claws-mail/themes/Papirus-Light/queue_open_hrm_mark.png +share/claws-mail/themes/Papirus-Light/queue_open_mark.png +share/claws-mail/themes/Papirus-Light/quicksearch.png +share/claws-mail/themes/Papirus-Light/read.png +share/claws-mail/themes/Papirus-Light/replied.png +share/claws-mail/themes/Papirus-Light/replied_and_forwarded.png +share/claws-mail/themes/Papirus-Light/search.png +share/claws-mail/themes/Papirus-Light/selection.png +share/claws-mail/themes/Papirus-Light/spam.png +share/claws-mail/themes/Papirus-Light/spam_btn.png +share/claws-mail/themes/Papirus-Light/trash.png +share/claws-mail/themes/Papirus-Light/trash_btn.png +share/claws-mail/themes/Papirus-Light/trash_close.png +share/claws-mail/themes/Papirus-Light/trash_hrm.png +share/claws-mail/themes/Papirus-Light/trash_hrm_mark.png +share/claws-mail/themes/Papirus-Light/trash_mark.png +share/claws-mail/themes/Papirus-Light/trash_open.png +share/claws-mail/themes/Papirus-Light/tray_newmail.offline.png +share/claws-mail/themes/Papirus-Light/tray_newmail.png +share/claws-mail/themes/Papirus-Light/tray_newmarkedmail.offline.png +share/claws-mail/themes/Papirus-Light/tray_newmarkedmail.png +share/claws-mail/themes/Papirus-Light/tray_nomail.offline.png +share/claws-mail/themes/Papirus-Light/tray_nomail.png +share/claws-mail/themes/Papirus-Light/tray_unreadmail.offline.png +share/claws-mail/themes/Papirus-Light/tray_unreadmail.png +share/claws-mail/themes/Papirus-Light/tray_unreadmarkedmail.offline.png +share/claws-mail/themes/Papirus-Light/tray_unreadmarkedmail.png +share/claws-mail/themes/Papirus-Light/unread.png +share/claws-mail/themes/Papirus-Light/up_arrow.png +share/claws-mail/themes/Papirus-Light/vcard.png +share/claws-mail/themes/Papirus-Light/watchthread.png +share/claws-mail/themes/Papirus/.claws_themeinfo +share/claws-mail/themes/Papirus/AUTHORS +share/claws-mail/themes/Papirus/LICENSE +share/claws-mail/themes/Papirus/addr_one.png +share/claws-mail/themes/Papirus/addr_two.png +share/claws-mail/themes/Papirus/address.png +share/claws-mail/themes/Papirus/address_book.png +share/claws-mail/themes/Papirus/address_search.png +share/claws-mail/themes/Papirus/anonymous.png +share/claws-mail/themes/Papirus/book.png +share/claws-mail/themes/Papirus/cancel.png +share/claws-mail/themes/Papirus/category.png +share/claws-mail/themes/Papirus/check_spelling.png +share/claws-mail/themes/Papirus/checkbox_off.png +share/claws-mail/themes/Papirus/checkbox_on.png +share/claws-mail/themes/Papirus/claws_mail_compose_logo.png +share/claws-mail/themes/Papirus/claws_mail_icon.png +share/claws-mail/themes/Papirus/clip.png +share/claws-mail/themes/Papirus/clip_gpg_signed.png +share/claws-mail/themes/Papirus/clipkey.png +share/claws-mail/themes/Papirus/close.png +share/claws-mail/themes/Papirus/complete.png +share/claws-mail/themes/Papirus/continue.png +share/claws-mail/themes/Papirus/copied.png +share/claws-mail/themes/Papirus/delete_btn.png +share/claws-mail/themes/Papirus/deleted.png +share/claws-mail/themes/Papirus/dir_close.png +share/claws-mail/themes/Papirus/dir_close_hrm.png +share/claws-mail/themes/Papirus/dir_close_hrm_mark.png +share/claws-mail/themes/Papirus/dir_close_htm_mark.png +share/claws-mail/themes/Papirus/dir_close_mark.png +share/claws-mail/themes/Papirus/dir_noselect.png +share/claws-mail/themes/Papirus/dir_open.png +share/claws-mail/themes/Papirus/dir_open_hrm.png +share/claws-mail/themes/Papirus/dir_open_hrm_mark.png +share/claws-mail/themes/Papirus/dir_open_mark.png +share/claws-mail/themes/Papirus/down_arrow.png +share/claws-mail/themes/Papirus/drafts_close.png +share/claws-mail/themes/Papirus/drafts_close_hrm.png +share/claws-mail/themes/Papirus/drafts_close_hrm_mark.png +share/claws-mail/themes/Papirus/drafts_close_mark.png +share/claws-mail/themes/Papirus/drafts_open.png +share/claws-mail/themes/Papirus/drafts_open_hrm.png +share/claws-mail/themes/Papirus/drafts_open_hrm_mark.png +share/claws-mail/themes/Papirus/drafts_open_mark.png +share/claws-mail/themes/Papirus/edit_extern.png +share/claws-mail/themes/Papirus/editdelete.png +share/claws-mail/themes/Papirus/empty.png +share/claws-mail/themes/Papirus/error.png +share/claws-mail/themes/Papirus/exec.png +share/claws-mail/themes/Papirus/forwarded.png +share/claws-mail/themes/Papirus/forwared_replied.png +share/claws-mail/themes/Papirus/go_folders.png +share/claws-mail/themes/Papirus/gpg_signed.png +share/claws-mail/themes/Papirus/group.png +share/claws-mail/themes/Papirus/ham_btn.png +share/claws-mail/themes/Papirus/ignorethread.png +share/claws-mail/themes/Papirus/inbox_close.png +share/claws-mail/themes/Papirus/inbox_close_hrm.png +share/claws-mail/themes/Papirus/inbox_close_hrm_mark.png +share/claws-mail/themes/Papirus/inbox_close_mark.png +share/claws-mail/themes/Papirus/inbox_open.png +share/claws-mail/themes/Papirus/inbox_open_hrm.png +share/claws-mail/themes/Papirus/inbox_open_hrm_mark.png +share/claws-mail/themes/Papirus/inbox_open_mark.png +share/claws-mail/themes/Papirus/insert_file.png +share/claws-mail/themes/Papirus/interface.png +share/claws-mail/themes/Papirus/jpilot.png +share/claws-mail/themes/Papirus/key.png +share/claws-mail/themes/Papirus/key_gpg_signed.png +share/claws-mail/themes/Papirus/ldap.png +share/claws-mail/themes/Papirus/linewrap.png +share/claws-mail/themes/Papirus/linewrapcurrent.png +share/claws-mail/themes/Papirus/locked.png +share/claws-mail/themes/Papirus/mail.png +share/claws-mail/themes/Papirus/mail_attach.png +share/claws-mail/themes/Papirus/mail_compose.png +share/claws-mail/themes/Papirus/mail_forward.png +share/claws-mail/themes/Papirus/mail_receive.png +share/claws-mail/themes/Papirus/mail_receive_all.png +share/claws-mail/themes/Papirus/mail_reply.png +share/claws-mail/themes/Papirus/mail_reply_to_all.png +share/claws-mail/themes/Papirus/mail_reply_to_author.png +share/claws-mail/themes/Papirus/mail_reply_to_list.png +share/claws-mail/themes/Papirus/mail_send.png +share/claws-mail/themes/Papirus/mail_send_queue.png +share/claws-mail/themes/Papirus/mail_sign.png +share/claws-mail/themes/Papirus/mark.png +share/claws-mail/themes/Papirus/mime_application.png +share/claws-mail/themes/Papirus/mime_audio.png +share/claws-mail/themes/Papirus/mime_calendar.png +share/claws-mail/themes/Papirus/mime_image.png +share/claws-mail/themes/Papirus/mime_message.png +share/claws-mail/themes/Papirus/mime_pdf.png +share/claws-mail/themes/Papirus/mime_pgpsig.png +share/claws-mail/themes/Papirus/mime_ps.png +share/claws-mail/themes/Papirus/mime_text_html.png +share/claws-mail/themes/Papirus/mime_text_patch.png +share/claws-mail/themes/Papirus/mime_text_plain.png +share/claws-mail/themes/Papirus/mime_unknown.png +share/claws-mail/themes/Papirus/moved.png +share/claws-mail/themes/Papirus/new.png +share/claws-mail/themes/Papirus/news_compose.png +share/claws-mail/themes/Papirus/notice_error.png +share/claws-mail/themes/Papirus/notice_note.png +share/claws-mail/themes/Papirus/notice_warn.png +share/claws-mail/themes/Papirus/offline.png +share/claws-mail/themes/Papirus/online.png +share/claws-mail/themes/Papirus/open_mail.png +share/claws-mail/themes/Papirus/outbox_close.png +share/claws-mail/themes/Papirus/outbox_close_hrm.png +share/claws-mail/themes/Papirus/outbox_close_hrm_mark.png +share/claws-mail/themes/Papirus/outbox_close_mark.png +share/claws-mail/themes/Papirus/outbox_open.png +share/claws-mail/themes/Papirus/outbox_open_hrm.png +share/claws-mail/themes/Papirus/outbox_open_hrm_mark.png +share/claws-mail/themes/Papirus/outbox_open_mark.png +share/claws-mail/themes/Papirus/paste.png +share/claws-mail/themes/Papirus/preferences.png +share/claws-mail/themes/Papirus/printer.png +share/claws-mail/themes/Papirus/privacy_emblem_encrypted.png +share/claws-mail/themes/Papirus/privacy_emblem_failed.png +share/claws-mail/themes/Papirus/privacy_emblem_passed.png +share/claws-mail/themes/Papirus/privacy_emblem_signed.png +share/claws-mail/themes/Papirus/privacy_emblem_warn.png +share/claws-mail/themes/Papirus/privacy_expired.png +share/claws-mail/themes/Papirus/privacy_failed.png +share/claws-mail/themes/Papirus/privacy_passed.png +share/claws-mail/themes/Papirus/privacy_signed.png +share/claws-mail/themes/Papirus/privacy_unknown.png +share/claws-mail/themes/Papirus/privacy_warn.png +share/claws-mail/themes/Papirus/properties.png +share/claws-mail/themes/Papirus/queue_close.png +share/claws-mail/themes/Papirus/queue_close_hrm.png +share/claws-mail/themes/Papirus/queue_close_hrm_mark.png +share/claws-mail/themes/Papirus/queue_close_mark.png +share/claws-mail/themes/Papirus/queue_open.png +share/claws-mail/themes/Papirus/queue_open_hrm.png +share/claws-mail/themes/Papirus/queue_open_hrm_mark.png +share/claws-mail/themes/Papirus/queue_open_mark.png +share/claws-mail/themes/Papirus/quicksearch.png +share/claws-mail/themes/Papirus/read.png +share/claws-mail/themes/Papirus/replied.png +share/claws-mail/themes/Papirus/replied_and_forwarded.png +share/claws-mail/themes/Papirus/search.png +share/claws-mail/themes/Papirus/selection.png +share/claws-mail/themes/Papirus/spam.png +share/claws-mail/themes/Papirus/spam_btn.png +share/claws-mail/themes/Papirus/trash.png +share/claws-mail/themes/Papirus/trash_btn.png +share/claws-mail/themes/Papirus/trash_close.png +share/claws-mail/themes/Papirus/trash_hrm.png +share/claws-mail/themes/Papirus/trash_hrm_mark.png +share/claws-mail/themes/Papirus/trash_mark.png +share/claws-mail/themes/Papirus/trash_open.png +share/claws-mail/themes/Papirus/tray_newmail.offline.png +share/claws-mail/themes/Papirus/tray_newmail.png +share/claws-mail/themes/Papirus/tray_newmarkedmail.offline.png +share/claws-mail/themes/Papirus/tray_newmarkedmail.png +share/claws-mail/themes/Papirus/tray_nomail.offline.png +share/claws-mail/themes/Papirus/tray_nomail.png +share/claws-mail/themes/Papirus/tray_unreadmail.offline.png +share/claws-mail/themes/Papirus/tray_unreadmail.png +share/claws-mail/themes/Papirus/tray_unreadmarkedmail.offline.png +share/claws-mail/themes/Papirus/tray_unreadmarkedmail.png +share/claws-mail/themes/Papirus/unread.png +share/claws-mail/themes/Papirus/up_arrow.png +share/claws-mail/themes/Papirus/vcard.png +share/claws-mail/themes/Papirus/watchthread.png share/claws-mail/themes/Phoenity/.claws_themeinfo -share/claws-mail/themes/Phoenity/.sylpheed_themeinfo share/claws-mail/themes/Phoenity/address.xpm share/claws-mail/themes/Phoenity/address_book.xpm share/claws-mail/themes/Phoenity/book.xpm @@ -2338,7 +3199,6 @@ share/claws-mail/themes/Phoenity/vcard.xpm share/claws-mail/themes/Phoenity/work_offline.xpm share/claws-mail/themes/Phoenity/work_online.xpm share/claws-mail/themes/Plain_and_Bluish/.claws_themeinfo -share/claws-mail/themes/Plain_and_Bluish/.sylpheed_themeinfo share/claws-mail/themes/Plain_and_Bluish/address.xpm share/claws-mail/themes/Plain_and_Bluish/address_book.xpm share/claws-mail/themes/Plain_and_Bluish/close.xpm @@ -2388,7 +3248,6 @@ share/claws-mail/themes/Plain_and_Bluish/unread.xpm share/claws-mail/themes/Plain_and_Bluish/up_arrow.xpm share/claws-mail/themes/Plain_and_Bluish/vcard.xpm share/claws-mail/themes/Skypilot_Clawssic/.claws_themeinfo -share/claws-mail/themes/Skypilot_Clawssic/.sylpheed_themeinfo share/claws-mail/themes/Skypilot_Clawssic/README share/claws-mail/themes/Skypilot_Clawssic/address.xpm share/claws-mail/themes/Skypilot_Clawssic/address_book.xpm @@ -2472,7 +3331,6 @@ share/claws-mail/themes/Skypilot_Clawssic/unread.xpm share/claws-mail/themes/Skypilot_Clawssic/work_offline.xpm share/claws-mail/themes/Skypilot_Clawssic/work_online.xpm share/claws-mail/themes/SylZilla/.claws_themeinfo -share/claws-mail/themes/SylZilla/.sylpheed_themeinfo share/claws-mail/themes/SylZilla/ChangeLog share/claws-mail/themes/SylZilla/README share/claws-mail/themes/SylZilla/address.xpm @@ -2577,7 +3435,6 @@ share/claws-mail/themes/SylZilla/vcard.xpm share/claws-mail/themes/SylZilla/work_offline.xpm share/claws-mail/themes/SylZilla/work_online.xpm share/claws-mail/themes/Sylpholution/.claws_themeinfo -share/claws-mail/themes/Sylpholution/.sylpheed_themeinfo share/claws-mail/themes/Sylpholution/ChangeLog share/claws-mail/themes/Sylpholution/ChangeLog.pre-1-4 share/claws-mail/themes/Sylpholution/address_book.xpm @@ -2624,8 +3481,169 @@ share/claws-mail/themes/Sylpholution/replied.xpm share/claws-mail/themes/Sylpholution/trash_close.xpm share/claws-mail/themes/Sylpholution/trash_open.xpm share/claws-mail/themes/Sylpholution/unread.xpm +share/claws-mail/themes/Tango/.claws_themeinfo +share/claws-mail/themes/Tango/CHANGELOG.txt +share/claws-mail/themes/Tango/LICENSE.txt +share/claws-mail/themes/Tango/README.txt +share/claws-mail/themes/Tango/addr_one.png +share/claws-mail/themes/Tango/addr_two.png +share/claws-mail/themes/Tango/address.png +share/claws-mail/themes/Tango/address_book.png +share/claws-mail/themes/Tango/address_search.png +share/claws-mail/themes/Tango/anonymous.png +share/claws-mail/themes/Tango/book.png +share/claws-mail/themes/Tango/cancel.png +share/claws-mail/themes/Tango/category.png +share/claws-mail/themes/Tango/check_spelling.png +share/claws-mail/themes/Tango/checkbox_off.png +share/claws-mail/themes/Tango/checkbox_on.png +share/claws-mail/themes/Tango/clip.png +share/claws-mail/themes/Tango/clip_gpg_signed.png +share/claws-mail/themes/Tango/clipkey.png +share/claws-mail/themes/Tango/close.png +share/claws-mail/themes/Tango/complete.png +share/claws-mail/themes/Tango/continue.png +share/claws-mail/themes/Tango/copied.png +share/claws-mail/themes/Tango/delete_btn.png +share/claws-mail/themes/Tango/deleted.png +share/claws-mail/themes/Tango/dir_close.png +share/claws-mail/themes/Tango/dir_close_hrm.png +share/claws-mail/themes/Tango/dir_close_hrm_mark.png +share/claws-mail/themes/Tango/dir_close_mark.png +share/claws-mail/themes/Tango/dir_noselect.png +share/claws-mail/themes/Tango/dir_open.png +share/claws-mail/themes/Tango/dir_open_hrm.png +share/claws-mail/themes/Tango/dir_open_hrm_mark.png +share/claws-mail/themes/Tango/dir_open_mark.png +share/claws-mail/themes/Tango/down_arrow.png +share/claws-mail/themes/Tango/drafts_close.png +share/claws-mail/themes/Tango/drafts_close_mark.png +share/claws-mail/themes/Tango/drafts_open.png +share/claws-mail/themes/Tango/drafts_open_mark.png +share/claws-mail/themes/Tango/edit_extern.png +share/claws-mail/themes/Tango/empty.png +share/claws-mail/themes/Tango/error.png +share/claws-mail/themes/Tango/exec.png +share/claws-mail/themes/Tango/forwarded.png +share/claws-mail/themes/Tango/go_folders.png +share/claws-mail/themes/Tango/gpg_signed.png +share/claws-mail/themes/Tango/group.png +share/claws-mail/themes/Tango/ham_btn.png +share/claws-mail/themes/Tango/ignorethread.png +share/claws-mail/themes/Tango/inbox_close.png +share/claws-mail/themes/Tango/inbox_close_hrm.png +share/claws-mail/themes/Tango/inbox_close_hrm_mark.png +share/claws-mail/themes/Tango/inbox_close_mark.png +share/claws-mail/themes/Tango/inbox_open.png +share/claws-mail/themes/Tango/inbox_open_hrm.png +share/claws-mail/themes/Tango/inbox_open_hrm_mark.png +share/claws-mail/themes/Tango/inbox_open_mark.png +share/claws-mail/themes/Tango/insert_file.png +share/claws-mail/themes/Tango/interface.png +share/claws-mail/themes/Tango/jpilot.png +share/claws-mail/themes/Tango/key.png +share/claws-mail/themes/Tango/ldap.png +share/claws-mail/themes/Tango/linewrap.png +share/claws-mail/themes/Tango/linewrapcurrent.png +share/claws-mail/themes/Tango/locked.png +share/claws-mail/themes/Tango/mail.png +share/claws-mail/themes/Tango/mail_attach.png +share/claws-mail/themes/Tango/mail_compose.png +share/claws-mail/themes/Tango/mail_forward.png +share/claws-mail/themes/Tango/mail_receive.png +share/claws-mail/themes/Tango/mail_receive_all.png +share/claws-mail/themes/Tango/mail_reply.png +share/claws-mail/themes/Tango/mail_reply_to_all.png +share/claws-mail/themes/Tango/mail_reply_to_author.png +share/claws-mail/themes/Tango/mail_reply_to_list.png +share/claws-mail/themes/Tango/mail_send.png +share/claws-mail/themes/Tango/mail_send_queue.png +share/claws-mail/themes/Tango/mail_sign.png +share/claws-mail/themes/Tango/mark.png +share/claws-mail/themes/Tango/mime_application.png +share/claws-mail/themes/Tango/mime_audio.png +share/claws-mail/themes/Tango/mime_calendar.png +share/claws-mail/themes/Tango/mime_image.png +share/claws-mail/themes/Tango/mime_message.png +share/claws-mail/themes/Tango/mime_pdf.png +share/claws-mail/themes/Tango/mime_pgpsig.png +share/claws-mail/themes/Tango/mime_ps.png +share/claws-mail/themes/Tango/mime_text_enriched.png +share/claws-mail/themes/Tango/mime_text_html.png +share/claws-mail/themes/Tango/mime_text_patch.png +share/claws-mail/themes/Tango/mime_text_plain.png +share/claws-mail/themes/Tango/mime_unknown.png +share/claws-mail/themes/Tango/moved.png +share/claws-mail/themes/Tango/new.png +share/claws-mail/themes/Tango/news_compose.png +share/claws-mail/themes/Tango/notice_error.png +share/claws-mail/themes/Tango/notice_note.png +share/claws-mail/themes/Tango/notice_warn.png +share/claws-mail/themes/Tango/offline.png +share/claws-mail/themes/Tango/online.png +share/claws-mail/themes/Tango/open_mail.png +share/claws-mail/themes/Tango/outbox_close.png +share/claws-mail/themes/Tango/outbox_close_hrm.png +share/claws-mail/themes/Tango/outbox_close_hrm_mark.png +share/claws-mail/themes/Tango/outbox_close_mark.png +share/claws-mail/themes/Tango/outbox_open.png +share/claws-mail/themes/Tango/outbox_open_hrm.png +share/claws-mail/themes/Tango/outbox_open_hrm_mark.png +share/claws-mail/themes/Tango/outbox_open_mark.png +share/claws-mail/themes/Tango/paste.png +share/claws-mail/themes/Tango/preferences.png +share/claws-mail/themes/Tango/printer.png +share/claws-mail/themes/Tango/privacy_emblem_encrypted.png +share/claws-mail/themes/Tango/privacy_emblem_failed.png +share/claws-mail/themes/Tango/privacy_emblem_passed.png +share/claws-mail/themes/Tango/privacy_emblem_signed.png +share/claws-mail/themes/Tango/privacy_emblem_warn.png +share/claws-mail/themes/Tango/privacy_expired.png +share/claws-mail/themes/Tango/privacy_failed.png +share/claws-mail/themes/Tango/privacy_passed.png +share/claws-mail/themes/Tango/privacy_signed.png +share/claws-mail/themes/Tango/privacy_unknown.png +share/claws-mail/themes/Tango/privacy_warn.png +share/claws-mail/themes/Tango/properties.png +share/claws-mail/themes/Tango/queue_close.png +share/claws-mail/themes/Tango/queue_close_hrm.png +share/claws-mail/themes/Tango/queue_close_hrm_mark.png +share/claws-mail/themes/Tango/queue_close_mark.png +share/claws-mail/themes/Tango/queue_open.png +share/claws-mail/themes/Tango/queue_open_hrm.png +share/claws-mail/themes/Tango/queue_open_hrm_mark.png +share/claws-mail/themes/Tango/queue_open_mark.png +share/claws-mail/themes/Tango/quicksearch.png +share/claws-mail/themes/Tango/read.png +share/claws-mail/themes/Tango/replied.png +share/claws-mail/themes/Tango/search.png +share/claws-mail/themes/Tango/selection.png +share/claws-mail/themes/Tango/spam.png +share/claws-mail/themes/Tango/spam_btn.png +share/claws-mail/themes/Tango/trash_btn.png +share/claws-mail/themes/Tango/trash_close.png +share/claws-mail/themes/Tango/trash_close_hrm.png +share/claws-mail/themes/Tango/trash_close_hrm_mark.png +share/claws-mail/themes/Tango/trash_close_mark.png +share/claws-mail/themes/Tango/trash_open.png +share/claws-mail/themes/Tango/trash_open_hrm.png +share/claws-mail/themes/Tango/trash_open_hrm_mark.png +share/claws-mail/themes/Tango/trash_open_mark.png +share/claws-mail/themes/Tango/tray_newmail.offline.png +share/claws-mail/themes/Tango/tray_newmail.png +share/claws-mail/themes/Tango/tray_newmarkedmail.offline.png +share/claws-mail/themes/Tango/tray_newmarkedmail.png +share/claws-mail/themes/Tango/tray_nomail.offline.png +share/claws-mail/themes/Tango/tray_nomail.png +share/claws-mail/themes/Tango/tray_unreadmail.offline.png +share/claws-mail/themes/Tango/tray_unreadmail.png +share/claws-mail/themes/Tango/tray_unreadmarkedmail.offline.png +share/claws-mail/themes/Tango/tray_unreadmarkedmail.png +share/claws-mail/themes/Tango/unread.png +share/claws-mail/themes/Tango/up_arrow.png +share/claws-mail/themes/Tango/vcard.png +share/claws-mail/themes/Tango/watchthread.png share/claws-mail/themes/TangoClaws-0.3/.claws_themeinfo -share/claws-mail/themes/TangoClaws-0.3/.sylpheed_themeinfo share/claws-mail/themes/TangoClaws-0.3/README share/claws-mail/themes/TangoClaws-0.3/address.xpm share/claws-mail/themes/TangoClaws-0.3/address_book.xpm @@ -2660,7 +3678,6 @@ share/claws-mail/themes/TangoClaws-0.3/trash_btn.xpm share/claws-mail/themes/TangoClaws-0.3/up_arrow.xpm share/claws-mail/themes/TangoClaws-0.3/vcard.xpm share/claws-mail/themes/TangoOrbit/.claws_themeinfo -share/claws-mail/themes/TangoOrbit/.sylpheed_themeinfo share/claws-mail/themes/TangoOrbit/README share/claws-mail/themes/TangoOrbit/address.xpm share/claws-mail/themes/TangoOrbit/address_book.xpm @@ -2919,31 +3936,32 @@ share/claws-mail/themes/Tango_v1.2.1/unread.png share/claws-mail/themes/Tango_v1.2.1/up_arrow.png share/claws-mail/themes/Tango_v1.2.1/vcard.png share/claws-mail/themes/Tango_v1.2.1/watchthread.png -share/claws-mail/themes/UltimateClawsMail0.5.1/.claws_themeinfo -share/claws-mail/themes/UltimateClawsMail0.5.1/address.png -share/claws-mail/themes/UltimateClawsMail0.5.1/address_book.png -share/claws-mail/themes/UltimateClawsMail0.5.1/down_arrow.png -share/claws-mail/themes/UltimateClawsMail0.5.1/ham_btn.png -share/claws-mail/themes/UltimateClawsMail0.5.1/insert_file.png -share/claws-mail/themes/UltimateClawsMail0.5.1/linewrap.png -share/claws-mail/themes/UltimateClawsMail0.5.1/linewrapcurrent.png -share/claws-mail/themes/UltimateClawsMail0.5.1/mail_attach.png -share/claws-mail/themes/UltimateClawsMail0.5.1/mail_compose.png -share/claws-mail/themes/UltimateClawsMail0.5.1/mail_forward.png -share/claws-mail/themes/UltimateClawsMail0.5.1/mail_receive.png -share/claws-mail/themes/UltimateClawsMail0.5.1/mail_receive_all.png -share/claws-mail/themes/UltimateClawsMail0.5.1/mail_reply.png -share/claws-mail/themes/UltimateClawsMail0.5.1/mail_reply_to_all.png -share/claws-mail/themes/UltimateClawsMail0.5.1/mail_reply_to_author.png -share/claws-mail/themes/UltimateClawsMail0.5.1/mail_send.png -share/claws-mail/themes/UltimateClawsMail0.5.1/mail_send_queue.png -share/claws-mail/themes/UltimateClawsMail0.5.1/preferences.png -share/claws-mail/themes/UltimateClawsMail0.5.1/properties.png -share/claws-mail/themes/UltimateClawsMail0.5.1/search.png -share/claws-mail/themes/UltimateClawsMail0.5.1/spam_btn.png -share/claws-mail/themes/UltimateClawsMail0.5.1/trash_btn.png -share/claws-mail/themes/UltimateClawsMail0.5.1/up_arrow.png -share/claws-mail/themes/UltimateClawsMail0.5.1/vcard.png +share/claws-mail/themes/UltimateClawsMail0.5.2/.claws_themeinfo +share/claws-mail/themes/UltimateClawsMail0.5.2/address.png +share/claws-mail/themes/UltimateClawsMail0.5.2/address_book.png +share/claws-mail/themes/UltimateClawsMail0.5.2/down_arrow.png +share/claws-mail/themes/UltimateClawsMail0.5.2/ham_btn.png +share/claws-mail/themes/UltimateClawsMail0.5.2/insert_file.png +share/claws-mail/themes/UltimateClawsMail0.5.2/linewrap.png +share/claws-mail/themes/UltimateClawsMail0.5.2/linewrapcurrent.png +share/claws-mail/themes/UltimateClawsMail0.5.2/mail_attach.png +share/claws-mail/themes/UltimateClawsMail0.5.2/mail_compose.png +share/claws-mail/themes/UltimateClawsMail0.5.2/mail_forward.png +share/claws-mail/themes/UltimateClawsMail0.5.2/mail_receive.png +share/claws-mail/themes/UltimateClawsMail0.5.2/mail_receive_all.png +share/claws-mail/themes/UltimateClawsMail0.5.2/mail_reply.png +share/claws-mail/themes/UltimateClawsMail0.5.2/mail_reply_to_all.png +share/claws-mail/themes/UltimateClawsMail0.5.2/mail_reply_to_author.png +share/claws-mail/themes/UltimateClawsMail0.5.2/mail_send.png +share/claws-mail/themes/UltimateClawsMail0.5.2/mail_send_queue.png +share/claws-mail/themes/UltimateClawsMail0.5.2/preferences.png +share/claws-mail/themes/UltimateClawsMail0.5.2/properties.png +share/claws-mail/themes/UltimateClawsMail0.5.2/readme.md +share/claws-mail/themes/UltimateClawsMail0.5.2/search.png +share/claws-mail/themes/UltimateClawsMail0.5.2/spam_btn.png +share/claws-mail/themes/UltimateClawsMail0.5.2/trash_btn.png +share/claws-mail/themes/UltimateClawsMail0.5.2/up_arrow.png +share/claws-mail/themes/UltimateClawsMail0.5.2/vcard.png share/claws-mail/themes/XeNtish/.claws_themeinfo share/claws-mail/themes/XeNtish/README share/claws-mail/themes/XeNtish/address.xpm @@ -3116,7 +4134,6 @@ share/claws-mail/themes/ZX-0_1.1/up_arrow.xpm share/claws-mail/themes/ZX-0_1.1/vcard.xpm share/claws-mail/themes/ZX-0_1.1/watchthread.xpm share/claws-mail/themes/achileus-noname/.claws_themeinfo -share/claws-mail/themes/achileus-noname/.sylpheed_themeinfo share/claws-mail/themes/achileus-noname/address.xpm share/claws-mail/themes/achileus-noname/address_book.xpm share/claws-mail/themes/achileus-noname/book.xpm @@ -3201,8 +4218,170 @@ share/claws-mail/themes/achileus-noname/trash_open_hrm.xpm share/claws-mail/themes/achileus-noname/unread.xpm share/claws-mail/themes/achileus-noname/up_arrow.xpm share/claws-mail/themes/achileus-noname/vcard.xpm +share/claws-mail/themes/arc/.claws_themeinfo +share/claws-mail/themes/arc/AUTHORS +share/claws-mail/themes/arc/CHANGELOG +share/claws-mail/themes/arc/COPYING +share/claws-mail/themes/arc/addr_one.png +share/claws-mail/themes/arc/addr_two.png +share/claws-mail/themes/arc/address.png +share/claws-mail/themes/arc/address_book.png +share/claws-mail/themes/arc/address_search.png +share/claws-mail/themes/arc/book.png +share/claws-mail/themes/arc/category.png +share/claws-mail/themes/arc/check_spelling.png +share/claws-mail/themes/arc/claws_mail_compose_logo.png +share/claws-mail/themes/arc/claws_mail_icon.png +share/claws-mail/themes/arc/clip.png +share/claws-mail/themes/arc/clip_gpg_signed.png +share/claws-mail/themes/arc/clipkey.png +share/claws-mail/themes/arc/close.png +share/claws-mail/themes/arc/complete.png +share/claws-mail/themes/arc/continue.png +share/claws-mail/themes/arc/copied.png +share/claws-mail/themes/arc/delete_btn.png +share/claws-mail/themes/arc/deleted.png +share/claws-mail/themes/arc/dir_close.png +share/claws-mail/themes/arc/dir_close_hrm.png +share/claws-mail/themes/arc/dir_close_hrm_mark.png +share/claws-mail/themes/arc/dir_close_mark.png +share/claws-mail/themes/arc/dir_noselect.png +share/claws-mail/themes/arc/dir_open.png +share/claws-mail/themes/arc/dir_open_hrm.png +share/claws-mail/themes/arc/dir_open_hrm_mark.png +share/claws-mail/themes/arc/dir_open_mark.png +share/claws-mail/themes/arc/down_arrow.png +share/claws-mail/themes/arc/drafts_close.png +share/claws-mail/themes/arc/drafts_close_hrm.png +share/claws-mail/themes/arc/drafts_close_hrm_mark.png +share/claws-mail/themes/arc/drafts_close_mark.png +share/claws-mail/themes/arc/drafts_open.png +share/claws-mail/themes/arc/drafts_open_hrm.png +share/claws-mail/themes/arc/drafts_open_hrm_mark.png +share/claws-mail/themes/arc/drafts_open_mark.png +share/claws-mail/themes/arc/edit_extern.png +share/claws-mail/themes/arc/error.png +share/claws-mail/themes/arc/exec.png +share/claws-mail/themes/arc/forwarded.png +share/claws-mail/themes/arc/forwared_replied.png +share/claws-mail/themes/arc/go_folders.png +share/claws-mail/themes/arc/gpg_signed.png +share/claws-mail/themes/arc/group.png +share/claws-mail/themes/arc/ham_btn.png +share/claws-mail/themes/arc/ignorethread.png +share/claws-mail/themes/arc/inbox_close.png +share/claws-mail/themes/arc/inbox_close_hrm.png +share/claws-mail/themes/arc/inbox_close_hrm_mark.png +share/claws-mail/themes/arc/inbox_close_mark.png +share/claws-mail/themes/arc/inbox_open.png +share/claws-mail/themes/arc/inbox_open_hrm.png +share/claws-mail/themes/arc/inbox_open_hrm_mark.png +share/claws-mail/themes/arc/inbox_open_mark.png +share/claws-mail/themes/arc/insert_file.png +share/claws-mail/themes/arc/interface.png +share/claws-mail/themes/arc/jpilot.png +share/claws-mail/themes/arc/key.png +share/claws-mail/themes/arc/key_gpg_signed.png +share/claws-mail/themes/arc/ldap.png +share/claws-mail/themes/arc/linewrap.png +share/claws-mail/themes/arc/linewrapcurrent.png +share/claws-mail/themes/arc/locked.png +share/claws-mail/themes/arc/mail.png +share/claws-mail/themes/arc/mail_attach.png +share/claws-mail/themes/arc/mail_compose.png +share/claws-mail/themes/arc/mail_forward.png +share/claws-mail/themes/arc/mail_receive.png +share/claws-mail/themes/arc/mail_receive_all.png +share/claws-mail/themes/arc/mail_reply.png +share/claws-mail/themes/arc/mail_reply_to_all.png +share/claws-mail/themes/arc/mail_reply_to_author.png +share/claws-mail/themes/arc/mail_send.png +share/claws-mail/themes/arc/mail_send_queue.png +share/claws-mail/themes/arc/mail_sign.png +share/claws-mail/themes/arc/mark.png +share/claws-mail/themes/arc/mime_application.png +share/claws-mail/themes/arc/mime_audio.png +share/claws-mail/themes/arc/mime_calendar.png +share/claws-mail/themes/arc/mime_image.png +share/claws-mail/themes/arc/mime_message.png +share/claws-mail/themes/arc/mime_pdf.png +share/claws-mail/themes/arc/mime_pgpsig.png +share/claws-mail/themes/arc/mime_ps.png +share/claws-mail/themes/arc/mime_text_enriched.png +share/claws-mail/themes/arc/mime_text_html.png +share/claws-mail/themes/arc/mime_text_patch.png +share/claws-mail/themes/arc/mime_text_plain.png +share/claws-mail/themes/arc/mime_unknown.png +share/claws-mail/themes/arc/moved.png +share/claws-mail/themes/arc/new.png +share/claws-mail/themes/arc/news_compose.png +share/claws-mail/themes/arc/notice_error.png +share/claws-mail/themes/arc/notice_note.png +share/claws-mail/themes/arc/notice_warn.png +share/claws-mail/themes/arc/offline.png +share/claws-mail/themes/arc/online.png +share/claws-mail/themes/arc/open_mail.png +share/claws-mail/themes/arc/outbox_close.png +share/claws-mail/themes/arc/outbox_close_hrm.png +share/claws-mail/themes/arc/outbox_close_hrm_mark.png +share/claws-mail/themes/arc/outbox_close_mark.png +share/claws-mail/themes/arc/outbox_open.png +share/claws-mail/themes/arc/outbox_open_hrm.png +share/claws-mail/themes/arc/outbox_open_hrm_mark.png +share/claws-mail/themes/arc/outbox_open_mark.png +share/claws-mail/themes/arc/paste.png +share/claws-mail/themes/arc/preferences.png +share/claws-mail/themes/arc/printer.png +share/claws-mail/themes/arc/privacy_emblem_encrypted.png +share/claws-mail/themes/arc/privacy_emblem_failed.png +share/claws-mail/themes/arc/privacy_emblem_passed.png +share/claws-mail/themes/arc/privacy_emblem_signed.png +share/claws-mail/themes/arc/privacy_emblem_warn.png +share/claws-mail/themes/arc/privacy_expired.png +share/claws-mail/themes/arc/privacy_failed.png +share/claws-mail/themes/arc/privacy_passed.png +share/claws-mail/themes/arc/privacy_signed.png +share/claws-mail/themes/arc/privacy_unknown.png +share/claws-mail/themes/arc/privacy_warn.png +share/claws-mail/themes/arc/properties.png +share/claws-mail/themes/arc/queue_close.png +share/claws-mail/themes/arc/queue_close_hrm.png +share/claws-mail/themes/arc/queue_close_hrm_mark.png +share/claws-mail/themes/arc/queue_close_mark.png +share/claws-mail/themes/arc/queue_open.png +share/claws-mail/themes/arc/queue_open_hrm.png +share/claws-mail/themes/arc/queue_open_hrm_mark.png +share/claws-mail/themes/arc/queue_open_mark.png +share/claws-mail/themes/arc/quicksearch.png +share/claws-mail/themes/arc/read.png +share/claws-mail/themes/arc/replied.png +share/claws-mail/themes/arc/replied_and_forwarded.png +share/claws-mail/themes/arc/search.png +share/claws-mail/themes/arc/selection.png +share/claws-mail/themes/arc/spam.png +share/claws-mail/themes/arc/spam_btn.png +share/claws-mail/themes/arc/trash.png +share/claws-mail/themes/arc/trash_btn.png +share/claws-mail/themes/arc/trash_close.png +share/claws-mail/themes/arc/trash_hrm.png +share/claws-mail/themes/arc/trash_hrm_mark.png +share/claws-mail/themes/arc/trash_mark.png +share/claws-mail/themes/arc/trash_open.png +share/claws-mail/themes/arc/tray_newmail.offline.png +share/claws-mail/themes/arc/tray_newmail.png +share/claws-mail/themes/arc/tray_newmarkedmail.offline.png +share/claws-mail/themes/arc/tray_newmarkedmail.png +share/claws-mail/themes/arc/tray_nomail.offline.png +share/claws-mail/themes/arc/tray_nomail.png +share/claws-mail/themes/arc/tray_unreadmail.offline.png +share/claws-mail/themes/arc/tray_unreadmail.png +share/claws-mail/themes/arc/tray_unreadmarkedmail.offline.png +share/claws-mail/themes/arc/tray_unreadmarkedmail.png +share/claws-mail/themes/arc/unread.png +share/claws-mail/themes/arc/up_arrow.png +share/claws-mail/themes/arc/vcard.png +share/claws-mail/themes/arc/watchthread.png share/claws-mail/themes/black/.claws_themeinfo -share/claws-mail/themes/black/.sylpheed_themeinfo share/claws-mail/themes/black/README share/claws-mail/themes/black/address.xpm share/claws-mail/themes/black/address_book.xpm @@ -3265,7 +4444,6 @@ share/claws-mail/themes/black/unread.xpm share/claws-mail/themes/black/up_arrow.xpm share/claws-mail/themes/black/vcard.xpm share/claws-mail/themes/blue_anarchy/.claws_themeinfo -share/claws-mail/themes/blue_anarchy/.sylpheed_themeinfo share/claws-mail/themes/blue_anarchy/README share/claws-mail/themes/blue_anarchy/address.xpm share/claws-mail/themes/blue_anarchy/address_book.xpm @@ -3307,6 +4485,180 @@ share/claws-mail/themes/blue_anarchy/trash_open.xpm share/claws-mail/themes/blue_anarchy/unread.xpm share/claws-mail/themes/blue_anarchy/up_arrow.xpm share/claws-mail/themes/blue_anarchy/vcard.xpm +share/claws-mail/themes/breeze/.claws_themeinfo +share/claws-mail/themes/breeze/AUTHORS +share/claws-mail/themes/breeze/CHANGELOG +share/claws-mail/themes/breeze/COPYING +share/claws-mail/themes/breeze/README +share/claws-mail/themes/breeze/addr_one.png +share/claws-mail/themes/breeze/addr_two.png +share/claws-mail/themes/breeze/address.png +share/claws-mail/themes/breeze/address_book.png +share/claws-mail/themes/breeze/address_search.png +share/claws-mail/themes/breeze/anonymous.png +share/claws-mail/themes/breeze/book.png +share/claws-mail/themes/breeze/cancel.png +share/claws-mail/themes/breeze/category.png +share/claws-mail/themes/breeze/check_spelling.png +share/claws-mail/themes/breeze/checkbox_off.png +share/claws-mail/themes/breeze/checkbox_on.png +share/claws-mail/themes/breeze/claws_mail_compose_logo.png +share/claws-mail/themes/breeze/claws_mail_icon.png +share/claws-mail/themes/breeze/clip.png +share/claws-mail/themes/breeze/clip_gpg_signed.png +share/claws-mail/themes/breeze/clipkey.png +share/claws-mail/themes/breeze/close.png +share/claws-mail/themes/breeze/complete.png +share/claws-mail/themes/breeze/continue.png +share/claws-mail/themes/breeze/copied.png +share/claws-mail/themes/breeze/delete_btn.png +share/claws-mail/themes/breeze/deleted.png +share/claws-mail/themes/breeze/dir_close.png +share/claws-mail/themes/breeze/dir_close_hrm.png +share/claws-mail/themes/breeze/dir_close_hrm_mark.png +share/claws-mail/themes/breeze/dir_close_htm_mark.png +share/claws-mail/themes/breeze/dir_close_mark.png +share/claws-mail/themes/breeze/dir_noselect.png +share/claws-mail/themes/breeze/dir_open.png +share/claws-mail/themes/breeze/dir_open_hrm.png +share/claws-mail/themes/breeze/dir_open_hrm_mark.png +share/claws-mail/themes/breeze/dir_open_mark.png +share/claws-mail/themes/breeze/down_arrow.png +share/claws-mail/themes/breeze/drafts_close.png +share/claws-mail/themes/breeze/drafts_close_hrm.png +share/claws-mail/themes/breeze/drafts_close_hrm_mark.png +share/claws-mail/themes/breeze/drafts_close_mark.png +share/claws-mail/themes/breeze/drafts_open.png +share/claws-mail/themes/breeze/drafts_open_hrm.png +share/claws-mail/themes/breeze/drafts_open_hrm_mark.png +share/claws-mail/themes/breeze/drafts_open_mark.png +share/claws-mail/themes/breeze/edit-paste.png +share/claws-mail/themes/breeze/edit_extern.png +share/claws-mail/themes/breeze/editdelete.png +share/claws-mail/themes/breeze/empty.png +share/claws-mail/themes/breeze/error.png +share/claws-mail/themes/breeze/exec.png +share/claws-mail/themes/breeze/forwarded.png +share/claws-mail/themes/breeze/forwared_replied.png +share/claws-mail/themes/breeze/go_folders.png +share/claws-mail/themes/breeze/gpg_signed.png +share/claws-mail/themes/breeze/group.png +share/claws-mail/themes/breeze/ham_btn.png +share/claws-mail/themes/breeze/ignorethread.png +share/claws-mail/themes/breeze/inbox_close.png +share/claws-mail/themes/breeze/inbox_close_hrm.png +share/claws-mail/themes/breeze/inbox_close_hrm_mark.png +share/claws-mail/themes/breeze/inbox_close_mark.png +share/claws-mail/themes/breeze/inbox_open.png +share/claws-mail/themes/breeze/inbox_open_hrm.png +share/claws-mail/themes/breeze/inbox_open_hrm_mark.png +share/claws-mail/themes/breeze/inbox_open_mark.png +share/claws-mail/themes/breeze/insert_file.png +share/claws-mail/themes/breeze/interface.png +share/claws-mail/themes/breeze/jpilot.png +share/claws-mail/themes/breeze/key.png +share/claws-mail/themes/breeze/key_gpg_signed.png +share/claws-mail/themes/breeze/ldap.png +share/claws-mail/themes/breeze/linewrap.png +share/claws-mail/themes/breeze/linewrapcurrent.png +share/claws-mail/themes/breeze/locked.png +share/claws-mail/themes/breeze/mail-mark-unread-new.png +share/claws-mail/themes/breeze/mail-sent.png +share/claws-mail/themes/breeze/mail.png +share/claws-mail/themes/breeze/mail_attach.png +share/claws-mail/themes/breeze/mail_compose.png +share/claws-mail/themes/breeze/mail_forward.png +share/claws-mail/themes/breeze/mail_receive.png +share/claws-mail/themes/breeze/mail_receive_all.png +share/claws-mail/themes/breeze/mail_reply.png +share/claws-mail/themes/breeze/mail_reply_to_all.png +share/claws-mail/themes/breeze/mail_reply_to_author.png +share/claws-mail/themes/breeze/mail_reply_to_list.png +share/claws-mail/themes/breeze/mail_send.png +share/claws-mail/themes/breeze/mail_send_queue.png +share/claws-mail/themes/breeze/mail_sign.png +share/claws-mail/themes/breeze/mark.png +share/claws-mail/themes/breeze/mime_application.png +share/claws-mail/themes/breeze/mime_audio.png +share/claws-mail/themes/breeze/mime_calendar.png +share/claws-mail/themes/breeze/mime_image.png +share/claws-mail/themes/breeze/mime_message.png +share/claws-mail/themes/breeze/mime_pdf.png +share/claws-mail/themes/breeze/mime_pgpsig.png +share/claws-mail/themes/breeze/mime_ps.png +share/claws-mail/themes/breeze/mime_text_html.png +share/claws-mail/themes/breeze/mime_text_patch.png +share/claws-mail/themes/breeze/mime_text_plain.png +share/claws-mail/themes/breeze/mime_unknown.png +share/claws-mail/themes/breeze/moved.png +share/claws-mail/themes/breeze/new.png +share/claws-mail/themes/breeze/news_compose.png +share/claws-mail/themes/breeze/notice_error.png +share/claws-mail/themes/breeze/notice_note.png +share/claws-mail/themes/breeze/notice_warn.png +share/claws-mail/themes/breeze/offline.png +share/claws-mail/themes/breeze/online.png +share/claws-mail/themes/breeze/open_mail.png +share/claws-mail/themes/breeze/outbox_close.png +share/claws-mail/themes/breeze/outbox_close_hrm.png +share/claws-mail/themes/breeze/outbox_close_hrm_mark.png +share/claws-mail/themes/breeze/outbox_close_mark.png +share/claws-mail/themes/breeze/outbox_open.png +share/claws-mail/themes/breeze/outbox_open_hrm.png +share/claws-mail/themes/breeze/outbox_open_hrm_mark.png +share/claws-mail/themes/breeze/outbox_open_mark.png +share/claws-mail/themes/breeze/paste.png +share/claws-mail/themes/breeze/preferences.png +share/claws-mail/themes/breeze/printer.png +share/claws-mail/themes/breeze/privacy_emblem_encrypted.png +share/claws-mail/themes/breeze/privacy_emblem_failed.png +share/claws-mail/themes/breeze/privacy_emblem_passed.png +share/claws-mail/themes/breeze/privacy_emblem_signed.png +share/claws-mail/themes/breeze/privacy_emblem_warn.png +share/claws-mail/themes/breeze/privacy_expired.png +share/claws-mail/themes/breeze/privacy_failed.png +share/claws-mail/themes/breeze/privacy_passed.png +share/claws-mail/themes/breeze/privacy_signed.png +share/claws-mail/themes/breeze/privacy_unknown.png +share/claws-mail/themes/breeze/privacy_warn.png +share/claws-mail/themes/breeze/properties.png +share/claws-mail/themes/breeze/queue_close.png +share/claws-mail/themes/breeze/queue_close_hrm.png +share/claws-mail/themes/breeze/queue_close_hrm_mark.png +share/claws-mail/themes/breeze/queue_close_mark.png +share/claws-mail/themes/breeze/queue_open.png +share/claws-mail/themes/breeze/queue_open_hrm.png +share/claws-mail/themes/breeze/queue_open_hrm_mark.png +share/claws-mail/themes/breeze/queue_open_mark.png +share/claws-mail/themes/breeze/quicksearch.png +share/claws-mail/themes/breeze/read.png +share/claws-mail/themes/breeze/replied.png +share/claws-mail/themes/breeze/replied_and_forwarded.png +share/claws-mail/themes/breeze/search.png +share/claws-mail/themes/breeze/selection.png +share/claws-mail/themes/breeze/spam.png +share/claws-mail/themes/breeze/spam_btn.png +share/claws-mail/themes/breeze/trash.png +share/claws-mail/themes/breeze/trash_btn.png +share/claws-mail/themes/breeze/trash_close.png +share/claws-mail/themes/breeze/trash_hrm.png +share/claws-mail/themes/breeze/trash_hrm_mark.png +share/claws-mail/themes/breeze/trash_mark.png +share/claws-mail/themes/breeze/trash_open.png +share/claws-mail/themes/breeze/tray_newmail.offline.png +share/claws-mail/themes/breeze/tray_newmail.png +share/claws-mail/themes/breeze/tray_newmarkedmail.offline.png +share/claws-mail/themes/breeze/tray_newmarkedmail.png +share/claws-mail/themes/breeze/tray_nomail.offline.png +share/claws-mail/themes/breeze/tray_nomail.png +share/claws-mail/themes/breeze/tray_unreadmail.offline.png +share/claws-mail/themes/breeze/tray_unreadmail.png +share/claws-mail/themes/breeze/tray_unreadmarkedmail.offline.png +share/claws-mail/themes/breeze/tray_unreadmarkedmail.png +share/claws-mail/themes/breeze/unread.png +share/claws-mail/themes/breeze/up_arrow.png +share/claws-mail/themes/breeze/vcard.png +share/claws-mail/themes/breeze/watchthread.png share/claws-mail/themes/buuf/.claws_themeinfo share/claws-mail/themes/buuf/DISCLAIMER share/claws-mail/themes/buuf/addr_one.png @@ -3343,8 +4695,12 @@ share/claws-mail/themes/buuf/dir_open_hrm_mark.png share/claws-mail/themes/buuf/dir_open_mark.png share/claws-mail/themes/buuf/down_arrow.png share/claws-mail/themes/buuf/drafts_close.png +share/claws-mail/themes/buuf/drafts_close_hrm.png +share/claws-mail/themes/buuf/drafts_close_hrm_mark.png share/claws-mail/themes/buuf/drafts_close_mark.png share/claws-mail/themes/buuf/drafts_open.png +share/claws-mail/themes/buuf/drafts_open_hrm.png +share/claws-mail/themes/buuf/drafts_open_hrm_mark.png share/claws-mail/themes/buuf/drafts_open_mark.png share/claws-mail/themes/buuf/edit_extern.png share/claws-mail/themes/buuf/error.png @@ -3369,6 +4725,7 @@ share/claws-mail/themes/buuf/key.png share/claws-mail/themes/buuf/key_gpg_signed.png share/claws-mail/themes/buuf/ldap.png share/claws-mail/themes/buuf/linewrap.png +share/claws-mail/themes/buuf/linewrap_current.png share/claws-mail/themes/buuf/linewrapcurrent.png share/claws-mail/themes/buuf/locked.png share/claws-mail/themes/buuf/mail-mark-read.png @@ -3388,6 +4745,7 @@ share/claws-mail/themes/buuf/mark.png share/claws-mail/themes/buuf/mime_application.png share/claws-mail/themes/buuf/mime_audio.png share/claws-mail/themes/buuf/mime_calendar.png +share/claws-mail/themes/buuf/mime_compressed.png share/claws-mail/themes/buuf/mime_image.png share/claws-mail/themes/buuf/mime_message.png share/claws-mail/themes/buuf/mime_pdf.png @@ -3398,6 +4756,7 @@ share/claws-mail/themes/buuf/mime_text_html.png share/claws-mail/themes/buuf/mime_text_patch.png share/claws-mail/themes/buuf/mime_text_plain.png share/claws-mail/themes/buuf/mime_unknown.png +share/claws-mail/themes/buuf/mime_zip.png share/claws-mail/themes/buuf/moved.png share/claws-mail/themes/buuf/new.png share/claws-mail/themes/buuf/news_compose.png @@ -3447,11 +4806,15 @@ share/claws-mail/themes/buuf/spam_btn.png share/claws-mail/themes/buuf/trash.png share/claws-mail/themes/buuf/trash_btn.png share/claws-mail/themes/buuf/trash_close.png +share/claws-mail/themes/buuf/trash_close_hrm.png +share/claws-mail/themes/buuf/trash_close_hrm_mark.png share/claws-mail/themes/buuf/trash_close_mark.png share/claws-mail/themes/buuf/trash_hrm.png share/claws-mail/themes/buuf/trash_hrm_mark.png share/claws-mail/themes/buuf/trash_mark.png share/claws-mail/themes/buuf/trash_open.png +share/claws-mail/themes/buuf/trash_open_hrm.png +share/claws-mail/themes/buuf/trash_open_hrm_mark.png share/claws-mail/themes/buuf/trash_open_mark.png share/claws-mail/themes/buuf/tray_newmail.offline.png share/claws-mail/themes/buuf/tray_newmail.png @@ -3594,6 +4957,175 @@ share/claws-mail/themes/clawsola/unread.png share/claws-mail/themes/clawsola/up_arrow.png share/claws-mail/themes/clawsola/vcard.png share/claws-mail/themes/clawsola/watchthread.png +share/claws-mail/themes/ePapirus/.claws_themeinfo +share/claws-mail/themes/ePapirus/AUTHORS +share/claws-mail/themes/ePapirus/LICENSE +share/claws-mail/themes/ePapirus/addr_one.png +share/claws-mail/themes/ePapirus/addr_two.png +share/claws-mail/themes/ePapirus/address.png +share/claws-mail/themes/ePapirus/address_book.png +share/claws-mail/themes/ePapirus/address_search.png +share/claws-mail/themes/ePapirus/anonymous.png +share/claws-mail/themes/ePapirus/book.png +share/claws-mail/themes/ePapirus/cancel.png +share/claws-mail/themes/ePapirus/category.png +share/claws-mail/themes/ePapirus/check_spelling.png +share/claws-mail/themes/ePapirus/checkbox_off.png +share/claws-mail/themes/ePapirus/checkbox_on.png +share/claws-mail/themes/ePapirus/claws_mail_compose_logo.png +share/claws-mail/themes/ePapirus/claws_mail_icon.png +share/claws-mail/themes/ePapirus/clip.png +share/claws-mail/themes/ePapirus/clip_gpg_signed.png +share/claws-mail/themes/ePapirus/clipkey.png +share/claws-mail/themes/ePapirus/close.png +share/claws-mail/themes/ePapirus/complete.png +share/claws-mail/themes/ePapirus/continue.png +share/claws-mail/themes/ePapirus/copied.png +share/claws-mail/themes/ePapirus/delete_btn.png +share/claws-mail/themes/ePapirus/deleted.png +share/claws-mail/themes/ePapirus/dir_close.png +share/claws-mail/themes/ePapirus/dir_close_hrm.png +share/claws-mail/themes/ePapirus/dir_close_hrm_mark.png +share/claws-mail/themes/ePapirus/dir_close_htm_mark.png +share/claws-mail/themes/ePapirus/dir_close_mark.png +share/claws-mail/themes/ePapirus/dir_noselect.png +share/claws-mail/themes/ePapirus/dir_open.png +share/claws-mail/themes/ePapirus/dir_open_hrm.png +share/claws-mail/themes/ePapirus/dir_open_hrm_mark.png +share/claws-mail/themes/ePapirus/dir_open_mark.png +share/claws-mail/themes/ePapirus/down_arrow.png +share/claws-mail/themes/ePapirus/drafts_close.png +share/claws-mail/themes/ePapirus/drafts_close_hrm.png +share/claws-mail/themes/ePapirus/drafts_close_hrm_mark.png +share/claws-mail/themes/ePapirus/drafts_close_mark.png +share/claws-mail/themes/ePapirus/drafts_open.png +share/claws-mail/themes/ePapirus/drafts_open_hrm.png +share/claws-mail/themes/ePapirus/drafts_open_hrm_mark.png +share/claws-mail/themes/ePapirus/drafts_open_mark.png +share/claws-mail/themes/ePapirus/edit_extern.png +share/claws-mail/themes/ePapirus/editdelete.png +share/claws-mail/themes/ePapirus/empty.png +share/claws-mail/themes/ePapirus/error.png +share/claws-mail/themes/ePapirus/exec.png +share/claws-mail/themes/ePapirus/forwarded.png +share/claws-mail/themes/ePapirus/forwared_replied.png +share/claws-mail/themes/ePapirus/go_folders.png +share/claws-mail/themes/ePapirus/gpg_signed.png +share/claws-mail/themes/ePapirus/group.png +share/claws-mail/themes/ePapirus/ham_btn.png +share/claws-mail/themes/ePapirus/ignorethread.png +share/claws-mail/themes/ePapirus/inbox_close.png +share/claws-mail/themes/ePapirus/inbox_close_hrm.png +share/claws-mail/themes/ePapirus/inbox_close_hrm_mark.png +share/claws-mail/themes/ePapirus/inbox_close_mark.png +share/claws-mail/themes/ePapirus/inbox_open.png +share/claws-mail/themes/ePapirus/inbox_open_hrm.png +share/claws-mail/themes/ePapirus/inbox_open_hrm_mark.png +share/claws-mail/themes/ePapirus/inbox_open_mark.png +share/claws-mail/themes/ePapirus/insert_file.png +share/claws-mail/themes/ePapirus/interface.png +share/claws-mail/themes/ePapirus/jpilot.png +share/claws-mail/themes/ePapirus/key.png +share/claws-mail/themes/ePapirus/key_gpg_signed.png +share/claws-mail/themes/ePapirus/ldap.png +share/claws-mail/themes/ePapirus/linewrap.png +share/claws-mail/themes/ePapirus/linewrapcurrent.png +share/claws-mail/themes/ePapirus/locked.png +share/claws-mail/themes/ePapirus/mail.png +share/claws-mail/themes/ePapirus/mail_attach.png +share/claws-mail/themes/ePapirus/mail_compose.png +share/claws-mail/themes/ePapirus/mail_forward.png +share/claws-mail/themes/ePapirus/mail_receive.png +share/claws-mail/themes/ePapirus/mail_receive_all.png +share/claws-mail/themes/ePapirus/mail_reply.png +share/claws-mail/themes/ePapirus/mail_reply_to_all.png +share/claws-mail/themes/ePapirus/mail_reply_to_author.png +share/claws-mail/themes/ePapirus/mail_reply_to_list.png +share/claws-mail/themes/ePapirus/mail_send.png +share/claws-mail/themes/ePapirus/mail_send_queue.png +share/claws-mail/themes/ePapirus/mail_sign.png +share/claws-mail/themes/ePapirus/mark.png +share/claws-mail/themes/ePapirus/mime_application.png +share/claws-mail/themes/ePapirus/mime_audio.png +share/claws-mail/themes/ePapirus/mime_calendar.png +share/claws-mail/themes/ePapirus/mime_image.png +share/claws-mail/themes/ePapirus/mime_message.png +share/claws-mail/themes/ePapirus/mime_pdf.png +share/claws-mail/themes/ePapirus/mime_pgpsig.png +share/claws-mail/themes/ePapirus/mime_ps.png +share/claws-mail/themes/ePapirus/mime_text_html.png +share/claws-mail/themes/ePapirus/mime_text_patch.png +share/claws-mail/themes/ePapirus/mime_text_plain.png +share/claws-mail/themes/ePapirus/mime_unknown.png +share/claws-mail/themes/ePapirus/moved.png +share/claws-mail/themes/ePapirus/new.png +share/claws-mail/themes/ePapirus/news_compose.png +share/claws-mail/themes/ePapirus/notice_error.png +share/claws-mail/themes/ePapirus/notice_note.png +share/claws-mail/themes/ePapirus/notice_warn.png +share/claws-mail/themes/ePapirus/offline.png +share/claws-mail/themes/ePapirus/online.png +share/claws-mail/themes/ePapirus/open_mail.png +share/claws-mail/themes/ePapirus/outbox_close.png +share/claws-mail/themes/ePapirus/outbox_close_hrm.png +share/claws-mail/themes/ePapirus/outbox_close_hrm_mark.png +share/claws-mail/themes/ePapirus/outbox_close_mark.png +share/claws-mail/themes/ePapirus/outbox_open.png +share/claws-mail/themes/ePapirus/outbox_open_hrm.png +share/claws-mail/themes/ePapirus/outbox_open_hrm_mark.png +share/claws-mail/themes/ePapirus/outbox_open_mark.png +share/claws-mail/themes/ePapirus/paste.png +share/claws-mail/themes/ePapirus/preferences.png +share/claws-mail/themes/ePapirus/printer.png +share/claws-mail/themes/ePapirus/privacy_emblem_encrypted.png +share/claws-mail/themes/ePapirus/privacy_emblem_failed.png +share/claws-mail/themes/ePapirus/privacy_emblem_passed.png +share/claws-mail/themes/ePapirus/privacy_emblem_signed.png +share/claws-mail/themes/ePapirus/privacy_emblem_warn.png +share/claws-mail/themes/ePapirus/privacy_expired.png +share/claws-mail/themes/ePapirus/privacy_failed.png +share/claws-mail/themes/ePapirus/privacy_passed.png +share/claws-mail/themes/ePapirus/privacy_signed.png +share/claws-mail/themes/ePapirus/privacy_unknown.png +share/claws-mail/themes/ePapirus/privacy_warn.png +share/claws-mail/themes/ePapirus/properties.png +share/claws-mail/themes/ePapirus/queue_close.png +share/claws-mail/themes/ePapirus/queue_close_hrm.png +share/claws-mail/themes/ePapirus/queue_close_hrm_mark.png +share/claws-mail/themes/ePapirus/queue_close_mark.png +share/claws-mail/themes/ePapirus/queue_open.png +share/claws-mail/themes/ePapirus/queue_open_hrm.png +share/claws-mail/themes/ePapirus/queue_open_hrm_mark.png +share/claws-mail/themes/ePapirus/queue_open_mark.png +share/claws-mail/themes/ePapirus/quicksearch.png +share/claws-mail/themes/ePapirus/read.png +share/claws-mail/themes/ePapirus/replied.png +share/claws-mail/themes/ePapirus/replied_and_forwarded.png +share/claws-mail/themes/ePapirus/search.png +share/claws-mail/themes/ePapirus/selection.png +share/claws-mail/themes/ePapirus/spam.png +share/claws-mail/themes/ePapirus/spam_btn.png +share/claws-mail/themes/ePapirus/trash.png +share/claws-mail/themes/ePapirus/trash_btn.png +share/claws-mail/themes/ePapirus/trash_close.png +share/claws-mail/themes/ePapirus/trash_hrm.png +share/claws-mail/themes/ePapirus/trash_hrm_mark.png +share/claws-mail/themes/ePapirus/trash_mark.png +share/claws-mail/themes/ePapirus/trash_open.png +share/claws-mail/themes/ePapirus/tray_newmail.offline.png +share/claws-mail/themes/ePapirus/tray_newmail.png +share/claws-mail/themes/ePapirus/tray_newmarkedmail.offline.png +share/claws-mail/themes/ePapirus/tray_newmarkedmail.png +share/claws-mail/themes/ePapirus/tray_nomail.offline.png +share/claws-mail/themes/ePapirus/tray_nomail.png +share/claws-mail/themes/ePapirus/tray_unreadmail.offline.png +share/claws-mail/themes/ePapirus/tray_unreadmail.png +share/claws-mail/themes/ePapirus/tray_unreadmarkedmail.offline.png +share/claws-mail/themes/ePapirus/tray_unreadmarkedmail.png +share/claws-mail/themes/ePapirus/unread.png +share/claws-mail/themes/ePapirus/up_arrow.png +share/claws-mail/themes/ePapirus/vcard.png +share/claws-mail/themes/ePapirus/watchthread.png share/claws-mail/themes/elementary/.claws_themeinfo share/claws-mail/themes/elementary/AUTHORS share/claws-mail/themes/elementary/CHANGELOG @@ -3608,7 +5140,6 @@ share/claws-mail/themes/elementary/book.png share/claws-mail/themes/elementary/category.png share/claws-mail/themes/elementary/check_spelling.png share/claws-mail/themes/elementary/claws_mail_compose_logo.png -share/claws-mail/themes/elementary/claws_mail_icon.png share/claws-mail/themes/elementary/clip.png share/claws-mail/themes/elementary/clip_gpg_signed.png share/claws-mail/themes/elementary/clipkey.png @@ -3616,6 +5147,16 @@ share/claws-mail/themes/elementary/close.png share/claws-mail/themes/elementary/complete.png share/claws-mail/themes/elementary/continue.png share/claws-mail/themes/elementary/copied.png +share/claws-mail/themes/elementary/dark_panel/tray_newmail.offline.png +share/claws-mail/themes/elementary/dark_panel/tray_newmail.png +share/claws-mail/themes/elementary/dark_panel/tray_newmarkedmail.offline.png +share/claws-mail/themes/elementary/dark_panel/tray_newmarkedmail.png +share/claws-mail/themes/elementary/dark_panel/tray_nomail.offline.png +share/claws-mail/themes/elementary/dark_panel/tray_nomail.png +share/claws-mail/themes/elementary/dark_panel/tray_unreadmail.offline.png +share/claws-mail/themes/elementary/dark_panel/tray_unreadmail.png +share/claws-mail/themes/elementary/dark_panel/tray_unreadmarkedmail.offline.png +share/claws-mail/themes/elementary/dark_panel/tray_unreadmarkedmail.png share/claws-mail/themes/elementary/delete_btn.png share/claws-mail/themes/elementary/deleted.png share/claws-mail/themes/elementary/dir_close.png @@ -3758,6 +5299,328 @@ share/claws-mail/themes/elementary/unread.png share/claws-mail/themes/elementary/up_arrow.png share/claws-mail/themes/elementary/vcard.png share/claws-mail/themes/elementary/watchthread.png +share/claws-mail/themes/faenza-dark/.claws_themeinfo +share/claws-mail/themes/faenza-dark/AUTHORS +share/claws-mail/themes/faenza-dark/CHANGELOG +share/claws-mail/themes/faenza-dark/COPYING +share/claws-mail/themes/faenza-dark/addr_one.png +share/claws-mail/themes/faenza-dark/addr_two.png +share/claws-mail/themes/faenza-dark/address.png +share/claws-mail/themes/faenza-dark/address_book.png +share/claws-mail/themes/faenza-dark/address_search.png +share/claws-mail/themes/faenza-dark/anonymous.png +share/claws-mail/themes/faenza-dark/book.png +share/claws-mail/themes/faenza-dark/category.png +share/claws-mail/themes/faenza-dark/check_spelling.png +share/claws-mail/themes/faenza-dark/clip.png +share/claws-mail/themes/faenza-dark/clip_gpg_signed.png +share/claws-mail/themes/faenza-dark/clipkey.png +share/claws-mail/themes/faenza-dark/close.png +share/claws-mail/themes/faenza-dark/complete.png +share/claws-mail/themes/faenza-dark/continue.png +share/claws-mail/themes/faenza-dark/copied.png +share/claws-mail/themes/faenza-dark/delete_btn.png +share/claws-mail/themes/faenza-dark/deleted.png +share/claws-mail/themes/faenza-dark/dir_close.png +share/claws-mail/themes/faenza-dark/dir_close_hrm.png +share/claws-mail/themes/faenza-dark/dir_close_hrm_mark.png +share/claws-mail/themes/faenza-dark/dir_close_mark.png +share/claws-mail/themes/faenza-dark/dir_noselect.png +share/claws-mail/themes/faenza-dark/dir_open.png +share/claws-mail/themes/faenza-dark/dir_open_hrm.png +share/claws-mail/themes/faenza-dark/dir_open_hrm_mark.png +share/claws-mail/themes/faenza-dark/dir_open_mark.png +share/claws-mail/themes/faenza-dark/down_arrow.png +share/claws-mail/themes/faenza-dark/drafts_close.png +share/claws-mail/themes/faenza-dark/drafts_close_hrm.png +share/claws-mail/themes/faenza-dark/drafts_close_hrm_mark.png +share/claws-mail/themes/faenza-dark/drafts_close_mark.png +share/claws-mail/themes/faenza-dark/drafts_open.png +share/claws-mail/themes/faenza-dark/drafts_open_hrm.png +share/claws-mail/themes/faenza-dark/drafts_open_hrm_mark.png +share/claws-mail/themes/faenza-dark/drafts_open_mark.png +share/claws-mail/themes/faenza-dark/edit_extern.png +share/claws-mail/themes/faenza-dark/error.png +share/claws-mail/themes/faenza-dark/exec.png +share/claws-mail/themes/faenza-dark/forwarded.png +share/claws-mail/themes/faenza-dark/go_folders.png +share/claws-mail/themes/faenza-dark/gpg_signed.png +share/claws-mail/themes/faenza-dark/group.png +share/claws-mail/themes/faenza-dark/ham_btn.png +share/claws-mail/themes/faenza-dark/ignorethread.png +share/claws-mail/themes/faenza-dark/inbox_close.png +share/claws-mail/themes/faenza-dark/inbox_close_hrm.png +share/claws-mail/themes/faenza-dark/inbox_close_hrm_mark.png +share/claws-mail/themes/faenza-dark/inbox_close_mark.png +share/claws-mail/themes/faenza-dark/inbox_open.png +share/claws-mail/themes/faenza-dark/inbox_open_hrm.png +share/claws-mail/themes/faenza-dark/inbox_open_hrm_mark.png +share/claws-mail/themes/faenza-dark/inbox_open_mark.png +share/claws-mail/themes/faenza-dark/insert_file.png +share/claws-mail/themes/faenza-dark/interface.png +share/claws-mail/themes/faenza-dark/jpilot.png +share/claws-mail/themes/faenza-dark/key.png +share/claws-mail/themes/faenza-dark/key_gpg_signed.png +share/claws-mail/themes/faenza-dark/ldap.png +share/claws-mail/themes/faenza-dark/linewrap.png +share/claws-mail/themes/faenza-dark/linewrapcurrent.png +share/claws-mail/themes/faenza-dark/locked.png +share/claws-mail/themes/faenza-dark/mail.png +share/claws-mail/themes/faenza-dark/mail_attach.png +share/claws-mail/themes/faenza-dark/mail_compose.png +share/claws-mail/themes/faenza-dark/mail_forward.png +share/claws-mail/themes/faenza-dark/mail_receive.png +share/claws-mail/themes/faenza-dark/mail_receive_all.png +share/claws-mail/themes/faenza-dark/mail_reply.png +share/claws-mail/themes/faenza-dark/mail_reply_to_all.png +share/claws-mail/themes/faenza-dark/mail_reply_to_author.png +share/claws-mail/themes/faenza-dark/mail_send.png +share/claws-mail/themes/faenza-dark/mail_send_queue.png +share/claws-mail/themes/faenza-dark/mail_sign.png +share/claws-mail/themes/faenza-dark/mark.png +share/claws-mail/themes/faenza-dark/mime_application.png +share/claws-mail/themes/faenza-dark/mime_audio.png +share/claws-mail/themes/faenza-dark/mime_calendar.png +share/claws-mail/themes/faenza-dark/mime_image.png +share/claws-mail/themes/faenza-dark/mime_message.png +share/claws-mail/themes/faenza-dark/mime_pdf.png +share/claws-mail/themes/faenza-dark/mime_pgpsig.png +share/claws-mail/themes/faenza-dark/mime_ps.png +share/claws-mail/themes/faenza-dark/mime_text_enriched.png +share/claws-mail/themes/faenza-dark/mime_text_html.png +share/claws-mail/themes/faenza-dark/mime_text_patch.png +share/claws-mail/themes/faenza-dark/mime_text_plain.png +share/claws-mail/themes/faenza-dark/mime_unknown.png +share/claws-mail/themes/faenza-dark/moved.png +share/claws-mail/themes/faenza-dark/new.png +share/claws-mail/themes/faenza-dark/news_compose.png +share/claws-mail/themes/faenza-dark/notice_error.png +share/claws-mail/themes/faenza-dark/notice_note.png +share/claws-mail/themes/faenza-dark/notice_warn.png +share/claws-mail/themes/faenza-dark/offline.png +share/claws-mail/themes/faenza-dark/online.png +share/claws-mail/themes/faenza-dark/open_mail.png +share/claws-mail/themes/faenza-dark/outbox_close.png +share/claws-mail/themes/faenza-dark/outbox_close_hrm.png +share/claws-mail/themes/faenza-dark/outbox_close_hrm_mark.png +share/claws-mail/themes/faenza-dark/outbox_close_mark.png +share/claws-mail/themes/faenza-dark/outbox_open.png +share/claws-mail/themes/faenza-dark/outbox_open_hrm.png +share/claws-mail/themes/faenza-dark/outbox_open_hrm_mark.png +share/claws-mail/themes/faenza-dark/outbox_open_mark.png +share/claws-mail/themes/faenza-dark/paste.png +share/claws-mail/themes/faenza-dark/preferences.png +share/claws-mail/themes/faenza-dark/printer.png +share/claws-mail/themes/faenza-dark/privacy_emblem_encrypted.png +share/claws-mail/themes/faenza-dark/privacy_emblem_failed.png +share/claws-mail/themes/faenza-dark/privacy_emblem_passed.png +share/claws-mail/themes/faenza-dark/privacy_emblem_signed.png +share/claws-mail/themes/faenza-dark/privacy_emblem_warn.png +share/claws-mail/themes/faenza-dark/privacy_expired.png +share/claws-mail/themes/faenza-dark/privacy_failed.png +share/claws-mail/themes/faenza-dark/privacy_passed.png +share/claws-mail/themes/faenza-dark/privacy_signed.png +share/claws-mail/themes/faenza-dark/privacy_unknown.png +share/claws-mail/themes/faenza-dark/privacy_warn.png +share/claws-mail/themes/faenza-dark/properties.png +share/claws-mail/themes/faenza-dark/queue_close.png +share/claws-mail/themes/faenza-dark/queue_close_hrm.png +share/claws-mail/themes/faenza-dark/queue_close_hrm_mark.png +share/claws-mail/themes/faenza-dark/queue_close_mark.png +share/claws-mail/themes/faenza-dark/queue_open.png +share/claws-mail/themes/faenza-dark/queue_open_hrm.png +share/claws-mail/themes/faenza-dark/queue_open_hrm_mark.png +share/claws-mail/themes/faenza-dark/queue_open_mark.png +share/claws-mail/themes/faenza-dark/quicksearch.png +share/claws-mail/themes/faenza-dark/read.png +share/claws-mail/themes/faenza-dark/replied.png +share/claws-mail/themes/faenza-dark/search.png +share/claws-mail/themes/faenza-dark/selection.png +share/claws-mail/themes/faenza-dark/spam.png +share/claws-mail/themes/faenza-dark/spam_btn.png +share/claws-mail/themes/faenza-dark/trash.png +share/claws-mail/themes/faenza-dark/trash_btn.png +share/claws-mail/themes/faenza-dark/trash_close.png +share/claws-mail/themes/faenza-dark/trash_hrm.png +share/claws-mail/themes/faenza-dark/trash_hrm_mark.png +share/claws-mail/themes/faenza-dark/trash_mark.png +share/claws-mail/themes/faenza-dark/trash_open.png +share/claws-mail/themes/faenza-dark/tray_mail.png +share/claws-mail/themes/faenza-dark/tray_newmail.offline.png +share/claws-mail/themes/faenza-dark/tray_newmail.png +share/claws-mail/themes/faenza-dark/tray_newmarkedmail.offline.png +share/claws-mail/themes/faenza-dark/tray_newmarkedmail.png +share/claws-mail/themes/faenza-dark/tray_nomail.offline.png +share/claws-mail/themes/faenza-dark/tray_nomail.png +share/claws-mail/themes/faenza-dark/tray_unreadmail.offline.png +share/claws-mail/themes/faenza-dark/tray_unreadmail.png +share/claws-mail/themes/faenza-dark/tray_unreadmarkedmail.offline.png +share/claws-mail/themes/faenza-dark/tray_unreadmarkedmail.png +share/claws-mail/themes/faenza-dark/unread.png +share/claws-mail/themes/faenza-dark/up_arrow.png +share/claws-mail/themes/faenza-dark/vcard.png +share/claws-mail/themes/faenza-dark/watchthread.png +share/claws-mail/themes/faenza-light/.claws_themeinfo +share/claws-mail/themes/faenza-light/AUTHORS +share/claws-mail/themes/faenza-light/CHANGELOG +share/claws-mail/themes/faenza-light/COPYING +share/claws-mail/themes/faenza-light/addr_one.png +share/claws-mail/themes/faenza-light/addr_two.png +share/claws-mail/themes/faenza-light/address.png +share/claws-mail/themes/faenza-light/address_book.png +share/claws-mail/themes/faenza-light/address_search.png +share/claws-mail/themes/faenza-light/anonymous.png +share/claws-mail/themes/faenza-light/book.png +share/claws-mail/themes/faenza-light/category.png +share/claws-mail/themes/faenza-light/check_spelling.png +share/claws-mail/themes/faenza-light/clip.png +share/claws-mail/themes/faenza-light/clip_gpg_signed.png +share/claws-mail/themes/faenza-light/clipkey.png +share/claws-mail/themes/faenza-light/close.png +share/claws-mail/themes/faenza-light/complete.png +share/claws-mail/themes/faenza-light/continue.png +share/claws-mail/themes/faenza-light/copied.png +share/claws-mail/themes/faenza-light/delete_btn.png +share/claws-mail/themes/faenza-light/deleted.png +share/claws-mail/themes/faenza-light/dir_close.png +share/claws-mail/themes/faenza-light/dir_close_hrm.png +share/claws-mail/themes/faenza-light/dir_close_hrm_mark.png +share/claws-mail/themes/faenza-light/dir_close_mark.png +share/claws-mail/themes/faenza-light/dir_noselect.png +share/claws-mail/themes/faenza-light/dir_open.png +share/claws-mail/themes/faenza-light/dir_open_hrm.png +share/claws-mail/themes/faenza-light/dir_open_hrm_mark.png +share/claws-mail/themes/faenza-light/dir_open_mark.png +share/claws-mail/themes/faenza-light/down_arrow.png +share/claws-mail/themes/faenza-light/drafts_close.png +share/claws-mail/themes/faenza-light/drafts_close_hrm.png +share/claws-mail/themes/faenza-light/drafts_close_hrm_mark.png +share/claws-mail/themes/faenza-light/drafts_close_mark.png +share/claws-mail/themes/faenza-light/drafts_open.png +share/claws-mail/themes/faenza-light/drafts_open_hrm.png +share/claws-mail/themes/faenza-light/drafts_open_hrm_mark.png +share/claws-mail/themes/faenza-light/drafts_open_mark.png +share/claws-mail/themes/faenza-light/edit_extern.png +share/claws-mail/themes/faenza-light/error.png +share/claws-mail/themes/faenza-light/exec.png +share/claws-mail/themes/faenza-light/forwarded.png +share/claws-mail/themes/faenza-light/go_folders.png +share/claws-mail/themes/faenza-light/gpg_signed.png +share/claws-mail/themes/faenza-light/group.png +share/claws-mail/themes/faenza-light/ham_btn.png +share/claws-mail/themes/faenza-light/ignorethread.png +share/claws-mail/themes/faenza-light/inbox_close.png +share/claws-mail/themes/faenza-light/inbox_close_hrm.png +share/claws-mail/themes/faenza-light/inbox_close_hrm_mark.png +share/claws-mail/themes/faenza-light/inbox_close_mark.png +share/claws-mail/themes/faenza-light/inbox_open.png +share/claws-mail/themes/faenza-light/inbox_open_hrm.png +share/claws-mail/themes/faenza-light/inbox_open_hrm_mark.png +share/claws-mail/themes/faenza-light/inbox_open_mark.png +share/claws-mail/themes/faenza-light/insert_file.png +share/claws-mail/themes/faenza-light/interface.png +share/claws-mail/themes/faenza-light/jpilot.png +share/claws-mail/themes/faenza-light/key.png +share/claws-mail/themes/faenza-light/key_gpg_signed.png +share/claws-mail/themes/faenza-light/ldap.png +share/claws-mail/themes/faenza-light/linewrap.png +share/claws-mail/themes/faenza-light/linewrapcurrent.png +share/claws-mail/themes/faenza-light/locked.png +share/claws-mail/themes/faenza-light/mail.png +share/claws-mail/themes/faenza-light/mail_attach.png +share/claws-mail/themes/faenza-light/mail_compose.png +share/claws-mail/themes/faenza-light/mail_forward.png +share/claws-mail/themes/faenza-light/mail_receive.png +share/claws-mail/themes/faenza-light/mail_receive_all.png +share/claws-mail/themes/faenza-light/mail_reply.png +share/claws-mail/themes/faenza-light/mail_reply_to_all.png +share/claws-mail/themes/faenza-light/mail_reply_to_author.png +share/claws-mail/themes/faenza-light/mail_send.png +share/claws-mail/themes/faenza-light/mail_send_queue.png +share/claws-mail/themes/faenza-light/mail_sign.png +share/claws-mail/themes/faenza-light/mark.png +share/claws-mail/themes/faenza-light/mime_application.png +share/claws-mail/themes/faenza-light/mime_audio.png +share/claws-mail/themes/faenza-light/mime_calendar.png +share/claws-mail/themes/faenza-light/mime_image.png +share/claws-mail/themes/faenza-light/mime_message.png +share/claws-mail/themes/faenza-light/mime_pdf.png +share/claws-mail/themes/faenza-light/mime_pgpsig.png +share/claws-mail/themes/faenza-light/mime_ps.png +share/claws-mail/themes/faenza-light/mime_text_enriched.png +share/claws-mail/themes/faenza-light/mime_text_html.png +share/claws-mail/themes/faenza-light/mime_text_patch.png +share/claws-mail/themes/faenza-light/mime_text_plain.png +share/claws-mail/themes/faenza-light/mime_unknown.png +share/claws-mail/themes/faenza-light/moved.png +share/claws-mail/themes/faenza-light/new.png +share/claws-mail/themes/faenza-light/news_compose.png +share/claws-mail/themes/faenza-light/notice_error.png +share/claws-mail/themes/faenza-light/notice_note.png +share/claws-mail/themes/faenza-light/notice_warn.png +share/claws-mail/themes/faenza-light/offline.png +share/claws-mail/themes/faenza-light/online.png +share/claws-mail/themes/faenza-light/open_mail.png +share/claws-mail/themes/faenza-light/outbox_close.png +share/claws-mail/themes/faenza-light/outbox_close_hrm.png +share/claws-mail/themes/faenza-light/outbox_close_hrm_mark.png +share/claws-mail/themes/faenza-light/outbox_close_mark.png +share/claws-mail/themes/faenza-light/outbox_open.png +share/claws-mail/themes/faenza-light/outbox_open_hrm.png +share/claws-mail/themes/faenza-light/outbox_open_hrm_mark.png +share/claws-mail/themes/faenza-light/outbox_open_mark.png +share/claws-mail/themes/faenza-light/paste.png +share/claws-mail/themes/faenza-light/preferences.png +share/claws-mail/themes/faenza-light/printer.png +share/claws-mail/themes/faenza-light/privacy_emblem_encrypted.png +share/claws-mail/themes/faenza-light/privacy_emblem_failed.png +share/claws-mail/themes/faenza-light/privacy_emblem_passed.png +share/claws-mail/themes/faenza-light/privacy_emblem_signed.png +share/claws-mail/themes/faenza-light/privacy_emblem_warn.png +share/claws-mail/themes/faenza-light/privacy_expired.png +share/claws-mail/themes/faenza-light/privacy_failed.png +share/claws-mail/themes/faenza-light/privacy_passed.png +share/claws-mail/themes/faenza-light/privacy_signed.png +share/claws-mail/themes/faenza-light/privacy_unknown.png +share/claws-mail/themes/faenza-light/privacy_warn.png +share/claws-mail/themes/faenza-light/properties.png +share/claws-mail/themes/faenza-light/queue_close.png +share/claws-mail/themes/faenza-light/queue_close_hrm.png +share/claws-mail/themes/faenza-light/queue_close_hrm_mark.png +share/claws-mail/themes/faenza-light/queue_close_mark.png +share/claws-mail/themes/faenza-light/queue_open.png +share/claws-mail/themes/faenza-light/queue_open_hrm.png +share/claws-mail/themes/faenza-light/queue_open_hrm_mark.png +share/claws-mail/themes/faenza-light/queue_open_mark.png +share/claws-mail/themes/faenza-light/quicksearch.png +share/claws-mail/themes/faenza-light/read.png +share/claws-mail/themes/faenza-light/replied.png +share/claws-mail/themes/faenza-light/search.png +share/claws-mail/themes/faenza-light/selection.png +share/claws-mail/themes/faenza-light/spam.png +share/claws-mail/themes/faenza-light/spam_btn.png +share/claws-mail/themes/faenza-light/trash.png +share/claws-mail/themes/faenza-light/trash_btn.png +share/claws-mail/themes/faenza-light/trash_close.png +share/claws-mail/themes/faenza-light/trash_hrm.png +share/claws-mail/themes/faenza-light/trash_hrm_mark.png +share/claws-mail/themes/faenza-light/trash_mark.png +share/claws-mail/themes/faenza-light/trash_open.png +share/claws-mail/themes/faenza-light/tray_mail.png +share/claws-mail/themes/faenza-light/tray_newmail.offline.png +share/claws-mail/themes/faenza-light/tray_newmail.png +share/claws-mail/themes/faenza-light/tray_newmarkedmail.offline.png +share/claws-mail/themes/faenza-light/tray_newmarkedmail.png +share/claws-mail/themes/faenza-light/tray_nomail.offline.png +share/claws-mail/themes/faenza-light/tray_nomail.png +share/claws-mail/themes/faenza-light/tray_unreadmail.offline.png +share/claws-mail/themes/faenza-light/tray_unreadmail.png +share/claws-mail/themes/faenza-light/tray_unreadmarkedmail.offline.png +share/claws-mail/themes/faenza-light/tray_unreadmarkedmail.png +share/claws-mail/themes/faenza-light/unread.png +share/claws-mail/themes/faenza-light/up_arrow.png +share/claws-mail/themes/faenza-light/vcard.png +share/claws-mail/themes/faenza-light/watchthread.png share/claws-mail/themes/gnome-brave/.claws_themeinfo share/claws-mail/themes/gnome-brave/AUTHORS share/claws-mail/themes/gnome-brave/CHANGELOG @@ -3953,9 +5816,11 @@ share/claws-mail/themes/hash303030/dir_open_mark.png share/claws-mail/themes/hash303030/down_arrow.png share/claws-mail/themes/hash303030/drafts_close.png share/claws-mail/themes/hash303030/drafts_close_hrm.png +share/claws-mail/themes/hash303030/drafts_close_hrm_mark.png share/claws-mail/themes/hash303030/drafts_close_mark.png share/claws-mail/themes/hash303030/drafts_open.png share/claws-mail/themes/hash303030/drafts_open_hrm.png +share/claws-mail/themes/hash303030/drafts_open_hrm_mark.png share/claws-mail/themes/hash303030/drafts_open_mark.png share/claws-mail/themes/hash303030/edit_extern.png share/claws-mail/themes/hash303030/empty.png @@ -3982,6 +5847,7 @@ share/claws-mail/themes/hash303030/key.png share/claws-mail/themes/hash303030/key_gpg_signed.png share/claws-mail/themes/hash303030/ldap.png share/claws-mail/themes/hash303030/linewrap.png +share/claws-mail/themes/hash303030/linewrap_current.png share/claws-mail/themes/hash303030/linewrapcurrent.png share/claws-mail/themes/hash303030/locked.png share/claws-mail/themes/hash303030/mail.png @@ -4060,10 +5926,16 @@ share/claws-mail/themes/hash303030/spam_btn.png share/claws-mail/themes/hash303030/trash.png share/claws-mail/themes/hash303030/trash_btn.png share/claws-mail/themes/hash303030/trash_close.png +share/claws-mail/themes/hash303030/trash_close_hrm.png +share/claws-mail/themes/hash303030/trash_close_hrm_mark.png +share/claws-mail/themes/hash303030/trash_close_mark.png share/claws-mail/themes/hash303030/trash_hrm.png share/claws-mail/themes/hash303030/trash_hrm_mark.png share/claws-mail/themes/hash303030/trash_mark.png share/claws-mail/themes/hash303030/trash_open.png +share/claws-mail/themes/hash303030/trash_open_hrm.png +share/claws-mail/themes/hash303030/trash_open_hrm_mark.png +share/claws-mail/themes/hash303030/trash_open_mark.png share/claws-mail/themes/hash303030/tray_newmail.offline.png share/claws-mail/themes/hash303030/tray_newmail.png share/claws-mail/themes/hash303030/tray_newmarkedmail.offline.png @@ -4403,7 +6275,6 @@ share/claws-mail/themes/hydroxygen/up_arrow.png share/claws-mail/themes/hydroxygen/vcard.png share/claws-mail/themes/hydroxygen/watchthread.png share/claws-mail/themes/mongrel/.claws_themeinfo -share/claws-mail/themes/mongrel/.sylpheed_themeinfo share/claws-mail/themes/mongrel/address_book.xpm share/claws-mail/themes/mongrel/close.xpm share/claws-mail/themes/mongrel/dir_close.xpm @@ -4429,7 +6300,6 @@ share/claws-mail/themes/mongrel/news_compose.xpm share/claws-mail/themes/mongrel/work_offline.xpm share/claws-mail/themes/mongrel/work_online.xpm share/claws-mail/themes/mongrel2/.claws_themeinfo -share/claws-mail/themes/mongrel2/.sylpheed_themeinfo share/claws-mail/themes/mongrel2/address.xpm share/claws-mail/themes/mongrel2/address_book.xpm share/claws-mail/themes/mongrel2/book.xpm @@ -4508,7 +6378,6 @@ share/claws-mail/themes/mongrel2/unread.xpm share/claws-mail/themes/mongrel2/work_offline.xpm share/claws-mail/themes/mongrel2/work_online.xpm share/claws-mail/themes/mozilla/.claws_themeinfo -share/claws-mail/themes/mozilla/.sylpheed_themeinfo share/claws-mail/themes/mozilla/README share/claws-mail/themes/mozilla/address_book.xpm share/claws-mail/themes/mozilla/close.xpm @@ -4535,7 +6404,6 @@ share/claws-mail/themes/mozilla/news_compose.xpm share/claws-mail/themes/mozilla/work_offline.xpm share/claws-mail/themes/mozilla/work_online.xpm share/claws-mail/themes/orbit-claws/.claws_themeinfo -share/claws-mail/themes/orbit-claws/.sylpheed_themeinfo share/claws-mail/themes/orbit-claws/README share/claws-mail/themes/orbit-claws/address.xpm share/claws-mail/themes/orbit-claws/address_book.xpm @@ -4618,7 +6486,6 @@ share/claws-mail/themes/orbit-claws/unread.xpm share/claws-mail/themes/orbit-claws/work_offline.xpm share/claws-mail/themes/orbit-claws/work_online.xpm share/claws-mail/themes/stw/.claws_themeinfo -share/claws-mail/themes/stw/.sylpheed_themeinfo share/claws-mail/themes/stw/address.xpm share/claws-mail/themes/stw/address_book.xpm share/claws-mail/themes/stw/book.xpm @@ -4679,8 +6546,683 @@ share/claws-mail/themes/stw/trash_open_hrm.xpm share/claws-mail/themes/stw/unread.xpm share/claws-mail/themes/stw/up_arrow.xpm share/claws-mail/themes/stw/vcard.xpm +share/claws-mail/themes/svg-themes/Papirus-Dark/.claws_themeinfo +share/claws-mail/themes/svg-themes/Papirus-Dark/AUTHORS +share/claws-mail/themes/svg-themes/Papirus-Dark/LICENSE +share/claws-mail/themes/svg-themes/Papirus-Dark/addr_one.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/addr_two.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/address.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/address_book.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/address_search.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/anonymous.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/book.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/cancel.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/category.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/check_spelling.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/checkbox_off.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/checkbox_on.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/claws_mail_compose_logo.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/claws_mail_icon.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/clip.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/clip_gpg_signed.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/clipkey.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/close.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/complete.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/continue.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/copied.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/delete_btn.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/deleted.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/dir_close.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/dir_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/dir_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/dir_close_htm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/dir_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/dir_noselect.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/dir_open.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/dir_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/dir_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/dir_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/down_arrow.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/drafts_close.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/drafts_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/drafts_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/drafts_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/drafts_open.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/drafts_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/drafts_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/drafts_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/edit_extern.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/editdelete.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/empty.png +share/claws-mail/themes/svg-themes/Papirus-Dark/error.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/exec.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/forwarded.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/forwared_replied.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/go_folders.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/gpg_signed.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/group.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/ham_btn.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/ignorethread.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/inbox_close.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/inbox_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/inbox_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/inbox_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/inbox_open.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/inbox_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/inbox_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/inbox_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/insert_file.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/interface.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/jpilot.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/key.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/key_gpg_signed.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/ldap.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/linewrap.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/linewrapcurrent.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/locked.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_attach.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_compose.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_forward.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_receive.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_receive_all.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_reply.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_reply_to_all.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_reply_to_author.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_reply_to_list.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_send.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_send_queue.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mail_sign.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_application.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_audio.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_calendar.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_image.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_message.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_pdf.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_pgpsig.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_ps.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_text_html.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_text_patch.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_text_plain.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/mime_unknown.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/moved.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/new.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/news_compose.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/notice_error.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/notice_note.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/notice_warn.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/offline.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/online.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/open_mail.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/outbox_close.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/outbox_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/outbox_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/outbox_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/outbox_open.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/outbox_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/outbox_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/outbox_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/paste.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/preferences.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/printer.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/privacy_emblem_encrypted.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/privacy_emblem_failed.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/privacy_emblem_passed.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/privacy_emblem_signed.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/privacy_emblem_warn.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/privacy_expired.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/privacy_failed.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/privacy_passed.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/privacy_signed.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/privacy_unknown.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/privacy_warn.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/properties.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/queue_close.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/queue_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/queue_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/queue_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/queue_open.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/queue_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/queue_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/queue_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/quicksearch.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/read.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/replied.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/replied_and_forwarded.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/search.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/selection.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/spam.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/spam_btn.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/trash.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/trash_btn.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/trash_close.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/trash_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/trash_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/trash_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/trash_open.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/tray_newmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/tray_newmail.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/tray_newmarkedmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/tray_newmarkedmail.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/tray_nomail.offline.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/tray_nomail.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/tray_unreadmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/tray_unreadmail.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/tray_unreadmarkedmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/tray_unreadmarkedmail.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/unread.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/up_arrow.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/vcard.svg +share/claws-mail/themes/svg-themes/Papirus-Dark/watchthread.svg +share/claws-mail/themes/svg-themes/Papirus-Light/.claws_themeinfo +share/claws-mail/themes/svg-themes/Papirus-Light/AUTHORS +share/claws-mail/themes/svg-themes/Papirus-Light/LICENSE +share/claws-mail/themes/svg-themes/Papirus-Light/addr_one.svg +share/claws-mail/themes/svg-themes/Papirus-Light/addr_two.svg +share/claws-mail/themes/svg-themes/Papirus-Light/address.svg +share/claws-mail/themes/svg-themes/Papirus-Light/address_book.svg +share/claws-mail/themes/svg-themes/Papirus-Light/address_search.svg +share/claws-mail/themes/svg-themes/Papirus-Light/anonymous.svg +share/claws-mail/themes/svg-themes/Papirus-Light/book.svg +share/claws-mail/themes/svg-themes/Papirus-Light/cancel.svg +share/claws-mail/themes/svg-themes/Papirus-Light/category.svg +share/claws-mail/themes/svg-themes/Papirus-Light/check_spelling.svg +share/claws-mail/themes/svg-themes/Papirus-Light/checkbox_off.svg +share/claws-mail/themes/svg-themes/Papirus-Light/checkbox_on.svg +share/claws-mail/themes/svg-themes/Papirus-Light/claws_mail_compose_logo.svg +share/claws-mail/themes/svg-themes/Papirus-Light/claws_mail_icon.svg +share/claws-mail/themes/svg-themes/Papirus-Light/clip.svg +share/claws-mail/themes/svg-themes/Papirus-Light/clip_gpg_signed.svg +share/claws-mail/themes/svg-themes/Papirus-Light/clipkey.svg +share/claws-mail/themes/svg-themes/Papirus-Light/close.svg +share/claws-mail/themes/svg-themes/Papirus-Light/complete.svg +share/claws-mail/themes/svg-themes/Papirus-Light/continue.svg +share/claws-mail/themes/svg-themes/Papirus-Light/copied.svg +share/claws-mail/themes/svg-themes/Papirus-Light/delete_btn.svg +share/claws-mail/themes/svg-themes/Papirus-Light/deleted.svg +share/claws-mail/themes/svg-themes/Papirus-Light/dir_close.svg +share/claws-mail/themes/svg-themes/Papirus-Light/dir_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Light/dir_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/dir_close_htm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/dir_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/dir_noselect.svg +share/claws-mail/themes/svg-themes/Papirus-Light/dir_open.svg +share/claws-mail/themes/svg-themes/Papirus-Light/dir_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Light/dir_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/dir_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/down_arrow.svg +share/claws-mail/themes/svg-themes/Papirus-Light/drafts_close.svg +share/claws-mail/themes/svg-themes/Papirus-Light/drafts_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Light/drafts_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/drafts_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/drafts_open.svg +share/claws-mail/themes/svg-themes/Papirus-Light/drafts_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Light/drafts_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/drafts_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/edit_extern.svg +share/claws-mail/themes/svg-themes/Papirus-Light/editdelete.svg +share/claws-mail/themes/svg-themes/Papirus-Light/empty.png +share/claws-mail/themes/svg-themes/Papirus-Light/error.svg +share/claws-mail/themes/svg-themes/Papirus-Light/exec.svg +share/claws-mail/themes/svg-themes/Papirus-Light/forwarded.svg +share/claws-mail/themes/svg-themes/Papirus-Light/forwared_replied.svg +share/claws-mail/themes/svg-themes/Papirus-Light/go_folders.svg +share/claws-mail/themes/svg-themes/Papirus-Light/gpg_signed.svg +share/claws-mail/themes/svg-themes/Papirus-Light/group.svg +share/claws-mail/themes/svg-themes/Papirus-Light/ham_btn.svg +share/claws-mail/themes/svg-themes/Papirus-Light/ignorethread.svg +share/claws-mail/themes/svg-themes/Papirus-Light/inbox_close.svg +share/claws-mail/themes/svg-themes/Papirus-Light/inbox_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Light/inbox_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/inbox_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/inbox_open.svg +share/claws-mail/themes/svg-themes/Papirus-Light/inbox_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Light/inbox_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/inbox_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/insert_file.svg +share/claws-mail/themes/svg-themes/Papirus-Light/interface.svg +share/claws-mail/themes/svg-themes/Papirus-Light/jpilot.svg +share/claws-mail/themes/svg-themes/Papirus-Light/key.svg +share/claws-mail/themes/svg-themes/Papirus-Light/key_gpg_signed.svg +share/claws-mail/themes/svg-themes/Papirus-Light/ldap.svg +share/claws-mail/themes/svg-themes/Papirus-Light/linewrap.svg +share/claws-mail/themes/svg-themes/Papirus-Light/linewrapcurrent.svg +share/claws-mail/themes/svg-themes/Papirus-Light/locked.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_attach.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_compose.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_forward.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_receive.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_receive_all.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_reply.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_reply_to_all.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_reply_to_author.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_reply_to_list.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_send.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_send_queue.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mail_sign.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_application.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_audio.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_calendar.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_image.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_message.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_pdf.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_pgpsig.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_ps.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_text_html.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_text_patch.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_text_plain.svg +share/claws-mail/themes/svg-themes/Papirus-Light/mime_unknown.svg +share/claws-mail/themes/svg-themes/Papirus-Light/moved.svg +share/claws-mail/themes/svg-themes/Papirus-Light/new.svg +share/claws-mail/themes/svg-themes/Papirus-Light/news_compose.svg +share/claws-mail/themes/svg-themes/Papirus-Light/notice_error.svg +share/claws-mail/themes/svg-themes/Papirus-Light/notice_note.svg +share/claws-mail/themes/svg-themes/Papirus-Light/notice_warn.svg +share/claws-mail/themes/svg-themes/Papirus-Light/offline.svg +share/claws-mail/themes/svg-themes/Papirus-Light/online.svg +share/claws-mail/themes/svg-themes/Papirus-Light/open_mail.svg +share/claws-mail/themes/svg-themes/Papirus-Light/outbox_close.svg +share/claws-mail/themes/svg-themes/Papirus-Light/outbox_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Light/outbox_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/outbox_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/outbox_open.svg +share/claws-mail/themes/svg-themes/Papirus-Light/outbox_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Light/outbox_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/outbox_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/paste.svg +share/claws-mail/themes/svg-themes/Papirus-Light/preferences.svg +share/claws-mail/themes/svg-themes/Papirus-Light/printer.svg +share/claws-mail/themes/svg-themes/Papirus-Light/privacy_emblem_encrypted.svg +share/claws-mail/themes/svg-themes/Papirus-Light/privacy_emblem_failed.svg +share/claws-mail/themes/svg-themes/Papirus-Light/privacy_emblem_passed.svg +share/claws-mail/themes/svg-themes/Papirus-Light/privacy_emblem_signed.svg +share/claws-mail/themes/svg-themes/Papirus-Light/privacy_emblem_warn.svg +share/claws-mail/themes/svg-themes/Papirus-Light/privacy_expired.svg +share/claws-mail/themes/svg-themes/Papirus-Light/privacy_failed.svg +share/claws-mail/themes/svg-themes/Papirus-Light/privacy_passed.svg +share/claws-mail/themes/svg-themes/Papirus-Light/privacy_signed.svg +share/claws-mail/themes/svg-themes/Papirus-Light/privacy_unknown.svg +share/claws-mail/themes/svg-themes/Papirus-Light/privacy_warn.svg +share/claws-mail/themes/svg-themes/Papirus-Light/properties.svg +share/claws-mail/themes/svg-themes/Papirus-Light/queue_close.svg +share/claws-mail/themes/svg-themes/Papirus-Light/queue_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Light/queue_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/queue_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/queue_open.svg +share/claws-mail/themes/svg-themes/Papirus-Light/queue_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Light/queue_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/queue_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/quicksearch.svg +share/claws-mail/themes/svg-themes/Papirus-Light/read.svg +share/claws-mail/themes/svg-themes/Papirus-Light/replied.svg +share/claws-mail/themes/svg-themes/Papirus-Light/replied_and_forwarded.svg +share/claws-mail/themes/svg-themes/Papirus-Light/search.svg +share/claws-mail/themes/svg-themes/Papirus-Light/selection.svg +share/claws-mail/themes/svg-themes/Papirus-Light/spam.svg +share/claws-mail/themes/svg-themes/Papirus-Light/spam_btn.svg +share/claws-mail/themes/svg-themes/Papirus-Light/trash.svg +share/claws-mail/themes/svg-themes/Papirus-Light/trash_btn.svg +share/claws-mail/themes/svg-themes/Papirus-Light/trash_close.svg +share/claws-mail/themes/svg-themes/Papirus-Light/trash_hrm.svg +share/claws-mail/themes/svg-themes/Papirus-Light/trash_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/trash_mark.svg +share/claws-mail/themes/svg-themes/Papirus-Light/trash_open.svg +share/claws-mail/themes/svg-themes/Papirus-Light/tray_newmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus-Light/tray_newmail.svg +share/claws-mail/themes/svg-themes/Papirus-Light/tray_newmarkedmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus-Light/tray_newmarkedmail.svg +share/claws-mail/themes/svg-themes/Papirus-Light/tray_nomail.offline.svg +share/claws-mail/themes/svg-themes/Papirus-Light/tray_nomail.svg +share/claws-mail/themes/svg-themes/Papirus-Light/tray_unreadmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus-Light/tray_unreadmail.svg +share/claws-mail/themes/svg-themes/Papirus-Light/tray_unreadmarkedmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus-Light/tray_unreadmarkedmail.svg +share/claws-mail/themes/svg-themes/Papirus-Light/unread.svg +share/claws-mail/themes/svg-themes/Papirus-Light/up_arrow.svg +share/claws-mail/themes/svg-themes/Papirus-Light/vcard.svg +share/claws-mail/themes/svg-themes/Papirus-Light/watchthread.svg +share/claws-mail/themes/svg-themes/Papirus/.claws_themeinfo +share/claws-mail/themes/svg-themes/Papirus/AUTHORS +share/claws-mail/themes/svg-themes/Papirus/LICENSE +share/claws-mail/themes/svg-themes/Papirus/addr_one.svg +share/claws-mail/themes/svg-themes/Papirus/addr_two.svg +share/claws-mail/themes/svg-themes/Papirus/address.svg +share/claws-mail/themes/svg-themes/Papirus/address_book.svg +share/claws-mail/themes/svg-themes/Papirus/address_search.svg +share/claws-mail/themes/svg-themes/Papirus/anonymous.svg +share/claws-mail/themes/svg-themes/Papirus/book.svg +share/claws-mail/themes/svg-themes/Papirus/cancel.svg +share/claws-mail/themes/svg-themes/Papirus/category.svg +share/claws-mail/themes/svg-themes/Papirus/check_spelling.svg +share/claws-mail/themes/svg-themes/Papirus/checkbox_off.svg +share/claws-mail/themes/svg-themes/Papirus/checkbox_on.svg +share/claws-mail/themes/svg-themes/Papirus/claws_mail_compose_logo.svg +share/claws-mail/themes/svg-themes/Papirus/claws_mail_icon.svg +share/claws-mail/themes/svg-themes/Papirus/clip.svg +share/claws-mail/themes/svg-themes/Papirus/clip_gpg_signed.svg +share/claws-mail/themes/svg-themes/Papirus/clipkey.svg +share/claws-mail/themes/svg-themes/Papirus/close.svg +share/claws-mail/themes/svg-themes/Papirus/complete.svg +share/claws-mail/themes/svg-themes/Papirus/continue.svg +share/claws-mail/themes/svg-themes/Papirus/copied.svg +share/claws-mail/themes/svg-themes/Papirus/delete_btn.svg +share/claws-mail/themes/svg-themes/Papirus/deleted.svg +share/claws-mail/themes/svg-themes/Papirus/dir_close.svg +share/claws-mail/themes/svg-themes/Papirus/dir_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus/dir_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/dir_close_htm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/dir_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus/dir_noselect.svg +share/claws-mail/themes/svg-themes/Papirus/dir_open.svg +share/claws-mail/themes/svg-themes/Papirus/dir_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus/dir_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/dir_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus/down_arrow.svg +share/claws-mail/themes/svg-themes/Papirus/drafts_close.svg +share/claws-mail/themes/svg-themes/Papirus/drafts_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus/drafts_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/drafts_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus/drafts_open.svg +share/claws-mail/themes/svg-themes/Papirus/drafts_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus/drafts_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/drafts_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus/edit_extern.svg +share/claws-mail/themes/svg-themes/Papirus/editdelete.svg +share/claws-mail/themes/svg-themes/Papirus/empty.png +share/claws-mail/themes/svg-themes/Papirus/error.svg +share/claws-mail/themes/svg-themes/Papirus/exec.svg +share/claws-mail/themes/svg-themes/Papirus/forwarded.svg +share/claws-mail/themes/svg-themes/Papirus/forwared_replied.svg +share/claws-mail/themes/svg-themes/Papirus/go_folders.svg +share/claws-mail/themes/svg-themes/Papirus/gpg_signed.svg +share/claws-mail/themes/svg-themes/Papirus/group.svg +share/claws-mail/themes/svg-themes/Papirus/ham_btn.svg +share/claws-mail/themes/svg-themes/Papirus/ignorethread.svg +share/claws-mail/themes/svg-themes/Papirus/inbox_close.svg +share/claws-mail/themes/svg-themes/Papirus/inbox_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus/inbox_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/inbox_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus/inbox_open.svg +share/claws-mail/themes/svg-themes/Papirus/inbox_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus/inbox_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/inbox_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus/insert_file.svg +share/claws-mail/themes/svg-themes/Papirus/interface.svg +share/claws-mail/themes/svg-themes/Papirus/jpilot.svg +share/claws-mail/themes/svg-themes/Papirus/key.svg +share/claws-mail/themes/svg-themes/Papirus/key_gpg_signed.svg +share/claws-mail/themes/svg-themes/Papirus/ldap.svg +share/claws-mail/themes/svg-themes/Papirus/linewrap.svg +share/claws-mail/themes/svg-themes/Papirus/linewrapcurrent.svg +share/claws-mail/themes/svg-themes/Papirus/locked.svg +share/claws-mail/themes/svg-themes/Papirus/mail.svg +share/claws-mail/themes/svg-themes/Papirus/mail_attach.svg +share/claws-mail/themes/svg-themes/Papirus/mail_compose.svg +share/claws-mail/themes/svg-themes/Papirus/mail_forward.svg +share/claws-mail/themes/svg-themes/Papirus/mail_receive.svg +share/claws-mail/themes/svg-themes/Papirus/mail_receive_all.svg +share/claws-mail/themes/svg-themes/Papirus/mail_reply.svg +share/claws-mail/themes/svg-themes/Papirus/mail_reply_to_all.svg +share/claws-mail/themes/svg-themes/Papirus/mail_reply_to_author.svg +share/claws-mail/themes/svg-themes/Papirus/mail_reply_to_list.svg +share/claws-mail/themes/svg-themes/Papirus/mail_send.svg +share/claws-mail/themes/svg-themes/Papirus/mail_send_queue.svg +share/claws-mail/themes/svg-themes/Papirus/mail_sign.svg +share/claws-mail/themes/svg-themes/Papirus/mark.svg +share/claws-mail/themes/svg-themes/Papirus/mime_application.svg +share/claws-mail/themes/svg-themes/Papirus/mime_audio.svg +share/claws-mail/themes/svg-themes/Papirus/mime_calendar.svg +share/claws-mail/themes/svg-themes/Papirus/mime_image.svg +share/claws-mail/themes/svg-themes/Papirus/mime_message.svg +share/claws-mail/themes/svg-themes/Papirus/mime_pdf.svg +share/claws-mail/themes/svg-themes/Papirus/mime_pgpsig.svg +share/claws-mail/themes/svg-themes/Papirus/mime_ps.svg +share/claws-mail/themes/svg-themes/Papirus/mime_text_html.svg +share/claws-mail/themes/svg-themes/Papirus/mime_text_patch.svg +share/claws-mail/themes/svg-themes/Papirus/mime_text_plain.svg +share/claws-mail/themes/svg-themes/Papirus/mime_unknown.svg +share/claws-mail/themes/svg-themes/Papirus/moved.svg +share/claws-mail/themes/svg-themes/Papirus/new.svg +share/claws-mail/themes/svg-themes/Papirus/news_compose.svg +share/claws-mail/themes/svg-themes/Papirus/notice_error.svg +share/claws-mail/themes/svg-themes/Papirus/notice_note.svg +share/claws-mail/themes/svg-themes/Papirus/notice_warn.svg +share/claws-mail/themes/svg-themes/Papirus/offline.svg +share/claws-mail/themes/svg-themes/Papirus/online.svg +share/claws-mail/themes/svg-themes/Papirus/open_mail.svg +share/claws-mail/themes/svg-themes/Papirus/outbox_close.svg +share/claws-mail/themes/svg-themes/Papirus/outbox_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus/outbox_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/outbox_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus/outbox_open.svg +share/claws-mail/themes/svg-themes/Papirus/outbox_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus/outbox_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/outbox_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus/paste.svg +share/claws-mail/themes/svg-themes/Papirus/preferences.svg +share/claws-mail/themes/svg-themes/Papirus/printer.svg +share/claws-mail/themes/svg-themes/Papirus/privacy_emblem_encrypted.svg +share/claws-mail/themes/svg-themes/Papirus/privacy_emblem_failed.svg +share/claws-mail/themes/svg-themes/Papirus/privacy_emblem_passed.svg +share/claws-mail/themes/svg-themes/Papirus/privacy_emblem_signed.svg +share/claws-mail/themes/svg-themes/Papirus/privacy_emblem_warn.svg +share/claws-mail/themes/svg-themes/Papirus/privacy_expired.svg +share/claws-mail/themes/svg-themes/Papirus/privacy_failed.svg +share/claws-mail/themes/svg-themes/Papirus/privacy_passed.svg +share/claws-mail/themes/svg-themes/Papirus/privacy_signed.svg +share/claws-mail/themes/svg-themes/Papirus/privacy_unknown.svg +share/claws-mail/themes/svg-themes/Papirus/privacy_warn.svg +share/claws-mail/themes/svg-themes/Papirus/properties.svg +share/claws-mail/themes/svg-themes/Papirus/queue_close.svg +share/claws-mail/themes/svg-themes/Papirus/queue_close_hrm.svg +share/claws-mail/themes/svg-themes/Papirus/queue_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/queue_close_mark.svg +share/claws-mail/themes/svg-themes/Papirus/queue_open.svg +share/claws-mail/themes/svg-themes/Papirus/queue_open_hrm.svg +share/claws-mail/themes/svg-themes/Papirus/queue_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/queue_open_mark.svg +share/claws-mail/themes/svg-themes/Papirus/quicksearch.svg +share/claws-mail/themes/svg-themes/Papirus/read.svg +share/claws-mail/themes/svg-themes/Papirus/replied.svg +share/claws-mail/themes/svg-themes/Papirus/replied_and_forwarded.svg +share/claws-mail/themes/svg-themes/Papirus/search.svg +share/claws-mail/themes/svg-themes/Papirus/selection.svg +share/claws-mail/themes/svg-themes/Papirus/spam.svg +share/claws-mail/themes/svg-themes/Papirus/spam_btn.svg +share/claws-mail/themes/svg-themes/Papirus/trash.svg +share/claws-mail/themes/svg-themes/Papirus/trash_btn.svg +share/claws-mail/themes/svg-themes/Papirus/trash_close.svg +share/claws-mail/themes/svg-themes/Papirus/trash_hrm.svg +share/claws-mail/themes/svg-themes/Papirus/trash_hrm_mark.svg +share/claws-mail/themes/svg-themes/Papirus/trash_mark.svg +share/claws-mail/themes/svg-themes/Papirus/trash_open.svg +share/claws-mail/themes/svg-themes/Papirus/tray_newmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus/tray_newmail.svg +share/claws-mail/themes/svg-themes/Papirus/tray_newmarkedmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus/tray_newmarkedmail.svg +share/claws-mail/themes/svg-themes/Papirus/tray_nomail.offline.svg +share/claws-mail/themes/svg-themes/Papirus/tray_nomail.svg +share/claws-mail/themes/svg-themes/Papirus/tray_unreadmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus/tray_unreadmail.svg +share/claws-mail/themes/svg-themes/Papirus/tray_unreadmarkedmail.offline.svg +share/claws-mail/themes/svg-themes/Papirus/tray_unreadmarkedmail.svg +share/claws-mail/themes/svg-themes/Papirus/unread.svg +share/claws-mail/themes/svg-themes/Papirus/up_arrow.svg +share/claws-mail/themes/svg-themes/Papirus/vcard.svg +share/claws-mail/themes/svg-themes/Papirus/watchthread.svg +share/claws-mail/themes/svg-themes/ePapirus/.claws_themeinfo +share/claws-mail/themes/svg-themes/ePapirus/AUTHORS +share/claws-mail/themes/svg-themes/ePapirus/LICENSE +share/claws-mail/themes/svg-themes/ePapirus/addr_one.svg +share/claws-mail/themes/svg-themes/ePapirus/addr_two.svg +share/claws-mail/themes/svg-themes/ePapirus/address.svg +share/claws-mail/themes/svg-themes/ePapirus/address_book.svg +share/claws-mail/themes/svg-themes/ePapirus/address_search.svg +share/claws-mail/themes/svg-themes/ePapirus/anonymous.svg +share/claws-mail/themes/svg-themes/ePapirus/book.svg +share/claws-mail/themes/svg-themes/ePapirus/cancel.svg +share/claws-mail/themes/svg-themes/ePapirus/category.svg +share/claws-mail/themes/svg-themes/ePapirus/check_spelling.svg +share/claws-mail/themes/svg-themes/ePapirus/checkbox_off.svg +share/claws-mail/themes/svg-themes/ePapirus/checkbox_on.svg +share/claws-mail/themes/svg-themes/ePapirus/claws_mail_compose_logo.svg +share/claws-mail/themes/svg-themes/ePapirus/claws_mail_icon.svg +share/claws-mail/themes/svg-themes/ePapirus/clip.svg +share/claws-mail/themes/svg-themes/ePapirus/clip_gpg_signed.svg +share/claws-mail/themes/svg-themes/ePapirus/clipkey.svg +share/claws-mail/themes/svg-themes/ePapirus/close.svg +share/claws-mail/themes/svg-themes/ePapirus/complete.svg +share/claws-mail/themes/svg-themes/ePapirus/continue.svg +share/claws-mail/themes/svg-themes/ePapirus/copied.svg +share/claws-mail/themes/svg-themes/ePapirus/delete_btn.svg +share/claws-mail/themes/svg-themes/ePapirus/deleted.svg +share/claws-mail/themes/svg-themes/ePapirus/dir_close.svg +share/claws-mail/themes/svg-themes/ePapirus/dir_close_hrm.svg +share/claws-mail/themes/svg-themes/ePapirus/dir_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/dir_close_htm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/dir_close_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/dir_noselect.svg +share/claws-mail/themes/svg-themes/ePapirus/dir_open.svg +share/claws-mail/themes/svg-themes/ePapirus/dir_open_hrm.svg +share/claws-mail/themes/svg-themes/ePapirus/dir_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/dir_open_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/down_arrow.svg +share/claws-mail/themes/svg-themes/ePapirus/drafts_close.svg +share/claws-mail/themes/svg-themes/ePapirus/drafts_close_hrm.svg +share/claws-mail/themes/svg-themes/ePapirus/drafts_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/drafts_close_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/drafts_open.svg +share/claws-mail/themes/svg-themes/ePapirus/drafts_open_hrm.svg +share/claws-mail/themes/svg-themes/ePapirus/drafts_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/drafts_open_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/edit_extern.svg +share/claws-mail/themes/svg-themes/ePapirus/editdelete.svg +share/claws-mail/themes/svg-themes/ePapirus/empty.png +share/claws-mail/themes/svg-themes/ePapirus/error.svg +share/claws-mail/themes/svg-themes/ePapirus/exec.svg +share/claws-mail/themes/svg-themes/ePapirus/forwarded.svg +share/claws-mail/themes/svg-themes/ePapirus/forwared_replied.svg +share/claws-mail/themes/svg-themes/ePapirus/go_folders.svg +share/claws-mail/themes/svg-themes/ePapirus/gpg_signed.svg +share/claws-mail/themes/svg-themes/ePapirus/group.svg +share/claws-mail/themes/svg-themes/ePapirus/ham_btn.svg +share/claws-mail/themes/svg-themes/ePapirus/ignorethread.svg +share/claws-mail/themes/svg-themes/ePapirus/inbox_close.svg +share/claws-mail/themes/svg-themes/ePapirus/inbox_close_hrm.svg +share/claws-mail/themes/svg-themes/ePapirus/inbox_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/inbox_close_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/inbox_open.svg +share/claws-mail/themes/svg-themes/ePapirus/inbox_open_hrm.svg +share/claws-mail/themes/svg-themes/ePapirus/inbox_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/inbox_open_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/insert_file.svg +share/claws-mail/themes/svg-themes/ePapirus/interface.svg +share/claws-mail/themes/svg-themes/ePapirus/jpilot.svg +share/claws-mail/themes/svg-themes/ePapirus/key.svg +share/claws-mail/themes/svg-themes/ePapirus/key_gpg_signed.svg +share/claws-mail/themes/svg-themes/ePapirus/ldap.svg +share/claws-mail/themes/svg-themes/ePapirus/linewrap.svg +share/claws-mail/themes/svg-themes/ePapirus/linewrapcurrent.svg +share/claws-mail/themes/svg-themes/ePapirus/locked.svg +share/claws-mail/themes/svg-themes/ePapirus/mail.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_attach.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_compose.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_forward.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_receive.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_receive_all.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_reply.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_reply_to_all.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_reply_to_author.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_reply_to_list.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_send.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_send_queue.svg +share/claws-mail/themes/svg-themes/ePapirus/mail_sign.svg +share/claws-mail/themes/svg-themes/ePapirus/mark.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_application.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_audio.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_calendar.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_image.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_message.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_pdf.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_pgpsig.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_ps.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_text_html.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_text_patch.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_text_plain.svg +share/claws-mail/themes/svg-themes/ePapirus/mime_unknown.svg +share/claws-mail/themes/svg-themes/ePapirus/moved.svg +share/claws-mail/themes/svg-themes/ePapirus/new.svg +share/claws-mail/themes/svg-themes/ePapirus/news_compose.svg +share/claws-mail/themes/svg-themes/ePapirus/notice_error.svg +share/claws-mail/themes/svg-themes/ePapirus/notice_note.svg +share/claws-mail/themes/svg-themes/ePapirus/notice_warn.svg +share/claws-mail/themes/svg-themes/ePapirus/offline.svg +share/claws-mail/themes/svg-themes/ePapirus/online.svg +share/claws-mail/themes/svg-themes/ePapirus/open_mail.svg +share/claws-mail/themes/svg-themes/ePapirus/outbox_close.svg +share/claws-mail/themes/svg-themes/ePapirus/outbox_close_hrm.svg +share/claws-mail/themes/svg-themes/ePapirus/outbox_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/outbox_close_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/outbox_open.svg +share/claws-mail/themes/svg-themes/ePapirus/outbox_open_hrm.svg +share/claws-mail/themes/svg-themes/ePapirus/outbox_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/outbox_open_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/paste.svg +share/claws-mail/themes/svg-themes/ePapirus/preferences.svg +share/claws-mail/themes/svg-themes/ePapirus/printer.svg +share/claws-mail/themes/svg-themes/ePapirus/privacy_emblem_encrypted.svg +share/claws-mail/themes/svg-themes/ePapirus/privacy_emblem_failed.svg +share/claws-mail/themes/svg-themes/ePapirus/privacy_emblem_passed.svg +share/claws-mail/themes/svg-themes/ePapirus/privacy_emblem_signed.svg +share/claws-mail/themes/svg-themes/ePapirus/privacy_emblem_warn.svg +share/claws-mail/themes/svg-themes/ePapirus/privacy_expired.svg +share/claws-mail/themes/svg-themes/ePapirus/privacy_failed.svg +share/claws-mail/themes/svg-themes/ePapirus/privacy_passed.svg +share/claws-mail/themes/svg-themes/ePapirus/privacy_signed.svg +share/claws-mail/themes/svg-themes/ePapirus/privacy_unknown.svg +share/claws-mail/themes/svg-themes/ePapirus/privacy_warn.svg +share/claws-mail/themes/svg-themes/ePapirus/properties.svg +share/claws-mail/themes/svg-themes/ePapirus/queue_close.svg +share/claws-mail/themes/svg-themes/ePapirus/queue_close_hrm.svg +share/claws-mail/themes/svg-themes/ePapirus/queue_close_hrm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/queue_close_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/queue_open.svg +share/claws-mail/themes/svg-themes/ePapirus/queue_open_hrm.svg +share/claws-mail/themes/svg-themes/ePapirus/queue_open_hrm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/queue_open_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/quicksearch.svg +share/claws-mail/themes/svg-themes/ePapirus/read.svg +share/claws-mail/themes/svg-themes/ePapirus/replied.svg +share/claws-mail/themes/svg-themes/ePapirus/replied_and_forwarded.svg +share/claws-mail/themes/svg-themes/ePapirus/search.svg +share/claws-mail/themes/svg-themes/ePapirus/selection.svg +share/claws-mail/themes/svg-themes/ePapirus/spam.svg +share/claws-mail/themes/svg-themes/ePapirus/spam_btn.svg +share/claws-mail/themes/svg-themes/ePapirus/trash.svg +share/claws-mail/themes/svg-themes/ePapirus/trash_btn.svg +share/claws-mail/themes/svg-themes/ePapirus/trash_close.svg +share/claws-mail/themes/svg-themes/ePapirus/trash_hrm.svg +share/claws-mail/themes/svg-themes/ePapirus/trash_hrm_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/trash_mark.svg +share/claws-mail/themes/svg-themes/ePapirus/trash_open.svg +share/claws-mail/themes/svg-themes/ePapirus/tray_newmail.offline.svg +share/claws-mail/themes/svg-themes/ePapirus/tray_newmail.svg +share/claws-mail/themes/svg-themes/ePapirus/tray_newmarkedmail.offline.svg +share/claws-mail/themes/svg-themes/ePapirus/tray_newmarkedmail.svg +share/claws-mail/themes/svg-themes/ePapirus/tray_nomail.offline.svg +share/claws-mail/themes/svg-themes/ePapirus/tray_nomail.svg +share/claws-mail/themes/svg-themes/ePapirus/tray_unreadmail.offline.svg +share/claws-mail/themes/svg-themes/ePapirus/tray_unreadmail.svg +share/claws-mail/themes/svg-themes/ePapirus/tray_unreadmarkedmail.offline.svg +share/claws-mail/themes/svg-themes/ePapirus/tray_unreadmarkedmail.svg +share/claws-mail/themes/svg-themes/ePapirus/unread.svg +share/claws-mail/themes/svg-themes/ePapirus/up_arrow.svg +share/claws-mail/themes/svg-themes/ePapirus/vcard.svg +share/claws-mail/themes/svg-themes/ePapirus/watchthread.svg share/claws-mail/themes/tml02c/.claws_themeinfo -share/claws-mail/themes/tml02c/.sylpheed_themeinfo share/claws-mail/themes/tml02c/address.xpm share/claws-mail/themes/tml02c/address_book.xpm share/claws-mail/themes/tml02c/book.xpm @@ -4748,6 +7290,7 @@ share/claws-mail/themes/tml02c/up_arrow.xpm share/claws-mail/themes/tml02c/vcard.xpm share/claws-mail/themes/tml02c/work_offline.xpm share/claws-mail/themes/tml02c/work_online.xpm +share/claws-mail/themes/tom_2.1.1/.claws_themeinfo share/claws-mail/themes/tom_2.1.1/README share/claws-mail/themes/tom_2.1.1/address_book.xpm share/claws-mail/themes/tom_2.1.1/book.xpm diff --git a/x11-themes/kf5-breeze-icons/distinfo b/x11-themes/kf5-breeze-icons/distinfo index fd469cac621..105a0c2f9fd 100644 --- a/x11-themes/kf5-breeze-icons/distinfo +++ b/x11-themes/kf5-breeze-icons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883657 -SHA256 (KDE/frameworks/5.112.0/breeze-icons-5.112.0.tar.xz) = 69dc51befe11f1431dd5b58b6be304e9ac394f6a4801a9351cf64341946c7d58 -SIZE (KDE/frameworks/5.112.0/breeze-icons-5.112.0.tar.xz) = 2172852 +TIMESTAMP = 1701678526 +SHA256 (KDE/frameworks/5.113.0/breeze-icons-5.113.0.tar.xz) = 88dc60fbc04fddabda0d4eb3fe94d4e3c149ff4d2b44fdcf89b711d421e3634d +SIZE (KDE/frameworks/5.113.0/breeze-icons-5.113.0.tar.xz) = 2173152 diff --git a/x11-themes/kf5-kemoticons/distinfo b/x11-themes/kf5-kemoticons/distinfo index 790cfd9a90e..62753c7927b 100644 --- a/x11-themes/kf5-kemoticons/distinfo +++ b/x11-themes/kf5-kemoticons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883658 -SHA256 (KDE/frameworks/5.112.0/kemoticons-5.112.0.tar.xz) = e89b09d418a1f80b6e6ea91716fa54549379a29f3f62ef4ebd36a01e6292fd0c -SIZE (KDE/frameworks/5.112.0/kemoticons-5.112.0.tar.xz) = 1700716 +TIMESTAMP = 1701678527 +SHA256 (KDE/frameworks/5.113.0/kemoticons-5.113.0.tar.xz) = 22a2babb71b5aecbe0c93896f0f5fb0fe3ce133051fc5dca7930c170f5ceee88 +SIZE (KDE/frameworks/5.113.0/kemoticons-5.113.0.tar.xz) = 1700804 diff --git a/x11-themes/kf5-kiconthemes/distinfo b/x11-themes/kf5-kiconthemes/distinfo index 92691f78535..76e05274ad2 100644 --- a/x11-themes/kf5-kiconthemes/distinfo +++ b/x11-themes/kf5-kiconthemes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883659 -SHA256 (KDE/frameworks/5.112.0/kiconthemes-5.112.0.tar.xz) = a338473183a6e53788740187a3f6ba4e965439e6811c7f7c516b1d2654e2d812 -SIZE (KDE/frameworks/5.112.0/kiconthemes-5.112.0.tar.xz) = 1312040 +TIMESTAMP = 1701678528 +SHA256 (KDE/frameworks/5.113.0/kiconthemes-5.113.0.tar.xz) = 0fbc129c92cc3a9ee29ce748b03798f9065bec0f06e0b353b7ed507e910e4c60 +SIZE (KDE/frameworks/5.113.0/kiconthemes-5.113.0.tar.xz) = 1312212 diff --git a/x11-themes/kf5-oxygen-icons5/Makefile b/x11-themes/kf5-oxygen-icons5/Makefile index 9b4a0d27bad..0dce8852315 100644 --- a/x11-themes/kf5-oxygen-icons5/Makefile +++ b/x11-themes/kf5-oxygen-icons5/Makefile @@ -1,4 +1,4 @@ -PORTNAME= oxygen-icons5 +PORTNAME= oxygen-icons DISTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= x11-themes kde kde-frameworks diff --git a/x11-themes/kf5-oxygen-icons5/distinfo b/x11-themes/kf5-oxygen-icons5/distinfo index bfe9e6e3b27..1968cc7a7e5 100644 --- a/x11-themes/kf5-oxygen-icons5/distinfo +++ b/x11-themes/kf5-oxygen-icons5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883712 -SHA256 (KDE/frameworks/5.112.0/oxygen-icons5-5.112.0.tar.xz) = 8a14b0e9980decadc94806823695fd346e281907d9656350e217dde27bac827b -SIZE (KDE/frameworks/5.112.0/oxygen-icons5-5.112.0.tar.xz) = 238636696 +TIMESTAMP = 1701700236 +SHA256 (KDE/frameworks/5.113.0/oxygen-icons-5.113.0.tar.xz) = bd03eac086c7360114ad6842db0eaa8fc7d1c3b18ad65a2cb98ea6f21fb02d3f +SIZE (KDE/frameworks/5.113.0/oxygen-icons-5.113.0.tar.xz) = 238637464 diff --git a/x11-themes/kf5-qqc2-desktop-style/distinfo b/x11-themes/kf5-qqc2-desktop-style/distinfo index e5e8620b2f9..471739312b6 100644 --- a/x11-themes/kf5-qqc2-desktop-style/distinfo +++ b/x11-themes/kf5-qqc2-desktop-style/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883713 -SHA256 (KDE/frameworks/5.112.0/qqc2-desktop-style-5.112.0.tar.xz) = bed067f2982fd43eab7f9f48dbd6a805ff664bffc939249d74c3f50324dfe4cc -SIZE (KDE/frameworks/5.112.0/qqc2-desktop-style-5.112.0.tar.xz) = 69444 +TIMESTAMP = 1701678529 +SHA256 (KDE/frameworks/5.113.0/qqc2-desktop-style-5.113.0.tar.xz) = d7481e4e758a2e2fa93884e2553131c06ba2d10f4fbf2a33a82114ccced4606a +SIZE (KDE/frameworks/5.113.0/qqc2-desktop-style-5.113.0.tar.xz) = 69468 diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 035326f7622..533e37882c4 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -1,5 +1,6 @@ PORTNAME= fltk PORTVERSION= 1.3.9 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= https://www.fltk.org/pub/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -27,21 +28,20 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTEXAMPLES= * -OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE= CAIRO EXAMPLES +OPTIONS_SUB= yes + +CAIRO_CONFIGURE_ON= --enable-cairo +CAIRO_USES= gnome +CAIRO_USE= GNOME=cairo XORG=pixman post-patch: .SILENT - prefix="${PREFIX}" ; plength=$$(($${#prefix}+10)) ; \ - ${REINPLACE_CMD} -e "\|/etc/fltk|{s||${PREFIX}&|;s|10|$${plength}|;}" \ + prefix="${PREFIX}" ; fplen=$$(($${#prefix}+10)) ; \ + ${REINPLACE_CMD} -e "\|/etc/fltk|{s||${PREFIX}&|;s|10|$${fplen}|;}" \ ${WRKSRC}/src/Fl_Preferences.cxx ${REINPLACE_CMD} -e 's,$$(docdir)/examples,${EXAMPLESDIR},' \ ${WRKSRC}/test/Makefile ${REINPLACE_CMD} -e '/^INSTALL_[BL]I/s,-m,${STRIP} &, ; \ s,^\.SILENT,#&,' ${WRKSRC}/makeinclude.in -post-install: -.for x in fltk fltk_forms fltk_gl fltk_images - ${LN} -sf lib${x}.so.${PORTVERSION:R} \ - ${STAGEDIR}${PREFIX}/lib/lib${x}.so.1 -.endfor - .include diff --git a/x11-toolkits/fltk/files/patch-cairo_Makefile b/x11-toolkits/fltk/files/patch-cairo_Makefile new file mode 100644 index 00000000000..afcc1da78f1 --- /dev/null +++ b/x11-toolkits/fltk/files/patch-cairo_Makefile @@ -0,0 +1,17 @@ +--- cairo/Makefile.orig 2023-12-09 13:58:40 UTC ++++ cairo/Makefile +@@ -98,12 +98,13 @@ clean: + install: $(CAIROLIBNAME) $(CAIRODSONAME) + echo "Installing libfltk_cairo$(LIBEXT) in $(libdir)..." + -$(INSTALL_DIR) $(DESTDIR)$(libdir) +- $(INSTALL_LIB) $(CAIROLIBNAME) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(CAIROLIBNAME) $(DESTDIR)$(libdir) + + if test x$(CAIRODSONAME) = xlibfltk_cairo.so.$(FL_DSO_VERSION); then\ + $(RM) $(DESTDIR)$(libdir)/libfltk_cairo.so*;\ + $(INSTALL_LIB) libfltk_cairo.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \ + $(LN) libfltk_cairo.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_cairo.so;\ ++ $(LN) libfltk_cairo.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_cairo.so.$(FL_DSO_VERSION:R);\ + fi + if test x$(CAIRODSONAME) = xsrc/libfltk_cairo.sl.$(FL_DSO_VERSION); then\ + $(RM) $(DESTDIR)$(libdir)/libfltk_cairo.sl*;\ diff --git a/x11-toolkits/fltk/files/patch-fltk-config.in b/x11-toolkits/fltk/files/patch-fltk-config.in deleted file mode 100644 index 5be8cdc224b..00000000000 --- a/x11-toolkits/fltk/files/patch-fltk-config.in +++ /dev/null @@ -1,20 +0,0 @@ ---- fltk-config.in.orig Mon Sep 6 15:20:52 2004 -+++ fltk-config.in Sat Jun 25 11:45:04 2005 -@@ -180,7 +180,7 @@ - fi - - # Calculate needed libraries --LDSTATIC="$libdir/libfltk.a $LDLIBS" -+LDSTATIC="-lm $libdir/libfltk.a $LDLIBS" - LDLIBS="-lfltk$SHAREDSUFFIX $LDLIBS" - LIBS="$libdir/libfltk.a" - -@@ -247,7 +247,7 @@ - fi - - if test "$echo_ldflags" = "yes"; then -- my_libs= -+ my_libs="-lm" - libdirs=$libs - - for i in $LDLIBS ; do diff --git a/x11-toolkits/fltk/files/patch-src_Makefile b/x11-toolkits/fltk/files/patch-src_Makefile new file mode 100644 index 00000000000..3cb89cf6dea --- /dev/null +++ b/x11-toolkits/fltk/files/patch-src_Makefile @@ -0,0 +1,52 @@ +--- src/Makefile.orig 2023-12-09 13:58:40 UTC ++++ src/Makefile +@@ -573,13 +573,13 @@ install: $(LIBNAME) $(DSONAME) \ + -$(INSTALL_DIR) $(DESTDIR)$(libdir) + -$(INSTALL_DIR) $(DESTDIR)$(bindir) + $(RM) $(DESTDIR)$(libdir)/$(LIBBASENAME) +- $(INSTALL_LIB) $(LIBNAME) $(DESTDIR)$(libdir) +- $(INSTALL_LIB) $(FLLIBNAME) $(DESTDIR)$(libdir) +- $(INSTALL_LIB) $(IMGLIBNAME) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(LIBNAME) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(FLLIBNAME) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(IMGLIBNAME) $(DESTDIR)$(libdir) + $(RANLIB) $(DESTDIR)$(libdir)/$(LIBBASENAME) + $(RANLIB) $(DESTDIR)$(libdir)/$(FLLIBBASENAME) + if test x$(GLLIBNAME) != x; then \ +- $(INSTALL_LIB) $(GLLIBNAME) $(DESTDIR)$(libdir); \ ++ $(INSTALL_DATA) $(GLLIBNAME) $(DESTDIR)$(libdir); \ + $(RANLIB) $(DESTDIR)$(libdir)/$(GLLIBBASENAME); \ + fi + $(RANLIB) $(DESTDIR)$(libdir)/$(IMGLIBBASENAME) +@@ -587,6 +587,7 @@ install: $(LIBNAME) $(DSONAME) \ + $(RM) $(DESTDIR)$(libdir)/libfltk.so*;\ + $(INSTALL_LIB) libfltk.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \ + $(LN) libfltk.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk.so;\ ++ $(LN) libfltk.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk.so.$(FL_DSO_VERSION:R);\ + fi + if test x$(DSONAME) = xlibfltk.sl.$(FL_DSO_VERSION); then\ + $(RM) $(DESTDIR)$(libdir)/libfltk.sl*;\ +@@ -618,6 +619,7 @@ install: $(LIBNAME) $(DSONAME) \ + $(RM) $(DESTDIR)$(libdir)/libfltk_forms.so*;\ + $(INSTALL_LIB) libfltk_forms.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \ + $(LN) libfltk_forms.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_forms.so;\ ++ $(LN) libfltk_forms.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_forms.so.$(FL_DSO_VERSION:R);\ + fi + if test x$(FLDSONAME) = xlibfltk_forms.sl.$(FL_DSO_VERSION); then\ + $(RM) $(DESTDIR)$(libdir)/libfltk_forms.sl*;\ +@@ -649,6 +651,7 @@ install: $(LIBNAME) $(DSONAME) \ + $(RM) $(DESTDIR)$(libdir)/libfltk_gl.so*;\ + $(INSTALL_LIB) libfltk_gl.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \ + $(LN) libfltk_gl.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_gl.so;\ ++ $(LN) libfltk_gl.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_gl.so.$(FL_DSO_VERSION:R);\ + fi + if test x$(GLDSONAME) = xlibfltk_gl.sl.$(FL_DSO_VERSION); then\ + $(RM) $(DESTDIR)$(libdir)/libfltk_gl.sl*;\ +@@ -680,6 +683,7 @@ install: $(LIBNAME) $(DSONAME) \ + $(RM) $(DESTDIR)$(libdir)/libfltk_images.so*;\ + $(INSTALL_LIB) libfltk_images.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \ + $(LN) libfltk_images.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_images.so;\ ++ $(LN) libfltk_images.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_images.so.$(FL_DSO_VERSION:R);\ + fi + if test x$(IMGDSONAME) = xlibfltk_images.sl.$(FL_DSO_VERSION); then\ + $(RM) $(DESTDIR)$(libdir)/libfltk_images.sl*;\ diff --git a/x11-toolkits/fltk/pkg-plist b/x11-toolkits/fltk/pkg-plist index 6f15df0e143..46d51d8ba0d 100644 --- a/x11-toolkits/fltk/pkg-plist +++ b/x11-toolkits/fltk/pkg-plist @@ -149,6 +149,10 @@ lib/libfltk.a lib/libfltk.so lib/libfltk.so.1 lib/libfltk.so.1.3 +%%CAIRO%%lib/libfltk_cairo.a +%%CAIRO%%lib/libfltk_cairo.so +%%CAIRO%%lib/libfltk_cairo.so.1 +%%CAIRO%%lib/libfltk_cairo.so.1.3 lib/libfltk_forms.a lib/libfltk_forms.so lib/libfltk_forms.so.1 diff --git a/x11-toolkits/gtk-layer-shell/Makefile b/x11-toolkits/gtk-layer-shell/Makefile index 62a96f37b4e..abe6dc60463 100644 --- a/x11-toolkits/gtk-layer-shell/Makefile +++ b/x11-toolkits/gtk-layer-shell/Makefile @@ -1,7 +1,6 @@ PORTNAME= gtk-layer-shell DISTVERSIONPREFIX= v -DISTVERSION= 0.8.1 -PORTREVISION= 1 +DISTVERSION= 0.8.2 CATEGORIES= x11-toolkits MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-toolkits/gtk-layer-shell/distinfo b/x11-toolkits/gtk-layer-shell/distinfo index 6a96393cacd..1719ca3e760 100644 --- a/x11-toolkits/gtk-layer-shell/distinfo +++ b/x11-toolkits/gtk-layer-shell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681322524 -SHA256 (wmww-gtk-layer-shell-v0.8.1_GH0.tar.gz) = c329fac878a1731cb23ad7365f2f2a35e4ab26e72b4e69458e06afd825baad48 -SIZE (wmww-gtk-layer-shell-v0.8.1_GH0.tar.gz) = 136156 +TIMESTAMP = 1704411814 +SHA256 (wmww-gtk-layer-shell-v0.8.2_GH0.tar.gz) = 254dd246303127c5d5236ea640f01a82e35d2d652a48d139dd669c832a0f0dce +SIZE (wmww-gtk-layer-shell-v0.8.2_GH0.tar.gz) = 137693 diff --git a/x11-toolkits/gtk-layer-shell/pkg-plist b/x11-toolkits/gtk-layer-shell/pkg-plist index 04805cfd15c..52b59f6f6d6 100644 --- a/x11-toolkits/gtk-layer-shell/pkg-plist +++ b/x11-toolkits/gtk-layer-shell/pkg-plist @@ -3,7 +3,7 @@ include/gtk-layer-shell/gtk-layer-shell.h lib/girepository-1.0/GtkLayerShell-0.1.typelib lib/libgtk-layer-shell.so lib/libgtk-layer-shell.so.0 -lib/libgtk-layer-shell.so.0.8.1 +lib/libgtk-layer-shell.so.0.8.2 libdata/pkgconfig/gtk-layer-shell-0.pc share/gir-1.0/GtkLayerShell-0.1.gir %%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/api-index-full.html diff --git a/x11-toolkits/kf5-attica/distinfo b/x11-toolkits/kf5-attica/distinfo index 872d7d557d7..1d8f871ba42 100644 --- a/x11-toolkits/kf5-attica/distinfo +++ b/x11-toolkits/kf5-attica/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883714 -SHA256 (KDE/frameworks/5.112.0/attica-5.112.0.tar.xz) = c53979357fbb1d78ecdcc6d823cbc41bc6333071e31a2232f3053bb91028cf6b -SIZE (KDE/frameworks/5.112.0/attica-5.112.0.tar.xz) = 69480 +TIMESTAMP = 1701678530 +SHA256 (KDE/frameworks/5.113.0/attica-5.113.0.tar.xz) = 244813d3ec65304fe77a5f4ffb2455dcff055c6f358c5bf97da9173fb714d65c +SIZE (KDE/frameworks/5.113.0/attica-5.113.0.tar.xz) = 69496 diff --git a/x11-toolkits/kf5-kcompletion/distinfo b/x11-toolkits/kf5-kcompletion/distinfo index c930144a162..f91243465d4 100644 --- a/x11-toolkits/kf5-kcompletion/distinfo +++ b/x11-toolkits/kf5-kcompletion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883716 -SHA256 (KDE/frameworks/5.112.0/kcompletion-5.112.0.tar.xz) = 1261826ed4048d96d7849bb692b5e4db3f78521e610a1a58bbd185ff385409cc -SIZE (KDE/frameworks/5.112.0/kcompletion-5.112.0.tar.xz) = 2337900 +TIMESTAMP = 1701678531 +SHA256 (KDE/frameworks/5.113.0/kcompletion-5.113.0.tar.xz) = e9cc13b7ed3dd5b9dcba59060b934f7a244da0df631135d8d63a48942040c204 +SIZE (KDE/frameworks/5.113.0/kcompletion-5.113.0.tar.xz) = 2337608 diff --git a/x11-toolkits/kf5-kconfigwidgets/distinfo b/x11-toolkits/kf5-kconfigwidgets/distinfo index 55f8a2b3516..55fe46c9716 100644 --- a/x11-toolkits/kf5-kconfigwidgets/distinfo +++ b/x11-toolkits/kf5-kconfigwidgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883717 -SHA256 (KDE/frameworks/5.112.0/kconfigwidgets-5.112.0.tar.xz) = 290f0a472eaeee834f06c9cd799a233feb94850042f117e905c02c7e9323687a -SIZE (KDE/frameworks/5.112.0/kconfigwidgets-5.112.0.tar.xz) = 2614032 +TIMESTAMP = 1701678532 +SHA256 (KDE/frameworks/5.113.0/kconfigwidgets-5.113.0.tar.xz) = 9b78605c75b4dbad634f7c397e16498e4d1e06927869777b38ea681d3b2eb32e +SIZE (KDE/frameworks/5.113.0/kconfigwidgets-5.113.0.tar.xz) = 2614196 diff --git a/x11-toolkits/kf5-kdesignerplugin/distinfo b/x11-toolkits/kf5-kdesignerplugin/distinfo index 914068c2ebc..f9441e9f260 100644 --- a/x11-toolkits/kf5-kdesignerplugin/distinfo +++ b/x11-toolkits/kf5-kdesignerplugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883719 -SHA256 (KDE/frameworks/5.112.0/kdesignerplugin-5.112.0.tar.xz) = d2d3ea6258fc3be197ba1895e5ee74b0c51a41282eb3608debdc876a403b3367 -SIZE (KDE/frameworks/5.112.0/kdesignerplugin-5.112.0.tar.xz) = 2286900 +TIMESTAMP = 1701678533 +SHA256 (KDE/frameworks/5.113.0/kdesignerplugin-5.113.0.tar.xz) = 31d166318214bec4399dab7dd19fe87b3f533b964f4cef4a53c9857a33c21c16 +SIZE (KDE/frameworks/5.113.0/kdesignerplugin-5.113.0.tar.xz) = 2286976 diff --git a/x11-toolkits/kf5-kguiaddons/distinfo b/x11-toolkits/kf5-kguiaddons/distinfo index 12ab4bbc7df..4c116a116bc 100644 --- a/x11-toolkits/kf5-kguiaddons/distinfo +++ b/x11-toolkits/kf5-kguiaddons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883720 -SHA256 (KDE/frameworks/5.112.0/kguiaddons-5.112.0.tar.xz) = abea1b0c3d755858a85d703b4ca994e09cb7bbed8b980cc10f583812d68c847b -SIZE (KDE/frameworks/5.112.0/kguiaddons-5.112.0.tar.xz) = 78388 +TIMESTAMP = 1701678534 +SHA256 (KDE/frameworks/5.113.0/kguiaddons-5.113.0.tar.xz) = cc534c2485e55dbe1ae0520eb1d3a38a7a123090e3b36b42da38f484faeb70fa +SIZE (KDE/frameworks/5.113.0/kguiaddons-5.113.0.tar.xz) = 78376 diff --git a/x11-toolkits/kf5-kirigami2/distinfo b/x11-toolkits/kf5-kirigami2/distinfo index 4d291c599ea..81225c55e61 100644 --- a/x11-toolkits/kf5-kirigami2/distinfo +++ b/x11-toolkits/kf5-kirigami2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883721 -SHA256 (KDE/frameworks/5.112.0/kirigami2-5.112.0.tar.xz) = 637e485213bf4f9c4b43a0a5dc98ea0d505b3b90b34e5702c1a7b711a51e0e11 -SIZE (KDE/frameworks/5.112.0/kirigami2-5.112.0.tar.xz) = 383248 +TIMESTAMP = 1701678535 +SHA256 (KDE/frameworks/5.113.0/kirigami2-5.113.0.tar.xz) = 1ec17142cd6c9cf88bb784d68e151e6b26e818817828444023bc0b1c08d2c37f +SIZE (KDE/frameworks/5.113.0/kirigami2-5.113.0.tar.xz) = 383080 diff --git a/x11-toolkits/kf5-kitemviews/distinfo b/x11-toolkits/kf5-kitemviews/distinfo index d4263072184..97b743d30cc 100644 --- a/x11-toolkits/kf5-kitemviews/distinfo +++ b/x11-toolkits/kf5-kitemviews/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883722 -SHA256 (KDE/frameworks/5.112.0/kitemviews-5.112.0.tar.xz) = c8e096578fda0ebf96689483dfb9503ac87d30ab7cb0edf5930b8d9b5d2ff3f6 -SIZE (KDE/frameworks/5.112.0/kitemviews-5.112.0.tar.xz) = 2264888 +TIMESTAMP = 1701678536 +SHA256 (KDE/frameworks/5.113.0/kitemviews-5.113.0.tar.xz) = adf5f36748517479b262673e636bfe939265a7b4abcdac9beafbec294e7dd572 +SIZE (KDE/frameworks/5.113.0/kitemviews-5.113.0.tar.xz) = 2264892 diff --git a/x11-toolkits/kf5-kjobwidgets/distinfo b/x11-toolkits/kf5-kjobwidgets/distinfo index 371c8946d6f..f8f12a17355 100644 --- a/x11-toolkits/kf5-kjobwidgets/distinfo +++ b/x11-toolkits/kf5-kjobwidgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883724 -SHA256 (KDE/frameworks/5.112.0/kjobwidgets-5.112.0.tar.xz) = 1b7f9cd984bb5bd79c3171c44537423730d3a5520f08f3f36ebe9e1d58b831f4 -SIZE (KDE/frameworks/5.112.0/kjobwidgets-5.112.0.tar.xz) = 2301772 +TIMESTAMP = 1701678537 +SHA256 (KDE/frameworks/5.113.0/kjobwidgets-5.113.0.tar.xz) = 19f72c1c9f0322c6194d8eba56ed91f700eab4fbd76f32d842976f795586ba38 +SIZE (KDE/frameworks/5.113.0/kjobwidgets-5.113.0.tar.xz) = 2301708 diff --git a/x11-toolkits/kf5-ktextwidgets/distinfo b/x11-toolkits/kf5-ktextwidgets/distinfo index ff398de1146..369ff96a82e 100644 --- a/x11-toolkits/kf5-ktextwidgets/distinfo +++ b/x11-toolkits/kf5-ktextwidgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883725 -SHA256 (KDE/frameworks/5.112.0/ktextwidgets-5.112.0.tar.xz) = 3fda77f68351187650f6c6bd3201fb64ce1895f32bfa5ddff345b00123700375 -SIZE (KDE/frameworks/5.112.0/ktextwidgets-5.112.0.tar.xz) = 2552708 +TIMESTAMP = 1701678538 +SHA256 (KDE/frameworks/5.113.0/ktextwidgets-5.113.0.tar.xz) = 5f09ed2598c517aed0ab7c36540678fd39acd9701e8df93ab4484ea2accb0f18 +SIZE (KDE/frameworks/5.113.0/ktextwidgets-5.113.0.tar.xz) = 2552480 diff --git a/x11-toolkits/kf5-kwidgetsaddons/distinfo b/x11-toolkits/kf5-kwidgetsaddons/distinfo index 976b7ca7438..ba14270592c 100644 --- a/x11-toolkits/kf5-kwidgetsaddons/distinfo +++ b/x11-toolkits/kf5-kwidgetsaddons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883727 -SHA256 (KDE/frameworks/5.112.0/kwidgetsaddons-5.112.0.tar.xz) = 2b7a1cf73b99bbc7a95ef04c79971b8b5d8909e085815d0e04f452de08f8b574 -SIZE (KDE/frameworks/5.112.0/kwidgetsaddons-5.112.0.tar.xz) = 4271972 +TIMESTAMP = 1701678539 +SHA256 (KDE/frameworks/5.113.0/kwidgetsaddons-5.113.0.tar.xz) = 25001fd1dbcde8324074734cc25a35888415f32cc73ffedcc889962da85b2a07 +SIZE (KDE/frameworks/5.113.0/kwidgetsaddons-5.113.0.tar.xz) = 4271260 diff --git a/x11-toolkits/kf5-kxmlgui/distinfo b/x11-toolkits/kf5-kxmlgui/distinfo index b7171e1037b..25f32039205 100644 --- a/x11-toolkits/kf5-kxmlgui/distinfo +++ b/x11-toolkits/kf5-kxmlgui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883729 -SHA256 (KDE/frameworks/5.112.0/kxmlgui-5.112.0.tar.xz) = 0f49a0494f7815f6840ee13db7d3fe2be2fdfdf3edb94c47d5fcf162fbc75a9e -SIZE (KDE/frameworks/5.112.0/kxmlgui-5.112.0.tar.xz) = 2953408 +TIMESTAMP = 1701678539 +SHA256 (KDE/frameworks/5.113.0/kxmlgui-5.113.0.tar.xz) = b8fe5f9caf9f8ff6c48432a0db72a1d0ed29d9f9094224a1f8f9c9f44f295408 +SIZE (KDE/frameworks/5.113.0/kxmlgui-5.113.0.tar.xz) = 2953380 diff --git a/x11-wm/amiwm/Makefile b/x11-wm/amiwm/Makefile index 0f8931a1fe8..46eb989c3a8 100644 --- a/x11-wm/amiwm/Makefile +++ b/x11-wm/amiwm/Makefile @@ -1,9 +1,8 @@ PORTNAME= amiwm -PORTVERSION= 0.21.pl2 -PORTREVISION= 1 +PORTVERSION= 0.22.pl2 CATEGORIES= x11-wm -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ -DISTNAME= ${PORTNAME}0.21pl2 +MASTER_SITES= https://ftp.lysator.liu.se/pub/X11/wm/amiwm/ +DISTNAME= ${PORTNAME}0.22pl2 MAINTAINER= dcarmich@dcarmichael.net COMMENT= Window manager that makes your desktop look like an Amiga(TM) diff --git a/x11-wm/amiwm/distinfo b/x11-wm/amiwm/distinfo index d19674eb101..314c543697e 100644 --- a/x11-wm/amiwm/distinfo +++ b/x11-wm/amiwm/distinfo @@ -1,2 +1,3 @@ -SHA256 (amiwm0.21pl2.tar.gz) = 7d8f83ae15f04fdc2c188e546bf8233974f5e38f2b4724655128ab7b5351c3df -SIZE (amiwm0.21pl2.tar.gz) = 195128 +TIMESTAMP = 1700054973 +SHA256 (amiwm0.22pl2.tar.gz) = 7156412dc3efd1e7afc08c7f8d975d3cdfcdcecf1d90d49a360fe386390c5b74 +SIZE (amiwm0.22pl2.tar.gz) = 193340 diff --git a/x11-wm/amiwm/pkg-plist b/x11-wm/amiwm/pkg-plist index 21289705add..101aeda8b12 100644 --- a/x11-wm/amiwm/pkg-plist +++ b/x11-wm/amiwm/pkg-plist @@ -3,6 +3,7 @@ bin/ppmtoinfo bin/requestchoice lib/X11/amiwm/Background lib/X11/amiwm/Keyboard +lib/X11/amiwm/Launcher lib/X11/amiwm/Xinitrc lib/X11/amiwm/Xsession lib/X11/amiwm/Xsession2 diff --git a/x11-wm/aphelia/Makefile b/x11-wm/aphelia/Makefile index 84dc9b80605..58b5392b49c 100644 --- a/x11-wm/aphelia/Makefile +++ b/x11-wm/aphelia/Makefile @@ -1,5 +1,6 @@ PORTNAME= aphelia DISTVERSION= g20190913 +PORTREVISION= 1 CATEGORIES= x11-wm MAINTAINER= eduardo@FreeBSD.org @@ -20,7 +21,7 @@ GH_TAGNAME= 8b06c4c USE_XORG= x11 PLIST_FILES= bin/aphelia \ - man/man1/aphelia.1.gz + share/man/man1/aphelia.1.gz do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include ${WRKSRC}/aphelia.c \ @@ -28,6 +29,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aphelia ${STAGEDIR}${PREFIX}/bin/aphelia - ${INSTALL_MAN} ${WRKSRC}/aphelia.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/aphelia.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index e6d415f77b7..a751f0d009a 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -1,7 +1,7 @@ PORTNAME= awesome PORTVERSION= 4.3 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= x11-wm @@ -38,7 +38,7 @@ GH_ACCOUNT= awesomewm SHEBANG_FILES= utils/awesome-client CMAKE_ARGS= -DSYSCONFDIR=${PREFIX}/etc \ - -DAWESOME_MAN_PATH=${MANPREFIX}/man \ + -DAWESOME_MAN_PATH=${PREFIX}/share/man \ -DGENERATE_DOC=OFF \ -DLUA_INCLUDE_DIR=${LUA_INCDIR} diff --git a/x11-wm/awesome/pkg-plist b/x11-wm/awesome/pkg-plist index f1891ba1863..845785ae538 100644 --- a/x11-wm/awesome/pkg-plist +++ b/x11-wm/awesome/pkg-plist @@ -260,24 +260,24 @@ %%DATADIR%%/themes/zenburn/titlebar/sticky_normal_active.png %%DATADIR%%/themes/zenburn/titlebar/sticky_normal_inactive.png %%DATADIR%%/themes/zenburn/zenburn-background.png -%%MANPAGES%%man/de/man1/awesome-client.1.gz -%%MANPAGES%%man/de/man1/awesome.1.gz -%%MANPAGES%%man/de/man5/awesomerc.5.gz -%%MANPAGES%%man/es/man1/awesome-client.1.gz -%%MANPAGES%%man/es/man1/awesome.1.gz -%%MANPAGES%%man/es/man5/awesomerc.5.gz -%%MANPAGES%%man/fr/man1/awesome-client.1.gz -%%MANPAGES%%man/fr/man1/awesome.1.gz -%%MANPAGES%%man/fr/man5/awesomerc.5.gz -%%MANPAGES%%man/it/man1/awesome-client.1.gz -%%MANPAGES%%man/it/man1/awesome.1.gz -%%MANPAGES%%man/it/man5/awesomerc.5.gz -%%MANPAGES%%man/man1/awesome-client.1.gz -%%MANPAGES%%man/man1/awesome.1.gz -%%MANPAGES%%man/man5/awesomerc.5.gz -%%MANPAGES%%man/ru/man1/awesome-client.1.gz -%%MANPAGES%%man/ru/man1/awesome.1.gz -%%MANPAGES%%man/ru/man5/awesomerc.5.gz +%%MANPAGES%%share/man/de/man1/awesome-client.1.gz +%%MANPAGES%%share/man/de/man1/awesome.1.gz +%%MANPAGES%%share/man/de/man5/awesomerc.5.gz +%%MANPAGES%%share/man/es/man1/awesome-client.1.gz +%%MANPAGES%%share/man/es/man1/awesome.1.gz +%%MANPAGES%%share/man/es/man5/awesomerc.5.gz +%%MANPAGES%%share/man/fr/man1/awesome-client.1.gz +%%MANPAGES%%share/man/fr/man1/awesome.1.gz +%%MANPAGES%%share/man/fr/man5/awesomerc.5.gz +%%MANPAGES%%share/man/it/man1/awesome-client.1.gz +%%MANPAGES%%share/man/it/man1/awesome.1.gz +%%MANPAGES%%share/man/it/man5/awesomerc.5.gz +%%MANPAGES%%share/man/man1/awesome-client.1.gz +%%MANPAGES%%share/man/man1/awesome.1.gz +%%MANPAGES%%share/man/man5/awesomerc.5.gz +%%MANPAGES%%share/man/ru/man1/awesome-client.1.gz +%%MANPAGES%%share/man/ru/man1/awesome.1.gz +%%MANPAGES%%share/man/ru/man5/awesomerc.5.gz %%PORTDOCS%%%%DOCSDIR%%/00-authors.md %%PORTDOCS%%%%DOCSDIR%%/01-readme.md %%PORTDOCS%%%%DOCSDIR%%/02-contributing.md diff --git a/x11-wm/echinus/Makefile b/x11-wm/echinus/Makefile index cba7adbcfc4..ef2f09ee157 100644 --- a/x11-wm/echinus/Makefile +++ b/x11-wm/echinus/Makefile @@ -1,6 +1,6 @@ PORTNAME= echinus PORTVERSION= 0.4.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= http://plhk.ru/static/echinus/ @@ -25,7 +25,7 @@ PLIST_FILES= bin/echinus \ etc/echinus/iconify.xbm \ etc/echinus/max.xbm \ etc/echinus/echinusrc \ - man/man1/echinus.1.gz + share/man/man1/echinus.1.gz SUB_FILES= pkg-message @@ -34,7 +34,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILES:S,^,${WRKSRC}/,} ${STAGEDIR}${ETCDIR}/ diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile index 8b297ff5781..4e1311665d0 100644 --- a/x11-wm/leftwm/Makefile +++ b/x11-wm/leftwm/Makefile @@ -1,5 +1,6 @@ PORTNAME= leftwm DISTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= x11-wm MAINTAINER= bofh@FreeBSD.org diff --git a/x11-wm/libcompizconfig/Makefile b/x11-wm/libcompizconfig/Makefile index c155cb8191f..c2333c3e7ca 100644 --- a/x11-wm/libcompizconfig/Makefile +++ b/x11-wm/libcompizconfig/Makefile @@ -4,12 +4,14 @@ PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/libcompizconfig/ -MAINTAINER= potmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Alternative configuration system for Compiz LICENSE= GPLv2 BROKEN= Unfetchable +DEPRECATED= Abandoned project +EXPIRATION_DATE= 2024-02-10 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile index 5ef10e406f3..db15572b47b 100644 --- a/x11-wm/lwm/Makefile +++ b/x11-wm/lwm/Makefile @@ -1,5 +1,6 @@ PORTNAME= lwm PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://www.jfc.org.uk/files/lwm/ @@ -22,14 +23,14 @@ MAKE_ARGS= LDFLAGS="${LDFLAGS}" CFLAGS+= `pkg-config --cflags sm x11 xext ice` -DSHAPE LDFLAGS+= `pkg-config --libs sm x11 xext ice` -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTDOCS= AUTHORS BUGS ChangeLog README TODO OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/x11-wm/mcwm/Makefile b/x11-wm/mcwm/Makefile index be99748fb3a..e85a217fb51 100644 --- a/x11-wm/mcwm/Makefile +++ b/x11-wm/mcwm/Makefile @@ -1,5 +1,6 @@ PORTNAME= mcwm PORTVERSION= 20130209 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://hack.org/mc/hacks/mcwm/ @@ -17,7 +18,8 @@ LIB_DEPENDS= libxcb-util.so:x11/xcb-util \ USES= tar:bzip2 xorg USE_XORG= xcb -PLIST_FILES= bin/mcwm bin/hidden man/man1/mcwm.1.gz man/man1/hidden.1.gz +PLIST_FILES= bin/mcwm bin/hidden share/man/man1/mcwm.1.gz \ + share/man/man1/hidden.1.gz PORTDOCS= README NEWS OPTIONS_DEFINE= DOCS @@ -37,10 +39,10 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 + ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 ${INSTALL_PROGRAM} ${WRKSRC}/hidden ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/hidden.man \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/hidden.1 + ${STAGEDIR}${PREFIX}/share/man/man1/hidden.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/x11-wm/niri/Makefile b/x11-wm/niri/Makefile index e30117fb5da..f6202a88b76 100644 --- a/x11-wm/niri/Makefile +++ b/x11-wm/niri/Makefile @@ -1,6 +1,7 @@ PORTNAME= niri DISTVERSIONPREFIX= v -DISTVERSION= 0.1.0-alpha.2 +DISTVERSION= 0.1.0-alpha.3 +PORTREVISION= 1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/niri/Makefile.crates b/x11-wm/niri/Makefile.crates index 7b4f48b8ad3..817f83f7970 100644 --- a/x11-wm/niri/Makefile.crates +++ b/x11-wm/niri/Makefile.crates @@ -1,15 +1,15 @@ CARGO_CRATES= adler-1.0.2 \ - ahash-0.8.6 \ + ahash-0.8.7 \ aho-corasick-1.1.2 \ allocator-api2-0.2.16 \ - android-activity-0.5.0 \ + android-activity-0.5.1 \ android-properties-0.2.2 \ 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 \ + anyhow-1.0.79 \ appendlist-1.4.0 \ approx-0.4.0 \ arrayvec-0.7.4 \ @@ -25,8 +25,8 @@ CARGO_CRATES= adler-1.0.2 \ async-process-1.8.1 \ async-recursion-1.0.5 \ async-signal-0.2.5 \ - async-task-4.6.0 \ - async-trait-0.1.74 \ + async-task-4.7.0 \ + async-trait-0.1.77 \ atomic-waker-1.1.2 \ autocfg-1.1.0 \ base64-0.21.5 \ @@ -37,7 +37,7 @@ CARGO_CRATES= adler-1.0.2 \ bitflags-2.4.1 \ block-0.1.6 \ block-buffer-0.10.4 \ - block-sys-0.2.0 \ + block-sys-0.2.1 \ block2-0.3.0 \ blocking-1.5.1 \ bumpalo-3.14.0 \ @@ -50,14 +50,14 @@ CARGO_CRATES= adler-1.0.2 \ cc-1.0.83 \ cesu8-1.1.0 \ cexpr-0.6.0 \ - cfg-expr-0.15.5 \ + cfg-expr-0.15.6 \ cfg-if-1.0.0 \ cfg_aliases-0.1.1 \ cgmath-0.18.0 \ chumsky-0.9.3 \ - clang-sys-1.6.1 \ - clap-4.4.11 \ - clap_builder-4.4.11 \ + clang-sys-1.7.0 \ + clap-4.4.13 \ + clap_builder-4.4.12 \ clap_derive-4.4.7 \ clap_lex-0.6.0 \ colorchoice-1.0.0 \ @@ -69,12 +69,12 @@ CARGO_CRATES= adler-1.0.2 \ core-foundation-sys-0.8.6 \ core-graphics-0.23.1 \ core-graphics-types-0.1.3 \ - cpufeatures-0.2.11 \ + cpufeatures-0.2.12 \ crc32fast-1.3.2 \ - crossbeam-utils-0.8.17 \ + crossbeam-utils-0.8.18 \ crypto-common-0.1.6 \ cursor-icon-1.1.0 \ - deranged-0.3.10 \ + deranged-0.3.11 \ derivative-2.2.0 \ digest-0.10.7 \ directories-5.0.1 \ @@ -84,10 +84,10 @@ CARGO_CRATES= adler-1.0.2 \ dispatch-0.2.0 \ dlib-0.5.2 \ downcast-rs-1.2.0 \ - drm-0.11.0 \ - drm-ffi-0.7.0 \ + drm-0.11.1 \ + drm-ffi-0.7.1 \ drm-fourcc-2.2.0 \ - drm-sys-0.6.0 \ + drm-sys-0.6.1 \ edid-rs-0.1.0 \ enumflags2-0.7.8 \ enumflags2_derive-0.7.8 \ @@ -95,29 +95,29 @@ CARGO_CRATES= adler-1.0.2 \ errno-0.3.8 \ event-listener-2.5.3 \ event-listener-3.1.0 \ - event-listener-4.0.1 \ + event-listener-4.0.3 \ event-listener-strategy-0.4.0 \ fastrand-1.9.0 \ fastrand-2.0.1 \ - fdeflate-0.3.1 \ + fdeflate-0.3.3 \ flate2-1.0.28 \ fnv-1.0.7 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.3 \ foreign-types-shared-0.3.1 \ form_urlencoded-1.2.1 \ - futures-core-0.3.29 \ - futures-io-0.3.29 \ + futures-core-0.3.30 \ + futures-io-0.3.30 \ futures-lite-1.13.0 \ - futures-lite-2.1.0 \ - futures-sink-0.3.29 \ - futures-task-0.3.29 \ - futures-util-0.3.29 \ + futures-lite-2.2.0 \ + futures-sink-0.3.30 \ + futures-task-0.3.30 \ + futures-util-0.3.30 \ gbm-0.14.0 \ gbm-sys-0.3.0 \ generator-0.7.5 \ generic-array-0.14.7 \ - gethostname-0.3.0 \ + gethostname-0.4.3 \ getrandom-0.2.11 \ git-version-0.3.9 \ git-version-macro-0.3.9 \ @@ -146,7 +146,6 @@ CARGO_CRATES= adler-1.0.2 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.151 \ - libloading-0.7.4 \ libloading-0.8.1 \ libm-0.2.8 \ libredox-0.0.1 \ @@ -161,11 +160,11 @@ CARGO_CRATES= adler-1.0.2 \ linux-raw-sys-0.6.3 \ log-0.4.20 \ logind-zbus-3.1.2 \ - loom-0.5.6 \ + loom-0.7.1 \ mac-notification-sys-0.6.1 \ malloc_buf-0.0.6 \ matchers-0.1.0 \ - memchr-2.6.4 \ + memchr-2.7.1 \ memmap2-0.8.0 \ memmap2-0.9.3 \ memoffset-0.7.1 \ @@ -182,8 +181,8 @@ CARGO_CRATES= adler-1.0.2 \ notify-rust-4.10.0 \ nu-ansi-term-0.46.0 \ num-traits-0.2.17 \ - num_enum-0.7.1 \ - num_enum_derive-0.7.1 \ + num_enum-0.7.2 \ + num_enum_derive-0.7.2 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc-sys-0.3.2 \ @@ -203,7 +202,7 @@ CARGO_CRATES= adler-1.0.2 \ piper-0.2.1 \ pipewire-0.7.2 \ pipewire-sys-0.7.2 \ - pkg-config-0.3.27 \ + pkg-config-0.3.28 \ png-0.17.10 \ polling-2.8.0 \ polling-3.3.1 \ @@ -211,17 +210,17 @@ CARGO_CRATES= adler-1.0.2 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ proc-macro-crate-1.3.1 \ - proc-macro-crate-2.0.1 \ + proc-macro-crate-3.0.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.70 \ - profiling-1.0.12 \ - profiling-procmacros-1.0.12 \ + proc-macro2-1.0.76 \ + profiling-1.0.13 \ + profiling-procmacros-1.0.13 \ proptest-1.4.0 \ proptest-derive-0.4.0 \ quick-error-1.2.3 \ quick-xml-0.30.0 \ - quote-1.0.33 \ + quote-1.0.35 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -244,10 +243,10 @@ CARGO_CRATES= adler-1.0.2 \ scan_fmt-0.2.6 \ scoped-tls-1.0.1 \ sd-notify-0.4.1 \ - serde-1.0.193 \ - serde_derive-1.0.193 \ - serde_repr-0.1.17 \ - serde_spanned-0.6.4 \ + serde-1.0.195 \ + serde_derive-1.0.195 \ + serde_repr-0.1.18 \ + serde_spanned-0.6.5 \ sha1-0.10.6 \ sharded-slab-0.1.7 \ shlex-1.2.0 \ @@ -259,31 +258,31 @@ CARGO_CRATES= adler-1.0.2 \ smol_str-0.2.0 \ socket2-0.4.10 \ static_assertions-1.1.0 \ - strsim-0.10.0 \ + strsim-0.10.1 \ syn-1.0.109 \ - syn-2.0.41 \ + syn-2.0.48 \ system-deps-6.2.0 \ - target-lexicon-0.12.12 \ + target-lexicon-0.12.13 \ tauri-winrt-notification-0.1.3 \ - tempfile-3.8.1 \ - thiserror-1.0.51 \ - thiserror-impl-1.0.51 \ + tempfile-3.9.0 \ + thiserror-1.0.56 \ + thiserror-impl-1.0.56 \ thread_local-1.1.7 \ time-0.3.31 \ time-core-0.1.2 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ - toml-0.8.2 \ - toml_datetime-0.6.3 \ + toml-0.8.8 \ + toml_datetime-0.6.5 \ toml_edit-0.19.15 \ - toml_edit-0.20.2 \ + toml_edit-0.21.0 \ tracing-0.1.40 \ tracing-attributes-0.1.27 \ tracing-core-0.1.32 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.18 \ - tracy-client-0.16.4 \ - tracy-client-sys-0.22.0 \ + tracy-client-0.16.5 \ + tracy-client-sys-0.22.1 \ typenum-1.17.0 \ udev-0.7.0 \ udev-0.8.0 \ @@ -322,11 +321,10 @@ CARGO_CRATES= adler-1.0.2 \ wayland-server-0.31.0 \ wayland-sys-0.31.1 \ web-sys-0.3.66 \ - web-time-0.2.3 \ + web-time-0.2.4 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.6 \ - winapi-wsapoll-0.1.1 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.48.0 \ windows-0.51.1 \ @@ -358,11 +356,11 @@ CARGO_CRATES= adler-1.0.2 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.0 \ - winit-0.29.4 \ - winnow-0.5.30 \ + winit-0.29.9 \ + winnow-0.5.33 \ x11-dl-2.21.0 \ - x11rb-0.12.0 \ - x11rb-protocol-0.12.0 \ + x11rb-0.13.0 \ + x11rb-protocol-0.13.0 \ xcursor-0.3.5 \ xdg-home-1.0.0 \ xkbcommon-0.7.0 \ @@ -372,9 +370,9 @@ CARGO_CRATES= adler-1.0.2 \ zbus-3.14.1 \ zbus_macros-3.14.1 \ zbus_names-2.6.0 \ - zerocopy-0.7.31 \ - zerocopy-derive-0.7.31 \ + zerocopy-0.7.32 \ + zerocopy-derive-0.7.32 \ zvariant-3.15.0 \ zvariant_derive-3.15.0 \ zvariant_utils-1.0.1 \ - smithay,smithay-drm-extras@git+https://github.com/Smithay/smithay.git\#b15d29e596b629ec25474b67cc9ecb2f1729d6a2 + smithay,smithay-drm-extras@git+https://github.com/Smithay/smithay.git\#77686d70991d6aa86de2ed787a335ef1643132d8 diff --git a/x11-wm/niri/distinfo b/x11-wm/niri/distinfo index 677ed2a8f46..3a224f19820 100644 --- a/x11-wm/niri/distinfo +++ b/x11-wm/niri/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1703306583 +TIMESTAMP = 1704635048 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 -SHA256 (rust/crates/ahash-0.8.6.crate) = 91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a -SIZE (rust/crates/ahash-0.8.6.crate) = 42780 +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/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025 -SHA256 (rust/crates/android-activity-0.5.0.crate) = 052ad56e336bcc615a214bffbeca6c181ee9550acec193f0327e0b103b033a4d -SIZE (rust/crates/android-activity-0.5.0.crate) = 257716 +SHA256 (rust/crates/android-activity-0.5.1.crate) = 39b801912a977c3fd52d80511fe1c0c8480c6f957f21ae2ce1b92ffe970cf4b9 +SIZE (rust/crates/android-activity-0.5.1.crate) = 258268 SHA256 (rust/crates/android-properties-0.2.2.crate) = fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04 SIZE (rust/crates/android-properties-0.2.2.crate) = 4563 SHA256 (rust/crates/anstream-0.6.5.crate) = d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6 @@ -21,8 +21,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.75.crate) = a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6 -SIZE (rust/crates/anyhow-1.0.75.crate) = 43901 +SHA256 (rust/crates/anyhow-1.0.79.crate) = 080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca +SIZE (rust/crates/anyhow-1.0.79.crate) = 44931 SHA256 (rust/crates/appendlist-1.4.0.crate) = e149dc73cd30538307e7ffa2acd3d2221148eaeed4871f246657b1c3eaa1cbd2 SIZE (rust/crates/appendlist-1.4.0.crate) = 7252 SHA256 (rust/crates/approx-0.4.0.crate) = 3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278 @@ -53,10 +53,10 @@ SHA256 (rust/crates/async-recursion-1.0.5.crate) = 5fd55a5ba1179988837d24ab4c7cc 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.6.0.crate) = e1d90cd0b264dfdd8eb5bad0a2c217c1f88fa96a8573f40e7b12de23fb468f46 -SIZE (rust/crates/async-task-4.6.0.crate) = 37979 -SHA256 (rust/crates/async-trait-0.1.74.crate) = a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9 -SIZE (rust/crates/async-trait-0.1.74.crate) = 28997 +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.77.crate) = c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9 +SIZE (rust/crates/async-trait-0.1.77.crate) = 29986 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.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa @@ -77,8 +77,8 @@ SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c SIZE (rust/crates/block-0.1.6.crate) = 4077 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/block-sys-0.2.0.crate) = 2dd7cf50912cddc06dc5ea7c08c5e81c1b2c842a70d19def1848d54c586fed92 -SIZE (rust/crates/block-sys-0.2.0.crate) = 9147 +SHA256 (rust/crates/block-sys-0.2.1.crate) = ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7 +SIZE (rust/crates/block-sys-0.2.1.crate) = 9320 SHA256 (rust/crates/block2-0.3.0.crate) = 15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68 SIZE (rust/crates/block2-0.3.0.crate) = 10924 SHA256 (rust/crates/blocking-1.5.1.crate) = 6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118 @@ -103,8 +103,8 @@ SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748 SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 -SHA256 (rust/crates/cfg-expr-0.15.5.crate) = 03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3 -SIZE (rust/crates/cfg-expr-0.15.5.crate) = 41639 +SHA256 (rust/crates/cfg-expr-0.15.6.crate) = 6100bc57b6209840798d95cb2775684849d332f7bd788db2a8c8caf7ef82a41a +SIZE (rust/crates/cfg-expr-0.15.6.crate) = 41989 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 @@ -113,12 +113,12 @@ SHA256 (rust/crates/cgmath-0.18.0.crate) = 1a98d30140e3296250832bbaaff83b27dcd6f SIZE (rust/crates/cgmath-0.18.0.crate) = 64802 SHA256 (rust/crates/chumsky-0.9.3.crate) = 8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9 SIZE (rust/crates/chumsky-0.9.3.crate) = 75112 -SHA256 (rust/crates/clang-sys-1.6.1.crate) = c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f -SIZE (rust/crates/clang-sys-1.6.1.crate) = 41346 -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/clang-sys-1.7.0.crate) = 67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1 +SIZE (rust/crates/clang-sys-1.7.0.crate) = 42088 +SHA256 (rust/crates/clap-4.4.13.crate) = 52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642 +SIZE (rust/crates/clap-4.4.13.crate) = 55293 +SHA256 (rust/crates/clap_builder-4.4.12.crate) = fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9 +SIZE (rust/crates/clap_builder-4.4.12.crate) = 163345 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 @@ -141,18 +141,18 @@ 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.3.crate) = 45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf SIZE (rust/crates/core-graphics-types-0.1.3.crate) = 7063 -SHA256 (rust/crates/cpufeatures-0.2.11.crate) = ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0 -SIZE (rust/crates/cpufeatures-0.2.11.crate) = 12727 +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/crossbeam-utils-0.8.17.crate) = c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f -SIZE (rust/crates/crossbeam-utils-0.8.17.crate) = 42324 +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/cursor-icon-1.1.0.crate) = 96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991 SIZE (rust/crates/cursor-icon-1.1.0.crate) = 11453 -SHA256 (rust/crates/deranged-0.3.10.crate) = 8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc -SIZE (rust/crates/deranged-0.3.10.crate) = 17803 +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 @@ -171,14 +171,14 @@ SHA256 (rust/crates/dlib-0.5.2.crate) = 330c60081dcc4c72131f8eb70510f1ac07223e5d SIZE (rust/crates/dlib-0.5.2.crate) = 5806 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.11.0.crate) = e58eefd79f5173683872c0c82d0f05c2dc3c583d631259f60bb7a323756b7ff2 -SIZE (rust/crates/drm-0.11.0.crate) = 49156 -SHA256 (rust/crates/drm-ffi-0.7.0.crate) = 220dd8c12ebf2b0cbaffa19e00de02f5f090d363fb900f16ea012c077eea1174 -SIZE (rust/crates/drm-ffi-0.7.0.crate) = 9582 +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.6.0.crate) = 5115283ec60c99da8a9e5dc3c55f27680211e974c948cb6f3b51f0373190503b -SIZE (rust/crates/drm-sys-0.6.0.crate) = 10303 +SHA256 (rust/crates/drm-sys-0.6.1.crate) = 2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176 +SIZE (rust/crates/drm-sys-0.6.1.crate) = 10363 SHA256 (rust/crates/edid-rs-0.1.0.crate) = 2ab5fa33485cd85ac354df485819a63360fefa312fe04cffe65e6f175be1522c SIZE (rust/crates/edid-rs-0.1.0.crate) = 10023 SHA256 (rust/crates/enumflags2-0.7.8.crate) = 5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939 @@ -193,16 +193,16 @@ SHA256 (rust/crates/event-listener-2.5.3.crate) = 0206175f82b8d6bf6652ff7d71a1e2 SIZE (rust/crates/event-listener-2.5.3.crate) = 15392 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.1.crate) = 84f2cdcf274580f2d63697192d744727b3198894b1bf02923643bf59e2c26712 -SIZE (rust/crates/event-listener-4.0.1.crate) = 39237 +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-strategy-0.4.0.crate) = 958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3 SIZE (rust/crates/event-listener-strategy-0.4.0.crate) = 10225 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/fdeflate-0.3.1.crate) = 64d6dafc854908ff5da46ff3f8f473c6984119a2876a383a860246dd7841a868 -SIZE (rust/crates/fdeflate-0.3.1.crate) = 26143 +SHA256 (rust/crates/fdeflate-0.3.3.crate) = 209098dd6dfc4445aa6111f0e98653ac323eaa4dfd212c9ca3931bf9955c31bd +SIZE (rust/crates/fdeflate-0.3.3.crate) = 25011 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 @@ -215,20 +215,20 @@ SHA256 (rust/crates/foreign-types-shared-0.3.1.crate) = aa9a19cbb55df58761df49b2 SIZE (rust/crates/foreign-types-shared-0.3.1.crate) = 6006 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 -SHA256 (rust/crates/futures-core-0.3.29.crate) = eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c -SIZE (rust/crates/futures-core-0.3.29.crate) = 14808 -SHA256 (rust/crates/futures-io-0.3.29.crate) = 8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa -SIZE (rust/crates/futures-io-0.3.29.crate) = 8908 +SHA256 (rust/crates/futures-core-0.3.30.crate) = dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d +SIZE (rust/crates/futures-core-0.3.30.crate) = 14071 +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.1.0.crate) = aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143 -SIZE (rust/crates/futures-lite-2.1.0.crate) = 37884 -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-lite-2.2.0.crate) = 445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba +SIZE (rust/crates/futures-lite-2.2.0.crate) = 38029 +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/gbm-0.14.0.crate) = 65dffaf38d96aa22cb748ccd9b1ffe624931e899f54c0225815ef7ac757a409f SIZE (rust/crates/gbm-0.14.0.crate) = 12037 SHA256 (rust/crates/gbm-sys-0.3.0.crate) = 6fd2d6bf7c0143b38beece05f9a5c4c851a49a8434f62bf58ff28da92b0ddc58 @@ -237,8 +237,8 @@ SHA256 (rust/crates/generator-0.7.5.crate) = 5cc16584ff22b460a382b7feec54b23d290 SIZE (rust/crates/generator-0.7.5.crate) = 29947 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -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/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 SHA256 (rust/crates/git-version-0.3.9.crate) = 1ad568aa3db0fcbc81f2f116137f263d7304f512a1209b35b85150d3ef88ad19 @@ -295,8 +295,6 @@ SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 SIZE (rust/crates/libc-0.2.151.crate) = 736640 -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.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 @@ -325,16 +323,16 @@ SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c74 SIZE (rust/crates/log-0.4.20.crate) = 38307 SHA256 (rust/crates/logind-zbus-3.1.2.crate) = c07a2542f6e91ea92780158654852190edb2ba0b232d9d00d649d0c691cb7eb3 SIZE (rust/crates/logind-zbus-3.1.2.crate) = 26380 -SHA256 (rust/crates/loom-0.5.6.crate) = ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5 -SIZE (rust/crates/loom-0.5.6.crate) = 72186 +SHA256 (rust/crates/loom-0.7.1.crate) = 7e045d70ddfbc984eacfa964ded019534e8f6cbf36f6410aee0ed5cefa5a9175 +SIZE (rust/crates/loom-0.7.1.crate) = 73744 SHA256 (rust/crates/mac-notification-sys-0.6.1.crate) = 51fca4d74ff9dbaac16a01b924bc3693fa2bba0862c2c633abc73f9a8ea21f64 SIZE (rust/crates/mac-notification-sys-0.6.1.crate) = 12242 SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb SIZE (rust/crates/malloc_buf-0.0.6.crate) = 1239 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 SIZE (rust/crates/matchers-0.1.0.crate) = 6948 -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/memmap2-0.8.0.crate) = 43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed SIZE (rust/crates/memmap2-0.8.0.crate) = 30990 SHA256 (rust/crates/memmap2-0.9.3.crate) = 45fd3a57831bf88bc63f8cebc0cf956116276e97fef3966103e96416209f7c92 @@ -367,10 +365,10 @@ 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-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 -SHA256 (rust/crates/num_enum-0.7.1.crate) = 683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0 -SIZE (rust/crates/num_enum-0.7.1.crate) = 18578 -SHA256 (rust/crates/num_enum_derive-0.7.1.crate) = 6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e -SIZE (rust/crates/num_enum_derive-0.7.1.crate) = 17088 +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/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 @@ -409,8 +407,8 @@ SHA256 (rust/crates/pipewire-0.7.2.crate) = a2d009c8dd65e890b515a71950f7e4c80152 SIZE (rust/crates/pipewire-0.7.2.crate) = 46643 SHA256 (rust/crates/pipewire-sys-0.7.2.crate) = 890c084e7b737246cb4799c86b71a0e4da536031ff7473dd639eba9f95039f64 SIZE (rust/crates/pipewire-sys-0.7.2.crate) = 3009 -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.28.crate) = 69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a +SIZE (rust/crates/pkg-config-0.3.28.crate) = 20330 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 @@ -425,18 +423,18 @@ 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-1.3.1.crate) = 7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919 SIZE (rust/crates/proc-macro-crate-1.3.1.crate) = 9678 -SHA256 (rust/crates/proc-macro-crate-2.0.1.crate) = 97dc5fea232fc28d2f597b37c4876b348a40e33f3b02cc975c8d006d78d94b1a -SIZE (rust/crates/proc-macro-crate-2.0.1.crate) = 10989 +SHA256 (rust/crates/proc-macro-crate-3.0.0.crate) = 6b2685dd208a3771337d8d386a89840f0f43cd68be8dae90a5f8c2384effc9cd +SIZE (rust/crates/proc-macro-crate-3.0.0.crate) = 10969 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.70.crate) = 39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b -SIZE (rust/crates/proc-macro2-1.0.70.crate) = 44343 -SHA256 (rust/crates/profiling-1.0.12.crate) = 1de09527cd2ea2c2d59fb6c2f8c1ab8c71709ed9d1b6d60b0e1c9fbb6fdcb33c -SIZE (rust/crates/profiling-1.0.12.crate) = 13048 -SHA256 (rust/crates/profiling-procmacros-1.0.12.crate) = 9d8f36e3c621a72254893ed5cc57d1a069162adb3f98bfef610788661db6ad8d -SIZE (rust/crates/profiling-procmacros-1.0.12.crate) = 5552 +SHA256 (rust/crates/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c +SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 +SHA256 (rust/crates/profiling-1.0.13.crate) = d135ede8821cf6376eb7a64148901e1690b788c11ae94dc297ae917dbc91dc0e +SIZE (rust/crates/profiling-1.0.13.crate) = 13109 +SHA256 (rust/crates/profiling-procmacros-1.0.13.crate) = 4b322d7d65c1ab449be3c890fcbd0db6e1092d0dd05d79dba2dd28032cebeb05 +SIZE (rust/crates/profiling-procmacros-1.0.13.crate) = 5598 SHA256 (rust/crates/proptest-1.4.0.crate) = 31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf SIZE (rust/crates/proptest-1.4.0.crate) = 198527 SHA256 (rust/crates/proptest-derive-0.4.0.crate) = 9cf16337405ca084e9c78985114633b6827711d22b9e6ef6c6c0d665eb3f0b6e @@ -445,8 +443,8 @@ SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289d SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 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/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 @@ -491,14 +489,14 @@ SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0 SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 SHA256 (rust/crates/sd-notify-0.4.1.crate) = 621e3680f3e07db4c9c2c3fb07c6223ab2fab2e54bd3c04c3ae037990f428c32 SIZE (rust/crates/sd-notify-0.4.1.crate) = 10085 -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_repr-0.1.17.crate) = 3081f5ffbb02284dda55132aa26daecedd7372a42417bbbab6f14ab7d6bb9145 -SIZE (rust/crates/serde_repr-0.1.17.crate) = 9971 -SHA256 (rust/crates/serde_spanned-0.6.4.crate) = 12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80 -SIZE (rust/crates/serde_spanned-0.6.4.crate) = 7756 +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_repr-0.1.18.crate) = 0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb +SIZE (rust/crates/serde_repr-0.1.18.crate) = 9974 +SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 +SIZE (rust/crates/serde_spanned-0.6.5.crate) = 8349 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba SIZE (rust/crates/sha1-0.10.6.crate) = 13517 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 @@ -521,24 +519,24 @@ SHA256 (rust/crates/socket2-0.4.10.crate) = 9f7916fc008ca5542385b89a3d3ce689953c SIZE (rust/crates/socket2-0.4.10.crate) = 45697 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f 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/strsim-0.10.1.crate) = ccbca6f34534eb78dbee83f6b2c9442fea7113f43d9e80ea320f0972ae5dc08d +SIZE (rust/crates/strsim-0.10.1.crate) = 13708 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.41.crate) = 44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269 -SIZE (rust/crates/syn-2.0.41.crate) = 246016 +SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f +SIZE (rust/crates/syn-2.0.48.crate) = 250566 SHA256 (rust/crates/system-deps-6.2.0.crate) = 2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331 SIZE (rust/crates/system-deps-6.2.0.crate) = 24961 -SHA256 (rust/crates/target-lexicon-0.12.12.crate) = 14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a -SIZE (rust/crates/target-lexicon-0.12.12.crate) = 25156 +SHA256 (rust/crates/target-lexicon-0.12.13.crate) = 69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae +SIZE (rust/crates/target-lexicon-0.12.13.crate) = 25424 SHA256 (rust/crates/tauri-winrt-notification-0.1.3.crate) = 006851c9ccefa3c38a7646b8cec804bb429def3da10497bfa977179869c3e8e2 SIZE (rust/crates/tauri-winrt-notification-0.1.3.crate) = 42440 -SHA256 (rust/crates/tempfile-3.8.1.crate) = 7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5 -SIZE (rust/crates/tempfile-3.8.1.crate) = 32164 -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.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa +SIZE (rust/crates/tempfile-3.9.0.crate) = 32182 +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/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 @@ -549,14 +547,14 @@ SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a465126 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.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-0.8.8.crate) = a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35 +SIZE (rust/crates/toml-0.8.8.crate) = 50451 +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.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/toml_edit-0.21.0.crate) = d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03 +SIZE (rust/crates/toml_edit-0.21.0.crate) = 101265 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 @@ -567,10 +565,10 @@ SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de38400 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 SHA256 (rust/crates/tracing-subscriber-0.3.18.crate) = ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b SIZE (rust/crates/tracing-subscriber-0.3.18.crate) = 196312 -SHA256 (rust/crates/tracy-client-0.16.4.crate) = 82da0d50d9df1106619b1e5b118f39de779f7d8b9c3504485b291cb16fabd20f -SIZE (rust/crates/tracy-client-0.16.4.crate) = 19705 -SHA256 (rust/crates/tracy-client-sys-0.22.0.crate) = 3db0b1cc1bb12a70457300d9affc07acb587390d971a796dac2f4d9bca8df776 -SIZE (rust/crates/tracy-client-sys-0.22.0.crate) = 307957 +SHA256 (rust/crates/tracy-client-0.16.5.crate) = 307e6b7030112fe9640fdd87988a40795549ba75c355f59485d14e6b444d2987 +SIZE (rust/crates/tracy-client-0.16.5.crate) = 20125 +SHA256 (rust/crates/tracy-client-sys-0.22.1.crate) = 078c7ed72141b0e4369671a7f7af0eecffe18d753bf0296adca9c7add7276c9d +SIZE (rust/crates/tracy-client-sys-0.22.1.crate) = 308025 SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 SIZE (rust/crates/typenum-1.17.0.crate) = 42849 SHA256 (rust/crates/udev-0.7.0.crate) = 4ebdbbd670373442a12fe9ef7aeb53aec4147a5a27a00bbc3ab639f08f48191a @@ -647,16 +645,14 @@ SHA256 (rust/crates/wayland-sys-0.31.1.crate) = 15a0c8eaff5216d07f226cb7a5491592 SIZE (rust/crates/wayland-sys-0.31.1.crate) = 8577 SHA256 (rust/crates/web-sys-0.3.66.crate) = 50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f SIZE (rust/crates/web-sys-0.3.66.crate) = 733024 -SHA256 (rust/crates/web-time-0.2.3.crate) = 57099a701fb3a8043f993e8228dc24229c7b942e2b009a1b962e54489ba1d3bf -SIZE (rust/crates/web-time-0.2.3.crate) = 14052 +SHA256 (rust/crates/web-time-0.2.4.crate) = aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0 +SIZE (rust/crates/web-time-0.2.4.crate) = 15743 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-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/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f @@ -719,16 +715,16 @@ 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.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 -SHA256 (rust/crates/winit-0.29.4.crate) = d25d662bb83b511acd839534bb2d88521b0bbc81440969cb077d23c4db9e62c7 -SIZE (rust/crates/winit-0.29.4.crate) = 570692 -SHA256 (rust/crates/winnow-0.5.30.crate) = 9b5c3db89721d50d0e2a673f5043fc4722f76dcc352d7b1ab8b8288bed4ed2c5 -SIZE (rust/crates/winnow-0.5.30.crate) = 152904 +SHA256 (rust/crates/winit-0.29.9.crate) = c2376dab13e09c01ad8b679f0dbc7038af4ec43d9a91344338e37bd686481550 +SIZE (rust/crates/winit-0.29.9.crate) = 573854 +SHA256 (rust/crates/winnow-0.5.33.crate) = b7520bbdec7211caa7c4e682eb1fbe07abe20cee6756b6e00f537c82c11816aa +SIZE (rust/crates/winnow-0.5.33.crate) = 154059 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/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/xcursor-0.3.5.crate) = 6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911 SIZE (rust/crates/xcursor-0.3.5.crate) = 6256 SHA256 (rust/crates/xdg-home-1.0.0.crate) = 2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd @@ -747,17 +743,17 @@ SHA256 (rust/crates/zbus_macros-3.14.1.crate) = 41d1794a946878c0e807f55a397187c1 SIZE (rust/crates/zbus_macros-3.14.1.crate) = 25893 SHA256 (rust/crates/zbus_names-2.6.0.crate) = fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9 SIZE (rust/crates/zbus_names-2.6.0.crate) = 9638 -SHA256 (rust/crates/zerocopy-0.7.31.crate) = 1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d -SIZE (rust/crates/zerocopy-0.7.31.crate) = 151100 -SHA256 (rust/crates/zerocopy-derive-0.7.31.crate) = b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a -SIZE (rust/crates/zerocopy-derive-0.7.31.crate) = 533507 +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/zvariant-3.15.0.crate) = 44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c SIZE (rust/crates/zvariant-3.15.0.crate) = 72221 SHA256 (rust/crates/zvariant_derive-3.15.0.crate) = 934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd SIZE (rust/crates/zvariant_derive-3.15.0.crate) = 10943 SHA256 (rust/crates/zvariant_utils-1.0.1.crate) = 7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200 SIZE (rust/crates/zvariant_utils-1.0.1.crate) = 6223 -SHA256 (Smithay-smithay-b15d29e596b629ec25474b67cc9ecb2f1729d6a2_GH0.tar.gz) = 57be318b8603890466442b444ffab6be006b40f86074fcf541747f4c3d2a4d57 -SIZE (Smithay-smithay-b15d29e596b629ec25474b67cc9ecb2f1729d6a2_GH0.tar.gz) = 700159 -SHA256 (YaLTeR-niri-v0.1.0-alpha.2_GH0.tar.gz) = ddd7195c61d9928f514c68d5afb06134e84e83aa6ca21e092873357218a6a39a -SIZE (YaLTeR-niri-v0.1.0-alpha.2_GH0.tar.gz) = 137880 +SHA256 (Smithay-smithay-77686d70991d6aa86de2ed787a335ef1643132d8_GH0.tar.gz) = b7346c76645de200e4f5add63d9b5dc9636c081f45b778ad4d9f383e8b91194b +SIZE (Smithay-smithay-77686d70991d6aa86de2ed787a335ef1643132d8_GH0.tar.gz) = 710549 +SHA256 (YaLTeR-niri-v0.1.0-alpha.3_GH0.tar.gz) = 03004c90f8df64279709a554274c6ee2684567c3a81fa3b34b576599fa69c239 +SIZE (YaLTeR-niri-v0.1.0-alpha.3_GH0.tar.gz) = 148696 diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile index c4c00d4476c..985837edb71 100644 --- a/x11-wm/phoc/Makefile +++ b/x11-wm/phoc/Makefile @@ -1,6 +1,6 @@ PORTNAME= phoc DISTVERSIONPREFIX= v -DISTVERSION= 0.34.0_beta1 +DISTVERSION= 0.35.0 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -27,7 +27,7 @@ USE_GNOME= cairo gnomedesktop3 USE_XORG= pixman xcb GL_SITE= https://gitlab.gnome.org GL_ACCOUNT= World/Phosh -GL_TUPLE= World/Phosh:gmobile:v0.0.4-5-g5ae8f59:gmobile/subprojects/gmobile +GL_TUPLE= World/Phosh:gmobile:v0.0.4-7-gd5ed9ed:gmobile/subprojects/gmobile MESON_ARGS= -Dembed-wlroots=disabled PLIST_FILES= bin/${PORTNAME} \ man/man5/${PORTNAME}.ini.5.gz \ diff --git a/x11-wm/phoc/distinfo b/x11-wm/phoc/distinfo index c62a272d22e..65620110551 100644 --- a/x11-wm/phoc/distinfo +++ b/x11-wm/phoc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1701819463 -SHA256 (phoc-v0.34.0_beta1.tar.bz2) = 4c1171b37f0de3dc2dba5509d3f6bbba3c562ed8764cae838a1b67a4d4f05b3a -SIZE (phoc-v0.34.0_beta1.tar.bz2) = 225061 -SHA256 (gmobile-v0.0.4-5-g5ae8f59.tar.bz2) = 1febb642710331f777e8a3ac5e3825ecd8f20c7bcd9d5e82527a87ee6c2b2b38 -SIZE (gmobile-v0.0.4-5-g5ae8f59.tar.bz2) = 39710 +TIMESTAMP = 1704534864 +SHA256 (phoc-v0.35.0.tar.bz2) = 47a2485e2e1fcb03163d57fa244ce35f2c50f41c44d63499a807c6a721759a86 +SIZE (phoc-v0.35.0.tar.bz2) = 226546 +SHA256 (gmobile-v0.0.4-7-gd5ed9ed.tar.bz2) = 12b8b52769e79e4322bf0d537d9d4234a99946aa33923bddb03118130512e4e5 +SIZE (gmobile-v0.0.4-7-gd5ed9ed.tar.bz2) = 39637 diff --git a/x11-wm/phoc/files/patch-helpers_tracing_meson.build b/x11-wm/phoc/files/patch-helpers_tracing_meson.build new file mode 100644 index 00000000000..55241ee783d --- /dev/null +++ b/x11-wm/phoc/files/patch-helpers_tracing_meson.build @@ -0,0 +1,13 @@ +Error: Orphaned: %%DATADIR%%/systemtap/activation.stp +Error: Orphaned: %%DATADIR%%/systemtap/direct-scanout.stp +Error: Orphaned: %%DATADIR%%/systemtap/render-loop.stp + +--- helpers/tracing/meson.build.orig 2024-01-06 09:54:24 UTC ++++ helpers/tracing/meson.build +@@ -4,4 +4,6 @@ stp_scripts = [ + 'render-loop.stp', + ] + ++if not get_option('dtrace').disabled() + install_data(stp_scripts, install_dir : pkgdatadir / 'systemtap' ) ++endif diff --git a/x11-wm/phoc/files/patch-meson.build b/x11-wm/phoc/files/patch-meson.build deleted file mode 100644 index f4f7536a496..00000000000 --- a/x11-wm/phoc/files/patch-meson.build +++ /dev/null @@ -1,13 +0,0 @@ -Dependency wlroots found: NO found 0.17.0 but need: '>= 0.17.0-dev' ; matched: '< 0.18.0' - ---- meson.build.orig 2023-12-05 23:37:43 UTC -+++ meson.build -@@ -70,7 +70,7 @@ else - if not embed_wlroots.disabled() and wlroots_proj.found() - wlroots = wlroots_proj.get_variable('wlroots') - else -- wlroots = dependency('wlroots', version: ['>= 0.17.0-dev', '< 0.18.0']) -+ wlroots = dependency('wlroots', version: ['>= 0.17.0', '< 0.18.0']) - endif - wlroots_has_xwayland = wlroots.get_variable(pkgconfig: 'have_xwayland', - internal: 'have_xwayland') == 'true' diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile index 1f82fa16f47..2d6830b7666 100644 --- a/x11-wm/plasma5-kwin/Makefile +++ b/x11-wm/plasma5-kwin/Makefile @@ -22,8 +22,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \ libxcb-image.so:x11/xcb-util-image \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxkbcommon.so:x11/libxkbcommon \ - libxcvt.so:x11/libxcvt \ - libpipewire-0.3.so:multimedia/pipewire + libxcvt.so:x11/libxcvt BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ xwayland-devel>0:x11-servers/xwayland-devel \ wayland-protocols>0:graphics/wayland-protocols \ @@ -55,6 +54,12 @@ SHEBANG_FILES= kconf_update/*.py \ kconf_update/*.pl \ src/effects/strip-effect-metadata.py +OPTIONS_DEFINE= PIPEWIRE +OPTIONS_DEFAULT= PIPEWIRE +PIPEWIRE_DESC= Required for Wayland screencasting +PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire +PIPEWIRE_CMAKE_BOOL= KWIN_BUILD_PIPEWIRE + # A (hopefully) temporary workaround for # https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2026 post-patch: diff --git a/x11-wm/plasma5-kwin/files/patch-CMakeLists.txt b/x11-wm/plasma5-kwin/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..73169cc0813 --- /dev/null +++ b/x11-wm/plasma5-kwin/files/patch-CMakeLists.txt @@ -0,0 +1,17 @@ +--- CMakeLists.txt.orig ++++ CMakeLists.txt +@@ -394,9 +394,12 @@ + HAVE_SCHED_RESET_ON_FORK + "Required for running kwin_wayland with real-time scheduling") + + +-pkg_check_modules(PipeWire IMPORTED_TARGET libpipewire-0.3>=0.3.29) +-add_feature_info(PipeWire PipeWire_FOUND "Required for Wayland screencasting") ++option(KWIN_BUILD_PIPEWIRE "Required for Wayland screencasting" ON) ++if (KWIN_BUILD_PIPEWIRE) ++ pkg_check_modules(PipeWire IMPORTED_TARGET libpipewire-0.3>=0.3.29 REQUIRED) ++ add_feature_info(PipeWire PipeWire_FOUND "Required for Wayland screencasting") ++endif() + + if (KWIN_BUILD_NOTIFICATIONS) + find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Notifications) diff --git a/x11-wm/ratmen/Makefile b/x11-wm/ratmen/Makefile index 50594b709d3..1df5b832155 100644 --- a/x11-wm/ratmen/Makefile +++ b/x11-wm/ratmen/Makefile @@ -1,6 +1,6 @@ PORTNAME= ratmen PORTVERSION= 2.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://www.update.uu.se/~zrajm/programs/ratmen/ @@ -15,10 +15,10 @@ USES= perl5 xorg USE_XORG= x11 USE_PERL5= build -PLIST_FILES= bin/ratmen man/man1/ratmen.1.gz +PLIST_FILES= bin/ratmen share/man/man1/ratmen.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ratmen ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ratmen.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ratmen.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11-wm/sdorfehs/Makefile b/x11-wm/sdorfehs/Makefile index cdfbf7ff5d5..749e58c093d 100644 --- a/x11-wm/sdorfehs/Makefile +++ b/x11-wm/sdorfehs/Makefile @@ -1,6 +1,7 @@ PORTNAME= sdorfehs DISTVERSIONPREFIX= v DISTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= x11-wm MAINTAINER= jrm@FreeBSD.org @@ -16,10 +17,10 @@ GH_ACCOUNT= jcs USE_XORG= x11 xft xrandr xres xtst PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11-wm/spectrwm/Makefile b/x11-wm/spectrwm/Makefile index 5cfebabc478..a3d75fed916 100644 --- a/x11-wm/spectrwm/Makefile +++ b/x11-wm/spectrwm/Makefile @@ -1,7 +1,7 @@ PORTNAME= spectrwm DISTVERSIONPREFIX= SPECTRWM_ DISTVERSION= 3_4_1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MAINTAINER= pyrus@bsdmail.com @@ -54,7 +54,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_LIB} ${WRKSRC}/libswmhack.so ${STAGEDIR}${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/spectrwm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/spectrwm.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/spectrwm.conf ${STAGEDIR}${PREFIX}/etc/spectrwm.conf.sample do-install-EXAMPLES-on: diff --git a/x11-wm/spectrwm/pkg-plist b/x11-wm/spectrwm/pkg-plist index 794235a1145..03b0dcc3260 100644 --- a/x11-wm/spectrwm/pkg-plist +++ b/x11-wm/spectrwm/pkg-plist @@ -1,6 +1,6 @@ bin/spectrwm lib/libswmhack.so -man/man1/spectrwm.1.gz +share/man/man1/spectrwm.1.gz @sample etc/spectrwm.conf.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/baraction.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/screenshot.sh diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile index 3f5b94620e4..588f210b10c 100644 --- a/x11-wm/tvtwm/Makefile +++ b/x11-wm/tvtwm/Makefile @@ -1,6 +1,6 @@ PORTNAME= tvtwm PORTVERSION= pl11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= XCONTRIB/window_managers DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -21,10 +21,10 @@ CFLAGS+= -Wno-return-type WRKSRC= ${WRKDIR}/tvtwm PLIST_FILES= bin/tvtwm \ - man/man1/tvtwm.1.gz + share/man/man1/tvtwm.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${STAGEDIR}${MANPREFIX}/man/man1/tvtwm.1 + ${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${STAGEDIR}${PREFIX}/share/man/man1/tvtwm.1 .include diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 065e02c7e86..2cafc91ec75 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -1,38 +1,28 @@ PORTNAME= wmakerconf PORTVERSION= 2.12 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11-wm MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Configuration tool for Window Maker WWW= https://sourceforge.net/projects/wmakerconf/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Last upstream release was in 2007 -EXPIRATION_DATE= 2024-01-17 - -LIB_DEPENDS= \ - libWINGs.so:x11-wm/windowmaker \ +LIB_DEPENDS= libWINGs.so:x11-wm/windowmaker \ libharfbuzz.so:print/harfbuzz \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libwraster.so:x11-wm/libwraster -RUN_DEPENDS= rpm:archivers/rpm4 USES= gettext pkgconfig perl5 gmake gnome localbase shebangfix xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 - SHEBANG_FILES= scripts/getfile.pl.in scripts/upgrade.pl.in - GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-wmakerdataprefix="${LOCALBASE}/share" \ - --with-wmakeretcprefix="${LOCALBASE}/share" - LIBS= -lintl -lX11 -lWUtil WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -53,7 +43,8 @@ post-patch: .for file in data/po/ja.po po/ja.po @${REINPLACE_CMD} -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file} .endfor - @${FIND} ${WRKSRC}/src -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ - '/WMWritePropListToFile/s|,[[:space:]]YES||g' + @${REINPLACE_CMD} -e '/WMWritePropListToFile/s|,[[:space:]]YES||' \ + ${WRKSRC}/src/menu.c ${WRKSRC}/src/rootmenu.c \ + ${WRKSRC}/src/wmconfig.c .include diff --git a/x11-wm/wmakerconf/files/patch-src_themebrowser.c b/x11-wm/wmakerconf/files/patch-src_themebrowser.c index be409657b41..ec642e89db4 100644 --- a/x11-wm/wmakerconf/files/patch-src_themebrowser.c +++ b/x11-wm/wmakerconf/files/patch-src_themebrowser.c @@ -27,6 +27,15 @@ { dialog_popup (DIALOG_ERROR, NULL, NULL, _("Can't save theme file\n`%s'\n" +@@ -2897,7 +2897,7 @@ getstyle_call (const char *themename) + */ + { + char *quotedname = protect_quotes (g_strdup (themename)); +- char *cmdline = g_strconcat (GETSTYLE, " -t \"", quotedname, "\"", NULL); ++ char *cmdline = g_strconcat (GETSTYLE, " -t > \"", quotedname, "\"", NULL); + bool_t success = !system (cmdline); + + Free (cmdline); @@ -3526,17 +3526,17 @@ compute_preview (GtkWidget *progress_bar, GtkWidget *p path = get_pixmap_path (pname); diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile index d42e8a235ef..43c45de6581 100644 --- a/x11/9menu/Makefile +++ b/x11/9menu/Makefile @@ -27,6 +27,6 @@ PLIST_FILES= bin/9menu \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/9menu.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/9menu.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11/Makefile b/x11/Makefile index 91b77c65c73..78da8ef0199 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -50,6 +50,7 @@ SUBDIR += cool-retro-term SUBDIR += coreterminal SUBDIR += damask + SUBDIR += darktile SUBDIR += deforaos-integration SUBDIR += deforaos-keyboard SUBDIR += deforaos-libdesktop @@ -119,7 +120,6 @@ SUBDIR += hs-xmobar SUBDIR += hsetroot SUBDIR += hybrid-bar - SUBDIR += hyprland-share-picker SUBDIR += hyprpaper SUBDIR += hyprpicker SUBDIR += i3bar-river diff --git a/x11/admiral/Makefile b/x11/admiral/Makefile index 30976e228bc..3325808e286 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= 54 +PORTREVISION= 55 CATEGORIES= x11 MAINTAINER= ports@FreeBSD.org diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index dd1df6c57e1..35f889ce4cc 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -1,6 +1,6 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v -DISTVERSION= 0.13.0 +DISTVERSION= 0.13.1 CATEGORIES= x11 wayland MAINTAINER= vishwin@FreeBSD.org diff --git a/x11/alacritty/Makefile.crates b/x11/alacritty/Makefile.crates index c129f7187b1..c62c697f9a5 100644 --- a/x11/alacritty/Makefile.crates +++ b/x11/alacritty/Makefile.crates @@ -235,7 +235,7 @@ CARGO_CRATES= adler-1.0.2 \ windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.5 \ - winit-0.29.7 \ + winit-0.29.9 \ winnow-0.5.30 \ winreg-0.51.0 \ wio-0.2.2 \ diff --git a/x11/alacritty/distinfo b/x11/alacritty/distinfo index 6012705f6b0..36e0a824b41 100644 --- a/x11/alacritty/distinfo +++ b/x11/alacritty/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1704260593 +TIMESTAMP = 1704902509 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/ahash-0.8.6.crate) = 91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a @@ -473,8 +473,8 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac 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/winit-0.29.7.crate) = 7fd430cd4560ee9c48885a4ef473b609a56796e37b1e18222abee146143f7457 -SIZE (rust/crates/winit-0.29.7.crate) = 572618 +SHA256 (rust/crates/winit-0.29.9.crate) = c2376dab13e09c01ad8b679f0dbc7038af4ec43d9a91344338e37bd686481550 +SIZE (rust/crates/winit-0.29.9.crate) = 573854 SHA256 (rust/crates/winnow-0.5.30.crate) = 9b5c3db89721d50d0e2a673f5043fc4722f76dcc352d7b1ab8b8288bed4ed2c5 SIZE (rust/crates/winnow-0.5.30.crate) = 152904 SHA256 (rust/crates/winreg-0.51.0.crate) = 937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc @@ -507,5 +507,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 (alacritty-alacritty-v0.13.0_GH0.tar.gz) = 1c1cebf20e10bb26dc8bc735bb2d02eb88df89180d6c59f5d946a0a1d3d585b2 -SIZE (alacritty-alacritty-v0.13.0_GH0.tar.gz) = 1628187 +SHA256 (alacritty-alacritty-v0.13.1_GH0.tar.gz) = 38a42e23e1e6faaa9e300347df3f7b58b6182908a701517aac6e296fbdf37451 +SIZE (alacritty-alacritty-v0.13.1_GH0.tar.gz) = 1629538 diff --git a/x11/clipcat/Makefile b/x11/clipcat/Makefile index f1392adfb11..dc5f1591088 100644 --- a/x11/clipcat/Makefile +++ b/x11/clipcat/Makefile @@ -1,6 +1,7 @@ PORTNAME= clipcat DISTVERSIONPREFIX= v -DISTVERSION= 0.16.0 +DISTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org @@ -31,7 +32,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.75 \ + anyhow-1.0.79 \ arboard-3.3.0 \ arrayvec-0.7.4 \ async-broadcast-0.5.1 \ @@ -47,15 +48,17 @@ CARGO_CRATES= addr2line-0.21.0 \ async-signal-0.2.5 \ async-stream-0.3.5 \ async-stream-impl-0.3.5 \ - async-task-4.5.0 \ - async-trait-0.1.76 \ + async-task-4.7.0 \ + async-trait-0.1.77 \ atomic-waker-1.1.2 \ atty-0.2.14 \ autocfg-1.1.0 \ axum-0.6.20 \ + axum-0.7.3 \ axum-core-0.3.4 \ + axum-core-0.4.2 \ backtrace-0.3.69 \ - base64-0.21.5 \ + base64-0.21.6 \ beef-0.5.2 \ bincode-1.3.3 \ bit_field-0.10.2 \ @@ -73,9 +76,9 @@ CARGO_CRATES= addr2line-0.21.0 \ cfg-if-1.0.0 \ chrono-0.4.31 \ clap-3.2.25 \ - clap-4.4.12 \ + clap-4.4.13 \ clap_builder-4.4.12 \ - clap_complete-4.4.5 \ + clap_complete-4.4.6 \ clap_derive-4.4.7 \ clap_lex-0.2.4 \ clap_lex-0.6.0 \ @@ -90,14 +93,14 @@ CARGO_CRATES= addr2line-0.21.0 \ core-foundation-sys-0.8.6 \ core-graphics-0.22.3 \ core-graphics-types-0.1.3 \ - cpufeatures-0.2.11 \ + cpufeatures-0.2.12 \ crc32fast-1.3.2 \ - 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 \ + crossbeam-0.8.4 \ + crossbeam-channel-0.5.11 \ + crossbeam-deque-0.8.5 \ + crossbeam-epoch-0.9.18 \ + crossbeam-queue-0.3.11 \ + crossbeam-utils-0.8.19 \ crunchy-0.2.2 \ crypto-common-0.1.6 \ daemonize-0.5.0 \ @@ -108,7 +111,7 @@ CARGO_CRATES= addr2line-0.21.0 \ darling_macro-0.14.4 \ darling_macro-0.20.3 \ defer-drop-1.3.0 \ - deranged-0.3.10 \ + deranged-0.3.11 \ derivative-2.2.0 \ derive-new-0.5.9 \ derive_builder-0.11.2 \ @@ -116,7 +119,9 @@ CARGO_CRATES= addr2line-0.21.0 \ derive_builder_macro-0.11.2 \ digest-0.10.7 \ directories-5.0.1 \ + dirs-4.0.0 \ dirs-next-2.0.0 \ + dirs-sys-0.3.7 \ dirs-sys-0.4.1 \ dirs-sys-next-0.1.2 \ dlib-0.5.2 \ @@ -132,13 +137,13 @@ CARGO_CRATES= addr2line-0.21.0 \ error-code-2.3.1 \ event-listener-2.5.3 \ event-listener-3.1.0 \ - event-listener-4.0.0 \ + event-listener-4.0.3 \ event-listener-strategy-0.4.0 \ exitcode-1.1.2 \ exr-1.71.0 \ fastrand-1.9.0 \ fastrand-2.0.1 \ - fdeflate-0.3.1 \ + fdeflate-0.3.3 \ file-locker-1.1.2 \ filetime-0.2.23 \ fixedbitset-0.4.2 \ @@ -156,7 +161,7 @@ CARGO_CRATES= addr2line-0.21.0 \ futures-executor-0.3.30 \ futures-io-0.3.30 \ futures-lite-1.13.0 \ - futures-lite-2.1.0 \ + futures-lite-2.2.0 \ futures-macro-0.3.30 \ futures-sink-0.3.30 \ futures-task-0.3.30 \ @@ -170,12 +175,11 @@ CARGO_CRATES= addr2line-0.21.0 \ gimli-0.28.1 \ git2-0.18.1 \ h2-0.3.22 \ + h2-0.4.0 \ half-2.2.1 \ hashbrown-0.9.1 \ hashbrown-0.12.3 \ hashbrown-0.14.3 \ - headers-0.3.9 \ - headers-core-0.2.0 \ heck-0.4.1 \ hermit-abi-0.1.19 \ hermit-abi-0.3.3 \ @@ -191,9 +195,11 @@ CARGO_CRATES= addr2line-0.21.0 \ httpdate-1.0.3 \ humansize-2.1.3 \ humantime-2.1.0 \ - hyper-0.14.27 \ + hyper-0.14.28 \ + hyper-1.1.0 \ hyper-timeout-0.4.1 \ - iana-time-zone-0.1.58 \ + hyper-util-0.1.2 \ + iana-time-zone-0.1.59 \ iana-time-zone-haiku-0.1.2 \ ident_case-1.0.1 \ idna-0.5.0 \ @@ -214,12 +220,12 @@ CARGO_CRATES= addr2line-0.21.0 \ kqueue-sys-1.0.4 \ lazy_static-1.4.0 \ lebe-0.5.2 \ - libc-0.2.151 \ + libc-0.2.152 \ libgit2-sys-0.16.1+1.7.1 \ libloading-0.8.1 \ libm-0.2.8 \ libredox-0.0.1 \ - libz-sys-1.1.12 \ + libz-sys-1.1.13 \ linicon-2.3.0 \ linicon-theme-1.2.0 \ linux-raw-sys-0.3.8 \ @@ -229,7 +235,7 @@ CARGO_CRATES= addr2line-0.21.0 \ mac-notification-sys-0.6.1 \ malloc_buf-0.0.6 \ matchit-0.7.3 \ - memchr-2.6.4 \ + memchr-2.7.1 \ memmap2-0.5.10 \ memoffset-0.6.5 \ memoffset-0.7.1 \ @@ -254,12 +260,12 @@ CARGO_CRATES= addr2line-0.21.0 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ - object-0.32.1 \ + object-0.32.2 \ once_cell-1.19.0 \ option-ext-0.2.0 \ ordered-multimap-0.3.1 \ ordered-stream-0.2.0 \ - os_pipe-1.1.4 \ + os_pipe-1.1.5 \ os_str_bytes-6.6.1 \ overload-0.1.1 \ parking-2.2.0 \ @@ -272,15 +278,15 @@ CARGO_CRATES= addr2line-0.21.0 \ pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ piper-0.2.1 \ - pkg-config-0.3.27 \ + pkg-config-0.3.28 \ png-0.17.10 \ polling-2.8.0 \ polling-3.3.1 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ - prettyplease-0.2.15 \ + prettyplease-0.2.16 \ proc-macro-crate-1.3.1 \ - proc-macro2-1.0.70 \ + proc-macro2-1.0.76 \ prometheus-0.13.3 \ prost-0.12.3 \ prost-build-0.12.3 \ @@ -289,7 +295,7 @@ CARGO_CRATES= addr2line-0.21.0 \ protobuf-2.28.0 \ qoi-0.4.1 \ quick-xml-0.30.0 \ - quote-1.0.33 \ + quote-1.0.35 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -300,6 +306,7 @@ CARGO_CRATES= addr2line-0.21.0 \ regex-1.10.2 \ regex-automata-0.4.3 \ regex-syntax-0.8.2 \ + resolve-path-0.1.0 \ rust-ini-0.17.0 \ rustc-demangle-0.1.23 \ rustix-0.37.27 \ @@ -309,13 +316,13 @@ CARGO_CRATES= addr2line-0.21.0 \ same-file-1.0.6 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ - semver-1.0.20 \ - serde-1.0.193 \ - serde_derive-1.0.193 \ - serde_json-1.0.108 \ - serde_path_to_error-0.1.14 \ - serde_repr-0.1.17 \ - serde_spanned-0.6.4 \ + semver-1.0.21 \ + serde-1.0.195 \ + serde_derive-1.0.195 \ + serde_json-1.0.111 \ + serde_path_to_error-0.1.15 \ + serde_repr-0.1.18 \ + serde_spanned-0.6.5 \ serde_urlencoded-0.7.1 \ serde_with-3.4.0 \ serde_with_macros-3.4.0 \ @@ -342,15 +349,15 @@ CARGO_CRATES= addr2line-0.21.0 \ str-buf-1.0.6 \ strsim-0.10.0 \ syn-1.0.109 \ - syn-2.0.41 \ + syn-2.0.48 \ sync_wrapper-0.1.2 \ tauri-winrt-notification-0.1.3 \ - tempfile-3.8.1 \ + tempfile-3.9.0 \ term-0.7.0 \ termcolor-1.4.0 \ textwrap-0.16.0 \ - thiserror-1.0.50 \ - thiserror-impl-1.0.50 \ + thiserror-1.0.56 \ + thiserror-impl-1.0.56 \ thread_local-1.1.7 \ tiff-0.9.0 \ time-0.3.31 \ @@ -386,7 +393,7 @@ CARGO_CRATES= addr2line-0.21.0 \ typenum-1.17.0 \ tz-rs-0.6.14 \ tzdb-0.6.1 \ - tzdb_data-0.1.0 \ + tzdb_data-0.1.1 \ uds_windows-1.1.0 \ unicode-bidi-0.3.14 \ unicode-ident-1.0.12 \ @@ -424,6 +431,7 @@ CARGO_CRATES= addr2line-0.21.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.51.1 \ 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 \ @@ -442,7 +450,7 @@ CARGO_CRATES= addr2line-0.21.0 \ windows_x86_64_gnullvm-0.52.0 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.0 \ - winnow-0.5.28 \ + winnow-0.5.33 \ wl-clipboard-rs-0.8.0 \ x11rb-0.12.0 \ x11rb-0.13.0 \ diff --git a/x11/clipcat/distinfo b/x11/clipcat/distinfo index 5b4908fcd76..c2fc93eda8e 100644 --- a/x11/clipcat/distinfo +++ b/x11/clipcat/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1704086210 +TIMESTAMP = 1704778416 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 @@ -21,8 +21,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.75.crate) = a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6 -SIZE (rust/crates/anyhow-1.0.75.crate) = 43901 +SHA256 (rust/crates/anyhow-1.0.79.crate) = 080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca +SIZE (rust/crates/anyhow-1.0.79.crate) = 44931 SHA256 (rust/crates/arboard-3.3.0.crate) = aafb29b107435aa276664c1db8954ac27a6e105cdad3c88287a199eb0e313c08 SIZE (rust/crates/arboard-3.3.0.crate) = 44858 SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 @@ -53,10 +53,10 @@ SHA256 (rust/crates/async-stream-0.3.5.crate) = cd56dd203fef61ac097dd65721a419dd 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.5.0.crate) = b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1 -SIZE (rust/crates/async-task-4.5.0.crate) = 36956 -SHA256 (rust/crates/async-trait-0.1.76.crate) = 531b97fb4cd3dfdce92c35dedbfdc1f0b9d8091c8ca943d6dae340ef5012d514 -SIZE (rust/crates/async-trait-0.1.76.crate) = 29981 +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.77.crate) = c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9 +SIZE (rust/crates/async-trait-0.1.77.crate) = 29986 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 @@ -65,12 +65,16 @@ SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36 SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/axum-0.6.20.crate) = 3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf SIZE (rust/crates/axum-0.6.20.crate) = 146227 +SHA256 (rust/crates/axum-0.7.3.crate) = d09dbe0e490df5da9d69b36dca48a76635288a82f92eca90024883a56202026d +SIZE (rust/crates/axum-0.7.3.crate) = 149459 SHA256 (rust/crates/axum-core-0.3.4.crate) = 759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c SIZE (rust/crates/axum-core-0.3.4.crate) = 21088 +SHA256 (rust/crates/axum-core-0.4.2.crate) = e87c8503f93e6d144ee5690907ba22db7ba79ab001a932ab99034f0fe836b3df +SIZE (rust/crates/axum-core-0.4.2.crate) = 21835 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/base64-0.21.6.crate) = c79fed4cdb43e993fcdadc7e58a09fd0e3e649c4436fa11da71c9f1f3ee7feb9 +SIZE (rust/crates/base64-0.21.6.crate) = 82448 SHA256 (rust/crates/beef-0.5.2.crate) = 3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1 SIZE (rust/crates/beef-0.5.2.crate) = 15275 SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad @@ -105,12 +109,12 @@ SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa6619 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-4.4.12.crate) = dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d -SIZE (rust/crates/clap-4.4.12.crate) = 54784 +SHA256 (rust/crates/clap-4.4.13.crate) = 52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642 +SIZE (rust/crates/clap-4.4.13.crate) = 55293 SHA256 (rust/crates/clap_builder-4.4.12.crate) = fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9 SIZE (rust/crates/clap_builder-4.4.12.crate) = 163345 -SHA256 (rust/crates/clap_complete-4.4.5.crate) = a51919c5608a32e34ea1d6be321ad070065e17613e168c5b6977024290f2630b -SIZE (rust/crates/clap_complete-4.4.5.crate) = 37658 +SHA256 (rust/crates/clap_complete-4.4.6.crate) = 97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd +SIZE (rust/crates/clap_complete-4.4.6.crate) = 38177 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.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5 @@ -139,22 +143,22 @@ SHA256 (rust/crates/core-graphics-0.22.3.crate) = 2581bbab3b8ffc6fcbd550bf46c355 SIZE (rust/crates/core-graphics-0.22.3.crate) = 29514 SHA256 (rust/crates/core-graphics-types-0.1.3.crate) = 45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf SIZE (rust/crates/core-graphics-types-0.1.3.crate) = 7063 -SHA256 (rust/crates/cpufeatures-0.2.11.crate) = ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0 -SIZE (rust/crates/cpufeatures-0.2.11.crate) = 12727 +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/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.11.crate) = 176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b +SIZE (rust/crates/crossbeam-channel-0.5.11.crate) = 90434 +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/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 @@ -175,8 +179,8 @@ SHA256 (rust/crates/darling_macro-0.20.3.crate) = 836a9bbc7ad63342d6d6e7b815ccab SIZE (rust/crates/darling_macro-0.20.3.crate) = 1859 SHA256 (rust/crates/defer-drop-1.3.0.crate) = f613ec9fa66a6b28cdb1842b27f9adf24f39f9afc4dcdd9fdecee4aca7945c57 SIZE (rust/crates/defer-drop-1.3.0.crate) = 11087 -SHA256 (rust/crates/deranged-0.3.10.crate) = 8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc -SIZE (rust/crates/deranged-0.3.10.crate) = 17803 +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/derive-new-0.5.9.crate) = 3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535 @@ -191,8 +195,12 @@ SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8c SIZE (rust/crates/digest-0.10.7.crate) = 19557 SHA256 (rust/crates/directories-5.0.1.crate) = 9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35 SIZE (rust/crates/directories-5.0.1.crate) = 15833 +SHA256 (rust/crates/dirs-4.0.0.crate) = ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059 +SIZE (rust/crates/dirs-4.0.0.crate) = 12503 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-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6 +SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597 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 @@ -223,8 +231,8 @@ SHA256 (rust/crates/event-listener-2.5.3.crate) = 0206175f82b8d6bf6652ff7d71a1e2 SIZE (rust/crates/event-listener-2.5.3.crate) = 15392 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.0.crate) = 770d968249b5d99410d61f5bf89057f3199a077a04d087092f58e7d10692baae -SIZE (rust/crates/event-listener-4.0.0.crate) = 39070 +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-strategy-0.4.0.crate) = 958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3 SIZE (rust/crates/event-listener-strategy-0.4.0.crate) = 10225 SHA256 (rust/crates/exitcode-1.1.2.crate) = de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193 @@ -235,8 +243,8 @@ SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c27 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/fdeflate-0.3.1.crate) = 64d6dafc854908ff5da46ff3f8f473c6984119a2876a383a860246dd7841a868 -SIZE (rust/crates/fdeflate-0.3.1.crate) = 26143 +SHA256 (rust/crates/fdeflate-0.3.3.crate) = 209098dd6dfc4445aa6111f0e98653ac323eaa4dfd212c9ca3931bf9955c31bd +SIZE (rust/crates/fdeflate-0.3.3.crate) = 25011 SHA256 (rust/crates/file-locker-1.1.2.crate) = e91c8a37357ab5d51f1a8053900fe8374283449695c5418b66f45deece50705f SIZE (rust/crates/file-locker-1.1.2.crate) = 5121 SHA256 (rust/crates/filetime-0.2.23.crate) = 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd @@ -271,8 +279,8 @@ SHA256 (rust/crates/futures-io-0.3.30.crate) = a44623e20b9681a318efdd71c299b6b22 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.1.0.crate) = aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143 -SIZE (rust/crates/futures-lite-2.1.0.crate) = 37884 +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 @@ -299,6 +307,8 @@ SHA256 (rust/crates/git2-0.18.1.crate) = fbf97ba92db08df386e10c8ede66a2a0369bd27 SIZE (rust/crates/git2-0.18.1.crate) = 211466 SHA256 (rust/crates/h2-0.3.22.crate) = 4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178 SIZE (rust/crates/h2-0.3.22.crate) = 166413 +SHA256 (rust/crates/h2-0.4.0.crate) = e1d308f63daf4181410c242d34c11f928dcb3aa105852019e043c9d1f4e4368a +SIZE (rust/crates/h2-0.4.0.crate) = 166374 SHA256 (rust/crates/half-2.2.1.crate) = 02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0 SIZE (rust/crates/half-2.2.1.crate) = 47021 SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 @@ -307,10 +317,6 @@ SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa8526 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/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 -SIZE (rust/crates/headers-core-0.2.0.crate) = 2380 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 @@ -341,12 +347,16 @@ SHA256 (rust/crates/humansize-2.1.3.crate) = 6cb51c9a029ddc91b07a787f1d86b53ccfa SIZE (rust/crates/humansize-2.1.3.crate) = 11953 SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 SIZE (rust/crates/humantime-2.1.0.crate) = 16749 -SHA256 (rust/crates/hyper-0.14.27.crate) = ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468 -SIZE (rust/crates/hyper-0.14.27.crate) = 195700 +SHA256 (rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80 +SIZE (rust/crates/hyper-0.14.28.crate) = 197204 +SHA256 (rust/crates/hyper-1.1.0.crate) = fb5aa53871fc917b1a9ed87b683a5d86db645e23acb32c2e0785a353e522fb75 +SIZE (rust/crates/hyper-1.1.0.crate) = 145893 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/hyper-util-0.1.2.crate) = bdea9aac0dbe5a9240d68cfd9501e2db94222c6dc06843e06640b9e07f0fdc67 +SIZE (rust/crates/hyper-util-0.1.2.crate) = 54182 +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/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 @@ -387,8 +397,8 @@ SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832a SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/lebe-0.5.2.crate) = 03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8 SIZE (rust/crates/lebe-0.5.2.crate) = 8422 -SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 -SIZE (rust/crates/libc-0.2.151.crate) = 736640 +SHA256 (rust/crates/libc-0.2.152.crate) = 13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7 +SIZE (rust/crates/libc-0.2.152.crate) = 740278 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.8.1.crate) = c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161 @@ -397,8 +407,8 @@ SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833 SIZE (rust/crates/libm-0.2.8.crate) = 113450 SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 SIZE (rust/crates/libredox-0.0.1.crate) = 4212 -SHA256 (rust/crates/libz-sys-1.1.12.crate) = d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b -SIZE (rust/crates/libz-sys-1.1.12.crate) = 3030648 +SHA256 (rust/crates/libz-sys-1.1.13.crate) = 5f526fdd09d99e19742883e43de41e1aa9e36db0c7ab7f935165d611c5cccc66 +SIZE (rust/crates/libz-sys-1.1.13.crate) = 3030775 SHA256 (rust/crates/linicon-2.3.0.crate) = 4ee8c5653188a809616c97296180a0547a61dba205bcdcbdd261dbd022a25fd9 SIZE (rust/crates/linicon-2.3.0.crate) = 22171 SHA256 (rust/crates/linicon-theme-1.2.0.crate) = a4f8240c33bb08c5d8b8cdea87b683b05e61037aa76ff26bef40672cc6ecbb80 @@ -417,8 +427,8 @@ SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218e SIZE (rust/crates/malloc_buf-0.0.6.crate) = 1239 SHA256 (rust/crates/matchit-0.7.3.crate) = 0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94 SIZE (rust/crates/matchit-0.7.3.crate) = 30372 -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/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 SHA256 (rust/crates/memoffset-0.6.5.crate) = 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce @@ -467,8 +477,8 @@ SHA256 (rust/crates/objc-foundation-0.1.1.crate) = 1add1b659e36c9607c7aab864a76c SIZE (rust/crates/objc-foundation-0.1.1.crate) = 9063 SHA256 (rust/crates/objc_id-0.1.1.crate) = c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b 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/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 @@ -477,8 +487,8 @@ SHA256 (rust/crates/ordered-multimap-0.3.1.crate) = 1c672c7ad9ec066e428c00eb9171 SIZE (rust/crates/ordered-multimap-0.3.1.crate) = 20631 SHA256 (rust/crates/ordered-stream-0.2.0.crate) = 9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50 SIZE (rust/crates/ordered-stream-0.2.0.crate) = 19077 -SHA256 (rust/crates/os_pipe-1.1.4.crate) = 0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177 -SIZE (rust/crates/os_pipe-1.1.4.crate) = 11436 +SHA256 (rust/crates/os_pipe-1.1.5.crate) = 57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9 +SIZE (rust/crates/os_pipe-1.1.5.crate) = 11430 SHA256 (rust/crates/os_str_bytes-6.6.1.crate) = e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1 SIZE (rust/crates/os_str_bytes-6.6.1.crate) = 27643 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 @@ -503,8 +513,8 @@ SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/piper-0.2.1.crate) = 668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4 SIZE (rust/crates/piper-0.2.1.crate) = 15878 -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.28.crate) = 69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a +SIZE (rust/crates/pkg-config-0.3.28.crate) = 20330 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 @@ -515,12 +525,12 @@ 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.15.crate) = ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d -SIZE (rust/crates/prettyplease-0.2.15.crate) = 57034 +SHA256 (rust/crates/prettyplease-0.2.16.crate) = a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5 +SIZE (rust/crates/prettyplease-0.2.16.crate) = 57630 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-macro2-1.0.70.crate) = 39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b -SIZE (rust/crates/proc-macro2-1.0.70.crate) = 44343 +SHA256 (rust/crates/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c +SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 SHA256 (rust/crates/prometheus-0.13.3.crate) = 449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c SIZE (rust/crates/prometheus-0.13.3.crate) = 82457 SHA256 (rust/crates/prost-0.12.3.crate) = 146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a @@ -537,8 +547,8 @@ SHA256 (rust/crates/qoi-0.4.1.crate) = 7f6d64c71eb498fe9eae14ce4ec935c555749aef5 SIZE (rust/crates/qoi-0.4.1.crate) = 71135 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/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 @@ -559,6 +569,8 @@ SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a1 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/resolve-path-0.1.0.crate) = 321e5e41b3b192dab6f1e75b9deacb6688b4b8c5e68906a78e8f43e7c2887bb5 +SIZE (rust/crates/resolve-path-0.1.0.crate) = 9129 SHA256 (rust/crates/rust-ini-0.17.0.crate) = 63471c4aa97a1cf8332a5f97709a79a4234698de6a1f5087faf66f2dae810e22 SIZE (rust/crates/rust-ini-0.17.0.crate) = 15155 SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 @@ -577,20 +589,20 @@ SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0 SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -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/serde_path_to_error-0.1.14.crate) = 4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335 -SIZE (rust/crates/serde_path_to_error-0.1.14.crate) = 16553 -SHA256 (rust/crates/serde_repr-0.1.17.crate) = 3081f5ffbb02284dda55132aa26daecedd7372a42417bbbab6f14ab7d6bb9145 -SIZE (rust/crates/serde_repr-0.1.17.crate) = 9971 -SHA256 (rust/crates/serde_spanned-0.6.4.crate) = 12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80 -SIZE (rust/crates/serde_spanned-0.6.4.crate) = 7756 +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_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_path_to_error-0.1.15.crate) = ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c +SIZE (rust/crates/serde_path_to_error-0.1.15.crate) = 16623 +SHA256 (rust/crates/serde_repr-0.1.18.crate) = 0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb +SIZE (rust/crates/serde_repr-0.1.18.crate) = 9974 +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.4.0.crate) = 64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23 @@ -643,24 +655,24 @@ SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f0 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.41.crate) = 44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269 -SIZE (rust/crates/syn-2.0.41.crate) = 246016 +SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f +SIZE (rust/crates/syn-2.0.48.crate) = 250566 SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/tauri-winrt-notification-0.1.3.crate) = 006851c9ccefa3c38a7646b8cec804bb429def3da10497bfa977179869c3e8e2 SIZE (rust/crates/tauri-winrt-notification-0.1.3.crate) = 42440 -SHA256 (rust/crates/tempfile-3.8.1.crate) = 7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5 -SIZE (rust/crates/tempfile-3.8.1.crate) = 32164 +SHA256 (rust/crates/tempfile-3.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa +SIZE (rust/crates/tempfile-3.9.0.crate) = 32182 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.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/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/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 SHA256 (rust/crates/tiff-0.9.0.crate) = 6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211 @@ -731,8 +743,8 @@ SHA256 (rust/crates/tz-rs-0.6.14.crate) = 33851b15c848fad2cf4b105c6bb66eb9512b6f SIZE (rust/crates/tz-rs-0.6.14.crate) = 45574 SHA256 (rust/crates/tzdb-0.6.1.crate) = 1b580f6b365fa89f5767cdb619a55d534d04a4e14c2d7e5b9a31e94598687fb1 SIZE (rust/crates/tzdb-0.6.1.crate) = 12526 -SHA256 (rust/crates/tzdb_data-0.1.0.crate) = b63691b1ba8e003011b427b0a2c369e2795d8f179b7ad6df3e3d7692338ff4b3 -SIZE (rust/crates/tzdb_data-0.1.0.crate) = 275782 +SHA256 (rust/crates/tzdb_data-0.1.1.crate) = 629555d2921f3f0dc0de98699415a8b2b61dfcd3a0b082a327f7ed748bbb2b76 +SIZE (rust/crates/tzdb_data-0.1.1.crate) = 255398 SHA256 (rust/crates/uds_windows-1.1.0.crate) = 89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9 SIZE (rust/crates/uds_windows-1.1.0.crate) = 17040 SHA256 (rust/crates/unicode-bidi-0.3.14.crate) = 6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416 @@ -807,6 +819,8 @@ SHA256 (rust/crates/windows-0.51.1.crate) = ca229916c5ee38c2f2bc1e9d8f04df975b4b SIZE (rust/crates/windows-0.51.1.crate) = 12250614 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 @@ -843,8 +857,8 @@ 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.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 -SHA256 (rust/crates/winnow-0.5.28.crate) = 6c830786f7720c2fd27a1a0e27a709dbd3c4d009b56d098fc742d4f4eab91fe2 -SIZE (rust/crates/winnow-0.5.28.crate) = 150758 +SHA256 (rust/crates/winnow-0.5.33.crate) = b7520bbdec7211caa7c4e682eb1fbe07abe20cee6756b6e00f537c82c11816aa +SIZE (rust/crates/winnow-0.5.33.crate) = 154059 SHA256 (rust/crates/wl-clipboard-rs-0.8.0.crate) = 57af79e973eadf08627115c73847392e6b766856ab8e3844a59245354b23d2fa SIZE (rust/crates/wl-clipboard-rs-0.8.0.crate) = 32847 SHA256 (rust/crates/x11rb-0.12.0.crate) = b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a @@ -871,5 +885,5 @@ SHA256 (rust/crates/zvariant_derive-3.15.0.crate) = 934d7a7dfc310d6ee06c87ffe88e SIZE (rust/crates/zvariant_derive-3.15.0.crate) = 10943 SHA256 (rust/crates/zvariant_utils-1.0.1.crate) = 7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200 SIZE (rust/crates/zvariant_utils-1.0.1.crate) = 6223 -SHA256 (xrelkd-clipcat-v0.16.0_GH0.tar.gz) = 21bd18eebd076bcc37e4364a99ccb85784fe524df01da461161c276135ac4c5e -SIZE (xrelkd-clipcat-v0.16.0_GH0.tar.gz) = 394469 +SHA256 (xrelkd-clipcat-v0.16.1_GH0.tar.gz) = 25baabec8873e8faa1416ed008f11eb371e63f5d2d646b0fe3465baa95b6e2ba +SIZE (xrelkd-clipcat-v0.16.1_GH0.tar.gz) = 395853 diff --git a/x11/darktile/Makefile b/x11/darktile/Makefile new file mode 100644 index 00000000000..84eba904c4f --- /dev/null +++ b/x11/darktile/Makefile @@ -0,0 +1,26 @@ +PORTNAME= darktile +DISTVERSIONPREFIX= v +DISTVERSION= 0.0.11 +CATEGORIES= x11 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Golang terminal emulator from scratch +WWW= https://github.com/liamg/darktile + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libglfw.so:graphics/glfw + +USES= gl go:modules pkgconfig xorg +USE_GL= gl +USE_XORG= x11 xcursor xi xinerama xrandr xxf86vm + +GO_MODULE= github.com/liamg/darktile +GO_TARGET= ./cmd/darktile \ + ./cmd/packfont + +PLIST_FILES= bin/${PORTNAME} \ + bin/packfont + +.include diff --git a/x11/darktile/distinfo b/x11/darktile/distinfo new file mode 100644 index 00000000000..f4d7a471295 --- /dev/null +++ b/x11/darktile/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1704654814 +SHA256 (go/x11_darktile/darktile-v0.0.11/v0.0.11.mod) = 57ea986ff47ce6a2541b42c2d06423ca03055da0d276c9a86146e4ab9c1eb0d4 +SIZE (go/x11_darktile/darktile-v0.0.11/v0.0.11.mod) = 784 +SHA256 (go/x11_darktile/darktile-v0.0.11/v0.0.11.zip) = 56810fe77706e39014754e2c4ecc3f802d1b0843f0595402b5105ccd9e88a285 +SIZE (go/x11_darktile/darktile-v0.0.11/v0.0.11.zip) = 7551233 diff --git a/x11/darktile/pkg-descr b/x11/darktile/pkg-descr new file mode 100644 index 00000000000..507bd6afa4e --- /dev/null +++ b/x11/darktile/pkg-descr @@ -0,0 +1,16 @@ +Darktile is a GPU rendered terminal emulator designed for tiling window +managers. + +Features: +* GPU rendering +* Unicode support +* Variety of themes available (or build your own!) +* Compiled-in powerline font +* Works with your favourite monospaced TTF/OTF fonts +* Font ligatures (turn it off if you're not a ligature fan) +* Hints: Context-aware overlays e.g. hex colour viewer, octal permission + annotation +* Take screenshots with a single key-binding +* Sixels +* Window transparency (0-100%) +* Customisable cursor (most popular image formats supported) diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 0f92ab61cb2..d2447d4fa33 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -1,5 +1,6 @@ PORTNAME= dxpc PORTVERSION= 3.9.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.vigor.nu/dxpc/ @@ -17,10 +18,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE} MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}" \ bindir=${STAGEDIR}${PREFIX}/bin \ - man1dir=${STAGEDIR}${MAN1PREFIX}/man/man1 + man1dir=${STAGEDIR}${PREFIX}/share/man/man1 PLIST_FILES= bin/dxpc \ - man/man1/dxpc.1.gz + share/man/man1/dxpc.1.gz post-patch: @${REINPLACE_CMD} -e 's|-R$$withval/lib||' ${WRKSRC}/configure diff --git a/x11/eww/Makefile b/x11/eww/Makefile index 63985d3e788..0ef675abfa4 100644 --- a/x11/eww/Makefile +++ b/x11/eww/Makefile @@ -1,7 +1,7 @@ PORTNAME= eww DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= x11 wayland PKGNAMESUFFIX= -${FLAVOR} diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index dd27f279053..b29bfc589f5 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbpanel PORTVERSION= 6.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 MASTER_SITES= SF @@ -32,7 +32,7 @@ post-patch: ${WRKSRC}/data/man/${PORTNAME}.1.in post-install: - ${INSTALL_MAN} ${WRKSRC}/data/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/data/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${LN} -sf ${DATADIR}/images/logo.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png post-install-DOCS-on: diff --git a/x11/fbpanel/pkg-plist b/x11/fbpanel/pkg-plist index e46bed1affa..e69102b6847 100644 --- a/x11/fbpanel/pkg-plist +++ b/x11/fbpanel/pkg-plist @@ -22,7 +22,7 @@ lib/fbpanel/tray.so lib/fbpanel/volume.so lib/fbpanel/wincmd.so libexec/fbpanel/make_profile -man/man1/fbpanel.1.gz +share/man/man1/fbpanel.1.gz %%DATADIR%%/default %%DATADIR%%/images/battery_0.png %%DATADIR%%/images/battery_1.png diff --git a/x11/flruler/Makefile b/x11/flruler/Makefile index 1be3c369f05..1bd89a2e5b1 100644 --- a/x11/flruler/Makefile +++ b/x11/flruler/Makefile @@ -1,11 +1,11 @@ PORTNAME= flruler PORTVERSION= 1.05 CATEGORIES= x11 -MASTER_SITES= http://seriss.com/people/erco/fltk/flruler/ +MASTER_SITES= ${WWW} MAINTAINER= danfe@FreeBSD.org COMMENT= On-screen pixel ruler -WWW= https://seriss.com/people/erco/fltk/flruler/ +WWW= https://www.seriss.com/people/erco/fltk/flruler/ LICENSE= GPLv2 diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index 0e21da81eef..eb8b9e7ab29 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -1,36 +1,34 @@ PORTNAME= gmrun -PORTVERSION= 0.9.2 -PORTREVISION= 15 +DISTVERSION= 1.4w CATEGORIES= x11 -MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org -COMMENT= Customizable program to run programs, with tab-completion -WWW= https://sourceforge.net/projects/gmrun/ +COMMENT= Run utiliy with a slim design and bash style auto-completion +WWW= https://github.com/wdlkmpx/gmrun LICENSE= GPLv2 -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libpopt.so:devel/popt +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -USES= compiler:c++11-lang gmake gnome localbase:ldflags pkgconfig +USES= desktop-file-utils gmake gnome pkgconfig -USE_GNOME= cairo gdkpixbuf2 gtk20 +USE_GITHUB= yes +GH_ACCOUNT= wdlkmpx + +USE_GNOME= cairo gdkpixbuf2 gtk30 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-stlport +INSTALL_TARGET= install-strip -PLIST_FILES= bin/gmrun ${DATADIR}/gmrunrc -PORTDOCS= README +PORTDOCS= README.md OPTIONS_DEFINE= DOCS -post-patch: - @${REINPLACE_CMD} -e '/my_alphasort/s#const void\*#const struct dirent**#g' \ - ${WRKSRC}/src/gtkcompletionline.cc +post-install: + ${MV} ${STAGEDIR}${PREFIX}/etc/gmrunrc \ + ${STAGEDIR}${PREFIX}/etc/gmrunrc.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/x11/gmrun/distinfo b/x11/gmrun/distinfo index b9fd3dda739..e5a39129c1b 100644 --- a/x11/gmrun/distinfo +++ b/x11/gmrun/distinfo @@ -1,2 +1,3 @@ -SHA256 (gmrun-0.9.2.tar.gz) = 17297bce53249ccc7145931db22251b47f77ac355f78cf8abf1e87ae16341fa0 -SIZE (gmrun-0.9.2.tar.gz) = 66097 +TIMESTAMP = 1704732439 +SHA256 (wdlkmpx-gmrun-1.4w_GH0.tar.gz) = 7715eca337877abe180b435494a12d3ec3383a6677fe638724bcd23d84a5841b +SIZE (wdlkmpx-gmrun-1.4w_GH0.tar.gz) = 51854 diff --git a/x11/gmrun/files/patch-config_gmrunrc b/x11/gmrun/files/patch-config_gmrunrc deleted file mode 100644 index fce12f75759..00000000000 --- a/x11/gmrun/files/patch-config_gmrunrc +++ /dev/null @@ -1,12 +0,0 @@ ---- config/gmrunrc.orig 2003-11-16 10:43:41 UTC -+++ config/gmrunrc -@@ -7,7 +7,8 @@ Terminal = gnome-terminal --start-factory-server --use - TermExec = ${Terminal} -e - AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man - --# Set window geometry (except height) -+# Set window geometry (except height). -+# Top / Left = -1: Center dialog box in the current screen. - Width = 400 - Top = 100 - Left = 200 diff --git a/x11/gmrun/files/patch-src__gtkcompletionline.cc b/x11/gmrun/files/patch-src__gtkcompletionline.cc deleted file mode 100644 index cf319973f93..00000000000 --- a/x11/gmrun/files/patch-src__gtkcompletionline.cc +++ /dev/null @@ -1,41 +0,0 @@ ---- src/gtkcompletionline.cc.orig 2003-11-16 10:55:07 UTC -+++ src/gtkcompletionline.cc -@@ -39,6 +39,8 @@ static int on_key_press_handler = 0; - - /* GLOBALS */ - -+GtkType type = 0; -+ - /* signals */ - enum { - UNIQUE, -@@ -76,14 +78,13 @@ static gboolean - on_key_press(GtkCompletionLine *cl, GdkEventKey *event, gpointer data); - - /* get_type */ --guint gtk_completion_line_get_type(void) -+GtkType gtk_completion_line_get_type(void) - { -- static guint type = 0; - if (type == 0) - { - GtkTypeInfo type_info = - { -- "GtkCompletionLine", -+ (gchar *)"GtkCompletionLine", - sizeof(GtkCompletionLine), - sizeof(GtkCompletionLineClass), - (GtkClassInitFunc)gtk_completion_line_class_init, -@@ -551,10 +552,10 @@ parse_tilda(GtkCompletionLine *object) - { - string text = gtk_entry_get_text(GTK_ENTRY(object)); - gint where = (gint)text.find("~"); -- if (where != string::npos) { -+ if (where != (gint)string::npos) { - if ((where > 0) && (text[where - 1] != ' ')) - return 0; -- if (where < text.size() - 1 && text[where + 1] != '/') { -+ if (where < (gint)text.size() - 1 && text[where + 1] != '/') { - // FIXME: Parse another user's home - } else { - string home = g_get_home_dir(); diff --git a/x11/gmrun/files/patch-src__gtkcompletionline.h b/x11/gmrun/files/patch-src__gtkcompletionline.h deleted file mode 100644 index 6d690681f5c..00000000000 --- a/x11/gmrun/files/patch-src__gtkcompletionline.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtkcompletionline.h.orig 2003-11-16 10:43:32 UTC -+++ src/gtkcompletionline.h -@@ -76,7 +76,7 @@ extern "C++" { - void (* cancel)(GtkCompletionLine *cl); - }; - -- guint gtk_completion_line_get_type(void); -+ GtkType gtk_completion_line_get_type(void); - GtkWidget *gtk_completion_line_new(); - - void gtk_completion_line_last_history_item(GtkCompletionLine*); diff --git a/x11/gmrun/files/patch-src_ci__string.h b/x11/gmrun/files/patch-src_ci__string.h deleted file mode 100644 index 140f9547c67..00000000000 --- a/x11/gmrun/files/patch-src_ci__string.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/ci_string.h.orig 2019-05-27 11:24:56 UTC -+++ src/ci_string.h -@@ -6,6 +6,7 @@ - #ifndef __CI_STRING_H__ - #define __CI_STRING_H__ - -+#include - #include - #include - diff --git a/x11/gmrun/files/patch-src_main.cc b/x11/gmrun/files/patch-src_main.cc deleted file mode 100644 index 822c0d6061c..00000000000 --- a/x11/gmrun/files/patch-src_main.cc +++ /dev/null @@ -1,22 +0,0 @@ ---- src/main.cc.orig 2003-11-16 10:55:07 UTC -+++ src/main.cc -@@ -541,7 +541,6 @@ int main(int argc, char **argv) - gtk_widget_set_name(win, "Msh_Run_Window"); - gtk_window_set_title(GTK_WINDOW(win), "Execute program feat. completion"); - gtk_window_set_policy(GTK_WINDOW(win), FALSE, FALSE, TRUE); -- // gtk_window_set_position(GTK_WINDOW(win), GTK_WIN_POS_CENTER); - gtk_container_set_border_width(GTK_CONTAINER(win), 4); - gtk_signal_connect(GTK_OBJECT(win), "destroy", - GTK_SIGNAL_FUNC(gtk_main_quit), NULL); -@@ -653,7 +652,10 @@ int main(int argc, char **argv) - } - else - { -- gtk_widget_set_uposition(win, prefs_left, prefs_top); -+ if ((prefs_top == -1) && (prefs_left == -1)) -+ gtk_window_set_position(GTK_WINDOW(win), GTK_WIN_POS_CENTER); -+ else -+ gtk_widget_set_uposition(win, prefs_left, prefs_top); - } - - gtk_widget_show(win); diff --git a/x11/gmrun/pkg-plist b/x11/gmrun/pkg-plist new file mode 100644 index 00000000000..c1bc7e76ef8 --- /dev/null +++ b/x11/gmrun/pkg-plist @@ -0,0 +1,5 @@ +bin/gmrun +@sample etc/gmrunrc.sample +man/man1/gmrun.1.gz +share/applications/gmrun.desktop +share/pixmaps/gmrun.png diff --git a/x11/gtkchtheme/Makefile b/x11/gtkchtheme/Makefile index f29584d6b9e..cfa78a4d2d9 100644 --- a/x11/gtkchtheme/Makefile +++ b/x11/gtkchtheme/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkchtheme PORTVERSION= 0.3.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11 MASTER_SITES= http://plasmasturm.org/code/gtk-chtheme/ DISTNAME= gtk-chtheme-${PORTVERSION} @@ -16,10 +16,10 @@ USES= gmake gnome pkgconfig tar:bzip2 USE_GNOME= gtk20 PLIST_FILES= bin/gtk-chtheme \ - man/man1/gtk-chtheme.1.gz + share/man/man1/gtk-chtheme.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gtk-chtheme ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11/hybrid-bar/Makefile b/x11/hybrid-bar/Makefile index a404fbcc2c5..6193b31511b 100644 --- a/x11/hybrid-bar/Makefile +++ b/x11/hybrid-bar/Makefile @@ -1,6 +1,6 @@ PORTNAME= hybrid-bar DISTVERSION= 0.4.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/hyprland-share-picker/Makefile b/x11/hyprland-share-picker/Makefile deleted file mode 100644 index 3f1498af376..00000000000 --- a/x11/hyprland-share-picker/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= hyprland-share-picker -DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0 -CATEGORIES= x11 wayland - -MAINTAINER= jbeich@FreeBSD.org -COMMENT= Share picker for xdg-desktop-portal-hyprland -WWW= https://github.com/hyprwm/xdg-desktop-portal-hyprland - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC:H}/LICENSE - -RUN_DEPENDS= slurp:x11/slurp - -FLAVORS= qt5 qt6 - -USES= compiler:c++11-lib cmake qt:5 -USE_GITHUB= yes -USE_QT= qmake:build buildtools:build core gui wayland:run widgets -GH_ACCOUNT= hyprwm -GH_PROJECT= xdg-desktop-portal-hyprland -WRKSRC_SUBDIR= ${PORTNAME} -LDFLAGS+= -Wl,--as-needed # GL -PLIST_FILES= bin/${PORTNAME} - -.if ${FLAVOR:U} == qt6 -PKGNAMESUFFIX= -${FLAVOR} -USES:= ${USES:S/qt:5/qt:6/} -USE_QT= base wayland:run -CONFLICTS_INSTALL= ${PORTNAME} -.else -CONFLICTS_INSTALL= ${PORTNAME}-qt6 -.endif - -.include diff --git a/x11/hyprland-share-picker/distinfo b/x11/hyprland-share-picker/distinfo deleted file mode 100644 index 1c8627770e1..00000000000 --- a/x11/hyprland-share-picker/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1704308317 -SHA256 (hyprwm-xdg-desktop-portal-hyprland-v1.3.0_GH0.tar.gz) = ea15bad792320dd02f63141eff5d8d8355034102697f6cb97d5148b3a45cd7cf -SIZE (hyprwm-xdg-desktop-portal-hyprland-v1.3.0_GH0.tar.gz) = 46729 diff --git a/x11/hyprland-share-picker/pkg-descr b/x11/hyprland-share-picker/pkg-descr deleted file mode 100644 index 8ca48a6ed47..00000000000 --- a/x11/hyprland-share-picker/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Share picker for xdg-desktop-portal-hyprland. diff --git a/x11/i3bar-river/Makefile b/x11/i3bar-river/Makefile index f78ca63aea0..4d4c59f601e 100644 --- a/x11/i3bar-river/Makefile +++ b/x11/i3bar-river/Makefile @@ -1,7 +1,7 @@ PORTNAME= i3bar-river DISTVERSIONPREFIX= v DISTVERSION= 0.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/inputplug/Makefile b/x11/inputplug/Makefile index aaff6ed58dd..156da9d83f2 100644 --- a/x11/inputplug/Makefile +++ b/x11/inputplug/Makefile @@ -1,6 +1,6 @@ PORTNAME= inputplug DISTVERSION= 0.4.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= x11 MAINTAINER= 0mp@FreeBSD.org diff --git a/x11/j4-dmenu-desktop/Makefile b/x11/j4-dmenu-desktop/Makefile index 464deee6e36..b2e0e864194 100644 --- a/x11/j4-dmenu-desktop/Makefile +++ b/x11/j4-dmenu-desktop/Makefile @@ -23,7 +23,7 @@ PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: - ${INSTALL_MAN} ${WRKSRC}/j4-dmenu-desktop.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/j4-dmenu-desktop.1 ${STAGEDIR}${PREFIX}/share/man/man1/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/x11/kf5-frameworkintegration/distinfo b/x11/kf5-frameworkintegration/distinfo index 1cd5731af9a..0ec283642fe 100644 --- a/x11/kf5-frameworkintegration/distinfo +++ b/x11/kf5-frameworkintegration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883730 -SHA256 (KDE/frameworks/5.112.0/frameworkintegration-5.112.0.tar.xz) = c63eb1f13bc62868ecd8cde92abd119953c309f729d9776115485294d9263ece -SIZE (KDE/frameworks/5.112.0/frameworkintegration-5.112.0.tar.xz) = 1760464 +TIMESTAMP = 1701678540 +SHA256 (KDE/frameworks/5.113.0/frameworkintegration-5.113.0.tar.xz) = 1126b010ad951017b100aca84079bdc771a64a1f232b749e9b4360c85476279e +SIZE (KDE/frameworks/5.113.0/frameworkintegration-5.113.0.tar.xz) = 1760432 diff --git a/x11/kf5-kactivities-stats/distinfo b/x11/kf5-kactivities-stats/distinfo index 6d01322002b..fc1e956d856 100644 --- a/x11/kf5-kactivities-stats/distinfo +++ b/x11/kf5-kactivities-stats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883733 -SHA256 (KDE/frameworks/5.112.0/kactivities-stats-5.112.0.tar.xz) = feef77ae274ef79cddd068d57541fc6b1c9ea7b2d5bbd9e095d01e12b460f133 -SIZE (KDE/frameworks/5.112.0/kactivities-stats-5.112.0.tar.xz) = 84584 +TIMESTAMP = 1701678543 +SHA256 (KDE/frameworks/5.113.0/kactivities-stats-5.113.0.tar.xz) = 319cd59ee51364cb093a2a65e711ec45245caa06e16d727b3854ccc1a515df8c +SIZE (KDE/frameworks/5.113.0/kactivities-stats-5.113.0.tar.xz) = 84592 diff --git a/x11/kf5-kactivities/distinfo b/x11/kf5-kactivities/distinfo index 76c6d7c1eea..1af684e202b 100644 --- a/x11/kf5-kactivities/distinfo +++ b/x11/kf5-kactivities/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883732 -SHA256 (KDE/frameworks/5.112.0/kactivities-5.112.0.tar.xz) = dfcd5f0b8635863365ad286aec5c00fdae23e32c8a172c788124b810fcdaeb5b -SIZE (KDE/frameworks/5.112.0/kactivities-5.112.0.tar.xz) = 73576 +TIMESTAMP = 1701678542 +SHA256 (KDE/frameworks/5.113.0/kactivities-5.113.0.tar.xz) = de88b5b67fd3cf4b973be1c2e6a23333b83060826f2cb593d68d13322e9c34b5 +SIZE (KDE/frameworks/5.113.0/kactivities-5.113.0.tar.xz) = 73560 diff --git a/x11/kf5-kded/distinfo b/x11/kf5-kded/distinfo index 8f1be7a66b5..0be7abdf1c0 100644 --- a/x11/kf5-kded/distinfo +++ b/x11/kf5-kded/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883734 -SHA256 (KDE/frameworks/5.112.0/kded-5.112.0.tar.xz) = b6d62fa1fc8d79227dc2dbfbaff50506c67edb3d4e74af599166079ce4f2119b -SIZE (KDE/frameworks/5.112.0/kded-5.112.0.tar.xz) = 41052 +TIMESTAMP = 1701678544 +SHA256 (KDE/frameworks/5.113.0/kded-5.113.0.tar.xz) = c4164aa8418f6412caf90b388ce1997ebb53f35c8c2870eeb106082af2f963ed +SIZE (KDE/frameworks/5.113.0/kded-5.113.0.tar.xz) = 41036 diff --git a/x11/kf5-kdelibs4support/distinfo b/x11/kf5-kdelibs4support/distinfo index 20d3744b853..709f75b421a 100644 --- a/x11/kf5-kdelibs4support/distinfo +++ b/x11/kf5-kdelibs4support/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883736 -SHA256 (KDE/frameworks/5.112.0/kdelibs4support-5.112.0.tar.xz) = 9bcdb1db77cd1bfee0ec031a32425d65c3274d97e368d711ac154cc695c73f67 -SIZE (KDE/frameworks/5.112.0/kdelibs4support-5.112.0.tar.xz) = 3722012 +TIMESTAMP = 1701678545 +SHA256 (KDE/frameworks/5.113.0/kdelibs4support-5.113.0.tar.xz) = 44d014666f0eefffd87ee7b0a7db5f7b460f8d11c803b11e5ac39617f01f04fd +SIZE (KDE/frameworks/5.113.0/kdelibs4support-5.113.0.tar.xz) = 3723084 diff --git a/x11/kf5-kglobalaccel/distinfo b/x11/kf5-kglobalaccel/distinfo index efadb1051a6..8d789dbc0d6 100644 --- a/x11/kf5-kglobalaccel/distinfo +++ b/x11/kf5-kglobalaccel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883737 -SHA256 (KDE/frameworks/5.112.0/kglobalaccel-5.112.0.tar.xz) = 10267e90c34298dcf2aef08dc73b5195ea40b0d4ff5d03ceea01aec267068b3a -SIZE (KDE/frameworks/5.112.0/kglobalaccel-5.112.0.tar.xz) = 2338880 +TIMESTAMP = 1701678546 +SHA256 (KDE/frameworks/5.113.0/kglobalaccel-5.113.0.tar.xz) = 3af3683bf5e9dff9fe94311eb2902add269dbfc0fe29a07e912342771a0f7545 +SIZE (KDE/frameworks/5.113.0/kglobalaccel-5.113.0.tar.xz) = 2338900 diff --git a/x11/kf5-kinit/distinfo b/x11/kf5-kinit/distinfo index 39de563fec5..92e4a9c36d0 100644 --- a/x11/kf5-kinit/distinfo +++ b/x11/kf5-kinit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883739 -SHA256 (KDE/frameworks/5.112.0/kinit-5.112.0.tar.xz) = e75fced58ab654ca475f04a1853d00a3a40cd672d72440c4d9fe031eb83532d6 -SIZE (KDE/frameworks/5.112.0/kinit-5.112.0.tar.xz) = 2404796 +TIMESTAMP = 1701678546 +SHA256 (KDE/frameworks/5.113.0/kinit-5.113.0.tar.xz) = 7b096baff25824cedbf020c8bfbdce43cd2ee72466d15d14883fc9927d7fb5f9 +SIZE (KDE/frameworks/5.113.0/kinit-5.113.0.tar.xz) = 2405000 diff --git a/x11/kf5-krunner/distinfo b/x11/kf5-krunner/distinfo index cd6b16582a8..890a5c6667e 100644 --- a/x11/kf5-krunner/distinfo +++ b/x11/kf5-krunner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883740 -SHA256 (KDE/frameworks/5.112.0/krunner-5.112.0.tar.xz) = 762be1ab9c83872ac78abb2b0352b0ff25072e4430c23dbe0d828b7cd7d76e01 -SIZE (KDE/frameworks/5.112.0/krunner-5.112.0.tar.xz) = 88696 +TIMESTAMP = 1701678547 +SHA256 (KDE/frameworks/5.113.0/krunner-5.113.0.tar.xz) = 90b6fa9e8489c14ef98cf862b83f8f400861eeebe1af98b83af9d1bcbd35ed7c +SIZE (KDE/frameworks/5.113.0/krunner-5.113.0.tar.xz) = 88936 diff --git a/x11/kf5-kwayland/distinfo b/x11/kf5-kwayland/distinfo index 73493a33c6f..b91c116057b 100644 --- a/x11/kf5-kwayland/distinfo +++ b/x11/kf5-kwayland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883741 -SHA256 (KDE/frameworks/5.112.0/kwayland-5.112.0.tar.xz) = 099cdeebd6000a7ce18972965fc467e34f540ca4006bf36668323d983a79f75b -SIZE (KDE/frameworks/5.112.0/kwayland-5.112.0.tar.xz) = 337424 +TIMESTAMP = 1701678548 +SHA256 (KDE/frameworks/5.113.0/kwayland-5.113.0.tar.xz) = 0ff378e955711f1321779474cb5d8052fc249db55f8642fc2d03e1b0c8dfd0aa +SIZE (KDE/frameworks/5.113.0/kwayland-5.113.0.tar.xz) = 337444 diff --git a/x11/kf5-kwindowsystem/distinfo b/x11/kf5-kwindowsystem/distinfo index 89d74e20191..8036144d412 100644 --- a/x11/kf5-kwindowsystem/distinfo +++ b/x11/kf5-kwindowsystem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883742 -SHA256 (KDE/frameworks/5.112.0/kwindowsystem-5.112.0.tar.xz) = 418e13e52f66a4030757d8479c787adab1112f40f694c0cc26309d84bf793022 -SIZE (KDE/frameworks/5.112.0/kwindowsystem-5.112.0.tar.xz) = 2406544 +TIMESTAMP = 1701678549 +SHA256 (KDE/frameworks/5.113.0/kwindowsystem-5.113.0.tar.xz) = a1e848e1bd5eebd382ede1b963235b796ebda1fae4a08513d59904aab9daeac3 +SIZE (KDE/frameworks/5.113.0/kwindowsystem-5.113.0.tar.xz) = 2406604 diff --git a/x11/kf5-plasma-framework/distinfo b/x11/kf5-plasma-framework/distinfo index 6836bcd4a46..436586bba74 100644 --- a/x11/kf5-plasma-framework/distinfo +++ b/x11/kf5-plasma-framework/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699883744 -SHA256 (KDE/frameworks/5.112.0/plasma-framework-5.112.0.tar.xz) = 12b62a8f7cb538358219d3e08f8677a504c4f14ff5fd673daabfc330f16f085b -SIZE (KDE/frameworks/5.112.0/plasma-framework-5.112.0.tar.xz) = 3310804 +TIMESTAMP = 1701678550 +SHA256 (KDE/frameworks/5.113.0/plasma-framework-5.113.0.tar.xz) = 7e8a94d402c15e21e67715c6e225f8c7eb82e9702ae7f6b0b121e6042d573246 +SIZE (KDE/frameworks/5.113.0/plasma-framework-5.113.0.tar.xz) = 3308500 diff --git a/x11/kf5-plasma-framework/pkg-plist b/x11/kf5-plasma-framework/pkg-plist index dcee2557746..4703091a28d 100644 --- a/x11/kf5-plasma-framework/pkg-plist +++ b/x11/kf5-plasma-framework/pkg-plist @@ -375,8 +375,6 @@ share/locale/ja/LC_MESSAGES/libplasma5.mo share/locale/ka/LC_MESSAGES/libplasma5.mo share/locale/ko/LC_MESSAGES/libplasma5.mo share/locale/lt/LC_MESSAGES/libplasma5.mo -share/locale/lt/LC_SCRIPTS/libplasma5/libplasma5.js -share/locale/lt/LC_SCRIPTS/libplasma5/plasmoids.js share/locale/lv/LC_MESSAGES/libplasma5.mo share/locale/ml/LC_MESSAGES/libplasma5.mo share/locale/mr/LC_MESSAGES/libplasma5.mo diff --git a/x11/kickoff/Makefile b/x11/kickoff/Makefile index 995b0092c6e..a9721aa405f 100644 --- a/x11/kickoff/Makefile +++ b/x11/kickoff/Makefile @@ -1,7 +1,7 @@ PORTNAME= kickoff DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/konsole-devel/distinfo b/x11/konsole-devel/distinfo index 37a264f78be..b7f9dea12fd 100644 --- a/x11/konsole-devel/distinfo +++ b/x11/konsole-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701596922 -SHA256 (KDE/release-service/24.01.80/konsole-24.01.80.tar.xz) = 55d166f23e40fe48bdd343655b0c14240260282cecd69d650a085d1713a34402 -SIZE (KDE/release-service/24.01.80/konsole-24.01.80.tar.xz) = 1744832 +TIMESTAMP = 1704376186 +SHA256 (KDE/release-service/24.01.85/konsole-24.01.85.tar.xz) = 691e96f07c3654cd8ff08276c2d01a24c4ad2d96c3265d4d6da2de9b05bf5d14 +SIZE (KDE/release-service/24.01.85/konsole-24.01.85.tar.xz) = 1745852 diff --git a/x11/konsole-devel/pkg-plist b/x11/konsole-devel/pkg-plist index 84c64169509..443785ee812 100644 --- a/x11/konsole-devel/pkg-plist +++ b/x11/konsole-devel/pkg-plist @@ -3,9 +3,7 @@ bin/konsoleprofile etc/xdg/konsolerc lib/kconf_update_bin/konsole_globalaccel lib/kconf_update_bin/konsole_show_menubar -lib/libkonsoleapp.so.1 lib/libkonsoleapp.so.%%KDE_APPLICATIONS_VERSION%% -lib/libkonsoleprivate.so.1 lib/libkonsoleprivate.so.%%KDE_APPLICATIONS_VERSION%% %%QT_PLUGINDIR%%/kf6/parts/konsolepart.so %%QT_PLUGINDIR%%/konsoleplugins/konsole_quickcommandsplugin.so diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile index 40fe070b890..cef294acfce 100644 --- a/x11/libxfce4util/Makefile +++ b/x11/libxfce4util/Makefile @@ -1,5 +1,6 @@ PORTNAME= libxfce4util PORTVERSION= 4.18.1 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 @@ -32,6 +33,7 @@ GIR_CONFIGURE_ON= --enable-introspection=yes GIR_CONFIGURE_OFF= --enable-introspection=no NLS_CONFIGURE_ENABLE= nls +NLS_CONFIGURE_ENV= LIBS=-lintl LDFLAGS=-L${LOCALBASE}/lib NLS_USES= gettext-runtime VAPI_USES= vala:build diff --git a/x11/lsw/Makefile b/x11/lsw/Makefile index f585e5b0e7b..b97be1ba99b 100644 --- a/x11/lsw/Makefile +++ b/x11/lsw/Makefile @@ -1,6 +1,6 @@ PORTNAME= lsw PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ @@ -10,7 +10,7 @@ WWW= http://tools.suckless.org/lsw MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \ X11INC="${LOCALBASE}/include" CC="${CC}" -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -24,6 +24,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11/lupe/Makefile b/x11/lupe/Makefile index 6f242e913a1..1c0ee7c0442 100644 --- a/x11/lupe/Makefile +++ b/x11/lupe/Makefile @@ -1,5 +1,6 @@ PORTNAME= lupe PORTVERSION= 0.08c +PORTREVISION= 1 CATEGORIES= x11 accessibility MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} @@ -20,7 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXext -lm PORTDOCS= ${PORTNAME}.doc -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz post-extract: @${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.1 @@ -31,7 +32,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/x11/mrxvt-devel/Makefile b/x11/mrxvt-devel/Makefile index 693f61f759d..25a8830f9d2 100644 --- a/x11/mrxvt-devel/Makefile +++ b/x11/mrxvt-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mrxvt-devel PORTVERSION= 0.5.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11 MASTER_SITES= SF/materm/mrxvt%20source/${PORTVERSION} DISTNAME= mrxvt-${PORTVERSION} @@ -142,7 +142,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/share/mrxvtrc ${STAGEDIR}${PREFIX}/etc/mrxvt/mrxvtrc.sample ${INSTALL_DATA} ${WRKSRC}/share/default.menu ${STAGEDIR}${PREFIX}/etc/mrxvt/default.menu.sample ${INSTALL_DATA} ${WRKSRC}/share/submenus.menu ${STAGEDIR}${PREFIX}/etc/mrxvt/submenus.menu.sample - ${INSTALL_MAN} ${WRKSRC}/doc/mrxvt.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/mrxvt.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/scripts ${INSTALL_DATA} ${WRKSRC}/share/scripts/mrxvtset.pl ${STAGEDIR}${EXAMPLESDIR}/scripts ${INSTALL_DATA} ${WRKSRC}/share/scripts/settitle.c ${STAGEDIR}${EXAMPLESDIR}/scripts diff --git a/x11/mrxvt-devel/pkg-plist b/x11/mrxvt-devel/pkg-plist index f172c219958..5e5fd413ddf 100644 --- a/x11/mrxvt-devel/pkg-plist +++ b/x11/mrxvt-devel/pkg-plist @@ -2,7 +2,7 @@ bin/mrxvt etc/mrxvt/default.menu.sample etc/mrxvt/mrxvtrc.sample etc/mrxvt/submenus.menu.sample -man/man1/mrxvt.1.gz +share/man/man1/mrxvt.1.gz %%PORTDOCS%%%%DOCSDIR%%/README.greek %%PORTDOCS%%%%DOCSDIR%%/README.menu %%PORTDOCS%%%%DOCSDIR%%/README.xvt diff --git a/x11/plasma5-plasma-desktop/Makefile b/x11/plasma5-plasma-desktop/Makefile index dcb464c0edd..1d9f4c4b35d 100644 --- a/x11/plasma5-plasma-desktop/Makefile +++ b/x11/plasma5-plasma-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma-desktop DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -70,7 +71,7 @@ SCIM_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_SCIM SCIM_LIB_DEPENDS= libscim-1.0.so:textproc/scim SCIM_DESC= Enable SCIM backend for input dialog ACCOUNTS_LIB_DEPENDS= libkaccounts.so:net-im/kaccounts-integration \ - libaccounts-qt5.so:net-im/libaccounts-qt5 + libaccounts-qt5.so:net-im/libaccounts-qt@qt5 ACCOUNTS_USE= gnome=intltool ACCOUNTS_DESC= Accounts management library support PIPEWIRE_DESC= Use runtime dependency QML module 'org.kde.pipewire' diff --git a/x11/plasma6-plasma-desktop/Makefile b/x11/plasma6-plasma-desktop/Makefile index f3d8e5f60c3..b8561ce724c 100644 --- a/x11/plasma6-plasma-desktop/Makefile +++ b/x11/plasma6-plasma-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma-desktop DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma COMMENT= KDE Plasma Desktop @@ -11,7 +12,7 @@ BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols \ xf86-input-synaptics>0:x11-drivers/xf86-input-synaptics LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libicuuc.so:devel/icu \ - liboauth2plugin.so:sysutils/signon-plugin-oauth2 \ + liboauth2plugin.so:sysutils/signon-plugin-oauth2@qt6 \ libwayland-client.so:graphics/wayland \ libxcb-util.so:x11/xcb-util \ libxkbcommon.so:x11/libxkbcommon \ diff --git a/x11/rio/Makefile b/x11/rio/Makefile index e904a3e8b73..17f03426c34 100644 --- a/x11/rio/Makefile +++ b/x11/rio/Makefile @@ -1,6 +1,7 @@ PORTNAME= rio DISTVERSIONPREFIX= v -DISTVERSION= 0.0.33 +DISTVERSION= 0.0.34 +PORTREVISION= 1 CATEGORIES= x11 wayland PKGNAMESUFFIX= -terminal-emulator diff --git a/x11/rio/distinfo b/x11/rio/distinfo index 285bfcc9e60..a68fef60c1d 100644 --- a/x11/rio/distinfo +++ b/x11/rio/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1702961595 +TIMESTAMP = 1704688056 SHA256 (rust/crates/ab_glyph-0.2.17.crate) = 04a9283dace1c41c265496614998d5b9c4a97b3eb770e804f007c5144bf03f2b SIZE (rust/crates/ab_glyph-0.2.17.crate) = 17243 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.7.crate) = 330223a1aecc308757b9926e9391c9b47f8ef2dbd8aea9df88312aea18c5e8d6 @@ -695,5 +695,5 @@ SHA256 (rust/crates/yeslogic-fontconfig-sys-3.2.0.crate) = f2bbd69036d397ebbff67 SIZE (rust/crates/yeslogic-fontconfig-sys-3.2.0.crate) = 6759 SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02 SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 -SHA256 (raphamorim-rio-v0.0.33-4636f43_GH0.tar.gz) = 77b64440c306818c7815be5edd70784b3b59882cce5dcbc9d855dc0681126937 -SIZE (raphamorim-rio-v0.0.33-4636f43_GH0.tar.gz) = 29312419 +SHA256 (raphamorim-rio-v0.0.34-4636f43_GH0.tar.gz) = 77b64440c306818c7815be5edd70784b3b59882cce5dcbc9d855dc0681126937 +SIZE (raphamorim-rio-v0.0.34-4636f43_GH0.tar.gz) = 29312419 diff --git a/x11/rlaunch/Makefile b/x11/rlaunch/Makefile index 5b9e2bf2a54..95d7f8b2ca1 100644 --- a/x11/rlaunch/Makefile +++ b/x11/rlaunch/Makefile @@ -1,6 +1,6 @@ PORTNAME= rlaunch DISTVERSION= 1.3.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/salut/Makefile b/x11/salut/Makefile index dec7abe5bb9..9ddcefb81d8 100644 --- a/x11/salut/Makefile +++ b/x11/salut/Makefile @@ -1,7 +1,7 @@ PORTNAME= salut DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/shikane/Makefile b/x11/shikane/Makefile index 7d543833b04..73df6b89bdb 100644 --- a/x11/shikane/Makefile +++ b/x11/shikane/Makefile @@ -1,7 +1,7 @@ PORTNAME= shikane DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/shotman/Makefile b/x11/shotman/Makefile index 93707dd0f29..9617814728e 100644 --- a/x11/shotman/Makefile +++ b/x11/shotman/Makefile @@ -1,7 +1,7 @@ PORTNAME= shotman DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 -PORTREVISION= 3 +PORTREVISION= 4 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/sirula/Makefile b/x11/sirula/Makefile index 405833ecafc..957d3e4332a 100644 --- a/x11/sirula/Makefile +++ b/x11/sirula/Makefile @@ -1,7 +1,7 @@ PORTNAME= sirula DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/slock/Makefile b/x11/slock/Makefile index ee774ca23dc..6ef21e760d8 100644 --- a/x11/slock/Makefile +++ b/x11/slock/Makefile @@ -1,10 +1,10 @@ PORTNAME= slock -PORTVERSION= 1.4 -PORTREVISION= 2 +DISTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= pkubaj@FreeBSD.org COMMENT= Simple X screen locker WWW= https://tools.suckless.org/slock @@ -16,7 +16,7 @@ CPE_VENDOR= suckless USE_XORG= x11 xext xorgproto xrandr xt MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \ X11INC="${LOCALBASE}/include" CC="${CC}" \ - MANPREFIX="${MANPREFIX}/man" + MANPREFIX="${PREFIX}/share/man" post-patch: @${REINPLACE_CMD} -e 's|-I/usr/include||;s|-L/usr/lib||;s|= -Os|+=|'\ diff --git a/x11/slock/distinfo b/x11/slock/distinfo index 97f456375ac..f4fd04d8c19 100644 --- a/x11/slock/distinfo +++ b/x11/slock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487670784 -SHA256 (slock-1.4.tar.gz) = b53849dbc60109a987d7a49b8da197305c29307fd74c12dc18af0d3044392e6a -SIZE (slock-1.4.tar.gz) = 6889 +TIMESTAMP = 1704531989 +SHA256 (slock-1.5.tar.gz) = aee1e3fbf6a277fb625a3838073b979b6483e7baca4ce82f56de1ff192db0e4d +SIZE (slock-1.5.tar.gz) = 6898 diff --git a/x11/slock/pkg-plist b/x11/slock/pkg-plist index 3228765d038..05a06a8aebb 100644 --- a/x11/slock/pkg-plist +++ b/x11/slock/pkg-plist @@ -1,2 +1,2 @@ @(,,4755) bin/slock -man/man1/slock.1.gz +share/man/man1/slock.1.gz diff --git a/x11/slop/Makefile b/x11/slop/Makefile index 039f2a4bfbc..37136c3032f 100644 --- a/x11/slop/Makefile +++ b/x11/slop/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 7.6 PORTREVISION= 5 CATEGORIES= x11 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Make a screen selection and print the selection coordinates to stdout WWW= https://github.com/naelstrof/slop diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index 3c55ff22934..d25e0dcdf2b 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -1,7 +1,7 @@ PORTNAME= squeekboard DISTVERSIONPREFIX= v DISTVERSION= 1.22.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 wayland PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/x11/srandrd/Makefile b/x11/srandrd/Makefile index edcd11a448f..073f6bd48ea 100644 --- a/x11/srandrd/Makefile +++ b/x11/srandrd/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= jceb USE_XORG= x11 xinerama xrandr MAKE_ARGS= DISTDIR=${STAGEDIR} \ - MANPREFIX=${STAGEDIR}${MAN1PREFIX}/share/man \ + MANPREFIX=${STAGEDIR}${PREFIX}/share/man \ PREFIX=${PREFIX} PLIST_FILES= bin/${PORTNAME} \ diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile index 3c4c3d44701..496d7249568 100644 --- a/x11/swayr/Makefile +++ b/x11/swayr/Makefile @@ -1,6 +1,6 @@ PORTNAME= swayr DISTVERSION= 0.27.1 -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 171a46922b9..5a602c53b3a 100644 --- a/x11/swayrbar/Makefile +++ b/x11/swayrbar/Makefile @@ -1,6 +1,6 @@ PORTNAME= swayrbar DISTVERSION= 0.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile index 66a30ae2e58..3e2ced0b004 100644 --- a/x11/trayer/Makefile +++ b/x11/trayer/Makefile @@ -1,7 +1,7 @@ PORTNAME= trayer PORTVERSION= 1.1.8 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= madpilot@FreeBSD.org @@ -23,12 +23,12 @@ GH_PROJECT= ${PORTNAME}-srg PORTDOCS= README CREDITS CHANGELOG -PLIST_FILES= bin/trayer man/man1/trayer.1.gz +PLIST_FILES= bin/trayer share/man/man1/trayer.1.gz OPTIONS_DEFINE= DOCS post-install: - ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} diff --git a/x11/watershot/Makefile b/x11/watershot/Makefile index 29f5391ad35..cf1a750aa87 100644 --- a/x11/watershot/Makefile +++ b/x11/watershot/Makefile @@ -1,7 +1,7 @@ PORTNAME= watershot DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wayidle/Makefile b/x11/wayidle/Makefile index 26b7c45fb20..bb625fcbad1 100644 --- a/x11/wayidle/Makefile +++ b/x11/wayidle/Makefile @@ -1,7 +1,7 @@ PORTNAME= wayidle DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 5 +PORTREVISION= 6 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 7a07bd43d06..d588deb7ac3 100644 --- a/x11/wayout/Makefile +++ b/x11/wayout/Makefile @@ -1,6 +1,6 @@ PORTNAME= wayout DISTVERSION= 1.1.3 -PORTREVISION= 6 +PORTREVISION= 7 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 f5a0cee2440..2489be1745c 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -1,6 +1,6 @@ PORTNAME= wezterm DISTVERSION= 20230408-112425-69ae8472 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/wlr-which-key/Makefile b/x11/wlr-which-key/Makefile index a4c3a7b6870..6ec8c76bad7 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.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile index f15b681737f..eaf2c07b107 100644 --- a/x11/wmfocus/Makefile +++ b/x11/wmfocus/Makefile @@ -1,6 +1,7 @@ PORTNAME= wmfocus DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= eduardo@FreeBSD.org diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 6360f045a93..82f6075d74d 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -1,6 +1,6 @@ PORTNAME?= x3270 PORTVERSION= 4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 net MASTER_SITES= http://x3270.bgp.nu/download/04.02/ DISTFILES= suite3270-${PORTVERSION}ga10-src.tgz @@ -64,13 +64,13 @@ PLIST_SUB+= DBCS="@comment " post-install: .for m in b3270 c3270 pr3287 s3270 tcl3270 - @(cd ${WRKSRC} ; ${INSTALL_MAN} ${m}/${m}.man ${STAGEDIR}${MAN1PREFIX}/man/man1/${m}.1) + @(cd ${WRKSRC} ; ${INSTALL_MAN} ${m}/${m}.man ${STAGEDIR}${PREFIX}/share/man/man1/${m}.1) .endfor .if ! defined(C3270) - ${INSTALL_MAN} ${WRKSRC}/x3270/x3270.man ${STAGEDIR}${MAN5PREFIX}/man/man1/x3270.1 - ${INSTALL_MAN} ${WRKSRC}/x3270if/x3270if.man ${STAGEDIR}${MAN5PREFIX}/man/man1/x3270if.1 + ${INSTALL_MAN} ${WRKSRC}/x3270/x3270.man ${STAGEDIR}${PREFIX}/share/man/man1/x3270.1 + ${INSTALL_MAN} ${WRKSRC}/x3270if/x3270if.man ${STAGEDIR}${PREFIX}/share/man/man1/x3270if.1 .endif - ${INSTALL_MAN} ${WRKSRC}/c3270/ibm_hosts.man ${STAGEDIR}${MAN5PREFIX}/man/man5/ibm_hosts.5 + ${INSTALL_MAN} ${WRKSRC}/c3270/ibm_hosts.man ${STAGEDIR}${PREFIX}/share/man/man5/ibm_hosts.5 @(cd ${WRKSRC}/x3270/Examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) @(cd ${WRKSRC}/x3270 && ${COPYTREE_SHARE} html ${STAGEDIR}${EXAMPLESDIR}) diff --git a/x11/x3270/pkg-plist b/x11/x3270/pkg-plist index 1908f2f6449..42c965c0a39 100644 --- a/x11/x3270/pkg-plist +++ b/x11/x3270/pkg-plist @@ -25,11 +25,11 @@ etc/x3270/ibm_hosts %%X3270%%%%FONTSDIR%%/3270gt8.pcf.gz %%X3270%%%%FONTSDIR%%/3270h.pcf.gz @comment %%FONTSDIR%%/fonts.dir -man/man1/b3270.1.gz -man/man1/c3270.1.gz -man/man1/pr3287.1.gz -man/man1/s3270.1.gz -man/man1/tcl3270.1.gz -%%X3270%%man/man1/x3270.1.gz -%%X3270%%man/man1/x3270if.1.gz -man/man5/ibm_hosts.5.gz +share/man/man1/b3270.1.gz +share/man/man1/c3270.1.gz +share/man/man1/pr3287.1.gz +share/man/man1/s3270.1.gz +share/man/man1/tcl3270.1.gz +%%X3270%%share/man/man1/x3270.1.gz +%%X3270%%share/man/man1/x3270if.1.gz +share/man/man5/ibm_hosts.5.gz diff --git a/x11/xascii/Makefile b/x11/xascii/Makefile index e4ffcfd7c7c..39e0701ee3e 100644 --- a/x11/xascii/Makefile +++ b/x11/xascii/Makefile @@ -1,5 +1,6 @@ PORTNAME= xascii PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://komquats.com/distfiles/ \ http://people.freebsd.org/~cy/distfiles/ @@ -12,6 +13,6 @@ USE_XORG= x11 xt xaw MAKE_ARGS= PREFIX=${PREFIX} NO_WRKSUBDIR= yes -PLIST_FILES= bin/xascii man/man1/xascii.1.gz +PLIST_FILES= bin/xascii share/man/man1/xascii.1.gz .include diff --git a/x11/xascii/files/patch-Imakefile b/x11/xascii/files/patch-Imakefile index 0fa99debeb9..43f5ca49712 100644 --- a/x11/xascii/files/patch-Imakefile +++ b/x11/xascii/files/patch-Imakefile @@ -4,7 +4,7 @@ LOCAL_LIBRARIES = XawClientLibs +BINDIR = ${PREFIX}/bin -+MANPATH = ${PREFIX}${MAN1PREFIX}/man ++MANPATH = ${PREFIX}/share/man + SRCS = xascii.c OBJS = xascii.o diff --git a/x11/xballoon/Makefile b/x11/xballoon/Makefile index 1c800103878..dafa351755b 100644 --- a/x11/xballoon/Makefile +++ b/x11/xballoon/Makefile @@ -1,6 +1,6 @@ PORTNAME= xballoon PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://kozos.jp/myfreesoft/ @@ -13,7 +13,7 @@ USE_XORG= xpm xmu xaw ALL_TARGET= xballoon PLIST_FILES= bin/xballoon \ - man/man1/xballoon.1.gz + share/man/man1/xballoon.1.gz post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|$${LOCALBASE}|g ; \ @@ -22,6 +22,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xballoon ${STAGEDIR}${PREFIX}/bin/xballoon - ${INSTALL_MAN} ${WRKSRC}/xballoon.man ${STAGEDIR}${MANPREFIX}/man/man1/xballoon.1 + ${INSTALL_MAN} ${WRKSRC}/xballoon.man ${STAGEDIR}${PREFIX}/share/man/man1/xballoon.1 .include diff --git a/x11/xcut/Makefile b/x11/xcut/Makefile index 013498e2dc0..cb9291a4593 100644 --- a/x11/xcut/Makefile +++ b/x11/xcut/Makefile @@ -1,6 +1,6 @@ PORTNAME= xcut PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \ http://acsys.anu.edu.au/~tpot/%SUBDIR%/ @@ -11,6 +11,6 @@ WWW= https://xcut.sourceforge.net/ USES= imake xorg USE_XORG= x11 -PLIST_FILES= bin/xcut man/man1/xcut.1.gz +PLIST_FILES= bin/xcut share/man/man1/xcut.1.gz .include diff --git a/x11/xcut/files/patch-Imakefile b/x11/xcut/files/patch-Imakefile index 1ac717af351..7ce049f2490 100644 --- a/x11/xcut/files/patch-Imakefile +++ b/x11/xcut/files/patch-Imakefile @@ -6,8 +6,8 @@ -BINDIR=/usr/local/bin -MANPATH=/usr/local/man -+BINDIR=${LOCALBASE}/bin -+MANPATH=${LOCALBASE}${MAN1PREFIX}/man ++BINDIR=${PREFIX}/bin ++MANPATH=${PREFIX}/share/man MANSUFFIX=1 XCOMM Build xcut and manpage diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile index 73f7cf90b6f..64407e6055d 100644 --- a/x11/xdg-desktop-portal-hyprland/Makefile +++ b/x11/xdg-desktop-portal-hyprland/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdg-desktop-portal-hyprland DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0 +DISTVERSION= 1.3.1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org @@ -17,7 +17,6 @@ LIB_DEPENDS= libhyprlang.so:devel/hyprlang \ libwayland-client.so:graphics/wayland \ libpipewire-0.3.so:multimedia/pipewire RUN_DEPENDS= grim:x11/grim \ - hyprland-share-picker:x11/hyprland-share-picker@${FLAVOR} \ slurp:x11/slurp FLAVORS= qt5 qt6 @@ -25,39 +24,35 @@ qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt6 qt6_CONFLICTS_INSTALL= ${PORTNAME} qt6_PKGNAMESUFFIX= -qt6 -USES= compiler:c++11-lib gl meson pkgconfig +USES= cmake compiler:c++11-lib gl pkgconfig qt:5 USE_GITHUB= yes USE_GL= gbm +USE_QT= qmake:build buildtools:build core gui wayland:run widgets GH_ACCOUNT= hyprwm GH_TUPLE= hyprwm:hyprland-protocols:v0.2:hyprland_protocols/subprojects/hyprland-protocols -MESON_ARGS= -Dsystemd=disabled -PLIST_FILES= libexec/${PORTNAME} \ +LDFLAGS+= -Wl,--as-needed # GL, sdbus-cpp deps +PLIST_FILES= bin/hyprland-share-picker \ + lib/systemd/user/${PORTNAME}.service \ + libexec/${PORTNAME} \ share/dbus-1/services/org.freedesktop.impl.portal.desktop.hyprland.service \ share/xdg-desktop-portal/portals/hyprland.portal +.if ${FLAVOR:U} == qt6 +USES:= ${USES:S/qt:5/qt:6/} +USE_QT= base wayland:run +.endif + # XXX Drop after FreeBSD 14.0 EOL around 2025-03-01 .if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h) CXXFLAGS+= -fexperimental-library .endif -post-patch: -# XXX Merge with hyprland-share-picker instead - @${REINPLACE_CMD} '/hyprland-share-picker/d' ${WRKSRC}/meson.build - -.ifdef GH_TUPLE -post-configure: - @${REINPLACE_CMD} 's/meson install/& \ - --skip-subprojects/' ${BUILD_WRKSRC}/build.ninja -.endif - # XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo) .if ${CXX} == c++ && exists(/usr/lib/libc++.so) .if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch) -BUILD_DEPENDS+= ${CMAKE_BIN}:devel/cmake-core USES+= llvm:min=16,build,export PATH:= ${LLVM_PREFIX}/bin:${PATH} # XXX _CMAKE_TOOLCHAIN_SUFFIX vs. devel/llvm* CONFIGURE_ENV+= CC="${CC}" CXX="${CXX}" CPP="${CPP}" -CMAKE_BIN= ${LOCALBASE}/bin/cmake # XXX Move into separate port and standardize via USES GH_TUPLE+= llvm:llvm-project:llvmorg-16.0.1:libcxx diff --git a/x11/xdg-desktop-portal-hyprland/distinfo b/x11/xdg-desktop-portal-hyprland/distinfo index e258b7c1add..76dac414f7c 100644 --- a/x11/xdg-desktop-portal-hyprland/distinfo +++ b/x11/xdg-desktop-portal-hyprland/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1704308317 -SHA256 (hyprwm-xdg-desktop-portal-hyprland-v1.3.0_GH0.tar.gz) = ea15bad792320dd02f63141eff5d8d8355034102697f6cb97d5148b3a45cd7cf -SIZE (hyprwm-xdg-desktop-portal-hyprland-v1.3.0_GH0.tar.gz) = 46729 +TIMESTAMP = 1704466722 +SHA256 (hyprwm-xdg-desktop-portal-hyprland-v1.3.1_GH0.tar.gz) = 60b390f326b84cc52657b735e3d7ba8f03aa3363672100dba47580984491611f +SIZE (hyprwm-xdg-desktop-portal-hyprland-v1.3.1_GH0.tar.gz) = 46999 SHA256 (hyprwm-hyprland-protocols-v0.2_GH0.tar.gz) = 106cb189d0fbe4ec0ee11a12a17238172f4c4cd1b2b26db904df144e5c7a05f0 SIZE (hyprwm-hyprland-protocols-v0.2_GH0.tar.gz) = 6342 SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271 diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile index 5c12331aea0..4fee903e7e1 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= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index a8671da60ca..627136192e7 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -1,6 +1,6 @@ PORTNAME= xloadimage PORTVERSION= 4.1.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 graphics MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}.${VERSION} @@ -54,9 +54,9 @@ do-install: ${LN} -sf xloadimage xsetbg && \ ${LN} -sf xloadimage xview ) ${INSTALL_PROGRAM} ${WRKSRC}/uufilter ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/uufilter.man ${STAGEDIR}${MAN1PREFIX}/man/man1/uufilter.1 - ${INSTALL_MAN} ${WRKSRC}/xloadimage.man ${STAGEDIR}${MAN1PREFIX}/man/man1/xloadimage.1 - @(cd ${STAGEDIR}${MAN1PREFIX}/man/man1 && \ + ${INSTALL_MAN} ${WRKSRC}/uufilter.man ${STAGEDIR}${PREFIX}/share/man/man1/uufilter.1 + ${INSTALL_MAN} ${WRKSRC}/xloadimage.man ${STAGEDIR}${PREFIX}/share/man/man1/xloadimage.1 + @(cd ${STAGEDIR}${PREFIX}/share/man/man1 && \ ${LN} -sf xloadimage.1 xsetbg.1 && \ ${LN} -sf xloadimage.1 xview.1 ) ${INSTALL_DATA} ${WRKSRC}/xloadimagerc ${STAGEDIR}${PREFIX}/etc/xloadimagerc.sample diff --git a/x11/xloadimage/pkg-plist b/x11/xloadimage/pkg-plist index 67b5e2ec715..df066c0b102 100644 --- a/x11/xloadimage/pkg-plist +++ b/x11/xloadimage/pkg-plist @@ -2,8 +2,8 @@ bin/uufilter bin/xloadimage bin/xsetbg bin/xview -man/man1/uufilter.1.gz -man/man1/xloadimage.1.gz -man/man1/xsetbg.1.gz -man/man1/xview.1.gz +share/man/man1/uufilter.1.gz +share/man/man1/xloadimage.1.gz +share/man/man1/xsetbg.1.gz +share/man/man1/xview.1.gz @sample etc/xloadimagerc.sample diff --git a/x11/xmangekyou/Makefile b/x11/xmangekyou/Makefile index 05d944f91c5..0077138220c 100644 --- a/x11/xmangekyou/Makefile +++ b/x11/xmangekyou/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmangekyou PORTVERSION= 2.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://ftp.vector.co.jp/16/65/1309/ @@ -14,7 +14,7 @@ ALL_TARGET= xmangekyou PORTDOCS= COPYRIGHT.euc HISTORY.euc README.euc PLIST_FILES= bin/xmangekyou lib/X11/XMangekyou/animation.dat \ - man/man1/xmangekyou.1.gz + share/man/man1/xmangekyou.1.gz OPTIONS_DEFINE= DOCS @@ -27,7 +27,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmangekyou ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xmangekyou.1.gz ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/xmangekyou.1.gz ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/XMangekyou ${INSTALL_DATA} ${WRKSRC}/animation.dat ${STAGEDIR}${PREFIX}/lib/X11/XMangekyou diff --git a/x11/xmotd/Makefile b/x11/xmotd/Makefile index 3f48854c6df..3ce3e031f05 100644 --- a/x11/xmotd/Makefile +++ b/x11/xmotd/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmotd DISTVERSION= 1.17.3b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.ee.ryerson.ca/~elf/pub/ @@ -15,7 +15,7 @@ USES= imake:noman xorg USE_XORG= ice sm x11 xaw xext xmu xt PLIST_FILES= bin/xmotd \ - man/man8/xmotd.8.gz + share/man/man8/xmotd.8.gz OPTIONS_DEFINE= HTML MOTIF XPM @@ -48,6 +48,6 @@ post-patch-XPM-on: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmotd ${STAGEDIR}${LOCALBASE}/bin/xmotd - ${INSTALL_MAN} ${WRKSRC}/xmotd.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/xmotd.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/x11/xmx/Makefile b/x11/xmx/Makefile index 3b45ec083ec..65872ffd6e4 100644 --- a/x11/xmx/Makefile +++ b/x11/xmx/Makefile @@ -11,9 +11,9 @@ WWW= https://cs.brown.edu/software/xmx/ USES= tar:Z xorg USE_XORG= x11 -PLIST_FILES= bin/xmx man/man1/xmx.1.gz +PLIST_FILES= bin/xmx share/man/man1/xmx.1.gz -MAKE_ARGS+= BIN=${STAGEDIR}${PREFIX}/bin/ MANPATH=${STAGEDIR}${MAN1PREFIX}/man/ +MAKE_ARGS+= BIN=${STAGEDIR}${PREFIX}/bin/ MANPATH=${STAGEDIR}${PREFIX}/share/man/ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xmx diff --git a/x11/xrootconsole/Makefile b/x11/xrootconsole/Makefile index 2086cfdc42b..64410d15297 100644 --- a/x11/xrootconsole/Makefile +++ b/x11/xrootconsole/Makefile @@ -1,6 +1,6 @@ PORTNAME= xrootconsole PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= SF @@ -11,7 +11,7 @@ WWW= https://sourceforge.net/projects/xrootconsole/ USES= gmake xorg USE_XORG= x11 -PLIST_FILES= bin/xrootconsole man/man1/xrootconsole.1.gz +PLIST_FILES= bin/xrootconsole share/man/man1/xrootconsole.1.gz post-patch: @${REINPLACE_CMD} -e 's|^CC =|CC ?=|g ; \ s|^CFLAGS = -O2|CFLAGS +=|g ; \ @@ -19,6 +19,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrootconsole ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xrootconsole.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/xrootconsole.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11/xsel-conrad/Makefile b/x11/xsel-conrad/Makefile index 1682ecdd3d3..e44b30d09b9 100644 --- a/x11/xsel-conrad/Makefile +++ b/x11/xsel-conrad/Makefile @@ -1,6 +1,6 @@ PORTNAME= xsel PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.vergenet.net/~conrad/software/xsel/download/ PKGNAMESUFFIX= -conrad @@ -20,14 +20,14 @@ CONFLICTS_INSTALL= xsel USES= autoreconf localbase xorg USE_XORG= x11 xt GNU_CONFIGURE= yes -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTDOCS= ChangeLog README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1x ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1x ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 do-install-DOCS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} \ diff --git a/x11/xsettingsd/Makefile b/x11/xsettingsd/Makefile index 0f5ee6d4f67..7b8659d54c9 100644 --- a/x11/xsettingsd/Makefile +++ b/x11/xsettingsd/Makefile @@ -1,7 +1,7 @@ PORTNAME= xsettingsd DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -g1b2bcca CATEGORIES= x11 @@ -19,8 +19,8 @@ USE_XORG= x11 PLIST_FILES= bin/dump_xsettings \ bin/xsettingsd \ - man/man1/dump_xsettings.1.gz \ - man/man1/xsettingsd.1.gz + share/man/man1/dump_xsettings.1.gz \ + share/man/man1/xsettingsd.1.gz .include @@ -33,6 +33,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dump_xsettings ${WRKSRC}/xsettingsd \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dump_xsettings.1 ${WRKSRC}/xsettingsd.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11/xstarroll/Makefile b/x11/xstarroll/Makefile index d8c41edaa9f..3912c9e2a48 100644 --- a/x11/xstarroll/Makefile +++ b/x11/xstarroll/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstarroll PORTVERSION= 1.1b -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://kozos.jp/myfreesoft/ @@ -16,7 +16,7 @@ USE_XORG= xpm xt xaw ALL_TARGET= xstarroll PLIST_FILES= bin/xstarroll \ - man/man1/xstarroll.1.gz + share/man/man1/xstarroll.1.gz post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|$${LOCALBASE}|g ; \ @@ -25,6 +25,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xstarroll ${STAGEDIR}${PREFIX}/bin/xstarroll - ${INSTALL_MAN} ${WRKSRC}/xstarroll.man ${STAGEDIR}${MANPREFIX}/man/man1/xstarroll.1 + ${INSTALL_MAN} ${WRKSRC}/xstarroll.man ${STAGEDIR}${PREFIX}/share/man/man1/xstarroll.1 .include diff --git a/x11/xvt/Makefile b/x11/xvt/Makefile index 55c493b20b1..bc980985e7d 100644 --- a/x11/xvt/Makefile +++ b/x11/xvt/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 CATEGORIES+= x11 MASTER_SITES= https://BSDforge.com/projects/source/x11/xvt/ -MAINTAINER= portmaster@bsdforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Xterm replacement, supporting color, transparency, and more, with less WWW= https://BSDforge.com/projects/x11/xvt/ @@ -12,6 +12,8 @@ LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi BROKEN= Unfetchable +DEPRECATED= Deprecated in favour or various forks, consider using x11/rxvt-unicode +EXPIRATION_DATE=2024-02-29 PORTDOCS= xvt.1.html xvtRef.html xvtRef.txt diff --git a/x11/xzoom/Makefile b/x11/xzoom/Makefile index 2aad44aac27..b57f73a3f24 100644 --- a/x11/xzoom/Makefile +++ b/x11/xzoom/Makefile @@ -1,5 +1,6 @@ PORTNAME= xzoom PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= x11 accessibility MASTER_SITES= http://www.linklevel.net/distfiles/ @@ -8,10 +9,10 @@ COMMENT= Magnify, rotate, mirror the image on the X11 screen USES= imake xorg USE_XORG= x11 xext -PLIST_FILES= bin/xzoom man/man1/xzoom.1.gz +PLIST_FILES= bin/xzoom share/man/man1/xzoom.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xzoom ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xzoom.man ${STAGEDIR}${MAN1PREFIX}/man/man1/xzoom.1 + ${INSTALL_MAN} ${WRKSRC}/xzoom.man ${STAGEDIR}${PREFIX}/share/man/man1/xzoom.1 .include