# $Id: Portfile 56134 2009-08-24 10:57:54Z toby@macports.org $

PortSystem 1.0

name                    diffstat
version                 1.48
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 8593e79189dd4b9c4ec32862e19d716c \
                        sha1 b2f0bd25903c1ef077296d964ac4e36596d47cea \
                        rmd160 fed2d8b3ddd13acf12cfe93ec502404d6062785a

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

test.run                yes
test.target             check
