./devel/p5-Getopt-Long-Descriptive, Perl 5 module providing Getopt::Long with usage text

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


Branch: CURRENT, Version: 0.085nb1, Package name: p5-Getopt-Long-Descriptive-0.085nb1, Maintainer: pkgsrc-users

The Perl 5 module Getopt::Long::Descriptive provides a convenient
wrapper for Getopt::Long and program usage output.


Required to run:
[lang/perl5] [devel/p5-Params-Validate] [devel/p5-Sub-Exporter]

Master sites: (Expand)

SHA1: 1335fa7012040f5b7cf7e5b752987079b5cb355b
RMD160: b61df01dd9833aaafe0ae8b1178e7b0f15de1326
Filesize: 12.172 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-15 19:39:41 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-Getopt-Long-Descriptive from 0.084 to 0.085

Upstream changes:
0.085   2010-03-13
        rewrite much of the documentation
   2010-02-15 16:33:21 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-Getopt-Long-Descriptive from 0.083 to 0.084

Upstream changes:
0.084   2010-02-14
        prevent auto-enabling of auto_help (Thanks, DOUGDUDE)
   2010-01-25 23:55:57 by Stoned Elipot | Files touched by this commit (2) | Package updated
Log message:
Update p5-Getopt-Long-Descriptive from version 0.077 to version 0.083.

Pkgsrc changes:
- Adjust dependencies.

Upstream changes:
0.083   2009-12-12
        create an Opts module to store the opts object code
        add _specified_opts method and _specified method for Opts

0.082   2009-12-03
        require Getopt::Long 2.33 for proper --no-foo handling

0.081   2009-11-27
        \%opt will not contain entries for opts that were not given
        (this reverts 0.079 and 0.080's new behavior of undef entries)

0.080   2009-11-27
        fix option naming to ignore "+" used to mark cumulative options
        fix direct calls to Getopt::Long::Descriptive::describe_options

0.079   2009-11-26 Happy Thanksgiving!
        improve the "opt as object" facility to have all opts as methods

0.078   2009-08-21
        refactoring to allow subclassing of Getopt::Long::Descriptive
   2009-08-25 18:40:11 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package devel/p5-Getopt-Long-Descriptive from 0.076 to 0.077

Upstream changes:
0.077   2009-08-21
        allow 'f' as an option name; had mistakenly required 2 characters
   2009-08-21 07:36:37 by Jens Rehsack | Files touched by this commit (1)
Log message:
Adding license
   2009-08-21 00:28:01 by Stoned Elipot | Files touched by this commit (2) | Package updated
Log message:
Update p5-Getopt-Long-Descriptive from version 0.074 to version 0.076.

Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.076   2009-08-20
        bundle the accidentally omitted Usage.pm file
        the $opt returned by described_options is now an object with accessors

0.075   2009-08-19
        significant refactoring, especially to GLD::Usage, which is now a more
        traditional (non-hash-based) object (RJBS)
   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=...").