Initial import of diffstat-1.33:

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.

from Jon Olsson, minor cleanup/nitpicks from me and naddy@
This commit is contained in:
jolan 2003-08-23 05:29:56 +00:00
parent 9690742be3
commit ad4c7476b1
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/08/23 05:29:56 jolan Exp $
COMMENT= "accumulates and displays statistics from a diff file"
DISTNAME= diffstat-1.33
CATEGORIES= textproc
MASTER_SITES= ftp://invisible-island.net/diffstat/
EXTRACT_SUFX= .tgz
MAINTAINER= Jon Olsson <jon@abc.se>
HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html
# ISC-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes # 'testing' directory not present
CONFIGURE_STYLE= gnu
MAKE_FILE= makefile
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (diffstat-1.33.tgz) = bd719509b85b37e48e359c3e1e1c7222
RMD160 (diffstat-1.33.tgz) = 5d013286a53e5ea1f148862ed8555a04a9d95480
SHA1 (diffstat-1.33.tgz) = 049f017acf2ffb365f63226e4ba71e7d9f8f69f2

View File

@ -0,0 +1,3 @@
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.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/08/23 05:29:56 jolan Exp $
bin/diffstat
man/man1/diffstat.1