The NetBSD Project

CVS log for pkgsrc/devel/p5-autobox/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-autobox

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:26 2023 UTC (8 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

*: recursive bump for perl 5.38

Revision 1.26 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:37 2022 UTC (21 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

*: recursive bump for perl 5.36

Revision 1.25 / (download) - annotate - [select for diffs], Mon May 24 19:51:57 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

*: recursive bump for perl 5.34

Revision 1.24 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:15 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Aug 11 13:20:45 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jun 30 20:16:03 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 22 09:44:55 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Recursive bump for perl5-5.28.0

Revision 1.20 / (download) - annotate - [select for diffs], Sun May 6 06:54:16 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

p5-autobox: update to 3.0.1.

3.0.1 Sat 5 May 20:50:14 2018

    - GH #11: fix version declaration on 5.8 (thanks, Grinnz)

3.0.0 Sat 5 May 18:10:16 2018

    - breaking change:
        - the behaviour of UNIVERSAL methods like $native->can and
          $native->isa is now defined as being the same as when autobox
          is not enabled rather than "undefined". (technically, this
          still falls under the rubric of "undefined", but the switch
          from "don't know" to "don't" could break buggy code, so bump
          for safety)
        - add DOES to the list of non-autoboxed methods
    - switch to SemVer i.e. 2.86 (v2.860.0) -> 3.0.0 (v3.0.0)
    - upgrade ppport.h from 3.35 -> 3.42

Revision 1.19 / (download) - annotate - [select for diffs], Wed May 2 12:19:01 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18 (colored)

p5-autobox: update to 2.86.

2.86 Fri 20 Apr 20:07:29 2018

    - GH #9: fix bug which prevented autoboxing working
      under the debugger on perl 5.22+ (thanks, skington)
        - added t/debugger.t
    - GH #8: fix bug which prevented bareword method-calls being
      exempted when the method is a variable e.g. Foo->$bar
    - add operator-overloading note to the gotchas section (GH #7)

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:52 2017 UTC (6 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 11 10:59:36 2017 UTC (7 years ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Update to 2.85

Upstream changes:
2.85 Mon 27 Feb 18:18:19 2017

    - fix failing test under 5.25.10 with -Ddefault_inc_excludes_dot
      (thanks, Kent Fredric)

Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 1 14:46:36 2016 UTC (7 years, 6 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.15: +2 -3 lines
Diff to previous 1.15 (colored)

Update to 2.84

Upstream changes:
2.84 Fri 26 Aug 20:35:48 2016

    - compatibility fix for perl >= 5.25 (thanks, mat813, karenetheridge and eserte)
    - update ppport.h from 3.20 to 3.35
    - add .travis.yml

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 8 19:23:46 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 12 10:49:56 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Feb 18 12:29:25 2015 UTC (9 years, 1 month ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.12: +2 -3 lines
Diff to previous 1.12 (colored)

Update to 2.83
--------------
2.83 Sun Feb 1 21:34:01 2015
    - RT #100247: fix assertion failures on 5.21.x perls with -DDEBUGGING
      (thanks, ilmari and Father Chrysostomos)
    - RT #100717: don't hide autobox::universal from PAUSE (thanks, ppisar)
    - RT #89754: INSTALLDIRS fix (thanks, Kent Fredric)

Revision 1.12 / (download) - annotate - [select for diffs], Thu May 29 23:36:27 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

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.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 27 11:49:50 2013 UTC (10 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored)

Update to 2.82

Upstream changes:
2.82 Sat Oct 26 12:44:52 2013
    - simplify test to avoid portability woes

2.81 Sat Oct 26 11:32:31 2013
    - fix failing test on Windows

2.80 Fri Oct 25 19:32:12 2013
    - RT #71777: fix segfault in destructor called during global destruction (thanks, Tomas Doran)
        - added t/rt_71777.t

Revision 1.10 / (download) - annotate - [select for diffs], Fri May 31 12:40:54 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

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.

Revision 1.9 / (download) - annotate - [select for diffs], Thu May 2 01:52:10 2013 UTC (10 years, 10 months ago) by wen
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

Update to 2.79

Upstream changes:
2.79 Tue Apr 30 21:22:05 2013
    - allow import arguments to be passed as a hashref
      - add t/import_hashref.t
    - doc tweaks

2.78 Tue Apr 30 18:53:54 2013
    - fix RT #80400 (thanks, Tokuhiro Matsuno)
      - added t/rt_80400.t

2.77  Thu Dec 13 19:59:48 2012
    - doc tweaks
    - add multiple-arg autoref tests

2.76  Wed Nov 21 14:35:33 2012
    - fix breaking tests in perl >= 5.17.5: update error message pattern (thanks, rjbs)
    - update ppport.h from 3.19 to 3.20

Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 31 11:19:17 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.7: +1 -3 lines
Diff to previous 1.7 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 3 21:55:51 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 7 08:14:48 2011 UTC (12 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored)

Changes 2.75:
* POD spelling fixes

Changes 2.74:
* portability fix for perl >= 5.14

Changes 2.73:
* Makefile.PL fix

Changes 2.72:
* fix conflict with use re 'taint'

Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 23 21:22:55 2010 UTC (13 years, 6 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.4: +3 -4 lines
Diff to previous 1.4 (colored)

Updating devel/p5-autobox from 2.70nb1 to 2.71

pkgsrc changes:
- bump dependency version of Scope::Guard to 0.20

Upstream changes:
2.71  Thu Sep 23 02:28:10 2010
    - fix for recent perls: remove cargo-cultism

Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 21 16:34:44 2010 UTC (13 years, 7 months ago) by seb
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

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.3 / (download) - annotate - [select for diffs], Fri Apr 23 03:56:14 2010 UTC (13 years, 11 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Set LICENSE to Perl 5's

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 23 03:45:40 2010 UTC (13 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Update p5-autobox from version 2.55 to version 2.70.

Upstream changes:
2.70  Wed Mar 17 19:27:44 2010
    - replace autobox_can and autobox_isa with autobox_class
      this also fixes import, unimport and VERSION
      - added t/version.t
      - renamed t/universal.t => t/autobox_class.t

2.60  Wed Mar 17 16:34:56 2010
    - fix RT #46814 (thanks Tye McQueen)
      - added t/rt_46814.t
    - fix RT #49273 (thanks Daniel Austin)
    - fix RT #55565 (thanks Schwern)
    - fix RT #55652 (thanks Schwern)
      - $native->isa and $native->can must now be called as $native->autobox_isa and $native->autobox_can
      - added t/rt_55652.t

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 22 14:37:44 2009 UTC (15 years ago) by seb
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of p5-autobox version 2.55 in the NetBSD Packages
Collection.

The Perl 5 module autobox provides an autobox pragma.  It allows
methods to be called on integers, floats, strings, arrays, hashes,
and code references in exactly the same manner as blessed references.
The autoboxing is transparent: boxed values are not blessed into
their (user-defined) implementation class (unless the method elects
to bestow such a blessing) - they simply use its methods as though
they are.  The classes (packages) into which the native types are
boxed are fully configurable. By default, a method invoked on a
non-object is assumed to be defined in a class whose name corresponds
to the ref() type of that value - or SCALAR if the value is a
non-reference.  This mapping can be overriden by passing key/value
pairs to the use autobox statement, in which the keys represent
native types, and the values their associated classes.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 22 14:37:44 2009 UTC (15 years ago) by seb
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>