aboutsummaryrefslogtreecommitdiff
path: root/sysutils/elfx86exts/Makefile
blob: ca88fd8b200b2c6f7064762b32b31b23d80fa6aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
PORTNAME=	elfx86exts
DISTVERSIONPREFIX=	${PORTNAME}@
DISTVERSION=	0.6.2
CATEGORIES=	sysutils

MAINTAINER=	jamie@catflap.org
COMMENT=	Decode binaries and show which instruction set extensions they use
WWW=		https://github.com/pkgw/elfx86exts

LICENSE=	MIT

USES=		cargo
USE_GITHUB=	yes
GH_ACCOUNT=	pkgw

CARGO_CRATES=	adler-1.0.2 \
		anstream-0.6.4 \
		anstyle-1.0.4 \
		anstyle-parse-0.2.2 \
		anstyle-query-1.0.0 \
		anstyle-wincon-3.0.1 \
		assert_cmd-2.0.12 \
		bstr-1.7.0 \
		byteorder-1.5.0 \
		capstone-0.11.0 \
		capstone-sys-0.15.0 \
		cc-1.0.83 \
		cfg-if-1.0.0 \
		clap-4.4.6 \
		clap_builder-4.4.6 \
		clap_derive-4.4.2 \
		clap_lex-0.5.1 \
		colorchoice-1.0.0 \
		crc32fast-1.3.2 \
		difflib-0.4.0 \
		doc-comment-0.3.3 \
		either-1.9.0 \
		escargot-0.5.8 \
		flate2-1.0.27 \
		heck-0.4.1 \
		itertools-0.11.0 \
		itoa-1.0.9 \
		libc-0.2.149 \
		log-0.4.20 \
		memchr-2.6.4 \
		memmap-0.7.0 \
		miniz_oxide-0.7.1 \
		object-0.32.1 \
		once_cell-1.18.0 \
		predicates-3.0.4 \
		predicates-core-1.0.6 \
		predicates-tree-1.0.9 \
		proc-macro2-1.0.69 \
		quote-1.0.33 \
		regex-automata-0.4.1 \
		ruzstd-0.4.0 \
		ryu-1.0.15 \
		serde-1.0.188 \
		serde_derive-1.0.188 \
		serde_json-1.0.107 \
		static_assertions-1.1.0 \
		strsim-0.10.0 \
		syn-1.0.109 \
		syn-2.0.38 \
		termtree-0.4.1 \
		thiserror-core-1.0.38 \
		thiserror-core-impl-1.0.38 \
		twox-hash-1.6.3 \
		unicode-ident-1.0.12 \
		utf8parse-0.2.1 \
		wait-timeout-0.2.0 \
		winapi-0.3.9 \
		winapi-i686-pc-windows-gnu-0.4.0 \
		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

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-${DISTVERSION}

PLIST_FILES=	bin/elfx86exts

.include <bsd.port.mk>