From owner-cvs-ports@FreeBSD.ORG Fri Oct 15 12:12:16 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39A4716A4CE; Fri, 15 Oct 2004 12:12:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B40543D46; Fri, 15 Oct 2004 12:12:16 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FCCFWu086286; Fri, 15 Oct 2004 12:12:15 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FCCFTx086285; Fri, 15 Oct 2004 12:12:15 GMT (envelope-from edwin) Message-Id: <200410151212.i9FCCFTx086285@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Oct 2004 12:12:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia Makefile ports/multimedia/pvr250 Makefile distinfo pkg-descr pkg-message pkg-plist patch-modules::cxm::cxm_iic::Makefilepatchtuner-ibroadcast ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 12:12:16 -0000 edwin 2004-10-15 12:12:15 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/pvr250 Makefile distinfo pkg-descr pkg-message pkg-plist multimedia/pvr250/files patch-modules::cxm::cxm::Makefile patch-modules::cxm::cxm_iic::Makefile patchtuner-bgaustralia patchtuner-bgbroadcast patchtuner-ibroadcast patchtuner-lbroadcast patchtuner-usbroadcast patchtuner-uscable Log: Submit a lkm for the cxm device, found in the Hauppauge PVR-250/350 TV cards. This port contains: - Drivers for the Conexant MPEG-2 Codec driver which can be found on the Hauppauge PVR-250/350 TV cards. These drivers are (c) John Wehle On FreeBSD 4.x, the device used is /dev/bktr0. On FreeBSD 5.x, the device used is /dev/cxm0 This driver has been successfully tested on: - FreeBSD 4.10 - FreeBSD 5.2.1 - Two simple programs to modify some ioctls on the card: set the channel and set the window size. Note: - The configuration screen is only applicable for the the Philips FQ1216M tuner. For other tuners ignore this section. Select just one entry. - Note: the maintainer of this port has no inside knowledge of the workings of this software. Please don't contact me about cards which don't work. Please contact me about problems with the port, with possible enhancements, with success stories. Author: John Wehle Submitted by: edwin@mavetju.org Revision Changes Path 1.82 +1 -0 ports/multimedia/Makefile 1.1 +115 -0 ports/multimedia/pvr250/Makefile (new) 1.1 +4 -0 ports/multimedia/pvr250/distinfo (new) 1.1 +9 -0 ports/multimedia/pvr250/files/patch-modules::cxm::cxm::Makefile (new) 1.1 +9 -0 ports/multimedia/pvr250/files/patch-modules::cxm::cxm_iic::Makefile (new) 1.1 +11 -0 ports/multimedia/pvr250/files/patchtuner-bgaustralia (new) 1.1 +11 -0 ports/multimedia/pvr250/files/patchtuner-bgbroadcast (new) 1.1 +11 -0 ports/multimedia/pvr250/files/patchtuner-ibroadcast (new) 1.1 +11 -0 ports/multimedia/pvr250/files/patchtuner-lbroadcast (new) 1.1 +11 -0 ports/multimedia/pvr250/files/patchtuner-usbroadcast (new) 1.1 +11 -0 ports/multimedia/pvr250/files/patchtuner-uscable (new) 1.1 +28 -0 ports/multimedia/pvr250/pkg-descr (new) 1.1 +29 -0 ports/multimedia/pvr250/pkg-message (new) 1.1 +2 -0 ports/multimedia/pvr250/pkg-plist (new)