Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv30025
Modified Files:
test-www-mechanize-pm.info www-mechanize-pm.info
www-mechanize-pm.patch
Log Message:
new www-mech*
Index: www-mechanize-pm.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/www-mechanize-pm.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- www-mechanize-pm.info 8 Aug 2011 06:49:21 -0000 1.19
+++ www-mechanize-pm.info 27 Aug 2011 17:19:48 -0000 1.20
@@ -1,6 +1,6 @@
Info2: <<
Package: www-mechanize-pm%type_pkg[perl]
-Version: 1.66
+Version: 1.70
Revision: 1
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] =
510) 10.5, (%type_pkg[perl] = 510) 10.6, (%type_pkg[perl] = 5123) 10.7
@@ -16,30 +16,26 @@
libwww-pm%type_pkg[perl],
html-parser-pm%type_pkg[perl],
html-tagset-pm,
+ html-tree-pm%type_pkg[perl],
http-server-simple-pm (>= 0.35-1),
http-response-encoding-pm%type_pkg[perl],
io-socket-ssl-pm%type_pkg[perl],
- test-longstring-pm,
uri-pm%type_pkg[perl]
<<
BuildDepends: <<
- fink (>= 0.24.12-1),
- pod-parser-pm,
- test-memory-cycle-pm%type_pkg[perl],
- test-warn-pm%type_pkg[perl],
- test-pod-pm
+ fink (>= 0.24.12-1)
<<
Conflicts: %{Ni}581-bin, %{Ni}584-bin, %{Ni}586-bin, %{Ni}588-bin
Replaces: %{Ni}581-bin, %{Ni}584-bin, %{Ni}586-bin, %{Ni}588-bin
Provides: %{Ni}
# Unpack Phase:
-Source: mirror:cpan:authors/id/P/PE/PETDANCE/WWW-Mechanize-%v.tar.gz
-Source-MD5: 40690ba4cd93b8c3b931582acf87eeac
+Source: mirror:cpan:authors/id/J/JE/JESSE/WWW-Mechanize-%v.tar.gz
+Source-MD5: 6ade3d06ef7e16b91864cda77b9d89a6
# Patch Phase:
PatchFile: %{Ni}.patch
-PatchFile-MD5: d6ba46a14b22de9f8360b803a8fed201
+PatchFile-MD5: 16eda0ad15fa11d8c399092593dab60c
# Compile Phase:
CompileScript: <<
@@ -47,13 +43,15 @@
<<
InfoTest: <<
+ TestDepends: <<
+ test-memory-cycle-pm%type_pkg[perl],
+ test-warn-pm%type_pkg[perl],
+ test-pod-pm,
+ test-taint-pm%type_pkg[perl]
+ <<
TestScript: <<
#!/bin/sh -ex
- perlversion=%type_raw[perl]
- export FULLPERL="perl$perlversion"
- if dpkg --compare-versions "$perlversion" ">=" "5.10.0" && [
"%m" != "powerpc" ]; then
- export FULLPERL="/usr/bin/arch -%m perl$perlversion"
- fi
+ export FULLPERL=`perl -e 'print $ARGV[0]=~/PERL="(.*?)"/' '%c'`
%{default_script}
<<
<<
Index: www-mechanize-pm.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/www-mechanize-pm.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- www-mechanize-pm.patch 9 Aug 2010 09:04:40 -0000 1.5
+++ www-mechanize-pm.patch 27 Aug 2011 17:19:48 -0000 1.6
@@ -1,6 +1,6 @@
-diff -Nurd -x'*~' WWW-Mechanize-1.62.orig/t/00-load.t
WWW-Mechanize-1.62/t/00-load.t
---- WWW-Mechanize-1.62.orig/t/00-load.t 2010-04-10 22:24:39.000000000
-0400
-+++ WWW-Mechanize-1.62/t/00-load.t 2010-08-09 05:00:49.000000000 -0400
+diff -Nurd -x'*~' WWW-Mechanize-1.70.orig/t/00-load.t
WWW-Mechanize-1.70/t/00-load.t
+--- WWW-Mechanize-1.70.orig/t/00-load.t 2011-08-26 13:42:17.000000000
-0400
++++ WWW-Mechanize-1.70/t/00-load.t 2011-08-27 13:06:52.000000000 -0400
@@ -9,7 +9,7 @@
use_ok( 'WWW::Mechanize' );
use_ok( 'WWW::Mechanize::Link' );
@@ -10,21 +10,21 @@
if ( $canTMC ) {
diag( "Test::Memory::Cycle $Test::Memory::Cycle::VERSION is installed." );
}
-diff -Nurd -x'*~' WWW-Mechanize-1.62.orig/t/local/LocalServer.pm
WWW-Mechanize-1.62/t/local/LocalServer.pm
---- WWW-Mechanize-1.62.orig/t/local/LocalServer.pm 2010-04-10
22:24:38.000000000 -0400
-+++ WWW-Mechanize-1.62/t/local/LocalServer.pm 2010-08-09 04:59:39.000000000
-0400
-@@ -70,7 +70,7 @@
-
- my $server_file = File::Spec->catfile( $FindBin::Bin,'log-server' );
+diff -Nurd -x'*~' WWW-Mechanize-1.70.orig/t/local/LocalServer.pm
WWW-Mechanize-1.70/t/local/LocalServer.pm
+--- WWW-Mechanize-1.70.orig/t/local/LocalServer.pm 2011-08-26
13:42:17.000000000 -0400
++++ WWW-Mechanize-1.70/t/local/LocalServer.pm 2011-08-27 13:07:04.000000000
-0400
+@@ -99,7 +99,7 @@
+ push @opts, "-e" => qq{"} . delete($args{ eval }) . qq{"}
+ if $args{ eval };
-- open my $server, qq'$^X "$server_file" "$web_page" "$logfile" |'
-+ open my $server, qq'$ENV{FULLPERL} "$server_file" "$web_page" "$logfile" |'
- or die "Couldn't spawn fake server $server_file : $!";
+- my $pid = open my $server, qq'$^X "$server_file" "$web_page" "$logfile"
@opts|'
++ my $pid = open my $server, qq'$ENV{FULLPERL} "$server_file" "$web_page"
"$logfile" @opts|'
+ or croak "Couldn't spawn local server $server_file : $!";
my $url = <$server>;
chomp $url;
-diff -Nurd -x'*~' WWW-Mechanize-1.62.orig/t/local/follow.t
WWW-Mechanize-1.62/t/local/follow.t
---- WWW-Mechanize-1.62.orig/t/local/follow.t 2010-04-10 22:24:38.000000000
-0400
-+++ WWW-Mechanize-1.62/t/local/follow.t 2010-06-02 22:33:15.000000000
-0400
+diff -Nurd -x'*~' WWW-Mechanize-1.70.orig/t/local/follow.t
WWW-Mechanize-1.70/t/local/follow.t
+--- WWW-Mechanize-1.70.orig/t/local/follow.t 2011-08-26 13:42:17.000000000
-0400
++++ WWW-Mechanize-1.70/t/local/follow.t 2011-08-27 13:08:27.000000000
-0400
@@ -2,7 +2,7 @@
use warnings;
@@ -47,9 +47,9 @@
ok($agent->back(), 'Can still go back');
ok($agent->follow_link( text_regex=>qr/Stösberg/ ), q{Can follow link with
o-umlaut, when it's encoded in the HTML, but not in "follow"});
-diff -Nurd -x'*~' WWW-Mechanize-1.62.orig/t/local/referer.t
WWW-Mechanize-1.62/t/local/referer.t
---- WWW-Mechanize-1.62.orig/t/local/referer.t 2010-04-10 22:24:38.000000000
-0400
-+++ WWW-Mechanize-1.62/t/local/referer.t 2010-08-09 05:00:00.000000000
-0400
+diff -Nurd -x'*~' WWW-Mechanize-1.70.orig/t/local/referer.t
WWW-Mechanize-1.70/t/local/referer.t
+--- WWW-Mechanize-1.70.orig/t/local/referer.t 2011-08-26 13:42:17.000000000
-0400
++++ WWW-Mechanize-1.70/t/local/referer.t 2011-08-27 13:08:53.000000000
-0400
@@ -27,7 +27,7 @@
delete $ENV{HTTP_PROXY};
@@ -59,9 +59,18 @@
if ($^O eq 'VMS') {
$command = qq'mcr $^X t/referer-server';
}
-diff -Nurd -x'*~' WWW-Mechanize-1.62.orig/t/mech-dump/mech-dump.t
WWW-Mechanize-1.62/t/mech-dump/mech-dump.t
---- WWW-Mechanize-1.62.orig/t/mech-dump/mech-dump.t 2010-04-10
22:24:38.000000000 -0400
-+++ WWW-Mechanize-1.62/t/mech-dump/mech-dump.t 2010-08-09 05:00:31.000000000
-0400
+diff -Nurd -x'*~' WWW-Mechanize-1.70.orig/t/mech-dump/mech-dump.t
WWW-Mechanize-1.70/t/mech-dump/mech-dump.t
+--- WWW-Mechanize-1.70.orig/t/mech-dump/mech-dump.t 2011-08-26
13:42:17.000000000 -0400
++++ WWW-Mechanize-1.70/t/mech-dump/mech-dump.t 2011-08-27 13:15:32.000000000
-0400
+@@ -16,7 +16,7 @@
+
+ my $exe = File::Spec->catfile( qw( blib script mech-dump ) );
+ if ( $^O eq 'VMS' ) {
+- $exe = qq[mcr $^X "-mblib" $exe];
++ $exe = qq[mcr $ENV{FULLPERL} "-mblib" $exe];
+ }
+
+ # Simply use a file: uri instead of the filename to make this test
@@ -24,7 +24,7 @@
my $source = 'file:t/google.html';
Index: test-www-mechanize-pm.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/test-www-mechanize-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- test-www-mechanize-pm.info 21 Jul 2011 21:28:59 -0000 1.13
+++ test-www-mechanize-pm.info 27 Aug 2011 17:19:48 -0000 1.14
@@ -1,6 +1,6 @@
Info2: <<
Package: test-www-mechanize-pm%type_pkg[perl]
-Version: 1.30
+Version: 1.34
Revision: 1
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
@@ -14,16 +14,17 @@
carp-assert-more-pm,
html-tree-pm%type_pkg[perl],
http-server-simple-pm,
+ libwww-pm%type_pkg[perl] (>= 6.02-1),
perl%type_pkg[perl]-core,
- test-longstring-pm,
+ test-longstring-pm (>= 0.15-1),
test-simple-pm%type_pkg[perl] (>= 0.94-1),
uri-pm%type_pkg[perl],
- www-mechanize-pm%type_pkg[perl]
+ www-mechanize-pm%type_pkg[perl] (>= 1.68-1)
<<
# Unpack Phase:
Source: mirror:cpan:authors/id/P/PE/PETDANCE/Test-WWW-Mechanize-%v.tar.gz
-Source-MD5: a0d70d501e26e398f47bf0b3a5be0483
+Source-MD5: 5dc492a02aa9aca11fc53c71678658ca
# may not have network, and DNS wildcarding can break failure-response checks
NoPerlTests: true
------------------------------------------------------------------------------
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