Date: Sat, 26 Mar 2011 19:16:54 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia Makefile ports/multimedia/vdr-plugin-control Makefile distinfo pkg-descr pkg-plist ports/multimedia/vdr-plugin-control/files patch-Makefile patch-StringArray.c patch-control.c patch-stack.c patch-telnet.c Message-ID: <201103261916.p2QJGsrQ064965@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nox 2011-03-26 19:16:54 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/vdr-plugin-control Makefile distinfo pkg-descr pkg-plist multimedia/vdr-plugin-control/files patch-Makefile patch-StringArray.c patch-control.c patch-stack.c patch-telnet.c Log: http://www.linuxtv.org/vdrwiki/index.php/Control-plugin The 'control' plugin brings the ability to VDR to control the whole OSD over a telnet client. To reach this, 'control' listens on a network socket (default is port 2002). If a client wants to connect, VDR checks if that client is allowed to connect to VDR (see in the documentation of VDR about the svdrphosts.conf file for more info). If the connection is etablished, 'control' sends the curent OSD state to the client. Also all key strokes at the client side are redirected to VDR. WWW: http://ricomp.de/vdr/down_en.html Revision Changes Path 1.417 +1 -0 ports/multimedia/Makefile 1.1 +43 -0 ports/multimedia/vdr-plugin-control/Makefile (new) 1.1 +4 -0 ports/multimedia/vdr-plugin-control/distinfo (new) 1.1 +14 -0 ports/multimedia/vdr-plugin-control/files/patch-Makefile (new) 1.1 +14 -0 ports/multimedia/vdr-plugin-control/files/patch-StringArray.c (new) 1.1 +10 -0 ports/multimedia/vdr-plugin-control/files/patch-control.c (new) 1.1 +14 -0 ports/multimedia/vdr-plugin-control/files/patch-stack.c (new) 1.1 +14 -0 ports/multimedia/vdr-plugin-control/files/patch-telnet.c (new) 1.1 +14 -0 ports/multimedia/vdr-plugin-control/pkg-descr (new) 1.1 +1 -0 ports/multimedia/vdr-plugin-control/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103261916.p2QJGsrQ064965>