9c1b0b33c2
X windows at once. This allows you, for example, to control a number of terminals connected to different but similar hosts for purposes of mass- administration. You can also select non-terminals. If you come up with a reasonable use for this ability I'd be interested in hearing about it. The program can select windows to send to either by matching their titles (using a substring) or by clicking on them (in a method similar to GIMP's screenshot feature). The program also features the ability to spawn off multiple instances of gnome-terminal executing a single command on multiple arguments (for example executing 'ssh' on several hosts). The gnome-terminals are invoked with the profile 'keyboardcast' if it exists (so, for example, your font size can be smaller). WWW: https://launchpad.net/keyboardcast PR: ports/142744 Submitted by: eimar.koort
25 lines
542 B
Makefile
25 lines
542 B
Makefile
# New ports collection makefile for: keyboardcast
|
|
# Date created: 12 jaan 2010
|
|
# Whom: eimar.koort
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= keyboardcast
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://desrt.mcmaster.ca/code/keyboardcast/
|
|
|
|
MAINTAINER= eimar.koort@gmail.com
|
|
COMMENT= Broadcast keystrokes to multiple X windows for Gnome2
|
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
|
|
|
USE_XORG= xmu
|
|
USE_GNOME= libwnck libglade2 gtk20
|
|
INSTALLS_ICONS= yes
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|