From c2cb3e9a577a4b537c18d65f84b046d243ee6f28 Mon Sep 17 00:00:00 2001 From: simonb Date: Fri, 16 May 2003 01:45:44 +0000 Subject: Initial import of Thomas Dickey's "diffstat" program. From the readme: This program is a simple filter that reads the output of the 'diff' program, and produces a histogram of the total number of lines that were changed. It is useful for scanning a patch file to see which files were changed. --- textproc/diffstat/DESCR | 3 +++ textproc/diffstat/Makefile | 19 +++++++++++++++++++ textproc/diffstat/PLIST | 3 +++ textproc/diffstat/distinfo | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 textproc/diffstat/DESCR create mode 100644 textproc/diffstat/Makefile create mode 100644 textproc/diffstat/PLIST create mode 100644 textproc/diffstat/distinfo (limited to 'textproc') diff --git a/textproc/diffstat/DESCR b/textproc/diffstat/DESCR new file mode 100644 index 00000000000..10f5f1e9a28 --- /dev/null +++ b/textproc/diffstat/DESCR @@ -0,0 +1,3 @@ +This program is a simple filter that reads the output of the 'diff' program, +and produces a histogram of the total number of lines that were changed. It is +useful for scanning a patch file to see which files were changed. diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile new file mode 100644 index 00000000000..1a80718d99a --- /dev/null +++ b/textproc/diffstat/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/16 01:45:44 simonb Exp $ +# + +DISTNAME= diffstat-1.33 +CATEGORIES= textproc +MASTER_SITES= ftp://invisible-island.net/diffstat/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html +COMMENT= display a histogram of diff changes + +#USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +MAKEFILE= makefile + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/diffstat/PLIST b/textproc/diffstat/PLIST new file mode 100644 index 00000000000..01f9473db4b --- /dev/null +++ b/textproc/diffstat/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/16 01:45:44 simonb Exp $ +bin/diffstat +man/man1/diffstat.1 diff --git a/textproc/diffstat/distinfo b/textproc/diffstat/distinfo new file mode 100644 index 00000000000..40399a4fcdb --- /dev/null +++ b/textproc/diffstat/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/05/16 01:45:44 simonb Exp $ + +SHA1 (diffstat-1.33.tgz) = 049f017acf2ffb365f63226e4ba71e7d9f8f69f2 +Size (diffstat-1.33.tgz) = 56407 bytes -- cgit v1.2.3