diff options
author | itojun <itojun> | 2000-03-12 09:28:29 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-03-12 09:28:29 +0000 |
commit | 5d5d6232f8a8ee3595f4dcbd8682da182d7cf6d5 (patch) | |
tree | 4487951585d1392a841a3049d303b7f8925c3130 /textproc | |
parent | e164d72b5e0928ec3aceefe2ca3f507fc30fc2cd (diff) | |
download | pkgsrc-5d5d6232f8a8ee3595f4dcbd8682da182d7cf6d5.tar.gz |
GNU wdiff 0.5 (word-by-word diff).
`wdiff' is a front-end to GNU `diff'. It compares two files, finding
which words have been deleted or added to the first in order to create
the second. It has many output formats and interacts well with
terminals and pagers (notably with `less'). `wdiff' is particularily
useful when two texts differ only by a few words and paragraphs have
been refilled.
GNU `wdiff' has been written by Franc,ois Pinard. It is an evolving
product, and specifications might change in future releases.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/wdiff/Makefile | 15 | ||||
-rw-r--r-- | textproc/wdiff/files/md5 | 3 | ||||
-rw-r--r-- | textproc/wdiff/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/wdiff/pkg/DESCR | 9 | ||||
-rw-r--r-- | textproc/wdiff/pkg/PLIST | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile new file mode 100644 index 00000000000..7351f59ebe0 --- /dev/null +++ b/textproc/wdiff/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/03/12 09:28:29 itojun Exp $ +# + +DISTNAME= wdiff-0.5 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=wdiff/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/wdiff/wdiff.html + +GNU_CONFIGURE= yes + +INFO_FILES+= wdiff.info + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/wdiff/files/md5 b/textproc/wdiff/files/md5 new file mode 100644 index 00000000000..6ab46466750 --- /dev/null +++ b/textproc/wdiff/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/03/12 09:28:29 itojun Exp $ + +MD5 (wdiff-0.5.tar.gz) = 7f9c78f5dd6fb4f3dabe28fbd4d14319 diff --git a/textproc/wdiff/pkg/COMMENT b/textproc/wdiff/pkg/COMMENT new file mode 100644 index 00000000000..fcef86175b7 --- /dev/null +++ b/textproc/wdiff/pkg/COMMENT @@ -0,0 +1 @@ +Word-by-word diff diff --git a/textproc/wdiff/pkg/DESCR b/textproc/wdiff/pkg/DESCR new file mode 100644 index 00000000000..793ef4b776d --- /dev/null +++ b/textproc/wdiff/pkg/DESCR @@ -0,0 +1,9 @@ +`wdiff' is a front-end to GNU `diff'. It compares two files, finding +which words have been deleted or added to the first in order to create +the second. It has many output formats and interacts well with +terminals and pagers (notably with `less'). `wdiff' is particularily +useful when two texts differ only by a few words and paragraphs have +been refilled. + +GNU `wdiff' has been written by Franc,ois Pinard. It is an evolving +product, and specifications might change in future releases. diff --git a/textproc/wdiff/pkg/PLIST b/textproc/wdiff/pkg/PLIST new file mode 100644 index 00000000000..dcff686fee3 --- /dev/null +++ b/textproc/wdiff/pkg/PLIST @@ -0,0 +1,5 @@ +bin/wdiff +@unexec install-info --delete %D/info/wdiff.info %D/info/dir +info/wdiff.info +@exec install-info %D/info/wdiff.info %D/info/dir + |