*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-05-22 08:38:37 +02:00
parent 0a966845f4
commit 03bd3c7de2
531 changed files with 6628 additions and 5659 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= sunpy
DISTVERSION= 4.1.5
DISTVERSION= 4.1.6
CATEGORIES= astro
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682172213
SHA256 (sunpy-4.1.5.tar.gz) = f5ceabbb665c52e663bea3de30fcd04eda28e262733079748ab2b0ac7704afc8
SIZE (sunpy-4.1.5.tar.gz) = 3611127
TIMESTAMP = 1684550457
SHA256 (sunpy-4.1.6.tar.gz) = a5ec2891a1f937cd3d331abd42c5fe63347c46570537caf30c08a4970036f631
SIZE (sunpy-4.1.6.tar.gz) = 3612193

View File

@ -1,5 +1,5 @@
PORTNAME= faust
DISTVERSION= 2.54.9
DISTVERSION= 2.59.6
CATEGORIES= audio devel
MAINTAINER= yuri@FreeBSD.org
@ -18,7 +18,8 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= grame-cncm
GH_TUPLE= \
grame-cncm:faustlibraries:f9efea9:grame_cncm_faustlibraries/libraries
grame-cncm:faustlibraries:b91fdeb:grame_cncm_faustlibraries/libraries \
ccrma:faust2ck:db879cb:faust2ck/tools/faust2ck
SHEBANG_FILES= tools/faust2appls/* tools/benchmark/faustbench tools/sound2faust/sound2reader
@ -72,4 +73,10 @@ post-install-HIGHLIGHT-on:
${INSTALL_DATA} ${WRKSRC}/syntax-highlighting/faust.vim ${STAGEDIR}${PREFIX}/share/vim/vimfiles/syntax/
# 6) EMACS TODO
do-test: install
@${CP} ${FILESDIR}/example-freeverb_demo.dsp ${TEST_WRKSRC}
@cd ${TEST_WRKSRC} && \
faust2jaqt example-freeverb_demo.dsp && \
./example-freeverb_demo
.include <bsd.port.mk>

View File

@ -1,5 +1,7 @@
TIMESTAMP = 1672024334
SHA256 (grame-cncm-faust-2.54.9_GH0.tar.gz) = 14648f020d77874e6f7411d7ff605820015645bbd4b891b24bee3d3a898e48d2
SIZE (grame-cncm-faust-2.54.9_GH0.tar.gz) = 70137859
SHA256 (grame-cncm-faustlibraries-f9efea9_GH0.tar.gz) = 19c98d857edee00ae7682c222377c9e4fcc51d54029d7fe59bb66b2e2cdaf77c
SIZE (grame-cncm-faustlibraries-f9efea9_GH0.tar.gz) = 7810456
TIMESTAMP = 1684717642
SHA256 (grame-cncm-faust-2.59.6_GH0.tar.gz) = 71f36957d2af99c303dbc3779a9253666561b7d2ff310cd5d87d897e4a3514ba
SIZE (grame-cncm-faust-2.59.6_GH0.tar.gz) = 69872005
SHA256 (grame-cncm-faustlibraries-b91fdeb_GH0.tar.gz) = 6bdf288490812aad47c003e3cbef1e9d2816d23a85fc0f348d53ba8b5d526c82
SIZE (grame-cncm-faustlibraries-b91fdeb_GH0.tar.gz) = 7852514
SHA256 (ccrma-faust2ck-db879cb_GH0.tar.gz) = 78a4ca3deef0940122c68cb4872b9423778177ddf02d113f8f01d0e37351f816
SIZE (ccrma-faust2ck-db879cb_GH0.tar.gz) = 328939

View File

@ -0,0 +1,2 @@
import("stdfaust.lib");
process = ba.pulsen(1, 10000) : pm.djembe(60, 0.3, 0.4, 1) <: dm.freeverb_demo;

View File

@ -6,13 +6,13 @@ signal processing.
In order to try it, you can put the dsp program from
https://faustdoc.grame.fr/tutorials/basic-osc/ into the source file
example.dsp, and run the faust compiler that will create
example-freeverb_demo.dsp, and run the faust compiler that will create
Qt UI with Jack audio backend:
$ sudo pkg install -A qt6-base
$ cp files/example.dsp .
$ faust2jaqt example.dsp
$ ./example # this assumes that Jack audio server is up and running
$ cp files/example-freeverb_demo.dsp .
$ faust2jaqt example-freeverb_demo.dsp
$ ./example-freeverb_demo # this assumes that Jack audio server is up and running
It will create the window with sliders and a button that you would
need to press.

View File

@ -262,7 +262,7 @@ lib/ios-libsndfile.a
lib/libOSCFaust.a
lib/libfaust.so
lib/libfaust.so.2
lib/libfaust.so.2.54.9
lib/libfaust.so.2.59.6
%%HIGHLIGHT%%share/apps/katepart/syntax/faust.xml
%%DATADIR%%/AU/AUPublic/AUBase/AUBase.cpp
%%DATADIR%%/AU/AUPublic/AUBase/AUBase.h
@ -844,6 +844,7 @@ lib/libfaust.so.2.54.9
%%DATADIR%%/stdfaust.lib
%%DATADIR%%/supercollider.cpp
%%DATADIR%%/synths.lib
%%DATADIR%%/teensy/README.md
%%DATADIR%%/teensy/teensy.cpp
%%DATADIR%%/teensy/teensy.h
%%DATADIR%%/template-llvm.cpp

View File

@ -53,7 +53,7 @@ OPTIONS_SUB= yes
.endif
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO__CONFIGURE_ENABLE= pulse
PULSEAUDIO_CONFIGURE_ENABLE= pulse
GSTREAMER_USES= gstreamer
GSTREAMER_CONFIGURE_ENABLE= gstreamer

View File

@ -1,7 +1,6 @@
PORTNAME= mamba
DISTVERSIONPREFIX= v
DISTVERSION= 2.3
PORTREVISION= 1
DISTVERSION= 2.5
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
@ -25,7 +24,7 @@ USE_XORG= x11
USE_GITHUB= yes
GH_ACCOUNT= brummer10
GH_PROJECT= Mamba
GH_TUPLE= brummer10:libxputty:58c33d0:libxputty/libxputty
GH_TUPLE= brummer10:libxputty:62ec1cf:libxputty/libxputty
PLIST_FILES= bin/mamba \
share/applications/Mamba.desktop \

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1650392672
SHA256 (brummer10-Mamba-v2.3_GH0.tar.gz) = 4f35fd17d7a71421ee3f0d99ed31ad832a4759eb3445b7c62a968e276107830c
SIZE (brummer10-Mamba-v2.3_GH0.tar.gz) = 135955
SHA256 (brummer10-libxputty-58c33d0_GH0.tar.gz) = 527c09d493ae6f38890ea1aa4bf9f10f939e84cfbf0171957cf4155ec4ee515b
SIZE (brummer10-libxputty-58c33d0_GH0.tar.gz) = 523074
TIMESTAMP = 1684605776
SHA256 (brummer10-Mamba-v2.5_GH0.tar.gz) = fb062ebf037593cc79690394bf1e023a65cf203064f879281bb8adcf20a9edf7
SIZE (brummer10-Mamba-v2.5_GH0.tar.gz) = 151150
SHA256 (brummer10-libxputty-62ec1cf_GH0.tar.gz) = 360f6953f336454cbce218e0ad9608e526e9187f83005645f07227fc0e8ac796
SIZE (brummer10-libxputty-62ec1cf_GH0.tar.gz) = 534098

View File

@ -1,6 +1,5 @@
PORTNAME= shairport-sync
DISTVERSION= 4.1.1
PORTREVISION= 2
DISTVERSION= 4.2
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670329831
SHA256 (mikebrady-shairport-sync-4.1.1_GH0.tar.gz) = e55caad73dcd36341baf8947cf5e0923997370366d6caf3dd917b345089c4a20
SIZE (mikebrady-shairport-sync-4.1.1_GH0.tar.gz) = 544882
TIMESTAMP = 1684673332
SHA256 (mikebrady-shairport-sync-4.2_GH0.tar.gz) = 649d95eede8b9284b2e8b9c97d18c1c64cffae0a6c75bc4f03e3ae494a3e25b6
SIZE (mikebrady-shairport-sync-4.2_GH0.tar.gz) = 552189

View File

@ -1,8 +1,7 @@
PORTNAME= spectmorph
DISTVERSION= 0.5.2
PORTREVISION= 3
DISTVERSION= 0.6.0
CATEGORIES= audio
MASTER_SITES= https://spectmorph.org/files/releases/
MASTER_SITES= https://github.com/swesterfeld/spectmorph/releases/download/${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Analyze and combine samples of musical instruments
@ -20,7 +19,7 @@ LIB_DEPENDS= libao.so:audio/libao \
libfreetype.so:print/freetype2 \
libsndfile.so:audio/libsndfile
USES= autoreconf desktop-file-utils gettext-runtime gl gmake gnome libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg
USES= autoreconf desktop-file-utils gettext gl gmake gnome iconv libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg
USE_QT= core gui widgets buildtools:build
USE_GNOME= cairo glib20
USE_GL= gl
@ -46,4 +45,10 @@ LV2_DESC= Build the LV2 plugin
LV2_CONFIGURE_WITH= lv2
LV2_BUILD_DEPENDS= lv2>0:audio/lv2
post-install:
@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} \
lib/vst/spectmorph_vst.so \
lib/clap/SpectMorph.clap \
lib/lv2/spectmorph.lv2/spectmorph_lv2.so
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1624784043
SHA256 (spectmorph-0.5.2.tar.bz2) = 2ed06e46e0396723621b21a89e81a2850bc5b9590383ae1d37094c68673d387b
SIZE (spectmorph-0.5.2.tar.bz2) = 30920194
TIMESTAMP = 1684443142
SHA256 (spectmorph-0.6.0.tar.bz2) = d6f33d7b3ea5ea0543feaa0cd92ebc1d2bf89a5af8126de69eea78f57e4134cb
SIZE (spectmorph-0.6.0.tar.bz2) = 31154078

View File

@ -17,10 +17,12 @@ include/spectmorph/smcore/smbinbuffer.hh
include/spectmorph/smcore/smblockutils.hh
include/spectmorph/smcore/smbuilderthread.hh
include/spectmorph/smcore/smconfig.hh
include/spectmorph/smcore/smdcblocker.hh
include/spectmorph/smcore/smdebug.hh
include/spectmorph/smcore/smeffectdecoder.hh
include/spectmorph/smcore/smencoder.hh
include/spectmorph/smcore/smfft.hh
include/spectmorph/smcore/smflexadsr.hh
include/spectmorph/smcore/smgenericin.hh
include/spectmorph/smcore/smgenericout.hh
include/spectmorph/smcore/smhexstring.hh
@ -32,16 +34,21 @@ include/spectmorph/smcore/sminstenccache.hh
include/spectmorph/smcore/sminstencoder.hh
include/spectmorph/smcore/sminstrument.hh
include/spectmorph/smcore/smjobqueue.hh
include/spectmorph/smcore/smladdervcf.hh
include/spectmorph/smcore/smleakdebugger.hh
include/spectmorph/smcore/smlinearsmooth.hh
include/spectmorph/smcore/smlivedecoder.hh
include/spectmorph/smcore/smlivedecoderfilter.hh
include/spectmorph/smcore/smlivedecodersource.hh
include/spectmorph/smcore/smmain.hh
include/spectmorph/smcore/smmath.hh
include/spectmorph/smcore/smmatharm.hh
include/spectmorph/smcore/smmemout.hh
include/spectmorph/smcore/smmicroconf.hh
include/spectmorph/smcore/smmidisynth.hh
include/spectmorph/smcore/smminiresampler.hh
include/spectmorph/smcore/smmmapin.hh
include/spectmorph/smcore/smmodulationlist.hh
include/spectmorph/smcore/smmorphgrid.hh
include/spectmorph/smcore/smmorphgridmodule.hh
include/spectmorph/smcore/smmorphlfo.hh
@ -62,8 +69,9 @@ include/spectmorph/smcore/smmorphwavsource.hh
include/spectmorph/smcore/smmorphwavsourcemodule.hh
include/spectmorph/smcore/smnoisebandpartition.hh
include/spectmorph/smcore/smnoisedecoder.hh
include/spectmorph/smcore/smobject.hh
include/spectmorph/smcore/smnotifybuffer.hh
include/spectmorph/smcore/smoutfile.hh
include/spectmorph/smcore/smpandaresampler.hh
include/spectmorph/smcore/smpcg32rng.hh
include/spectmorph/smcore/smpolyphaseinter.hh
include/spectmorph/smcore/smproject.hh
@ -71,10 +79,12 @@ include/spectmorph/smcore/smproperty.hh
include/spectmorph/smcore/smrandom.hh
include/spectmorph/smcore/smsignal.hh
include/spectmorph/smcore/smsinedecoder.hh
include/spectmorph/smcore/smskfilter.hh
include/spectmorph/smcore/smstdioin.hh
include/spectmorph/smcore/smstdioout.hh
include/spectmorph/smcore/smstdiosubin.hh
include/spectmorph/smcore/smsynthinterface.hh
include/spectmorph/smcore/smtimeinfo.hh
include/spectmorph/smcore/smuserinstrumentindex.hh
include/spectmorph/smcore/smutils.hh
include/spectmorph/smcore/smwavdata.hh
@ -94,10 +104,10 @@ include/spectmorph/smglui/smbutton.hh
include/spectmorph/smglui/smcheckbox.hh
include/spectmorph/smglui/smcombobox.hh
include/spectmorph/smglui/smcomboboxoperator.hh
include/spectmorph/smglui/smcontrolstatus.hh
include/spectmorph/smglui/smcontrolview.hh
include/spectmorph/smglui/smdialog.hh
include/spectmorph/smglui/smdrawutils.hh
include/spectmorph/smglui/smenumview.hh
include/spectmorph/smglui/smeventloop.hh
include/spectmorph/smglui/smfixedgrid.hh
include/spectmorph/smglui/smframe.hh
@ -126,8 +136,10 @@ include/spectmorph/smglui/smoperatorlayout.hh
include/spectmorph/smglui/smoperatorrolemap.hh
include/spectmorph/smglui/smoutputadsrwidget.hh
include/spectmorph/smglui/smparamlabel.hh
include/spectmorph/smglui/smpathdialog.hh
include/spectmorph/smglui/smprogressbar.hh
include/spectmorph/smglui/smpropertyview.hh
include/spectmorph/smglui/smpropertyviewedit.hh
include/spectmorph/smglui/smrenameopwindow.hh
include/spectmorph/smglui/smsamplewidget.hh
include/spectmorph/smglui/smscrollbar.hh
@ -137,12 +149,14 @@ include/spectmorph/smglui/smsimplelines.hh
include/spectmorph/smglui/smslider.hh
include/spectmorph/smglui/smtimer.hh
include/spectmorph/smglui/smtoolbutton.hh
include/spectmorph/smglui/smvoicestatus.hh
include/spectmorph/smglui/smwidget.hh
include/spectmorph/smglui/smwindow.hh
include/spectmorph/smglui/spectmorphglui.hh
include/spectmorph/smgui/smsampleview.hh
include/spectmorph/smgui/smzoomcontroller.hh
include/spectmorph/smgui/spectmorphgui.hh
lib/clap/SpectMorph.clap
lib/libspectmorph.a
lib/libspectmorph.so
lib/libspectmorph.so.0
@ -205,7 +219,9 @@ share/pixmaps/smjack.png
%%DATADIR%%/templates/2-instruments-unison.smplan
%%DATADIR%%/templates/2x2-instruments-grid-gui.smplan
%%DATADIR%%/templates/aurora.smplan
%%DATADIR%%/templates/cheese-cake-bass.smplan
%%DATADIR%%/templates/empty.smplan
%%DATADIR%%/templates/index.smpindex
%%DATADIR%%/templates/liquid-silver.smplan
%%DATADIR%%/templates/mars.smplan
%%DATADIR%%/templates/saturn.smplan

View File

@ -1,7 +1,5 @@
PORTNAME= biosoup
DISTVERSION= 0.10.0-2
PORTREVISION= 1
DISTVERSIONSUFFIX= -g62b942c
DISTVERSION= 0.11.0
CATEGORIES= biology devel
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1665460471
SHA256 (rvaser-biosoup-0.10.0-2-g62b942c_GH0.tar.gz) = 90caaf4d5a0a39a024688407d499ffd4fc00988411a6019d4ac9f83e9d5bc100
SIZE (rvaser-biosoup-0.10.0-2-g62b942c_GH0.tar.gz) = 7598
TIMESTAMP = 1684475677
SHA256 (rvaser-biosoup-0.11.0_GH0.tar.gz) = e4addc3965ca9291535a131c07ef958a98e779ef1375d38d354536df66e16cd4
SIZE (rvaser-biosoup-0.11.0_GH0.tar.gz) = 8555

View File

@ -5,7 +5,7 @@ MASTER_SITES= ftp://genome.crg.es/pub/gff_tools/gff2ps/ \
http://genome.crg.es/software/gfftools/gff2ps_docs/manual/:doc
DISTFILES= ${PORTNAME}_v${PORTVERSION}.gz
MAINTAINER= egypcio@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert gff-formatted genomic data sets to PostScript
WWW= https://genome.crg.es/software/gfftools/GFF2PS.html

View File

@ -31,8 +31,6 @@ GH_PROJECT= libdxfrw:libdxfrw mimalloc:mimalloc
GH_TAGNAME= 0b7b7b7:libdxfrw 38a0322:mimalloc
GH_SUBDIR= extlib/libdxfrw:libdxfrw extlib/mimalloc:mimalloc
INSTALLS_ICONS= YES
post-patch:
${REINPLACE_CMD} -e '/-stdlib=libc++/d' ${WRKSRC}/CMakeLists.txt

View File

@ -1,6 +1,7 @@
PORTNAME= verilator
DISTVERSIONPREFIX= v
DISTVERSION= 5.010
PORTREVISION= 2
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
@ -17,7 +18,8 @@ BUILD_DEPENDS= autoconf>0:devel/autoconf \
${LOCALBASE}/bin/ar:devel/binutils \
help2man:misc/help2man
LIB_DEPENDS= libsystemc.so:devel/systemc
RUN_DEPENDS= gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen
RUN_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils \
gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen
USES= bison compiler:c++14-lang gmake localbase:ldflags pathfix perl5 python:build,run,test shebangfix tar:tgz
USE_GITHUB= yes

View File

@ -16,6 +16,7 @@
SUBDIR += bluegps
SUBDIR += bluez-firmware
SUBDIR += bpl+
SUBDIR += chirp
SUBDIR += chu
SUBDIR += comserv
SUBDIR += concordance

58
comms/chirp/Makefile Normal file
View File

@ -0,0 +1,58 @@
PORTNAME= chirp
PORTVERSION= 20230520
CATEGORIES= comms hamradio
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
DIST_SUBDIR= chirp
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Free, open-source tool for programming your amateur radio
WWW= https://chirp.danplanet.com/projects/chirp
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}versioningit>0:devel/py-versioningit@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yattag>0:devel/py-yattag@${PY_FLAVOR}
USES= desktop-file-utils gnome python shebangfix
SHEBANG_GLOB= *.py
USE_GITHUB= yes
GH_ACCOUNT= kk7ds
GH_TAGNAME= ec34ec9b7f37301c792e41eefa054a837fae59fe
USE_GNOME= gtk-update-icon-cache
USE_PYTHON= autoplist pep517 pytest
USE_WX= 3.2
WX_COMPS= python:run
PLIST_FILES= share/applications/${PORTNAME}.desktop \
share/pixmaps/${PORTNAME}.png
NO_ARCH= yes
post-patch:
@${ECHO} "Version: ${PORTVERSION}" > ${WRKSRC}/PKG-INFO
post-install:
@cd ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/share && \
${INSTALL_DATA} ${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps && \
${INSTALL_DATA} ${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 31000
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR}
.endif
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

3
comms/chirp/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1684545928
SHA256 (chirp/kk7ds-chirp-20230520-ec34ec9b7f37301c792e41eefa054a837fae59fe_GH0.tar.gz) = 66a8540ad1eae3f6ba165f7eb36d6d27d041abf0aa8f57d2e9d29c2d8fbda533
SIZE (chirp/kk7ds-chirp-20230520-ec34ec9b7f37301c792e41eefa054a837fae59fe_GH0.tar.gz) = 1841501

3
comms/chirp/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
CHIRP is a free, open-source tool for programming your amateur radio.
It supports a large number of manufacturers and models, as well as
provides a way to interface with multiple data sources and formats.

View File

@ -858,6 +858,7 @@
SUBDIR += qt5-sqldrivers-sqlite2
SUBDIR += qt5-sqldrivers-sqlite3
SUBDIR += qt5-sqldrivers-tds
SUBDIR += qt6-base_sqldriver
SUBDIR += quake
SUBDIR += recutils
SUBDIR += redis

View File

@ -1,6 +1,6 @@
PORTNAME= duckdb
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.1
DISTVERSION= 0.8.0
CATEGORIES= databases
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677519558
SHA256 (duckdb-duckdb-v0.7.1_GH0.tar.gz) = 67f840f861e5ffbe137d65a8543642d016f900b89dd035492d562ad11acf0e1e
SIZE (duckdb-duckdb-v0.7.1_GH0.tar.gz) = 74701865
TIMESTAMP = 1684476380
SHA256 (duckdb-duckdb-v0.8.0_GH0.tar.gz) = df3b8e0b72bce38914f0fb1cd02235d8b616df9209beb14beb06bfbcaaf2e97f
SIZE (duckdb-duckdb-v0.8.0_GH0.tar.gz) = 75235210

View File

@ -10,6 +10,7 @@ include/duckdb/catalog/catalog_entry/copy_function_catalog_entry.hpp
include/duckdb/catalog/catalog_entry/duck_index_entry.hpp
include/duckdb/catalog/catalog_entry/duck_schema_entry.hpp
include/duckdb/catalog/catalog_entry/duck_table_entry.hpp
include/duckdb/catalog/catalog_entry/function_entry.hpp
include/duckdb/catalog/catalog_entry/index_catalog_entry.hpp
include/duckdb/catalog/catalog_entry/list.hpp
include/duckdb/catalog/catalog_entry/macro_catalog_entry.hpp
@ -24,6 +25,7 @@ include/duckdb/catalog/catalog_entry/table_function_catalog_entry.hpp
include/duckdb/catalog/catalog_entry/table_macro_catalog_entry.hpp
include/duckdb/catalog/catalog_entry/type_catalog_entry.hpp
include/duckdb/catalog/catalog_entry/view_catalog_entry.hpp
include/duckdb/catalog/catalog_entry_map.hpp
include/duckdb/catalog/catalog_search_path.hpp
include/duckdb/catalog/catalog_set.hpp
include/duckdb/catalog/catalog_transaction.hpp
@ -39,6 +41,8 @@ include/duckdb/catalog/duck_catalog.hpp
include/duckdb/catalog/mapping_value.hpp
include/duckdb/catalog/similar_catalog_entry.hpp
include/duckdb/catalog/standard_entry.hpp
include/duckdb/common/adbc/adbc-init.hpp
include/duckdb/common/adbc/adbc.hpp
include/duckdb/common/algorithm.hpp
include/duckdb/common/allocator.hpp
include/duckdb/common/array.hpp
@ -46,11 +50,13 @@ include/duckdb/common/arrow/arrow.hpp
include/duckdb/common/arrow/arrow_appender.hpp
include/duckdb/common/arrow/arrow_buffer.hpp
include/duckdb/common/arrow/arrow_converter.hpp
include/duckdb/common/arrow/arrow_options.hpp
include/duckdb/common/arrow/arrow_wrapper.hpp
include/duckdb/common/arrow/result_arrow_wrapper.hpp
include/duckdb/common/assert.hpp
include/duckdb/common/atomic.hpp
include/duckdb/common/bind_helpers.hpp
include/duckdb/common/bit_utils.hpp
include/duckdb/common/bitpacking.hpp
include/duckdb/common/bitset.hpp
include/duckdb/common/box_renderer.hpp
@ -65,20 +71,25 @@ include/duckdb/common/cycle_counter.hpp
include/duckdb/common/deque.hpp
include/duckdb/common/dl.hpp
include/duckdb/common/enum_class_hash.hpp
include/duckdb/common/enum_util.hpp
include/duckdb/common/enums/access_mode.hpp
include/duckdb/common/enums/aggregate_handling.hpp
include/duckdb/common/enums/catalog_type.hpp
include/duckdb/common/enums/compression_type.hpp
include/duckdb/common/enums/date_part_specifier.hpp
include/duckdb/common/enums/debug_initialize.hpp
include/duckdb/common/enums/expression_type.hpp
include/duckdb/common/enums/file_compression_type.hpp
include/duckdb/common/enums/file_glob_options.hpp
include/duckdb/common/enums/filter_propagate_result.hpp
include/duckdb/common/enums/index_type.hpp
include/duckdb/common/enums/join_type.hpp
include/duckdb/common/enums/joinref_type.hpp
include/duckdb/common/enums/logical_operator_type.hpp
include/duckdb/common/enums/on_entry_not_found.hpp
include/duckdb/common/enums/operator_result_type.hpp
include/duckdb/common/enums/optimizer_type.hpp
include/duckdb/common/enums/order_preservation_type.hpp
include/duckdb/common/enums/order_type.hpp
include/duckdb/common/enums/output_type.hpp
include/duckdb/common/enums/pending_execution_result.hpp
@ -103,12 +114,14 @@ include/duckdb/common/field_writer.hpp
include/duckdb/common/file_buffer.hpp
include/duckdb/common/file_opener.hpp
include/duckdb/common/file_system.hpp
include/duckdb/common/filename_pattern.hpp
include/duckdb/common/fsst.hpp
include/duckdb/common/fstream.hpp
include/duckdb/common/gzip_file_system.hpp
include/duckdb/common/helper.hpp
include/duckdb/common/hive_partitioning.hpp
include/duckdb/common/http_stats.hpp
include/duckdb/common/http_state.hpp
include/duckdb/common/hugeint.hpp
include/duckdb/common/index_map.hpp
include/duckdb/common/index_vector.hpp
include/duckdb/common/likely.hpp
@ -116,8 +129,12 @@ include/duckdb/common/limits.hpp
include/duckdb/common/list.hpp
include/duckdb/common/local_file_system.hpp
include/duckdb/common/map.hpp
include/duckdb/common/memory_safety.hpp
include/duckdb/common/multi_file_reader.hpp
include/duckdb/common/multi_file_reader_options.hpp
include/duckdb/common/mutex.hpp
include/duckdb/common/named_parameter_map.hpp
include/duckdb/common/opener_file_system.hpp
include/duckdb/common/operator/abs.hpp
include/duckdb/common/operator/add.hpp
include/duckdb/common/operator/aggregate_operators.hpp
@ -131,7 +148,10 @@ include/duckdb/common/operator/numeric_binary_operators.hpp
include/duckdb/common/operator/numeric_cast.hpp
include/duckdb/common/operator/string_cast.hpp
include/duckdb/common/operator/subtract.hpp
include/duckdb/common/optional_idx.hpp
include/duckdb/common/optional_ptr.hpp
include/duckdb/common/pair.hpp
include/duckdb/common/perfect_map_set.hpp
include/duckdb/common/pipe_file_system.hpp
include/duckdb/common/preserved_error.hpp
include/duckdb/common/printer.hpp
@ -144,16 +164,23 @@ include/duckdb/common/radix.hpp
include/duckdb/common/radix_partitioning.hpp
include/duckdb/common/random_engine.hpp
include/duckdb/common/re2_regex.hpp
include/duckdb/common/reference_map.hpp
include/duckdb/common/row_operations/row_operations.hpp
include/duckdb/common/serializer.hpp
include/duckdb/common/serializer/binary_deserializer.hpp
include/duckdb/common/serializer/binary_serializer.hpp
include/duckdb/common/serializer/buffered_deserializer.hpp
include/duckdb/common/serializer/buffered_file_reader.hpp
include/duckdb/common/serializer/buffered_file_writer.hpp
include/duckdb/common/serializer/buffered_serializer.hpp
include/duckdb/common/serializer/format_deserializer.hpp
include/duckdb/common/serializer/format_serializer.hpp
include/duckdb/common/serializer/serialization_traits.hpp
include/duckdb/common/set.hpp
include/duckdb/common/single_thread_ptr.hpp
include/duckdb/common/shared_ptr.hpp
include/duckdb/common/sort/comparators.hpp
include/duckdb/common/sort/duckdb_pdqsort.hpp
include/duckdb/common/sort/partition_state.hpp
include/duckdb/common/sort/sort.hpp
include/duckdb/common/sort/sorted_block.hpp
include/duckdb/common/stack.hpp
@ -165,6 +192,7 @@ include/duckdb/common/thread.hpp
include/duckdb/common/to_string.hpp
include/duckdb/common/tree_renderer.hpp
include/duckdb/common/type_util.hpp
include/duckdb/common/typedefs.hpp
include/duckdb/common/types.hpp
include/duckdb/common/types/arrow_aux_data.hpp
include/duckdb/common/types/batched_data_collection.hpp
@ -172,12 +200,13 @@ include/duckdb/common/types/bit.hpp
include/duckdb/common/types/blob.hpp
include/duckdb/common/types/cast_helpers.hpp
include/duckdb/common/types/chunk_collection.hpp
include/duckdb/common/types/column_data_allocator.hpp
include/duckdb/common/types/column_data_collection.hpp
include/duckdb/common/types/column_data_collection_iterators.hpp
include/duckdb/common/types/column_data_collection_segment.hpp
include/duckdb/common/types/column_data_consumer.hpp
include/duckdb/common/types/column_data_scan_states.hpp
include/duckdb/common/types/column/column_data_allocator.hpp
include/duckdb/common/types/column/column_data_collection.hpp
include/duckdb/common/types/column/column_data_collection_iterators.hpp
include/duckdb/common/types/column/column_data_collection_segment.hpp
include/duckdb/common/types/column/column_data_consumer.hpp
include/duckdb/common/types/column/column_data_scan_states.hpp
include/duckdb/common/types/column/partitioned_column_data.hpp
include/duckdb/common/types/conflict_manager.hpp
include/duckdb/common/types/constraint_conflict_info.hpp
include/duckdb/common/types/data_chunk.hpp
@ -188,11 +217,18 @@ include/duckdb/common/types/hash.hpp
include/duckdb/common/types/hugeint.hpp
include/duckdb/common/types/hyperloglog.hpp
include/duckdb/common/types/interval.hpp
include/duckdb/common/types/list_segment.hpp
include/duckdb/common/types/null_value.hpp
include/duckdb/common/types/partitioned_column_data.hpp
include/duckdb/common/types/row_data_collection.hpp
include/duckdb/common/types/row_data_collection_scanner.hpp
include/duckdb/common/types/row_layout.hpp
include/duckdb/common/types/row/partitioned_tuple_data.hpp
include/duckdb/common/types/row/row_data_collection.hpp
include/duckdb/common/types/row/row_data_collection_scanner.hpp
include/duckdb/common/types/row/row_layout.hpp
include/duckdb/common/types/row/tuple_data_allocator.hpp
include/duckdb/common/types/row/tuple_data_collection.hpp
include/duckdb/common/types/row/tuple_data_iterator.hpp
include/duckdb/common/types/row/tuple_data_layout.hpp
include/duckdb/common/types/row/tuple_data_segment.hpp
include/duckdb/common/types/row/tuple_data_states.hpp
include/duckdb/common/types/sel_cache.hpp
include/duckdb/common/types/selection_vector.hpp
include/duckdb/common/types/string_heap.hpp
@ -209,6 +245,7 @@ include/duckdb/common/types/vector_buffer.hpp
include/duckdb/common/types/vector_cache.hpp
include/duckdb/common/unicode_bar.hpp
include/duckdb/common/union_by_name.hpp
include/duckdb/common/unique_ptr.hpp
include/duckdb/common/unordered_map.hpp
include/duckdb/common/unordered_set.hpp
include/duckdb/common/value_operations/value_operations.hpp
@ -228,6 +265,32 @@ include/duckdb/common/winapi.hpp
include/duckdb/common/windows.hpp
include/duckdb/common/windows_undefs.hpp
include/duckdb/common/windows_util.hpp
include/duckdb/core_functions/aggregate/algebraic/corr.hpp
include/duckdb/core_functions/aggregate/algebraic/covar.hpp
include/duckdb/core_functions/aggregate/algebraic/stddev.hpp
include/duckdb/core_functions/aggregate/algebraic_functions.hpp
include/duckdb/core_functions/aggregate/distributive_functions.hpp
include/duckdb/core_functions/aggregate/holistic_functions.hpp
include/duckdb/core_functions/aggregate/nested_functions.hpp
include/duckdb/core_functions/aggregate/regression/regr_count.hpp
include/duckdb/core_functions/aggregate/regression/regr_slope.hpp
include/duckdb/core_functions/aggregate/regression_functions.hpp
include/duckdb/core_functions/aggregate/sum_helpers.hpp
include/duckdb/core_functions/core_functions.hpp
include/duckdb/core_functions/function_list.hpp
include/duckdb/core_functions/scalar/bit_functions.hpp
include/duckdb/core_functions/scalar/blob_functions.hpp
include/duckdb/core_functions/scalar/date_functions.hpp
include/duckdb/core_functions/scalar/enum_functions.hpp
include/duckdb/core_functions/scalar/generic_functions.hpp
include/duckdb/core_functions/scalar/list_functions.hpp
include/duckdb/core_functions/scalar/map_functions.hpp
include/duckdb/core_functions/scalar/math_functions.hpp
include/duckdb/core_functions/scalar/operators_functions.hpp
include/duckdb/core_functions/scalar/random_functions.hpp
include/duckdb/core_functions/scalar/string_functions.hpp
include/duckdb/core_functions/scalar/struct_functions.hpp
include/duckdb/core_functions/scalar/union_functions.hpp
include/duckdb/execution/adaptive_filter.hpp
include/duckdb/execution/aggregate_hashtable.hpp
include/duckdb/execution/base_aggregate_hashtable.hpp
@ -238,14 +301,17 @@ include/duckdb/execution/expression_executor.hpp
include/duckdb/execution/expression_executor_state.hpp
include/duckdb/execution/index/art/art.hpp
include/duckdb/execution/index/art/art_key.hpp
include/duckdb/execution/index/art/fixed_size_allocator.hpp
include/duckdb/execution/index/art/iterator.hpp
include/duckdb/execution/index/art/leaf.hpp
include/duckdb/execution/index/art/leaf_segment.hpp
include/duckdb/execution/index/art/node.hpp
include/duckdb/execution/index/art/node16.hpp
include/duckdb/execution/index/art/node256.hpp
include/duckdb/execution/index/art/node4.hpp
include/duckdb/execution/index/art/node48.hpp
include/duckdb/execution/index/art/prefix.hpp
include/duckdb/execution/index/art/prefix_segment.hpp
include/duckdb/execution/index/art/swizzleable_pointer.hpp
include/duckdb/execution/join_hashtable.hpp
include/duckdb/execution/nested_loop_join.hpp
@ -277,6 +343,7 @@ include/duckdb/execution/operator/helper/physical_transaction.hpp
include/duckdb/execution/operator/helper/physical_vacuum.hpp
include/duckdb/execution/operator/join/outer_join_marker.hpp
include/duckdb/execution/operator/join/perfect_hash_join_executor.hpp
include/duckdb/execution/operator/join/physical_asof_join.hpp
include/duckdb/execution/operator/join/physical_blockwise_nl_join.hpp
include/duckdb/execution/operator/join/physical_comparison_join.hpp
include/duckdb/execution/operator/join/physical_cross_product.hpp
@ -295,14 +362,18 @@ include/duckdb/execution/operator/persistent/base_csv_reader.hpp
include/duckdb/execution/operator/persistent/buffered_csv_reader.hpp
include/duckdb/execution/operator/persistent/csv_buffer.hpp
include/duckdb/execution/operator/persistent/csv_file_handle.hpp
include/duckdb/execution/operator/persistent/csv_line_info.hpp
include/duckdb/execution/operator/persistent/csv_reader_options.hpp
include/duckdb/execution/operator/persistent/parallel_csv_reader.hpp
include/duckdb/execution/operator/persistent/physical_batch_copy_to_file.hpp
include/duckdb/execution/operator/persistent/physical_batch_insert.hpp
include/duckdb/execution/operator/persistent/physical_copy_to_file.hpp
include/duckdb/execution/operator/persistent/physical_delete.hpp
include/duckdb/execution/operator/persistent/physical_export.hpp
include/duckdb/execution/operator/persistent/physical_fixed_batch_copy.hpp
include/duckdb/execution/operator/persistent/physical_insert.hpp
include/duckdb/execution/operator/persistent/physical_update.hpp
include/duckdb/execution/operator/projection/physical_pivot.hpp
include/duckdb/execution/operator/projection/physical_projection.hpp
include/duckdb/execution/operator/projection/physical_tableinout_function.hpp
include/duckdb/execution/operator/projection/physical_unnest.hpp
@ -328,23 +399,15 @@ include/duckdb/execution/operator/set/physical_union.hpp
include/duckdb/execution/partitionable_hashtable.hpp
include/duckdb/execution/perfect_aggregate_hashtable.hpp
include/duckdb/execution/physical_operator.hpp
include/duckdb/execution/physical_operator_states.hpp
include/duckdb/execution/physical_plan_generator.hpp
include/duckdb/execution/radix_partitioned_hashtable.hpp
include/duckdb/execution/reservoir_sample.hpp
include/duckdb/execution/window_segment_tree.hpp
include/duckdb/function/aggregate/algebraic/corr.hpp
include/duckdb/function/aggregate/algebraic/covar.hpp
include/duckdb/function/aggregate/algebraic/stddev.hpp
include/duckdb/function/aggregate/algebraic_functions.hpp
include/duckdb/function/aggregate/distributive_functions.hpp
include/duckdb/function/aggregate/holistic_functions.hpp
include/duckdb/function/aggregate/nested_functions.hpp
include/duckdb/function/aggregate/regression/regr_count.hpp
include/duckdb/function/aggregate/regression/regr_slope.hpp
include/duckdb/function/aggregate/regression_functions.hpp
include/duckdb/function/aggregate/sum_helpers.hpp
include/duckdb/function/aggregate_function.hpp
include/duckdb/function/built_in_functions.hpp
include/duckdb/function/cast/bound_cast_data.hpp
include/duckdb/function/cast/cast_function_set.hpp
include/duckdb/function/cast/default_casts.hpp
include/duckdb/function/cast/vector_cast_helpers.hpp
@ -360,20 +423,14 @@ include/duckdb/function/macro_function.hpp
include/duckdb/function/pragma/pragma_functions.hpp
include/duckdb/function/pragma_function.hpp
include/duckdb/function/replacement_scan.hpp
include/duckdb/function/scalar/bit_functions.hpp
include/duckdb/function/scalar/blob_functions.hpp
include/duckdb/function/scalar/date_functions.hpp
include/duckdb/function/scalar/enum_functions.hpp
include/duckdb/function/scalar/generic_functions.hpp
include/duckdb/function/scalar/math_functions.hpp
include/duckdb/function/scalar/list/contains_or_position.hpp
include/duckdb/function/scalar/nested_functions.hpp
include/duckdb/function/scalar/operators.hpp
include/duckdb/function/scalar/regexp.hpp
include/duckdb/function/scalar/sequence_functions.hpp
include/duckdb/function/scalar/strftime.hpp
include/duckdb/function/scalar/strftime_format.hpp
include/duckdb/function/scalar/string_functions.hpp
include/duckdb/function/scalar/trigonometric_functions.hpp
include/duckdb/function/scalar/uuid_functions.hpp
include/duckdb/function/scalar_function.hpp
include/duckdb/function/scalar_macro_function.hpp
include/duckdb/function/table/arrow.hpp
@ -402,13 +459,14 @@ include/duckdb/main/connection.hpp
include/duckdb/main/connection_manager.hpp
include/duckdb/main/database.hpp
include/duckdb/main/database_manager.hpp
include/duckdb/main/database_path_and_type.hpp
include/duckdb/main/db_instance_cache.hpp
include/duckdb/main/error_manager.hpp
include/duckdb/main/extension.hpp
include/duckdb/main/extension_entries.hpp
include/duckdb/main/extension_helper.hpp
include/duckdb/main/extension_util.hpp
include/duckdb/main/external_dependencies.hpp
include/duckdb/main/loadable_extension.hpp
include/duckdb/main/materialized_query_result.hpp
include/duckdb/main/pending_query_result.hpp
include/duckdb/main/prepared_statement.hpp
@ -487,6 +545,7 @@ include/duckdb/optimizer/rule/in_clause_simplification.hpp
include/duckdb/optimizer/rule/like_optimizations.hpp
include/duckdb/optimizer/rule/list.hpp
include/duckdb/optimizer/rule/move_constants.hpp
include/duckdb/optimizer/rule/ordered_aggregate_optimizer.hpp
include/duckdb/optimizer/rule/regex_optimizations.hpp
include/duckdb/optimizer/statistics_propagator.hpp
include/duckdb/optimizer/topn_optimizer.hpp
@ -494,6 +553,7 @@ include/duckdb/optimizer/unnest_rewriter.hpp
include/duckdb/parallel/base_pipeline_event.hpp
include/duckdb/parallel/concurrentqueue.hpp
include/duckdb/parallel/event.hpp
include/duckdb/parallel/interrupt.hpp
include/duckdb/parallel/meta_pipeline.hpp
include/duckdb/parallel/pipeline.hpp
include/duckdb/parallel/pipeline_complete_event.hpp
@ -538,8 +598,9 @@ include/duckdb/parser/expression_map.hpp
include/duckdb/parser/expression_util.hpp
include/duckdb/parser/group_by_node.hpp
include/duckdb/parser/keyword_helper.hpp
include/duckdb/parser/parsed_data/alter_function_info.hpp
include/duckdb/parser/parsed_data/alter_info.hpp
include/duckdb/parser/parsed_data/alter_scalar_function_info.hpp
include/duckdb/parser/parsed_data/alter_table_function_info.hpp
include/duckdb/parser/parsed_data/alter_table_info.hpp
include/duckdb/parser/parsed_data/attach_info.hpp
include/duckdb/parser/parsed_data/copy_info.hpp
@ -573,10 +634,12 @@ include/duckdb/parser/parsed_expression.hpp
include/duckdb/parser/parsed_expression_iterator.hpp
include/duckdb/parser/parser.hpp
include/duckdb/parser/parser_extension.hpp
include/duckdb/parser/parser_options.hpp
include/duckdb/parser/qualified_name.hpp
include/duckdb/parser/qualified_name_set.hpp
include/duckdb/parser/query_error_context.hpp
include/duckdb/parser/query_node.hpp
include/duckdb/parser/query_node/list.hpp
include/duckdb/parser/query_node/recursive_cte_node.hpp
include/duckdb/parser/query_node/select_node.hpp
include/duckdb/parser/query_node/set_operation_node.hpp
@ -599,6 +662,7 @@ include/duckdb/parser/statement/insert_statement.hpp
include/duckdb/parser/statement/list.hpp
include/duckdb/parser/statement/load_statement.hpp
include/duckdb/parser/statement/logical_plan_statement.hpp
include/duckdb/parser/statement/multi_statement.hpp
include/duckdb/parser/statement/pragma_statement.hpp
include/duckdb/parser/statement/prepare_statement.hpp
include/duckdb/parser/statement/relation_statement.hpp
@ -614,6 +678,7 @@ include/duckdb/parser/tableref/emptytableref.hpp
include/duckdb/parser/tableref/expressionlistref.hpp
include/duckdb/parser/tableref/joinref.hpp
include/duckdb/parser/tableref/list.hpp
include/duckdb/parser/tableref/pivotref.hpp
include/duckdb/parser/tableref/subqueryref.hpp
include/duckdb/parser/tableref/table_function_ref.hpp
include/duckdb/parser/tokens.hpp
@ -658,6 +723,7 @@ include/duckdb/planner/expression/list.hpp
include/duckdb/planner/expression_binder.hpp
include/duckdb/planner/expression_binder/aggregate_binder.hpp
include/duckdb/planner/expression_binder/alter_binder.hpp
include/duckdb/planner/expression_binder/base_select_binder.hpp
include/duckdb/planner/expression_binder/check_binder.hpp
include/duckdb/planner/expression_binder/column_alias_binder.hpp
include/duckdb/planner/expression_binder/constant_binder.hpp
@ -685,6 +751,7 @@ include/duckdb/planner/logical_tokens.hpp
include/duckdb/planner/operator/list.hpp
include/duckdb/planner/operator/logical_aggregate.hpp
include/duckdb/planner/operator/logical_any_join.hpp
include/duckdb/planner/operator/logical_asof_join.hpp
include/duckdb/planner/operator/logical_column_data_get.hpp
include/duckdb/planner/operator/logical_comparison_join.hpp
include/duckdb/planner/operator/logical_copy_to_file.hpp
@ -711,6 +778,7 @@ include/duckdb/planner/operator/logical_join.hpp
include/duckdb/planner/operator/logical_limit.hpp
include/duckdb/planner/operator/logical_limit_percent.hpp
include/duckdb/planner/operator/logical_order.hpp
include/duckdb/planner/operator/logical_pivot.hpp
include/duckdb/planner/operator/logical_positional_join.hpp
include/duckdb/planner/operator/logical_pragma.hpp
include/duckdb/planner/operator/logical_prepare.hpp
@ -736,6 +804,7 @@ include/duckdb/planner/pragma_handler.hpp
include/duckdb/planner/query_node/bound_recursive_cte_node.hpp
include/duckdb/planner/query_node/bound_select_node.hpp
include/duckdb/planner/query_node/bound_set_operation_node.hpp
include/duckdb/planner/query_node/list.hpp
include/duckdb/planner/subquery/flatten_dependent_join.hpp
include/duckdb/planner/subquery/has_correlated_expressions.hpp
include/duckdb/planner/subquery/rewrite_correlated_expressions.hpp
@ -746,6 +815,7 @@ include/duckdb/planner/tableref/bound_cteref.hpp
include/duckdb/planner/tableref/bound_dummytableref.hpp
include/duckdb/planner/tableref/bound_expressionlistref.hpp
include/duckdb/planner/tableref/bound_joinref.hpp
include/duckdb/planner/tableref/bound_pivotref.hpp
include/duckdb/planner/tableref/bound_pos_join_ref.hpp
include/duckdb/planner/tableref/bound_subqueryref.hpp
include/duckdb/planner/tableref/bound_table_function.hpp
@ -755,6 +825,8 @@ include/duckdb/storage/block.hpp
include/duckdb/storage/block_manager.hpp
include/duckdb/storage/buffer/block_handle.hpp
include/duckdb/storage/buffer/buffer_handle.hpp
include/duckdb/storage/buffer/buffer_pool.hpp
include/duckdb/storage/buffer/temporary_file_information.hpp
include/duckdb/storage/buffer_manager.hpp
include/duckdb/storage/checkpoint/row_group_writer.hpp
include/duckdb/storage/checkpoint/string_checkpoint_state.hpp
@ -795,19 +867,21 @@ include/duckdb/storage/magic_bytes.hpp
include/duckdb/storage/meta_block_reader.hpp
include/duckdb/storage/meta_block_writer.hpp
include/duckdb/storage/object_cache.hpp
include/duckdb/storage/optimistic_data_writer.hpp
include/duckdb/storage/partial_block_manager.hpp
include/duckdb/storage/segment/uncompressed.hpp
include/duckdb/storage/single_file_block_manager.hpp
include/duckdb/storage/standard_buffer_manager.hpp
include/duckdb/storage/statistics/base_statistics.hpp
include/duckdb/storage/statistics/column_statistics.hpp
include/duckdb/storage/statistics/distinct_statistics.hpp
include/duckdb/storage/statistics/list_statistics.hpp
include/duckdb/storage/statistics/list_stats.hpp
include/duckdb/storage/statistics/node_statistics.hpp
include/duckdb/storage/statistics/numeric_statistics.hpp
include/duckdb/storage/statistics/numeric_stats.hpp
include/duckdb/storage/statistics/numeric_stats_union.hpp
include/duckdb/storage/statistics/segment_statistics.hpp
include/duckdb/storage/statistics/string_statistics.hpp
include/duckdb/storage/statistics/struct_statistics.hpp
include/duckdb/storage/statistics/validity_statistics.hpp
include/duckdb/storage/statistics/string_stats.hpp
include/duckdb/storage/statistics/struct_stats.hpp
include/duckdb/storage/storage_extension.hpp
include/duckdb/storage/storage_info.hpp
include/duckdb/storage/storage_lock.hpp
@ -819,11 +893,13 @@ include/duckdb/storage/table/column_checkpoint_state.hpp
include/duckdb/storage/table/column_data.hpp
include/duckdb/storage/table/column_data_checkpointer.hpp
include/duckdb/storage/table/column_segment.hpp
include/duckdb/storage/table/column_segment_tree.hpp
include/duckdb/storage/table/data_table_info.hpp
include/duckdb/storage/table/list_column_data.hpp
include/duckdb/storage/table/persistent_table_data.hpp
include/duckdb/storage/table/row_group.hpp
include/duckdb/storage/table/row_group_collection.hpp
include/duckdb/storage/table/row_group_segment_tree.hpp
include/duckdb/storage/table/scan_state.hpp
include/duckdb/storage/table/segment_base.hpp
include/duckdb/storage/table/segment_lock.hpp
@ -854,7 +930,9 @@ include/duckdb/transaction/undo_buffer.hpp
include/duckdb/transaction/update_info.hpp
include/duckdb/verification/copied_statement_verifier.hpp
include/duckdb/verification/deserialized_statement_verifier.hpp
include/duckdb/verification/deserialized_statement_verifier_v2.hpp
include/duckdb/verification/external_statement_verifier.hpp
include/duckdb/verification/no_operator_caching_verifier.hpp
include/duckdb/verification/parsed_statement_verifier.hpp
include/duckdb/verification/prepared_statement_verifier.hpp
include/duckdb/verification/statement_verifier.hpp

View File

@ -0,0 +1,34 @@
# This should be sub-packages...
PORTNAME= base
DISTVERSION= ${QT6_VERSION}
CATEGORIES= databases
PKGNAMEPREFIX= qt6-
PKGNAMESUFFIX= _sqldriver-${FLAVOR}
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt base (${FLAVOR} sqldriver)
WWW= https://www.qt.io/
FLAVORS= sqlite mysql odbc psql
FLAVOR?= sqlite
WRKSRC_SUBDIR= src/plugins/sqldrivers
USES= cmake pkgconfig qt-dist:6 \
${${FLAVOR}_USES}
USE_QT= base
CMAKE_ARGS= -DCMAKE_PROJECT_NAME=Qt6${FLAVOR}
CMAKE_ON= FEATURE_sql_${FLAVOR} ${${FLAVOR}_CMAKE_ON}
CMAKE_OFF= ${FLAVORS:N${FLAVOR}:S/^/FEATURE_sql_/} \
FEATURE_sql_ibase
mysql_USES= mysql
odbc_LIB_DEPENDS= libodbc.so:databases/unixODBC
psql_USES= pgsql
sqlite_USES= sqlite:3
sqlite_CMAKE_ON= QT_FEATURE_system_sqlite
${FLAVOR}_PLIST= ${.CURDIR}/pkg-plist.${FLAVOR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1682744352
SHA256 (KDE/Qt/6.4.2/qtbase-everywhere-src-6.4.2.tar.xz) = a88bc6cedbb34878a49a622baa79cace78cfbad4f95fdbd3656ddb21c705525d
SIZE (KDE/Qt/6.4.2/qtbase-everywhere-src-6.4.2.tar.xz) = 47987188

View File

@ -0,0 +1 @@
Qt Base

View File

@ -0,0 +1,7 @@
lib/cmake/Qt6Sql/Qt6QMYSQLDriverPluginAdditionalTargetInfo.cmake
lib/cmake/Qt6Sql/Qt6QMYSQLDriverPluginConfig.cmake
lib/cmake/Qt6Sql/Qt6QMYSQLDriverPluginConfigVersion.cmake
lib/cmake/Qt6Sql/Qt6QMYSQLDriverPluginConfigVersionImpl.cmake
lib/cmake/Qt6Sql/Qt6QMYSQLDriverPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Qt6Sql/Qt6QMYSQLDriverPluginTargets.cmake
%%QT_PLUGINDIR%%/sqldrivers/libqsqlmysql.so

View File

@ -0,0 +1,7 @@
lib/cmake/Qt6Sql/Qt6QODBCDriverPluginAdditionalTargetInfo.cmake
lib/cmake/Qt6Sql/Qt6QODBCDriverPluginConfig.cmake
lib/cmake/Qt6Sql/Qt6QODBCDriverPluginConfigVersion.cmake
lib/cmake/Qt6Sql/Qt6QODBCDriverPluginConfigVersionImpl.cmake
lib/cmake/Qt6Sql/Qt6QODBCDriverPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Qt6Sql/Qt6QODBCDriverPluginTargets.cmake
%%QT_PLUGINDIR%%/sqldrivers/libqsqlodbc.so

View File

@ -0,0 +1,7 @@
lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginAdditionalTargetInfo.cmake
lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginConfig.cmake
lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginConfigVersion.cmake
lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginConfigVersionImpl.cmake
lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginTargets.cmake
%%QT_PLUGINDIR%%/sqldrivers/libqsqlpsql.so

View File

@ -0,0 +1,7 @@
lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginAdditionalTargetInfo.cmake
lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginConfig.cmake
lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginConfigVersion.cmake
lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginConfigVersionImpl.cmake
lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginTargets.cmake
%%QT_PLUGINDIR%%/sqldrivers/libqsqlite.so

View File

@ -33,6 +33,5 @@ CPPFLAGS+= `${WX_CONFIG} --cppflags`
LDFLAGS+= ${ICONV_LIB} `${WX_CONFIG} --libs` -lsqlite3
CONFIGURE_ARGS= CFLAGS="${CFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
--with-wxconfig=${WX_CONFIG}
INSTALLS_ICONS= yes
.include <bsd.port.mk>

View File

@ -4263,6 +4263,7 @@
SUBDIR += py-azure-mgmt-advisor
SUBDIR += py-azure-mgmt-apimanagement
SUBDIR += py-azure-mgmt-appconfiguration
SUBDIR += py-azure-mgmt-appcontainers
SUBDIR += py-azure-mgmt-applicationinsights
SUBDIR += py-azure-mgmt-authorization
SUBDIR += py-azure-mgmt-batch
@ -4543,8 +4544,6 @@
SUBDIR += py-diskcache
SUBDIR += py-distlib
SUBDIR += py-distributed
SUBDIR += py-dj40-django-rq
SUBDIR += py-dj40-graphene-django
SUBDIR += py-dj41-django-rq
SUBDIR += py-dj41-graphene-django
SUBDIR += py-django-rq

View File

@ -1,7 +1,6 @@
PORTNAME= argc
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
PORTREVISION= 1
DISTVERSION= 1.1.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@ -18,55 +17,56 @@ USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= sigoden
CARGO_CRATES= aho-corasick-0.7.20 \
anyhow-1.0.69 \
assert_cmd-2.0.8 \
assert_fs-1.0.10 \
CARGO_CRATES= ahash-0.7.6 \
aho-corasick-0.7.20 \
aho-corasick-1.0.1 \
anstyle-1.0.0 \
anyhow-1.0.71 \
assert_cmd-2.0.11 \
assert_fs-1.0.13 \
autocfg-1.1.0 \
bitflags-1.3.2 \
bstr-1.3.0 \
bstr-1.4.0 \
cc-1.0.79 \
cfg-if-1.0.0 \
clap-4.1.8 \
clap_lex-0.3.2 \
console-0.15.5 \
console-0.15.6 \
convert_case-0.6.0 \
ctrlc-3.2.5 \
ctrlc-3.3.0 \
difflib-0.4.0 \
doc-comment-0.3.3 \
either-1.8.1 \
encode_unicode-0.3.6 \
errno-0.2.8 \
errno-0.3.1 \
errno-dragonfly-0.1.2 \
fastrand-1.9.0 \
float-cmp-0.9.0 \
fnv-1.0.7 \
futures-0.3.27 \
futures-channel-0.3.27 \
futures-core-0.3.27 \
futures-executor-0.3.27 \
futures-io-0.3.27 \
futures-macro-0.3.27 \
futures-sink-0.3.27 \
futures-task-0.3.27 \
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.27 \
futures-util-0.3.28 \
getrandom-0.2.9 \
globset-0.4.10 \
globwalk-0.8.1 \
hashbrown-0.12.3 \
hermit-abi-0.3.1 \
ignore-0.4.20 \
indexmap-1.9.2 \
insta-1.28.0 \
indexmap-1.9.3 \
insta-1.29.0 \
instant-0.1.12 \
io-lifetimes-1.0.6 \
is-terminal-0.4.4 \
io-lifetimes-1.0.10 \
itertools-0.10.5 \
itoa-1.0.6 \
lazy_static-1.4.0 \
libc-0.2.140 \
libc-0.2.144 \
linked-hash-map-0.5.6 \
linux-raw-sys-0.1.4 \
linux-raw-sys-0.3.8 \
log-0.4.17 \
memchr-2.5.0 \
minimal-lexical-0.2.1 \
@ -75,58 +75,70 @@ CARGO_CRATES= aho-corasick-0.7.20 \
normalize-line-endings-0.3.0 \
num-traits-0.2.15 \
once_cell-1.17.1 \
os_str_bytes-6.4.1 \
pin-project-lite-0.2.9 \
pin-utils-0.1.0 \
predicates-2.1.5 \
predicates-core-1.0.5 \
predicates-tree-1.0.7 \
proc-macro2-1.0.54 \
quote-1.0.26 \
redox_syscall-0.2.16 \
regex-1.7.1 \
predicates-3.0.3 \
predicates-core-1.0.6 \
predicates-tree-1.0.9 \
proc-macro2-1.0.58 \
quote-1.0.27 \
redox_syscall-0.3.5 \
regex-1.8.1 \
regex-automata-0.1.10 \
regex-syntax-0.6.28 \
regex-syntax-0.7.1 \
rstest-0.15.0 \
rstest_macros-0.14.0 \
rustc_version-0.4.0 \
rustix-0.36.9 \
rustix-0.37.19 \
ryu-1.0.13 \
same-file-1.0.6 \
semver-1.0.17 \
serde-1.0.158 \
serde_derive-1.0.158 \
serde_json-1.0.94 \
serde-1.0.163 \
serde_derive-1.0.163 \
serde_json-1.0.96 \
shell-words-1.1.0 \
similar-2.2.1 \
slab-0.4.8 \
smawk-0.3.1 \
static_assertions-1.1.0 \
strsim-0.10.0 \
syn-1.0.109 \
syn-2.0.10 \
tempfile-3.4.0 \
termcolor-1.2.0 \
termtree-0.4.0 \
syn-2.0.16 \
tempfile-3.5.0 \
termtree-0.4.1 \
textwrap-0.16.0 \
thread_local-1.1.7 \
unicode-ident-1.0.8 \
unicode-linebreak-0.1.4 \
unicode-segmentation-1.10.1 \
unicode-width-0.1.10 \
version_check-0.9.4 \
wait-timeout-0.2.0 \
walkdir-2.3.2 \
walkdir-2.3.3 \
wasi-0.11.0+wasi-snapshot-preview1 \
which-4.4.0 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-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 \
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 \
yaml-rust-0.4.5
PLIST_FILES= bin/${PORTNAME}

View File

@ -1,32 +1,34 @@
TIMESTAMP = 1680926060
TIMESTAMP = 1684684581
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/anyhow-1.0.69.crate) = 224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800
SIZE (rust/crates/anyhow-1.0.69.crate) = 43576
SHA256 (rust/crates/assert_cmd-2.0.8.crate) = 9834fcc22e0874394a010230586367d4a3e9f11b560f469262678547e1d2575e
SIZE (rust/crates/assert_cmd-2.0.8.crate) = 24347
SHA256 (rust/crates/assert_fs-1.0.10.crate) = d94b2a3f3786ff2996a98afbd6b4e5b7e890d685ccf67577f508ee2342c71cc9
SIZE (rust/crates/assert_fs-1.0.10.crate) = 18152
SHA256 (rust/crates/aho-corasick-1.0.1.crate) = 67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04
SIZE (rust/crates/aho-corasick-1.0.1.crate) = 167320
SHA256 (rust/crates/anstyle-1.0.0.crate) = 41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d
SIZE (rust/crates/anstyle-1.0.0.crate) = 13972
SHA256 (rust/crates/anyhow-1.0.71.crate) = 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8
SIZE (rust/crates/anyhow-1.0.71.crate) = 43808
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/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.3.0.crate) = 5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1
SIZE (rust/crates/bstr-1.3.0.crate) = 340998
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/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
SHA256 (rust/crates/clap-4.1.8.crate) = c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5
SIZE (rust/crates/clap-4.1.8.crate) = 207175
SHA256 (rust/crates/clap_lex-0.3.2.crate) = 350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09
SIZE (rust/crates/clap_lex-0.3.2.crate) = 9650
SHA256 (rust/crates/console-0.15.5.crate) = c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60
SIZE (rust/crates/console-0.15.5.crate) = 34788
SHA256 (rust/crates/console-0.15.6.crate) = d0525278dce688103060006713371cedbad27186c7d913f33d866b498da0f595
SIZE (rust/crates/console-0.15.6.crate) = 35291
SHA256 (rust/crates/convert_case-0.6.0.crate) = ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca
SIZE (rust/crates/convert_case-0.6.0.crate) = 18675
SHA256 (rust/crates/ctrlc-3.2.5.crate) = bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639
SIZE (rust/crates/ctrlc-3.2.5.crate) = 13282
SHA256 (rust/crates/ctrlc-3.3.0.crate) = 04d778600249295e82b6ab12e291ed9029407efee0cfb7baf67157edc65964df
SIZE (rust/crates/ctrlc-3.3.0.crate) = 13806
SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8
SIZE (rust/crates/difflib-0.4.0.crate) = 7638
SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10
@ -35,8 +37,8 @@ SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715
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-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
@ -45,26 +47,28 @@ SHA256 (rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bf
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/futures-0.3.27.crate) = 531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549
SIZE (rust/crates/futures-0.3.27.crate) = 52816
SHA256 (rust/crates/futures-channel-0.3.27.crate) = 164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac
SIZE (rust/crates/futures-channel-0.3.27.crate) = 32278
SHA256 (rust/crates/futures-core-0.3.27.crate) = 86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd
SIZE (rust/crates/futures-core-0.3.27.crate) = 14709
SHA256 (rust/crates/futures-executor-0.3.27.crate) = 1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83
SIZE (rust/crates/futures-executor-0.3.27.crate) = 17745
SHA256 (rust/crates/futures-io-0.3.27.crate) = 89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91
SIZE (rust/crates/futures-io-0.3.27.crate) = 8912
SHA256 (rust/crates/futures-macro-0.3.27.crate) = 3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6
SIZE (rust/crates/futures-macro-0.3.27.crate) = 11255
SHA256 (rust/crates/futures-sink-0.3.27.crate) = ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2
SIZE (rust/crates/futures-sink-0.3.27.crate) = 7853
SHA256 (rust/crates/futures-task-0.3.27.crate) = fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879
SIZE (rust/crates/futures-task-0.3.27.crate) = 11854
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-timer-3.0.2.crate) = e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c
SIZE (rust/crates/futures-timer-3.0.2.crate) = 19879
SHA256 (rust/crates/futures-util-0.3.27.crate) = 3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab
SIZE (rust/crates/futures-util-0.3.27.crate) = 158556
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/globset-0.4.10.crate) = 029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc
SIZE (rust/crates/globset-0.4.10.crate) = 22923
SHA256 (rust/crates/globwalk-0.8.1.crate) = 93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc
@ -75,28 +79,26 @@ SHA256 (rust/crates/hermit-abi-0.3.1.crate) = fed44880c466736ef9a5c5b5facefb5ed0
SIZE (rust/crates/hermit-abi-0.3.1.crate) = 13793
SHA256 (rust/crates/ignore-0.4.20.crate) = dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492
SIZE (rust/crates/ignore-0.4.20.crate) = 53551
SHA256 (rust/crates/indexmap-1.9.2.crate) = 1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399
SIZE (rust/crates/indexmap-1.9.2.crate) = 54627
SHA256 (rust/crates/insta-1.28.0.crate) = fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099
SIZE (rust/crates/insta-1.28.0.crate) = 543398
SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99
SIZE (rust/crates/indexmap-1.9.3.crate) = 54653
SHA256 (rust/crates/insta-1.29.0.crate) = 9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972
SIZE (rust/crates/insta-1.29.0.crate) = 543492
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.6.crate) = cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3
SIZE (rust/crates/io-lifetimes-1.0.6.crate) = 36068
SHA256 (rust/crates/is-terminal-0.4.4.crate) = 21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857
SIZE (rust/crates/is-terminal-0.4.4.crate) = 7744
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/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/libc-0.2.140.crate) = 99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c
SIZE (rust/crates/libc-0.2.140.crate) = 669153
SHA256 (rust/crates/libc-0.2.144.crate) = 2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1
SIZE (rust/crates/libc-0.2.144.crate) = 682092
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/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e
SIZE (rust/crates/log-0.4.17.crate) = 38028
SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d
@ -113,80 +115,88 @@ SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b
SIZE (rust/crates/num-traits-0.2.15.crate) = 49262
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.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/predicates-2.1.5.crate) = 59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd
SIZE (rust/crates/predicates-2.1.5.crate) = 24165
SHA256 (rust/crates/predicates-core-1.0.5.crate) = 72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2
SIZE (rust/crates/predicates-core-1.0.5.crate) = 7773
SHA256 (rust/crates/predicates-tree-1.0.7.crate) = 54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d
SIZE (rust/crates/predicates-tree-1.0.7.crate) = 8145
SHA256 (rust/crates/proc-macro2-1.0.54.crate) = e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534
SIZE (rust/crates/proc-macro2-1.0.54.crate) = 43485
SHA256 (rust/crates/quote-1.0.26.crate) = 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc
SIZE (rust/crates/quote-1.0.26.crate) = 28397
SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a
SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012
SHA256 (rust/crates/regex-1.7.1.crate) = 48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733
SIZE (rust/crates/regex-1.7.1.crate) = 239648
SHA256 (rust/crates/predicates-3.0.3.crate) = 09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9
SIZE (rust/crates/predicates-3.0.3.crate) = 22743
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.58.crate) = fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8
SIZE (rust/crates/proc-macro2-1.0.58.crate) = 44519
SHA256 (rust/crates/quote-1.0.27.crate) = 8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500
SIZE (rust/crates/quote-1.0.27.crate) = 28416
SHA256 (rust/crates/redox_syscall-0.3.5.crate) = 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29
SIZE (rust/crates/redox_syscall-0.3.5.crate) = 23404
SHA256 (rust/crates/regex-1.8.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.6.28.crate) = 456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848
SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288
SHA256 (rust/crates/regex-syntax-0.7.1.crate) = a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c
SIZE (rust/crates/regex-syntax-0.7.1.crate) = 339705
SHA256 (rust/crates/rstest-0.15.0.crate) = e9c9dc66cc29792b663ffb5269be669f1613664e69ad56441fdb895c2347b930
SIZE (rust/crates/rstest-0.15.0.crate) = 24882
SHA256 (rust/crates/rstest_macros-0.14.0.crate) = 5015e68a0685a95ade3eee617ff7101ab6a3fc689203101ca16ebc16f2b89c66
SIZE (rust/crates/rstest_macros-0.14.0.crate) = 45914
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.9.crate) = fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc
SIZE (rust/crates/rustix-0.36.9.crate) = 293797
SHA256 (rust/crates/rustix-0.37.19.crate) = acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d
SIZE (rust/crates/rustix-0.37.19.crate) = 323809
SHA256 (rust/crates/ryu-1.0.13.crate) = f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041
SIZE (rust/crates/ryu-1.0.13.crate) = 46823
SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502
SIZE (rust/crates/same-file-1.0.6.crate) = 10183
SHA256 (rust/crates/semver-1.0.17.crate) = bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed
SIZE (rust/crates/semver-1.0.17.crate) = 29685
SHA256 (rust/crates/serde-1.0.158.crate) = 771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9
SIZE (rust/crates/serde-1.0.158.crate) = 77018
SHA256 (rust/crates/serde_derive-1.0.158.crate) = e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad
SIZE (rust/crates/serde_derive-1.0.158.crate) = 55002
SHA256 (rust/crates/serde_json-1.0.94.crate) = 1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea
SIZE (rust/crates/serde_json-1.0.94.crate) = 144406
SHA256 (rust/crates/serde-1.0.163.crate) = 2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2
SIZE (rust/crates/serde-1.0.163.crate) = 77030
SHA256 (rust/crates/serde_derive-1.0.163.crate) = 8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e
SIZE (rust/crates/serde_derive-1.0.163.crate) = 54447
SHA256 (rust/crates/serde_json-1.0.96.crate) = 057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1
SIZE (rust/crates/serde_json-1.0.96.crate) = 144652
SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde
SIZE (rust/crates/shell-words-1.1.0.crate) = 9871
SHA256 (rust/crates/similar-2.2.1.crate) = 420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf
SIZE (rust/crates/similar-2.2.1.crate) = 51147
SHA256 (rust/crates/slab-0.4.8.crate) = 6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d
SIZE (rust/crates/slab-0.4.8.crate) = 16928
SHA256 (rust/crates/smawk-0.3.1.crate) = f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043
SIZE (rust/crates/smawk-0.3.1.crate) = 12840
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/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237
SIZE (rust/crates/syn-1.0.109.crate) = 237611
SHA256 (rust/crates/syn-2.0.10.crate) = 5aad1363ed6d37b84299588d62d3a7d95b5a5c2d9aad5c85609fda12afaa1f40
SIZE (rust/crates/syn-2.0.10.crate) = 240095
SHA256 (rust/crates/tempfile-3.4.0.crate) = af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95
SIZE (rust/crates/tempfile-3.4.0.crate) = 30591
SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6
SIZE (rust/crates/termcolor-1.2.0.crate) = 17917
SHA256 (rust/crates/termtree-0.4.0.crate) = 95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8
SIZE (rust/crates/termtree-0.4.0.crate) = 4449
SHA256 (rust/crates/syn-2.0.16.crate) = a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01
SIZE (rust/crates/syn-2.0.16.crate) = 240928
SHA256 (rust/crates/tempfile-3.5.0.crate) = b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998
SIZE (rust/crates/tempfile-3.5.0.crate) = 31129
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/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152
SIZE (rust/crates/thread_local-1.1.7.crate) = 13585
SHA256 (rust/crates/unicode-ident-1.0.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4
SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962
SHA256 (rust/crates/unicode-linebreak-0.1.4.crate) = c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137
SIZE (rust/crates/unicode-linebreak-0.1.4.crate) = 74962
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/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.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56
SIZE (rust/crates/walkdir-2.3.2.crate) = 23516
SHA256 (rust/crates/walkdir-2.3.3.crate) = 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698
SIZE (rust/crates/walkdir-2.3.3.crate) = 23125
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.4.0.crate) = 2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269
SIZE (rust/crates/which-4.4.0.crate) = 10889
SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419
@ -197,27 +207,43 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9
SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
SHA256 (rust/crates/windows-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/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 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85
SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783
SHA256 (sigoden-argc-v1.0.0_GH0.tar.gz) = 9af88f602864e3682500768e7cb106e944c2d9ec531c6660613308b27aa97583
SIZE (sigoden-argc-v1.0.0_GH0.tar.gz) = 50862
SHA256 (sigoden-argc-v1.1.0_GH0.tar.gz) = 1c73a2f798423b27f05eac4f8a52e030e320d30a1626db78940ec2e2b93d2dcb
SIZE (sigoden-argc-v1.1.0_GH0.tar.gz) = 53266

View File

@ -1,6 +1,6 @@
PORTNAME= aws-c-s3
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.2
DISTVERSION= 0.3.3
CATEGORIES= devel
MAINTAINER= eduardo@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1684255070
SHA256 (awslabs-aws-c-s3-v0.3.2_GH0.tar.gz) = 1067b778e2be25fe01cac876f262bc623e93f4056fa3e76d56e9e3984791f207
SIZE (awslabs-aws-c-s3-v0.3.2_GH0.tar.gz) = 214357
TIMESTAMP = 1684578675
SHA256 (awslabs-aws-c-s3-v0.3.3_GH0.tar.gz) = e936c39f97b4920019e075daae7fd081cfcc411d6011b00ff8ec6fb6976952df
SIZE (awslabs-aws-c-s3-v0.3.3_GH0.tar.gz) = 215432

View File

@ -1,6 +1,6 @@
PORTNAME= double-conversion
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.1
DISTVERSION= 3.3.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1659666600
SHA256 (google-double-conversion-v3.2.1_GH0.tar.gz) = e40d236343cad807e83d192265f139481c51fc83a1c49e406ac6ce0a0ba7cd35
SIZE (google-double-conversion-v3.2.1_GH0.tar.gz) = 7032718
TIMESTAMP = 1684648756
SHA256 (google-double-conversion-v3.3.0_GH0.tar.gz) = 04ec44461850abbf33824da84978043b22554896b552c5fd11a9c5ae4b4d296e
SIZE (google-double-conversion-v3.3.0_GH0.tar.gz) = 7033266

View File

@ -15,4 +15,4 @@ lib/cmake/double-conversion/double-conversionTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/double-conversion/double-conversionTargets.cmake
lib/libdouble-conversion.so
lib/libdouble-conversion.so.3
lib/libdouble-conversion.so.3.2.0
lib/libdouble-conversion.so.3.3.0

View File

@ -221,7 +221,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948
YARN_TIMESTAMP= 1683793378
YARN_TIMESTAMP= 1684394390
.include "Makefile.version"
.include <bsd.port.pre.mk> # required for COMPILER_VERSION

View File

@ -1,2 +1,2 @@
ELECTRON_VER= 22.3.9
ELECTRON_VER= 22.3.10
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

View File

@ -1,14 +1,14 @@
TIMESTAMP = 1683794065
TIMESTAMP = 1684394962
SHA256 (electron/chromium-108.0.5359.215.tar.xz) = aba0730b347269efda217affe804f6fced296aa02f810c8c9a6fd7d46cd7bf9a
SIZE (electron/chromium-108.0.5359.215.tar.xz) = 1584734880
SHA256 (electron/f8b5da24d33317766d3933fb6711b0603fc4fb6f) = 63706737ca75e0e5c97885186b2a7ab019ca71d1315ee08870193bbfa7486bfc
SIZE (electron/f8b5da24d33317766d3933fb6711b0603fc4fb6f) = 9900677
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-22.3.9.tar.xz) = 8a78373e9aa1f2d0c58f28406fc21719e876b6b6ff5d329c0c41975e88b8ceac
SIZE (electron/electron-yarn-cache-22.3.9.tar.xz) = 38902308
SHA256 (electron/electron-electron-v22.3.9_GH0.tar.gz) = dd08b176b9f040ccd4ef365c12d83fc09d409e054e2a26f76d01e82e1572e542
SIZE (electron/electron-electron-v22.3.9_GH0.tar.gz) = 10594482
SHA256 (electron/electron-yarn-cache-22.3.10.tar.xz) = 4f08639344ae005e75a674e5b9f300180f664af2d209c04b335eeefeff77f480
SIZE (electron/electron-yarn-cache-22.3.10.tar.xz) = 38904364
SHA256 (electron/electron-electron-v22.3.10_GH0.tar.gz) = 502163d7f6b8339cc92f3d891bfd371c9fb1eeb5507d6cb64b23be9e812c48f0
SIZE (electron/electron-electron-v22.3.10_GH0.tar.gz) = 10595773
SHA256 (electron/nodejs-node-v16.17.1_GH0.tar.gz) = e63378aa6aa18b9e05486e46eaca6c6e09904366e5100d7e04c6dbd344a42f60
SIZE (electron/nodejs-node-v16.17.1_GH0.tar.gz) = 90485310
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39

View File

@ -222,7 +222,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948
YARN_TIMESTAMP= 1683963302
YARN_TIMESTAMP= 1684476173
.include "Makefile.version"
.include <bsd.port.pre.mk>

View File

@ -1,2 +1,2 @@
ELECTRON_VER= 23.3.2
ELECTRON_VER= 23.3.3
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

View File

@ -1,14 +1,14 @@
TIMESTAMP = 1683963953
TIMESTAMP = 1684476846
SHA256 (electron/chromium-110.0.5481.208.tar.xz) = 9f364e9a61a961b808ac241076fe25f8c48e5d7349a3236a9023a51018890ccc
SIZE (electron/chromium-110.0.5481.208.tar.xz) = 1554639732
SHA256 (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = b7f797156b45c21a104f732366dad74e5b401bae8e3ce75fe1e54769cda3c0c2
SIZE (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = 9903987
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-23.3.2.tar.xz) = ea945d5fca61f112c54b038a0be90f3f63402e720406153981ac8f79688abbd0
SIZE (electron/electron-yarn-cache-23.3.2.tar.xz) = 38872716
SHA256 (electron/electron-electron-v23.3.2_GH0.tar.gz) = 35ab9f3a575d58a192a2ba19cbe2bcfca776219f6a227a0af39d651abd6efdd0
SIZE (electron/electron-electron-v23.3.2_GH0.tar.gz) = 10488019
SHA256 (electron/electron-yarn-cache-23.3.3.tar.xz) = 027f1fa58cf24d3461042885141fdf3ee7762230467827162796daf130beae67
SIZE (electron/electron-yarn-cache-23.3.3.tar.xz) = 38873020
SHA256 (electron/electron-electron-v23.3.3_GH0.tar.gz) = 0fa75e83ef92c2a0a889e6b3eebb10949403426a4c2dcac0b89c5fa890fae94b
SIZE (electron/electron-electron-v23.3.3_GH0.tar.gz) = 10489446
SHA256 (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 7e7962209d25ed6c28b722b78a0b0ca304307d7bf536aca142be330901b11d50
SIZE (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 108947341
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39

View File

@ -1,6 +1,6 @@
--- electron/script/spec-runner.js.orig 2023-04-12 09:18:42 UTC
--- electron/script/spec-runner.js.orig 2023-05-17 12:49:10 UTC
+++ electron/script/spec-runner.js
@@ -162,7 +162,7 @@ async function runTestUsingElectron (specDir, testName
@@ -163,7 +163,7 @@ async function runTestUsingElectron (specDir, testName
exe = path.resolve(BASE, utils.getElectronExec());
}
const runnerArgs = [`electron/${specDir}`, ...unknownArgs.slice(2)];

View File

@ -1,4 +1,4 @@
--- electron/shell/browser/native_window_views.cc.orig 2023-02-06 19:29:11 UTC
--- electron/shell/browser/native_window_views.cc.orig 2023-05-17 12:49:10 UTC
+++ electron/shell/browser/native_window_views.cc
@@ -42,7 +42,7 @@
#include "ui/wm/core/shadow_types.h"
@ -36,7 +36,7 @@
// On linux after the widget is initialized we might have to force set the
// bounds if the bounds are smaller than the current display
SetBounds(gfx::Rect(GetPosition(), bounds.size()), false);
@@ -541,7 +541,7 @@ bool NativeWindowViews::IsVisible() {
@@ -551,7 +551,7 @@ bool NativeWindowViews::IsVisible() {
bool NativeWindowViews::IsEnabled() {
#if BUILDFLAG(IS_WIN)
return ::IsWindowEnabled(GetAcceleratedWidget());
@ -45,7 +45,7 @@
#if defined(USE_OZONE_PLATFORM_X11)
if (IsX11())
return !event_disabler_.get();
@@ -599,7 +599,7 @@ void NativeWindowViews::SetEnabledInternal(bool enable
@@ -609,7 +609,7 @@ void NativeWindowViews::SetEnabledInternal(bool enable
#endif
}
@ -54,7 +54,7 @@
void NativeWindowViews::Maximize() {
if (IsVisible()) {
widget()->Maximize();
@@ -726,7 +726,7 @@ void NativeWindowViews::SetBounds(const gfx::Rect& bou
@@ -736,7 +736,7 @@ void NativeWindowViews::SetBounds(const gfx::Rect& bou
}
#endif
@ -63,7 +63,7 @@
// On Linux and Windows the minimum and maximum size should be updated with
// window size when window is not resizable.
if (!resizable_) {
@@ -958,7 +958,7 @@ bool NativeWindowViews::IsClosable() {
@@ -968,7 +968,7 @@ bool NativeWindowViews::IsClosable() {
return false;
}
return !(info.fState & MFS_DISABLED);
@ -72,7 +72,7 @@
return true;
#endif
}
@@ -1346,7 +1346,7 @@ void NativeWindowViews::SetProgressBar(double progress
@@ -1356,7 +1356,7 @@ void NativeWindowViews::SetProgressBar(double progress
NativeWindow::ProgressState state) {
#if BUILDFLAG(IS_WIN)
taskbar_host_.SetProgressBar(GetAcceleratedWidget(), progress, state);
@ -81,7 +81,7 @@
if (unity::IsRunning()) {
unity::SetProgressFraction(progress);
}
@@ -1408,7 +1408,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM
@@ -1418,7 +1418,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM
#if BUILDFLAG(IS_WIN)
window_handle =
reinterpret_cast<content::DesktopMediaID::Id>(accelerated_widget);
@ -90,7 +90,7 @@
window_handle = static_cast<uint32_t>(accelerated_widget);
#endif
aura::WindowTreeHost* const host =
@@ -1506,7 +1506,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC
@@ -1516,7 +1516,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC
SendMessage(hwnd, WM_SETICON, ICON_BIG,
reinterpret_cast<LPARAM>(app_icon_.get()));
}
@ -99,7 +99,7 @@
void NativeWindowViews::SetIcon(const gfx::ImageSkia& icon) {
auto* tree_host = views::DesktopWindowTreeHostLinux::GetHostForWidget(
GetAcceleratedWidget());
@@ -1576,7 +1576,7 @@ bool NativeWindowViews::CanMaximize() const {
@@ -1586,7 +1586,7 @@ bool NativeWindowViews::CanMaximize() const {
bool NativeWindowViews::CanMinimize() const {
#if BUILDFLAG(IS_WIN)
return minimizable_;
@ -108,7 +108,7 @@
return true;
#endif
}
@@ -1628,7 +1628,7 @@ void NativeWindowViews::HandleKeyboardEvent(
@@ -1638,7 +1638,7 @@ void NativeWindowViews::HandleKeyboardEvent(
if (widget_destroyed_)
return;
@ -117,7 +117,7 @@
if (event.windows_key_code == ui::VKEY_BROWSER_BACK)
NotifyWindowExecuteAppCommand(kBrowserBackward);
else if (event.windows_key_code == ui::VKEY_BROWSER_FORWARD)
@@ -1647,7 +1647,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e
@@ -1657,7 +1657,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e
// Alt+Click should not toggle menu bar.
root_view_->ResetAltState();

View File

@ -1,4 +1,4 @@
--- electron/spec/api-browser-window-spec.ts.orig 2023-04-14 16:18:42 UTC
--- electron/spec/api-browser-window-spec.ts.orig 2023-05-17 12:49:10 UTC
+++ electron/spec/api-browser-window-spec.ts
@@ -58,7 +58,7 @@ describe('BrowserWindow module', () => {
}).not.to.throw();
@ -9,7 +9,16 @@
const appPath = path.join(fixtures, 'apps', 'xwindow-icon');
const appProcess = childProcess.spawn(process.execPath, [appPath]);
await new Promise((resolve) => { appProcess.once('exit', resolve); });
@@ -736,7 +736,7 @@ describe('BrowserWindow module', () => {
@@ -738,7 +738,7 @@ describe('BrowserWindow module', () => {
describe('BrowserWindow.minimize()', () => {
// TODO(codebytere): Enable for Linux once maximize/minimize events work in CI.
- ifit(process.platform !== 'linux')('should not be visible when the window is minimized', async () => {
+ ifit(process.platform !== 'linux' && process.platform !== 'freebsd')('should not be visible when the window is minimized', async () => {
const minimize = emittedOnce(w, 'minimize');
w.minimize();
await minimize;
@@ -755,7 +755,7 @@ describe('BrowserWindow module', () => {
});
// TODO(dsanders11): Enable for Linux once CI plays nice with these kinds of tests
@ -18,7 +27,7 @@
const maximize = emittedOnce(w, 'maximize');
const shown = emittedOnce(w, 'show');
w.maximize();
@@ -773,7 +773,7 @@ describe('BrowserWindow module', () => {
@@ -792,7 +792,7 @@ describe('BrowserWindow module', () => {
expect(w.isFocused()).to.equal(true);
});
@ -27,7 +36,7 @@
const w1 = new BrowserWindow({ show: false });
const w2 = new BrowserWindow({ show: false });
const w3 = new BrowserWindow({ show: false });
@@ -840,7 +840,7 @@ describe('BrowserWindow module', () => {
@@ -859,7 +859,7 @@ describe('BrowserWindow module', () => {
expect(w.isFocused()).to.equal(false);
});
@ -36,7 +45,7 @@
const w1 = new BrowserWindow({ show: false });
const w2 = new BrowserWindow({ show: false });
const w3 = new BrowserWindow({ show: false });
@@ -1238,7 +1238,7 @@ describe('BrowserWindow module', () => {
@@ -1257,7 +1257,7 @@ describe('BrowserWindow module', () => {
});
});
@ -45,7 +54,7 @@
it('checks normal bounds when maximized', async () => {
const bounds = w.getBounds();
const maximize = emittedOnce(w, 'maximize');
@@ -1365,7 +1365,7 @@ describe('BrowserWindow module', () => {
@@ -1384,7 +1384,7 @@ describe('BrowserWindow module', () => {
});
});
@ -54,7 +63,7 @@
it('checks normal bounds when minimized', async () => {
const bounds = w.getBounds();
const minimize = emittedOnce(w, 'minimize');
@@ -2278,7 +2278,7 @@ describe('BrowserWindow module', () => {
@@ -2333,7 +2333,7 @@ describe('BrowserWindow module', () => {
describe('BrowserWindow.setOpacity(opacity)', () => {
afterEach(closeAllWindows);
@ -63,7 +72,7 @@
it('make window with initial opacity', () => {
const w = new BrowserWindow({ show: false, opacity: 0.5 });
expect(w.getOpacity()).to.equal(0.5);
@@ -2304,7 +2304,7 @@ describe('BrowserWindow module', () => {
@@ -2359,7 +2359,7 @@ describe('BrowserWindow module', () => {
});
});
@ -72,7 +81,7 @@
it('sets 1 regardless of parameter', () => {
const w = new BrowserWindow({ show: false });
w.setOpacity(0);
@@ -3232,7 +3232,7 @@ describe('BrowserWindow module', () => {
@@ -3287,7 +3287,7 @@ describe('BrowserWindow module', () => {
expect(test.versions).to.deep.equal(process.versions);
expect(test.contextId).to.be.a('string');
@ -81,7 +90,7 @@
expect(test.creationTime).to.be.null('creation time');
expect(test.systemMemoryInfo).to.be.null('system memory info');
} else {
@@ -3738,7 +3738,7 @@ describe('BrowserWindow module', () => {
@@ -3793,7 +3793,7 @@ describe('BrowserWindow module', () => {
});
});
@ -90,7 +99,7 @@
afterEach(closeAllWindows);
it('emits an event when window is maximized', async () => {
const w = new BrowserWindow({ show: false });
@@ -3998,7 +3998,7 @@ describe('BrowserWindow module', () => {
@@ -4053,7 +4053,7 @@ describe('BrowserWindow module', () => {
// TODO(zcbenz):
// This test does not run on Linux CI. See:
// https://github.com/electron/electron/issues/28699
@ -99,7 +108,7 @@
const w = new BrowserWindow({});
const maximize = emittedOnce(w, 'maximize');
w.maximize();
@@ -4015,7 +4015,7 @@ describe('BrowserWindow module', () => {
@@ -4070,7 +4070,7 @@ describe('BrowserWindow module', () => {
});
// TODO(dsanders11): Enable once maximize event works on Linux again on CI
@ -108,7 +117,7 @@
afterEach(closeAllWindows);
it('should show the window if it is not currently shown', async () => {
const w = new BrowserWindow({ show: false });
@@ -4052,7 +4052,7 @@ describe('BrowserWindow module', () => {
@@ -4107,7 +4107,7 @@ describe('BrowserWindow module', () => {
// TODO(dsanders11): Enable once minimize event works on Linux again.
// See https://github.com/electron/electron/issues/28699
@ -117,7 +126,7 @@
const w = new BrowserWindow();
const minimize = emittedOnce(w, 'minimize');
w.minimize();
@@ -4415,7 +4415,7 @@ describe('BrowserWindow module', () => {
@@ -4470,7 +4470,7 @@ describe('BrowserWindow module', () => {
});
// On Linux there is no "resizable" property of a window.
@ -126,7 +135,7 @@
const w = new BrowserWindow({ show: false });
expect(w.resizable).to.be.true('resizable');
@@ -4507,7 +4507,7 @@ describe('BrowserWindow module', () => {
@@ -4562,7 +4562,7 @@ describe('BrowserWindow module', () => {
});
});
@ -135,3 +144,12 @@
// Not implemented on Linux.
afterEach(closeAllWindows);
@@ -5626,7 +5626,7 @@ describe('BrowserWindow module', () => {
describe('"transparent" option', () => {
afterEach(closeAllWindows);
- ifit(process.platform !== 'linux')('correctly returns isMaximized() when the window is maximized then minimized', async () => {
+ ifit(process.platform !== 'linux' && process.platform !== 'freebsd')('correctly returns isMaximized() when the window is maximized then minimized', async () => {
const w = new BrowserWindow({
frame: false,
transparent: true

View File

@ -1,6 +1,6 @@
PORTNAME= gh
DISTVERSIONPREFIX= v
DISTVERSION= 2.28.0
DISTVERSION= 2.29.0
CATEGORIES= devel
MAINTAINER= lcook@FreeBSD.org
@ -104,7 +104,8 @@ GO_BUILDFLAGS= -ldflags "\
_DOCS= README.md docs/gh-vs-hub.md docs/releasing.md \
docs/command-line-syntax.md docs/source.md \
docs/install_linux.md docs/project-layout.md docs/triage.md
docs/install_linux.md docs/project-layout.md docs/triage.md \
docs/working-with-us.md
PORTDOCS= ${_DOCS:T}
OPTIONS_DEFINE= COMPLETIONS DOCS MANPAGES

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1683198018
SHA256 (cli-cli-v2.28.0_GH0.tar.gz) = cf3c0fb7f601d717d8b5177707a197c49fd426f5dc3c9aa52a932e96ba7166af
SIZE (cli-cli-v2.28.0_GH0.tar.gz) = 837655
TIMESTAMP = 1684708694
SHA256 (cli-cli-v2.29.0_GH0.tar.gz) = f77718f109ff5817cde33eb004137f58bdcd5934b921aed1440c6b3e93e1df27
SIZE (cli-cli-v2.29.0_GH0.tar.gz) = 842956
SHA256 (AlecAivazis-survey-v2.3.6_GH0.tar.gz) = 625a234986f6a91a09ca25e88b907d29af1ea1df7601c38b1b79937571f209ee
SIZE (AlecAivazis-survey-v2.3.6_GH0.tar.gz) = 1466064
SHA256 (MakeNowJust-heredoc-v1.0.0_GH0.tar.gz) = 3703d1c9e659c274c5e2d712e4d66f60620e03513fc380b1d3acafb3ca037400

View File

@ -1,4 +1,5 @@
%%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

View File

@ -1,6 +1,6 @@
PORTNAME= glab
DISTVERSIONPREFIX= v
DISTVERSION= 1.28.1
DISTVERSION= 1.30.0
CATEGORIES= devel
MAINTAINER= lcook@FreeBSD.org

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1683199751
SHA256 (go/devel_glab/glab-v1.28.1/v1.28.1.mod) = 0d5421c010069d34948f08543f2d664f13cdbfd2bf1e193e0243df2fd6e90abb
SIZE (go/devel_glab/glab-v1.28.1/v1.28.1.mod) = 3841
SHA256 (go/devel_glab/glab-v1.28.1/v1.28.1.zip) = fda78500a2ce628701be107a1f26c0a77ab558952026d1ac43e571f46dfb8e42
SIZE (go/devel_glab/glab-v1.28.1/v1.28.1.zip) = 17007842
TIMESTAMP = 1684713516
SHA256 (go/devel_glab/glab-v1.30.0/v1.30.0.mod) = dbcc00715d095a4dad995e760459d3e675787d9cb3f137a62ceb2e9dd49776ea
SIZE (go/devel_glab/glab-v1.30.0/v1.30.0.mod) = 3797
SHA256 (go/devel_glab/glab-v1.30.0/v1.30.0.zip) = 967afcd4bd9a264d4caee1b8e6f5fed4a7662bcb6e8b50f508f3c9bb828e3a3b
SIZE (go/devel_glab/glab-v1.30.0/v1.30.0.zip) = 17035496

View File

@ -3,9 +3,13 @@
%%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
@ -24,6 +28,8 @@
%%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-reopen.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

View File

@ -4,7 +4,7 @@ PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://github.com/ClusterLabs/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= egypcio@FreeBSD.org
MAINTAINER= flo@FreeBSD.org
COMMENT= High performance logging, tracing, ipc, and polling library
WWW= https://github.com/ClusterLabs/libqb/wiki

View File

@ -1,5 +1,5 @@
PORTNAME= mtbl
PORTVERSION= 1.5.0
PORTVERSION= 1.5.1
CATEGORIES= devel
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1676687232
SHA256 (mtbl-1.5.0.tar.gz) = a19484a9ce208251327ba5a429d9fab717709ea8ab8f79236b02d67e0ba92477
SIZE (mtbl-1.5.0.tar.gz) = 451365
TIMESTAMP = 1684444453
SHA256 (mtbl-1.5.1.tar.gz) = 2e2055d2a2a776cc723ad9e9ba4b781b783a29616c37968b724e657987b8763b
SIZE (mtbl-1.5.1.tar.gz) = 451629

View File

@ -6,7 +6,7 @@ include/mtbl.h
lib/libmtbl.a
lib/libmtbl.so
lib/libmtbl.so.1
lib/libmtbl.so.1.2.0
lib/libmtbl.so.1.2.1
libdata/pkgconfig/libmtbl.pc
man/man1/mtbl_dump.1.gz
man/man1/mtbl_info.1.gz

View File

@ -1,5 +1,5 @@
PORTNAME= oci-cli
DISTVERSION= 3.25.3
DISTVERSION= 3.27.1
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -22,11 +22,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=3.2.1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jmespath>=0.10.0:devel/py-jmespath@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oci>=2.99.0:devel/py-oci@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oci>=2.102.0:devel/py-oci@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=22.1.0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.29:devel/py-prompt-toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=6.0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=5.4:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.15.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}terminaltables>=3.1.0:textproc/py-terminaltables@${PY_FLAVOR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1681908523
SHA256 (oci-cli-3.25.3.tar.gz) = 798c54ef6f1065c9e4b08fffbc880ceb20bea45cfadd5ea0a54b2696cad7e85d
SIZE (oci-cli-3.25.3.tar.gz) = 12803946
TIMESTAMP = 1684650767
SHA256 (oci-cli-3.27.1.tar.gz) = 51472c6ac6d9694abd72495308fb176f4c6fcd941cf9802ad616b9e94fe53dce
SIZE (oci-cli-3.27.1.tar.gz) = 12731118

View File

@ -1,7 +1,7 @@
P4VERSION?= r${PORTVERSION:S/^20//:C/\.[0-9]+$//}
YEAR= 2022
MAJOR= 2
MINOR= 2407422
YEAR= 2023
MAJOR= 1
MINOR= 2442900
JAM?= ${LOCALBASE}/bin/jam
OSVER?= ${OSREL:S/.//}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679422608
SHA256 (p4source-2407422.tgz) = 4355375def3f3d2256d4a92ac1b9960173e7aa97404346c0c74caf23a0905e1b
SIZE (p4source-2407422.tgz) = 6325949
TIMESTAMP = 1684444969
SHA256 (p4source-2442900.tgz) = efdc59bf1443a6709998299cdff3a9cc52c5a6de790602ecb6ad70c6f509a496
SIZE (p4source-2442900.tgz) = 6569147

View File

@ -1,4 +1,4 @@
--- Jamrules.orig 2023-01-19 09:37:52 UTC
--- Jamrules.orig 2022-12-15 10:39:01 UTC
+++ Jamrules
@@ -673,12 +673,11 @@
# P4BIN is set to ../p4-bin (relative to P4)
@ -14,7 +14,7 @@
$(BUILD)
$(TYPE:L) ;
@@ -1224,11 +1223,6 @@
@@ -1245,11 +1244,6 @@
OPTIM += -Wno-parentheses -Wno-switch -fwrapv ;
_mflags = ;

View File

@ -1,11 +1,11 @@
--- zlib/deflate.c.orig 2023-04-08 02:21:18 UTC
--- zlib/deflate.c.orig 2022-11-09 18:15:37 UTC
+++ zlib/deflate.c
@@ -56,7 +56,7 @@
@@ -58,7 +58,7 @@
* Perforce change. Disable neon speedup (for now)
* on Apple M1 builds.
*/
-#if ( defined( OS_DARWIN ) || defined( OS_MACOSX ) ) && defined(__aarch64__)
+#if ( defined( OS_DARWIN ) || defined( OS_MACOSX ) || defined( OS_FREEBSD ) ) && defined(__aarch64__)
+#if ( defined( OS_DARWIN ) || defined( OS_MACOSX ) ) && defined(__aarch64__) || defined( OS_FREEBSD )
#undef __ARM_NEON__
#undef __ARM_NEON
#endif

View File

@ -1,6 +1,5 @@
PORTNAME= p4api
PORTVERSION= ${YEAR}.${MAJOR}.${MINOR}
PORTREVISION= 1
CATEGORIES= devel
# Perforce does not version their distfiles when they patch.
# This does not play well with FreeBSD's conventions.

View File

@ -1,5 +1,5 @@
PORTNAME= swoole
PORTVERSION= 5.0.2
PORTVERSION= 5.0.3
CATEGORIES= devel net
MAINTAINER= vanilla@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1678028659
SHA256 (PECL/swoole-5.0.2.tgz) = ecefcab9ca36f6e724b6f8c9cf784b1c2616d3efe4544be3eda629ad2037fe68
SIZE (PECL/swoole-5.0.2.tgz) = 2060160
TIMESTAMP = 1684622878
SHA256 (PECL/swoole-5.0.3.tgz) = 6c51e11199214921e07ab1b9f0e67781c96f7b8e06afb4225f05d1dc79832ead
SIZE (PECL/swoole-5.0.3.tgz) = 2066852

View File

@ -55,7 +55,7 @@ BSDVIDEO_CONFIGURE_ENABLE=bsdvideo
BSDVIDEO_VARS= PTLIB_VIDEO=1
DEBUG_ALL_TARGET= debugshared
JABBER_CONFIGURE_ON=--enable-jabber
JABBER_VARS= PLLIB_VIDEO=1
JABBER_VARS= PTLIB_VIDEO=1
LDAP_USES= ldap
LDAP_CONFIGURE_ENABLE=openldap
ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC

View File

@ -1,5 +1,5 @@
PORTNAME= azure-data-tables
DISTVERSION= 12.4.0
DISTVERSION= 12.4.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,12 +10,19 @@ WWW= https://pypi.org/project/azure-data-tables/
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-core>=1.15.0<2.0.0:devel/py-azure-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yarl>=1.0<2.0:www/py-yarl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR}
USES= azurepy python:3.6+ zip
USES= azurepy python:3.7+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1655516841
SHA256 (azure-data-tables-12.4.0.zip) = dd5fc8de91e2f8908efa4c64ca7f63cf83b3068a9ba426298de3b54139e9665c
SIZE (azure-data-tables-12.4.0.zip) = 280621
TIMESTAMP = 1684595167
SHA256 (azure-data-tables-12.4.2.zip) = 3b3d5d15b2a963e09b4934b1fe2ba217f29dd9ac51821c17549fcaf874702434
SIZE (azure-data-tables-12.4.2.zip) = 315127

View File

@ -1,5 +1,5 @@
PORTNAME= azure-datalake-store
PORTVERSION= 0.0.49
PORTVERSION= 0.0.53
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,8 +10,8 @@ WWW= https://pypi.org/project/azure-datalake-store/
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adal>=0.4.2:net-mgmt/py-adal@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msal>=1.16.0:devel/py-msal@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR}
USES= azurepy python:3.6+

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1598916778
SHA256 (azure-datalake-store-0.0.49.tar.gz) = 3fcede6255cc9cd083d498c3a399b422f35f804c561bb369a7150ff1f2f07da9
SIZE (azure-datalake-store-0.0.49.tar.gz) = 56137
TIMESTAMP = 1684595035
SHA256 (azure-datalake-store-0.0.53.tar.gz) = 05b6de62ee3f2a0a6e6941e6933b792b800c3e7f6ffce2fc324bc19875757393
SIZE (azure-datalake-store-0.0.53.tar.gz) = 71430

View File

@ -1,5 +1,5 @@
PORTNAME= azure-loganalytics
PORTVERSION= 0.1.0
PORTVERSION= 0.1.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,7 +10,7 @@ WWW= https://pypi.org/project/azure-loganalytics/
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.4.29<2.0.0:net-mgmt/py-msrest@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python:3.6+ zip

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1590010815
SHA256 (azure-loganalytics-0.1.0.zip) = 3ceb350def677a351f34b0a0d1637df6be0c6fe87ff32a5270b17f540f6da06e
SIZE (azure-loganalytics-0.1.0.zip) = 22311
TIMESTAMP = 1684594973
SHA256 (azure-loganalytics-0.1.1.zip) = 68ffb9a2206e06b9672100a8e6351cc04f75bb81867f30d416c68b55d624d793
SIZE (azure-loganalytics-0.1.1.zip) = 22253

View File

@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-appconfiguration
DISTVERSION= 2.1.0
DISTVERSION= 3.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,13 +10,19 @@ WWW= https://pypi.org/project/azure-mgmt-appconfiguration/
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:3.6+ zip
USES= azurepy python:3.7+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1657997086
SHA256 (azure-mgmt-appconfiguration-2.1.0.zip) = eacdca7d63a5ce4a2aeeec6e0db14c6265b6dab3981ed81081843a44c150890f
SIZE (azure-mgmt-appconfiguration-2.1.0.zip) = 82254
TIMESTAMP = 1684594909
SHA256 (azure-mgmt-appconfiguration-3.0.0.zip) = 14986e560a8d8dd4487a03f8bd4212ac0b47bef5657b95501552133e6e072c4c
SIZE (azure-mgmt-appconfiguration-3.0.0.zip) = 277679

View File

@ -0,0 +1,28 @@
PORTNAME= azure-mgmt-appcontainers
DISTVERSION= 2.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Appcontainers Management Client Library for Python
WWW= https://pypi.org/project/azure-mgmt-appcontainers/
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-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
USES= azurepy python:3.7+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1684595595
SHA256 (azure-mgmt-appcontainers-2.0.0.zip) = 71c74876f7604d83d6119096aa42dcf2512e32e004111be5e41d61b89c8192f5
SIZE (azure-mgmt-appcontainers-2.0.0.zip) = 225789

View File

@ -0,0 +1,4 @@
This is the Microsoft Azure Appcontainers Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).

View File

@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-containerservice
PORTVERSION= 21.2.0
PORTVERSION= 22.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,9 +10,9 @@ WWW= https://pypi.org/project/azure-mgmt-containerservice/
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-mgmt-core>=1.3.2<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:3.7+ zip
USE_PYTHON= autoplist concurrent distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679793042
SHA256 (azure-mgmt-containerservice-21.2.0.zip) = a492e74ae49b5db6ab3a25f07e78d20cd9b253b64e97621451568403c990ae24
SIZE (azure-mgmt-containerservice-21.2.0.zip) = 5650444
TIMESTAMP = 1684594801
SHA256 (azure-mgmt-containerservice-22.0.0.zip) = fe71d1f35296dd569e3f6c8e4969c20ef646cb1af32bc7c09fd4bf4518018729
SIZE (azure-mgmt-containerservice-22.0.0.zip) = 5927520

View File

@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-keyvault
DISTVERSION= 10.1.0
DISTVERSION= 10.2.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,13 +10,19 @@ WWW= https://pypi.org/project/azure-mgmt-keyvault/
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
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-mgmt-core>=1.3.1<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
USES= azurepy python:3.7+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1662816779
SHA256 (azure-mgmt-keyvault-10.1.0.zip) = 0e93bee85bec3708e3733d889a11e90a894754da4f50c802b4432b7d4cdf01a0
SIZE (azure-mgmt-keyvault-10.1.0.zip) = 646873
TIMESTAMP = 1684594711
SHA256 (azure-mgmt-keyvault-10.2.1.zip) = 968cece89cba5797098a033b3549fc7b23ff1157ff4ca93ea59f6f001800a8ad
SIZE (azure-mgmt-keyvault-10.2.1.zip) = 823069

View File

@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-network
DISTVERSION= 21.0.1
DISTVERSION= 23.0.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,13 +10,19 @@ WWW= https://pypi.org/project/azure-mgmt-network/
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.1<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:3.7+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1662816505
SHA256 (azure-mgmt-network-21.0.1.zip) = ecf76e3e0d092b87ffdeafdbe69ab9f138ea564f88bbebf16be6892839d2732f
SIZE (azure-mgmt-network-21.0.1.zip) = 9441770
TIMESTAMP = 1684596585
SHA256 (azure-mgmt-network-23.0.1.zip) = 55191a68236fbb3392fef47d882ba6f96688a811bd63edec46ab8d6363a78930
SIZE (azure-mgmt-network-23.0.1.zip) = 1120226

View File

@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-rdbms
DISTVERSION= 10.2.0b6
DISTVERSION= 10.2.0b7
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,7 +12,8 @@ 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}
${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:3.7+ zip
USE_PYTHON= autoplist concurrent distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679791125
SHA256 (azure-mgmt-rdbms-10.2.0b6.zip) = fe0c7aa87ae5cc6cc33164c0dd1ff2da53d3feea86312511db66308bc5d15bef
SIZE (azure-mgmt-rdbms-10.2.0b6.zip) = 852605
TIMESTAMP = 1684594465
SHA256 (azure-mgmt-rdbms-10.2.0b7.zip) = f6e921796da5fa2df1bd8bc371f313d4342b53d0a2ca6011ed074f954e138a3a
SIZE (azure-mgmt-rdbms-10.2.0b7.zip) = 850636

View File

@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-resource
DISTVERSION= 21.1.0b1
DISTVERSION= 22.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,13 +10,19 @@ WWW= https://pypi.org/project/azure-mgmt-resource/
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
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-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR}
USES= azurepy python:3.6+ zip
USES= azurepy python:3.7+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1655516036
SHA256 (azure-mgmt-resource-21.1.0b1.zip) = a220b993e320f4a267f78d233311b8001f4fa26fadfc3591039291bfc1ced072
SIZE (azure-mgmt-resource-21.1.0b1.zip) = 1945026
TIMESTAMP = 1684594382
SHA256 (azure-mgmt-resource-22.0.0.zip) = feb5d979e18b52f2cfd023b4a0a33e54a6f76cc6a252dc8cd75ece2c63298e94
SIZE (azure-mgmt-resource-22.0.0.zip) = 2595048

View File

@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-search
PORTVERSION= 8.0.0
PORTVERSION= 9.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,13 +10,19 @@ WWW= https://pypi.org/project/azure-mgmt-search/
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
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.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR}
USES= azurepy python:3.6+ zip
USES= azurepy python:3.7+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1613312183
SHA256 (azure-mgmt-search-8.0.0.zip) = a96d50c88507233a293e757202deead980c67808f432b8e897c4df1ca088da7e
SIZE (azure-mgmt-search-8.0.0.zip) = 88567
TIMESTAMP = 1684594273
SHA256 (azure-mgmt-search-9.0.0.zip) = 19cfaaa136b5104e3f62626f512a951becd9e74c1fa21bd639efdf2c9fef81bd
SIZE (azure-mgmt-search-9.0.0.zip) = 124812

View File

@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-sql
DISTVERSION= 4.0.0b8
DISTVERSION= 4.0.0b10
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,9 +10,9 @@ WWW= https://pypi.org/project/azure-mgmt-sql/
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-mgmt-core>=1.3.2<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:3.7+ zip
USE_PYTHON= autoplist concurrent distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679791841
SHA256 (azure-mgmt-sql-4.0.0b8.zip) = 525cfe76ff10e4ff9dafdd032b8bcc9a2d9346011d8556246ab7d12f7ac053b3
SIZE (azure-mgmt-sql-4.0.0b8.zip) = 1309824
TIMESTAMP = 1684594085
SHA256 (azure-mgmt-sql-4.0.0b10.zip) = 407bdb3ba4e887941f94c21a3589b15c1cb40e6c3ef9155d8a6dc7103b4b06b4
SIZE (azure-mgmt-sql-4.0.0b10.zip) = 1315194

View File

@ -1,5 +1,5 @@
PORTNAME= azure-multiapi-storage
PORTVERSION= 1.0.0
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Some files were not shown because too many files have changed in this diff Show More