pkgsrc/textproc/wdiff/Makefile
ryoon fb5b000cd9 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 15:04:25 +00:00

23 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.22 2012/02/03 15:04:25 ryoon Exp $
#
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/
COMMENT= Word-by-word diff
LICENSE= gnu-gpl-v3 # or later
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= makeinfo
INFO_FILES= yes
CHECK_FILES_SKIP+= lib/charset.alias
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"