summaryrefslogtreecommitdiffstats
path: root/kde5-apps/kdiff3/DETAILS
diff options
context:
space:
mode:
authorTreeve Jelbert2019-05-14 14:39:02 +0200
committerTreeve Jelbert2019-05-14 14:39:02 +0200
commit234aebf109b8a70aea730b21f1a70fd189538652 (patch)
treea1a4dc5d51bfe85286da388d6d1c6f9c96ad147b /kde5-apps/kdiff3/DETAILS
parent83525e10c8e86587fa9232d8a1fd4b75ca8b0fde (diff)
kdiff3-1.8
Diffstat (limited to 'kde5-apps/kdiff3/DETAILS')
-rwxr-xr-xkde5-apps/kdiff3/DETAILS25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde5-apps/kdiff3/DETAILS b/kde5-apps/kdiff3/DETAILS
new file mode 100755
index 0000000000..92f513a475
--- /dev/null
+++ b/kde5-apps/kdiff3/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=kdiff3
+ VERSION=1.8
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=https://download.kde.org/stable/$SPELL/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://quickgit.kde.org/?p=..git
+ LICENSE[0]=GPL
+ ENTERED=20180302
+ SHORT="a diff and merge program"
+cat << EOF
+KDiff3 is a diff and merge program that
+
+ * compares or merges two or three text 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, * supports Unicode, UTF-8 and other codecs,
+ autodetection via byte-order-mark "BOM" * supports KIO on KDE (allows
+ accessing ftp, sftp, fish, smb etc.), * Printing of differences, * Manual
+ alignment of lines, * Automatic merging of version control history ($Log$),
+ * and has an intuitive graphical user interface.
+EOF