You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
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 xhost
|
|
version 1.0.8
|
|
revision 0
|
|
categories x11
|
|
license X11
|
|
maintainers {jeremyhu @jeremyhu} openmaintainer
|
|
description Server access control program for X11
|
|
long_description \
|
|
The xhost program is used to add and delete host names or user names to \
|
|
the list allowed to make connections to the X server.
|
|
|
|
platforms darwin
|
|
|
|
homepage https://www.x.org/
|
|
master_sites xorg:individual/app/
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 b3fb6bd3322d4a114c9f2f771cd6129397f97d2f \
|
|
sha256 a2dc3c579e13674947395ef8ccc1b3763f89012a216c2cc6277096489aadc396 \
|
|
size 138539
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib port:xorg-libXmu
|
|
|
|
livecheck.type regex
|
|
livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix}
|
|
livecheck.url https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
|