From ad4c7476b1e5ddccf6929516f7943d501a315c51 Mon Sep 17 00:00:00 2001 From: jolan Date: Sat, 23 Aug 2003 05:29:56 +0000 Subject: [PATCH] Initial import of diffstat-1.33: diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file. It is useful for reviewing large, complex patch files. from Jon Olsson, minor cleanup/nitpicks from me and naddy@ --- textproc/diffstat/Makefile | 25 +++++++++++++++++++++++++ textproc/diffstat/distinfo | 3 +++ textproc/diffstat/pkg/DESCR | 3 +++ textproc/diffstat/pkg/PLIST | 3 +++ 4 files changed, 34 insertions(+) create mode 100644 textproc/diffstat/Makefile create mode 100644 textproc/diffstat/distinfo create mode 100644 textproc/diffstat/pkg/DESCR create mode 100644 textproc/diffstat/pkg/PLIST diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile new file mode 100644 index 00000000000..ff6a03d515a --- /dev/null +++ b/textproc/diffstat/Makefile @@ -0,0 +1,25 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/08/23 05:29:56 jolan Exp $ + +COMMENT= "accumulates and displays statistics from a diff file" + +DISTNAME= diffstat-1.33 +CATEGORIES= textproc +MASTER_SITES= ftp://invisible-island.net/diffstat/ +EXTRACT_SUFX= .tgz + +MAINTAINER= Jon Olsson +HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html + +# ISC-like +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +NO_REGRESS= Yes # 'testing' directory not present + +CONFIGURE_STYLE= gnu + +MAKE_FILE= makefile + +.include diff --git a/textproc/diffstat/distinfo b/textproc/diffstat/distinfo new file mode 100644 index 00000000000..82f474ad9a1 --- /dev/null +++ b/textproc/diffstat/distinfo @@ -0,0 +1,3 @@ +MD5 (diffstat-1.33.tgz) = bd719509b85b37e48e359c3e1e1c7222 +RMD160 (diffstat-1.33.tgz) = 5d013286a53e5ea1f148862ed8555a04a9d95480 +SHA1 (diffstat-1.33.tgz) = 049f017acf2ffb365f63226e4ba71e7d9f8f69f2 diff --git a/textproc/diffstat/pkg/DESCR b/textproc/diffstat/pkg/DESCR new file mode 100644 index 00000000000..8833e58fd89 --- /dev/null +++ b/textproc/diffstat/pkg/DESCR @@ -0,0 +1,3 @@ +diffstat reads the output of diff and displays a histogram of the +insertions, deletions, and modifications per-file. It is useful for +reviewing large, complex patch files. diff --git a/textproc/diffstat/pkg/PLIST b/textproc/diffstat/pkg/PLIST new file mode 100644 index 00000000000..3f10eed824c --- /dev/null +++ b/textproc/diffstat/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/08/23 05:29:56 jolan Exp $ +bin/diffstat +man/man1/diffstat.1