You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
984 B
Tcl
30 lines
984 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name xorg-xcb-util-image
|
|
version 0.4.1
|
|
revision 0
|
|
categories x11 devel
|
|
license X11
|
|
maintainers {jeremyhu @jeremyhu} openmaintainer
|
|
description X.org xcb-util-image
|
|
long_description \
|
|
Utility libraries for XCB
|
|
homepage https://xcb.freedesktop.org
|
|
platforms darwin macosx
|
|
master_sites ${homepage}/dist/
|
|
|
|
distname xcb-util-image-${version}
|
|
checksums rmd160 6f370c75523005d076be788093fd18db6585f619 \
|
|
sha256 0ebd4cf809043fdeb4f980d58cdcf2b527035018924f8c14da76d1c81001293b \
|
|
size 428257
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib port:xorg-xcb-util \
|
|
port:xorg-xorgproto
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${master_sites}?C=M&O=D
|
|
livecheck.regex xcb-util-image-(\\d+(?:\\.\\d+)*)
|