1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/textproc/py-4suite/pkg-descr
Tilman Keskinoz 3f5204ff9e * USE_PYTHON corrected
* Add CONFLICTS
* Suppress redundant display of pkg-message
* Update pkg-descr
* Fix pkg-plist
* Bump PORTREVISION

PR:             88129
Submitted by:   Mike Brown <mike@skew.org>

* Add SHA256
2005-11-08 13:25:33 +00:00

28 lines
1.1 KiB
Plaintext

4Suite is a suite of Python modules for XML and RDF processing.
Its major components include the following:
* Ft.Xml.Domlette: A very fast, lightweight XPath-oriented DOM.
* Ft.Xml.Sax: A very fast SAX 2 parser.
* Ft.Xml.XPath: An XPath 1.0 implementation for Domlette documents.
* Ft.Xml.Xslt: A robust XSLT 1.0 processor.
* Ft.Xml.XUpdate: An XUpdate processor.
* Ft.Rdf: RDF processing tools, including a query/inference language.
* Ft.Server: An integrated document & RDF repository with web access.
* Ft.Lib: Various support libraries that can be used independently.
4Suite also includes convenient command-line tools:
* 4xml: XML document parsing and reserialization.
* 4xpath: XPath expression evaluation.
* 4xslt: XSLT processing.
* 4xupdate: XUpdate processing.
* 4rdf: RDF/XML parsing, persistence, querying and reserialization.
* 4ss_manager: Document/RDF repository administration.
* 4ss: Document/RDF repository user commands.
4Suite 1.0b1 is the last release of the monolithic 4Suite package;
4Suite XML, 4Suite RDF, and 4Suite Repository are replacing it.
WWW: http://4suite.org/
-- Mike Brown <mike@skew.org>