./wip/p5-Getopt-GUI-Long, Wrapper around Getopt::Long

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.93, Package name: p5-Getopt-GUI-Long-0.93, Maintainer: pkgsrc-users

This module is a wrapper around Getopt::Long that extends the value of
the original Getopt::Long module to:

1) add a simple graphical user interface option screen if no arguments
are passed to the program.
2) provide an auto-help mechanism such that -h and --help are handled
automatically.

It's designed to make the creation of graphical shells trivial without the
programmer having to think about it much as well as providing automatic
good-looking usage output without the programmer needing to write usage()
functions.

This also can turn normal command line programs into web CGI scripts as
well (automatically). If the Getopt::GUI::Long program is installed as a
CGI script then it will automatically prompt the user for the same
variables.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 90099cc29c320769e4f89fe25d7d0d420a889e48
Filesize: 13.756 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-04 12:45:25 by Aleksej Saushev | Files touched by this commit (38)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-06-10 14:06:59 by Leonardo Taccari | Files touched by this commit (11)
Log message:
Drop mainteinership (I no longer use these packages)...

Feel free to take maintainership if you are interested!
   2009-08-26 00:30:19 by Leonardo Taccari | Files touched by this commit (3) | Imported package
Log message:
Import p5-Getopt-GUI-Long-0.91 as wip/p5-Getopt-GUI-Long.

This module is a wrapper around Getopt::Long that extends the value of
the original Getopt::Long module to:

1) add a simple graphical user interface option screen if no arguments
   are passed to the program.
2) provide an auto-help mechanism such that -h and --help are handled
   automatically.

It's designed to make the creation of graphical shells trivial without the
programmer having to think about it much as well as providing automatic
good-looking usage output without the programmer needing to write usage()
functions.

This also can turn normal command line programs into web CGI scripts as
well (automatically).  If the Getopt::GUI::Long program is installed as a
CGI script then it will automatically prompt the user for the same
variables.