Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,11 @@
Console_CommandLine is a full featured package for managing command-line
options and arguments highly inspired from python optparse module, it allows
the developer to easily build complex command line interfaces.
Main features:
* handles sub commands (ie. $ myscript.php -q subcommand -f file),
* can be completely built from an xml definition file,
* generate --help and --version options automatically,
* can be completely customized,
* builtin support for i18n,
* and much more...

View File

@@ -0,0 +1,10 @@
# $NetBSD: Makefile,v 1.1 2016/08/21 08:23:06 taca Exp $
DISTNAME= Console_CommandLine-1.2.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Managing command-line options and arguments
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2016/08/21 08:23:06 taca Exp $
SHA1 (pear/Console_CommandLine-1.2.2.tgz) = 9d6fe4134e469b57cea98bf58bfa38b661e4ea6a
RMD160 (pear/Console_CommandLine-1.2.2.tgz) = 25228324c5f1476c9f849638678664a451060437
SHA512 (pear/Console_CommandLine-1.2.2.tgz) = 05dbde123d0d4fdbba2a959f4bea3b115e3629060a268d25a3007c2ee5a3530b8ebbd8c7d124a6c9d012cafa19f41690a888943a6c1e2e5ec1b9d83fa821d603
Size (pear/Console_CommandLine-1.2.2.tgz) = 40705 bytes