This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
pkgsrc
Watch
1
Star
0
Fork
You've already forked pkgsrc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
213192e295
pkgsrc
/
textproc
/
tinyxml
/
PLIST
4 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Switch to using libtool to build the shared library. The bsd.lib.mk infrastructure appears to use some constructs which are not currently available in bootstrap-mk-files. Bump PKGREVISION and add BUILDLINK_ABI_DEPENDS on the new revision, as we cannot guarantee that the shared library name didn't change.
2014-07-08 16:57:06 +02:00
@comment $NetBSD: PLIST,v 1.2 2014/07/08 14:57:06 jperkin Exp $
Import tinyxml-2.6.2 as textproc/tinyxml, packaged for wip by anthony_mallet. TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. TinyXML 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 doesn't parse or use DTDs (Document Type Definitions) or XSLs (eXtensible Stylesheet Language.) There are other parsers out there (check out www.sourceforge.org, search for XML) that are much more fully featured. But they are also much bigger, take longer to set up in your project, have a higher learning curve, and often have a more restrictive license. If you are working with browsers or have more complete XML needs, TinyXML is not the parser for you.
2014-02-17 00:05:33 +01:00
include/tinyxml.h
Switch to using libtool to build the shared library. The bsd.lib.mk infrastructure appears to use some constructs which are not currently available in bootstrap-mk-files. Bump PKGREVISION and add BUILDLINK_ABI_DEPENDS on the new revision, as we cannot guarantee that the shared library name didn't change.
2014-07-08 16:57:06 +02:00
lib/libtinyxml.la
Reference in a new issue
Copy permalink