mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add kdiff3 0.92, a KDE3 graphical frontend for diff.
PR: 46763 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
This commit is contained in:
parent
ca460cb203
commit
5e46fcd003
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72840
6 changed files with 53 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
||||||
SUBDIR += jing
|
SUBDIR += jing
|
||||||
SUBDIR += jrefentry
|
SUBDIR += jrefentry
|
||||||
SUBDIR += kbedic
|
SUBDIR += kbedic
|
||||||
|
SUBDIR += kdiff3
|
||||||
SUBDIR += lacheck
|
SUBDIR += lacheck
|
||||||
SUBDIR += latex2html
|
SUBDIR += latex2html
|
||||||
SUBDIR += latte
|
SUBDIR += latte
|
||||||
|
|
21
textproc/kdiff3/Makefile
Normal file
21
textproc/kdiff3/Makefile
Normal file
|
@ -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>
|
1
textproc/kdiff3/distinfo
Normal file
1
textproc/kdiff3/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (kdiff3-0.92.tar.gz) = 2dfa39aecd7c801496eea5e4b315121b
|
1
textproc/kdiff3/pkg-comment
Normal file
1
textproc/kdiff3/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A KDE3 graphical frontend for diff
|
12
textproc/kdiff3/pkg-descr
Normal file
12
textproc/kdiff3/pkg-descr
Normal file
|
@ -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
|
17
textproc/kdiff3/pkg-plist
Normal file
17
textproc/kdiff3/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue