mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Moving tkdiff port from misc to textproc. tkdiff is a Tcl/Tk frontend
for diff(1).
This commit is contained in:
parent
ba8e8113c4
commit
8406aaca54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23729
@ -99,7 +99,6 @@
|
||||
SUBDIR += team
|
||||
SUBDIR += tet
|
||||
SUBDIR += tkcron
|
||||
SUBDIR += tkdiff
|
||||
SUBDIR += tkinfo
|
||||
SUBDIR += tkman
|
||||
SUBDIR += tkrunit
|
||||
|
@ -60,6 +60,7 @@
|
||||
SUBDIR += sp
|
||||
SUBDIR += texi2html
|
||||
SUBDIR += textutils
|
||||
SUBDIR += tkdiff
|
||||
SUBDIR += tth
|
||||
SUBDIR += txt2html
|
||||
SUBDIR += unroff
|
||||
|
22
textproc/tkdiff/Makefile
Normal file
22
textproc/tkdiff/Makefile
Normal 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
1
textproc/tkdiff/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tkdiff-3.04.tar.gz) = 45f1622d077f500e6bc8b40d3070fdde
|
11
textproc/tkdiff/files/patch-aa
Normal file
11
textproc/tkdiff/files/patch-aa
Normal 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 $
|
||||
|
1
textproc/tkdiff/pkg-comment
Normal file
1
textproc/tkdiff/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Tk frontend for diff(1)
|
5
textproc/tkdiff/pkg-descr
Normal file
5
textproc/tkdiff/pkg-descr
Normal 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>
|
1
textproc/tkdiff/pkg-plist
Normal file
1
textproc/tkdiff/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/tkdiff
|
Loading…
Reference in New Issue
Block a user