summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-10 15:32:56 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-10 15:32:56 +0000
commit8406aaca547cdb791766641ea9d355775c1b852f (patch)
treeed671fe1707649e0972bef59d078d27439c2f0cf /textproc
parentDistfile changed on MASTER_SITE. (diff)
Moving tkdiff port from misc to textproc. tkdiff is a Tcl/Tk frontend
for diff(1).
Notes
Notes: svn path=/head/; revision=23729
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/tkdiff/Makefile22
-rw-r--r--textproc/tkdiff/distinfo1
-rw-r--r--textproc/tkdiff/files/patch-aa11
-rw-r--r--textproc/tkdiff/pkg-comment1
-rw-r--r--textproc/tkdiff/pkg-descr5
-rw-r--r--textproc/tkdiff/pkg-plist1
7 files changed, 42 insertions, 0 deletions
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 <kevlo@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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 <kevlo@FreeBSD.org>
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