You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
984 B
Tcl
29 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-libxshmfence
|
|
version 1.3.2
|
|
revision 0
|
|
categories x11 devel
|
|
license X11
|
|
maintainers {jeremyhu @jeremyhu} openmaintainer
|
|
description X.org libxshmfence
|
|
homepage https://www.x.org
|
|
platforms darwin macosx
|
|
long_description This is a tiny library that exposes a event API for X11
|
|
master_sites xorg:individual/lib/
|
|
|
|
distname libxshmfence-${version}
|
|
|
|
checksums rmd160 dca8aa90f954ebff4729146c325c665fb5723422 \
|
|
sha256 e93a85099604beb244ee756dcaf70e18b08701c1ca84c4de0126cd71bd6c8181 \
|
|
size 389100
|
|
|
|
depends_build port:pkgconfig \
|
|
port:xorg-xorgproto
|
|
|
|
livecheck.type regex
|
|
livecheck.url https://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D
|
|
livecheck.regex libxshmfence-(\\d+(?:\\.\\d+)*)
|