Commit graph

35 commits

Author SHA1 Message Date
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
mef
3248844aad Update to 0.328
---------------
0.328     2015-09-03 20:37:50-04:00 America/New_York
        - get command description from Pod by default (Jakob Voss)
        - add a "--help" option to all commands by default (Jakob Voss)
        - add "command_groups" to group commands in listing (Jakob Voss)
        - fix the handling of "exit" in App::Cmd::Tester (Matthew Astley)
        - add 'show_version_cmd' option to enable display of 'version'
          command in command list. (John Anderson)
        - minor documentation improvements (Alberto Simoes, rjbs)
2015-09-05 11:34:51 +00:00
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
4c24a061c1 Update to 0.327
---------------
0.327     2015-02-23 20:05:00-05:00 America/New_York
        - fix behavior of default command under subdispatch (thanks, Stephen
          Caldwell and Diab Jerius!)
        - simplify help and commands commands (thanks, Sergey Romanov)
        - drop some advice that we didn't feel great about (thanks, Karen
          Etheridge)
2015-03-01 08:57:02 +00:00
mef
4013953dcd Update 0.323 to 0.326
---------------------
0.326     2014-11-30 08:48:29-05:00 America/New_York
          fix the path fix because it was broken by a related fix in EUMM

0.325     2014-11-29 20:48:34-05:00 America/New_York
          fix a path-related test failure on Win32 (thanks, A. Sinan Unur!)

0.324     2014-10-20 18:22:25-04:00 America/New_York
          note that `cmd help` can take a subcommand in `cmd help help`
2015-01-26 04:07:45 +00:00
wen
3e9f731676 Update to 0.323
Upstream changes:
0.323     2013-12-07 08:46:51 America/New_York
          fall back to "(unknown)" for command abstract in more cases (thanks,
          Jakob Voss!)
2014-10-02 10:34:28 +00:00
wiz
9899a37808 Don't expect perl to provide p5-Module-Pluggable (removed in 5.20).
Bump PKGREVISION.
2014-05-31 12:56:54 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wen
4ef3392931 Update to 0.322
Upstream changes:
0.322     2013-10-28 08:00:35 America/New_York
          require a newer Getopt::Long to avoid --version conflicts

0.321     2013-10-26 07:44:19 America/New_York
          avoiding getting [undef] in argument list in Simple apps

          add --version support via version command (thanks, Jakob Voss!)
2013-10-28 15:40:09 +00:00
sno
d0c577b745 Updating package for CPAN distribution App-Cmd in devel/p5-App-Cmd from
0.318nb2 to 0.320.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.320     2013-01-30 19:37:46 America/New_York
          when answering "Unknown subcommand," the commands list is sent ot
          STDERR (#75652)

          tests for using Params::Validate callback and not getting nasty stack
          trace (thanks, Adam Prime)

0.319     2013-01-25 18:18:21 America/New_York
          Enable --help option for App::Cmd::Simple (thanks, Ryan Thompson!)

          add the ability to ignore non-commands (Thanks, Kent Fredric!)

          many improvements to tutorial (thanks, mokko!)
2013-07-03 13:36:38 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
99b2e6f9d4 Updating package for CPAN distribution App::Cmd in devel/p5-App-Cmd
from 0.317 to 0.318

Upstream changes:
0.318     2012-05-04 22:00:34 America/New_York
          App::Cmd::Tester treats undef code as 0 now (thanks, David Golden)

          piles of documentation improvement also by David Golden
2012-05-11 12:51:30 +00:00
sno
6e4e4a1d97 Updating package for CPAN module App::Cmd in devel/p5-App-Cmd from 0.316
to 0.317.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.317     2012-03-26 10:11:52 America/New_York
          App::Cmd::Tester now reports exit code 1 for unknown commands, as
          App::Cmd would exit(1) in that case; addresses
          https://rt.cpan.org/Public/Bug/Display.html?id=73084 reported by
          David Golden
2012-04-10 13:10:18 +00:00
sno
3074057cee Updating package in devel/p5-App-Cmd for CPAN distribution App::Cmd from
0.314 to 0.316.

pkgsrc changes:
- adjust dependencies according to meta data

Upstream changes:
0.316     2012-02-11 10:50:46 America/New_York
          fix the test of "echo" on Win32 (thanks, Chris Williams)

0.315     2012-02-10 09:08:49 America/New_York
          totally worthless release made by mistake
2012-02-16 06:13:03 +00:00
rhaen
864c3174cd Updated to 0.314
Dependency to devel/p5-Capture-Tiny

Change:

0.314     2012-01-03 21:38:59 America/New_York
          adds App::Cmd::Tester::CaptureExternal to capture output from
          external subcommands (thanks, David Golden)

          if there's no Pod =head1 NAME, a Pod::Weaver-esque #ABSTRACT will be
          respected (thanks, Andreas Hernitscheck)

0.313     2011-12-23 13:29:53 America/New_York
          don't load Text::Abbrev until it's needed (thanks, Olivier Mengué)
2012-01-26 15:40:14 +00:00
sno
c87581cf97 Updating package for CPAN module App::Cmd in devel/p5-App-Cmd from 0.311 to
0.312.

pkgsrc changes:
- adjust dependencies updated with update to 0.310 (kindly ask adam@ to
  prove better)

Upstream changes:
0.312     2011-08-17 18:02:26 America/New_York
          typo fixes to docs (thanks, Glenn Fowler)

          add the prepare_argv method (thanks, Ingy döt Net)
2011-11-15 19:39:23 +00:00
adam
398318271a Changes 0.311:
* require the correct version of Getopt::Long::Descriptive

Changes 0.310:
* classes are now loaded with Class::Load, which should avoid bugs
  where classes are not succesfully loaded by program execution
  continues anyway
* more checking is now done to ensure that plugins are members of the
  correct base class

Changes 0.309:
* skip a failing test on perl 5.8.x

Changes 0.308:
* When App::Cmd::Setup tries to load MyApp::Command, and it exists but
  will not compile, the exception will now propagate.  Previously, it
  failed silently and App::Cmd::Command was used instead.
2011-08-07 07:04:29 +00:00
seb
c3f1e700ad 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-08-21 16:32:42 +00:00
sno
2ef16bb883 Updating devel/p5-App-Cmd from 0.304 to 0.307
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.307     2010-03-09
          bump up required version of Getopt::Long::Descriptive

0.306     2010-03-08
          return the App::Cmd object (when non-Simple) in the Tester result
          allow App::Cmd::Tester subclasses to chose another Result class

0.305     2010-03-07
          App::Cmd::Tester now reports (probable?) exit code of tested apps
          some improvements to the tutorial and other docs
          added some documentation for App::Cmd::Setup
          now searches for plugins under App::Cmd::Plugin::; use = to prevent
2010-03-10 18:53:54 +00:00
sno
3c32ccaa5f Updating devel/p5-App-Cmd from 0.301 to 0.304
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.304     2009-12-07
          remove use of deprecated "-run" from synopsis (thanks, George
          Hartzell)

0.303     2009-11-27
          revert behavior of App::Cmd 0.302 -- GLD no longer gives undef opts

0.302     2009-11-27
          expect undef values for acceptable-but-ungiven options in $opt
2010-02-23 20:19:01 +00:00
seb
b8c27c15f1 Update p5-App-Cmd from version 0.300 to version 0.301.
Upstream changes:
0.301     2009-09-02
          fix App::Cmd::Simple docs to show ->execute (noticed by MIYAGAWA)
2009-09-04 23:11:53 +00:00
seb
ad2843e362 Update p5-App-Cmd from version 0.206 to version 0.300.
Upstream changes:
0.300     2009-09-28
          DEPRECATED -run OPTION TO APP CLASS IMPORT
          "use MyApp -run;" is deprecated; it will be removed after no less
          than a year

          this led to problems where normal exit-on-error messages confused
          users by complaining about failing to compile; magic to stop this is
          not worth the tiny savings

          COMMANDS SHOULD NOW HAVE ->execute RATHER THAN ->run
          this will not break you code... except:

          WILL BREAK YOUR CODE: App::Cmd::Simple programs must use ->execute
          rather than ->run

0.207     2009-09-27
          add option to allow any unambiguous command abbreviation
          (thanks, Jerome Quelin)
2009-08-29 22:35:23 +00:00
seb
8253dbad54 Update p5-App-Cmd from version 0.205 to version 0.206.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.206     2009-08-19
          add a ->description to commands (thanks Jerome Quelin)
2009-08-20 23:01:56 +00:00
sno
e8bf92d3d8 Updating package devel/p5-App-Cmd from 0.203 to 0.205
pkgsrc changes:
  - Adding license

Upstream changes:
0.205     2009-08-18
          add the long-missing arg0 and full_arg0 accessors (resolves 35528)
          thanks to GAISSMAI and Jerome Quelin for reporting

0.204     2009-06-27
          document the need for calling ->import on Simple apps
          add tests for Simple-based apps
          correct a few errors in the tutorial (thanks, Jason Crome)
2009-08-19 19:45:57 +00:00
sno
77f8f7fdc8 Module::Pluggable is a core module since perl-5.10 -> Updating dependency 2009-04-24 08:17:24 +00:00
he
b29801e5b5 Update from version 0.202 to 0.203.
Upstream changes:

0.203     2009-01-16
          add repo info to metadata
2009-01-18 23:12:15 +00:00
he
9f46411e3a Update from version 0.013nb1 to 0.202.
Pkgsrc changes:
 o Add new required dependencies.

Upstream changes:

0.202     2008-10-16
          update App::Cmd::Tester to use IO::TieCombine

0.201     2008-10-14
          fix typos in Tutorial.pod (thanks, HARTZELL!)
          fix prereq for Sub::Exporter to ensure we have curry_method

0.200     2008-09-14
          new super-concise ::Setup interface provided by Sub::Exporter
          added plugin system
          consult App::Cmd::Tutorial to see the new interface
          your old code should still work!
2008-11-02 14:55:16 +00:00
he
b021813da0 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-10-19 19:17:40 +00:00
rhaen
cf61655bd2 updated to 0.013
ChangeLog:
0.013     2008-03-19
          add arg0 and full_arg0 methods
2008-07-21 11:59:33 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
seb
e3de54d0ce Initial import of p5-App-Cmd version 0.012 into The NetBSD
Packages Collection.

The Perl 5 module App::Cmd is intended to make it easy to write
complex command-line applications without having to think about
most of the annoying things usually involved.
2008-01-03 21:14:13 +00:00