Skip site navigation (1)Skip section navigation (2)
Date:      17 Nov 2001 18:04:21 -0000
From:      Mike Meyer <mwm@mired.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32061: New port: keylaunch
Message-ID:  <20011117180421.42303.qmail@guru.mired.org>

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

>Number:         32061
>Category:       ports
>Synopsis:       New port: keylaunch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 17 10:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mike Meyer
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Meyer Consulting
>Environment:
System: FreeBSD guru.mired.org 4.4-STABLE FreeBSD 4.4-STABLE #4: Mon Oct 29 18:17:27 CST 2001 mwm@guru.mired.org:/usr/src/sys/compile/ATHLON i386


>Description:
	The tool keylaunch isn't in the ports collection, and should be.

>How-To-Repeat:
	"make search key=keylaunch" in /usr/ports, and note it isn't there.
>Fix:

Commit the attached port.

# 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:
#
#	keylaunch
#	keylaunch/Makefile
#	keylaunch/pkg-plist
#	keylaunch/pkg-descr
#	keylaunch/pkg-comment
#	keylaunch/distinfo
#	keylaunch/files
#	keylaunch/files/patch-Makefile
#	keylaunch/pkg-message
#
echo c - keylaunch
mkdir -p keylaunch > /dev/null 2>&1
echo x - keylaunch/Makefile
sed 's/^X//' >keylaunch/Makefile << 'END-of-keylaunch/Makefile'
X# New ports collection makefile for:    keylaunch
X# Date created:         Sat Nov 17 10:10:07 CDT 2001
X# Whom:                 mwm@mired.org
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	keylaunch
XPORTVERSION=	1.3.0
XCATEGORIES=	x11-wm
XMASTER_SITES=	http://www.kensden.pwp.blueyonder.co.uk/Oroborus/files/
X
XMAINTAINER=	mwm@mired.org
X
XWRKSRC=		${WRKDIR}/keylaunch
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin
X	@${INSTALL_DATA} ${WRKSRC}/example_rc ${PREFIX}/share/examples/keylaunch.rc
X
Xpost-install:
X	@strip ${PREFIX}/bin/keylaunch
X	@sed -e 's;/usr/X11R6;${PREFIX};g' ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-keylaunch/Makefile
echo x - keylaunch/pkg-plist
sed 's/^X//' >keylaunch/pkg-plist << 'END-of-keylaunch/pkg-plist'
Xbin/keylaunch
Xshare/examples/keylaunch.rc
END-of-keylaunch/pkg-plist
echo x - keylaunch/pkg-descr
sed 's/^X//' >keylaunch/pkg-descr << 'END-of-keylaunch/pkg-descr'
XAn X utility for binding commands to a hot key.
END-of-keylaunch/pkg-descr
echo x - keylaunch/pkg-comment
sed 's/^X//' >keylaunch/pkg-comment << 'END-of-keylaunch/pkg-comment'
XAn X utility for binding commands to a hot key
END-of-keylaunch/pkg-comment
echo x - keylaunch/distinfo
sed 's/^X//' >keylaunch/distinfo << 'END-of-keylaunch/distinfo'
XMD5 (keylaunch-1.3.0.tar.gz) = f4f7e73d84a635b5aa2fb1738a3f965f
END-of-keylaunch/distinfo
echo c - keylaunch/files
mkdir -p keylaunch/files > /dev/null 2>&1
echo x - keylaunch/files/patch-Makefile
sed 's/^X//' >keylaunch/files/patch-Makefile << 'END-of-keylaunch/files/patch-Makefile'
X--- Makefile.orig	Mon May 21 17:23:17 2001
X+++ Makefile	Sat Nov 17 11:46:47 2001
X@@ -1,6 +1,4 @@
X-CC        = gcc
X-CFLAGS    = -g -O2 -Wall
X-XROOT     = /usr/X11
X+XROOT     = $(X11BASE)
X INCLUDES  = -I$(XROOT)/include
X LIBS      = -lX11 
X LDPATH    = -L$(XROOT)/lib
END-of-keylaunch/files/patch-Makefile
echo x - keylaunch/pkg-message
sed 's/^X//' >keylaunch/pkg-message << 'END-of-keylaunch/pkg-message'
XSee /usr/X11R6/share/examples/keylaunch.rc for a sample configuration.
END-of-keylaunch/pkg-message
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?20011117180421.42303.qmail>