Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 531F3A6B89 for ; Tue, 22 Jul 2014 17:16:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EBD2914A2DA; Tue, 22 Jul 2014 17:16:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6921B14A2D9 for ; Tue, 22 Jul 2014 17:16:46 +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 gAzMa9Qh3Apw for ; Tue, 22 Jul 2014 17:16:45 +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 DA2AF14A2D5 for ; Tue, 22 Jul 2014 17:16:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9655E96; Tue, 22 Jul 2014 17:16:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 22 Jul 2014 17:16:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/tinyxml2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140722171645.9655E96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Tue Jul 22 17:16:45 UTC 2014 Added Files: pkgsrc/textproc/tinyxml2: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import tinyxml2-2.1.0 as textproc/tinyxml2, packaged for wip by Niclas Rosenvik. TinyXML-2 parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. TinyXML-2 uses a Document Object Model (DOM), meaning the XML data is parsed into a C++ objects that can be browsed and manipulated, and then written to disk or another output stream. You can also construct an XML document from scratch with C++ objects and write this to disk or another output stream. TinyXML (textproc/tinyxml) served the needs of the original author for many years; but it uses memory inefficiently, and doesn't perform as well as desired for mobile devices. The author wanted an XML parser that was a little more modern, a little simpler (the "tiny" had been lost a little over the years), and was a good fit for Android. This led to TinyXML-2. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/tinyxml2/DESCR \ pkgsrc/textproc/tinyxml2/Makefile pkgsrc/textproc/tinyxml2/PLIST \ pkgsrc/textproc/tinyxml2/buildlink3.mk pkgsrc/textproc/tinyxml2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.