Subject: CVS commit: pkgsrc
From: Johnny C. Lam
Date: 2005-02-24 23:38:42
Message id: 20050224223842.6EE1C2DA1D@cvs.netbsd.org

Log Message:
* Teach devel/p5-Module-Build to write .packlists just like MakeMaker.pm
  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

Files:
RevisionActionfile
1.2modifypkgsrc/devel/p5-Array-Compare/Makefile
1.2modifypkgsrc/devel/p5-Array-Compare/PLIST
1.7modifypkgsrc/devel/p5-Class-Container/Makefile
1.9modifypkgsrc/devel/p5-Exception-Class/Makefile
1.13modifypkgsrc/devel/p5-Log-Dispatch/Makefile
1.3modifypkgsrc/devel/p5-Log-Dispatch/PLIST
1.6modifypkgsrc/devel/p5-Module-Build/Makefile
1.6modifypkgsrc/devel/p5-Module-Build/PLIST
1.5modifypkgsrc/devel/p5-Module-Build/distinfo
1.18modifypkgsrc/lang/perl5/buildlink3.mk
1.40modifypkgsrc/lang/perl5/module.mk
1.2modifypkgsrc/textproc/p5-Pod-Coverage/Makefile
1.2modifypkgsrc/textproc/p5-Pod-Coverage/PLIST
1.7modifypkgsrc/www/p5-Apache-Session-Wrapper/Makefile
1.3modifypkgsrc/www/p5-Apache-Session-Wrapper/PLIST
1.6modifypkgsrc/www/p5-MasonX-Request-WithApacheSession/Makefile
1.2modifypkgsrc/www/p5-MasonX-Request-WithApacheSession/PLIST
1.3addpkgsrc/devel/p5-Module-Build/patches/patch-aa
1.1addpkgsrc/lang/perl5/vars.mk