# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-rxp # py-rxp/Makefile # py-rxp/distinfo # py-rxp/pkg-comment # py-rxp/pkg-descr # py-rxp/pkg-plist # echo c - py-rxp mkdir -p py-rxp > /dev/null 2>&1 echo x - py-rxp/Makefile sed 's/^X//' >py-rxp/Makefile << 'END-of-py-rxp/Makefile' X# Ports collection makefile for: py-rxp X# Date created: 10 May 2002 X# Whom: Hye-Shik Chang X# X# $FreeBSD$ X# X XPORTNAME= rxp XPORTVERSION= 0.7 XCATEGORIES= textproc python XMASTER_SITES= http://www.reportlab.com/ftp/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= pyRXP-${PORTVERSION:S/./-/} XEXTRACT_SUFX= .tgz X XMAINTAINER= perky@fallin.lv X XWRKSRC= ${WRKDIR} XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X XEXAMPLESDIR= ${PREFIX}/share/examples/py-rxp XDOCSDIR= ${PREFIX}/share/doc/py-rxp X Xpost-patch: X ${PERL} -pi -e 's/freebsd4/freebsd4","freebsd5/g' ${WRKSRC}/setup.py X X.if !defined(NOPORTDOCS) Xpost-install: X ${MKDIR} ${EXAMPLESDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} X.endif X X.include END-of-py-rxp/Makefile echo x - py-rxp/distinfo sed 's/^X//' >py-rxp/distinfo << 'END-of-py-rxp/distinfo' XMD5 (pyRXP-0-7.tgz) = 135bafcadeba6c3c545d414a7e489617 END-of-py-rxp/distinfo echo x - py-rxp/pkg-comment sed 's/^X//' >py-rxp/pkg-comment << 'END-of-py-rxp/pkg-comment' XFast validating XML parser for Python END-of-py-rxp/pkg-comment echo x - py-rxp/pkg-descr sed 's/^X//' >py-rxp/pkg-descr << 'END-of-py-rxp/pkg-descr' XRXP is a very fast validating XML parser written by Richard Tobin Xof the University of Edinburgh. It complies fully with the W3C test Xsuites (although we have compiled it without Unicode support for Xthe time being). pyRXP is a wrapper around this which constructs a Xlightweight in-memory "tuple tree" in a single call. This structure Xis the lightest one we could define in Python, and it is constructed Xentirely in C code, resulting in unprecedented speed. It is a core Xpart of ReportLab's forthcoming XML toolkit, which aims to offer Xsimple, fast and pythonic tools for common XML processing tasks. X XWWW: http://www.reportlab.com/xml/pyrxp.html END-of-py-rxp/pkg-descr echo x - py-rxp/pkg-plist sed 's/^X//' >py-rxp/pkg-plist << 'END-of-py-rxp/pkg-plist' Xlib/%%PYTHON_VERSION%%/site-packages/pyRXP.so Xshare/doc/py-rxp/PyRXP_Documentation.rml Xshare/doc/py-rxp/replogo.gif Xshare/examples/py-rxp/00readme.txt Xshare/examples/py-rxp/benchmarks.py Xshare/examples/py-rxp/expattree.py Xshare/examples/py-rxp/hamlet.xml Xshare/examples/py-rxp/play.dtd Xshare/examples/py-rxp/rml_a.dtd Xshare/examples/py-rxp/rml_a.xml Xshare/examples/py-rxp/sample1.xml Xshare/examples/py-rxp/sample2.xml Xshare/examples/py-rxp/sample3.xml Xshare/examples/py-rxp/sample4.xml Xshare/examples/py-rxp/tinydtd.dtd Xshare/examples/py-rxp/xmlutils.py X@dirrm share/examples/py-rxp X@dirrm share/doc/py-rxp END-of-py-rxp/pkg-plist exit