# $Id: Portfile 116563 2014-01-28 21:20:14Z toby@macports.org $

PortSystem 1.0

name                    diffstat
version                 1.58
categories              devel
maintainers             toby
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               sha1    7a67ecb996ea65480bd0b9db33d8ed458e5f2a24 \
                        rmd160  5529ac12031f75ebb0d4bf42aa206239019eab89 \
                        sha256  fad5135199c3b9aea132c5d45874248f4ce0ff35f61abb8d03c3b90258713793

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

test.run                yes
test.target             check
