NetBSD.se

CVS log for pkgsrc/devel/p5-Getopt-Euclid/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / devel / p5-Getopt-Euclid

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 7 02:09:47 2011 UTC (7 months, 2 weeks ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update p5-Getopt-Euclid to 0.3.0.

Changes from previous:
0.3.0
  - Reverted feature to match POD head section =head2, =head3 and =head4
    because of backward compatibility issue (RT bug #70942)

0.2.9  2011-09-03
  - This command does not generate warnings anymore:
    perl -e 'use Getopt::Euclid; print $Getopt::Euclid::VERSION;'
  - Required and optional arguments can now be put in a POD head section
    =head2, =head3 and =head4 for more flexibility

0.2.8  2011-09-02
  - Support for optional defaults (RT bug #61438, patch from Paolo Medeo)
  - Extended the grammar of recognized POD headers
  - Usage error message now mentions the --man option in addition to --help

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Aug 16 07:58:55 2011 UTC (9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -5 lines
Changes 0.2.7
* Updated dependencies in Build.PL module

Changes 0.2.6:
* Bugfix: corrected a .pod file finding issue

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Aug 14 12:26:07 2011 UTC (9 months, 1 week ago) by obache
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Revision bump after updating perl5 to 5.14.1.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:33:48 2010 UTC (21 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
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!

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 16 23:54:36 2010 UTC (2 years, 2 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -7 lines
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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 19 19:17:54 2008 UTC (3 years, 7 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
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=...").

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 26 06:58:39 2008 UTC (3 years, 9 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
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)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 20 01:09:16 2008 UTC (3 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Add DESTDIR support.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun May 13 19:25:32 2007 UTC (5 years ago) by seb
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 13 19:25:32 2007 UTC (5 years 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>