Port details |
- wdiff Display word differences between text files
- 1.2.2_3 textproc =11 1.2.2_3Version of this port present on the latest quarterly branch.
- Maintainer: dinoex@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-01-12 20:15:20
- Commit Hash: 8134394
- People watching this port, also watch:: rsync, zip, openssl, unzip, wget
- License: GPLv3+
- WWW:
- https://www.gnu.org/software/wdiff/
- Description:
- << wdiff >>
From man page of wdiff:
wdiff compares two files, finding which words have been
deleted or added to old_file to get new_file. A word is
anything between whitespace. The output is collected and
used to produce an annotated copy of new_file on standard
output. Suitable annotations produce a nice display of
word differences between the original files.
Example:
text-a
I like FreeBSD.
text-b
I love FreeBSD.
% wdiff -n text-a text-b
I [-like-] {+love+} FreeBSD.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/wdiff/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/wdiff
- pkg install wdiff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wdiff
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (wdiff-1.2.2.tar.gz) = 34ff698c870c87e6e47a838eeaaae729fa73349139fc8db12211d2a22b78af6b
SIZE (wdiff-1.2.2.tar.gz) = 1478567
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- makeinfo : print/texinfo
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- textproc/rfcdiff
Configuration Options:
- ===> The following configuration options are available for wdiff-1.2.2_3:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- textproc_wdiff
- USES:
- charsetfix makeinfo gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.2_3 12 Jan 2024 20:15:20 |
Dirk Meyer (dinoex) |
textproc/wdiff: use ${PREFIX}/share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.2_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.2_2 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.2.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.2_2 04 Feb 2020 16:22:00 |
dinoex |
- take maintainership |
1.2.2_2 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.2.2_1 25 Feb 2017 13:47:27 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers |
1.2.2_1 22 Jan 2017 22:02:26 |
rene |
Reset sanpei@'s ports after 18 months of inactivity. |
1.2.2_1 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.2.2 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
1.2.2 21 Sep 2014 15:17:24 |
dinoex |
- fix build with OPTION_USET=NLS
PR: 193357
Approved by: (maintainer timeout) |
1.2.2 26 Jun 2014 08:41:34 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
1.2.2 10 Jun 2014 14:00:17 |
sanpei |
Update to 1.2.2.
Add staging support. |
1.2.1 21 Feb 2014 13:39:49 |
ehaupt |
Remove trailing whitespaces from category textproc |
1.2.1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.2.1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.2.1 12 Jun 2013 13:36:54 |
miwi |
- Switch to charsetfix to fix the build
Reported by: pkg (DEVELOPER_MODE) |
1.2.1 06 May 2013 09:26:23 |
bapt |
Finish converting textproc from WITHOUT_NLS to PORT_OPTIONS:MNLS |
1.2.1 02 May 2013 14:50:08 |
sanpei |
fix pkg-plist
Submitted by: Andrzej Tobola |
1.2.1 01 May 2013 14:51:41 |
sanpei |
Update 1.2.1
- Main topic: Added Esperanto translation. |
1.1.2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.1.2 02 Jul 2012 11:21:28 |
sanpei |
Update 1.1.2 |
1.1.1 25 May 2012 11:59:38 |
sanpei |
Update 1.1.1 |
1.1.0 26 Nov 2011 04:43:01 |
sanpei |
- Update to 1.1.0
- Use GNU MASTER_SITES macro
PR: ports/162617
Feature safe: yes |
1.0.1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.0.1 23 Sep 2011 23:44:09 |
sanpei |
Update to 1.01
Changes:
* Updated Polish, Ukrainian, Slovenian, Dutch, Finnish, Swedish and
Czech translations |
1.0.0 09 Sep 2011 12:32:31 |
sanpei |
Update to 1.00
Changes:
Changed major version to 1 to reflect maturity of the package
Updated Dutch, French, Danish and Slovenian translations
Added Ukrainian translation
Improved error reporting in case a child process has problems
Added tests to the test suite
Updated gnulib |
0.6.5 09 Dec 2010 14:00:07 |
sanpei |
Update to 0.6.5 |
0.6.4_2 02 Dec 2010 14:32:23 |
sanpei |
add WITHOUT_NLS support.
(Don't update charset.alias if WITHOUT_NLS is set)
Submitted by: swell.k at gmail.com |
0.6.4_1 01 Dec 2010 13:23:44 |
sanpei |
I forgot to add lib/charset.alias to PLIST_FILES.
Pointed out by: QAT |
0.6.4 30 Nov 2010 14:23:50 |
sanpei |
Update to 0.6.4 |
0.5_3 08 Nov 2010 15:57:38 |
pav |
- Fix build by letting configure come up with its own value of ${CPP}
Reported by: pointyhat |
0.5_3 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.5_3 05 Dec 2005 02:34:07 |
edwin |
Remove install-info from Makefile, it's automatically done when INFO is defined |
0.5_3 11 Nov 2004 17:22:14 |
leeym |
- utilize INFO and PLIST_FILES, and retire pkg-plist
- add WWW in pkg-descr
PR: 73238
Submitted by: leeym
Approved by: maintainer timeout |
0.5_3 15 Apr 2004 09:47:39 |
sanpei |
use INFO_PATH
Obtainde from NetBSD
- Enable termcap. Chack tputs() after -ltermcap is detected (configure*).
- Use mkstemp() instead of tmpnam(), for safety. |
0.5_2 15 Apr 2004 09:08:18 |
sanpei |
fix -v and --version options
Submitted by: Daniel V Klein <dvk@lonewolf.com> |
0.5_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.5_1 22 Feb 2003 13:24:09 |
sanpei |
de-pkg-comment. |
16 Aug 2001 09:04:58 |
sanpei |
Fix enviroment variable `DIFF_OPTIONS' problem Fix --ignore-case option |
05 Feb 2001 16:35:27 |
olgeni |
More style fixes for ports/textproc. |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |
03 Aug 2000 15:28:34 |
sanpei |
change my e-mail address --> sanpei@FreeBSD.org |
02 Jul 2000 15:09:35 |
sanpei |
Change maintainer's mail address. --> sanpei@sanpei.org |