From owner-cvs-all@FreeBSD.ORG Sun Oct 5 18:50:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC05816A4F0; Sun, 5 Oct 2003 18:50:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5319543F85; Sun, 5 Oct 2003 18:50:24 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h961oOXJ069178; Sun, 5 Oct 2003 18:50:24 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h961oNm5069176; Sun, 5 Oct 2003 18:50:23 -0700 (PDT) (envelope-from edwin) Message-Id: <200310060150.h961oNm5069176@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 5 Oct 2003 18:50:23 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia Makefile ports/multimedia/nxtvepg Makefile distinfo pkg-descr pkg-plistpatch-epgctl::debug.h patch-epgvbi::btdrv4linux.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 01:50:25 -0000 edwin 2003/10/05 18:50:23 PDT FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/nxtvepg Makefile distinfo pkg-descr pkg-plist multimedia/nxtvepg/files patch-Makefile patch-epgctl::debug.h patch-epgdb::epgnetio.c patch-epgui::menucmd.c patch-epgvbi::btdrv4linux.c patch-tcl2c.c Log: new port: multimedia/nxtvepg (electronic tv programme guide, bktr) This is a new port for nxtvepg, an electronic tv programme guide that extracts its information from special teletext signals. The programming will need a working tv tuner card that is supported by the bktr(4) driver. PR: ports/46847 Submitted by: Simon Barner Revision Changes Path 1.46 +1 -0 ports/multimedia/Makefile 1.1 +40 -0 ports/multimedia/nxtvepg/Makefile (new) 1.1 +1 -0 ports/multimedia/nxtvepg/distinfo (new) 1.1 +105 -0 ports/multimedia/nxtvepg/files/patch-Makefile (new) 1.1 +11 -0 ports/multimedia/nxtvepg/files/patch-epgctl::debug.h (new) 1.1 +11 -0 ports/multimedia/nxtvepg/files/patch-epgdb::epgnetio.c (new) 1.1 +11 -0 ports/multimedia/nxtvepg/files/patch-epgui::menucmd.c (new) 1.1 +153 -0 ports/multimedia/nxtvepg/files/patch-epgvbi::btdrv4linux.c (new) 1.1 +19 -0 ports/multimedia/nxtvepg/files/patch-tcl2c.c (new) 1.1 +24 -0 ports/multimedia/nxtvepg/pkg-descr (new) 1.1 +7 -0 ports/multimedia/nxtvepg/pkg-plist (new)