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

Ion-Mihai Tetcu itetcu at FreeBSD.org
Tue Jun 6 18:09:24 UTC 2006


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 at 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)


More information about the cvs-all mailing list