From owner-cvs-ports@FreeBSD.ORG Thu Jun 9 22:56:12 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D7EC16A41C; Thu, 9 Jun 2005 22:56:12 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EFA043D55; Thu, 9 Jun 2005 22:56:12 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j59MuCBN075022; Thu, 9 Jun 2005 22:56:12 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j59MuCWK075021; Thu, 9 Jun 2005 22:56:12 GMT (envelope-from markus) Message-Id: <200506092256.j59MuCWK075021@repoman.freebsd.org> From: Markus Brueffer Date: Thu, 9 Jun 2005 22:56:12 +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/deskutils Makefile ports/deskutils/tpb Makefile distinfo pkg-descr pkg-plist ports/deskutils/tpb/files patch-Makefile.in patch-man-tpb.1 patch-src-Makefile.in patch-src-cfg.h patch-src-tpb.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, 09 Jun 2005 22:56:12 -0000 markus 2005-06-09 22:56:12 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/tpb Makefile distinfo pkg-descr pkg-plist deskutils/tpb/files patch-Makefile.in patch-man-tpb.1 patch-src-Makefile.in patch-src-cfg.h patch-src-tpb.c Log: Add tpb 0.6.3, An On-Screen-Display for hotkeys of IBM ThinkPads and the first consumer of the updated acpi_ibm(4) driver: With TPB it is possible to bind a program to the ThinkPad, Mail, Home and Search button. TPB can also run a callback program on each state change with the changed state and the new state as options. So it is possible to trigger several actions on different events. TPB has an on-screen display (OSD) to show volume, mute, brightness and some other information. Furthermore TPB supports a software mixer, as the R series ThinkPads have no hardware mixer to change the volume. WWW: http://www.nongnu.org/tpb/ Revision Changes Path 1.190 +1 -0 ports/deskutils/Makefile 1.1 +58 -0 ports/deskutils/tpb/Makefile (new) 1.1 +2 -0 ports/deskutils/tpb/distinfo (new) 1.1 +11 -0 ports/deskutils/tpb/files/patch-Makefile.in (new) 1.1 +43 -0 ports/deskutils/tpb/files/patch-man-tpb.1 (new) 1.1 +11 -0 ports/deskutils/tpb/files/patch-src-Makefile.in (new) 1.1 +11 -0 ports/deskutils/tpb/files/patch-src-cfg.h (new) 1.1 +121 -0 ports/deskutils/tpb/files/patch-src-tpb.c (new) 1.1 +10 -0 ports/deskutils/tpb/pkg-descr (new) 1.1 +6 -0 ports/deskutils/tpb/pkg-plist (new)