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