From 8406aaca547cdb791766641ea9d355775c1b852f Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 10 Dec 1999 15:32:56 +0000 Subject: Moving tkdiff port from misc to textproc. tkdiff is a Tcl/Tk frontend for diff(1). --- textproc/Makefile | 1 + textproc/tkdiff/Makefile | 22 ++++++++++++++++++++++ textproc/tkdiff/distinfo | 1 + textproc/tkdiff/files/patch-aa | 11 +++++++++++ textproc/tkdiff/pkg-comment | 1 + textproc/tkdiff/pkg-descr | 5 +++++ textproc/tkdiff/pkg-plist | 1 + 7 files changed, 42 insertions(+) create mode 100644 textproc/tkdiff/Makefile create mode 100644 textproc/tkdiff/distinfo create mode 100644 textproc/tkdiff/files/patch-aa create mode 100644 textproc/tkdiff/pkg-comment create mode 100644 textproc/tkdiff/pkg-descr create mode 100644 textproc/tkdiff/pkg-plist (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index 90ba260046ee..d3e3069d1c92 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -60,6 +60,7 @@ SUBDIR += sp SUBDIR += texi2html SUBDIR += textutils + SUBDIR += tkdiff SUBDIR += tth SUBDIR += txt2html SUBDIR += unroff diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile new file mode 100644 index 000000000000..a7d0a61087c2 --- /dev/null +++ b/textproc/tkdiff/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: tkdiff +# Version required: 3.04 +# Date created: 4 Oct. 1999 +# Whom: Kevin Lo +# +# $FreeBSD$ +# + +DISTNAME= tkdiff-3.04 +CATEGORIES= textproc tk82 +MASTER_SITES= http://www.freebsd.org/~kevlo/ + +MAINTAINER= kevlo@FreeBSD.org + +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin + +.include diff --git a/textproc/tkdiff/distinfo b/textproc/tkdiff/distinfo new file mode 100644 index 000000000000..b0ee5b9a3437 --- /dev/null +++ b/textproc/tkdiff/distinfo @@ -0,0 +1 @@ +MD5 (tkdiff-3.04.tar.gz) = 45f1622d077f500e6bc8b40d3070fdde diff --git a/textproc/tkdiff/files/patch-aa b/textproc/tkdiff/files/patch-aa new file mode 100644 index 000000000000..3df8a836cf55 --- /dev/null +++ b/textproc/tkdiff/files/patch-aa @@ -0,0 +1,11 @@ +--- tkdiff.orig Thu Sep 9 00:49:48 1999 ++++ tkdiff Sun Nov 21 17:35:44 1999 +@@ -1,7 +1,7 @@ + #!/bin/sh + #-*-tcl-*- + # the next line restarts using wish \ +-exec wish "$0" -- ${1+"$@"} ++exec wish8.2 "$0" -- ${1+"$@"} + + # $Id: tkdiff.tcl ac_extras_dpoole/9 1999/08/03 19:40:51 dpoole $ + diff --git a/textproc/tkdiff/pkg-comment b/textproc/tkdiff/pkg-comment new file mode 100644 index 000000000000..4045c12c15d4 --- /dev/null +++ b/textproc/tkdiff/pkg-comment @@ -0,0 +1 @@ +A Tk frontend for diff(1) diff --git a/textproc/tkdiff/pkg-descr b/textproc/tkdiff/pkg-descr new file mode 100644 index 000000000000..a7f9cf69f66c --- /dev/null +++ b/textproc/tkdiff/pkg-descr @@ -0,0 +1,5 @@ +tkdiff is a fronted for unix's diff based on Tcl/Tk. + +WWW: http://www.ede.com/free/tkdiff/ + +-- Kevin Lo diff --git a/textproc/tkdiff/pkg-plist b/textproc/tkdiff/pkg-plist new file mode 100644 index 000000000000..817bf3834346 --- /dev/null +++ b/textproc/tkdiff/pkg-plist @@ -0,0 +1 @@ +bin/tkdiff -- cgit v1.2.3