pkgsrc/textproc/pugixml/Makefile
wiz b1cb1bfd51 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
2016-11-28 12:39:41 +00:00

17 lines
394 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/11/28 12:39:41 wiz Exp $
DISTNAME= pugixml-1.8.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pugixml.org/
COMMENT= Light-weight C++ XML processing library
LICENSE= mit
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
USE_CMAKE= yes
.include "../../mk/bsd.pkg.mk"