# $Id: Portfile 60350 2009-11-09 20:51:26Z toby@macports.org $

PortSystem 1.0

name                    diffstat
version                 1.51
categories              devel
maintainers             simon openmaintainer
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                http://invisible-island.net/diffstat/
platforms               darwin
master_sites            ftp://invisible-island.net/diffstat/
extract.suffix          .tgz
checksums               md5 a7d3fd1ba2a9a6c9e2b32e867b5e8792 \
                        sha1 4d0d3a3a2dae4d4a53f5a2a913d4c349d79fdd83 \
                        rmd160 1e8baf30bb56165219daef6a9246bc2edc4896d5

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

test.run                yes
test.target             check
