Date: Sun, 24 Apr 2011 15:51:13 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <201104241551.p3OFpDmn047217@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104241551.p3OFpDmn047217>
