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

Added Files:
        capture-tiny-pm.info capture-tiny-pm.patch cam-xml-pm.info 
        cam-template-pm.info cam-template-cache-pm.info 
        cam-sqlobject-pm.info cam-sqlmanager-pm.info 
Log Message:
to 10.7

--- NEW FILE: cam-xml-pm.info ---
Info2: <<
Package: cam-xml-pm%type_pkg[perl]
Version: 1.14
Revision: 1
Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-XML-%v.tgz
Source-MD5: c6898b1d487a0d6916db9f7faaae7d5f
Type: perl (5.12.3)
UpdatePOD: true
Depends: perl%type_pkg[perl]-core, xml-parser-pm%type_pkg[perl]
Conflicts: %N-man (<< 1.14-1)
Replaces: %N-man (<< 1.14-1)
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: CHANGES index.html LICENSE MANIFEST META.yml README
License: Artistic/GPL
Description: Encapsulation of a simple XML data structure
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/CAM-XML
DescPackaging: <<
 Report bugs to the maintainer or the CPAN bug tracker:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=CAM-XML

        Former Maintainer: Chris Dolan <[email protected]>
<<
<<

--- NEW FILE: cam-template-pm.info ---
Package: cam-template-pm
Version: 0.93
Revision: 1
Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-Template-%v.tgz
Source-MD5: 43f3e29ae6b357e1ddf42991fb03039b
Type: perl
UpdatePOD: true
DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
License: Artistic/GPL
Description: Clotho-style HTML templates
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/CAM-Template
DescPackaging: <<
 Report bugs to the maintainer or the CPAN bug tracker:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=CAM-Template

        Former Maintainer: Chris Dolan <[email protected]>
<<

--- NEW FILE: capture-tiny-pm.patch ---
diff -Nurd -x'*~' Capture-Tiny-0.10.orig/t/00-compile.t 
Capture-Tiny-0.10/t/00-compile.t
--- Capture-Tiny-0.10.orig/t/00-compile.t       2011-02-07 07:01:49.000000000 
-0500
+++ Capture-Tiny-0.10/t/00-compile.t    2011-04-10 10:36:23.000000000 -0400
@@ -18,6 +18,7 @@
 
 use File::Find;
 use File::Temp qw{ tempdir };
+use Config;
 
 my @modules;
 find(
@@ -42,7 +43,21 @@
     # fake home for cpan-testers
      local $ENV{HOME} = tempdir( CLEANUP => 1 );
 
-    like( qx{ $^X -Ilib -e "require $_; print '$_ ok'" }, qr/^\s*$_ ok/s, "$_ 
loaded ok" )
+    my @command;
+    if ($] >= 5.010 && $Config{"byteorder"} =~ /^1/) {
+        # little-endian means intel (not powerpc), for which fink has
+        # multiple single-arch distros that are seen by a single (fat)
+        # perl interp from apple for a perl version supported by fink
+        # (i.e., starting with 5.10.0). This is the logic taken from
+        # Fink::PkgVersion as of fink-0.29.13.
+        push @command, '/usr/bin/arch';
+        if ( $Config{"longsize"} == 4 ) {
+            push @command, '-i386';   # 32-bit
+        } else {
+            push @command, '-x86_64'; # 64-bit
+        }
+    }
+    like( qx{ @command $^X -Ilib -e "require $_; print '$_ ok'" }, qr/^\s*$_ 
ok/s, "$_ loaded ok" )
         for sort @modules;
 
     SKIP: {

--- NEW FILE: cam-sqlobject-pm.info ---
Info2: <<
Package: cam-sqlobject-pm%type_pkg[perl]
Version: 1.01
Revision: 2
Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-SQLObject-%v.tgz
Source-MD5: 13cf0392e60ae650ff4940e93841453b
Type: perl (5.12.3)
UpdatePOD: true
Depends: perl%type_pkg[perl]-core, cam-sqlmanager-pm%type_pkg[perl]
Conflicts: %N-man (<< 1.01-2)
Replaces: %N-man (<< 1.01-2)
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
License: Artistic/GPL
Description: Object parent class for SQL delegates
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/CAM-SQLObject
DescPackaging: <<
 Report bugs to the maintainer or the CPAN bug tracker:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=CAM-SQLObject

        Former Maintainer: Chris Dolan <[email protected]>
<<
<<

--- NEW FILE: capture-tiny-pm.info ---
Info2: <<
Package: capture-tiny-pm%type_pkg[perl]
Version: 0.10
Revision: 1
Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/Capture-Tiny-%v.tar.gz
Source-MD5: d38c6b83f690dfd35b503ccbfade7558
Type: perl (5.12.3)
BuildDepends: <<
        extutils-makemaker-pm%type_pkg[perl] (>= 6.31-1),
        fink (>= 0.24.12),
        test-simple-pm%type_pkg[perl]
<<
Depends: <<
        perl%type_pkg[perl]-core
<<
PatchFile: %{ni}.patch
PatchFile-MD5: fb837f0e3c9935650f58435152561633
InfoTest: <<
        TestDepends: <<
                test-script-pm (>= 1.05-1)
        <<
<<
InstallScript: <<
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: True
DocFiles: Changes LICENSE README Todo
Description: Capture STDOUT and STDERR output streams
License: BSD
Homepage: http://search.cpan.org/dist/Capture-Tiny/
Maintainer: Daniel Macks <[email protected]>
<<

--- NEW FILE: cam-template-cache-pm.info ---
Info2: <<
Package: cam-template-cache-pm%type_pkg[perl]
Version: 0.91
Revision: 2
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 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
Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-Template-Cache-%v.tgz
Source-MD5: 86bcd5fd7e7ff9c2aa8065554a925b10
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
UpdatePOD: true
Depends: perl%type_pkg[perl]-core, cam-template-pm, dbi-pm%type_pkg[perl]
Conflicts: %N-man (<< 0.91-2)
Replaces: %N-man (<< 0.91-2)
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
License: Artistic/GPL
Description: Template files with database storage
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/CAM-Template-Cache
DescPackaging: <<
 Report bugs to the maintainer or the CPAN bug tracker:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=CAM-Template-Cache

        Former Maintainer: Chris Dolan <[email protected]>
<<
<<

--- NEW FILE: cam-sqlmanager-pm.info ---
Info2: <<
Package: cam-sqlmanager-pm%type_pkg[perl]
Version: 1.13
Revision: 2
Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-SQLManager-%v.tgz
Source-MD5: ec148251d81d1817c36e3bfe4b76c42e
Type: perl (5.12.3)
UpdatePOD: true
Depends: <<
 perl%type_pkg[perl]-core, cam-xml-pm%type_pkg[perl],
 dbi-pm%type_pkg[perl]
<<
# Xerces-C is recommended, but it's only available for 5.8.1 right now
#Recommends: xml-xerces-c23-pm
Conflicts: %N-man (<< 1.13-2)
Replaces: %N-man (<< 1.13-2)
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: CAM-SQL.dtd ChangeLog index.html LICENSE MANIFEST META.yml README
License: Artistic/GPL
Description: Encapsulated SQL statements in XML
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/CAM-SQLManager
DescPackaging: <<
 Report bugs to the maintainer or the CPAN bug tracker:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=CAM-SQLManager

        Former Maintainer: Chris Dolan <[email protected]>
<<
<<


------------------------------------------------------------------------------
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