From owner-cvs-all@FreeBSD.ORG Sat Mar 26 19:22:42 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 155471065672; Sat, 26 Mar 2011 19:22:42 +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 0541F8FC0A; Sat, 26 Mar 2011 19:22:42 +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 p2QJMf9v066795; Sat, 26 Mar 2011 19:22:41 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2QJMfBf066794; Sat, 26 Mar 2011 19:22:41 GMT (envelope-from nox) Message-Id: <201103261922.p2QJMfBf066794@repoman.freebsd.org> From: Juergen Lock Date: Sat, 26 Mar 2011 19:22:41 +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/www Makefile ports/www/vdr-plugin-live Makefile distinfo pkg-descr pkg-plist ports/www/vdr-plugin-live/files patch-Makefile patch-live.cpp patch-tools.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2011 19:22:42 -0000 nox 2011-03-26 19:22:41 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/vdr-plugin-live Makefile distinfo pkg-descr pkg-plist www/vdr-plugin-live/files patch-Makefile patch-live.cpp patch-tools.cpp Log: http://www.vdr-wiki.de/wiki/index.php/Live-plugin Live, the "Live Interactive VDR Environment", is a plugin providing the possibility to interactively control the VDR and some of it's plugins by a web interface. Unlike external utility programs that communicate with VDR and it's plugins by SVDRP, Live has direct access to VDR's data structures and is thus very fast. WWW: http://live.vdr-developer.org/ Revision Changes Path 1.2844 +1 -0 ports/www/Makefile 1.1 +43 -0 ports/www/vdr-plugin-live/Makefile (new) 1.1 +2 -0 ports/www/vdr-plugin-live/distinfo (new) 1.1 +24 -0 ports/www/vdr-plugin-live/files/patch-Makefile (new) 1.1 +16 -0 ports/www/vdr-plugin-live/files/patch-live.cpp (new) 1.1 +12 -0 ports/www/vdr-plugin-live/files/patch-tools.cpp (new) 1.1 +11 -0 ports/www/vdr-plugin-live/pkg-descr (new) 1.1 +194 -0 ports/www/vdr-plugin-live/pkg-plist (new)