Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods In directory vz-cvs-3.sog:/tmp/cvs-serv32015/stable/main/finkinfo/libs/perlmods
Modified Files: module-build-pm-10.5.info module-build-pm-10.6.info module-build-pm.info Added Files: module-metadata-pm.info Log Message: module-build-pm and -pmXXX to stable Index: module-build-pm.info =================================================================== RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/module-build-pm.info,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- module-build-pm.info 21 Jul 2011 21:31:56 -0000 1.12 +++ module-build-pm.info 8 Jan 2012 08:23:24 -0000 1.13 @@ -1,6 +1,6 @@ Info2: << Package: module-build-pm%type_pkg[perl] -Version: 0.36.07 +Version: 0.38.00 Revision: 2 Epoch: 1 Architecture: (%type_pkg[perl] = 581) powerpc @@ -14,57 +14,38 @@ # Dependencies. Depends: << archive-tar-pm%type_pkg[perl], + cpan-meta-pm%type_pkg[perl] (>= 2.110580-1), + extutils-cbuilder-pm (>= 0.27.03-1), extutils-install-pm (>= 1.54), extutils-manifest-pm (>= 1.57), - extutils-parsexs-pm (>= 2.21), - par-dist-pm, + extutils-parsexs-pm (>= 2.21), + module-metadata-pm%type_pkg[perl], + par-dist-pm, + parse-cpan-meta-pm (>= 1.44.01), + perl-ostype-pm%type_pkg[perl], pod-readme-pm, perl%type_pkg[perl]-core, software-license-pm%type_pkg[perl], test-harness-pm%type_pkg[perl] (>= 3.16), - version-pm%type_pkg[perl] (>= 0.74), - yaml-tiny-pm (>= 1.38) + version-pm%type_pkg[perl] (>= 0.88-1) << # module-signature-pm has lots of (maybe even crypto) deps and it's optional -BuildDepends: fink (>= 0.29.0) +BuildDepends: fink (>= 0.30.2) Conflicts: %N-man, %N-bin Replaces: %N-man, %N-bin # Unpack Phase. -Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/Module-Build-0.3607.tar.gz -Source-MD5: 9dbbbed68e80e28a9e9f3ab5512a6dab - -# Compile Phase. -CompileScript: << -#!/bin/sh -ex - exec 2>&1 - perlversion=%type_raw[perl] - perlexe=perl$perlversion - if [ "%type_pkg[perl]" = "5100" ] ; then - if [ "%m" = "powerpc" ]; then - perlexe="/usr/bin/arch -ppc perl$perlversion" - else - perlexe="/usr/bin/arch -%m perl$perlversion" - fi - fi - eval "`$perlexe -V:archname`" - $perlexe Build.PL \ - --install_path arch=%i/lib/perl5/$perlversion/$archname \ - --install_path bin=%i/bin \ - --install_path bindoc=%i/lib/perl5/$perlversion/man/man1 \ - --install_path lib=%i/lib/perl5/$perlversion \ - --install_path libdoc=%i/lib/perl5/$perlversion/man/man3 \ - --install_path script=%i/lib/%n/ - ./Build -<< +Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/Module-Build-0.3800.tar.gz +Source-MD5: b9e3085a2f314c2dea2274bd5ab16236 -InfoTest: TestScript: ./Build test || exit 2 +DefaultScript: ModuleBuild # Install Phase. InstallScript: << - #!/bin/sh -ev - ./Build install + %{default_script} + mv %i/share/man %i/lib/perl5/%type_raw[perl] + mv %i/bin %i/lib/%n << DocFiles: Changes INSTALL README LICENSE MANIFEST --- NEW FILE: module-metadata-pm.info --- Info2: << Package: module-metadata-pm%type_pkg[perl] Version: 1.000007 Revision: 1 Architecture: (%type_pkg[perl] = 581) powerpc Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 588) 10.6 Type: perl (5.8.1 5.8.6 5.8.8 5.10.0 5.12.3) License: Artistic/GPL Description: Gather package info from perl module files Maintainer: Daniel Johnson <dan...@daniel-johnson.org> Homepage: http://search.cpan.org/dist/Module-Metadata/ Depends: perl%type_pkg[perl]-core, version-pm%type_pkg[perl] (>= 0.88-1) Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/Module-Metadata-%v.tar.gz Source-MD5: 411d62f242c09ecee6ccaf558f516cc8 InstallScript: << %{default_script} /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl] << UpdatePOD: true DocFiles: Changes << Index: module-build-pm-10.6.info =================================================================== RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/module-build-pm-10.6.info,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- module-build-pm-10.6.info 18 Oct 2010 07:56:07 -0000 1.5 +++ module-build-pm-10.6.info 8 Jan 2012 08:23:24 -0000 1.6 @@ -1,5 +1,5 @@ Package: module-build-pm -Version: 0.36.07 +Version: 0.36.24 Revision: 301 Epoch: 1 Distribution: 10.6 Index: module-build-pm-10.5.info =================================================================== RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/module-build-pm-10.5.info,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- module-build-pm-10.5.info 18 Oct 2010 07:56:07 -0000 1.6 +++ module-build-pm-10.5.info 8 Jan 2012 08:23:24 -0000 1.7 @@ -1,5 +1,5 @@ Package: module-build-pm -Version: 0.36.07 +Version: 0.36.24 Revision: 201 Epoch: 1 Distribution: 10.5 ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs