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

(-)Makefile (-4 / +6 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	XML_Beautifier
8
PORTNAME=	XML_Beautifier
9
PORTVERSION=	1.1
9
PORTVERSION=	1.2.0
10
CATEGORIES=	textproc devel pear
10
CATEGORIES=	textproc devel pear
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	wenheping@gmail.com
13
COMMENT=	PEAR class to format XML documents
13
COMMENT=	PEAR class to format XML documents
14
14
15
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
15
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
Lines 19-26 Link Here
19
CATEGORY=	XML
19
CATEGORY=	XML
20
FILES=		Beautifier/Renderer.php Beautifier/Tokenizer.php \
20
FILES=		Beautifier/Renderer.php Beautifier/Tokenizer.php \
21
		Beautifier/Renderer/Plain.php Beautifier.php
21
		Beautifier/Renderer/Plain.php Beautifier.php
22
EXAMPLES=	example1.php example2.php example3.php example4.php example5.php \
22
EXAMPLES=	example1.php example2.php example3.php \
23
		example6.php test.xml
23
		example4.php example5.php example6.php \
24
		example7.php \
25
		test.xml test2.xml test3.xml
24
26
25
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
26
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
28
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/XML_Beautifier-1.1.tgz) = d121758edb840d9107debb26bb5837d7
1
MD5 (PEAR/XML_Beautifier-1.2.0.tgz) = 32e5fbe5a4fb499c3a472c0d1a3aad61
2
SHA256 (PEAR/XML_Beautifier-1.1.tgz) = 2c41d3807dc1d22e42668c8269e96cb8e1cece7fbb97648855cff9997a9fecf8
2
SHA256 (PEAR/XML_Beautifier-1.2.0.tgz) = 147ed7eb12fa060b7c8a3b7ff1da8be3c3f2c2911e77b41281fb8dbc9f8f6836
3
SIZE (PEAR/XML_Beautifier-1.1.tgz) = 9854
3
SIZE (PEAR/XML_Beautifier-1.2.0.tgz) = 12948

Return to bug 127582