FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 1:56 AM BST
Port details
dwdiff 1.9_1 textproc on this many watch lists=4 search for ports that depend on this port
A delimited word diff program
Maintained by: avl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Oct 2006 16:18:24
License: GPLv3


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.

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.

Author: Gertjan Halkes <dwdiff@ghalkes.nl>
WWW: http://os.ghalkes.nl/dwdiff.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: devel/icu, devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/textproc/dwdiff/ && make install clean
To add the package: pkg_add -r dwdiff


Configuration Options
===> The following configuration options are available for dwdiff-1.9_1:
     UNICODE=on (default) "Build with Unicode support"
===> Use 'make config' to modify these settings

Master Sites:
http://os.ghalkes.nl/dist/
http://www.logvinov.ru/files/dist/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/avl/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.9_1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
10 Jul 2011 21:06:39
Original commit files touched by this commit  1.9_1
bapt search for other commits by this committer
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
07 Feb 2011 07:07:09
Original commit files touched by this commit  1.9
avl search for other commits by this committer
- Update to 1.9

Feature safe:   yes
15 Dec 2010 11:37:49
Original commit files touched by this commit  1.8.2_1
bapt search for other commits by this committer
Chase devel/icu upgrade
Add an updating note
05 Aug 2010 02:08:38
Original commit files touched by this commit  1.8.2
avl search for other commits by this committer
- Update to 1.8.2
17 Jul 2010 02:31:39
Original commit files touched by this commit  1.8
avl search for other commits by this committer
- Update to 1.8
- Add license information
31 May 2010 02:01:56
Original commit files touched by this commit  1.7_1
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
15 Feb 2010 10:10:24
Original commit files touched by this commit  1.7
avl search for other commits by this committer
- Update to 1.7
- Use bsd.port.options.mk
- Use the provided install target instead of re-writing do-install
15 Oct 2009 09:26:17
Original commit files touched by this commit  1.6.1
avl search for other commits by this committer
- Update to 1.6.1
- Add MASTER_SITES for redundancy
10 Oct 2009 13:13:38
Original commit files touched by this commit  1.6
avl search for other commits by this committer
- Update to 1.6
28 May 2009 20:44:16
Original commit files touched by this commit  1.5.2
avl search for other commits by this committer
Change MAINTAINER on my ports to my FreeBSD email address

Approved by:    tabthorpe (mentor)
31 Mar 2009 22:08:31
Original commit files touched by this commit  1.5.2
  Sanity Test Failure
miwi search for other commits by this committer
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro

PR:             133124
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
09 Jan 2009 23:22:54
Original commit files touched by this commit  1.5.2
miwi search for other commits by this committer
- Update to 1.5.2

PR:             130282
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
24 Dec 2008 06:21:54
Original commit files touched by this commit  1.5.1
beech search for other commits by this committer
- Update to 1.5.1.
- This release fixes the text passed to diff programs without the -a option.

PR:             ports/129892
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
03 Dec 2008 00:56:17
Original commit files touched by this commit  1.5
amdmi3 search for other commits by this committer
- Update to 1.5

PR:             129379
Submitted by:   Alexander Logvinov <ports at logvinov dot com> (maintainer)
07 Jul 2008 13:41:50
Original commit files touched by this commit  1.4
miwi search for other commits by this committer
- Update to 1.4

New features:
- an option to use all punctuation characters as delimiters
- Unicode (UTF-8) support including formatting insensitive comparison
- case-insensitive comparison when the underlying diff program does not
  support it

PR:             125359
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
06 Jun 2008 14:05:09
Original commit files touched by this commit  1.3_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
22 Dec 2007 00:17:00
Original commit files touched by this commit  1.3
miwi search for other commits by this committer
- Update to 1.3

PR:             118887
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
19 May 2007 20:32:57
Original commit files touched by this commit  1.2.1_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
09 Nov 2006 07:26:25
Original commit files touched by this commit  1.2.1
clsung search for other commits by this committer
- Update to 1.2.1 (This release fixes a bug in resetting the color on 64 bit
platforms)
- Add WITHOUT_NLS knob

PR:             ports/104903
Submitted by:   maintainer (Alexander Logvinov)
07 Oct 2006 16:17:50
Original commit files touched by this commit  1.2
clsung search for other commits by this committer
Add dwdiff 1.2, a delimited word diff program.

PR:             ports/103840
Submitted by:   Alexander Logvinov <ports at logvinov.com>

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.174 seconds.