View | Details | Raw Unified | Return to bug 265259
Collapse All | Expand All

(-)b/sysutils/dust/Makefile (-57 / +1 lines)
Lines 1-7 Link Here
1
PORTNAME=	dust
1
PORTNAME=	dust
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.8.0
3
DISTVERSION=	0.8.1
4
PORTREVISION=	3
5
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
6
5
7
MAINTAINER=	kfv@kfv.io
6
MAINTAINER=	kfv@kfv.io
Lines 14-74 USES= cargo Link Here
14
USE_GITHUB=	yes
13
USE_GITHUB=	yes
15
GH_ACCOUNT=	bootandy
14
GH_ACCOUNT=	bootandy
16
15
17
CARGO_CRATES=	aho-corasick-0.7.18 \
18
		ansi_term-0.12.1 \
19
		assert_cmd-1.0.8 \
20
		atty-0.2.14 \
21
		autocfg-1.1.0 \
22
		bitflags-1.3.2 \
23
		bstr-0.2.17 \
24
		cfg-if-1.0.0 \
25
		clap-3.1.2 \
26
		crossbeam-channel-0.5.2 \
27
		crossbeam-deque-0.8.1 \
28
		crossbeam-epoch-0.9.7 \
29
		crossbeam-utils-0.8.7 \
30
		difflib-0.4.0 \
31
		doc-comment-0.3.3 \
32
		either-1.6.1 \
33
		fastrand-1.7.0 \
34
		hashbrown-0.11.2 \
35
		hermit-abi-0.1.19 \
36
		indexmap-1.8.0 \
37
		instant-0.1.12 \
38
		itertools-0.10.3 \
39
		lazy_static-1.4.0 \
40
		libc-0.2.119 \
41
		lscolors-0.7.1 \
42
		memchr-2.4.1 \
43
		memoffset-0.6.5 \
44
		num_cpus-1.13.1 \
45
		os_str_bytes-6.0.0 \
46
		predicates-2.1.1 \
47
		predicates-core-1.0.3 \
48
		predicates-tree-1.0.5 \
49
		rayon-1.5.1 \
50
		rayon-core-1.9.1 \
51
		redox_syscall-0.2.10 \
52
		regex-1.5.4 \
53
		regex-automata-0.1.10 \
54
		regex-syntax-0.6.25 \
55
		remove_dir_all-0.5.3 \
56
		scopeguard-1.1.0 \
57
		stfu8-0.2.5 \
58
		strsim-0.10.0 \
59
		tempfile-3.3.0 \
60
		termcolor-1.1.2 \
61
		terminal_size-0.1.17 \
62
		termtree-0.2.4 \
63
		textwrap-0.14.2 \
64
		thousands-0.2.0 \
65
		unicode-width-0.1.9 \
66
		wait-timeout-0.2.0 \
67
		winapi-0.3.9 \
68
		winapi-i686-pc-windows-gnu-0.4.0 \
69
		winapi-util-0.1.5 \
70
		winapi-x86_64-pc-windows-gnu-0.4.0
71
72
PLIST_FILES=	bin/${PORTNAME}
16
PLIST_FILES=	bin/${PORTNAME}
73
17
74
post-install:
18
post-install:
(-)b/sysutils/dust/Makefile.crates (+54 lines)
Added Link Here
1
CARGO_CRATES=	aho-corasick-0.7.18 \
2
		ansi_term-0.12.1 \
3
		assert_cmd-1.0.8 \
4
		atty-0.2.14 \
5
		autocfg-1.1.0 \
6
		bitflags-1.3.2 \
7
		bstr-0.2.17 \
8
		cfg-if-1.0.0 \
9
		clap-3.1.2 \
10
		crossbeam-channel-0.5.2 \
11
		crossbeam-deque-0.8.1 \
12
		crossbeam-epoch-0.9.7 \
13
		crossbeam-utils-0.8.7 \
14
		difflib-0.4.0 \
15
		doc-comment-0.3.3 \
16
		either-1.6.1 \
17
		fastrand-1.7.0 \
18
		hashbrown-0.11.2 \
19
		hermit-abi-0.1.19 \
20
		indexmap-1.8.0 \
21
		instant-0.1.12 \
22
		itertools-0.10.3 \
23
		lazy_static-1.4.0 \
24
		libc-0.2.119 \
25
		lscolors-0.7.1 \
26
		memchr-2.4.1 \
27
		memoffset-0.6.5 \
28
		num_cpus-1.13.1 \
29
		os_str_bytes-6.0.0 \
30
		predicates-2.1.1 \
31
		predicates-core-1.0.3 \
32
		predicates-tree-1.0.5 \
33
		rayon-1.5.1 \
34
		rayon-core-1.9.1 \
35
		redox_syscall-0.2.10 \
36
		regex-1.5.5 \
37
		regex-automata-0.1.10 \
38
		regex-syntax-0.6.25 \
39
		remove_dir_all-0.5.3 \
40
		scopeguard-1.1.0 \
41
		stfu8-0.2.5 \
42
		strsim-0.10.0 \
43
		tempfile-3.3.0 \
44
		termcolor-1.1.2 \
45
		terminal_size-0.1.17 \
46
		termtree-0.2.4 \
47
		textwrap-0.14.2 \
48
		thousands-0.2.0 \
49
		unicode-width-0.1.9 \
50
		wait-timeout-0.2.0 \
51
		winapi-0.3.9 \
52
		winapi-i686-pc-windows-gnu-0.4.0 \
53
		winapi-util-0.1.5 \
54
		winapi-x86_64-pc-windows-gnu-0.4.0
(-)b/sysutils/dust/distinfo (-6 / +5 lines)
Lines 1-4 Link Here
1
TIMESTAMP = 1649289766
1
TIMESTAMP = 1658030019
2
SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
2
SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
3
SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
3
SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
4
SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2
4
SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2
Lines 69-76 SHA256 (rust/crates/rayon-core-1.9.1.crate) = d78120e2c850279833f1dd3582f730c4ab Link Here
69
SIZE (rust/crates/rayon-core-1.9.1.crate) = 64961
69
SIZE (rust/crates/rayon-core-1.9.1.crate) = 64961
70
SHA256 (rust/crates/redox_syscall-0.2.10.crate) = 8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff
70
SHA256 (rust/crates/redox_syscall-0.2.10.crate) = 8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff
71
SIZE (rust/crates/redox_syscall-0.2.10.crate) = 23582
71
SIZE (rust/crates/redox_syscall-0.2.10.crate) = 23582
72
SHA256 (rust/crates/regex-1.5.4.crate) = d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461
72
SHA256 (rust/crates/regex-1.5.5.crate) = 1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286
73
SIZE (rust/crates/regex-1.5.4.crate) = 236581
73
SIZE (rust/crates/regex-1.5.5.crate) = 238119
74
SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132
74
SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132
75
SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533
75
SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533
76
SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b
76
SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b
Lines 107-111 SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 Link Here
107
SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164
107
SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164
108
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
108
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
109
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
109
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
110
SHA256 (bootandy-dust-v0.8.0_GH0.tar.gz) = dc033a6fb4f31520ab1bb403dd910aed04037964ab1406363cce2185a8bd3d3b
110
SHA256 (bootandy-dust-v0.8.1_GH0.tar.gz) = 9f3b5e93c62bb54139479ac4396549fc62389ac9a7d300b088cdf51cd0e90e22
111
SIZE (bootandy-dust-v0.8.0_GH0.tar.gz) = 88975
111
SIZE (bootandy-dust-v0.8.1_GH0.tar.gz) = 89023
112
- 

Return to bug 265259