# $Id: Portfile,v 1.6 2005/08/28 10:27:46 toby Exp $

PortSystem 1.0
name                    diffstat
version                 1.41
categories              devel
maintainers             tim@ccc.de
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://dickey.his.com/diffstat/diffstat.html
platforms               darwin
master_sites            ftp://invisible-island.net/diffstat/
extract.suffix          .tgz
checksums               md5 c4a55fea8f94dbd1664f76c98da4ee17
configure.args          --mandir=${prefix}/share/man

test.run                yes
test.target             check
