Date: Fri, 13 May 2005 14:08:01 -0300 (BRT) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/80991: [maintainer update] devel/pear-Console_Getargs to 1.3.0 Message-ID: <200505131708.j4DH81Xi024165@digitalsign.com> Resent-Message-ID: <200505131730.j4DHU2re042716@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80991 >Category: ports >Synopsis: [maintainer update] devel/pear-Console_Getargs to 1.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 13 17:30:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antonio Carlos Venancio Junior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #7: Tue May 10 10:37:35 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: devel/pear-Console_Getargs to 1.3.0 + changelog: http://pear.php.net/package/Console_Getargs/download/1.3.0/ + update COMMENT + update pkg-descr >How-To-Repeat: >Fix: diff -ruN pear-Console_Getargs.orig/Makefile pear-Console_Getargs/Makefile --- pear-Console_Getargs.orig/Makefile Fri May 13 13:56:18 2005 +++ pear-Console_Getargs/Makefile Fri May 13 14:01:21 2005 @@ -6,11 +6,11 @@ # PORTNAME= Console_Getargs -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= devel www pear MAINTAINER= antonio@php.net -COMMENT= A command-line arguments parser +COMMENT= PEAR command-line arguments parser BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} @@ -19,7 +19,7 @@ FILES= Getargs.php EXAMPLES= example.php example2.php TESTS= Console_TestListener.php Getargs_basic_testcase.php \ - test.php + Getargs_getValues_testcase.php test.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff -ruN pear-Console_Getargs.orig/distinfo pear-Console_Getargs/distinfo --- pear-Console_Getargs.orig/distinfo Fri May 13 13:56:18 2005 +++ pear-Console_Getargs/distinfo Fri May 13 14:01:37 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/Console_Getargs-1.2.1.tgz) = 77b699d8b9996530cb2e84a13f54075b -SIZE (PEAR/Console_Getargs-1.2.1.tgz) = 16199 +MD5 (PEAR/Console_Getargs-1.3.0.tgz) = a1605326148bc92a9dc7181b7a0fc0fb +SIZE (PEAR/Console_Getargs-1.3.0.tgz) = 17453 diff -ruN pear-Console_Getargs.orig/pkg-descr pear-Console_Getargs/pkg-descr --- pear-Console_Getargs.orig/pkg-descr Fri May 13 13:56:18 2005 +++ pear-Console_Getargs/pkg-descr Fri May 13 14:00:09 2005 @@ -1,6 +1,7 @@ -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. +PEAR::Console_Getargs 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/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505131708.j4DH81Xi024165>