Received: by mail.netbsd.org (Postfix, from userid 605) id CC2CA84D7A; Mon, 31 May 2021 19:56:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 140DB84D65 for ; Mon, 31 May 2021 19:56:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Fal7xfTBh5iv for ; Mon, 31 May 2021 19:56:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 647F284CE0 for ; Mon, 31 May 2021 19:56:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5DC9FFA95; Mon, 31 May 2021 19:56:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622490997108670" MIME-Version: 1.0 Date: Mon, 31 May 2021 19:56:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/libxml++ To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210531195637.5DC9FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622490997108670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 31 19:56:37 UTC 2021 Modified Files: pkgsrc/textproc/libxml++: DESCR Makefile Log Message: libxml++: mention API version in DESCR and COMMENT To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/libxml++/DESCR cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/libxml++/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622490997108670 Content-Disposition: inline Content-Length: 1269 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/libxml++/DESCR diff -u pkgsrc/textproc/libxml++/DESCR:1.2 pkgsrc/textproc/libxml++/DESCR:1.3 --- pkgsrc/textproc/libxml++/DESCR:1.2 Thu Sep 20 21:03:50 2007 +++ pkgsrc/textproc/libxml++/DESCR Mon May 31 19:56:37 2021 @@ -2,3 +2,5 @@ libxml++ is a C++ wrapper for the libxml DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++. Its API is much simpler than the underlying libxml C API. + +This package follows the libxml++-2.6 API. Index: pkgsrc/textproc/libxml++/Makefile diff -u pkgsrc/textproc/libxml++/Makefile:1.33 pkgsrc/textproc/libxml++/Makefile:1.34 --- pkgsrc/textproc/libxml++/Makefile:1.33 Mon May 24 19:54:26 2021 +++ pkgsrc/textproc/libxml++/Makefile Mon May 31 19:56:37 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2021/05/24 19:54:26 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2021/05/31 19:56:37 wiz Exp $ DISTNAME= libxml++-2.40.1 PKGREVISION= 9 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= evaldo@gardenali.biz HOMEPAGE= http://libxmlplusplus.sourceforge.net/ -COMMENT= C++ wrapper for the libxml XML parser library +COMMENT= C++ wrapper for the libxml XML parser library (2.6 API) LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ --_----------=_1622490997108670--