dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 9391ccc27623a9dd4ffba2be34f0748df718697b
parent b459079fe73664fbd71444529b96761ae4fa9240
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 13 Feb 2011 17:32:34 +1000

initial exheres for wdiff

Diffstat:
Mmetadata/categories.conf | 1+
Apackages/app-text/wdiff/wdiff-0.6.5.exheres-0 | 27+++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/metadata/categories.conf b/metadata/categories.conf
@@ -1,3 +1,4 @@
+app-text
 dev-libs
 dev-python
 dev-scm
diff --git a/packages/app-text/wdiff/wdiff-0.6.5.exheres-0 b/packages/app-text/wdiff/wdiff-0.6.5.exheres-0
@@ -0,0 +1,27 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+SUMMARY="A front end to diff for comparing files on a word per word basis"
+DESCRIPTION="
+The program wdiff is a front end to diff for comparing files on a word per word basis. A word is 
+anything between whitespace. This is useful for comparing two texts in which a few words have been 
+changed and for which paragraphs have been refilled. It works by creating two temporary files, one 
+word per line, and then executes diff on these files. It collects the diff output and uses it to 
+produce a nicer display of word differences between the original files.
+"
+HOMEPAGE="http://www.gnu.org/software/${PN}/"
+DOWNLOADS="http://ftp.gnu.org/gnu/${PN}/${PNV}.tar.gz"
+
+LICENCES="GPL-3"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+    run:
+        sys-apps/diffutils
+"
+
+BUGS_TO="djc@djc.id.au"
+
+DEFAULT_SRC_CONFIGURE_PARAMS=( "--enable-experimental" )
+