diff options
author | markd <markd> | 2014-11-14 10:08:09 +0000 |
---|---|---|
committer | markd <markd> | 2014-11-14 10:08:09 +0000 |
commit | fbfdbc1be154c4d23979adf022936bb030d3b2ae (patch) | |
tree | 2221e2ddd0a43c397dd842394d476cfb14ae68d4 | |
parent | 60c1164679c14d50f8a35cdb1b27bb7c15caef89 (diff) | |
download | pkgsrc-fbfdbc1be154c4d23979adf022936bb030d3b2ae.tar.gz |
Update kdiff3 to 0.9.98
Version 0.9.98 - 2014-07-04
===========================
- Text rendering now with QTextLayout fixes the following issues
- Correct handling for variable width fonts.
- Corrected display of highlighted text with Qt4.8.x on Ubuntu and Mac.
- Improved handling of texts with both right to left and left to right
languages (mixed Arabic and western texts).
- Improved handling of Chinese and Japanese.
- Whitespace characters are now shown as dots for spaces and arrows for
tabs, and not only in differences.
- Fixed symlink comparison (Qt4 symLinkTarget returns absolute paths)
- Text analysis for rendering with QTextLayout is interruptable and
multithreaded. (See progressbar and abort-button in statusbar)
- Fix for saving to relative path in KDE-environments. (Patch from Harald Sitter)
- Fixed bug in 0.9.97: Directory compare was always case sensitive.
- Fix for saving files on KDE with relative path specified via command
line option -o.
- Fixed problem with KIO (nonlocal urls).
- Improved Mac support.
- Write --confighelp information to stdout instead of stderr.
- Directory Merge Window: Enabled state of "Delete A And B" now also
depends on existence of source file A.
- Works now with Qt4 and Qt5
- Progress dialog during printing.
- Workaround for bug in QSplitter::childEvent that broke
QFileDialog::getSaveFileName
-rw-r--r-- | devel/kdiff3/Makefile | 5 | ||||
-rw-r--r-- | devel/kdiff3/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/kdiff3/Makefile b/devel/kdiff3/Makefile index 702f89bddc4..345fc40b4f2 100644 --- a/devel/kdiff3/Makefile +++ b/devel/kdiff3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2014/11/07 19:39:29 adam Exp $ +# $NetBSD: Makefile,v 1.42 2014/11/14 10:08:09 markd Exp $ # -DISTNAME= kdiff3-0.9.97 -PKGREVISION= 11 +DISTNAME= kdiff3-0.9.98 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdiff3/} diff --git a/devel/kdiff3/distinfo b/devel/kdiff3/distinfo index cd17b158a26..d7c1c131563 100644 --- a/devel/kdiff3/distinfo +++ b/devel/kdiff3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/04/06 10:20:43 markd Exp $ +$NetBSD: distinfo,v 1.5 2014/11/14 10:08:09 markd Exp $ -SHA1 (kdiff3-0.9.97.tar.gz) = 1f2828c4b287b905bac64992b46a3e9231319547 -RMD160 (kdiff3-0.9.97.tar.gz) = cbbac8e0ad39fa3a2403199ceaac6239de94b83e -Size (kdiff3-0.9.97.tar.gz) = 1803769 bytes +SHA1 (kdiff3-0.9.98.tar.gz) = 1390b4ca9c58316de49cb0aabb433f14ebf2dc3f +RMD160 (kdiff3-0.9.98.tar.gz) = 17fc05df3fd8f052e2010834ba8efe2481e4f434 +Size (kdiff3-0.9.98.tar.gz) = 1762715 bytes |