1PORTNAME=	yume
2DISTVERSIONPREFIX=	v
3DISTVERSION=	0.2.0
4PORTREVISION=	0
5CATEGORIES=	net-im
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Encrypted peer-to-peer IPv6 UDP messaging terminal
9WWW=		https://github.com/yamafaktory/yume
10
11LICENSE=	mit
12LICENSE_FILE=	${WRKSRC}/LICENSE-MIT
13
14USES=		cargo
15
16USE_GITHUB=	yes
17GH_ACCOUNT=	yamafaktory
18
19CARGO_CRATES=	aead-0.2.0 \
20		ansi_term-0.11.0 \
21		arc-swap-0.4.4 \
22		async-attributes-1.1.1 \
23		async-std-1.6.0 \
24		async-task-3.0.0 \
25		atty-0.2.13 \
26		autocfg-0.1.7 \
27		autocfg-1.0.0 \
28		base64-0.12.1 \
29		bitflags-1.2.1 \
30		bumpalo-3.2.1 \
31		cc-1.0.52 \
32		cfg-if-0.1.10 \
33		cfg-if-1.0.0 \
34		chacha20-0.3.3 \
35		chacha20poly1305-0.4.1 \
36		clap-2.33.0 \
37		cloudabi-0.0.3 \
38		crossbeam-0.7.3 \
39		crossbeam-channel-0.4.0 \
40		crossbeam-deque-0.7.2 \
41		crossbeam-epoch-0.8.0 \
42		crossbeam-queue-0.2.1 \
43		crossbeam-utils-0.7.2 \
44		crossterm-0.17.5 \
45		crossterm_winapi-0.6.1 \
46		fuchsia-zircon-0.3.3 \
47		fuchsia-zircon-sys-0.3.3 \
48		futures-0.3.5 \
49		futures-channel-0.3.5 \
50		futures-core-0.3.5 \
51		futures-executor-0.3.5 \
52		futures-io-0.3.5 \
53		futures-macro-0.3.5 \
54		futures-sink-0.3.5 \
55		futures-task-0.3.5 \
56		futures-timer-3.0.2 \
57		futures-util-0.3.5 \
58		generic-array-0.12.3 \
59		gloo-timers-0.2.1 \
60		heck-0.3.1 \
61		hermit-abi-0.1.3 \
62		iovec-0.1.4 \
63		itoa-0.4.4 \
64		js-sys-0.3.39 \
65		kernel32-sys-0.2.2 \
66		kv-log-macro-1.0.4 \
67		lazy_static-1.4.0 \
68		libc-0.2.69 \
69		lock_api-0.3.3 \
70		log-0.4.8 \
71		memchr-2.3.3 \
72		memoffset-0.5.1 \
73		mio-0.6.21 \
74		miow-0.2.1 \
75		net2-0.2.33 \
76		nix-0.17.0 \
77		num_cpus-1.13.0 \
78		once_cell-1.3.1 \
79		parking_lot-0.10.0 \
80		parking_lot_core-0.7.0 \
81		pin-project-0.4.16 \
82		pin-project-internal-0.4.16 \
83		pin-project-lite-0.1.4 \
84		pin-utils-0.1.0 \
85		piper-0.1.2 \
86		poly1305-0.5.2 \
87		proc-macro-error-1.0.2 \
88		proc-macro-error-attr-1.0.2 \
89		proc-macro-hack-0.5.11 \
90		proc-macro-nested-0.1.3 \
91		proc-macro2-1.0.13 \
92		quote-1.0.2 \
93		redox_syscall-0.1.56 \
94		ring-0.16.13 \
95		rustc_version-0.2.3 \
96		ryu-1.0.2 \
97		scoped-tls-hkt-0.1.2 \
98		scopeguard-1.0.0 \
99		semver-0.9.0 \
100		semver-parser-0.7.0 \
101		send_wrapper-0.4.0 \
102		serde-1.0.110 \
103		serde_derive-1.0.110 \
104		serde_json-1.0.53 \
105		signal-hook-0.1.15 \
106		signal-hook-registry-1.2.0 \
107		slab-0.4.2 \
108		smallvec-1.1.0 \
109		smol-0.1.10 \
110		socket2-0.3.19 \
111		spin-0.5.2 \
112		stream-cipher-0.3.2 \
113		strsim-0.8.0 \
114		structopt-0.3.14 \
115		structopt-derive-0.4.7 \
116		subtle-2.2.2 \
117		syn-1.0.22 \
118		syn-mid-0.5.0 \
119		textwrap-0.11.0 \
120		thiserror-1.0.19 \
121		thiserror-impl-1.0.19 \
122		typenum-1.11.2 \
123		unicode-segmentation-1.6.0 \
124		unicode-width-0.1.7 \
125		unicode-xid-0.2.0 \
126		universal-hash-0.3.0 \
127		untrusted-0.7.1 \
128		vec_map-0.8.2 \
129		version_check-0.9.1 \
130		void-1.0.2 \
131		wasm-bindgen-0.2.62 \
132		wasm-bindgen-backend-0.2.62 \
133		wasm-bindgen-futures-0.4.12 \
134		wasm-bindgen-macro-0.2.62 \
135		wasm-bindgen-macro-support-0.2.62 \
136		wasm-bindgen-shared-0.2.62 \
137		web-sys-0.3.39 \
138		wepoll-binding-2.0.2 \
139		wepoll-sys-2.0.0 \
140		winapi-0.2.8 \
141		winapi-0.3.8 \
142		winapi-build-0.1.1 \
143		winapi-i686-pc-windows-gnu-0.4.0 \
144		winapi-x86_64-pc-windows-gnu-0.4.0 \
145		ws2_32-sys-0.2.1 \
146		zeroize-1.1.0
147
148PLIST_FILES=	bin/${PORTNAME}
149
150.include <bsd.port.mk>
151