View | Details | Raw Unified | Return to bug 277575
Collapse All | Expand All

(-)b/textproc/tkdiff/Makefile (-3 / +3 lines)
Lines 1-9 Link Here
1
PORTNAME=	tkdiff
1
PORTNAME=	tkdiff
2
DISTVERSION=	5-6
2
DISTVERSION=	5-6
3
PORTREVISION=	1
3
CATEGORIES=	textproc tk
4
CATEGORIES=	textproc tk
4
MASTER_SITES=	SF
5
MASTER_SITES=	SF
5
6
6
MAINTAINER=	ports@FreeBSD.org
7
MAINTAINER=	portmaster@BSDforge.com
7
COMMENT=	Tk frontend for diff(1)
8
COMMENT=	Tk frontend for diff(1)
8
WWW=		https://sourceforge.net/projects/tkdiff/
9
WWW=		https://sourceforge.net/projects/tkdiff/
9
10
Lines 14-21 USES= tk:wrapper zip Link Here
14
15
15
DESKTOP_ENTRIES=	"Tkdiff" "Tk frontend for the diff command" \
16
DESKTOP_ENTRIES=	"Tkdiff" "Tk frontend for the diff command" \
16
			"tkdiff" \
17
			"tkdiff" \
17
			"tkdiff" "GNOME;GTK;Development;System;" \
18
			"tkdiff" "GNOME;GTK;Development;System;" \false
18
			false
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
21
(-)b/textproc/tkdiff/pkg-descr (-1 / +6 lines)
Line 1 Link Here
1
tkdiff is a fronted for Unix's diff based on Tcl/Tk.
1
tkdiff is a Tcl/Tk graphical front end to the diff program.
2
It provides a side-by-side view of the differences between
3
two text files, along with several innovative features such
4
as diff bookmarks, a graphical map of differences for quick
5
navigation, and a facility for slicing diff regions to
6
achieve exactly the merge output desired.

Return to bug 277575