From f87262e767c37b77f4a0569c5a256d23fef22aab Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 5 Jan 2004 19:11:25 +0000 Subject: Update to 1.0.1, based on PR 23989 by Adam Migus. Version 1.0.1 November 24, 2003 ----------------- - minor changes to configure (snprintf tested) - fixed a bug of wrong error line numbers in imported or included template - fixed a bug of count() function argument casting - misplaced xsl:import no more processed [reported by Bob Kline] - fixed a bug of crashing current() [reported by Alex Greg] - fixed a bug in DOM (inserting child nodes) - fixed a bug of pointers sized differently from boolean on 64-bit platforms Add lots of documentation to PLIST. --- textproc/sablotron/Makefile | 5 +- textproc/sablotron/PLIST | 216 +++++++++++++++++++++++++++++++++++++++++++- textproc/sablotron/distinfo | 6 +- 3 files changed, 219 insertions(+), 8 deletions(-) (limited to 'textproc') diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index e375f9e849a..22ea4fe7931 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2003/10/15 15:16:32 jwise Exp $ +# $NetBSD: Makefile,v 1.21 2004/01/05 19:11:25 wiz Exp $ -DISTNAME= Sablot-1.0 +DISTNAME= Sablot-1.0.1 PKGNAME= ${DISTNAME:S/Sablot/sablotron/} -PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download-2.gingerall.cz/download/sablot/ diff --git a/textproc/sablotron/PLIST b/textproc/sablotron/PLIST index 7c3dfb9460f..7ea6b0342fb 100644 --- a/textproc/sablotron/PLIST +++ b/textproc/sablotron/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/08/29 15:29:29 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/01/05 19:11:25 wiz Exp $ bin/sabcmd bin/sablot-config include/sabcfg.h @@ -11,5 +11,217 @@ lib/libsablot.a lib/libsablot.la lib/libsablot.so lib/libsablot.so.100 -lib/libsablot.so.100.0 +lib/libsablot.so.100.1 man/man1/sabcmd.1 +share/doc/html/jsdom-ref/apidocs/api-.Conversions.html +share/doc/html/jsdom-ref/apidocs/api-.Debugging.html +share/doc/html/jsdom-ref/apidocs/api-.Example.html +share/doc/html/jsdom-ref/apidocs/api-.Introduction.html +share/doc/html/jsdom-ref/apidocs/api-.Objects.html +share/doc/html/jsdom-ref/apidocs/api-Attr.html +share/doc/html/jsdom-ref/apidocs/api-Attr.name.html +share/doc/html/jsdom-ref/apidocs/api-Attr.ownerElement.html +share/doc/html/jsdom-ref/apidocs/api-Attr.specified.html +share/doc/html/jsdom-ref/apidocs/api-Attr.value.html +share/doc/html/jsdom-ref/apidocs/api-CharacterData.data.html +share/doc/html/jsdom-ref/apidocs/api-CharacterData.html +share/doc/html/jsdom-ref/apidocs/api-CharacterData.length.html +share/doc/html/jsdom-ref/apidocs/api-CharacterData.substringData().html +share/doc/html/jsdom-ref/apidocs/api-DOMException.code.html +share/doc/html/jsdom-ref/apidocs/api-DOMException.html +share/doc/html/jsdom-ref/apidocs/api-DOMImplementation.hasFeature().html +share/doc/html/jsdom-ref/apidocs/api-DOMImplementation.html +share/doc/html/jsdom-ref/apidocs/api-Document.documentElement.html +share/doc/html/jsdom-ref/apidocs/api-Document.html +share/doc/html/jsdom-ref/apidocs/api-Document.implementation.html +share/doc/html/jsdom-ref/apidocs/api-Element.getAttribute().html +share/doc/html/jsdom-ref/apidocs/api-Element.getAttributeNode().html +share/doc/html/jsdom-ref/apidocs/api-Element.hasAttribute().html +share/doc/html/jsdom-ref/apidocs/api-Element.html +share/doc/html/jsdom-ref/apidocs/api-Element.tagName.html +share/doc/html/jsdom-ref/apidocs/api-NamedNodeMap.getNamedItem().html +share/doc/html/jsdom-ref/apidocs/api-NamedNodeMap.html +share/doc/html/jsdom-ref/apidocs/api-NamedNodeMap.item().html +share/doc/html/jsdom-ref/apidocs/api-NamedNodeMap.length.html +share/doc/html/jsdom-ref/apidocs/api-Node.attributes.html +share/doc/html/jsdom-ref/apidocs/api-Node.childNodes.html +share/doc/html/jsdom-ref/apidocs/api-Node.firstChild.html +share/doc/html/jsdom-ref/apidocs/api-Node.hasAttributes().html +share/doc/html/jsdom-ref/apidocs/api-Node.hasChildNodes().html +share/doc/html/jsdom-ref/apidocs/api-Node.html +share/doc/html/jsdom-ref/apidocs/api-Node.isSupported().html +share/doc/html/jsdom-ref/apidocs/api-Node.lastChild.html +share/doc/html/jsdom-ref/apidocs/api-Node.localName.html +share/doc/html/jsdom-ref/apidocs/api-Node.namespaceURI.html +share/doc/html/jsdom-ref/apidocs/api-Node.nextSibling.html +share/doc/html/jsdom-ref/apidocs/api-Node.nodeName.html +share/doc/html/jsdom-ref/apidocs/api-Node.nodeType.html +share/doc/html/jsdom-ref/apidocs/api-Node.nodeValue.html +share/doc/html/jsdom-ref/apidocs/api-Node.ownerDocument.html +share/doc/html/jsdom-ref/apidocs/api-Node.parentNode.html +share/doc/html/jsdom-ref/apidocs/api-Node.prefix.html +share/doc/html/jsdom-ref/apidocs/api-Node.previousSibling.html +share/doc/html/jsdom-ref/apidocs/api-NodeList.html +share/doc/html/jsdom-ref/apidocs/api-NodeList.item().html +share/doc/html/jsdom-ref/apidocs/api-NodeList.length.html +share/doc/html/jsdom-ref/apidocs/api-XSLTContext.contextNode.html +share/doc/html/jsdom-ref/apidocs/api-XSLTContext.contextPosition.html +share/doc/html/jsdom-ref/apidocs/api-XSLTContext.contextSize.html +share/doc/html/jsdom-ref/apidocs/api-XSLTContext.currentNode.html +share/doc/html/jsdom-ref/apidocs/api-XSLTContext.html +share/doc/html/jsdom-ref/apidocs/api-XSLTContext.ownerDocument.html +share/doc/html/jsdom-ref/apidocs/api-content.css +share/doc/html/jsdom-ref/apidocs/api-toc.css +share/doc/html/jsdom-ref/apidocs/complete-toc-abc.html +share/doc/html/jsdom-ref/apidocs/complete-toc-grp.html +share/doc/html/jsdom-ref/apidocs/complete-toc.html +share/doc/html/jsdom-ref/apidocs/complete.html +share/doc/html/jsdom-ref/apidocs/sidebar-toc.html +share/doc/html/jsdom-ref/apidocs/sparse-toc-abc.html +share/doc/html/jsdom-ref/apidocs/sparse-toc-grp.html +share/doc/html/jsdom-ref/apidocs/sparse-toc.html +share/doc/html/jsdom-ref/complete-frameset.html +share/doc/html/jsdom-ref/sparse-frameset.html +share/doc/html/sablot/apidocs/api-.Debugging XSLT.html +share/doc/html/sablot/apidocs/api-.Dependencies.html +share/doc/html/sablot/apidocs/api-.Encodings.html +share/doc/html/sablot/apidocs/api-.Errors and logs.html +share/doc/html/sablot/apidocs/api-.Extensions.html +share/doc/html/sablot/apidocs/api-.Handlers.html +share/doc/html/sablot/apidocs/api-.Introduction.html +share/doc/html/sablot/apidocs/api-.Known Issues.html +share/doc/html/sablot/apidocs/api-.License.html +share/doc/html/sablot/apidocs/api-.Named buffers.html +share/doc/html/sablot/apidocs/api-.Sablotron DOM.html +share/doc/html/sablot/apidocs/api-.URIs.html +share/doc/html/sablot/apidocs/api-.Usage.html +share/doc/html/sablot/apidocs/api-DOM functions.html +share/doc/html/sablot/apidocs/api-DOM types.html +share/doc/html/sablot/apidocs/api-EncHandler.html +share/doc/html/sablot/apidocs/api-MessageHandler.html +share/doc/html/sablot/apidocs/api-MiscHandler.html +share/doc/html/sablot/apidocs/api-SAXHandler.html +share/doc/html/sablot/apidocs/api-SDOM_Document.html +share/doc/html/sablot/apidocs/api-SablotAddArgBuffer.html +share/doc/html/sablot/apidocs/api-SablotAddArgTree.html +share/doc/html/sablot/apidocs/api-SablotAddParam.html +share/doc/html/sablot/apidocs/api-SablotClearError.html +share/doc/html/sablot/apidocs/api-SablotClearSituation.html +share/doc/html/sablot/apidocs/api-SablotCreateDocument.html +share/doc/html/sablot/apidocs/api-SablotCreateProcessor.html +share/doc/html/sablot/apidocs/api-SablotCreateProcessorForSituation.html +share/doc/html/sablot/apidocs/api-SablotCreateSituation.html +share/doc/html/sablot/apidocs/api-SablotDestroyDocument.html +share/doc/html/sablot/apidocs/api-SablotDestroyProcessor.html +share/doc/html/sablot/apidocs/api-SablotDestroySituation.html +share/doc/html/sablot/apidocs/api-SablotFree.html +share/doc/html/sablot/apidocs/api-SablotFreeResultArgs.html +share/doc/html/sablot/apidocs/api-SablotGetInstanceData.html +share/doc/html/sablot/apidocs/api-SablotGetMsgText.html +share/doc/html/sablot/apidocs/api-SablotGetOptions.html +share/doc/html/sablot/apidocs/api-SablotGetResultArg.html +share/doc/html/sablot/apidocs/api-SablotHandle.html +share/doc/html/sablot/apidocs/api-SablotLockDocument.html +share/doc/html/sablot/apidocs/api-SablotParse.html +share/doc/html/sablot/apidocs/api-SablotParseBuffer.html +share/doc/html/sablot/apidocs/api-SablotParseStylesheet.html +share/doc/html/sablot/apidocs/api-SablotParseStylesheetBuffer.html +share/doc/html/sablot/apidocs/api-SablotProcess.html +share/doc/html/sablot/apidocs/api-SablotProcessFiles.html +share/doc/html/sablot/apidocs/api-SablotProcessStrings.html +share/doc/html/sablot/apidocs/api-SablotProcessStringsWithBase.html +share/doc/html/sablot/apidocs/api-SablotRegHandler.html +share/doc/html/sablot/apidocs/api-SablotRunProcessor.html +share/doc/html/sablot/apidocs/api-SablotRunProcessorExt.html +share/doc/html/sablot/apidocs/api-SablotRunProcessorGen.html +share/doc/html/sablot/apidocs/api-SablotSetBase.html +share/doc/html/sablot/apidocs/api-SablotSetBaseForScheme.html +share/doc/html/sablot/apidocs/api-SablotSetEncoding.html +share/doc/html/sablot/apidocs/api-SablotSetInstanceData.html +share/doc/html/sablot/apidocs/api-SablotSetLog.html +share/doc/html/sablot/apidocs/api-SablotSetOptions.html +share/doc/html/sablot/apidocs/api-SablotSituation.html +share/doc/html/sablot/apidocs/api-SablotUnregHandler.html +share/doc/html/sablot/apidocs/api-SchemeHandler.html +share/doc/html/sablot/apidocs/api-content.css +share/doc/html/sablot/apidocs/api-sabcmd.html +share/doc/html/sablot/apidocs/api-toc.css +share/doc/html/sablot/apidocs/complete-toc-abc.html +share/doc/html/sablot/apidocs/complete-toc-grp.html +share/doc/html/sablot/apidocs/complete-toc.html +share/doc/html/sablot/apidocs/complete.html +share/doc/html/sablot/apidocs/sidebar-toc.html +share/doc/html/sablot/apidocs/sparse-toc-abc.html +share/doc/html/sablot/apidocs/sparse-toc-grp.html +share/doc/html/sablot/apidocs/sparse-toc.html +share/doc/html/sablot/complete-frameset.html +share/doc/html/sablot/sparse-frameset.html +share/doc/html/sxp/apidocs/api-.Building.html +share/doc/html/sxp/apidocs/api-.Errors.html +share/doc/html/sxp/apidocs/api-.Introduction.html +share/doc/html/sxp/apidocs/api-.Usage.html +share/doc/html/sxp/apidocs/api-DOMHandler.html +share/doc/html/sxp/apidocs/api-QueryContext.html +share/doc/html/sxp/apidocs/api-SXP_Document.html +share/doc/html/sxp/apidocs/api-SXP_ExpressionType.html +share/doc/html/sxp/apidocs/api-SXP_Node.html +share/doc/html/sxp/apidocs/api-SXP_NodeList.html +share/doc/html/sxp/apidocs/api-SXP_NodeType.html +share/doc/html/sxp/apidocs/api-SXP_addNamespaceDeclaration.html +share/doc/html/sxp/apidocs/api-SXP_addVariableBinding.html +share/doc/html/sxp/apidocs/api-SXP_addVariableBoolean.html +share/doc/html/sxp/apidocs/api-SXP_addVariableNumber.html +share/doc/html/sxp/apidocs/api-SXP_addVariableString.html +share/doc/html/sxp/apidocs/api-SXP_char.html +share/doc/html/sxp/apidocs/api-SXP_createQueryContext.html +share/doc/html/sxp/apidocs/api-SXP_destroyQueryContext.html +share/doc/html/sxp/apidocs/api-SXP_getNodeListItem.html +share/doc/html/sxp/apidocs/api-SXP_getNodeListLength.html +share/doc/html/sxp/apidocs/api-SXP_getResultBool.html +share/doc/html/sxp/apidocs/api-SXP_getResultNodeset.html +share/doc/html/sxp/apidocs/api-SXP_getResultNumber.html +share/doc/html/sxp/apidocs/api-SXP_getResultString.html +share/doc/html/sxp/apidocs/api-SXP_getResultType.html +share/doc/html/sxp/apidocs/api-SXP_query.html +share/doc/html/sxp/apidocs/api-SXP_registerDOMHandler.html +share/doc/html/sxp/apidocs/api-SXP_unregisterDOMHandler.html +share/doc/html/sxp/apidocs/api-SablotCreateSituation.html +share/doc/html/sxp/apidocs/api-SablotDestroySituation.html +share/doc/html/sxp/apidocs/api-SablotSituation.html +share/doc/html/sxp/apidocs/api-compareNodes.html +share/doc/html/sxp/apidocs/api-content.css +share/doc/html/sxp/apidocs/api-getAttributeCount.html +share/doc/html/sxp/apidocs/api-getAttributeNo.html +share/doc/html/sxp/apidocs/api-getChildCount.html +share/doc/html/sxp/apidocs/api-getChildNo.html +share/doc/html/sxp/apidocs/api-getNamespaceCount.html +share/doc/html/sxp/apidocs/api-getNamespaceNo.html +share/doc/html/sxp/apidocs/api-getNextAttrNS.html +share/doc/html/sxp/apidocs/api-getNextSibling.html +share/doc/html/sxp/apidocs/api-getNodeName.html +share/doc/html/sxp/apidocs/api-getNodeNameLocal.html +share/doc/html/sxp/apidocs/api-getNodeNameURI.html +share/doc/html/sxp/apidocs/api-getNodeType.html +share/doc/html/sxp/apidocs/api-getNodeValue.html +share/doc/html/sxp/apidocs/api-getOwnerDocument.html +share/doc/html/sxp/apidocs/api-getParent.html +share/doc/html/sxp/apidocs/api-getPreviousAttrNS.html +share/doc/html/sxp/apidocs/api-getPreviousSibling.html +share/doc/html/sxp/apidocs/api-retrieveDocument.html +share/doc/html/sxp/apidocs/api-toc.css +share/doc/html/sxp/apidocs/complete-toc-abc.html +share/doc/html/sxp/apidocs/complete-toc-grp.html +share/doc/html/sxp/apidocs/complete-toc.html +share/doc/html/sxp/apidocs/complete.html +share/doc/html/sxp/apidocs/sidebar-toc.html +share/doc/html/sxp/apidocs/sparse-toc-abc.html +share/doc/html/sxp/apidocs/sparse-toc-grp.html +share/doc/html/sxp/apidocs/sparse-toc.html +share/doc/html/sxp/complete-frameset.html +share/doc/html/sxp/sparse-frameset.html +@dirrm share/doc/html/sxp/apidocs +@dirrm share/doc/html/sxp +@dirrm share/doc/html/sablot/apidocs +@dirrm share/doc/html/sablot +@dirrm share/doc/html/jsdom-ref/apidocs +@dirrm share/doc/html/jsdom-ref diff --git a/textproc/sablotron/distinfo b/textproc/sablotron/distinfo index db2988cb6e9..bd20da34fd3 100644 --- a/textproc/sablotron/distinfo +++ b/textproc/sablotron/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2003/08/31 10:58:37 jdolecek Exp $ +$NetBSD: distinfo,v 1.9 2004/01/05 19:11:25 wiz Exp $ -SHA1 (Sablot-1.0.tar.gz) = f31512d8833d12cdc1a174358b93228800dabe22 -Size (Sablot-1.0.tar.gz) = 484144 bytes +SHA1 (Sablot-1.0.1.tar.gz) = fbb41852bfc4b448d73b95c8cf951aa7f80c9d1b +Size (Sablot-1.0.1.tar.gz) = 485874 bytes -- cgit v1.2.3