From nobody@FreeBSD.org  Sat Dec 20 02:12:09 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8DB9F1065674
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 02:12:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 79EF78FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 02:12:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBK2C8I3062003
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 02:12:08 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mBK2C7sT062002;
	Sat, 20 Dec 2008 02:12:07 GMT
	(envelope-from nobody)
Message-Id: <200812200212.mBK2C7sT062002@www.freebsd.org>
Date: Sat, 20 Dec 2008 02:12:07 GMT
From: Jason Harmening <jason.harmening@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: multimedia/cx88 Add analog capture support
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129775
>Category:       ports
>Synopsis:       Update port: multimedia/cx88 Add analog capture support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 20 02:20:00 UTC 2008
>Closed-Date:    Sun Dec 21 16:15:13 UTC 2008
>Last-Modified:  Sun Dec 21 16:20:06 UTC 2008
>Originator:     Jason Harmening
>Release:        7.1-PRERELEASE
>Organization:
>Environment:
FreeBSD CORONA 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.1.0:
-Add analog audio & video support to capture app
-Add clipping support to analog video driver
-Clean up driver ioctl(2) interfaces
-Add link to wiki
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN cx88/Makefile /usr/ports/multimedia/cx88/Makefile
--- cx88/Makefile	2008-12-19 19:59:47.000000000 -0600
+++ /usr/ports/multimedia/cx88/Makefile	2008-12-19 18:42:48.000000000 -0600
@@ -2,11 +2,11 @@
 # Date created:        7 September 2008
 # Whom:                jah
 #
-# $FreeBSD: ports/multimedia/cx88/Makefile,v 1.2 2008/10/09 11:58:16 amdmi3 Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	cx88
-PORTVERSION=	1.0.2
+PORTVERSION=	1.1.0
 CATEGORIES=	multimedia kld
 MASTER_SITES=	ftp://corona.homeunix.net/ports/cx88/
 
diff -ruN cx88/distinfo /usr/ports/multimedia/cx88/distinfo
--- cx88/distinfo	2008-12-19 20:00:01.000000000 -0600
+++ /usr/ports/multimedia/cx88/distinfo	2008-12-19 18:42:48.000000000 -0600
@@ -1,3 +1,3 @@
-MD5 (cx88-1.0.2.tar.gz) = 6ff43f516e80723e71d78a408e140628
-SHA256 (cx88-1.0.2.tar.gz) = c7f66cbd81f5c064456a10c0813f26b7e601fae26a48bbd0d4418a32da9b1c6c
-SIZE (cx88-1.0.2.tar.gz) = 123736
+MD5 (cx88-1.1.0.tar.gz) = 450d6d989d6ea3203f6175aa25c6a62d
+SHA256 (cx88-1.1.0.tar.gz) = 1bf37ef1e940513926fcf40dd3573b3bc82ba9116d54249c3e19c1b2ed20805d
+SIZE (cx88-1.1.0.tar.gz) = 134386
diff -ruN cx88/pkg-descr /usr/ports/multimedia/cx88/pkg-descr
--- cx88/pkg-descr	2008-12-19 20:00:16.000000000 -0600
+++ /usr/ports/multimedia/cx88/pkg-descr	2008-12-19 18:42:48.000000000 -0600
@@ -3,3 +3,5 @@
 includes the cx88 kernel drivers as well as a simple app
 for HDTV capture.  It requires multimedia/libtuner for 
 channel selection and peripheral configuration.
+
+WWW: http://corona.homeunix.net/cx88wiki
diff -ruN cx88/pkg-plist /usr/ports/multimedia/cx88/pkg-plist
--- cx88/pkg-plist	2008-12-19 20:00:28.000000000 -0600
+++ /usr/ports/multimedia/cx88/pkg-plist	2008-12-19 18:42:48.000000000 -0600
@@ -14,6 +14,7 @@
 %%EXAMPLESDIR%%/hd3k_analog_ubuf.cpp
 %%EXAMPLESDIR%%/hd5k_analog_ubuf.cpp
 include/iicdev/iicdev_ioctl.h
+include/cx88/cx88_common_ioctl.h
 include/cx88/cx88_mpeg_ioctl.h
 include/cx88/cx88_video_ioctl.h
 include/cx88/cx88_audio_ioctl.h


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Sat Dec 20 02:20:13 UTC 2008 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129775 
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Sat Dec 20 20:30:31 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129775 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Sun Dec 21 16:15:12 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129775 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129775: commit references a PR
Date: Sun, 21 Dec 2008 16:15:25 +0000 (UTC)

 amdmi3      2008-12-21 16:15:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/cx88      Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 1.1.0:
     - Add analog audio & video support to capture app
     - Add clipping support to analog video driver
     - Clean up driver ioctl(2) interfaces
     - Add link to wiki
   
   PR:             129775
   Submitted by:   Jason Harmening <jason dot harmening at gmail dot com> (maintainer)
   
   Revision  Changes    Path
   1.3       +1 -1      ports/multimedia/cx88/Makefile
   1.3       +3 -3      ports/multimedia/cx88/distinfo
   1.2       +2 -0      ports/multimedia/cx88/pkg-descr
   1.3       +1 -0      ports/multimedia/cx88/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
