diff options
author | simonb <simonb@pkgsrc.org> | 2003-05-16 01:45:44 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2003-05-16 01:45:44 +0000 |
commit | c2cb3e9a577a4b537c18d65f84b046d243ee6f28 (patch) | |
tree | 5213e0914cae427253864819314a4255e0a24936 /textproc | |
parent | d24ad7b1090189f1ca7afcb9389f9e6381072b90 (diff) | |
download | pkgsrc-c2cb3e9a577a4b537c18d65f84b046d243ee6f28.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/diffstat/DESCR | 3 | ||||
-rw-r--r-- | textproc/diffstat/Makefile | 19 | ||||
-rw-r--r-- | textproc/diffstat/PLIST | 3 | ||||
-rw-r--r-- | textproc/diffstat/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
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 |