Update to 1.1.0

* Update HOMEPAGE.

Changelog:
* Version 1.1.0 - November 2011, by Martin von Gager

  * Updated Czech, German, Spanish, Finnish, Dutch, Polish, Slovenian,
    Swedish and Ukrainian translations.
  * Fix several issue with the use of screen in the test suite.
  * Allow WDIFF_PAGER to override PAGER environment variable.
  * Do not autodetect less, so we don't auto-enable less-mode.
    This should improve things for UTF8 text. (Savannah bug #34224)
    Less-mode is considered deprecated, as it isn't fit for multi-byte
    encodings. Nevertheless it can still be enabled on the command line.

* Version 1.0.2 - September 2011, by Martin von Gagern

  * Unofficial beta release
  * Introduces use of ngettext to allow correct handling of plural forms
This commit is contained in:
ryoon 2012-02-03 15:04:25 +00:00
parent fed6fa07bb
commit ce89ef8ef8
3 changed files with 16 additions and 17 deletions

View file

@ -1,9 +1,8 @@
`wdiff' is a front-end to GNU `diff'. It compares two files, finding
which words have been deleted or added to the first in order to create
the second. It has many output formats and interacts well with
terminals and pagers (notably with `less'). `wdiff' is particularly
useful when two texts differ only by a few words and paragraphs have
been refilled.
GNU `wdiff' has been written by Franc,ois Pinard. It is an evolving
product, and specifications might change in future releases.
The GNU wdiff program is a front end to diff for comparing files
on a word per word basis. A word is anything between whitespace.
This is useful for comparing two texts in which a few words have
been changed and for which paragraphs have been refilled. It works
by creating two temporary files, one word per line, and then executes
diff on these files. It collects the diff output and uses it to
produce a nicer display of word differences between the original
files.

View file

@ -1,14 +1,14 @@
# $NetBSD: Makefile,v 1.21 2011/10/03 13:55:37 ryoon Exp $
# $NetBSD: Makefile,v 1.22 2012/02/03 15:04:25 ryoon Exp $
#
DISTNAME= wdiff-1.0.1
DISTNAME= wdiff-1.1.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=wdiff/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/wdiff/wdiff.html
HOMEPAGE= http://www.gnu.org/software/wdiff/
COMMENT= Word-by-word diff
LICENSE= gnu-gpl-v3
LICENSE= gnu-gpl-v3 # or later
PKG_DESTDIR_SUPPORT= user-destdir

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2011/10/03 13:55:37 ryoon Exp $
$NetBSD: distinfo,v 1.9 2012/02/03 15:04:25 ryoon Exp $
SHA1 (wdiff-1.0.1.tar.gz) = 7d82dd082a8df9510ab029e89bcf3676b4d21c52
RMD160 (wdiff-1.0.1.tar.gz) = 53a8d1a640bd6943030aa01557e52adc759b3975
Size (wdiff-1.0.1.tar.gz) = 1294317 bytes
SHA1 (wdiff-1.1.0.tar.gz) = 89147bf81aeb9ba4607aabd57d05bc56002d941e
RMD160 (wdiff-1.1.0.tar.gz) = d87977019a994a03f992fc37e9565f2bad81cabc
Size (wdiff-1.1.0.tar.gz) = 1384900 bytes