Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv11467

Added Files:
        devel-smallprof-pm.info devel-smallprof-pm.patch 
        devel-profile-pm.info devel-hide-pm.info devel-checkos-pm.info 
Log Message:
to 10.7

--- NEW FILE: devel-checkos-pm.info ---
Info2: <<
Package: devel-checkos-pm%type_pkg[perl]
Version: 1.63
Revision: 2
Type: perl (5.12.3)

Source: mirror:cpan:authors/id/D/DC/DCANTRELL/Devel-CheckOS-%v.tar.gz
Source-MD5: c6a555cb7c289b70642e7b573d9acdee

BuildDepends: <<
        test-simple-pm%type_pkg[perl] (>= 0.62-1)
<<
Depends: <<
        data-compare-pm%type_pkg[perl],
        file-find-rule-pm,
        perl%type_pkg[perl]-core
<<

InstallScript: <<
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
        mv %i/bin/use-devel-assertos %i/bin/use-devel-assertos-%type_raw[perl]
<<
DocFiles: ARTISTIC.txt CHANGES GPL2.txt README TODO
UpdatePOD: true
PostInstScript: <<
if [ "$1" = configure ]; then
        update-alternatives --install %p/bin/use-devel-assertos 
use-devel-assertos %p/bin/use-devel-assertos-%type_raw[perl] %type_pkg[perl]
fi
<<
PreRmScript: <<
if [ "$1" = remove ]; then
        update-alternatives --remove use-devel-assertos 
%p/bin/use-devel-assertos-%type_raw[perl]
fi
<<

License: Artistic/GPL
Homepage: http://search.cpan.org/dist/Devel-CheckOS
Description: Interface to $^O and OS "families"
Maintainer: Daniel Macks <[email protected]>
<<

--- NEW FILE: devel-profile-pm.info ---
Info2: <<
Package: devel-profile-pm%type_pkg[perl]
Version: 1.05
Revision: 1
Source: mirror:cpan:authors/id/J/JA/JAW/Devel-Profile-%v.tar.gz
Source-MD5: 3b120dedb747ffd7c0b2a7673566a796
Depends: perl%type_pkg[perl]-core
Type: perl (5.12.3)
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: true
DocFiles: CHANGES README
Description:  Timing analysis for perl programs
DescDetail: <<
The Devel::Profile package is a Perl code profiler.  This will collect
information on the execution time of a Perl script and of the subs in
that script.  This information can be used to determine which subrou-
tines are using the most time and which subroutines are being called
most often.
<<
License: Artistic
Maintainer: Daniel Macks <[email protected]>
Homepage: http://search.cpan.org/~jaw/Devel-Profile-1.04
<<

--- NEW FILE: devel-hide-pm.info ---
Package: devel-hide-pm
Version: 0.0008
Revision: 1
Source: mirror:cpan:authors/id/F/FE/FERREIRA/Devel-Hide-%v.tar.gz
Source-MD5: 3b38c60feed1e922093f5f68dd6d5c20
Type: perl 
InfoTest: <<
        TestDepends: <<
                test-pod-coverage-pm,
                test-pod-pm
        <<
<<
DocFiles: Changes README
UpdatePOD: true
Description: Make modules invisivle to use/require
License: Artistic/GPL
Maintainer: Daniel Macks <[email protected]>
Homepage: http://search.cpan.org/dist/Devel-Hide

--- NEW FILE: devel-smallprof-pm.info ---
Info2: <<
Package: devel-smallprof-pm%type_pkg[perl]
Version: 2.02
Revision: 11
Source: mirror:cpan:authors/id/S/SA/SALVA/Devel-SmallProf-%v.tar.gz
Source-MD5: 498704ed1b888fc62b0c7092f8b590f5

Replaces: devel-smallprof-pm (<= 1.15-1), devel-smallprof-pm581 (<< 2.00b03-11)
Conflicts: devel-smallprof-pm (<= 1.15-1), devel-smallprof-pm581 (<< 2.00b03-11)
BuildDepends: fink (>= 0.24.12)
Depends: perl%type_pkg[perl]-core, time-hires-pm%type_pkg[perl]

Type: perl (5.12.3)
UpdatePOD: true
DocFiles: Changes README TODO
Description: Per-line Perl profiler
DescDetail: <<
        The Devel::SmallProf profiler is focused on the time taken for a 
        program run on a line-by-line basis. It is intended to be as 
        "small" in terms of impact on the speed and memory usage of the 
        profiled program as possible and also in terms of being simple 
        to use.
<<
PatchFile: %{ni}.patch
PatchFile-MD5: 76ced10902ed4ddc2c1db2c7580f135d
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
License: GPL
Maintainer: Dave Vasilevsky <[email protected]>
Homepage: http://search.cpan.org/dist/Devel-SmallProf/
<<

--- NEW FILE: devel-smallprof-pm.patch ---
diff -Nurd -x'*~' Devel-SmallProf-2.02.orig/t/pods.t 
Devel-SmallProf-2.02/t/pods.t
--- Devel-SmallProf-2.02.orig/t/pods.t  2007-04-09 05:21:13.000000000 -0400
+++ Devel-SmallProf-2.02/t/pods.t       2010-08-14 12:59:12.000000000 -0400
@@ -3,8 +3,7 @@
 use strict;
 use Test::More;
 
-plan skip_all => "Only the author needs to check that POD docs are right"
-    unless eval "no warnings; getlogin eq 'salva'";
+plan skip_all => "Only the author needs to check that POD docs are right";
 
 eval "use Test::Pod 1.00";
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to