Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5c64a9194e116981d99d26fc40327a53c07bb14b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5c64a9194e116981d99d26fc40327a53c07bb14b)
  • Date: Tue, 8 Jul 2008 03:16:36 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
utils/dwdiff/BUILD | 1 +
utils/dwdiff/DETAILS | 22 ++++++++++++++++++++++
utils/dwdiff/HISTORY | 3 +++
4 files changed, 29 insertions(+)

New commits:
commit 5c64a9194e116981d99d26fc40327a53c07bb14b
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

utils/dwdiff: new spell, a delimited word diff program

diff --git a/ChangeLog b/ChangeLog
index a8359d3..5c6c82a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-07-08 Ladislav Hagara <hgr AT vabo.cz>
+ * utils/dwdiff: new spell, a delimited word diff program
+
2008-07-07 Alexander Tsamutali <astsmtl AT gmail.com>
* chat-im/tkabber-plugins: new spell, plugins for Tkabber

diff --git a/utils/dwdiff/BUILD b/utils/dwdiff/BUILD
new file mode 100755
index 0000000..5d0898f
--- /dev/null
+++ b/utils/dwdiff/BUILD
@@ -0,0 +1 @@
+./configure --prefix=${INSTALL_ROOT}/usr
diff --git a/utils/dwdiff/DETAILS b/utils/dwdiff/DETAILS
new file mode 100755
index 0000000..7fb1c32
--- /dev/null
+++ b/utils/dwdiff/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=dwdiff
+ VERSION=1.4
+ SOURCE=$SPELL-$VERSION.tgz
+ SOURCE_URL[0]=http://os.ghalkes.nl/dist/$SOURCE
+
SOURCE_HASH=sha512:4f48bf00880dc83d6081a26ab3d4364ce6fd9e681910ff7c3e252d647f62d5263d2e7c899ffe2e235c8a9c238a83037bfc3ed1c33e8c340177222dabfc809a61
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://os.ghalkes.nl/dwdiff.html
+ LICENSE[0]=GPL
+ ENTERED=20080708
+ SHORT="a delimited word diff program"
+cat << EOF
+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. The default output
+from dwdiff is the new text, with the deleted and inserted parts annotated
+with markers. Command line options are available to change both what is
+printed and the markers.
+EOF
diff --git a/utils/dwdiff/HISTORY b/utils/dwdiff/HISTORY
new file mode 100644
index 0000000..c8fced5
--- /dev/null
+++ b/utils/dwdiff/HISTORY
@@ -0,0 +1,3 @@
+2008-07-08 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, BUILD, HISTORY: spell created, version 1.4
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5c64a9194e116981d99d26fc40327a53c07bb14b), Ladislav Hagara, 07/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page