mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
textproc/tinyxml2: Update WWW and clean up pkg-descr
This commit is contained in:
parent
babc6ed446
commit
aa3a1197bb
2 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,7 @@ CATEGORIES= textproc
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Small C++ XML Parser
|
COMMENT= Small C++ XML Parser
|
||||||
WWW= https://grinninglizard.com/tinyxml2/index.html
|
WWW= https://github.com/leethomason/tinyxml2
|
||||||
|
|
||||||
LICENSE= ZLIB
|
LICENSE= ZLIB
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
|
@ -3,5 +3,3 @@ 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
|
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
|
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.
|
memory, has a proper namespace, and is faster.
|
||||||
|
|
||||||
See also: https://github.com/leethomason/tinyxml2
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue