Skip site navigation (1)Skip section navigation (2)
Date:      22 Jul 2005 14:01:16 -0000
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83911: new port: x11/gtk-launch - A fast x11 program launcher
Message-ID:  <20050722140116.58572.qmail@mx.critical.ch>
Resent-Message-ID: <200507221410.j6MEAHaY058040@freefall.freebsd.org>

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

>Number:         83911
>Category:       ports
>Synopsis:       new port: x11/gtk-launch - A fast x11 program launcher
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 22 14:10:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
new port: x11/gtk-launch - A fast x11 program launcher

GTK-Launch is a program launcher, the equivalent of "Run Command" in KDE,
or gnome.

It features command history, and runs the command if valid.

>How-To-Repeat:
	
>Fix:

	



--- gtk-launch.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:
#
#	gtk-launch
#	gtk-launch/Makefile
#	gtk-launch/pkg-descr
#	gtk-launch/distinfo
#	gtk-launch/pkg-message
#
echo c - gtk-launch
mkdir -p gtk-launch > /dev/null 2>&1
echo x - gtk-launch/Makefile
sed 's/^X//' >gtk-launch/Makefile << 'END-of-gtk-launch/Makefile'
X# New ports collection makefile for:	gtk-launch
X# Date created:				22 Jul 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gtk-launch
XDISTVERSION=	1.1b
XCATEGORIES=	x11
XMASTER_SITES=	http://pierric.descamps.free.fr/pierric/downloads/
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	A fast x11 program launcher
X
XUSE_X_PREFIX=	yes
XUSE_GNOME=	gtk12 glib12
X
XCFLAGS+=	`gtk-config --cflags` `gtk-config --libs`
XPLIST_FILES=	bin/gtk-launch
XPORTDOCS=	INSTALL
X
Xpost-patch:
X	${ECHO} >> ${WRKSRC}/launch.c
X
Xdo-build:
X	${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/launch.c
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-gtk-launch/Makefile
echo x - gtk-launch/pkg-descr
sed 's/^X//' >gtk-launch/pkg-descr << 'END-of-gtk-launch/pkg-descr'
XGTK-Launch is a program launcher, the equivalent of "Run Command" in KDE,
Xor gnome.
X
XIt features command history, and runs the command if valid.
X
XWWW: http://gtk-launch.descamps.net/
X
X- ehaupt
Xehaupt@critical.ch
END-of-gtk-launch/pkg-descr
echo x - gtk-launch/distinfo
sed 's/^X//' >gtk-launch/distinfo << 'END-of-gtk-launch/distinfo'
XMD5 (gtk-launch-1.1b.tar.gz) = a1b74aad0dfa314156b3b75c4015f6fb
XSIZE (gtk-launch-1.1b.tar.gz) = 10747
END-of-gtk-launch/distinfo
echo x - gtk-launch/pkg-message
sed 's/^X//' >gtk-launch/pkg-message << 'END-of-gtk-launch/pkg-message'
X===============================================================================
X
X* Create the file $HOME/.launch, where $HOME is your home directory as
X  following:
X
X  $ echo MEMOIRE=5 > ~/.launch
X
X  This would preserve a history of 5 commands.
X
X===============================================================================
END-of-gtk-launch/pkg-message
exit
--- gtk-launch.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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