diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-10 06:22:51 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-10 06:22:51 +0000 |
commit | 5e46fcd003e00bbec43a7615258b5f5623b0dca7 (patch) | |
tree | 4ebe170414fca479aa9dbeb27427ac042213721b /textproc | |
parent | Add gwenview 0.15.0.p1, an image viewer and browser for the KDE (diff) |
Add kdiff3 0.92, a KDE3 graphical frontend for diff.
PR: 46763
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
Notes
Notes:
svn path=/head/; revision=72840
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/kdiff3/Makefile | 21 | ||||
-rw-r--r-- | textproc/kdiff3/distinfo | 1 | ||||
-rw-r--r-- | textproc/kdiff3/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/kdiff3/pkg-descr | 12 | ||||
-rw-r--r-- | textproc/kdiff3/pkg-plist | 17 |
6 files changed, 53 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index daefa0ae1ab8..919c9aed70d1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -114,6 +114,7 @@ SUBDIR += jing SUBDIR += jrefentry SUBDIR += kbedic + SUBDIR += kdiff3 SUBDIR += lacheck SUBDIR += latex2html SUBDIR += latte diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile new file mode 100644 index 000000000000..22f16b18e4af --- /dev/null +++ b/textproc/kdiff3/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: kdiff3 +# Date created: 2003/01/03 +# Whom: Heiner Eichmann <h.eichmann@gmx.de> +# +# $FreeBSD$ +# + +PORTNAME= kdiff3 +PORTVERSION= 0.92 +CATEGORIES= textproc kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= h.eichmann@gmx.de + +CONFIGURE_ARGS+= --program-transform-name=s,^,, + +USE_KDELIBS_VER= 3 +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/textproc/kdiff3/distinfo b/textproc/kdiff3/distinfo new file mode 100644 index 000000000000..abe8f483fc1b --- /dev/null +++ b/textproc/kdiff3/distinfo @@ -0,0 +1 @@ +MD5 (kdiff3-0.92.tar.gz) = 2dfa39aecd7c801496eea5e4b315121b diff --git a/textproc/kdiff3/pkg-comment b/textproc/kdiff3/pkg-comment new file mode 100644 index 000000000000..fc98b650b5b8 --- /dev/null +++ b/textproc/kdiff3/pkg-comment @@ -0,0 +1 @@ +A KDE3 graphical frontend for diff diff --git a/textproc/kdiff3/pkg-descr b/textproc/kdiff3/pkg-descr new file mode 100644 index 000000000000..6f133bf998be --- /dev/null +++ b/textproc/kdiff3/pkg-descr @@ -0,0 +1,12 @@ +KDiff3 is a program that: + + * compares two or three text input files, + * 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 + * and has an intuitive graphical user interface. + +WWW: http://kdiff3.sourceforge.net/ + +Heiner +h.eichmann@gmx.de diff --git a/textproc/kdiff3/pkg-plist b/textproc/kdiff3/pkg-plist new file mode 100644 index 000000000000..7dbb4198d0ea --- /dev/null +++ b/textproc/kdiff3/pkg-plist @@ -0,0 +1,17 @@ +bin/kdiff3 +share/doc/HTML/en/kdiff3/index.html +share/doc/HTML/en/kdiff3/triple_diff.png +share/doc/HTML/en/kdiff3/screenshot_diff.png +share/doc/HTML/en/kdiff3/screenshot_merge.png +share/doc/HTML/en/kdiff3/background.png +share/doc/HTML/en/kdiff3/white_space.png +share/doc/HTML/en/kdiff3/letter_by_letter.png +share/doc/HTML/en/kdiff3/open_dialog.png +share/applnk/Applications/kdiff3.desktop +share/icons/locolor/32x32/apps/kdiff3.png +share/icons/locolor/16x16/apps/kdiff3.png +share/icons/hicolor/32x32/apps/kdiff3.png +share/icons/hicolor/16x16/apps/kdiff3.png +share/apps/kdiff3/kdiff3ui.rc +@dirrm share/doc/HTML/en/kdiff3 +@dirrm share/apps/kdiff3 |