Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 276F163BEE5 for ; Mon, 22 Aug 2011 14:03:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0351614A1F2; Mon, 22 Aug 2011 14:03:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1AACE14A1EC for ; Mon, 22 Aug 2011 14:03:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HX1++CzOjNnQ for ; Mon, 22 Aug 2011 14:03:36 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8F32D14A1E5 for ; Mon, 22 Aug 2011 14:03:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 76AED175DD; Mon, 22 Aug 2011 14:03:36 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 22 Aug 2011 14:03:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/libiconv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20110822140336.76AED175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Aug 22 14:03:36 UTC 2011 Modified Files: pkgsrc/converters/libiconv: Makefile distinfo options.mk Log Message: Update to 1.14; disable cp932 option for now, no patch available yet. New in 1.14: * The 'iconv' program now produces its output as soon as it can. It no longer unnecessarily waits for more input. * Updated the GB18030 converter to map 25 characters to code points that have been to Unicode since 2000, rather than to code points in the Private Use Area. * Updated the BIG5-HKSCS converter. The old BIG5-HKSCS converter is renamed to BIG5-HKSCS:2004. A new converter BIG5-HKSCS:2008 is added. BIG5-HKSCS is now an alias for BIG5-HKSCS:2008. * Fixed a bug in the conversion to wchar_t. * Fixed a small bug in the CP1258 converter. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/converters/libiconv/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/converters/libiconv/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/libiconv/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.