Skip to content

Commit

Permalink
sysutils/ztop: upgrade to 0.2.3
Browse files Browse the repository at this point in the history
https://github.com/asomers/ztop/blob/master/CHANGELOG.md#023---2023-12-18

PR:		275832
Sponsored by:	Axcient
Approved by:	fuz (ports)
  • Loading branch information
asomers committed Dec 20, 2023
1 parent 72cdec8 commit 12a4d6e
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 111 deletions.
51 changes: 1 addition & 50 deletions sysutils/ztop/Makefile
@@ -1,7 +1,6 @@
PORTNAME= ztop
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1
PORTREVISION= 12
DISTVERSION= 0.2.3
CATEGORIES= sysutils

MAINTAINER= asomers@FreeBSD.org
Expand All @@ -14,54 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= asomers
CARGO_CRATES= aho-corasick-0.7.18 \
atty-0.2.14 \
autocfg-1.1.0 \
bitflags-1.3.2 \
byteorder-1.4.3 \
cassowary-0.3.0 \
cfg-if-1.0.0 \
clap-3.2.22 \
clap_derive-3.2.18 \
clap_lex-0.2.4 \
hashbrown-0.12.3 \
heck-0.4.0 \
hermit-abi-0.1.19 \
humanize-rs-0.1.5 \
indexmap-1.9.1 \
libc-0.2.124 \
memchr-2.4.1 \
nix-0.24.0 \
numtoa-0.1.0 \
once_cell-1.15.0 \
os_str_bytes-6.3.0 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.36 \
quote-1.0.15 \
redox_syscall-0.2.11 \
redox_termios-0.1.2 \
regex-1.5.5 \
regex-syntax-0.6.25 \
same-file-1.0.6 \
strsim-0.10.0 \
syn-1.0.89 \
sysctl-0.4.4 \
termcolor-1.1.3 \
termion-1.5.6 \
textwrap-0.15.1 \
thiserror-1.0.30 \
thiserror-impl-1.0.30 \
tui-0.15.0 \
unicode-segmentation-1.9.0 \
unicode-width-0.1.9 \
unicode-xid-0.2.2 \
version_check-0.9.4 \
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

PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
Expand Down
83 changes: 83 additions & 0 deletions sysutils/ztop/Makefile.crates
@@ -0,0 +1,83 @@
CARGO_CRATES= ahash-0.8.6 \
aho-corasick-0.7.18 \
allocator-api2-0.2.16 \
anstream-0.5.0 \
anstyle-1.0.3 \
anstyle-parse-0.2.1 \
anstyle-query-1.0.0 \
anstyle-wincon-2.1.0 \
autocfg-1.1.0 \
bitflags-1.3.2 \
bitflags-2.4.0 \
byteorder-1.4.3 \
cassowary-0.3.0 \
cfg-if-1.0.0 \
clap-4.4.4 \
clap_builder-4.4.4 \
clap_derive-4.4.2 \
clap_lex-0.5.1 \
colorchoice-1.0.0 \
crossterm-0.27.0 \
crossterm_winapi-0.9.1 \
either-1.9.0 \
glob-0.3.0 \
hashbrown-0.14.3 \
heck-0.4.1 \
humanize-rs-0.1.5 \
indoc-2.0.4 \
itertools-0.12.0 \
libc-0.2.148 \
lock_api-0.4.11 \
log-0.4.20 \
lru-0.12.1 \
memchr-2.4.1 \
mio-0.8.8 \
nix-0.27.1 \
once_cell-1.18.0 \
parking_lot-0.12.1 \
parking_lot_core-0.9.9 \
paste-1.0.14 \
proc-macro2-1.0.67 \
quote-1.0.33 \
ratatui-0.25.0 \
redox_syscall-0.4.1 \
regex-1.5.5 \
regex-syntax-0.6.25 \
rustversion-1.0.14 \
same-file-1.0.6 \
scopeguard-1.2.0 \
signal-hook-0.3.17 \
signal-hook-mio-0.2.3 \
signal-hook-registry-1.4.1 \
smallvec-1.11.2 \
stability-0.1.1 \
strsim-0.10.0 \
strum-0.25.0 \
strum_macros-0.25.2 \
syn-1.0.109 \
syn-2.0.37 \
sysctl-0.4.6 \
thiserror-1.0.48 \
thiserror-impl-1.0.48 \
unicode-ident-1.0.12 \
unicode-segmentation-1.10.1 \
unicode-width-0.1.9 \
utf8parse-0.2.1 \
version_check-0.9.4 \
walkdir-2.3.2 \
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.48.0 \
windows-targets-0.48.5 \
windows_aarch64_gnullvm-0.48.5 \
windows_aarch64_msvc-0.48.5 \
windows_i686_gnu-0.48.5 \
windows_i686_msvc-0.48.5 \
windows_x86_64_gnu-0.48.5 \
windows_x86_64_gnullvm-0.48.5 \
windows_x86_64_msvc-0.48.5 \
zerocopy-0.7.31 \
zerocopy-derive-0.7.31

0 comments on commit 12a4d6e

Please sign in to comment.