Date: Sat, 6 Feb 1999 20:20:23 -0600 (CST) From: stephen farrell <sfarrell@healthquiz.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9939: NEW port for tkRunIt Message-ID: <199902070220.UAA26381@couatl.uchicago.edu>
next in thread | raw e-mail | index | archive | help
>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 <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: >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?199902070220.UAA26381>