pkgsrc/textproc/tcl-tDOM/Makefile
kamil 20d4f34b4d tcl-tDOM: Update to 0.9.1
pkgsrc changes:

 - switch homepage to tdom.org
 - start using bsdtar due to pax tar issues
 - update license to include the expat one (mit)
 - update MASTER_SITES to new host
 - require gmake for proper building
 - drop no longer needed -DUSE_INTERP_ERRORLINE

UPSTREAM CHANGELOG
------------------
ANNOUNCE: tDOM 0.9.1
Posted by Rolf Ade on 07/26/18 01:01 AM

It's a good point to roll out what's done before other changes took
place, so: tDOM 0.9.1 got tagged, source balls and windows binaries
are available. Find them at
http://tdom.org/downloads/
or see the README below for more information.
The most notable changes since the last release are:
- The included expat is now 2.2.5, the most recent expat release.
- An interface to use expat as pull parser (StAX like).
- Some minor options for more control about parsing ([dom parse
-keepCDATA]) and serialization (asXML -nogtescape
--noEmptyElementTag).
- A few bug fixes important to whom are bitten by them.
And other things.
See the file CHANGES in the root of the source tree or
http://tdom.org/index.html/artifact/014245dd36bb67aa for a more
detailed list or http://tdom.org/index.html/timeline for even more
details.
Thanks to the contributors and all the others for help, encouragement
and discussion.

ANNOUNCE: tDOM 0.9.0
Posted by Rolf Ade on 08/25/17 01:51 PM

Some demand (and, to be fair, also some civilized encouragement)
finally pushed me to cut a new tDOM release.
Besides the fruit of the careful gardening of the as mature recognized
core over the years there are also a couple of new features. The
probably most prominent ones are (in no special order):
- a new HTML5 parser (optional at build time, needs the gumbo library)
- a JSON to DOM parser and a way to create JSON data
- more capablilities of the *FromScript way of creating DOM trees
2019-10-06 03:25:17 +00:00

26 lines
568 B
Makefile

# $NetBSD: Makefile,v 1.6 2019/10/06 03:25:17 kamil Exp $
#
DISTNAME= tdom-${VERSION}-src
PKGNAME= tcl-tDOM-${VERSION}
CATEGORIES= textproc
MASTER_SITES= http://tdom.org/downloads/
EXTRACT_SUFX= .tgz
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://tdom.org/
COMMENT= High performance XML data handling library for Tcl using Expat
LICENSE= mpl-1.1 AND mit # builtin expat is mit
EXTRACT_USING= bsdtar
VERSION= 0.9.1
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/tdom-${VERSION}
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"