From owner-freebsd-ports Thu Sep 26 6:50: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EECE37B401 for ; Thu, 26 Sep 2002 06:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A416A43E4A for ; Thu, 26 Sep 2002 06:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QDo3Co054423 for ; Thu, 26 Sep 2002 06:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QDo36L054422; Thu, 26 Sep 2002 06:50:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9489437B401 for ; Thu, 26 Sep 2002 06:42:50 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A3243E42 for ; Thu, 26 Sep 2002 06:42:50 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (eb3454cb8ad848039ea938fd5258f8e6@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g8QDhTho087025 for ; Thu, 26 Sep 2002 06:43:29 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from root@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g8QDhTb1087024; Thu, 26 Sep 2002 06:43:29 -0700 (PDT) (envelope-from monkey) Message-Id: <200209261343.g8QDhTb1087024@vectors.cx> Date: Thu, 26 Sep 2002 06:43:29 -0700 (PDT) From: Reply-To: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43391: [new port] x11/gmrun - a run box with tab completion and url handling Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43391 >Category: ports >Synopsis: [new port] x11/gmrun - a run box with tab completion and url handling >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: Thu Sep 26 06:50:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.7-RC FreeBSD 4.7-RC #23: Tue Sep 24 14:52:55 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: x11/gmrun is a run box. it provides semi-intelligent tab completion, url handling, a command history, and a configuration file. >How-To-Repeat: >Fix: --- gmrun.submit.shar begins here --- # 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: # # gmrun # gmrun/Makefile # gmrun/distinfo # gmrun/pkg-comment # gmrun/pkg-descr # gmrun/pkg-plist # echo c - gmrun mkdir -p gmrun > /dev/null 2>&1 echo x - gmrun/Makefile sed 's/^X//' >gmrun/Makefile << 'END-of-gmrun/Makefile' X# New ports collection makefile for: gmrun X# Date created: 26 September 2002 X# Whom: Adam Weinberger X# X# $FreeBSD$ X# X XPORTNAME= gmrun XPORTVERSION= 0.8.1 XCATEGORIES= x11 XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= adam@vectors.cx X XBUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_GNOMENG= yes XUSE_GNOME= gnomeprefix gnomehack gtk12 glib12 X Xpost-patch: X @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure X @${REINPLACE_CMD} -e 's|PACKAGE_DATA_DIR\"|\"${PREFIX}/etc|' ${WRKSRC}/src/prefs.cc X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/src/gmrun ${PREFIX}/bin X @${MKDIR} ${DATADIR} X @${INSTALL_DATA} ${WRKSRC}/config/gmrunrc ${PREFIX}/etc X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include END-of-gmrun/Makefile echo x - gmrun/distinfo sed 's/^X//' >gmrun/distinfo << 'END-of-gmrun/distinfo' XMD5 (gmrun-0.8.1.tar.gz) = b400f09e83bab0b6949dc159c6f27319 END-of-gmrun/distinfo echo x - gmrun/pkg-comment sed 's/^X//' >gmrun/pkg-comment << 'END-of-gmrun/pkg-comment' XA customizable program to run programs, with tab-completion END-of-gmrun/pkg-comment echo x - gmrun/pkg-descr sed 's/^X//' >gmrun/pkg-descr << 'END-of-gmrun/pkg-descr' XThis is a Run... box, allowing you to spawn other programs. X XFeatures X-------- X X * Tilde completion X * Completion for separate words X * Cycleable command history X * Configuration file in /usr/X11R6/etc/gmrunrc, which can be copied X to ~/.gmrunrc X * Can spawn commands in a terminal X * Intelligent URL handling X XWWW: http://sourceforge.net/projects/gmrun X X- Adam Weinberger END-of-gmrun/pkg-descr echo x - gmrun/pkg-plist sed 's/^X//' >gmrun/pkg-plist << 'END-of-gmrun/pkg-plist' Xbin/gmrun Xetc/gmrunrc X%%PORTDOCS%%share/doc/gmrun/README X%%PORTDOCS%%@dirrm share/doc/gmrun END-of-gmrun/pkg-plist exit --- gmrun.submit.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message