pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libxml++ libxml++: mention API version in DES...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50a9b993dd06
branches:  trunk
changeset: 453578:50a9b993dd06
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 31 19:56:37 2021 +0000

description:
libxml++: mention API version in DESCR and COMMENT

diffstat:

 textproc/libxml++/DESCR    |  2 ++
 textproc/libxml++/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 31d5706b022a -r 50a9b993dd06 textproc/libxml++/DESCR
--- a/textproc/libxml++/DESCR   Mon May 31 19:41:15 2021 +0000
+++ b/textproc/libxml++/DESCR   Mon May 31 19:56:37 2021 +0000
@@ -2,3 +2,5 @@
 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.
diff -r 31d5706b022a -r 50a9b993dd06 textproc/libxml++/Makefile
--- a/textproc/libxml++/Makefile        Mon May 31 19:41:15 2021 +0000
+++ b/textproc/libxml++/Makefile        Mon May 31 19:56:37 2021 +0000
@@ -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 @@
 
 MAINTAINER=    evaldo%gardenali.biz@localhost
 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++



Home | Main Index | Thread Index | Old Index