From owner-cvs-all@FreeBSD.ORG Tue Jun 6 18:09:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9847816C9FF; Tue, 6 Jun 2006 18:09:19 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B29E743D53; Tue, 6 Jun 2006 18:09:02 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k56I6t3q007809; Tue, 6 Jun 2006 18:06:55 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k56I6thv007808; Tue, 6 Jun 2006 18:06:55 GMT (envelope-from itetcu) Message-Id: <200606061806.k56I6thv007808@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 6 Jun 2006 18:06:50 +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/sysutils Makefile ports/sysutils/scanbuttond Makefile distinfo pkg-descr pkg-plist ports/sysutils/scanbuttond/files patch-lib-loader.c patch-scanbuttond.c patch-scripts-initscanner.sh pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 18:09:24 -0000 itetcu 2006-06-06 18:06:50 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/scanbuttond Makefile distinfo pkg-descr pkg-plist sysutils/scanbuttond/files patch-lib-loader.c patch-scanbuttond.c patch-scripts-initscanner.sh pkg-message.in Log: This is the port of scanbuttond, an utility to monitor the various buttons found on many modern scanners which are intended to trigger certain actions like copying, faxing or mailing the scanned document. This daemon queries the scanner button state several times per second via libusb and if it detects that a button is pressed it runs a shell script with the button number as an argument. The supported scanner backends currently are: epson, niash, plustek, snapscan Author: Bernhard Stiftner WWW: http://scanbuttond.sourceforge.net/ PR: ports/95386 Submitted by: Daniel Thiele Approvel by: lawrance (mentor, implicit) Revision Changes Path 1.787 +1 -0 ports/sysutils/Makefile 1.1 +39 -0 ports/sysutils/scanbuttond/Makefile (new) 1.1 +3 -0 ports/sysutils/scanbuttond/distinfo (new) 1.1 +11 -0 ports/sysutils/scanbuttond/files/patch-lib-loader.c (new) 1.1 +35 -0 ports/sysutils/scanbuttond/files/patch-scanbuttond.c (new) 1.1 +9 -0 ports/sysutils/scanbuttond/files/patch-scripts-initscanner.sh (new) 1.1 +37 -0 ports/sysutils/scanbuttond/files/pkg-message.in (new) 1.1 +12 -0 ports/sysutils/scanbuttond/pkg-descr (new) 1.1 +29 -0 ports/sysutils/scanbuttond/pkg-plist (new)