Moving tkdiff port from misc to textproc. tkdiff is a Tcl/Tk frontend

for diff(1).
This commit is contained in:
Steve Price 1999-12-10 15:32:56 +00:00
parent ba8e8113c4
commit 8406aaca54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23729
8 changed files with 42 additions and 1 deletions

View File

@ -99,7 +99,6 @@
SUBDIR += team
SUBDIR += tet
SUBDIR += tkcron
SUBDIR += tkdiff
SUBDIR += tkinfo
SUBDIR += tkman
SUBDIR += tkrunit

View File

@ -60,6 +60,7 @@
SUBDIR += sp
SUBDIR += texi2html
SUBDIR += textutils
SUBDIR += tkdiff
SUBDIR += tth
SUBDIR += txt2html
SUBDIR += unroff

22
textproc/tkdiff/Makefile Normal file
View File

@ -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>

1
textproc/tkdiff/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (tkdiff-3.04.tar.gz) = 45f1622d077f500e6bc8b40d3070fdde

View File

@ -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 $

View File

@ -0,0 +1 @@
A Tk frontend for diff(1)

View File

@ -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>

View File

@ -0,0 +1 @@
bin/tkdiff