Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2006 18:06:50 +0000 (UTC)
From:      Ion-Mihai Tetcu <itetcu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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
Message-ID:  <200606061806.k56I6thv007808@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <root84@users.sourceforge.net>
  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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606061806.k56I6thv007808>