pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/libxml++
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.
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@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