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

(-)pear-Console_Getargs/Makefile (-3 / +3 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	Console_Getargs
8
PORTNAME=	Console_Getargs
9
PORTVERSION=	1.2.1
9
PORTVERSION=	1.3.0
10
CATEGORIES=	devel www pear
10
CATEGORIES=	devel www pear
11
11
12
MAINTAINER=	antonio@php.net
12
MAINTAINER=	antonio@php.net
13
COMMENT=	A command-line arguments parser
13
COMMENT=	PEAR command-line arguments parser
14
14
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
16
RUN_DEPENDS=	${BUILD_DEPENDS}
16
RUN_DEPENDS=	${BUILD_DEPENDS}
Lines 19-25 Link Here
19
FILES=		Getargs.php
19
FILES=		Getargs.php
20
EXAMPLES=	example.php example2.php
20
EXAMPLES=	example.php example2.php
21
TESTS=		Console_TestListener.php Getargs_basic_testcase.php \
21
TESTS=		Console_TestListener.php Getargs_basic_testcase.php \
22
		test.php
22
		Getargs_getValues_testcase.php test.php
23
23
24
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
25
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
25
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
(-)pear-Console_Getargs/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/Console_Getargs-1.2.1.tgz) = 77b699d8b9996530cb2e84a13f54075b
1
MD5 (PEAR/Console_Getargs-1.3.0.tgz) = a1605326148bc92a9dc7181b7a0fc0fb
2
SIZE (PEAR/Console_Getargs-1.2.1.tgz) = 16199
2
SIZE (PEAR/Console_Getargs-1.3.0.tgz) = 17453
(-)pear-Console_Getargs/pkg-descr (-4 / +5 lines)
Lines 1-6 Link Here
1
The Console_Getargs package implements a Command Line arguments and
1
PEAR::Console_Getargs implements a Command Line arguments and parameters
2
parameters parser for your CLI applications. It performs some basic
2
parser for your CLI applications.
3
arguments validation and automatically creates a formatted help text,
3
4
based on the given configuration.
4
It performs some basic arguments validation and automatically creates a
5
formatted help text, based on the given configuration.
5
6
6
WWW: http://pear.php.net/package/Console_Getargs/
7
WWW: http://pear.php.net/package/Console_Getargs/

Return to bug 80991