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

Added Files:
        mime-lite-pm.info mime-lite-pm.patch email-date-format-pm.info 
        mime-types-pm.info email-find-pm.info 
Log Message:
to 10.7

--- NEW FILE: email-find-pm.info ---
Info2: <<
Package: email-find-pm%type_pkg[perl]
version: 0.10
Revision: 1
###
Depends: <<
        email-valid-pm%type_pkg[perl] (>= 0.179-1),
        mailtools-pm%type_pkg[perl],
        perl%type_pkg[perl]-core
<<
###
Source: mirror:cpan:authors/id/M/MI/MIYAGAWA/Email-Find-%v.tar.gz
Source-MD5: b38339e6c4ef0a13818195d50a193545
###
Type: perl (5.12.3)
UpdatePOD: true
###
DocFiles: Changes README
###
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
Description: Find RFC 822 email addresses in plain text
DescDetail: <<
  Email::Find is a module for finding a *subset* of RFC 822 email
  addresses in arbitrary text (see the section on "CAVEATS"). The
  addresses it finds are not guaranteed to exist or even actually be email
  addresses at all (see the section on "CAVEATS"), but they will be valid
  RFC 822 syntax.

  Email::Find will perform some heuristics to avoid some of the more
  obvious red herrings and false addresses, but there's only so much which
  can be done without a human.
<<
###
License: Artistic
Maintainer: None <fink-de...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/Email-Find
<<

--- NEW FILE: mime-types-pm.info ---
Info2: <<
Package: mime-types-pm%type_pkg[perl]
Version: 1.29
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
Description: Handle MIME types
Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
License: Artistic
Maintainer: Benjamin Reed <mime-types...@fink.raccoonfink.com>

Depends: <<
        fink (>= 0.29.7-1),
        perl%type_pkg[perl]-core,
        test-simple-pm%type_pkg[perl]
<<
BuildDepends: <<
        fink (>= 0.29.7-1),
        perl%type_pkg[perl]-core,
        test-simple-pm%type_pkg[perl]
<<

Source: mirror:cpan:modules/by-module/MIME/MIME-Types-%v.tar.gz
Source-MD5: 4944fea4b6f2be96745fde90607c43f7

UseMaxBuildJobs: true

UpdatePOD: true
InstallScript: <<
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: ChangeLog MANIFEST README

Homepage: http://search.cpan.org/dist/MIME-Types
DescDetail: <<
A start for a more detailed data-structure to keep knowledge
about various data types are defined by MIME.  Some basic
treatments with mime types are implemented.

The first special data item is whether a data type is binary
or ascii.  This is required for correctly encoding e-mail
attachments, and implemented for the Mail::Box v2.01 module.
<<
<<


--- NEW FILE: email-date-format-pm.info ---
Package: email-date-format-pm
Version: 1.002
Revision: 1
Source: mirror:cpan:authors/id/R/RJ/RJBS/Email-Date-Format-%v.tar.gz
Source-MD5: 7ae25275da6ab272aa8b40141eac9f82
InfoTest: <<
        TestDepends: <<
                test-pod-coverage-pm,
                test-pod-pm
        <<
<<
Type: perl
UpdatePOD: true
DocFiles: Changes LICENSE README
Description:  RFC2822-style date strings
License: Artistic
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/Email-Date-Format

--- NEW FILE: mime-lite-pm.info ---
Info2: <<
Package: mime-lite-pm%type_pkg[perl]
Version: 3.027
Revision: 1
###
BuildDepends: fink (>= 0.24.12-1)
Depends: <<
        email-date-format-pm,
        mailtools-pm%type_pkg[perl],
        mime-types-pm%type_pkg[perl],
        perl%type_pkg[perl]-core
<<
###
Source: mirror:cpan:authors/id/R/RJ/RJBS/MIME-Lite-%v.tar.gz
Source-MD5: e857febd66c45f2a5919b031fbe70aa7
PatchFile: %{ni}.patch
PatchFile-MD5: 855acd7ee6ada5da4dd92a206829442e
###
InfoTest: <<
        TestDepends: <<
                test-pod-coverage-pm,
                test-pod-pm
        <<
<<
Type: perl (5.12.3)
UpdatePOD: true
###
InstallScript: <<
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: COPYING LICENSE README
###
Description: Low-calorie MIME generator
DescDetail: <<
  In the never-ending quest for great taste with fewer calories, we
  proudly present: *MIME::Lite*.

  MIME::Lite is intended as a simple, standalone module for generating
  (not parsing!) MIME messages... specifically, it allows you to output a
  simple, decent single- or multi-part message with text or binary
  attachments. It does not require that you have the Mail:: or MIME::
  modules installed.

  You can specify each message part as either the literal data itself (in
  a scalar or array), or as a string which can be given to open() to get a
  readable filehandle (e.g., "<filename" or "somecommand|").

  You don't need to worry about encoding your message data: this module
  will do that for you. It handles the 5 standard MIME encodings.

  If you need more sophisticated behavior, please get the MIME-tools
  package instead. I will be more likely to add stuff to that toolkit over
  this one.
<<
License: Artistic/GPL
Maintainer: None <fink-de...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/MIME-Lite
<<

--- NEW FILE: mime-lite-pm.patch ---
diff -Nurd -x'*~' MIME-Lite-3.027.orig/Makefile.PL MIME-Lite-3.027/Makefile.PL
--- MIME-Lite-3.027.orig/Makefile.PL    2009-09-17 10:13:24.000000000 -0400
+++ MIME-Lite-3.027/Makefile.PL 2010-06-18 17:01:11.000000000 -0400
@@ -21,7 +21,8 @@
   'File::Spec'          => 0,
   'Email::Date::Format' => '1.000', # first release
 );
-if (prompt("Add prereqs?",'Yes')=~/y/i) {
+print "Add prereqs? [Yes] Yes\n";
+if (1) {
     %prereq=( %prereq,
               'Mail::Address'     => 1.62,
               'MIME::Types'       => 1.28,


------------------------------------------------------------------------------
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to