diff options
author | salo <salo@pkgsrc.org> | 2003-05-16 03:06:53 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-16 03:06:53 +0000 |
commit | d5400e442714e8cb9e2035e5ff31b8bf7460cd4b (patch) | |
tree | 5ae78c8fb28e947254eefe2a6ee2dd5ffd0f73a1 /textproc/diffstat | |
parent | 77e1c8821b157c41665876c5856350d66c794c07 (diff) | |
download | pkgsrc-d5400e442714e8cb9e2035e5ff31b8bf7460cd4b.tar.gz |
- DESCR has 80 columns, improve wording
- whitespace and style nits
Diffstat (limited to 'textproc/diffstat')
-rw-r--r-- | textproc/diffstat/DESCR | 4 | ||||
-rw-r--r-- | textproc/diffstat/Makefile | 20 |
2 files changed, 12 insertions, 12 deletions
diff --git a/textproc/diffstat/DESCR b/textproc/diffstat/DESCR index 10f5f1e9a28..5159ce3d24c 100644 --- a/textproc/diffstat/DESCR +++ b/textproc/diffstat/DESCR @@ -1,3 +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 +diffstat is a simple filter that reads the output of the diff(1) 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 index 40271a9a256..f5ddbc0a852 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2003/05/16 01:50:42 simonb Exp $ +# $NetBSD: Makefile,v 1.3 2003/05/16 03:06:53 salo Exp $ # -DISTNAME= diffstat-1.33 -CATEGORIES= textproc -MASTER_SITES= ftp://invisible-island.net/diffstat/ -EXTRACT_SUFX= .tgz +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 +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html +COMMENT= display a histogram of diff changes -GNU_CONFIGURE= yes +GNU_CONFIGURE= YES -MAKEFILE= makefile +MAKEFILE= makefile .include "../../mk/bsd.pkg.mk" |