Add pear-Console_Getargs 1.2.1, a command-line arguments parser.

PR:		74092
Submitted by:	Antônio Carlos Venâncio Júnior.
This commit is contained in:
Thierry Thomas 2004-11-22 17:07:50 +00:00
parent e05cc6aff3
commit 1257aab50d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122162
4 changed files with 35 additions and 0 deletions

View File

@ -1061,6 +1061,7 @@
SUBDIR += pcre++
SUBDIR += pcsc-lite
SUBDIR += pear-Config
SUBDIR += pear-Console_Getargs
SUBDIR += pear-Console_Getopt
SUBDIR += pear-Console_Table
SUBDIR += pear-Date

View File

@ -0,0 +1,26 @@
# Ports collection makefile for: pear-Console_Getargs
# Date created: 18 November 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= Console_Getargs
PORTVERSION= 1.2.1
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
COMMENT= A command-line arguments parser
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Console
FILES= Getargs.php
EXAMPLES= example.php example2.php
TESTS= Console_TestListener.php Getargs_basic_testcase.php \
test.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Console_Getargs-1.2.1.tgz) = 77b699d8b9996530cb2e84a13f54075b
SIZE (PEAR/Console_Getargs-1.2.1.tgz) = 16199

View File

@ -0,0 +1,6 @@
The Console_Getargs package implements a Command Line arguments and
parameters parser for your CLI applications. It performs some basic
arguments validation and automatically creates a formatted help text,
based on the given configuration.
WWW: http://pear.php.net/package/Console_Getargs/