forked from Lainports/opnsense-ports
*/*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
ed349d1c14
commit
b45ddf330a
657 changed files with 4589 additions and 4327 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= ebumeter
|
||||
DISTVERSION= 0.4.2
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 0.5.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
|
||||
|
||||
|
|
@ -19,7 +18,7 @@ LIB_DEPENDS= libclthreads.so:devel/clthreads \
|
|||
libsndfile.so:audio/libsndfile \
|
||||
libzita-resampler.so:audio/zita-resampler
|
||||
|
||||
USES= gmake localbase:ldflags pkgconfig tar:bz2 xorg
|
||||
USES= gmake localbase:ldflags pkgconfig tar:xz xorg
|
||||
USE_XORG= x11 xft
|
||||
|
||||
WRKSRC_SUBDIR= source
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1626025453
|
||||
SHA256 (ebumeter-0.4.2.tar.bz2) = ba342f2515382fa0efc289fa60a848adc157075b6deb26cfcd2cde0a6f90a9f2
|
||||
SIZE (ebumeter-0.4.2.tar.bz2) = 593514
|
||||
TIMESTAMP = 1713841044
|
||||
SHA256 (ebumeter-0.5.1.tar.xz) = 53666935fbf2f97d51740f50e20bc563303196073a9188c9a50ff4b045f40382
|
||||
SIZE (ebumeter-0.5.1.tar.xz) = 573268
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pt2-clone
|
||||
PORTVERSION= 1.67
|
||||
PORTVERSION= 1.69
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= LOCAL/ehaupt:extras
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1710879955
|
||||
TIMESTAMP = 1713861903
|
||||
SHA256 (pt2-clone-extras-2.tar.gz) = ddbac01034022f27860d85f4627b07223f9fd8f02a4ddefdc36467f2e3cacd0b
|
||||
SIZE (pt2-clone-extras-2.tar.gz) = 742
|
||||
SHA256 (8bitbubsy-pt2-clone-v1.67_GH0.tar.gz) = e5e523b91744dfe174ad7218e38d7572815485c6583e1193747ee546450d933f
|
||||
SIZE (8bitbubsy-pt2-clone-v1.67_GH0.tar.gz) = 10906932
|
||||
SHA256 (8bitbubsy-pt2-clone-v1.69_GH0.tar.gz) = 331e36b32075623ed110795764463c72412d735a6ed7a2973b3283384c0715f9
|
||||
SIZE (8bitbubsy-pt2-clone-v1.69_GH0.tar.gz) = 10907191
|
||||
|
|
|
|||
|
|
@ -10,66 +10,59 @@ WWW= https://github.com/libsdl-org/SDL_mixer
|
|||
LICENSE= ZLIB
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= cmake sdl
|
||||
USES= cmake sdl pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= libsdl-org
|
||||
GH_PROJECT= SDL_mixer
|
||||
USE_SDL= sdl2
|
||||
CMAKE_OFF= SDL2MIXER_SAMPLES \
|
||||
SDL2MIXER_DEPS_SHARED \
|
||||
SDL2MIXER_FLAC_LIBFLAC_SHARED \
|
||||
SDL2MIXER_MOD_MODPLUG_SHARED \
|
||||
SDL2MIXER_MOD_XMP_SHARED \
|
||||
SDL2MIXER_MP3_MPG123_SHARED \
|
||||
SDL2MIXER_MIDI_FLUIDSYNTH_SHARED \
|
||||
SDL2MIXER_OPUS_SHARED \
|
||||
SDL2MIXER_VORBIS_VORBISFILE_SHARED \
|
||||
CMAKE_OFF= SDL2MIXER_DEPS_SHARED \
|
||||
SDL2MIXER_FLAC_DRFLAC \
|
||||
SDL2MIXER_MP3_MINIMP3 \
|
||||
SDL2MIXER_MIDI_TIMIDITY \
|
||||
SDL2MIXER_GME_SHARED \
|
||||
SDL2MIXER_WAVPACK_SHARED
|
||||
SDL2MIXER_MIDI_TIMIDITY \
|
||||
SDL2MIXER_MOD_XMP_LITE \
|
||||
SDL2MIXER_MP3_MINIMP3 \
|
||||
SDL2MIXER_SAMPLES
|
||||
CMAKE_ARGS= -DSDL2MIXER_DEBUG_POSTFIX:STRING=
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= FLAC OPUS MPG123 FLUIDSYNTH GME WAVPACK VORBIS
|
||||
OPTIONS_RADIO= MOD OGG
|
||||
OPTIONS_DEFINE= FLAC FLUIDSYNTH GME MPG123 OPUS VORBIS WAVPACK
|
||||
OPTIONS_RADIO= MOD
|
||||
OPTIONS_RADIO_MOD= MODPLUG XMP
|
||||
OPTIONS_DEFAULT= FLUIDSYNTH XMP OPUS MPG123 VORBIS
|
||||
OPTIONS_DEFAULT= FLUIDSYNTH MPG123 OPUS VORBIS XMP
|
||||
|
||||
GME_DESC= GME music support via game-music-emu
|
||||
MOD_DESC= Tracker music support
|
||||
XMP_DESC= MOD music support via libxmp
|
||||
|
||||
MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug
|
||||
MODPLUG_CMAKE_BOOL= SDL2MIXER_MOD_MODPLUG
|
||||
|
||||
XMP_DESC= MOD music via libxmp
|
||||
XMP_LIB_DEPENDS= libxmp.so:audio/libxmp
|
||||
XMP_CMAKE_BOOL= SDL2MIXER_MOD_XMP
|
||||
FLAC_LIB_DEPENDS= libFLAC.so:audio/flac
|
||||
FLAC_CMAKE_BOOL= SDL2MIXER_FLAC SDL2MIXER_FLAC_LIBFLAC
|
||||
|
||||
FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
|
||||
FLUIDSYNTH_CMAKE_BOOL= SDL2MIXER_MIDI SDL2MIXER_MIDI_FLUIDSYNTH
|
||||
# TODO: add timidity?
|
||||
|
||||
VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis
|
||||
VORBIS_CMAKE_ON= -DSDL2MIXER_VORBIS="VORBISFILE"
|
||||
VORBIS_CMAKE_OFF= -DSDL2MIXER_VORBIS=""
|
||||
GME_LIB_DEPENDS= libgme.so:audio/libgme
|
||||
GME_CMAKE_BOOL= SDL2MIXER_GME
|
||||
|
||||
MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug
|
||||
MODPLUG_CMAKE_BOOL= SDL2MIXER_MOD_MODPLUG
|
||||
|
||||
MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123
|
||||
MPG123_CMAKE_BOOL= SDL2MIXER_MP3 SDL2MIXER_MP3_MPG123
|
||||
|
||||
FLAC_LIB_DEPENDS= libFLAC.so:audio/flac
|
||||
FLAC_CMAKE_BOOL= SDL2MIXER_FLAC SDL2MIXER_FLAC_LIBFLAC
|
||||
|
||||
OPUS_LIB_DEPENDS= libopusfile.so:audio/opusfile
|
||||
OPUS_CMAKE_BOOL= SDL2MIXER_OPUS
|
||||
|
||||
GME_LIB_DEPENDS= libgme.so:audio/libgme
|
||||
GME_CMAKE_BOOL= SDL2MIXER_GME
|
||||
GME_DESC= WavPack DSD music support
|
||||
VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis
|
||||
VORBIS_CMAKE_OFF= -DSDL2MIXER_VORBIS=""
|
||||
VORBIS_CMAKE_ON= -DSDL2MIXER_VORBIS="VORBISFILE"
|
||||
|
||||
WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack
|
||||
WAVPACK_CMAKE_BOOL= SDL2MIXER_WAVPACK
|
||||
|
||||
XMP_LIB_DEPENDS= libxmp.so:audio/libxmp
|
||||
XMP_CMAKE_BOOL= SDL2MIXER_MOD_XMP
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !${PORT_OPTIONS:MXMP} && !${PORT_OPTIONS:MMODPLUG}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= sdl2_sound
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
|
|
@ -16,7 +17,9 @@ USE_SDL= sdl2
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= icculus
|
||||
GH_PROJECT= SDL_sound
|
||||
GH_TAGNAME= e731e61
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_OFF= SDLSOUND_BUILD_DOCS
|
||||
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1688690484
|
||||
SHA256 (icculus-SDL_sound-v2.0.2_GH0.tar.gz) = 5f92600de48ec640985d13e50d111af9ac30be797bc9a36eafa5d8cecc7e1f60
|
||||
SIZE (icculus-SDL_sound-v2.0.2_GH0.tar.gz) = 459868
|
||||
TIMESTAMP = 1713801381
|
||||
SHA256 (icculus-SDL_sound-v2.0.2-e731e61_GH0.tar.gz) = f48c134ae7d44d4c366c0979a0a0218a6d1dde5558bd29fd27f65281a027e634
|
||||
SIZE (icculus-SDL_sound-v2.0.2-e731e61_GH0.tar.gz) = 459882
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= CheckM
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.2.2
|
||||
CATEGORIES= biology python
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1651427292
|
||||
SHA256 (Ecogenomics-CheckM-v1.2.0_GH0.tar.gz) = 9d2f51409a72e90f1b59c811fa4d8b430051683ca0f3001aa770003f9201cd71
|
||||
SIZE (Ecogenomics-CheckM-v1.2.0_GH0.tar.gz) = 1017160
|
||||
TIMESTAMP = 1713784123
|
||||
SHA256 (Ecogenomics-CheckM-v1.2.2_GH0.tar.gz) = a748b94e93f8d5fecfd0d5b3f17fcb119b25d4b45217e047b2fd742b21e74c0e
|
||||
SIZE (Ecogenomics-CheckM-v1.2.2_GH0.tar.gz) = 1017249
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
CheckM provides a set of tools for assessing the quality of genomes recovered
|
||||
from isolates, single cells, or metagenomes. It provides robust estimates of
|
||||
genome completeness and contamination by using collocated sets of genes that
|
||||
are ubiquitous and single-copy within a phylogenetic lineage. Assessment of
|
||||
genome quality can also be examined using plots depicting key genomic
|
||||
characteristics (e.g., GC, coding density) which highlight sequences outside
|
||||
the expected distributions of a typical genome. CheckM also provides tools for
|
||||
identifying genome bins that are likely candidates for merging based on marker
|
||||
set compatibility, similarity in genomic characteristics, and proximity within
|
||||
a reference genome tree.
|
||||
CheckM provides a set of tools for assessing the quality of genomes
|
||||
recovered from isolates, single cells, or metagenomes.
|
||||
It provides robust estimates of genome completeness and contamination
|
||||
by using collocated sets of genes that are ubiquitous and single-copy
|
||||
within a phylogenetic lineage.
|
||||
Assessment of genome quality can also be examined using plots depicting
|
||||
key genomic characteristics (e.g., GC, coding density) which highlight
|
||||
sequences outside the expected distributions of a typical genome.
|
||||
CheckM also provides tools for identifying genome bins that are likely
|
||||
candidates for merging based on marker set compatibility, similarity in
|
||||
genomic characteristics, and proximity within a reference genome tree.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= vcflib
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0.7
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.0.10
|
||||
CATEGORIES= biology
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
|
@ -48,6 +47,7 @@ ZIG_CMAKE_OFF= -DZIG=OFF
|
|||
# Clang and GCC disable sse2 by default on i386, but it's required for vcflib
|
||||
CFLAGS_i386= -msse2
|
||||
|
||||
# filevercmp is deprecated. Remove conflict when the port is removed.
|
||||
CONFLICTS_INSTALL= filevercmp libdisorder # include/disorder.h include/filevercmp.h include/pdflib.hpp
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1675907454
|
||||
SHA256 (ekg-vcflib-v1.0.7_GH0.tar.gz) = 37ddf471c5fec2c7fa5d1c2c2e80b3e9d30e401ee3b82156f6ae994652950a38
|
||||
SIZE (ekg-vcflib-v1.0.7_GH0.tar.gz) = 23546536
|
||||
TIMESTAMP = 1713703391
|
||||
SHA256 (ekg-vcflib-v1.0.10_GH0.tar.gz) = 6f7f366555e5b191a509bda6d7a2078825827458ba7e9922094c4c1ebb48e693
|
||||
SIZE (ekg-vcflib-v1.0.10_GH0.tar.gz) = 23539349
|
||||
SHA256 (ekg-fastahack-bb33265_GH0.tar.gz) = f671609e1a8d7cacb00065bf307c90c46116af8e5cea939b06edcdbcc6d4bc2a
|
||||
SIZE (ekg-fastahack-bb33265_GH0.tar.gz) = 18760
|
||||
SHA256 (ekg-filevercmp-df20dcc_GH0.tar.gz) = d34bec614be638e05eb6fa419c936b9e7de58d50b1a096a5ca02aadb7db6b059
|
||||
|
|
|
|||
|
|
@ -154,8 +154,7 @@ include/ssw.hpp
|
|||
include/ssw_cpp.hpp
|
||||
include/var.hpp
|
||||
include/vcf-c-api.h
|
||||
include/vec128int.h
|
||||
include/veclib_types.h
|
||||
include/vcf-wfa.h
|
||||
lib/libvcflib.a
|
||||
%%ZIG%%lib/libzig.a
|
||||
lib/pyvcflib%%PYTHON_EXT_SUFFIX%%.so
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= wfa2-lib
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.3.4
|
||||
DISTVERSION= 2.3.5
|
||||
CATEGORIES= biology
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1695995337
|
||||
SHA256 (smarco-WFA2-lib-v2.3.4_GH0.tar.gz) = 3a02d19b45c7efcdcabdd956421b1e449e771fca0b0f072e02d7aa65ebb29f23
|
||||
SIZE (smarco-WFA2-lib-v2.3.4_GH0.tar.gz) = 4224505
|
||||
TIMESTAMP = 1713703314
|
||||
SHA256 (smarco-WFA2-lib-v2.3.5_GH0.tar.gz) = 2609d5f267f4dd91dce1776385b5a24a2f1aa625ac844ce0c3571c69178afe6e
|
||||
SIZE (smarco-WFA2-lib-v2.3.5_GH0.tar.gz) = 4225016
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- wavefront/wavefront_extend_kernels.c.orig 2023-09-29 17:25:17 UTC
|
||||
+++ wavefront/wavefront_extend_kernels.c
|
||||
@@ -29,7 +29,7 @@
|
||||
* DESCRIPTION: WFA module for the "extension" of exact matches
|
||||
*/
|
||||
|
||||
-#include <endian.h>
|
||||
+#include <sys/endian.h>
|
||||
|
||||
#include "wavefront_extend_kernels.h"
|
||||
#include "wavefront_termination.h"
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= esptool
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 4.5
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 4.7.0
|
||||
CATEGORIES= comms python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
@ -13,9 +12,11 @@ LICENSE= GPLv2
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ecdsa>=0.16.0:security/py-ecdsa@${PY_FLAVOR}\
|
||||
${PYTHON_PKGNAMEPREFIX}bitstring>=3.1.6,<4:devel/py-bitstring@${PY_FLAVOR}\
|
||||
${PYTHON_PKGNAMEPREFIX}reedsolo>=1.5.3,<=1.6.0:devel/py-reedsolo@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}ecdsa>=0.16.0:security/py-ecdsa@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}bitstring>=3.1.6:devel/py-bitstring@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}reedsolo>=1.5.3,<1.8:devel/py-reedsolo@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}intelhex>0:devel/py-intelhex@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
|
@ -29,6 +30,7 @@ NO_ARCH= yes
|
|||
# through subprocess Popen(), create an alias for it.
|
||||
BINARY_ALIAS= python=${PYTHON_CMD}
|
||||
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
TEST_ENV+= CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1
|
||||
|
||||
ESPTOOL_BAUDRATE?= 115200
|
||||
ESPTOOL_CHIP?= esp8266
|
||||
|
|
@ -43,7 +45,8 @@ do-test:
|
|||
test/test_modules.py; \
|
||||
do ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest $${test}; done
|
||||
@cd ${TEST_WRKSRC} && for chip in \
|
||||
esp32 esp32c2 esp32c3 esp32s2 esp32s3 esp32s3beta2 esp32h2beta1 esp32c6; \
|
||||
esp32 esp32c2 esp32c3 esp32s2 esp32s3 esp32s3beta2 esp32h2beta1 esp32c6 \
|
||||
esp32h2 esp32p4; \
|
||||
do ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest \
|
||||
test/test_espefuse.py --chip $${chip}; done
|
||||
.if exists(${ESPTOOL_SERIALPORT})
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1676534351
|
||||
SHA256 (espressif-esptool-v4.5_GH0.tar.gz) = 593cf6f5c7b330a1dac0b708f77e3021d00c379bde3f4125ddd7fc65a3c31853
|
||||
SIZE (espressif-esptool-v4.5_GH0.tar.gz) = 7263652
|
||||
TIMESTAMP = 1713664469
|
||||
SHA256 (espressif-esptool-v4.7.0_GH0.tar.gz) = da68c175e4ae3fd9d87469b7ef1b8429cd84a8f8a2d22c96273640d329e68c1d
|
||||
SIZE (espressif-esptool-v4.7.0_GH0.tar.gz) = 7045501
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= goose
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.19.2
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 3.20.0
|
||||
CATEGORIES= databases
|
||||
PKGNAMESUFFIX= -db-migration-tool
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1710347099
|
||||
SHA256 (go/databases_goose/goose-v3.19.2/v3.19.2.mod) = d5865470f7be0faa84c6afe9be5fb82fecc5bf3574424cda1a2a013c7744b473
|
||||
SIZE (go/databases_goose/goose-v3.19.2/v3.19.2.mod) = 4741
|
||||
SHA256 (go/databases_goose/goose-v3.19.2/v3.19.2.zip) = 73c9656a3a44efdb1073a153266b5c658bf6fbb86558d9dca04298350358b2a2
|
||||
SIZE (go/databases_goose/goose-v3.19.2/v3.19.2.zip) = 389911
|
||||
TIMESTAMP = 1713844899
|
||||
SHA256 (go/databases_goose/goose-v3.20.0/v3.20.0.mod) = 86f336a6a4ee2adca37bd4a1dc40ec4663b54eb4a833c0316c3ace48dd25e145
|
||||
SIZE (go/databases_goose/goose-v3.20.0/v3.20.0.mod) = 3340
|
||||
SHA256 (go/databases_goose/goose-v3.20.0/v3.20.0.zip) = f0013043c4cb73e8e61bbbc8493ee936481cf9dd70949dd501552631d6b7a330
|
||||
SIZE (go/databases_goose/goose-v3.20.0/v3.20.0.zip) = 339554
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= influxdb2-cli
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.7.3
|
||||
PORTREVISION= 6
|
||||
DISTVERSION= 2.7.5
|
||||
CATEGORIES= databases net-mgmt
|
||||
|
||||
MAINTAINER= driesm@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
TIMESTAMP = 1682707118
|
||||
SHA256 (go/databases_influxdb2-cli/influxdb2-cli-v2.7.3/v2.7.3.mod) = e3283c5772f40f8125810a661922572de23e26c255abb5f754e2099c4ef562f0
|
||||
SIZE (go/databases_influxdb2-cli/influxdb2-cli-v2.7.3/v2.7.3.mod) = 2685
|
||||
SHA256 (go/databases_influxdb2-cli/influxdb2-cli-v2.7.3/v2.7.3.zip) = 2b4c5d9c1651328e73f41d24d7486523ab6d4b967cd376dbc336b62c1c83f5a4
|
||||
SIZE (go/databases_influxdb2-cli/influxdb2-cli-v2.7.3/v2.7.3.zip) = 861128
|
||||
SHA256 (go/databases_influxdb2-cli/influxdb2-cli-v2.7.3/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
|
||||
SIZE (go/databases_influxdb2-cli/influxdb2-cli-v2.7.3/golang-sys-v0.6.0_GH0.tar.gz) = 1434234
|
||||
TIMESTAMP = 1713805296
|
||||
SHA256 (go/databases_influxdb2-cli/influxdb2-cli-v2.7.5/v2.7.5.mod) = d8b0517329fc95de12d302b12ec456719ac4762c41d571f274ec1e3fa34b7180
|
||||
SIZE (go/databases_influxdb2-cli/influxdb2-cli-v2.7.5/v2.7.5.mod) = 2685
|
||||
SHA256 (go/databases_influxdb2-cli/influxdb2-cli-v2.7.5/v2.7.5.zip) = 20d66aeaa48138e337222fc8316631167c5ec202ac70090941560962981d61bb
|
||||
SIZE (go/databases_influxdb2-cli/influxdb2-cli-v2.7.5/v2.7.5.zip) = 862738
|
||||
SHA256 (go/databases_influxdb2-cli/influxdb2-cli-v2.7.5/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
|
||||
SIZE (go/databases_influxdb2-cli/influxdb2-cli-v2.7.5/golang-sys-v0.6.0_GH0.tar.gz) = 1434234
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= rqlite
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 8.23.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 8.23.2
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1712720076
|
||||
SHA256 (go/databases_rqlite/rqlite-v8.23.1/v8.23.1.mod) = f4ab31411d1ced2f7114dfd00d9a2afa967b1f9b3bed8802ddb719546dae77d0
|
||||
SIZE (go/databases_rqlite/rqlite-v8.23.1/v8.23.1.mod) = 2591
|
||||
SHA256 (go/databases_rqlite/rqlite-v8.23.1/v8.23.1.zip) = 048b3ffc50e4283429828bc4a8dbbeb240bc94bbcbf23066609d64f40ad9c7a3
|
||||
SIZE (go/databases_rqlite/rqlite-v8.23.1/v8.23.1.zip) = 711805
|
||||
TIMESTAMP = 1713844853
|
||||
SHA256 (go/databases_rqlite/rqlite-v8.23.2/v8.23.2.mod) = f4ab31411d1ced2f7114dfd00d9a2afa967b1f9b3bed8802ddb719546dae77d0
|
||||
SIZE (go/databases_rqlite/rqlite-v8.23.2/v8.23.2.mod) = 2591
|
||||
SHA256 (go/databases_rqlite/rqlite-v8.23.2/v8.23.2.zip) = 13d1c0b6ab619e59d9d65ef57e962cb02b28b7351bf03cc212702040da32b36c
|
||||
SIZE (go/databases_rqlite/rqlite-v8.23.2/v8.23.2.zip) = 711612
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= athens
|
||||
DISTVERSION= 0.13.2
|
||||
DISTVERSION= 0.13.3
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
|
|
@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
USES= go:modules
|
||||
|
||||
BUILD_DATE= 2024-03-29-00:00:00-UTC
|
||||
BUILD_DATE= 2024-04-23-00:00:00-UTC
|
||||
|
||||
GO_MODULE= github.com/gomods/${PORTNAME}
|
||||
GO_TARGET= ./cmd/proxy
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1711705740
|
||||
SHA256 (go/devel_athens/athens-v0.13.2/v0.13.2.mod) = 59ac9598cb346112cb3613143c512d671607387424d0fdd58dd20a0872ca39a0
|
||||
SIZE (go/devel_athens/athens-v0.13.2/v0.13.2.mod) = 7433
|
||||
SHA256 (go/devel_athens/athens-v0.13.2/v0.13.2.zip) = 4901b1fb51ff353e9cb25abd15d24dcc3ddd8e55a4b986c020c6695c1351d70a
|
||||
SIZE (go/devel_athens/athens-v0.13.2/v0.13.2.zip) = 12841511
|
||||
TIMESTAMP = 1713861165
|
||||
SHA256 (go/devel_athens/athens-v0.13.3/v0.13.3.mod) = 6f634d939e12733e191b05db8693fa2f7b28c20f6c101e33b8c3106a0a3698bb
|
||||
SIZE (go/devel_athens/athens-v0.13.3/v0.13.3.mod) = 7433
|
||||
SHA256 (go/devel_athens/athens-v0.13.3/v0.13.3.zip) = 714cb1954635bb07a0bb475ef0d464b35a41e806cb6575b651cfcab2b1ddcf0e
|
||||
SIZE (go/devel_athens/athens-v0.13.3/v0.13.3.zip) = 12841886
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= aws-c-common
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.15
|
||||
DISTVERSION= 0.9.17
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1712138115
|
||||
SHA256 (awslabs-aws-c-common-v0.9.15_GH0.tar.gz) = 8f36c7a6a5d2e17365759d15591f800d3e76dcaa34a226389b92647cbd92393a
|
||||
SIZE (awslabs-aws-c-common-v0.9.15_GH0.tar.gz) = 556012
|
||||
TIMESTAMP = 1713859036
|
||||
SHA256 (awslabs-aws-c-common-v0.9.17_GH0.tar.gz) = 82f1a88494c5563892f0e048f0f56acfe7e10e5aa3fe9267b956dbabcc043440
|
||||
SIZE (awslabs-aws-c-common-v0.9.17_GH0.tar.gz) = 558458
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ include/aws/common/external/ittnotify.h
|
|||
include/aws/common/fifo_cache.h
|
||||
include/aws/common/file.h
|
||||
include/aws/common/hash_table.h
|
||||
include/aws/common/host_utils.h
|
||||
include/aws/common/json.h
|
||||
include/aws/common/lifo_cache.h
|
||||
include/aws/common/linked_hash_table.h
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= aws-c-sdkutils
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.15
|
||||
DISTVERSION= 0.1.16
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1707987483
|
||||
SHA256 (awslabs-aws-c-sdkutils-v0.1.15_GH0.tar.gz) = 15fa30b8b0a357128388f2f40ab0ba3df63742fd333cc2f89cb91a9169f03bdc
|
||||
SIZE (awslabs-aws-c-sdkutils-v0.1.15_GH0.tar.gz) = 79223
|
||||
TIMESTAMP = 1713860161
|
||||
SHA256 (awslabs-aws-c-sdkutils-v0.1.16_GH0.tar.gz) = 4a818563d7c6636b5b245f5d22d4d7c804fa33fc4ea6976e9c296d272f4966d3
|
||||
SIZE (awslabs-aws-c-sdkutils-v0.1.16_GH0.tar.gz) = 77597
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= cirrus-cli
|
||||
DISTVERSION= 0.115.3
|
||||
DISTVERSION= 0.116.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1712762457
|
||||
SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.115.3/v0.115.3.mod) = a9dc112c6b4e61d70ebe10e64651dad44a1eb09a7bfb7e9a91d6a5e7faacbe63
|
||||
SIZE (go/devel_cirrus-cli/cirrus-cli-v0.115.3/v0.115.3.mod) = 8469
|
||||
SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.115.3/v0.115.3.zip) = 7ec1b41ba77a9b3f324abc792f6276d343908c21620b7837a6235d3b5ed3086b
|
||||
SIZE (go/devel_cirrus-cli/cirrus-cli-v0.115.3/v0.115.3.zip) = 1033058
|
||||
TIMESTAMP = 1713864388
|
||||
SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.116.0/v0.116.0.mod) = a9dc112c6b4e61d70ebe10e64651dad44a1eb09a7bfb7e9a91d6a5e7faacbe63
|
||||
SIZE (go/devel_cirrus-cli/cirrus-cli-v0.116.0/v0.116.0.mod) = 8469
|
||||
SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.116.0/v0.116.0.zip) = 75f48d7c1dec11cdf75e0a530f55857e8fa877a17f18205beab9679dc36ba526
|
||||
SIZE (go/devel_cirrus-cli/cirrus-cli-v0.116.0/v0.116.0.zip) = 1035851
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cppcheck
|
||||
PORTVERSION= 2.13.4
|
||||
DISTVERSION= 2.14.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
|
|
@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libtinyxml2.so:textproc/tinyxml2
|
||||
|
||||
USES= compiler:c++11-lib cmake shebangfix tar:bzip2
|
||||
USES= compiler:c++11-lib shebangfix tar:bzip2
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= danmar
|
||||
SHEBANG_FILES= htmlreport/cppcheck-htmlreport
|
||||
|
|
@ -32,6 +32,8 @@ RULES_USES= localbase:ldflags
|
|||
TEST_CMAKE_BOOL= BUILD_TESTS
|
||||
TEST_IMPLIES= GUI
|
||||
TEST_USE= QT=testlib
|
||||
TEST_USES= cmake:testing
|
||||
TEST_USES_OFF= cmake
|
||||
|
||||
HTMLREPORT_DESC= Install cppcheck-htmlreport
|
||||
HTMLREPORT_USES= python:${PYUSE:C/ /,/W}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1709055380
|
||||
SHA256 (danmar-cppcheck-2.13.4_GH0.tar.gz) = d6ea064ebab76c6aa000795440479767d8d814dd29405918df4c1bbfcd6cb86c
|
||||
SIZE (danmar-cppcheck-2.13.4_GH0.tar.gz) = 3646131
|
||||
TIMESTAMP = 1713805128
|
||||
SHA256 (danmar-cppcheck-2.14.0_GH0.tar.gz) = 2d2ead75db10c5993d77c8dfe854dc42b00fac65953611bb6c83e25fc74b9d50
|
||||
SIZE (danmar-cppcheck-2.14.0_GH0.tar.gz) = 3716204
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
--- CMakeLists.txt.orig 2023-06-22 09:07:56 UTC
|
||||
--- CMakeLists.txt.orig 2024-04-20 18:31:07 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
-project(Cppcheck)
|
||||
+project(cppcheck)
|
||||
@@ -3,7 +3,7 @@ cmake_policy(SET CMP0048 NEW) # allow VERSION in proje
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
endif()
|
||||
cmake_policy(SET CMP0048 NEW) # allow VERSION in project()
|
||||
-project(Cppcheck VERSION 2.13.99 LANGUAGES CXX)
|
||||
+project(cppcheck VERSION 2.13.99 LANGUAGES CXX)
|
||||
|
||||
include(cmake/cxx11.cmake)
|
||||
use_cxx11()
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
--- cli/cppcheckexecutor.cpp.orig 2024-02-16 08:46:10 UTC
|
||||
+++ cli/cppcheckexecutor.cpp
|
||||
@@ -64,6 +64,10 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
+#if !defined(WIN32) && !defined(__MINGW32__)
|
||||
+#include <sys/wait.h> // WIFEXITETED and friends
|
||||
+#endif
|
||||
+
|
||||
class CmdLineLoggerStd : public CmdLineLogger
|
||||
{
|
||||
public:
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
--- test/testother.cpp.orig 2024-02-16 08:46:10 UTC
|
||||
+++ test/testother.cpp
|
||||
@@ -2173,6 +2173,7 @@ class TestOther : public TestFixture { (private)
|
||||
"}\n");
|
||||
ASSERT_EQUALS("[test.cpp:1]: (performance) Function parameter 't' should be passed by const reference.\n", errout.str());
|
||||
|
||||
+#ifndef __i386__
|
||||
check("struct S {\n" // #12138
|
||||
" union {\n"
|
||||
" int a = 0;\n"
|
||||
@@ -2191,6 +2192,7 @@ class TestOther : public TestFixture { (private)
|
||||
" if (s.x > s.y) {}\n"
|
||||
"}\n");
|
||||
ASSERT_EQUALS("", errout.str());
|
||||
+#endif
|
||||
|
||||
check("struct S { std::list<int> l; };\n" // #12147
|
||||
"class C { public: std::list<int> l; };\n"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= fatal
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2024.04.15.00
|
||||
DISTVERSION= 2024.04.22.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1713241133
|
||||
SHA256 (facebook-fatal-v2024.04.15.00_GH0.tar.gz) = 3683a2c98701ba588ada694990940bc91d55749931321871092557c48c4e244d
|
||||
SIZE (facebook-fatal-v2024.04.15.00_GH0.tar.gz) = 658758
|
||||
TIMESTAMP = 1713844787
|
||||
SHA256 (facebook-fatal-v2024.04.22.00_GH0.tar.gz) = 1aea4a714d946eee67f9e3b123c85adf9c99cfea27066e110db60afda1b3c76b
|
||||
SIZE (facebook-fatal-v2024.04.22.00_GH0.tar.gz) = 658739
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= fbthrift
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2024.04.15.00
|
||||
DISTVERSION= 2024.04.22.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1713241131
|
||||
SHA256 (facebook-fbthrift-v2024.04.15.00_GH0.tar.gz) = 1921a0fbb198c0680d9f71bd795381e27a211238ba8d2a8e3c275907c768ec3c
|
||||
SIZE (facebook-fbthrift-v2024.04.15.00_GH0.tar.gz) = 18100641
|
||||
TIMESTAMP = 1713844783
|
||||
SHA256 (facebook-fbthrift-v2024.04.22.00_GH0.tar.gz) = 600e37bb744edd97bc7bb20de60041041e365811194fe87a6926be7380919c1f
|
||||
SIZE (facebook-fbthrift-v2024.04.22.00_GH0.tar.gz) = 18109097
|
||||
|
|
|
|||
|
|
@ -416,7 +416,6 @@ include/thrift/lib/cpp2/security/extensions/ThriftParametersContext.h
|
|||
include/thrift/lib/cpp2/security/extensions/ThriftParametersServerExtension.h
|
||||
include/thrift/lib/cpp2/security/extensions/Types.h
|
||||
include/thrift/lib/cpp2/server/AdaptiveConcurrency.h
|
||||
include/thrift/lib/cpp2/server/BaseThriftServer.h
|
||||
include/thrift/lib/cpp2/server/CPUConcurrencyController.h
|
||||
include/thrift/lib/cpp2/server/ConcurrencyControllerBase.h
|
||||
include/thrift/lib/cpp2/server/ConcurrencyControllerInterface.h
|
||||
|
|
@ -438,7 +437,9 @@ include/thrift/lib/cpp2/server/MonitoringServerInterface.h
|
|||
include/thrift/lib/cpp2/server/ParallelConcurrencyController.h
|
||||
include/thrift/lib/cpp2/server/PerturbSource.h
|
||||
include/thrift/lib/cpp2/server/PolledServiceHealth.h
|
||||
include/thrift/lib/cpp2/server/PreprocessFunctions.h
|
||||
include/thrift/lib/cpp2/server/PreprocessParams.h
|
||||
include/thrift/lib/cpp2/server/PreprocessResult.h
|
||||
include/thrift/lib/cpp2/server/ReactiveToggle.h
|
||||
include/thrift/lib/cpp2/server/RequestCompletionCallback.h
|
||||
include/thrift/lib/cpp2/server/RequestDebugLog.h
|
||||
|
|
@ -449,6 +450,7 @@ include/thrift/lib/cpp2/server/ResourcePool.h
|
|||
include/thrift/lib/cpp2/server/ResourcePoolHandle.h
|
||||
include/thrift/lib/cpp2/server/ResourcePoolSet.h
|
||||
include/thrift/lib/cpp2/server/RoundRobinRequestPile.h
|
||||
include/thrift/lib/cpp2/server/SEParallelConcurrencyController.h
|
||||
include/thrift/lib/cpp2/server/SecurityServerInterface.h
|
||||
include/thrift/lib/cpp2/server/ServerAttribute.h
|
||||
include/thrift/lib/cpp2/server/ServerConfigs.h
|
||||
|
|
@ -605,6 +607,7 @@ include/thrift/lib/cpp2/util/EmptyAsyncProcessor.h
|
|||
include/thrift/lib/cpp2/util/Ewma.h
|
||||
include/thrift/lib/cpp2/util/EwmaRate.h
|
||||
include/thrift/lib/cpp2/util/Frozen2ViewHelpers.h
|
||||
include/thrift/lib/cpp2/util/IntrusiveSharedPtr.h
|
||||
include/thrift/lib/cpp2/util/LegacyRequestExpiryGuard.h
|
||||
include/thrift/lib/cpp2/util/ManagedStringView.h
|
||||
include/thrift/lib/cpp2/util/MethodMetadata.h
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= folly
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2024.04.15.00
|
||||
DISTVERSION= 2024.04.22.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1713241125
|
||||
SHA256 (facebook-folly-v2024.04.15.00_GH0.tar.gz) = 3d59eb2acdeec40d662cd48fc37c5f3888f1dbc784064365dda223d67958ee26
|
||||
SIZE (facebook-folly-v2024.04.15.00_GH0.tar.gz) = 3972158
|
||||
TIMESTAMP = 1713844776
|
||||
SHA256 (facebook-folly-v2024.04.22.00_GH0.tar.gz) = 872952ed18df1d063a439bea80500dd1268eb9fcb344082ced02c2cc4545f0ba
|
||||
SIZE (facebook-folly-v2024.04.22.00_GH0.tar.gz) = 3967121
|
||||
|
|
|
|||
|
|
@ -111,6 +111,33 @@ include/folly/Utility.h
|
|||
include/folly/Varint.h
|
||||
include/folly/VirtualExecutor.h
|
||||
include/folly/base64.h
|
||||
include/folly/channels/Channel-fwd.h
|
||||
include/folly/channels/Channel-inl.h
|
||||
include/folly/channels/Channel.h
|
||||
include/folly/channels/ChannelCallbackHandle.h
|
||||
include/folly/channels/ChannelProcessor-inl.h
|
||||
include/folly/channels/ChannelProcessor.h
|
||||
include/folly/channels/ConsumeChannel-inl.h
|
||||
include/folly/channels/ConsumeChannel.h
|
||||
include/folly/channels/FanoutChannel-inl.h
|
||||
include/folly/channels/FanoutChannel.h
|
||||
include/folly/channels/FanoutSender-inl.h
|
||||
include/folly/channels/FanoutSender.h
|
||||
include/folly/channels/MaxConcurrentRateLimiter.h
|
||||
include/folly/channels/Merge-inl.h
|
||||
include/folly/channels/Merge.h
|
||||
include/folly/channels/MergeChannel-inl.h
|
||||
include/folly/channels/MergeChannel.h
|
||||
include/folly/channels/MultiplexChannel-inl.h
|
||||
include/folly/channels/MultiplexChannel.h
|
||||
include/folly/channels/OnClosedException.h
|
||||
include/folly/channels/Producer-inl.h
|
||||
include/folly/channels/Producer.h
|
||||
include/folly/channels/ProxyChannel-inl.h
|
||||
include/folly/channels/ProxyChannel.h
|
||||
include/folly/channels/RateLimiter.h
|
||||
include/folly/channels/Transform-inl.h
|
||||
include/folly/channels/Transform.h
|
||||
include/folly/chrono/Clock.h
|
||||
include/folly/chrono/Conv.h
|
||||
include/folly/chrono/Hardware.h
|
||||
|
|
@ -644,6 +671,7 @@ include/folly/json/DynamicParser.h
|
|||
include/folly/json/JSONSchema.h
|
||||
include/folly/json/JsonMockUtil.h
|
||||
include/folly/json/JsonTestUtil.h
|
||||
include/folly/json/bser/Bser.h
|
||||
include/folly/json/dynamic-inl.h
|
||||
include/folly/json/dynamic.h
|
||||
include/folly/json/json.h
|
||||
|
|
@ -713,6 +741,8 @@ include/folly/logging/StreamHandlerFactory.h
|
|||
include/folly/logging/xlog.h
|
||||
include/folly/memory/Arena-inl.h
|
||||
include/folly/memory/Arena.h
|
||||
include/folly/memory/JemallocHugePageAllocator.h
|
||||
include/folly/memory/JemallocNodumpAllocator.h
|
||||
include/folly/memory/MallctlHelper.h
|
||||
include/folly/memory/Malloc.h
|
||||
include/folly/memory/MemoryResource.h
|
||||
|
|
|
|||
|
|
@ -38,17 +38,15 @@ DIST_SUBDIR= go/${PKGORIGIN:S,/,_,g}/${DISTNAME}
|
|||
EXTRACT_ONLY+= ${DISTFILES:N*.mod\:*:N*.mod:C/:.*//}
|
||||
_USES_fetch+= 800:go-post-fetch
|
||||
go-post-fetch:
|
||||
@${ECHO_MSG} "Copy go.mod as go mod download will modify it, which breaks checksum check"
|
||||
@(cd ${DISTDIR}/${DIST_SUBDIR}; ${CP} go.mod go.mod.orig)
|
||||
@${ECHO_MSG} "===> Fetching ${GO_MODNAME} dependencies";
|
||||
@(cd ${DISTDIR}/${DIST_SUBDIR}; \
|
||||
[ -e go.mod ] || ${RLN} ${GO_MODFILE} go.mod; \
|
||||
${SETENV} ${GO_ENV} GOPROXY=${GO_GOPROXY} ${GO_CMD} mod download -x all)
|
||||
@${ECHO_MSG} "Restore previous go.mod"
|
||||
@(cd ${DISTDIR}/${DIST_SUBDIR}; ${MV} go.mod.orig go.mod)
|
||||
# ---------------------------
|
||||
# WARNING, maybe bug in core ports framework (work fine in the past for very long time
|
||||
# For an unkown reason, the downloaded go.mod is modified and therefor the distinfo is generated wrongly
|
||||
# Execute this, to fix it:
|
||||
# curl -v https://gitlab.com/gitlab-org/gitlab-shell/-/raw/v14.35.0/go.mod 2>&1 | grep content-length
|
||||
# curl -v https://gitlab.com/gitlab-org/gitlab-shell/-/raw/v14.35.0/go.mod | sha256
|
||||
# Correct this in distinfo
|
||||
|
||||
VARLOGDIR= /var/log/gitlab-shell
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= gitoxide
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.33.0
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 0.35.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
@ -22,13 +22,11 @@ GH_ACCOUNT= Byron
|
|||
|
||||
CARGO_CRATES= addr2line-0.21.0 \
|
||||
adler-1.0.2 \
|
||||
ahash-0.8.6 \
|
||||
ahash-0.8.7 \
|
||||
aho-corasick-1.1.2 \
|
||||
allocator-api2-0.2.16 \
|
||||
anes-0.1.6 \
|
||||
ansi-str-0.8.0 \
|
||||
ansiterm-0.12.2 \
|
||||
ansitok-0.2.0 \
|
||||
anstream-0.6.5 \
|
||||
anstyle-1.0.4 \
|
||||
anstyle-parse-0.2.3 \
|
||||
|
|
@ -36,7 +34,6 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
anstyle-wincon-3.0.2 \
|
||||
anyhow-1.0.77 \
|
||||
arc-swap-1.6.0 \
|
||||
arrayvec-0.5.2 \
|
||||
arrayvec-0.7.4 \
|
||||
assert_matches-1.5.0 \
|
||||
async-attributes-1.1.2 \
|
||||
|
|
@ -65,11 +62,11 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
bstr-1.9.0 \
|
||||
btoi-0.4.3 \
|
||||
bumpalo-3.14.0 \
|
||||
bytecount-0.6.7 \
|
||||
byteorder-1.5.0 \
|
||||
bytes-1.5.0 \
|
||||
bytesize-1.3.0 \
|
||||
byteyarn-0.2.3 \
|
||||
cap-0.1.2 \
|
||||
cassowary-0.3.0 \
|
||||
cast-0.3.0 \
|
||||
cc-1.0.83 \
|
||||
|
|
@ -108,7 +105,6 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
curl-0.4.44 \
|
||||
curl-sys-0.4.70+curl-8.5.0 \
|
||||
dashmap-5.5.3 \
|
||||
data-encoding-2.5.0 \
|
||||
defer-0.1.0 \
|
||||
deranged-0.3.10 \
|
||||
diff-0.1.13 \
|
||||
|
|
@ -117,7 +113,6 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
dunce-1.0.4 \
|
||||
either-1.9.0 \
|
||||
encoding_rs-0.8.33 \
|
||||
enum-as-inner-0.6.0 \
|
||||
env_logger-0.10.1 \
|
||||
equivalent-1.0.1 \
|
||||
errno-0.3.8 \
|
||||
|
|
@ -186,25 +181,24 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
gix-worktree-0.26.0 \
|
||||
glob-0.3.1 \
|
||||
gloo-timers-0.2.6 \
|
||||
h2-0.3.22 \
|
||||
h2-0.4.4 \
|
||||
half-1.8.2 \
|
||||
hashbrown-0.12.3 \
|
||||
hashbrown-0.14.3 \
|
||||
hashlink-0.8.4 \
|
||||
heck-0.4.1 \
|
||||
hermit-abi-0.3.3 \
|
||||
home-0.5.9 \
|
||||
hostname-0.3.1 \
|
||||
http-0.2.11 \
|
||||
http-body-0.4.6 \
|
||||
home-0.5.5 \
|
||||
http-1.1.0 \
|
||||
http-body-1.0.0 \
|
||||
http-body-util-0.1.1 \
|
||||
httparse-1.8.0 \
|
||||
httpdate-1.0.3 \
|
||||
human_format-1.0.3 \
|
||||
humantime-2.1.0 \
|
||||
hyper-0.14.28 \
|
||||
hyper-rustls-0.24.2 \
|
||||
hyper-tls-0.5.0 \
|
||||
idna-0.4.0 \
|
||||
hyper-1.2.0 \
|
||||
hyper-rustls-0.26.0 \
|
||||
hyper-tls-0.6.0 \
|
||||
hyper-util-0.1.3 \
|
||||
idna-0.5.0 \
|
||||
imara-diff-0.1.5 \
|
||||
indexmap-2.1.0 \
|
||||
|
|
@ -212,7 +206,6 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
instant-0.1.12 \
|
||||
io-close-0.3.7 \
|
||||
io-lifetimes-1.0.11 \
|
||||
ipconfig-0.3.2 \
|
||||
ipnet-2.9.0 \
|
||||
is-docker-0.2.0 \
|
||||
is-terminal-0.4.10 \
|
||||
|
|
@ -227,33 +220,28 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
kv-log-macro-1.0.7 \
|
||||
layout-rs-0.1.1 \
|
||||
lazy_static-1.4.0 \
|
||||
libc-0.2.151 \
|
||||
libc-0.2.153 \
|
||||
libsqlite3-sys-0.27.0 \
|
||||
libz-ng-sys-1.1.12 \
|
||||
libz-sys-1.1.12 \
|
||||
linked-hash-map-0.5.6 \
|
||||
libz-ng-sys-1.1.13 \
|
||||
libz-sys-1.1.13 \
|
||||
linux-raw-sys-0.3.8 \
|
||||
linux-raw-sys-0.4.12 \
|
||||
litrs-0.4.1 \
|
||||
lock_api-0.4.11 \
|
||||
log-0.4.20 \
|
||||
lru-0.12.1 \
|
||||
lru-cache-0.1.2 \
|
||||
lzma-sys-0.1.20 \
|
||||
maplit-1.0.2 \
|
||||
match_cfg-0.1.0 \
|
||||
maybe-async-0.2.7 \
|
||||
memchr-2.7.1 \
|
||||
memmap2-0.7.1 \
|
||||
memmap2-0.9.3 \
|
||||
memoffset-0.7.1 \
|
||||
mime-0.3.17 \
|
||||
minimal-lexical-0.2.1 \
|
||||
miniz_oxide-0.7.1 \
|
||||
mio-0.8.10 \
|
||||
mio-0.8.11 \
|
||||
native-tls-0.2.11 \
|
||||
nix-0.26.4 \
|
||||
nom-7.1.3 \
|
||||
ntapi-0.4.1 \
|
||||
nu-ansi-term-0.46.0 \
|
||||
num-traits-0.2.17 \
|
||||
|
|
@ -270,14 +258,14 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
openssl-probe-0.1.5 \
|
||||
openssl-sys-0.9.98 \
|
||||
overload-0.1.1 \
|
||||
owo-colors-4.0.0 \
|
||||
papergrid-0.11.0 \
|
||||
parking-2.2.0 \
|
||||
parking_lot-0.12.1 \
|
||||
parking_lot_core-0.9.9 \
|
||||
paste-1.0.14 \
|
||||
pathdiff-0.2.1 \
|
||||
percent-encoding-2.3.1 \
|
||||
pin-project-1.1.5 \
|
||||
pin-project-internal-1.1.5 \
|
||||
pin-project-lite-0.2.13 \
|
||||
pin-utils-0.1.0 \
|
||||
piper-0.2.1 \
|
||||
|
|
@ -288,20 +276,13 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
polling-2.8.0 \
|
||||
polling-3.3.1 \
|
||||
powerfmt-0.2.0 \
|
||||
ppv-lite86-0.2.17 \
|
||||
pretty_assertions-1.4.0 \
|
||||
proc-macro-crate-1.3.1 \
|
||||
proc-macro-error-1.0.4 \
|
||||
proc-macro-error-attr-1.0.4 \
|
||||
proc-macro2-1.0.71 \
|
||||
proc-macro2-1.0.75 \
|
||||
prodash-26.2.2 \
|
||||
prodash-28.0.0 \
|
||||
ptyprocess-0.4.1 \
|
||||
quick-error-1.2.3 \
|
||||
quote-1.0.33 \
|
||||
rand-0.8.5 \
|
||||
rand_chacha-0.3.1 \
|
||||
rand_core-0.6.4 \
|
||||
quote-1.0.35 \
|
||||
ratatui-0.25.0 \
|
||||
rayon-1.8.0 \
|
||||
rayon-core-1.12.0 \
|
||||
|
|
@ -309,20 +290,20 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
regex-1.10.2 \
|
||||
regex-automata-0.4.3 \
|
||||
regex-syntax-0.8.2 \
|
||||
reqwest-0.11.23 \
|
||||
resolv-conf-0.7.0 \
|
||||
reqwest-0.12.0 \
|
||||
ring-0.16.20 \
|
||||
ring-0.17.7 \
|
||||
rusqlite-0.30.0 \
|
||||
rustc-demangle-0.1.23 \
|
||||
rustix-0.37.27 \
|
||||
rustix-0.38.28 \
|
||||
rustix-0.38.31 \
|
||||
rustls-0.20.9 \
|
||||
rustls-0.21.10 \
|
||||
rustls-0.22.2 \
|
||||
rustls-ffi-0.8.2 \
|
||||
rustls-pemfile-0.2.1 \
|
||||
rustls-pemfile-1.0.4 \
|
||||
rustls-webpki-0.101.7 \
|
||||
rustls-pki-types-1.3.1 \
|
||||
rustls-webpki-0.102.2 \
|
||||
rustversion-1.0.14 \
|
||||
ryu-1.0.16 \
|
||||
same-file-1.0.6 \
|
||||
|
|
@ -346,7 +327,7 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
signal-hook-mio-0.2.3 \
|
||||
signal-hook-registry-1.4.1 \
|
||||
slab-0.4.9 \
|
||||
smallvec-1.11.2 \
|
||||
smallvec-1.13.2 \
|
||||
socket2-0.4.10 \
|
||||
socket2-0.5.5 \
|
||||
spin-0.5.2 \
|
||||
|
|
@ -356,20 +337,20 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
strsim-0.10.0 \
|
||||
strum-0.25.0 \
|
||||
strum_macros-0.25.3 \
|
||||
subtle-2.5.0 \
|
||||
symlink-0.1.0 \
|
||||
syn-1.0.109 \
|
||||
syn-2.0.43 \
|
||||
syn-2.0.47 \
|
||||
sync_wrapper-0.1.2 \
|
||||
sysinfo-0.30.2 \
|
||||
system-configuration-0.5.1 \
|
||||
system-configuration-sys-0.5.0 \
|
||||
tabled-0.15.0 \
|
||||
tabled_derive-0.7.0 \
|
||||
tar-0.4.40 \
|
||||
tempfile-3.9.0 \
|
||||
tempfile-3.10.0 \
|
||||
termcolor-1.4.0 \
|
||||
terminal_size-0.3.0 \
|
||||
thiserror-1.0.52 \
|
||||
thiserror-impl-1.0.52 \
|
||||
thiserror-1.0.56 \
|
||||
thiserror-impl-1.0.56 \
|
||||
thread_local-1.1.7 \
|
||||
time-0.3.31 \
|
||||
time-core-0.1.2 \
|
||||
|
|
@ -379,10 +360,12 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
tinyvec_macros-0.1.1 \
|
||||
tokio-1.35.1 \
|
||||
tokio-native-tls-0.3.1 \
|
||||
tokio-rustls-0.24.1 \
|
||||
tokio-rustls-0.25.0 \
|
||||
tokio-util-0.7.10 \
|
||||
toml_datetime-0.6.5 \
|
||||
toml_edit-0.19.15 \
|
||||
tower-0.4.13 \
|
||||
tower-layer-0.3.2 \
|
||||
tower-service-0.3.2 \
|
||||
tracing-0.1.40 \
|
||||
tracing-attributes-0.1.27 \
|
||||
|
|
@ -390,8 +373,6 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
tracing-forest-0.1.6 \
|
||||
tracing-log-0.2.0 \
|
||||
tracing-subscriber-0.3.18 \
|
||||
trust-dns-proto-0.23.2 \
|
||||
trust-dns-resolver-0.23.2 \
|
||||
try-lock-0.2.5 \
|
||||
trybuild-1.0.86 \
|
||||
tui-react-0.22.0 \
|
||||
|
|
@ -411,8 +392,6 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
value-bag-1.4.2 \
|
||||
vcpkg-0.2.15 \
|
||||
version_check-0.9.4 \
|
||||
vte-0.10.1 \
|
||||
vte_generate_state_changes-0.1.1 \
|
||||
waker-fn-1.1.1 \
|
||||
walkdir-2.4.0 \
|
||||
want-0.3.1 \
|
||||
|
|
@ -425,8 +404,7 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
wasm-bindgen-shared-0.2.89 \
|
||||
web-sys-0.3.66 \
|
||||
webpki-0.22.4 \
|
||||
webpki-roots-0.25.3 \
|
||||
widestring-1.0.2 \
|
||||
webpki-roots-0.26.1 \
|
||||
winapi-0.3.9 \
|
||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
winapi-util-0.1.6 \
|
||||
|
|
@ -434,9 +412,7 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
windows-0.44.0 \
|
||||
windows-0.48.0 \
|
||||
windows-0.51.1 \
|
||||
windows-0.52.0 \
|
||||
windows-core-0.51.1 \
|
||||
windows-core-0.52.0 \
|
||||
windows-sys-0.48.0 \
|
||||
windows-sys-0.52.0 \
|
||||
windows-targets-0.42.2 \
|
||||
|
|
@ -463,13 +439,15 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
windows_x86_64_msvc-0.42.2 \
|
||||
windows_x86_64_msvc-0.48.5 \
|
||||
windows_x86_64_msvc-0.52.0 \
|
||||
winnow-0.5.31 \
|
||||
winnow-0.5.40 \
|
||||
winnow-0.6.0 \
|
||||
winreg-0.50.0 \
|
||||
xattr-1.2.0 \
|
||||
xz2-0.1.7 \
|
||||
yansi-0.5.1 \
|
||||
zerocopy-0.7.32 \
|
||||
zerocopy-derive-0.7.32 \
|
||||
zeroize-1.7.0 \
|
||||
zip-0.6.6
|
||||
|
||||
OPENSSLINC= /usr/include
|
||||
|
|
|
|||
|
|
@ -1,22 +1,18 @@
|
|||
TIMESTAMP = 1706907264
|
||||
TIMESTAMP = 1713842529
|
||||
SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb
|
||||
SIZE (rust/crates/addr2line-0.21.0.crate) = 40807
|
||||
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
|
||||
SIZE (rust/crates/adler-1.0.2.crate) = 12778
|
||||
SHA256 (rust/crates/ahash-0.8.6.crate) = 91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a
|
||||
SIZE (rust/crates/ahash-0.8.6.crate) = 42780
|
||||
SHA256 (rust/crates/ahash-0.8.7.crate) = 77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01
|
||||
SIZE (rust/crates/ahash-0.8.7.crate) = 42894
|
||||
SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0
|
||||
SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136
|
||||
SHA256 (rust/crates/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5
|
||||
SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025
|
||||
SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299
|
||||
SIZE (rust/crates/anes-0.1.6.crate) = 23857
|
||||
SHA256 (rust/crates/ansi-str-0.8.0.crate) = 1cf4578926a981ab0ca955dc023541d19de37112bc24c1a197bd806d3d86ad1d
|
||||
SIZE (rust/crates/ansi-str-0.8.0.crate) = 19427
|
||||
SHA256 (rust/crates/ansiterm-0.12.2.crate) = 4ab587f5395da16dd2e6939adf53dede583221b320cadfb94e02b5b7b9bf24cc
|
||||
SIZE (rust/crates/ansiterm-0.12.2.crate) = 26777
|
||||
SHA256 (rust/crates/ansitok-0.2.0.crate) = 220044e6a1bb31ddee4e3db724d29767f352de47445a6cd75e1a173142136c83
|
||||
SIZE (rust/crates/ansitok-0.2.0.crate) = 18021
|
||||
SHA256 (rust/crates/anstream-0.6.5.crate) = d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6
|
||||
SIZE (rust/crates/anstream-0.6.5.crate) = 30004
|
||||
SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87
|
||||
|
|
@ -31,8 +27,6 @@ SHA256 (rust/crates/anyhow-1.0.77.crate) = c9d19de80eff169429ac1e9f48fffb163916b
|
|||
SIZE (rust/crates/anyhow-1.0.77.crate) = 44394
|
||||
SHA256 (rust/crates/arc-swap-1.6.0.crate) = bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6
|
||||
SIZE (rust/crates/arc-swap-1.6.0.crate) = 67342
|
||||
SHA256 (rust/crates/arrayvec-0.5.2.crate) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b
|
||||
SIZE (rust/crates/arrayvec-0.5.2.crate) = 27838
|
||||
SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711
|
||||
SIZE (rust/crates/arrayvec-0.7.4.crate) = 29856
|
||||
SHA256 (rust/crates/assert_matches-1.5.0.crate) = 9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9
|
||||
|
|
@ -89,8 +83,6 @@ SHA256 (rust/crates/btoi-0.4.3.crate) = 9dd6407f73a9b8b6162d8a2ef999fe6afd7cc159
|
|||
SIZE (rust/crates/btoi-0.4.3.crate) = 10007
|
||||
SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec
|
||||
SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400
|
||||
SHA256 (rust/crates/bytecount-0.6.7.crate) = e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205
|
||||
SIZE (rust/crates/bytecount-0.6.7.crate) = 14642
|
||||
SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b
|
||||
SIZE (rust/crates/byteorder-1.5.0.crate) = 23288
|
||||
SHA256 (rust/crates/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223
|
||||
|
|
@ -99,6 +91,8 @@ SHA256 (rust/crates/bytesize-1.3.0.crate) = a3e368af43e418a04d52505cf3dbc23dda4e
|
|||
SIZE (rust/crates/bytesize-1.3.0.crate) = 10164
|
||||
SHA256 (rust/crates/byteyarn-0.2.3.crate) = a7534301c0ea17abb4db06d75efc7b4b0fa360fce8e175a4330d721c71c942ff
|
||||
SIZE (rust/crates/byteyarn-0.2.3.crate) = 19884
|
||||
SHA256 (rust/crates/cap-0.1.2.crate) = 6f125eb85b84a24c36b02ed1d22c9dd8632f53b3cde6e4d23512f94021030003
|
||||
SIZE (rust/crates/cap-0.1.2.crate) = 9026
|
||||
SHA256 (rust/crates/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53
|
||||
SIZE (rust/crates/cassowary-0.3.0.crate) = 22876
|
||||
SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5
|
||||
|
|
@ -175,8 +169,6 @@ SHA256 (rust/crates/curl-sys-0.4.70+curl-8.5.0.crate) = 3c0333d8849afe78a4c8102a
|
|||
SIZE (rust/crates/curl-sys-0.4.70+curl-8.5.0.crate) = 3254512
|
||||
SHA256 (rust/crates/dashmap-5.5.3.crate) = 978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856
|
||||
SIZE (rust/crates/dashmap-5.5.3.crate) = 24061
|
||||
SHA256 (rust/crates/data-encoding-2.5.0.crate) = 7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5
|
||||
SIZE (rust/crates/data-encoding-2.5.0.crate) = 20632
|
||||
SHA256 (rust/crates/defer-0.1.0.crate) = 647605a6345d5e89c3950a36a638c56478af9b414c55c6f2477c73b115f9acde
|
||||
SIZE (rust/crates/defer-0.1.0.crate) = 5527
|
||||
SHA256 (rust/crates/deranged-0.3.10.crate) = 8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc
|
||||
|
|
@ -193,8 +185,6 @@ SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb
|
|||
SIZE (rust/crates/either-1.9.0.crate) = 16660
|
||||
SHA256 (rust/crates/encoding_rs-0.8.33.crate) = 7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1
|
||||
SIZE (rust/crates/encoding_rs-0.8.33.crate) = 1370071
|
||||
SHA256 (rust/crates/enum-as-inner-0.6.0.crate) = 5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a
|
||||
SIZE (rust/crates/enum-as-inner-0.6.0.crate) = 12079
|
||||
SHA256 (rust/crates/env_logger-0.10.1.crate) = 95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece
|
||||
SIZE (rust/crates/env_logger-0.10.1.crate) = 36524
|
||||
SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5
|
||||
|
|
@ -331,8 +321,8 @@ SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b6569
|
|||
SIZE (rust/crates/glob-0.3.1.crate) = 18880
|
||||
SHA256 (rust/crates/gloo-timers-0.2.6.crate) = 9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c
|
||||
SIZE (rust/crates/gloo-timers-0.2.6.crate) = 5516
|
||||
SHA256 (rust/crates/h2-0.3.22.crate) = 4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178
|
||||
SIZE (rust/crates/h2-0.3.22.crate) = 166413
|
||||
SHA256 (rust/crates/h2-0.4.4.crate) = 816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069
|
||||
SIZE (rust/crates/h2-0.4.4.crate) = 168905
|
||||
SHA256 (rust/crates/half-1.8.2.crate) = eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7
|
||||
SIZE (rust/crates/half-1.8.2.crate) = 41874
|
||||
SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888
|
||||
|
|
@ -345,30 +335,28 @@ SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19
|
|||
SIZE (rust/crates/heck-0.4.1.crate) = 11567
|
||||
SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7
|
||||
SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253
|
||||
SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5
|
||||
SIZE (rust/crates/home-0.5.9.crate) = 8760
|
||||
SHA256 (rust/crates/hostname-0.3.1.crate) = 3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867
|
||||
SIZE (rust/crates/hostname-0.3.1.crate) = 9272
|
||||
SHA256 (rust/crates/http-0.2.11.crate) = 8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb
|
||||
SIZE (rust/crates/http-0.2.11.crate) = 100478
|
||||
SHA256 (rust/crates/http-body-0.4.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2
|
||||
SIZE (rust/crates/http-body-0.4.6.crate) = 10773
|
||||
SHA256 (rust/crates/home-0.5.5.crate) = 5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb
|
||||
SIZE (rust/crates/home-0.5.5.crate) = 8557
|
||||
SHA256 (rust/crates/http-1.1.0.crate) = 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258
|
||||
SIZE (rust/crates/http-1.1.0.crate) = 103144
|
||||
SHA256 (rust/crates/http-body-1.0.0.crate) = 1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643
|
||||
SIZE (rust/crates/http-body-1.0.0.crate) = 5411
|
||||
SHA256 (rust/crates/http-body-util-0.1.1.crate) = 0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d
|
||||
SIZE (rust/crates/http-body-util-0.1.1.crate) = 11930
|
||||
SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904
|
||||
SIZE (rust/crates/httparse-1.8.0.crate) = 29954
|
||||
SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9
|
||||
SIZE (rust/crates/httpdate-1.0.3.crate) = 10639
|
||||
SHA256 (rust/crates/human_format-1.0.3.crate) = 86cce260d758a9aa3d7c4b99d55c815a540f8a37514ba6046ab6be402a157cb0
|
||||
SIZE (rust/crates/human_format-1.0.3.crate) = 6718
|
||||
SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4
|
||||
SIZE (rust/crates/humantime-2.1.0.crate) = 16749
|
||||
SHA256 (rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80
|
||||
SIZE (rust/crates/hyper-0.14.28.crate) = 197204
|
||||
SHA256 (rust/crates/hyper-rustls-0.24.2.crate) = ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590
|
||||
SIZE (rust/crates/hyper-rustls-0.24.2.crate) = 30195
|
||||
SHA256 (rust/crates/hyper-tls-0.5.0.crate) = d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905
|
||||
SIZE (rust/crates/hyper-tls-0.5.0.crate) = 13257
|
||||
SHA256 (rust/crates/idna-0.4.0.crate) = 7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c
|
||||
SIZE (rust/crates/idna-0.4.0.crate) = 271429
|
||||
SHA256 (rust/crates/hyper-1.2.0.crate) = 186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a
|
||||
SIZE (rust/crates/hyper-1.2.0.crate) = 148064
|
||||
SHA256 (rust/crates/hyper-rustls-0.26.0.crate) = a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c
|
||||
SIZE (rust/crates/hyper-rustls-0.26.0.crate) = 29538
|
||||
SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0
|
||||
SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052
|
||||
SHA256 (rust/crates/hyper-util-0.1.3.crate) = ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa
|
||||
SIZE (rust/crates/hyper-util-0.1.3.crate) = 61647
|
||||
SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6
|
||||
SIZE (rust/crates/idna-0.5.0.crate) = 271940
|
||||
SHA256 (rust/crates/imara-diff-0.1.5.crate) = e98c1d0ad70fc91b8b9654b1f33db55e59579d3b3de2bffdced0fdb810570cb8
|
||||
|
|
@ -383,8 +371,6 @@ SHA256 (rust/crates/io-close-0.3.7.crate) = 9cadcf447f06744f8ce713d2d6239bb5bde2
|
|||
SIZE (rust/crates/io-close-0.3.7.crate) = 8025
|
||||
SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2
|
||||
SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346
|
||||
SHA256 (rust/crates/ipconfig-0.3.2.crate) = b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f
|
||||
SIZE (rust/crates/ipconfig-0.3.2.crate) = 24468
|
||||
SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3
|
||||
SIZE (rust/crates/ipnet-2.9.0.crate) = 27627
|
||||
SHA256 (rust/crates/is-docker-0.2.0.crate) = 928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3
|
||||
|
|
@ -413,16 +399,14 @@ SHA256 (rust/crates/layout-rs-0.1.1.crate) = 1164ef87cb9607c2d887216eca79f0fc928
|
|||
SIZE (rust/crates/layout-rs-0.1.1.crate) = 42615
|
||||
SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
|
||||
SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443
|
||||
SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4
|
||||
SIZE (rust/crates/libc-0.2.151.crate) = 736640
|
||||
SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd
|
||||
SIZE (rust/crates/libc-0.2.153.crate) = 740614
|
||||
SHA256 (rust/crates/libsqlite3-sys-0.27.0.crate) = cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716
|
||||
SIZE (rust/crates/libsqlite3-sys-0.27.0.crate) = 4948458
|
||||
SHA256 (rust/crates/libz-ng-sys-1.1.12.crate) = 3dd9f43e75536a46ee0f92b758f6b63846e594e86638c61a9251338a65baea63
|
||||
SIZE (rust/crates/libz-ng-sys-1.1.12.crate) = 2381318
|
||||
SHA256 (rust/crates/libz-sys-1.1.12.crate) = d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b
|
||||
SIZE (rust/crates/libz-sys-1.1.12.crate) = 3030648
|
||||
SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f
|
||||
SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049
|
||||
SHA256 (rust/crates/libz-ng-sys-1.1.13.crate) = 601c27491de2c76b43c9f52d639b2240bfb9b02112009d3b754bfa90d891492d
|
||||
SIZE (rust/crates/libz-ng-sys-1.1.13.crate) = 2381313
|
||||
SHA256 (rust/crates/libz-sys-1.1.13.crate) = 5f526fdd09d99e19742883e43de41e1aa9e36db0c7ab7f935165d611c5cccc66
|
||||
SIZE (rust/crates/libz-sys-1.1.13.crate) = 3030775
|
||||
SHA256 (rust/crates/linux-raw-sys-0.3.8.crate) = ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519
|
||||
SIZE (rust/crates/linux-raw-sys-0.3.8.crate) = 1013776
|
||||
SHA256 (rust/crates/linux-raw-sys-0.4.12.crate) = c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456
|
||||
|
|
@ -435,14 +419,10 @@ SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c74
|
|||
SIZE (rust/crates/log-0.4.20.crate) = 38307
|
||||
SHA256 (rust/crates/lru-0.12.1.crate) = 2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7
|
||||
SIZE (rust/crates/lru-0.12.1.crate) = 14583
|
||||
SHA256 (rust/crates/lru-cache-0.1.2.crate) = 31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c
|
||||
SIZE (rust/crates/lru-cache-0.1.2.crate) = 9307
|
||||
SHA256 (rust/crates/lzma-sys-0.1.20.crate) = 5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27
|
||||
SIZE (rust/crates/lzma-sys-0.1.20.crate) = 760045
|
||||
SHA256 (rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d
|
||||
SIZE (rust/crates/maplit-1.0.2.crate) = 8871
|
||||
SHA256 (rust/crates/match_cfg-0.1.0.crate) = ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4
|
||||
SIZE (rust/crates/match_cfg-0.1.0.crate) = 7153
|
||||
SHA256 (rust/crates/maybe-async-0.2.7.crate) = 0f1b8c13cb1f814b634a96b2c725449fe7ed464a7b8781de8688be5ffbd3f305
|
||||
SIZE (rust/crates/maybe-async-0.2.7.crate) = 19186
|
||||
SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149
|
||||
|
|
@ -455,18 +435,14 @@ SHA256 (rust/crates/memoffset-0.7.1.crate) = 5de893c32cde5f383baa4c04c5d6dbdd735
|
|||
SIZE (rust/crates/memoffset-0.7.1.crate) = 8556
|
||||
SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a
|
||||
SIZE (rust/crates/mime-0.3.17.crate) = 15712
|
||||
SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a
|
||||
SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841
|
||||
SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7
|
||||
SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194
|
||||
SHA256 (rust/crates/mio-0.8.10.crate) = 8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09
|
||||
SIZE (rust/crates/mio-0.8.10.crate) = 102345
|
||||
SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c
|
||||
SIZE (rust/crates/mio-0.8.11.crate) = 102983
|
||||
SHA256 (rust/crates/native-tls-0.2.11.crate) = 07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e
|
||||
SIZE (rust/crates/native-tls-0.2.11.crate) = 29008
|
||||
SHA256 (rust/crates/nix-0.26.4.crate) = 598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b
|
||||
SIZE (rust/crates/nix-0.26.4.crate) = 279099
|
||||
SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a
|
||||
SIZE (rust/crates/nom-7.1.3.crate) = 117570
|
||||
SHA256 (rust/crates/ntapi-0.4.1.crate) = e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4
|
||||
SIZE (rust/crates/ntapi-0.4.1.crate) = 126552
|
||||
SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84
|
||||
|
|
@ -499,10 +475,6 @@ SHA256 (rust/crates/openssl-sys-0.9.98.crate) = c1665caf8ab2dc9aef43d1c0023bd904
|
|||
SIZE (rust/crates/openssl-sys-0.9.98.crate) = 68035
|
||||
SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39
|
||||
SIZE (rust/crates/overload-0.1.1.crate) = 24439
|
||||
SHA256 (rust/crates/owo-colors-4.0.0.crate) = caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f
|
||||
SIZE (rust/crates/owo-colors-4.0.0.crate) = 30984
|
||||
SHA256 (rust/crates/papergrid-0.11.0.crate) = 9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb
|
||||
SIZE (rust/crates/papergrid-0.11.0.crate) = 56885
|
||||
SHA256 (rust/crates/parking-2.2.0.crate) = bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae
|
||||
SIZE (rust/crates/parking-2.2.0.crate) = 9730
|
||||
SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f
|
||||
|
|
@ -515,6 +487,10 @@ SHA256 (rust/crates/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab0075
|
|||
SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142
|
||||
SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e
|
||||
SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235
|
||||
SHA256 (rust/crates/pin-project-1.1.5.crate) = b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3
|
||||
SIZE (rust/crates/pin-project-1.1.5.crate) = 54214
|
||||
SHA256 (rust/crates/pin-project-internal-1.1.5.crate) = 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965
|
||||
SIZE (rust/crates/pin-project-internal-1.1.5.crate) = 28280
|
||||
SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58
|
||||
SIZE (rust/crates/pin-project-lite-0.2.13.crate) = 29141
|
||||
SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184
|
||||
|
|
@ -535,34 +511,20 @@ SHA256 (rust/crates/polling-3.3.1.crate) = cf63fa624ab313c11656b4cda960bfc46c410
|
|||
SIZE (rust/crates/polling-3.3.1.crate) = 54527
|
||||
SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391
|
||||
SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165
|
||||
SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de
|
||||
SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242
|
||||
SHA256 (rust/crates/pretty_assertions-1.4.0.crate) = af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66
|
||||
SIZE (rust/crates/pretty_assertions-1.4.0.crate) = 78846
|
||||
SHA256 (rust/crates/proc-macro-crate-1.3.1.crate) = 7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919
|
||||
SIZE (rust/crates/proc-macro-crate-1.3.1.crate) = 9678
|
||||
SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c
|
||||
SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293
|
||||
SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869
|
||||
SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971
|
||||
SHA256 (rust/crates/proc-macro2-1.0.71.crate) = 75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8
|
||||
SIZE (rust/crates/proc-macro2-1.0.71.crate) = 44407
|
||||
SHA256 (rust/crates/proc-macro2-1.0.75.crate) = 907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708
|
||||
SIZE (rust/crates/proc-macro2-1.0.75.crate) = 45621
|
||||
SHA256 (rust/crates/prodash-26.2.2.crate) = 794b5bf8e2d19b53dcdcec3e4bba628e20f5b6062503ba89281fa7037dd7bbcf
|
||||
SIZE (rust/crates/prodash-26.2.2.crate) = 88268
|
||||
SHA256 (rust/crates/prodash-28.0.0.crate) = 744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79
|
||||
SIZE (rust/crates/prodash-28.0.0.crate) = 90695
|
||||
SHA256 (rust/crates/ptyprocess-0.4.1.crate) = 7e05aef7befb11a210468a2d77d978dde2c6381a0381e33beb575e91f57fe8cf
|
||||
SIZE (rust/crates/ptyprocess-0.4.1.crate) = 12876
|
||||
SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0
|
||||
SIZE (rust/crates/quick-error-1.2.3.crate) = 15066
|
||||
SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae
|
||||
SIZE (rust/crates/quote-1.0.33.crate) = 28090
|
||||
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
|
||||
SIZE (rust/crates/rand-0.8.5.crate) = 87113
|
||||
SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88
|
||||
SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251
|
||||
SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c
|
||||
SIZE (rust/crates/rand_core-0.6.4.crate) = 22666
|
||||
SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef
|
||||
SIZE (rust/crates/quote-1.0.35.crate) = 28136
|
||||
SHA256 (rust/crates/ratatui-0.25.0.crate) = a5659e52e4ba6e07b2dad9f1158f578ef84a73762625ddb51536019f34d180eb
|
||||
SIZE (rust/crates/ratatui-0.25.0.crate) = 341858
|
||||
SHA256 (rust/crates/rayon-1.8.0.crate) = 9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1
|
||||
|
|
@ -577,10 +539,8 @@ SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a1
|
|||
SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011
|
||||
SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f
|
||||
SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228
|
||||
SHA256 (rust/crates/reqwest-0.11.23.crate) = 37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41
|
||||
SIZE (rust/crates/reqwest-0.11.23.crate) = 158448
|
||||
SHA256 (rust/crates/resolv-conf-0.7.0.crate) = 52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00
|
||||
SIZE (rust/crates/resolv-conf-0.7.0.crate) = 17352
|
||||
SHA256 (rust/crates/reqwest-0.12.0.crate) = 58b48d98d932f4ee75e541614d32a7f44c889b72bd9c2e04d95edd135989df88
|
||||
SIZE (rust/crates/reqwest-0.12.0.crate) = 166715
|
||||
SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc
|
||||
SIZE (rust/crates/ring-0.16.20.crate) = 5082615
|
||||
SHA256 (rust/crates/ring-0.17.7.crate) = 688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74
|
||||
|
|
@ -591,20 +551,22 @@ SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c25
|
|||
SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970
|
||||
SHA256 (rust/crates/rustix-0.37.27.crate) = fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2
|
||||
SIZE (rust/crates/rustix-0.37.27.crate) = 324534
|
||||
SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316
|
||||
SIZE (rust/crates/rustix-0.38.28.crate) = 365398
|
||||
SHA256 (rust/crates/rustix-0.38.31.crate) = 6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949
|
||||
SIZE (rust/crates/rustix-0.38.31.crate) = 375443
|
||||
SHA256 (rust/crates/rustls-0.20.9.crate) = 1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99
|
||||
SIZE (rust/crates/rustls-0.20.9.crate) = 270582
|
||||
SHA256 (rust/crates/rustls-0.21.10.crate) = f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba
|
||||
SIZE (rust/crates/rustls-0.21.10.crate) = 284920
|
||||
SHA256 (rust/crates/rustls-0.22.2.crate) = e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41
|
||||
SIZE (rust/crates/rustls-0.22.2.crate) = 332080
|
||||
SHA256 (rust/crates/rustls-ffi-0.8.2.crate) = 9da52707cca59e6eef8a78f3ad8d04024254a168ed1b41eb4dfa9616eace781a
|
||||
SIZE (rust/crates/rustls-ffi-0.8.2.crate) = 74742
|
||||
SHA256 (rust/crates/rustls-pemfile-0.2.1.crate) = 5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9
|
||||
SIZE (rust/crates/rustls-pemfile-0.2.1.crate) = 14278
|
||||
SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c
|
||||
SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092
|
||||
SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765
|
||||
SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808
|
||||
SHA256 (rust/crates/rustls-pki-types-1.3.1.crate) = 5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8
|
||||
SIZE (rust/crates/rustls-pki-types-1.3.1.crate) = 21637
|
||||
SHA256 (rust/crates/rustls-webpki-0.102.2.crate) = faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610
|
||||
SIZE (rust/crates/rustls-webpki-0.102.2.crate) = 196881
|
||||
SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4
|
||||
SIZE (rust/crates/rustversion-1.0.14.crate) = 17261
|
||||
SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c
|
||||
|
|
@ -651,8 +613,8 @@ SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef43
|
|||
SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987
|
||||
SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67
|
||||
SIZE (rust/crates/slab-0.4.9.crate) = 17108
|
||||
SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970
|
||||
SIZE (rust/crates/smallvec-1.11.2.crate) = 34801
|
||||
SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67
|
||||
SIZE (rust/crates/smallvec-1.13.2.crate) = 35216
|
||||
SHA256 (rust/crates/socket2-0.4.10.crate) = 9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d
|
||||
SIZE (rust/crates/socket2-0.4.10.crate) = 45697
|
||||
SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9
|
||||
|
|
@ -671,34 +633,34 @@ SHA256 (rust/crates/strum-0.25.0.crate) = 290d54ea6f91c969195bdbcd7442c8c2a2ba87
|
|||
SIZE (rust/crates/strum-0.25.0.crate) = 5539
|
||||
SHA256 (rust/crates/strum_macros-0.25.3.crate) = 23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0
|
||||
SIZE (rust/crates/strum_macros-0.25.3.crate) = 22570
|
||||
SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc
|
||||
SIZE (rust/crates/subtle-2.5.0.crate) = 13909
|
||||
SHA256 (rust/crates/symlink-0.1.0.crate) = a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a
|
||||
SIZE (rust/crates/symlink-0.1.0.crate) = 11943
|
||||
SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237
|
||||
SIZE (rust/crates/syn-1.0.109.crate) = 237611
|
||||
SHA256 (rust/crates/syn-2.0.43.crate) = ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53
|
||||
SIZE (rust/crates/syn-2.0.43.crate) = 248363
|
||||
SHA256 (rust/crates/syn-2.0.47.crate) = 1726efe18f42ae774cc644f330953a5e7b3c3003d3edcecf18850fe9d4dd9afb
|
||||
SIZE (rust/crates/syn-2.0.47.crate) = 250534
|
||||
SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160
|
||||
SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933
|
||||
SHA256 (rust/crates/sysinfo-0.30.2.crate) = c856f6ee1d0241d2ebaee960aaad07080afb4daf6bdfa3b250ace3cf1b81355d
|
||||
SIZE (rust/crates/sysinfo-0.30.2.crate) = 169583
|
||||
SHA256 (rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7
|
||||
SIZE (rust/crates/system-configuration-0.5.1.crate) = 12618
|
||||
SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9
|
||||
SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730
|
||||
SHA256 (rust/crates/tabled-0.15.0.crate) = 4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e
|
||||
SIZE (rust/crates/tabled-0.15.0.crate) = 208638
|
||||
SHA256 (rust/crates/tabled_derive-0.7.0.crate) = 4c138f99377e5d653a371cdad263615634cfc8467685dfe8e73e2b8e98f44b17
|
||||
SIZE (rust/crates/tabled_derive-0.7.0.crate) = 9352
|
||||
SHA256 (rust/crates/tar-0.4.40.crate) = b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb
|
||||
SIZE (rust/crates/tar-0.4.40.crate) = 51844
|
||||
SHA256 (rust/crates/tempfile-3.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa
|
||||
SIZE (rust/crates/tempfile-3.9.0.crate) = 32182
|
||||
SHA256 (rust/crates/tempfile-3.10.0.crate) = a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67
|
||||
SIZE (rust/crates/tempfile-3.10.0.crate) = 33376
|
||||
SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449
|
||||
SIZE (rust/crates/termcolor-1.4.0.crate) = 18765
|
||||
SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7
|
||||
SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096
|
||||
SHA256 (rust/crates/thiserror-1.0.52.crate) = 83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d
|
||||
SIZE (rust/crates/thiserror-1.0.52.crate) = 20115
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.52.crate) = e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3
|
||||
SIZE (rust/crates/thiserror-impl-1.0.52.crate) = 15371
|
||||
SHA256 (rust/crates/thiserror-1.0.56.crate) = d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad
|
||||
SIZE (rust/crates/thiserror-1.0.56.crate) = 20592
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.56.crate) = fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471
|
||||
SIZE (rust/crates/thiserror-impl-1.0.56.crate) = 15367
|
||||
SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152
|
||||
SIZE (rust/crates/thread_local-1.1.7.crate) = 13585
|
||||
SHA256 (rust/crates/time-0.3.31.crate) = f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e
|
||||
|
|
@ -717,14 +679,18 @@ SHA256 (rust/crates/tokio-1.35.1.crate) = c89b4efa943be685f629b149f53829423f8f55
|
|||
SIZE (rust/crates/tokio-1.35.1.crate) = 744407
|
||||
SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2
|
||||
SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676
|
||||
SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081
|
||||
SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049
|
||||
SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f
|
||||
SIZE (rust/crates/tokio-rustls-0.25.0.crate) = 30541
|
||||
SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15
|
||||
SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508
|
||||
SHA256 (rust/crates/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1
|
||||
SIZE (rust/crates/toml_datetime-0.6.5.crate) = 10910
|
||||
SHA256 (rust/crates/toml_edit-0.19.15.crate) = 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421
|
||||
SIZE (rust/crates/toml_edit-0.19.15.crate) = 95324
|
||||
SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c
|
||||
SIZE (rust/crates/tower-0.4.13.crate) = 106906
|
||||
SHA256 (rust/crates/tower-layer-0.3.2.crate) = c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0
|
||||
SIZE (rust/crates/tower-layer-0.3.2.crate) = 6023
|
||||
SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52
|
||||
SIZE (rust/crates/tower-service-0.3.2.crate) = 6847
|
||||
SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef
|
||||
|
|
@ -739,10 +705,6 @@ SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de38400
|
|||
SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561
|
||||
SHA256 (rust/crates/tracing-subscriber-0.3.18.crate) = ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b
|
||||
SIZE (rust/crates/tracing-subscriber-0.3.18.crate) = 196312
|
||||
SHA256 (rust/crates/trust-dns-proto-0.23.2.crate) = 3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374
|
||||
SIZE (rust/crates/trust-dns-proto-0.23.2.crate) = 366401
|
||||
SHA256 (rust/crates/trust-dns-resolver-0.23.2.crate) = 10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6
|
||||
SIZE (rust/crates/trust-dns-resolver-0.23.2.crate) = 89012
|
||||
SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b
|
||||
SIZE (rust/crates/try-lock-0.2.5.crate) = 4314
|
||||
SHA256 (rust/crates/trybuild-1.0.86.crate) = 8419ecd263363827c5730386f418715766f584e2f874d32c23c5b00bd9727e7e
|
||||
|
|
@ -781,10 +743,6 @@ SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677
|
|||
SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735
|
||||
SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f
|
||||
SIZE (rust/crates/version_check-0.9.4.crate) = 14895
|
||||
SHA256 (rust/crates/vte-0.10.1.crate) = 6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983
|
||||
SIZE (rust/crates/vte-0.10.1.crate) = 24947
|
||||
SHA256 (rust/crates/vte_generate_state_changes-0.1.1.crate) = d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff
|
||||
SIZE (rust/crates/vte_generate_state_changes-0.1.1.crate) = 2422
|
||||
SHA256 (rust/crates/waker-fn-1.1.1.crate) = f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690
|
||||
SIZE (rust/crates/waker-fn-1.1.1.crate) = 6323
|
||||
SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee
|
||||
|
|
@ -809,10 +767,8 @@ SHA256 (rust/crates/web-sys-0.3.66.crate) = 50c24a44ec86bb68fbecd1b3efed7e85ea56
|
|||
SIZE (rust/crates/web-sys-0.3.66.crate) = 733024
|
||||
SHA256 (rust/crates/webpki-0.22.4.crate) = ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53
|
||||
SIZE (rust/crates/webpki-0.22.4.crate) = 63472
|
||||
SHA256 (rust/crates/webpki-roots-0.25.3.crate) = 1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10
|
||||
SIZE (rust/crates/webpki-roots-0.25.3.crate) = 251565
|
||||
SHA256 (rust/crates/widestring-1.0.2.crate) = 653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8
|
||||
SIZE (rust/crates/widestring-1.0.2.crate) = 79706
|
||||
SHA256 (rust/crates/webpki-roots-0.26.1.crate) = b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009
|
||||
SIZE (rust/crates/webpki-roots-0.26.1.crate) = 249748
|
||||
SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419
|
||||
SIZE (rust/crates/winapi-0.3.9.crate) = 1200382
|
||||
SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6
|
||||
|
|
@ -827,12 +783,8 @@ SHA256 (rust/crates/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb8150
|
|||
SIZE (rust/crates/windows-0.48.0.crate) = 11864177
|
||||
SHA256 (rust/crates/windows-0.51.1.crate) = ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9
|
||||
SIZE (rust/crates/windows-0.51.1.crate) = 12250614
|
||||
SHA256 (rust/crates/windows-0.52.0.crate) = e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be
|
||||
SIZE (rust/crates/windows-0.52.0.crate) = 11843715
|
||||
SHA256 (rust/crates/windows-core-0.51.1.crate) = f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64
|
||||
SIZE (rust/crates/windows-core-0.51.1.crate) = 42364
|
||||
SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9
|
||||
SIZE (rust/crates/windows-core-0.52.0.crate) = 42154
|
||||
SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9
|
||||
SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884
|
||||
SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d
|
||||
|
|
@ -885,8 +837,10 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b738
|
|||
SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600
|
||||
SHA256 (rust/crates/winnow-0.5.31.crate) = 97a4882e6b134d6c28953a387571f1acdd3496830d5e36c5e3a1075580ea641c
|
||||
SIZE (rust/crates/winnow-0.5.31.crate) = 152917
|
||||
SHA256 (rust/crates/winnow-0.5.40.crate) = f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876
|
||||
SIZE (rust/crates/winnow-0.5.40.crate) = 159316
|
||||
SHA256 (rust/crates/winnow-0.6.0.crate) = 6b1dbce9e90e5404c5a52ed82b1d13fc8cfbdad85033b6f57546ffd1265f8451
|
||||
SIZE (rust/crates/winnow-0.6.0.crate) = 156623
|
||||
SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1
|
||||
SIZE (rust/crates/winreg-0.50.0.crate) = 29703
|
||||
SHA256 (rust/crates/xattr-1.2.0.crate) = 914566e6413e7fa959cc394fb30e563ba80f3541fbd40816d4c05a0fc3f2a0f1
|
||||
|
|
@ -899,7 +853,9 @@ SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf259
|
|||
SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096
|
||||
SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6
|
||||
SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623
|
||||
SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d
|
||||
SIZE (rust/crates/zeroize-1.7.0.crate) = 19039
|
||||
SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261
|
||||
SIZE (rust/crates/zip-0.6.6.crate) = 65789
|
||||
SHA256 (Byron-gitoxide-v0.33.0_GH0.tar.gz) = 0fc1e0f9e36d2622f6a11925607090abf619c73551d2a8f5ea710e97ef1a9eb4
|
||||
SIZE (Byron-gitoxide-v0.33.0_GH0.tar.gz) = 5219476
|
||||
SHA256 (Byron-gitoxide-v0.35.0_GH0.tar.gz) = 4f074b30830ff37da8ae9de11b0441addea9f1552f0fcac1fa6fb56435d5bbea
|
||||
SIZE (Byron-gitoxide-v0.35.0_GH0.tar.gz) = 5716141
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= glaze
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.5.3
|
||||
DISTVERSION= 2.5.4
|
||||
CATEGORIES= devel textproc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1713505676
|
||||
SHA256 (stephenberry-glaze-v2.5.3_GH0.tar.gz) = f4c5eb83c80f1caa0feaa831715e9982203908ea140242cb061aead161e2b09b
|
||||
SIZE (stephenberry-glaze-v2.5.3_GH0.tar.gz) = 295351
|
||||
TIMESTAMP = 1713858854
|
||||
SHA256 (stephenberry-glaze-v2.5.4_GH0.tar.gz) = 0c10cfdbd92068c0cc1e99210a3eaa29bce9339261aaced60cb7e85398603346
|
||||
SIZE (stephenberry-glaze-v2.5.4_GH0.tar.gz) = 297065
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ include/glaze/json/json_format.hpp
|
|||
include/glaze/json/json_ptr.hpp
|
||||
include/glaze/json/json_t.hpp
|
||||
include/glaze/json/manage.hpp
|
||||
include/glaze/json/max_write_precision.hpp
|
||||
include/glaze/json/minify.hpp
|
||||
include/glaze/json/ndjson.hpp
|
||||
include/glaze/json/prettify.hpp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= goredo
|
||||
DISTVERSION= 1.32.0
|
||||
PORTREVISION= 4
|
||||
DISTVERSION= 2.6.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.goredo.cypherpunks.ru/download/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1699202970
|
||||
SHA256 (goredo-1.32.0.tar.zst) = 4e557533976f25fe9964e7974f553a4e477dc239d73072c68ec2e46c90d76e52
|
||||
SIZE (goredo-1.32.0.tar.zst) = 450009
|
||||
TIMESTAMP = 1713843120
|
||||
SHA256 (goredo-2.6.2.tar.zst) = 5663ed0da911f1b2c0d13e92cc06ede3738639edb48499eb9e53d38e8e435d75
|
||||
SIZE (goredo-2.6.2.tar.zst) = 466522
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= got
|
||||
DISTVERSION= 0.97
|
||||
DISTVERSION= 0.98
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://gameoftrees.org/releases/
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ WWW= https://gameoftrees.org
|
|||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
|
||||
USES= uidfix
|
||||
USES= localbase:ldflags uidfix
|
||||
|
||||
CONFLICTS_INSTALL= p5-App-GitGot
|
||||
|
||||
|
|
@ -27,8 +27,19 @@ post-extract:
|
|||
# The regression test suite requires:
|
||||
# installed got
|
||||
# installed git
|
||||
# installed perl and HTTP::Daemon
|
||||
# ssh to 127.0.0.1
|
||||
regress:
|
||||
@(cd ${WRKSRC}/regress && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} regress)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# When using LibreSSL use its own libtls, but when using OpenSSL
|
||||
# use libtls from libretls.
|
||||
.if ${SSL_DEFAULT:Mlibressl*}
|
||||
# /* empty */
|
||||
.else
|
||||
LIB_DEPENDS+= libtls.so:security/libretls
|
||||
.endif # SSL_DEFAULT
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1710146453
|
||||
SHA256 (got-0.97.tar.gz) = 00b992ba66042514f36cb2b396c014ad3a6ef31e24a155ac628d86fde52a7e4e
|
||||
SIZE (got-0.97.tar.gz) = 926936
|
||||
TIMESTAMP = 1713879270
|
||||
SHA256 (got-0.98.tar.gz) = 1ff7ec010b62413afb3e88d57ea52e67788b2ccbd2078ad0156df73c099759da
|
||||
SIZE (got-0.98.tar.gz) = 971797
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
bin/got
|
||||
bin/gotadmin
|
||||
bin/tog
|
||||
libexec/got-fetch-http
|
||||
libexec/got-fetch-pack
|
||||
libexec/got-index-pack
|
||||
libexec/got-read-blob
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= gsoap
|
||||
DISTVERSION= 2.8.133
|
||||
DISTVERSION= 2.8.134
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}2
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1711289848
|
||||
SHA256 (gsoap_2.8.133.zip) = 93e124302c5775e115e661af2bf4e1f07fa05aef14f58ce65b5c27c833afe279
|
||||
SIZE (gsoap_2.8.133.zip) = 35526811
|
||||
TIMESTAMP = 1713864928
|
||||
SHA256 (gsoap_2.8.134.zip) = 63478e555c0ccde0164f055ff605b02805db0abc6712a04bcb14cb617b047218
|
||||
SIZE (gsoap_2.8.134.zip) = 35529810
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= hyprwayland-scanner
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.0
|
||||
DISTVERSION= 0.2.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1713616069
|
||||
SHA256 (hyprwm-hyprwayland-scanner-v0.1.0_GH0.tar.gz) = 425ab1ad3efc8515ea1468af3acbb1429ea9f82d53fcf0bfdceea040dadbd972
|
||||
SIZE (hyprwm-hyprwayland-scanner-v0.1.0_GH0.tar.gz) = 8394
|
||||
TIMESTAMP = 1713777765
|
||||
SHA256 (hyprwm-hyprwayland-scanner-v0.2.0_GH0.tar.gz) = 67e9419ee8bfeb2a9658a4703fc3c20eb0e59232f3ce1451a4fe65c5d9212af5
|
||||
SIZE (hyprwm-hyprwayland-scanner-v0.2.0_GH0.tar.gz) = 8694
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= libhtp
|
||||
DISTVERSION= 0.5.47
|
||||
DISTVERSION= 0.5.48
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1710926312
|
||||
SHA256 (OISF-libhtp-0.5.47_GH0.tar.gz) = 9792ee19e06352f25204af06cd47b53818b572ef351665eb128259363d1a12fb
|
||||
SIZE (OISF-libhtp-0.5.47_GH0.tar.gz) = 503477
|
||||
TIMESTAMP = 1713865464
|
||||
SHA256 (OISF-libhtp-0.5.48_GH0.tar.gz) = 7f0719732fd0c82f9915e3df27e31548798590ad624fbad24f58b50885248ab8
|
||||
SIZE (OISF-libhtp-0.5.48_GH0.tar.gz) = 503546
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mimalloc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.1.2
|
||||
DISTVERSION= 2.1.4
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1682410544
|
||||
SHA256 (microsoft-mimalloc-v2.1.2_GH0.tar.gz) = 2b1bff6f717f9725c70bf8d79e4786da13de8a270059e4ba0bdd262ae7be46eb
|
||||
SIZE (microsoft-mimalloc-v2.1.2_GH0.tar.gz) = 1163868
|
||||
TIMESTAMP = 1713879052
|
||||
SHA256 (microsoft-mimalloc-v2.1.4_GH0.tar.gz) = ef31a7c593866a35883b2090654a8d6136a1cf06f22b577b4e1c818b1b0a8796
|
||||
SIZE (microsoft-mimalloc-v2.1.4_GH0.tar.gz) = 1133761
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
MAINTAINER= michaelo@apache.org
|
||||
COMMENT= Perl bindings for Version control system
|
||||
WWW= https://subversion.apache.org/
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= build run
|
||||
|
||||
PORTREVISION_LATEST= 1
|
||||
PORTREVISION_LTS= 1
|
||||
PORTREVISION_LATEST= 2
|
||||
PORTREVISION_LTS= 2
|
||||
|
||||
SVN_BUILD_BINDINGS= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= babi_grammars
|
||||
PORTVERSION= 0.0.56
|
||||
DISTVERSION= 0.0.57
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1699697757
|
||||
SHA256 (babi_grammars-0.0.56.tar.gz) = 51ea5f32173363d14289ea2f2be65180240d2b7f7682f5a164a49d6fca60ee23
|
||||
SIZE (babi_grammars-0.0.56.tar.gz) = 441990
|
||||
TIMESTAMP = 1713865634
|
||||
SHA256 (babi_grammars-0.0.57.tar.gz) = c350d05127a188364fc12b4a23aa5f992b0af89ca7753932afdbc562f4081dc8
|
||||
SIZE (babi_grammars-0.0.57.tar.gz) = 459483
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
MAINTAINER= michaelo@apache.org
|
||||
COMMENT= Python bindings for version control system
|
||||
WWW= https://subversion.apache.org/
|
||||
|
||||
|
|
@ -12,8 +12,8 @@ USE_PYTHON= flavors py3kplist
|
|||
# There is bug in python bindings Makefile
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
PORTREVISION_LATEST= 3
|
||||
PORTREVISION_LTS= 1
|
||||
PORTREVISION_LATEST= 4
|
||||
PORTREVISION_LTS= 2
|
||||
|
||||
SVN_BUILD_BINDINGS= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= qtcreator
|
||||
DISTVERSION= 12.0.2
|
||||
DISTVERSION= 13.0.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
|
||||
DISTNAME= qt-creator-opensource-src-${DISTVERSION}
|
||||
|
|
@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.GPL3-EXCEPT
|
|||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
|
||||
|
||||
LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \
|
||||
libxkbcommon.so:x11/libxkbcommon \
|
||||
libzstd.so:archivers/zstd
|
||||
|
|
@ -30,8 +29,7 @@ USE_QT= 5compat base declarative positioning quick3d quicktimeline \
|
|||
serialport shadertools sqldriver-sqlite svg tools translations webchannel
|
||||
|
||||
SHEBANG_GLOB= *.pl *.py *.sh
|
||||
SHEBANG_FILES= src/libs/qt-breakpad/qtbreakpadsymbols \
|
||||
src/plugins/terminal/tests/* \
|
||||
SHEBANG_FILES= src/plugins/terminal/tests/* \
|
||||
src/plugins/terminal/tests/cursor/* \
|
||||
tests/manual/distribution/elflint
|
||||
python_OLD_CMD+="/usr/bin/env python3.10"
|
||||
|
|
@ -54,16 +52,22 @@ EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/src/shared/qbs'
|
|||
|
||||
PLIST_SUB= SHLIB_VER="${PORTVERSION}" \
|
||||
SHLIB_SHVER="${PORTVERSION:C/\..*//}"
|
||||
.if defined(WITH_DEBUG)
|
||||
PLIST_SUB+= DEBUG=""
|
||||
.else
|
||||
PLIST_SUB+= DEBUG="@comment "
|
||||
.endif
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES QTWEBENGINE
|
||||
OPTIONS_DEFAULT= DOCS EXAMPLES
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES LIBSECRET QTWEBENGINE
|
||||
OPTIONS_DEFAULT= DOCS EXAMPLES LIBSECRET
|
||||
OPTIONS_DEFAULT_amd64= QTWEBENGINE
|
||||
OPTIONS_DEFAULT_i386= QTWEBENGINE
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DOCS_DESC= Install the Qt6 api documentation
|
||||
EXAMPLES_DESC= Install the Qt6 example projects
|
||||
LIBSECRET_DESC= Libsecret keychain support in qtkeychain
|
||||
QTWEBENGINE_DESC= Add dependency on qt6-webengine
|
||||
|
||||
DOCS_USE= QT=doc:run
|
||||
|
|
@ -71,18 +75,29 @@ DOCS_CMAKE_BOOL= WITH_DOCS
|
|||
|
||||
EXAMPLES_USE= QT=examples:run
|
||||
|
||||
LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret
|
||||
LIBSECRET_USES= gettext-runtime gnome localbase:ldflags
|
||||
LIBSECRET_USE= GNOME=glib20
|
||||
LIBSECRET_CMAKE_BOOL= LIBSECRET_SUPPORT
|
||||
|
||||
QTWEBENGINE_USE= qt=webengine
|
||||
QTWEBENGINE_CMAKE_BOOL= BUILD_HELPVIEWERBACKEND_QTWEBENGINE
|
||||
|
||||
# Documentation is excluded from the default build targets.
|
||||
do-build-DOCS-on:
|
||||
${CMAKE_BIN} --build ${BUILD_WRKSRC} --target docs
|
||||
${SETENVI} ${WRK_ENV} ${CONFIGURE_ENV} ${CMAKE_BIN} \
|
||||
--build ${BUILD_WRKSRC} \
|
||||
--target docs
|
||||
|
||||
# This also means separate install steps for documentation.
|
||||
do-install-DOCS-on:
|
||||
${CMAKE_BIN} --install ${BUILD_WRKSRC} --prefix ${STAGEDIR}${PREFIX} \
|
||||
--component qch_docs
|
||||
${CMAKE_BIN} --install ${BUILD_WRKSRC} --prefix ${STAGEDIR}${PREFIX} \
|
||||
--component html_docs
|
||||
${SETENVI} ${WRK_ENV} ${CONFIGURE_ENV} ${CMAKE_BIN} \
|
||||
--install ${BUILD_WRKSRC} \
|
||||
--prefix ${STAGEDIR}${PREFIX} \
|
||||
--component qch_docs
|
||||
${SETENVI} ${WRK_ENV} ${CONFIGURE_ENV} ${CMAKE_BIN} \
|
||||
--install ${BUILD_WRKSRC} \
|
||||
--prefix ${STAGEDIR}${PREFIX} \
|
||||
--component html_docs
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1707326413
|
||||
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-12.0.2.tar.xz) = ace811ac3aee9bfbd1a55eb6cb49479a4823ead6f39f203571e9d77648450381
|
||||
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-12.0.2.tar.xz) = 51028300
|
||||
TIMESTAMP = 1712251546
|
||||
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-13.0.0.tar.xz) = ec14f05f270714455a2f0d40b8aab02ed9241d4fa4f03ea539bfec5819e9e036
|
||||
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-13.0.0.tar.xz) = 52032860
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ lib/qtcreator/libLanguageUtils.so.%%SHLIB_SHVER%%
|
|||
lib/qtcreator/libLanguageUtils.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libModeling.so.%%SHLIB_SHVER%%
|
||||
lib/qtcreator/libModeling.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libNanotrace.so.%%SHLIB_SHVER%%
|
||||
lib/qtcreator/libNanotrace.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libProParser.so.%%SHLIB_SHVER%%
|
||||
lib/qtcreator/libProParser.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libQmlDebug.so.%%SHLIB_SHVER%%
|
||||
|
|
@ -36,6 +38,8 @@ lib/qtcreator/libUtils.so.%%SHLIB_SHVER%%
|
|||
lib/qtcreator/libUtils.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libqlitehtml.so.%%SHLIB_SHVER%%
|
||||
lib/qtcreator/libqlitehtml.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libqtkeychain.so.%%SHLIB_SHVER%%
|
||||
lib/qtcreator/libqtkeychain.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libyaml-cpp.so.%%SHLIB_SHVER%%
|
||||
lib/qtcreator/libyaml-cpp.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/plugins/libAndroid.so
|
||||
|
|
@ -68,7 +72,9 @@ lib/qtcreator/plugins/libDebugger.so
|
|||
lib/qtcreator/plugins/libDesigner.so
|
||||
lib/qtcreator/plugins/libDiffEditor.so
|
||||
lib/qtcreator/plugins/libDocker.so
|
||||
lib/qtcreator/plugins/libEffectComposer.so
|
||||
lib/qtcreator/plugins/libEmacsKeys.so
|
||||
lib/qtcreator/plugins/libExtensionManager.so
|
||||
lib/qtcreator/plugins/libFakeVim.so
|
||||
lib/qtcreator/plugins/libFossil.so
|
||||
lib/qtcreator/plugins/libGLSLEditor.so
|
||||
|
|
@ -104,6 +110,7 @@ lib/qtcreator/plugins/libQmlPreview.so
|
|||
lib/qtcreator/plugins/libQmlProfiler.so
|
||||
lib/qtcreator/plugins/libQmlProjectManager.so
|
||||
lib/qtcreator/plugins/libQnx.so
|
||||
lib/qtcreator/plugins/libQtApplicationManagerIntegration.so
|
||||
lib/qtcreator/plugins/libQtSupport.so
|
||||
lib/qtcreator/plugins/libRemoteLinux.so
|
||||
lib/qtcreator/plugins/libResourceEditor.so
|
||||
|
|
@ -132,6 +139,7 @@ libexec/qtcreator/buildoutputparser
|
|||
libexec/qtcreator/cpaster
|
||||
libexec/qtcreator/qml2puppet-%%SHLIB_VER%%
|
||||
libexec/qtcreator/qtc-askpass
|
||||
%%DEBUG%%libexec/qtcreator/qtcreator_crash_handler
|
||||
libexec/qtcreator/qtcreator_process_stub
|
||||
libexec/qtcreator/qtcreator_processlauncher
|
||||
libexec/qtcreator/qtpromaker
|
||||
|
|
@ -163,6 +171,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/changelog/changes-12.0.0.md
|
||||
%%DATADIR%%/changelog/changes-12.0.1.md
|
||||
%%DATADIR%%/changelog/changes-12.0.2.md
|
||||
%%DATADIR%%/changelog/changes-13.0.0.md
|
||||
%%DATADIR%%/changelog/changes-2.0.0
|
||||
%%DATADIR%%/changelog/changes-2.0.1
|
||||
%%DATADIR%%/changelog/changes-2.1.0
|
||||
|
|
@ -297,6 +306,8 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/fonts/SourceCodePro-Bold.ttf
|
||||
%%DATADIR%%/fonts/SourceCodePro-BoldIt.ttf
|
||||
%%DATADIR%%/fonts/SourceCodePro-It.ttf
|
||||
%%DATADIR%%/fonts/SourceCodePro-Medium.ttf
|
||||
%%DATADIR%%/fonts/SourceCodePro-MediumIt.ttf
|
||||
%%DATADIR%%/fonts/SourceCodePro-Regular.ttf
|
||||
%%DATADIR%%/fonts/SourceCodePro.txt
|
||||
%%DATADIR%%/generic-highlighter/syntax/alert.xml
|
||||
|
|
@ -317,18 +328,18 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/generic-highlighter/syntax/licenses/LICENSE.GPLv3
|
||||
%%DATADIR%%/generic-highlighter/syntax/licenses/LICENSE.LGPLv21
|
||||
%%DATADIR%%/generic-highlighter/syntax/licenses/LICENSE.LGPLv3
|
||||
%%DATADIR%%/generic-highlighter/syntax/makefile.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/markdown.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/modelines.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/perl.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/powershell.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/python.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/qdocconf.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/ruby.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/spdx-comments.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/toml.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/valgrind-suppression.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/xml.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/yacc.xml
|
||||
%%DATADIR%%/generic-highlighter/syntax/yaml.xml
|
||||
%%DATADIR%%/glsl/glsl_120.frag
|
||||
%%DATADIR%%/glsl/glsl_120.vert
|
||||
%%DATADIR%%/glsl/glsl_120_common.glsl
|
||||
|
|
@ -343,6 +354,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/indexer_preincludes/qglobal.h
|
||||
%%DATADIR%%/indexer_preincludes/windows.h
|
||||
%%DATADIR%%/modeleditor/standard.def
|
||||
%%DATADIR%%/package-manager/LICENSE.conan
|
||||
%%DATADIR%%/package-manager/auto-setup.cmake
|
||||
%%DATADIR%%/package-manager/conan.cmake
|
||||
%%DATADIR%%/package-manager/conan_provider.cmake
|
||||
|
|
@ -383,15 +395,18 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/NewEffectDialog.qml
|
||||
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/NewFolderDialog.qml
|
||||
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/RenameFolderDialog.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/CollectionDetailsEditDelegate.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/CollectionDetailsToolbar.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/CollectionDetailsView.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/CollectionItem.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/CollectionView.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/CsvImport.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/ColorViewDelegate.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/EditPropertyDialog.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/IconTextButton.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/JsonImport.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/ImportDialog.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/Message.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/ModelSourceItem.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/NewCollectionDialog.qml
|
||||
%%DATADIR%%/qmldesigner/collectionEditorQmlSource/SingleCollectionView.qml
|
||||
%%DATADIR%%/qmldesigner/connectionseditor/BindingsDialog.qml
|
||||
%%DATADIR%%/qmldesigner/connectionseditor/BindingsDialogForm.qml
|
||||
%%DATADIR%%/qmldesigner/connectionseditor/BindingsListView.qml
|
||||
|
|
@ -403,7 +418,6 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/connectionseditor/MyListViewDelegate.qml
|
||||
%%DATADIR%%/qmldesigner/connectionseditor/MyTreeViewDelegate.qml
|
||||
%%DATADIR%%/qmldesigner/connectionseditor/Pill.qml
|
||||
%%DATADIR%%/qmldesigner/connectionseditor/PopupDialog.qml
|
||||
%%DATADIR%%/qmldesigner/connectionseditor/PopupLabel.qml
|
||||
%%DATADIR%%/qmldesigner/connectionseditor/PropertiesDialog.qml
|
||||
%%DATADIR%%/qmldesigner/connectionseditor/PropertiesDialogForm.qml
|
||||
|
|
@ -433,28 +447,31 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/edit3dQmlSource/BakeLightsProgressDialog.qml
|
||||
%%DATADIR%%/qmldesigner/edit3dQmlSource/BakeLightsSetupDialog.qml
|
||||
%%DATADIR%%/qmldesigner/edit3dQmlSource/SnapConfigurationDialog.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectCompositionNode.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectCompositionNodeUniform.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectMaker.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectMakerPreview.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectMakerTopBar.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectNode.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/EffectNodesComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/PreviewImagesComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueBool.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueColor.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueDefine.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueFloat.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueImage.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueInt.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueVec2.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueVec3.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/ValueVec4.qml
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/images/preview0.png
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/images/preview1.png
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/images/preview2.png
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/images/preview3.png
|
||||
%%DATADIR%%/qmldesigner/effectMakerQmlSources/images/preview4.png
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/BlurHelper.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/EffectComposer.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/EffectComposerPreview.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/EffectComposerTopBar.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/EffectCompositionNode.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/EffectCompositionNodeUniform.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/EffectNode.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/EffectNodesComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/PreviewImagesComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/SaveAsDialog.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/SaveChangesDialog.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/ValueBool.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/ValueColor.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/ValueDefine.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/ValueFloat.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/ValueImage.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/ValueInt.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/ValueVec2.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/ValueVec3.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/ValueVec4.qml
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/images/preview0.png
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/images/preview1.png
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/images/preview2.png
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/images/preview3.png
|
||||
%%DATADIR%%/qmldesigner/effectComposerQmlSources/images/preview4.png
|
||||
%%DATADIR%%/qmldesigner/feedback/FeedbackPopup.qml
|
||||
%%DATADIR%%/qmldesigner/feedback/star_empty.png
|
||||
%%DATADIR%%/qmldesigner/feedback/star_empty@2x.png
|
||||
|
|
@ -548,8 +565,6 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/Vector3dEditorTemplate.template
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/Vector4dEditorTemplate.template
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QML/QtObjectPane.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/Qt5HelperWindow.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/Qt6HelperWindow.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/AudioOutputSpecifics.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/AudioSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/MediaPlayerSection.qml
|
||||
|
|
@ -564,6 +579,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AlignDistributeSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimatedImageSpecifics.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimatedSpriteSpecifics.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/BorderImageSpecifics.qml
|
||||
|
|
@ -687,10 +703,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CheckBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditor.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditorPopup.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLine.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLogic.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorPalette.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorPicker.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentSection.qml
|
||||
|
|
@ -714,7 +727,6 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPresetTabContent.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPropertySpinBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HorizontalScrollBar.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HueSlider.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconIndicator.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconLabel.qml
|
||||
|
|
@ -726,10 +738,8 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LineEdit.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LinkIndicator2D.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ListViewComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LuminanceSlider.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/MarginSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/MultiIconLabel.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OpacitySlider.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginControl.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginIndicator.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginSelector.qml
|
||||
|
|
@ -774,6 +784,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ButtonRow.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ColorEditor.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBoxInput.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ContextMenu.qml
|
||||
|
|
@ -781,6 +792,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/DialogButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/DialogButtonBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/FilterComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/IconIndicator.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Indicator.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/InfinityLoopIndicator.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ItemDelegate.qml
|
||||
|
|
@ -791,6 +803,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuItem.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuItemWithIcon.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuSeparator.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/PopupDialog.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ProgressBar.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RadioButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSliderPopup.qml
|
||||
|
|
@ -816,9 +829,16 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextArea.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextField.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ToolTip.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ToolTipArea.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TopLevelComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TransientScrollBar.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TranslationIndicator.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/impl/ColorEditorPopup.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/impl/ColorPalette.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/impl/ColorPicker.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/impl/HueSlider.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/impl/LuminanceSlider.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/impl/OpacitySlider.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/qmldir
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ConnectionPopupButtonStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ConnectionPopupControlStyle.qml
|
||||
|
|
@ -826,6 +846,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ControlStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/DefaultStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/MicroToolbarButtonStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/PrimaryButtonStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/SearchControlStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/StatesControlStyle.qml
|
||||
|
|
@ -839,6 +860,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/qmldir
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/quick.metainfo
|
||||
%%DATADIR%%/qmldesigner/qt4mcu/metadata.qml
|
||||
%%DATADIR%%/qmldesigner/qt4mcu/qul-14.qml
|
||||
%%DATADIR%%/qmldesigner/qt4mcu/qul-17.qml
|
||||
|
|
@ -1051,11 +1073,15 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/wizard.json
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/CMakeLists.importmodule.txt.tpl
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/Constants.qml.tpl
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/DataStore.qml.tpl
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/DirectoryFontLoader.qml.tpl
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/EventListModel.qml.tpl
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/EventListSimulator.qml.tpl
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/JsonData.qml.tpl
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/data.json.tpl
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/designer/plugin.metainfo
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/importmodule.qmldir.tpl
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/models.json.tpl
|
||||
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/qmldir
|
||||
%%DATADIR%%/qmldesigner/textureEditorQmlSource/EmptyTextureEditorPane.qml
|
||||
%%DATADIR%%/qmldesigner/textureEditorQmlSource/TextureEditorPane.qml
|
||||
|
|
@ -1065,6 +1091,84 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmldesigner/toolbar/CrumbleBread.qml
|
||||
%%DATADIR%%/qmldesigner/toolbar/Main.qml
|
||||
%%DATADIR%%/qmldesigner/toolbar/ToolbarButton.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/BrandBar.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/CheckButton.ui.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/CustomDialog.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/CustomDialogButtonBox.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/CustomGrid.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/CustomScrollBar.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/CustomScrollView.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/DialogButton.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/DownloadButton.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/DownloadPanel.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/DownloadProgressBar.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/FigmaButton.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/MainGridStack.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/MainScreen.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/PushButton.ui.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/RangeMapper.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/SocialButton.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/StringMapper.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/Tag.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/TagArea.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/TestControlPanel.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/ThumbnailDelegate.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/TourDialogButton.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/TourModel.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/TourProgressBar.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/TourRestartButton.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/TourThumbnailDelegate.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/TwirlButton.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/WelcomePage.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/WelcomeScreen.qmlproject
|
||||
%%DATADIR%%/qmldesigner/welcomepage/YoutubeButton.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/fonts/fonts.txt
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/adding-assets.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/animation-2d.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/border-arc.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/complex-shapes.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/congratulations.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/connecting-components.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/ds.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/ellipse-pie.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/figmaDarkNormal.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/figmaHover.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/figmaLightNormal.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/newThumbnail.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/noPreview.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/place_holder.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/sorting-components.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/states.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/thumbnailImage.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/thumbnail_test.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/top-toolbar.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/welcome-page.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/workspaces.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/youtubeDarkHover.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/youtubeDarkNormal.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/youtubeLightHover.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/images/youtubeLightNormal.png
|
||||
%%DATADIR%%/qmldesigner/welcomepage/imports/UiTour/Highlight.ui.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/imports/UiTour/Slide.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/imports/UiTour/SlideNavButton.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/imports/UiTour/SlidePlayer.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/imports/UiTour/SlideShow.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/imports/UiTour/StrongHighlight.ui.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/imports/UiTour/gradientRect.webp
|
||||
%%DATADIR%%/qmldesigner/welcomepage/imports/UiTour/qmldir
|
||||
%%DATADIR%%/qmldesigner/welcomepage/imports/WelcomeScreen/Constants.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/imports/WelcomeScreen/designer/plugin.metainfo
|
||||
%%DATADIR%%/qmldesigner/welcomepage/imports/WelcomeScreen/qmldir
|
||||
%%DATADIR%%/qmldesigner/welcomepage/main.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/main.qml.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/mockData/ExampleCheckout/FileDownloader.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/mockData/ExampleCheckout/FileExtractor.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/mockData/ExampleCheckout/qmldir
|
||||
%%DATADIR%%/qmldesigner/welcomepage/mockData/projectmodel/ProjectModel.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/mockData/projectmodel/qmldir
|
||||
%%DATADIR%%/qmldesigner/welcomepage/mockData/usagestatistics/UsageStatisticModel.qml
|
||||
%%DATADIR%%/qmldesigner/welcomepage/mockData/usagestatistics/qmldir
|
||||
%%DATADIR%%/qmldesigner/welcomepage/qtquickcontrols2.conf
|
||||
%%DATADIR%%/qmldesigner/workspacePresets/Advanced-3D.wrk
|
||||
%%DATADIR%%/qmldesigner/workspacePresets/Animation-2D.wrk
|
||||
%%DATADIR%%/qmldesigner/workspacePresets/Animation-3D.wrk
|
||||
|
|
@ -1129,6 +1233,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/qmlicons/Qt/16x16/item-icon16.png
|
||||
%%DATADIR%%/qmlicons/QtWebkit/16x16/WebView.png
|
||||
%%DATADIR%%/schemes/MS_Visual_C++.kms
|
||||
%%DATADIR%%/schemes/MS_Visual_Studio_Code.kms
|
||||
%%DATADIR%%/schemes/Xcode.kms
|
||||
%%DATADIR%%/snippets/cmake.xml
|
||||
%%DATADIR%%/snippets/cpp.xml
|
||||
|
|
@ -1238,6 +1343,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/templates/wizards/files/testing/wizard.json
|
||||
%%DATADIR%%/templates/wizards/files/text/file.txt
|
||||
%%DATADIR%%/templates/wizards/files/text/wizard.json
|
||||
%%DATADIR%%/templates/wizards/files/translation/wizard.json
|
||||
%%DATADIR%%/templates/wizards/global/consoleapplication.png
|
||||
%%DATADIR%%/templates/wizards/global/consoleapplication@2x.png
|
||||
%%DATADIR%%/templates/wizards/global/guiapplication.png
|
||||
|
|
@ -1307,6 +1413,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.pyproject
|
||||
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/requirements.txt
|
||||
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget/main.pyproject
|
||||
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/CMakeLists.6.x.txt
|
||||
|
|
@ -1378,16 +1485,19 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
|
|||
%%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin.h
|
||||
%%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin_global.h
|
||||
%%DATADIR%%/templates/wizards/qtcreatorplugin/mypluginconstants.h
|
||||
%%DATADIR%%/templates/wizards/qtcreatorplugin/myplugintr.h
|
||||
%%DATADIR%%/templates/wizards/qtcreatorplugin/qtcreatorplugin.png
|
||||
%%DATADIR%%/templates/wizards/qtcreatorplugin/qtcreatorplugin@2x.png
|
||||
%%DATADIR%%/templates/wizards/qtcreatorplugin/wizard.json
|
||||
%%DATADIR%%/themes/dark.creatortheme
|
||||
%%DATADIR%%/themes/dark.figmatokens
|
||||
%%DATADIR%%/themes/default.creatortheme
|
||||
%%DATADIR%%/themes/design-light.creatortheme
|
||||
%%DATADIR%%/themes/design.creatortheme
|
||||
%%DATADIR%%/themes/flat-dark.creatortheme
|
||||
%%DATADIR%%/themes/flat-light.creatortheme
|
||||
%%DATADIR%%/themes/flat.creatortheme
|
||||
%%DATADIR%%/themes/light.figmatokens
|
||||
%%DATADIR%%/translations/qtcreator_cs.qm
|
||||
%%DATADIR%%/translations/qtcreator_da.qm
|
||||
%%DATADIR%%/translations/qtcreator_de.qm
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= ruby-build
|
||||
PORTVERSION= 20240416
|
||||
PORTVERSION= 20240423
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel ruby
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1713447388
|
||||
SHA256 (rbenv-ruby-build-v20240416_GH0.tar.gz) = aace976e204b37c52d30c7896d3906318b32f4db795ea380bada668621b59abb
|
||||
SIZE (rbenv-ruby-build-v20240416_GH0.tar.gz) = 89325
|
||||
TIMESTAMP = 1713878506
|
||||
SHA256 (rbenv-ruby-build-v20240423_GH0.tar.gz) = f482cf3f2dfcff5f12c14756cf8b09dc9467885e70a834d99c0ace7353617d36
|
||||
SIZE (rbenv-ruby-build-v20240423_GH0.tar.gz) = 89592
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
PKGNAMEPREFIX= ruby-
|
||||
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
MAINTAINER= michaelo@apache.org
|
||||
COMMENT= Ruby bindings for version control system
|
||||
WWW= https://subversion.apache.org/
|
||||
|
||||
USES+= compiler:c11 ruby
|
||||
|
||||
PORTREVISION_LATEST= 1
|
||||
PORTREVISION_LTS= 1
|
||||
PORTREVISION_LATEST= 2
|
||||
PORTREVISION_LTS= 2
|
||||
|
||||
SVN_BUILD_BINDINGS= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -14,13 +14,15 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= libSDL2pp
|
||||
GH_PROJECT= libSDL2pp
|
||||
|
||||
USES= cmake compiler:c++17-lang sdl
|
||||
CMAKE_ARGS= -DSDL2PP_ENABLE_LIVE_TESTS=OFF
|
||||
USES= cmake:testing compiler:c++17-lang sdl
|
||||
USE_SDL= sdl2 image2 mixer2 ttf2
|
||||
CMAKE_TESTING_ON=SDL2PP_WITH_TESTS
|
||||
CMAKE_OFF= SDL2PP_ENABLE_LIVE_TESTS \
|
||||
SDL2PP_WITH_TESTS
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS DOXYGEN
|
||||
OPTIONS_DEFINE= DOCS DOXYGEN
|
||||
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
||||
DOXYGEN_ALL_TARGET= all doxygen
|
||||
DOXYGEN_IMPLIES= DOCS
|
||||
|
|
@ -32,7 +34,4 @@ post-install-DOCS-on:
|
|||
post-install-DOXYGEN-on:
|
||||
@cd ${CONFIGURE_WRKSRC} && ${COPYTREE_SHARE} doxygen ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
do-test:
|
||||
@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/ctest -V
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
PORTNAME= subversion-book
|
||||
DISTVERSION= 4515
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel misc
|
||||
MASTER_SITES= LOCAL/lev
|
||||
DISTFILES= # empty
|
||||
DIST_SUBDIR= subversion18
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
MAINTAINER= michaelo@apache.org
|
||||
COMMENT= Subversion Documentation HTML/PDF
|
||||
WWW= https://svnbook.red-bean.com/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PKGNAMESUFFIX= -lts
|
||||
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
MAINTAINER= michaelo@apache.org
|
||||
COMMENT= Version control system, long-term-support version
|
||||
WWW= https://subversion.apache.org/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= upnp
|
||||
DISTVERSIONPREFIX= release-
|
||||
DISTVERSION= 1.14.18
|
||||
DISTVERSION= 1.14.19
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1692972015
|
||||
SHA256 (pupnp-pupnp-release-1.14.18_GH0.tar.gz) = 8b038be04c04886b6304c0878f7eb502c8f4800524acf44ce8f9cd7f9319df90
|
||||
SIZE (pupnp-pupnp-release-1.14.18_GH0.tar.gz) = 811092
|
||||
TIMESTAMP = 1713812560
|
||||
SHA256 (pupnp-pupnp-release-1.14.19_GH0.tar.gz) = d9a9c929604080ec8292dd278debb65b090e528c53fc73e4565c7cbb60e13e89
|
||||
SIZE (pupnp-pupnp-release-1.14.19_GH0.tar.gz) = 814300
|
||||
|
|
|
|||
|
|
@ -31,6 +31,6 @@ lib/libixml.so.11.1.2
|
|||
lib/libupnp.a
|
||||
lib/libupnp.so
|
||||
lib/libupnp.so.17
|
||||
lib/libupnp.so.17.1.9
|
||||
lib/libupnp.so.17.1.10
|
||||
libdata/pkgconfig/libupnp.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/UPnP_Programming_Guide.pdf
|
||||
|
|
|
|||
|
|
@ -233,6 +233,7 @@
|
|||
SUBDIR += pluma-plugins
|
||||
SUBDIR += poedit
|
||||
SUBDIR += poke
|
||||
SUBDIR += pragtical
|
||||
SUBDIR += psgml
|
||||
SUBDIR += puff
|
||||
SUBDIR += py-babi
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= lite-xl
|
||||
PORTVERSION= 2.1.3
|
||||
PORTVERSION= 2.1.4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= editors
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ MESON_ARGS= -Duse_system_lua=true
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_PROJECT= ${PORTNAME}-colors:colors ${PORTNAME}-plugins:plugins
|
||||
GH_TAGNAME= ad3b053:colors 66a42c3:plugins
|
||||
GH_TAGNAME= 42c897c:colors b25f2b2:plugins
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
TIMESTAMP = 1706485669
|
||||
SHA256 (lite-xl-lite-xl-v2.1.3_GH0.tar.gz) = a13c423588a5549e42fda7dfe9064bd3776b6202c170c7bb493d96a692360383
|
||||
SIZE (lite-xl-lite-xl-v2.1.3_GH0.tar.gz) = 552500
|
||||
SHA256 (lite-xl-lite-xl-colors-ad3b053_GH0.tar.gz) = 5d5ddf5185a17ee90220be0cb26ad05103b9a1a72304d248d625ec12c961c2db
|
||||
SIZE (lite-xl-lite-xl-colors-ad3b053_GH0.tar.gz) = 24706
|
||||
SHA256 (lite-xl-lite-xl-plugins-66a42c3_GH0.tar.gz) = 9f2976a6a3c4e802edbbfc293a6fe557cddf60cbed59c16770e32370c4c60b74
|
||||
SIZE (lite-xl-lite-xl-plugins-66a42c3_GH0.tar.gz) = 211026
|
||||
TIMESTAMP = 1713264471
|
||||
SHA256 (lite-xl-lite-xl-v2.1.4_GH0.tar.gz) = 611ab123a131bae990dc2103072a9c102171403b77e30169f557d3516f502cf6
|
||||
SIZE (lite-xl-lite-xl-v2.1.4_GH0.tar.gz) = 553567
|
||||
SHA256 (lite-xl-lite-xl-colors-42c897c_GH0.tar.gz) = 5a1a469739c9a2dbdd46b17441515fe9dfb9bb9d17913a8ffe6e8403a73a34e2
|
||||
SIZE (lite-xl-lite-xl-colors-42c897c_GH0.tar.gz) = 25646
|
||||
SHA256 (lite-xl-lite-xl-plugins-b25f2b2_GH0.tar.gz) = 602e21ea4b0b11fc4489732c87a1317b38a16dded1323abf313018e28a5ce51d
|
||||
SIZE (lite-xl-lite-xl-plugins-b25f2b2_GH0.tar.gz) = 295542
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ share/applications/org.lite_xl.lite_xl.desktop
|
|||
%%DATADIR%%/colors/fall.lua
|
||||
%%DATADIR%%/colors/flexoki_dark.lua
|
||||
%%DATADIR%%/colors/flexoki_light.lua
|
||||
%%DATADIR%%/colors/focus.lua
|
||||
%%DATADIR%%/colors/github-dark-dimmed.lua
|
||||
%%DATADIR%%/colors/github.lua
|
||||
%%DATADIR%%/colors/github_dark.lua
|
||||
|
|
@ -150,7 +151,10 @@ share/applications/org.lite_xl.lite_xl.desktop
|
|||
%%DATADIR%%/plugins/extra/eval.lua
|
||||
%%DATADIR%%/plugins/extra/exec.lua
|
||||
%%DATADIR%%/plugins/extra/extend_selection_line.lua
|
||||
%%DATADIR%%/plugins/extra/font_nonicons.lua
|
||||
%%DATADIR%%/plugins/extra/font_symbols_nerdfont_mono_regular.lua
|
||||
%%DATADIR%%/plugins/extra/fontconfig.lua
|
||||
%%DATADIR%%/plugins/extra/fontpreview.lua
|
||||
%%DATADIR%%/plugins/extra/force_syntax.lua
|
||||
%%DATADIR%%/plugins/extra/ghmarkdown.lua
|
||||
%%DATADIR%%/plugins/extra/gitopen.lua
|
||||
|
|
@ -214,12 +218,17 @@ share/applications/org.lite_xl.lite_xl.desktop
|
|||
%%DATADIR%%/plugins/language_assembly_x86.lua
|
||||
%%DATADIR%%/plugins/language_autohotkey_v1.lua
|
||||
%%DATADIR%%/plugins/language_batch.lua
|
||||
%%DATADIR%%/plugins/language_bazel.lua
|
||||
%%DATADIR%%/plugins/language_bib.lua
|
||||
%%DATADIR%%/plugins/language_blade.lua
|
||||
%%DATADIR%%/plugins/language_blueprint.lua
|
||||
%%DATADIR%%/plugins/language_brainfuck.lua
|
||||
%%DATADIR%%/plugins/language_buzz.lua
|
||||
%%DATADIR%%/plugins/language_c.lua
|
||||
%%DATADIR%%/plugins/language_c7.lua
|
||||
%%DATADIR%%/plugins/language_caddyfile.lua
|
||||
%%DATADIR%%/plugins/language_carbon.lua
|
||||
%%DATADIR%%/plugins/language_clojure.lua
|
||||
%%DATADIR%%/plugins/language_cmake.lua
|
||||
%%DATADIR%%/plugins/language_cpp.lua
|
||||
%%DATADIR%%/plugins/language_csharp.lua
|
||||
|
|
@ -229,18 +238,22 @@ share/applications/org.lite_xl.lite_xl.desktop
|
|||
%%DATADIR%%/plugins/language_dart.lua
|
||||
%%DATADIR%%/plugins/language_diff.lua
|
||||
%%DATADIR%%/plugins/language_edp.lua
|
||||
%%DATADIR%%/plugins/language_ejs.lua
|
||||
%%DATADIR%%/plugins/language_elixir.lua
|
||||
%%DATADIR%%/plugins/language_elm.lua
|
||||
%%DATADIR%%/plugins/language_erb.lua
|
||||
%%DATADIR%%/plugins/language_fe.lua
|
||||
%%DATADIR%%/plugins/language_fennel.lua
|
||||
%%DATADIR%%/plugins/language_fortran.lua
|
||||
%%DATADIR%%/plugins/language_fstab.lua
|
||||
%%DATADIR%%/plugins/language_gabc.lua
|
||||
%%DATADIR%%/plugins/language_gdscript.lua
|
||||
%%DATADIR%%/plugins/language_glsl.lua
|
||||
%%DATADIR%%/plugins/language_gmi.lua
|
||||
%%DATADIR%%/plugins/language_go.lua
|
||||
%%DATADIR%%/plugins/language_graphql.lua
|
||||
%%DATADIR%%/plugins/language_gravity.lua
|
||||
%%DATADIR%%/plugins/language_groovy.lua
|
||||
%%DATADIR%%/plugins/language_hare.lua
|
||||
%%DATADIR%%/plugins/language_haxe.lua
|
||||
%%DATADIR%%/plugins/language_hlsl.lua
|
||||
|
|
@ -254,6 +267,7 @@ share/applications/org.lite_xl.lite_xl.desktop
|
|||
%%DATADIR%%/plugins/language_json.lua
|
||||
%%DATADIR%%/plugins/language_jsx.lua
|
||||
%%DATADIR%%/plugins/language_julia.lua
|
||||
%%DATADIR%%/plugins/language_kotlin.lua
|
||||
%%DATADIR%%/plugins/language_lilypond.lua
|
||||
%%DATADIR%%/plugins/language_liquid.lua
|
||||
%%DATADIR%%/plugins/language_lobster.lua
|
||||
|
|
@ -271,6 +285,7 @@ share/applications/org.lite_xl.lite_xl.desktop
|
|||
%%DATADIR%%/plugins/language_nix.lua
|
||||
%%DATADIR%%/plugins/language_objc.lua
|
||||
%%DATADIR%%/plugins/language_odin.lua
|
||||
%%DATADIR%%/plugins/language_openscad.lua
|
||||
%%DATADIR%%/plugins/language_perl.lua
|
||||
%%DATADIR%%/plugins/language_php.lua
|
||||
%%DATADIR%%/plugins/language_pico8.lua
|
||||
|
|
@ -287,6 +302,7 @@ share/applications/org.lite_xl.lite_xl.desktop
|
|||
%%DATADIR%%/plugins/language_scala.lua
|
||||
%%DATADIR%%/plugins/language_sh.lua
|
||||
%%DATADIR%%/plugins/language_ssh_config.lua
|
||||
%%DATADIR%%/plugins/language_swift.lua
|
||||
%%DATADIR%%/plugins/language_tal.lua
|
||||
%%DATADIR%%/plugins/language_tcl.lua
|
||||
%%DATADIR%%/plugins/language_teal.lua
|
||||
|
|
@ -294,6 +310,7 @@ share/applications/org.lite_xl.lite_xl.desktop
|
|||
%%DATADIR%%/plugins/language_toml.lua
|
||||
%%DATADIR%%/plugins/language_ts.lua
|
||||
%%DATADIR%%/plugins/language_tsx.lua
|
||||
%%DATADIR%%/plugins/language_typst.lua
|
||||
%%DATADIR%%/plugins/language_umka.lua
|
||||
%%DATADIR%%/plugins/language_v.lua
|
||||
%%DATADIR%%/plugins/language_wren.lua
|
||||
|
|
|
|||
50
editors/pragtical/Makefile
Normal file
50
editors/pragtical/Makefile
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
PORTNAME= pragtical
|
||||
PORTVERSION= 3.3.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Practical and pragmatic code editor
|
||||
WWW= https://pragtical.dev/
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||
libpcre2-8.so:devel/pcre2 \
|
||||
libuchardet.so:textproc/uchardet
|
||||
|
||||
USES= desktop-file-utils localbase:ldflags meson pkgconfig sdl
|
||||
USE_SDL= sdl2
|
||||
MESON_ARGS= -Duse_system_lua=true -Dppm=false
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_PROJECT= colors:clr plugins:plg widget:wgt
|
||||
GH_TAGNAME= 83be02c:clr eeab671:plg a5f14c2:wgt
|
||||
GH_SUBDIR= data/widget:wgt subprojects/colors:clr \
|
||||
subprojects/plugins:plg
|
||||
|
||||
PORTDOCS= changelog.md licenses.md
|
||||
|
||||
OPTIONS_DEFINE= JIT DOCS
|
||||
OPTIONS_DEFAULT= JIT
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
JIT_DESC= Use Lua JIT compiler
|
||||
JIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-devel
|
||||
JIT_USES_OFF= lua:54
|
||||
JIT_MESON_OFF= -Djit=false
|
||||
|
||||
post-extract:
|
||||
.for sp in colors plugins
|
||||
@cd ${WRKSRC}/subprojects && ${CP} -a packagefiles/${sp}/* ${sp}
|
||||
.endfor
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/host_machine\.system/s,linux,${OPSYS:tl},' \
|
||||
${WRKSRC}/meson.build
|
||||
|
||||
post-install-DOCS-on:
|
||||
${INSTALL_DATA} ${WRKSRC}/changelog.md ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
9
editors/pragtical/distinfo
Normal file
9
editors/pragtical/distinfo
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
TIMESTAMP = 1713472267
|
||||
SHA256 (pragtical-pragtical-v3.3.1_GH0.tar.gz) = 10b6c12ddfdc496ec6e8fed64ac1aa494d80d7b79e2609c585143db7e3b165d2
|
||||
SIZE (pragtical-pragtical-v3.3.1_GH0.tar.gz) = 1076416
|
||||
SHA256 (pragtical-colors-83be02c_GH0.tar.gz) = e3e3170acee8b06b910f81302848f279d28b271fc4212afa801af0b8deaa1386
|
||||
SIZE (pragtical-colors-83be02c_GH0.tar.gz) = 28734
|
||||
SHA256 (pragtical-plugins-eeab671_GH0.tar.gz) = 8a4b484004a2bc60cfb9c6065d506398b7b5a221011a3831de50d5efec0cf53a
|
||||
SIZE (pragtical-plugins-eeab671_GH0.tar.gz) = 282170
|
||||
SHA256 (pragtical-widget-a5f14c2_GH0.tar.gz) = 4ae22a8db8b88ba1bbdd907cf42d49a838694f5fbd18faed350b1ca717c16d8b
|
||||
SIZE (pragtical-widget-a5f14c2_GH0.tar.gz) = 51861
|
||||
13
editors/pragtical/files/patch-src_main.c
Normal file
13
editors/pragtical/files/patch-src_main.c
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- src/main.c.orig 2024-04-18 20:31:07 UTC
|
||||
+++ src/main.c
|
||||
@@ -101,6 +101,10 @@ void set_macos_bundle_resources(lua_State *L);
|
||||
#define ARCH_PROCESSOR "aarch64"
|
||||
#elif defined(__arm__) || defined(_M_ARM)
|
||||
#define ARCH_PROCESSOR "arm"
|
||||
+ #elif defined(__powerpc64__)
|
||||
+ #define ARCH_PROCESSOR "ppc64"
|
||||
+ #elif defined(__powerpc__)
|
||||
+ #define ARCH_PROCESSOR "ppc"
|
||||
#endif
|
||||
|
||||
#if _WIN32
|
||||
7
editors/pragtical/pkg-descr
Normal file
7
editors/pragtical/pkg-descr
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Pragtical is a code editor which was forked from Lite XL, written mostly in
|
||||
Lua with a focus on being practical rather than minimalist. The name of the
|
||||
editor is a mixture of the words `pragmatic' and `practical', two words that
|
||||
properly define the project's development approach and differentiate it from
|
||||
its ancestors by striving to make Pragtical an editor that has amplified the
|
||||
set of features, better out of the box experience, while keeping an eye on
|
||||
performance and ease of extensibility.
|
||||
278
editors/pragtical/pkg-plist
Normal file
278
editors/pragtical/pkg-plist
Normal file
|
|
@ -0,0 +1,278 @@
|
|||
bin/pragtical
|
||||
share/applications/org.pragtical.pragtical.desktop
|
||||
share/icons/hicolor/scalable/apps/pragtical.svg
|
||||
share/metainfo/org.pragtical.pragtical.appdata.xml
|
||||
%%DATADIR%%/bit.lua
|
||||
%%DATADIR%%/colors/abyss.lua
|
||||
%%DATADIR%%/colors/bearded-theme-vivid-black.lua
|
||||
%%DATADIR%%/colors/betelgeuse.lua
|
||||
%%DATADIR%%/colors/c0mfy.lua
|
||||
%%DATADIR%%/colors/catppuccin-frappe.lua
|
||||
%%DATADIR%%/colors/catppuccin-latte.lua
|
||||
%%DATADIR%%/colors/catppuccin-macchiato.lua
|
||||
%%DATADIR%%/colors/catppuccin-mocha.lua
|
||||
%%DATADIR%%/colors/cold_lime.lua
|
||||
%%DATADIR%%/colors/default.lua
|
||||
%%DATADIR%%/colors/dracula.lua
|
||||
%%DATADIR%%/colors/duorand.lua
|
||||
%%DATADIR%%/colors/duotone.lua
|
||||
%%DATADIR%%/colors/everforest.lua
|
||||
%%DATADIR%%/colors/fall.lua
|
||||
%%DATADIR%%/colors/flexoki_dark.lua
|
||||
%%DATADIR%%/colors/flexoki_light.lua
|
||||
%%DATADIR%%/colors/focus.lua
|
||||
%%DATADIR%%/colors/github-dark-dimmed.lua
|
||||
%%DATADIR%%/colors/github.lua
|
||||
%%DATADIR%%/colors/github_dark.lua
|
||||
%%DATADIR%%/colors/gruvbox_dark.lua
|
||||
%%DATADIR%%/colors/gruvbox_light.lua
|
||||
%%DATADIR%%/colors/jb-fleet.lua
|
||||
%%DATADIR%%/colors/jellybeans.lua
|
||||
%%DATADIR%%/colors/liqube.lua
|
||||
%%DATADIR%%/colors/mariana.lua
|
||||
%%DATADIR%%/colors/moe.lua
|
||||
%%DATADIR%%/colors/monodark.lua
|
||||
%%DATADIR%%/colors/monokai-pro-classic.lua
|
||||
%%DATADIR%%/colors/monokai-sublime.lua
|
||||
%%DATADIR%%/colors/monokai.lua
|
||||
%%DATADIR%%/colors/nord.lua
|
||||
%%DATADIR%%/colors/onedark.lua
|
||||
%%DATADIR%%/colors/only_dark.lua
|
||||
%%DATADIR%%/colors/plasma.lua
|
||||
%%DATADIR%%/colors/predawn.lua
|
||||
%%DATADIR%%/colors/rose-pine-dawn.lua
|
||||
%%DATADIR%%/colors/rose-pine-moon.lua
|
||||
%%DATADIR%%/colors/rose-pine.lua
|
||||
%%DATADIR%%/colors/solarized_dark.lua
|
||||
%%DATADIR%%/colors/solarized_light.lua
|
||||
%%DATADIR%%/colors/solarobj.lua
|
||||
%%DATADIR%%/colors/summer.lua
|
||||
%%DATADIR%%/colors/synthwave.lua
|
||||
%%DATADIR%%/colors/textadept.lua
|
||||
%%DATADIR%%/colors/tokyo-night.lua
|
||||
%%DATADIR%%/colors/vscode-dark.lua
|
||||
%%DATADIR%%/colors/winter.lua
|
||||
%%DATADIR%%/colors/yaru.lua
|
||||
%%DATADIR%%/colors/yaru_dark.lua
|
||||
%%DATADIR%%/colors/zenburn.lua
|
||||
%%JIT%%%%DATADIR%%/compat/init.lua
|
||||
%%JIT%%%%DATADIR%%/compat/module.lua
|
||||
%%DATADIR%%/core/bit.lua
|
||||
%%DATADIR%%/core/cli.lua
|
||||
%%DATADIR%%/core/command.lua
|
||||
%%DATADIR%%/core/commands/command.lua
|
||||
%%DATADIR%%/core/commands/core.lua
|
||||
%%DATADIR%%/core/commands/dialog.lua
|
||||
%%DATADIR%%/core/commands/doc.lua
|
||||
%%DATADIR%%/core/commands/files.lua
|
||||
%%DATADIR%%/core/commands/findreplace.lua
|
||||
%%DATADIR%%/core/commands/log.lua
|
||||
%%DATADIR%%/core/commands/root.lua
|
||||
%%DATADIR%%/core/commands/statusbar.lua
|
||||
%%DATADIR%%/core/commandview.lua
|
||||
%%DATADIR%%/core/common.lua
|
||||
%%DATADIR%%/core/config.lua
|
||||
%%DATADIR%%/core/contextmenu.lua
|
||||
%%DATADIR%%/core/dirwatch.lua
|
||||
%%DATADIR%%/core/doc/encodings.lua
|
||||
%%DATADIR%%/core/doc/highlighter.lua
|
||||
%%DATADIR%%/core/doc/init.lua
|
||||
%%DATADIR%%/core/doc/search.lua
|
||||
%%DATADIR%%/core/doc/translate.lua
|
||||
%%DATADIR%%/core/docview.lua
|
||||
%%DATADIR%%/core/emptyview.lua
|
||||
%%DATADIR%%/core/ime.lua
|
||||
%%DATADIR%%/core/init.lua
|
||||
%%DATADIR%%/core/jitsetup.lua
|
||||
%%DATADIR%%/core/keymap-macos.lua
|
||||
%%DATADIR%%/core/keymap.lua
|
||||
%%DATADIR%%/core/logview.lua
|
||||
%%DATADIR%%/core/modkeys-generic.lua
|
||||
%%DATADIR%%/core/modkeys-macos.lua
|
||||
%%DATADIR%%/core/nagview.lua
|
||||
%%DATADIR%%/core/node.lua
|
||||
%%DATADIR%%/core/object.lua
|
||||
%%DATADIR%%/core/project.lua
|
||||
%%DATADIR%%/core/regex.lua
|
||||
%%DATADIR%%/core/rootview.lua
|
||||
%%DATADIR%%/core/scrollbar.lua
|
||||
%%DATADIR%%/core/start.lua
|
||||
%%DATADIR%%/core/statusview.lua
|
||||
%%DATADIR%%/core/strict.lua
|
||||
%%DATADIR%%/core/style.lua
|
||||
%%DATADIR%%/core/syntax.lua
|
||||
%%DATADIR%%/core/titleview.lua
|
||||
%%DATADIR%%/core/tokenizer.lua
|
||||
%%DATADIR%%/core/utf8string.lua
|
||||
%%DATADIR%%/core/view.lua
|
||||
%%DATADIR%%/dirmonitor.lua
|
||||
%%DATADIR%%/encoding.lua
|
||||
%%DATADIR%%/fonts/FiraSans-Regular.ttf
|
||||
%%DATADIR%%/fonts/JetBrainsMono-Regular.ttf
|
||||
%%DATADIR%%/fonts/icons.ttf
|
||||
%%DATADIR%%/globals.lua
|
||||
%%DATADIR%%/plugins/autocomplete.lua
|
||||
%%DATADIR%%/plugins/autoreload.lua
|
||||
%%DATADIR%%/plugins/contextmenu.lua
|
||||
%%DATADIR%%/plugins/detectindent.lua
|
||||
%%DATADIR%%/plugins/drawwhitespace.lua
|
||||
%%DATADIR%%/plugins/findfile.lua
|
||||
%%DATADIR%%/plugins/ipc.lua
|
||||
%%DATADIR%%/plugins/language_R.lua
|
||||
%%DATADIR%%/plugins/language_angelscript.lua
|
||||
%%DATADIR%%/plugins/language_assembly_riscv.lua
|
||||
%%DATADIR%%/plugins/language_assembly_x86.lua
|
||||
%%DATADIR%%/plugins/language_autohotkey_v1.lua
|
||||
%%DATADIR%%/plugins/language_batch.lua
|
||||
%%DATADIR%%/plugins/language_bib.lua
|
||||
%%DATADIR%%/plugins/language_blade.lua
|
||||
%%DATADIR%%/plugins/language_blueprint.lua
|
||||
%%DATADIR%%/plugins/language_brainfuck.lua
|
||||
%%DATADIR%%/plugins/language_buzz.lua
|
||||
%%DATADIR%%/plugins/language_c.lua
|
||||
%%DATADIR%%/plugins/language_c7.lua
|
||||
%%DATADIR%%/plugins/language_caddyfile.lua
|
||||
%%DATADIR%%/plugins/language_carbon.lua
|
||||
%%DATADIR%%/plugins/language_clojure.lua
|
||||
%%DATADIR%%/plugins/language_cmake.lua
|
||||
%%DATADIR%%/plugins/language_cpp.lua
|
||||
%%DATADIR%%/plugins/language_csharp.lua
|
||||
%%DATADIR%%/plugins/language_css.lua
|
||||
%%DATADIR%%/plugins/language_cue.lua
|
||||
%%DATADIR%%/plugins/language_d.lua
|
||||
%%DATADIR%%/plugins/language_dart.lua
|
||||
%%DATADIR%%/plugins/language_diff.lua
|
||||
%%DATADIR%%/plugins/language_edp.lua
|
||||
%%DATADIR%%/plugins/language_ejs.lua
|
||||
%%DATADIR%%/plugins/language_elixir.lua
|
||||
%%DATADIR%%/plugins/language_elm.lua
|
||||
%%DATADIR%%/plugins/language_erb.lua
|
||||
%%DATADIR%%/plugins/language_fe.lua
|
||||
%%DATADIR%%/plugins/language_fennel.lua
|
||||
%%DATADIR%%/plugins/language_fortran.lua
|
||||
%%DATADIR%%/plugins/language_fstab.lua
|
||||
%%DATADIR%%/plugins/language_gabc.lua
|
||||
%%DATADIR%%/plugins/language_gdscript.lua
|
||||
%%DATADIR%%/plugins/language_glsl.lua
|
||||
%%DATADIR%%/plugins/language_gmi.lua
|
||||
%%DATADIR%%/plugins/language_go.lua
|
||||
%%DATADIR%%/plugins/language_graphql.lua
|
||||
%%DATADIR%%/plugins/language_gravity.lua
|
||||
%%DATADIR%%/plugins/language_groovy.lua
|
||||
%%DATADIR%%/plugins/language_hare.lua
|
||||
%%DATADIR%%/plugins/language_haxe.lua
|
||||
%%DATADIR%%/plugins/language_hlsl.lua
|
||||
%%DATADIR%%/plugins/language_hs.lua
|
||||
%%DATADIR%%/plugins/language_htaccess.lua
|
||||
%%DATADIR%%/plugins/language_html.lua
|
||||
%%DATADIR%%/plugins/language_ini.lua
|
||||
%%DATADIR%%/plugins/language_java.lua
|
||||
%%DATADIR%%/plugins/language_jiyu.lua
|
||||
%%DATADIR%%/plugins/language_js.lua
|
||||
%%DATADIR%%/plugins/language_json.lua
|
||||
%%DATADIR%%/plugins/language_jsx.lua
|
||||
%%DATADIR%%/plugins/language_julia.lua
|
||||
%%DATADIR%%/plugins/language_lilypond.lua
|
||||
%%DATADIR%%/plugins/language_liquid.lua
|
||||
%%DATADIR%%/plugins/language_lobster.lua
|
||||
%%DATADIR%%/plugins/language_lox.lua
|
||||
%%DATADIR%%/plugins/language_lua.lua
|
||||
%%DATADIR%%/plugins/language_make.lua
|
||||
%%DATADIR%%/plugins/language_marte.lua
|
||||
%%DATADIR%%/plugins/language_md.lua
|
||||
%%DATADIR%%/plugins/language_meson.lua
|
||||
%%DATADIR%%/plugins/language_miniscript.lua
|
||||
%%DATADIR%%/plugins/language_moon.lua
|
||||
%%DATADIR%%/plugins/language_nelua.lua
|
||||
%%DATADIR%%/plugins/language_nginx.lua
|
||||
%%DATADIR%%/plugins/language_nim.lua
|
||||
%%DATADIR%%/plugins/language_nix.lua
|
||||
%%DATADIR%%/plugins/language_objc.lua
|
||||
%%DATADIR%%/plugins/language_odin.lua
|
||||
%%DATADIR%%/plugins/language_perl.lua
|
||||
%%DATADIR%%/plugins/language_php.lua
|
||||
%%DATADIR%%/plugins/language_pico8.lua
|
||||
%%DATADIR%%/plugins/language_pkgbuild.lua
|
||||
%%DATADIR%%/plugins/language_po.lua
|
||||
%%DATADIR%%/plugins/language_powershell.lua
|
||||
%%DATADIR%%/plugins/language_psql.lua
|
||||
%%DATADIR%%/plugins/language_python.lua
|
||||
%%DATADIR%%/plugins/language_rescript.lua
|
||||
%%DATADIR%%/plugins/language_rivet.lua
|
||||
%%DATADIR%%/plugins/language_ruby.lua
|
||||
%%DATADIR%%/plugins/language_rust.lua
|
||||
%%DATADIR%%/plugins/language_sass.lua
|
||||
%%DATADIR%%/plugins/language_scala.lua
|
||||
%%DATADIR%%/plugins/language_sh.lua
|
||||
%%DATADIR%%/plugins/language_ssh_config.lua
|
||||
%%DATADIR%%/plugins/language_swift.lua
|
||||
%%DATADIR%%/plugins/language_tal.lua
|
||||
%%DATADIR%%/plugins/language_tcl.lua
|
||||
%%DATADIR%%/plugins/language_teal.lua
|
||||
%%DATADIR%%/plugins/language_tex.lua
|
||||
%%DATADIR%%/plugins/language_toml.lua
|
||||
%%DATADIR%%/plugins/language_ts.lua
|
||||
%%DATADIR%%/plugins/language_tsx.lua
|
||||
%%DATADIR%%/plugins/language_typst.lua
|
||||
%%DATADIR%%/plugins/language_umka.lua
|
||||
%%DATADIR%%/plugins/language_v.lua
|
||||
%%DATADIR%%/plugins/language_wren.lua
|
||||
%%DATADIR%%/plugins/language_xml.lua
|
||||
%%DATADIR%%/plugins/language_yaml.lua
|
||||
%%DATADIR%%/plugins/language_zig.lua
|
||||
%%DATADIR%%/plugins/lineguide.lua
|
||||
%%DATADIR%%/plugins/linewrapping.lua
|
||||
%%DATADIR%%/plugins/macro.lua
|
||||
%%DATADIR%%/plugins/projectsearch.lua
|
||||
%%DATADIR%%/plugins/quote.lua
|
||||
%%DATADIR%%/plugins/reflow.lua
|
||||
%%DATADIR%%/plugins/scale.lua
|
||||
%%DATADIR%%/plugins/search_ui.lua
|
||||
%%DATADIR%%/plugins/settings.lua
|
||||
%%DATADIR%%/plugins/tabularize.lua
|
||||
%%DATADIR%%/plugins/toolbarview.lua
|
||||
%%DATADIR%%/plugins/treeview.lua
|
||||
%%DATADIR%%/plugins/trimwhitespace.lua
|
||||
%%DATADIR%%/plugins/workspace.lua
|
||||
%%DATADIR%%/process.lua
|
||||
%%DATADIR%%/regex.lua
|
||||
%%DATADIR%%/renderer.lua
|
||||
%%DATADIR%%/shmem.lua
|
||||
%%DATADIR%%/string.lua
|
||||
%%DATADIR%%/system.lua
|
||||
%%DATADIR%%/thread.lua
|
||||
%%DATADIR%%/utf8extra.lua
|
||||
%%DATADIR%%/widget/LICENSE
|
||||
%%DATADIR%%/widget/README.md
|
||||
%%DATADIR%%/widget/button.lua
|
||||
%%DATADIR%%/widget/checkbox.lua
|
||||
%%DATADIR%%/widget/colorpicker.lua
|
||||
%%DATADIR%%/widget/colorpickerdialog.lua
|
||||
%%DATADIR%%/widget/dialog.lua
|
||||
%%DATADIR%%/widget/examples/floating.lua
|
||||
%%DATADIR%%/widget/examples/listbox.lua
|
||||
%%DATADIR%%/widget/examples/messagebox.lua
|
||||
%%DATADIR%%/widget/examples/notebook.lua
|
||||
%%DATADIR%%/widget/examples/search.lua
|
||||
%%DATADIR%%/widget/filepicker.lua
|
||||
%%DATADIR%%/widget/foldingbook.lua
|
||||
%%DATADIR%%/widget/fontdialog.lua
|
||||
%%DATADIR%%/widget/fonts/cache.lua
|
||||
%%DATADIR%%/widget/fonts/info.lua
|
||||
%%DATADIR%%/widget/fonts/init.lua
|
||||
%%DATADIR%%/widget/fontslist.lua
|
||||
%%DATADIR%%/widget/init.lua
|
||||
%%DATADIR%%/widget/inputdialog.lua
|
||||
%%DATADIR%%/widget/itemslist.lua
|
||||
%%DATADIR%%/widget/keybinddialog.lua
|
||||
%%DATADIR%%/widget/label.lua
|
||||
%%DATADIR%%/widget/line.lua
|
||||
%%DATADIR%%/widget/listbox.lua
|
||||
%%DATADIR%%/widget/messagebox.lua
|
||||
%%DATADIR%%/widget/notebook.lua
|
||||
%%DATADIR%%/widget/numberbox.lua
|
||||
%%DATADIR%%/widget/progressbar.lua
|
||||
%%DATADIR%%/widget/scrollbar.lua
|
||||
%%DATADIR%%/widget/selectbox.lua
|
||||
%%DATADIR%%/widget/textbox.lua
|
||||
%%DATADIR%%/widget/toggle.lua
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= rpcs3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.0.31-16364 # git rev-list --count HEAD
|
||||
DISTVERSIONSUFFIX= -gdff7352e2e
|
||||
DISTVERSION= 0.0.31-16374 # git rev-list --count HEAD
|
||||
DISTVERSIONSUFFIX= -g862727e9bf
|
||||
CATEGORIES= emulators wayland
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1713569891
|
||||
SHA256 (RPCS3-rpcs3-v0.0.31-16364-gdff7352e2e_GH0.tar.gz) = 074a210bd55384c3b71a4ccd434776b08eea837ae0a73f90ccbb7f5d397f1397
|
||||
SIZE (RPCS3-rpcs3-v0.0.31-16364-gdff7352e2e_GH0.tar.gz) = 8641057
|
||||
TIMESTAMP = 1713827381
|
||||
SHA256 (RPCS3-rpcs3-v0.0.31-16374-g862727e9bf_GH0.tar.gz) = 9002d55a9768f4b2098d697c8ea996f653603cf6ff5899c1b8f4450749c9dd1d
|
||||
SIZE (RPCS3-rpcs3-v0.0.31-16374-g862727e9bf_GH0.tar.gz) = 8646758
|
||||
SHA256 (RPCS3-hidapi-hidapi-0.14.0-2-g8b43a97_GH0.tar.gz) = 109ba77362885d60e274930f637735ee75df2850fe99e3f1c3a5b9d1187f8cb6
|
||||
SIZE (RPCS3-hidapi-hidapi-0.14.0-2-g8b43a97_GH0.tar.gz) = 348879
|
||||
SHA256 (RPCS3-soundtouch-2.3.1-68-g394e1f5_GH0.tar.gz) = e24af82c51547341e2dfd43af03c1847abfd8d27334d667e6a51943f7f505cbe
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= anki
|
||||
DISTVERSION= 24.04
|
||||
DISTVERSION= 24.04.1
|
||||
# Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes
|
||||
CATEGORIES= games education python
|
||||
MASTER_SITES= LOCAL/kai/:yarncache
|
||||
|
|
@ -44,8 +44,8 @@ USES= cargo desktop-file-utils ninja nodejs:build pyqt:6 python:3.9+ \
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ankitects
|
||||
# Translation files
|
||||
GH_TUPLE= ankitects:anki-core-i18n:c74c15b:ftlrslib \
|
||||
ankitects:anki-desktop-ftl:06ad12d:ftlextra
|
||||
GH_TUPLE= ankitects:anki-core-i18n:e3af3c9:ftlrslib \
|
||||
ankitects:anki-desktop-ftl:4515531:ftlextra
|
||||
|
||||
USE_PYQT= pyqt6 sip:build webengine
|
||||
|
||||
|
|
@ -84,7 +84,7 @@ MPV_RUN_DEPENDS= mpv:multimedia/mpv
|
|||
# Should contain the most recent commit that reflects ${DISTVERSION} and must
|
||||
# be exactly 8 digits otherwise the check for newer versions won't work as
|
||||
# expected.
|
||||
_MY_BUILDHASH= 429bc9e1
|
||||
_MY_BUILDHASH= ccd9ca1a
|
||||
# Remove ${CARGO_BUILD_TARGET} from ${CARGO_ENV} to avoid problems with
|
||||
# hardcoded paths as the "runner" build system expects its components
|
||||
# in ${WRKSRC}/out/rust/debug
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1711874457
|
||||
SHA256 (anki-yarn-cache-24.04.tar.gz) = 44f1de419cee0e36a06556438e7b52b59968964d6dbe28716f5fbd6b2a3a2ec7
|
||||
SIZE (anki-yarn-cache-24.04.tar.gz) = 328999684
|
||||
TIMESTAMP = 1713786119
|
||||
SHA256 (anki-yarn-cache-24.04.1.tar.gz) = b4dcd73ce528d41ab4ddcfafe397e46facbbe6955b0dbe6886aa4ecd63a6965f
|
||||
SIZE (anki-yarn-cache-24.04.1.tar.gz) = 328998462
|
||||
SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb
|
||||
SIZE (rust/crates/addr2line-0.21.0.crate) = 40807
|
||||
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
|
||||
|
|
@ -1319,9 +1319,9 @@ SHA256 (ankitects-rust-url-bb930b8d089f4d30d7d19c12e54e66191de47b88_GH0.tar.gz)
|
|||
SIZE (ankitects-rust-url-bb930b8d089f4d30d7d19c12e54e66191de47b88_GH0.tar.gz) = 394844
|
||||
SHA256 (ankitects-linkcheck-184b2ca50ed39ca43da13f0b830a463861adb9ca_GH0.tar.gz) = 58ac773ba2e7c76a9ec3f59ee9571576d76e74d58c4974a1d606d6976e1be70e
|
||||
SIZE (ankitects-linkcheck-184b2ca50ed39ca43da13f0b830a463861adb9ca_GH0.tar.gz) = 19408
|
||||
SHA256 (ankitects-anki-24.04_GH0.tar.gz) = 65cbaf6d3f5ad27cfba65de9a6d24af6782490acd10e7dfc9e2e49ab6ca26a96
|
||||
SIZE (ankitects-anki-24.04_GH0.tar.gz) = 2394512
|
||||
SHA256 (ankitects-anki-core-i18n-c74c15b_GH0.tar.gz) = bac0fb7e7607a7c7a0f7d94c2e8d496ce30de74f6a190466cc69fb29c3ff4151
|
||||
SIZE (ankitects-anki-core-i18n-c74c15b_GH0.tar.gz) = 1286716
|
||||
SHA256 (ankitects-anki-desktop-ftl-06ad12d_GH0.tar.gz) = 884195634313b0dd924d5bf17a4720da9851744e7c5d087cfc935fae19b8c61b
|
||||
SIZE (ankitects-anki-desktop-ftl-06ad12d_GH0.tar.gz) = 218490
|
||||
SHA256 (ankitects-anki-24.04.1_GH0.tar.gz) = 7cebd7745830392f9b6ec62c2300f3c45c934969b47f25275ecee0ee53f9aa68
|
||||
SIZE (ankitects-anki-24.04.1_GH0.tar.gz) = 2394990
|
||||
SHA256 (ankitects-anki-core-i18n-e3af3c9_GH0.tar.gz) = cc200bd648b33242445972ebe4d793839abb8cef53901cd116dea2ed4e542344
|
||||
SIZE (ankitects-anki-core-i18n-e3af3c9_GH0.tar.gz) = 1295301
|
||||
SHA256 (ankitects-anki-desktop-ftl-4515531_GH0.tar.gz) = 53e7b96e2d82a40be859d3dfa0ce1ea62d8f706d58baddcb8e183f7d7a8e6e12
|
||||
SIZE (ankitects-anki-desktop-ftl-4515531_GH0.tar.gz) = 218559
|
||||
|
|
|
|||
|
|
@ -1,29 +0,0 @@
|
|||
From: Escape0707 <tothesong@gmail.com>
|
||||
Date: Fri, 5 Apr 2024 21:12:06 +0900
|
||||
Subject: [PATCH] Ignore exception raised by pip_system_certs not found (#3114)
|
||||
|
||||
This dependency usually doesn't benefit Linux distros with requests library
|
||||
configured to use system certificate already. And is not packaged by most
|
||||
distros. Making it optional will make most Linux users' installation much
|
||||
easier.
|
||||
|
||||
Obtained from:
|
||||
|
||||
https://github.com/ankitects/anki/commit/97efd49cd8db15a84d2ae2701d21b8283e37bc8c
|
||||
|
||||
--- qt/aqt/__init__.py.orig 2024-03-31 06:57:06 UTC
|
||||
+++ qt/aqt/__init__.py
|
||||
@@ -6,7 +6,12 @@ import sys
|
||||
import logging
|
||||
import sys
|
||||
|
||||
-import pip_system_certs.wrapt_requests
|
||||
+try:
|
||||
+ import pip_system_certs.wrapt_requests
|
||||
+except ModuleNotFoundError:
|
||||
+ print(
|
||||
+ "Python module pip_system_certs is not installed. System certificate store and custom SSL certificates may not work. See: https://github.com/ankitects/anki/issues/3016"
|
||||
+ )
|
||||
|
||||
if sys.version_info[0] < 3 or sys.version_info[1] < 9:
|
||||
raise Exception("Anki requires Python 3.9+")
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pioneer
|
||||
DISTVERSION= 20230203
|
||||
DISTVERSION= 20240314
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
|
|
@ -23,6 +23,7 @@ LICENSE_PERMS_DejaVu= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|||
LICENSE_PERMS_IUP= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
LICENSE_PERMS_SIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
BROKEN_FreeBSD_13= fails to build
|
||||
# XXX: if you have similar error, try adding failing arch to USE_CHRONO condition in contrib/profiler/Profiler.h
|
||||
BROKEN_xxx= fails to build: contrib/profiler/Profiler.h:158:51: inconsistent operand constraints in an 'asm'
|
||||
|
||||
|
|
@ -39,10 +40,11 @@ GH_ACCOUNT= pioneerspacesim
|
|||
ALL_TARGET= all build-data
|
||||
CMAKE_ARGS= -DPIONEER_DATA_DIR:PATH="${DATADIR}/data"
|
||||
CMAKE_ON= USE_SYSTEM_LIBGLEW USE_SYSTEM_LIBLUA
|
||||
CMAKE_OFF= FMT_INSTALL
|
||||
|
||||
PORTDATA= data
|
||||
PORTDOCS= AUTHORS.txt Changelog.txt Modelviewer.txt Quickstart.txt \
|
||||
README.md
|
||||
PORTDATA= *
|
||||
PORTDOCS= AUTHORS.txt Changelog.txt Quickstart.txt \
|
||||
README.md editor.txt
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
|
@ -55,17 +57,6 @@ DOCS_SUB_LIST= QUICKSTART_PATH="${DOCSDIR}"
|
|||
DOCS_SUB_LIST_OFF= QUICKSTART_PATH="https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${GH_TAGNAME}"
|
||||
PROFILER_CMAKE_BOOL= PROFILER_ENABLED
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^include(FindGit/d ; \
|
||||
/TIMESTAMP PROJECT_VERSION/s|.*|set(PROJECT_VERSION "${GH_TAGNAME}")|' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
|
||||
post-install:
|
||||
.for f in modelcompiler savegamedump
|
||||
${MV} ${STAGEDIR}${PREFIX}/bin/${f} \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${f}
|
||||
.endfor
|
||||
|
||||
post-install-DOCS-on:
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1675424098
|
||||
SHA256 (pioneerspacesim-pioneer-20230203_GH0.tar.gz) = 80eea94e0f7e4d8e6a0c4629bdfb89201f82aae2f59ee7a1f7a487eeeccf27c7
|
||||
SIZE (pioneerspacesim-pioneer-20230203_GH0.tar.gz) = 541032264
|
||||
TIMESTAMP = 1711646408
|
||||
SHA256 (pioneerspacesim-pioneer-20240314_GH0.tar.gz) = 9cd31abd3e4d90cb589ecd628118dfb76ad5e98638361da666d76539b3269c3f
|
||||
SIZE (pioneerspacesim-pioneer-20240314_GH0.tar.gz) = 574924215
|
||||
|
|
|
|||
|
|
@ -1,12 +1,18 @@
|
|||
--- CMakeLists.txt.orig 2023-02-03 14:29:13 UTC
|
||||
--- CMakeLists.txt.orig 2024-03-14 20:05:43 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -71,6 +71,9 @@ if (HAS_FECLEAREXCEPT AND HAS_FEENABLEEXCEPT AND HAS_F
|
||||
set(HAS_FPE_OPS ON)
|
||||
endif()
|
||||
@@ -336,6 +336,7 @@ add_executable(modelcompiler src/modelcompiler.cpp)
|
||||
add_executable(${PROJECT_NAME} WIN32 src/main.cpp ${RESOURCES})
|
||||
add_executable(unittest ${UNITTEST_CXX_FILES})
|
||||
add_executable(modelcompiler src/modelcompiler.cpp)
|
||||
+set_target_properties(modelcompiler PROPERTIES OUTPUT_NAME pioneer-modelcompiler)
|
||||
add_executable(savegamedump
|
||||
src/savegamedump.cpp
|
||||
src/JsonUtils.cpp
|
||||
@@ -345,6 +346,7 @@ add_executable(savegamedump
|
||||
src/Lang.cpp
|
||||
${FILESYSTEM_CXX_FILES}
|
||||
)
|
||||
+set_target_properties(savegamedump PROPERTIES OUTPUT_NAME pioneer-savegamedump)
|
||||
|
||||
+include(CheckCXXSourceCompiles)
|
||||
+check_cxx_source_compiles("#include <cstddef>\nvoid foo(size_t){}; void foo(unsigned int){};int main(){}" SIZE_T_AND_UNSIGNED_INT_ARE_DIFFERENT_TYPES)
|
||||
+
|
||||
if (NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
|
||||
"Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel."
|
||||
find_program(NATURALDOCS NAMES naturaldocs)
|
||||
if (NATURALDOCS)
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
--- buildopts.h.cmakein.orig 2023-02-03 08:11:26 UTC
|
||||
+++ buildopts.h.cmakein
|
||||
@@ -9,6 +9,7 @@
|
||||
#cmakedefine01 WITH_OBJECTVIEWER
|
||||
#cmakedefine01 WITH_DEVKEYS
|
||||
#cmakedefine01 HAS_FPE_OPS
|
||||
+#cmakedefine01 SIZE_T_AND_UNSIGNED_INT_ARE_DIFFERENT_TYPES
|
||||
#cmakedefine REMOTE_LUA_REPL
|
||||
|
||||
#endif /* BUILDOPTS_H */
|
||||
13
games/pioneer/files/patch-src_core_macros.h
Normal file
13
games/pioneer/files/patch-src_core_macros.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- src/core/macros.h.orig 2024-03-14 20:05:43 UTC
|
||||
+++ src/core/macros.h
|
||||
@@ -45,6 +45,10 @@ char (&COUNTOF_Helper(T (&array)[N]))[N];
|
||||
#include <malloc.h>
|
||||
#define stackalloc(T, n) reinterpret_cast<T *>(_alloca(sizeof(T) * n))
|
||||
#else
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <stdlib.h>
|
||||
+#else
|
||||
#include <alloca.h>
|
||||
+#endif
|
||||
#define stackalloc(T, n) reinterpret_cast<T *>(alloca(sizeof(T) * n))
|
||||
#endif
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue