pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/kdiff3



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Nov  3 02:19:16 UTC 2019

Modified Files:
        pkgsrc/devel/kdiff3: DESCR Makefile PLIST distinfo

Log Message:
kdiff3: update to 1.8.1 (Qt5 port)

Change log:

[No change log entries for 1.8.1 available.]

Version 1.8 - 2019-03-22
===========================
-Don't enable "Choose C for Everthing" on two way merge.
-cleanup code.

Version 1.7.90 - 2017-01-23
============================
-ported to QT5/KDEFramework5
-require cmake 3.1
-abandonded Konqueror specific plugin no longer applicable.
-kde4 support dropped due to extensive changes needed for QT5/KDEFramework5
  -QT5 now required because of above changes.
-bugfix: Show Indentical files setting not applied after rescan.
-Change parameter errors to use dialog on Linux as well as console output.
-Don't sort twice when sorting in reverse order.
-fix memmory leak introduced in 0.9.91.
-change version numbering.
-scrap ClearCase support
-implement Cut/Paste.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/kdiff3/DESCR
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/kdiff3/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/kdiff3/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/kdiff3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/kdiff3/DESCR
diff -u pkgsrc/devel/kdiff3/DESCR:1.1.1.1 pkgsrc/devel/kdiff3/DESCR:1.2
--- pkgsrc/devel/kdiff3/DESCR:1.1.1.1   Sat Mar 24 14:22:24 2007
+++ pkgsrc/devel/kdiff3/DESCR   Sun Nov  3 02:19:16 2019
@@ -1,8 +1,11 @@
-KDiff3 is a program that
+KDiff3 is a file and directory diff and merge tool which
 
-    * compares and merges two or three input files or directories,
-    * shows the differences line by line and character by character (!),
-    * provides an automatic merge-facility and
-    * an integrated editor for comfortable solving of merge-conflicts
-    * has support for KDE-KIO (ftp, sftp, http, fish, smb)
-    * and has an intuitive graphical user interface.
+    * compares and merges two or three text input files or directories,
+    * shows the differences line by line and character by character(!),
+    * provides an automatic merge-facility,
+    * has an editor for comfortable solving of merge-conflicts,
+    * provides network transparency via KIO,
+    * has options to highlight or hide changes in white-space or comments,
+    * supports Unicode, UTF-8 and other file encodings,
+    * prints differences,
+    * supports version control keyword and history merging.

Index: pkgsrc/devel/kdiff3/Makefile
diff -u pkgsrc/devel/kdiff3/Makefile:1.56 pkgsrc/devel/kdiff3/Makefile:1.57
--- pkgsrc/devel/kdiff3/Makefile:1.56   Thu Aug 22 12:23:02 2019
+++ pkgsrc/devel/kdiff3/Makefile        Sun Nov  3 02:19:16 2019
@@ -1,26 +1,35 @@
-# $NetBSD: Makefile,v 1.56 2019/08/22 12:23:02 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.57 2019/11/03 02:19:16 gutteridge Exp $
 
-DISTNAME=      kdiff3-0.9.98
-PKGREVISION=   14
+VERSION=       1.8.1
+DISTNAME=      kdiff3-${VERSION}
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=kdiff3/}
+MASTER_SITES=  ${MASTER_SITE_KDE:=kdiff3/}
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://kdiff3.sourceforge.net/
-COMMENT=       File and directory diff and merge tool (KDE4)
+HOMEPAGE=      https://kde.org/applications/development/org.kde.kdiff3
+COMMENT=       File and directory diff and merge tool
 LICENSE=       gnu-gpl-v2
 
-BUILD_DEPENDS+=        automoc4>=0.9.83:../../devel/automoc4
+USE_CMAKE=     yes
+USE_LANGUAGES= c c++
 
-USE_PKGLOCALEDIR=      yes
-USE_LANGUAGES=         c c++
+BUILDLINK_TRANSFORM+=  rm:-Wl,--fatal-warnings
 
-USE_TOOLS+=    msgfmt pkg-config
+BUILD_DEPENDS+=        extra-cmake-modules>=5.10.0:../../devel/extra-cmake-modules
+TOOLS_DEPENDS.cmake=   cmake>=3.0:../../devel/cmake
 
-.include "../../meta-pkgs/kde4/kde4.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.kcoreaddons+=    kcoreaddons>=5.61.0
+.include "../../devel/kcoreaddons/buildlink3.mk"
+.include "../../devel/kcrash/buildlink3.mk"
+.include "../../devel/kdoctools/buildlink3.mk"
+BUILDLINK_API_DEPENDS.ki18n+=  ki18n>=5.61.0
+.include "../../devel/ki18n/buildlink3.mk"
+.include "../../devel/kio/buildlink3.mk"
+.include "../../devel/kparts/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../x11/kde-baseapps4/buildlink3.mk"
-.include "../../x11/kdelibs4/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../graphics/kiconthemes/buildlink3.mk"
+.include "../../x11/kwidgetsaddons/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/kdiff3/PLIST
diff -u pkgsrc/devel/kdiff3/PLIST:1.4 pkgsrc/devel/kdiff3/PLIST:1.5
--- pkgsrc/devel/kdiff3/PLIST:1.4       Sat Apr  6 10:20:43 2013
+++ pkgsrc/devel/kdiff3/PLIST   Sun Nov  3 02:19:16 2019
@@ -1,157 +1,158 @@
-@comment $NetBSD: PLIST,v 1.4 2013/04/06 10:20:43 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/11/03 02:19:16 gutteridge Exp $
 bin/kdiff3
-lib/kde4/kdiff3fileitemaction.so
-share/applications/kde4/kdiff3.desktop
-share/doc/kde/HTML/da/kdiff3/common
-share/doc/kde/HTML/da/kdiff3/index.cache.bz2
-share/doc/kde/HTML/da/kdiff3/index.docbook
-share/doc/kde/HTML/de/kdiff3/common
-share/doc/kde/HTML/de/kdiff3/index.cache.bz2
-share/doc/kde/HTML/de/kdiff3/index.docbook
-share/doc/kde/HTML/en/kdiff3/common
-share/doc/kde/HTML/en/kdiff3/dirbrowser.png
-share/doc/kde/HTML/en/kdiff3/dirmergebig.png
-share/doc/kde/HTML/en/kdiff3/index.cache.bz2
-share/doc/kde/HTML/en/kdiff3/index.docbook
-share/doc/kde/HTML/en/kdiff3/iteminfo.png
-share/doc/kde/HTML/en/kdiff3/letter_by_letter.png
-share/doc/kde/HTML/en/kdiff3/merge_current.png
-share/doc/kde/HTML/en/kdiff3/new.png
-share/doc/kde/HTML/en/kdiff3/open_dialog.png
-share/doc/kde/HTML/en/kdiff3/screenshot_diff.png
-share/doc/kde/HTML/en/kdiff3/screenshot_merge.png
-share/doc/kde/HTML/en/kdiff3/triple_diff.png
-share/doc/kde/HTML/en/kdiff3/white_space.png
-share/doc/kde/HTML/es/kdiff3/common
-share/doc/kde/HTML/es/kdiff3/index.cache.bz2
-share/doc/kde/HTML/es/kdiff3/index.docbook
-share/doc/kde/HTML/et/kdiff3/common
-share/doc/kde/HTML/et/kdiff3/index.cache.bz2
-share/doc/kde/HTML/et/kdiff3/index.docbook
-share/doc/kde/HTML/fr/kdiff3/common
-share/doc/kde/HTML/fr/kdiff3/index.cache.bz2
-share/doc/kde/HTML/fr/kdiff3/index.docbook
-share/doc/kde/HTML/it/kdiff3/common
-share/doc/kde/HTML/it/kdiff3/index.cache.bz2
-share/doc/kde/HTML/it/kdiff3/index.docbook
-share/doc/kde/HTML/nl/kdiff3/common
-share/doc/kde/HTML/nl/kdiff3/index.cache.bz2
-share/doc/kde/HTML/nl/kdiff3/index.docbook
-share/doc/kde/HTML/pt/kdiff3/common
-share/doc/kde/HTML/pt/kdiff3/index.cache.bz2
-share/doc/kde/HTML/pt/kdiff3/index.docbook
+lib/plugins/kf5/kfileitemaction/kdiff3fileitemaction.so
+lib/plugins/kf5/parts/kdiff3part.so
+man/de/man1/kdiff3.1
+man/it/man1/kdiff3.1
+man/man1/kdiff3.1
+man/nl/man1/kdiff3.1
+man/uk/man1/kdiff3.1
+share/applications/org.kde.kdiff3.desktop
+share/doc/HTML/en/kdiff3/dirbrowser.png
+share/doc/HTML/en/kdiff3/dirmergebig.png
+share/doc/HTML/en/kdiff3/index.cache.bz2
+share/doc/HTML/en/kdiff3/index.docbook
+share/doc/HTML/en/kdiff3/iteminfo.png
+share/doc/HTML/en/kdiff3/letter_by_letter.png
+share/doc/HTML/en/kdiff3/merge_current.png
+share/doc/HTML/en/kdiff3/new.png
+share/doc/HTML/en/kdiff3/open_dialog.png
+share/doc/HTML/en/kdiff3/screenshot_diff.png
+share/doc/HTML/en/kdiff3/screenshot_merge.png
+share/doc/HTML/en/kdiff3/triple_diff.png
+share/doc/HTML/en/kdiff3/white_space.png
+share/doc/HTML/it/kdiff3/index.cache.bz2
+share/doc/HTML/it/kdiff3/index.docbook
+share/doc/HTML/nl/kdiff3/index.cache.bz2
+share/doc/HTML/nl/kdiff3/index.docbook
+share/doc/HTML/uk/kdiff3/index.cache.bz2
+share/doc/HTML/uk/kdiff3/index.docbook
+share/icons/hicolor/128x128/apps/kdiff3.png
 share/icons/hicolor/16x16/apps/kdiff3.png
+share/icons/hicolor/22x22/apps/kdiff3.png
+share/icons/hicolor/256x256/apps/kdiff3.png
 share/icons/hicolor/32x32/apps/kdiff3.png
-share/icons/locolor/16x16/apps/kdiff3.png
-share/icons/locolor/32x32/apps/kdiff3.png
-share/kde/apps/kdiff3/kdiff3_shell.rc
-share/kde/apps/kdiff3part/kdiff3_part.rc
-share/kde4/services/kdiff3fileitemaction.desktop
-share/kde4/services/kdiff3part.desktop
+share/icons/hicolor/48x48/apps/kdiff3.png
+share/icons/hicolor/64x64/apps/kdiff3.png
+share/icons/hicolor/scalable/apps/kdiff3.svgz
+share/kservices5/kdiff3part.desktop
+share/kxmlgui5/kdiff3/kdiff3_shell.rc
+share/kxmlgui5/kdiff3part/kdiff3_part.rc
 share/locale/ar/LC_MESSAGES/kdiff3.mo
 share/locale/bg/LC_MESSAGES/kdiff3.mo
 share/locale/br/LC_MESSAGES/kdiff3.mo
 share/locale/bs/LC_MESSAGES/kdiff3.mo
 share/locale/bs/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/bs/LC_MESSAGES/kdiff3plugin.mo
+share/locale/ca/LC_MESSAGES/diff_ext.mo
 share/locale/ca/LC_MESSAGES/kdiff3.mo
 share/locale/ca/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/ca/LC_MESSAGES/kdiff3plugin.mo
+share/locale/ca@valencia/LC_MESSAGES/diff_ext.mo
 share/locale/ca@valencia/LC_MESSAGES/kdiff3.mo
-share/locale/ca@valencia/LC_MESSAGES/kdiff3plugin.mo
+share/locale/ca@valencia/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/cs/LC_MESSAGES/diff_ext.mo
 share/locale/cs/LC_MESSAGES/kdiff3.mo
 share/locale/cs/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/cs/LC_MESSAGES/kdiff3plugin.mo
 share/locale/cy/LC_MESSAGES/kdiff3.mo
 share/locale/da/LC_MESSAGES/kdiff3.mo
 share/locale/da/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/da/LC_MESSAGES/kdiff3plugin.mo
+share/locale/de/LC_MESSAGES/diff_ext.mo
 share/locale/de/LC_MESSAGES/kdiff3.mo
 share/locale/de/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/de/LC_MESSAGES/kdiff3plugin.mo
 share/locale/el/LC_MESSAGES/kdiff3.mo
 share/locale/el/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/el/LC_MESSAGES/kdiff3plugin.mo
+share/locale/en_GB/LC_MESSAGES/diff_ext.mo
 share/locale/en_GB/LC_MESSAGES/kdiff3.mo
-share/locale/en_GB/LC_MESSAGES/kdiff3plugin.mo
+share/locale/en_GB/LC_MESSAGES/kdiff3fileitemactionplugin.mo
 share/locale/eo/LC_MESSAGES/kdiff3.mo
-share/locale/eo/LC_MESSAGES/kdiff3plugin.mo
+share/locale/es/LC_MESSAGES/diff_ext.mo
 share/locale/es/LC_MESSAGES/kdiff3.mo
 share/locale/es/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/es/LC_MESSAGES/kdiff3plugin.mo
 share/locale/et/LC_MESSAGES/kdiff3.mo
 share/locale/et/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/et/LC_MESSAGES/kdiff3plugin.mo
+share/locale/eu/LC_MESSAGES/kdiff3.mo
+share/locale/fi/LC_MESSAGES/diff_ext.mo
+share/locale/fi/LC_MESSAGES/kdiff3.mo
+share/locale/fi/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/fr/LC_MESSAGES/diff_ext.mo
 share/locale/fr/LC_MESSAGES/kdiff3.mo
 share/locale/fr/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/fr/LC_MESSAGES/kdiff3plugin.mo
 share/locale/ga/LC_MESSAGES/kdiff3.mo
-share/locale/ga/LC_MESSAGES/kdiff3plugin.mo
+share/locale/ga/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/gl/LC_MESSAGES/diff_ext.mo
 share/locale/gl/LC_MESSAGES/kdiff3.mo
-share/locale/gl/LC_MESSAGES/kdiff3plugin.mo
+share/locale/gl/LC_MESSAGES/kdiff3fileitemactionplugin.mo
 share/locale/hi/LC_MESSAGES/kdiff3.mo
 share/locale/hne/LC_MESSAGES/kdiff3.mo
 share/locale/hr/LC_MESSAGES/kdiff3.mo
-share/locale/hr/LC_MESSAGES/kdiff3plugin.mo
 share/locale/hu/LC_MESSAGES/kdiff3.mo
-share/locale/hu/LC_MESSAGES/kdiff3plugin.mo
+share/locale/hu/LC_MESSAGES/kdiff3fileitemactionplugin.mo
 share/locale/is/LC_MESSAGES/kdiff3.mo
-share/locale/is/LC_MESSAGES/kdiff3plugin.mo
+share/locale/it/LC_MESSAGES/diff_ext.mo
 share/locale/it/LC_MESSAGES/kdiff3.mo
 share/locale/it/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/it/LC_MESSAGES/kdiff3plugin.mo
+share/locale/ja/LC_MESSAGES/diff_ext.mo
 share/locale/ja/LC_MESSAGES/kdiff3.mo
 share/locale/ja/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/ja/LC_MESSAGES/kdiff3plugin.mo
 share/locale/ka/LC_MESSAGES/kdiff3.mo
+share/locale/ko/LC_MESSAGES/diff_ext.mo
+share/locale/ko/LC_MESSAGES/kdiff3.mo
+share/locale/ko/LC_MESSAGES/kdiff3fileitemactionplugin.mo
 share/locale/lt/LC_MESSAGES/kdiff3.mo
-share/locale/lt/LC_MESSAGES/kdiff3plugin.mo
+share/locale/lt/LC_MESSAGES/kdiff3fileitemactionplugin.mo
 share/locale/mai/LC_MESSAGES/kdiff3.mo
 share/locale/ml/LC_MESSAGES/kdiff3.mo
-share/locale/ml/LC_MESSAGES/kdiff3plugin.mo
+share/locale/mr/LC_MESSAGES/kdiff3.mo
+share/locale/mr/LC_MESSAGES/kdiff3fileitemactionplugin.mo
 share/locale/nb/LC_MESSAGES/kdiff3.mo
 share/locale/nb/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/nb/LC_MESSAGES/kdiff3plugin.mo
 share/locale/nds/LC_MESSAGES/kdiff3.mo
 share/locale/nds/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/nds/LC_MESSAGES/kdiff3plugin.mo
+share/locale/nl/LC_MESSAGES/diff_ext.mo
 share/locale/nl/LC_MESSAGES/kdiff3.mo
 share/locale/nl/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/nl/LC_MESSAGES/kdiff3plugin.mo
 share/locale/nn/LC_MESSAGES/kdiff3.mo
-share/locale/nn/LC_MESSAGES/kdiff3plugin.mo
+share/locale/pl/LC_MESSAGES/diff_ext.mo
 share/locale/pl/LC_MESSAGES/kdiff3.mo
 share/locale/pl/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/pl/LC_MESSAGES/kdiff3plugin.mo
+share/locale/pt/LC_MESSAGES/diff_ext.mo
 share/locale/pt/LC_MESSAGES/kdiff3.mo
 share/locale/pt/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/pt/LC_MESSAGES/kdiff3plugin.mo
+share/locale/pt_BR/LC_MESSAGES/diff_ext.mo
 share/locale/pt_BR/LC_MESSAGES/kdiff3.mo
 share/locale/pt_BR/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/pt_BR/LC_MESSAGES/kdiff3plugin.mo
 share/locale/ro/LC_MESSAGES/kdiff3.mo
-share/locale/ro/LC_MESSAGES/kdiff3plugin.mo
+share/locale/ro/LC_MESSAGES/kdiff3fileitemactionplugin.mo
 share/locale/ru/LC_MESSAGES/kdiff3.mo
 share/locale/ru/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/ru/LC_MESSAGES/kdiff3plugin.mo
 share/locale/rw/LC_MESSAGES/kdiff3.mo
+share/locale/sk/LC_MESSAGES/diff_ext.mo
 share/locale/sk/LC_MESSAGES/kdiff3.mo
 share/locale/sk/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/sk/LC_MESSAGES/kdiff3plugin.mo
+share/locale/sl/LC_MESSAGES/kdiff3.mo
+share/locale/sl/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/sr/LC_MESSAGES/kdiff3.mo
+share/locale/sr/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kdiff3.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kdiff3.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/sr@latin/LC_MESSAGES/kdiff3.mo
+share/locale/sr@latin/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/sv/LC_MESSAGES/diff_ext.mo
 share/locale/sv/LC_MESSAGES/kdiff3.mo
 share/locale/sv/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/sv/LC_MESSAGES/kdiff3plugin.mo
 share/locale/ta/LC_MESSAGES/kdiff3.mo
 share/locale/tg/LC_MESSAGES/kdiff3.mo
 share/locale/tr/LC_MESSAGES/kdiff3.mo
-share/locale/tr/LC_MESSAGES/kdiff3plugin.mo
 share/locale/ug/LC_MESSAGES/kdiff3.mo
-share/locale/ug/LC_MESSAGES/kdiff3plugin.mo
+share/locale/ug/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/uk/LC_MESSAGES/diff_ext.mo
 share/locale/uk/LC_MESSAGES/kdiff3.mo
 share/locale/uk/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/uk/LC_MESSAGES/kdiff3plugin.mo
+share/locale/zh_CN/LC_MESSAGES/diff_ext.mo
 share/locale/zh_CN/LC_MESSAGES/kdiff3.mo
-share/locale/zh_CN/LC_MESSAGES/kdiff3plugin.mo
+share/locale/zh_CN/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/zh_TW/LC_MESSAGES/diff_ext.mo
 share/locale/zh_TW/LC_MESSAGES/kdiff3.mo
 share/locale/zh_TW/LC_MESSAGES/kdiff3fileitemactionplugin.mo
-share/locale/zh_TW/LC_MESSAGES/kdiff3plugin.mo
+share/metainfo/org.kde.kdiff3.appdata.xml

Index: pkgsrc/devel/kdiff3/distinfo
diff -u pkgsrc/devel/kdiff3/distinfo:1.6 pkgsrc/devel/kdiff3/distinfo:1.7
--- pkgsrc/devel/kdiff3/distinfo:1.6    Tue Nov  3 03:27:37 2015
+++ pkgsrc/devel/kdiff3/distinfo        Sun Nov  3 02:19:16 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 03:27:37 agc Exp $
+$NetBSD: distinfo,v 1.7 2019/11/03 02:19:16 gutteridge Exp $
 
-SHA1 (kdiff3-0.9.98.tar.gz) = 1390b4ca9c58316de49cb0aabb433f14ebf2dc3f
-RMD160 (kdiff3-0.9.98.tar.gz) = 17fc05df3fd8f052e2010834ba8efe2481e4f434
-SHA512 (kdiff3-0.9.98.tar.gz) = 867f0b1d5beb421f1bf84e6044d8d9279d434900faa1962fd5417653ef6b1cc71a8f5dd6c29cd4826a1c70a6075786faeaee780548521ce2ce221d83229b52e6
-Size (kdiff3-0.9.98.tar.gz) = 1762715 bytes
+SHA1 (kdiff3-1.8.1.tar.xz) = cfb63e7fb8ef81e9ebc0ae47d6922f25a32a1ef9
+RMD160 (kdiff3-1.8.1.tar.xz) = b5076a50461f3612071aa08732c1d7c3b5ec5d8b
+SHA512 (kdiff3-1.8.1.tar.xz) = 09cddac0f3adffa91f1986dfb50982deb1c6a31c232215da8a2a396d7525b4d28ef6d3febdcd4ba89cf9f6371a7b34441ef4e10aa0e3468fadf95fb7f78d7720
+Size (kdiff3-1.8.1.tar.xz) = 897692 bytes



Home | Main Index | Thread Index | Old Index