From nobody@FreeBSD.ORG Mon Oct 11 18:47:30 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 21BC614C4E; Mon, 11 Oct 1999 18:47:30 -0700 (PDT)
Message-Id: <19991012014730.21BC614C4E@hub.freebsd.org>
Date: Mon, 11 Oct 1999 18:47:30 -0700 (PDT)
From: kevlo@FreeBSD.org
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: new port-tkdiff-3.04
X-Send-Pr-Version: www-1.0

>Number:         14276
>Category:       ports
>Synopsis:       New port: tkdiff-3.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 11 18:50:01 PDT 1999
>Closed-Date:    Fri Nov 26 11:06:12 PST 1999
>Last-Modified:  Fri Nov 26 11:07:48 PST 1999
>Originator:     Kevin Lo
>Release:        3.3-RELEASE
>Organization:
>Environment:
FreeBSD 3.3-RELEASE i386
>Description:
new port: tkdiff-3.04
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       tkdiff
#       tkdiff/Makefile
#       tkdiff/files
#       tkdiff/files/md5
#       tkdiff/pkg
#       tkdiff/pkg/COMMENT
#       tkdiff/pkg/DESCR
#       tkdiff/pkg/PLIST
#       tkdiff/patches
#       tkdiff/patches/patch-aa
#
echo c - tkdiff
mkdir -p tkdiff > /dev/null 2>&1
echo x - tkdiff/Makefile
sed 's/^X//' >tkdiff/Makefile << 'END-of-tkdiff/Makefile'
X# New ports collection makefile for:    tkdiff
X# Version required:     3.04
X# Date created:         4 Oct. 1999
X# Whom:                 Kevin Lo <kevlo@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XDISTNAME=       tkdiff-3.04
X
XCATEGORIES=     misc tk82
X
XMASTER_SITES=   http://www.freebsd.org/~kevlo/
X
XMAINTAINER=     kevlo@FreeBSD.org
X
XRUN_DEPENDS=    wish8.2:${PORTSDIR}/x11-toolkits/tk82
X
XNO_BUILD=       yes
X
Xdo-install:
X       ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-tkdiff/Makefile
echo c - tkdiff/files
mkdir -p tkdiff/files > /dev/null 2>&1
echo x - tkdiff/files/md5
sed 's/^X//' >tkdiff/files/md5 << 'END-of-tkdiff/files/md5'
XMD5 (tkdiff-3.04.tar.gz) = 45f1622d077f500e6bc8b40d3070fdde
END-of-tkdiff/files/md5
echo c - tkdiff/pkg
mkdir -p tkdiff/pkg > /dev/null 2>&1
echo x - tkdiff/pkg/COMMENT
sed 's/^X//' >tkdiff/pkg/COMMENT << 'END-of-tkdiff/pkg/COMMENT'
XA GUI for the diff
END-of-tkdiff/pkg/COMMENT
echo x - tkdiff/pkg/DESCR
sed 's/^X//' >tkdiff/pkg/DESCR << 'END-of-tkdiff/pkg/DESCR'
Xtkdiff is a fronted for unix's diff based on Tcl/Tk.
X
XWWW: http://www.ede.com/free/tkdiff/
X
X-- Kevin Lo <kevlo@FreeBSD.org>
END-of-tkdiff/pkg/DESCR
echo x - tkdiff/pkg/PLIST
sed 's/^X//' >tkdiff/pkg/PLIST << 'END-of-tkdiff/pkg/PLIST'
Xbin/tkdiff
END-of-tkdiff/pkg/PLIST
echo c - tkdiff/patches
mkdir -p tkdiff/patches > /dev/null 2>&1
echo x - tkdiff/patches/patch-aa
sed 's/^X//' >tkdiff/patches/patch-aa << 'END-of-tkdiff/patches/patch-aa'
X*** tkdiff.orig        Mon Oct 11 10:15:23 1999
X--- tkdiff     Mon Oct 11 10:15:40 1999
X***************
X*** 1,7 ****
X  #!/bin/sh
X  #-*-tcl-*-
X  # the next line restarts using wish \
X! exec wish "$0" -- ${1+"$@"}
X
X  # $Id: tkdiff.tcl ac_extras_dpoole/9 1999/08/03 19:40:51 dpoole $
X
X--- 1,7 ----
X  #!/bin/sh
X  #-*-tcl-*-
X  # the next line restarts using wish \
X! exec wish8.2 "$0" -- ${1+"$@"}
X

X  # $Id: tkdiff.tcl ac_extras_dpoole/9 1999/08/03 19:40:51 dpoole $
X
END-of-tkdiff/patches/patch-aa
exit                              

>Release-Note:
>Audit-Trail:

From: Brett Taylor <brett@peloton.runet.edu>
To: kevlo@FreeBSD.ORG
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/14276: new port-tkdiff-3.04
Date: Tue, 12 Oct 1999 12:01:17 -0400 (EDT)

 Hi,
 
 On Mon, 11 Oct 1999 kevlo@FreeBSD.ORG wrote:
 
 > >Synopsis:       new port-tkdiff-3.04
 
 I've tested this port for Kevin and it works fine - I did not however run
 portlint on it, but from my cursory glance it seemed fine.
 
 Brett
 *****************************************************
 Dr. Brett Taylor         brett@peloton.runet.edu    *
 Dept of Chem and Physics			    *
 Curie 39A	(540) 831-6147                      *
 Dept. of Mathematics and Statistics		    *
 Walker 234	(540) 831-5410			    *
 *****************************************************
 
 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Fri Nov 26 11:06:12 PST 1999 
State-Changed-Why:  
New port committed, thanks! 
>Unformatted:
