2004-03-30 03:21:34 +00:00
|
|
|
PortSystem 1.0
|
2007-11-17 12:45:24 +00:00
|
|
|
|
2004-03-30 03:21:34 +00:00
|
|
|
name diffstat
|
2026-04-16 11:04:39 -07:00
|
|
|
version 1.69
|
2004-03-30 03:21:34 +00:00
|
|
|
categories devel
|
2022-04-11 19:33:10 -04:00
|
|
|
license MIT
|
2018-10-12 00:41:27 -05:00
|
|
|
maintainers {toby @tobypeterson}
|
2004-03-30 03:21:34 +00:00
|
|
|
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.
|
2018-06-05 16:40:15 -05:00
|
|
|
homepage https://invisible-island.net/diffstat/
|
2004-03-30 03:21:34 +00:00
|
|
|
platforms darwin
|
2022-04-11 19:33:10 -04:00
|
|
|
master_sites https://invisible-island.net/archives/${name}/ \
|
|
|
|
|
https://invisible-mirror.net/archives/${name}/
|
2009-04-07 07:01:41 +00:00
|
|
|
extract.suffix .tgz
|
2026-04-16 11:04:39 -07:00
|
|
|
checksums rmd160 5abc1031d86f14b112ca6789bc0102f7596f98f8 \
|
|
|
|
|
sha256 bb02464072f769dd9832fd999526734c90eb4d66fb56d5351540a750c88a77f6 \
|
|
|
|
|
size 308075
|
2007-11-17 12:45:24 +00:00
|
|
|
|
2004-12-28 09:49:36 +00:00
|
|
|
configure.args --mandir=${prefix}/share/man
|
2005-02-04 04:25:00 +00:00
|
|
|
|
|
|
|
|
test.run yes
|
|
|
|
|
test.target check
|
2014-08-01 20:52:14 +00:00
|
|
|
|
|
|
|
|
livecheck.type regex
|
2019-03-13 20:56:10 -07:00
|
|
|
livecheck.url [lindex ${master_sites} 0]
|
|
|
|
|
livecheck.regex diffstat-(\[0-9\]+\.\[0-9\]+)
|