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
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name diffstat
|
|
version 1.69
|
|
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 5abc1031d86f14b112ca6789bc0102f7596f98f8 \
|
|
sha256 bb02464072f769dd9832fd999526734c90eb4d66fb56d5351540a750c88a77f6 \
|
|
size 308075
|
|
|
|
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\]+)
|