Skip to content

Commit

Permalink
dwdiff-2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Mar 28, 2018
1 parent 3de52da commit deed1d8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
44 changes: 22 additions & 22 deletions dwdiff/README
Expand Up @@ -5,44 +5,42 @@ 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
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 available to change
both what is printed, and the markers.

Runtime requirements:
cygwin-1.7.27-2
libicu48-4.8.1-1
libintl8-0.18.1.1-2
cygwin-2.10.0-1
libicu60-60.2-1
libintl8-0.19.8.1-2

Build requirements:
(besides corresponding -devel packages)
binutils-2.23.51-1
cygport-0.14.1-1
gcc-core-4.8.2-2
make-4.0-2
binutils-2.29-1
cygport-0.31.0-1
gcc-core-6.4.0-5
gcc-g++-6.4.0-5
make-4.2.1-2
python-2.7.14-1

Canonical website:
http://os.ghalkes.nl/dwdiff.html

Canonical download:
http://os.ghalkes.nl/dist/dwdiff-2.0.7.tgz
https://os.ghalkes.nl/dist/dwdiff-2.1.1.tar.bz2

-------------------------------------------

Build instructions:
unpack dwdiff-2.0.7-X-src.tar.xz
if you use setup to install this src package, it will be
unpacked under /usr/src automatically
cd /usr/src
cygport ./dwdiff-2.0.7-X.cygport all
1. unpack dwdiff-2.1.1-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./dwdiff-2.1.1-X.cygport all

This will create:
/usr/src/dwdiff-2.0.7-X-src.tar.xz
/usr/src/dwdiff-2.0.7-X.tar.xz
/usr/src/dwdiff-2.1.1-X-src.tar.xz
/usr/src/dwdiff-2.1.1-X.tar.xz

-------------------------------------------

Expand Down Expand Up @@ -70,6 +68,9 @@ Files included in the binary package:

Port Notes:

----- version 2.1.1-1bl1 -----
Version bump.

----- version 2.0.7-1bl1 -----
Version bump.

Expand All @@ -78,4 +79,3 @@ Version bump.

----- version 1.9-1bl1 -----
Initial release for Cygwin-1.7 by fd0 <http://d.hatena.ne.jp/fd0>

@@ -1,5 +1,5 @@
HOMEPAGE="http://os.ghalkes.nl/${PN}.html"
SRC_URI="http://os.ghalkes.nl/dist/${P}.tgz"
SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2"

CATEGORY="Text"
SUMMARY="Front-end for the diff program that operates at the word level instead of the line level"
Expand All @@ -10,16 +10,13 @@ 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 available to change
both what is printed, and the markers."
--avoid-wraps options are not supported."

src_compile()
{
cd ${B}
lndirs
export LDLIBS='-liconv -lintl'
./configure --prefix=/usr
cygmake
}
Expand Down

0 comments on commit deed1d8

Please sign in to comment.