blob: a3dea278e7d46851463b8f09b193c9ecb6922f3f (
plain)
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
115
116
|
PORTNAME= termplay
DISTVERSION= 2.0.6
PORTREVISION= 15
CATEGORIES= multimedia
MASTER_SITES= CRATESIO
DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool that converts images to ANSI sequences, plays videos in terminals
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsixel.so:graphics/libsixel
USES= cargo gnome gstreamer
USE_GNOME= glib20
CARGO_FEATURES= bin
CARGO_CRATES= \
adler32-1.0.4 \
ansi_term-0.11.0 \
atty-0.2.14 \
autocfg-0.1.7 \
backtrace-0.3.40 \
backtrace-sys-0.1.32 \
bitflags-1.2.1 \
byteorder-1.3.2 \
cc-1.0.49 \
cfg-if-0.1.10 \
clap-2.33.0 \
color_quant-1.0.1 \
crc32fast-1.2.0 \
crossbeam-deque-0.7.2 \
crossbeam-epoch-0.8.0 \
crossbeam-queue-0.2.1 \
crossbeam-utils-0.7.0 \
deflate-0.7.20 \
either-1.5.3 \
failure-0.1.6 \
failure_derive-0.1.6 \
futures-channel-0.3.1 \
futures-core-0.3.1 \
futures-executor-0.3.1 \
futures-macro-0.3.1 \
futures-task-0.3.1 \
futures-util-0.3.1 \
gif-0.10.3 \
glib-0.9.0 \
glib-sys-0.9.1 \
gobject-sys-0.9.1 \
gstreamer-0.15.0 \
gstreamer-app-0.15.0 \
gstreamer-app-sys-0.8.1 \
gstreamer-base-0.15.0 \
gstreamer-base-sys-0.8.1 \
gstreamer-sys-0.8.1 \
hermit-abi-0.1.6 \
image-0.22.3 \
inflate-0.4.5 \
jpeg-decoder-0.1.18 \
lazy_static-1.4.0 \
libc-0.2.66 \
lzw-0.10.0 \
memoffset-0.5.3 \
muldiv-0.2.1 \
num-derive-0.2.5 \
num-integer-0.1.41 \
num-iter-0.1.39 \
num-rational-0.2.2 \
num-traits-0.2.10 \
num_cpus-1.11.1 \
numtoa-0.1.0 \
paste-0.1.6 \
paste-impl-0.1.6 \
pin-utils-0.1.0-alpha.4 \
pkg-config-0.3.17 \
png-0.15.2 \
proc-macro-hack-0.5.11 \
proc-macro-nested-0.1.3 \
proc-macro2-0.4.30 \
proc-macro2-1.0.7 \
quote-0.6.13 \
quote-1.0.2 \
rayon-1.3.0 \
rayon-core-1.7.0 \
redox_syscall-0.1.56 \
redox_termios-0.1.1 \
rustc-demangle-0.1.16 \
rustc_version-0.2.3 \
scoped_threadpool-0.1.9 \
scopeguard-1.0.0 \
semver-0.9.0 \
semver-parser-0.7.0 \
slab-0.4.2 \
strsim-0.8.0 \
syn-0.15.44 \
syn-1.0.13 \
synstructure-0.12.3 \
termion-1.5.4 \
textwrap-0.11.0 \
tiff-0.3.1 \
unicode-width-0.1.7 \
unicode-xid-0.1.0 \
unicode-xid-0.2.0 \
vec_map-0.8.1 \
winapi-0.3.8 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0
PLIST_FILES= bin/${PORTNAME}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
|