diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-09-16 14:40:24 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-09-16 14:40:24 +0000 |
commit | b654068d0e0c923c77534f75da363835c37d050e (patch) | |
tree | 3d6a80cd1de320c266483eb780f383cf3fd32196 /textproc | |
parent | 8747c08f8dd9eed9f9b817b3cbf56cc7ff3f412b (diff) | |
download | ports-b654068d0e0c923c77534f75da363835c37d050e.tar.gz ports-b654068d0e0c923c77534f75da363835c37d050e.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-xml/Makefile | 56 | ||||
-rw-r--r-- | textproc/py-xml/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-xml/files/patch-xml-xpath-ParsedAbbreviatedAbsoluteLocationPath.py | 13 | ||||
-rw-r--r-- | textproc/py-xml/files/patch-xml-xpath-ParsedAbbreviatedRelativeLocationPath.py | 13 | ||||
-rw-r--r-- | textproc/py-xml/files/patch-xml_xslt_Stylesheet.py | 13 | ||||
-rw-r--r-- | textproc/py-xml/pkg-descr | 21 |
7 files changed, 0 insertions, 119 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d5cb5c40413b..eb5f99871a8c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1282,7 +1282,6 @@ SUBDIR += py-xlutils SUBDIR += py-xlwriter SUBDIR += py-xlwt - SUBDIR += py-xml SUBDIR += py-xmltv SUBDIR += py-zope.app.i18n SUBDIR += py-zope.app.locales diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile deleted file mode 100644 index 5b3b1bf6d421..000000000000 --- a/textproc/py-xml/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# Created by: nectar@FreeBSD.org -# $FreeBSD$ - -PORTNAME= xml -PORTVERSION= 0.8.4 -PORTREVISION= 4 -CATEGORIES= textproc python -MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyXML-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python XML library enhancements - -USES= python shebangfix -SHEBANG_FILES= demo/dom/html2html -USE_PYTHON= distutils autoplist - -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} -PLIST_SUB+= PACKAGE_DIR=_xmlplus - -PORTEXAMPLES= * -PORTDOCS= * - -OPTIONS_DEFINE= DOCS EXAMPLES XSLT XPATH -OPTIONS_DEFAULT=XPATH - -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MXSLT} -PYDISTUTILS_BUILDARGS+= --with-xslt -PYDISTUTILS_INSTALLARGS+= --with-xslt -.else -PYDISTUTILS_BUILDARGS+= --without-xslt -PYDISTUTILS_INSTALLARGS+= --without-xslt -.endif - -.if ${PORT_OPTIONS:MXPATH} -PYDISTUTILS_BUILDARGS+= --with-xpath -PYDISTUTILS_INSTALLARGS+= --with-xpath -.else -PYDISTUTILS_BUILDARGS+= --without-xpath -PYDISTUTILS_INSTALLARGS+= --without-xpath -.endif - -post-install: - ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PACKAGE_DIR} -name '*.so' | ${XARGS} ${STRIP_CMD} - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for docfile in ANNOUNCE CREDITS LICENCE README* TODO - ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} -.endfor - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} "demo test" ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.post.mk> diff --git a/textproc/py-xml/distinfo b/textproc/py-xml/distinfo deleted file mode 100644 index 3ece8f0c1d7a..000000000000 --- a/textproc/py-xml/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PyXML-0.8.4.tar.gz) = 9fab66f9584fb8e67aebd8745a5c97bf1c5a2e2e461adf68862bcec64e448c13 -SIZE (PyXML-0.8.4.tar.gz) = 734954 diff --git a/textproc/py-xml/files/patch-xml-xpath-ParsedAbbreviatedAbsoluteLocationPath.py b/textproc/py-xml/files/patch-xml-xpath-ParsedAbbreviatedAbsoluteLocationPath.py deleted file mode 100644 index 1aa89d886448..000000000000 --- a/textproc/py-xml/files/patch-xml-xpath-ParsedAbbreviatedAbsoluteLocationPath.py +++ /dev/null @@ -1,13 +0,0 @@ ---- xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py.orig 2009-07-09 08:48:55.000000000 +0800 -+++ xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py 2009-07-09 08:49:09.000000000 +0800 -@@ -24,8 +24,8 @@ - self._rel = rel - nt = ParsedNodeTest.ParsedNodeTest('node', '') - ppl = ParsedPredicateList.ParsedPredicateList([]) -- as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self') -- self._step = ParsedStep.ParsedStep(as, nt, ppl) -+ as26 = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self') -+ self._step = ParsedStep.ParsedStep(as26, nt, ppl) - return - - def evaluate(self, context): diff --git a/textproc/py-xml/files/patch-xml-xpath-ParsedAbbreviatedRelativeLocationPath.py b/textproc/py-xml/files/patch-xml-xpath-ParsedAbbreviatedRelativeLocationPath.py deleted file mode 100644 index c440b2455c24..000000000000 --- a/textproc/py-xml/files/patch-xml-xpath-ParsedAbbreviatedRelativeLocationPath.py +++ /dev/null @@ -1,13 +0,0 @@ ---- xml/xpath/ParsedAbbreviatedRelativeLocationPath.py.orig 2009-07-09 08:43:39.000000000 +0800 -+++ xml/xpath/ParsedAbbreviatedRelativeLocationPath.py 2009-07-09 08:43:56.000000000 +0800 -@@ -28,8 +28,8 @@ - self._right = right - nt = ParsedNodeTest.ParsedNodeTest('node','') - ppl = ParsedPredicateList.ParsedPredicateList([]) -- as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self') -- self._middle = ParsedStep.ParsedStep(as, nt, ppl) -+ as26 = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self') -+ self._middle = ParsedStep.ParsedStep(as26, nt, ppl) - - def evaluate(self, context): - res = [] diff --git a/textproc/py-xml/files/patch-xml_xslt_Stylesheet.py b/textproc/py-xml/files/patch-xml_xslt_Stylesheet.py deleted file mode 100644 index 3beb27feb6f8..000000000000 --- a/textproc/py-xml/files/patch-xml_xslt_Stylesheet.py +++ /dev/null @@ -1,13 +0,0 @@ ---- xml/xslt/Stylesheet.py.orig 2015-02-16 16:52:28 UTC -+++ xml/xslt/Stylesheet.py -@@ -373,8 +373,8 @@ class StylesheetElement(XsltElement): - - #Attribute sets - attribute_sets = filter(lambda x: x.nodeType == Node.ELEMENT_NODE and (x.namespaceURI, x.localName) == (XSL_NAMESPACE, 'attribute-set'), self.childNodes) -- for as in attribute_sets: -- as.instantiate(context, processor) -+ for las in attribute_sets: -+ las.instantiate(context, processor) - overridden_params = {} - for k in topLevelParams.keys(): - if type(k) != types.TupleType: diff --git a/textproc/py-xml/pkg-descr b/textproc/py-xml/pkg-descr deleted file mode 100644 index 774523b113bc..000000000000 --- a/textproc/py-xml/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -PyXML is a collection of libraries to process XML with Python. -It effectively extends and updates Python's built-in XML libraries -(the xml.* modules). It contains, among other things: - - xmlproc: a validating XML 1.0 parser written in Python - Expat: a nonvalidating XML 1.0 parser written in C, plus Python bindings - PySAX: SAX 1 and SAX2 libraries with drivers for most of the parsers - 4DOM: a compliant DOM Level 2 implementation written in Python - javadom: a Java-DOM-implementation-to-standard-Python-DOM adapter - pulldom: a DOM implementation that supports lazy instantiation of nodes - marshal: a module for serializing Python objects to XML formats including - WDDX and XML-RPC - sgmlop: a C helper module that can speed up xmllib (deprecated) & sgmllib - -It also provides the latest updates/fixes for minidom (the default -xml.dom.implementation), and includes an XPath 1.0 processor for minidom -(xml.xpath). Experimental XSLT 1.0 support for minidom can be added if the -port is installed with WITH_XSLT defined (e.g. "make install WITH_XSLT=yes"). - -WWW: http://pyxml.sourceforge.net/ - http://www.python.org/sigs/xml-sig/ |