textproc/tinyxml2: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2023-09-11 11:07:51 +08:00
parent babc6ed446
commit aa3a1197bb
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 1 additions and 3 deletions

View file

@ -5,7 +5,7 @@ CATEGORIES= textproc
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Small C++ XML Parser
WWW= https://grinninglizard.com/tinyxml2/index.html
WWW= https://github.com/leethomason/tinyxml2
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

View file

@ -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
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