summaryrefslogtreecommitdiff
path: root/devel/desed/Makefile
blob: 2998d526c153d5637563bc55068a153878d5b04e (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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
PORTNAME=	desed
DISTVERSION=	1.2.2
PORTREVISION=	8
CATEGORIES=	devel
MASTER_SITES=	CRATESIO
DISTFILES=	${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Demystify and debug sed scripts from the comfort of your terminal
WWW=		https://github.com/SoptikHa2/desed

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	gsed:textproc/gsed

USES=		cargo

PLIST_FILES=	bin/${PORTNAME}

CARGO_CRATES=	addr2line-0.24.2 \
		adler2-2.0.0 \
		allocator-api2-0.2.18 \
		anstream-0.6.15 \
		anstyle-1.0.8 \
		anstyle-parse-0.2.5 \
		anstyle-query-1.1.1 \
		anstyle-wincon-3.0.4 \
		anyhow-1.0.89 \
		autocfg-1.4.0 \
		backtrace-0.3.74 \
		bitflags-1.3.2 \
		bitflags-2.6.0 \
		cassowary-0.3.0 \
		castaway-0.2.3 \
		cfg-if-1.0.0 \
		clap-4.5.20 \
		clap_builder-4.5.20 \
		clap_lex-0.7.2 \
		colorchoice-1.0.2 \
		compact_str-0.8.0 \
		crossterm-0.28.1 \
		crossterm_winapi-0.9.1 \
		either-1.13.0 \
		equivalent-1.0.1 \
		errno-0.3.9 \
		foldhash-0.1.3 \
		futures-core-0.3.31 \
		gimli-0.31.1 \
		hashbrown-0.15.0 \
		heck-0.5.0 \
		hermit-abi-0.3.9 \
		inotify-0.10.2 \
		inotify-sys-0.1.5 \
		instability-0.3.2 \
		is_terminal_polyfill-1.70.1 \
		itertools-0.13.0 \
		itoa-1.0.11 \
		kqueue-1.0.8 \
		kqueue-sys-1.0.4 \
		libc-0.2.159 \
		linux-raw-sys-0.4.14 \
		lock_api-0.4.12 \
		log-0.4.22 \
		lru-0.12.5 \
		memchr-2.7.4 \
		miniz_oxide-0.8.0 \
		mio-1.0.2 \
		object-0.36.5 \
		parking_lot-0.12.3 \
		parking_lot_core-0.9.10 \
		paste-1.0.15 \
		pin-project-lite-0.2.14 \
		proc-macro2-1.0.87 \
		quote-1.0.37 \
		ratatui-0.28.1 \
		redox_syscall-0.5.7 \
		rustc-demangle-0.1.24 \
		rustix-0.38.37 \
		rustversion-1.0.18 \
		ryu-1.0.18 \
		scopeguard-1.2.0 \
		signal-hook-0.3.17 \
		signal-hook-mio-0.2.4 \
		signal-hook-registry-1.4.2 \
		smallvec-1.13.2 \
		socket2-0.5.7 \
		static_assertions-1.1.0 \
		strsim-0.11.1 \
		strum-0.26.3 \
		strum_macros-0.26.4 \
		syn-2.0.79 \
		tokio-1.40.0 \
		unicode-ident-1.0.13 \
		unicode-segmentation-1.12.0 \
		unicode-truncate-1.1.0 \
		unicode-width-0.1.14 \
		utf8parse-0.2.2 \
		wasi-0.11.0+wasi-snapshot-preview1 \
		winapi-0.3.9 \
		winapi-i686-pc-windows-gnu-0.4.0 \
		winapi-x86_64-pc-windows-gnu-0.4.0 \
		windows-sys-0.52.0 \
		windows-targets-0.52.6 \
		windows_aarch64_gnullvm-0.52.6 \
		windows_aarch64_msvc-0.52.6 \
		windows_i686_gnu-0.52.6 \
		windows_i686_gnullvm-0.52.6 \
		windows_i686_msvc-0.52.6 \
		windows_x86_64_gnu-0.52.6 \
		windows_x86_64_gnullvm-0.52.6 \
		windows_x86_64_msvc-0.52.6

.include <bsd.port.mk>