summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author slakmagik <slakmagik@gmail.com>2011-11-13 02:25:36 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-11-13 02:25:36 -0600
commit7ac98e752dd60739b4de47cefdeb43299bfabdae (patch)
tree72bfe2d8e911886971ca95f55df6892f67d5ffd6
parentf87812f36781ff2c01cdd519351c7ce9ec54526f (diff)
downloadslackbuilds-7ac98e752dd60739b4de47cefdeb43299bfabdae.tar.gz
slackbuilds-7ac98e752dd60739b4de47cefdeb43299bfabdae.tar.xz
misc/dwdiff: Updated for version 2.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--misc/dwdiff/README17
-rw-r--r--misc/dwdiff/doDiff.c.patch13
-rw-r--r--misc/dwdiff/dwdiff.SlackBuild5
-rw-r--r--misc/dwdiff/dwdiff.info6
-rw-r--r--misc/dwdiff/slack-desc16
5 files changed, 36 insertions, 21 deletions
diff --git a/misc/dwdiff/README b/misc/dwdiff/README
index 17c4433461..255de9238a 100644
--- a/misc/dwdiff/README
+++ b/misc/dwdiff/README
@@ -1,12 +1,11 @@
-dwdiff is a front-end for the diff program that operates at the word
-level instead of the line level. It is different from wdiff in that it
-allows the user to specify what should be considered whitespace, and in
-that it takes an optional list of characters that should be considered
-delimiters. Delimiters are single characters that are treated as if they
-are words, even when there is no whitespace separating them from
-preceding words or delimiters. dwdiff is mostly commandline compatible
-with wdiff. Only the --autopager, --terminal and --avoid-wraps options
-are not supported.
+dwdiff is a diff program that operates at the word level instead of the
+line level. It is different from wdiff in that it allows the user to
+specify what should be considered whitespace, and in that it takes an
+optional list of characters that should be considered delimiters.
+Delimiters are single characters that are treated as if they are words,
+even when there is no whitespace separating them from preceding words or
+delimiters. dwdiff is mostly commandline compatible with wdiff. Only the
+--autopager, --terminal and --avoid-wraps options are not supported.
The default output from dwdiff is the new text, with the deleted and
inserted parts annotated with markers. Command line options are
diff --git a/misc/dwdiff/doDiff.c.patch b/misc/dwdiff/doDiff.c.patch
new file mode 100644
index 0000000000..fd2ffe6578
--- /dev/null
+++ b/misc/dwdiff/doDiff.c.patch
@@ -0,0 +1,13 @@
+diff -Naurp dwdiff-2.0.1.orig/src/doDiff.c dwdiff-2.0.1/src/doDiff.c
+--- dwdiff-2.0.1.orig/src/doDiff.c 2011-10-26 14:32:22.000000000 -0400
++++ dwdiff-2.0.1/src/doDiff.c 2011-10-27 00:34:59.785336664 -0400
+@@ -190,7 +190,9 @@ static void handleNextWhitespace(InputFi
+ whitespace.
+ */
+ static void handleSynchronizedNextWhitespace(bool printNew) {
++#ifdef USE_UNICODE
+ static_assert(CRLF_GRAPHEME_CLUSTER_BREAK == 0);
++#endif
+
+ bool BValid = true;
+ unsigned int *lineNumberA, *lineNumberB;
diff --git a/misc/dwdiff/dwdiff.SlackBuild b/misc/dwdiff/dwdiff.SlackBuild
index 4608943994..aa792c8aec 100644
--- a/misc/dwdiff/dwdiff.SlackBuild
+++ b/misc/dwdiff/dwdiff.SlackBuild
@@ -5,7 +5,7 @@
# Released under the WTFPL
PRGNAM=dwdiff
-VERSION=${VERSION:-1.9}
+VERSION=${VERSION:-2.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -58,6 +58,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 \
-o -perm 400 \) -exec chmod 644 {} \;
+# Patch for a build failure if not building with unicode.
+patch -p1 < $CWD/doDiff.c.patch
+
# This is one messed up makefile - and its configure doesn't accept '--build'
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/misc/dwdiff/dwdiff.info b/misc/dwdiff/dwdiff.info
index 0b85c697ef..dbb8c09cbc 100644
--- a/misc/dwdiff/dwdiff.info
+++ b/misc/dwdiff/dwdiff.info
@@ -1,8 +1,8 @@
PRGNAM="dwdiff"
-VERSION="1.9"
+VERSION="2.0.1"
HOMEPAGE="http://os.ghalkes.nl/dwdiff.html"
-DOWNLOAD="http://os.ghalkes.nl/dist/dwdiff-1.9.tgz"
-MD5SUM="f483d8d8dab7a972ef21d5096e07fd47"
+DOWNLOAD="http://os.ghalkes.nl/dist/dwdiff-2.0.1.tgz"
+MD5SUM="1d87b54187515ecbfa803df505999e79"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="slakmagik"
diff --git a/misc/dwdiff/slack-desc b/misc/dwdiff/slack-desc
index ef6737a7d5..e303139ea6 100644
--- a/misc/dwdiff/slack-desc
+++ b/misc/dwdiff/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
-dwdiff: dwdiff (word-level front-end for diff)
+dwdiff: dwdiff (word-level diff program)
dwdiff:
-dwdiff: dwdiff is a front-end for the diff program that operates at the word
-dwdiff: level instead of the line level. It is different from wdiff in that
-dwdiff: it allows the user to specify what should be considered whitespace,
-dwdiff: and in that it takes an optional list of characters that should
-dwdiff: be considered delimiters. Delimiters are single characters that
-dwdiff: are treated as if they are words, even when there is no whitespace
-dwdiff: separating them from preceding words or delimiters.
+dwdiff: dwdiff is a diff program that operates at the word level instead of
+dwdiff: the line level. It is different from wdiff in that it allows the
+dwdiff: user to specify what should be considered whitespace, and in that
+dwdiff: it takes an optional list of characters that should be considered
+dwdiff: delimiters. Delimiters are single characters that are treated as if
+dwdiff: they are words, even when there is no whitespace separating them
+dwdiff: from preceding words or delimiters.
dwdiff:
dwdiff: Homepage: http://os.ghalkes.nl/dwdiff.html