View | Details | Raw Unified | Return to bug 94343
Collapse All | Expand All

(-)Makefile (-1 lines)
Lines 19-25 Link Here
19
NO_WRKSUBDIR=	yes
19
NO_WRKSUBDIR=	yes
20
USE_PYTHON=	yes
20
USE_PYTHON=	yes
21
USE_PYDISTUTILS=	yes
21
USE_PYDISTUTILS=	yes
22
USE_REINPLACE=	yes
23
22
24
EXAMPLESDIR=	${PREFIX}/share/examples/py-rxp
23
EXAMPLESDIR=	${PREFIX}/share/examples/py-rxp
25
DOCSDIR=	${PREFIX}/share/doc/py-rxp
24
DOCSDIR=	${PREFIX}/share/doc/py-rxp
(-)pkg-descr (-1 / +1 lines)
Lines 8-11 Link Here
8
part of ReportLab's forthcoming XML toolkit, which aims to offer
8
part of ReportLab's forthcoming XML toolkit, which aims to offer
9
simple, fast and pythonic tools for common XML processing tasks. 
9
simple, fast and pythonic tools for common XML processing tasks. 
10
10
11
WWW: http://www.reportlab.com/xml/pyrxp.html
11
WWW: http://www.reportlab.org/pyrxp.html
(-)pkg-plist (-17 / +17 lines)
Lines 1-18 Link Here
1
lib/%%PYTHON_VERSION%%/site-packages/pyRXP.so
1
lib/%%PYTHON_VERSION%%/site-packages/pyRXP.so
2
%%PORTDOCS%%share/doc/py-rxp/PyRXP_Documentation.rml
2
%%PORTDOCS%%%%DOCSDIR%%/PyRXP_Documentation.rml
3
%%PORTDOCS%%share/doc/py-rxp/replogo.gif
3
%%PORTDOCS%%%%DOCSDIR%%/replogo.gif
4
%%PORTDOCS%%@dirrm share/doc/py-rxp
4
%%PORTDOCS%%@dirrm %%DOCSDIR%%
5
%%PORTDOCS%%share/examples/py-rxp/00readme.txt
5
%%PORTDOCS%%%%EXAMPLESDIR%%/00readme.txt
6
%%PORTDOCS%%share/examples/py-rxp/benchmarks.py
6
%%PORTDOCS%%%%EXAMPLESDIR%%/benchmarks.py
7
%%PORTDOCS%%share/examples/py-rxp/expattree.py
7
%%PORTDOCS%%%%EXAMPLESDIR%%/expattree.py
8
%%PORTDOCS%%share/examples/py-rxp/hamlet.xml
8
%%PORTDOCS%%%%EXAMPLESDIR%%/hamlet.xml
9
%%PORTDOCS%%share/examples/py-rxp/play.dtd
9
%%PORTDOCS%%%%EXAMPLESDIR%%/play.dtd
10
%%PORTDOCS%%share/examples/py-rxp/rml_a.dtd
10
%%PORTDOCS%%%%EXAMPLESDIR%%/rml_a.dtd
11
%%PORTDOCS%%share/examples/py-rxp/rml_a.xml
11
%%PORTDOCS%%%%EXAMPLESDIR%%/rml_a.xml
12
%%PORTDOCS%%share/examples/py-rxp/sample1.xml
12
%%PORTDOCS%%%%EXAMPLESDIR%%/sample1.xml
13
%%PORTDOCS%%share/examples/py-rxp/sample2.xml
13
%%PORTDOCS%%%%EXAMPLESDIR%%/sample2.xml
14
%%PORTDOCS%%share/examples/py-rxp/sample3.xml
14
%%PORTDOCS%%%%EXAMPLESDIR%%/sample3.xml
15
%%PORTDOCS%%share/examples/py-rxp/sample4.xml
15
%%PORTDOCS%%%%EXAMPLESDIR%%/sample4.xml
16
%%PORTDOCS%%share/examples/py-rxp/tinydtd.dtd
16
%%PORTDOCS%%%%EXAMPLESDIR%%/tinydtd.dtd
17
%%PORTDOCS%%share/examples/py-rxp/xmlutils.py
17
%%PORTDOCS%%%%EXAMPLESDIR%%/xmlutils.py
18
%%PORTDOCS%%@dirrm share/examples/py-rxp
18
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%

Return to bug 94343