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

(-)/usr/ports/converters/p5-LaTeXML/Makefile (-3 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	LaTeXML
4
PORTNAME=	LaTeXML
5
PORTVERSION=	0.8.1
5
PORTVERSION=	0.8.1
6
PORTREVISION=	1
6
CATEGORIES=	converters perl5
7
CATEGORIES=	converters perl5
7
MASTER_SITES=	http://dlmf.nist.gov/LaTeXML/releases/
8
MASTER_SITES=	http://dlmf.nist.gov/LaTeXML/releases/
8
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
Lines 33-40 Link Here
33
USE_TEX=	kpathsea
34
USE_TEX=	kpathsea
34
NO_BUILD=	yes
35
NO_BUILD=	yes
35
36
36
DOCS=		Changes INSTALL MANIFEST README manual.pdf
37
PORTDOCS=		Changes INSTALL MANIFEST README manual.pdf
37
PORTDOCS=	*
38
38
39
OPTIONS_DEFINE=	DOCS
39
OPTIONS_DEFINE=	DOCS
40
40
Lines 47-53 Link Here
47
47
48
.if ${PORT_OPTIONS:MDOCS}
48
.if ${PORT_OPTIONS:MDOCS}
49
	${MKDIR} ${STAGEDIR}${DOCSDIR}
49
	${MKDIR} ${STAGEDIR}${DOCSDIR}
50
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
50
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
51
.endif
51
.endif
52
52
53
.include <bsd.port.mk>
53
.include <bsd.port.mk>
(-)/usr/ports/converters/p5-LaTeXML/pkg-descr (-3 / +3 lines)
Lines 1-6 Link Here
1
LaTeXML is a TeX and LaTeX to XML/HTML/MathML converter.
1
LaTeXML is a TeX and LaTeX to XML/HTML/MathML converter. From XML it 
2
From XML it can generate various flavors of HTML.
2
can generate various flavors of HTML. MathML and ePub, with other 
3
MathML and ePub, with other formats under development.
3
formats under development.
4
4
5
See the included manual.pdf for an documentation.
5
See the included manual.pdf for an documentation.
6
6

Return to bug 202236