aboutsummaryrefslogtreecommitdiff
path: root/graphics/gifski/Makefile
blob: 99c435b75a949da3d3e9822c0c85f1bcd510c252 (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
115
116
117
PORTNAME=	gifski
DISTVERSION=	1.10.3
PORTREVISION=	1
CATEGORIES=	graphics

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Highest-quality GIF encoder based on pngquant
WWW=		https://gif.ski/

LICENSE=	AGPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cargo

USE_GITHUB=	yes
GH_ACCOUNT=	ImageOptim

CARGO_CRATES=	adler-1.0.2 \
		ahash-0.8.3 \
		arrayvec-0.7.2 \
		autocfg-1.1.0 \
		bindgen-0.59.2 \
		bitflags-1.3.2 \
		bytemuck-1.13.1 \
		cc-1.0.79 \
		cexpr-0.6.0 \
		cfg-if-1.0.0 \
		clang-sys-1.6.0 \
		clap-4.1.8 \
		clap_lex-0.3.2 \
		color_quant-1.1.0 \
		crc32fast-1.3.2 \
		crossbeam-channel-0.5.7 \
		crossbeam-deque-0.8.3 \
		crossbeam-epoch-0.9.14 \
		crossbeam-utils-0.8.15 \
		dunce-1.0.3 \
		either-1.8.1 \
		errno-0.2.8 \
		errno-dragonfly-0.1.2 \
		fallible_collections-0.4.7 \
		ffmpeg-next-4.4.0 \
		flate2-1.0.25 \
		gif-0.12.0 \
		gif-dispose-4.0.0 \
		gifsicle-1.93.0 \
		glob-0.3.1 \
		hashbrown-0.13.2 \
		hermit-abi-0.2.6 \
		hermit-abi-0.3.1 \
		imagequant-4.1.1 \
		imgref-1.9.4 \
		io-lifetimes-1.0.7 \
		is-terminal-0.4.4 \
		lazy_static-1.4.0 \
		lazycell-1.3.0 \
		libc-0.2.140 \
		libloading-0.7.4 \
		linux-raw-sys-0.1.4 \
		lodepng-3.7.2 \
		loop9-0.1.3 \
		memchr-2.5.0 \
		memoffset-0.8.0 \
		minimal-lexical-0.2.1 \
		miniz_oxide-0.6.2 \
		natord-1.0.9 \
		noisy_float-0.2.0 \
		nom-7.1.3 \
		num-traits-0.2.15 \
		num_cpus-1.15.0 \
		once_cell-1.17.1 \
		os_str_bytes-6.4.1 \
		pbr-1.1.1 \
		peeking_take_while-0.1.2 \
		pkg-config-0.3.26 \
		proc-macro2-1.0.52 \
		quick-error-2.0.1 \
		quote-1.0.26 \
		rayon-1.7.0 \
		rayon-core-1.11.0 \
		regex-1.7.1 \
		regex-syntax-0.6.28 \
		resize-0.7.4 \
		rgb-0.8.36 \
		rustc-hash-1.1.0 \
		rustix-0.36.9 \
		scopeguard-1.1.0 \
		shlex-1.1.0 \
		strsim-0.10.0 \
		termcolor-1.2.0 \
		thread_local-1.1.7 \
		unicode-ident-1.0.8 \
		vcpkg-0.2.15 \
		version_check-0.9.4 \
		weezl-0.1.7 \
		wild-2.1.0 \
		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 \
		windows-sys-0.45.0 \
		windows-targets-0.42.2 \
		windows_aarch64_gnullvm-0.42.2 \
		windows_aarch64_msvc-0.42.2 \
		windows_i686_gnu-0.42.2 \
		windows_i686_msvc-0.42.2 \
		windows_x86_64_gnu-0.42.2 \
		windows_x86_64_gnullvm-0.42.2 \
		windows_x86_64_msvc-0.42.2 \
		ffmpeg-sys-next@git+https://github.com/kornelski/rust-ffmpeg-sys-1?rev=78458039d5fac99354f9cb078869f3be3f3af5fb\#78458039d5fac99354f9cb078869f3be3f3af5fb

PLIST_FILES=	bin/${PORTNAME}

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>