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

(-)Makefile (-7 / +16 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Console_CommandLine
8
PORTNAME=	Console_CommandLine
9
PORTVERSION=	0.2.1
9
PORTVERSION=	1.0.0
10
CATEGORIES=	devel www pear
10
CATEGORIES=	devel www pear
11
11
12
MAINTAINER=	miwi@FreeBSD.org
12
MAINTAINER=	miwi@FreeBSD.org
Lines 21-27 Link Here
21
		CommandLine/Outputter.php CommandLine/Result.php CommandLine/Argument.php \
21
		CommandLine/Outputter.php CommandLine/Result.php CommandLine/Argument.php \
22
		CommandLine/Exception.php CommandLine/Option.php CommandLine/XmlParser.php \
22
		CommandLine/Exception.php CommandLine/Option.php CommandLine/XmlParser.php \
23
		CommandLine/Action/Callback.php CommandLine/Action/Counter.php \
23
		CommandLine/Action/Callback.php CommandLine/Action/Counter.php \
24
		CommandLine/Action/Help.php CommandLine/Action/StoreArray.php \
24
		CommandLine/Action/Help.php CommandLine/Action/Password.php \
25
		CommandLine/Action/StoreArray.php \
25
		CommandLine/Action/StoreFalse.php CommandLine/Action/StoreFloat.php \
26
		CommandLine/Action/StoreFalse.php CommandLine/Action/StoreFloat.php \
26
		CommandLine/Action/StoreInt.php CommandLine/Action/StoreString.php \
27
		CommandLine/Action/StoreInt.php CommandLine/Action/StoreString.php \
27
		CommandLine/Action/StoreTrue.php CommandLine/Action/Version.php \
28
		CommandLine/Action/StoreTrue.php CommandLine/Action/Version.php \
Lines 30-40 Link Here
30
DATA=		xmlschema.rng
31
DATA=		xmlschema.rng
31
EXAMPLES=	ex1.php ex2.php ex2.xml
32
EXAMPLES=	ex1.php ex2.php ex2.xml
32
_EXAMPLESDIR=	docs/examples
33
_EXAMPLESDIR=	docs/examples
33
TESTS=		console_commandline_addargument.phpt console_commandline_parse_1.phpt \
34
TESTS=		AllTests.php console_commandline_accept.phpt \
34
		console_commandline_parse_4.phpt tests.inc.php console_commandline_addcommand.phpt \
35
		console_commandline_addargument.phpt \
35
		console_commandline_parse_2.phpt console_commandline_parse_5.phpt \
36
		console_commandline_addcommand.phpt \
36
		console_commandline_addoption.phpt console_commandline_parse_3.phpt \
37
		console_commandline_addoption.phpt \
37
		console_commandline_parse_6.phpt
38
		console_commandline_fromxmlfile.phpt \
39
		console_commandline_fromxmlstring.phpt \
40
		console_commandline_parse_1.phpt console_commandline_parse_2.phpt \
41
		console_commandline_parse_3.phpt console_commandline_parse_4.phpt \
42
		console_commandline_parse_5.phpt console_commandline_parse_6.phpt \
43
		console_commandline_parse_7.phpt console_commandline_parse_8.phpt \
44
		console_commandline_parse_9.phpt console_commandline_parse_10.phpt \
45
		console_commandline_parse_11.phpt console_commandline_parse_12.phpt \
46
		test.xml tests.inc.php
38
47
39
.include <bsd.port.pre.mk>
48
.include <bsd.port.pre.mk>
40
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
49
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/Console_CommandLine-0.2.1.tgz) = 98a52d1dc3e4ff0b60d1059b8df85d3b
1
MD5 (PEAR/Console_CommandLine-1.0.0.tgz) = ff94f26ec825de70bf1f18cee0309080
2
SHA256 (PEAR/Console_CommandLine-0.2.1.tgz) = dde39618ca3d5110cfe6c6f9d3d63f2c2985c35268351c9956525855956c9b92
2
SHA256 (PEAR/Console_CommandLine-1.0.0.tgz) = f18d4e066a1b349e9dfd5560ad185b101b4102e25e7ba5e2ecbfa035282deb98
3
SIZE (PEAR/Console_CommandLine-0.2.1.tgz) = 22334
3
SIZE (PEAR/Console_CommandLine-1.0.0.tgz) = 27383

Return to bug 123897