IABSD.fr/ports/textproc/tdom

Branch :


Log

Author Commit Date CI Message
9bab3a8c 2024-10-17 10:50:02 remove some of the sprinklings of .include <bsd.port.arch.mk> .if !${PROPERTIES:Mclang} CFLAGS+= -std=gnu99 .endif which are no longer needed since "Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89" commit in Oct 2023. pointed out by tb@
e81d6c04 2023-09-27 18:08:55 MASTER_SITES -> SITES
11014017 2022-08-15 15:09:30 Do the usual C99 dance to fix build on sparc64
c9c04a73 2022-08-09 21:46:13 Update to 0.9.3. Drop a patch thanks to upstream changes.
8c80a751 2022-03-11 20:02:12 drop RCS Ids
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
9c1547c4 2018-07-26 01:56:52 Update to 0.9.1.
100fd8b5 2018-06-12 15:44:28 Import tDOM 0.9.0. ok sthen@ A fast XML/DOM/XPath/XSLT/HTML/JSON extension for Tcl. Combines high performance XML data processing with easy and powerful Tcl scripting functionality. Includes the tdomhtml extension which implements a simple HTML layer on top of the core DOM Level-1 specification. Features: * A Tcl interface to expat for event-like (SAX-like) XML parsing. * A complete, compliant and fast XPath implementation in C following the November 99 W3C recommendation for navigation and data extraction. * A fast XSLT implementation in C following the W3C Recommendation 16 November 1999. * DTD validation. * A JSON parser that parses any possible JSON input into a DOM tree without losing information. * An efficient and Tcl'ish way to create XML and HTML documents and JSON strings. * An even faster simple XML parser for trusted XML input.