freebsd-ports/textproc/tinyxml2/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

8 lines
408 B
Plaintext

TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily
integrated into other programs. It attempts to be flexible, but correct. It
does not rely on exceptions or RTTI. It has UTF-8 support, but does not parse or
use DTDs or XSL. It doesn't have the STL support of TinyXML-1, but uses less
memory, has a proper namespace, and is faster.
See also: https://github.com/leethomason/tinyxml2