summaryrefslogtreecommitdiff
path: root/multimedia/pvrxxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=Edwin Groothuis2007-10-071-2/+3
| | | | | | | | | | | hacks to install kernel loadable modules correctly on amd64 platforms with the new INSTALL_KLD command. All PORTREVISIONS have been bumped to show when the new version of installing became available. Notes: svn path=/head/; revision=201024
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-24/+0
| | | | Notes: svn path=/head/; revision=200776
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* - Add missing entries to distinfoPav Lucistnik2006-12-311-0/+6
| | | | | | | | | PR: ports/104498 Submitted by: Kenneth Lind <exil@solace.miun.se> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=181157
* Add multimedia/pvrxxx, a patched version of pvr250 to support 150/500 cards.Alejandro Pulver2006-10-067-35/+1576
| | | | | | | | PR: ports/102765 Submitted by: usleepless <usleepless@gmail.com> Notes: svn path=/head/; revision=174597
* NO_PACKAGE and NO_CDROM are superfluousKris Kennaway2006-09-031-2/+0
| | | | Notes: svn path=/head/; revision=171978
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* add hcwPVRP2.sys to the NOFETCHFILES variableEdwin Groothuis2006-01-211-0/+1
| | | | Notes: svn path=/head/; revision=154091
* Fix post-patch targetEdwin Groothuis2005-12-031-2/+2
| | | | | | | | PR: ports/87518 Submitted by: Simun Mikecin <numisemis@yahoo.com> Notes: svn path=/head/; revision=150274
* Update to 2005-10-30 version of the CXM driver:Edwin Groothuis2005-11-262-5/+4
| | | | | | | | | | [ This is the Oct 30, 2005 snapshot of my source tree. Included are changes to support FreeBSD 6.0 including amd64. As part of the changes the iicbb patch for FreeBSD 5 / 6 has been updated to address iicbus_write not defining the buffer as const. ] Notes: svn path=/head/; revision=149528
* Add SHA256 checksums to the distinfo files.Edwin Groothuis2005-11-081-0/+3
| | | | Notes: svn path=/head/; revision=147643
* On FreeBSD 4.x: rename cxm0 to bktr0 in setchannel.cEdwin Groothuis2005-05-091-2/+8
| | | | | | | On all: rename tuner0 into cxm0/bktr0 in setchannel.c Notes: svn path=/head/; revision=134906
* Upgrade to 2005-04-12 version of the CXM driver.Edwin Groothuis2005-05-0211-168/+12
| | | | | | | | Upgrade to 2005-02-19 version of setchannel. Updated cxm.4, added pvr250-setchannel.1 Notes: svn path=/head/; revision=134474
* Attached you will find an file to add to files dir and a diff toEdwin Groothuis2005-01-202-0/+53
| | | | | | | | | | | | | | | | | | the makefile to add a european channel set for the PVR250 driver. I already sent John Wehle the additional channel set to include it in the next driver version, then the final patch to cxm_tuner.c should be smaller. Would be cool to find this in the next port version, so I don't have to patch manually every time again and maybe others in old europe (actually I tested it for germany) may find it useful, too. Thanx, Oliver Submitted by: Oliver Brandmueller <ob@e-Gitt.NET> Notes: svn path=/head/; revision=126899
* Upgrade driver to version 2004-12-30Edwin Groothuis2005-01-122-6/+4
| | | | Notes: svn path=/head/; revision=126176
* Better way to ignore checksum failures of hcwPVRP2.sysEdwin Groothuis2004-12-152-6/+3
| | | | Notes: svn path=/head/; revision=124060
* Add nifty -f (frequency) option to setchannel.Edwin Groothuis2004-12-132-3/+8
| | | | | | | | | | Also add alert about what to do when checksums fail for the distributor supplied files. Submitted by: luc <luc@2113.ch> Notes: svn path=/head/; revision=123964
* Upgrade to the 2004 November 7th version of the CXM driver by JohnEdwin Groothuis2004-11-092-5/+4
| | | | | | | | | Wehle, which gives better support for FreeBSD 5.3. I don't have my PVR250 on 5.x, so feedback from you is appreciated! Notes: svn path=/head/; revision=121160
* Typo: It's the PVR-250/350 and not the PVR-250/260 card.Edwin Groothuis2004-10-161-1/+1
| | | | Notes: svn path=/head/; revision=119550
* - Add man-pageEdwin Groothuis2004-10-163-11/+34
| | | | | | | | | - Add setchannel and setsize tools Submitted by: edwin@mavetju.org Notes: svn path=/head/; revision=119549
* Submit a lkm for the cxm device, found in the Hauppauge PVR-250/350Edwin Groothuis2004-10-1513-0/+262
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 <john@feith.com> 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 <john@feith.com> Submitted by: edwin@mavetju.org Notes: svn path=/head/; revision=119498