Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/24/2005 22:38:42
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Feb 24 22:38:42 UTC 2005

Modified Files:
	pkgsrc/devel/p5-Array-Compare: Makefile PLIST
	pkgsrc/devel/p5-Class-Container: Makefile
	pkgsrc/devel/p5-Exception-Class: Makefile
	pkgsrc/devel/p5-Log-Dispatch: Makefile PLIST
	pkgsrc/devel/p5-Module-Build: Makefile PLIST distinfo
	pkgsrc/lang/perl5: buildlink3.mk module.mk
	pkgsrc/mk: bsd.pkg.use.mk
	pkgsrc/textproc/p5-Pod-Coverage: Makefile PLIST
	pkgsrc/www/p5-Apache-Session-Wrapper: Makefile PLIST
	pkgsrc/www/p5-MasonX-Request-WithApacheSession: Makefile PLIST
Added Files:
	pkgsrc/devel/p5-Module-Build/patches: patch-aa
	pkgsrc/lang/perl5: vars.mk

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


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Array-Compare/Makefile \
    pkgsrc/devel/p5-Array-Compare/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/p5-Class-Container/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/p5-Exception-Class/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/p5-Log-Dispatch/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Log-Dispatch/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/p5-Module-Build/Makefile \
    pkgsrc/devel/p5-Module-Build/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/p5-Module-Build/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/devel/p5-Module-Build/patches/patch-aa
cvs rdiff -r1.17 -r1.18 pkgsrc/lang/perl5/buildlink3.mk
cvs rdiff -r1.39 -r1.40 pkgsrc/lang/perl5/module.mk
cvs rdiff -r0 -r1.1 pkgsrc/lang/perl5/vars.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/mk/bsd.pkg.use.mk
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/p5-Pod-Coverage/Makefile \
    pkgsrc/textproc/p5-Pod-Coverage/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/www/p5-Apache-Session-Wrapper/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/p5-Apache-Session-Wrapper/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/www/p5-MasonX-Request-WithApacheSession/Makefile
cvs rdiff -r1.1.1.1 -r1.2 \
    pkgsrc/www/p5-MasonX-Request-WithApacheSession/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.