From owner-cvs-ports@FreeBSD.ORG Tue Dec 19 23:55:58 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDB9516A412; Tue, 19 Dec 2006 23:55:58 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D61743CA8; Tue, 19 Dec 2006 23:55:55 +0000 (GMT) (envelope-from grog@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 kBJNttD5069547; Tue, 19 Dec 2006 23:55:55 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBJNttsw069546; Tue, 19 Dec 2006 23:55:55 GMT (envelope-from grog) Message-Id: <200612192355.kBJNttsw069546@repoman.freebsd.org> From: Greg Lehey Date: Tue, 19 Dec 2006 23:55:54 +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/mythtv Makefile distinfo pkg-descr pkg-message pkg-plist ports/multimedia/mythtv/files patch-FrameAnalyzer.h patch-configure patch-httprequest.cpp patch-upnpglobal.h patch-version.pro patch-videoout_xv.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 19 Dec 2006 23:55:59 -0000 grog 2006-12-19 23:55:54 UTC FreeBSD ports repository Added files: multimedia/mythtv Makefile distinfo pkg-descr pkg-message pkg-plist multimedia/mythtv/files patch-FrameAnalyzer.h patch-configure patch-httprequest.cpp patch-upnpglobal.h patch-version.pro patch-videoout_xv.cpp Log: New port: MythTV. Currently, the port builds and installs MythTV, but doesn't help much in configuring it. Revision Changes Path 1.1 +76 -0 ports/multimedia/mythtv/Makefile (new) 1.1 +3 -0 ports/multimedia/mythtv/distinfo (new) 1.1 +17 -0 ports/multimedia/mythtv/files/patch-FrameAnalyzer.h (new) 1.1 +11 -0 ports/multimedia/mythtv/files/patch-configure (new) 1.1 +47 -0 ports/multimedia/mythtv/files/patch-httprequest.cpp (new) 1.1 +14 -0 ports/multimedia/mythtv/files/patch-upnpglobal.h (new) 1.1 +16 -0 ports/multimedia/mythtv/files/patch-version.pro (new) 1.1 +13 -0 ports/multimedia/mythtv/files/patch-videoout_xv.cpp (new) 1.1 +5 -0 ports/multimedia/mythtv/pkg-descr (new) 1.1 +13 -0 ports/multimedia/mythtv/pkg-message (new) 1.1 +826 -0 ports/multimedia/mythtv/pkg-plist (new)