From owner-cvs-all@FreeBSD.ORG Sat Dec 3 17:12:30 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 3C2D51065676; Sat, 3 Dec 2011 17:12:30 +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 1351C8FC1A; Sat, 3 Dec 2011 17:12:30 +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 pB3HCT96033616; Sat, 3 Dec 2011 17:12:29 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pB3HCT05033615; Sat, 3 Dec 2011 17:12:29 GMT (envelope-from nox) Message-Id: <201112031712.pB3HCT05033615@repoman.freebsd.org> From: Juergen Lock Date: Sat, 3 Dec 2011 17:12:29 +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/w_scan Makefile distinfo ports/multimedia/w_scan/files patch-char-coding.c 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, 03 Dec 2011 17:12:30 -0000 nox 2011-12-03 17:12:29 UTC FreeBSD ports repository Modified files: multimedia/w_scan Makefile distinfo Added files: multimedia/w_scan/files patch-char-coding.c Log: - Update to 20111203 . - Add knob to install the Linux version too (needs multimedia/linux_dvbwrapper-kmod kldload'ed to run.) - Add workaround to avoid invalid UTF-8 encodings when converting from ISO_6937-2 (that the iconv used on FreeBSD doesn't know) - if you need ISO_6937-2 converted properly you have to use the Linux version for now. (Tho all the 8-bit channel names I see here marked as the default ISO_6937-2 charset are in fact ISO8859-1(5) i.e. the charset isn't marked properly on those transponders and thus the Linux version would convert them wrongly too.) Feature safe: yes Revision Changes Path 1.11 +16 -2 ports/multimedia/w_scan/Makefile 1.7 +2 -2 ports/multimedia/w_scan/distinfo 1.1 +35 -0 ports/multimedia/w_scan/files/patch-char-coding.c (new)