From owner-cvs-all@FreeBSD.ORG Sun May 23 19:01:06 2010 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 0C85A106564A; Sun, 23 May 2010 19:01:06 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F007A8FC08; Sun, 23 May 2010 19:01:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4NJ154B084146; Sun, 23 May 2010 19:01:05 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4NJ15QV084145; Sun, 23 May 2010 19:01:05 GMT (envelope-from nox) Message-Id: <201005231901.o4NJ15QV084145@repoman.freebsd.org> From: Juergen Lock Date: Sun, 23 May 2010 19:01:05 +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/szap-s2 Makefile distinfo pkg-descr ports/multimedia/szap-s2/files patch-teletext 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: Sun, 23 May 2010 19:01:06 -0000 nox 2010-05-23 19:01:05 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/szap-s2 Makefile distinfo pkg-descr multimedia/szap-s2/files patch-teletext Log: szap-s2 is a command line channel zapping (i.e. tuning) utility similar to szap but including support for S2API a.k.a. DVB API version 5, which supports DVB-S2. When using szap-s2, one instructs it to change the channel to one of a list of channels supplied in a channels.conf type file. There is no manpage yet, but you can run szap-s2 without args to get a usage message. location of channel list file is ~/.szap/channels.conf one line of the szap channel file has the following format: name:frequency_MHz:polarization[coderate][delivery][modulation][rolloff]:sat_no:symbolrate:vpid:apid:service_id one line of the VDR channel file has the following format: name:frequency_MHz:polarization[coderate][delivery][modulation][rolloff]:sat_no:symbolrate:vpid:apid:tpid:?:service_id:?:?:? WWW: http://www.linuxtv.org/wiki/index.php/Szap-s2 Revision Changes Path 1.372 +1 -0 ports/multimedia/Makefile 1.1 +33 -0 ports/multimedia/szap-s2/Makefile (new) 1.1 +3 -0 ports/multimedia/szap-s2/distinfo (new) 1.1 +160 -0 ports/multimedia/szap-s2/files/patch-teletext (new) 1.1 +16 -0 ports/multimedia/szap-s2/pkg-descr (new)