NetBSD.se

CVS log for pkgsrc/devel/p5-App-Cmd/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / devel / p5-App-Cmd

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jan 26 15:40:14 2012 UTC (2 weeks ago) by rhaen
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
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é)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Nov 15 19:39:23 2011 UTC (2 months, 3 weeks ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
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)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Aug 7 07:04:29 2011 UTC (6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
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.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Mar 10 18:53:54 2010 UTC (23 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Feb 23 20:19:01 2010 UTC (23 months, 2 weeks ago) by sno
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Sep 4 23:11:53 2009 UTC (2 years, 5 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
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)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 29 22:35:23 2009 UTC (2 years, 5 months ago) by seb
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
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)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 20 23:01:56 2009 UTC (2 years, 5 months ago) by seb
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
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)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 19 19:45:57 2009 UTC (2 years, 5 months ago) by sno
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
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)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 18 23:12:15 2009 UTC (3 years ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Update from version 0.202 to 0.203.

Upstream changes:

0.203     2009-01-16
          add repo info to metadata

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 2 14:55:16 2008 UTC (3 years, 3 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
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!

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 21 11:59:33 2008 UTC (3 years, 6 months ago) by rhaen
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
updated to 0.013

ChangeLog:
0.013     2008-03-19
          add arg0 and full_arg0 methods

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jan 3 21:14:13 2008 UTC (4 years, 1 month ago) by seb
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 3 21:14:13 2008 UTC (4 years, 1 month ago) by seb
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>