summaryrefslogtreecommitdiff
path: root/textproc
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
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')
-rw-r--r--textproc/diffstat/DESCR3
-rw-r--r--textproc/diffstat/Makefile19
-rw-r--r--textproc/diffstat/PLIST3
-rw-r--r--textproc/diffstat/distinfo4
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