summaryrefslogtreecommitdiff
path: root/textproc/diffstat/DESCR
diff options
context:
space:
mode:
authorsimonb <simonb>2003-05-16 01:45:44 +0000
committersimonb <simonb>2003-05-16 01:45:44 +0000
commitece5c8d72b86f329ad09dbfcabfe094861a64ca6 (patch)
tree5213e0914cae427253864819314a4255e0a24936 /textproc/diffstat/DESCR
parentd7e95af16b298213f00871f67f79ae4ef956178b (diff)
downloadpkgsrc-ece5c8d72b86f329ad09dbfcabfe094861a64ca6.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/diffstat/DESCR')
-rw-r--r--textproc/diffstat/DESCR3
1 files changed, 3 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.