diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 48348b2aaa5..1c421ad18a1 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,6 +1,7 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- DISTVERSION= 3.5.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com @@ -11,7 +12,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= conan:sysutils/conan \ - rapidjson>0:devel/rapidjson + rapidjson>0:devel/rapidjson \ + lv2>0:audio/lv2 LIB_DEPENDS= libexpat.so:textproc/expat2 \ libharfbuzz.so:print/harfbuzz \ liblilv-0.so:audio/lilv \ diff --git a/audio/logitechmediaserver/Makefile b/audio/logitechmediaserver/Makefile index 77b84411bff..26db1ede052 100644 --- a/audio/logitechmediaserver/Makefile +++ b/audio/logitechmediaserver/Makefile @@ -37,7 +37,7 @@ SHEBANG_FILES= Bin/darwin/check-update.pl \ slimserver.pl \ ${WRKSRC_vendor}/CPAN/hints/darwin.pl -PORTSCOUT= skipv:10.0.3,10.0.4 +PORTSCOUT= skipv:10.0.3,10.0.4,release-10.0.0.0 SUB_FILES= Custom.pm \ custom-convert.conf \ diff --git a/biology/py-pyrodigal/Makefile b/biology/py-pyrodigal/Makefile index 7d135a8b0e3..4dd1a482af3 100644 --- a/biology/py-pyrodigal/Makefile +++ b/biology/py-pyrodigal/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyrodigal -DISTVERSION= 3.4.1 +DISTVERSION= 3.5.0 CATEGORIES= biology python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/biology/py-pyrodigal/distinfo b/biology/py-pyrodigal/distinfo index ce200fb3c95..673151f16f3 100644 --- a/biology/py-pyrodigal/distinfo +++ b/biology/py-pyrodigal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716658828 -SHA256 (pyrodigal-3.4.1.tar.gz) = 65963ad8cf651f408758e7fa74cbf793eae9720310f0ef8781ee1a285d435326 -SIZE (pyrodigal-3.4.1.tar.gz) = 2577599 +TIMESTAMP = 1721281827 +SHA256 (pyrodigal-3.5.0.tar.gz) = f80bf17a2388e4007c65312c7ed84b661e0244be1ef8ef74006f4967a3591d09 +SIZE (pyrodigal-3.5.0.tar.gz) = 2578346 diff --git a/cad/py-cocotb/Makefile b/cad/py-cocotb/Makefile index 41ae5db9cf5..0a4fd6632c2 100644 --- a/cad/py-cocotb/Makefile +++ b/cad/py-cocotb/Makefile @@ -1,6 +1,6 @@ PORTNAME= cocotb DISTVERSIONPREFIX= v -DISTVERSION= 1.8.1 +DISTVERSION= 1.9.0 CATEGORIES= cad python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/cad/py-cocotb/distinfo b/cad/py-cocotb/distinfo index 741fe045c40..4c2216efc9a 100644 --- a/cad/py-cocotb/distinfo +++ b/cad/py-cocotb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696905738 -SHA256 (cocotb-cocotb-v1.8.1_GH0.tar.gz) = 4cfa4ac615e6ebed25e4af96e048e2dc3e808f328ac1db97f2a57c4e1142e6b0 -SIZE (cocotb-cocotb-v1.8.1_GH0.tar.gz) = 654022 +TIMESTAMP = 1721206460 +SHA256 (cocotb-cocotb-v1.9.0_GH0.tar.gz) = 7e014bf98051b8a2c986161eeb2b58609646c2661b1f54007732ec3684ecc78b +SIZE (cocotb-cocotb-v1.9.0_GH0.tar.gz) = 670173 diff --git a/databases/Makefile b/databases/Makefile index 14cbeddc4d2..1e6dbfa8720 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -480,6 +480,7 @@ SUBDIR += p5-SQL-Maker SUBDIR += p5-SQL-NamedPlaceholder SUBDIR += p5-SQL-ReservedWords + SUBDIR += p5-SQL-SplitStatement SUBDIR += p5-SQL-Statement SUBDIR += p5-SQL-Translator SUBDIR += p5-SQLite-Work diff --git a/databases/p5-DBIx-Class-DeploymentHandler/Makefile b/databases/p5-DBIx-Class-DeploymentHandler/Makefile index eac20bdf35a..740c9de7f69 100644 --- a/databases/p5-DBIx-Class-DeploymentHandler/Makefile +++ b/databases/p5-DBIx-Class-DeploymentHandler/Makefile @@ -1,5 +1,5 @@ PORTNAME= DBIx-Class-DeploymentHandler -PORTVERSION= 0.002233 +PORTVERSION= 0.002234 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,26 +10,31 @@ WWW= https://metacpan.org/release/DBIx-Class-DeploymentHandler LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= \ - p5-Carp-Clan>0:devel/p5-Carp-Clan \ - p5-Context-Preserve>0:devel/p5-Context-Preserve \ - p5-DBIx-Class>=0.08121:databases/p5-DBIx-Class \ - p5-Log-Contextual>=0.005005:devel/p5-Log-Contextual \ - p5-Method-Signatures-Simple>=0.05:devel/p5-Method-Signatures-Simple \ - p5-Moose>=1:devel/p5-Moose \ - p5-MooseX-Role-Parameterized>=0.18:devel/p5-MooseX-Role-Parameterized \ - p5-SQL-Translator>=0.11005:databases/p5-SQL-Translator \ - p5-Sub-Exporter-Progressive>0:devel/p5-Sub-Exporter-Progressive \ - p5-Text-Brew>=0.02:textproc/p5-Text-Brew \ - p5-Try-Tiny>0:lang/p5-Try-Tiny \ - p5-Type-Tiny>=1.004004:devel/p5-Type-Tiny \ - p5-YAML>0.66:textproc/p5-YAML \ - p5-namespace-autoclean>0:devel/p5-namespace-autoclean +RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \ + p5-Context-Preserve>=0.01:devel/p5-Context-Preserve \ + p5-DBIx-Class>=0.081210:databases/p5-DBIx-Class \ + p5-Log-Contextual>=0.005005:devel/p5-Log-Contextual \ + p5-Moose>=1:devel/p5-Moose \ + p5-MooseX-Role-Parameterized>=0.18:devel/p5-MooseX-Role-Parameterized \ + p5-Path-Class>=0.26:devel/p5-Path-Class \ + p5-SQL-SplitStatement>=1.00020:databases/p5-SQL-SplitStatement \ + p5-SQL-Translator>=1.63:databases/p5-SQL-Translator \ + p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive \ + p5-Text-Brew>=0.02:textproc/p5-Text-Brew \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny \ + p5-YAML>=0.66:textproc/p5-YAML \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean +TEST_DEPENDS= p5-DBD-SQLite>=1.35:databases/p5-DBD-SQLite \ + p5-Test-Fatal>=0.006:devel/p5-Test-Fatal \ + p5-Test-Requires>=0.06:devel/p5-Test-Requires \ + p5-aliased>=0:devel/p5-aliased USES= perl5 USE_PERL5= configure -NO_ARCH= YES + +NO_ARCH= yes .include diff --git a/databases/p5-DBIx-Class-DeploymentHandler/distinfo b/databases/p5-DBIx-Class-DeploymentHandler/distinfo index 90ef3e25ce9..545374c79e0 100644 --- a/databases/p5-DBIx-Class-DeploymentHandler/distinfo +++ b/databases/p5-DBIx-Class-DeploymentHandler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648128476 -SHA256 (DBIx-Class-DeploymentHandler-0.002233.tar.gz) = 954016d0bb7423facc82558430ac3260deff37d675a2dc1cbc3dd43b70b833ae -SIZE (DBIx-Class-DeploymentHandler-0.002233.tar.gz) = 78923 +TIMESTAMP = 1721280262 +SHA256 (DBIx-Class-DeploymentHandler-0.002234.tar.gz) = 42409757bcd46e303b9ff0e54a861109a6a4a978dcc71ce7a7a7b824019a2be8 +SIZE (DBIx-Class-DeploymentHandler-0.002234.tar.gz) = 80188 diff --git a/databases/p5-DR-Tarantool/Makefile b/databases/p5-DR-Tarantool/Makefile index 206a7f829c4..e01fe6c550d 100644 --- a/databases/p5-DR-Tarantool/Makefile +++ b/databases/p5-DR-Tarantool/Makefile @@ -8,7 +8,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl driver for Tarantool -WWW= https://metacpan.org/release/DR-Tarantool +WWW= https://metacpan.org/release/DR-Tarantool \ + https://github.com/dr-co/dr-tarantool LICENSE= ART10 diff --git a/databases/p5-DR-Tarantool/pkg-descr b/databases/p5-DR-Tarantool/pkg-descr index 414d6888af6..e9759a679f3 100644 --- a/databases/p5-DR-Tarantool/pkg-descr +++ b/databases/p5-DR-Tarantool/pkg-descr @@ -3,5 +3,3 @@ This module provides a synchronous and asynchronous driver for Tarantool. The driver does not have external dependencies, but includes the official light-weight Tarantool C client (a single C header which implements all protocol formatting) for packing requests and unpacking server responses. - -See also: https://github.com/dr-co/dr-tarantool diff --git a/databases/p5-SQL-SplitStatement/Makefile b/databases/p5-SQL-SplitStatement/Makefile new file mode 100644 index 00000000000..86ad3f2a097 --- /dev/null +++ b/databases/p5-SQL-SplitStatement/Makefile @@ -0,0 +1,27 @@ +PORTNAME= SQL-SplitStatement +PORTVERSION= 1.00023 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Split any SQL code into atomic statements +WWW= https://metacpan.org/dist/SQL-SplitStatement + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common +TEST_DEPENDS= p5-Test-Differences>=0.680:devel/p5-Test-Differences \ + p5-Test-Exception>=0.27:devel/p5-Test-Exception + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include diff --git a/databases/p5-SQL-SplitStatement/distinfo b/databases/p5-SQL-SplitStatement/distinfo new file mode 100644 index 00000000000..3c5b96d4083 --- /dev/null +++ b/databases/p5-SQL-SplitStatement/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1721280200 +SHA256 (SQL-SplitStatement-1.00023.tar.gz) = 1a748420cd2ad341c2524ef1185b76ef7172969f17a9e4bab6f4376f0de9f35e +SIZE (SQL-SplitStatement-1.00023.tar.gz) = 63709 diff --git a/databases/p5-SQL-SplitStatement/pkg-descr b/databases/p5-SQL-SplitStatement/pkg-descr new file mode 100644 index 00000000000..bad86fbc8df --- /dev/null +++ b/databases/p5-SQL-SplitStatement/pkg-descr @@ -0,0 +1,17 @@ +SQL::SplitStatement is a simple module which tries to split any SQL code, even +including non-standard extensions, into the atomic statements it is composed of. + +The logic used to split the SQL code is more sophisticated than a raw split on +the ; (semicolon) character: first, various different statement terminator +tokens are recognized (see below for the list), then this module is able to +correctly handle the presence of said tokens inside identifiers, values, +comments, BEGIN ... END blocks (even nested), dollar-quoted strings, MySQL +custom DELIMITERs, procedural code etc., as (partially) exemplified in the +"SYNOPSIS" above. + +Consider however that this is by no means a validating parser (technically +speaking, it's just a context-sensitive tokenizer). It should rather be seen as +an in-progress heuristic approach, which will gradually improve as test cases +will be reported. This also means that, except for the "LIMITATIONS" detailed +below, there is no known (to the author) SQL code the most current release of +this module can't correctly split. diff --git a/databases/p5-SQL-SplitStatement/pkg-plist b/databases/p5-SQL-SplitStatement/pkg-plist new file mode 100644 index 00000000000..c959247c43c --- /dev/null +++ b/databases/p5-SQL-SplitStatement/pkg-plist @@ -0,0 +1,6 @@ +bin/sql-split +%%SITE_PERL%%/SQL/SplitStatement.pm +%%SITE_PERL%%/SQL/SplitStatement/Tokenizer.pm +%%PERL5_MAN1%%/sql-split.1.gz +%%PERL5_MAN3%%/SQL::SplitStatement.3.gz +%%PERL5_MAN3%%/SQL::SplitStatement::Tokenizer.3.gz diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index 9d51e1e3567..18882ae25db 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 25.5.1 +PORTVERSION= 25.6.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlglot/distinfo b/databases/py-sqlglot/distinfo index 90b9fba5110..bc6df935886 100644 --- a/databases/py-sqlglot/distinfo +++ b/databases/py-sqlglot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720536488 -SHA256 (sqlglot-25.5.1.tar.gz) = c167eac4536dd6ed202fee5107b76b8cb05db85550a47e8448bf6452c4780158 -SIZE (sqlglot-25.5.1.tar.gz) = 19034839 +TIMESTAMP = 1721280208 +SHA256 (sqlglot-25.6.0.tar.gz) = 4c68fbf78f31606a99a75650de710db80a0d6bc32f04d0839626629ae624a3c9 +SIZE (sqlglot-25.6.0.tar.gz) = 19040214 diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile index 6ff785a69b4..b0449ed91db 100644 --- a/deskutils/just/Makefile +++ b/deskutils/just/Makefile @@ -1,5 +1,5 @@ PORTNAME= just -DISTVERSION= 1.31.0 +DISTVERSION= 1.32.0 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org @@ -30,12 +30,12 @@ CARGO_CRATES= aho-corasick-1.1.3 \ autocfg-1.3.0 \ bitflags-1.3.2 \ bitflags-2.6.0 \ - blake3-1.5.2 \ + blake3-1.5.3 \ block-buffer-0.10.4 \ bstr-0.2.17 \ bumpalo-3.16.0 \ camino-1.1.7 \ - cc-1.1.4 \ + cc-1.1.5 \ cfg-if-1.0.0 \ cfg_aliases-0.1.1 \ chrono-0.4.38 \ @@ -139,8 +139,8 @@ CARGO_CRATES= aho-corasick-1.1.3 \ temptree-0.2.0 \ terminal_size-0.3.0 \ textwrap-0.11.0 \ - thiserror-1.0.62 \ - thiserror-impl-1.0.62 \ + thiserror-1.0.63 \ + thiserror-impl-1.0.63 \ typed-arena-2.0.2 \ typenum-1.17.0 \ unicase-2.7.0 \ diff --git a/deskutils/just/distinfo b/deskutils/just/distinfo index 8668d110cd0..394eb67c146 100644 --- a/deskutils/just/distinfo +++ b/deskutils/just/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1721103218 +TIMESTAMP = 1721308255 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 @@ -29,8 +29,8 @@ SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c9 SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/bitflags-2.6.0.crate) = b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de SIZE (rust/crates/bitflags-2.6.0.crate) = 45357 -SHA256 (rust/crates/blake3-1.5.2.crate) = 3d08263faac5cde2a4d52b513dadb80846023aade56fcd8fc99ba73ba8050e92 -SIZE (rust/crates/blake3-1.5.2.crate) = 172720 +SHA256 (rust/crates/blake3-1.5.3.crate) = e9ec96fe9a81b5e365f9db71fe00edc4fe4ca2cc7dcb7861f0603012a7caa210 +SIZE (rust/crates/blake3-1.5.3.crate) = 172698 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/bstr-0.2.17.crate) = ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223 @@ -39,8 +39,8 @@ SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2 SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 SHA256 (rust/crates/camino-1.1.7.crate) = e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239 SIZE (rust/crates/camino-1.1.7.crate) = 36204 -SHA256 (rust/crates/cc-1.1.4.crate) = 9711f33475c22aab363b05564a17d7b789bf3dfec5ebabb586adee56f0e271b5 -SIZE (rust/crates/cc-1.1.4.crate) = 81127 +SHA256 (rust/crates/cc-1.1.5.crate) = 324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052 +SIZE (rust/crates/cc-1.1.5.crate) = 81493 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/cfg_aliases-0.1.1.crate) = fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e @@ -247,10 +247,10 @@ SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8 SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096 SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 -SHA256 (rust/crates/thiserror-1.0.62.crate) = f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb -SIZE (rust/crates/thiserror-1.0.62.crate) = 21323 -SHA256 (rust/crates/thiserror-impl-1.0.62.crate) = d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c -SIZE (rust/crates/thiserror-impl-1.0.62.crate) = 16047 +SHA256 (rust/crates/thiserror-1.0.63.crate) = c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724 +SIZE (rust/crates/thiserror-1.0.63.crate) = 21537 +SHA256 (rust/crates/thiserror-impl-1.0.63.crate) = a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261 +SIZE (rust/crates/thiserror-impl-1.0.63.crate) = 16047 SHA256 (rust/crates/typed-arena-2.0.2.crate) = 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a SIZE (rust/crates/typed-arena-2.0.2.crate) = 11848 SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 @@ -335,5 +335,5 @@ SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e SIZE (rust/crates/winsafe-0.0.19.crate) = 492820 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 -SHA256 (casey-just-1.31.0_GH0.tar.gz) = 6cef9159bb929c94b105015c28b0c94618556cfd2f1a1f17c012a1365ee8a8ac -SIZE (casey-just-1.31.0_GH0.tar.gz) = 691296 +SHA256 (casey-just-1.32.0_GH0.tar.gz) = 7c3522d2fae123deebea592cb0ce2a8be65b145efadce8b0965669a4337f8494 +SIZE (casey-just-1.32.0_GH0.tar.gz) = 693856 diff --git a/devel/avro/Makefile b/devel/avro/Makefile index 8dbe746aae1..70cb10f554d 100644 --- a/devel/avro/Makefile +++ b/devel/avro/Makefile @@ -4,7 +4,8 @@ CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data serialization system -WWW= https://avro.apache.org/ +WWW= https://avro.apache.org/ \ + https://github.com/apache/avro LICENSE= APACHE20 diff --git a/devel/avro/pkg-descr b/devel/avro/pkg-descr index 238726afedd..7c9f5c88301 100644 --- a/devel/avro/pkg-descr +++ b/devel/avro/pkg-descr @@ -7,5 +7,3 @@ Apache Avro is a data serialization system which provides: read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages. - -See also: https://github.com/apache/avro diff --git a/devel/b2/Makefile b/devel/b2/Makefile index f4a1eb4d457..1390f2c8193 100644 --- a/devel/b2/Makefile +++ b/devel/b2/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.3.8 PORTREVISION= 1 CATEGORIES= devel -MAINTAINER= robak@FreeBSD.org +MAINTAINER= leres@FreeBSD.org COMMENT= Command Line Interface for Backblaze's B2 storage service WWW= https://www.backblaze.com/b2/docs/quick_command_line.html diff --git a/devel/gettext-msghack/Makefile b/devel/gettext-msghack/Makefile index d1af6da310d..1856beee6ad 100644 --- a/devel/gettext-msghack/Makefile +++ b/devel/gettext-msghack/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= gettext- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Alter gettext po files in special ways -WWW= https://src.fedoraproject.org/rpms/gettext/blob/master/f/msghack.py +WWW= https://src.fedoraproject.org/rpms/gettext/blob/master/f/msghack.py \ + https://src.fedoraproject.org/rpms/gettext/blob/master/f/msghack.1 LICENSE= GPLv3+ diff --git a/devel/gettext-msghack/pkg-descr b/devel/gettext-msghack/pkg-descr index 66346473cbe..a1a357413ef 100644 --- a/devel/gettext-msghack/pkg-descr +++ b/devel/gettext-msghack/pkg-descr @@ -1,4 +1,2 @@ Msghack can be used to alter gettext .po files in ways no sane mind would think about. It is a reimplementation of the original msghack in Python. - -See also: https://src.fedoraproject.org/rpms/gettext/blob/master/f/msghack.1 diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile index 3924dfe90ac..913b91f32cb 100644 --- a/devel/glaze/Makefile +++ b/devel/glaze/Makefile @@ -1,6 +1,6 @@ PORTNAME= glaze DISTVERSIONPREFIX= v -DISTVERSION= 2.9.4 +DISTVERSION= 3.1.0 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo index 2c0da682b4f..466cc428d00 100644 --- a/devel/glaze/distinfo +++ b/devel/glaze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720050710 -SHA256 (stephenberry-glaze-v2.9.4_GH0.tar.gz) = c214ae3a55026ccf12de9a0c15e2e1140656a624daf41e93594dd3ea5aee9911 -SIZE (stephenberry-glaze-v2.9.4_GH0.tar.gz) = 408679 +TIMESTAMP = 1721281898 +SHA256 (stephenberry-glaze-v3.1.0_GH0.tar.gz) = da081f2bbaf36e349e46a291a48e30f08c1adfd4c12870980b4aef5dcee3b2ce +SIZE (stephenberry-glaze-v3.1.0_GH0.tar.gz) = 410831 diff --git a/devel/glaze/pkg-plist b/devel/glaze/pkg-plist index 5d093b02b14..14c4306835d 100644 --- a/devel/glaze/pkg-plist +++ b/devel/glaze/pkg-plist @@ -40,7 +40,7 @@ include/glaze/core/meta.hpp include/glaze/core/opts.hpp include/glaze/core/ptr.hpp include/glaze/core/read.hpp -include/glaze/core/reflection_tuple.hpp +include/glaze/core/refl.hpp include/glaze/core/seek.hpp include/glaze/core/wrappers.hpp include/glaze/core/write.hpp @@ -93,15 +93,12 @@ include/glaze/mustache/stencilcount.hpp include/glaze/record/recorder.hpp include/glaze/reflection/enum_macro.hpp include/glaze/reflection/get_name.hpp -include/glaze/reflection/reflect.hpp include/glaze/reflection/to_tuple.hpp include/glaze/rpc/repe.hpp include/glaze/thread/threadpool.hpp include/glaze/trace/trace.hpp include/glaze/tuplet/tuple.hpp -include/glaze/util/any.hpp include/glaze/util/bit_array.hpp -include/glaze/util/comment.hpp include/glaze/util/compare.hpp include/glaze/util/dtoa.hpp include/glaze/util/dump.hpp @@ -113,7 +110,6 @@ include/glaze/util/inline.hpp include/glaze/util/itoa.hpp include/glaze/util/murmur.hpp include/glaze/util/parse.hpp -include/glaze/util/poly.hpp include/glaze/util/progress_bar.hpp include/glaze/util/stoui64.hpp include/glaze/util/string_literal.hpp diff --git a/devel/libtickit/Makefile b/devel/libtickit/Makefile index 934c4b418b0..478abaa45db 100644 --- a/devel/libtickit/Makefile +++ b/devel/libtickit/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= https://launchpad.net/libtickit/trunk/v${PORTVERSION:R}/+download/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Terminal Interface Construction Kit WWW= https://www.leonerd.org.uk/code/libtickit/ \ - https://launchpad.net/libtickit + https://launchpad.net/libtickit \ + https://github.com/leonerd/libtickit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/libtickit/pkg-descr b/devel/libtickit/pkg-descr index e822b18e5c9..15bd72fd285 100644 --- a/devel/libtickit/pkg-descr +++ b/devel/libtickit/pkg-descr @@ -1,5 +1,3 @@ Terminal Interface Construction Kit provides an abstracted mechanism for building interactive full-screen terminal programs. It provides a full set of output drawing functions, and handles keyboard and mouse input events. - -See also: https://github.com/leonerd/libtickit diff --git a/devel/p5-List-Gen/Makefile b/devel/p5-List-Gen/Makefile index 85294a92b4a..d801d50ba13 100644 --- a/devel/p5-List-Gen/Makefile +++ b/devel/p5-List-Gen/Makefile @@ -1,6 +1,5 @@ PORTNAME= List-Gen -PORTVERSION= 0.974 -PORTREVISION= 1 +PORTVERSION= 0.975 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-List-Gen/distinfo b/devel/p5-List-Gen/distinfo index cd9e4979268..32a284d4a56 100644 --- a/devel/p5-List-Gen/distinfo +++ b/devel/p5-List-Gen/distinfo @@ -1,2 +1,3 @@ -SHA256 (List-Gen-0.974.tar.gz) = fc542ccf3c39d6baedc5589dd3f50a3a79611b917d65c63509a7d316241d0408 -SIZE (List-Gen-0.974.tar.gz) = 131613 +TIMESTAMP = 1721280206 +SHA256 (List-Gen-0.975.tar.gz) = fea5967ecf5868651e4b5d52391318cb2e9737f8b2e5a0d158f2038e1d8be7de +SIZE (List-Gen-0.975.tar.gz) = 108646 diff --git a/devel/py-capturer/Makefile b/devel/py-capturer/Makefile index 2214733f1e8..986504ab8df 100644 --- a/devel/py-capturer/Makefile +++ b/devel/py-capturer/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Capture stdout/stderr of the current process and subprocesses -WWW= https://capturer.readthedocs.io/en/latest/ +WWW= https://capturer.readthedocs.io/en/latest/ \ + https://github.com/xolox/python-capturer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/py-capturer/pkg-descr b/devel/py-capturer/pkg-descr index 36f640753ed..361dae06c24 100644 --- a/devel/py-capturer/pkg-descr +++ b/devel/py-capturer/pkg-descr @@ -1,5 +1,3 @@ The capturer package makes it easy to capture the stdout and stderr streams of the current process and subprocesses. Output can be relayed to the terminal in real time but is also available to the Python program for additional processing. - -See also: https://github.com/xolox/python-capturer diff --git a/devel/py-cbor/pkg-descr b/devel/py-cbor/pkg-descr index be14595e59b..c94f4db68e8 100644 --- a/devel/py-cbor/pkg-descr +++ b/devel/py-cbor/pkg-descr @@ -8,5 +8,3 @@ The two primary functions are cbor.loads() and cbor.dumps(). This library includes a C implementation which runs 3-5 times faster than the Python standard library's C-accelerated implementanion of JSON. This is also includes a 100% Python implementation. - -See also: https://pypi.org/project/cbor/ diff --git a/devel/py-filemagic/Makefile b/devel/py-filemagic/Makefile index 639862b3695..2b52058db24 100644 --- a/devel/py-filemagic/Makefile +++ b/devel/py-filemagic/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python API for libmagic, the library behind the Unix file command -WWW= https://filemagic.readthedocs.io/en/latest/ +WWW= https://filemagic.readthedocs.io/en/latest/ \ + https://github.com/aliles/filemagic LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/py-filemagic/pkg-descr b/devel/py-filemagic/pkg-descr index d9f3f33e1fe..2c25f52a1e0 100644 --- a/devel/py-filemagic/pkg-descr +++ b/devel/py-filemagic/pkg-descr @@ -9,5 +9,3 @@ Features: - Provide custom magic files to customize file detection. - Support for both Python2 and Python3. - Support for both CPython and PyPy. - -See also: https://github.com/aliles/filemagic diff --git a/devel/py-jupyterlab-server/Makefile b/devel/py-jupyterlab-server/Makefile index b0c5f58a8b7..56ebb1e11df 100644 --- a/devel/py-jupyterlab-server/Makefile +++ b/devel/py-jupyterlab-server/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyterlab-server -PORTVERSION= 2.27.2 +PORTVERSION= 2.27.3 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyterlab/jupyterlab_server/releases/download/v${PORTVERSION}/ diff --git a/devel/py-jupyterlab-server/distinfo b/devel/py-jupyterlab-server/distinfo index fd9eba81c8a..7c9154e12fd 100644 --- a/devel/py-jupyterlab-server/distinfo +++ b/devel/py-jupyterlab-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716448686 -SHA256 (jupyterlab_server-2.27.2.tar.gz) = 15cbb349dc45e954e09bacf81b9f9bcb10815ff660fb2034ecd7417db3a7ea27 -SIZE (jupyterlab_server-2.27.2.tar.gz) = 75817 +TIMESTAMP = 1721280210 +SHA256 (jupyterlab_server-2.27.3.tar.gz) = eb36caca59e74471988f0ae25c77945610b887f777255aa21f8065def9e51ed4 +SIZE (jupyterlab_server-2.27.3.tar.gz) = 76173 diff --git a/devel/py-mondrian/Makefile b/devel/py-mondrian/Makefile index e6c74c0afbe..4e735428c56 100644 --- a/devel/py-mondrian/Makefile +++ b/devel/py-mondrian/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Logging with pretty colored squares -WWW= https://python-mondrian.github.io/ +WWW= https://python-mondrian.github.io/ \ + https://github.com/python-mondrian/mondrian LICENSE= APACHE20 diff --git a/devel/py-mondrian/pkg-descr b/devel/py-mondrian/pkg-descr index fee7e6a6bb4..4c380cb12c7 100644 --- a/devel/py-mondrian/pkg-descr +++ b/devel/py-mondrian/pkg-descr @@ -9,5 +9,3 @@ and enhance its default output formatters for better readability. Mondrian provides a one-call interface to its configuration, with pretty formatters that makes you feel great. - -See also: https://github.com/python-mondrian/mondrian diff --git a/devel/py-openstacksdk/Makefile b/devel/py-openstacksdk/Makefile index 5ec5b17d80d..4c0ead32d65 100644 --- a/devel/py-openstacksdk/Makefile +++ b/devel/py-openstacksdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= openstacksdk -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-openstacksdk/distinfo b/devel/py-openstacksdk/distinfo index a6c8c16e97a..947f7c96172 100644 --- a/devel/py-openstacksdk/distinfo +++ b/devel/py-openstacksdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720364805 -SHA256 (openstacksdk-3.2.0.tar.gz) = baf507d1508cb3114fe2a3f3afd499dbc972a82d01c2c845f59a8b702ddd08c1 -SIZE (openstacksdk-3.2.0.tar.gz) = 1228138 +TIMESTAMP = 1721280212 +SHA256 (openstacksdk-3.3.0.tar.gz) = 0608690ca37ca73327b0fa3761d17e65395be37ff200b8735d8f24277b4f4980 +SIZE (openstacksdk-3.3.0.tar.gz) = 1229640 diff --git a/devel/py-os-client-config/Makefile b/devel/py-os-client-config/Makefile index 3785c482157..9267fe27173 100644 --- a/devel/py-os-client-config/Makefile +++ b/devel/py-os-client-config/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenStack client configuration library -WWW= https://docs.openstack.org/os-client-config/latest/ +WWW= https://docs.openstack.org/os-client-config/latest/ \ + https://github.com/openstack/os-client-config LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/py-os-client-config/pkg-descr b/devel/py-os-client-config/pkg-descr index 07944d73408..d127f2ada52 100644 --- a/devel/py-os-client-config/pkg-descr +++ b/devel/py-os-client-config/pkg-descr @@ -4,5 +4,3 @@ config for as few as 1 cloud and as many as you want to put in a config file. It will read environment variables and config files, and it also contains some vendor specific default values so that you don't have to know extra info to use OpenStack. - -See also: https://github.com/openstack/os-client-config diff --git a/devel/py-pycadf/Makefile b/devel/py-pycadf/Makefile index 9a5239f90cf..c0df2377dca 100644 --- a/devel/py-pycadf/Makefile +++ b/devel/py-pycadf/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= CADF Library -WWW= https://docs.openstack.org/pycadf/latest/ +WWW= https://docs.openstack.org/pycadf/latest/ \ + https://github.com/openstack/pycadf LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/py-pycadf/pkg-descr b/devel/py-pycadf/pkg-descr index 8493461615d..ffc17e32b50 100644 --- a/devel/py-pycadf/pkg-descr +++ b/devel/py-pycadf/pkg-descr @@ -2,5 +2,3 @@ This library provides an auditing data model based on the Cloud Auditing Data Federation specification, primarily for use by OpenStack. The goal is to establish strict expectations about what auditors can expect from audit notifications. - -See also: https://github.com/openstack/pycadf diff --git a/devel/py-pyright/Makefile b/devel/py-pyright/Makefile index 17cf1e48844..5e1d5879657 100644 --- a/devel/py-pyright/Makefile +++ b/devel/py-pyright/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyright -PORTVERSION= 1.1.371 +PORTVERSION= 1.1.372 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyright/distinfo b/devel/py-pyright/distinfo index 255cbd3ffe8..e4b3d27a7ca 100644 --- a/devel/py-pyright/distinfo +++ b/devel/py-pyright/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720689624 -SHA256 (pyright-1.1.371.tar.gz) = 777b508b92dda2db476214c400ce043aad8d8f3dd0e10d284c96e79f298308b5 -SIZE (pyright-1.1.371.tar.gz) = 17481 +TIMESTAMP = 1721280214 +SHA256 (pyright-1.1.372.tar.gz) = a9f5e0daa955daaa17e3d1ef76d3623e75f8afd5e37b437d3ff84d5b38c15420 +SIZE (pyright-1.1.372.tar.gz) = 17477 diff --git a/devel/py-pytest-lazy-fixtures/Makefile b/devel/py-pytest-lazy-fixtures/Makefile index 329334d0fe4..8f3fd1003f3 100644 --- a/devel/py-pytest-lazy-fixtures/Makefile +++ b/devel/py-pytest-lazy-fixtures/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-lazy-fixtures -PORTVERSION= 1.0.7 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-lazy-fixtures/distinfo b/devel/py-pytest-lazy-fixtures/distinfo index 4fa6bc03782..d87d236b2f8 100644 --- a/devel/py-pytest-lazy-fixtures/distinfo +++ b/devel/py-pytest-lazy-fixtures/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711466168 -SHA256 (pytest_lazy_fixtures-1.0.7.tar.gz) = 87ef7424dc0229ff9cb72d482f49b7806535c3500641f612c13ddf243c9adacb -SIZE (pytest_lazy_fixtures-1.0.7.tar.gz) = 6958 +TIMESTAMP = 1721280216 +SHA256 (pytest_lazy_fixtures-1.1.0.tar.gz) = f136f190bbecc34bfba1d47717a42be8bfa3027e5cdac0a273955aba4328f913 +SIZE (pytest_lazy_fixtures-1.1.0.tar.gz) = 6952 diff --git a/devel/py-robotframework/Makefile b/devel/py-robotframework/Makefile index d3f626e7e72..d7b71101aac 100644 --- a/devel/py-robotframework/Makefile +++ b/devel/py-robotframework/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generic automation framework for acceptance testing and robotic process automation -WWW= https://robotframework.org/ +WWW= https://robotframework.org/ \ + https://github.com/robotframework/robotframework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/py-robotframework/pkg-descr b/devel/py-robotframework/pkg-descr index cba60d6480e..357e8b15e8a 100644 --- a/devel/py-robotframework/pkg-descr +++ b/devel/py-robotframework/pkg-descr @@ -12,5 +12,3 @@ Robot Framework has an easy syntax, utilizing human-readable keywords. Its capabilities can be extended by libraries implemented with Python, Java or many other programming languages. Robot Framework has a rich ecosystem around it, consisting of libraries and tools that are developed as separate projects. - -See also: https://github.com/robotframework/robotframework diff --git a/devel/py-stone/Makefile b/devel/py-stone/Makefile index 879bd990e7a..c2a01bd52b1 100644 --- a/devel/py-stone/Makefile +++ b/devel/py-stone/Makefile @@ -1,5 +1,5 @@ PORTNAME= stone -PORTVERSION= 3.3.6 +PORTVERSION= 3.3.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} USES= python diff --git a/devel/py-stone/distinfo b/devel/py-stone/distinfo index 18f0f9fc85c..67e03a7fc29 100644 --- a/devel/py-stone/distinfo +++ b/devel/py-stone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717252066 -SHA256 (stone-3.3.6.tar.gz) = 7e96560bffdaf038d53ca7673cac8cabbaf824a74561564961c34237df901717 -SIZE (stone-3.3.6.tar.gz) = 189466 +TIMESTAMP = 1721280218 +SHA256 (stone-3.3.7.tar.gz) = 0b3c3969747aa9287ea660f88515700ab41d027e49daddd732f09858360ebfda +SIZE (stone-3.3.7.tar.gz) = 189440 diff --git a/devel/qtutilities/Makefile b/devel/qtutilities/Makefile index 1162e45c500..6d91705a850 100644 --- a/devel/qtutilities/Makefile +++ b/devel/qtutilities/Makefile @@ -1,6 +1,6 @@ PORTNAME= qtutilities DISTVERSIONPREFIX= v -DISTVERSION= 6.14.0 +DISTVERSION= 6.14.1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/qtutilities/distinfo b/devel/qtutilities/distinfo index 95401326a53..83e12ea8879 100644 --- a/devel/qtutilities/distinfo +++ b/devel/qtutilities/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714459191 -SHA256 (Martchus-qtutilities-v6.14.0_GH0.tar.gz) = 4eab9ef26edf67c1c436596bea42890fcc0206f93c50413939ccce8c94bf7bc0 -SIZE (Martchus-qtutilities-v6.14.0_GH0.tar.gz) = 104258 +TIMESTAMP = 1721230535 +SHA256 (Martchus-qtutilities-v6.14.1_GH0.tar.gz) = c85e3195406a91c82a907f170390c74537b473f4a6208642d93ad489cd0908a5 +SIZE (Martchus-qtutilities-v6.14.1_GH0.tar.gz) = 104448 diff --git a/devel/qtutilities/pkg-plist b/devel/qtutilities/pkg-plist index f0f4975b2ac..6fbbc7dbd14 100644 --- a/devel/qtutilities/pkg-plist +++ b/devel/qtutilities/pkg-plist @@ -34,7 +34,7 @@ include/qtutilities/widgets/iconbutton.h include/qtutilities/widgets/pathselection.h lib/libqtutilities.so lib/libqtutilities.so.6 -lib/libqtutilities.so.6.14.0 +lib/libqtutilities.so.6.14.1 libdata/pkgconfig/qtutilities.pc %%DATADIR%%/cmake/modules/AndroidApk.cmake %%DATADIR%%/cmake/modules/QtConfig.cmake diff --git a/devel/rubygem-async/Makefile b/devel/rubygem-async/Makefile index 28968f8ee72..2df63e0c9b3 100644 --- a/devel/rubygem-async/Makefile +++ b/devel/rubygem-async/Makefile @@ -1,5 +1,5 @@ PORTNAME= async -PORTVERSION= 2.14.1 +PORTVERSION= 2.14.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-async/distinfo b/devel/rubygem-async/distinfo index 365a15e2a09..6b42fa9df81 100644 --- a/devel/rubygem-async/distinfo +++ b/devel/rubygem-async/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721148500 -SHA256 (rubygem/async-2.14.1.gem) = b252663e6d1d085e9caaff832503c9a5554e6b1a492724260a6fe8ecd5e7698b -SIZE (rubygem/async-2.14.1.gem) = 30208 +TIMESTAMP = 1721280230 +SHA256 (rubygem/async-2.14.2.gem) = ea8967a42830cc97098ac3c1ae2e2908ce6d2e4b58095f8c57009ee4263c6cff +SIZE (rubygem/async-2.14.2.gem) = 30208 diff --git a/devel/rubygem-cms_scanner/Makefile b/devel/rubygem-cms_scanner/Makefile index ddd956236db..327a3dc200f 100644 --- a/devel/rubygem-cms_scanner/Makefile +++ b/devel/rubygem-cms_scanner/Makefile @@ -1,6 +1,5 @@ PORTNAME= cms_scanner -PORTVERSION= 0.13.0 -PORTREVISION= 4 +PORTVERSION= 0.13.9 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,12 +9,13 @@ WWW= https://github.com/wpscanteam/CMSScanner LICENSE= MIT -RUN_DEPENDS= rubygem-get_process_mem>=0.2.5<0.3:devel/rubygem-get_process_mem \ - rubygem-nokogiri111>=1.11.0<1.12:textproc/rubygem-nokogiri111 \ - rubygem-opt_parse_validator>=1.8.3<1.10:devel/rubygem-opt_parse_validator \ +RUN_DEPENDS= rubygem-ethon>=0.14<0.17:www/rubygem-ethon \ + rubygem-get_process_mem>=0.2.5<0.3:devel/rubygem-get_process_mem \ + rubygem-nokogiri>=1.11.4:textproc/rubygem-nokogiri \ + rubygem-opt_parse_validator>=1.9.5<1.10:devel/rubygem-opt_parse_validator \ rubygem-public_suffix>=4.0.3:dns/rubygem-public_suffix \ - rubygem-ruby-progressbar>=1.10.0<1.14:devel/rubygem-ruby-progressbar \ - rubygem-sys-proctable>=1.2.2<2:sysutils/rubygem-sys-proctable \ + rubygem-ruby-progressbar>=1.10<1.14:devel/rubygem-ruby-progressbar \ + rubygem-sys-proctable>=1.2.2<1.4.0:sysutils/rubygem-sys-proctable \ rubygem-typhoeus>=1.3.0<1.5:www/rubygem-typhoeus \ rubygem-xmlrpc>=0.3<1:net/rubygem-xmlrpc \ rubygem-yajl-ruby>=1.4.1<1.5:devel/rubygem-yajl-ruby diff --git a/devel/rubygem-cms_scanner/distinfo b/devel/rubygem-cms_scanner/distinfo index da356953bf3..498ffe14e62 100644 --- a/devel/rubygem-cms_scanner/distinfo +++ b/devel/rubygem-cms_scanner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611271798 -SHA256 (rubygem/cms_scanner-0.13.0.gem) = ca166dff2852d527b3195c1f757b47d1eeca9e2cfdee23c97112e9261ca5beaa -SIZE (rubygem/cms_scanner-0.13.0.gem) = 35840 +TIMESTAMP = 1719931068 +SHA256 (rubygem/cms_scanner-0.13.9.gem) = be79a61c6fc69fa0cb5c2c9ec3237401d30e1001bbfc014a0b2313d0e66c7b5c +SIZE (rubygem/cms_scanner-0.13.9.gem) = 36352 diff --git a/devel/rubygem-cms_scanner/files/patch-gemspec b/devel/rubygem-cms_scanner/files/patch-gemspec index a04b214489d..84ffda984c7 100644 --- a/devel/rubygem-cms_scanner/files/patch-gemspec +++ b/devel/rubygem-cms_scanner/files/patch-gemspec @@ -1,18 +1,14 @@ ---- cms_scanner.gemspec.orig 2024-02-14 07:48:55 UTC +--- cms_scanner.gemspec.orig 2024-07-02 14:43:22 UTC +++ cms_scanner.gemspec -@@ -23,12 +23,12 @@ Gem::Specification.new do |s| +@@ -22,9 +22,9 @@ Gem::Specification.new do |s| + + s.add_runtime_dependency(%q.freeze, [">= 0.14".freeze, "< 0.17".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.5".freeze]) - s.add_runtime_dependency(%q.freeze, ["~> 1.11.0".freeze]) - s.add_runtime_dependency(%q.freeze, ["~> 1.9.3".freeze]) -- s.add_runtime_dependency(%q.freeze, ["~> 4.0.3".freeze]) -- s.add_runtime_dependency(%q.freeze, [">= 1.10".freeze, "< 1.12".freeze]) +- s.add_runtime_dependency(%q.freeze, [">= 1.11.4".freeze, "< 1.16.0".freeze]) ++ s.add_runtime_dependency(%q.freeze, [">= 1.11.4".freeze]) + s.add_runtime_dependency(%q.freeze, ["~> 1.9.5".freeze]) +- s.add_runtime_dependency(%q.freeze, [">= 4.0.3".freeze, "< 5.1.0".freeze]) + s.add_runtime_dependency(%q.freeze, [">= 4.0.3".freeze]) -+ s.add_runtime_dependency(%q.freeze, [">= 1.10".freeze, "< 1.14".freeze]) + s.add_runtime_dependency(%q.freeze, [">= 1.10".freeze, "< 1.14".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.3".freeze, "< 1.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) - s.add_runtime_dependency(%q.freeze, ["~> 1.4.1".freeze]) -- s.add_runtime_dependency(%q.freeze, ["~> 1.2.2".freeze]) -+ s.add_runtime_dependency(%q.freeze, ["~> 1.2", "~> 1.2.2".freeze]) - s.add_development_dependency(%q.freeze, [">= 1.6".freeze]) - s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) - s.add_development_dependency(%q.freeze, ["~> 3.10.0".freeze]) diff --git a/devel/rubygem-console/Makefile b/devel/rubygem-console/Makefile index f1b440e59c1..16273d302c5 100644 --- a/devel/rubygem-console/Makefile +++ b/devel/rubygem-console/Makefile @@ -1,5 +1,5 @@ PORTNAME= console -PORTVERSION= 1.25.2 +PORTVERSION= 1.26.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-console/distinfo b/devel/rubygem-console/distinfo index a99bf7927f8..2eff0a811c5 100644 --- a/devel/rubygem-console/distinfo +++ b/devel/rubygem-console/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715843662 -SHA256 (rubygem/console-1.25.2.gem) = 460fbf8c1b0e527b2c275448b76f91c3e9fb72e6bead5d27fb5a638fc191e943 -SIZE (rubygem/console-1.25.2.gem) = 22016 +TIMESTAMP = 1721280232 +SHA256 (rubygem/console-1.26.0.gem) = 7301061355d3eba0a325484273e39d60fe568217f72e36a878be6ecb675e2e8c +SIZE (rubygem/console-1.26.0.gem) = 22016 diff --git a/devel/rubygem-datadog-ci/Makefile b/devel/rubygem-datadog-ci/Makefile index 82d3affa0cf..13ad44846bc 100644 --- a/devel/rubygem-datadog-ci/Makefile +++ b/devel/rubygem-datadog-ci/Makefile @@ -1,5 +1,5 @@ PORTNAME= datadog-ci -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-datadog-ci/distinfo b/devel/rubygem-datadog-ci/distinfo index 9741fb9e02a..9b28304be95 100644 --- a/devel/rubygem-datadog-ci/distinfo +++ b/devel/rubygem-datadog-ci/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720023672 -SHA256 (rubygem/datadog-ci-1.1.0.gem) = 15153b9f15deb5e55e81c91aaff6911c8dc7f4e2f139f80e803d079890739fbd -SIZE (rubygem/datadog-ci-1.1.0.gem) = 66560 +TIMESTAMP = 1721280234 +SHA256 (rubygem/datadog-ci-1.2.0.gem) = e563d4e1a890402f7f9e60a0510ed30d428c1a9070b71afec95e31ee96b6b241 +SIZE (rubygem/datadog-ci-1.2.0.gem) = 69120 diff --git a/devel/rubygem-default_value_for/Makefile b/devel/rubygem-default_value_for/Makefile index bc36373f153..bffca159447 100644 --- a/devel/rubygem-default_value_for/Makefile +++ b/devel/rubygem-default_value_for/Makefile @@ -1,5 +1,5 @@ PORTNAME= default_value_for -PORTVERSION= 3.4.0 +PORTVERSION= 4.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/FooBarWidget/default_value_for LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -RUN_DEPENDS= rubygem-activerecord60>=3.2.0<7.0:databases/rubygem-activerecord60 +RUN_DEPENDS= rubygem-activerecord71>=6.1<7.3:databases/rubygem-activerecord71 USES= gem diff --git a/devel/rubygem-default_value_for/distinfo b/devel/rubygem-default_value_for/distinfo index 14c5154c51f..a46b835e57e 100644 --- a/devel/rubygem-default_value_for/distinfo +++ b/devel/rubygem-default_value_for/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613994910 -SHA256 (rubygem/default_value_for-3.4.0.gem) = 35d2dc51675a6bedfa875778628d44b823e0d7336da9432519477174ebb0f40f -SIZE (rubygem/default_value_for-3.4.0.gem) = 15872 +TIMESTAMP = 1721280236 +SHA256 (rubygem/default_value_for-4.0.0.gem) = 41abb9c11dd7d8e57d28ed22d12bbd79588ebe90af6cbacd56f781eda36392f3 +SIZE (rubygem/default_value_for-4.0.0.gem) = 15872 diff --git a/devel/rubygem-dry-inflector/Makefile b/devel/rubygem-dry-inflector/Makefile index c5427729f64..d8bd03d781c 100644 --- a/devel/rubygem-dry-inflector/Makefile +++ b/devel/rubygem-dry-inflector/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= String inflections for dry-rb -WWW= https://dry-rb.org/ +WWW= https://dry-rb.org/ \ + https://github.com/dry-rb/dry-inflector LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/rubygem-dry-inflector/pkg-descr b/devel/rubygem-dry-inflector/pkg-descr index c2878bc063f..d6d822625ab 100644 --- a/devel/rubygem-dry-inflector/pkg-descr +++ b/devel/rubygem-dry-inflector/pkg-descr @@ -1,3 +1 @@ dry-inflector is an inflector gem for Ruby. - -See also: https://github.com/dry-rb/dry-inflector diff --git a/devel/rubygem-github_api/Makefile b/devel/rubygem-github_api/Makefile index e082c88ec63..d307cd55a21 100644 --- a/devel/rubygem-github_api/Makefile +++ b/devel/rubygem-github_api/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper that supports all of the GitHub API v3 methods -WWW= https://piotrmurach.github.io/github/ +WWW= https://piotrmurach.github.io/github/ \ + https://github.com/piotrmurach/github LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-github_api/pkg-descr b/devel/rubygem-github_api/pkg-descr index 3f033764bb3..6412fde57f8 100644 --- a/devel/rubygem-github_api/pkg-descr +++ b/devel/rubygem-github_api/pkg-descr @@ -4,5 +4,3 @@ Supports all the API methods. It's built in a modular way. You can either instantiate the whole API wrapper Github.new or use parts of it i.e. Github::Client::Repos.new if working solely with repositories is your main concern. Intuitive query methods allow you easily call API endpoints. - -See also: https://github.com/piotrmurach/github diff --git a/devel/rubygem-mixlib-archive/Makefile b/devel/rubygem-mixlib-archive/Makefile index c7bd513e379..71d640e10d2 100644 --- a/devel/rubygem-mixlib-archive/Makefile +++ b/devel/rubygem-mixlib-archive/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple interface to various archive formats -WWW= https://www.chef.io/ +WWW= https://www.chef.io/ \ + https://github.com/chef/mixlib-archive LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/rubygem-mixlib-archive/pkg-descr b/devel/rubygem-mixlib-archive/pkg-descr index d75f6fe603f..bb802f8c0fb 100644 --- a/devel/rubygem-mixlib-archive/pkg-descr +++ b/devel/rubygem-mixlib-archive/pkg-descr @@ -1,3 +1 @@ Mixlib::Archive is a simple interface to various archive formats. - -See also: https://github.com/chef/mixlib-archive diff --git a/devel/rubygem-mocha/Makefile b/devel/rubygem-mocha/Makefile index 70ed16485f6..c02523ce320 100644 --- a/devel/rubygem-mocha/Makefile +++ b/devel/rubygem-mocha/Makefile @@ -1,5 +1,5 @@ PORTNAME= mocha -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-mocha/distinfo b/devel/rubygem-mocha/distinfo index c6127a9a2f2..43456b63097 100644 --- a/devel/rubygem-mocha/distinfo +++ b/devel/rubygem-mocha/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718690558 -SHA256 (rubygem/mocha-2.4.0.gem) = dae4d68652b7b70c711e57cfcc1778bed6d740933edb692ac83741346bc7f7af -SIZE (rubygem/mocha-2.4.0.gem) = 67072 +TIMESTAMP = 1721325682 +SHA256 (rubygem/mocha-2.4.2.gem) = 5fb89b7b42f2bcd9ae3ee6042d4435890bfc9226c1a0ea63925cd33c50cc3558 +SIZE (rubygem/mocha-2.4.2.gem) = 67072 diff --git a/devel/rubygem-ms_rest/Makefile b/devel/rubygem-ms_rest/Makefile index 8a523034bae..be7c6155742 100644 --- a/devel/rubygem-ms_rest/Makefile +++ b/devel/rubygem-ms_rest/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Azure Client Library for Ruby -WWW= https://github.com/Azure/azure-sdk-for-ruby/tree/master/runtime/ms_rest +WWW= https://github.com/Azure/azure-sdk-for-ruby/tree/master/runtime/ms_rest \ + https://github.com/Azure/azure-sdk-for-ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-ms_rest/pkg-descr b/devel/rubygem-ms_rest/pkg-descr index 15ff06d47cf..aabd473c24a 100644 --- a/devel/rubygem-ms_rest/pkg-descr +++ b/devel/rubygem-ms_rest/pkg-descr @@ -2,5 +2,3 @@ MsRest is a library which supports the clients (SDKs) generated with Autorest tool. It contains core logic and helper classes for error handling and authentication. Usually it is not supposed to be used as a standalone gem but only as a dependency for generated client gems. - -See also: https://github.com/Azure/azure-sdk-for-ruby diff --git a/devel/rubygem-ms_rest_azure/Makefile b/devel/rubygem-ms_rest_azure/Makefile index 0ed90d5f82b..b02c80a70c5 100644 --- a/devel/rubygem-ms_rest_azure/Makefile +++ b/devel/rubygem-ms_rest_azure/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Azure Client Library for Ruby -WWW= https://github.com/Azure/azure-sdk-for-ruby/tree/master/runtime/ms_rest_azure +WWW= https://github.com/Azure/azure-sdk-for-ruby/tree/master/runtime/ms_rest_azure \ + https://github.com/Azure/azure-sdk-for-ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-ms_rest_azure/pkg-descr b/devel/rubygem-ms_rest_azure/pkg-descr index 0907b1313f1..a99dc8903d8 100644 --- a/devel/rubygem-ms_rest_azure/pkg-descr +++ b/devel/rubygem-ms_rest_azure/pkg-descr @@ -4,5 +4,3 @@ authentication. Also it includes azure specific logic like long polling functionality and Azure application authentication. Usually it is not supposed to be used as a standalone gem but only as a dependency for generated client gems. - -See also: https://github.com/Azure/azure-sdk-for-ruby diff --git a/devel/rubygem-opt_parse_validator/Makefile b/devel/rubygem-opt_parse_validator/Makefile index f98da7b0bc4..16136f46618 100644 --- a/devel/rubygem-opt_parse_validator/Makefile +++ b/devel/rubygem-opt_parse_validator/Makefile @@ -1,6 +1,5 @@ PORTNAME= opt_parse_validator -PORTVERSION= 1.9.3 -PORTREVISION= 1 +PORTVERSION= 1.9.5 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-opt_parse_validator/distinfo b/devel/rubygem-opt_parse_validator/distinfo index d9cc98da72e..2a50fd12088 100644 --- a/devel/rubygem-opt_parse_validator/distinfo +++ b/devel/rubygem-opt_parse_validator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611272923 -SHA256 (rubygem/opt_parse_validator-1.9.3.gem) = 0535aad2d7eacc267d8e8b78dd6c8fbd333ee960c10b3367e391ea1a592b8a49 -SIZE (rubygem/opt_parse_validator-1.9.3.gem) = 14336 +TIMESTAMP = 1719931586 +SHA256 (rubygem/opt_parse_validator-1.9.5.gem) = 2c69ece2110436148ecb78f1a5f768a7e3fd3d81db3517a484eb649de0b0f5cb +SIZE (rubygem/opt_parse_validator-1.9.5.gem) = 14336 diff --git a/devel/rubygem-opt_parse_validator/files/patch-gemspec b/devel/rubygem-opt_parse_validator/files/patch-gemspec deleted file mode 100644 index 5b4dca161ce..00000000000 --- a/devel/rubygem-opt_parse_validator/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- opt_parse_validator.gemspec.orig 2024-02-20 09:29:23 UTC -+++ opt_parse_validator.gemspec -@@ -21,7 +21,7 @@ Gem::Specification.new do |s| - s.specification_version = 4 - - s.add_runtime_dependency(%q.freeze, [">= 5.2".freeze, "< 6.2.0".freeze]) -- s.add_runtime_dependency(%q.freeze, [">= 2.5".freeze, "< 2.8".freeze]) -+ s.add_runtime_dependency(%q.freeze, [">= 2.5".freeze, "< 2.9".freeze]) - s.add_development_dependency(%q.freeze, [">= 1.6".freeze]) - s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) - s.add_development_dependency(%q.freeze, ["~> 3.10.0".freeze]) diff --git a/devel/rubygem-phonelib/Makefile b/devel/rubygem-phonelib/Makefile index 090201f65a4..c4e76f365e3 100644 --- a/devel/rubygem-phonelib/Makefile +++ b/devel/rubygem-phonelib/Makefile @@ -1,5 +1,5 @@ PORTNAME= phonelib -PORTVERSION= 0.8.9 +PORTVERSION= 0.9.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-phonelib/distinfo b/devel/rubygem-phonelib/distinfo index 48c5aadbaca..8fb098e8409 100644 --- a/devel/rubygem-phonelib/distinfo +++ b/devel/rubygem-phonelib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717386886 -SHA256 (rubygem/phonelib-0.8.9.gem) = 67d8ecfc00e6906ab0e77352c500032e67707a52ed08ac4d222f16382f52892e -SIZE (rubygem/phonelib-0.8.9.gem) = 988160 +TIMESTAMP = 1721325680 +SHA256 (rubygem/phonelib-0.9.1.gem) = 57f823a9901a4f1cf76d742982c714c4c80b5dff1d16f84a90b0fc142415753f +SIZE (rubygem/phonelib-0.9.1.gem) = 988160 diff --git a/devel/rubygem-redis-activesupport/Makefile b/devel/rubygem-redis-activesupport/Makefile index c91d1305463..37804266310 100644 --- a/devel/rubygem-redis-activesupport/Makefile +++ b/devel/rubygem-redis-activesupport/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Redis store for ActiveSupport::Cache -WWW= https://redis-store.org/redis-activesupport/ +WWW= https://redis-store.org/redis-activesupport/ \ + https://github.com/redis-store/redis-activesupport LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/devel/rubygem-redis-activesupport/pkg-descr b/devel/rubygem-redis-activesupport/pkg-descr index 185b790eb0f..423693105a6 100644 --- a/devel/rubygem-redis-activesupport/pkg-descr +++ b/devel/rubygem-redis-activesupport/pkg-descr @@ -1,3 +1 @@ Redis store for ActiveSupport::Cache - -See also: https://github.com/redis-store/redis-activesupport diff --git a/devel/rubygem-sorbet-runtime/Makefile b/devel/rubygem-sorbet-runtime/Makefile index 6e2adae489a..d0075264093 100644 --- a/devel/rubygem-sorbet-runtime/Makefile +++ b/devel/rubygem-sorbet-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= sorbet-runtime -PORTVERSION= 0.5.11481 +PORTVERSION= 0.5.11485 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sorbet-runtime/distinfo b/devel/rubygem-sorbet-runtime/distinfo index 22588c1bce2..7c180b2d0d0 100644 --- a/devel/rubygem-sorbet-runtime/distinfo +++ b/devel/rubygem-sorbet-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720893236 -SHA256 (rubygem/sorbet-runtime-0.5.11481.gem) = 0b9c2f41615972493d69ff1c980caee0a1d302d4533acc9a572b57569a004788 -SIZE (rubygem/sorbet-runtime-0.5.11481.gem) = 88576 +TIMESTAMP = 1721280240 +SHA256 (rubygem/sorbet-runtime-0.5.11485.gem) = 4ebc9827a3e428992b7443e0a8c681b2df5231b055292229a601249e4e2a5cf2 +SIZE (rubygem/sorbet-runtime-0.5.11485.gem) = 88576 diff --git a/devel/rubygem-sus/Makefile b/devel/rubygem-sus/Makefile index 497ab6ed1b4..5d8f675f53a 100644 --- a/devel/rubygem-sus/Makefile +++ b/devel/rubygem-sus/Makefile @@ -1,5 +1,5 @@ PORTNAME= sus -PORTVERSION= 0.28.0 +PORTVERSION= 0.29.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sus/distinfo b/devel/rubygem-sus/distinfo index 18e0705c65b..bb54bc308a8 100644 --- a/devel/rubygem-sus/distinfo +++ b/devel/rubygem-sus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721051074 -SHA256 (rubygem/sus-0.28.0.gem) = 712bc4066a6bdabc662a9c4ef982a8ad2738173e4daad3e3edd48cc1b323bed1 -SIZE (rubygem/sus-0.28.0.gem) = 30720 +TIMESTAMP = 1721280242 +SHA256 (rubygem/sus-0.29.1.gem) = 77c9af8bbc3561e9b0edc07dd748b18e6762de77a2e5c12d08faad4f7274631e +SIZE (rubygem/sus-0.29.1.gem) = 30720 diff --git a/devel/rubygem-tty-box/Makefile b/devel/rubygem-tty-box/Makefile index 55b5a5ec4dc..ff69d799217 100644 --- a/devel/rubygem-tty-box/Makefile +++ b/devel/rubygem-tty-box/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Draw various frames and boxes in your terminal interface -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-box LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-box/pkg-descr b/devel/rubygem-tty-box/pkg-descr index a4ed13ffa02..6cf26c77d85 100644 --- a/devel/rubygem-tty-box/pkg-descr +++ b/devel/rubygem-tty-box/pkg-descr @@ -1,4 +1,2 @@ TTY::Box provides box drawing component for TTY toolkit. It draws various frames and boxes in your terminal interface. - -See also: https://github.com/piotrmurach/tty-box diff --git a/devel/rubygem-tty-color/Makefile b/devel/rubygem-tty-color/Makefile index 4351ad4488d..1c796f83605 100644 --- a/devel/rubygem-tty-color/Makefile +++ b/devel/rubygem-tty-color/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Terminal color capabilities detection -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-color LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-color/pkg-descr b/devel/rubygem-tty-color/pkg-descr index 167b9fcec79..8fa633ea23d 100644 --- a/devel/rubygem-tty-color/pkg-descr +++ b/devel/rubygem-tty-color/pkg-descr @@ -1,4 +1,2 @@ TTY::Color provides independent color support detection component for TTY toolkit. - -See also: https://github.com/piotrmurach/tty-color diff --git a/devel/rubygem-tty-command/Makefile b/devel/rubygem-tty-command/Makefile index 77e4647423e..554d7e0359c 100644 --- a/devel/rubygem-tty-command/Makefile +++ b/devel/rubygem-tty-command/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Execute shell commands with pretty logging -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-command LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-command/pkg-descr b/devel/rubygem-tty-command/pkg-descr index efcc2cc4a54..fca70ce0d39 100644 --- a/devel/rubygem-tty-command/pkg-descr +++ b/devel/rubygem-tty-command/pkg-descr @@ -2,5 +2,3 @@ TTY::Command provides independent command execution component for TTY toolkit. It runs external commands with pretty output logging and capture stdout, stderr and exit status. Redirect stdin, stdout and stderr of each command to a file or a string. - -See also: https://github.com/piotrmurach/tty-command diff --git a/devel/rubygem-tty-config/Makefile b/devel/rubygem-tty-config/Makefile index 4107169347f..e7d43438ecb 100644 --- a/devel/rubygem-tty-config/Makefile +++ b/devel/rubygem-tty-config/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Highly customisable application configuration interface for terminal tools -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-config LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-config/pkg-descr b/devel/rubygem-tty-config/pkg-descr index 87b1862db81..13724da2b7a 100644 --- a/devel/rubygem-tty-config/pkg-descr +++ b/devel/rubygem-tty-config/pkg-descr @@ -1,5 +1,3 @@ TTY::Config provides app configuration component for TTY toolkit. It defines, reads and writes any Ruby app configurations with a penchant for terminal clients. - -See also: https://github.com/piotrmurach/tty-config diff --git a/devel/rubygem-tty-cursor/Makefile b/devel/rubygem-tty-cursor/Makefile index c7c3cde0ccd..2c424cc0862 100644 --- a/devel/rubygem-tty-cursor/Makefile +++ b/devel/rubygem-tty-cursor/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Move terminal cursor around -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-cursor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-cursor/pkg-descr b/devel/rubygem-tty-cursor/pkg-descr index 00e80fd8a26..c40cf6f91b5 100644 --- a/devel/rubygem-tty-cursor/pkg-descr +++ b/devel/rubygem-tty-cursor/pkg-descr @@ -2,5 +2,3 @@ TTY::Cursor provides independent cursor movement component for TTY toolkit. It supports terminal cursor positioning, visibility and text manipulation. The purpose of this library is to help move the terminal cursor around and manipulate text by using intuitive method calls. - -See also: https://github.com/piotrmurach/tty-cursor diff --git a/devel/rubygem-tty-editor/Makefile b/devel/rubygem-tty-editor/Makefile index 2fb2bbdc245..8e65211e6dd 100644 --- a/devel/rubygem-tty-editor/Makefile +++ b/devel/rubygem-tty-editor/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open a file or text in a preferred terminal text editor -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-editor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-editor/pkg-descr b/devel/rubygem-tty-editor/pkg-descr index b7e73c3c124..3b4dfa657c6 100644 --- a/devel/rubygem-tty-editor/pkg-descr +++ b/devel/rubygem-tty-editor/pkg-descr @@ -1,4 +1,2 @@ TTY::Editor provides independent component for TTY toolkit. It opens a file or text in the user's preferred editor. - -See also: https://github.com/piotrmurach/tty-editor diff --git a/devel/rubygem-tty-file/Makefile b/devel/rubygem-tty-file/Makefile index f4c3bb0c405..fa92305fdee 100644 --- a/devel/rubygem-tty-file/Makefile +++ b/devel/rubygem-tty-file/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= File and directory manipulation utility methods -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-file LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-file/pkg-descr b/devel/rubygem-tty-file/pkg-descr index b4a3d38fde7..0a16f7a94ba 100644 --- a/devel/rubygem-tty-file/pkg-descr +++ b/devel/rubygem-tty-file/pkg-descr @@ -3,5 +3,3 @@ TTY::File supports file and directory manipulation utility methods. Though Ruby's File and FileUtils libraries provide very robust apis for dealing with files, this library aims to provide a level of abstraction that is much more convenient, with useful logging capabilities. - -See also: https://github.com/piotrmurach/tty-file diff --git a/devel/rubygem-tty-font/Makefile b/devel/rubygem-tty-font/Makefile index 12c389b716b..6b93ea84b2b 100644 --- a/devel/rubygem-tty-font/Makefile +++ b/devel/rubygem-tty-font/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Large stylized characters using terminal friendly fonts -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-font LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-font/pkg-descr b/devel/rubygem-tty-font/pkg-descr index 2ad1ce0ac5e..ed290def78c 100644 --- a/devel/rubygem-tty-font/pkg-descr +++ b/devel/rubygem-tty-font/pkg-descr @@ -1,5 +1,3 @@ TTY::Font provides independent terminal font rendering component for TTY toolkit. It writes text in large stylized characters using a variety of terminal friendly fonts. - -See also: https://github.com/piotrmurach/tty-font diff --git a/devel/rubygem-tty-logger/Makefile b/devel/rubygem-tty-logger/Makefile index b4399ec7b8a..d3dc9d2d3d3 100644 --- a/devel/rubygem-tty-logger/Makefile +++ b/devel/rubygem-tty-logger/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Readable, structured and beautiful terminal logging -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-logger LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-logger/pkg-descr b/devel/rubygem-tty-logger/pkg-descr index 81e91df3d9e..5b024520803 100644 --- a/devel/rubygem-tty-logger/pkg-descr +++ b/devel/rubygem-tty-logger/pkg-descr @@ -1,3 +1 @@ TTY::Logger provides independent logging component for TTY toolkit. - -See also: https://github.com/piotrmurach/tty-logger diff --git a/devel/rubygem-tty-pager/Makefile b/devel/rubygem-tty-pager/Makefile index adbe1f98786..433e493f16c 100644 --- a/devel/rubygem-tty-pager/Makefile +++ b/devel/rubygem-tty-pager/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Terminal output paging in cross-platform way -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-pager LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-pager/pkg-descr b/devel/rubygem-tty-pager/pkg-descr index c864e4ddaf4..4ec0a4e30cd 100644 --- a/devel/rubygem-tty-pager/pkg-descr +++ b/devel/rubygem-tty-pager/pkg-descr @@ -1,5 +1,3 @@ TTY::Pager provides independent terminal output paging component for TTY toolkit. It supports terminal output paging in a cross-platform way supporting all major ruby interpreters. - -See also: https://github.com/piotrmurach/tty-pager diff --git a/devel/rubygem-tty-pie/Makefile b/devel/rubygem-tty-pie/Makefile index 9cea078829a..bf8027b2db7 100644 --- a/devel/rubygem-tty-pie/Makefile +++ b/devel/rubygem-tty-pie/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Draw pie charts in your terminal window -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-pie LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-pie/pkg-descr b/devel/rubygem-tty-pie/pkg-descr index 64bb94ae52a..6b2093bc61a 100644 --- a/devel/rubygem-tty-pie/pkg-descr +++ b/devel/rubygem-tty-pie/pkg-descr @@ -1,4 +1,2 @@ TTY::Pie provides pie chart drawing component for TTY toolkit. It draws pie charts in your terminal window. - -See also: https://github.com/piotrmurach/tty-pie diff --git a/devel/rubygem-tty-platform/Makefile b/devel/rubygem-tty-platform/Makefile index a11cb50b354..a7147264184 100644 --- a/devel/rubygem-tty-platform/Makefile +++ b/devel/rubygem-tty-platform/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Query methods for detecting different OS -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-platform LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-platform/pkg-descr b/devel/rubygem-tty-platform/pkg-descr index fc9f6d3ecc7..ecce9e53e4b 100644 --- a/devel/rubygem-tty-platform/pkg-descr +++ b/devel/rubygem-tty-platform/pkg-descr @@ -1,5 +1,3 @@ TTY::Platform provides independent operating system detection component for TTY toolkit. It supports terminal platform query methods for detecting different operating systems. - -See also: https://github.com/piotrmurach/tty-platform diff --git a/devel/rubygem-tty-progressbar/Makefile b/devel/rubygem-tty-progressbar/Makefile index ffe7bf2f2a0..a1baddff273 100644 --- a/devel/rubygem-tty-progressbar/Makefile +++ b/devel/rubygem-tty-progressbar/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Flexible progress bars drawing in terminal emulators -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-progressbar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-progressbar/pkg-descr b/devel/rubygem-tty-progressbar/pkg-descr index 01cda4af21c..3bb31739f3b 100644 --- a/devel/rubygem-tty-progressbar/pkg-descr +++ b/devel/rubygem-tty-progressbar/pkg-descr @@ -1,4 +1,2 @@ TTY::ProgressBar provides independent progress bars component for TTY toolkit. It supports a flexible progress bars drawing in terminal emulators. - -See also: https://github.com/piotrmurach/tty-progressbar diff --git a/devel/rubygem-tty-prompt/Makefile b/devel/rubygem-tty-prompt/Makefile index 9cb10219b61..58f4bb65bd5 100644 --- a/devel/rubygem-tty-prompt/Makefile +++ b/devel/rubygem-tty-prompt/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Beautiful and powerful interactive command line prompt -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-prompt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-prompt/pkg-descr b/devel/rubygem-tty-prompt/pkg-descr index 4cdf73ef390..c38be313245 100644 --- a/devel/rubygem-tty-prompt/pkg-descr +++ b/devel/rubygem-tty-prompt/pkg-descr @@ -1,5 +1,3 @@ TTY::Prompt provides independent prompt component for TTY toolkit. It supports a beautiful and powerful interactive command line prompt with a robust API for getting and validating complex inputs. - -See also: https://github.com/piotrmurach/tty-prompt diff --git a/devel/rubygem-tty-spinner/Makefile b/devel/rubygem-tty-spinner/Makefile index 051b53b31b3..ae1f1a826d4 100644 --- a/devel/rubygem-tty-spinner/Makefile +++ b/devel/rubygem-tty-spinner/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Terminal spinner for tasks with non-deterministic time -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-spinner LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-spinner/pkg-descr b/devel/rubygem-tty-spinner/pkg-descr index 2e8ebcf8022..1ee3b8e0191 100644 --- a/devel/rubygem-tty-spinner/pkg-descr +++ b/devel/rubygem-tty-spinner/pkg-descr @@ -1,4 +1,2 @@ TTY::Spinner provides independent spinner component for TTY toolkit. It supports a terminal spinner for tasks that have non-deterministic time frame. - -See also: https://github.com/piotrmurach/tty-spinner diff --git a/devel/rubygem-tty-table/Makefile b/devel/rubygem-tty-table/Makefile index dbbb68b30bd..a03e7e3c105 100644 --- a/devel/rubygem-tty-table/Makefile +++ b/devel/rubygem-tty-table/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fexible and intuitive table generator -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-table LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-table/pkg-descr b/devel/rubygem-tty-table/pkg-descr index f1e451f2632..55e24a0033f 100644 --- a/devel/rubygem-tty-table/pkg-descr +++ b/devel/rubygem-tty-table/pkg-descr @@ -1,4 +1,2 @@ TTY::Table provides independent table formatting component for TTY toolkit. It supports a flexible and intuitive table formatting. - -See also: https://github.com/piotrmurach/tty-table diff --git a/devel/rubygem-tty-tree/Makefile b/devel/rubygem-tty-tree/Makefile index 53887909204..89fd6f9ec2d 100644 --- a/devel/rubygem-tty-tree/Makefile +++ b/devel/rubygem-tty-tree/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Print directory or structured data in tree like format -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-tree LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-tree/pkg-descr b/devel/rubygem-tty-tree/pkg-descr index 731f4d800dd..58d1c7946a9 100644 --- a/devel/rubygem-tty-tree/pkg-descr +++ b/devel/rubygem-tty-tree/pkg-descr @@ -1,4 +1,2 @@ TTY::Prompt provides independent directory or hash data rendering component for TTY toolkit. It prints directory or structured data in a tree like format. - -See also: https://github.com/piotrmurach/tty-tree diff --git a/devel/rubygem-tty-which/Makefile b/devel/rubygem-tty-which/Makefile index a4047707f9f..84683f3ee74 100644 --- a/devel/rubygem-tty-which/Makefile +++ b/devel/rubygem-tty-which/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Platform independent implementation of Unix which command -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-which LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-which/pkg-descr b/devel/rubygem-tty-which/pkg-descr index ea672f7b04d..81082320ce3 100644 --- a/devel/rubygem-tty-which/pkg-descr +++ b/devel/rubygem-tty-which/pkg-descr @@ -1,5 +1,3 @@ TTY::Which provides cross-platform executables search component for TTY toolkit. It supports platform independent implementation of Unix which utility that searches for executable file in the path variable. - -See also: https://github.com/piotrmurach/tty-which diff --git a/devel/rubygem-tty/Makefile b/devel/rubygem-tty/Makefile index 016db6830a0..8ef163c4b4f 100644 --- a/devel/rubygem-tty/Makefile +++ b/devel/rubygem-tty/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Toolbox for developing beautiful CLI clients -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty/pkg-descr b/devel/rubygem-tty/pkg-descr index 3000bbdadd5..20443f2fa89 100644 --- a/devel/rubygem-tty/pkg-descr +++ b/devel/rubygem-tty/pkg-descr @@ -1,5 +1,3 @@ TTY is a toolbox for developing beautiful command line clients in Ruby with a fluid interface for gathering input, querying terminal properties and displaying information. - -See also: https://github.com/piotrmurach/tty diff --git a/devel/spark/Makefile b/devel/spark/Makefile index 2dee0fc19f8..d1b5e9479c1 100644 --- a/devel/spark/Makefile +++ b/devel/spark/Makefile @@ -1,9 +1,8 @@ PORTNAME= spark -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.4 CATEGORIES= devel java MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ - LOCAL/se/distfiles/:deps \ - https://people.freebsd.org/~se/distfiles/:deps + LOCAL/vvd:deps PKGNAMEPREFIX= apache- DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz \ ${PORTNAME}-${PORTVERSION}-deps.tgz:deps @@ -25,6 +24,7 @@ RUN_DEPENDS= bash:shells/bash USES= cpe python shebangfix CPE_VENDOR= apache USE_JAVA= yes +JAVA_VERSION= 8 11 17 USE_RC_SUBR= spark_master spark_worker SHEBANG_FILES= bin/sparkR @@ -49,7 +49,6 @@ MAKE_ENV+= MAVEN_OPTS="-Xmx2g -XX:ReservedCodeCacheSize=2g" \ JAVA_HOME=${JAVA_HOME} .endif - .if ${ARCH} == "amd64" JAVA_ARCH= x86_64 .elif ${ARCH} == "i386" @@ -60,6 +59,7 @@ JAVA_ARCH= ${ARCH} # Update spark-*-dist.tgz if the hadoop version is changed! HADOOP_VERSION= 3.3.4 +# Comment out next line for download m2 and update ${PORTNAME}-${PORTVERSION}-deps.tgz OFFLINE= -o do-build: diff --git a/devel/spark/distinfo b/devel/spark/distinfo index f9b542ef8fa..d7cadea9181 100644 --- a/devel/spark/distinfo +++ b/devel/spark/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1664448776 -SHA256 (spark-3.3.0.tgz) = 9b357aa165e3d78820702f0eee3fa32097839d42c9d0f5b19563fd23b796d13c -SIZE (spark-3.3.0.tgz) = 29907712 -SHA256 (spark-3.3.0-deps.tgz) = f504c09556b3979b0fe9b8efd99103ea37673d81f9978cf88c68f2f336409eee -SIZE (spark-3.3.0-deps.tgz) = 898673486 +TIMESTAMP = 1721161093 +SHA256 (spark-3.3.4.tgz) = 0b86dd8a61d317523c2e116cd11f65ed6f87ad69bf564819446ed74569c49f4c +SIZE (spark-3.3.4.tgz) = 29214872 +SHA256 (spark-3.3.4-deps.tgz) = 6978b59996b94db73f50799be2842501467f0b79b018517a74aa27c1e662f6d8 +SIZE (spark-3.3.4-deps.tgz) = 695771185 diff --git a/devel/spark/pkg-plist b/devel/spark/pkg-plist index 79949896565..4a045ac5a91 100644 --- a/devel/spark/pkg-plist +++ b/devel/spark/pkg-plist @@ -590,7 +590,7 @@ %%DATADIR%%/jars/commons-logging-1.1.3.jar %%DATADIR%%/jars/commons-math3-3.6.1.jar %%DATADIR%%/jars/commons-pool-1.5.4.jar -%%DATADIR%%/jars/commons-text-1.9.jar +%%DATADIR%%/jars/commons-text-1.10.0.jar %%DATADIR%%/jars/compress-lzf-1.1.jar %%DATADIR%%/jars/core-1.1.2.jar %%DATADIR%%/jars/curator-client-2.13.0.jar @@ -608,34 +608,34 @@ %%DATADIR%%/jars/hadoop-client-runtime-3.3.4.jar %%DATADIR%%/jars/hadoop-shaded-guava-1.1.1.jar %%DATADIR%%/jars/hadoop-yarn-server-web-proxy-3.3.4.jar -%%DATADIR%%/jars/hive-beeline-2.%%PYTHON_VER%%.jar -%%DATADIR%%/jars/hive-cli-2.%%PYTHON_VER%%.jar -%%DATADIR%%/jars/hive-common-2.%%PYTHON_VER%%.jar -%%DATADIR%%/jars/hive-exec-2.%%PYTHON_VER%%-core.jar -%%DATADIR%%/jars/hive-jdbc-2.%%PYTHON_VER%%.jar -%%DATADIR%%/jars/hive-llap-common-2.%%PYTHON_VER%%.jar -%%DATADIR%%/jars/hive-metastore-2.%%PYTHON_VER%%.jar -%%DATADIR%%/jars/hive-serde-2.%%PYTHON_VER%%.jar +%%DATADIR%%/jars/hive-beeline-2.3.9.jar +%%DATADIR%%/jars/hive-cli-2.3.9.jar +%%DATADIR%%/jars/hive-common-2.3.9.jar +%%DATADIR%%/jars/hive-exec-2.3.9-core.jar +%%DATADIR%%/jars/hive-jdbc-2.3.9.jar +%%DATADIR%%/jars/hive-llap-common-2.3.9.jar +%%DATADIR%%/jars/hive-metastore-2.3.9.jar +%%DATADIR%%/jars/hive-serde-2.3.9.jar %%DATADIR%%/jars/hive-service-rpc-3.1.2.jar -%%DATADIR%%/jars/hive-shims-0.23-2.%%PYTHON_VER%%.jar -%%DATADIR%%/jars/hive-shims-2.%%PYTHON_VER%%.jar -%%DATADIR%%/jars/hive-shims-common-2.%%PYTHON_VER%%.jar -%%DATADIR%%/jars/hive-shims-scheduler-2.%%PYTHON_VER%%.jar +%%DATADIR%%/jars/hive-shims-0.23-2.3.9.jar +%%DATADIR%%/jars/hive-shims-2.3.9.jar +%%DATADIR%%/jars/hive-shims-common-2.3.9.jar +%%DATADIR%%/jars/hive-shims-scheduler-2.3.9.jar %%DATADIR%%/jars/hive-storage-api-2.7.2.jar -%%DATADIR%%/jars/hive-vector-code-gen-2.%%PYTHON_VER%%.jar +%%DATADIR%%/jars/hive-vector-code-gen-2.3.9.jar %%DATADIR%%/jars/hk2-api-2.6.1.jar %%DATADIR%%/jars/hk2-locator-2.6.1.jar %%DATADIR%%/jars/hk2-utils-2.6.1.jar %%DATADIR%%/jars/httpclient-4.5.13.jar %%DATADIR%%/jars/httpcore-4.4.14.jar %%DATADIR%%/jars/istack-commons-runtime-3.0.8.jar -%%DATADIR%%/jars/ivy-2.5.0.jar -%%DATADIR%%/jars/jackson-annotations-2.13.3.jar -%%DATADIR%%/jars/jackson-core-2.13.3.jar +%%DATADIR%%/jars/ivy-2.5.1.jar +%%DATADIR%%/jars/jackson-annotations-2.13.4.jar +%%DATADIR%%/jars/jackson-core-2.13.4.jar %%DATADIR%%/jars/jackson-core-asl-1.9.13.jar -%%DATADIR%%/jars/jackson-databind-2.13.3.jar +%%DATADIR%%/jars/jackson-databind-2.13.4.2.jar %%DATADIR%%/jars/jackson-mapper-asl-1.9.13.jar -%%DATADIR%%/jars/jackson-module-scala_2.12-2.13.3.jar +%%DATADIR%%/jars/jackson-module-scala_2.12-2.13.4.jar %%DATADIR%%/jars/jakarta.annotation-api-1.3.5.jar %%DATADIR%%/jars/jakarta.inject-2.6.1.jar %%DATADIR%%/jars/jakarta.servlet-api-4.0.3.jar @@ -649,12 +649,12 @@ %%DATADIR%%/jars/jaxb-runtime-2.3.2.jar %%DATADIR%%/jars/jcl-over-slf4j-1.7.32.jar %%DATADIR%%/jars/jdo-api-3.0.1.jar -%%DATADIR%%/jars/jersey-client-2.34.jar -%%DATADIR%%/jars/jersey-common-2.34.jar -%%DATADIR%%/jars/jersey-container-servlet-2.34.jar -%%DATADIR%%/jars/jersey-container-servlet-core-2.34.jar -%%DATADIR%%/jars/jersey-hk2-2.34.jar -%%DATADIR%%/jars/jersey-server-2.34.jar +%%DATADIR%%/jars/jersey-client-2.36.jar +%%DATADIR%%/jars/jersey-common-2.36.jar +%%DATADIR%%/jars/jersey-container-servlet-2.36.jar +%%DATADIR%%/jars/jersey-container-servlet-core-2.36.jar +%%DATADIR%%/jars/jersey-hk2-2.36.jar +%%DATADIR%%/jars/jersey-server-2.36.jar %%DATADIR%%/jars/jline-2.14.6.jar %%DATADIR%%/jars/joda-time-2.10.13.jar %%DATADIR%%/jars/jodd-core-3.5.2.jar @@ -700,9 +700,9 @@ %%DATADIR%%/jars/netty-transport-native-unix-common-4.1.74.Final.jar %%DATADIR%%/jars/objenesis-3.2.jar %%DATADIR%%/jars/opencsv-2.3.jar -%%DATADIR%%/jars/orc-core-1.7.4.jar -%%DATADIR%%/jars/orc-mapreduce-1.7.4.jar -%%DATADIR%%/jars/orc-shims-1.7.4.jar +%%DATADIR%%/jars/orc-core-1.7.10.jar +%%DATADIR%%/jars/orc-mapreduce-1.7.10.jar +%%DATADIR%%/jars/orc-shims-1.7.10.jar %%DATADIR%%/jars/oro-2.0.8.jar %%DATADIR%%/jars/osgi-resource-locator-1.0.3.jar %%DATADIR%%/jars/paranamer-2.8.jar @@ -757,7 +757,7 @@ %%DATADIR%%/jars/univocity-parsers-2.9.1.jar %%DATADIR%%/jars/velocity-1.5.jar %%DATADIR%%/jars/xbean-asm9-shaded-4.20.jar -%%DATADIR%%/jars/xz-1.8.jar +%%DATADIR%%/jars/xz-1.9.jar %%DATADIR%%/jars/zookeeper-3.6.2.jar %%DATADIR%%/jars/zookeeper-jute-3.6.2.jar %%DATADIR%%/jars/zstd-jni-1.5.2-1.jar @@ -768,7 +768,6 @@ %%DATADIR%%/python/docs/Makefile %%DATADIR%%/python/docs/make.bat %%DATADIR%%/python/docs/make2.bat -%%DATADIR%%/python/docs/source/_static/copybutton.js %%DATADIR%%/python/docs/source/_static/css/pyspark.css %%DATADIR%%/python/docs/source/_templates/autosummary/class.rst %%DATADIR%%/python/docs/source/_templates/autosummary/class_with_docs.rst @@ -976,6 +975,7 @@ %%DATADIR%%/python/pyspark/pandas/missing/__init__.py %%DATADIR%%/python/pyspark/pandas/missing/common.py %%DATADIR%%/python/pyspark/pandas/missing/frame.py +%%DATADIR%%/python/pyspark/pandas/missing/general_functions.py %%DATADIR%%/python/pyspark/pandas/missing/groupby.py %%DATADIR%%/python/pyspark/pandas/missing/indexes.py %%DATADIR%%/python/pyspark/pandas/missing/series.py diff --git a/devel/wasi-compiler-rt18/Makefile b/devel/wasi-compiler-rt18/Makefile index 203556ffa9f..e56592852df 100644 --- a/devel/wasi-compiler-rt18/Makefile +++ b/devel/wasi-compiler-rt18/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm18 -DISTVERSION= 18.1.7 +DISTVERSION= 18.1.8 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt diff --git a/devel/wasi-libcxx18/Makefile b/devel/wasi-libcxx18/Makefile index e8c40945d2f..a167ef85ce3 100644 --- a/devel/wasi-libcxx18/Makefile +++ b/devel/wasi-libcxx18/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm18 -DISTVERSION= 18.1.7 +DISTVERSION= 18.1.8 MASTERDIR= ${.CURDIR}/../wasi-libcxx diff --git a/editors/ox/Makefile b/editors/ox/Makefile index 8406c4a0ab6..801e7cd0767 100644 --- a/editors/ox/Makefile +++ b/editors/ox/Makefile @@ -1,5 +1,5 @@ PORTNAME= ox -DISTVERSION= 0.3.0 +DISTVERSION= 0.3.3 CATEGORIES= editors PKGNAMESUFFIX= -text-editor @@ -32,7 +32,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ home-0.5.9 \ if_chain-1.0.2 \ jargon-args-0.2.7 \ - kaolinite-0.8.0 \ + kaolinite-0.8.1 \ libc-0.2.155 \ libredox-0.1.3 \ linux-raw-sys-0.4.14 \ diff --git a/editors/ox/distinfo b/editors/ox/distinfo index 459b83f1a02..9412504ba4b 100644 --- a/editors/ox/distinfo +++ b/editors/ox/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1721103331 +TIMESTAMP = 1721230528 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/alinio-0.2.1.crate) = 66e562e228ad1df7eba72a66d8fa2215b8264bc1bff74a1b34b20d12aaae3b95 @@ -33,8 +33,8 @@ SHA256 (rust/crates/if_chain-1.0.2.crate) = cb56e1aa765b4b4f3aadfab769793b7087bb SIZE (rust/crates/if_chain-1.0.2.crate) = 8062 SHA256 (rust/crates/jargon-args-0.2.7.crate) = b9d38e5712e29fb0c2caeb33b1803c8feade6e3380c7a92788fb219999b2849e SIZE (rust/crates/jargon-args-0.2.7.crate) = 10602 -SHA256 (rust/crates/kaolinite-0.8.0.crate) = fa23d0ca201d2a2b921752b47756831936abddf75e5f3c365a7ba45ac4736152 -SIZE (rust/crates/kaolinite-0.8.0.crate) = 1700481 +SHA256 (rust/crates/kaolinite-0.8.1.crate) = 75e99c129d29095bc179446426f0ca274c9cb2654b6aeed3533f16fd7f433b34 +SIZE (rust/crates/kaolinite-0.8.1.crate) = 1700573 SHA256 (rust/crates/libc-0.2.155.crate) = 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c SIZE (rust/crates/libc-0.2.155.crate) = 743539 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d @@ -171,5 +171,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270 SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 SIZE (rust/crates/winsafe-0.0.19.crate) = 492820 -SHA256 (curlpipe-ox-0.3.0_GH0.tar.gz) = be05366d05a7591d1510b01161c69a54c76bc3c08a9b6b5d0c6bbe9aa8172203 -SIZE (curlpipe-ox-0.3.0_GH0.tar.gz) = 72299 +SHA256 (curlpipe-ox-0.3.3_GH0.tar.gz) = 0c70e9223819ef6c8f7cf5ecbbceacbe2d2f786b2811099e970e4a41cc57aa49 +SIZE (curlpipe-ox-0.3.3_GH0.tar.gz) = 74501 diff --git a/emulators/libretro-ppsspp/Makefile b/emulators/libretro-ppsspp/Makefile index 59effea19ca..add5ff86a07 100644 --- a/emulators/libretro-ppsspp/Makefile +++ b/emulators/libretro-ppsspp/Makefile @@ -1,9 +1,9 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMEPREFIX= libretro- MASTERDIR= ${.CURDIR}/../ppsspp -OPTIONS_SLAVE= LIBRETRO -OPTIONS_EXCLUDE=${OPTIONS_DEFINE} +OPTIONS_EXCLUDE= ${OPTIONS_DEFINE} +OPTIONS_SLAVE= LIBRETRO .include "${MASTERDIR}/Makefile" diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile index 2b5cf472f7e..71f2a24b5d8 100644 --- a/emulators/ppsspp-qt5/Makefile +++ b/emulators/ppsspp-qt5/Makefile @@ -1,10 +1,10 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp -OPTIONS_SLAVE= QT5 # XXX No VULKAN per https://github.com/hrydgard/ppsspp/blob/v1.10/Qt/QtMain.cpp#L711-L712 -OPTIONS_EXCLUDE=${OPTIONS_DEFINE} +OPTIONS_EXCLUDE= ${OPTIONS_DEFINE} +OPTIONS_SLAVE= QT5 .include "${MASTERDIR}/Makefile" diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 1dfb83ec39a..826d848ebef 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -26,6 +26,7 @@ LIB_DEPENDS= libzip.so:archivers/libzip \ libminiupnpc.so:net/miniupnpc RUN_DEPENDS= xdg-open:devel/xdg-utils +USES= cmake compiler:c++11-lib gl localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= hrydgard GH_TUPLE?= hrydgard:glslang:8.13.3743-948-gb34f619e:glslang/ext/glslang \ @@ -37,68 +38,65 @@ GH_TUPLE?= hrydgard:glslang:8.13.3743-948-gb34f619e:glslang/ext/glslang \ Kingcom:filesystem:v1.3.2-12-g3f1c185:filesystem/ext/armips/ext/filesystem \ RetroAchievements:rcheevos:v11.0.0-26-ge7989c3:rcheevos/ext/rcheevos \ Tencent:rapidjson:v1.1.0-415-g73063f50:rapidjson/ext/rapidjson - -CONFLICTS_INSTALL= ${PORTNAME}-* - -USES= cmake compiler:c++11-lib gl localbase:ldflags pkgconfig shared-mime-info EXCLUDE= libzip zlib -EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} USE_GL= glew opengl CMAKE_ON= ${FFMPEG LIBZIP MINIUPNPC SNAPPY ZSTD:L:S/^/USE_SYSTEM_/} USE_VULKAN_DISPLAY_KHR CMAKE_OFF= USE_DISCORD LDFLAGS+= -Wl,--as-needed # ICE/SM/X11/Xext, Qt5Network +CONFLICTS_INSTALL= ${PORTNAME}-* +DESKTOP_ENTRIES= "PPSSPP" \ + "" \ + "${PORTNAME}" \ + "${PORTNAME} %f" \ + "Game;Emulator;" \ + "" +EXTRACT_AFTER_ARGS= ${EXCLUDE:S,^,--exclude ,} SUB_FILES= pkg-message PORTDATA= assets -DESKTOP_ENTRIES="PPSSPP" \ - "" \ - "${PORTNAME}" \ - "${PORTNAME} %f" \ - "Game;Emulator;" \ - "" - -OPTIONS_DEFINE= VULKAN -OPTIONS_DEFAULT=VULKAN -OPTIONS_SINGLE= GUI +OPTIONS_DEFINE= VULKAN +OPTIONS_DEFAULT= VULKAN +OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= LIBRETRO QT5 SDL -OPTIONS_SLAVE?= SDL OPTIONS_EXCLUDE:= ${OPTIONS_EXCLUDE} ${OPTIONS_SINGLE_GUI} +OPTIONS_SLAVE?= SDL -LIBRETRO_DESC= libretro core for games/retroarch +LIBRETRO_DESC= libretro core for games/retroarch +VULKAN_DESC= Vulkan renderer +LIBRETRO_LIB_DEPENDS= libpng.so:graphics/png LIBRETRO_CMAKE_BOOL= LIBRETRO LIBRETRO_PLIST_FILES= lib/libretro/${PORTNAME}_libretro.so -LIBRETRO_VARS= CONFLICTS_INSTALL= DESKTOP_ENTRIES= PLIST= PORTDATA= PKGMESSAGE= SUB_FILES= -QT5_USES= elfctl qt:5 sdl -QT5_USE= QT=qmake:build,buildtools:build,linguisttools:build,gui,multimedia,opengl,widgets -QT5_USE+= SDL=sdl2 # audio, joystick -QT5_CMAKE_BOOL= USING_QT_UI -QT5_VARS= EXENAME=PPSSPPQt ELF_FEATURES=+wxneeded:PPSSPPQt +LIBRETRO_VARS= CONFLICTS_INSTALL= DESKTOP_ENTRIES= PLIST= PORTDATA= PKGMESSAGE= SUB_FILES= +QT5_LIB_DEPENDS= libpng.so:graphics/png +QT5_USES= desktop-file-utils elfctl qt:5 shared-mime-info sdl +QT5_USE= QT=qmake:build,buildtools:build,linguisttools:build,core,gui,multimedia,opengl,widgets +QT5_USE+= SDL=sdl2 # audio, joystick +QT5_CMAKE_BOOL= USING_QT_UI +QT5_VARS= EXENAME=PPSSPPQt ELF_FEATURES=+wxneeded:PPSSPPQt SDL_CATEGORIES= wayland -SDL_BUILD_DEPENDS= png>=1.6:graphics/png SDL_LIB_DEPENDS= libpng.so:graphics/png -SDL_USES= elfctl sdl -SDL_USE= SDL=sdl2 -SDL_VARS= EXENAME=PPSSPPSDL ELF_FEATURES=+wxneeded:PPSSPPSDL -VULKAN_DESC= Vulkan renderer +SDL_USES= elfctl shared-mime-info sdl +SDL_USE= SDL=sdl2 +SDL_VARS= EXENAME=PPSSPPSDL ELF_FEATURES=+wxneeded:PPSSPPSDL VULKAN_RUN_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader post-patch: - @${REINPLACE_CMD} -e 's/Linux/${OPSYS}/' \ - ${WRKSRC}/assets/gamecontrollerdb.txt - @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ - ${WRKSRC}/UI/NativeApp.cpp - @${REINPLACE_CMD} -e 's/"unknown"/"${DISTVERSIONFULL}"/' \ - ${WRKSRC}/git-version.cmake - -do-install-QT5-on do-install-SDL-on: - ${MV} ${STAGEDIR}${PREFIX}/bin/${EXENAME} \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${_DISTDIR}/${PORTNAME}.1 \ - ${STAGEDIR}${PREFIX}/share/man/man1 + @${REINPLACE_CMD} -e 's/Linux/${OPSYS}/' ${WRKSRC}/assets/gamecontrollerdb.txt + @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' ${WRKSRC}/UI/NativeApp.cpp + @${REINPLACE_CMD} -e 's/"unknown"/"${DISTVERSIONFULL}"/' ${WRKSRC}/git-version.cmake do-install-LIBRETRO-on: ${MKDIR} ${STAGEDIR}${PREFIX}/${LIBRETRO_PLIST_FILES:H} ${INSTALL_LIB} ${BUILD_WRKSRC}/lib/${LIBRETRO_PLIST_FILES:T} \ ${STAGEDIR}${PREFIX}/${LIBRETRO_PLIST_FILES:H} +.if ${OPTIONS_SLAVE} == LIBRETRO +. for d in applications icons man mime ${PORTNAME} + ${RM} -r ${STAGEDIR}${PREFIX}/share/${d} +. endfor +.endif + +do-install-QT5-on do-install-SDL-on: + ${MV} ${STAGEDIR}${PREFIX}/bin/${EXENAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${_DISTDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/emulators/ppsspp/files/patch-Core_Util_PortManager.cpp b/emulators/ppsspp/files/patch-Core_Util_PortManager.cpp new file mode 100644 index 00000000000..e2b3ae859c6 --- /dev/null +++ b/emulators/ppsspp/files/patch-Core_Util_PortManager.cpp @@ -0,0 +1,25 @@ +--- Core/Util/PortManager.cpp.orig 2024-02-04 13:08:02 UTC ++++ Core/Util/PortManager.cpp +@@ -161,7 +161,21 @@ bool PortManager::Initialize(const unsigned int timeou + + // Get LAN IP address that connects to the router + char lanaddr[64] = "unset"; +- int status = UPNP_GetValidIGD(devlist, urls, datas, lanaddr, sizeof(lanaddr)); //possible "status" values, 0 = NO IGD found, 1 = A valid connected IGD has been found, 2 = A valid IGD has been found but it reported as not connected, 3 = an UPnP device has been found but was not recognized as an IGD ++/* ++possible "status" values: ++-1 = Internal error ++ 0 = NO IGD found ++ 1 = A valid connected IGD has been found ++ 2 = A valid connected IGD has been found but its IP address is reserved (non routable) ++ 3 = A valid IGD has been found but it reported as not connected ++ 4 = an UPnP device has been found but was not recognized as an IGD ++*/ ++ int status = ++#if (MINIUPNPC_API_VERSION >= 18) ++ UPNP_GetValidIGD(devlist, urls, datas, lanaddr, sizeof(lanaddr), nullptr, 0); ++#else ++ UPNP_GetValidIGD(devlist, urls, datas, lanaddr, sizeof(lanaddr)); ++#endif + m_lanip = std::string(lanaddr); + INFO_LOG(SCENET, "PortManager - Detected LAN IP: %s", m_lanip.c_str()); + diff --git a/games/simutrans/files/patch-upnp b/games/simutrans/files/patch-upnp new file mode 100644 index 00000000000..38267818dc2 --- /dev/null +++ b/games/simutrans/files/patch-upnp @@ -0,0 +1,34 @@ +From upstream commit b399b9c89b3369ebe3a9afa54459f74c9c5f52b1 + +diff --git src/simutrans/network/network.cc src/simutrans/network/network.cc +index 5acf10e5c7..52669ad9d0 100644 +--- src/simutrans/network/network.cc ++++ src/simutrans/network/network.cc +@@ -981,7 +981,12 @@ bool prepare_for_server( char *externalIPAddress, char *externalAltIPAddress, in + struct UPNPUrls urls; + struct IGDdatas data; + ++#if MINIUPNPC_API_VERSION <= 17 + UPNP_GetValidIGD( devlist, &urls, &data, lanaddr, sizeof(lanaddr) ); ++#else ++ char wanaddr[64] = "uset"; ++ UPNP_GetValidIGD(devlist, &urls, &data, lanaddr, sizeof(lanaddr), wanaddr, sizeof(lanaddr)); ++#endif + // we must know our IP address first + if( UPNP_GetExternalIPAddress(urls.controlURL, data.first.servicetype, externalIPAddress) == UPNPCOMMAND_SUCCESS ) { + // this is our ID (at least the routes tells us this) +@@ -1040,7 +1045,13 @@ void remove_port_forwarding( int port ) + struct UPNPUrls urls; + struct IGDdatas data; + +- UPNP_GetValidIGD( devlist, &urls, &data, lanaddr, sizeof(lanaddr) ); ++#if MINIUPNPC_API_VERSION <= 17 ++ UPNP_GetValidIGD(devlist, &urls, &data, lanaddr, sizeof(lanaddr)); ++#else ++ char wanaddr[64] = "uset"; ++ UPNP_GetValidIGD(devlist, &urls, &data, lanaddr, sizeof(lanaddr), wanaddr, sizeof(lanaddr)); ++#endif ++ + // we must know our IP address first + if( UPNP_GetExternalIPAddress(urls.controlURL, data.first.servicetype, externalIPAddress) == UPNPCOMMAND_SUCCESS ) { + // this is our ID (at least the routes tells us this) diff --git a/games/vcmi/Makefile b/games/vcmi/Makefile index 151f5fb6db5..0c1d4f1030a 100644 --- a/games/vcmi/Makefile +++ b/games/vcmi/Makefile @@ -1,6 +1,5 @@ PORTNAME= vcmi -PORTVERSION= 1.5.3 -PORTREVISION= 1 +PORTVERSION= 1.5.5 CATEGORIES= games MAINTAINER= danfe@FreeBSD.org diff --git a/games/vcmi/distinfo b/games/vcmi/distinfo index efb9739187a..38c22d965c3 100644 --- a/games/vcmi/distinfo +++ b/games/vcmi/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1718921725 -SHA256 (vcmi-vcmi-1.5.3_GH0.tar.gz) = 7550c7041c509eb0c644b69b040cde76af4202140d17193f3f78b25daaa4a430 -SIZE (vcmi-vcmi-1.5.3_GH0.tar.gz) = 9733735 +TIMESTAMP = 1721154061 +SHA256 (vcmi-vcmi-1.5.5_GH0.tar.gz) = 3b02c13f14b268b4cc99d41892eb579a47e8210473a918b9609adb7f61889db9 +SIZE (vcmi-vcmi-1.5.5_GH0.tar.gz) = 9742251 SHA256 (vcmi-innoextract-9977089_GH0.tar.gz) = dae4cbf04a0adc6f9d0d3d64f90deda8fd148ced3834a4062b18a1538a26edbe SIZE (vcmi-innoextract-9977089_GH0.tar.gz) = 205324 diff --git a/games/vcmi/pkg-plist b/games/vcmi/pkg-plist index 19ac827d49c..bb8d9a0345b 100644 --- a/games/vcmi/pkg-plist +++ b/games/vcmi/pkg-plist @@ -457,55 +457,3 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%DATADIR%%/config/widgets/settings/settingsMainContainer.json %%DATADIR%%/config/widgets/turnOptionsDropdownLibrary.json %%DATADIR%%/config/widgets/turnOptionsTab.json -%%QT%%%%DATADIR%%/mapeditor/icons/brush-0.png -%%QT%%%%DATADIR%%/mapeditor/icons/brush-1.png -%%QT%%%%DATADIR%%/mapeditor/icons/brush-2.png -%%QT%%%%DATADIR%%/mapeditor/icons/brush-3.png -%%QT%%%%DATADIR%%/mapeditor/icons/brush-4.png -%%QT%%%%DATADIR%%/mapeditor/icons/brush-5.png -%%QT%%%%DATADIR%%/mapeditor/icons/brush-6.png -%%QT%%%%DATADIR%%/mapeditor/icons/brush-7.png -%%QT%%%%DATADIR%%/mapeditor/icons/document-new.png -%%QT%%%%DATADIR%%/mapeditor/icons/document-open.png -%%QT%%%%DATADIR%%/mapeditor/icons/document-save.png -%%QT%%%%DATADIR%%/mapeditor/icons/edit-clear.png -%%QT%%%%DATADIR%%/mapeditor/icons/edit-copy.png -%%QT%%%%DATADIR%%/mapeditor/icons/edit-cut.png -%%QT%%%%DATADIR%%/mapeditor/icons/edit-paste.png -%%QT%%%%DATADIR%%/mapeditor/icons/edit-redo.png -%%QT%%%%DATADIR%%/mapeditor/icons/edit-undo.png -%%QT%%%%DATADIR%%/mapeditor/icons/fill-obstacles.png -%%QT%%%%DATADIR%%/mapeditor/icons/lock-closed.png -%%QT%%%%DATADIR%%/mapeditor/icons/lock-open.png -%%QT%%%%DATADIR%%/mapeditor/icons/mapeditor.128x128.png -%%QT%%%%DATADIR%%/mapeditor/icons/mapeditor.256x256.png -%%QT%%%%DATADIR%%/mapeditor/icons/mapeditor.32x32.png -%%QT%%%%DATADIR%%/mapeditor/icons/mapeditor.48x48.png -%%QT%%%%DATADIR%%/mapeditor/icons/mapeditor.64x64.png -%%QT%%%%DATADIR%%/mapeditor/icons/menu-game.png -%%QT%%%%DATADIR%%/mapeditor/icons/menu-mods.png -%%QT%%%%DATADIR%%/mapeditor/icons/menu-settings.png -%%QT%%%%DATADIR%%/mapeditor/icons/mod-delete.png -%%QT%%%%DATADIR%%/mapeditor/icons/mod-disabled.png -%%QT%%%%DATADIR%%/mapeditor/icons/mod-download.png -%%QT%%%%DATADIR%%/mapeditor/icons/mod-enabled.png -%%QT%%%%DATADIR%%/mapeditor/icons/mod-update.png -%%QT%%%%DATADIR%%/mapeditor/icons/toggle-grid.png -%%QT%%%%DATADIR%%/mapeditor/icons/toggle-pass.png -%%QT%%%%DATADIR%%/mapeditor/icons/toggle-underground.png -%%QT%%%%DATADIR%%/mapeditor/icons/translations.png -%%QT%%%%DATADIR%%/mapeditor/icons/zoom_base.png -%%QT%%%%DATADIR%%/mapeditor/icons/zoom_minus.png -%%QT%%%%DATADIR%%/mapeditor/icons/zoom_plus.png -%%QT%%%%DATADIR%%/mapeditor/icons/zoom_zero.png -%%QT%%%%DATADIR%%/mapeditor/translation/chinese.qm -%%QT%%%%DATADIR%%/mapeditor/translation/czech.qm -%%QT%%%%DATADIR%%/mapeditor/translation/english.qm -%%QT%%%%DATADIR%%/mapeditor/translation/french.qm -%%QT%%%%DATADIR%%/mapeditor/translation/german.qm -%%QT%%%%DATADIR%%/mapeditor/translation/polish.qm -%%QT%%%%DATADIR%%/mapeditor/translation/portuguese.qm -%%QT%%%%DATADIR%%/mapeditor/translation/russian.qm -%%QT%%%%DATADIR%%/mapeditor/translation/spanish.qm -%%QT%%%%DATADIR%%/mapeditor/translation/ukrainian.qm -%%QT%%%%DATADIR%%/mapeditor/translation/vietnamese.qm diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 76651201776..c5d8b21d77a 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20240710 +PORTVERSION= s20240717 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -26,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl USES= cargo xorg USE_XORG= xcb USE_GITLAB= yes -GL_TAGNAME= v0.16.0-361-g9452500f1 # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.16.0-366-g4e63622f2 # git describe --match='v[0-9]*' weekly CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib" PLIST_FILES= bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo index ccb5515d135..5c49ed28738 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1720649273 +TIMESTAMP = 1721175965 SHA256 (rust/crates/ab_glyph-0.2.27.crate) = 1c3a1cbc201cc13ed06cf875efb781f2249b3677f5c74571b67d817877f9d697 SIZE (rust/crates/ab_glyph-0.2.27.crate) = 19562 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 @@ -1669,5 +1669,5 @@ SHA256 (Imberflur-iced-veloren-winit-0.28_GH0.tar.gz) = ff1056ad3df5df0604440a4a SIZE (Imberflur-iced-veloren-winit-0.28_GH0.tar.gz) = 1130634 SHA256 (xMAC94x-portpicker-rs-df6b37872f3586ac3b21d08b56c8ec7cd92fb172_GH0.tar.gz) = 29252101e189bbe067f0bacba18181afc69a2fb9bc031bbba8dcbade45dec02f SIZE (xMAC94x-portpicker-rs-df6b37872f3586ac3b21d08b56c8ec7cd92fb172_GH0.tar.gz) = 2210 -SHA256 (veloren-v0.16.0-361-g9452500f1.tar.bz2) = c8f3ccdd2eebfd579d93d725b60967dd3ea2d576479b5ee5693df0be8ee57d74 -SIZE (veloren-v0.16.0-361-g9452500f1.tar.bz2) = 299985255 +SHA256 (veloren-v0.16.0-366-g4e63622f2.tar.bz2) = 4908b3a2ca0aff216515966e81eb3e29e85b716368261b0f8f002dd7ea460d01 +SIZE (veloren-v0.16.0-366-g4e63622f2.tar.bz2) = 299997469 diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 0c123fccab7..7497fe07e70 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -7,7 +7,8 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast image processing tools based on ImageMagick -WWW= http://www.graphicsmagick.org/ +WWW= https://graphicsmagick.sourceforge.io/ \ + http://www.graphicsmagick.org/ LICENSE= MIT diff --git a/graphics/R-cran-magick/Makefile b/graphics/R-cran-magick/Makefile index 5fc8d343bdb..73576ff76bc 100644 --- a/graphics/R-cran-magick/Makefile +++ b/graphics/R-cran-magick/Makefile @@ -1,5 +1,5 @@ PORTNAME= magick -DISTVERSION= 2.8.3 +DISTVERSION= 2.8.4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-magick/distinfo b/graphics/R-cran-magick/distinfo index f48d643ea35..89968d3694a 100644 --- a/graphics/R-cran-magick/distinfo +++ b/graphics/R-cran-magick/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709233241 -SHA256 (magick_2.8.3.tar.gz) = 932b522d2e9199f50f391266b7f7cb22ca20ca8d5cedbeff12113f5cb445c079 -SIZE (magick_2.8.3.tar.gz) = 4600396 +TIMESTAMP = 1721189885 +SHA256 (magick_2.8.4.tar.gz) = 45c803370f0d96b729db8114b3e2187cbe6fac13133b67b96a91c8eae734ea0a +SIZE (magick_2.8.4.tar.gz) = 4602026 diff --git a/graphics/imageworsener/Makefile b/graphics/imageworsener/Makefile index 5f2fb4ca281..c2cd28e3952 100644 --- a/graphics/imageworsener/Makefile +++ b/graphics/imageworsener/Makefile @@ -7,7 +7,8 @@ MASTER_SITES= https://entropymine.com/imageworsener/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= CLI utility and library for image scaling and processing -WWW= https://entropymine.com/imageworsener/ +WWW= https://entropymine.com/imageworsener/ \ + https://github.com/jsummers/imageworsener LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.txt diff --git a/graphics/imageworsener/pkg-descr b/graphics/imageworsener/pkg-descr index 45dbfad5266..74024336b59 100644 --- a/graphics/imageworsener/pkg-descr +++ b/graphics/imageworsener/pkg-descr @@ -3,5 +3,3 @@ scaling and other image processing. It has full support for PNG, JPEG, BMP formats, experimental support for WebP, read-only support for GIF, and limited support for some other image formats. It's not as fast or memory-efficient as some utilities, but it's very accurate. - -See also: https://github.com/jsummers/imageworsener diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index e46c0dacffe..3fa4e0cd5b1 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 24.1-branchpoint-3618 -DISTVERSIONSUFFIX= -g60488d6213a +DISTVERSION= 24.1-branchpoint-3782 +DISTVERSIONSUFFIX= -gc8d64860ec7 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index cf4d545583b..a691922f7ef 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1721076883 -SHA256 (mesa-24.1-branchpoint-3618-g60488d6213a.tar.bz2) = e0f162c2069a20148fdd570c99bd4606e4da9a848f978abf657b963831a757c4 -SIZE (mesa-24.1-branchpoint-3618-g60488d6213a.tar.bz2) = 37834910 +TIMESTAMP = 1721257011 +SHA256 (mesa-24.1-branchpoint-3782-gc8d64860ec7.tar.bz2) = acff95d4a30e4cec00e713a7c40f0be8138debc07ad8e9e83a679d01ae1296dd +SIZE (mesa-24.1-branchpoint-3782-gc8d64860ec7.tar.bz2) = 37842672 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (2930dcbb3329.patch) = f90ab77950ba1a56d165f0bc8a3cbd9c5f624bb5c67d1c7f337316027e8295e8 diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile index aba13dba819..bf9607dfa26 100644 --- a/graphics/py-pydot/Makefile +++ b/graphics/py-pydot/Makefile @@ -1,5 +1,5 @@ PORTNAME= pydot -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-pydot/distinfo b/graphics/py-pydot/distinfo index bafd548a0a7..94668fe8522 100644 --- a/graphics/py-pydot/distinfo +++ b/graphics/py-pydot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721148498 -SHA256 (pydot-3.0.0.tar.gz) = 764640e04f7560dbf0fdfae25f8b6ab59f8c0cd93351d552d779b00d70885411 -SIZE (pydot-3.0.0.tar.gz) = 155563 +TIMESTAMP = 1721280220 +SHA256 (pydot-3.0.1.tar.gz) = e18cf7f287c497d77b536a3d20a46284568fea390776dface6eabbdf1b1b5efc +SIZE (pydot-3.0.1.tar.gz) = 155792 diff --git a/graphics/rubygem-png/Makefile b/graphics/rubygem-png/Makefile index 904c4d7875f..1f084a62d7c 100644 --- a/graphics/rubygem-png/Makefile +++ b/graphics/rubygem-png/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Almost-pure-ruby PNG library -WWW= https://www.zenspider.com/projects/png.html +WWW= https://www.zenspider.com/projects/png.html \ + https://github.com/seattlerb/png LICENSE= MIT diff --git a/graphics/rubygem-png/pkg-descr b/graphics/rubygem-png/pkg-descr index e795df89208..1fe63ea6543 100644 --- a/graphics/rubygem-png/pkg-descr +++ b/graphics/rubygem-png/pkg-descr @@ -1,4 +1,2 @@ PNG is an almost-pure-ruby PNG library. It lets you write a PNG without any C libraries. - -See also: https://github.com/seattlerb/png diff --git a/graphics/rubygem-ruby-vips/Makefile b/graphics/rubygem-ruby-vips/Makefile index 18efe5c336a..d7827c4bb4f 100644 --- a/graphics/rubygem-ruby-vips/Makefile +++ b/graphics/rubygem-ruby-vips/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-vips -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -11,7 +11,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libvips.so:graphics/vips -RUN_DEPENDS= rubygem-ffi>=1.12<2:devel/rubygem-ffi +RUN_DEPENDS= rubygem-ffi>=1.12<2:devel/rubygem-ffi \ + rubygem-logger>=0:devel/rubygem-logger USES= gem gnome shebangfix USE_GNOME= glib20 diff --git a/graphics/rubygem-ruby-vips/distinfo b/graphics/rubygem-ruby-vips/distinfo index 612dceab80e..112e0aa8ae2 100644 --- a/graphics/rubygem-ruby-vips/distinfo +++ b/graphics/rubygem-ruby-vips/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709390938 -SHA256 (rubygem/ruby-vips-2.2.1.gem) = a29841d601c5cfcad9b152964fe83ac8fc60dd94cf8d1fc5e69cfb90fe57cc7b -SIZE (rubygem/ruby-vips-2.2.1.gem) = 69632 +TIMESTAMP = 1721280244 +SHA256 (rubygem/ruby-vips-2.2.2.gem) = af5be8e9f2857a98424d7606ecfc2c21c5e107d0802915190dcc093f56e4dd5b +SIZE (rubygem/ruby-vips-2.2.2.gem) = 69632 diff --git a/lang/cling/Makefile b/lang/cling/Makefile index 4953fbd6679..57ecda8dcaf 100644 --- a/lang/cling/Makefile +++ b/lang/cling/Makefile @@ -23,39 +23,32 @@ BROKEN_riscv64= fails to build: CMake Error at cmake/config-ix.cmake:407: Unkno LIB_DEPENDS= libgtest.so:devel/googletest \ libz3.so:math/z3 +USES= cmake compiler:c++11-lib compiler:c11 gnome libedit ncurses python:build shebangfix tar:bzip2 +USE_GNOME= libxml2 + +CMAKE_ARGS= -DINSTALL_LAYOUT=FREEBSD +CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX} +CMAKE_OFF= LLVM_BUILD_EXAMPLES LLVM_INCLUDE_TESTS LLVM_INCLUDE_GO_TESTS +CMAKE_ON= BUILD_SHARED_LIBS +LDFLAGS+= -Wl,--undefined-version +USE_LDCONFIG= ${LLVM_PREFIX}/lib WRKSRC= ${WRKDIR}/src +SUB_LIST= LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}" +PLIST_SUB= LLVM_SUFFIX=${LLVM_SUFFIX} LLVM_RELEASE=${LLVM_RELEASE} + LLVM_RELEASE= 5.0.0 LLVM_SUFFIX= 50_cern-root LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} -USES= cmake compiler:c++11-lib compiler:c11 gnome libedit ncurses \ - python:build shebangfix tar:bzip2 -USE_GNOME= libxml2 -USE_LDCONFIG= ${LLVM_PREFIX}/lib - -CONFLICTS_INSTALL= llvm zapcc # # bin/bugpoint bin/c-index-test bin/clang bin/clang++ bin/clang-5.0 bin/clang-check bin/clang-cl bin/clang-cpp bin/clang-format bin/clang-import-test bin/clang-offload-bundler bin/clang-rename bin/git-clang-format +CONFLICTS_INSTALL= llvm zapcc # bin/bugpoint bin/c-index-test bin/clang bin/clang++ bin/clang-5.0 bin/clang-check bin/clang-cl bin/clang-cpp bin/clang-format bin/clang-import-test bin/clang-offload-bundler bin/clang-rename bin/git-clang-format SHEBANG_FILES= tools/clang/tools/clang-format/clang-format-diff.py \ tools/clang/tools/clang-format/git-clang-format \ tools/clang/tools/scan-view/bin/scan-view -CMAKE_ON= BUILD_SHARED_LIBS -CMAKE_OFF= LLVM_BUILD_EXAMPLES LLVM_INCLUDE_TESTS LLVM_INCLUDE_GO_TESTS - -SUB_LIST+= LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}" -PLIST_SUB+= LLVM_SUFFIX=${LLVM_SUFFIX} LLVM_RELEASE=${LLVM_RELEASE} - -CMAKE_BUILD_TYPE= Release -CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX} - -CMAKE_ARGS+= -DINSTALL_LAYOUT=FREEBSD - post-patch: - @${REINPLACE_CMD} -e 's|%%LLVM_PREFIX%%|${LLVM_PREFIX}|g' \ - ${PATCH_WRKSRC}/tools/cling/tools/driver/cling.cpp - @${REINPLACE_CMD} -e 's|%%LLVM_PREFIX%%|${LLVM_PREFIX}|g' \ - ${PATCH_WRKSRC}/tools/cling/lib/Interpreter/CIFactory.cpp + @${REINPLACE_CMD} -e 's|%%LLVM_PREFIX%%|${LLVM_PREFIX}|g' ${WRKSRC}/tools/cling/lib/Interpreter/CIFactory.cpp ${WRKSRC}/tools/cling/tools/driver/cling.cpp post-install: for e in $$(cd ${STAGEDIR}${PREFIX}/llvm50_cern-root/bin && ls *); do \ diff --git a/mail/aerc/Makefile b/mail/aerc/Makefile index 1729be77d63..594b471f635 100644 --- a/mail/aerc/Makefile +++ b/mail/aerc/Makefile @@ -1,5 +1,5 @@ PORTNAME= aerc -DISTVERSION= 0.18.0 +DISTVERSION= 0.18.1 CATEGORIES= mail MAINTAINER= iamsleepy@ryuki.me @@ -32,7 +32,7 @@ GH_TUPLE= ProtonMail:go-crypto:v1.0.0:protonmail_go_crypto/vendor/github.com/Pro emersion:go-msgauth:v0.6.8:emersion_go_msgauth/vendor/github.com/emersion/go-msgauth \ emersion:go-pgpmail:v0.2.1:emersion_go_pgpmail/vendor/github.com/emersion/go-pgpmail \ emersion:go-sasl:e73c9f7bad43:emersion_go_sasl/vendor/github.com/emersion/go-sasl \ - emersion:go-smtp:v0.21.0:emersion_go_smtp/vendor/github.com/emersion/go-smtp \ + emersion:go-smtp:v0.21.3:emersion_go_smtp/vendor/github.com/emersion/go-smtp \ emersion:go-textwrapper:65d896831594:emersion_go_textwrapper/vendor/github.com/emersion/go-textwrapper \ fsnotify:fsevents:v0.1.1:fsnotify_fsevents/vendor/github.com/fsnotify/fsevents \ fsnotify:fsnotify:v1.7.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ diff --git a/mail/aerc/distinfo b/mail/aerc/distinfo index d3cc46a2151..57d34b3784a 100644 --- a/mail/aerc/distinfo +++ b/mail/aerc/distinfo @@ -1,12 +1,12 @@ -TIMESTAMP = 1720352903 -SHA256 (rjarry-aerc-0.18.0_SRHT0.tar.gz) = d20382d7eb6a93b8b6fe508b87c83eb1bb600a0443f173ab1edef0e81ea9f66a -SIZE (rjarry-aerc-0.18.0_SRHT0.tar.gz) = 447257 +TIMESTAMP = 1721288960 +SHA256 (rjarry-aerc-0.18.1_SRHT0.tar.gz) = f8a2923b1749b1b0eaa9ce221121536d13974297143b597f812b11ebbef0c1bf +SIZE (rjarry-aerc-0.18.1_SRHT0.tar.gz) = 447293 +SHA256 (rjarry-go-opt-v1.4.0_SRHT0.tar.gz) = fc082f80a1716db3195b4d2a9b1bf5a7416a1ac3481dad130a75086d0353db3b +SIZE (rjarry-go-opt-v1.4.0_SRHT0.tar.gz) = 14099 SHA256 (rockorager-go-jmap-v0.5.0_SRHT0.tar.gz) = 39fcd7aa248d4b65e001b49f4d1d4ccefe66b45384cb79c014cecabbea664708 SIZE (rockorager-go-jmap-v0.5.0_SRHT0.tar.gz) = 25671 SHA256 (rockorager-vaxis-v0.9.2_SRHT0.tar.gz) = b124cfae25b3f5af5013f833080c7bd7242fdb5888be6eca3b443292ba7b7757 SIZE (rockorager-vaxis-v0.9.2_SRHT0.tar.gz) = 101419 -SHA256 (rjarry-go-opt-v1.4.0_SRHT0.tar.gz) = fc082f80a1716db3195b4d2a9b1bf5a7416a1ac3481dad130a75086d0353db3b -SIZE (rjarry-go-opt-v1.4.0_SRHT0.tar.gz) = 14099 SHA256 (ProtonMail-go-crypto-v1.0.0_GH0.tar.gz) = 596e264d2df6beb3ec40e47286f86960845ab227cb635150ef3bd35a90a79e43 SIZE (ProtonMail-go-crypto-v1.0.0_GH0.tar.gz) = 333515 SHA256 (arran4-golang-ical-v0.2.7_GH0.tar.gz) = 1d77cc6af1adc56641b9d147641390ceca4f7686235a143cb3c125241a842553 @@ -37,8 +37,8 @@ SHA256 (emersion-go-pgpmail-v0.2.1_GH0.tar.gz) = 7831256eec5f11cc6964b3ccda05f22 SIZE (emersion-go-pgpmail-v0.2.1_GH0.tar.gz) = 15985 SHA256 (emersion-go-sasl-e73c9f7bad43_GH0.tar.gz) = 93381ea17213dac9527a856d0119992dbc59fd5fb845716732a6ba300ad54fd1 SIZE (emersion-go-sasl-e73c9f7bad43_GH0.tar.gz) = 7362 -SHA256 (emersion-go-smtp-v0.21.0_GH0.tar.gz) = 98fd535bf8cbdd49d4302c61db8edc915c6466e94230814bc6d351c96f420134 -SIZE (emersion-go-smtp-v0.21.0_GH0.tar.gz) = 41977 +SHA256 (emersion-go-smtp-v0.21.3_GH0.tar.gz) = aa42fe71cd9d71d3942a372ed14074ca3c277a6f09f685278280630ccef1d2ee +SIZE (emersion-go-smtp-v0.21.3_GH0.tar.gz) = 42564 SHA256 (emersion-go-textwrapper-65d896831594_GH0.tar.gz) = 2cd1f28952b8cd549baee90207fdaca1d81a963b1b2974c9e54ea6fb060a123a SIZE (emersion-go-textwrapper-65d896831594_GH0.tar.gz) = 2309 SHA256 (fsnotify-fsevents-v0.1.1_GH0.tar.gz) = ceb77ad32fc37b9fd6ad0c58f8b355c15cea37febdb7f1696ab34af74ef59a97 diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index 2c060c5d35f..f5ac8439e0e 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,5 +1,5 @@ PORTNAME= mail -PORTVERSION= 3.7.4 +PORTVERSION= 3.7.5 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/nextcloud-mail/distinfo b/mail/nextcloud-mail/distinfo index 9e73daec77a..415e763c3ec 100644 --- a/mail/nextcloud-mail/distinfo +++ b/mail/nextcloud-mail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721123691 -SHA256 (nextcloud/mail-v3.7.4.tar.gz) = 0e02d65f838c821e89910870cd336a9ba03c140611688625dbb27ee19acf2c43 -SIZE (nextcloud/mail-v3.7.4.tar.gz) = 26098121 +TIMESTAMP = 1721298598 +SHA256 (nextcloud/mail-v3.7.5.tar.gz) = 9a62bcf61cf76fff47272042dc4c0767f4dbee46a5a7e5e05a7571bc1c749504 +SIZE (nextcloud/mail-v3.7.5.tar.gz) = 26102013 diff --git a/mail/py-checkdmarc/Makefile b/mail/py-checkdmarc/Makefile index d7d2a208b42..944eeb7a2f3 100644 --- a/mail/py-checkdmarc/Makefile +++ b/mail/py-checkdmarc/Makefile @@ -1,5 +1,5 @@ PORTNAME= checkdmarc -PORTVERSION= 5.3.1 +PORTVERSION= 5.4.0 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-checkdmarc/distinfo b/mail/py-checkdmarc/distinfo index ee09b28796d..25da368a662 100644 --- a/mail/py-checkdmarc/distinfo +++ b/mail/py-checkdmarc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708449388 -SHA256 (checkdmarc-5.3.1.tar.gz) = 1d71e7fa611fa8faa36fad09416b5e2c3265d026d3b5209c051f4e292565e332 -SIZE (checkdmarc-5.3.1.tar.gz) = 36307 +TIMESTAMP = 1721280222 +SHA256 (checkdmarc-5.4.0.tar.gz) = ede39e1b34356b3d54f36782970b3c77bc3866348362587b61be5d88e8e7b460 +SIZE (checkdmarc-5.4.0.tar.gz) = 36074 diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile index f95e8e6106c..a383ead8d64 100644 --- a/mail/tumgreyspf/Makefile +++ b/mail/tumgreyspf/Makefile @@ -8,7 +8,8 @@ MASTER_SITES= http://ftp.tummy.com/pub/tummy/tumgreyspf/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= External policy checker for the postfix mail server -WWW= https://www.tummy.com/software/tumgreyspf/ +WWW= https://www.tummy.com/software/tumgreyspf/ \ + https://github.com/linsomniac/tumgreyspf LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/mail/tumgreyspf/pkg-descr b/mail/tumgreyspf/pkg-descr index 16b59adfd29..59a867b76af 100644 --- a/mail/tumgreyspf/pkg-descr +++ b/mail/tumgreyspf/pkg-descr @@ -9,5 +9,3 @@ dropped by an order of magnitude. It uses the file-system as its database, no additional database is required to use it. - -See also: https://github.com/linsomniac/tumgreyspf diff --git a/math/R-cran-SparseM/Makefile b/math/R-cran-SparseM/Makefile index eb84bfb0a02..bbbce20bb5a 100644 --- a/math/R-cran-SparseM/Makefile +++ b/math/R-cran-SparseM/Makefile @@ -1,7 +1,7 @@ PORTNAME= SparseM -PORTVERSION= 1.84 +DISTVERSION= 1.84-2 CATEGORIES= math -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Sparse Linear Algebra diff --git a/math/R-cran-SparseM/distinfo b/math/R-cran-SparseM/distinfo index c97041755d2..4bf16940233 100644 --- a/math/R-cran-SparseM/distinfo +++ b/math/R-cran-SparseM/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719699981 -SHA256 (SparseM_1.84.tar.gz) = 76f996e070415d0490dd1d2160dca14827d22ceb77c06435ad3ab5404d90fd16 -SIZE (SparseM_1.84.tar.gz) = 607201 +TIMESTAMP = 1721275788 +SHA256 (SparseM_1.84-2.tar.gz) = 2580fdbb8679e76c92b9f0c5bd9bb503c4cb6a750ef6ae96595441690ce98665 +SIZE (SparseM_1.84-2.tar.gz) = 553080 diff --git a/math/lis/Makefile b/math/lis/Makefile index 23c8cac99f4..8c9d585fefe 100644 --- a/math/lis/Makefile +++ b/math/lis/Makefile @@ -1,5 +1,5 @@ PORTNAME= lis -DISTVERSION= 2.1.4 +DISTVERSION= 2.1.6 CATEGORIES= math MASTER_SITES= https://www.ssisc.org/lis/dl/ diff --git a/math/lis/distinfo b/math/lis/distinfo index e8fed1472f3..012577c804d 100644 --- a/math/lis/distinfo +++ b/math/lis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716787801 -SHA256 (lis-2.1.4.zip) = d94d634db49fff2368bb615225ee4fdde919c63b7a9bc1f81f7d166a8c105f92 -SIZE (lis-2.1.4.zip) = 3966241 +TIMESTAMP = 1721244562 +SHA256 (lis-2.1.6.zip) = 7e2c4c5a1b96d2aa21fe799c073d7ca3cd5be79f350593d83102e37ca9780821 +SIZE (lis-2.1.6.zip) = 3966759 diff --git a/math/onednn/Makefile b/math/onednn/Makefile index a5e2179f6de..0abc944b7a2 100644 --- a/math/onednn/Makefile +++ b/math/onednn/Makefile @@ -1,6 +1,6 @@ PORTNAME= onednn DISTVERSIONPREFIX= v -DISTVERSION= 3.5 +DISTVERSION= 3.5.1 CATEGORIES= math # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/math/onednn/distinfo b/math/onednn/distinfo index 133fcf649d1..8704e62ac33 100644 --- a/math/onednn/distinfo +++ b/math/onednn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718166569 -SHA256 (oneapi-src-oneDNN-v3.5_GH0.tar.gz) = 8356aa9befde4d4ff93f1b016ac4310730b2de0cc0b8c6c7ce306690bc0d7b43 -SIZE (oneapi-src-oneDNN-v3.5_GH0.tar.gz) = 13189199 +TIMESTAMP = 1721204292 +SHA256 (oneapi-src-oneDNN-v3.5.1_GH0.tar.gz) = f316368a0d8c5235d80704def93f0e8c28e08dfaa2231a3de558be0ae2b146e7 +SIZE (oneapi-src-oneDNN-v3.5.1_GH0.tar.gz) = 13188873 diff --git a/math/py-pysmt/Makefile b/math/py-pysmt/Makefile index 880eb10ea80..13a35c1e405 100644 --- a/math/py-pysmt/Makefile +++ b/math/py-pysmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= pysmt DISTVERSIONPREFIX= v -DISTVERSION= 0.9.0 +DISTVERSION= 0.9.6 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,19 +12,15 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}z3-solver>0:math/py-z3-solver@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}z3-solver>0:math/py-z3-solver@${PY_FLAVOR} \ z3>0:math/z3 \ - cvc5>0:math/cvc5 # CVC4 was replaced with CVC5 - tests are now broken untile this is resolved: https://github.com/pysmt/pysmt/issues/744 + cvc5>0:math/cvc5 USES= python USE_GITHUB= yes -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= distutils autoplist concurrent distutils pytest PYDISTUTILS_PKGNAME= PySMT NO_ARCH= yes -do-test: - @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER} -v) - .include diff --git a/math/py-pysmt/distinfo b/math/py-pysmt/distinfo index 96797ea70f7..6ac6297f839 100644 --- a/math/py-pysmt/distinfo +++ b/math/py-pysmt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1596801641 -SHA256 (pysmt-pysmt-v0.9.0_GH0.tar.gz) = 302a7b38872855d47d17fcf7a55eb8ca3b7ab6c0100a1b8afd2dc7f70be846b5 -SIZE (pysmt-pysmt-v0.9.0_GH0.tar.gz) = 1130338 +TIMESTAMP = 1721251216 +SHA256 (pysmt-pysmt-v0.9.6_GH0.tar.gz) = d69561abccd089c23352a6862b3939574d47d37ed82a5d7dce75127437c06032 +SIZE (pysmt-pysmt-v0.9.6_GH0.tar.gz) = 1141496 diff --git a/math/spla/Makefile b/math/spla/Makefile index 8098e65351d..49371e07a49 100644 --- a/math/spla/Makefile +++ b/math/spla/Makefile @@ -1,7 +1,6 @@ PORTNAME= spla DISTVERSIONPREFIX= v -DISTVERSION= 1.5.5 -PORTREVISION= 3 +DISTVERSION= 1.6.1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libopenblas.so:math/openblas TEST_DEPENDS= scalapack>0:math/scalapack -USES= cmake:testing compiler:c++11-lang +USES= cmake:testing compiler:c++17-lang USE_LDCONFIG= yes USE_GITHUB= yes @@ -39,4 +38,7 @@ OPENMPI_USES= mpi:openmpi OPENMP_CMAKE_BOOL= SPLA_OMP +post-test: # run tests + cd ${WRKSRC} && ${BUILD_WRKSRC}/tests/run_tests + .include diff --git a/math/spla/distinfo b/math/spla/distinfo index d7b2b9c5047..f005a93d7f3 100644 --- a/math/spla/distinfo +++ b/math/spla/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682665482 -SHA256 (eth-cscs-spla-v1.5.5_GH0.tar.gz) = bc0c366e228344b1b2df55b9ce750d73c1165380e512da5a04d471db126d66ce -SIZE (eth-cscs-spla-v1.5.5_GH0.tar.gz) = 519646 +TIMESTAMP = 1721245936 +SHA256 (eth-cscs-spla-v1.6.1_GH0.tar.gz) = 62b51e6ce05c41cfc1c6f6600410f9549a209c50f0331e1db41047f94493e02f +SIZE (eth-cscs-spla-v1.6.1_GH0.tar.gz) = 514756 diff --git a/math/spla/pkg-plist b/math/spla/pkg-plist index fe9fbcd748f..2beccddd763 100644 --- a/math/spla/pkg-plist +++ b/math/spla/pkg-plist @@ -26,15 +26,9 @@ lib/cmake/SPLA/SPLASharedConfigVersion.cmake lib/cmake/SPLA/SPLASharedTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/SPLA/SPLASharedTargets.cmake lib/cmake/SPLA/SPLATargets.cmake -lib/cmake/SPLA/modules/FindARMPL.cmake -lib/cmake/SPLA/modules/FindATLAS.cmake -lib/cmake/SPLA/modules/FindBLIS.cmake -lib/cmake/SPLA/modules/FindGenericBLAS.cmake -lib/cmake/SPLA/modules/FindMKL.cmake -lib/cmake/SPLA/modules/FindOPENBLAS.cmake lib/cmake/SPLA/modules/FindSCALAPACK.cmake lib/cmake/SPLA/modules/FindSCI.cmake lib/libspla.so lib/libspla.so.1 -lib/libspla.so.1.5.5 +lib/libspla.so.1.6.1 libdata/pkgconfig/SPLA.pc diff --git a/misc/Makefile b/misc/Makefile index 47266807e40..50c99662093 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -277,6 +277,7 @@ SUBDIR += mtx SUBDIR += mxnet SUBDIR += najitool + SUBDIR += navi SUBDIR += ncnn SUBDIR += netron SUBDIR += nms diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index 19571c2635c..e91ab62311c 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= llama-cpp DISTVERSIONPREFIX= b -DISTVERSION= 3389 +DISTVERSION= 3408 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/llama-cpp/distinfo b/misc/llama-cpp/distinfo index d3de091fa6b..8551588a9be 100644 --- a/misc/llama-cpp/distinfo +++ b/misc/llama-cpp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1721019664 -SHA256 (ggerganov-llama.cpp-b3389_GH0.tar.gz) = a7cc139b7db201f7c0d19e34f4ef224a1ea757710d98dc7e0271cbc71546ccc3 -SIZE (ggerganov-llama.cpp-b3389_GH0.tar.gz) = 19969860 +TIMESTAMP = 1721307477 +SHA256 (ggerganov-llama.cpp-b3408_GH0.tar.gz) = 12339459fd2d5e1c96814ca8645cea298fd6d13e6cd5b163ca55bd45bae16097 +SIZE (ggerganov-llama.cpp-b3408_GH0.tar.gz) = 20060356 SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496 diff --git a/misc/navi/Makefile b/misc/navi/Makefile new file mode 100644 index 00000000000..3ea3cf99f77 --- /dev/null +++ b/misc/navi/Makefile @@ -0,0 +1,21 @@ +PORTNAME= navi +DISTVERSIONPREFIX= v +DISTVERSION= 2.23.0 +CATEGORIES= misc + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Interactive cheatsheet tool for the command-line +WWW= https://github.com/denisidoro/navi + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= fzf:textproc/fzf + +USES= cargo +USE_GITHUB= yes +GH_ACCOUNT= denisidoro + +PLIST_FILES= bin/navi + +.include diff --git a/misc/navi/Makefile.crates b/misc/navi/Makefile.crates new file mode 100644 index 00000000000..c8fd05b2a97 --- /dev/null +++ b/misc/navi/Makefile.crates @@ -0,0 +1,149 @@ +CARGO_CRATES= aho-corasick-0.7.18 \ + aligned-0.4.1 \ + anstream-0.2.6 \ + anstyle-0.3.5 \ + anstyle-parse-0.1.1 \ + anstyle-wincon-0.2.0 \ + anyhow-1.0.70 \ + arrayvec-0.5.2 \ + as-slice-0.2.1 \ + autocfg-1.0.1 \ + bitflags-1.3.2 \ + cc-1.0.79 \ + cfg-if-1.0.0 \ + clap-4.2.1 \ + clap_builder-4.2.1 \ + clap_derive-4.2.0 \ + clap_lex-0.4.1 \ + concolor-override-1.0.0 \ + concolor-query-0.3.3 \ + crossterm-0.26.1 \ + crossterm_winapi-0.9.0 \ + cvt-0.1.2 \ + directories-next-2.0.0 \ + dirs-sys-next-0.1.2 \ + dns_common-0.2.1 \ + dns_common_derive-0.2.1 \ + dunce-1.0.4 \ + edit-0.1.4 \ + either-1.6.1 \ + errno-0.3.0 \ + errno-dragonfly-0.1.2 \ + etcetera-0.7.1 \ + fs_at-0.1.4 \ + getrandom-0.2.3 \ + hashbrown-0.12.3 \ + heck-0.4.0 \ + hermit-abi-0.3.1 \ + home-0.5.4 \ + indexmap-1.9.3 \ + io-lifetimes-1.0.9 \ + is-terminal-0.4.6 \ + itoa-1.0.6 \ + lazy_static-1.4.0 \ + libc-0.2.140 \ + linux-raw-sys-0.3.1 \ + lock_api-0.4.6 \ + log-0.4.17 \ + matchers-0.1.0 \ + memchr-2.4.0 \ + mio-0.8.3 \ + nix-0.26.2 \ + normpath-1.1.1 \ + nu-ansi-term-0.46.0 \ + once_cell-1.17.1 \ + overload-0.1.1 \ + parking_lot-0.12.0 \ + parking_lot_core-0.9.1 \ + pin-project-lite-0.2.9 \ + ppv-lite86-0.2.10 \ + proc-macro2-1.0.56 \ + quote-1.0.26 \ + rand-0.8.3 \ + rand_chacha-0.3.1 \ + rand_core-0.6.2 \ + rand_hc-0.3.0 \ + redox_syscall-0.2.8 \ + redox_users-0.4.0 \ + regex-1.7.3 \ + regex-automata-0.1.10 \ + regex-syntax-0.6.29 \ + remove_dir_all-0.5.3 \ + remove_dir_all-0.8.2 \ + rustix-0.37.7 \ + ryu-1.0.9 \ + same-file-1.0.6 \ + scopeguard-1.1.0 \ + serde-1.0.159 \ + serde_derive-1.0.159 \ + serde_json-1.0.95 \ + serde_yaml-0.9.21 \ + sharded-slab-0.1.4 \ + shellwords-1.1.0 \ + signal-hook-0.3.13 \ + signal-hook-mio-0.2.3 \ + signal-hook-registry-1.4.0 \ + smallvec-1.10.0 \ + smart-default-0.6.0 \ + stable_deref_trait-1.2.0 \ + static_assertions-1.1.0 \ + strip-ansi-escapes-0.1.1 \ + strsim-0.10.0 \ + syn-1.0.109 \ + syn-2.0.13 \ + synstructure-0.12.6 \ + tempfile-3.2.0 \ + thiserror-1.0.40 \ + thiserror-impl-1.0.40 \ + thread_local-1.1.7 \ + tracing-0.1.37 \ + tracing-attributes-0.1.23 \ + tracing-core-0.1.30 \ + tracing-log-0.1.3 \ + tracing-subscriber-0.3.16 \ + unicode-ident-1.0.8 \ + unicode-width-0.1.10 \ + unicode-xid-0.2.2 \ + unsafe-libyaml-0.2.8 \ + utf8parse-0.2.1 \ + valuable-0.1.0 \ + vte-0.10.1 \ + vte_generate_state_changes-0.1.1 \ + walkdir-2.3.3 \ + wasi-0.10.2+wasi-snapshot-preview1 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + which-4.1.0 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.5 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-sys-0.32.0 \ + windows-sys-0.36.1 \ + windows-sys-0.45.0 \ + windows-sys-0.48.0 \ + windows-targets-0.42.2 \ + windows-targets-0.48.0 \ + windows_aarch64_gnullvm-0.42.2 \ + windows_aarch64_gnullvm-0.48.0 \ + windows_aarch64_msvc-0.32.0 \ + windows_aarch64_msvc-0.36.1 \ + windows_aarch64_msvc-0.42.2 \ + windows_aarch64_msvc-0.48.0 \ + windows_i686_gnu-0.32.0 \ + windows_i686_gnu-0.36.1 \ + windows_i686_gnu-0.42.2 \ + windows_i686_gnu-0.48.0 \ + windows_i686_msvc-0.32.0 \ + windows_i686_msvc-0.36.1 \ + windows_i686_msvc-0.42.2 \ + windows_i686_msvc-0.48.0 \ + windows_x86_64_gnu-0.32.0 \ + windows_x86_64_gnu-0.36.1 \ + windows_x86_64_gnu-0.42.2 \ + windows_x86_64_gnu-0.48.0 \ + windows_x86_64_gnullvm-0.42.2 \ + windows_x86_64_gnullvm-0.48.0 \ + windows_x86_64_msvc-0.32.0 \ + windows_x86_64_msvc-0.36.1 \ + windows_x86_64_msvc-0.42.2 \ + windows_x86_64_msvc-0.48.0 diff --git a/misc/navi/distinfo b/misc/navi/distinfo new file mode 100644 index 00000000000..8294799c251 --- /dev/null +++ b/misc/navi/distinfo @@ -0,0 +1,301 @@ +TIMESTAMP = 1721291936 +SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f +SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 +SHA256 (rust/crates/aligned-0.4.1.crate) = 80a21b9440a626c7fc8573a9e3d3a06b75c7c97754c2949bc7857b90353ca655 +SIZE (rust/crates/aligned-0.4.1.crate) = 8532 +SHA256 (rust/crates/anstream-0.2.6.crate) = 342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f +SIZE (rust/crates/anstream-0.2.6.crate) = 19429 +SHA256 (rust/crates/anstyle-0.3.5.crate) = 23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2 +SIZE (rust/crates/anstyle-0.3.5.crate) = 14272 +SHA256 (rust/crates/anstyle-parse-0.1.1.crate) = a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116 +SIZE (rust/crates/anstyle-parse-0.1.1.crate) = 24186 +SHA256 (rust/crates/anstyle-wincon-0.2.0.crate) = c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa +SIZE (rust/crates/anstyle-wincon-0.2.0.crate) = 11667 +SHA256 (rust/crates/anyhow-1.0.70.crate) = 7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4 +SIZE (rust/crates/anyhow-1.0.70.crate) = 43803 +SHA256 (rust/crates/arrayvec-0.5.2.crate) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b +SIZE (rust/crates/arrayvec-0.5.2.crate) = 27838 +SHA256 (rust/crates/as-slice-0.2.1.crate) = 516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516 +SIZE (rust/crates/as-slice-0.2.1.crate) = 6942 +SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a +SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f +SIZE (rust/crates/cc-1.0.79.crate) = 62624 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/clap-4.2.1.crate) = 046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3 +SIZE (rust/crates/clap-4.2.1.crate) = 53500 +SHA256 (rust/crates/clap_builder-4.2.1.crate) = 223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f +SIZE (rust/crates/clap_builder-4.2.1.crate) = 158784 +SHA256 (rust/crates/clap_derive-4.2.0.crate) = 3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4 +SIZE (rust/crates/clap_derive-4.2.0.crate) = 28953 +SHA256 (rust/crates/clap_lex-0.4.1.crate) = 8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1 +SIZE (rust/crates/clap_lex-0.4.1.crate) = 12122 +SHA256 (rust/crates/concolor-override-1.0.0.crate) = a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f +SIZE (rust/crates/concolor-override-1.0.0.crate) = 6570 +SHA256 (rust/crates/concolor-query-0.3.3.crate) = 88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf +SIZE (rust/crates/concolor-query-0.3.3.crate) = 8337 +SHA256 (rust/crates/crossterm-0.26.1.crate) = a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13 +SIZE (rust/crates/crossterm-0.26.1.crate) = 122317 +SHA256 (rust/crates/crossterm_winapi-0.9.0.crate) = 2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c +SIZE (rust/crates/crossterm_winapi-0.9.0.crate) = 15561 +SHA256 (rust/crates/cvt-0.1.2.crate) = d2ae9bf77fbf2d39ef573205d554d87e86c12f1994e9ea335b0651b9b278bcf1 +SIZE (rust/crates/cvt-0.1.2.crate) = 6214 +SHA256 (rust/crates/directories-next-2.0.0.crate) = 339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc +SIZE (rust/crates/directories-next-2.0.0.crate) = 15153 +SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d +SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681 +SHA256 (rust/crates/dns_common-0.2.1.crate) = b06d76c4e8232fca4c777372c75fc21908eb7825c720f49657bd8936d2f4b70c +SIZE (rust/crates/dns_common-0.2.1.crate) = 3167 +SHA256 (rust/crates/dns_common_derive-0.2.1.crate) = 0e8f2adde7ad6c4595b281a5a3ec5a329c2eadf8a0df536f5b977d36bc3808d0 +SIZE (rust/crates/dns_common_derive-0.2.1.crate) = 1547 +SHA256 (rust/crates/dunce-1.0.4.crate) = 56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b +SIZE (rust/crates/dunce-1.0.4.crate) = 8034 +SHA256 (rust/crates/edit-0.1.4.crate) = c562aa71f7bc691fde4c6bf5f93ae5a5298b617c2eb44c76c87832299a17fbb4 +SIZE (rust/crates/edit-0.1.4.crate) = 9085 +SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 +SIZE (rust/crates/either-1.6.1.crate) = 13641 +SHA256 (rust/crates/errno-0.3.0.crate) = 50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0 +SIZE (rust/crates/errno-0.3.0.crate) = 10268 +SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf +SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 +SHA256 (rust/crates/etcetera-0.7.1.crate) = 51822eedc6129d8c4d96cec86d56b785e983f943c9ce9fb892e0c2a99a7f47a0 +SIZE (rust/crates/etcetera-0.7.1.crate) = 12416 +SHA256 (rust/crates/fs_at-0.1.4.crate) = 37047c0d530b3aefc64e4c4d7c6b1e23030c65973661b70e12c826f426f3f675 +SIZE (rust/crates/fs_at-0.1.4.crate) = 35689 +SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 +SIZE (rust/crates/getrandom-0.2.3.crate) = 26261 +SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 +SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 +SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9 +SIZE (rust/crates/heck-0.4.0.crate) = 11161 +SHA256 (rust/crates/hermit-abi-0.3.1.crate) = fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286 +SIZE (rust/crates/hermit-abi-0.3.1.crate) = 13793 +SHA256 (rust/crates/home-0.5.4.crate) = 747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408 +SIZE (rust/crates/home-0.5.4.crate) = 8538 +SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 +SHA256 (rust/crates/io-lifetimes-1.0.9.crate) = 09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb +SIZE (rust/crates/io-lifetimes-1.0.9.crate) = 36442 +SHA256 (rust/crates/is-terminal-0.4.6.crate) = 256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8 +SIZE (rust/crates/is-terminal-0.4.6.crate) = 7856 +SHA256 (rust/crates/itoa-1.0.6.crate) = 453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6 +SIZE (rust/crates/itoa-1.0.6.crate) = 10410 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/libc-0.2.140.crate) = 99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c +SIZE (rust/crates/libc-0.2.140.crate) = 669153 +SHA256 (rust/crates/linux-raw-sys-0.3.1.crate) = d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f +SIZE (rust/crates/linux-raw-sys-0.3.1.crate) = 932203 +SHA256 (rust/crates/lock_api-0.4.6.crate) = 88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b +SIZE (rust/crates/lock_api-0.4.6.crate) = 25215 +SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e +SIZE (rust/crates/log-0.4.17.crate) = 38028 +SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 +SIZE (rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc +SIZE (rust/crates/memchr-2.4.0.crate) = 63392 +SHA256 (rust/crates/mio-0.8.3.crate) = 713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799 +SIZE (rust/crates/mio-0.8.3.crate) = 92506 +SHA256 (rust/crates/nix-0.26.2.crate) = bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a +SIZE (rust/crates/nix-0.26.2.crate) = 277973 +SHA256 (rust/crates/normpath-1.1.1.crate) = ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5 +SIZE (rust/crates/normpath-1.1.1.crate) = 19786 +SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 +SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 +SIZE (rust/crates/once_cell-1.17.1.crate) = 32856 +SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 +SIZE (rust/crates/overload-0.1.1.crate) = 24439 +SHA256 (rust/crates/parking_lot-0.12.0.crate) = 87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58 +SIZE (rust/crates/parking_lot-0.12.0.crate) = 39761 +SHA256 (rust/crates/parking_lot_core-0.9.1.crate) = 28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954 +SIZE (rust/crates/parking_lot_core-0.9.1.crate) = 32234 +SHA256 (rust/crates/pin-project-lite-0.2.9.crate) = e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116 +SIZE (rust/crates/pin-project-lite-0.2.9.crate) = 27713 +SHA256 (rust/crates/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 +SIZE (rust/crates/ppv-lite86-0.2.10.crate) = 20915 +SHA256 (rust/crates/proc-macro2-1.0.56.crate) = 2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435 +SIZE (rust/crates/proc-macro2-1.0.56.crate) = 44454 +SHA256 (rust/crates/quote-1.0.26.crate) = 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc +SIZE (rust/crates/quote-1.0.26.crate) = 28397 +SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.crate) = 84493 +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.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 +SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 +SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 +SIZE (rust/crates/rand_hc-0.3.0.crate) = 11780 +SHA256 (rust/crates/redox_syscall-0.2.8.crate) = 742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc +SIZE (rust/crates/redox_syscall-0.2.8.crate) = 23697 +SHA256 (rust/crates/redox_users-0.4.0.crate) = 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64 +SIZE (rust/crates/redox_users-0.4.0.crate) = 13023 +SHA256 (rust/crates/regex-1.7.3.crate) = 8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d +SIZE (rust/crates/regex-1.7.3.crate) = 239886 +SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 +SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 +SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 +SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 +SHA256 (rust/crates/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 +SIZE (rust/crates/remove_dir_all-0.5.3.crate) = 9184 +SHA256 (rust/crates/remove_dir_all-0.8.2.crate) = 23895cfadc1917fed9c6ed76a8c2903615fa3704f7493ff82b364c6540acc02b +SIZE (rust/crates/remove_dir_all-0.8.2.crate) = 19074 +SHA256 (rust/crates/rustix-0.37.7.crate) = 2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d +SIZE (rust/crates/rustix-0.37.7.crate) = 307751 +SHA256 (rust/crates/ryu-1.0.9.crate) = 73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f +SIZE (rust/crates/ryu-1.0.9.crate) = 48391 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd +SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 +SHA256 (rust/crates/serde-1.0.159.crate) = 3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065 +SIZE (rust/crates/serde-1.0.159.crate) = 77014 +SHA256 (rust/crates/serde_derive-1.0.159.crate) = 4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585 +SIZE (rust/crates/serde_derive-1.0.159.crate) = 55039 +SHA256 (rust/crates/serde_json-1.0.95.crate) = d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744 +SIZE (rust/crates/serde_json-1.0.95.crate) = 144618 +SHA256 (rust/crates/serde_yaml-0.9.21.crate) = d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c +SIZE (rust/crates/serde_yaml-0.9.21.crate) = 64229 +SHA256 (rust/crates/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31 +SIZE (rust/crates/sharded-slab-0.1.4.crate) = 52479 +SHA256 (rust/crates/shellwords-1.1.0.crate) = 89e515aa4699a88148ed5ef96413ceef0048ce95b43fbc955a33bde0a70fcae6 +SIZE (rust/crates/shellwords-1.1.0.crate) = 3965 +SHA256 (rust/crates/signal-hook-0.3.13.crate) = 647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d +SIZE (rust/crates/signal-hook-0.3.13.crate) = 49252 +SHA256 (rust/crates/signal-hook-mio-0.2.3.crate) = 29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af +SIZE (rust/crates/signal-hook-mio-0.2.3.crate) = 9064 +SHA256 (rust/crates/signal-hook-registry-1.4.0.crate) = e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0 +SIZE (rust/crates/signal-hook-registry-1.4.0.crate) = 17912 +SHA256 (rust/crates/smallvec-1.10.0.crate) = a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0 +SIZE (rust/crates/smallvec-1.10.0.crate) = 31564 +SHA256 (rust/crates/smart-default-0.6.0.crate) = 133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6 +SIZE (rust/crates/smart-default-0.6.0.crate) = 8169 +SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 +SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 +SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f +SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/strip-ansi-escapes-0.1.1.crate) = 011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8 +SIZE (rust/crates/strip-ansi-escapes-0.1.1.crate) = 8668 +SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 +SIZE (rust/crates/strsim-0.10.0.crate) = 11355 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.13.crate) = 4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec +SIZE (rust/crates/syn-2.0.13.crate) = 240619 +SHA256 (rust/crates/synstructure-0.12.6.crate) = f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f +SIZE (rust/crates/synstructure-0.12.6.crate) = 18429 +SHA256 (rust/crates/tempfile-3.2.0.crate) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 +SIZE (rust/crates/tempfile-3.2.0.crate) = 25892 +SHA256 (rust/crates/thiserror-1.0.40.crate) = 978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac +SIZE (rust/crates/thiserror-1.0.40.crate) = 18709 +SHA256 (rust/crates/thiserror-impl-1.0.40.crate) = f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f +SIZE (rust/crates/thiserror-impl-1.0.40.crate) = 15138 +SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 +SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 +SHA256 (rust/crates/tracing-0.1.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 +SIZE (rust/crates/tracing-0.1.37.crate) = 73888 +SHA256 (rust/crates/tracing-attributes-0.1.23.crate) = 4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a +SIZE (rust/crates/tracing-attributes-0.1.23.crate) = 30450 +SHA256 (rust/crates/tracing-core-0.1.30.crate) = 24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a +SIZE (rust/crates/tracing-core-0.1.30.crate) = 60351 +SHA256 (rust/crates/tracing-log-0.1.3.crate) = 78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922 +SIZE (rust/crates/tracing-log-0.1.3.crate) = 20549 +SHA256 (rust/crates/tracing-subscriber-0.3.16.crate) = a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70 +SIZE (rust/crates/tracing-subscriber-0.3.16.crate) = 193572 +SHA256 (rust/crates/unicode-ident-1.0.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4 +SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962 +SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b +SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 +SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 +SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 +SHA256 (rust/crates/unsafe-libyaml-0.2.8.crate) = 1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6 +SIZE (rust/crates/unsafe-libyaml-0.2.8.crate) = 61459 +SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a +SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 +SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d +SIZE (rust/crates/valuable-0.1.0.crate) = 27718 +SHA256 (rust/crates/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/walkdir-2.3.3.crate) = 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698 +SIZE (rust/crates/walkdir-2.3.3.crate) = 23125 +SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 +SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 +SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 +SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/which-4.1.0.crate) = b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe +SIZE (rust/crates/which-4.1.0.crate) = 7684 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 +SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-sys-0.32.0.crate) = 3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6 +SIZE (rust/crates/windows-sys-0.32.0.crate) = 3361554 +SHA256 (rust/crates/windows-sys-0.36.1.crate) = ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2 +SIZE (rust/crates/windows-sys-0.36.1.crate) = 3347053 +SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 +SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 +SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 +SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 +SHA256 (rust/crates/windows-targets-0.48.0.crate) = 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5 +SIZE (rust/crates/windows-targets-0.48.0.crate) = 7466 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 366543 +SHA256 (rust/crates/windows_aarch64_msvc-0.32.0.crate) = d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5 +SIZE (rust/crates/windows_aarch64_msvc-0.32.0.crate) = 673810 +SHA256 (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47 +SIZE (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 661960 +SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 +SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.0.crate) = b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3 +SIZE (rust/crates/windows_aarch64_msvc-0.48.0.crate) = 671479 +SHA256 (rust/crates/windows_i686_gnu-0.32.0.crate) = 6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615 +SIZE (rust/crates/windows_i686_gnu-0.32.0.crate) = 772251 +SHA256 (rust/crates/windows_i686_gnu-0.36.1.crate) = 180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6 +SIZE (rust/crates/windows_i686_gnu-0.36.1.crate) = 818115 +SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f +SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 +SHA256 (rust/crates/windows_i686_gnu-0.48.0.crate) = 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241 +SIZE (rust/crates/windows_i686_gnu-0.48.0.crate) = 741490 +SHA256 (rust/crates/windows_i686_msvc-0.32.0.crate) = 146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172 +SIZE (rust/crates/windows_i686_msvc-0.32.0.crate) = 733422 +SHA256 (rust/crates/windows_i686_msvc-0.36.1.crate) = e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024 +SIZE (rust/crates/windows_i686_msvc-0.36.1.crate) = 724575 +SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 +SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 +SHA256 (rust/crates/windows_i686_msvc-0.48.0.crate) = 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00 +SIZE (rust/crates/windows_i686_msvc-0.48.0.crate) = 730056 +SHA256 (rust/crates/windows_x86_64_gnu-0.32.0.crate) = c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc +SIZE (rust/crates/windows_x86_64_gnu-0.32.0.crate) = 744209 +SHA256 (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1 +SIZE (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 790934 +SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 +SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.0.crate) = ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1 +SIZE (rust/crates/windows_x86_64_gnu-0.48.0.crate) = 703595 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 +SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953 +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536 +SHA256 (rust/crates/windows_x86_64_msvc-0.32.0.crate) = 504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316 +SIZE (rust/crates/windows_x86_64_msvc-0.32.0.crate) = 669835 +SHA256 (rust/crates/windows_x86_64_msvc-0.36.1.crate) = c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680 +SIZE (rust/crates/windows_x86_64_msvc-0.36.1.crate) = 661999 +SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 +SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a +SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 +SHA256 (denisidoro-navi-v2.23.0_GH0.tar.gz) = 579a72814e7ba07dae697a58dc13b0f7d853532ec07229aff07a11e5828f3799 +SIZE (denisidoro-navi-v2.23.0_GH0.tar.gz) = 65148 diff --git a/misc/navi/pkg-descr b/misc/navi/pkg-descr new file mode 100644 index 00000000000..f2e5629dc53 --- /dev/null +++ b/misc/navi/pkg-descr @@ -0,0 +1,8 @@ +navi allows you to browse through cheatsheets (that you may write yourself or +download from maintainers) and execute commands. Suggested values for arguments +are dynamically displayed in a list. + + - it will spare you from knowing CLIs by heart + - it will spare you from copy-pasting output from intermediate commands + - it will make you type less + - it will teach you new one-liners diff --git a/misc/openhab-addons/Makefile b/misc/openhab-addons/Makefile index 30503f0de10..3b3a87d49b1 100644 --- a/misc/openhab-addons/Makefile +++ b/misc/openhab-addons/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhab-addons -PORTVERSION= 4.1.3 +PORTVERSION= 4.2.0 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab-addons/${PORTVERSION}/ DISTNAME= openhab-addons-${PORTVERSION} diff --git a/misc/openhab-addons/distinfo b/misc/openhab-addons/distinfo index 374ab9321ad..bcc5fa19722 100644 --- a/misc/openhab-addons/distinfo +++ b/misc/openhab-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717397834 -SHA256 (openhab-addons-4.1.3.kar) = 335e4e641c09fcba934d94928968ed6fd902029162e04d6a4277491bc454b6d0 -SIZE (openhab-addons-4.1.3.kar) = 395719604 +TIMESTAMP = 1721127596 +SHA256 (openhab-addons-4.2.0.kar) = 0a1fda6d89737cafee8ea90e0b585af34e5964175d69fd7fa923f2552889bc5e +SIZE (openhab-addons-4.2.0.kar) = 439918336 diff --git a/misc/openhab/Makefile b/misc/openhab/Makefile index 9b212e8642e..dc03070686c 100644 --- a/misc/openhab/Makefile +++ b/misc/openhab/Makefile @@ -1,6 +1,6 @@ PORTNAME= openhab -PORTVERSION= 4.1.3 -PORTREVISION= 1 +PORTVERSION= 4.2.0 +PORTREVISION= 0 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/ DISTNAME= openhab-${PORTVERSION} diff --git a/misc/openhab/distinfo b/misc/openhab/distinfo index fb2b49f9325..f59075715bc 100644 --- a/misc/openhab/distinfo +++ b/misc/openhab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717396941 -SHA256 (openhab-4.1.3.zip) = 3542d864b9c47b2857a001a94d63de0fe63ee120753f327a57b04424c3c37759 -SIZE (openhab-4.1.3.zip) = 110911543 +TIMESTAMP = 1721126791 +SHA256 (openhab-4.2.0.zip) = b1d3a054cdf3971c0609f9ab751e047765a5508c1aad138128e6394afb8258e8 +SIZE (openhab-4.2.0.zip) = 110956488 diff --git a/misc/openhab/pkg-plist b/misc/openhab/pkg-plist index e51a943c9ed..10816843c40 100644 --- a/misc/openhab/pkg-plist +++ b/misc/openhab/pkg-plist @@ -19,15 +19,15 @@ libexec/openhab/runtime/etc/addons.xml libexec/openhab/runtime/etc/jetty.xml libexec/openhab/runtime/lib/README libexec/openhab/runtime/lib/boot/README -libexec/openhab/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.4.4.jar -libexec/openhab/runtime/lib/boot/org.apache.karaf.jaas.boot-4.4.4.jar -libexec/openhab/runtime/lib/boot/org.apache.karaf.main-4.4.4.jar -libexec/openhab/runtime/lib/boot/org.apache.karaf.specs.activator-4.4.4.jar +libexec/openhab/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.4.6.jar +libexec/openhab/runtime/lib/boot/org.apache.karaf.jaas.boot-4.4.6.jar +libexec/openhab/runtime/lib/boot/org.apache.karaf.main-4.4.6.jar +libexec/openhab/runtime/lib/boot/org.apache.karaf.specs.activator-4.4.6.jar libexec/openhab/runtime/lib/boot/osgi.core-8.0.0.jar libexec/openhab/runtime/lib/endorsed/README -libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.4.4.jar -libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.4.4.jar -libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.4.4.jar +libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.4.6.jar +libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.4.6.jar +libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.4.6.jar libexec/openhab/runtime/lib/ext/README libexec/openhab/runtime/lib/jdk9plus/istack-commons-runtime-3.0.12.jar libexec/openhab/runtime/lib/jdk9plus/jakarta.xml.bind-api-2.3.3.jar @@ -37,42 +37,44 @@ libexec/openhab/runtime/lib/jdk9plus/org.apache.servicemix.specs.activation-api- libexec/openhab/runtime/lib/jdk9plus/txw2-2.3.8.jar libexec/openhab/runtime/services.cfg libexec/openhab/runtime/system/README -libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.15.2/jackson-dataformat-cbor-2.15.2.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.2/jackson-dataformat-yaml-2.15.2.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.2/jackson-datatype-jsr310-2.15.2.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.15.2/jackson-jaxrs-base-2.15.2.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.15.2/jackson-jaxrs-json-provider-2.15.2.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.15.2/jackson-module-jaxb-annotations-2.15.2.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.17.1/jackson-annotations-2.17.1.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/2.17.1/jackson-core-2.17.1.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.17.1/jackson-databind-2.17.1.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.17.1/jackson-dataformat-cbor-2.17.1.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.17.1/jackson-dataformat-xml-2.17.1.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.17.1/jackson-dataformat-yaml-2.17.1.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.17.1/jackson-datatype-jsr310-2.17.1.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.17.1/jackson-jaxrs-base-2.17.1.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.17.1/jackson-jaxrs-json-provider-2.17.1.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.17.1/jackson-module-jaxb-annotations-2.17.1.jar libexec/openhab/runtime/system/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar -libexec/openhab/runtime/system/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar -libexec/openhab/runtime/system/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar +libexec/openhab/runtime/system/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar +libexec/openhab/runtime/system/com/google/guava/guava/33.2.0-jre/guava-33.2.0-jre.jar libexec/openhab/runtime/system/com/google/inject/guice/7.0.0/guice-7.0.0.jar libexec/openhab/runtime/system/com/hivemq/hivemq-mqtt-client/1.3.3/hivemq-mqtt-client-1.3.3.jar libexec/openhab/runtime/system/com/neuronrobotics/nrjavaserial/5.2.1.OH1/nrjavaserial-5.2.1.OH1.jar libexec/openhab/runtime/system/com/sun/xml/bind/jaxb-osgi/2.3.8/jaxb-osgi-2.3.8.jar libexec/openhab/runtime/system/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.jar libexec/openhab/runtime/system/commons-net/commons-net/3.9.0/commons-net-3.9.0.jar -libexec/openhab/runtime/system/de/jollyday/jollyday/0.5.10/jollyday-0.5.10.jar -libexec/openhab/runtime/system/io/netty/netty-buffer/4.1.99.Final/netty-buffer-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-codec-http/4.1.99.Final/netty-codec-http-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-codec-http2/4.1.99.Final/netty-codec-http2-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/4.1.99.Final/netty-codec-mqtt-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-codec-socks/4.1.99.Final/netty-codec-socks-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-codec/4.1.99.Final/netty-codec-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-common/4.1.99.Final/netty-common-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-handler-proxy/4.1.99.Final/netty-handler-proxy-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-handler/4.1.99.Final/netty-handler-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-resolver/4.1.99.Final/netty-resolver-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-tcnative-classes/2.0.61.Final/netty-tcnative-classes-2.0.61.Final.jar -libexec/openhab/runtime/system/io/netty/netty-transport-classes-epoll/4.1.99.Final/netty-transport-classes-epoll-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/4.1.99.Final/netty-transport-native-epoll-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-transport-native-kqueue/4.1.99.Final/netty-transport-native-kqueue-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/4.1.99.Final/netty-transport-native-unix-common-4.1.99.Final.jar -libexec/openhab/runtime/system/io/netty/netty-transport/4.1.99.Final/netty-transport-4.1.99.Final.jar +libexec/openhab/runtime/system/de/focus-shift/jollyday-core/0.28.1/jollyday-core-0.28.1.jar +libexec/openhab/runtime/system/de/focus-shift/jollyday-jackson/0.28.1/jollyday-jackson-0.28.1.jar +libexec/openhab/runtime/system/io/github/classgraph/classgraph/4.8.172/classgraph-4.8.172.jar +libexec/openhab/runtime/system/io/netty/netty-buffer/4.1.104.Final/netty-buffer-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-codec-http/4.1.104.Final/netty-codec-http-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-codec-http2/4.1.104.Final/netty-codec-http2-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/4.1.104.Final/netty-codec-mqtt-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-codec-socks/4.1.104.Final/netty-codec-socks-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-codec/4.1.104.Final/netty-codec-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-common/4.1.104.Final/netty-common-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-handler-proxy/4.1.104.Final/netty-handler-proxy-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-handler/4.1.104.Final/netty-handler-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-resolver/4.1.104.Final/netty-resolver-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-tcnative-classes/2.0.62.Final/netty-tcnative-classes-2.0.62.Final.jar +libexec/openhab/runtime/system/io/netty/netty-transport-classes-epoll/4.1.104.Final/netty-transport-classes-epoll-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/4.1.104.Final/netty-transport-native-epoll-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-transport-native-kqueue/4.1.104.Final/netty-transport-native-kqueue-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/4.1.104.Final/netty-transport-native-unix-common-4.1.104.Final.jar +libexec/openhab/runtime/system/io/netty/netty-transport/4.1.104.Final/netty-transport-4.1.104.Final.jar libexec/openhab/runtime/system/io/reactivex/rxjava2/rxjava/2.2.21/rxjava-2.2.21.jar libexec/openhab/runtime/system/io/swagger/core/v3/swagger-annotations/2.2.15/swagger-annotations-2.2.15.jar libexec/openhab/runtime/system/io/swagger/core/v3/swagger-core/2.2.15/swagger-core-2.2.15.jar @@ -88,17 +90,17 @@ libexec/openhab/runtime/system/jakarta/validation/jakarta.validation-api/2.0.2/j libexec/openhab/runtime/system/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.jar libexec/openhab/runtime/system/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar libexec/openhab/runtime/system/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar -libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar +libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar libexec/openhab/runtime/system/javax/measure/unit-api/2.2/unit-api-2.2.jar libexec/openhab/runtime/system/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar -libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar -libexec/openhab/runtime/system/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar +libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar +libexec/openhab/runtime/system/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar libexec/openhab/runtime/system/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar -libexec/openhab/runtime/system/org/apache/aries/jax/rs/org.apache.aries.jax.rs.whiteboard/2.0.0/org.apache.aries.jax.rs.whiteboard-2.0.0.jar +libexec/openhab/runtime/system/org/apache/aries/jax/rs/org.apache.aries.jax.rs.whiteboard/2.0.2/org.apache.aries.jax.rs.whiteboard-2.0.2.jar libexec/openhab/runtime/system/org/apache/aries/spec/org.apache.aries.javax.jax.rs-api/1.0.4/org.apache.aries.javax.jax.rs-api-1.0.4.jar -libexec/openhab/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.6/org.apache.aries.spifly.dynamic.bundle-1.3.6.jar -libexec/openhab/runtime/system/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar -libexec/openhab/runtime/system/org/apache/commons/commons-pool2/2.8.1/commons-pool2-2.8.1.jar +libexec/openhab/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar +libexec/openhab/runtime/system/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar +libexec/openhab/runtime/system/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar libexec/openhab/runtime/system/org/apache/cxf/cxf-core/3.6.2/cxf-core-3.6.2.jar libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-frontend-jaxrs/3.6.2/cxf-rt-frontend-jaxrs-3.6.2.jar libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-client/3.6.2/cxf-rt-rs-client-3.6.2.jar @@ -118,57 +120,58 @@ libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.metatype/1.2.4/ libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.2.0/org.apache.felix.webconsole.plugins.ds-2.2.0.jar libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.8/org.apache.felix.webconsole.plugins.event-1.1.8.jar -libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.4.4/org.apache.karaf.bundle.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.4.4/org.apache.karaf.config.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.4.4/org.apache.karaf.deployer.blueprint-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.4.4/org.apache.karaf.deployer.features-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.4.4/org.apache.karaf.deployer.kar-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.4.4/org.apache.karaf.deployer.wrap-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.4.4/org.apache.karaf.diagnostic.boot-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.4.4/org.apache.karaf.diagnostic.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/features/framework/4.4.4/framework-4.4.4-features.xml -libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.4.4/org.apache.karaf.features.command-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.4.4/org.apache.karaf.features.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.4.4/org.apache.karaf.features.extension-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/features/specs/4.4.4/specs-4.4.4-features.xml -libexec/openhab/runtime/system/org/apache/karaf/features/standard/4.4.4/standard-4.4.4-features.xml -libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.4.4/org.apache.karaf.http.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.4.4/org.apache.karaf.instance.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.4.4/org.apache.karaf.jaas.boot-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.4.4/org.apache.karaf.jaas.command-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.4.4/org.apache.karaf.jaas.config-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.4.4/org.apache.karaf.jaas.modules-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.4.4/org.apache.karaf.kar.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.4.4/org.apache.karaf.log.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.4.4/org.apache.karaf.client-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/4.4.4/org.apache.karaf.event-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.4.4/org.apache.karaf.package.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.4.4/org.apache.karaf.scr.management-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.4.4/org.apache.karaf.scr.state-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.4.4/org.apache.karaf.service.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.4.4/org.apache.karaf.services.eventadmin-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.4.4/org.apache.karaf.shell.commands-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.4.4/org.apache.karaf.shell.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.groovy/4.4.4/org.apache.karaf.shell.groovy-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.4.4/org.apache.karaf.shell.ssh-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.4.4/org.apache.karaf.system.core-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.4.4/org.apache.karaf.webconsole.http-4.4.4.jar -libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.4.4/org.apache.karaf.wrapper.core-4.4.4.jar +libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.4.6/org.apache.karaf.bundle.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.command/4.4.6/org.apache.karaf.config.command-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.4.6/org.apache.karaf.config.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.4.6/org.apache.karaf.deployer.blueprint-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.4.6/org.apache.karaf.deployer.features-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.4.6/org.apache.karaf.deployer.kar-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.4.6/org.apache.karaf.deployer.wrap-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.4.6/org.apache.karaf.diagnostic.boot-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.4.6/org.apache.karaf.diagnostic.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/features/framework/4.4.6/framework-4.4.6-features.xml +libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.4.6/org.apache.karaf.features.command-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.4.6/org.apache.karaf.features.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.4.6/org.apache.karaf.features.extension-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/features/specs/4.4.6/specs-4.4.6-features.xml +libexec/openhab/runtime/system/org/apache/karaf/features/standard/4.4.6/standard-4.4.6-features.xml +libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.4.6/org.apache.karaf.http.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.4.6/org.apache.karaf.instance.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.4.6/org.apache.karaf.jaas.boot-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.4.6/org.apache.karaf.jaas.command-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.4.6/org.apache.karaf.jaas.config-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.4.6/org.apache.karaf.jaas.modules-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.4.6/org.apache.karaf.kar.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.4.6/org.apache.karaf.log.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.4.6/org.apache.karaf.client-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/4.4.6/org.apache.karaf.event-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.4.6/org.apache.karaf.package.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.4.6/org.apache.karaf.scr.management-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.4.6/org.apache.karaf.scr.state-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.4.6/org.apache.karaf.service.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.4.6/org.apache.karaf.services.eventadmin-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.4.6/org.apache.karaf.shell.commands-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.4.6/org.apache.karaf.shell.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.groovy/4.4.6/org.apache.karaf.shell.groovy-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.4.6/org.apache.karaf.shell.ssh-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.4.6/org.apache.karaf.system.core-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.4.6/org.apache.karaf.webconsole.http-4.4.6.jar +libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.4.6/org.apache.karaf.wrapper.core-4.4.6.jar libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saaj-impl/1.4.0_2/org.apache.servicemix.bundles.saaj-impl-1.4.0_2.jar libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3/org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0/org.apache.servicemix.specs.jaxb-api-2.2-2.9.0.jar libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.4/1.4_2/org.apache.servicemix.specs.saaj-api-1.4-1.4_2.jar libexec/openhab/runtime/system/org/apache/sling/org.apache.sling.commons.johnzon/1.2.16/org.apache.sling.commons.johnzon-1.2.16.jar -libexec/openhab/runtime/system/org/apache/sshd/sshd-osgi/2.10.0/sshd-osgi-2.10.0.jar -libexec/openhab/runtime/system/org/apache/sshd/sshd-scp/2.10.0/sshd-scp-2.10.0.jar -libexec/openhab/runtime/system/org/apache/sshd/sshd-sftp/2.10.0/sshd-sftp-2.10.0.jar +libexec/openhab/runtime/system/org/apache/sshd/sshd-osgi/2.12.1/sshd-osgi-2.12.1.jar +libexec/openhab/runtime/system/org/apache/sshd/sshd-scp/2.12.1/sshd-scp-2.12.1.jar +libexec/openhab/runtime/system/org/apache/sshd/sshd-sftp/2.12.1/sshd-sftp-2.12.1.jar libexec/openhab/runtime/system/org/apache/ws/xmlschema/xmlschema-core/2.3.1/xmlschema-core-2.3.1.jar libexec/openhab/runtime/system/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar -libexec/openhab/runtime/system/org/bitbucket/b_c/jose4j/0.9.3/jose4j-0.9.3.jar -libexec/openhab/runtime/system/org/bouncycastle/bcpkix-jdk18on/1.75/bcpkix-jdk18on-1.75.jar -libexec/openhab/runtime/system/org/bouncycastle/bcprov-jdk18on/1.75/bcprov-jdk18on-1.75.jar -libexec/openhab/runtime/system/org/bouncycastle/bcutil-jdk18on/1.75/bcutil-jdk18on-1.75.jar -libexec/openhab/runtime/system/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar +libexec/openhab/runtime/system/org/bitbucket/b_c/jose4j/0.9.5/jose4j-0.9.5.jar +libexec/openhab/runtime/system/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.jar +libexec/openhab/runtime/system/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar +libexec/openhab/runtime/system/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.jar +libexec/openhab/runtime/system/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar libexec/openhab/runtime/system/org/eclipse/californium/californium-core/2.7.4/californium-core-2.7.4.jar libexec/openhab/runtime/system/org/eclipse/californium/californium-osgi/2.7.4/californium-osgi-2.7.4.jar libexec/openhab/runtime/system/org/eclipse/californium/element-connector/2.7.4/element-connector-2.7.4.jar @@ -178,46 +181,45 @@ libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14 libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.jar libexec/openhab/runtime/system/org/eclipse/jetty/alpn/alpn-api/1.1.3.v20160715/alpn-api-1.1.3.v20160715.jar -libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-client/9.4.52.v20230823/http2-client-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-common/9.4.52.v20230823/http2-common-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-hpack/9.4.52.v20230823/http2-hpack-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-http-client-transport/9.4.52.v20230823/http2-http-client-transport-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-server/9.4.52.v20230823/http2-server-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-client/9.4.52.v20230823/jetty-alpn-client-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-client/9.4.52.v20230823/jetty-alpn-java-client-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-server/9.4.52.v20230823/jetty-alpn-java-server-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-server/9.4.52.v20230823/jetty-alpn-server-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/9.4.52.v20230823/jetty-client-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.52.v20230823/jetty-continuation-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/9.4.52.v20230823/jetty-http-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/9.4.52.v20230823/jetty-io-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.52.v20230823/jetty-jaas-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.52.v20230823/jetty-jmx-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-openid/9.4.52.v20230823/jetty-openid-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.52.v20230823/jetty-proxy-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.52.v20230823/jetty-rewrite-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/9.4.52.v20230823/jetty-security-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/9.4.52.v20230823/jetty-server-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.52.v20230823/jetty-servlet-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.52.v20230823/jetty-servlets-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.52.v20230823/jetty-util-ajax-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/9.4.52.v20230823/jetty-util-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/9.4.52.v20230823/jetty-xml-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.52.v20230823/javax-websocket-client-impl-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.52.v20230823/javax-websocket-server-impl-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.52.v20230823/websocket-api-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.52.v20230823/websocket-client-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.52.v20230823/websocket-common-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.52.v20230823/websocket-server-9.4.52.v20230823.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.52.v20230823/websocket-servlet-9.4.52.v20230823.jar +libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-client/9.4.54.v20240208/http2-client-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-common/9.4.54.v20240208/http2-common-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-hpack/9.4.54.v20240208/http2-hpack-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-http-client-transport/9.4.54.v20240208/http2-http-client-transport-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-server/9.4.54.v20240208/http2-server-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-client/9.4.54.v20240208/jetty-alpn-client-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-client/9.4.54.v20240208/jetty-alpn-java-client-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-server/9.4.54.v20240208/jetty-alpn-java-server-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-server/9.4.54.v20240208/jetty-alpn-server-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/9.4.54.v20240208/jetty-client-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.54.v20240208/jetty-continuation-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/9.4.54.v20240208/jetty-http-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/9.4.54.v20240208/jetty-io-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.54.v20240208/jetty-jaas-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.54.v20240208/jetty-jmx-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-openid/9.4.54.v20240208/jetty-openid-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.54.v20240208/jetty-proxy-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.54.v20240208/jetty-rewrite-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/9.4.54.v20240208/jetty-security-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/9.4.54.v20240208/jetty-server-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.54.v20240208/jetty-servlet-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.54.v20240208/jetty-servlets-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.54.v20240208/jetty-util-ajax-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/9.4.54.v20240208/jetty-util-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/9.4.54.v20240208/jetty-xml-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.54.v20240208/javax-websocket-client-impl-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.54.v20240208/javax-websocket-server-impl-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.54.v20240208/websocket-api-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.54.v20240208/websocket-client-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.54.v20240208/websocket-common-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.54.v20240208/websocket-server-9.4.54.v20240208.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.54.v20240208/websocket-servlet-9.4.54.v20240208.jar libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.2.201/org.eclipse.soda.dk.comm.aarch64-1.2.201.jar libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.2.201/org.eclipse.soda.dk.comm.armv6hf-1.2.201.jar libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.2.201/org.eclipse.soda.dk.comm.x86_64-1.2.201.jar libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm/1.2.201/org.eclipse.soda.dk.comm-1.2.201.jar -libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0/org.eclipse.lsp4j.jsonrpc-0.21.0.jar -libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.21.0/org.eclipse.lsp4j-0.21.0.jar +libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.1/org.eclipse.lsp4j.jsonrpc-0.23.1.jar +libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.1/org.eclipse.lsp4j-0.23.1.jar libexec/openhab/runtime/system/org/eclipse/orbit/bundles/com.google.gson/2.10.1.v20230109-0753/com.google.gson-2.10.1.v20230109-0753.jar -libexec/openhab/runtime/system/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149.v20220915-0556/io.github.classgraph-4.8.149.v20220915-0556.jar libexec/openhab/runtime/system/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0.v20220506-1020/net.i2p.crypto.eddsa-0.3.0.v20220506-1020.jar libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0.v201101311130/org.antlr.runtime-3.2.0.v201101311130.jar libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.aopalliance/1.0.0.v201105210816/org.aopalliance-1.0.0.v201105210816.jar @@ -225,23 +227,23 @@ libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.common/3 libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.jar libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.supplement/1.9.0/org.eclipse.equinox.supplement-1.9.0.jar libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar -libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.32.0/org.eclipse.xtend.lib.macro-2.32.0.jar -libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.32.0/org.eclipse.xtend.lib-2.32.0.jar -libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.32.0/org.eclipse.xtext.common.types-2.32.0.jar -libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/2.32.0/org.eclipse.xtext.ide-2.32.0.jar -libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/2.32.0/org.eclipse.xtext.smap-2.32.0.jar -libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/2.32.0/org.eclipse.xtext.util-2.32.0.jar -libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.32.0/org.eclipse.xtext.xbase.ide-2.32.0.jar -libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.32.0/org.eclipse.xtext.xbase.lib-2.32.0.jar -libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.32.0/org.eclipse.xtext.xbase-2.32.0.jar -libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.32.0/org.eclipse.xtext-2.32.0.jar -libexec/openhab/runtime/system/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar +libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.35.0/org.eclipse.xtend.lib.macro-2.35.0.jar +libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.35.0/org.eclipse.xtend.lib-2.35.0.jar +libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.35.0/org.eclipse.xtext.common.types-2.35.0.jar +libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/2.35.0/org.eclipse.xtext.ide-2.35.0.jar +libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/2.35.0/org.eclipse.xtext.smap-2.35.0.jar +libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/2.35.0/org.eclipse.xtext.util-2.35.0.jar +libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.35.0/org.eclipse.xtext.xbase.ide-2.35.0.jar +libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.35.0/org.eclipse.xtext.xbase.lib-2.35.0.jar +libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.35.0/org.eclipse.xtext.xbase-2.35.0.jar +libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.35.0/org.eclipse.xtext-2.35.0.jar +libexec/openhab/runtime/system/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar libexec/openhab/runtime/system/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar libexec/openhab/runtime/system/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar libexec/openhab/runtime/system/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.jar libexec/openhab/runtime/system/org/jline/jline/3.21.0/jline-3.21.0.jar -libexec/openhab/runtime/system/org/jmdns/jmdns/3.5.8/jmdns-3.5.8.jar -libexec/openhab/runtime/system/org/jupnp/org.jupnp/2.7.1.OH1/org.jupnp-2.7.1.OH1.jar +libexec/openhab/runtime/system/org/jmdns/jmdns/3.5.9/jmdns-3.5.9.jar +libexec/openhab/runtime/system/org/jupnp/org.jupnp/3.0.1/org.jupnp-3.0.1.jar libexec/openhab/runtime/system/org/jvnet/staxex/stax-ex/1.7.4/stax-ex-1.7.4.jar libexec/openhab/runtime/system/org/openhab/base-fixes/1.0.0/base-fixes-1.0.0.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace.karaf/%%PORTVERSION%%/org.openhab.core.addon.marketplace.karaf-%%PORTVERSION%%.jar @@ -259,15 +261,20 @@ libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config. libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.ip/%%PORTVERSION%%/org.openhab.core.config.discovery.addon.ip-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.mdns/%%PORTVERSION%%/org.openhab.core.config.discovery.addon.mdns-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.process/%%PORTVERSION%%/org.openhab.core.config.discovery.addon.process-%%PORTVERSION%%.jar +libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.sddp/%%PORTVERSION%%/org.openhab.core.config.discovery.addon.sddp-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.upnp/%%PORTVERSION%%/org.openhab.core.config.discovery.addon.upnp-%%PORTVERSION%%.jar +libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.usb/%%PORTVERSION%%/org.openhab.core.config.discovery.addon.usb-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon/%%PORTVERSION%%/org.openhab.core.config.discovery.addon-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.mdns/%%PORTVERSION%%/org.openhab.core.config.discovery.mdns-%%PORTVERSION%%.jar +libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.sddp/%%PORTVERSION%%/org.openhab.core.config.discovery.sddp-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.upnp/%%PORTVERSION%%/org.openhab.core.config.discovery.upnp-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/%%PORTVERSION%%/org.openhab.core.config.discovery.usbserial.linuxsysfs-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.ser2net/%%PORTVERSION%%/org.openhab.core.config.discovery.usbserial.ser2net-%%PORTVERSION%%.jar +libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.windowsregistry/%%PORTVERSION%%/org.openhab.core.config.discovery.usbserial.windowsregistry-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial/%%PORTVERSION%%/org.openhab.core.config.discovery.usbserial-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery/%%PORTVERSION%%/org.openhab.core.config.discovery-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.dispatch/%%PORTVERSION%%/org.openhab.core.config.dispatch-%%PORTVERSION%%.jar +libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.jupnp/%%PORTVERSION%%/org.openhab.core.config.jupnp-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.serial/%%PORTVERSION%%/org.openhab.core.config.serial-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ephemeris/%%PORTVERSION%%/org.openhab.core.ephemeris-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.id/%%PORTVERSION%%/org.openhab.core.id-%%PORTVERSION%%.jar @@ -340,35 +347,35 @@ libexec/openhab/runtime/system/org/openhab/osgiify/io.methvin.directory-watcher/ libexec/openhab/runtime/system/org/openhab/osgiify/si.uom.si-units/2.1/si.uom.si-units-2.1.jar libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui.iconset.classic/%%PORTVERSION%%/org.openhab.ui.iconset.classic-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui/%%PORTVERSION%%/org.openhab.ui-%%PORTVERSION%%.jar -libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/2.2.3/pax-logging-api-2.2.3.jar -libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/2.2.3/pax-logging-log4j2-2.2.3.jar -libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-logback/2.2.3/pax-logging-logback-2.2.3.jar +libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/2.2.7/pax-logging-api-2.2.7.jar +libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/2.2.7/pax-logging-log4j2-2.2.7.jar +libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-logback/2.2.7/pax-logging-logback-2.2.7.jar libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-aether/2.6.14/pax-url-aether-2.6.14.jar libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.6.14/pax-url-wrap-2.6.14-uber.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/8.0.22/pax-web-api-8.0.22.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-compatibility-servlet31/8.0.22/pax-web-compatibility-servlet31-8.0.22.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/8.0.22/pax-web-extender-whiteboard-8.0.22.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-config-jetty.xml -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-context-jetty.xml -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-features.xml -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/8.0.22/pax-web-jetty-8.0.22.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/8.0.22/pax-web-runtime-8.0.22.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/8.0.22/pax-web-spi-8.0.22.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-tomcat-common/8.0.22/pax-web-tomcat-common-8.0.22.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-websocket/8.0.22/pax-web-websocket-8.0.22.jar -libexec/openhab/runtime/system/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/8.0.27/pax-web-api-8.0.27.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-compatibility-servlet31/8.0.27/pax-web-compatibility-servlet31-8.0.27.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/8.0.27/pax-web-extender-whiteboard-8.0.27.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.27/pax-web-features-8.0.27-config-jetty.xml +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.27/pax-web-features-8.0.27-context-jetty.xml +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.27/pax-web-features-8.0.27-features.xml +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/8.0.27/pax-web-jetty-8.0.27.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/8.0.27/pax-web-runtime-8.0.27.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/8.0.27/pax-web-spi-8.0.27.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-tomcat-common/8.0.27/pax-web-tomcat-common-8.0.27.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-websocket/8.0.27/pax-web-websocket-8.0.27.jar +libexec/openhab/runtime/system/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar +libexec/openhab/runtime/system/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar libexec/openhab/runtime/system/org/osgi/org.osgi.service.jaxrs/1.0.1/org.osgi.service.jaxrs-1.0.1.jar libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar -libexec/openhab/runtime/system/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar libexec/openhab/runtime/system/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar -libexec/openhab/runtime/system/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar -libexec/openhab/runtime/system/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar -libexec/openhab/runtime/system/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar -libexec/openhab/runtime/system/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar -libexec/openhab/runtime/system/org/ow2/asm/asm/9.5/asm-9.5.jar +libexec/openhab/runtime/system/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar +libexec/openhab/runtime/system/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar +libexec/openhab/runtime/system/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar +libexec/openhab/runtime/system/org/ow2/asm/asm-util/9.7/asm-util-9.7.jar +libexec/openhab/runtime/system/org/ow2/asm/asm/9.7/asm-9.7.jar libexec/openhab/runtime/system/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar -libexec/openhab/runtime/system/org/threeten/threeten-extra/1.5.0/threeten-extra-1.5.0.jar -libexec/openhab/runtime/system/org/yaml/snakeyaml/2.1/snakeyaml-2.1.jar +libexec/openhab/runtime/system/org/threeten/threeten-extra/1.8.0/threeten-extra-1.8.0.jar +libexec/openhab/runtime/system/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar libexec/openhab/runtime/system/si/uom/si-quantity/2.1/si-quantity-2.1.jar libexec/openhab/runtime/system/tech/units/indriya/2.2/indriya-2.2.jar libexec/openhab/runtime/system/tech/uom/lib/uom-lib-common/2.2/uom-lib-common-2.2.jar diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index 97d2b92baea..072b5e50816 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,5 +1,5 @@ PORTNAME= Business-ISBN-Data -PORTVERSION= 20240710.001 +PORTVERSION= 20240716.001 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/misc/p5-Business-ISBN-Data/distinfo b/misc/p5-Business-ISBN-Data/distinfo index 9c079390dad..1ce232486ca 100644 --- a/misc/p5-Business-ISBN-Data/distinfo +++ b/misc/p5-Business-ISBN-Data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720681892 -SHA256 (Business-ISBN-Data-20240710.001.tar.gz) = c6ee39eb33cebac93efd19c68b2bfde2e06db4536da7b15ca3c26b466e2737d6 -SIZE (Business-ISBN-Data-20240710.001.tar.gz) = 34381 +TIMESTAMP = 1721280266 +SHA256 (Business-ISBN-Data-20240716.001.tar.gz) = 88573b45a7298a986b78156ac6f8a7f131d34a2263f91a2f6368218895a3dbff +SIZE (Business-ISBN-Data-20240716.001.tar.gz) = 34399 diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile index d88d5b4a1a1..296c6737cb7 100644 --- a/misc/patchutils/Makefile +++ b/misc/patchutils/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Small collection of programs that operate on patch files -WWW= http://cyberelk.net/tim/software/patchutils/ +WWW= http://cyberelk.net/tim/software/patchutils/ \ + https://github.com/twaugh/patchutils LICENSE= GPLv2+ @@ -14,10 +15,10 @@ RUN_DEPENDS= bash:shells/bash USES= perl5 python:run shebangfix tar:xz -SHEBANG_FILES= patchview/gitdiff scripts/*.in - GNU_CONFIGURE= yes +SHEBANG_FILES= patchview/gitdiff scripts/*.in + post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/svndiff ${STAGEDIR}${PREFIX}/bin/svndiff.patchutils ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 diff --git a/misc/patchutils/pkg-descr b/misc/patchutils/pkg-descr index cdc7c4c0aa2..29666260628 100644 --- a/misc/patchutils/pkg-descr +++ b/misc/patchutils/pkg-descr @@ -17,5 +17,3 @@ Patchutils is a small collection of programs that operate on patch files. contains a given regular expression. - Recountdiff fixes up counts and offsets in a unified diff. - Unwrapdiff fixes word-wrapped unified diffs. - -See also: https://github.com/twaugh/patchutils diff --git a/multimedia/Makefile b/multimedia/Makefile index 9dc0e615711..f4515db9788 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -34,6 +34,7 @@ SUBDIR += cmrtlib SUBDIR += cx88 SUBDIR += dav1d + SUBDIR += decord SUBDIR += deforaos-player SUBDIR += dirac SUBDIR += dragon @@ -302,6 +303,7 @@ SUBDIR += py-PySceneDetect SUBDIR += py-av SUBDIR += py-cec + SUBDIR += py-decord SUBDIR += py-enzyme SUBDIR += py-ffmpeg-python SUBDIR += py-gstreamer1 diff --git a/multimedia/decord/Makefile b/multimedia/decord/Makefile new file mode 100644 index 00000000000..5340dc1f42f --- /dev/null +++ b/multimedia/decord/Makefile @@ -0,0 +1,31 @@ +PORTNAME= decord +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.0-7 +DISTVERSIONSUFFIX= -gd2e5619 +CATEGORIES= multimedia # machine-learning + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= e543d1cbd4d21dbac85b1e78e43f59495c8ce78b.patch:-p1 # https://github.com/dmlc/decord/pull/309 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Efficient video loader for deep learning +WWW= https://github.com/dmlc/decord + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ + libdmlc.so:devel/dmlc-core + +USES= cmake + +USE_GITHUB= yes +GH_ACCOUNT= dmlc +GH_TUPLE= dmlc:dlpack:5c792ce:dlpack/3rdparty/dlpack + +post-install: + # install headers + @cd ${WRKSRC} && \ + ${COPYTREE_SHARE} include ${STAGEDIR}${PREFIX} + +.include diff --git a/multimedia/decord/distinfo b/multimedia/decord/distinfo new file mode 100644 index 00000000000..e1079fee207 --- /dev/null +++ b/multimedia/decord/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1721190094 +SHA256 (dmlc-decord-v0.6.0-7-gd2e5619_GH0.tar.gz) = a69c60a41075e5044f7d20484aaf04f1437948af3d1df136f6f8b8b7b8c02404 +SIZE (dmlc-decord-v0.6.0-7-gd2e5619_GH0.tar.gz) = 19223029 +SHA256 (dmlc-dlpack-5c792ce_GH0.tar.gz) = dbcbe1d5ddf8596e18d62906e5467ee2243bb3aff41623fac8dc1ef350cd7539 +SIZE (dmlc-dlpack-5c792ce_GH0.tar.gz) = 37929 +SHA256 (e543d1cbd4d21dbac85b1e78e43f59495c8ce78b.patch) = 924b59877d0f2890f216b8c5dce52e4fd165ae7fe6a3207231178a18e05fca48 +SIZE (e543d1cbd4d21dbac85b1e78e43f59495c8ce78b.patch) = 3846 diff --git a/multimedia/decord/pkg-descr b/multimedia/decord/pkg-descr new file mode 100644 index 00000000000..df595fe969d --- /dev/null +++ b/multimedia/decord/pkg-descr @@ -0,0 +1,13 @@ +Decord is a reverse procedure of Record. It provides convenient video slicing +methods based on a thin wrapper on top of hardware accelerated video decoders, +e.g. + FFMPEG/LibAV(Done) + Nvidia Codecs(Done) + Intel Codecs + +Decord was designed to handle awkward video shuffling experience in order to +provide smooth experiences similar to random image loader for deep learning. + +Decord is also able to decode audio from both video and audio files. One can +slice video and audio together to get a synchronized result; hence providing +a one-stop solution for both video and audio decoding. diff --git a/multimedia/decord/pkg-plist b/multimedia/decord/pkg-plist new file mode 100644 index 00000000000..a74c1e15022 --- /dev/null +++ b/multimedia/decord/pkg-plist @@ -0,0 +1,16 @@ +include/decord/audio_interface.h +include/decord/av_interface.h +include/decord/base.h +include/decord/runtime/c_backend_api.h +include/decord/runtime/c_runtime_api.h +include/decord/runtime/device_api.h +include/decord/runtime/module.h +include/decord/runtime/ndarray.h +include/decord/runtime/node_base.h +include/decord/runtime/packed_func.h +include/decord/runtime/registry.h +include/decord/runtime/serializer.h +include/decord/runtime/threading_backend.h +include/decord/runtime/util.h +include/decord/video_interface.h +lib/libdecord.so diff --git a/multimedia/obs-waveform/Makefile b/multimedia/obs-waveform/Makefile index 9d456d797b4..fd0cce93cb7 100644 --- a/multimedia/obs-waveform/Makefile +++ b/multimedia/obs-waveform/Makefile @@ -1,6 +1,6 @@ PORTNAME= obs-waveform DISTVERSIONPREFIX= v -DISTVERSION= 1.8.0 +DISTVERSION= 1.8.1 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/obs-waveform/distinfo b/multimedia/obs-waveform/distinfo index 264d52641da..f286fb827f9 100644 --- a/multimedia/obs-waveform/distinfo +++ b/multimedia/obs-waveform/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711418513 -SHA256 (phandasm-waveform-v1.8.0_GH0.tar.gz) = 0c878a1f2862980584aa7974e8e93c90a89ab5a34a6938c5c3b402ef6651962b -SIZE (phandasm-waveform-v1.8.0_GH0.tar.gz) = 36684586 +TIMESTAMP = 1721206572 +SHA256 (phandasm-waveform-v1.8.1_GH0.tar.gz) = 42dac628c69a69f71c85bbe12034e20bef762e5acbc6ba168a2bf2c688859b9b +SIZE (phandasm-waveform-v1.8.1_GH0.tar.gz) = 36687075 diff --git a/multimedia/py-decord/Makefile b/multimedia/py-decord/Makefile new file mode 100644 index 00000000000..c2988405d17 --- /dev/null +++ b/multimedia/py-decord/Makefile @@ -0,0 +1,37 @@ +PORTNAME= decord +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.0 +CATEGORIES= multimedia python # machine-learning +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Efficient video loader for deep learning +WWW= https://github.com/olemb/mido + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/../LICENSE + +LIB_DEPENDS= libdecord.so:multimedia/decord + +USES= python +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes +GH_ACCOUNT= dmlc + +WRKSRC_SUBDIR= python + +MAKE_ENV= DECORD_LIBRARY_PATH=${LOCALBASE}/lib + +POST_PLIST= fix-plist + +NO_ARCH= yes + +fix-plist: + @${REINPLACE_CMD} -e "s|decord/libdecord.so||" ${TMPPLIST} + +post-install: + @${RM} ${STAGEDIR}${PREFIX}/decord/libdecord.so + @${RMDIR} ${STAGEDIR}${PREFIX}/decord + +.include diff --git a/multimedia/py-decord/distinfo b/multimedia/py-decord/distinfo new file mode 100644 index 00000000000..9a0a424666b --- /dev/null +++ b/multimedia/py-decord/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1721154896 +SHA256 (dmlc-decord-v0.6.0_GH0.tar.gz) = 4aeeb102973bbf6e3b0344d53b055e49939ea47f3607fd0e8ae4aad2d4e60b5b +SIZE (dmlc-decord-v0.6.0_GH0.tar.gz) = 19222049 diff --git a/multimedia/py-decord/pkg-descr b/multimedia/py-decord/pkg-descr new file mode 100644 index 00000000000..df595fe969d --- /dev/null +++ b/multimedia/py-decord/pkg-descr @@ -0,0 +1,13 @@ +Decord is a reverse procedure of Record. It provides convenient video slicing +methods based on a thin wrapper on top of hardware accelerated video decoders, +e.g. + FFMPEG/LibAV(Done) + Nvidia Codecs(Done) + Intel Codecs + +Decord was designed to handle awkward video shuffling experience in order to +provide smooth experiences similar to random image loader for deep learning. + +Decord is also able to decode audio from both video and audio files. One can +slice video and audio together to get a synchronized result; hence providing +a one-stop solution for both video and audio decoding. diff --git a/net-im/gomuks/Makefile b/net-im/gomuks/Makefile index b21b4fb3bd1..9a18e0a6893 100644 --- a/net-im/gomuks/Makefile +++ b/net-im/gomuks/Makefile @@ -1,7 +1,6 @@ PORTNAME= gomuks -PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 15 +DISTVERSION= 0.3.1 CATEGORIES= net-im MAINTAINER= ehaupt@FreeBSD.org diff --git a/net-im/gomuks/distinfo b/net-im/gomuks/distinfo index 47156a09358..f2227a19466 100644 --- a/net-im/gomuks/distinfo +++ b/net-im/gomuks/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1668959577 -SHA256 (go/net-im_gomuks/gomuks-v0.3.0/v0.3.0.mod) = eb7fb17c9c73239b459ea644617aab27470db1cf3febfbf6a6d54e687d86573f -SIZE (go/net-im_gomuks/gomuks-v0.3.0/v0.3.0.mod) = 1778 -SHA256 (go/net-im_gomuks/gomuks-v0.3.0/v0.3.0.zip) = dd26ad3126f701536e33899e299f1fecec403ec416e61a1086f02098b1ba0d7f -SIZE (go/net-im_gomuks/gomuks-v0.3.0/v0.3.0.zip) = 350458 +TIMESTAMP = 1721206088 +SHA256 (go/net-im_gomuks/gomuks-v0.3.1/v0.3.1.mod) = c35cf5ab17243fd22a91bc09a224c0885faf09032ad30698f80a2b11bd0dc0ff +SIZE (go/net-im_gomuks/gomuks-v0.3.1/v0.3.1.mod) = 1818 +SHA256 (go/net-im_gomuks/gomuks-v0.3.1/v0.3.1.zip) = 79285eec9a7f7c47d969a0fc6c7d67d1649715e36314fa0d3296c375910042b1 +SIZE (go/net-im_gomuks/gomuks-v0.3.1/v0.3.1.zip) = 353975 diff --git a/net-im/gomuks/pkg-descr b/net-im/gomuks/pkg-descr index 0dd065102de..851dd42ebe5 100644 --- a/net-im/gomuks/pkg-descr +++ b/net-im/gomuks/pkg-descr @@ -1 +1,13 @@ -A terminal based Matrix client written in Go. +A terminal based Matrix client written in Go with the following +features: + +- Session verification via security key or manual text comparison +- Decryption of messages sent after initial login; older messages + require key import +- Proxy support via `https_proxy` environment variable +- Text copying using shift+drag, `/copy` command, or plaintext mode +- Support for one account per instance; multiple instances possible with + different data directories +- Customizable data storage paths through environment variables +- Debug logging enabled with `DEBUG=1` and customizable log directory +- System-specific default directories for config, cache, and data diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile index ac36c0e0131..c450569e496 100644 --- a/net-mgmt/librenms/Makefile +++ b/net-mgmt/librenms/Makefile @@ -1,5 +1,5 @@ PORTNAME= librenms -PORTVERSION= 24.6.0 +PORTVERSION= 24.7.0 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= LOCAL/dvl:vendor @@ -128,7 +128,7 @@ _SCRIPT_FILES= daily.sh lnms # _RELEASE_TIMESTAMP is used for a patch inside the vendor code # it represents the release date via: git show --pretty='%H|%ct' -s 1.42.01 # It sits here so you remember to update it with each release -_RELEASE_TIMESTAMP= 1718555017 +_RELEASE_TIMESTAMP= 1721198108 _ROOT_DIRS= LibreNMS app bootstrap config database doc html \ includes lang licenses mibs misc resources routes \ scripts tests @@ -156,7 +156,8 @@ post-patch: ${WRKSRC}/config.php.default \ ${WRKSRC}/includes/html/output/capture.inc.php \ ${WRKSRC}/poller-wrapper.py \ - ${WRKSRC}/snmp-scan.py + ${WRKSRC}/snmp-scan.py \ + ${WRKSRC}/daily.sh ${REINPLACE_CMD} 's|%%PORTVERSION%%|${PORTVERSION}|g' ${WRKSRC}/LibreNMS/Util/Version.php ${REINPLACE_CMD} 's|%%RELEASE_TIMESTAMP%%|${_RELEASE_TIMESTAMP}|g' ${WRKSRC}/LibreNMS/Util/Version.php ${REINPLACE_CMD} 's|%%WWWDIR%%|${WWWDIR}|g' ${WRKSRC}/dist/librenms-scheduler.cron diff --git a/net-mgmt/librenms/distinfo b/net-mgmt/librenms/distinfo index 63149cd33f9..0c118d33f06 100644 --- a/net-mgmt/librenms/distinfo +++ b/net-mgmt/librenms/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1718556185 -SHA256 (librenms-vendor-24.6.0.tar.gz) = 36528e993092d02fc54056f50d02c39dd4097895b834744b75946f7b15fc039c -SIZE (librenms-vendor-24.6.0.tar.gz) = 29350217 -SHA256 (librenms-librenms-24.6.0_GH0.tar.gz) = 3b12b563e8d61184977afbb453e243c5faa1a923431448087d6bcd88ced0d240 -SIZE (librenms-librenms-24.6.0_GH0.tar.gz) = 61582717 +TIMESTAMP = 1721219540 +SHA256 (librenms-vendor-24.7.0.tar.gz) = f7ac5ab3328a2c2c686dd935b8fb7ac05d1816c4bb4ebe30d72e6feb4d626f9d +SIZE (librenms-vendor-24.7.0.tar.gz) = 29372690 +SHA256 (librenms-librenms-24.7.0_GH0.tar.gz) = 621982feb34c09bf8178148288f8d7952891419541c94f6295db2912a1a525f3 +SIZE (librenms-librenms-24.7.0_GH0.tar.gz) = 62884900 diff --git a/net-mgmt/librenms/files/patch-daily.sh b/net-mgmt/librenms/files/patch-daily.sh new file mode 100644 index 00000000000..90e5b2f4a48 --- /dev/null +++ b/net-mgmt/librenms/files/patch-daily.sh @@ -0,0 +1,76 @@ +--- daily.sh.orig 2024-07-09 01:33:51 UTC ++++ daily.sh +@@ -23,11 +23,11 @@ LIBRENMS_DIR=$(dirname "$DAILY_SCRIPT") + # define DAILY_SCRIPT as the full path to this script and LIBRENMS_DIR as the directory this script is in + DAILY_SCRIPT=$(readlink -f "$0") + LIBRENMS_DIR=$(dirname "$DAILY_SCRIPT") +-COMPOSER="php ${LIBRENMS_DIR}/scripts/composer_wrapper.php --no-interaction" ++COMPOSER="%%LOCALBASE%%/bin/php ${LIBRENMS_DIR}/scripts/composer_wrapper.php --no-interaction" + + # set log_file, using librenms 'log_dir' config setting, if set + # otherwise we default to /logs +-LOG_DIR=$(php -r "@include '${LIBRENMS_DIR}/config.php'; echo isset(\$config['log_dir']) ? \$config['log_dir'] : '${LIBRENMS_DIR}/logs';") ++LOG_DIR=$(%%LOCALBASE%%/bin/php -r "@include '${LIBRENMS_DIR}/config.php'; echo isset(\$config['log_dir']) ? \$config['log_dir'] : '${LIBRENMS_DIR}/logs';") + + # get the librenms user + # shellcheck source=.env.example +@@ -60,7 +60,7 @@ status_run() { + + printf "%-50s" "${arg_text}" + echo "${arg_text}" >> "${log_file}" +- tmp=$(bash -c "${arg_command}" 2>&1) ++ tmp=$(%%LOCALBASE%%/bin/bash -c "${arg_command}" 2>&1) + exit_code=$? + echo "${tmp}" >> "${log_file}" + echo "Returned: ${exit_code}" >> "${log_file}" +@@ -72,7 +72,7 @@ status_run() { + else + printf " \\033[0;31mFAIL\\033[0m\\n" + if [[ "${arg_option}" == "update" ]]; then +- php "${LIBRENMS_DIR}/daily.php" -f notify -o "${tmp}" ++ %%LOCALBASE%%/bin/php "${LIBRENMS_DIR}/daily.php" -f notify -o "${tmp}" + fi + if [[ -n "${tmp}" ]]; then + # print output in case of failure +@@ -99,7 +99,7 @@ call_daily_php() { + args=("$@") + + for arg in "${args[@]}"; do +- php "${LIBRENMS_DIR}/daily.php" -f "${arg}" ++ %%LOCALBASE%%/bin/php "${LIBRENMS_DIR}/daily.php" -f "${arg}" + done + } + +@@ -121,7 +121,7 @@ set_notifiable_result() { + arg_type=$1 + arg_result=$2 + +- php "${LIBRENMS_DIR}/daily.php" -f handle_notifiable -t "${arg_type}" -r "${arg_result}" ++ %%LOCALBASE%%/bin/php "${LIBRENMS_DIR}/daily.php" -f handle_notifiable -t "${arg_type}" -r "${arg_result}" + } + + ####################################### +@@ -135,10 +135,10 @@ check_dependencies() { + branch=$(git rev-parse --abbrev-ref HEAD) + scripts/check_requirements.py > /dev/null 2>&1 || pip3 install -r requirements.txt > /dev/null 2>&1 + +- ver_71=$(php -r "echo (int)version_compare(PHP_VERSION, '7.1.3', '<');") +- ver_72=$(php -r "echo (int)version_compare(PHP_VERSION, '7.2.5', '<');") +- ver_73=$(php -r "echo (int)version_compare(PHP_VERSION, '7.3', '<');") +- ver_81=$(php -r "echo (int)version_compare(PHP_VERSION, '8.1', '<');") ++ ver_71=$(%%LOCALBASE%%/bin/php -r "echo (int)version_compare(PHP_VERSION, '7.1.3', '<');") ++ ver_72=$(%%LOCALBASE%%/bin/php -r "echo (int)version_compare(PHP_VERSION, '7.2.5', '<');") ++ ver_73=$(%%LOCALBASE%%/bin/php -r "echo (int)version_compare(PHP_VERSION, '7.3', '<');") ++ ver_81=$(%%LOCALBASE%%/bin/php -r "echo (int)version_compare(PHP_VERSION, '8.1', '<');") + python3=$(python3 -c "import sys;print(int(sys.version_info < (3, 4)))" 2> /dev/null) + python_deps=$("${LIBRENMS_DIR}/scripts/check_requirements.py" > /dev/null 2>&1; echo $?) + phpver="master" +@@ -276,7 +276,7 @@ main () { + fi + + if [[ -z "$arg" ]]; then +- up=$(php daily.php -f update >&2; echo $?) ++ up=$(%%LOCALBASE%%/bin/php daily.php -f update >&2; echo $?) + if [[ "$up" == "0" ]]; then + "${DAILY_SCRIPT}" no-code-update + set_notifiable_result update 1 # make sure there are no update notifications if update is disabled diff --git a/net-p2p/transmission-components/files/patch-libtransmission_port-forwarding-upnp.cc b/net-p2p/transmission-components/files/patch-libtransmission_port-forwarding-upnp.cc new file mode 100644 index 00000000000..ae97f1095a6 --- /dev/null +++ b/net-p2p/transmission-components/files/patch-libtransmission_port-forwarding-upnp.cc @@ -0,0 +1,17 @@ +--- libtransmission/port-forwarding-upnp.cc.orig 2024-05-29 01:38:35 UTC ++++ libtransmission/port-forwarding-upnp.cc +@@ -275,8 +275,12 @@ tr_port_forwarding_state tr_upnpPulse(tr_upnp* handle, + + FreeUPNPUrls(&handle->urls); + auto lanaddr = std::array{}; +- if (UPNP_GetValidIGD(devlist, &handle->urls, &handle->data, std::data(lanaddr), std::size(lanaddr) - 1) == +- UPNP_IGD_VALID_CONNECTED) ++#if (MINIUPNPC_API_VERSION >= 18) ++ if (UPNP_GetValidIGD(devlist, &handle->urls, &handle->data, std::data(lanaddr), std::size(lanaddr) - 1, nullptr, 0) ++#else ++ if (UPNP_GetValidIGD(devlist, &handle->urls, &handle->data, std::data(lanaddr), std::size(lanaddr) - 1) ++#endif ++ == UPNP_IGD_VALID_CONNECTED) + { + tr_logAddInfo(fmt::format(_("Found Internet Gateway Device '{url}'"), fmt::arg("url", handle->urls.controlURL))); + tr_logAddInfo(fmt::format(_("Local Address is '{address}'"), fmt::arg("address", lanaddr.data()))); diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile index 2ee35883e78..20ba7fd74fe 100644 --- a/net/p5-Net-OAuth/Makefile +++ b/net/p5-Net-OAuth/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of the OAuth protocol -WWW= https://metacpan.org/release/Net-OAuth +WWW= https://metacpan.org/release/Net-OAuth \ + https://oauth.net/ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net/p5-Net-OAuth/pkg-descr b/net/p5-Net-OAuth/pkg-descr index f5f14235a60..95a2574e2f9 100644 --- a/net/p5-Net-OAuth/pkg-descr +++ b/net/p5-Net-OAuth/pkg-descr @@ -15,5 +15,3 @@ Net::OAuth provides: Net::OAuth does not provide: - Consumer or Service Provider encapsulation - token/nonce/key storage/management - -See also: https://oauth.net/ diff --git a/net/p5-OAI-Harvester/Makefile b/net/p5-OAI-Harvester/Makefile index 60ec7bfd99f..d42d6363559 100644 --- a/net/p5-OAI-Harvester/Makefile +++ b/net/p5-OAI-Harvester/Makefile @@ -8,7 +8,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl module to harvest using the OAI protocol -WWW= https://metacpan.org/release/OAI-Harvester +WWW= https://metacpan.org/release/OAI-Harvester \ + https://www.openarchives.org/ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net/p5-OAI-Harvester/pkg-descr b/net/p5-OAI-Harvester/pkg-descr index 99654d69e23..06509269120 100644 --- a/net/p5-OAI-Harvester/pkg-descr +++ b/net/p5-OAI-Harvester/pkg-descr @@ -1,5 +1,3 @@ Perl module query OAI-PMH repositories. The Open Archives Initiative - Protocol for Metadata Harvesting allows repositories to share information about their contents. - -See also: https://www.openarchives.org/ diff --git a/net/py-eventlet/pkg-descr b/net/py-eventlet/pkg-descr index c285a5882bb..f7251630ce9 100644 --- a/net/py-eventlet/pkg-descr +++ b/net/py-eventlet/pkg-descr @@ -6,5 +6,3 @@ ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application. - -See also: https://github.com/eventlet/eventlet diff --git a/net/routinator/Makefile b/net/routinator/Makefile index a4ec8fcffc0..6dd1671823c 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -1,6 +1,7 @@ PORTNAME= routinator DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl @@ -10,7 +11,7 @@ WWW= https://github.com/NLnetLabs/routinator LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures RUN_DEPENDS= rsync:net/rsync diff --git a/news/py-sabctools/Makefile b/news/py-sabctools/Makefile index 7af1fe6980e..4634e2e82a6 100644 --- a/news/py-sabctools/Makefile +++ b/news/py-sabctools/Makefile @@ -1,5 +1,5 @@ PORTNAME= sabctools -PORTVERSION= 8.2.3 +PORTVERSION= 8.2.4 CATEGORIES= news python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/news/py-sabctools/distinfo b/news/py-sabctools/distinfo index 1445c378eec..ee03c3d9d1c 100644 --- a/news/py-sabctools/distinfo +++ b/news/py-sabctools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716399832 -SHA256 (sabctools-8.2.3.tar.gz) = 70fdc60a9da61a2bed8f203beafaad3bb989c998c778d92f04b976917c4e4f9c -SIZE (sabctools-8.2.3.tar.gz) = 256678 +TIMESTAMP = 1721280224 +SHA256 (sabctools-8.2.4.tar.gz) = a8f8bff90fb12e6f9d8e561e4d7c958b7abf475cc4b5780e63bc312e39e9ec4c +SIZE (sabctools-8.2.4.tar.gz) = 246257 diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index ba8592cabdd..1ae4cf69748 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= portupgrade PORTVERSION= 20180309 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= ports-mgmt MASTER_SITES= GH \ @@ -48,6 +48,11 @@ regression-test: patch post-patch: .SILENT REVISION=`readlink "${_DISTDIR}/portupgrade/latest" | ${SED} -E -e 's,.*pkgtools-(.*).tar.gz,\1,g'` && ${SED} -E -e "s,%%DATE%%,${PORTVERSION},g;s,%%REVISION%%,$${REVISION},g" \ ${WRKSRC}/lib/pkgtools/revision.rb.in > ${WRKSRC}/lib/pkgtools/revision.rb +.if ${RUBY_VERSION_CODE:U} >= 320 + cd ${WRKSRC} && ${FIND} bin etc lib -type f |\ + ${XARGS} ${REINPLACE_CMD} 's/File\.exists\?/File.exist?/' +.endif + post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg diff --git a/print/py-fontbakery/Makefile b/print/py-fontbakery/Makefile index 3351fb86bdc..f1ad6360eca 100644 --- a/print/py-fontbakery/Makefile +++ b/print/py-fontbakery/Makefile @@ -1,5 +1,5 @@ PORTNAME= fontbakery -PORTVERSION= 0.12.8 +PORTVERSION= 0.12.9 CATEGORIES= print python MASTER_SITES= PYPI \ https://github.com/fonttools/fontbakery/releases/download/v${PORTVERSION}/ @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beziers>=0.6.0<0.7:graphics/py-beziers@${PY_ ${PYTHON_PKGNAMEPREFIX}munkres>=0:math/py-munkres@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opentype-sanitizer>=9.1.0<10:x11-fonts/py-opentype-sanitizer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opentypespec>=0:x11-fonts/py-opentypespec@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=14.5:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip-api>=0:devel/py-pip-api@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.19:www/py-requests@${PY_FLAVOR} \ diff --git a/print/py-fontbakery/distinfo b/print/py-fontbakery/distinfo index 4d10f5b288d..68f8b330472 100644 --- a/print/py-fontbakery/distinfo +++ b/print/py-fontbakery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720447718 -SHA256 (fontbakery-0.12.8.tar.gz) = 94677498058d2891bc3e1fed2ecee39d53c2ae7d8c4a29d448af8e868aa458d5 -SIZE (fontbakery-0.12.8.tar.gz) = 49756495 +TIMESTAMP = 1721280226 +SHA256 (fontbakery-0.12.9.tar.gz) = 0a5d23450a85f3720895d929d55b95492e19795b101f534da72124a4c26a840f +SIZE (fontbakery-0.12.9.tar.gz) = 49758973 diff --git a/print/rubygem-prawn-svg/Makefile b/print/rubygem-prawn-svg/Makefile index 05610c49f2e..0a6283c89ce 100644 --- a/print/rubygem-prawn-svg/Makefile +++ b/print/rubygem-prawn-svg/Makefile @@ -1,5 +1,5 @@ PORTNAME= prawn-svg -PORTVERSION= 0.35.0 +PORTVERSION= 0.35.1 CATEGORIES= print rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-css_parser>=1.6<2:textproc/rubygem-css_parser \ rubygem-matrix>=0.4.2<0.5:math/rubygem-matrix \ rubygem-prawn>=0.11.1<3:print/rubygem-prawn \ - rubygem-rexml>=3.2<4:textproc/rubygem-rexml + rubygem-rexml>=3.2.0<4:textproc/rubygem-rexml USES= gem diff --git a/print/rubygem-prawn-svg/distinfo b/print/rubygem-prawn-svg/distinfo index 2103fd322d4..5df7674f6c4 100644 --- a/print/rubygem-prawn-svg/distinfo +++ b/print/rubygem-prawn-svg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720023724 -SHA256 (rubygem/prawn-svg-0.35.0.gem) = b4e62f11a0fa459417d0daaa0c54c3395c8a47a57847034f9010d9d352897e4f -SIZE (rubygem/prawn-svg-0.35.0.gem) = 285696 +TIMESTAMP = 1721280246 +SHA256 (rubygem/prawn-svg-0.35.1.gem) = 1afdbce1340c875924d42c406dffcfa0a9fcfdbdaeb477be3dc2c115a80d7b19 +SIZE (rubygem/prawn-svg-0.35.1.gem) = 285696 diff --git a/science/phonopy/Makefile b/science/phonopy/Makefile index d9ddbb93366..d582e5031e0 100644 --- a/science/phonopy/Makefile +++ b/science/phonopy/Makefile @@ -1,6 +1,6 @@ PORTNAME= phonopy DISTVERSIONPREFIX= v -DISTVERSION= 2.26.5 +DISTVERSION= 2.26.6 CATEGORIES= science python MAINTAINER= yuri@FreeBSD.org diff --git a/science/phonopy/distinfo b/science/phonopy/distinfo index 75b9a5e83fa..121a9977ac2 100644 --- a/science/phonopy/distinfo +++ b/science/phonopy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721029696 -SHA256 (phonopy-phonopy-v2.26.5_GH0.tar.gz) = 8e4a2f3591d714293b59902556da9ea8ecbb6ea3bdef0eac48a8111b20b24ede -SIZE (phonopy-phonopy-v2.26.5_GH0.tar.gz) = 7020148 +TIMESTAMP = 1721204163 +SHA256 (phonopy-phonopy-v2.26.6_GH0.tar.gz) = 05f31666862778c692672bdc9cf34ac9305a65a1bae3ed5de5c6bf6a2852cc36 +SIZE (phonopy-phonopy-v2.26.6_GH0.tar.gz) = 7020286 diff --git a/science/py-cdo/Makefile b/science/py-cdo/Makefile index 60fbea7f0ad..3c9e6b18772 100644 --- a/science/py-cdo/Makefile +++ b/science/py-cdo/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding to CDO (Climate Data Operators) -WWW= https://code.mpimet.mpg.de/projects/cdo/wiki/Cdo%7Brbpy%7D +WWW= https://code.mpimet.mpg.de/projects/cdo/wiki/Cdo%7Brbpy%7D \ + https://github.com/Try2Code/cdo-bindings LICENSE= GPLv2 diff --git a/science/py-cdo/pkg-descr b/science/py-cdo/pkg-descr index cd87d9f4fa7..a722cf38528 100644 --- a/science/py-cdo/pkg-descr +++ b/science/py-cdo/pkg-descr @@ -1,3 +1 @@ Python binding to CDO (Climate Data Operators) - -See also: https://github.com/Try2Code/cdo-bindings diff --git a/science/py-inequality/Makefile b/science/py-inequality/Makefile index 4d1555d0974..58c94b4077d 100644 --- a/science/py-inequality/Makefile +++ b/science/py-inequality/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Spatial inequality analysis for PySAL -WWW= https://inequality.readthedocs.io/en/latest/ +WWW= https://inequality.readthedocs.io/en/latest/ \ + https://github.com/pysal/inequality LICENSE= BSD3CLAUSE diff --git a/science/py-inequality/pkg-descr b/science/py-inequality/pkg-descr index 0583dbf4e18..e06cc578a77 100644 --- a/science/py-inequality/pkg-descr +++ b/science/py-inequality/pkg-descr @@ -1,4 +1,2 @@ inequality implements measures for the analysis of inequality over space and time and is part of the PySAL family. - -See also: https://github.com/pysal/inequality diff --git a/science/py-phonopy/Makefile b/science/py-phonopy/Makefile index 2d3b97c077b..17a869e8116 100644 --- a/science/py-phonopy/Makefile +++ b/science/py-phonopy/Makefile @@ -1,5 +1,5 @@ PORTNAME= phonopy -DISTVERSION= 2.26.5 +DISTVERSION= 2.26.6 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}h5py>=3.0:science/py-h5py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.2:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spglib>=2.3:science/py-spglib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.3:devel/py-pyyaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hiphive>0:science/py-hiphive@${PY_FLAVOR} diff --git a/science/py-phonopy/distinfo b/science/py-phonopy/distinfo index 0398445d1d1..56c7644e8d1 100644 --- a/science/py-phonopy/distinfo +++ b/science/py-phonopy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721029794 -SHA256 (phonopy-2.26.5.tar.gz) = 9f4387d954eb661a8e189c53ee3d91b01734f473d9a6b95d34176c2a530edd68 -SIZE (phonopy-2.26.5.tar.gz) = 4031300 +TIMESTAMP = 1721204197 +SHA256 (phonopy-2.26.6.tar.gz) = 5444a587a7ccb833ca6a594e76d2e7d035ba4dd60701ba04a32676eee5846628 +SIZE (phonopy-2.26.6.tar.gz) = 4031512 diff --git a/science/py-pupynere/pkg-descr b/science/py-pupynere/pkg-descr index e290d709a23..1b3498ffb5a 100644 --- a/science/py-pupynere/pkg-descr +++ b/science/py-pupynere/pkg-descr @@ -1,5 +1,3 @@ Pupynere is a Python module for reading and writing NetCDF files, using the same API as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't need to have the NetCDF library installed. - -See also: https://pypi.org/project/pupynere/ diff --git a/science/py-pycsw/Makefile b/science/py-pycsw/Makefile index 57aaea79aec..a6fb3564fb0 100644 --- a/science/py-pycsw/Makefile +++ b/science/py-pycsw/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= OGC CSW server implementation -WWW= https://pycsw.org/ +WWW= https://pycsw.org/ \ + https://github.com/geopython/pycsw LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/science/py-pycsw/pkg-descr b/science/py-pycsw/pkg-descr index 0002ede6a09..167500e73b6 100644 --- a/science/py-pycsw/pkg-descr +++ b/science/py-pycsw/pkg-descr @@ -4,5 +4,3 @@ of geospatial metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU), providing a standards-based metadata and catalogue component of spatial data infrastructures. pycsw is Open Source, released under an MIT license, and runs on all major platforms (Windows, Linux, Mac OS X). - -See also: https://github.com/geopython/pycsw diff --git a/science/py-pysal/Makefile b/science/py-pysal/Makefile index 764e40f97df..aa233b36809 100644 --- a/science/py-pysal/Makefile +++ b/science/py-pysal/Makefile @@ -1,13 +1,13 @@ PORTNAME= pysal -PORTVERSION= 23.1 -PORTREVISION= 1 +PORTVERSION= 24.1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cross-platform library of spatial analysis functions -WWW= https://pysal.org/ +WWW= https://pysal.org/ \ + https://github.com/pysal/pysal/releases LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -18,18 +18,18 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}access>=1.1.8:science/py-access@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}esda>=2.4.1:science/py-esda@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}giddy>=2.3.3:graphics/py-giddy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}inequality>=1.0.0:science/py-inequality@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libpysal>=4.7.0:science/py-libpysal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mapclassify>=2.5.0:graphics/py-mapclassify@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libpysal>=4.6.2:science/py-libpysal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mapclassify>=2.4.3:graphics/py-mapclassify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mgwr>=2.1.2:graphics/py-mgwr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}momepy>=0.5.4:graphics/py-momepy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}momepy>=0.5.3:graphics/py-momepy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pointpats>=2.2.0:graphics/py-pointpats@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}segregation>=2.3.1:science/py-segregation@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}spaghetti>=1.7.2:science/py-spaghetti@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}spaghetti>=1.6.6:science/py-spaghetti@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spglm>=1.0.8:math/py-spglm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spint>=1.0.7:math/py-spint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}splot>=1.1.5.post1:math/py-splot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}spopt>=0.5.0:math/py-spopt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}spreg>=1.3.0:math/py-spreg@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}spopt>=0.4.1:math/py-spopt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}spreg>=1.2.4:math/py-spreg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spvcm>=0.3.0:math/py-spvcm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tobler>=0.8.2:science/py-tobler@${PY_FLAVOR} diff --git a/science/py-pysal/distinfo b/science/py-pysal/distinfo index 819f3081b04..b9d40d0a82d 100644 --- a/science/py-pysal/distinfo +++ b/science/py-pysal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104526 -SHA256 (pysal-23.1.tar.gz) = da1ff2c53430b84ed44fd6149bc80174ba0d85639a3c3e7cfc7a9798e1cc2546 -SIZE (pysal-23.1.tar.gz) = 36950 +TIMESTAMP = 1721280228 +SHA256 (pysal-24.1.tar.gz) = ed84c663c8daf73f5d83daa1ce01f14915fde3cf21b5d46259905cc733336dfb +SIZE (pysal-24.1.tar.gz) = 37876 diff --git a/science/py-segregation/Makefile b/science/py-segregation/Makefile index 235f4363811..c59f131cc11 100644 --- a/science/py-segregation/Makefile +++ b/science/py-segregation/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Analytics for spatial and non-spatial segregation in Python -WWW= https://pysal.org/segregation/ +WWW= https://pysal.org/segregation/ \ + https://github.com/pysal/segregation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/science/py-segregation/pkg-descr b/science/py-segregation/pkg-descr index ae70aa66a20..54e70b62bb4 100644 --- a/science/py-segregation/pkg-descr +++ b/science/py-segregation/pkg-descr @@ -3,5 +3,3 @@ Segregation Analysis, Inference, and Decomposition with PySAL The PySAL segregation package is a tool for analyzing patterns of urban segregation. With only a few lines of code, segregation users can calculate over 40 segregation measures from simple to state-of-the art. - -See also: https://github.com/pysal/segregation diff --git a/science/rubygem-cdo/Makefile b/science/rubygem-cdo/Makefile index 5f5511fd37a..f6914098f02 100644 --- a/science/rubygem-cdo/Makefile +++ b/science/rubygem-cdo/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding to CDO (Climate Data Operators) -WWW= https://code.mpimet.mpg.de/projects/cdo/wiki/Cdo%7Brbpy%7D +WWW= https://code.mpimet.mpg.de/projects/cdo/wiki/Cdo%7Brbpy%7D \ + https://github.com/Try2Code/cdo-bindings LICENSE= BSD3CLAUSE diff --git a/science/rubygem-cdo/pkg-descr b/science/rubygem-cdo/pkg-descr index b121ee5c82c..9eafafa2f30 100644 --- a/science/rubygem-cdo/pkg-descr +++ b/science/rubygem-cdo/pkg-descr @@ -1,3 +1 @@ Ruby binding to CDO (Climate Data Operators) - -See also: https://github.com/Try2Code/cdo-bindings diff --git a/science/udunits/Makefile b/science/udunits/Makefile index eaeaef45c28..2329bb6933b 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/udunits/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for manipulating units of physical quantities -WWW= https://www.unidata.ucar.edu/software/udunits/ +WWW= https://www.unidata.ucar.edu/software/udunits/ \ + https://github.com/Unidata/UDUNITS-2 LICENSE= UCAR_UNIDATA LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/science/udunits/pkg-descr b/science/udunits/pkg-descr index 44df70b862f..1537897d56d 100644 --- a/science/udunits/pkg-descr +++ b/science/udunits/pkg-descr @@ -2,5 +2,3 @@ The Unidata units library, udunits, supports conversion of unit specifications between formatted and binary forms, arithmetic manipulation of unit specifications, and conversion of values between compatible scales of measurement. - -See also: https://github.com/Unidata/UDUNITS-2 diff --git a/science/votca/Makefile b/science/votca/Makefile index eda47521526..7c69fcdc711 100644 --- a/science/votca/Makefile +++ b/science/votca/Makefile @@ -1,6 +1,6 @@ PORTNAME= votca DISTVERSIONPREFIX= v -DISTVERSION= 2024 +DISTVERSION= 2024.1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/votca/distinfo b/science/votca/distinfo index e805144d584..81d9796601b 100644 --- a/science/votca/distinfo +++ b/science/votca/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711580254 -SHA256 (votca-votca-v2024_GH0.tar.gz) = be1f8ad3de2ce86f0c01014aa5358c181f128a847bc4508ba0a4bffd5c82a1cf -SIZE (votca-votca-v2024_GH0.tar.gz) = 38976012 +TIMESTAMP = 1721202616 +SHA256 (votca-votca-v2024.1_GH0.tar.gz) = 74d447f976a7d5c05ec65ab99f52b75379cafa3b40b8bc3b9b328f8402bc53dc +SIZE (votca-votca-v2024.1_GH0.tar.gz) = 41326889 diff --git a/science/votca/files/patch-hdf5 b/science/votca/files/patch-hdf5 deleted file mode 100644 index 24bcadb8e57..00000000000 --- a/science/votca/files/patch-hdf5 +++ /dev/null @@ -1,28 +0,0 @@ ---- csg/src/libcsg/CMakeLists.txt.orig 2022-01-15 22:47:05 UTC -+++ csg/src/libcsg/CMakeLists.txt -@@ -14,8 +14,9 @@ if (TARGET Gromacs::libgromacs) - target_link_libraries(votca_csg PRIVATE Gromacs::libgromacs) - endif() - -- --find_package(HDF5 COMPONENTS "CXX") -+set(HDF5_FOUND TRUE) -+set(HDF5_INCLUDE_DIRS "${LOCALBASE}/include") -+set(HDF5_LIBRARIES "-L${LOCALBASE}/lib -lhdf5 -lhdf5_cpp") - set_package_properties(HDF5 PROPERTIES TYPE RECOMMENDED PURPOSE "Used to read h5md data files") - if(HDF5_FOUND) - set(H5MD true) ---- xtp/CMakeLists.txt.orig 2022-01-15 22:47:05 UTC -+++ xtp/CMakeLists.txt -@@ -50,7 +50,10 @@ find_package(ecpint REQUIRED) - set_package_properties(ecpint PROPERTIES TYPE REQUIRED PURPOSE "Calculates Gaussian integrals over pseudo potentials") - message(STATUS "Found libecpint: ${ecpint_DIR}") - --find_package(HDF5 1.8 REQUIRED COMPONENTS CXX) -+set(HDF5_FOUND TRUE) -+set(HDF5_VERSION 1.12) -+set(HDF5_INCLUDE_DIRS "${LOCALBASE}/include") -+set(HDF5_LIBRARIES "-L${LOCALBASE}/lib -lhdf5 -lhdf5_cpp") - set_package_properties(HDF5 PROPERTIES TYPE REQUIRED PURPOSE "Used to read/write HDF5 data files") - - if(HDF5_VERSION VERSION_GREATER 1.8) diff --git a/security/git-credential-oauth/Makefile b/security/git-credential-oauth/Makefile index 2e4808dcc7a..3239c0dc0ad 100644 --- a/security/git-credential-oauth/Makefile +++ b/security/git-credential-oauth/Makefile @@ -1,7 +1,6 @@ PORTNAME= git-credential-oauth DISTVERSIONPREFIX= v -DISTVERSION= 0.12.1 -PORTREVISION= 1 +DISTVERSION= 0.13.0 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org diff --git a/security/git-credential-oauth/distinfo b/security/git-credential-oauth/distinfo index 97b0f6895ff..309fbfaa575 100644 --- a/security/git-credential-oauth/distinfo +++ b/security/git-credential-oauth/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1718622660 -SHA256 (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.12.1_GH0/v0.12.1.mod) = 966280510f0c591e0ffb14cc8311457c93cd811970aa3dd5d5a8f0d7d3116288 -SIZE (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.12.1_GH0/v0.12.1.mod) = 96 -SHA256 (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.12.1_GH0/v0.12.1.zip) = 8bd791d5661434f561abc5a278684c9867d07aae1789f532d99b33e313e3d7b4 -SIZE (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.12.1_GH0/v0.12.1.zip) = 18077 -SHA256 (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.12.1_GH0/hickford-git-credential-oauth-v0.12.1_GH0.tar.gz) = 22afa94526b7da02c520fda36a531616e8f53bc6c34c1438e929337c990c65fc -SIZE (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.12.1_GH0/hickford-git-credential-oauth-v0.12.1_GH0.tar.gz) = 14748 +TIMESTAMP = 1721205791 +SHA256 (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.13.0_GH0/v0.13.0.mod) = 966280510f0c591e0ffb14cc8311457c93cd811970aa3dd5d5a8f0d7d3116288 +SIZE (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.13.0_GH0/v0.13.0.mod) = 96 +SHA256 (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.13.0_GH0/v0.13.0.zip) = 1ebf2281dcf5d68ee74d6d0146765f4d1764792c5c1ffe14f88a7acfa02f8f1d +SIZE (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.13.0_GH0/v0.13.0.zip) = 18089 +SHA256 (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.13.0_GH0/hickford-git-credential-oauth-v0.13.0_GH0.tar.gz) = 88cc45fdd5d70cb0474e3ab791ab17e8760fb1745568bbbc6de1668a37a3d843 +SIZE (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.13.0_GH0/hickford-git-credential-oauth-v0.13.0_GH0.tar.gz) = 14759 diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 81ecf996eb6..422c89214d9 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= https://www.mew.org/~kazu/proj/pgpdump/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= PGP packet visualizer -WWW= https://www.mew.org/~kazu/proj/pgpdump/ +WWW= https://www.mew.org/~kazu/proj/pgpdump/en/ \ + https://github.com/kazu-yamamoto/pgpdump LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/security/pgpdump/pkg-descr b/security/pgpdump/pkg-descr index f183b6d3ff1..f75d016a88c 100644 --- a/security/pgpdump/pkg-descr +++ b/security/pgpdump/pkg-descr @@ -1,4 +1,2 @@ pgpdump is a PGP packet visualizer which displays the packet format of OpenPGP (RFC 4880) and PGP version 2 (RFC 1991). - -See also: https://github.com/kazu-yamamoto/pgpdump diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index 49a24a81731..cd6ae1a30be 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,5 +1,5 @@ PORTNAME= tailscale -PORTVERSION= 1.68.2 +PORTVERSION= 1.70.0 DISTVERSIONPREFIX= v CATEGORIES= security net-vpn diff --git a/security/tailscale/distinfo b/security/tailscale/distinfo index 3d2579041af..265b3f90273 100644 --- a/security/tailscale/distinfo +++ b/security/tailscale/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1719993294 -SHA256 (go/security_tailscale/tailscale-v1.68.2/v1.68.2.mod) = 2fc7d7c97922cb35d8bce03d668b3257a491bf0b7e2d5c787daa43eddb804205 -SIZE (go/security_tailscale/tailscale-v1.68.2/v1.68.2.mod) = 19953 -SHA256 (go/security_tailscale/tailscale-v1.68.2/v1.68.2.zip) = da3ceff37240c884a4d7b5697e9bb28ea21084de95a12f98bdf7a736ffe75422 -SIZE (go/security_tailscale/tailscale-v1.68.2/v1.68.2.zip) = 3474060 +TIMESTAMP = 1721290797 +SHA256 (go/security_tailscale/tailscale-v1.70.0/v1.70.0.mod) = 1eff2cc791b15754c2043badcdb76d8152ad96b470d971dd5ba3fc2f94f57091 +SIZE (go/security_tailscale/tailscale-v1.70.0/v1.70.0.mod) = 19694 +SHA256 (go/security_tailscale/tailscale-v1.70.0/v1.70.0.zip) = 29ae1f5503348d9c1e622648dbb89940e0b2715af777bc52d1f7974c908bfadf +SIZE (go/security_tailscale/tailscale-v1.70.0/v1.70.0.zip) = 3709041 diff --git a/sysutils/burp-devel/Makefile b/sysutils/burp-devel/Makefile index a3937e9900d..3a5242c2a9c 100644 --- a/sysutils/burp-devel/Makefile +++ b/sysutils/burp-devel/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Network backup and restore program (development) -WWW= https://burp.grke.org/ +WWW= https://burp.grke.org/ \ + https://github.com/grke/burp LICENSE= AGPLv3 PD LICENSE_COMB= multi diff --git a/sysutils/burp-devel/pkg-descr b/sysutils/burp-devel/pkg-descr index 1b5ef707cae..89076f4a7a7 100644 --- a/sysutils/burp-devel/pkg-descr +++ b/sysutils/burp-devel/pkg-descr @@ -7,5 +7,3 @@ independent backup protocols to choose from: sparse indexing on the server side. Available from burp version 2.0.x, but is experimental and should not be used in production. - -See also: https://github.com/grke/burp diff --git a/sysutils/dust/Makefile b/sysutils/dust/Makefile index 8a000fab85d..fb88e6d4c4f 100644 --- a/sysutils/dust/Makefile +++ b/sysutils/dust/Makefile @@ -1,6 +1,6 @@ PORTNAME= dust DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 +DISTVERSION= 1.1.1 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/dust/distinfo b/sysutils/dust/distinfo index d153a47d063..3e394cd6e73 100644 --- a/sysutils/dust/distinfo +++ b/sysutils/dust/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1721184828 +TIMESTAMP = 1721250121 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 @@ -243,5 +243,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b738 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 SHA256 (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8 SIZE (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 828019 -SHA256 (bootandy-dust-v1.1.0_GH0.tar.gz) = 2429b4ac76ad8520b99e7167dbb70c8e0088b5fad2c79f799e22b7d137d5fc33 -SIZE (bootandy-dust-v1.1.0_GH0.tar.gz) = 111267 +SHA256 (bootandy-dust-v1.1.1_GH0.tar.gz) = 98cae3e4b32514e51fcc1ed07fdbe6929d4b80942925348cc6e57b308d9c4cb0 +SIZE (bootandy-dust-v1.1.1_GH0.tar.gz) = 111345 diff --git a/sysutils/kapp/Makefile b/sysutils/kapp/Makefile index 76bc7e4623b..e7f30a243dd 100644 --- a/sysutils/kapp/Makefile +++ b/sysutils/kapp/Makefile @@ -1,7 +1,6 @@ PORTNAME= kapp DISTVERSIONPREFIX= v -DISTVERSION= 0.59.0 -PORTREVISION= 7 +DISTVERSION= 0.62.1 CATEGORIES= sysutils MAINTAINER= timp87@gmail.com @@ -10,9 +9,9 @@ WWW= https://github.com/carvel-dev/kapp LICENSE= APACHE20 -USES= go:modules +USES= go:1.22,modules GO_MODULE= github.com/carvel-dev/${PORTNAME} -GO_BUILDFLAGS= -ldflags="-X github.com/vmware-tanzu/carvel-kapp/pkg/kapp/version.Version=v${PORTVERSION}" +GO_BUILDFLAGS= -ldflags="-X carvel.dev/kapp/pkg/kapp/version.Version=v${DISTVERSION}" GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/kapp/distinfo b/sysutils/kapp/distinfo index b751ed98e40..7b7f68f6523 100644 --- a/sysutils/kapp/distinfo +++ b/sysutils/kapp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1698032627 -SHA256 (go/sysutils_kapp/kapp-v0.59.0/v0.59.0.mod) = 6bb0db0bfc212886e21f31e20d63b224e890fd92353ab6b3703b6b8018fc0efd -SIZE (go/sysutils_kapp/kapp-v0.59.0/v0.59.0.mod) = 2845 -SHA256 (go/sysutils_kapp/kapp-v0.59.0/v0.59.0.zip) = a64015a2c121eb41d03aaf727056050f3c214303ee35c69acd0b44d30eaafd2e -SIZE (go/sysutils_kapp/kapp-v0.59.0/v0.59.0.zip) = 1423907 +TIMESTAMP = 1721233673 +SHA256 (go/sysutils_kapp/kapp-v0.62.1/v0.62.1.mod) = 862baa8fbef05158533d7c7c0d505c3dedd7face9cbff51d5c5751c568647c0d +SIZE (go/sysutils_kapp/kapp-v0.62.1/v0.62.1.mod) = 3004 +SHA256 (go/sysutils_kapp/kapp-v0.62.1/v0.62.1.zip) = f802c7b48347a7034e3089565b04d83ab849e651fb0dd6fc1cdc42bc5c6e3779 +SIZE (go/sysutils_kapp/kapp-v0.62.1/v0.62.1.zip) = 1465662 diff --git a/sysutils/screen-devel/Makefile b/sysutils/screen-devel/Makefile index 5dfe1cfcd36..183ed3dee36 100644 --- a/sysutils/screen-devel/Makefile +++ b/sysutils/screen-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= screen -DISTVERSION= 4.99.0.${SCREEN_COMMIT_DATE} +DISTVERSION= 5.0.0.${SCREEN_COMMIT_DATE} CATEGORIES= sysutils PKGNAMESUFFIX= -devel MASTER_SITES= # @@ -10,8 +10,8 @@ WWW= https://www.gnu.org/software/screen/ CONFLICTS= screen-[0-9]* -GIT_TAGNAME= c184c6e -SCREEN_COMMIT_DATE= 20240327 +GIT_TAGNAME= 4c78830 +SCREEN_COMMIT_DATE= 20240712 WRKSRC= ${WRKDIR}/${PORTNAME}-${GIT_TAGNAME}/src diff --git a/sysutils/screen-devel/distinfo b/sysutils/screen-devel/distinfo index bfba1f35e99..5c8f712b98f 100644 --- a/sysutils/screen-devel/distinfo +++ b/sysutils/screen-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712169262 -SHA256 (screen-4.99.0.20240327.tar.gz) = 5117a23db43ed5dfea81ac2847c3cedbe0433502bdc6e94f79fd75b1ec28791d -SIZE (screen-4.99.0.20240327.tar.gz) = 721414 +TIMESTAMP = 1721274441 +SHA256 (screen-5.0.0.20240712.tar.gz) = b4f387a26c193dbeceae28581490df742a6bee049edcbef620a13ef179843b6e +SIZE (screen-5.0.0.20240712.tar.gz) = 721288 diff --git a/sysutils/screen-devel/pkg-plist b/sysutils/screen-devel/pkg-plist index 5a45b192811..827afbb2d2d 100644 --- a/sysutils/screen-devel/pkg-plist +++ b/sysutils/screen-devel/pkg-plist @@ -1,5 +1,5 @@ bin/screen -%%MULTISUID%%bin/screen-4.99.0 +%%MULTISUID%%bin/screen-5.0.0 share/man/man1/screen.1.gz %%DATADIR%%/utf8encodings/01 %%DATADIR%%/utf8encodings/02 diff --git a/sysutils/xcp/Makefile b/sysutils/xcp/Makefile index 3bf2091cacd..df8f8fac9ea 100644 --- a/sysutils/xcp/Makefile +++ b/sysutils/xcp/Makefile @@ -1,7 +1,6 @@ PORTNAME= xcp -DISTVERSIONPREFIX= libxcp-v -DISTVERSION= 0.21.1 -PORTREVISION= 3 +DISTVERSIONPREFIX= v +DISTVERSION= 0.21.2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -16,106 +15,109 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= tarka -CARGO_CRATES= aho-corasick-1.1.2 \ - anstream-0.6.11 \ - anstyle-1.0.5 \ - anstyle-parse-0.2.3 \ - anstyle-query-1.0.2 \ - anstyle-wincon-3.0.2 \ - anyhow-1.0.80 \ - autocfg-1.1.0 \ - bitflags-2.4.2 \ +CARGO_CRATES= aho-corasick-1.1.3 \ + anstream-0.6.14 \ + anstyle-1.0.7 \ + anstyle-parse-0.2.4 \ + anstyle-query-1.1.0 \ + anstyle-wincon-3.0.3 \ + anyhow-1.0.86 \ + autocfg-1.3.0 \ + bitflags-2.6.0 \ blocking-threadpool-1.0.1 \ - bstr-1.9.0 \ + bstr-1.9.1 \ cfg-if-1.0.0 \ - clap-4.5.1 \ - clap_builder-4.5.1 \ - clap_derive-4.5.0 \ - clap_lex-0.7.0 \ - colorchoice-1.0.0 \ + clap-4.5.7 \ + clap_builder-4.5.7 \ + clap_derive-4.5.5 \ + clap_lex-0.7.1 \ + colorchoice-1.0.1 \ console-0.15.8 \ - crossbeam-channel-0.5.11 \ + crossbeam-channel-0.5.13 \ crossbeam-deque-0.8.5 \ crossbeam-epoch-0.9.18 \ - crossbeam-utils-0.8.19 \ + crossbeam-utils-0.8.20 \ deranged-0.3.11 \ encode_unicode-0.3.6 \ - errno-0.3.8 \ + errno-0.3.9 \ exacl-0.12.0 \ - fastrand-2.0.1 \ + fastrand-2.1.0 \ fslock-0.2.1 \ - getrandom-0.2.12 \ + getrandom-0.2.15 \ glob-0.3.1 \ globset-0.4.14 \ - heck-0.4.1 \ - hermit-abi-0.3.3 \ + heck-0.5.0 \ + hermit-abi-0.3.9 \ ignore-0.4.22 \ indicatif-0.17.8 \ - instant-0.1.12 \ - itoa-1.0.10 \ + instant-0.1.13 \ + is_terminal_polyfill-1.70.0 \ + itoa-1.0.11 \ lazy_static-0.2.11 \ - lazy_static-1.4.0 \ - libc-0.2.153 \ + lazy_static-1.5.0 \ + libc-0.2.155 \ libm-0.2.8 \ - linux-raw-sys-0.4.13 \ + linux-raw-sys-0.4.14 \ linux-raw-sys-0.6.4 \ - log-0.4.20 \ - memchr-2.7.1 \ - num-traits-0.2.17 \ + log-0.4.21 \ + memchr-2.7.4 \ + num-conv-0.1.0 \ + num-traits-0.2.19 \ num_cpus-1.16.0 \ - num_threads-0.1.6 \ + num_threads-0.1.7 \ number_prefix-0.4.0 \ portable-atomic-1.6.0 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ - proc-macro2-1.0.78 \ - quote-1.0.35 \ + proc-macro2-1.0.86 \ + quote-1.0.36 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ rand_distr-0.4.3 \ rand_xorshift-0.3.0 \ - regex-1.10.3 \ - regex-automata-0.4.5 \ - regex-syntax-0.8.2 \ - rustix-0.38.31 \ + regex-1.10.5 \ + regex-automata-0.4.7 \ + regex-syntax-0.8.4 \ + rustix-0.38.34 \ same-file-1.0.6 \ scopeguard-1.2.0 \ - serde-1.0.195 \ - serde_derive-1.0.195 \ - simplelog-0.12.1 \ - strsim-0.11.0 \ - syn-2.0.48 \ - tempfile-3.10.0 \ - termcolor-1.1.3 \ + serde-1.0.203 \ + serde_derive-1.0.203 \ + simplelog-0.12.2 \ + strsim-0.11.1 \ + syn-2.0.68 \ + tempfile-3.10.1 \ + termcolor-1.4.1 \ test-case-3.3.1 \ test-case-core-3.3.1 \ test-case-macros-3.3.1 \ - thiserror-1.0.57 \ - thiserror-impl-1.0.57 \ - time-0.3.31 \ + thiserror-1.0.61 \ + thiserror-impl-1.0.61 \ + time-0.3.36 \ time-core-0.1.2 \ - time-macros-0.2.16 \ + time-macros-0.2.18 \ unbytify-0.2.0 \ unicode-ident-1.0.12 \ - unicode-width-0.1.11 \ - utf8parse-0.2.1 \ - uuid-1.7.0 \ - walkdir-2.4.0 \ + unicode-width-0.1.13 \ + utf8parse-0.2.2 \ + uuid-1.9.1 \ + walkdir-2.5.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.6 \ + winapi-util-0.1.8 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-sys-0.52.0 \ - windows-targets-0.52.0 \ - windows_aarch64_gnullvm-0.52.0 \ - windows_aarch64_msvc-0.52.0 \ - windows_i686_gnu-0.52.0 \ - windows_i686_msvc-0.52.0 \ - windows_x86_64_gnu-0.52.0 \ - windows_x86_64_gnullvm-0.52.0 \ - windows_x86_64_msvc-0.52.0 \ + windows-targets-0.52.5 \ + windows_aarch64_gnullvm-0.52.5 \ + windows_aarch64_msvc-0.52.5 \ + windows_i686_gnu-0.52.5 \ + windows_i686_gnullvm-0.52.5 \ + windows_i686_msvc-0.52.5 \ + windows_x86_64_gnu-0.52.5 \ + windows_x86_64_gnullvm-0.52.5 \ + windows_x86_64_msvc-0.52.5 \ xattr-1.3.1 PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/xcp/distinfo b/sysutils/xcp/distinfo index 5adb6f540c6..93b55440afb 100644 --- a/sysutils/xcp/distinfo +++ b/sysutils/xcp/distinfo @@ -1,100 +1,104 @@ -TIMESTAMP = 1710351756 -SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 -SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 -SHA256 (rust/crates/anstream-0.6.11.crate) = 6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5 -SIZE (rust/crates/anstream-0.6.11.crate) = 30239 -SHA256 (rust/crates/anstyle-1.0.5.crate) = 2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220 -SIZE (rust/crates/anstyle-1.0.5.crate) = 14371 -SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c -SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 -SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 -SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 -SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 -SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 -SHA256 (rust/crates/anyhow-1.0.80.crate) = 5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1 -SIZE (rust/crates/anyhow-1.0.80.crate) = 45138 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/bitflags-2.4.2.crate) = ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf -SIZE (rust/crates/bitflags-2.4.2.crate) = 42602 +TIMESTAMP = 1721308217 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b +SIZE (rust/crates/anstream-0.6.14.crate) = 29160 +SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 +SHA256 (rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 +SIZE (rust/crates/anstyle-parse-0.2.4.crate) = 23069 +SHA256 (rust/crates/anstyle-query-1.1.0.crate) = ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391 +SIZE (rust/crates/anstyle-query-1.1.0.crate) = 9832 +SHA256 (rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 +SIZE (rust/crates/anstyle-wincon-3.0.3.crate) = 12179 +SHA256 (rust/crates/anyhow-1.0.86.crate) = b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da +SIZE (rust/crates/anyhow-1.0.86.crate) = 46741 +SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 +SHA256 (rust/crates/bitflags-2.6.0.crate) = b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de +SIZE (rust/crates/bitflags-2.6.0.crate) = 45357 SHA256 (rust/crates/blocking-threadpool-1.0.1.crate) = c4ba4d6edfe07b0a4940ab5c05a7114155ffbe9d0c64df7a2e39cb002f879869 SIZE (rust/crates/blocking-threadpool-1.0.1.crate) = 14906 -SHA256 (rust/crates/bstr-1.9.0.crate) = c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc -SIZE (rust/crates/bstr-1.9.0.crate) = 380170 +SHA256 (rust/crates/bstr-1.9.1.crate) = 05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706 +SIZE (rust/crates/bstr-1.9.1.crate) = 380305 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/clap-4.5.1.crate) = c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da -SIZE (rust/crates/clap-4.5.1.crate) = 55389 -SHA256 (rust/crates/clap_builder-4.5.1.crate) = 9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb -SIZE (rust/crates/clap_builder-4.5.1.crate) = 163569 -SHA256 (rust/crates/clap_derive-4.5.0.crate) = 307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47 -SIZE (rust/crates/clap_derive-4.5.0.crate) = 29042 -SHA256 (rust/crates/clap_lex-0.7.0.crate) = 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce -SIZE (rust/crates/clap_lex-0.7.0.crate) = 11915 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 +SHA256 (rust/crates/clap-4.5.7.crate) = 5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f +SIZE (rust/crates/clap-4.5.7.crate) = 56343 +SHA256 (rust/crates/clap_builder-4.5.7.crate) = f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f +SIZE (rust/crates/clap_builder-4.5.7.crate) = 163957 +SHA256 (rust/crates/clap_derive-4.5.5.crate) = c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6 +SIZE (rust/crates/clap_derive-4.5.5.crate) = 30017 +SHA256 (rust/crates/clap_lex-0.7.1.crate) = 4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70 +SIZE (rust/crates/clap_lex-0.7.1.crate) = 12766 +SHA256 (rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 +SIZE (rust/crates/colorchoice-1.0.1.crate) = 7895 SHA256 (rust/crates/console-0.15.8.crate) = 0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb SIZE (rust/crates/console-0.15.8.crate) = 36364 -SHA256 (rust/crates/crossbeam-channel-0.5.11.crate) = 176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b -SIZE (rust/crates/crossbeam-channel-0.5.11.crate) = 90434 +SHA256 (rust/crates/crossbeam-channel-0.5.13.crate) = 33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2 +SIZE (rust/crates/crossbeam-channel-0.5.13.crate) = 91174 SHA256 (rust/crates/crossbeam-deque-0.8.5.crate) = 613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d SIZE (rust/crates/crossbeam-deque-0.8.5.crate) = 21726 SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 -SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 -SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328 +SHA256 (rust/crates/crossbeam-utils-0.8.20.crate) = 22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80 +SIZE (rust/crates/crossbeam-utils-0.8.20.crate) = 42487 SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 SIZE (rust/crates/deranged-0.3.11.crate) = 18043 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 -SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 -SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/errno-0.3.9.crate) = 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba +SIZE (rust/crates/errno-0.3.9.crate) = 10690 SHA256 (rust/crates/exacl-0.12.0.crate) = 22be12de19decddab85d09f251ec8363f060ccb22ec9c81bc157c0c8433946d8 SIZE (rust/crates/exacl-0.12.0.crate) = 64506 -SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 -SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 +SHA256 (rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a +SIZE (rust/crates/fastrand-2.1.0.crate) = 14907 SHA256 (rust/crates/fslock-0.2.1.crate) = 04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb SIZE (rust/crates/fslock-0.2.1.crate) = 13463 -SHA256 (rust/crates/getrandom-0.2.12.crate) = 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5 -SIZE (rust/crates/getrandom-0.2.12.crate) = 36163 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 SHA256 (rust/crates/globset-0.4.14.crate) = 57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1 SIZE (rust/crates/globset-0.4.14.crate) = 25090 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 -SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 -SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 +SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 SHA256 (rust/crates/ignore-0.4.22.crate) = b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1 SIZE (rust/crates/ignore-0.4.22.crate) = 55462 SHA256 (rust/crates/indicatif-0.17.8.crate) = 763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3 SIZE (rust/crates/indicatif-0.17.8.crate) = 64869 -SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c -SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c -SIZE (rust/crates/itoa-1.0.10.crate) = 10534 +SHA256 (rust/crates/instant-0.1.13.crate) = e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222 +SIZE (rust/crates/instant-0.1.13.crate) = 6305 +SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 +SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 +SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b +SIZE (rust/crates/itoa-1.0.11.crate) = 10563 SHA256 (rust/crates/lazy_static-0.2.11.crate) = 76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73 SIZE (rust/crates/lazy_static-0.2.11.crate) = 12361 -SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd -SIZE (rust/crates/libc-0.2.153.crate) = 740614 +SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe +SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 +SHA256 (rust/crates/libc-0.2.155.crate) = 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c +SIZE (rust/crates/libc-0.2.155.crate) = 743539 SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 SIZE (rust/crates/libm-0.2.8.crate) = 113450 -SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c -SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 +SHA256 (rust/crates/linux-raw-sys-0.4.14.crate) = 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 +SIZE (rust/crates/linux-raw-sys-0.4.14.crate) = 1826665 SHA256 (rust/crates/linux-raw-sys-0.6.4.crate) = f0b5399f6804fbab912acbd8878ed3532d506b7c951b8f9f164ef90fef39e3f4 SIZE (rust/crates/linux-raw-sys-0.6.4.crate) = 1505350 -SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f -SIZE (rust/crates/log-0.4.20.crate) = 38307 -SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 -SIZE (rust/crates/memchr-2.7.1.crate) = 96307 -SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c -SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 +SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c +SIZE (rust/crates/log-0.4.21.crate) = 43442 +SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 +SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 +SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 -SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44 -SIZE (rust/crates/num_threads-0.1.6.crate) = 7334 +SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 +SIZE (rust/crates/num_threads-0.1.7.crate) = 7455 SHA256 (rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 SIZE (rust/crates/number_prefix-0.4.0.crate) = 6922 SHA256 (rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0 @@ -103,10 +107,10 @@ SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff9416 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 -SHA256 (rust/crates/proc-macro2-1.0.78.crate) = e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae -SIZE (rust/crates/proc-macro2-1.0.78.crate) = 47158 -SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef -SIZE (rust/crates/quote-1.0.35.crate) = 28136 +SHA256 (rust/crates/proc-macro2-1.0.86.crate) = 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 +SIZE (rust/crates/proc-macro2-1.0.86.crate) = 48958 +SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 +SIZE (rust/crates/quote-1.0.36.crate) = 28507 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 @@ -117,89 +121,91 @@ SHA256 (rust/crates/rand_distr-0.4.3.crate) = 32cb0b9bc82b0a0876c2dd994a7e7a2683 SIZE (rust/crates/rand_distr-0.4.3.crate) = 58255 SHA256 (rust/crates/rand_xorshift-0.3.0.crate) = d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f SIZE (rust/crates/rand_xorshift-0.3.0.crate) = 9121 -SHA256 (rust/crates/regex-1.10.3.crate) = b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15 -SIZE (rust/crates/regex-1.10.3.crate) = 253101 -SHA256 (rust/crates/regex-automata-0.4.5.crate) = 5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd -SIZE (rust/crates/regex-automata-0.4.5.crate) = 617406 -SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f -SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 -SHA256 (rust/crates/rustix-0.38.31.crate) = 6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949 -SIZE (rust/crates/rustix-0.38.31.crate) = 375443 +SHA256 (rust/crates/regex-1.10.5.crate) = b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f +SIZE (rust/crates/regex-1.10.5.crate) = 253805 +SHA256 (rust/crates/regex-automata-0.4.7.crate) = 38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df +SIZE (rust/crates/regex-automata-0.4.7.crate) = 617582 +SHA256 (rust/crates/regex-syntax-0.8.4.crate) = 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b +SIZE (rust/crates/regex-syntax-0.8.4.crate) = 347577 +SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f +SIZE (rust/crates/rustix-0.38.34.crate) = 365160 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/serde-1.0.195.crate) = 63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02 -SIZE (rust/crates/serde-1.0.195.crate) = 76856 -SHA256 (rust/crates/serde_derive-1.0.195.crate) = 46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c -SIZE (rust/crates/serde_derive-1.0.195.crate) = 55687 -SHA256 (rust/crates/simplelog-0.12.1.crate) = acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369 -SIZE (rust/crates/simplelog-0.12.1.crate) = 21052 -SHA256 (rust/crates/strsim-0.11.0.crate) = 5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01 -SIZE (rust/crates/strsim-0.11.0.crate) = 13710 -SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f -SIZE (rust/crates/syn-2.0.48.crate) = 250566 -SHA256 (rust/crates/tempfile-3.10.0.crate) = a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67 -SIZE (rust/crates/tempfile-3.10.0.crate) = 33376 -SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 -SIZE (rust/crates/termcolor-1.1.3.crate) = 17242 +SHA256 (rust/crates/serde-1.0.203.crate) = 7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094 +SIZE (rust/crates/serde-1.0.203.crate) = 77935 +SHA256 (rust/crates/serde_derive-1.0.203.crate) = 500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba +SIZE (rust/crates/serde_derive-1.0.203.crate) = 55867 +SHA256 (rust/crates/simplelog-0.12.2.crate) = 16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0 +SIZE (rust/crates/simplelog-0.12.2.crate) = 21548 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 +SHA256 (rust/crates/syn-2.0.68.crate) = 901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9 +SIZE (rust/crates/syn-2.0.68.crate) = 265035 +SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 +SIZE (rust/crates/tempfile-3.10.1.crate) = 33653 +SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 +SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 SHA256 (rust/crates/test-case-3.3.1.crate) = eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8 SIZE (rust/crates/test-case-3.3.1.crate) = 8797 SHA256 (rust/crates/test-case-core-3.3.1.crate) = adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f SIZE (rust/crates/test-case-core-3.3.1.crate) = 14327 SHA256 (rust/crates/test-case-macros-3.3.1.crate) = 5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb SIZE (rust/crates/test-case-macros-3.3.1.crate) = 4961 -SHA256 (rust/crates/thiserror-1.0.57.crate) = 1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b -SIZE (rust/crates/thiserror-1.0.57.crate) = 20993 -SHA256 (rust/crates/thiserror-impl-1.0.57.crate) = a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81 -SIZE (rust/crates/thiserror-impl-1.0.57.crate) = 15639 -SHA256 (rust/crates/time-0.3.31.crate) = f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e -SIZE (rust/crates/time-0.3.31.crate) = 121762 +SHA256 (rust/crates/thiserror-1.0.61.crate) = c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709 +SIZE (rust/crates/thiserror-1.0.61.crate) = 21264 +SHA256 (rust/crates/thiserror-impl-1.0.61.crate) = 46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533 +SIZE (rust/crates/thiserror-impl-1.0.61.crate) = 15786 +SHA256 (rust/crates/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 +SIZE (rust/crates/time-0.3.36.crate) = 119805 SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 SIZE (rust/crates/time-core-0.1.2.crate) = 7191 -SHA256 (rust/crates/time-macros-0.2.16.crate) = 26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f -SIZE (rust/crates/time-macros-0.2.16.crate) = 24356 +SHA256 (rust/crates/time-macros-0.2.18.crate) = 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf +SIZE (rust/crates/time-macros-0.2.18.crate) = 24361 SHA256 (rust/crates/unbytify-0.2.0.crate) = 61f431354fd60c251d35ccc3d3ecf14e5f37e52ce807f6436f394fb3f0fc9869 SIZE (rust/crates/unbytify-0.2.0.crate) = 8585 SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 -SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 -SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 -SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a -SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/uuid-1.7.0.crate) = f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a -SIZE (rust/crates/uuid-1.7.0.crate) = 42627 -SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee -SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 +SHA256 (rust/crates/unicode-width-0.1.13.crate) = 0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d +SIZE (rust/crates/unicode-width-0.1.13.crate) = 457228 +SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 +SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/uuid-1.9.1.crate) = 5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439 +SIZE (rust/crates/uuid-1.9.1.crate) = 47492 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 -SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 +SHA256 (rust/crates/winapi-util-0.1.8.crate) = 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b +SIZE (rust/crates/winapi-util-0.1.8.crate) = 12416 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 -SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd -SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182 -SHA256 (rust/crates/windows_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef -SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663 -SHA256 (rust/crates/windows_i686_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313 -SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285 -SHA256 (rust/crates/windows_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a -SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693 -SHA256 (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd -SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165 -SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 -SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 +SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb +SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 +SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 +SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 +SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 +SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 +SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf +SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 +SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 +SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 SHA256 (rust/crates/xattr-1.3.1.crate) = 8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f SIZE (rust/crates/xattr-1.3.1.crate) = 12580 -SHA256 (tarka-xcp-libxcp-v0.21.1_GH0.tar.gz) = d14601149e596a4fb83dd0b7d0b76ef916c9cc3e07ed1dc052635f0cb66228a4 -SIZE (tarka-xcp-libxcp-v0.21.1_GH0.tar.gz) = 58820 +SHA256 (tarka-xcp-v0.21.2_GH0.tar.gz) = 0d76b80633d85fff95827fd2f2710a8182ad8bb58dd95760e24a71bc18a1ba3f +SIZE (tarka-xcp-v0.21.2_GH0.tar.gz) = 59471 diff --git a/textproc/Makefile b/textproc/Makefile index 377224514cd..060c6a3b05f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1851,7 +1851,6 @@ SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-nokogiri-diff - SUBDIR += rubygem-nokogiri111 SUBDIR += rubygem-nokogumbo SUBDIR += rubygem-octopress-escape-code SUBDIR += rubygem-opml diff --git a/textproc/go-yq/Makefile b/textproc/go-yq/Makefile index 64d175c55d3..8b2c537f80e 100644 --- a/textproc/go-yq/Makefile +++ b/textproc/go-yq/Makefile @@ -1,7 +1,6 @@ PORTNAME= go-yq DISTVERSIONPREFIX= v -DISTVERSION= 4.44.1 -PORTREVISION= 2 +DISTVERSION= 4.44.2 CATEGORIES= textproc MAINTAINER= timp87@gmail.com @@ -10,12 +9,12 @@ WWW= https://github.com/mikefarah/yq LICENSE= MIT -USES= go:modules +USES= go:1.21,modules GO_MODULE= github.com/mikefarah/yq/v4 GO_TARGET= .:yq CONFLICTS_INSTALL= yq -PLIST_FILES= bin/yq +PLIST_FILES= bin/yq .include diff --git a/textproc/go-yq/distinfo b/textproc/go-yq/distinfo index 6d6e97d4a0a..f5e5064fe35 100644 --- a/textproc/go-yq/distinfo +++ b/textproc/go-yq/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1717461593 -SHA256 (go/textproc_go-yq/go-yq-v4.44.1/v4.44.1.mod) = 4181292e178e2fca4c719c238afd89d3b0c55e0d3a4cb97ed6df176a4c1f86d0 -SIZE (go/textproc_go-yq/go-yq-v4.44.1/v4.44.1.mod) = 1030 -SHA256 (go/textproc_go-yq/go-yq-v4.44.1/v4.44.1.zip) = 1b2e175951d62dae32357f49ff377063976a13c05546551cad170da3746e09b5 -SIZE (go/textproc_go-yq/go-yq-v4.44.1/v4.44.1.zip) = 475838 +TIMESTAMP = 1721232275 +SHA256 (go/textproc_go-yq/go-yq-v4.44.2/v4.44.2.mod) = 132ef6c3f5d4dbab51f83a8f917b03f26905aafe7554fa6e99ffbde6cf3edbde +SIZE (go/textproc_go-yq/go-yq-v4.44.2/v4.44.2.mod) = 1030 +SHA256 (go/textproc_go-yq/go-yq-v4.44.2/v4.44.2.zip) = 91705006fd571a0a0e2cee6c9b0ffd77e430681659c906b94601704dca7eb448 +SIZE (go/textproc_go-yq/go-yq-v4.44.2/v4.44.2.zip) = 477231 diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index 8dbf744a3bb..03fe292dccb 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -1,13 +1,12 @@ PORTNAME= mgdiff -PORTVERSION= 1.0 -PORTREVISION= 7 +DISTVERSION= 1.0 +PORTREVISION= 8 CATEGORIES= textproc -MASTER_SITES= XCONTRIB/applications -DISTNAME= ${PORTNAME} +MASTER_SITES= https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= portmaster@BSDforge.com COMMENT= Graphical front end to the UNIX diff command -WWW= https://BSDforge.com/projects/textproc/mgdiff/ +WWW= https://codeberg.org/BSDforge/mgdiff/ LICENSE= MIT @@ -19,6 +18,8 @@ DESKTOP_ENTRIES= "mgdiff" "GUI front end to the UNIX diff command" \ "mgdiff" "GNOME;GTK;Motif;Development;System;" \ false +WRKSRC= ${WRKDIR}/${PORTNAME} + .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) @@ -27,7 +28,7 @@ CFLAGS+= -Wno-error=incompatible-function-pointer-types post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${FILESDIR}/mgdiff-48x48.xpm ${STAGEDIR}${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/mgdiff-48x48.xpm ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${STAGEDIR}${PREFIX}/share/pixmaps .include diff --git a/textproc/mgdiff/distinfo b/textproc/mgdiff/distinfo index b0b188f1603..c01265269fa 100644 --- a/textproc/mgdiff/distinfo +++ b/textproc/mgdiff/distinfo @@ -1,2 +1,3 @@ -SHA256 (mgdiff.tar.gz) = 19a68bd5a5de287ca0395f7881d42b15e76c3fafb2f40efcfd1ca980268ef5ac -SIZE (mgdiff.tar.gz) = 41187 +TIMESTAMP = 1721176722 +SHA256 (mgdiff-1.0.tar.gz) = a84fb4958a000e9e18103c43a459a4af80dded594156db14bd43c9b850eed8d9 +SIZE (mgdiff-1.0.tar.gz) = 46483 diff --git a/textproc/p5-CSS-Packer/Makefile b/textproc/p5-CSS-Packer/Makefile index f097b4dbb65..64afec3a44c 100644 --- a/textproc/p5-CSS-Packer/Makefile +++ b/textproc/p5-CSS-Packer/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Another CSS minifier -WWW= https://metacpan.org/release/CSS-Packer +WWW= https://metacpan.org/release/CSS-Packer \ + https://github.com/nevesenin/css-packer-perl LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/textproc/p5-CSS-Packer/pkg-descr b/textproc/p5-CSS-Packer/pkg-descr index 73735c93071..0980ba2452c 100644 --- a/textproc/p5-CSS-Packer/pkg-descr +++ b/textproc/p5-CSS-Packer/pkg-descr @@ -1,3 +1 @@ CSS::Packer is another CSS minifier. - -See also: https://github.com/nevesenin/css-packer-perl diff --git a/textproc/py-pyaml/Makefile b/textproc/py-pyaml/Makefile index 4c484bf6380..eda303a41de 100644 --- a/textproc/py-pyaml/Makefile +++ b/textproc/py-pyaml/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyaml -PORTVERSION= 24.4.0 -PORTREVISION= 1 +PORTVERSION= 24.7.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-pyaml/distinfo b/textproc/py-pyaml/distinfo index deea05062b1..a4e90ec5e89 100644 --- a/textproc/py-pyaml/distinfo +++ b/textproc/py-pyaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713624718 -SHA256 (pyaml-24.4.0.tar.gz) = 0e483d9289010e747a325dc43171bcc39d6562dd1dd4719e8cc7e7c96c99fce6 -SIZE (pyaml-24.4.0.tar.gz) = 27204 +TIMESTAMP = 1721325678 +SHA256 (pyaml-24.7.0.tar.gz) = 5d0fdf9e681036fb263a783d0298fc3af580a6e2a6cf1a3314ffc48dc3d91ccb +SIZE (pyaml-24.7.0.tar.gz) = 27935 diff --git a/textproc/rubygem-nokogiri111/Makefile b/textproc/rubygem-nokogiri111/Makefile deleted file mode 100644 index 043dfb333fa..00000000000 --- a/textproc/rubygem-nokogiri111/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= nokogiri -PORTVERSION= 1.11.7 -PORTREVISION= 4 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 111 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= HTML, XML, SAX, and Reader parser -WWW= https://nokogiri.org/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.md - -BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ - libgpg-error.so:security/libgpg-error -# Do not add mini_portile2 to RUN_DEPENDS. Read ext/nokogiri/extconf.rb -# and https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html -RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \ - rubygem-racc>=1.4<2:devel/rubygem-racc - -USES= cpe gem gnome pkgconfig gettext-runtime -USE_GNOME= libxml2 libxslt - -CONFIGURE_ARGS= --use-system-libraries - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/nokogiri - ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD} - ${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/ - -PORTSCOUT= limit:^1\.11\. - -.include diff --git a/textproc/rubygem-nokogiri111/distinfo b/textproc/rubygem-nokogiri111/distinfo deleted file mode 100644 index 0f15d01d516..00000000000 --- a/textproc/rubygem-nokogiri111/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1625258881 -SHA256 (rubygem/nokogiri-1.11.7.gem) = 4976a9c9e796527d51dc6c311b9bd93a0233f6a7962a0f569aa5c782461836ef -SIZE (rubygem/nokogiri-1.11.7.gem) = 9353728 diff --git a/textproc/rubygem-nokogiri111/files/patch-ext_nokogiri_extconf.rb b/textproc/rubygem-nokogiri111/files/patch-ext_nokogiri_extconf.rb deleted file mode 100644 index fc3898d6369..00000000000 --- a/textproc/rubygem-nokogiri111/files/patch-ext_nokogiri_extconf.rb +++ /dev/null @@ -1,46 +0,0 @@ ---- ext/nokogiri/extconf.rb.orig 2022-01-26 09:35:58 UTC -+++ ext/nokogiri/extconf.rb -@@ -891,6 +891,43 @@ unless config_system_libraries? - end - end - -+$INSTALLFILES = [ -+ ['html_document.h', '$(archdir)'], -+ ['html_element_description.h', '$(archdir)'], -+ ['html_entity_lookup.h', '$(archdir)'], -+ ['html_sax_parser_context.h', '$(archdir)'], -+ ['html_sax_push_parser.h', '$(archdir)'], -+ ['nokogiri.h', '$(archdir)'], -+ ['xml_attr.h', '$(archdir)'], -+ ['xml_attribute_decl.h', '$(archdir)'], -+ ['xml_cdata.h', '$(archdir)'], -+ ['xml_comment.h', '$(archdir)'], -+ ['xml_document.h', '$(archdir)'], -+ ['xml_document_fragment.h', '$(archdir)'], -+ ['xml_dtd.h', '$(archdir)'], -+ ['xml_element_content.h', '$(archdir)'], -+ ['xml_element_decl.h', '$(archdir)'], -+ ['xml_encoding_handler.h', '$(archdir)'], -+ ['xml_entity_decl.h', '$(archdir)'], -+ ['xml_entity_reference.h', '$(archdir)'], -+ ['xml_io.h', '$(archdir)'], -+ ['xml_libxml2_hacks.h', '$(archdir)'], -+ ['xml_namespace.h', '$(archdir)'], -+ ['xml_node.h', '$(archdir)'], -+ ['xml_node_set.h', '$(archdir)'], -+ ['xml_processing_instruction.h', '$(archdir)'], -+ ['xml_reader.h', '$(archdir)'], -+ ['xml_relax_ng.h', '$(archdir)'], -+ ['xml_sax_parser.h', '$(archdir)'], -+ ['xml_sax_parser_context.h', '$(archdir)'], -+ ['xml_sax_push_parser.h', '$(archdir)'], -+ ['xml_schema.h', '$(archdir)'], -+ ['xml_syntax_error.h', '$(archdir)'], -+ ['xml_text.h', '$(archdir)'], -+ ['xml_xpath_context.h', '$(archdir)'], -+ ['xslt_stylesheet.h', '$(archdir)'], -+] -+ - create_makefile('nokogiri/nokogiri') - - if config_clean? diff --git a/textproc/rubygem-nokogiri111/files/patch-gemspec b/textproc/rubygem-nokogiri111/files/patch-gemspec deleted file mode 100644 index 52f6536016a..00000000000 --- a/textproc/rubygem-nokogiri111/files/patch-gemspec +++ /dev/null @@ -1,22 +0,0 @@ ---- nokogiri.gemspec.orig 2024-02-21 09:35:50 UTC -+++ nokogiri.gemspec -@@ -13,10 +13,9 @@ Gem::Specification.new do |s| - s.date = "2021-06-02" - s.description = "Nokogiri (\u92F8) makes it easy and painless to work with XML and HTML from Ruby. It provides a\nsensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is\nfast and standards-compliant by relying on native parsers like libxml2 (C) and xerces (Java).\n".freeze - s.email = "nokogiri-talk@googlegroups.com".freeze -- s.executables = ["nokogiri".freeze] - s.extensions = ["ext/nokogiri/extconf.rb".freeze] - s.extra_rdoc_files = ["ext/nokogiri/xml_dtd.c".freeze, "ext/nokogiri/xml_xpath_context.c".freeze, "ext/nokogiri/xml_attr.c".freeze, "ext/nokogiri/libxml2_backwards_compat.c".freeze, "ext/nokogiri/xml_comment.c".freeze, "ext/nokogiri/nokogiri.c".freeze, "ext/nokogiri/xml_sax_parser_context.c".freeze, "ext/nokogiri/xml_node_set.c".freeze, "ext/nokogiri/xml_reader.c".freeze, "ext/nokogiri/xml_cdata.c".freeze, "ext/nokogiri/xml_element_content.c".freeze, "ext/nokogiri/html_entity_lookup.c".freeze, "ext/nokogiri/xml_namespace.c".freeze, "ext/nokogiri/xml_document.c".freeze, "ext/nokogiri/xml_element_decl.c".freeze, "ext/nokogiri/xml_schema.c".freeze, "ext/nokogiri/html_document.c".freeze, "ext/nokogiri/xml_processing_instruction.c".freeze, "ext/nokogiri/xml_text.c".freeze, "ext/nokogiri/xml_syntax_error.c".freeze, "ext/nokogiri/xml_document_fragment.c".freeze, "ext/nokogiri/xml_sax_push_parser.c".freeze, "ext/nokogiri/xml_encoding_handler.c".freeze, "ext/nokogiri/html_sax_push_parser.c".freeze, "ext/nokogiri/xml_relax_ng.c".freeze, "ext/nokogiri/xml_entity_decl.c".freeze, "ext/nokogiri/test_global_handlers.c".freeze, "ext/nokogiri/xml_node.c".freeze, "ext/nokogiri/xml_entity_reference.c".freeze, "ext/nokogiri/xslt_stylesheet.c".freeze, "ext/nokogiri/html_sax_parser_context.c".freeze, "ext/nokogiri/xml_sax_parser.c".freeze, "ext/nokogiri/xml_attribute_decl.c".freeze, "ext/nokogiri/html_element_description.c".freeze, "README.md".freeze] -- s.files = ["Gemfile".freeze, "LICENSE-DEPENDENCIES.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "bin/nokogiri".freeze, "dependencies.yml".freeze, "ext/nokogiri/depend".freeze, "ext/nokogiri/extconf.rb".freeze, "ext/nokogiri/html_document.c".freeze, "ext/nokogiri/html_element_description.c".freeze, "ext/nokogiri/html_entity_lookup.c".freeze, "ext/nokogiri/html_sax_parser_context.c".freeze, "ext/nokogiri/html_sax_push_parser.c".freeze, "ext/nokogiri/libxml2_backwards_compat.c".freeze, "ext/nokogiri/nokogiri.c".freeze, "ext/nokogiri/nokogiri.h".freeze, "ext/nokogiri/test_global_handlers.c".freeze, "ext/nokogiri/xml_attr.c".freeze, "ext/nokogiri/xml_attribute_decl.c".freeze, "ext/nokogiri/xml_cdata.c".freeze, "ext/nokogiri/xml_comment.c".freeze, "ext/nokogiri/xml_document.c".freeze, "ext/nokogiri/xml_document_fragment.c".freeze, "ext/nokogiri/xml_dtd.c".freeze, "ext/nokogiri/xml_element_content.c".freeze, "ext/nokogiri/xml_element_decl.c".freeze, "ext/nokogiri/xml_encoding_handler.c".freeze, "ext/nokogiri/xml_entity_decl.c".freeze, "ext/nokogiri/xml_entity_reference.c".freeze, "ext/nokogiri/xml_namespace.c".freeze, "ext/nokogiri/xml_node.c".freeze, "ext/nokogiri/xml_node_set.c".freeze, "ext/nokogiri/xml_processing_instruction.c".freeze, "ext/nokogiri/xml_reader.c".freeze, "ext/nokogiri/xml_relax_ng.c".freeze, "ext/nokogiri/xml_sax_parser.c".freeze, "ext/nokogiri/xml_sax_parser_context.c".freeze, "ext/nokogiri/xml_sax_push_parser.c".freeze, "ext/nokogiri/xml_schema.c".freeze, "ext/nokogiri/xml_syntax_error.c".freeze, "ext/nokogiri/xml_text.c".freeze, "ext/nokogiri/xml_xpath_context.c".freeze, "ext/nokogiri/xslt_stylesheet.c".freeze, "lib/nokogiri.rb".freeze, "lib/nokogiri/css.rb".freeze, "lib/nokogiri/css/node.rb".freeze, "lib/nokogiri/css/parser.rb".freeze, "lib/nokogiri/css/parser.y".freeze, "lib/nokogiri/css/parser_extras.rb".freeze, "lib/nokogiri/css/syntax_error.rb".freeze, "lib/nokogiri/css/tokenizer.rb".freeze, "lib/nokogiri/css/tokenizer.rex".freeze, "lib/nokogiri/css/xpath_visitor.rb".freeze, "lib/nokogiri/decorators/slop.rb".freeze, "lib/nokogiri/extension.rb".freeze, "lib/nokogiri/html.rb".freeze, "lib/nokogiri/html/builder.rb".freeze, "lib/nokogiri/html/document.rb".freeze, "lib/nokogiri/html/document_fragment.rb".freeze, "lib/nokogiri/html/element_description.rb".freeze, "lib/nokogiri/html/element_description_defaults.rb".freeze, "lib/nokogiri/html/entity_lookup.rb".freeze, "lib/nokogiri/html/sax/parser.rb".freeze, "lib/nokogiri/html/sax/parser_context.rb".freeze, "lib/nokogiri/html/sax/push_parser.rb".freeze, "lib/nokogiri/jruby/dependencies.rb".freeze, "lib/nokogiri/syntax_error.rb".freeze, "lib/nokogiri/version.rb".freeze, "lib/nokogiri/version/constant.rb".freeze, "lib/nokogiri/version/info.rb".freeze, "lib/nokogiri/xml.rb".freeze, "lib/nokogiri/xml/attr.rb".freeze, "lib/nokogiri/xml/attribute_decl.rb".freeze, "lib/nokogiri/xml/builder.rb".freeze, "lib/nokogiri/xml/cdata.rb".freeze, "lib/nokogiri/xml/character_data.rb".freeze, "lib/nokogiri/xml/document.rb".freeze, "lib/nokogiri/xml/document_fragment.rb".freeze, "lib/nokogiri/xml/dtd.rb".freeze, "lib/nokogiri/xml/element_content.rb".freeze, "lib/nokogiri/xml/element_decl.rb".freeze, "lib/nokogiri/xml/entity_decl.rb".freeze, "lib/nokogiri/xml/entity_reference.rb".freeze, "lib/nokogiri/xml/namespace.rb".freeze, "lib/nokogiri/xml/node.rb".freeze, "lib/nokogiri/xml/node/save_options.rb".freeze, "lib/nokogiri/xml/node_set.rb".freeze, "lib/nokogiri/xml/notation.rb".freeze, "lib/nokogiri/xml/parse_options.rb".freeze, "lib/nokogiri/xml/pp.rb".freeze, "lib/nokogiri/xml/pp/character_data.rb".freeze, "lib/nokogiri/xml/pp/node.rb".freeze, "lib/nokogiri/xml/processing_instruction.rb".freeze, "lib/nokogiri/xml/reader.rb".freeze, "lib/nokogiri/xml/relax_ng.rb".freeze, "lib/nokogiri/xml/sax.rb".freeze, "lib/nokogiri/xml/sax/document.rb".freeze, "lib/nokogiri/xml/sax/parser.rb".freeze, "lib/nokogiri/xml/sax/parser_context.rb".freeze, "lib/nokogiri/xml/sax/push_parser.rb".freeze, "lib/nokogiri/xml/schema.rb".freeze, "lib/nokogiri/xml/searchable.rb".freeze, "lib/nokogiri/xml/syntax_error.rb".freeze, "lib/nokogiri/xml/text.rb".freeze, "lib/nokogiri/xml/xpath.rb".freeze, "lib/nokogiri/xml/xpath/syntax_error.rb".freeze, "lib/nokogiri/xml/xpath_context.rb".freeze, "lib/nokogiri/xslt.rb".freeze, "lib/nokogiri/xslt/stylesheet.rb".freeze, "lib/xsd/xmlparser/nokogiri.rb".freeze, "patches/libxml2/0001-Remove-script-macro-support.patch".freeze, "patches/libxml2/0002-Update-entities-to-remove-handling-of-ssi.patch".freeze, "patches/libxml2/0003-libxml2.la-is-in-top_builddir.patch".freeze, "patches/libxml2/0004-use-glibc-strlen.patch".freeze, "patches/libxml2/0005-avoid-isnan-isinf.patch".freeze, "patches/libxml2/0006-update-automake-files-for-arm64.patch".freeze, "patches/libxml2/0007-Fix-XPath-recursion-limit.patch".freeze, "patches/libxslt/0001-update-automake-files-for-arm64.patch".freeze, "patches/libxslt/0002-Fix-xml2-config-check-in-configure-script.patch".freeze, "ports/archives/libxml2-2.9.12.tar.gz".freeze, "ports/archives/libxslt-1.1.34.tar.gz".freeze] -+ s.files = ["Gemfile".freeze, "LICENSE-DEPENDENCIES.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/nokogiri/depend".freeze, "ext/nokogiri/extconf.rb".freeze, "ext/nokogiri/html_document.c".freeze, "ext/nokogiri/html_element_description.c".freeze, "ext/nokogiri/html_entity_lookup.c".freeze, "ext/nokogiri/html_sax_parser_context.c".freeze, "ext/nokogiri/html_sax_push_parser.c".freeze, "ext/nokogiri/libxml2_backwards_compat.c".freeze, "ext/nokogiri/nokogiri.c".freeze, "ext/nokogiri/nokogiri.h".freeze, "ext/nokogiri/test_global_handlers.c".freeze, "ext/nokogiri/xml_attr.c".freeze, "ext/nokogiri/xml_attribute_decl.c".freeze, "ext/nokogiri/xml_cdata.c".freeze, "ext/nokogiri/xml_comment.c".freeze, "ext/nokogiri/xml_document.c".freeze, "ext/nokogiri/xml_document_fragment.c".freeze, "ext/nokogiri/xml_dtd.c".freeze, "ext/nokogiri/xml_element_content.c".freeze, "ext/nokogiri/xml_element_decl.c".freeze, "ext/nokogiri/xml_encoding_handler.c".freeze, "ext/nokogiri/xml_entity_decl.c".freeze, "ext/nokogiri/xml_entity_reference.c".freeze, "ext/nokogiri/xml_namespace.c".freeze, "ext/nokogiri/xml_node.c".freeze, "ext/nokogiri/xml_node_set.c".freeze, "ext/nokogiri/xml_processing_instruction.c".freeze, "ext/nokogiri/xml_reader.c".freeze, "ext/nokogiri/xml_relax_ng.c".freeze, "ext/nokogiri/xml_sax_parser.c".freeze, "ext/nokogiri/xml_sax_parser_context.c".freeze, "ext/nokogiri/xml_sax_push_parser.c".freeze, "ext/nokogiri/xml_schema.c".freeze, "ext/nokogiri/xml_syntax_error.c".freeze, "ext/nokogiri/xml_text.c".freeze, "ext/nokogiri/xml_xpath_context.c".freeze, "ext/nokogiri/xslt_stylesheet.c".freeze, "lib/nokogiri.rb".freeze, "lib/nokogiri/css.rb".freeze, "lib/nokogiri/css/node.rb".freeze, "lib/nokogiri/css/parser.rb".freeze, "lib/nokogiri/css/parser.y".freeze, "lib/nokogiri/css/parser_extras.rb".freeze, "lib/nokogiri/css/syntax_error.rb".freeze, "lib/nokogiri/css/tokenizer.rb".freeze, "lib/nokogiri/css/tokenizer.rex".freeze, "lib/nokogiri/css/xpath_visitor.rb".freeze, "lib/nokogiri/decorators/slop.rb".freeze, "lib/nokogiri/extension.rb".freeze, "lib/nokogiri/html.rb".freeze, "lib/nokogiri/html/builder.rb".freeze, "lib/nokogiri/html/document.rb".freeze, "lib/nokogiri/html/document_fragment.rb".freeze, "lib/nokogiri/html/element_description.rb".freeze, "lib/nokogiri/html/element_description_defaults.rb".freeze, "lib/nokogiri/html/entity_lookup.rb".freeze, "lib/nokogiri/html/sax/parser.rb".freeze, "lib/nokogiri/html/sax/parser_context.rb".freeze, "lib/nokogiri/html/sax/push_parser.rb".freeze, "lib/nokogiri/jruby/dependencies.rb".freeze, "lib/nokogiri/syntax_error.rb".freeze, "lib/nokogiri/version.rb".freeze, "lib/nokogiri/version/constant.rb".freeze, "lib/nokogiri/version/info.rb".freeze, "lib/nokogiri/xml.rb".freeze, "lib/nokogiri/xml/attr.rb".freeze, "lib/nokogiri/xml/attribute_decl.rb".freeze, "lib/nokogiri/xml/builder.rb".freeze, "lib/nokogiri/xml/cdata.rb".freeze, "lib/nokogiri/xml/character_data.rb".freeze, "lib/nokogiri/xml/document.rb".freeze, "lib/nokogiri/xml/document_fragment.rb".freeze, "lib/nokogiri/xml/dtd.rb".freeze, "lib/nokogiri/xml/element_content.rb".freeze, "lib/nokogiri/xml/element_decl.rb".freeze, "lib/nokogiri/xml/entity_decl.rb".freeze, "lib/nokogiri/xml/entity_reference.rb".freeze, "lib/nokogiri/xml/namespace.rb".freeze, "lib/nokogiri/xml/node.rb".freeze, "lib/nokogiri/xml/node/save_options.rb".freeze, "lib/nokogiri/xml/node_set.rb".freeze, "lib/nokogiri/xml/notation.rb".freeze, "lib/nokogiri/xml/parse_options.rb".freeze, "lib/nokogiri/xml/pp.rb".freeze, "lib/nokogiri/xml/pp/character_data.rb".freeze, "lib/nokogiri/xml/pp/node.rb".freeze, "lib/nokogiri/xml/processing_instruction.rb".freeze, "lib/nokogiri/xml/reader.rb".freeze, "lib/nokogiri/xml/relax_ng.rb".freeze, "lib/nokogiri/xml/sax.rb".freeze, "lib/nokogiri/xml/sax/document.rb".freeze, "lib/nokogiri/xml/sax/parser.rb".freeze, "lib/nokogiri/xml/sax/parser_context.rb".freeze, "lib/nokogiri/xml/sax/push_parser.rb".freeze, "lib/nokogiri/xml/schema.rb".freeze, "lib/nokogiri/xml/searchable.rb".freeze, "lib/nokogiri/xml/syntax_error.rb".freeze, "lib/nokogiri/xml/text.rb".freeze, "lib/nokogiri/xml/xpath.rb".freeze, "lib/nokogiri/xml/xpath/syntax_error.rb".freeze, "lib/nokogiri/xml/xpath_context.rb".freeze, "lib/nokogiri/xslt.rb".freeze, "lib/nokogiri/xslt/stylesheet.rb".freeze, "lib/xsd/xmlparser/nokogiri.rb".freeze, "patches/libxml2/0001-Remove-script-macro-support.patch".freeze, "patches/libxml2/0002-Update-entities-to-remove-handling-of-ssi.patch".freeze, "patches/libxml2/0003-libxml2.la-is-in-top_builddir.patch".freeze, "patches/libxml2/0004-use-glibc-strlen.patch".freeze, "patches/libxml2/0005-avoid-isnan-isinf.patch".freeze, "patches/libxml2/0006-update-automake-files-for-arm64.patch".freeze, "patches/libxml2/0007-Fix-XPath-recursion-limit.patch".freeze, "patches/libxslt/0001-update-automake-files-for-arm64.patch".freeze, "patches/libxslt/0002-Fix-xml2-config-check-in-configure-script.patch".freeze, "ports/archives/libxml2-2.9.12.tar.gz".freeze, "ports/archives/libxslt-1.1.34.tar.gz".freeze] - s.homepage = "https://nokogiri.org".freeze - s.licenses = ["MIT".freeze] - s.rdoc_options = ["--main".freeze, "README.md".freeze] -@@ -27,7 +26,6 @@ Gem::Specification.new do |s| - s.specification_version = 4 - - s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) -- s.add_runtime_dependency(%q.freeze, ["~> 2.5.0".freeze]) - s.add_development_dependency(%q.freeze, ["~> 2.2".freeze]) - s.add_development_dependency(%q.freeze, ["~> 0.41".freeze]) - s.add_development_dependency(%q.freeze, ["~> 1.4".freeze]) diff --git a/textproc/rubygem-nokogiri111/pkg-descr b/textproc/rubygem-nokogiri111/pkg-descr deleted file mode 100644 index 0a7bef66567..00000000000 --- a/textproc/rubygem-nokogiri111/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -* XPath support for document searching -* CSS3 selector support for document searching -* XML/HTML builder -* Drop in replacement for Hpricot (though not bug for bug) - -Nokogiri parses and searches XML/HTML very quickly, and also has -correctly implemented CSS3 selector support as well as XPath support. diff --git a/www/htmlcxx/Makefile b/www/htmlcxx/Makefile index 8db7b3183cc..ef6409eb32b 100644 --- a/www/htmlcxx/Makefile +++ b/www/htmlcxx/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= SF/htmlcxx/v${PORTVERSION} \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTML and CSS APIs for C++ -WWW= https://github.com/bonitao/htmlcxx +WWW= https://htmlcxx.sourceforge.net/ \ + https://github.com/bonitao/htmlcxx LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LGPL_V2 diff --git a/www/htmlcxx/pkg-descr b/www/htmlcxx/pkg-descr index 4f1e486504e..a58e2473409 100644 --- a/www/htmlcxx/pkg-descr +++ b/www/htmlcxx/pkg-descr @@ -1,3 +1 @@ htmlcxx is a simple non-validating css1 and html parser for C++. - -See also: http://htmlcxx.sourceforge.net/ diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile index de2fdf419d2..bd47a4facf1 100644 --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -1,5 +1,5 @@ PORTNAME= calendar -PORTVERSION= 4.7.11 +PORTVERSION= 4.7.12 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-calendar/distinfo b/www/nextcloud-calendar/distinfo index a82634c2cd8..c7e8450c425 100644 --- a/www/nextcloud-calendar/distinfo +++ b/www/nextcloud-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720789160 -SHA256 (nextcloud/calendar-v4.7.11.tar.gz) = 844b10a42b6a69b1be4e21dd51af1a314b500cceee1ccafbf9741902b491df02 -SIZE (nextcloud/calendar-v4.7.11.tar.gz) = 17859235 +TIMESTAMP = 1721298578 +SHA256 (nextcloud/calendar-v4.7.12.tar.gz) = 671a7af7c7f8c779cf46ba3f81fc91d18a066de181e38c40b6c3784b616aff69 +SIZE (nextcloud/calendar-v4.7.12.tar.gz) = 17860758 diff --git a/www/node22/Makefile.version b/www/node22/Makefile.version index f0993928b82..c1907dd4710 100644 --- a/www/node22/Makefile.version +++ b/www/node22/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 22.4.1 +NODEJS_PORTVERSION= 22.5.0 diff --git a/www/node22/distinfo b/www/node22/distinfo index f72a8a7baf5..a353b2b1bfa 100644 --- a/www/node22/distinfo +++ b/www/node22/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720536484 -SHA256 (node-v22.4.1.tar.xz) = 65fc857f5aa8256aafc900b344c0115c9aeae25a02541fd5ce0dbd4dfd1c5fb9 -SIZE (node-v22.4.1.tar.xz) = 46125104 +TIMESTAMP = 1721280204 +SHA256 (node-v22.5.0.tar.xz) = 5a86238f00393716a03cd304f7c63f4c27144889d05a3938bb0f242c8d29d62f +SIZE (node-v22.5.0.tar.xz) = 46157356 diff --git a/www/p5-Blog-Spam/pkg-descr b/www/p5-Blog-Spam/pkg-descr index 06d9b1aadb7..3ed43ee4199 100644 --- a/www/p5-Blog-Spam/pkg-descr +++ b/www/p5-Blog-Spam/pkg-descr @@ -3,5 +3,3 @@ submitted blog/forum comment is SPAM or not, in real-time. We can identify many common SPAM characteristics and using them allow comments to be blocked - cutting down on the SPAM that might otherwise affect your site. - -See also: https://blogspam.net/ diff --git a/www/protovis/Makefile b/www/protovis/Makefile index 53cf4663a3f..22bba5fb4fc 100644 --- a/www/protovis/Makefile +++ b/www/protovis/Makefile @@ -5,7 +5,8 @@ CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org COMMENT= JavaScript graphical toolkit for data visualization -WWW= https://mbostock.github.io/protovis/ +WWW= https://mbostock.github.io/protovis/ \ + https://github.com/mbostock/protovis LICENSE= BSD3CLAUSE diff --git a/www/protovis/pkg-descr b/www/protovis/pkg-descr index 970c85cca7d..52382143be7 100644 --- a/www/protovis/pkg-descr +++ b/www/protovis/pkg-descr @@ -13,5 +13,3 @@ Protovis is mostly declarative and designed to be learned by example. This project is led by Mike Bostock and Jeff Heer of the Stanford Visualization Group, with significant help from Vadim Ogievetsky. We welcome your contributions and suggestions. - -See also: https://github.com/mbostock/protovis diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile index f80a9cbada8..2c23420f5b2 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -5,7 +5,8 @@ CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org COMMENT= C/C++ language library including CGI support -WWW= https://wolkykim.github.io/qdecoder/ +WWW= https://wolkykim.github.io/qdecoder/ \ + https://github.com/wolkykim/qdecoder LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/www/qdecoder/pkg-descr b/www/qdecoder/pkg-descr index f7501bd8237..b7f6c93f131 100644 --- a/www/qdecoder/pkg-descr +++ b/www/qdecoder/pkg-descr @@ -6,5 +6,3 @@ Features: - Supports COOKIE handling. - Supports Session management. - Supports FastCGI - -See also: https://github.com/wolkykim/qdecoder diff --git a/www/rubygem-bullet_train-fields/Makefile b/www/rubygem-bullet_train-fields/Makefile index 26feb9cef25..90f8b8028f0 100644 --- a/www/rubygem-bullet_train-fields/Makefile +++ b/www/rubygem-bullet_train-fields/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-fields -PORTVERSION= 1.7.18 +PORTVERSION= 1.7.19 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-bullet_train-fields/distinfo b/www/rubygem-bullet_train-fields/distinfo index f2471f1a7dd..62c0deb2393 100644 --- a/www/rubygem-bullet_train-fields/distinfo +++ b/www/rubygem-bullet_train-fields/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721148516 -SHA256 (rubygem/bullet_train-fields-1.7.18.gem) = d3ce664f7c529cc79e9ed7b09089312850de16bd3d45ddca1327eb02f7953b08 -SIZE (rubygem/bullet_train-fields-1.7.18.gem) = 21504 +TIMESTAMP = 1721280250 +SHA256 (rubygem/bullet_train-fields-1.7.19.gem) = 6d0dadcc6b2bd9b1fdd2cb3c155a53ca0d8dfc5276b13c785d374991537bc9c1 +SIZE (rubygem/bullet_train-fields-1.7.19.gem) = 21504 diff --git a/www/rubygem-bullet_train-has_uuid/Makefile b/www/rubygem-bullet_train-has_uuid/Makefile index ce1cbd00b71..cce00ee7d1c 100644 --- a/www/rubygem-bullet_train-has_uuid/Makefile +++ b/www/rubygem-bullet_train-has_uuid/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-has_uuid -PORTVERSION= 1.7.18 +PORTVERSION= 1.7.19 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-bullet_train-has_uuid/distinfo b/www/rubygem-bullet_train-has_uuid/distinfo index a5c0244b9d6..f829c4cba2a 100644 --- a/www/rubygem-bullet_train-has_uuid/distinfo +++ b/www/rubygem-bullet_train-has_uuid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721148518 -SHA256 (rubygem/bullet_train-has_uuid-1.7.18.gem) = 6da3666b1369de615c33088ada195defac077673da81763ddf99986e287e7e93 -SIZE (rubygem/bullet_train-has_uuid-1.7.18.gem) = 6144 +TIMESTAMP = 1721280252 +SHA256 (rubygem/bullet_train-has_uuid-1.7.19.gem) = 3ef01b11227ebef219d5d2139d3ba2e9818031bb8b1faf07aebda61bbee04475 +SIZE (rubygem/bullet_train-has_uuid-1.7.19.gem) = 6144 diff --git a/www/rubygem-bullet_train-roles/Makefile b/www/rubygem-bullet_train-roles/Makefile index 7aee54e0cae..e4f9589e0e6 100644 --- a/www/rubygem-bullet_train-roles/Makefile +++ b/www/rubygem-bullet_train-roles/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-roles -PORTVERSION= 1.7.18 +PORTVERSION= 1.7.19 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-bullet_train-roles/distinfo b/www/rubygem-bullet_train-roles/distinfo index 2f5bb9b5e06..5b000091819 100644 --- a/www/rubygem-bullet_train-roles/distinfo +++ b/www/rubygem-bullet_train-roles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721148520 -SHA256 (rubygem/bullet_train-roles-1.7.18.gem) = dfe92929112a310ec6311923480526b11e4c46f709c85f44a8f635553cc7ad9c -SIZE (rubygem/bullet_train-roles-1.7.18.gem) = 21504 +TIMESTAMP = 1721280254 +SHA256 (rubygem/bullet_train-roles-1.7.19.gem) = f42bcf159dc9e6f0ec1048db1f509b0fb6306c509c43c307c708d201e2b73500 +SIZE (rubygem/bullet_train-roles-1.7.19.gem) = 21504 diff --git a/www/rubygem-bullet_train-scope_validator/Makefile b/www/rubygem-bullet_train-scope_validator/Makefile index 7733293416f..560e2b65e28 100644 --- a/www/rubygem-bullet_train-scope_validator/Makefile +++ b/www/rubygem-bullet_train-scope_validator/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-scope_validator -PORTVERSION= 1.7.18 +PORTVERSION= 1.7.19 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-bullet_train-scope_validator/distinfo b/www/rubygem-bullet_train-scope_validator/distinfo index 13005a05ce9..0cfc92bc2eb 100644 --- a/www/rubygem-bullet_train-scope_validator/distinfo +++ b/www/rubygem-bullet_train-scope_validator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721148522 -SHA256 (rubygem/bullet_train-scope_validator-1.7.18.gem) = 6f691039bf6fe1ff4c313a1a1bb055fb9de05e7094b5cb97d8686198b12fb0f2 -SIZE (rubygem/bullet_train-scope_validator-1.7.18.gem) = 11776 +TIMESTAMP = 1721280256 +SHA256 (rubygem/bullet_train-scope_validator-1.7.19.gem) = 69d9127170ef9c677fc8facd70a27ed7167c95ddaa73ee662c93caffc690a2a3 +SIZE (rubygem/bullet_train-scope_validator-1.7.19.gem) = 11776 diff --git a/www/rubygem-bullet_train-super_load_and_authorize_resource/Makefile b/www/rubygem-bullet_train-super_load_and_authorize_resource/Makefile index d6ab61eb0ef..cc613ccaede 100644 --- a/www/rubygem-bullet_train-super_load_and_authorize_resource/Makefile +++ b/www/rubygem-bullet_train-super_load_and_authorize_resource/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-super_load_and_authorize_resource -PORTVERSION= 1.7.18 +PORTVERSION= 1.7.19 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-bullet_train-super_load_and_authorize_resource/distinfo b/www/rubygem-bullet_train-super_load_and_authorize_resource/distinfo index 3b86ccf9b1f..c1c1b69b7fe 100644 --- a/www/rubygem-bullet_train-super_load_and_authorize_resource/distinfo +++ b/www/rubygem-bullet_train-super_load_and_authorize_resource/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721148524 -SHA256 (rubygem/bullet_train-super_load_and_authorize_resource-1.7.18.gem) = 796152bc23fd34dbcff3652e1930f5df1302c0c67c64fc8caf13d5a78628523c -SIZE (rubygem/bullet_train-super_load_and_authorize_resource-1.7.18.gem) = 8704 +TIMESTAMP = 1721280258 +SHA256 (rubygem/bullet_train-super_load_and_authorize_resource-1.7.19.gem) = 1be8d86f58606c74c53127e3061aa02dbbeb6ef15ae4acfc15a5a49eec991c63 +SIZE (rubygem/bullet_train-super_load_and_authorize_resource-1.7.19.gem) = 8704 diff --git a/www/rubygem-bullet_train-themes/Makefile b/www/rubygem-bullet_train-themes/Makefile index fdf228f0d31..dfc0abe7c9a 100644 --- a/www/rubygem-bullet_train-themes/Makefile +++ b/www/rubygem-bullet_train-themes/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-themes -PORTVERSION= 1.7.18 +PORTVERSION= 1.7.19 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-bullet_train-themes/distinfo b/www/rubygem-bullet_train-themes/distinfo index 58993325a3b..87df65ca72a 100644 --- a/www/rubygem-bullet_train-themes/distinfo +++ b/www/rubygem-bullet_train-themes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721148526 -SHA256 (rubygem/bullet_train-themes-1.7.18.gem) = f7c6919d803fb309ae4fd11941c5d6299ec4aaebe838d631daa26ed29fb08c41 -SIZE (rubygem/bullet_train-themes-1.7.18.gem) = 12288 +TIMESTAMP = 1721280260 +SHA256 (rubygem/bullet_train-themes-1.7.19.gem) = c1f545ab9f1b13b9c36893dd7046db643e65c6ec38ef9669b272c100d12ec4c7 +SIZE (rubygem/bullet_train-themes-1.7.19.gem) = 12288 diff --git a/www/rubygem-bullet_train/Makefile b/www/rubygem-bullet_train/Makefile index d0b890010bd..08dcd58dcfc 100644 --- a/www/rubygem-bullet_train/Makefile +++ b/www/rubygem-bullet_train/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train -PORTVERSION= 1.7.18 +PORTVERSION= 1.7.19 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-bullet_train/distinfo b/www/rubygem-bullet_train/distinfo index 3661f2e8ef5..28dbd8cd93d 100644 --- a/www/rubygem-bullet_train/distinfo +++ b/www/rubygem-bullet_train/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721148514 -SHA256 (rubygem/bullet_train-1.7.18.gem) = 4dece08b094ad2f5d0691ad403f76f232d276b75992c2410729ff816bdb20eb2 -SIZE (rubygem/bullet_train-1.7.18.gem) = 324608 +TIMESTAMP = 1721280248 +SHA256 (rubygem/bullet_train-1.7.19.gem) = 222e9b35f423b4ffd46d98219a03486e409d725a468bf9eff1ee20288035c5db +SIZE (rubygem/bullet_train-1.7.19.gem) = 324608 diff --git a/www/rubygem-redis-rack2/pkg-descr b/www/rubygem-redis-rack2/pkg-descr index 36f23d81397..d487558f190 100644 --- a/www/rubygem-redis-rack2/pkg-descr +++ b/www/rubygem-redis-rack2/pkg-descr @@ -1,3 +1 @@ Redis Store for Rack - -See also: https://github.com/redis-store/redis-rack diff --git a/www/rubygem-smashing/Makefile b/www/rubygem-smashing/Makefile index 7b1b915f3da..186abcf0eed 100644 --- a/www/rubygem-smashing/Makefile +++ b/www/rubygem-smashing/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sinatra-based framework for building dashboards -WWW= https://smashing.github.io/ +WWW= https://smashing.github.io/ \ + https://github.com/Smashing/smashing LICENSE= MIT diff --git a/www/rubygem-smashing/pkg-descr b/www/rubygem-smashing/pkg-descr index 2f5e048989e..ac19ebc68f5 100644 --- a/www/rubygem-smashing/pkg-descr +++ b/www/rubygem-smashing/pkg-descr @@ -4,5 +4,3 @@ from some services and let Smashing handle the rest - displaying that data in a wonderfully simple layout. Built for developers and hackers, Smashing is highly customizable while maintaining humble roots that make it approachable to beginners. - -See also: https://github.com/Smashing/smashing diff --git a/x11-servers/xwayland/Makefile b/x11-servers/xwayland/Makefile index 48792bc24c3..098a2ab4281 100644 --- a/x11-servers/xwayland/Makefile +++ b/x11-servers/xwayland/Makefile @@ -1,5 +1,5 @@ PORTNAME= xwayland -PORTVERSION= 24.1.0 +PORTVERSION= 24.1.1 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver diff --git a/x11-servers/xwayland/distinfo b/x11-servers/xwayland/distinfo index 2051c06bfe8..760bb78e290 100644 --- a/x11-servers/xwayland/distinfo +++ b/x11-servers/xwayland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715754099 -SHA256 (xwayland-24.1.0.tar.xz) = bef21c4f18807a4ed571c4e2df60ab63b5466bbd502ecceb2485b892ab76dcc2 -SIZE (xwayland-24.1.0.tar.xz) = 1301180 +TIMESTAMP = 1720611659 +SHA256 (xwayland-24.1.1.tar.xz) = 7125bee0b10335805d7f5ba57dfaa359a7850af1a68524f1d97b362741a51832 +SIZE (xwayland-24.1.1.tar.xz) = 1301652 diff --git a/x11-wm/cosmic-comp/Makefile b/x11-wm/cosmic-comp/Makefile index 0516ea9c8b5..f5ae560b780 100644 --- a/x11-wm/cosmic-comp/Makefile +++ b/x11-wm/cosmic-comp/Makefile @@ -1,5 +1,5 @@ PORTNAME= cosmic-comp -PORTVERSION= s20240712 +PORTVERSION= s20240717 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -22,7 +22,7 @@ USE_GITHUB= yes USE_GL= gbm USE_XORG= pixman GH_ACCOUNT= pop-os -GH_TAGNAME= b1778da +GH_TAGNAME= 0a97147 GH_TUPLE= pop-os:iced:0.4.2-2000-g6f83a8d1:iced/../${WRKSRC_crate_iced:T}/iced CARGO_FEATURES= --no-default-features # disable systemd PLIST_FILES= bin/${PORTNAME} \ diff --git a/x11-wm/cosmic-comp/Makefile.crates b/x11-wm/cosmic-comp/Makefile.crates index 59810a43d23..9366ff9b6a8 100644 --- a/x11-wm/cosmic-comp/Makefile.crates +++ b/x11-wm/cosmic-comp/Makefile.crates @@ -542,7 +542,7 @@ CARGO_CRATES= ab_glyph-0.2.26 \ wasm-bindgen-macro-support-0.2.92 \ wasm-bindgen-shared-0.2.92 \ wasm-timer-0.2.5 \ - wayland-backend-0.3.5 \ + wayland-backend-0.3.6 \ wayland-client-0.31.3 \ wayland-csd-frame-0.3.0 \ wayland-cursor-0.31.3 \ @@ -555,7 +555,7 @@ CARGO_CRATES= ab_glyph-0.2.26 \ wayland-protocols-wlr-0.3.1 \ wayland-scanner-0.31.2 \ wayland-server-0.31.2 \ - wayland-sys-0.31.3 \ + wayland-sys-0.31.4 \ web-sys-0.3.69 \ web-time-0.2.4 \ web-time-1.1.0 \ diff --git a/x11-wm/cosmic-comp/distinfo b/x11-wm/cosmic-comp/distinfo index cdd68571647..fc6d6d435ce 100644 --- a/x11-wm/cosmic-comp/distinfo +++ b/x11-wm/cosmic-comp/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1720805387 +TIMESTAMP = 1721243320 SHA256 (rust/crates/ab_glyph-0.2.26.crate) = 2e53b0a3d5760cd2ba9b787ae0c6440ad18ee294ff71b05e3381c900a7d16cfd SIZE (rust/crates/ab_glyph-0.2.26.crate) = 19078 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 @@ -1087,8 +1087,8 @@ SHA256 (rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b SIZE (rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263 SHA256 (rust/crates/wasm-timer-0.2.5.crate) = be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f SIZE (rust/crates/wasm-timer-0.2.5.crate) = 21668 -SHA256 (rust/crates/wayland-backend-0.3.5.crate) = 269c04f203640d0da2092d1b8d89a2d081714ae3ac2f1b53e99f205740517198 -SIZE (rust/crates/wayland-backend-0.3.5.crate) = 71351 +SHA256 (rust/crates/wayland-backend-0.3.6.crate) = f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993 +SIZE (rust/crates/wayland-backend-0.3.6.crate) = 71562 SHA256 (rust/crates/wayland-client-0.31.3.crate) = 1e63801c85358a431f986cffa74ba9599ff571fc5774ac113ed3b490c19a1133 SIZE (rust/crates/wayland-client-0.31.3.crate) = 63081 SHA256 (rust/crates/wayland-csd-frame-0.3.0.crate) = 625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e @@ -1113,8 +1113,8 @@ SHA256 (rust/crates/wayland-scanner-0.31.2.crate) = 67da50b9f80159dec0ea4c11c13e SIZE (rust/crates/wayland-scanner-0.31.2.crate) = 35644 SHA256 (rust/crates/wayland-server-0.31.2.crate) = 63e89118bd072ba6ce0f9c2c92fa41f72d1d78a138d2abc497a80a8264565559 SIZE (rust/crates/wayland-server-0.31.2.crate) = 52069 -SHA256 (rust/crates/wayland-sys-0.31.3.crate) = 4a6754825230fa5b27bafaa28c30b3c9e72c55530581220cef401fa422c0fae7 -SIZE (rust/crates/wayland-sys-0.31.3.crate) = 8573 +SHA256 (rust/crates/wayland-sys-0.31.4.crate) = 43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148 +SIZE (rust/crates/wayland-sys-0.31.4.crate) = 8571 SHA256 (rust/crates/web-sys-0.3.69.crate) = 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef SIZE (rust/crates/web-sys-0.3.69.crate) = 728877 SHA256 (rust/crates/web-time-0.2.4.crate) = aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0 @@ -1283,7 +1283,7 @@ SHA256 (smithay-smithay-e2b233ff588747310c8c4aa6bbb6d56c877351a8_GH0.tar.gz) = a SIZE (smithay-smithay-e2b233ff588747310c8c4aa6bbb6d56c877351a8_GH0.tar.gz) = 750644 SHA256 (pop-os-cosmic-settings-daemon-ad0e0703549f7b135746d0429c6408cc8a7cc037_GH0.tar.gz) = 5cdb3ef6fcceeb95aace1e061c841772c768ef07d2205c3f5be7d61c6f560491 SIZE (pop-os-cosmic-settings-daemon-ad0e0703549f7b135746d0429c6408cc8a7cc037_GH0.tar.gz) = 66831 -SHA256 (pop-os-cosmic-comp-s20240712-b1778da_GH0.tar.gz) = 356633973bb320ff6fe1227c772fbc8b7c628ad5d3db19fd63dfe29f48392cf8 -SIZE (pop-os-cosmic-comp-s20240712-b1778da_GH0.tar.gz) = 372899 +SHA256 (pop-os-cosmic-comp-s20240717-0a97147_GH0.tar.gz) = 150a604fd2a0e762524ceb66634e32fa8e94e9fc4b34987d15089c56b55cc786 +SIZE (pop-os-cosmic-comp-s20240717-0a97147_GH0.tar.gz) = 373998 SHA256 (pop-os-iced-0.4.2-2000-g6f83a8d1_GH0.tar.gz) = dbaa86bc0e2c066b5266bfccb31c78a68e26910dace39a28539ef6f6a41cdc3b SIZE (pop-os-iced-0.4.2-2000-g6f83a8d1_GH0.tar.gz) = 4680262 diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile index 4edc0d1c98b..eb39c966f6d 100644 --- a/x11-wm/sway-devel/Makefile +++ b/x11-wm/sway-devel/Makefile @@ -1,7 +1,6 @@ PORTNAME= sway -DISTVERSION= 1.9-165 # git rev-list --count 1.9.. -DISTVERSIONSUFFIX= -g8c5b23e59 -PORTREVISION= 1 +DISTVERSION= 1.9-168 # git rev-list --count 1.9..origin/v1.10 +DISTVERSIONSUFFIX= -g19ca790a9 CATEGORIES= x11-wm wayland PKGNAMESUFFIX= -devel diff --git a/x11-wm/sway-devel/distinfo b/x11-wm/sway-devel/distinfo index fe484f24dff..cdf5260bbc9 100644 --- a/x11-wm/sway-devel/distinfo +++ b/x11-wm/sway-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720651782 -SHA256 (swaywm-sway-1.9-165-g8c5b23e59_GH0.tar.gz) = 919b4bf8ca7bab0e21535e796aab07c7ea8ce31532793ff5efafb09c1fbe4c40 -SIZE (swaywm-sway-1.9-165-g8c5b23e59_GH0.tar.gz) = 5578496 +TIMESTAMP = 1721198656 +SHA256 (swaywm-sway-1.9-168-g19ca790a9_GH0.tar.gz) = 5ca1bf0c2b85e3e5243d8ea41a2fc007bcbc2488321ebb06f3ec8823648381ab +SIZE (swaywm-sway-1.9-168-g19ca790a9_GH0.tar.gz) = 5578532 diff --git a/x11/arandr/Makefile b/x11/arandr/Makefile index 529a75c55f8..d535eba7043 100644 --- a/x11/arandr/Makefile +++ b/x11/arandr/Makefile @@ -1,6 +1,5 @@ PORTNAME= arandr -PORTVERSION= 0.1.10 -PORTREVISION= 3 +PORTVERSION= 0.1.11 CATEGORIES= x11 deskutils MAINTAINER= sbz@FreeBSD.org @@ -15,7 +14,7 @@ RUN_DEPENDS= xrandr>0:x11/xrandr USES= gettext gnome python USE_GITLAB= yes -GL_TAGNAME= 43faec00c0feca3f00b0acbae048de14f02c6d21 +GL_TAGNAME= 8348c0b6020a792c1fed5baca923151db98b9397 USE_GNOME= gtk30 pygobject3 USE_PYTHON= distutils noflavors py3kplist diff --git a/x11/arandr/distinfo b/x11/arandr/distinfo index 26fae741b7d..ca170d3e820 100644 --- a/x11/arandr/distinfo +++ b/x11/arandr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617892664 -SHA256 (arandr-arandr-43faec00c0feca3f00b0acbae048de14f02c6d21_GL0.tar.gz) = e8711d00d34f56a0e252517f1ba75f63c74479ad5ae33d81f6d2a594cf210ce3 -SIZE (arandr-arandr-43faec00c0feca3f00b0acbae048de14f02c6d21_GL0.tar.gz) = 101402 +TIMESTAMP = 1721219950 +SHA256 (arandr-arandr-8348c0b6020a792c1fed5baca923151db98b9397_GL0.tar.gz) = 0157f80ad3447e63ceaf8a6b93d81e38d81dcc4cf5135bfea2dc0567388af44c +SIZE (arandr-arandr-8348c0b6020a792c1fed5baca923151db98b9397_GL0.tar.gz) = 101856