2014-07-29 04:52:50 +02:00
|
|
|
# $NetBSD: Makefile,v 1.28 2014/07/29 02:52:50 wen Exp $
|
2000-03-12 10:28:29 +01:00
|
|
|
#
|
|
|
|
|
2014-07-29 04:52:50 +02:00
|
|
|
DISTNAME= wdiff-1.2.2
|
2000-03-12 10:28:29 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=wdiff/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
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
2012-02-03 16:04:25 +01:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/wdiff/
|
2001-02-17 18:31:58 +01:00
|
|
|
COMMENT= Word-by-word diff
|
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
2012-02-03 16:04:25 +01:00
|
|
|
LICENSE= gnu-gpl-v3 # or later
|
2000-03-12 10:28:29 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2006-03-05 17:27:22 +01:00
|
|
|
USE_TOOLS+= makeinfo
|
Update to 0.6.5.
Fix PR pkg/44519
Changelog:
* Version 0.6.5 - December 2010, by Martin von Gagern
* Never initialize or deinitialize terminals, as we do no cursor movement
* Deprecated --no-init-term (-K) command line option
* Avoid relative path in man pages
* Updated gnulib, might be particularly important for uClibc users
* Version 0.6.4 - November 2010, by Martin von Gagern
* Updated Catalan translations
* Updated gnulib
* Version 0.6.3 - June 2010, by Martin von Gagern
* Updated Italian and Swedish translations
* Updated gnulib
* Version 0.6.2 - May 2010, by Martin von Gagern
* Fix shell syntax in configure script
* Updated gnulib and gettext, the latter to 0.18
* Updated Dutch translation
* Fixed a number of portability issues reported by maint.mk syntax checks
* Version 0.6.1 - April 2010, by Martin von Gagern
* Introduce --with-default-pager=PAGER configure switch.
* Fix missing newline in info dir entry list.
* Version 0.6.0 - March 2010, by Martin von Gagern
First official release in a long time. Everything since 0.5 was inofficial.
* `wdiff -d' to read input from single unified diff, perhaps stdin.
* Updated texinfo documentation taking experimental switch into account.
* Experimental programs (mdiff & friends) and a configure switch
--enable-experimental to control them.
* Recent imports from gnulib, use of recent autotools.
* Improved autodetection of termcap library like ncurses.
* Reformatted translations, still a number of fuzzy translations.
* Changed from CVS to bzr for source code version control.
* Various bug fixes. See ChangeLog for a more exhaustive list.
* Known bugs: this NEWS file here was outdated in the release tarball.
* Version 0.5.4 - June 2007, by Denver Gingerich
Integrated following changes from 0.5g (Francois Pinard, November 1998):
* Messages from programs may be output in many natural languages.
* Short `man' pages get installed for `mdiff', `unidiff' and `wdiff'.
* The original man page for `wdiff' gets withdrawn, for legalistic reasons.
* New `unify' converts context diffs to unidiffs or vice-versa.
* New `mdiff' finds identical line clusters in one or more files.
* A new `-K' option inhibits termcap initialization and termination.
* Version 0.5.3 - June 2007, by Denver Gingerich
No user-visible changes; see ChangeLog for details
2011-02-05 18:47:22 +01:00
|
|
|
INFO_FILES= yes
|
2000-03-12 10:28:29 +01:00
|
|
|
|
Update to 0.6.5.
Fix PR pkg/44519
Changelog:
* Version 0.6.5 - December 2010, by Martin von Gagern
* Never initialize or deinitialize terminals, as we do no cursor movement
* Deprecated --no-init-term (-K) command line option
* Avoid relative path in man pages
* Updated gnulib, might be particularly important for uClibc users
* Version 0.6.4 - November 2010, by Martin von Gagern
* Updated Catalan translations
* Updated gnulib
* Version 0.6.3 - June 2010, by Martin von Gagern
* Updated Italian and Swedish translations
* Updated gnulib
* Version 0.6.2 - May 2010, by Martin von Gagern
* Fix shell syntax in configure script
* Updated gnulib and gettext, the latter to 0.18
* Updated Dutch translation
* Fixed a number of portability issues reported by maint.mk syntax checks
* Version 0.6.1 - April 2010, by Martin von Gagern
* Introduce --with-default-pager=PAGER configure switch.
* Fix missing newline in info dir entry list.
* Version 0.6.0 - March 2010, by Martin von Gagern
First official release in a long time. Everything since 0.5 was inofficial.
* `wdiff -d' to read input from single unified diff, perhaps stdin.
* Updated texinfo documentation taking experimental switch into account.
* Experimental programs (mdiff & friends) and a configure switch
--enable-experimental to control them.
* Recent imports from gnulib, use of recent autotools.
* Improved autodetection of termcap library like ncurses.
* Reformatted translations, still a number of fuzzy translations.
* Changed from CVS to bzr for source code version control.
* Various bug fixes. See ChangeLog for a more exhaustive list.
* Known bugs: this NEWS file here was outdated in the release tarball.
* Version 0.5.4 - June 2007, by Denver Gingerich
Integrated following changes from 0.5g (Francois Pinard, November 1998):
* Messages from programs may be output in many natural languages.
* Short `man' pages get installed for `mdiff', `unidiff' and `wdiff'.
* The original man page for `wdiff' gets withdrawn, for legalistic reasons.
* New `unify' converts context diffs to unidiffs or vice-versa.
* New `mdiff' finds identical line clusters in one or more files.
* A new `-K' option inhibits termcap initialization and termination.
* Version 0.5.3 - June 2007, by Denver Gingerich
No user-visible changes; see ChangeLog for details
2011-02-05 18:47:22 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2008-03-05 16:56:19 +01:00
|
|
|
.include "../../mk/termcap.buildlink3.mk"
|
2000-03-12 10:28:29 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|