Date: Thu, 9 Oct 2008 09:57:47 GMT From: Jason Harmening <jason.harmening@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/127972: Update port: multimedia/cx88 Update to 1.0.2 and fix size/checksum mismatch Message-ID: <200810090957.m999vlJe015280@www.freebsd.org> Resent-Message-ID: <200810091000.m99A09oJ093887@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127972 >Category: ports >Synopsis: Update port: multimedia/cx88 Update to 1.0.2 and fix size/checksum mismatch >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 09 10:00:08 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jason Harmening >Release: 7.1-PRERELEASE >Organization: >Environment: FreeBSD CORONA.austin.rr.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Tue Oct 7 18:07:18 CDT 2008 jason@CORONA.austin.rr.com:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: --Update to 1.0.2: --Add -q and -l options to capture app --Fix checksum/size mismatch caused by stale distfile on FTP server >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cx88 # cx88/Makefile # cx88/pkg-descr # cx88/pkg-plist # cx88/distinfo # echo c - cx88 mkdir -p cx88 > /dev/null 2>&1 echo x - cx88/Makefile sed 's/^X//' >cx88/Makefile << 'adab27314f3731c5268b2254e6ead20d' X# New ports collection makefile for: cx88 X# Date created: 7 September 2008 X# Whom: jah X# X# $FreeBSD$ X# X XPORTNAME= cx88 XPORTVERSION= 1.0.2 XCATEGORIES= multimedia kld XMASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ XEXTRACT_ONLY= cx88-${PORTVERSION}.tar.gz X XMAINTAINER= jason.harmening@gmail.com XCOMMENT= Drivers for Conexant CX23880/1/2/3-based TV/radio capture cards X XLIB_DEPENDS= tuner:${PORTSDIR}/multimedia/libtuner XBUILD_DEPENDS= ${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml X XKMODDIR= /boot/modules XPLIST_SUB+= KMODDIR=${KMODDIR} XMAKE_ARGS+= LIBTUNER_LIB=${LOCALBASE}/lib/libtuner LIBTUNER_HEADER=${LOCALBASE}/include/libtuner KMODDIR=${KMODDIR} X X.include <bsd.port.pre.mk> X X.if ${OSVERSION} < 700055 XIGNORE= requires FreeBSD 7.0-RELEASE or later X.endif X X.if !exists(/usr/src/sys/Makefile) XIGNORE= requires kernel source files X.endif X X.include <bsd.port.post.mk> adab27314f3731c5268b2254e6ead20d echo x - cx88/pkg-descr sed 's/^X//' >cx88/pkg-descr << '361a9984998c7277ba109337d8a6f823' Xcx88 provides drivers for TV/radio capture cards based on Xthe Conexant CX23880/1/2/3 series of chips. This port Xincludes the cx88 kernel drivers as well as a simple app Xfor HDTV capture. It requires multimedia/libtuner for Xchannel selection and peripheral configuration. 361a9984998c7277ba109337d8a6f823 echo x - cx88/pkg-plist sed 's/^X//' >cx88/pkg-plist << '66b7180b547510c2aebf39e632fa5639' Xbin/cx88 X%%EXAMPLESDIR%%/cx88.xml.sample X%%DATADIR%%/or51132_vsb.fw X%%DATADIR%%/or51132_qam.fw X%%EXAMPLESDIR%%/cx88_audio_enable.cpp X%%EXAMPLESDIR%%/remote.cpp X%%EXAMPLESDIR%%/hd3k_analog_kbuf.cpp X%%EXAMPLESDIR%%/tuner_config X%%EXAMPLESDIR%%/hd3k_mpeg_ubuf.cpp X%%EXAMPLESDIR%%/hd5k_mpeg_ubuf.cpp X%%EXAMPLESDIR%%/hd3k_mpeg_kbuf.cpp X%%EXAMPLESDIR%%/cx88_audio_client.cpp X%%EXAMPLESDIR%%/hd5k_mpeg_kbuf.cpp X%%EXAMPLESDIR%%/hd3k_analog_ubuf.cpp X%%EXAMPLESDIR%%/hd5k_analog_ubuf.cpp Xinclude/iicdev/iicdev_ioctl.h Xinclude/cx88/cx88_mpeg_ioctl.h Xinclude/cx88/cx88_video_ioctl.h Xinclude/cx88/cx88_audio_ioctl.h X@dirrm include/iicdev X@dirrm include/cx88 X@dirrm %%EXAMPLESDIR%% X@dirrm %%DATADIR%% X@cwd %%KMODDIR%% Xcx88.ko Xcx88i2c.ko Xiicdev.ko Xcx88ir.ko Xcx88mpeg.ko Xcx88video.ko Xcx88audio.ko X@exec kldxref %D X@unexec kldxref %D 66b7180b547510c2aebf39e632fa5639 echo x - cx88/distinfo sed 's/^X//' >cx88/distinfo << '45d0f355d6170c8fa9db7023f3be01bc' XMD5 (cx88-1.0.2.tar.gz) = 6ff43f516e80723e71d78a408e140628 XSHA256 (cx88-1.0.2.tar.gz) = c7f66cbd81f5c064456a10c0813f26b7e601fae26a48bbd0d4418a32da9b1c6c XSIZE (cx88-1.0.2.tar.gz) = 123736 45d0f355d6170c8fa9db7023f3be01bc exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810090957.m999vlJe015280>