freebsd-ports/graphics/resvg/Makefile
Yuri Victorovich 12aa5355be graphics/resvg: Update 0.33.0 → 0.34.1
Reported by:	portscout
2023-05-28 11:56:13 -07:00

79 lines
1.5 KiB
Makefile

PORTNAME= resvg
DISTVERSIONPREFIX= v
DISTVERSION= 0.34.1
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
COMMENT= SVG rendering library
WWW= https://github.com/RazrFalcon/resvg
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= RazrFalcon
WRKSRC_SUBDIR= crates/resvg
CARGO_CRATES= adler-1.0.2 \
arrayref-0.3.7 \
arrayvec-0.7.2 \
base64-0.21.2 \
bitflags-1.3.2 \
bytemuck-1.13.1 \
cfg-if-1.0.0 \
color_quant-1.1.0 \
crc32fast-1.3.2 \
data-url-0.2.0 \
fdeflate-0.3.0 \
flate2-1.0.26 \
float-cmp-0.9.0 \
fontconfig-parser-0.5.2 \
fontdb-0.14.1 \
gif-0.12.0 \
imagesize-0.12.0 \
jpeg-decoder-0.3.0 \
kurbo-0.9.5 \
libc-0.2.144 \
log-0.4.18 \
memmap2-0.6.2 \
miniz_oxide-0.7.1 \
once_cell-1.17.1 \
pico-args-0.5.0 \
png-0.17.8 \
rctree-0.5.0 \
rgb-0.8.36 \
roxmltree-0.18.0 \
rustybuzz-0.7.0 \
simd-adler32-0.3.5 \
simplecss-0.2.1 \
siphasher-0.3.10 \
slotmap-1.0.6 \
smallvec-1.10.0 \
strict-num-0.1.1 \
svgtypes-0.11.0 \
tiny-skia-0.10.0 \
tiny-skia-path-0.10.0 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.1 \
ttf-parser-0.18.1 \
ttf-parser-0.19.0 \
unicode-bidi-0.3.13 \
unicode-bidi-mirroring-0.1.0 \
unicode-ccc-0.1.2 \
unicode-general-category-0.6.0 \
unicode-script-0.5.5 \
unicode-vo-0.1.0 \
version_check-0.9.4 \
weezl-0.1.7 \
xmlparser-0.13.5 \
xmlwriter-0.1.0
PLIST_FILES= bin/${PORTNAME}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>