Mon Nov 28 12:39:41 2016 UTC ()
Updated pugixml to 1.8.1.

1.8.1

This is a re-release of v1.8 with fixed timestamps for files in .tar.gz

1.8

Maintenance release.

Release highlights:

    Added parse_embed_pcdata parsing mode to reduce memory consumption for some documents
    Added Latin-1 auto-detection support
    When printing empty elements, a space is no longer added before / in format_raw mode
    Fix compilation issues for Borland C++ 5.4 and some distributions of MinGW 3.8


(wiz)
diff -r1.1 -r1.2 pkgsrc/textproc/pugixml/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/pugixml/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/textproc/pugixml/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/pugixml/Makefile 2016/04/29 11:54:54 1.1
+++ pkgsrc/textproc/pugixml/Makefile 2016/11/28 12:39:41 1.2
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2016/04/29 11:54:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2016/11/28 12:39:41 wiz Exp $
2 2
3DISTNAME= pugixml-1.7 3DISTNAME= pugixml-1.8.1
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://pugixml.org/ 9HOMEPAGE= http://pugixml.org/
10COMMENT= Light-weight C++ XML processing library 10COMMENT= Light-weight C++ XML processing library
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14USE_TOOLS+= gmake 14USE_TOOLS+= gmake
15USE_CMAKE= yes 15USE_CMAKE= yes
16CMAKE_ARG_PATH= scripts 
17 16
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/textproc/pugixml/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/pugixml/distinfo 2016/04/29 11:54:54 1.1
+++ pkgsrc/textproc/pugixml/distinfo 2016/11/28 12:39:41 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2016/04/29 11:54:54 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2016/11/28 12:39:41 wiz Exp $
2 2
3SHA1 (pugixml-1.7.tar.gz) = 9c5de9759c5ca61bdc6575ac30fa5a2cbce0b63d 3SHA1 (pugixml-1.8.1.tar.gz) = 9baa6f245f7a92950b406da80c1599bc8b5f7e08
4RMD160 (pugixml-1.7.tar.gz) = 27186cb9656a2051eab9181893bd9de4c35455cb 4RMD160 (pugixml-1.8.1.tar.gz) = cefaac1efe5141f88c4c99f543e49c0d4455147d
5SHA512 (pugixml-1.7.tar.gz) = 27c06a32c336d81c1d8568d209314ba8876ce8e7a18cdaf18dc666e25eb35aa7b58b0c812862245c21e8a60c7dba671dbc4c60c79f8dfb65f9714ecc7b3e1ca1 5SHA512 (pugixml-1.8.1.tar.gz) = 6e71dc647455b3564b1fee3b3fcd10d3be86d97f437aa13e5e937a8a532fee459ccc1fd2193f77cc19ffc8c6d3f2609e33f77a7d924eaa3422f3e5f2fd036bf6
6Size (pugixml-1.7.tar.gz) = 522704 bytes 6Size (pugixml-1.8.1.tar.gz) = 528983 bytes