From owner-cvs-ports@FreeBSD.ORG Thu Jan 15 21:24:57 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 414DA106564A; Thu, 15 Jan 2009 21:24:57 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2457C8FC12; Thu, 15 Jan 2009 21:24:57 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0FLOvdb013580; Thu, 15 Jan 2009 21:24:57 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0FLOvB7013579; Thu, 15 Jan 2009 21:24:57 GMT (envelope-from glarkin) Message-Id: <200901152124.n0FLOvB7013579@repoman.freebsd.org> From: Greg Larkin Date: Thu, 15 Jan 2009 21:24:57 +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-frontend Makefile distinfo pkg-descr pkg-plist ports/multimedia/mythtv-frontend/files patch-changeset-r16895.diff patch-configure patch-configure-toupper patch-libs-libavcodec-h264.c patch-libs-libavcodec-libavcodec.pro patch-libs-libmyth-util.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: Thu, 15 Jan 2009 21:24:57 -0000 glarkin 2009-01-15 21:24:57 UTC FreeBSD ports repository Added files: multimedia/mythtv-frontend Makefile distinfo pkg-descr pkg-plist multimedia/mythtv-frontend/files patch-changeset-r16895.diff patch-configure patch-configure-toupper patch-libs-libavcodec-h264.c patch-libs-libavcodec-libavcodec.pro patch-libs-libmyth-util.cpp patch-libs-libmythfreemheg-Programs.cpp patch-libs-libmythtv-libmythtv.pro patch-libs-mythdvdnav-dvd_input.c patch-programs-mythfrontend-main.cpp patch-programs-mythtranscode-mythtranscode.pro patch-programs-programs.pro patch-settings.pro Log: MythTV is a "Personal Video Recorder", i.e. a computer-based video recorder. It supports pausing and rewinding live TV, multiple tuner cards, hardware or software video compression, onscreen program guides and a distributed architecture. WWW: http://www.mythtv.org NOTE: This is the frontend portion of MythTV, suitable for connecting to a backend MythTV server on a different machine. PR: ports/127856 Submitted by: Bernhard Froehlich Revision Changes Path 1.1 +87 -0 ports/multimedia/mythtv-frontend/Makefile (new) 1.1 +3 -0 ports/multimedia/mythtv-frontend/distinfo (new) 1.1 +55 -0 ports/multimedia/mythtv-frontend/files/patch-changeset-r16895.diff (new) 1.1 +11 -0 ports/multimedia/mythtv-frontend/files/patch-configure (new) 1.1 +19 -0 ports/multimedia/mythtv-frontend/files/patch-configure-toupper (new) 1.1 +11 -0 ports/multimedia/mythtv-frontend/files/patch-libs-libavcodec-h264.c (new) 1.1 +13 -0 ports/multimedia/mythtv-frontend/files/patch-libs-libavcodec-libavcodec.pro (new) 1.1 +13 -0 ports/multimedia/mythtv-frontend/files/patch-libs-libmyth-util.cpp (new) 1.1 +13 -0 ports/multimedia/mythtv-frontend/files/patch-libs-libmythfreemheg-Programs.cpp (new) 1.1 +10 -0 ports/multimedia/mythtv-frontend/files/patch-libs-libmythtv-libmythtv.pro (new) 1.1 +12 -0 ports/multimedia/mythtv-frontend/files/patch-libs-mythdvdnav-dvd_input.c (new) 1.1 +11 -0 ports/multimedia/mythtv-frontend/files/patch-programs-mythfrontend-main.cpp (new) 1.1 +10 -0 ports/multimedia/mythtv-frontend/files/patch-programs-mythtranscode-mythtranscode.pro (new) 1.1 +13 -0 ports/multimedia/mythtv-frontend/files/patch-programs-programs.pro (new) 1.1 +13 -0 ports/multimedia/mythtv-frontend/files/patch-settings.pro (new) 1.1 +6 -0 ports/multimedia/mythtv-frontend/pkg-descr (new) 1.1 +822 -0 ports/multimedia/mythtv-frontend/pkg-plist (new)