Age | Commit message (Collapse) | Author | Files | Lines |
|
- changed maintainer
- added USE_DESTDIR support
ChangeLog:
0.19 Thursday 13th September, 2007
Don't use _CvGV to determine if a sub was imported, there's a handy
flag - GVf_IMPORTED_CV. Fixes 5.9.5 and future perls
(solution by Nicholas Clark)
|
|
can handle packages having no PLIST files.
|
|
Based on patch privided by Martin Wilke via PR 34421.
And this version depend on p5-Devel-Symdump>=2.01.
0.18 Friday 4th August, 2006
Rewrite _CvGV in terms of B::CV - no xs dependency anymore
(suggested by Tim Bunce)
Add the (FETCH|MODIFY)_$foo_ATTRIBUTES methods to the private
stoplists. (rt #12451)
Support documentation where the method name is documented in a
::qualified style (rt #14635)
Ignores new (5.8) magic CLONE and CLONE_SKIP methods. (rt #17489)
Added a nonwhitespace option (Alex - rt #14950)
|
|
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.
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
|
|
does. This allows us to use dynamic PLISTs for Perl modules that are
built using Module::Build. Bump the PKGREVISION of p5-Module-Build
to 1.
* Drop the use of PERL5_USES_MODULE_BUILD and introduce a new variable
PERL5_MODULE_TYPE that is either "MakeMaker" or "Module::Build" that
names the framework used to build/install the module.
* Split out the variables set in perl5/buildlink3.mk that are also used
by perl5/module.mk into a new file perl5/vars.mk. Move some PERL5_*
variable definitions from pkgsrc/mk/bsd.pkg.use.mk into perl5/vars.mk.
This just centralizes the common PERL5_* definitions into a single
file location.
* Convert the known packages that use Module::Build to set
PERL5_MODULE_TYPE and PERL5_PACKLIST:
devel/p5-Class-Container
devel/p5-Exception-Class
devel/p5-Log-Dispatch
devel/p5-Array-Compare
textproc/p5-Pod-Coverage
www/p5-Apache-Session-Wrapper
www/p5-MasonX-Request-WithApacheSession
|
|
|
|
Checks if the documentation of a perl module is comprehensive.
|