View | Details | Raw Unified | Return to bug 88129 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/py-4suite/Makefile (-2 / +3 lines)
Lines 20-28 Link Here
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
21
USE_REINPLACE=	yes
21
USE_REINPLACE=	yes
22
REINPLACE_ARGS=	-i "" -E
22
REINPLACE_ARGS=	-i "" -E
23
USE_PYTHON=	2.2+
23
USE_PYTHON=	2.2.1+
24
USE_PYDISTUTILS=	yes
24
USE_PYDISTUTILS=	yes
25
25
26
CONFLICTS=      py*-4Suite-1* py*-xml-0.7*
27
26
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
27
29
28
BINDIR=		bin
30
BINDIR=		bin
Lines 69-74 Link Here
69
.if !defined(NOPORTDOCS)
71
.if !defined(NOPORTDOCS)
70
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/${DOCSDIR}
72
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/${DOCSDIR}
71
.endif
73
.endif
72
	@ ${CAT} ${PKGMESSAGE}
73
74
74
.include <bsd.port.post.mk>
75
.include <bsd.port.post.mk>
(-)textproc/py-4suite/pkg-descr (-1 / +7 lines)
Lines 2-9 Link Here
2
Its major components include the following:
2
Its major components include the following:
3
3
4
 * Ft.Xml.Domlette: A very fast, lightweight XPath-oriented DOM.
4
 * Ft.Xml.Domlette: A very fast, lightweight XPath-oriented DOM.
5
 * Ft.Xml.Sax: A very fast SAX 2 parser.
5
 * Ft.Xml.XPath: An XPath 1.0 implementation for Domlette documents.
6
 * Ft.Xml.XPath: An XPath 1.0 implementation for Domlette documents.
6
 * Ft.Xml.Xslt: A robust XSLT 1.0 processor.
7
 * Ft.Xml.Xslt: A robust XSLT 1.0 processor.
8
 * Ft.Xml.XUpdate: An XUpdate processor.
7
 * Ft.Rdf: RDF processing tools, including a query/inference language.
9
 * Ft.Rdf: RDF processing tools, including a query/inference language.
8
 * Ft.Server: An integrated document & RDF repository with web access.
10
 * Ft.Server: An integrated document & RDF repository with web access.
9
 * Ft.Lib: Various support libraries that can be used independently.
11
 * Ft.Lib: Various support libraries that can be used independently.
Lines 11-20 Link Here
11
4Suite also includes convenient command-line tools:
13
4Suite also includes convenient command-line tools:
12
 * 4xml: XML document parsing and reserialization.
14
 * 4xml: XML document parsing and reserialization.
13
 * 4xpath: XPath expression evaluation.
15
 * 4xpath: XPath expression evaluation.
14
 * 4xslt: XSLT processing engine.
16
 * 4xslt: XSLT processing.
17
 * 4xupdate: XUpdate processing.
15
 * 4rdf: RDF/XML parsing, persistence, querying and reserialization.
18
 * 4rdf: RDF/XML parsing, persistence, querying and reserialization.
16
 * 4ss_manager: Document/RDF repository administration.
19
 * 4ss_manager: Document/RDF repository administration.
17
 * 4ss: Document/RDF repository user commands.
20
 * 4ss: Document/RDF repository user commands.
21
22
4Suite 1.0b1 is the last release of the monolithic 4Suite package;
23
4Suite XML, 4Suite RDF, and 4Suite Repository are replacing it.
18
24
19
WWW: http://4suite.org/
25
WWW: http://4suite.org/

Return to bug 88129