Date: Mon, 11 Oct 1999 18:47:30 -0700 (PDT) From: kevlo@FreeBSD.org To: freebsd-gnats-submit@freebsd.org Subject: ports/14276: new port-tkdiff-3.04 Message-ID: <19991012014730.21BC614C4E@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 14276 >Category: ports >Synopsis: new port-tkdiff-3.04 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 11 18:50:01 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991012014730.21BC614C4E>