cvs commit: ports/multimedia Makefile
 ports/multimedia/linux_dvbwrapper-kmod
 Makefile pkg-descr ports/multimedia/linux_dvbwrapper-kmod/files
 Makefile linux_dvb.h linux_dvb_compat.h linux_dvb_ioctl.h
 linux_dvbwrapper.c
    Juergen Lock 
    nox at FreeBSD.org
       
    Sun Apr 24 15:51:13 UTC 2011
    
    
  
nox         2011-04-24 15:51:13 UTC
  FreeBSD ports repository
  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/linux_dvbwrapper-kmod Makefile pkg-descr 
    multimedia/linux_dvbwrapper-kmod/files Makefile linux_dvb.h 
                                           linux_dvb_compat.h 
                                           linux_dvb_ioctl.h 
                                           linux_dvbwrapper.c 
  Log:
  This kld adds DVB ioctl handling to the Linux compatibility layer
  so that Linux apps can talk to DVB/ATSC tuners via /dev/dvb/adapterX.
  
  Note this port does not contain actual DVB drivers, those are
  provided by e.g. the multimedia/webcamd port.
  
  WWW: http://people.freebsd.org/~nox/dvb/
  
  Revision  Changes    Path
  1.437     +1 -0      ports/multimedia/Makefile
  1.1       +43 -0     ports/multimedia/linux_dvbwrapper-kmod/Makefile (new)
  1.1       +13 -0     ports/multimedia/linux_dvbwrapper-kmod/files/Makefile (new)
  1.1       +63 -0     ports/multimedia/linux_dvbwrapper-kmod/files/linux_dvb.h (new)
  1.1       +26 -0     ports/multimedia/linux_dvbwrapper-kmod/files/linux_dvb_compat.h (new)
  1.1       +122 -0    ports/multimedia/linux_dvbwrapper-kmod/files/linux_dvb_ioctl.h (new)
  1.1       +334 -0    ports/multimedia/linux_dvbwrapper-kmod/files/linux_dvbwrapper.c (new)
  1.1       +7 -0      ports/multimedia/linux_dvbwrapper-kmod/pkg-descr (new)
    
    
More information about the cvs-all
mailing list