You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1009 B
Tcl
31 lines
1009 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 xditview
|
|
version 1.0.5
|
|
revision 0
|
|
categories x11
|
|
license X11
|
|
maintainers {jeremyhu @jeremyhu} openmaintainer
|
|
description Display ditroff output on an X11 display
|
|
long_description ${description}
|
|
|
|
platforms darwin
|
|
|
|
homepage https://www.x.org/
|
|
master_sites xorg:individual/app/
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 4a6cef7252d17d74f77f15cd678d98260be13c19 \
|
|
sha256 eecb1ed51ab4edc7f454476d1248cfb7799a17c5679b3dd834e8b4658331c04b \
|
|
size 151313
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib port:xorg-libXaw
|
|
|
|
livecheck.type regex
|
|
livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix}
|
|
livecheck.url https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
|