From owner-cvs-ports@FreeBSD.ORG Thu Sep 23 03:36:01 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EFAD106566C; Thu, 23 Sep 2010 03:36:01 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2D5198FC08; Thu, 23 Sep 2010 03:36:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8N3a189020048; Thu, 23 Sep 2010 03:36:01 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8N3a1E8020047; Thu, 23 Sep 2010 03:36:01 GMT (envelope-from pgollucci) Message-Id: <201009230336.o8N3a1E8020047@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Thu, 23 Sep 2010 03:36:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11 Makefile ports/x11/keyboardcast Makefile distinfo pkg-descr pkg-message pkg-plist ports/x11/keyboardcast/files patch-Makefile patch-window-list.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 03:36:01 -0000 pgollucci 2010-09-23 03:36:01 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/keyboardcast Makefile distinfo pkg-descr pkg-message pkg-plist x11/keyboardcast/files patch-Makefile patch-window-list.c Log: The purpose of keyboardcast is to allow you to send keystrokes to multiple 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 Revision Changes Path 1.739 +1 -0 ports/x11/Makefile 1.1 +25 -0 ports/x11/keyboardcast/Makefile (new) 1.1 +3 -0 ports/x11/keyboardcast/distinfo (new) 1.1 +19 -0 ports/x11/keyboardcast/files/patch-Makefile (new) 1.1 +24 -0 ports/x11/keyboardcast/files/patch-window-list.c (new) 1.1 +19 -0 ports/x11/keyboardcast/pkg-descr (new) 1.1 +5 -0 ports/x11/keyboardcast/pkg-message (new) 1.1 +5 -0 ports/x11/keyboardcast/pkg-plist (new)