Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

16
textproc/tinyxml2/DESCR Normal file
View File

@@ -0,0 +1,16 @@
TinyXML-2 parses an XML document, and builds from that a Document
Object Model (DOM) that can be read, modified, and saved.
TinyXML-2 uses a Document Object Model (DOM), meaning the XML data is
parsed into a C++ objects that can be browsed and manipulated, and then
written to disk or another output stream. You can also construct an XML
document from scratch with C++ objects and write this to disk or another
output stream.
TinyXML (textproc/tinyxml) served the needs of the original author for
many years; but it uses memory inefficiently, and doesn't perform as
well as desired for mobile devices. The author wanted an XML parser that
was a little more modern, a little simpler (the "tiny" had been lost a
little over the years), and was a good fit for Android.
This led to TinyXML-2.

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.2 2015/03/15 09:52:42 nros Exp $
DISTNAME= tinyxml2-2.2.0
CATEGORIES= textproc
MASTER_SITES= -https://github.com/leethomason/tinyxml2/archive/${PKGVERSION}.tar.gz
EXTRACT_USING= bsdtar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.grinninglizard.com/tinyxml2/
COMMENT= Simple, small and efficient C++ XML parser
LICENSE= zlib
USE_CMAKE= yes
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE=tinyxml2.pc.in
.include "../../mk/bsd.pkg.mk"

7
textproc/tinyxml2/PLIST Normal file
View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1 2014/07/22 17:16:45 wiz Exp $
include/tinyxml2.h
lib/libtinyxml2.a
lib/libtinyxml2.so
lib/libtinyxml2.so.2
lib/libtinyxml2.so.${PKGVERSION}
lib/pkgconfig/tinyxml2.pc

View File

@@ -0,0 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.1 2014/07/22 17:16:45 wiz Exp $
BUILDLINK_TREE+= tinyxml2
.if !defined(TINYXML2_BUILDLINK3_MK)
TINYXML2_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.tinyxml2+= tinyxml2>=2.1.0
BUILDLINK_PKGSRCDIR.tinyxml2?= ../../textproc/tinyxml2
.endif # TINYXML2_BUILDLINK3_MK
BUILDLINK_TREE+= -tinyxml2

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2015/03/15 09:52:42 nros Exp $
SHA1 (tinyxml2-2.2.0.tar.gz) = 7869aa08241ce16f93ba3732c1cde155b1f2b6a0
RMD160 (tinyxml2-2.2.0.tar.gz) = 6b0824555d8fe9a97ec32647ac5058b1aaccea6d
Size (tinyxml2-2.2.0.tar.gz) = 455226 bytes