From sfarrell@couatl.uchicago.edu  Sat Feb  6 18:19:21 1999
Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22039
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 6 Feb 1999 18:19:15 -0800 (PST)
          (envelope-from sfarrell@couatl.uchicago.edu)
Received: (from sfarrell@localhost)
	by couatl.uchicago.edu (8.9.1/8.9.0) id UAA26381;
	Sat, 6 Feb 1999 20:20:23 -0600 (CST)
Message-Id: <199902070220.UAA26381@couatl.uchicago.edu>
Date: Sat, 6 Feb 1999 20:20:23 -0600 (CST)
From: stephen farrell <sfarrell@healthquiz.com>
Reply-To: sfarrell@healthquiz.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: NEW port for tkRunIt
X-Send-Pr-Version: 3.2

>Number:         9939
>Category:       ports
>Synopsis:       NEW port for tkRunIt
>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:   Sat Feb  6 18:20:01 PST 1999
>Closed-Date:    Mon Apr 26 20:27:11 PDT 1999
>Last-Modified:  Mon Apr 26 20:27:40 PDT 1999
>Originator:     stephen farrell
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
>Environment:


>Description:

	new port for tkRunIt, a simple and nice tk-based pop-up 
	that can run programs (e.g., in lieu of lauching an xterm)

>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:
#
#	tkrunit
#	tkrunit/Makefile
#	tkrunit/files
#	tkrunit/files/md5
#	tkrunit/pkg
#	tkrunit/pkg/COMMENT
#	tkrunit/pkg/DESCR
#	tkrunit/pkg/PLIST
#
echo c - tkrunit
mkdir -p tkrunit > /dev/null 2>&1
echo x - tkrunit/Makefile
sed 's/^X//' >tkrunit/Makefile << 'END-of-tkrunit/Makefile'
X# New port makefile for:	tkrunnit
X# Version required:     	0.92
X# Date created:			6 February, 1999
X# Whom:				
X#
X# $Id$
X#
X
XPKGNAME=	tkRunIt-0.92
XDISTNAME=	tkRunIt-092
XCATEGORIES=	misc
XMASTER_SITES=   http://www.cs.columbia.edu/~etgold/software/tkRunIt/
X
XMAINTAINER=	steve@farrell.org
XNO_BUILD=	yes
X
XRUN_DEPENDS=	wish8.0:${PORTSDIR}/x11-toolkits/tk80
X
Xpost-extract:
X	@(cd ${WRKDIR} ; mv tkRunIt ${DISTNAME}) 
Xdo-install:
X	@(cd ${WRKSRC} ; ${INSTALL_SCRIPT} runit.tcl ${PREFIX}/bin)
X
X.include <bsd.port.mk>
END-of-tkrunit/Makefile
echo c - tkrunit/files
mkdir -p tkrunit/files > /dev/null 2>&1
echo x - tkrunit/files/md5
sed 's/^X//' >tkrunit/files/md5 << 'END-of-tkrunit/files/md5'
XMD5 (tkRunIt-092.tar.gz) = 60fbc223e88f618b4218425080b58860
END-of-tkrunit/files/md5
echo c - tkrunit/pkg
mkdir -p tkrunit/pkg > /dev/null 2>&1
echo x - tkrunit/pkg/COMMENT
sed 's/^X//' >tkrunit/pkg/COMMENT << 'END-of-tkrunit/pkg/COMMENT'
XGUI app launcher with completion and history
END-of-tkrunit/pkg/COMMENT
echo x - tkrunit/pkg/DESCR
sed 's/^X//' >tkrunit/pkg/DESCR << 'END-of-tkrunit/pkg/DESCR'
XtkRunIt is a run dialog box for X which allows you to execute
Xcommandline without using an xterm.  tkRunIt was inspired by Xrun
Xbut is designed to be completely navigable from the keyboard and
Xto allow extreme customizablility as I often find that personal
Xworkspace tools/shortcuts are seldom workflow compatible across
Xusers.
END-of-tkrunit/pkg/DESCR
echo x - tkrunit/pkg/PLIST
sed 's/^X//' >tkrunit/pkg/PLIST << 'END-of-tkrunit/pkg/PLIST'
Xbin/runit.tcl
END-of-tkrunit/pkg/PLIST
exit

>Release-Note:
>Audit-Trail:

From: Jim Mock <jim@corp.au.triax.com>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/9939
Date: Sun, 28 Mar 1999 20:07:22 +1000

 The following patch fixes the Makefile (it now passes portlint without
 errors or warnings) and updates tkRunIt to 0.94.1.  It also installs
 the runitrc.sample into ${PREFIX}/share/examples/tkrunit.
 
 diff -ruN tkrunit.orig/Makefile tkrunit/Makefile
 --- tkrunit.orig/Makefile	Sun Mar 28 19:35:28 1999
 +++ tkrunit/Makefile	Sun Mar 28 20:02:37 1999
 @@ -1,24 +1,38 @@
 -# New port makefile for:       tkrunnit
 -# Version required:            0.92
 -# Date created:                        6 February, 1999
 -# Whom:                                
 +# New ports collection makefile for:	tkrunnit
 +# Version required:		0.94.1
 +# Date created:			6 February, 1999
 +# Whom:				Stephen Farrell
  #
  # $Id$
  #
  
 -PKGNAME=       tkRunIt-0.92
 -DISTNAME=      tkRunIt-092
 -CATEGORIES=    misc
 -MASTER_SITES=   http://www.cs.columbia.edu/~etgold/software/tkRunIt/
 +DISTNAME=	tkRunIt-0941
 +PKGNAME=	tkRunIt-0.94.1
 +CATEGORIES=	misc
 +MASTER_SITES=	http://www.cs.columbia.edu/~etgold/software/tkRunIt/
  
 -MAINTAINER=    steve@farrell.org
 -NO_BUILD=      yes
 +MAINTAINER=	steve@farrell.org
  
 -RUN_DEPENDS=   wish8.0:${PORTSDIR}/x11-toolkits/tk80
 +RUN_DEPENDS=	wish8.0:${PORTSDIR}/x11-toolkits/tk80
 +
 +NO_BUILD=	yes
  
  post-extract:
 -       @(cd ${WRKDIR} ; mv tkRunIt ${DISTNAME}) 
 +	@(cd ${WRKDIR} ; ${MV} tkRunIt ${DISTNAME})
 +
  do-install:
 -       @(cd ${WRKSRC} ; ${INSTALL_SCRIPT} runit.tcl ${PREFIX}/bin)
 +	@(cd ${WRKSRC} ; ${INSTALL_SCRIPT} runit.tcl ${PREFIX}/bin)
 +
 +post-install:
 +	@${ECHO} "		"
 +	@${ECHO} "-------------------------------------------------------------------"
 +	@${ECHO} "===> Installing runitrc.sample in ${PREFIX}/share/examples/tkrunit"
 +	@${ECHO} "===> Copy runitrc.sample to ~/.runitrc and modify if you wish"
 +	@${ECHO} "===> Run the program with the following command:"
 +	@${ECHO} "===> wish8.0 ${PREFIX}/bin/runit.tcl"
 +	@${ECHO} "-------------------------------------------------------------------"
 +	@${ECHO} "		"
 +	@${MKDIR} ${PREFIX}/share/examples/tkrunit && chmod a+rx ${PREFIX}/share/examples/tkrunit
 +	@${INSTALL_DATA} ${WRKSRC}/runitrc.sample ${PREFIX}/share/examples/tkrunit
  
  .include <bsd.port.mk>
 diff -ruN tkrunit.orig/files/md5 tkrunit/files/md5
 --- tkrunit.orig/files/md5	Sun Mar 28 19:35:28 1999
 +++ tkrunit/files/md5	Sun Mar 28 19:41:17 1999
 @@ -1 +1 @@
 -MD5 (tkRunIt-092.tar.gz) = 60fbc223e88f618b4218425080b58860
 +MD5 (tkRunIt-0941.tar.gz) = 350ed155295f8ae81519c2215aadc72c
 diff -ruN tkrunit.orig/pkg/PLIST tkrunit/pkg/PLIST
 --- tkrunit.orig/pkg/PLIST	Sun Mar 28 19:35:28 1999
 +++ tkrunit/pkg/PLIST	Sun Mar 28 19:57:56 1999
 @@ -1 +1,3 @@
  bin/runit.tcl
 +share/examples/tkrunit/runitrc.sample
 +@dirrm share/examples/tkrunit
 
 -- 
 Jim Mock  System Administrator  jim@corp.au.triax.com  ,-._|\  FreeBSD
 work:  Triax Internet Services  http://www.triax.com/ /      \ The
 personal:  http://www.triax.com/~jim/                 \_,--._/ Power To
 The FreeBSD 'zine  http://www.freebsdzine.org/              v  Serve!
 
State-Changed-From-To: open->closed 
State-Changed-By: taoka 
State-Changed-When: Mon Apr 26 20:27:11 PDT 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
