From owner-cvs-all@FreeBSD.ORG Fri Feb 2 18:25:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA78216A401; Fri, 2 Feb 2007 18:25:27 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CA9AB13C494; Fri, 2 Feb 2007 18:25:27 +0000 (UTC) (envelope-from luigi@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 l12IPRbX076388; Fri, 2 Feb 2007 18:25:27 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l12IPRcV076387; Fri, 2 Feb 2007 18:25:27 GMT (envelope-from luigi) Message-Id: <200702021825.l12IPRcV076387@repoman.freebsd.org> From: Luigi Rizzo Date: Fri, 2 Feb 2007 18:25:27 +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/multimedia/linux-ov511-kmod Makefile distinfo pkg-descr pkg-plist ports/multimedia/linux-ov511-kmod/files Makefile.kld patch-ov511-1 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: Fri, 02 Feb 2007 18:25:28 -0000 luigi 2007-02-02 18:25:27 UTC FreeBSD ports repository Added files: multimedia/linux-ov511-kmod Makefile distinfo pkg-descr pkg-plist multimedia/linux-ov511-kmod/files Makefile.kld patch-ov511-1 Log: New port linux-ov511-kmod, a usb webcam driver based on the linux driver 'ov511' (from the linux sources) built on FreeBSD using devel/linux-kmod-compat. The driver supports some ov511 based webcams. THIS IS EXPERIMENTAL CODE, TRY IT AT YOUR OWN RISK. This is only for 6.x/7.x and at the moment only for i386. Most bugs and limitations are due to linux-kmod-compat rather than this port itself, so upgrading linux-kmod-compat (and rebuilding this port) will most likely improve functionality and remove some bugs. As usual if some of the port gurus wants to help fixing any mistakes that i may have made in the port (or missing things, e.g. a suitable warning message when the port is installed), i will be very grateful (and can spend more time working on the emulation code). In particular, i could not find a good site (ftp or web) to fetch individual linux source files from, so i copied them on my web server and used it as MASTER_SITE. This should be fixed though. Revision Changes Path 1.1 +37 -0 ports/multimedia/linux-ov511-kmod/Makefile (new) 1.1 +6 -0 ports/multimedia/linux-ov511-kmod/distinfo (new) 1.1 +7 -0 ports/multimedia/linux-ov511-kmod/files/Makefile.kld (new) 1.1 +12 -0 ports/multimedia/linux-ov511-kmod/files/patch-ov511-1 (new) 1.1 +3 -0 ports/multimedia/linux-ov511-kmod/pkg-descr (new) 1.1 +3 -0 ports/multimedia/linux-ov511-kmod/pkg-plist (new)