Commit graph

22 commits

Author SHA1 Message Date
sno
531934992b Updating devel/p5-Attribute-Handlers from 0.86 to 0.87
Upstream changes:
0.87	Mon Sep 21 15:55:00 CET 2009
        - Promote to stable release

0.86_01	Thu Sep 17 10:01:00 CET 2009
        - From perl change 09330df80caf214f375fcf0c04857347e3b17c69 (Zefram):

          Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTES

          Attribute handlers being applied to a temporary CV has actually been
          reported as a bug, #66970.  The attached patch fixes the bug, by
          changing the order in which things happen: attributes are now applied
          after the temporary CV has been merged into the existing CV or has
          otherwise been added to the appropriate GV.

          The change breaks part of Attribute::Handlers.  Part of A:H searches the
          package to find the name of the sub to which a :ATTR attribute is being
          applied, and the correct time at which to launch that search depends
          crucially on the order in which the CV construction events occur. So
          this patch also includes a change to A:H, to make it detect which way
          things happen.  The resulting A:H works either way, which is essential
          for its dual-life nature.
2009-09-22 17:16:44 +00:00
sno
f33aaec540 Updating package for p5 module Attribute::Handlers from 0.85 to 0.86
Upstream changes:
0.86	Sat Aug  8 12:41:00 CET 2009
        - Add resources (bugtracker, ...) section to META.yml
2009-08-09 11:13:07 +00:00
sno
8619ec8213 pkgsrc changes:
- Updating package of p5 module Attribute::Handlers from 0.83 to 0.85
  - Setting LICENSE to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.84	Wed Jun 10 15:14:00 CET 2009
        - Core-CPAN synchronization
0.85	Thu Jun 11 09:31:00 CET 2009
        - Document findsym for the sake of mod_perl. (David Wheeler)
        - Remove unused variable. (David Wheeler)
2009-06-14 22:24:12 +00:00
he
7f2cdbd33a Update from version 0.81 to 0.83.
Upstream changes:

0.83	Fri Mar 13 15:14:00 CET 2009
        - Re-add a TODO marker in the tests that would fail on 5.6.2.

0.82	Wed Mar 11 17:17:00 CET 2009
        - Bring test code in line with core perl.
2009-04-12 10:39:01 +00:00
he
6c5e740b61 Updated from version 0.80 to 0.81.
Upstream changes:

0.81	Sun Nov  9 22:47:00 CET 2008
        - Fix to make tests work on 5.6.X (Eric Rybski, RT #40781)
2008-11-16 23:11:36 +00:00
he
bb4acf3247 Upgrade from version 0.78nb3 to 0.80.
Pkgsrc changes:
 o Canonicalize the HOMEPAGE url

Upstream changes:

0.80	Fri Oct 24 12:06:00 CEST 2008
        - CPAN release of the Attribute::Handlers version in bleadperl.

0.79
	- The version released with Perl 5.10.0
	- All interpreted attributes are now passed as array references,
	  eventually nested.
	- Don't AUTOLOAD DESTROY (Jerry D Hedden, cpan bug #1911)
	- A::H is now able to report caller's file and line number
	  (David Feldman)
2008-10-30 20:59:22 +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
abs
1e45c6d8e3 Add note (for now) that this version is incompatible with perl 5.10.0 2008-10-12 17:40:37 +00:00
heinz
b23d07e806 The package supports installation to DESTDIR.
No C compiler required.
This is an UNAUTHORIZED RELEASE (according to search.cpan.org), so we
cannot use the author-independent URL for HOMEPAGE.
2008-04-06 15:22:07 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
minskim
e4d62cbc73 Bl3ify and enable pkgviews installation. 2004-04-25 03:27:33 +00:00
minskim
8e4e1f15f5 Add HOMEPAGE. 2004-04-25 03:26:40 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
452aa9978b Update to 0.78:
- [#17940] Includes :unique and :shared in the builtin types
- From perl 5.8 { __CALLER__::foo => __PACKAGE } is missparsed,
  the proper approach is to use  { '__CALLER__::foo' => __PACKAGE }.
  The documentation is updated to reflect this.
  Reported by Dave Cross
2003-06-03 14:08:51 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
25e9e6b0ea Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
shell
700adfd217 Updated to Attribute-Handlers-0.77
- Updated master_sites

Changes :
- Attribute::Handlers now is core.
- Brought up to date with perl 5.8RC1 version
  will be 5.8 if no more changes come in
- [#13686] This changes the behaviour of lexical attributes.
  Prior to this lexical attributes were done at a compile time,
  and they would loose their attribute on the next run over them.
  Now perl 5.8 calls the attribute handler runtime whenever it
  hits my.
- [#14448] Fixes cases with too high refcounts on lexical attributes
- [#15945] Do not warn about too late CHECK and INIT block if
  A::H is pulled in using a require.
2002-06-10 02:35:49 +00:00
mjl
2e9b01d70f Initial import of p5-Attribute-Handlers 0.76. 2002-01-18 21:55:47 +00:00