From owner-freebsd-ports Sat Feb 6 18:20:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22169 for freebsd-ports-outgoing; Sat, 6 Feb 1999 18:20:38 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22141 for ; Sat, 6 Feb 1999 18:20:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA08209; Sat, 6 Feb 1999 18:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) 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 ; 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 Reply-To: sfarrell@healthquiz.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9939: NEW port for tkRunIt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9939 >Category: ports >Synopsis: NEW port for tkRunIt >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: Sat Feb 6 18:20:01 PST 1999 >Closed-Date: >Last-Modified: >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 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message