From owner-cvs-all@FreeBSD.ORG Sun May 23 18:59:55 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 16EAC1065670; Sun, 23 May 2010 18:59:55 +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 05A628FC18; Sun, 23 May 2010 18:59:55 +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 o4NIxsMa083912; Sun, 23 May 2010 18:59:54 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4NIxstg083911; Sun, 23 May 2010 18:59:54 GMT (envelope-from nox) Message-Id: <201005231859.o4NIxstg083911@repoman.freebsd.org> From: Juergen Lock Date: Sun, 23 May 2010 18:59:54 +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/w_scan Makefile distinfo pkg-descr ports/multimedia/w_scan/files patch-Makefile.in patch-scan.c types.sed 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 18:59:55 -0000 nox 2010-05-23 18:59:54 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/w_scan Makefile distinfo pkg-descr multimedia/w_scan/files patch-Makefile.in patch-scan.c types.sed Log: [From the README:] this is a small channel scan tool for vdr which generates ATSC, DVB-C, DVB-S/S2 and DVB-T channels.conf files. It's 50% "scan" from linuxtv-dvb-apps-1.1.0, the differences are: - no initial tuning data needed, because scanning without this data is exactly what a scan tool like this should do - it detects automatically which DVB/ATSC card to use. WWW: http://wirbel.htpc-forum.de/w_scan/index_en.html Revision Changes Path 1.371 +1 -0 ports/multimedia/Makefile 1.1 +36 -0 ports/multimedia/w_scan/Makefile (new) 1.1 +3 -0 ports/multimedia/w_scan/distinfo (new) 1.1 +11 -0 ports/multimedia/w_scan/files/patch-Makefile.in (new) 1.1 +11 -0 ports/multimedia/w_scan/files/patch-scan.c (new) 1.1 +5 -0 ports/multimedia/w_scan/files/types.sed (new) 1.1 +11 -0 ports/multimedia/w_scan/pkg-descr (new)