[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods astro-fits-header-pm.info, 1.2, 1.3 catalyst-engine-apache-pm.info, 1.9, 1.10 catalyst-plugin-authentication-pm.info, 1.10, 1.11 catalyst-plugin-session-pm.info, 1.8, 1.9 catalyst-plugin-session-state-cookie-pm.info, 1.8, 1.9 catalyst-pm.info, 1.14, 1.15 cddb-file-pm.info, 1.2, 1.3 cgi-simple-pm.info, 1.3, 1.4 class-data-inheritable-pm.info, 1.6, 1.7 class-factory-util-pm.info, 1.4, 1.5 class-makemethods-pm.info, 1.1, 1.2 clone-pm.info, 1.9, 1.10 clone-pp-pm.info, 1.3, 1.4 configfile-pm.info, 1.10, 1.11 data-dump-pm.info, 1.1, 1.2 data-visitor-pm.info, 1.6, 1.7 datetime-format-pg-pm.info, 1.8, 1.9 datetime-pm.info, 1.6, 1.7 datetime-timezone-pm.info, 1.9, 1.10 dbd-pg-unified-pm.info, 1.9, 1.10 dbi-pm.info, 1.15, 1.16 extutils-f77-pm.info, 1.3, 1.4 extutils-f77-pm.patch, 1.2, 1.3 file-copy-recursive-pm.info, 1.8, 1.9 file-modified-pm.info, 1.5, 1.6 geo-ip-pm.info, 1.8, 1.9 image-exiftool-pm.info, 1.2, 1.3 io-stringy-pm.info, 1.10, 1.11 lingua-en-inflect-pm.info, 1.3, 1.4 mac-propertylist-pm.info, 1.3, 1.4 mailtools-pm.info, 1.9, 1.10 mime-types-pm.info, 1.8, 1.9 module-install-pm.info, 1.9, 1.10 mpeg-audio-frame-pm.info, 1.2, 1.3 net-daemon-pm.info, 1.2, 1.3 next-pm.info, 1.4, 1.5 plrpc-pm.info, 1.2, 1.3 rose-db-object-pm.info, 1.17, 1.18 rose-db-pm.info, 1.13, 1.14 rose-html-objects-pm.info, 1.13, 1.14 rrd-pm.info, 1.13, 1.14 test-mockobject-pm.info, 1.10, 1.11 test-warn-pm.info, 1.7, 1.8 text-balanced-pm.info, 1.6, 1.7 text-glob-pm.info, 1.6, 1.7 threads-pm.info, 1.5, 1.6 time-local-pm.info, 1.5, 1.6 tree-simple-visitorfactory-pm.info, 1.7, 1.8 xml-rss-pm.info, 1.11, 1.12

Tue, 04 Sep 2007 09:22:02 -0700

Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs17:/tmp/cvs-serv27988/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
        astro-fits-header-pm.info catalyst-engine-apache-pm.info 
        catalyst-plugin-authentication-pm.info 
        catalyst-plugin-session-pm.info 
        catalyst-plugin-session-state-cookie-pm.info catalyst-pm.info 
        cddb-file-pm.info cgi-simple-pm.info 
        class-data-inheritable-pm.info class-factory-util-pm.info 
        class-makemethods-pm.info clone-pm.info clone-pp-pm.info 
        configfile-pm.info data-dump-pm.info data-visitor-pm.info 
        datetime-format-pg-pm.info datetime-pm.info 
        datetime-timezone-pm.info dbd-pg-unified-pm.info dbi-pm.info 
        extutils-f77-pm.info extutils-f77-pm.patch 
        file-copy-recursive-pm.info file-modified-pm.info 
        geo-ip-pm.info image-exiftool-pm.info io-stringy-pm.info 
        lingua-en-inflect-pm.info mac-propertylist-pm.info 
        mailtools-pm.info mime-types-pm.info module-install-pm.info 
        mpeg-audio-frame-pm.info net-daemon-pm.info next-pm.info 
        plrpc-pm.info rose-db-object-pm.info rose-db-pm.info 
        rose-html-objects-pm.info rrd-pm.info test-mockobject-pm.info 
        test-warn-pm.info text-balanced-pm.info text-glob-pm.info 
        threads-pm.info time-local-pm.info 
        tree-simple-visitorfactory-pm.info xml-rss-pm.info 
Log Message:
lots of perl module updates

Index: extutils-f77-pm.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/extutils-f77-pm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extutils-f77-pm.patch       24 Oct 2006 02:26:12 -0000      1.2
+++ extutils-f77-pm.patch       4 Sep 2007 16:21:53 -0000       1.3
@@ -1,23 +1,23 @@
 
---- ExtUtils-F77-1.15/F77.pm   2005-02-03 10:12:49.000000000 -0500
-+++ ExtUtils-F77-1.15-new/F77.pm       2006-08-31 13:45:14.000000000 -0400
+--- ExtUtils-F77-1.16/F77.pm   2007-04-01 23:40:23.000000000 -0500
++++ ExtUtils-F77-1.16-new/F77.pm       2007-07-28 14:50:33.000000000 -0500
 @@ -173,7 +173,7 @@
-     my @libs = ('g2c', 'f2c');
-     my ($dir, $lib, $test);
-     foreach $test (@libs) {
--      $dir = `g77 -print-file-name=lib$test.a`;
-+      $dir = `g95 -print-file-name=lib$test.a`;
-       chomp $dir;
-       # Note that -print-file-name returns just the library name
-       # if it cant be found - make sure that we only accept the
+     my @libs = ('g2c', 'f2c');
+     my ($dir, $lib, $test);
+     foreach $test (@libs) {
+-      $dir = `g77 -print-file-name=lib$test.a`;
++      $dir = `g95 -print-file-name=lib$test.a`;
+       chomp $dir;
+       # Note that -print-file-name returns just the library name
+       # if it cant be found - make sure that we only accept the
 @@ -193,8 +193,8 @@
-     return( "-L$dir -L/usr/lib -l$lib -lm" );
- };
- $F77config{Generic}{G77}{Trail_} = 1;
--$F77config{Generic}{G77}{Compiler} = find_in_path('g77','f77','fort77');
--$F77config{Generic}{G77}{Cflags} = '-O';
-+$F77config{Generic}{G77}{Compiler} = find_in_path('g95','g77','f77','fort77');
-+$F77config{Generic}{G77}{Cflags} = '-Os';
- $F77config{Generic}{DEFAULT} = 'G77';
- $F77config{Generic}{F2c}     = $F77config{Generic}{G77};
- 
+     return( "-L$dir -L/usr/lib -l$lib -lm" );
+ };
+ $F77config{Generic}{G77}{Trail_} = 1;
+-$F77config{Generic}{G77}{Compiler} = find_in_path('g77','f77','fort77');
+-$F77config{Generic}{G77}{Cflags} = '-O';
++$F77config{Generic}{G77}{Compiler} = find_in_path('g95','g77','f77','fort77');
++$F77config{Generic}{G77}{Cflags} = '-Os';
+ $F77config{Generic}{DEFAULT} = 'G77';
+ $F77config{Generic}{F2c}     = $F77config{Generic}{G77};
+ 

Index: class-makemethods-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/class-makemethods-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- class-makemethods-pm.info   22 Feb 2007 12:59:50 -0000      1.1
+++ class-makemethods-pm.info   4 Sep 2007 16:21:52 -0000       1.2
@@ -2,7 +2,6 @@
 Package: class-makemethods-pm
 Version: 1.01
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Generate common types of methods
 Type: perl
 License: Artistic

Index: test-mockobject-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/test-mockobject-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- test-mockobject-pm.info     16 Jun 2007 22:45:16 -0000      1.10
+++ test-mockobject-pm.info     4 Sep 2007 16:21:53 -0000       1.11
@@ -1,6 +1,6 @@
 Info2: <<
 Package: test-mockobject-pm%type_pkg[perl]
-Version: 1.07
+Version: 1.08
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -12,6 +12,7 @@
 Depends: <<
        fink (>= 0.26.0-1),
        perl%type_pkg[perl]-core,
+       scalar-list-utils-pm%type_pkg[perl],
        test-exception-pm,
        test-simple-pm%type_pkg[perl],
        universal-isa-pm%type_pkg[perl] (>= 0.06-1),
@@ -21,6 +22,7 @@
        fink (>= 0.26.0-1),
        module-build-pm%type_pkg[perl],
        perl%type_pkg[perl]-core,
+       scalar-list-utils-pm%type_pkg[perl],
        test-exception-pm,
        test-simple-pm%type_pkg[perl],
        universal-isa-pm%type_pkg[perl] (>= 0.06-1),
@@ -28,7 +30,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/Test/Test-MockObject-%v.tar.gz
-Source-MD5: 197af22ac675405199693ed68f0959e1
+Source-MD5: 2a80521f544998d9e493d2898da38c26
 
 CompileScript: <<
 #!/bin/sh -ex

Index: next-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/next-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- next-pm.info        22 Feb 2007 12:59:51 -0000      1.4
+++ next-pm.info        4 Sep 2007 16:21:53 -0000       1.5
@@ -2,7 +2,6 @@
 Package: next-pm
 Version: 0.60
 Revision: 1022
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Pseudo-class NEXT for method redispatch
 Type: perl
 License: Artistic

Index: mime-types-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mime-types-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mime-types-pm.info  16 Jun 2007 22:45:15 -0000      1.8
+++ mime-types-pm.info  4 Sep 2007 16:21:53 -0000       1.9
@@ -1,6 +1,6 @@
 Info2: <<
 Package: mime-types-pm%type_pkg[perl]
-Version: 1.19
+Version: 1.20
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -21,7 +21,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/MIME/MIME-Types-%v.tar.gz
-Source-MD5: 6572937900211b0638f662d40d9eb8ef
+Source-MD5: b6ead8df4c9afecf7ab7f986ba7f5a4c
 
 UpdatePOD: true
 InstallScript: <<

Index: dbd-pg-unified-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/dbd-pg-unified-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dbd-pg-unified-pm.info      4 Sep 2007 14:25:24 -0000       1.9
+++ dbd-pg-unified-pm.info      4 Sep 2007 16:21:53 -0000       1.10
@@ -3,6 +3,7 @@
 Version: 1.49
 Revision: 1022
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
+Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 Description: PostgreSQL Perl DBI module
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8)
 License: Artistic

Index: class-factory-util-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/class-factory-util-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- class-factory-util-pm.info  5 Apr 2007 02:08:32 -0000       1.4
+++ class-factory-util-pm.info  4 Sep 2007 16:21:52 -0000       1.5
@@ -1,20 +1,40 @@
 Info2: <<
 Package: class-factory-util-pm
-Version: 1.6
-Revision: 1022
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
+Version: 1.7
+Revision: 1021
 Description: Provide utility methods for factory classes
 Type: perl
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: system-perl
-BuildDepends: system-perl
+BuildDepends: <<
+       system-perl,
+       module-build-pm
+<<
 
 Source: mirror:cpan:modules/by-module/Class/Class-Factory-Util-%v.tar.gz
-Source-MD5: 88b4471f9c22abcc1192f87be013cc18
+Source-MD5: aebd79da361b676a7ecd3245fc3d1b3f
+
+CompileScript: <<
+#!/bin/sh -ex
+       exec 2>&1
+       /usr/bin/perl Build.PL \
+               --install_path arch=%i/lib/perl5 \
+               --install_path bin=%i/bin \
+               --install_path bindoc=%i/share/man/man1 \
+               --install_path lib=%i/lib/perl5 \
+               --install_path libdoc=%i/share/man/man3 \
+               --install_path script=%i/bin
+       ./Build
+       ./Build test
+<<
 
 UpdatePOD: true
+InstallScript: <<
+       ./Build install
+       find %d -name .packlist -exec rm -rf {} \;
+<<
 DocFiles: Changes MANIFEST LICENSE
 
 Homepage: http://search.cpan.org/dist/Class-Factory-Util

Index: catalyst-plugin-authentication-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-authentication-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- catalyst-plugin-authentication-pm.info      16 Jun 2007 22:45:05 -0000      
1.10
+++ catalyst-plugin-authentication-pm.info      4 Sep 2007 16:21:52 -0000       
1.11
@@ -1,7 +1,7 @@
 Info2: <<
 Package: catalyst-plugin-authentication-pm%type_pkg[perl]
-Version: 0.09
-Revision: 1022
+Version: 0.10002
+Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 Description: Infrastructure plugin for Catalyst
@@ -25,14 +25,14 @@
 <<
 
 Source: 
mirror:cpan:modules/by-module/Catalyst/Catalyst-Plugin-Authentication-%v.tar.gz
-Source-MD5: 59be3895b1c79609545d5472ec4e4bb5
+Source-MD5: d4e760151cb16d35231b0c96c26db3de
 
 UpdatePOD: true
 InstallScript: <<
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
 <<
-DocFiles: Changes MANIFEST README SIGNATURE
+DocFiles: Changes MANIFEST README
 
 Homepage: http://search.cpan.org/dist/Catalyst-Plugin-Authentication
 DescDetail: <<

Index: rrd-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/rrd-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- rrd-pm.info 20 Jun 2007 16:41:48 -0000      1.13
+++ rrd-pm.info 4 Sep 2007 16:21:53 -0000       1.14
@@ -3,6 +3,7 @@
 Version: 1.2.23
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
+Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 Description: RRDTool Perl bindings module
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8)
 License: GPL

Index: rose-html-objects-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/rose-html-objects-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- rose-html-objects-pm.info   16 Jun 2007 22:45:15 -0000      1.13
+++ rose-html-objects-pm.info   4 Sep 2007 16:21:53 -0000       1.14
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-html-objects-pm%type_pkg[perl]
-Version: 0.547
+Version: 0.549
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -37,7 +37,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/Rose/Rose-HTML-Objects-%v.tar.gz
-Source-MD5: 0c7ca09763105d511b02fcc4516e1a33
+Source-MD5: c64d8bacba4f2afd1b8d688c3abcb5c1
 
 UpdatePOD: true
 InstallScript: <<

Index: datetime-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/datetime-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- datetime-pm.info    5 Apr 2007 02:08:32 -0000       1.6
+++ datetime-pm.info    4 Sep 2007 16:21:53 -0000       1.7
@@ -1,8 +1,9 @@
 Info2: <<
 Package: datetime-pm%type_pkg[perl]
-Version: 0.37
+Version: 0.39
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
+Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 Description: Perl date and time object
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8)
 License: Artistic
@@ -28,7 +29,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/DateTime/DateTime-%v.tar.gz
-Source-MD5: 5f2f9a59c92acce6a023bc68c69a83ee
+Source-MD5: 89af4113ddc943e9deaef4cfb11c19dd
 
 UpdatePOD: true
 InstallScript: <<

Index: clone-pp-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/clone-pp-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- clone-pp-pm.info    19 Mar 2006 20:56:32 -0000      1.3
+++ clone-pp-pm.info    4 Sep 2007 16:21:52 -0000       1.4
@@ -2,7 +2,6 @@
 Package: clone-pp-pm
 Version: 1.02
 Revision: 1022
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Recursively copy Perl datatypes
 Type: perl
 License: Artistic

Index: image-exiftool-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/image-exiftool-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- image-exiftool-pm.info      22 Feb 2007 12:59:50 -0000      1.2
+++ image-exiftool-pm.info      4 Sep 2007 16:21:53 -0000       1.3
@@ -1,15 +1,14 @@
 Info2: <<
 Package: image-exiftool-pm
-Version: 6.76
+Version: 6.90
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Read and write image/movie meta information
 Type: perl
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Source: mirror:cpan:modules/by-module/Image/Image-ExifTool-%v.tar.gz
-Source-MD5: 3015c927da617d1320dcd42d22dee731
+Source-MD5: 51d883885196193cf922bfaa8771d630
 
 UpdatePOD: true
 DocFiles: Changes META.yml README

Index: catalyst-engine-apache-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/catalyst-engine-apache-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- catalyst-engine-apache-pm.info      16 Jun 2007 22:45:04 -0000      1.9
+++ catalyst-engine-apache-pm.info      4 Sep 2007 16:21:52 -0000       1.10
@@ -1,6 +1,6 @@
 Info2: <<
 Package: catalyst-engine-apache-pm%type_pkg[perl]
-Version: 1.09
+Version: 1.11
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -10,38 +10,26 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: <<
+       catalyst-pm%type_pkg[perl],
        fink (>= 0.26.0-1),
        perl%type_pkg[perl]-core
 <<
 BuildDepends: <<
-       perl%type_pkg[perl]-core,
+       catalyst-pm%type_pkg[perl],
        fink (>= 0.26.0-1),
-       module-build-pm%type_pkg[perl]
+       module-build-pm%type_pkg[perl],
+       perl%type_pkg[perl]-core
 <<
 Recommends: apache2 | apache2-ssl
 
 Source: mirror:cpan:modules/by-module/Catalyst/Catalyst-Engine-Apache-%v.tar.gz
-Source-MD5: b51ecae743e29bb8403ca56cafadf25c
-
-CompileScript: <<
-#!/bin/sh -ex
-       exec 2>&1
-       perlversion=%type_raw[perl]
-       eval "`perl$perlversion -V:archname`"
-       perl$perlversion 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/bin
-       ./Build
-       ./Build test
-<<
+Source-MD5: 835d2039bb8eb9133c0ff3175a1abfa7
 
+UpdatePOD: true
 InstallScript: <<
-       ./Build install
-       find %d -name .packlist -exec rm -rf {} \;
+       %{default_script}
+       install -d -m 755 %i/lib/perl5/%type_raw[perl]
+       mv %i/share/man %i/lib/perl5/%type_raw[perl]/
 <<
 DocFiles: Changes MANIFEST README
 

Index: threads-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/threads-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- threads-pm.info     16 Jun 2007 22:45:16 -0000      1.5
+++ threads-pm.info     4 Sep 2007 16:21:53 -0000       1.6
@@ -1,6 +1,6 @@
 Info2: <<
 Package: threads-pm%type_pkg[perl]
-Version: 1.61
+Version: 1.63
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -19,7 +19,7 @@
 <<
 
 Source: mirror:cpan:authors/id/J/JD/JDHEDDEN/threads-%v.tar.gz
-Source-MD5: 88699d9203c698ca16004649deb9c55b
+Source-MD5: 7193b84a8900e8823f54ac3313ec9d9a
 
 UpdatePOD: true
 InstallScript: <<

Index: mac-propertylist-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mac-propertylist-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mac-propertylist-pm.info    22 Feb 2007 12:59:50 -0000      1.3
+++ mac-propertylist-pm.info    4 Sep 2007 16:21:53 -0000       1.4
@@ -2,7 +2,6 @@
 Package: mac-propertylist-pm
 Version: 1.30
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl .plist parser
 Type: perl
 License: Artistic

Index: class-data-inheritable-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/class-data-inheritable-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- class-data-inheritable-pm.info      22 Feb 2007 12:59:50 -0000      1.6
+++ class-data-inheritable-pm.info      4 Sep 2007 16:21:52 -0000       1.7
@@ -2,7 +2,6 @@
 Package: class-data-inheritable-pm
 Version: 0.06
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Inheritable, overridable class data
 Type: perl
 License: Artistic

Index: rose-db-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/rose-db-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- rose-db-pm.info     16 Jun 2007 22:45:15 -0000      1.13
+++ rose-db-pm.info     4 Sep 2007 16:21:53 -0000       1.14
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-db-pm%type_pkg[perl]
-Version: 0.733
+Version: 0.735
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -20,7 +20,8 @@
        perl%type_pkg[perl]-core,
        rose-object-pm%type_pkg[perl] (>= 0.82-1),
        rose-datetime-pm%type_pkg[perl] (>= 0.532-1),
-       test-simple-pm%type_pkg[perl]
+       test-simple-pm%type_pkg[perl],
+       yaml-syck-pm%type_pkg[perl]
 <<
 BuildDepends: <<
        bit-vector-pm%type_pkg[perl],
@@ -33,11 +34,12 @@
        perl%type_pkg[perl]-core,
        rose-object-pm%type_pkg[perl] (>= 0.82-1),
        rose-datetime-pm%type_pkg[perl] (>= 0.532-1),
-       test-simple-pm%type_pkg[perl]
+       test-simple-pm%type_pkg[perl],
+       yaml-syck-pm%type_pkg[perl]
 <<
 
 Source: mirror:cpan:modules/by-module/Rose/Rose-DB-%v.tar.gz
-Source-MD5: 921765d64ff670281aa4ec6770891355
+Source-MD5: 5c358c8d9c9c397b285c75f56895cfb6
 
 UpdatePOD: true
 InstallScript: <<

Index: module-install-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/module-install-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- module-install-pm.info      16 Jun 2007 22:45:15 -0000      1.9
+++ module-install-pm.info      4 Sep 2007 16:21:53 -0000       1.10
@@ -1,6 +1,6 @@
 Info2: <<
 Package: module-install-pm%type_pkg[perl]
-Version: 0.65
+Version: 0.67
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -10,28 +10,32 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: <<
+       archive-tar-pm%type_pkg[perl] (>= 0.23-1),
        fink (>= 0.26.0-1),
        module-build-pm%type_pkg[perl],
        module-scandeps-pm (>= 0.28-1),
        module-corelist-pm%type_pkg[perl],
+       par-dist-pm (>= 0.03-1),
        perl%type_pkg[perl]-core,
-       test-harness-pm%type_pkg[perl],
+       test-harness-pm%type_pkg[perl] (>= 2.03-1),
        test-simple-pm%type_pkg[perl],
        yaml-pm (>= 0.35-1)
 <<
 BuildDepends: <<
+       archive-tar-pm%type_pkg[perl] (>= 0.23-1),
        fink (>= 0.26.0-1),
        module-build-pm%type_pkg[perl],
        module-scandeps-pm (>= 0.28-1),
        module-corelist-pm%type_pkg[perl],
+       par-dist-pm (>= 0.03-1),
        perl%type_pkg[perl]-core,
-       test-harness-pm%type_pkg[perl],
+       test-harness-pm%type_pkg[perl] (>= 2.03-1),
        test-simple-pm%type_pkg[perl],
        yaml-pm (>= 0.35-1)
 <<
 
 Source: mirror:cpan:modules/by-module/Module/Module-Install-%v.tar.gz
-Source-MD5: 5b0891564d10bb4e59263bfd85a0117f
+Source-MD5: e1377b62a85ec8a97af2e8c91708bed7
 
 ConfigureParams: --skip
 

Index: configfile-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/configfile-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- configfile-pm.info  22 Feb 2007 12:59:50 -0000      1.10
+++ configfile-pm.info  4 Sep 2007 16:21:52 -0000       1.11
@@ -3,7 +3,6 @@
 Version: 1.2.1
 Revision: 1030
 Epoch: 1
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Manipulate XML config files
 Type: perl
 License: GPL

Index: geo-ip-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/geo-ip-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- geo-ip-pm.info      16 Jun 2007 22:45:13 -0000      1.8
+++ geo-ip-pm.info      4 Sep 2007 16:21:53 -0000       1.9
@@ -1,7 +1,7 @@
 Info2: <<
 Package: geo-ip-pm%type_pkg[perl]
-Version: 1.27
-Revision: 1022
+Version: 1.28
+Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 Description: Look up a country based on IP or hostname
@@ -30,7 +30,7 @@
 <<
 
 Source: http://www.maxmind.com/download/geoip/api/perl/Geo-IP-%v.tar.gz
-Source-MD5: 10ec3c74808ffbca871eca4db77209bd
+Source-MD5: 6a7e6ff4d238f807f30577bd23702002
 
 ConfigureParams: LIBS='-L%p/lib' INC='-I%p/include'
 

Index: lingua-en-inflect-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/lingua-en-inflect-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lingua-en-inflect-pm.info   19 Mar 2006 20:56:32 -0000      1.3
+++ lingua-en-inflect-pm.info   4 Sep 2007 16:21:53 -0000       1.4
@@ -2,7 +2,6 @@
 Package: lingua-en-inflect-pm
 Version: 1.89
 Revision: 1022
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Convert singular to plural
 Type: perl
 License: Artistic

Index: mpeg-audio-frame-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mpeg-audio-frame-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mpeg-audio-frame-pm.info    22 Feb 2007 12:59:50 -0000      1.2
+++ mpeg-audio-frame-pm.info    4 Sep 2007 16:21:53 -0000       1.3
@@ -2,7 +2,6 @@
 Package: mpeg-audio-frame-pm
 Version: 0.09
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Handle MPEG audio from a file handle
 Type: perl
 License: Artistic

Index: datetime-timezone-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/datetime-timezone-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- datetime-timezone-pm.info   16 Jun 2007 22:45:11 -0000      1.9
+++ datetime-timezone-pm.info   4 Sep 2007 16:21:53 -0000       1.10
@@ -1,6 +1,6 @@
 Info2: <<
 Package: datetime-timezone-pm%type_pkg[perl]
-Version: 0.64
+Version: 0.6603
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -24,7 +24,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/DateTime/DateTime-TimeZone-%v.tar.gz
-Source-MD5: 319c0295c9a6ee716e2fb7ab71edd076
+Source-MD5: 178b126286a00ad9871908c2e6efcff0
 
 CompileScript: <<
 #!/bin/sh -ex

Index: tree-simple-visitorfactory-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/tree-simple-visitorfactory-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tree-simple-visitorfactory-pm.info  22 Feb 2007 12:59:51 -0000      1.7
+++ tree-simple-visitorfactory-pm.info  4 Sep 2007 16:21:53 -0000       1.8
@@ -2,7 +2,6 @@
 Package: tree-simple-visitorfactory-pm
 Version: 0.10
 Revision: 1023
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Create tree structures from visitor info
 Type: perl
 License: Artistic

Index: file-copy-recursive-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/file-copy-recursive-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- file-copy-recursive-pm.info 5 Apr 2007 02:08:32 -0000       1.8
+++ file-copy-recursive-pm.info 4 Sep 2007 16:21:53 -0000       1.9
@@ -1,8 +1,7 @@
 Info2: <<
 Package: file-copy-recursive-pm
-Version: 0.31
+Version: 0.33
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Recursively copy files and directories
 Type: perl
 License: Artistic
@@ -12,7 +11,7 @@
 BuildDepends: system-perl
 
 Source: mirror:cpan:modules/by-module/File/File-Copy-Recursive-%v.tar.gz
-Source-MD5: 889cc6620f3e159807954668ff59a50c
+Source-MD5: 172af9928a65e91ae0bc1439daabe6b9
 
 UpdatePOD: true
 DocFiles: Changes MANIFEST README

Index: cgi-simple-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/cgi-simple-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cgi-simple-pm.info  5 Apr 2007 02:08:32 -0000       1.3
+++ cgi-simple-pm.info  4 Sep 2007 16:21:52 -0000       1.4
@@ -1,8 +1,7 @@
 Info2: <<
 Package: cgi-simple-pm
-Version: 0.080
+Version: 1.1
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Simple OO CGI interface
 Type: perl
 License: Artistic
@@ -15,7 +14,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/CGI/CGI-Simple-%v.tar.gz
-Source-MD5: 0ecb5ca78c356ad83b5f25909855aac9
+Source-MD5: 3a4e5e3d14542fcebf1d15262f5b9a3f
 
 UpdatePOD: true
 DocFiles: Changes META.yml README

Index: net-daemon-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/net-daemon-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- net-daemon-pm.info  19 Mar 2006 20:56:32 -0000      1.2
+++ net-daemon-pm.info  4 Sep 2007 16:21:53 -0000       1.3
@@ -1,8 +1,7 @@
 Info2: <<
 Package: net-daemon-pm
-Version: 0.39
-Revision: 1022
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
+Version: 0.43
+Revision: 1021
 Description: Perl extension for portable daemons
 Type: perl
 License: Artistic
@@ -12,7 +11,8 @@
 BuildDepends: system-perl
 
 Source: mirror:cpan:authors/id/J/JW/JWIED/Net-Daemon-%v.tar.gz
-Source-MD5: 5a09d0f3c9db063982b503a1ef3b9fb0
+Source-MD5: a173a8407fb7b049aa465598eca6dfd7
+SourceDirectory: Net-Daemon
 
 UpdatePOD: true
 NoPerlTests: true

Index: file-modified-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/file-modified-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- file-modified-pm.info       22 Feb 2007 12:59:50 -0000      1.5
+++ file-modified-pm.info       4 Sep 2007 16:21:53 -0000       1.6
@@ -2,7 +2,6 @@
 Package: file-modified-pm
 Version: 0.07
 Revision: 1022
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Intelligently check for file modification
 Type: perl
 License: Artistic

Index: text-balanced-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/text-balanced-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- text-balanced-pm.info       9 Apr 2007 21:38:10 -0000       1.6
+++ text-balanced-pm.info       4 Sep 2007 16:21:53 -0000       1.7
@@ -2,7 +2,6 @@
 Package: text-balanced-pm
 Version: 2.0.0
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Extract delimited text sequences from strings
 Type: perl
 License: Artistic

Index: mailtools-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mailtools-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- mailtools-pm.info   16 Jun 2007 22:45:15 -0000      1.9
+++ mailtools-pm.info   4 Sep 2007 16:21:53 -0000       1.10
@@ -1,6 +1,6 @@
 Info2: <<
 Package: mailtools-pm%type_pkg[perl]
-Version: 1.74
+Version: 1.77
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -15,6 +15,7 @@
 <<
 BuildDepends: <<
        fink (>= 0.26.0-1),
+       libnet-pm%type_pkg[perl],
        perl%type_pkg[perl]-core
 <<
 Provides: mailtools-pm
@@ -31,7 +32,7 @@
 <<
 
 Source: mirror:cpan:authors/id/M/MA/MARKOV/MailTools-%v.tar.gz
-Source-MD5: aba82a7eb87906278d98174e10d838be
+Source-MD5: c1bcd6627cb9bab271b77a8323d62c48
 SourceDirectory: MailTools-%v
 
 UpdatePOD: true

Index: catalyst-plugin-session-state-cookie-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-session-state-cookie-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- catalyst-plugin-session-state-cookie-pm.info        16 Jun 2007 22:45:06 
-0000      1.8
+++ catalyst-plugin-session-state-cookie-pm.info        4 Sep 2007 16:21:52 
-0000       1.9
@@ -1,6 +1,6 @@
 Info2: <<
 Package: catalyst-plugin-session-state-cookie-pm%type_pkg[perl]
-Version: 0.06
+Version: 0.07
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -11,19 +11,21 @@
 
 Depends: <<
        catalyst-plugin-session-pm%type_pkg[perl] (>= 0.06-1),
+       class-accessor-pm,
        fink (>= 0.26.0-1),
        perl%type_pkg[perl]-core,
        test-mockobject-pm%type_pkg[perl] (>= 1.01-1)
 <<
 BuildDepends: <<
        catalyst-plugin-session-pm%type_pkg[perl] (>= 0.06-1),
+       class-accessor-pm,
        fink (>= 0.26.0-1),
        perl%type_pkg[perl]-core,
        test-mockobject-pm%type_pkg[perl] (>= 1.01-1)
 <<
 
 Source: 
mirror:cpan:modules/by-module/Catalyst/Catalyst-Plugin-Session-State-Cookie-%v.tar.gz
-Source-MD5: 763a90d547d45bac5b73d3b2dab80c7e
+Source-MD5: 4245284c7753e6b8579a8712d54e526a
 
 UpdatePOD: true
 InstallScript: <<

Index: test-warn-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/test-warn-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- test-warn-pm.info   16 Jun 2007 22:45:16 -0000      1.7
+++ test-warn-pm.info   4 Sep 2007 16:21:53 -0000       1.8
@@ -1,7 +1,7 @@
 Info2: <<
 Package: test-warn-pm%type_pkg[perl]
-Version: 0.08
-Revision: 1022
+Version: 0.10
+Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 Description: Perl extension to test methods for warnings
@@ -10,27 +10,27 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: <<
-       perl%type_pkg[perl]-core,
        array-compare-pm%type_pkg[perl],
+       file-spec-pm%type_pkg[perl],
+       perl%type_pkg[perl]-core,
+       sub-uplevel-pm (>= 0.12-1),
+       test-builder-tester-pm (>= 1.01-1),
        test-exception-pm,
-       test-builder-tester-pm,
-       sub-uplevel-pm,
-       tree-dag-node-pm,
-       file-spec-pm%type_pkg[perl]
+       tree-dag-node-pm
 <<
 BuildDepends: <<
-       perl%type_pkg[perl]-core,
-       fink (>= 0.26.0-1),
        array-compare-pm%type_pkg[perl],
+       file-spec-pm%type_pkg[perl],
+       fink (>= 0.26.0-1),
+       perl%type_pkg[perl]-core,
+       sub-uplevel-pm (>= 0.12-1),
+       test-builder-tester-pm (>= 1.01-1),
        test-exception-pm,
-       test-builder-tester-pm,
-       sub-uplevel-pm,
-       tree-dag-node-pm,
-       file-spec-pm%type_pkg[perl]
+       tree-dag-node-pm
 <<
 
 Source: mirror:cpan:authors/id/B/BI/BIGJ/Test-Warn-%v.tar.gz
-Source-MD5: 95fa7fa694f00ec414a877ae4ef65d7b
+Source-MD5: 17557bbc8eefadf9f088ae4ab73e9976
 
 UpdatePOD: true
 InstallScript: <<

Index: clone-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/clone-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- clone-pm.info       16 Jun 2007 22:45:08 -0000      1.9
+++ clone-pm.info       4 Sep 2007 16:21:52 -0000       1.10
@@ -1,6 +1,6 @@
 Info2: <<
 Package: clone-pm%type_pkg[perl]
-Version: 0.22
+Version: 0.27
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -15,7 +15,7 @@
 Replaces: clone-pm
 
 Source: mirror:cpan:modules/by-module/Clone/Clone-%v.tar.gz
-Source-MD5: f70af2c46fbb60acc4388908bfd37c2f
+Source-MD5: 8f4ec3080272434f417d5e67a42163fc
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-db-object-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/rose-db-object-pm.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- rose-db-object-pm.info      16 Jun 2007 22:45:15 -0000      1.17
+++ rose-db-object-pm.info      4 Sep 2007 16:21:53 -0000       1.18
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-db-object-pm%type_pkg[perl]
-Version: 0.763
+Version: 0.765
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -10,28 +10,30 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: <<
-       clone-pp-pm (>= 1.02-1),
+       clone-pm%type_pkg[perl] (>= 0.20-1),
        dbi-pm%type_pkg[perl] (>= 1.40-1),
        fink (>= 0.26.0-1),
+       math-bigint-pm%type_pkg[perl],
        perl%type_pkg[perl]-core,
        rose-datetime-pm%type_pkg[perl] (>= 0.532-1),
-       rose-object-pm%type_pkg[perl] (>= 0.82-1),
-       rose-db-pm%type_pkg[perl] (>= 0.733-1),
+       rose-object-pm%type_pkg[perl] (>= 0.84-1),
+       rose-db-pm%type_pkg[perl] (>= 0.735-1),
        test-simple-pm%type_pkg[perl]
 <<
 BuildDepends: <<
-       clone-pp-pm (>= 1.02-1),
+       clone-pm%type_pkg[perl] (>= 0.20-1),
        dbi-pm%type_pkg[perl] (>= 1.40-1),
        fink (>= 0.26.0-1),
+       math-bigint-pm%type_pkg[perl],
        perl%type_pkg[perl]-core,
        rose-datetime-pm%type_pkg[perl] (>= 0.532-1),
-       rose-object-pm%type_pkg[perl] (>= 0.82-1),
-       rose-db-pm%type_pkg[perl] (>= 0.733-1),
+       rose-object-pm%type_pkg[perl] (>= 0.84-1),
+       rose-db-pm%type_pkg[perl] (>= 0.735-1),
        test-simple-pm%type_pkg[perl]
 <<
 
 Source: mirror:cpan:modules/by-module/Rose/Rose-DB-Object-%v.tar.gz
-Source-MD5: 22780af20425b8ba5fc83b2bb2175f2f
+Source-MD5: fd1a020dd15b622426ba9db9164518bb
 
 UpdatePOD: true
 InstallScript: <<

Index: cddb-file-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/cddb-file-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cddb-file-pm.info   22 Feb 2007 12:59:50 -0000      1.2
+++ cddb-file-pm.info   4 Sep 2007 16:21:52 -0000       1.3
@@ -2,7 +2,6 @@
 Package: cddb-file-pm
 Version: 1.05
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Parse a CDDB/freedb data file
 Type: perl
 License: Artistic

Index: plrpc-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/plrpc-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- plrpc-pm.info       19 Mar 2006 20:56:32 -0000      1.2
+++ plrpc-pm.info       4 Sep 2007 16:21:53 -0000       1.3
@@ -1,8 +1,7 @@
 Info2: <<
 Package: plrpc-pm
-Version: 0.2018
-Revision: 1022
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
+Version: 0.2020
+Revision: 1021
 Description: Perl RPC client/server
 Type: perl
 License: Artistic
@@ -11,8 +10,9 @@
 Depends: net-daemon-pm
 BuildDepends: net-daemon-pm
 
-Source: mirror:cpan:authors/id/J/JW/JWIED/PlRPC-%v.tar.gz
-Source-MD5: bfa447a80e73fec54eb3c12fab4b9bdc
+Source: mirror:cpan:modules/by-module/RPC/PlRPC-%v.tar.gz
+Source-MD5: 5361e137e56d037c5e796926ecb5300b
+SourceDirectory: PlRPC
 PatchScript: rm t/crypt.t
 
 UpdatePOD: true

Index: io-stringy-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/io-stringy-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- io-stringy-pm.info  22 Feb 2007 12:59:50 -0000      1.10
+++ io-stringy-pm.info  4 Sep 2007 16:21:53 -0000       1.11
@@ -2,7 +2,6 @@
 Package: io-stringy-pm
 Version: 2.110
 Revision: 1022
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl module for advanced I/O with filehandles
 Type: perl
 License: Artistic

Index: catalyst-plugin-session-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-session-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- catalyst-plugin-session-pm.info     16 Jun 2007 22:45:06 -0000      1.8
+++ catalyst-plugin-session-pm.info     4 Sep 2007 16:21:52 -0000       1.9
@@ -1,6 +1,6 @@
 Info2: <<
 Package: catalyst-plugin-session-pm%type_pkg[perl]
-Version: 0.14
+Version: 0.17
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -37,7 +37,7 @@
 <<
 
 Source: 
mirror:cpan:modules/by-module/Catalyst/Catalyst-Plugin-Session-%v.tar.gz
-Source-MD5: 589a69a366e1d3d4dc9d25fb1251b40b
+Source-MD5: a9e476d0196db22fda50c88c59ad385d
 
 UpdatePOD: true
 InstallScript: <<

Index: datetime-format-pg-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/datetime-format-pg-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- datetime-format-pg-pm.info  16 Jun 2007 22:45:10 -0000      1.8
+++ datetime-format-pg-pm.info  4 Sep 2007 16:21:53 -0000       1.9
@@ -1,6 +1,6 @@
 Info2: <<
 Package: datetime-format-pg-pm%type_pkg[perl]
-Version: 0.15
+Version: 0.16001
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -25,7 +25,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/DateTime/DateTime-Format-Pg-%v.tar.gz
-Source-MD5: 25c2d89f0982e522adb3b67008a0215a
+Source-MD5: 99bfad4278ebc6d01f5976bb569332fe
 
 UpdatePOD: true
 InstallScript: <<

Index: extutils-f77-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/extutils-f77-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- extutils-f77-pm.info        22 Feb 2007 12:59:50 -0000      1.3
+++ extutils-f77-pm.info        4 Sep 2007 16:21:53 -0000       1.4
@@ -1,8 +1,7 @@
 Info2: <<
 Package: extutils-f77-pm
-Version: 1.15
+Version: 1.16
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Simple interface to Fortran libs
 Type: perl
 License: Artistic
@@ -18,7 +17,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-F77-%v.tar.gz
-Source-MD5: 29eda7785a5b78d23f31f057b7474ac1
+Source-MD5: af925e7e8a2876a5fd9b6c4660e37664
 Patch: %n.patch
 
 UpdatePOD: true

Index: catalyst-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/catalyst-pm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- catalyst-pm.info    16 Jun 2007 22:45:06 -0000      1.14
+++ catalyst-pm.info    4 Sep 2007 16:21:52 -0000       1.15
@@ -1,7 +1,7 @@
 Info2: <<
 Package: catalyst-pm%type_pkg[perl]
 Version: 5.7007
-Revision: 1022
+Revision: 1023
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 Description: MVC web application framework for perl
@@ -12,7 +12,6 @@
 Depends: <<
        fink (>= 0.26.0-1),
        perl%type_pkg[perl]-core,
-       catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1),
        class-accessor-pm,
        class-data-inheritable-pm,
        class-inspector-pm%type_pkg[perl] (>= 1.06-1),
@@ -46,7 +45,6 @@
 BuildDepends: <<
        perl%type_pkg[perl]-core,
        fink (>= 0.26.0-1),
-       catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1),
        class-accessor-pm,
        class-data-inheritable-pm,
        class-inspector-pm%type_pkg[perl] (>= 1.06-1),
@@ -77,6 +75,7 @@
        uri-pm%type_pkg[perl] (>= 1.35-1),
        yaml-pm (>= 0.55-1)
 <<
+Provides: catalyst-runtime-pm%type_pkg[perl]
 Replaces: <<
        catalyst-pm560,
        catalyst-pm561,

Index: astro-fits-header-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/astro-fits-header-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- astro-fits-header-pm.info   24 Oct 2006 02:26:12 -0000      1.2
+++ astro-fits-header-pm.info   4 Sep 2007 16:21:52 -0000       1.3
@@ -2,7 +2,6 @@
 Package: astro-fits-header-pm
 Version: 3.0
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Object Orientated interface to FITS HDUs
 Type: perl
 License: Artistic

Index: text-glob-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/text-glob-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- text-glob-pm.info   22 Feb 2007 12:59:51 -0000      1.6
+++ text-glob-pm.info   4 Sep 2007 16:21:53 -0000       1.7
@@ -1,8 +1,7 @@
 Info2: <<
 Package: text-glob-pm
-Version: 0.07
+Version: 0.08
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Match globbing patterns against text
 Type: perl
 License: Artistic
@@ -11,7 +10,7 @@
 BuildDepends: system-perl
 
 Source: mirror:cpan:modules/by-module/Text/Text-Glob-%v.tar.gz
-Source-MD5: e96a4fef8eb2037a85a8119dddc8a4f9
+Source-MD5: 39a1a3e890cd5d3f51a707579098bc1c
 SourceDirectory: Text-Glob-%v
 
 UpdatePOD: true

Index: data-visitor-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/data-visitor-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- data-visitor-pm.info        16 Jun 2007 22:45:10 -0000      1.6
+++ data-visitor-pm.info        4 Sep 2007 16:21:53 -0000       1.7
@@ -1,6 +1,6 @@
 Info2: <<
 Package: data-visitor-pm%type_pkg[perl]
-Version: 0.05
+Version: 0.08
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -19,34 +19,21 @@
        fink (>= 0.26.0-1),
        class-accessor-pm,
        module-build-pm%type_pkg[perl],
-       test-mockobject-pm%type_pkg[perl],
+       test-mockobject-pm%type_pkg[perl] (>= 1.04-1),
        test-simple-pm%type_pkg[perl],
        test-use-ok-pm%type_pkg[perl],
        test-warn-pm%type_pkg[perl]
 <<
 
 Source: mirror:cpan:modules/by-module/Data/Data-Visitor-%v.tar.gz
-Source-MD5: d8b5c458439698187db0bfee672044ef
-
-CompileScript: <<
-#!/bin/sh -ex
-       exec 2>&1
-       perlversion=%type_raw[perl]
-       eval "`perl$perlversion -V:archname`"
-       perl$perlversion 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/bin
-       ./Build
-       ./Build test
-<<
+Source-MD5: 742c8541e0c1d8d1798f0195b0a8f25e
 
+UpdatePOD: true
 InstallScript: <<
-       ./Build install
-       find %d -name .packlist -exec rm -rf {} \;
+       %{default_script}
+       find %d -name .packlist -exec rm -rf {} \; || :
+       install -d -m 755 %i/lib/perl5/%type_raw[perl]
+       mv %i/share/man %i/lib/perl5/%type_raw[perl]/
 <<
 DocFiles: Changes MANIFEST SIGNATURE
 

Index: data-dump-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/data-dump-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- data-dump-pm.info   22 Feb 2007 12:59:50 -0000      1.1
+++ data-dump-pm.info   4 Sep 2007 16:21:52 -0000       1.2
@@ -2,7 +2,6 @@
 Package: data-dump-pm
 Version: 1.08
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Pretty printing of data structures
 Type: perl
 License: Artistic

Index: time-local-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/time-local-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- time-local-pm.info  22 Feb 2007 12:59:51 -0000      1.5
+++ time-local-pm.info  4 Sep 2007 16:21:53 -0000       1.6
@@ -2,7 +2,6 @@
 Package: time-local-pm
 Version: 1.17
 Revision: 1021
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Efficiently compute time
 Type: perl
 License: Artistic

Index: dbi-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/dbi-pm.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- dbi-pm.info 4 Sep 2007 14:25:24 -0000       1.15
+++ dbi-pm.info 4 Sep 2007 16:21:53 -0000       1.16
@@ -1,9 +1,10 @@
 Info2: <<
 Package: dbi-pm%type_pkg[perl]
-Version: 1.58
+Version: 1.59
 Revision: 1021
 Epoch: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
+Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 Description: Perl Database Interface by Tim Bunce
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8)
 License: Artistic
@@ -49,7 +50,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/DBI/DBI-%v.tar.gz
-Source-MD5: 132a7a28481824692e48d71b06994e09
+Source-MD5: f793bd7e1ca77018be1ec16bf81614cd
 
 UpdatePOD: true
 InstallScript: <<
@@ -58,7 +59,7 @@
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
 
-       for bin in dbiprof dbiproxy; do
+       for bin in dbilogstrip dbiprof dbiproxy; do
                perl -pi -e 's,\#\!/usr/bin/perl.*,\#\!/usr/bin/env 
perl%type_raw[perl],' %i/bin/$bin
                mv %i/bin/$bin %i/bin/$bin-%type_raw[perl]
        done
@@ -67,14 +68,14 @@
 
 PostInstScript: <<
        if [ "$1" = "configure" ]; then
-               for bin in dbiprof dbiproxy; do
+               for bin in dbilogstrip dbiprof dbiproxy; do
                        update-alternatives --install "%p/bin/$bin" "$bin" 
"%p/bin/$bin-%type_raw[perl]" %type_pkg[perl]
                done
        fi
 <<
 PostRmScript: <<
        if [ "$1" = "remove" ]; then
-               for bin in dbiprof dbiproxy; do
+               for bin in dbilogstrip dbiprof dbiproxy; do
                        update-alternatives --remove "$bin" 
"%p/bin/$bin-%type_raw[perl]"
                done
        fi

Index: xml-rss-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/xml-rss-pm.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- xml-rss-pm.info     16 Jun 2007 22:45:17 -0000      1.11
+++ xml-rss-pm.info     4 Sep 2007 16:21:53 -0000       1.12
@@ -1,6 +1,6 @@
 Info2: <<
 Package: xml-rss-pm%type_pkg[perl]
-Version: 1.22
+Version: 1.31
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -41,7 +41,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/XML/XML-RSS-%v.tar.gz
-Source-MD5: 0ae1aca75c024dfe2e1306881963ff39
+Source-MD5: 7238c2708a07b76020d07640ea19ddf6
 SourceDirectory: XML-RSS-%v
 
 UpdatePOD: true


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to