Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1:/tmp/cvs-serv28376

Added Files:
      Tag: not_ready
        compress-zlib-pm-1.19-4.info html-parser-pm-3.27-3.info 
        libwww-pm-5.69-3.info libwww-pm-5.69-3.patch 
        uri-pm-1.23-2.info 
Log Message:
move to stable


--- NEW FILE: compress-zlib-pm-1.19-4.info ---
Package: compress-zlib-pm
Version: 1.19
Revision: 4
Depends: compress-zlib-pm560 | compress-zlib-pm580
Type: bundle
Description: Placeholder for versioned Compress::Zlib packages
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/dist/Compress-Zlib

--- NEW FILE: html-parser-pm-3.27-3.info ---
Package: html-parser-pm
version: 3.27
Revision: 3
Depends: html-parser-pm560 (>= 3.27-2) | html-parser-pm580
Type: bundle
Description: Placeholder for versioned HTML::Parser packages
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/dist/HTML-Parser

--- NEW FILE: libwww-pm-5.69-3.info ---
Package: libwww-pm
Version: 5.69
Revision: 3
###
Depends: compress-zlib-pm (>= 1.19-4), uri-pm (>= 1.23-2), mime-base64-pm (>= 2.00-1) 
| perl580-core, html-parser-pm (>= 3.27-3), libnet-pm (>= 1.09-1) | perl580-core, 
digest-md5-pm | perl580-core
###
Source: mirror:cpan:authors/id/G/GA/GAAS/libwww-perl-%v.tar.gz
Source-MD5: b4567b6fae2b1733415a746956826e0c
###
Type: perl
UpdatePOD: true
###
Patch: %f.patch
###
DocFiles: Changes MANIFEST README*
###
CompileScript: <<
  perl Makefile.PL PREFIX=%p INSTALLPRIVLIB=%p/lib/perl5 
INSTALLARCHLIB=%p/lib/perl5/darwin INSTALLSITELIB=%p/lib/perl5 
INSTALLSITEARCH=%p/lib/perl5/darwin INSTALLMAN1DIR=%p/share/man/man1 
INSTALLMAN3DIR=%p/share/man/man3
  make
<<
###
Description: Perl modules, programming interface to the WWW
DescDetail: <<
  The libwww-perl collection is a set of Perl modules which provides a
  simple and consistent application programming interface to the
  World-Wide Web.  The main focus of the library is to provide classes
  and functions that allow you to write WWW clients. The library also
  contain modules that are of more general use and even classes that
  help you implement simple HTTP servers.
<<
DescPort: <<
  Disabled 'make test' as it fails on new installs, still looking into it.
  Likely a missing dep.
<<
###
License: Artistic
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/dist/libwww-perl

--- NEW FILE: libwww-pm-5.69-3.patch ---
diff -ruN libwww-perl-5.69.orig/Makefile.PL libwww-perl-5.69/Makefile.PL
--- libwww-perl-5.69.orig/Makefile.PL   Thu Jan 23 23:13:42 2003
+++ libwww-perl-5.69/Makefile.PL        Mon Jan 27 09:05:21 2003
@@ -57,7 +57,7 @@
 
 EOT
 
-        if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
+#        if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
            open(ENABLED, ">t/live/ENABLED") || die "Can't enable: $!";
            close(ENABLED);
 
@@ -76,10 +76,10 @@
                #warn $@;
                unlink("t/live/ZLIB_OK");
            }
-       }
-       else {
-           unlink("t/live/ENABLED");
-       }
+#      }
+#      else {
+#          unlink("t/live/ENABLED");
+#      }
     }
 }
 
@@ -95,9 +95,9 @@
 EOT
     my @tmp;
     for (@programs_to_install) {
-       if (prompt("Do you want to install $_?", "y") =~ /^y/) {
+#      if (prompt("Do you want to install $_?", "y") =~ /^y/) {
            push(@tmp, $_);
-       }
+#      }
     }
     @programs_to_install = @tmp;
 }
@@ -126,9 +126,9 @@
            }
            close(PROG);
        }
-       if (prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {
-           push(@tmp, $alias);
-       }
+#      if (prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {
+#          push(@tmp, $alias);
+#      }
     }
     @request_aliases = @tmp;
 }

--- NEW FILE: uri-pm-1.23-2.info ---
Package: uri-pm
Version: 1.23
Revision: 2
###
Depends: mime-base64-pm | perl580-core
###
Source: mirror:cpan:authors/id/G/GA/GAAS/URI-%v.tar.gz
Source-MD5: 3f79c5ac5bf394d3906c7adcec45edf0
###
Type: perl
UpdatePOD: true
###
DocFiles: Changes MANIFEST README* rfc2396.txt
###
Description: Perl module that implements the URI class
DescDetail: <<
  This package contains the URI.pm module with friends.  The module
  implements the URI class.  Objects of this class represent Uniform
  Resource Identifier (URI) references as specified in RFC 2396.

  URI objects can be used to access and manipulate the various
  components that make up these strings.  There are also methods to
  combine URIs in various ways.

  The URI class replaces the URI::URL class that used to be distributed
  with libwww-perl.  This package contains an emulation of the old
  URI::URL interface.  The emulated URI::URL implements both the old and
  the new interface.
<<
###
License: Artistic
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/dist/URI




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to