./devel/p5-Getopt-Euclid, Perl 5 module to create command-line parser from documentation

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


Branch: CURRENT, Version: 0.2.1nb1, Package name: p5-Getopt-Euclid-0.2.1nb1, Maintainer: pkgsrc-users

The Perl 5 module Getopt::Euclid uses your program's own documentation
to create a command-line argument parser. This ensures that your
program's documented interface and its actual interface always
agree.


Required to run:
[lang/perl5] [devel/p5-version]

Required to build:
[devel/p5-Module-Build]

Master sites: (Expand)

SHA1: 82a61fdac8569aacb856b498c9de1287ff1037ab
RMD160: 031e41584f0be376537a4b16ee9a793dab3b4bcc
Filesize: 25.464 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-03-17 00:54:36 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
Updating devel/p5-Getopt-Euclid from 0.2.0 to 0.2.1

pkgsrc changes:
- Add license definition
- Adjust dependencies

Upstream changes:
0.2.1  Sun May 31 12:57:07 2009
    - Removed BEGIN blocks and simply brought the defined variables to the top
      of the module (thanks Todd)
    - Update POD to make sure people don't "use Getopt::Euclid ();"
    - Removed debugger break point (thanks Diab)
    - Removed no bugs claim in POD
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-07-26 08:58:39 by Stoned Elipot | Files touched by this commit (2) | Package updated
Log message:
Update to version 0.2.0.

Changes since last packaged version (0.1.0):
0.2.0  Sat Aug  4 17:22:31 2007
    - Added fallback to $main::VERSION if version not specified in Pod
      (thanks Todd and Thomas)
    - Added non-zero exit value on bad arg list (thanks Toby)
    - Changed module behaviour: now removes identified arguments from @ARGV.
      on successful match (thanks Aran and Tim)
    - Allowed alternations everywhere (i.e. outside optionals too)
    - Allowed E<lt> and E<gt> in option specifiers (thanks Wes)
   2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993)
Log message:
Add DESTDIR support.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-05-13 21:25:32 by Stoned Elipot | Files touched by this commit (4) | Imported package
Log message:
Initial import of p5-Getopt-Euclid version 0.1.0 into The NetBSD
Packages Collection.

The Perl 5 module Getopt::Euclid uses your program's own documentation
to create a command-line argument parser. This ensures that your
program's documented interface and its actual interface always
agree.