Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2002 06:43:29 -0700 (PDT)
From:      <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43391: [new port] x11/gmrun - a run box with tab completion and url handling
Message-ID:  <200209261343.g8QDhTb1087024@vectors.cx>

next in thread | raw e-mail | index | archive | help

>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 <adam@vectors.cx>
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 <bsd.port.mk>
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 <adam@vectors.cx>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209261343.g8QDhTb1087024>