summaryrefslogtreecommitdiff
path: root/textproc/wdiff/Makefile
diff options
context:
space:
mode:
authoritojun <itojun>2000-03-12 09:28:29 +0000
committeritojun <itojun>2000-03-12 09:28:29 +0000
commitd67e91fcf020dff9b9d250d68fd4c1425c733f7f (patch)
tree4487951585d1392a841a3049d303b7f8925c3130 /textproc/wdiff/Makefile
parent418b2721f10c28482066d7952f38976dff46f5fa (diff)
downloadpkgsrc-d67e91fcf020dff9b9d250d68fd4c1425c733f7f.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/wdiff/Makefile')
-rw-r--r--textproc/wdiff/Makefile15
1 files changed, 15 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"