*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-03-15 15:11:48 +01:00
parent fa4bf1bff7
commit 5adf2a9220
308 changed files with 4653 additions and 3058 deletions

View File

@ -18,8 +18,12 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
libhdf5.so:science/hdf5 \
libsz.so:science/libaec
USES= cmake compiler:c++11-lang localbase:ldflags python qt:5 \
shebangfix
USES= cmake localbase:ldflags python qt:5 shebangfix
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++11-lang
.endif
USE_QT= core gui network widgets buildtools:build qmake:build
USE_LDCONFIG= yes

View File

@ -1,7 +1,7 @@
PORTNAME= cmus
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MAINTAINER= eduardo@FreeBSD.org
@ -38,8 +38,12 @@ _CMUS_CONFIGURE_OPTS= AAC ALSA AO ARTS CDDB CDIO COREAUDIO CUE DISCID \
CONFIGURE_ARGS+= CONFIG_${opt}=n
.endfor
# AAC, FLAC, MP4, OPUS, VORBIS and WAV handled by FFMPEG
# MPRIS (BASU) error: https://github.com/cmus/cmus/issues/1124
# https://github.com/cmus/cmus/issues/609
OPTIONS_DEFINE= BASU EXAMPLES
OPTIONS_DEFAULT= AAC BASU FFMPEG FLAC MODPLUG MP4 OPUS OSS SNDIO VORBIS WAV
OPTIONS_DEFAULT= BASU FFMPEG MODPLUG OSS SNDIO
OPTIONS_SUB= yes
OPTIONS_GROUP= OUT IN

View File

@ -0,0 +1,12 @@
--- ip/ffmpeg.c.orig 2022-07-05 20:20:28 UTC
+++ ip/ffmpeg.c
@@ -202,9 +202,6 @@ static int ffmpeg_open(struct input_plugin_data *ip_da
break;
}
- if (codec->capabilities & AV_CODEC_CAP_TRUNCATED)
- cc->flags |= AV_CODEC_FLAG_TRUNCATED;
-
if (avcodec_open2(cc, codec, NULL) < 0) {
d_print("could not open codec: %d, %s\n", cc->codec_id, avcodec_get_name(cc->codec_id));
err = -IP_ERROR_UNSUPPORTED_FILE_TYPE;

View File

@ -32,6 +32,12 @@ CARGO_INSTALL= no
CARGO_TEST= no
GLIB_SCHEMAS= org.gnome.Podcasts.gschema.xml
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
LTO_UNSAFE= yes
.endif
post-patch:
@${REINPLACE_CMD} -e '/dependency.*openssl/d' \
${WRKSRC}/meson.build

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677653244
SHA256 (KDE/plasma/5.27.2/kpipewire-5.27.2.tar.xz) = 0976f0fd8ee501f5632b60142f8b554034ebd55a9a41359c467b44aa12e125f0
SIZE (KDE/plasma/5.27.2/kpipewire-5.27.2.tar.xz) = 58344
TIMESTAMP = 1678807737
SHA256 (KDE/plasma/5.27.3/kpipewire-5.27.3.tar.xz) = a6ac260158e2a9b7b92fa91f9cd4c2d3193b0db7e79a3e1a156ccfeba694252d
SIZE (KDE/plasma/5.27.3/kpipewire-5.27.3.tar.xz) = 58460

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677653246
SHA256 (KDE/plasma/5.27.2/plasma-pa-5.27.2.tar.xz) = f3d8d37fac0f06fb979cd249db95a34c9bc207244f63e894676b76c3c1f6bc46
SIZE (KDE/plasma/5.27.2/plasma-pa-5.27.2.tar.xz) = 161852
TIMESTAMP = 1678807738
SHA256 (KDE/plasma/5.27.3/plasma-pa-5.27.3.tar.xz) = 2179107ee434fc92f7f73f69b268b4927ab90c7c61456846062ef672b2e6f09c
SIZE (KDE/plasma/5.27.3/plasma-pa-5.27.3.tar.xz) = 162196

View File

@ -11,6 +11,8 @@ WWW= https://github.com/dofuuz/python-soxr
LICENSE= LGPL21 BSD3CLAUSE
LICENSE_COMB= multi
BROKEN_i386= fails to compile: ...requires target feature 'sse', but would be inlined into function 'h8' that is compiled without support for 'sse'
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYNUMPY} \
${PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}

View File

@ -17,7 +17,12 @@ BROKEN_i386= fails to compile: unknown type name 'Elf64_Auxinfo', see https://gi
LIB_DEPENDS= libsndfile.so:audio/libsndfile
RUN_DEPENDS= zenity:x11/zenity
USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig
USES= cmake localbase:ldflags pkgconfig
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++17-lang
.endif
USE_GITHUB= yes
GH_ACCOUNT= sfztools
GH_TUPLE= \
@ -41,6 +46,9 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE= JACK LV2 VST
OPTIONS_DEFAULT= JACK LV2 VST
OPTIONS_EXCLUDE_powerpc= VST
OPTIONS_EXCLUDE_powerpc64= VST
OPTIONS_EXCLUDE_powerpc64le= VST
OPTIONS_SUB= yes
JACK_LIB_DEPENDS= libjack.so:audio/jack

View File

@ -1,9 +1,18 @@
--- cargo-crates/libc-0.2.139/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2006-07-24 01:21:28 UTC
+++ cargo-crates/libc-0.2.139/src/unix/bsd/freebsdlike/freebsd/powerpc.rs
@@ -45,3 +45,50 @@ cfg_if! {
pub const MAP_32BIT: ::c_int = 0x00080000;
pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4
--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC
+++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -1486,6 +1486,9 @@ cfg_if! {
} else if #[cfg(target_arch = "powerpc64")] {
mod powerpc64;
pub use self::powerpc64::*;
+ } else if #[cfg(target_arch = "powerpc")] {
+ mod powerpc;
+ pub use self::powerpc::*;
} else {
// Unknown target_arch
}
--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC
+++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs
@@ -0,0 +1,47 @@
+pub type c_char = u8;
+pub type c_long = i32;
+pub type c_ulong = u32;

View File

@ -35,6 +35,7 @@ USE_WX= 3.2
WX_COMPS= python:lib wx
USE_GNOME= atk cairo gdkpixbuf2 gtk30 pango
CXXFLAGS+= -std=c++11 -I${WRKSRC}/include -I${LOCALBASE}/include
CXXFLAGS_powerpc= -O0
# not using "bundled glew" breaks the 3d viewer
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} \
-DwxWidgets_USE_UNICODE=ON \

View File

@ -1,5 +1,5 @@
PORTNAME= qrouter
DISTVERSION= 1.4.85
DISTVERSION= 1.4.86
CATEGORIES= cad
MASTER_SITES= http://opencircuitdesign.com/${PORTNAME}/archive/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1636949691
SHA256 (qrouter-1.4.85.tgz) = f73d50ac3e195fe3229b3953e20f796fb5b1e6cf7db70b689055a037949fe9c3
SIZE (qrouter-1.4.85.tgz) = 327493
TIMESTAMP = 1678856222
SHA256 (qrouter-1.4.86.tgz) = 6220c65019256ff9c5871b9dbbd549035a6475f5be7e4f969be47fb2af81f422
SIZE (qrouter-1.4.86.tgz) = 327090

View File

@ -1,7 +1,6 @@
PORTNAME= sigutils
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0-156
DISTVERSIONSUFFIX= -g1d7559d
DISTVERSION= 0.3.0
CATEGORIES= comms
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673080946
SHA256 (BatchDrake-sigutils-v0.1.0-156-g1d7559d_GH0.tar.gz) = 9c6bdd86b53cefccf006e8d2f5733540cc9c410c453821e8366a56cea1e95351
SIZE (BatchDrake-sigutils-v0.1.0-156-g1d7559d_GH0.tar.gz) = 113274
TIMESTAMP = 1678856335
SHA256 (BatchDrake-sigutils-v0.3.0_GH0.tar.gz) = f39686bf78d7773f6e0305c27d7b5db7950b96dd40f89eefb307331daf49b0e9
SIZE (BatchDrake-sigutils-v0.3.0_GH0.tar.gz) = 113241

View File

@ -1,7 +1,6 @@
PORTNAME= suscan
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0-416
DISTVERSIONSUFFIX= -g37dad54
DISTVERSION= 0.3.0
CATEGORIES= comms hamradio
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673080772
SHA256 (BatchDrake-suscan-v0.1.0-416-g37dad54_GH0.tar.gz) = 4076d9732cfb94d499693639d1c3469a1bedbe2ac5d3992dfe0c44799e359860
SIZE (BatchDrake-suscan-v0.1.0-416-g37dad54_GH0.tar.gz) = 2951462
TIMESTAMP = 1678856437
SHA256 (BatchDrake-suscan-v0.3.0_GH0.tar.gz) = 2e2c2ed4150d92c8eb8f2bcdb3e46fa9e2da25b154ce946d76d737c3c6d8d5c7
SIZE (BatchDrake-suscan-v0.3.0_GH0.tar.gz) = 2951138

View File

@ -1,7 +1,6 @@
PORTNAME= suwidgets
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0-147
DISTVERSIONSUFFIX= -g826b3ee
DISTVERSION= 0.3.0
CATEGORIES= comms
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673119565
SHA256 (BatchDrake-SuWidgets-v0.1.0-147-g826b3ee_GH0.tar.gz) = db3c338be36de37135636ac321bc31a258ea3c3e0a497450adec454a5118b569
SIZE (BatchDrake-SuWidgets-v0.1.0-147-g826b3ee_GH0.tar.gz) = 143422
TIMESTAMP = 1678856750
SHA256 (BatchDrake-SuWidgets-v0.3.0_GH0.tar.gz) = b4d1130327326e13c48a2535ee676525bb7cb19b43344ad144ae0b57ed46a74d
SIZE (BatchDrake-SuWidgets-v0.3.0_GH0.tar.gz) = 143360

View File

@ -223,8 +223,8 @@ share/man/man1/aria_ftdump.1.gz
share/man/man1/aria_pack.1.gz
share/man/man1/aria_read_log.1.gz
%%S3%%share/man/man1/aria_s3_copy.1.gz
share/man/man1/galera_new_cluster.1.gz
share/man/man1/galera_recovery.1.gz
%%WSREP%%share/man/man1/galera_new_cluster.1.gz
%%WSREP%%share/man/man1/galera_recovery.1.gz
share/man/man1/innochecksum.1.gz
share/man/man1/mariabackup.1.gz
share/man/man1/mariadb-backup.1.gz

View File

@ -1,5 +1,5 @@
PORTNAME= postgresql
PORTVERSION= 42.4.2
PORTVERSION= 42.5.4
CATEGORIES= databases java
MASTER_SITES= http://jdbc.postgresql.org/download/
PKGNAMESUFFIX= -jdbc

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1661157610
SHA256 (postgresql-42.4.2.jar) = 692b7e93f3a0e793d56138582aa2f8107430b8efce8c11faf44b0a20fce4890f
SIZE (postgresql-42.4.2.jar) = 1046274
TIMESTAMP = 1676647641
SHA256 (postgresql-42.5.4.jar) = f48fcb0b6959bc8b478657f57ba43c1acca4cade6abca5f17bf9bc9c363cb66f
SIZE (postgresql-42.5.4.jar) = 1049651

View File

@ -1,5 +1,5 @@
PORTNAME= timescaledb
PORTVERSION= 2.10.0
PORTVERSION= 2.10.1
CATEGORIES= databases
MAINTAINER= kbowling@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677143787
SHA256 (timescale-timescaledb-2.10.0_GH0.tar.gz) = 2e6a848b6726ec37804be3c198db994526c07f049fbb1a390ff9e349fc6e1f97
SIZE (timescale-timescaledb-2.10.0_GH0.tar.gz) = 7410903
TIMESTAMP = 1678814243
SHA256 (timescale-timescaledb-2.10.1_GH0.tar.gz) = 6fca72a6ed0f6d32d2b3523951ede73dc5f9b0077b38450a029a5f411fdb8c73
SIZE (timescale-timescaledb-2.10.1_GH0.tar.gz) = 7417084

View File

@ -37,5 +37,6 @@ share/postgresql/extension/timescaledb--2.9.0--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.9.1--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.9.2--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.9.3--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.10.0--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb.control

View File

@ -1,7 +1,7 @@
PORTNAME= arttime
PORTVERSION= 2.0.0
DISTVERSIONPREFIX= v
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= deskutils
MAINTAINER= ehaupt@FreeBSD.org
@ -12,7 +12,6 @@ LICENSE= GPLv3
BUILD_DEPENDS= zsh>=5.8:shells/zsh
RUN_DEPENDS= ${LOCALBASE}/share/terminfo/x/xterm-256color:misc/terminfo-db \
fzf:textproc/fzf \
notify-send:devel/libnotify \
ogg123:audio/vorbis-tools \
zsh>=5.8:shells/zsh
@ -24,6 +23,13 @@ GH_TAGNAME= 6716e6b
NO_ARCH= yes
NO_BUILD= yes
OPTIONS_DEFINE= FZF
OPTIONS_DEFAULT= FZF
FZF_DESC= Use FZF to select ASCII art
FZF_RUN_DEPENDS= fzf:textproc/fzf
do-install:
${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} ${WRKSRC}/install.sh \
--prefix ${STAGEDIR}${PREFIX} --noupdaterc

View File

@ -0,0 +1,62 @@
--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC
+++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -1486,6 +1486,9 @@ cfg_if! {
} else if #[cfg(target_arch = "powerpc64")] {
mod powerpc64;
pub use self::powerpc64::*;
+ } else if #[cfg(target_arch = "powerpc")] {
+ mod powerpc;
+ pub use self::powerpc::*;
} else {
// Unknown target_arch
}
--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC
+++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs
@@ -0,0 +1,47 @@
+pub type c_char = u8;
+pub type c_long = i32;
+pub type c_ulong = u32;
+pub type wchar_t = i32;
+pub type time_t = i64;
+pub type suseconds_t = i32;
+pub type register_t = i32;
+
+s! {
+ pub struct stat {
+ pub st_dev: ::dev_t,
+ pub st_ino: ::ino_t,
+ pub st_mode: ::mode_t,
+ pub st_nlink: ::nlink_t,
+ pub st_uid: ::uid_t,
+ pub st_gid: ::gid_t,
+ pub st_rdev: ::dev_t,
+ pub st_atime: ::time_t,
+ pub st_atime_nsec: ::c_long,
+ pub st_mtime: ::time_t,
+ pub st_mtime_nsec: ::c_long,
+ pub st_ctime: ::time_t,
+ pub st_ctime_nsec: ::c_long,
+ pub st_size: ::off_t,
+ pub st_blocks: ::blkcnt_t,
+ pub st_blksize: ::blksize_t,
+ pub st_flags: ::fflags_t,
+ pub st_gen: u32,
+ pub st_lspare: i32,
+ pub st_birthtime: ::time_t,
+ pub st_birthtime_nsec: ::c_long,
+ }
+}
+
+// should be pub(crate), but that requires Rust 1.18.0
+cfg_if! {
+ if #[cfg(libc_const_size_of)] {
+ #[doc(hidden)]
+ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1;
+ } else {
+ #[doc(hidden)]
+ pub const _ALIGNBYTES: usize = 4 - 1;
+ }
+}
+
+pub const MAP_32BIT: ::c_int = 0x00080000;
+pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677653249
SHA256 (KDE/plasma/5.27.2/milou-5.27.2.tar.xz) = 53c3552772fe20f45bd3a2674930e66f507a02069f876edb95c30fde1bb6bae3
SIZE (KDE/plasma/5.27.2/milou-5.27.2.tar.xz) = 56852
TIMESTAMP = 1678807739
SHA256 (KDE/plasma/5.27.3/milou-5.27.3.tar.xz) = eb6c2d92a63b8ab1209ae1360d6b51f21872dc91b8f0853212bc5a6962156e1f
SIZE (KDE/plasma/5.27.3/milou-5.27.3.tar.xz) = 56840

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677653250
SHA256 (KDE/plasma/5.27.2/sddm-kcm-5.27.2.tar.xz) = 7a0ffcc851a801443195cedab211dab6cfdb363b4286f22f55e74763ca8fccd2
SIZE (KDE/plasma/5.27.2/sddm-kcm-5.27.2.tar.xz) = 91304
TIMESTAMP = 1678807740
SHA256 (KDE/plasma/5.27.3/sddm-kcm-5.27.3.tar.xz) = ba85b5553c279f134d7607bdf4cb833985f988493f33d3aa1a3954eff5bf2c42
SIZE (KDE/plasma/5.27.3/sddm-kcm-5.27.3.tar.xz) = 91296

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677653251
SHA256 (KDE/plasma/5.27.2/xdg-desktop-portal-kde-5.27.2.tar.xz) = 97d0dad0a616867308b625d43dec71a8e97f6aa0d6d44bb5ae75953320aa3217
SIZE (KDE/plasma/5.27.2/xdg-desktop-portal-kde-5.27.2.tar.xz) = 137396
TIMESTAMP = 1678807740
SHA256 (KDE/plasma/5.27.3/xdg-desktop-portal-kde-5.27.3.tar.xz) = cdba28348d165195da7db7f6c5a8f4e17f67de0e41133c6ca5de2de2539f8734
SIZE (KDE/plasma/5.27.3/xdg-desktop-portal-kde-5.27.3.tar.xz) = 138812

View File

@ -386,6 +386,7 @@
SUBDIR += clazy
SUBDIR += cld2
SUBDIR += clewn
SUBDIR += cli
SUBDIR += cli11
SUBDIR += clig
SUBDIR += cligen

View File

@ -1,5 +1,5 @@
PORTNAME= log4j2
PORTVERSION= 2.19.0
PORTVERSION= 2.20.0
CATEGORIES= devel java
MASTER_SITES= APACHE/logging/log4j/${PORTVERSION}
PKGNAMEPREFIX= apache-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1663694867
SHA256 (apache-log4j-2.19.0-bin.tar.gz) = cb9bb503ce0b2681c364ac4aaa44f3192ec465944da24f2fe1e5e33883297b8e
SIZE (apache-log4j-2.19.0-bin.tar.gz) = 17712320
TIMESTAMP = 1678877961
SHA256 (apache-log4j-2.20.0-bin.tar.gz) = f7ef6827941021b93b27eabbf35cec7ba52a4ab940204d716de7d0ec68b10e30
SIZE (apache-log4j-2.20.0-bin.tar.gz) = 5375394

View File

@ -1,8 +1,10 @@
%%JAVAJARDIR%%/log4j-1.2-api.jar
%%JAVAJARDIR%%/log4j-api.jar
%%JAVAJARDIR%%/log4j-api-test.jar
%%JAVAJARDIR%%/log4j-appserver.jar
%%JAVAJARDIR%%/log4j-cassandra.jar
%%JAVAJARDIR%%/log4j-core.jar
%%JAVAJARDIR%%/log4j-core-test.jar
%%JAVAJARDIR%%/log4j-couchdb.jar
%%JAVAJARDIR%%/log4j-docker.jar
%%JAVAJARDIR%%/log4j-flume-ng.jar
@ -17,7 +19,6 @@
%%JAVAJARDIR%%/log4j-jul.jar
%%JAVAJARDIR%%/log4j-kubernetes.jar
%%JAVAJARDIR%%/log4j-layout-template-json.jar
%%JAVAJARDIR%%/log4j-liquibase.jar
%%JAVAJARDIR%%/log4j-mongodb3.jar
%%JAVAJARDIR%%/log4j-mongodb4.jar
%%JAVAJARDIR%%/log4j-osgi.jar

View File

@ -1,7 +1,6 @@
PORTNAME= argc
DISTVERSIONPREFIX= v
DISTVERSION= 0.12.0
PORTREVISION= 2
DISTVERSION= 0.13.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@ -18,69 +17,84 @@ USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= sigoden
CARGO_CRATES= aho-corasick-0.7.19 \
anyhow-1.0.65 \
assert_cmd-2.0.4 \
assert_fs-1.0.7 \
atty-0.2.14 \
CARGO_CRATES= aho-corasick-0.7.20 \
anyhow-1.0.69 \
assert_cmd-2.0.8 \
assert_fs-1.0.10 \
autocfg-1.1.0 \
bitflags-1.3.2 \
bstr-0.2.17 \
bstr-1.3.0 \
cc-1.0.79 \
cfg-if-1.0.0 \
clap-4.0.2 \
clap_lex-0.3.0 \
console-0.15.1 \
convert_case-0.5.0 \
crossbeam-utils-0.8.11 \
clap-4.1.8 \
clap_lex-0.3.2 \
console-0.15.5 \
convert_case-0.6.0 \
difflib-0.4.0 \
doc-comment-0.3.3 \
either-1.8.0 \
either-1.8.1 \
encode_unicode-0.3.6 \
fastrand-1.8.0 \
errno-0.2.8 \
errno-dragonfly-0.1.2 \
fastrand-1.9.0 \
float-cmp-0.9.0 \
fnv-1.0.7 \
globset-0.4.9 \
globset-0.4.10 \
globwalk-0.8.1 \
hashbrown-0.12.3 \
hermit-abi-0.1.19 \
ignore-0.4.18 \
indexmap-1.9.1 \
insta-1.20.0 \
hermit-abi-0.3.1 \
ignore-0.4.20 \
indexmap-1.9.2 \
insta-1.28.0 \
instant-0.1.12 \
io-lifetimes-1.0.6 \
is-terminal-0.4.4 \
itertools-0.10.5 \
lazy_static-1.4.0 \
libc-0.2.133 \
libc-0.2.140 \
linked-hash-map-0.5.6 \
linux-raw-sys-0.1.4 \
log-0.4.17 \
memchr-2.5.0 \
minimal-lexical-0.2.1 \
nom-7.1.1 \
nom-7.1.3 \
normalize-line-endings-0.3.0 \
num-traits-0.2.15 \
once_cell-1.15.0 \
os_str_bytes-6.3.0 \
predicates-2.1.1 \
predicates-core-1.0.3 \
predicates-tree-1.0.5 \
once_cell-1.17.1 \
os_str_bytes-6.4.1 \
predicates-2.1.5 \
predicates-core-1.0.5 \
predicates-tree-1.0.7 \
redox_syscall-0.2.16 \
regex-1.6.0 \
regex-1.7.1 \
regex-automata-0.1.10 \
regex-syntax-0.6.27 \
remove_dir_all-0.5.3 \
regex-syntax-0.6.28 \
rustix-0.36.9 \
same-file-1.0.6 \
similar-2.2.0 \
serde-1.0.155 \
similar-2.2.1 \
strsim-0.10.0 \
tempfile-3.3.0 \
termcolor-1.1.3 \
terminal_size-0.1.17 \
termtree-0.2.4 \
thread_local-1.1.4 \
tempfile-3.4.0 \
termcolor-1.2.0 \
termtree-0.4.0 \
thread_local-1.1.7 \
unicode-segmentation-1.10.1 \
wait-timeout-0.2.0 \
walkdir-2.3.2 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.42.0 \
windows-sys-0.45.0 \
windows-targets-0.42.1 \
windows_aarch64_gnullvm-0.42.1 \
windows_aarch64_msvc-0.42.1 \
windows_i686_gnu-0.42.1 \
windows_i686_msvc-0.42.1 \
windows_x86_64_gnu-0.42.1 \
windows_x86_64_gnullvm-0.42.1 \
windows_x86_64_msvc-0.42.1 \
yaml-rust-0.4.5
PLIST_FILES= bin/${PORTNAME}

View File

@ -1,118 +1,128 @@
TIMESTAMP = 1672701426
SHA256 (rust/crates/aho-corasick-0.7.19.crate) = b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e
SIZE (rust/crates/aho-corasick-0.7.19.crate) = 113070
SHA256 (rust/crates/anyhow-1.0.65.crate) = 98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602
SIZE (rust/crates/anyhow-1.0.65.crate) = 43585
SHA256 (rust/crates/assert_cmd-2.0.4.crate) = 93ae1ddd39efd67689deb1979d80bad3bf7f2b09c6e6117c8d1f2443b5e2f83e
SIZE (rust/crates/assert_cmd-2.0.4.crate) = 22581
SHA256 (rust/crates/assert_fs-1.0.7.crate) = cf09bb72e00da477c2596865e8873227e2196d263cca35414048875dbbeea1be
SIZE (rust/crates/assert_fs-1.0.7.crate) = 17519
SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8
SIZE (rust/crates/atty-0.2.14.crate) = 5470
TIMESTAMP = 1678856945
SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac
SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440
SHA256 (rust/crates/anyhow-1.0.69.crate) = 224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800
SIZE (rust/crates/anyhow-1.0.69.crate) = 43576
SHA256 (rust/crates/assert_cmd-2.0.8.crate) = 9834fcc22e0874394a010230586367d4a3e9f11b560f469262678547e1d2575e
SIZE (rust/crates/assert_cmd-2.0.8.crate) = 24347
SHA256 (rust/crates/assert_fs-1.0.10.crate) = d94b2a3f3786ff2996a98afbd6b4e5b7e890d685ccf67577f508ee2342c71cc9
SIZE (rust/crates/assert_fs-1.0.10.crate) = 18152
SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
SIZE (rust/crates/autocfg-1.1.0.crate) = 13272
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
SHA256 (rust/crates/bstr-0.2.17.crate) = ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223
SIZE (rust/crates/bstr-0.2.17.crate) = 330350
SHA256 (rust/crates/bstr-1.3.0.crate) = 5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1
SIZE (rust/crates/bstr-1.3.0.crate) = 340998
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.0.2.crate) = 31c9484ccdc4cb8e7b117cbd0eb150c7c0f04464854e4679aeb50ef03b32d003
SIZE (rust/crates/clap-4.0.2.crate) = 201269
SHA256 (rust/crates/clap_lex-0.3.0.crate) = 0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8
SIZE (rust/crates/clap_lex-0.3.0.crate) = 9671
SHA256 (rust/crates/console-0.15.1.crate) = 89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847
SIZE (rust/crates/console-0.15.1.crate) = 31674
SHA256 (rust/crates/convert_case-0.5.0.crate) = fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8
SIZE (rust/crates/convert_case-0.5.0.crate) = 17902
SHA256 (rust/crates/crossbeam-utils-0.8.11.crate) = 51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc
SIZE (rust/crates/crossbeam-utils-0.8.11.crate) = 40887
SHA256 (rust/crates/clap-4.1.8.crate) = c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5
SIZE (rust/crates/clap-4.1.8.crate) = 207175
SHA256 (rust/crates/clap_lex-0.3.2.crate) = 350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09
SIZE (rust/crates/clap_lex-0.3.2.crate) = 9650
SHA256 (rust/crates/console-0.15.5.crate) = c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60
SIZE (rust/crates/console-0.15.5.crate) = 34788
SHA256 (rust/crates/convert_case-0.6.0.crate) = ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca
SIZE (rust/crates/convert_case-0.6.0.crate) = 18675
SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8
SIZE (rust/crates/difflib-0.4.0.crate) = 7638
SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10
SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123
SHA256 (rust/crates/either-1.8.0.crate) = 90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797
SIZE (rust/crates/either-1.8.0.crate) = 15992
SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91
SIZE (rust/crates/either-1.8.1.crate) = 16027
SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f
SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741
SHA256 (rust/crates/fastrand-1.8.0.crate) = a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499
SIZE (rust/crates/fastrand-1.8.0.crate) = 11369
SHA256 (rust/crates/errno-0.2.8.crate) = f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1
SIZE (rust/crates/errno-0.2.8.crate) = 9276
SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf
SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810
SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be
SIZE (rust/crates/fastrand-1.9.0.crate) = 11910
SHA256 (rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4
SIZE (rust/crates/float-cmp-0.9.0.crate) = 10102
SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1
SIZE (rust/crates/fnv-1.0.7.crate) = 11266
SHA256 (rust/crates/globset-0.4.9.crate) = 0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a
SIZE (rust/crates/globset-0.4.9.crate) = 22929
SHA256 (rust/crates/globset-0.4.10.crate) = 029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc
SIZE (rust/crates/globset-0.4.10.crate) = 22923
SHA256 (rust/crates/globwalk-0.8.1.crate) = 93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc
SIZE (rust/crates/globwalk-0.8.1.crate) = 13705
SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888
SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968
SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33
SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979
SHA256 (rust/crates/ignore-0.4.18.crate) = 713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d
SIZE (rust/crates/ignore-0.4.18.crate) = 53174
SHA256 (rust/crates/indexmap-1.9.1.crate) = 10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e
SIZE (rust/crates/indexmap-1.9.1.crate) = 54114
SHA256 (rust/crates/insta-1.20.0.crate) = 58a931b01c76064c5be919faa2ef0dc570e9a889dcd1e5fef08a8ca6eb4d6c0b
SIZE (rust/crates/insta-1.20.0.crate) = 533907
SHA256 (rust/crates/hermit-abi-0.3.1.crate) = fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286
SIZE (rust/crates/hermit-abi-0.3.1.crate) = 13793
SHA256 (rust/crates/ignore-0.4.20.crate) = dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492
SIZE (rust/crates/ignore-0.4.20.crate) = 53551
SHA256 (rust/crates/indexmap-1.9.2.crate) = 1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399
SIZE (rust/crates/indexmap-1.9.2.crate) = 54627
SHA256 (rust/crates/insta-1.28.0.crate) = fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099
SIZE (rust/crates/insta-1.28.0.crate) = 543398
SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c
SIZE (rust/crates/instant-0.1.12.crate) = 6128
SHA256 (rust/crates/io-lifetimes-1.0.6.crate) = cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3
SIZE (rust/crates/io-lifetimes-1.0.6.crate) = 36068
SHA256 (rust/crates/is-terminal-0.4.4.crate) = 21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857
SIZE (rust/crates/is-terminal-0.4.4.crate) = 7744
SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473
SIZE (rust/crates/itertools-0.10.5.crate) = 115354
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.133.crate) = c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966
SIZE (rust/crates/libc-0.2.133.crate) = 603256
SHA256 (rust/crates/libc-0.2.140.crate) = 99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c
SIZE (rust/crates/libc-0.2.140.crate) = 669153
SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f
SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049
SHA256 (rust/crates/linux-raw-sys-0.1.4.crate) = f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4
SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981
SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e
SIZE (rust/crates/log-0.4.17.crate) = 38028
SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d
SIZE (rust/crates/memchr-2.5.0.crate) = 65812
SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a
SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841
SHA256 (rust/crates/nom-7.1.1.crate) = a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36
SIZE (rust/crates/nom-7.1.1.crate) = 115818
SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a
SIZE (rust/crates/nom-7.1.3.crate) = 117570
SHA256 (rust/crates/normalize-line-endings-0.3.0.crate) = 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be
SIZE (rust/crates/normalize-line-endings-0.3.0.crate) = 5737
SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd
SIZE (rust/crates/num-traits-0.2.15.crate) = 49262
SHA256 (rust/crates/once_cell-1.15.0.crate) = e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1
SIZE (rust/crates/once_cell-1.15.0.crate) = 31460
SHA256 (rust/crates/os_str_bytes-6.3.0.crate) = 9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff
SIZE (rust/crates/os_str_bytes-6.3.0.crate) = 22928
SHA256 (rust/crates/predicates-2.1.1.crate) = a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c
SIZE (rust/crates/predicates-2.1.1.crate) = 23150
SHA256 (rust/crates/predicates-core-1.0.3.crate) = da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb
SIZE (rust/crates/predicates-core-1.0.3.crate) = 7757
SHA256 (rust/crates/predicates-tree-1.0.5.crate) = 4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032
SIZE (rust/crates/predicates-tree-1.0.5.crate) = 8126
SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3
SIZE (rust/crates/once_cell-1.17.1.crate) = 32856
SHA256 (rust/crates/os_str_bytes-6.4.1.crate) = 9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee
SIZE (rust/crates/os_str_bytes-6.4.1.crate) = 23101
SHA256 (rust/crates/predicates-2.1.5.crate) = 59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd
SIZE (rust/crates/predicates-2.1.5.crate) = 24165
SHA256 (rust/crates/predicates-core-1.0.5.crate) = 72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2
SIZE (rust/crates/predicates-core-1.0.5.crate) = 7773
SHA256 (rust/crates/predicates-tree-1.0.7.crate) = 54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d
SIZE (rust/crates/predicates-tree-1.0.7.crate) = 8145
SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a
SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012
SHA256 (rust/crates/regex-1.6.0.crate) = 4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b
SIZE (rust/crates/regex-1.6.0.crate) = 239329
SHA256 (rust/crates/regex-1.7.1.crate) = 48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733
SIZE (rust/crates/regex-1.7.1.crate) = 239648
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.27.crate) = a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244
SIZE (rust/crates/regex-syntax-0.6.27.crate) = 297300
SHA256 (rust/crates/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7
SIZE (rust/crates/remove_dir_all-0.5.3.crate) = 9184
SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848
SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288
SHA256 (rust/crates/rustix-0.36.9.crate) = fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc
SIZE (rust/crates/rustix-0.36.9.crate) = 293797
SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502
SIZE (rust/crates/same-file-1.0.6.crate) = 10183
SHA256 (rust/crates/similar-2.2.0.crate) = 62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803
SIZE (rust/crates/similar-2.2.0.crate) = 50996
SHA256 (rust/crates/serde-1.0.155.crate) = 71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8
SIZE (rust/crates/serde-1.0.155.crate) = 76964
SHA256 (rust/crates/similar-2.2.1.crate) = 420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf
SIZE (rust/crates/similar-2.2.1.crate) = 51147
SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623
SIZE (rust/crates/strsim-0.10.0.crate) = 11355
SHA256 (rust/crates/tempfile-3.3.0.crate) = 5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4
SIZE (rust/crates/tempfile-3.3.0.crate) = 27578
SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755
SIZE (rust/crates/termcolor-1.1.3.crate) = 17242
SHA256 (rust/crates/terminal_size-0.1.17.crate) = 633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df
SIZE (rust/crates/terminal_size-0.1.17.crate) = 9141
SHA256 (rust/crates/termtree-0.2.4.crate) = 507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b
SIZE (rust/crates/termtree-0.2.4.crate) = 4416
SHA256 (rust/crates/thread_local-1.1.4.crate) = 5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180
SIZE (rust/crates/thread_local-1.1.4.crate) = 13106
SHA256 (rust/crates/tempfile-3.4.0.crate) = af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95
SIZE (rust/crates/tempfile-3.4.0.crate) = 30591
SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6
SIZE (rust/crates/termcolor-1.2.0.crate) = 17917
SHA256 (rust/crates/termtree-0.4.0.crate) = 95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8
SIZE (rust/crates/termtree-0.4.0.crate) = 4449
SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152
SIZE (rust/crates/thread_local-1.1.7.crate) = 13585
SHA256 (rust/crates/unicode-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36
SIZE (rust/crates/unicode-segmentation-1.10.1.crate) = 98416
SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6
SIZE (rust/crates/wait-timeout-0.2.0.crate) = 12441
SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56
@ -125,7 +135,27 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9
SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7
SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791
SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0
SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659
SHA256 (rust/crates/windows-targets-0.42.1.crate) = 8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7
SIZE (rust/crates/windows-targets-0.42.1.crate) = 5524
SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608
SIZE (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 362795
SHA256 (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7
SIZE (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 664655
SHA256 (rust/crates/windows_i686_gnu-0.42.1.crate) = de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640
SIZE (rust/crates/windows_i686_gnu-0.42.1.crate) = 733428
SHA256 (rust/crates/windows_i686_msvc-0.42.1.crate) = bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605
SIZE (rust/crates/windows_i686_msvc-0.42.1.crate) = 722583
SHA256 (rust/crates/windows_x86_64_gnu-0.42.1.crate) = c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45
SIZE (rust/crates/windows_x86_64_gnu-0.42.1.crate) = 697614
SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463
SIZE (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 362788
SHA256 (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd
SIZE (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 664606
SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85
SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783
SHA256 (sigoden-argc-v0.12.0_GH0.tar.gz) = fee3a078d733c59c5ddd646d512dd67fdcdc4bcfb34597a175acf87460af0856
SIZE (sigoden-argc-v0.12.0_GH0.tar.gz) = 30113
SHA256 (sigoden-argc-v0.13.0_GH0.tar.gz) = 2d7d576c329e0ca9874c89e1e3d0bd7512ea28ad641917950e23ea89ea9f202a
SIZE (sigoden-argc-v0.13.0_GH0.tar.gz) = 32377

25
devel/cli/Makefile Normal file
View File

@ -0,0 +1,25 @@
PORTNAME= cli
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.2
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for interactive command line interfaces in modern C++
WWW= https://github.com/daniele77/cli
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/include/asio/version.hpp:net/asio \
${LOCALBASE}/include/boost/version.hpp:devel/boost-libs
USES= cmake:testing compiler:c++11-lang
CMAKE_TESTING_ON= CLI_BuildTests
USE_GITHUB= yes
GH_ACCOUNT= daniele77
NO_ARCH= yes
.include <bsd.port.mk>

3
devel/cli/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1678837684
SHA256 (daniele77-cli-v2.0.2_GH0.tar.gz) = 50e2cb469fc209957aea49d37e3ab7c777b7d16bd1f4be4b485fb6122ead4360
SIZE (daniele77-cli-v2.0.2_GH0.tar.gz) = 143716

2
devel/cli/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
cli is a cross-platform header only C++14 library for interactive command line
interfaces (Cisco style).

39
devel/cli/pkg-plist Normal file
View File

@ -0,0 +1,39 @@
include/cli/boostasiocliasyncsession.h
include/cli/boostasioremotecli.h
include/cli/boostasioscheduler.h
include/cli/cli.h
include/cli/clifilesession.h
include/cli/clilocalsession.h
include/cli/colorprofile.h
include/cli/detail/boostasiolib.h
include/cli/detail/commonprefix.h
include/cli/detail/fromstring.h
include/cli/detail/genericasioremotecli.h
include/cli/detail/genericasioscheduler.h
include/cli/detail/genericcliasyncsession.h
include/cli/detail/history.h
include/cli/detail/inputdevice.h
include/cli/detail/inputhandler.h
include/cli/detail/keyboard.h
include/cli/detail/linuxkeyboard.h
include/cli/detail/newboostasiolib.h
include/cli/detail/newstandaloneasiolib.h
include/cli/detail/oldboostasiolib.h
include/cli/detail/oldstandaloneasiolib.h
include/cli/detail/rang.h
include/cli/detail/server.h
include/cli/detail/split.h
include/cli/detail/standaloneasiolib.h
include/cli/detail/terminal.h
include/cli/detail/winkeyboard.h
include/cli/filehistorystorage.h
include/cli/historystorage.h
include/cli/loopscheduler.h
include/cli/scheduler.h
include/cli/standaloneasiocliasyncsession.h
include/cli/standaloneasioremotecli.h
include/cli/standaloneasioscheduler.h
include/cli/volatilehistorystorage.h
lib/cmake/cli/cliConfig.cmake
lib/cmake/cli/cliTargets.cmake
share/pkgconfig/cli.pc

View File

@ -0,0 +1,42 @@
--- cargo-crates/kqueue-1.0.6/src/time.rs.orig 1973-11-29 21:33:09 UTC
+++ cargo-crates/kqueue-1.0.6/src/time.rs
@@ -1,32 +1,14 @@
-use libc::timespec;
+use libc::{c_long, time_t, timespec};
use std::time::Duration;
-#[cfg(not(all(
- any(target_os = "freebsd", target_os = "macos"),
- any(target_arch = "x86", target_arch = "powerpc")
-)))]
-pub(crate) fn duration_to_timespec(d: Duration) -> timespec {
- let tv_sec = d.as_secs() as i64;
- let tv_nsec = d.subsec_nanos() as i64;
+#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
+type NSec = i64;
+#[cfg(not(all(target_arch = "x86_64", target_pointer_width = "32")))]
+type NSec = c_long;
- if tv_sec.is_negative() {
- panic!("Duration seconds is negative");
- }
-
- if tv_nsec.is_negative() {
- panic!("Duration nsecs is negative");
- }
-
- timespec { tv_sec, tv_nsec }
-}
-
-#[cfg(all(
- any(target_os = "freebsd", target_os = "macos"),
- any(target_arch = "x86", target_arch = "powerpc")
-))]
pub(crate) fn duration_to_timespec(d: Duration) -> timespec {
- let tv_sec = d.as_secs() as i32;
- let tv_nsec = d.subsec_nanos() as i32;
+ let tv_sec = d.as_secs() as time_t;
+ let tv_nsec = d.subsec_nanos() as NSec;
if tv_sec.is_negative() {
panic!("Duration seconds is negative");

View File

@ -1,5 +1,5 @@
PORTNAME= clion
PORTVERSION= 2022.3.2
PORTVERSION= 2022.3.3
CATEGORIES= devel java
MASTER_SITES= https://download-cdn.jetbrains.com/cpp/
PKGNAMEPREFIX= jetbrains-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1674948750
SHA256 (jetbrains/CLion-2022.3.2.tar.gz) = 896e9cc5b908aa51e091201c320f6f08033f9064382e44b107fccc554ed94895
SIZE (jetbrains/CLion-2022.3.2.tar.gz) = 847111855
TIMESTAMP = 1678542856
SHA256 (jetbrains/CLion-2022.3.3.tar.gz) = 1b46ff0791bcb38ecb39c5f4a99941f99ed73d4f6d924a2042fdb55afc5fc03d
SIZE (jetbrains/CLion-2022.3.3.tar.gz) = 847480188

View File

@ -1,6 +1,6 @@
#!/bin/sh
export CLION_JDK=${CLION_JDK:-"%%JAVA_HOME%%"}
export JAVA_HOME=${JAVA_HOME:-"%%JAVA_HOME%%"}
export SHELL="/bin/sh"
exec "%%DATADIR%%/bin/clion.sh" "$@"

View File

@ -88,7 +88,7 @@ share/applications/clion.desktop
%%DATADIR%%/lib/app.jar
%%DATADIR%%/lib/async-profiler-windows.jar
%%DATADIR%%/lib/async-profiler.jar
%%DATADIR%%/lib/build-marker-CL-223.8617.54
%%DATADIR%%/lib/build-marker-CL-223.8836.42
%%DATADIR%%/lib/byte-buddy-agent.jar
%%DATADIR%%/lib/cds/classesLogAgent.jar
%%DATADIR%%/lib/error-prone-annotations.jar
@ -581,38 +581,122 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/conda_packaging_tool.py
%%DATADIR%%/plugins/python-ce/helpers/coverage_runner/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/coverage_runner/run_coverage.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/__main__.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/annotate.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/backunittest.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/backward.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/bytecode.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/cmdline.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/collector.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/config.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/control.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/data.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/debug.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/env.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/execfile.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/files.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/html.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/misc.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/multiproc.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/parser.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/phystokens.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/pickle2json.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/plugin.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/plugin_support.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/python.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/pytracer.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/report.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/results.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/summary.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/templite.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/version.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy/coverage/xmlreport.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/__main__.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/annotate.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/bytecode.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/cmdline.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/collector.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/config.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/context.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/control.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.c
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.h
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.c
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.h
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/module.c
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/stats.h
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.c
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.h
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/util.h
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/data.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/debug.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/disposition.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/env.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/exceptions.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/execfile.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/files.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/fullcoverage/encodings.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/html.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/coverage_html.js
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/favicon_32.png
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/index.html
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/keybd_closed.png
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/keybd_open.png
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/pyfile.html
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/style.css
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/style.scss
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/inorout.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/jsonreport.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/lcovreport.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/misc.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/multiproc.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/numbits.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/parser.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/phystokens.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/plugin.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/plugin_support.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/python.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/pytracer.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/report.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/results.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/sqldata.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/summary.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/templite.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/tomlconfig.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/version.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/xmlreport.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/__main__.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/annotate.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/backward.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/bytecode.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/cmdline.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/collector.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/config.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/context.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/control.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.c
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.h
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.c
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.h
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/module.c
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/stats.h
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.c
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.h
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/util.h
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/data.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/debug.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/disposition.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/env.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/execfile.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/files.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/fullcoverage/encodings.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/html.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/coverage_html.js
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/favicon_32.png
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/index.html
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.ba-throttle-debounce.min.js
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.hotkeys.js
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.isonscreen.js
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.min.js
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.tablesorter.min.js
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_closed.png
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_open.png
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/pyfile.html
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/style.css
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/style.scss
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/inorout.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/jsonreport.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/misc.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/multiproc.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/numbits.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/parser.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/phystokens.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/plugin.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/plugin_support.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/python.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/pytracer.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/report.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/results.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/sqldata.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/summary.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/templite.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/tomlconfig.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/version.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/xmlreport.py
%%DATADIR%%/plugins/python-ce/helpers/docstring_formatter.py
%%DATADIR%%/plugins/python-ce/helpers/epydoc/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/epydoc/apidoc.py
@ -1051,6 +1135,8 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_runner_tools.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_serial_tree_manager.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner_3.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner_4.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_trialtest_runner.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_unittest_runner.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_utils.py

View File

@ -1,5 +1,5 @@
PORTNAME= goland
PORTVERSION= 2022.3.2
PORTVERSION= 2022.3.3
CATEGORIES= devel java
MASTER_SITES= https://download-cdn.jetbrains.com/go/
PKGNAMEPREFIX= jetbrains-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1675161202
SHA256 (jetbrains/goland-2022.3.2.tar.gz) = f130d0e4c2c89dcd291e05cca33484eb08e247e9ec29c13deaf67176afbf6a36
SIZE (jetbrains/goland-2022.3.2.tar.gz) = 673411841
TIMESTAMP = 1678541866
SHA256 (jetbrains/goland-2022.3.3.tar.gz) = 8c85b56b4e226739a0e36549f5f80fed4cbf2b2798eff442499f5779396a6917
SIZE (jetbrains/goland-2022.3.3.tar.gz) = 673567402

View File

@ -1,6 +1,6 @@
#!/bin/sh
export GOLAND_JDK=${GOLAND_JDK:-"%%JAVA_HOME%%"}
export JAVA_HOME=${JAVA_HOME:-"%%JAVA_HOME%%"}
export SHELL="/bin/sh"
exec "%%DATADIR%%/bin/goland.sh" "$@"

View File

@ -31,7 +31,7 @@ share/applications/goland.desktop
%%DATADIR%%/lib/app.jar
%%DATADIR%%/lib/async-profiler-windows.jar
%%DATADIR%%/lib/async-profiler.jar
%%DATADIR%%/lib/build-marker-GO-223.8617.58
%%DATADIR%%/lib/build-marker-GO-223.8836.34
%%DATADIR%%/lib/byte-buddy-agent.jar
%%DATADIR%%/lib/cds/classesLogAgent.jar
%%DATADIR%%/lib/error-prone-annotations.jar

View File

@ -1,5 +1,5 @@
PORTNAME= webstorm
PORTVERSION= 2022.3.2
PORTVERSION= 2022.3.3
CATEGORIES= devel java
MASTER_SITES= https://download-cdn.jetbrains.com/webstorm/
PKGNAMEPREFIX= jetbrains-
@ -34,7 +34,7 @@ NO_BUILD= yes
SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message
SUB_LIST= JAVA_HOME=${JAVA_HOME}
WRKSRC= ${WRKDIR}/WebStorm-223.8617.44
WRKSRC= ${WRKDIR}/WebStorm-223.8836.27
do-install:
# Linux/Windows/OS X only so remove them

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1675330113
SHA256 (jetbrains/WebStorm-2022.3.2.tar.gz) = 2b612177c99ff0c6c542abe005846c3aa6cf170faa0202daafeb4ab1627c3794
SIZE (jetbrains/WebStorm-2022.3.2.tar.gz) = 580112291
TIMESTAMP = 1678542838
SHA256 (jetbrains/WebStorm-2022.3.3.tar.gz) = 57b0536fb87e840a8f71a1c797eb7f76b61f16a93dc064250e02e8b68ff521a8
SIZE (jetbrains/WebStorm-2022.3.3.tar.gz) = 580191847

View File

@ -32,7 +32,7 @@ share/applications/webstorm.desktop
%%DATADIR%%/lib/async-profiler-windows.jar
%%DATADIR%%/lib/async-profiler.jar
%%DATADIR%%/lib/branding.jar
%%DATADIR%%/lib/build-marker-WS-223.8617.44
%%DATADIR%%/lib/build-marker-WS-223.8836.27
%%DATADIR%%/lib/byte-buddy-agent.jar
%%DATADIR%%/lib/cds/classesLogAgent.jar
%%DATADIR%%/lib/error-prone-annotations.jar

View File

@ -1,6 +1,6 @@
PORTNAME= kodi-platform
PORTVERSION= 20190726
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= devel
MAINTAINER= decke@FreeBSD.org

View File

@ -2,5 +2,5 @@ include/kodi/util/XMLUtils.h
lib/kodiplatform/kodiplatform-config.cmake
lib/libkodiplatform.so
lib/libkodiplatform.so.20.0
lib/libkodiplatform.so.20.0.0
lib/libkodiplatform.so.20.1.0
libdata/pkgconfig/kodiplatform.pc

View File

@ -1,19 +0,0 @@
PORTNAME= libpthread-stubs
PORTVERSION= 0.4
CATEGORIES= devel
MASTER_SITES= https://xcb.freedesktop.org/dist/
MAINTAINER= ashish@FreeBSD.org
COMMENT= Weak aliases for pthread functions
WWW= https://xcb.freedesktop.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pathfix tar:bzip2
GNU_CONFIGURE= yes
NO_ARCH= yes
PLIST_FILES= libdata/pkgconfig/pthread-stubs.pc
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1490198411
SHA256 (libpthread-stubs-0.4.tar.bz2) = e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78d2e733
SIZE (libpthread-stubs-0.4.tar.bz2) = 57565

View File

@ -1,9 +0,0 @@
This library provides weak aliases for pthread functions not provided in libc
or otherwise available by default. Libraries like libxcb rely on pthread
stubs to use pthreads optionally, becoming thread-safe when linked to
libpthread, while avoiding any performance hit when running single-threaded.
libpthread-stubs supports this behavior even on platforms which do not supply
all the necessary pthread stubs. On platforms which already supply all the
necessary pthread stubs, this package ships only the pkg-config file
pthread-stubs.pc, to allow libraries to unconditionally express a dependency
on pthread-stubs and still obtain correct behavior.

View File

@ -129,8 +129,7 @@ CLANG_USE= PERL5=run
.endif
COMPILER_RT_DESC= Sanitizer libraries
COMPILER_RT_IMPLIES= CLANG
COMPILER_RT_PLIST_FILES=${_COMPILER_RT_LIBS} \
${COMPILER_RT_IGNORELISTS:S|^|${_CRTILDIR}/|}
COMPILER_RT_PLIST_FILES=${_COMPILER_RT_LIBS}
DOCS_PORTDOCS= llvm
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx-markdown-tables>=0:textproc/py-sphinx-markdown-tables@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}recommonmark>=0.0.20180530:textproc/py-recommonmark@${PY_FLAVOR}
@ -330,6 +329,9 @@ COMPILER_RT_ARCHS= riscv64
_CRTBASEDIR= ${LLVM_DIR}/lib/clang/${LLVM_MAJOR}
_CRTILDIR= ${_CRTBASEDIR}/share
.if ${ARCH} != powerpc
COMPILER_RT_PLIST_FILES+= ${COMPILER_RT_IGNORELISTS:S|^|${_CRTILDIR}/|}
.endif
_CRTLIBDIR= ${_CRTBASEDIR}/lib
.include "Makefile.RUNTIMES"

View File

@ -132,8 +132,7 @@ CLANG_SUB_LIST= XCC=clang${LLVM_SUFFIX} \
CLANG_USE= GNOME=libxml2
COMPILER_RT_DESC= Sanitizer libraries
COMPILER_RT_CMAKE_ON= -DCOMPILER_RT_INSTALL_PATH=${LLVM_PREFIX}/lib/clang/${LLVM_RELEASE}
COMPILER_RT_PLIST_FILES=${_COMPILER_RT_LIBS} \
${COMPILER_RT_IGNORELISTS:S|^|${_CRTILDIR}/|}
COMPILER_RT_PLIST_FILES=${_COMPILER_RT_LIBS}
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx-markdown-tables>=0:textproc/py-sphinx-markdown-tables@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}recommonmark>=0.0.20180530:textproc/py-recommonmark@${PY_FLAVOR}
DOCS_CONFLICTS_BUILD= cmark
@ -402,6 +401,9 @@ COMPILER_RT_ARCHS= riscv64
_CRTBASEDIR= ${LLVM_DIR}/lib/clang/${LLVM_MAJOR}
_CRTILDIR= ${_CRTBASEDIR}/share
.if ${ARCH} != powerpc
COMPILER_RT_PLIST_FILES+= ${COMPILER_RT_IGNORELISTS:S|^|${_CRTILDIR}/|}
.endif
_CRTLIBDIR= ${_CRTBASEDIR}/lib
.include "Makefile.RUNTIMES"

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677653252
SHA256 (KDE/plasma/5.27.2/khotkeys-5.27.2.tar.xz) = 17bb29a85444b812b3928699f821e66f9196a59fee6280709a9d3664fa31db09
SIZE (KDE/plasma/5.27.2/khotkeys-5.27.2.tar.xz) = 1886308
TIMESTAMP = 1678807742
SHA256 (KDE/plasma/5.27.3/khotkeys-5.27.3.tar.xz) = e61bcbf598078980c4d5b37800e040d457f55f463ad141d6ea4dceb884b806eb
SIZE (KDE/plasma/5.27.3/khotkeys-5.27.3.tar.xz) = 1886412

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677653254
SHA256 (KDE/plasma/5.27.2/kwrited-5.27.2.tar.xz) = 9cc6607bd65fbe7115c36c039351bc2aa5548c96676c7f70442814d9c8334b8b
SIZE (KDE/plasma/5.27.2/kwrited-5.27.2.tar.xz) = 23420
TIMESTAMP = 1678807743
SHA256 (KDE/plasma/5.27.3/kwrited-5.27.3.tar.xz) = c20851605e0e6e0951b1ef8f7b03394722e5ed02ca010f80c2cb0eac2d6658d4
SIZE (KDE/plasma/5.27.3/kwrited-5.27.3.tar.xz) = 23428

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677653255
SHA256 (KDE/plasma/5.27.2/plasma-sdk-5.27.2.tar.xz) = ae1e2bb6fe1a14ef70adbb411635b78df7f2bad6990ab16aa95e12849483c8dc
SIZE (KDE/plasma/5.27.2/plasma-sdk-5.27.2.tar.xz) = 319936
TIMESTAMP = 1678807744
SHA256 (KDE/plasma/5.27.3/plasma-sdk-5.27.3.tar.xz) = 4460e17a5f5176db5ffd71bb315a81608914905461d40f4afa8de6d10d415f67
SIZE (KDE/plasma/5.27.3/plasma-sdk-5.27.3.tar.xz) = 319608

View File

@ -1,10 +1,10 @@
PORTNAME= protobuf-java
DISTVERSION= 3.11.1
DISTVERSION= 3.22.2
CATEGORIES= devel java
MASTER_SITES= http://central.maven.org/maven2/com/google/protobuf/protobuf-java/${DISTVERSION}/
MASTER_SITES= https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/${DISTVERSION}/
EXTRACT_SUFX= .jar
MAINTAINER= matthew@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Core Protocol Buffers library
WWW= https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1575738023
SHA256 (protobuf-java-3.11.1.jar) = 4a01db8277b79eaf84151013f3348a4d24720c8c9e1b33e5ed292caca5567cf1
SIZE (protobuf-java-3.11.1.jar) = 1660960
TIMESTAMP = 1678797001
SHA256 (protobuf-java-3.22.2.jar) = 59d388ea6a2d2d76ae8efff7fd4d0c60c6f0f464c3d3ab9be8e5add092975708
SIZE (protobuf-java-3.22.2.jar) = 1676712

View File

@ -1,19 +1,24 @@
PORTNAME= pytest-metadata
PORTVERSION= 2.0.2
PORTVERSION= 2.0.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pytest_metadata-${PORTVERSION}
MAINTAINER= matthew@FreeBSD.org
COMMENT= Pytest plugin for test session metadata
WWW= https://github.com/pytest-dev/pytest-metadata
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=22.1.0:devel/py-black@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}flake8>=4.0.1:devel/py-flake8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tox>=3.24.5:devel/py-tox@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pre-commit>=2.17.0:devel/py-pre-commit@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist pep517 pytest
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1658074481
SHA256 (pytest-metadata-2.0.2.tar.gz) = fcd2f416f15be295943527b3c8ba16a44ae5a7141939c90c3dc5ce9d167cf2a5
SIZE (pytest-metadata-2.0.2.tar.gz) = 10522
TIMESTAMP = 1678803170
SHA256 (pytest_metadata-2.0.4.tar.gz) = fcc653f65fe3035b478820b5284fbf0f52803622ee3f60a2faed7a7d3ba1f41e
SIZE (pytest_metadata-2.0.4.tar.gz) = 10485

View File

@ -1,5 +1,5 @@
PORTNAME= setuptools_scm_git_archive
PORTVERSION= 1.1
PORTVERSION= 1.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1579453666
SHA256 (setuptools_scm_git_archive-1.1.tar.gz) = 6026f61089b73fa1b5ee737e95314f41cb512609b393530385ed281d0b46c062
SIZE (setuptools_scm_git_archive-1.1.tar.gz) = 3050
TIMESTAMP = 1678002559
SHA256 (setuptools_scm_git_archive-1.4.tar.gz) = b048b27b32e1e76ec865b0caa4bb85df6ddbf4697d6909f567ac36709f6ef2f0
SIZE (setuptools_scm_git_archive-1.4.tar.gz) = 3313

View File

@ -1,5 +1,5 @@
PORTNAME= twilio
PORTVERSION= 7.16.4
PORTVERSION= 7.16.5
PORTREVISION= 0
CATEGORIES= devel python
MASTER_SITES= PYPI

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677162618
SHA256 (twilio-7.16.4.tar.gz) = 594b2b594d2181e6f765e8af37f1d28277fa54b0f651ca7e5c0f54aa45797fd3
SIZE (twilio-7.16.4.tar.gz) = 579269
TIMESTAMP = 1678870341
SHA256 (twilio-7.16.5.tar.gz) = c9ffc1d96331aedaba8fd0b7be691125057ace3e425a3c8d11b75039d788e735
SIZE (twilio-7.16.5.tar.gz) = 580418

View File

@ -1,5 +1,5 @@
PORTNAME= irb
PORTVERSION= 1.6.2
PORTVERSION= 1.6.3
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1671602614
SHA256 (rubygem/irb-1.6.2.gem) = 2e7f76be31c6907642b7ff84397f3eed443360b7982e947e8594a08334a81b83
SIZE (rubygem/irb-1.6.2.gem) = 78336
TIMESTAMP = 1678176181
SHA256 (rubygem/irb-1.6.3.gem) = c38127769ee1f9733a63e9526a2c40accdb693e64424147612e08f5dec013ac1
SIZE (rubygem/irb-1.6.3.gem) = 79360

View File

@ -0,0 +1,62 @@
--- cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC
+++ cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -1486,6 +1486,9 @@ cfg_if! {
} else if #[cfg(target_arch = "powerpc64")] {
mod powerpc64;
pub use self::powerpc64::*;
+ } else if #[cfg(target_arch = "powerpc")] {
+ mod powerpc;
+ pub use self::powerpc::*;
} else {
// Unknown target_arch
}
--- cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC
+++ cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/powerpc.rs
@@ -0,0 +1,47 @@
+pub type c_char = u8;
+pub type c_long = i32;
+pub type c_ulong = u32;
+pub type wchar_t = i32;
+pub type time_t = i64;
+pub type suseconds_t = i32;
+pub type register_t = i32;
+
+s! {
+ pub struct stat {
+ pub st_dev: ::dev_t,
+ pub st_ino: ::ino_t,
+ pub st_mode: ::mode_t,
+ pub st_nlink: ::nlink_t,
+ pub st_uid: ::uid_t,
+ pub st_gid: ::gid_t,
+ pub st_rdev: ::dev_t,
+ pub st_atime: ::time_t,
+ pub st_atime_nsec: ::c_long,
+ pub st_mtime: ::time_t,
+ pub st_mtime_nsec: ::c_long,
+ pub st_ctime: ::time_t,
+ pub st_ctime_nsec: ::c_long,
+ pub st_size: ::off_t,
+ pub st_blocks: ::blkcnt_t,
+ pub st_blksize: ::blksize_t,
+ pub st_flags: ::fflags_t,
+ pub st_gen: u32,
+ pub st_lspare: i32,
+ pub st_birthtime: ::time_t,
+ pub st_birthtime_nsec: ::c_long,
+ }
+}
+
+// should be pub(crate), but that requires Rust 1.18.0
+cfg_if! {
+ if #[cfg(libc_const_size_of)] {
+ #[doc(hidden)]
+ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1;
+ } else {
+ #[doc(hidden)]
+ pub const _ALIGNBYTES: usize = 4 - 1;
+ }
+}
+
+pub const MAP_32BIT: ::c_int = 0x00080000;
+pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4

View File

@ -11,6 +11,7 @@
SUBDIR += beav
SUBDIR += bee-host
SUBDIR += biew
SUBDIR += bined
SUBDIR += bitedit
SUBDIR += bless
SUBDIR += boiling-egg
@ -213,6 +214,7 @@
SUBDIR += ne
SUBDIR += nedit
SUBDIR += neovim
SUBDIR += neovim-gtk
SUBDIR += neovim-qt
SUBDIR += notepadnext
SUBDIR += novelwriter

34
editors/bined/Makefile Normal file
View File

@ -0,0 +1,34 @@
PORTNAME= bined
PORTVERSION= 0.2.1
CATEGORIES= editors java
MASTER_SITES= SF/${PORTNAME}/editor/${PORTVERSION}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Binary/hexadecimal editor written in Java
WWW= https://bined.exbin.org/editor/
LICENSE= APACHE20
USES= zip
USE_JAVA= yes
NO_BUILD= yes
OPTIONS_DEFINE= DOCS
do-install:
@${MKDIR} ${STAGEDIR}${JAVAJARDIR}/lib
${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTNAME}.jar \
${STAGEDIR}${JAVAJARDIR}
${INSTALL_DATA} ${INSTALL_WRKSRC}/lib/*.jar \
${STAGEDIR}${JAVAJARDIR}/lib
${PRINTF} '#!/bin/sh\n\nexec ${JAVA} -jar\
${JAVAJARDIR}/${PORTNAME}.jar "$$@"\n' \
> ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${TR} -d \\r < ${WRKSRC}/changes.txt \
> ${STAGEDIR}${DOCSDIR}/changes.txt
.include <bsd.port.mk>

3
editors/bined/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1635716363
SHA256 (bined-0.2.1.zip) = 1ffe0b2525af3bacc1ae58a2316bec0cf746a6eda4cda6960285d04c8432acd2
SIZE (bined-0.2.1.zip) = 2341605

12
editors/bined/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
Editor for binary data (hexadecimal viewer/editor) written in Java.
- Data as hexadecimal codes and text preview
- Insert and overwrite edit modes
- Support for selection and clipboard actions
- Support for showing unprintable/whitespace characters
- Support for undo/redo
- Support for charset/encoding selection
- Codes can be also binary, octal or decimal
- Searching for text/hexadecimal code with match highlighting
- Support for huge files
- Delta mode (only changes are stored in memory)

44
editors/bined/pkg-plist Normal file
View File

@ -0,0 +1,44 @@
bin/bined
%%JAVAJARDIR%%/bined.jar
%%PORTDOCS%%%%DOCSDIR%%/changes.txt
%%JAVAJARDIR%%/lib/bined-core-0.2.1-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/bined-extended-0.2.1-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/bined-highlight-swing-0.2.1-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/bined-operation-0.2.1-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/bined-operation-swing-0.2.1-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/bined-swing-0.2.1-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/bined-swing-extended-0.2.1-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/commons-cli-1.2.jar
%%JAVAJARDIR%%/lib/exbin-framework-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-bined-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-editor-text-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-about-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-about-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-action-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-action-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-component-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-component-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-editor-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-editor-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-editor-tab-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-editor-tab-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-file-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-file-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-frame-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-frame-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-link-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-link-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-options-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-options-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-undo-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-undo-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-update-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-update-api-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/exbin-framework-gui-utils-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/paged_data-0.2.1-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/paged_data-delta-0.2.1-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/xbup-core-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/xbup-operation-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/xbup-parser-tree-0.2.2-SNAPSHOT.jar
%%JAVAJARDIR%%/lib/xbup-plugin-0.2.2-SNAPSHOT.jar

View File

@ -0,0 +1,35 @@
PORTNAME= neovim-gtk
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.4
CATEGORIES= editors
MAINTAINER= asomers@FreeBSD.org
COMMENT= Neovim client library and GTK4 GUI
WWW= https://github.com/Lyude/neovim-gtk
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene
RUN_DEPENDS= neovim>=0:editors/neovim
USES= cargo pkgconfig gnome desktop-file-utils
USE_GNOME= atk pango gtk40 glib20
USE_GITHUB= yes
GH_ACCOUNT= Lyude
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nvim-gtk
( cd ${WRKSRC} && ${COPYTREE_SHARE} runtime ${STAGEDIR}${PREFIX}/share/nvim-gtk )
${MKDIR} ${STAGEDIR}${PREFIX}/share/applications
${SED} -e "s|Exec=nvim-gtk|Exec=${PREFIX}/bin/nvim-gtk|" ${WRKSRC}/desktop/org.daa.NeovimGtk.desktop >${STAGEDIR}${PREFIX}/share/applications/org.daa.NeovimGtk.desktop
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/
${INSTALL_DATA} ${WRKSRC}/desktop/org.daa.NeovimGtk_128.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/org.daa.NeovimGtk.png
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/
${INSTALL_DATA} ${WRKSRC}/desktop/org.daa.NeovimGtk_48.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/org.daa.NeovimGtk.png
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/
${INSTALL_DATA} ${WRKSRC}/desktop/org.daa.NeovimGtk.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/symbolic/apps/
${INSTALL_DATA} ${WRKSRC}/desktop/org.daa.NeovimGtk-symbolic.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/symbolic/apps/
.include <bsd.port.mk>

View File

@ -0,0 +1,159 @@
CARGO_CRATES= aho-corasick-0.7.20 \
ansi_term-0.12.1 \
anyhow-1.0.66 \
async-trait-0.1.59 \
atty-0.2.14 \
autocfg-1.1.0 \
bitflags-1.3.2 \
build-version-0.1.1 \
byteorder-1.4.3 \
bytes-0.4.12 \
bytes-1.3.0 \
cairo-rs-0.16.7 \
cairo-sys-rs-0.16.3 \
cc-1.0.78 \
cfg-expr-0.11.0 \
cfg-if-1.0.0 \
clap-2.34.0 \
dirs-4.0.0 \
dirs-sys-0.3.7 \
env_logger-0.10.0 \
errno-0.2.8 \
errno-dragonfly-0.1.2 \
field-offset-0.3.4 \
fnv-1.0.7 \
futures-0.1.31 \
futures-0.3.25 \
futures-channel-0.3.25 \
futures-core-0.3.25 \
futures-executor-0.3.25 \
futures-io-0.3.25 \
futures-macro-0.3.25 \
futures-sink-0.3.25 \
futures-task-0.3.25 \
futures-util-0.3.25 \
gdk-pixbuf-0.16.7 \
gdk-pixbuf-sys-0.16.3 \
gdk4-0.5.4 \
gdk4-sys-0.5.4 \
getrandom-0.1.16 \
getrandom-0.2.8 \
gio-0.16.7 \
gio-sys-0.16.3 \
glib-0.16.7 \
glib-macros-0.16.3 \
glib-sys-0.16.3 \
gobject-sys-0.16.3 \
graphene-rs-0.16.3 \
graphene-sys-0.16.3 \
gsk4-0.5.4 \
gsk4-sys-0.5.4 \
gtk4-0.5.4 \
gtk4-macros-0.5.4 \
gtk4-sys-0.5.4 \
heck-0.4.0 \
hermit-abi-0.1.19 \
hermit-abi-0.2.6 \
htmlescape-0.3.1 \
humantime-2.1.0 \
io-lifetimes-1.0.3 \
iovec-0.1.4 \
is-terminal-0.4.1 \
itoa-1.0.4 \
lazy_static-1.4.0 \
libc-0.2.138 \
linux-raw-sys-0.1.4 \
lock_api-0.4.9 \
log-0.4.17 \
memchr-2.5.0 \
memoffset-0.6.5 \
mio-0.8.5 \
num-traits-0.2.15 \
num_cpus-1.14.0 \
nvim-rs-0.4.0 \
once_cell-1.16.0 \
pango-0.16.5 \
pango-sys-0.16.3 \
parity-tokio-ipc-0.9.0 \
parking_lot-0.12.1 \
parking_lot_core-0.9.5 \
paste-1.0.10 \
percent-encoding-1.0.1 \
pest-2.5.1 \
phf-0.11.1 \
phf_codegen-0.11.1 \
phf_generator-0.11.1 \
phf_shared-0.11.1 \
pin-project-lite-0.2.9 \
pin-utils-0.1.0 \
pkg-config-0.3.26 \
ppv-lite86-0.2.17 \
proc-macro-crate-1.2.1 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.47 \
quick-error-1.2.3 \
quote-1.0.21 \
rand-0.7.3 \
rand-0.8.5 \
rand_chacha-0.2.2 \
rand_core-0.5.1 \
rand_core-0.6.4 \
rand_hc-0.2.0 \
redox_syscall-0.2.16 \
redox_users-0.4.3 \
regex-1.7.0 \
regex-syntax-0.6.28 \
rmp-0.8.11 \
rmpv-1.0.0 \
rustc_version-0.3.3 \
rustix-0.36.5 \
ryu-1.0.11 \
scopeguard-1.1.0 \
semver-0.11.0 \
semver-parser-0.10.2 \
serde-1.0.151 \
serde_bytes-0.11.7 \
serde_derive-1.0.151 \
serde_json-1.0.89 \
signal-hook-registry-1.4.0 \
siphasher-0.3.10 \
slab-0.4.7 \
smallvec-1.10.0 \
socket2-0.4.7 \
strsim-0.8.0 \
syn-1.0.105 \
system-deps-6.0.3 \
termcolor-1.1.3 \
textwrap-0.11.0 \
thiserror-1.0.37 \
thiserror-impl-1.0.37 \
tokio-1.23.0 \
tokio-io-0.1.13 \
tokio-macros-1.8.2 \
tokio-util-0.6.10 \
toml-0.5.10 \
ucd-trie-0.1.5 \
unicode-ident-1.0.5 \
unicode-segmentation-1.10.0 \
unicode-width-0.1.10 \
unix-daemonize-0.1.2 \
vec_map-0.8.2 \
version-compare-0.1.1 \
version_check-0.9.4 \
wasi-0.9.0+wasi-snapshot-preview1 \
wasi-0.11.0+wasi-snapshot-preview1 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.42.0 \
windows_aarch64_gnullvm-0.42.0 \
windows_aarch64_msvc-0.42.0 \
windows_i686_gnu-0.42.0 \
windows_i686_msvc-0.42.0 \
windows_x86_64_gnu-0.42.0 \
windows_x86_64_gnullvm-0.42.0 \
windows_x86_64_msvc-0.42.0 \
winres-0.1.12

319
editors/neovim-gtk/distinfo Normal file
View File

@ -0,0 +1,319 @@
TIMESTAMP = 1678634939
SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac
SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440
SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2
SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838
SHA256 (rust/crates/anyhow-1.0.66.crate) = 216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6
SIZE (rust/crates/anyhow-1.0.66.crate) = 43770
SHA256 (rust/crates/async-trait-0.1.59.crate) = 31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364
SIZE (rust/crates/async-trait-0.1.59.crate) = 27349
SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8
SIZE (rust/crates/atty-0.2.14.crate) = 5470
SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
SIZE (rust/crates/autocfg-1.1.0.crate) = 13272
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
SHA256 (rust/crates/build-version-0.1.1.crate) = 1c4b6b239e6a9ea095d1e6dff939ec5be77a2a76ed67eada185b284a60e44ba8
SIZE (rust/crates/build-version-0.1.1.crate) = 4911
SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610
SIZE (rust/crates/byteorder-1.4.3.crate) = 22512
SHA256 (rust/crates/bytes-0.4.12.crate) = 206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c
SIZE (rust/crates/bytes-0.4.12.crate) = 46361
SHA256 (rust/crates/bytes-1.3.0.crate) = dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c
SIZE (rust/crates/bytes-1.3.0.crate) = 57563
SHA256 (rust/crates/cairo-rs-0.16.7.crate) = f3125b15ec28b84c238f6f476c6034016a5f6cc0221cb514ca46c532139fc97d
SIZE (rust/crates/cairo-rs-0.16.7.crate) = 53511
SHA256 (rust/crates/cairo-sys-rs-0.16.3.crate) = 7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421
SIZE (rust/crates/cairo-sys-rs-0.16.3.crate) = 11642
SHA256 (rust/crates/cc-1.0.78.crate) = a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d
SIZE (rust/crates/cc-1.0.78.crate) = 61375
SHA256 (rust/crates/cfg-expr-0.11.0.crate) = b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa
SIZE (rust/crates/cfg-expr-0.11.0.crate) = 39821
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
SHA256 (rust/crates/clap-2.34.0.crate) = a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c
SIZE (rust/crates/clap-2.34.0.crate) = 202210
SHA256 (rust/crates/dirs-4.0.0.crate) = ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059
SIZE (rust/crates/dirs-4.0.0.crate) = 12503
SHA256 (rust/crates/dirs-sys-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6
SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597
SHA256 (rust/crates/env_logger-0.10.0.crate) = 85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0
SIZE (rust/crates/env_logger-0.10.0.crate) = 36574
SHA256 (rust/crates/errno-0.2.8.crate) = f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1
SIZE (rust/crates/errno-0.2.8.crate) = 9276
SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf
SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810
SHA256 (rust/crates/field-offset-0.3.4.crate) = 1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92
SIZE (rust/crates/field-offset-0.3.4.crate) = 6046
SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1
SIZE (rust/crates/fnv-1.0.7.crate) = 11266
SHA256 (rust/crates/futures-0.1.31.crate) = 3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678
SIZE (rust/crates/futures-0.1.31.crate) = 157731
SHA256 (rust/crates/futures-0.3.25.crate) = 38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0
SIZE (rust/crates/futures-0.3.25.crate) = 51664
SHA256 (rust/crates/futures-channel-0.3.25.crate) = 52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed
SIZE (rust/crates/futures-channel-0.3.25.crate) = 31974
SHA256 (rust/crates/futures-core-0.3.25.crate) = 04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac
SIZE (rust/crates/futures-core-0.3.25.crate) = 14623
SHA256 (rust/crates/futures-executor-0.3.25.crate) = 7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2
SIZE (rust/crates/futures-executor-0.3.25.crate) = 17744
SHA256 (rust/crates/futures-io-0.3.25.crate) = 00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb
SIZE (rust/crates/futures-io-0.3.25.crate) = 8911
SHA256 (rust/crates/futures-macro-0.3.25.crate) = bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d
SIZE (rust/crates/futures-macro-0.3.25.crate) = 11256
SHA256 (rust/crates/futures-sink-0.3.25.crate) = 39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9
SIZE (rust/crates/futures-sink-0.3.25.crate) = 7854
SHA256 (rust/crates/futures-task-0.3.25.crate) = 2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea
SIZE (rust/crates/futures-task-0.3.25.crate) = 11844
SHA256 (rust/crates/futures-util-0.3.25.crate) = 197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6
SIZE (rust/crates/futures-util-0.3.25.crate) = 155866
SHA256 (rust/crates/gdk-pixbuf-0.16.7.crate) = c3578c60dee9d029ad86593ed88cb40f35c1b83360e12498d055022385dd9a05
SIZE (rust/crates/gdk-pixbuf-0.16.7.crate) = 17311
SHA256 (rust/crates/gdk-pixbuf-sys-0.16.3.crate) = 3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016
SIZE (rust/crates/gdk-pixbuf-sys-0.16.3.crate) = 9693
SHA256 (rust/crates/gdk4-0.5.4.crate) = 272db1bbb9b152ea1fea946f9d464085c86cfe14cafba450d7defa433caff8ec
SIZE (rust/crates/gdk4-0.5.4.crate) = 85695
SHA256 (rust/crates/gdk4-sys-0.5.4.crate) = 45b571f36b889ab529b2e173248dafe83d75c703f5685b9845e490c7994ae309
SIZE (rust/crates/gdk4-sys-0.5.4.crate) = 63870
SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce
SIZE (rust/crates/getrandom-0.1.16.crate) = 25077
SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31
SIZE (rust/crates/getrandom-0.2.8.crate) = 30553
SHA256 (rust/crates/gio-0.16.7.crate) = 2a1c84b4534a290a29160ef5c6eff2a9c95833111472e824fc5cb78b513dd092
SIZE (rust/crates/gio-0.16.7.crate) = 199851
SHA256 (rust/crates/gio-sys-0.16.3.crate) = e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229
SIZE (rust/crates/gio-sys-0.16.3.crate) = 80850
SHA256 (rust/crates/glib-0.16.7.crate) = ddd4df61a866ed7259d6189b8bcb1464989a77f1d85d25d002279bbe9dd38b2f
SIZE (rust/crates/glib-0.16.7.crate) = 223926
SHA256 (rust/crates/glib-macros-0.16.3.crate) = e084807350b01348b6d9dbabb724d1a0bb987f47a2c85de200e98e12e30733bf
SIZE (rust/crates/glib-macros-0.16.3.crate) = 32127
SHA256 (rust/crates/glib-sys-0.16.3.crate) = c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65
SIZE (rust/crates/glib-sys-0.16.3.crate) = 59683
SHA256 (rust/crates/gobject-sys-0.16.3.crate) = 3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1
SIZE (rust/crates/gobject-sys-0.16.3.crate) = 18607
SHA256 (rust/crates/graphene-rs-0.16.3.crate) = 95ecb4d347e6d09820df3bdfd89a74a8eec07753a06bb92a3aac3ad31d04447b
SIZE (rust/crates/graphene-rs-0.16.3.crate) = 17610
SHA256 (rust/crates/graphene-sys-0.16.3.crate) = b9aa82337d3972b4eafdea71e607c23f47be6f27f749aab613f1ad8ddbe6dcd6
SIZE (rust/crates/graphene-sys-0.16.3.crate) = 11497
SHA256 (rust/crates/gsk4-0.5.4.crate) = 4053293b79099bdfecd9ab0d811d118a0eafce613dfe0b26075419d955f1f652
SIZE (rust/crates/gsk4-0.5.4.crate) = 25202
SHA256 (rust/crates/gsk4-sys-0.5.4.crate) = 08e0642edffdb35028d7d67b830678da98844216b6442e11eee52c91ad2a6dc2
SIZE (rust/crates/gsk4-sys-0.5.4.crate) = 11911
SHA256 (rust/crates/gtk4-0.5.4.crate) = 8954da3659ff1cb35aa95110021b33fadcd8e306e8fe41f32146ffa009665a79
SIZE (rust/crates/gtk4-0.5.4.crate) = 552498
SHA256 (rust/crates/gtk4-macros-0.5.4.crate) = 58138cd3c595e04f82df050390aa7d2bd093795ce569e5f1d49eb496ef67fe7b
SIZE (rust/crates/gtk4-macros-0.5.4.crate) = 15199
SHA256 (rust/crates/gtk4-sys-0.5.4.crate) = ef29e09e055b2f2550eb1882caa6961a1ae3c971a70bcb25cb9d5ab6cbd63821
SIZE (rust/crates/gtk4-sys-0.5.4.crate) = 103554
SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9
SIZE (rust/crates/heck-0.4.0.crate) = 11161
SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33
SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979
SHA256 (rust/crates/hermit-abi-0.2.6.crate) = ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7
SIZE (rust/crates/hermit-abi-0.2.6.crate) = 13027
SHA256 (rust/crates/htmlescape-0.3.1.crate) = e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163
SIZE (rust/crates/htmlescape-0.3.1.crate) = 53226
SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4
SIZE (rust/crates/humantime-2.1.0.crate) = 16749
SHA256 (rust/crates/io-lifetimes-1.0.3.crate) = 46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c
SIZE (rust/crates/io-lifetimes-1.0.3.crate) = 35650
SHA256 (rust/crates/iovec-0.1.4.crate) = b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e
SIZE (rust/crates/iovec-0.1.4.crate) = 8720
SHA256 (rust/crates/is-terminal-0.4.1.crate) = 927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330
SIZE (rust/crates/is-terminal-0.4.1.crate) = 6892
SHA256 (rust/crates/itoa-1.0.4.crate) = 4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc
SIZE (rust/crates/itoa-1.0.4.crate) = 10601
SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443
SHA256 (rust/crates/libc-0.2.138.crate) = db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8
SIZE (rust/crates/libc-0.2.138.crate) = 609081
SHA256 (rust/crates/linux-raw-sys-0.1.4.crate) = f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4
SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981
SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df
SIZE (rust/crates/lock_api-0.4.9.crate) = 25685
SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e
SIZE (rust/crates/log-0.4.17.crate) = 38028
SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d
SIZE (rust/crates/memchr-2.5.0.crate) = 65812
SHA256 (rust/crates/memoffset-0.6.5.crate) = 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce
SIZE (rust/crates/memoffset-0.6.5.crate) = 7686
SHA256 (rust/crates/mio-0.8.5.crate) = e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de
SIZE (rust/crates/mio-0.8.5.crate) = 93993
SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd
SIZE (rust/crates/num-traits-0.2.15.crate) = 49262
SHA256 (rust/crates/num_cpus-1.14.0.crate) = f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5
SIZE (rust/crates/num_cpus-1.14.0.crate) = 15673
SHA256 (rust/crates/nvim-rs-0.4.0.crate) = 28f2726e013fbe2d39a8471eba99ae60b91ba602f330adf12f0dd206f413b1b4
SIZE (rust/crates/nvim-rs-0.4.0.crate) = 55184
SHA256 (rust/crates/once_cell-1.16.0.crate) = 86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860
SIZE (rust/crates/once_cell-1.16.0.crate) = 32120
SHA256 (rust/crates/pango-0.16.5.crate) = cdff66b271861037b89d028656184059e03b0b6ccb36003820be19f7200b1e94
SIZE (rust/crates/pango-0.16.5.crate) = 46959
SHA256 (rust/crates/pango-sys-0.16.3.crate) = 9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f
SIZE (rust/crates/pango-sys-0.16.3.crate) = 24758
SHA256 (rust/crates/parity-tokio-ipc-0.9.0.crate) = 9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6
SIZE (rust/crates/parity-tokio-ipc-0.9.0.crate) = 15905
SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f
SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967
SHA256 (rust/crates/parking_lot_core-0.9.5.crate) = 7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba
SIZE (rust/crates/parking_lot_core-0.9.5.crate) = 32396
SHA256 (rust/crates/paste-1.0.10.crate) = cf1c2c742266c2f1041c914ba65355a83ae8747b05f208319784083583494b4b
SIZE (rust/crates/paste-1.0.10.crate) = 18325
SHA256 (rust/crates/percent-encoding-1.0.1.crate) = 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831
SIZE (rust/crates/percent-encoding-1.0.1.crate) = 10057
SHA256 (rust/crates/pest-2.5.1.crate) = cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0
SIZE (rust/crates/pest-2.5.1.crate) = 94437
SHA256 (rust/crates/phf-0.11.1.crate) = 928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c
SIZE (rust/crates/phf-0.11.1.crate) = 17232
SHA256 (rust/crates/phf_codegen-0.11.1.crate) = a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770
SIZE (rust/crates/phf_codegen-0.11.1.crate) = 9426
SHA256 (rust/crates/phf_generator-0.11.1.crate) = b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf
SIZE (rust/crates/phf_generator-0.11.1.crate) = 11075
SHA256 (rust/crates/phf_shared-0.11.1.crate) = e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676
SIZE (rust/crates/phf_shared-0.11.1.crate) = 10320
SHA256 (rust/crates/pin-project-lite-0.2.9.crate) = e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116
SIZE (rust/crates/pin-project-lite-0.2.9.crate) = 27713
SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184
SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580
SHA256 (rust/crates/pkg-config-0.3.26.crate) = 6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160
SIZE (rust/crates/pkg-config-0.3.26.crate) = 18662
SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de
SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242
SHA256 (rust/crates/proc-macro-crate-1.2.1.crate) = eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9
SIZE (rust/crates/proc-macro-crate-1.2.1.crate) = 9161
SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c
SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293
SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869
SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971
SHA256 (rust/crates/proc-macro2-1.0.47.crate) = 5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725
SIZE (rust/crates/proc-macro2-1.0.47.crate) = 41955
SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0
SIZE (rust/crates/quick-error-1.2.3.crate) = 15066
SHA256 (rust/crates/quote-1.0.21.crate) = bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179
SIZE (rust/crates/quote-1.0.21.crate) = 28030
SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03
SIZE (rust/crates/rand-0.7.3.crate) = 112246
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
SIZE (rust/crates/rand-0.8.5.crate) = 87113
SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402
SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267
SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19
SIZE (rust/crates/rand_core-0.5.1.crate) = 21116
SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c
SIZE (rust/crates/rand_core-0.6.4.crate) = 22666
SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c
SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670
SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a
SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012
SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b
SIZE (rust/crates/redox_users-0.4.3.crate) = 15353
SHA256 (rust/crates/regex-1.7.0.crate) = e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a
SIZE (rust/crates/regex-1.7.0.crate) = 239421
SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848
SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288
SHA256 (rust/crates/rmp-0.8.11.crate) = 44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f
SIZE (rust/crates/rmp-0.8.11.crate) = 28829
SHA256 (rust/crates/rmpv-1.0.0.crate) = de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754
SIZE (rust/crates/rmpv-1.0.0.crate) = 27352
SHA256 (rust/crates/rustc_version-0.3.3.crate) = f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee
SIZE (rust/crates/rustc_version-0.3.3.crate) = 12119
SHA256 (rust/crates/rustix-0.36.5.crate) = a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588
SIZE (rust/crates/rustix-0.36.5.crate) = 287459
SHA256 (rust/crates/ryu-1.0.11.crate) = 4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09
SIZE (rust/crates/ryu-1.0.11.crate) = 47007
SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd
SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470
SHA256 (rust/crates/semver-0.11.0.crate) = f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6
SIZE (rust/crates/semver-0.11.0.crate) = 20826
SHA256 (rust/crates/semver-parser-0.10.2.crate) = 00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7
SIZE (rust/crates/semver-parser-0.10.2.crate) = 23176
SHA256 (rust/crates/serde-1.0.151.crate) = 97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0
SIZE (rust/crates/serde-1.0.151.crate) = 76931
SHA256 (rust/crates/serde_bytes-0.11.7.crate) = cfc50e8183eeeb6178dcb167ae34a8051d63535023ae38b5d8d12beae193d37b
SIZE (rust/crates/serde_bytes-0.11.7.crate) = 11175
SHA256 (rust/crates/serde_derive-1.0.151.crate) = 255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8
SIZE (rust/crates/serde_derive-1.0.151.crate) = 55587
SHA256 (rust/crates/serde_json-1.0.89.crate) = 020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db
SIZE (rust/crates/serde_json-1.0.89.crate) = 144638
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/siphasher-0.3.10.crate) = 7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de
SIZE (rust/crates/siphasher-0.3.10.crate) = 9889
SHA256 (rust/crates/slab-0.4.7.crate) = 4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef
SIZE (rust/crates/slab-0.4.7.crate) = 16647
SHA256 (rust/crates/smallvec-1.10.0.crate) = a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0
SIZE (rust/crates/smallvec-1.10.0.crate) = 31564
SHA256 (rust/crates/socket2-0.4.7.crate) = 02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd
SIZE (rust/crates/socket2-0.4.7.crate) = 44619
SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a
SIZE (rust/crates/strsim-0.8.0.crate) = 9309
SHA256 (rust/crates/syn-1.0.105.crate) = 60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908
SIZE (rust/crates/syn-1.0.105.crate) = 237549
SHA256 (rust/crates/system-deps-6.0.3.crate) = 2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff
SIZE (rust/crates/system-deps-6.0.3.crate) = 22890
SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755
SIZE (rust/crates/termcolor-1.1.3.crate) = 17242
SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060
SIZE (rust/crates/textwrap-0.11.0.crate) = 17322
SHA256 (rust/crates/thiserror-1.0.37.crate) = 10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e
SIZE (rust/crates/thiserror-1.0.37.crate) = 18752
SHA256 (rust/crates/thiserror-impl-1.0.37.crate) = 982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb
SIZE (rust/crates/thiserror-impl-1.0.37.crate) = 15428
SHA256 (rust/crates/tokio-1.23.0.crate) = eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46
SIZE (rust/crates/tokio-1.23.0.crate) = 621207
SHA256 (rust/crates/tokio-io-0.1.13.crate) = 57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674
SIZE (rust/crates/tokio-io-0.1.13.crate) = 33665
SHA256 (rust/crates/tokio-macros-1.8.2.crate) = d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8
SIZE (rust/crates/tokio-macros-1.8.2.crate) = 10071
SHA256 (rust/crates/tokio-util-0.6.10.crate) = 36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507
SIZE (rust/crates/tokio-util-0.6.10.crate) = 71140
SHA256 (rust/crates/toml-0.5.10.crate) = 1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f
SIZE (rust/crates/toml-0.5.10.crate) = 55193
SHA256 (rust/crates/ucd-trie-0.1.5.crate) = 9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81
SIZE (rust/crates/ucd-trie-0.1.5.crate) = 45391
SHA256 (rust/crates/unicode-ident-1.0.5.crate) = 6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3
SIZE (rust/crates/unicode-ident-1.0.5.crate) = 35455
SHA256 (rust/crates/unicode-segmentation-1.10.0.crate) = 0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a
SIZE (rust/crates/unicode-segmentation-1.10.0.crate) = 93893
SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b
SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968
SHA256 (rust/crates/unix-daemonize-0.1.2.crate) = 531faed80732acaa13d1016c66d6a9180b5045c4fcef8daa20bb2baf46b13907
SIZE (rust/crates/unix-daemonize-0.1.2.crate) = 2301
SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191
SIZE (rust/crates/vec_map-0.8.2.crate) = 14466
SHA256 (rust/crates/version-compare-0.1.1.crate) = 579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29
SIZE (rust/crates/version-compare-0.1.1.crate) = 13224
SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f
SIZE (rust/crates/version_check-0.9.4.crate) = 14895
SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519
SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521
SHA256 (rust/crates/wasi-0.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.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178
SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7
SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791
SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.0.crate) = 41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e
SIZE (rust/crates/windows_aarch64_gnullvm-0.42.0.crate) = 357917
SHA256 (rust/crates/windows_aarch64_msvc-0.42.0.crate) = dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4
SIZE (rust/crates/windows_aarch64_msvc-0.42.0.crate) = 659424
SHA256 (rust/crates/windows_i686_gnu-0.42.0.crate) = fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7
SIZE (rust/crates/windows_i686_gnu-0.42.0.crate) = 728570
SHA256 (rust/crates/windows_i686_msvc-0.42.0.crate) = 84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246
SIZE (rust/crates/windows_i686_msvc-0.42.0.crate) = 717477
SHA256 (rust/crates/windows_x86_64_gnu-0.42.0.crate) = bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed
SIZE (rust/crates/windows_x86_64_gnu-0.42.0.crate) = 692493
SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.0.crate) = 09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028
SIZE (rust/crates/windows_x86_64_gnullvm-0.42.0.crate) = 357906
SHA256 (rust/crates/windows_x86_64_msvc-0.42.0.crate) = f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5
SIZE (rust/crates/windows_x86_64_msvc-0.42.0.crate) = 659377
SHA256 (rust/crates/winres-0.1.12.crate) = b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c
SIZE (rust/crates/winres-0.1.12.crate) = 19772
SHA256 (Lyude-neovim-gtk-v1.0.4_GH0.tar.gz) = d0d0dacfbfca16168361f517dee20259785379910173cc33d7d48bd301d30f18
SIZE (Lyude-neovim-gtk-v1.0.4_GH0.tar.gz) = 926801

View File

@ -0,0 +1,4 @@
GTK ui for neovim
GTK ui for neovim written in rust using gtk-rs bindings. With ligatures
support. This project began as a fork of @daa84's neovim-gtk.

View File

@ -0,0 +1,7 @@
bin/nvim-gtk
share/applications/org.daa.NeovimGtk.desktop
share/icons/hicolor/128x128/apps/org.daa.NeovimGtk.png
share/icons/hicolor/48x48/apps/org.daa.NeovimGtk.png
share/icons/hicolor/scalable/apps/org.daa.NeovimGtk.svg
share/icons/hicolor/symbolic/apps/org.daa.NeovimGtk-symbolic.svg
share/nvim-gtk/runtime/plugin/nvim_gui_shim.vim

View File

@ -410,6 +410,14 @@ post-patch:
${REINPLACE_CMD} -e "s/ := -Os/ := -O2 -fno-unroll-loops/" ${WRKSRC}/solenv/gbuild/platform/freebsd.mk
.endif
# Verify that lucene was built with the CONTRIB option instead of
# failing mysteriously during the build
pre-configure:
@if [ ! -f ${JAVALIBDIR}/lucene-analyzers-3.6.2.jar ]; then \
${ECHO} "error: textproc/lucene must be built with the CONTRIB option enabled"; \
exit 1; \
fi
do-build:
${PRINTF} "[repositories]\nmain=active\nextras=active\n" > ${WRKSUBDIR}/source_config
cd ${WRKSRC} ; ./bootstrap

View File

@ -54,6 +54,7 @@ BROKEN_powerpc64= fails to compile: aoo-4.2.0/main/solver/420/unxfbsdppc64.pro/i
BUILD_DEPENDS= \
p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \
${LOCALBASE}/bin/unzip:archivers/unzip \
zip:archivers/zip \
ant:devel/apache-ant \
@ -414,6 +415,14 @@ post-patch:
${WRKSRC}/desktop/scripts/soffice.sh
${REINPLACE_CMD} -e '/^mkdir -p/,$$d' ${CREATE_TREE}
# Verify that lucene was built with the CONTRIB option instead of
# failing mysteriously during the build
pre-configure:
@if [ ! -f ${JAVALIBDIR}/lucene-analyzers-3.6.2.jar ]; then \
${ECHO} "error: textproc/lucene must be built with the CONTRIB option enabled"; \
exit 1; \
fi
do-build:
${PRINTF} "[repositories]\nmain=active\nextras=active\n" > ${WRKSUBDIR}/source_config
cd ${WRKSRC} ; ./bootstrap

View File

@ -0,0 +1,62 @@
--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC
+++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -1486,6 +1486,9 @@ cfg_if! {
} else if #[cfg(target_arch = "powerpc64")] {
mod powerpc64;
pub use self::powerpc64::*;
+ } else if #[cfg(target_arch = "powerpc")] {
+ mod powerpc;
+ pub use self::powerpc::*;
} else {
// Unknown target_arch
}
--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC
+++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs
@@ -0,0 +1,47 @@
+pub type c_char = u8;
+pub type c_long = i32;
+pub type c_ulong = u32;
+pub type wchar_t = i32;
+pub type time_t = i64;
+pub type suseconds_t = i32;
+pub type register_t = i32;
+
+s! {
+ pub struct stat {
+ pub st_dev: ::dev_t,
+ pub st_ino: ::ino_t,
+ pub st_mode: ::mode_t,
+ pub st_nlink: ::nlink_t,
+ pub st_uid: ::uid_t,
+ pub st_gid: ::gid_t,
+ pub st_rdev: ::dev_t,
+ pub st_atime: ::time_t,
+ pub st_atime_nsec: ::c_long,
+ pub st_mtime: ::time_t,
+ pub st_mtime_nsec: ::c_long,
+ pub st_ctime: ::time_t,
+ pub st_ctime_nsec: ::c_long,
+ pub st_size: ::off_t,
+ pub st_blocks: ::blkcnt_t,
+ pub st_blksize: ::blksize_t,
+ pub st_flags: ::fflags_t,
+ pub st_gen: u32,
+ pub st_lspare: i32,
+ pub st_birthtime: ::time_t,
+ pub st_birthtime_nsec: ::c_long,
+ }
+}
+
+// should be pub(crate), but that requires Rust 1.18.0
+cfg_if! {
+ if #[cfg(libc_const_size_of)] {
+ #[doc(hidden)]
+ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1;
+ } else {
+ #[doc(hidden)]
+ pub const _ALIGNBYTES: usize = 4 - 1;
+ }
+}
+
+pub const MAP_32BIT: ::c_int = 0x00080000;
+pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4

View File

@ -0,0 +1,106 @@
https://github.com/hrydgard/ppsspp/issues/15308
--- Core/AVIDump.cpp.orig 2023-01-03 10:14:31 UTC
+++ Core/AVIDump.cpp
@@ -91,7 +91,7 @@ bool AVIDump::CreateAVI() {
bool AVIDump::CreateAVI() {
#ifdef USE_FFMPEG
- AVCodec *codec = nullptr;
+ const AVCodec *codec = nullptr;
// Use gameID_EmulatedTimestamp for filename
std::string discID = g_paramSFO.GetDiscID();
--- Core/HLE/sceAtrac.cpp.orig 2023-01-03 10:14:31 UTC
+++ Core/HLE/sceAtrac.cpp
@@ -123,6 +123,7 @@ extern "C" {
#ifdef USE_FFMPEG
extern "C" {
+#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "libswresample/swresample.h"
#include "libavutil/samplefmt.h"
--- Core/HLE/sceMpeg.cpp.orig 2023-01-03 10:14:31 UTC
+++ Core/HLE/sceMpeg.cpp
@@ -108,6 +108,7 @@ extern "C" {
#ifdef USE_FFMPEG
extern "C" {
+#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "libavutil/imgutils.h"
#include "libswscale/swscale.h"
@@ -801,7 +802,7 @@ static bool InitPmp(MpegContext * ctx){
pmp_want_pix_fmt = AV_PIX_FMT_RGBA;
// Create H264 video codec
- AVCodec * pmp_Codec = avcodec_find_decoder(AV_CODEC_ID_H264);
+ const AVCodec * pmp_Codec = avcodec_find_decoder(AV_CODEC_ID_H264);
if (pmp_Codec == NULL){
ERROR_LOG(ME, "Can not find H264 codec, please update ffmpeg");
return false;
--- Core/HW/MediaEngine.cpp.orig 2023-01-03 10:14:31 UTC
+++ Core/HW/MediaEngine.cpp
@@ -38,6 +38,10 @@ extern "C" {
#include "libavutil/imgutils.h"
#include "libswscale/swscale.h"
+#if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(59, 23, 100)
+ // private libavformat api (see demux.h in ffmpeg src tree)
+ void avpriv_stream_set_need_parsing(AVStream *st, enum AVStreamParseType type);
+#endif
}
#endif // USE_FFMPEG
@@ -434,7 +438,11 @@ bool MediaEngine::addVideoStream(int streamNum, int st
#else
stream->request_probe = 0;
#endif
+#if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(59, 23, 100)
+ avpriv_stream_set_need_parsing(stream, AVSTREAM_PARSE_FULL);
+#else
stream->need_parsing = AVSTREAM_PARSE_FULL;
+#endif
// We could set the width here, but we don't need to.
if (streamNum >= m_expectedVideoStreams) {
++m_expectedVideoStreams;
@@ -521,7 +529,7 @@ bool MediaEngine::setVideoStream(int streamNum, bool f
AVStream *stream = m_pFormatCtx->streams[streamNum];
#if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(57, 33, 100)
- AVCodec *pCodec = avcodec_find_decoder(stream->codecpar->codec_id);
+ const AVCodec *pCodec = avcodec_find_decoder(stream->codecpar->codec_id);
if (!pCodec) {
WARN_LOG_REPORT(ME, "Could not find decoder for %d", (int)stream->codecpar->codec_id);
return false;
--- Core/HW/SimpleAudioDec.cpp.orig 2023-01-03 10:14:31 UTC
+++ Core/HW/SimpleAudioDec.cpp
@@ -28,6 +28,7 @@ extern "C" {
#ifdef USE_FFMPEG
extern "C" {
+#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "libswresample/swresample.h"
#include "libavutil/samplefmt.h"
--- Core/HW/SimpleAudioDec.h.orig 2023-01-03 10:14:31 UTC
+++ Core/HW/SimpleAudioDec.h
@@ -23,7 +23,7 @@ struct AVFrame;
#include "Core/HLE/sceAudio.h"
struct AVFrame;
-struct AVCodec;
+const struct AVCodec;
struct AVCodecContext;
struct SwrContext;
@@ -78,7 +78,7 @@ class SimpleAudio { (private)
int wanted_resample_freq; // wanted resampling rate/frequency
AVFrame *frame_;
- AVCodec *codec_;
+ const AVCodec *codec_;
AVCodecContext *codecCtx_;
SwrContext *swrCtx_;

View File

@ -1,6 +1,6 @@
PORTNAME= xen
PORTVERSION= 4.17.0
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/
PKGNAMESUFFIX= -kernel
@ -34,7 +34,8 @@ EXTRA_PATCHES+= ${PATCHDIR}/xsa425.patch:-p1 \
# clang build fixes
EXTRA_PATCHES+= ${PATCHDIR}/0001-xen-x86-Remove-the-use-of-K-R-functions.patch:-p1
# Support for fetching video mode from PVH dom0
EXTRA_PATCHES+= ${PATCHDIR}/0001-x86-platform-introduce-hypercall-to-get-initial-vide.patch:-p1
EXTRA_PATCHES+= ${PATCHDIR}/0001-x86-platform-introduce-hypercall-to-get-initial-vide.patch:-p1 \
${PATCHDIR}/0001-x86-platform-make-XENPF_get_dom0_console-actually-us.patch:-p1
.include <bsd.port.options.mk>

View File

@ -0,0 +1,58 @@
From 7d43e4b2aa42b826e3d373b8e802ba925cc73088 Mon Sep 17 00:00:00 2001
From: Jan Beulich <jbeulich@suse.com>
Date: Mon, 13 Mar 2023 15:14:38 +0100
Subject: [PATCH] x86/platform: make XENPF_get_dom0_console actually usable
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
struct dom0_vga_console_info has been extended in the past, and it may
be extended again. The use in PV Dom0's start info already covers for
that by supplying the size of the provided data. For the recently
introduced platform-op size needs providing similarly. Go the easiest
available route and simply supply size via the hypercall return value.
While there also add a build-time check that possibly future growth of
the struct won't affect xen_platform_op_t's size.
Fixes: 4dd160583c79 ("x86/platform: introduce hypercall to get initial video console settings")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
---
xen/arch/x86/platform_hypercall.c | 2 ++
xen/include/public/platform.h | 6 +++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/xen/arch/x86/platform_hypercall.c b/xen/arch/x86/platform_hypercall.c
index 08ab2fea62..85c69c5be5 100644
--- a/xen/arch/x86/platform_hypercall.c
+++ b/xen/arch/x86/platform_hypercall.c
@@ -841,6 +841,8 @@ ret_t do_platform_op(
#ifdef CONFIG_VIDEO
case XENPF_get_dom0_console:
+ BUILD_BUG_ON(sizeof(op->u.dom0_console) > sizeof(op->u.pad));
+ ret = sizeof(op->u.dom0_console);
if ( !fill_console_start_info(&op->u.dom0_console) )
{
ret = -ENODEV;
diff --git a/xen/include/public/platform.h b/xen/include/public/platform.h
index 14784dfa77..60caa5ce7e 100644
--- a/xen/include/public/platform.h
+++ b/xen/include/public/platform.h
@@ -605,7 +605,11 @@ struct xenpf_symdata {
typedef struct xenpf_symdata xenpf_symdata_t;
DEFINE_XEN_GUEST_HANDLE(xenpf_symdata_t);
-/* Fetch the video console information and mode setup by Xen. */
+/*
+ * Fetch the video console information and mode setup by Xen. A non-
+ * negative return value indicates the size of the (part of the) structure
+ * which was filled.
+ */
#define XENPF_get_dom0_console 64
typedef struct dom0_vga_console_info xenpf_dom0_console_t;
DEFINE_XEN_GUEST_HANDLE(xenpf_dom0_console_t);
--
2.39.0

View File

@ -57,4 +57,10 @@ post-patch:
# Avoid conflict with C++20 <version> - used version file is flightgear-version
@${RM} ${WRKSRC}/version
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 150
LDFLAGS_i386+= -Wl,--no-check-dynamic-relocations
.endif
.include <bsd.port.post.mk>

View File

@ -1,5 +1,5 @@
PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 1.8.4.4
PORTVERSION= 1.9.0.0
CATEGORIES= games
MAINTAINER= danfe@FreeBSD.org
@ -40,7 +40,6 @@ NUGET_DEPENDS= CS-Script.lib=3.30.3 \
System.Memory=4.5.5 \
System.Numerics.Vectors=4.5.0 \
System.Reactive=4.4.1 \
System.Runtime.CompilerServices.Unsafe=5.0.0 \
System.Runtime.CompilerServices.Unsafe=6.0.0 \
System.Text.Encoding.CodePages=6.0.0 \
System.Threading.Tasks.Extensions=4.5.4 \

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1674237329
SHA256 (leezer3-OpenBVE-1.8.4.4_GH0.tar.gz) = 0d0b0900aada542e3b41f879a263db93f2809c1bfdf726ef7b7f3c79a1149532
SIZE (leezer3-OpenBVE-1.8.4.4_GH0.tar.gz) = 11812373
TIMESTAMP = 1678793616
SHA256 (leezer3-OpenBVE-1.9.0.0_GH0.tar.gz) = a91a1c786b492f63f4d07f2b518ed55d21f07aeb8a45e9e391ffbd0594742b3f
SIZE (leezer3-OpenBVE-1.9.0.0_GH0.tar.gz) = 11822764
SHA256 (cs-script.lib.3.30.3.nupkg) = 783ebcee59e0fb9d0c6fde41097f695feebb829ac467c60501c237e262eca964
SIZE (cs-script.lib.3.30.3.nupkg) = 182751
SHA256 (dotnetzip.1.16.0.nupkg) = 465cc790eec3c42bd192bfa0a4cf006ecdf85dba2f9814e65df3bb2ed9c4ef91
@ -41,8 +41,6 @@ SHA256 (system.numerics.vectors.4.5.0.nupkg) = a9d49320581fda1b4f4be6212c68c01a2
SIZE (system.numerics.vectors.4.5.0.nupkg) = 382792
SHA256 (system.reactive.4.4.1.nupkg) = 8a703a9f0f425f483f01eca033026801118e63bf69962fe32c5e780b0794a83f
SIZE (system.reactive.4.4.1.nupkg) = 3087134
SHA256 (system.runtime.compilerservices.unsafe.5.0.0.nupkg) = 9de0114a92cf5333f110a849470a01ce13f12be70a222b4bc7b58162772c620a
SIZE (system.runtime.compilerservices.unsafe.5.0.0.nupkg) = 130329
SHA256 (system.runtime.compilerservices.unsafe.6.0.0.nupkg) = 6c41b53e70e9eee298cff3a02ce5acdd15b04125589be0273f0566026720a762
SIZE (system.runtime.compilerservices.unsafe.6.0.0.nupkg) = 84343
SHA256 (system.text.encoding.codepages.6.0.0.nupkg) = 9c673603a5d89f0a8672af2b7e04d18c6afebe8212c4d7bfefa9362b7e9ca23e

View File

@ -1,5 +1,5 @@
PORTNAME= pysolfc
DISTVERSION= 2.18.0
DISTVERSION= 2.20.0
CATEGORIES= games python
MASTER_SITES= SF/${PORTNAME}/PySolFC/${PYSOLFCDIR} \
SF/${PORTNAME}/PySolFC-Cardsets/minimal/:cardsets \
@ -50,7 +50,7 @@ SOUND_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}
PYSOLFCDIR= PySolFC-${DISTVERSION}
PYSOLFCDIST= ${PYSOLFCDIR}${EXTRACT_SUFX}
CARDSETDIR= PySolFC-Cardsets--Minimal-2.1.0
CARDSETDIR= PySolFC-Cardsets--Minimal-2.2.0
CARDSETDIST= ${CARDSETDIR}.tar.xz
MUSICDIR= PySol-Music-4.50
MUSICDIST= ${MUSICDIR:tl}.tar.xz

View File

@ -1,7 +1,7 @@
TIMESTAMP = 1665467329
SHA256 (pysolfc/PySolFC-2.18.0.tar.xz) = d33e01e70b8c56a77d9d300533e80c33007535e8e4c0fc87d782099d9e511089
SIZE (pysolfc/PySolFC-2.18.0.tar.xz) = 9134632
SHA256 (pysolfc/PySolFC-Cardsets--Minimal-2.1.0.tar.xz) = 42527d9ef49c6fd46a20076aee32b27d06c989ff55d02e25427d946021ce448c
SIZE (pysolfc/PySolFC-Cardsets--Minimal-2.1.0.tar.xz) = 28484652
TIMESTAMP = 1677471477
SHA256 (pysolfc/PySolFC-2.20.0.tar.xz) = 630418c3694bbfbf0246a26d03d5b489cb1134c8ef9d5c30a34131697fb34ad0
SIZE (pysolfc/PySolFC-2.20.0.tar.xz) = 9172284
SHA256 (pysolfc/PySolFC-Cardsets--Minimal-2.2.0.tar.xz) = 17e493dcbed080e22ca351ab907d01d6a9944aa7b7d86c20293b78c09c56a3e6
SIZE (pysolfc/PySolFC-Cardsets--Minimal-2.2.0.tar.xz) = 23145612
SHA256 (pysolfc/pysol-music-4.50.tar.xz) = 3cfade86db88c1d97589c50441808ee082e68256be788012503818c42728783d
SIZE (pysolfc/pysol-music-4.50.tar.xz) = 2144764

View File

@ -1,5 +1,5 @@
PORTNAME= vkquake
DISTVERSION= 1.22.3
DISTVERSION= 1.30.1
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org
@ -9,7 +9,8 @@ WWW= https://github.com/Novum/vkQuake
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/../LICENSE.txt
BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
BUILD_DEPENDS= glslangValidator:graphics/glslang \
vulkan-headers>0:graphics/vulkan-headers
LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader
WRKSRC_SUBDIR= Quake
@ -22,6 +23,7 @@ GH_ACCOUNT= Novum
GH_PROJECT= vkQuake
MAKE_ENV= prefix=${PREFIX} bindir=${PREFIX}/bin VULKAN_SDK=${LOCALBASE}
MAKE_ARGS= HOST_CC="${CC}" CC="${CC}"
ALL_TARGET= # empty
.include "${.CURDIR}/../quake-data/Makefile.include"

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670832391
SHA256 (Novum-vkQuake-1.22.3_GH0.tar.gz) = 1e0bcf9bb82a2c514f1474fa74ef1d63502c780331e44634e31a5b5902be8a85
SIZE (Novum-vkQuake-1.22.3_GH0.tar.gz) = 47717524
TIMESTAMP = 1678849178
SHA256 (Novum-vkQuake-1.30.1_GH0.tar.gz) = b88d3dfc869d89820766e2dd18bdadb9681adfc4c9d05e09cbbebcc17ef1d150
SIZE (Novum-vkQuake-1.30.1_GH0.tar.gz) = 47516278

View File

@ -1,6 +1,6 @@
PORTNAME= converseen
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.11.0
DISTVERSION= 0.9.11.1
CATEGORIES= graphics
MAINTAINER= fernape@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1676478685
SHA256 (Faster3ck-Converseen-v0.9.11.0_GH0.tar.gz) = 3b7c057f3dca9de6e2828f65bc01aa27e57943d232d6b261ae0272099c6bb42e
SIZE (Faster3ck-Converseen-v0.9.11.0_GH0.tar.gz) = 769895
TIMESTAMP = 1678788422
SHA256 (Faster3ck-Converseen-v0.9.11.1_GH0.tar.gz) = 2743414d1f36e387cc2b74c02d477d3ff1a06c5c63129e9403be0fe4d86ce5df
SIZE (Faster3ck-Converseen-v0.9.11.1_GH0.tar.gz) = 770024

View File

@ -1,5 +1,5 @@
PORTNAME= digikam
DISTVERSION= 7.9.0
DISTVERSION= 7.10.0
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
DIST_SUBDIR= KDE/${PORTNAME}/${PORTVERSION}
@ -49,9 +49,11 @@ USE_XORG= ice sm x11 xext
USE_LDCONFIG= yes
SHEBANG_FILES= core/data/scripts/digitaglinktree/digitaglinktree
WITH_CCACHE_BUILD= yes
# Disable kipiplugins, as they are built in their own port: graphics/kipiplugins.
# Remember to keep that port in sync with this one.
CMAKE_ON= DIGIKAMSC_COMPILE_DIGIKAM
CMAKE_ON= BUILD_WITH_CCACHE DIGIKAMSC_COMPILE_DIGIKAM ENABLE_KFILEMETADATASUPPORT
OPTIONS_DEFINE= DOCS DOXYGEN KDEPIM KVKONTAKTE MEDIAPLAYER MYSQL NLS WEBENGINE
OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NWEBENGINE}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670226685
SHA256 (KDE/digikam/7.9.0/digiKam-7.9.0.tar.xz) = c3b80abc090da3cbbc42e67a403080d7f5fe0a7c98698735bda556c60314bab4
SIZE (KDE/digikam/7.9.0/digiKam-7.9.0.tar.xz) = 349286920
TIMESTAMP = 1678775445
SHA256 (KDE/digikam/7.10.0/digiKam-7.10.0.tar.xz) = a3f30f01b7d1b6d585822bcd5ebf8df69e0ff024563a72462ebf8069dbda22e1
SIZE (KDE/digikam/7.10.0/digiKam-7.10.0.tar.xz) = 349238192

View File

@ -298,7 +298,6 @@ share/applications/org.kde.showfoto.desktop
%%DATADIR%%/data/craters-pattern.png
%%DATADIR%%/data/curvefree.png
%%DATADIR%%/data/curvemooth.png
%%DATADIR%%/data/detectFacesImg.png
%%DATADIR%%/data/dried-pattern.png
%%DATADIR%%/data/duplicatebothhorz.png
%%DATADIR%%/data/duplicatebothvert.png
@ -310,7 +309,6 @@ share/applications/org.kde.showfoto.desktop
%%DATADIR%%/data/histogram-log.png
%%DATADIR%%/data/histogram.png
%%DATADIR%%/data/ice-pattern.png
%%DATADIR%%/data/ignoreImg.png
%%DATADIR%%/data/image-full.png
%%DATADIR%%/data/image-selection.png
%%DATADIR%%/data/leaf-pattern.png
@ -340,7 +338,6 @@ share/applications/org.kde.showfoto.desktop
%%DATADIR%%/data/modern-texture.png
%%DATADIR%%/data/moss-texture.png
%%DATADIR%%/data/original.png
%%DATADIR%%/data/overlayImg.png
%%DATADIR%%/data/paper-pattern.png
%%DATADIR%%/data/paper-texture.png
%%DATADIR%%/data/paper2-texture.png
@ -354,13 +351,11 @@ share/applications/org.kde.showfoto.desktop
%%DATADIR%%/data/splash-digikam.png
%%DATADIR%%/data/stone-pattern.png
%%DATADIR%%/data/stone-texture.png
%%DATADIR%%/data/tagFacesImg.gif
%%DATADIR%%/data/target.png
%%DATADIR%%/data/togglemouseover.png
%%DATADIR%%/data/wall-pattern.png
%%DATADIR%%/data/wall-texture.png
%%DATADIR%%/data/wood-pattern.png
%%DATADIR%%/data/workOnAllCoresImg.png
%%DATADIR%%/database/dbconfig.xml
%%DATADIR%%/database/mysql-global.conf
%%DATADIR%%/geoiface/backend-googlemaps-js.js
@ -760,6 +755,7 @@ share/kxmlgui5/showfoto/showfotoui5.rc
%%NLS%%share/locale/bg/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/bs/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/ca/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/ca@valencia/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/cs/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/da/LC_MESSAGES/digikam.mo
%%NLS%%share/locale/de/LC_MESSAGES/digikam.mo

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