From owner-cvs-ports@FreeBSD.ORG Fri Dec 30 21:16:26 2011 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 EC27A106567B; Fri, 30 Dec 2011 21:16:26 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB1A48FC1A; Fri, 30 Dec 2011 21:16:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pBULGPS4039602; Fri, 30 Dec 2011 21:16:25 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBULGPRG039601; Fri, 30 Dec 2011 21:16:25 GMT (envelope-from nox) Message-Id: <201112302116.pBULGPRG039601@repoman.freebsd.org> From: Juergen Lock Date: Fri, 30 Dec 2011 21:16:25 +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 Makefile ports/multimedia/vdr-plugin-eepg Makefile distinfo pkg-descr pkg-plist ports/multimedia/vdr-plugin-eepg/files patch-Makefile 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: Fri, 30 Dec 2011 21:16:27 -0000 nox 2011-12-30 21:16:25 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/vdr-plugin-eepg Makefile distinfo pkg-descr pkg-plist multimedia/vdr-plugin-eepg/files patch-Makefile Log: This VDR plugin parses the extended (2 to 10 day) EPG data which is send by providers on their portal channels. This EEPG data is transmitted in a non-standard format on a non-standard PID. Currently the following EEPG formats are supported: -Mediahighway 1 (CanaalDigitaalNL, CSat, Cyfra+) -Mediahighway 2 (Digital+) -Sky Italy -Sky UK -Freesat -Premiere -NagraGuide (CanaalDigitaalNL, only in test) WWW: http://projects.vdr-developer.org/projects/plg-eepg Revision Changes Path 1.479 +1 -0 ports/multimedia/Makefile 1.1 +40 -0 ports/multimedia/vdr-plugin-eepg/Makefile (new) 1.1 +2 -0 ports/multimedia/vdr-plugin-eepg/distinfo (new) 1.1 +9 -0 ports/multimedia/vdr-plugin-eepg/files/patch-Makefile (new) 1.1 +14 -0 ports/multimedia/vdr-plugin-eepg/pkg-descr (new) 1.1 +6 -0 ports/multimedia/vdr-plugin-eepg/pkg-plist (new)