summaryrefslogtreecommitdiff
path: root/devel/p5-Attribute-Handlers
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-25Add HOMEPAGE.minskim1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-03Update to 0.78:wiz2-5/+5
- [#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-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-13Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-06-10Updated to Attribute-Handlers-0.77shell3-11/+11
- 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-01-18Initial import of p5-Attribute-Handlers 0.76.mjl4-0/+32