PortSystem 1.0

name                    diffstat
version                 1.68
categories              devel
license                 MIT
maintainers             {toby @tobypeterson}
description             Make histogram from diff-output
long_description        diffstat reads the output of diff and displays a histogram\
                        of the insertions, deletions, and modifications per-file.\
                        It is useful for reviewing large, complex patch files.
homepage                https://invisible-island.net/diffstat/
platforms               darwin
master_sites            https://invisible-island.net/archives/${name}/ \
                        https://invisible-mirror.net/archives/${name}/
extract.suffix          .tgz
checksums               rmd160 05f2c1721bac073c5abd901735f9948b34ce3e7f \
                        sha256 89f9294a8ac74fcef6f1b9ac408f43ebedf8d208e3efe0b99b4acc16dc6582c7 \
                        size 308003

configure.args          --mandir=${prefix}/share/man

test.run                yes
test.target             check

livecheck.type          regex
livecheck.url           [lindex ${master_sites} 0]
livecheck.regex         diffstat-(\[0-9\]+\.\[0-9\]+)
