From 2bce74b1788703a270f6bdfcf5b361125bbeaca5 Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Mon, 20 Nov 2000 13:16:07 +0000 Subject: Handle compressed files --- textproc/cdiff/Makefile | 2 +- textproc/cdiff/src/cdiff.1 | 5 +++-- textproc/cdiff/src/cdiff.sh | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'textproc/cdiff') diff --git a/textproc/cdiff/Makefile b/textproc/cdiff/Makefile index 9be85310cd39..48c96b990290 100644 --- a/textproc/cdiff/Makefile +++ b/textproc/cdiff/Makefile @@ -8,7 +8,7 @@ # PORTNAME= cdiff -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= textproc MASTER_SITES= # none DISTFILES= # none diff --git a/textproc/cdiff/src/cdiff.1 b/textproc/cdiff/src/cdiff.1 index a399b04bf6c3..eaa617a574af 100644 --- a/textproc/cdiff/src/cdiff.1 +++ b/textproc/cdiff/src/cdiff.1 @@ -37,8 +37,9 @@ .Op Ar diff ... .Sh DESCRIPTION .Nm -reads a unidiff or context diff from stdin or a set of files and URLs, adds color -codes, expands tabs to 8 spaces, and passes the results to +reads a unidiff or context diff from stdin or a set of (optionally compressed) +files and URLs, adds color codes, expands tabs to 8 spaces, and passes the +results to .Xr less 1 . If used on a color terminal, it makes diffs much easier to read. .Sh AUTHORS diff --git a/textproc/cdiff/src/cdiff.sh b/textproc/cdiff/src/cdiff.sh index 6824cb89811c..73827e4587ef 100644 --- a/textproc/cdiff/src/cdiff.sh +++ b/textproc/cdiff/src/cdiff.sh @@ -6,7 +6,7 @@ fetch -q -o - $1 ;; *) - cat $1 + zcat -f $1 ;; esac shift; -- cgit v1.2.3