blob: d9492fb60837fe9615a7746c9af258144488af67 (
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
|
PORTNAME= szyszka
DISTVERSION= 2.0.0
PORTREVISION= 5
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Szyszka is fast and powerful file renamer
WWW= https://github.com/qarmin/szyszka
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo gnome
USE_GNOME= glib20 gtk30
USE_GITHUB= yes
GH_ACCOUNT= qarmin
CARGO_CRATES= anyhow-1.0.42 \
atk-0.14.0 \
atk-sys-0.14.0 \
autocfg-1.0.1 \
bitflags-1.2.1 \
cairo-rs-0.14.1 \
cairo-sys-rs-0.14.0 \
cfg-expr-0.7.4 \
chrono-0.4.19 \
either-1.6.1 \
field-offset-0.3.4 \
futures-channel-0.3.15 \
futures-core-0.3.15 \
futures-executor-0.3.15 \
futures-io-0.3.15 \
futures-task-0.3.15 \
futures-util-0.3.15 \
gdk-0.14.0 \
gdk-pixbuf-0.14.0 \
gdk-pixbuf-sys-0.14.0 \
gdk-sys-0.14.0 \
gio-0.14.0 \
gio-sys-0.14.0 \
glib-0.14.2 \
glib-macros-0.14.1 \
glib-sys-0.14.0 \
gobject-sys-0.14.0 \
gtk-0.14.0 \
gtk-sys-0.14.0 \
gtk3-macros-0.14.0 \
heck-0.3.3 \
humansize-1.1.1 \
itertools-0.10.1 \
libc-0.2.98 \
memoffset-0.6.4 \
num-integer-0.1.44 \
num-traits-0.2.14 \
once_cell-1.8.0 \
open-1.7.1 \
pango-0.14.0 \
pango-sys-0.14.0 \
pathdiff-0.2.0 \
pest-2.1.3 \
pin-project-lite-0.2.7 \
pin-utils-0.1.0 \
pkg-config-0.3.19 \
proc-macro-crate-1.0.0 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.27 \
quote-1.0.9 \
rustc_version-0.3.3 \
same-file-1.0.6 \
semver-0.11.0 \
semver-parser-0.10.2 \
serde-1.0.126 \
slab-0.4.3 \
smallvec-1.6.1 \
strum-0.21.0 \
strum_macros-0.21.1 \
syn-1.0.73 \
system-deps-3.1.2 \
thiserror-1.0.26 \
thiserror-impl-1.0.26 \
time-0.1.44 \
toml-0.5.8 \
ucd-trie-0.1.3 \
unicode-segmentation-1.8.0 \
unicode-xid-0.2.2 \
version-compare-0.0.11 \
version_check-0.9.3 \
walkdir-2.3.2 \
wasi-0.10.0+wasi-snapshot-preview1 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
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>
|