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

Added Files:
        interpolation-pm.info image-xpm-pm.info image-xbm-pm.info 
        image-xbm-pm.patch image-size-pm.info image-base-pm.info 
        image-info-pm.info 
Log Message:
to 10.7

--- NEW FILE: image-info-pm.info ---
Info2: <<
Package: image-info-pm%type_pkg[perl]
Version: 1.31
Revision: 1
Source: mirror:cpan:authors/id/S/SR/SREZIC/Image-Info-%v.tar.gz
Source-MD5: 4c5fa82385643e5153aa76090be0bbf4
Type: perl (5.12.3)
UpdatePOD: true
BuildDepends: <<
        test-simple-pm%type_pkg[perl] (>= 0.62-1)
<<
Depends: <<
        perl%type_pkg[perl]-core,
        io-compress-pm%type_pkg[perl],
        io-string-pm,
        image-xpm-pm,
        image-xbm-pm,
        xml-libxml-pm%type_pkg[perl],
        xml-simple-pm%type_pkg[perl]
<<
Conflicts: %N-man (<< 1.23-1)
Replaces: %N-man (<< 1.23-1)
PatchScript: <<
        # disable inappropriate silliness for packaging environment
        # Module::Install::AutoInstall specifically says *not* to put
        # this in Makefile.PL!
        perl -pi -e 's/(auto_install)/#\1/'g Makefile.PL
<<
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: CHANGES CREDITS README TODO
License: Artistic/GPL
Description: Extract meta information from image files
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/Image-Info
<<

--- NEW FILE: image-size-pm.info ---
Info3: <<
Package: image-size-pm%type_pkg[perl]
Version: 3.221
Revision: 3
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: Image::Size perl module
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 <image-size...@fink.raccoonfink.com>

Depends: <<
         io-compress-pm%type_pkg[perl],
        file-spec-pm%type_pkg[perl],
        fink (>= 0.29.7-1),
        perl%type_pkg[perl]-core
<<
BuildDepends: <<
        fink (>= 0.29.7-1),
        module-build-pm%type_pkg[perl]
<<
Recommends: perlmagick-pm%type_pkg[perl]

Source: mirror:cpan:modules/by-module/Image/Image-Size-%v.tar.gz
Source-MD5: 0f79025fc341d9a6dc4cbda7ba129377

UseMaxBuildJobs: true

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

PostInstScript: <<
if [ "$1" = configure ]
then
        update-alternatives --install %p/bin/imgsize              imgsize   
%p/bin/imgsize-%type_raw[perl]                  %type_pkg[perl]
        update-alternatives --install %p/share/man/man1/imgsize.1 imgsize.1 
%p/lib/perl5/%type_raw[perl]/man/man1/imgsize.1 %type_pkg[perl]
fi
<<
PreRmScript: <<
if [ "$1" = remove ]
then
        update-alternatives --remove imgsize   %p/bin/imgsize-%type_raw[perl]
        update-alternatives --remove imgsize.1 
%p/lib/perl5/%type_raw[perl]/man/man1/imgsize.1
fi
<<
PostRmScript: 

Homepage: http://search.cpan.org/dist/Image-Size
DescDetail: <<
Image::Size is a library based on the image-sizing code in the wwwimagesize
script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to
IMG directives. Image::Size has generalized that code to return a raw (X, Y)
pair, and included wrappers to pre-format that output into either HTML or
a set of attribute pairs suitable for the CGI.pm library by Lincoln Stein.
Currently, Image::Size can size images in XPM, XBM, GIF, JPEG, PNG, MNG,
TIFF, the PPM family of formats (PPM/PGM/PBM) and if Image::Magick is
installed, the formats supported by it.
<<
<<


--- NEW FILE: image-base-pm.info ---
Package: image-base-pm
Version: 1.15
Revision: 1
Source: mirror:cpan:authors/id/K/KR/KRYDE/Image-Base-%v.tar.gz
Source-MD5: 4ee336a78ef15c4ac93f90d7fb54fb6c
Type: perl
UpdatePOD: true
DocFiles: Changes LGPL-3 README
License: LGPL
Description: Loading, manipulating and saving images
Maintainer: None <fink-de...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/Image-Base
DescPackaging: <<
 Found a bug?  Please check if it has already been reported:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Image-Base

        Former maintainer: Chris Dolan <chrisdo...@users.sourceforge.net>
<<

--- NEW FILE: image-xbm-pm.patch ---
diff -ru Image-Xbm-1.08/Xbm.pm Image-Xbm-1.08-patched/Xbm.pm
--- Image-Xbm-1.08/Xbm.pm       2000-11-09 19:05:51.000000000 +0000
+++ Image-Xbm-1.08-patched/Xbm.pm       2004-06-08 01:27:20.000000000 +0100
@@ -140,7 +140,7 @@
     }
 
     my $file = $self->get( '-file' ) ;
-    $self->load if defined $file and -r $file and not $self->{'-bits'} ;
+    $self->load if defined $file and not $self->{'-bits'} ;
 
     croak "new() `$file' not found or unreadable" 
     if defined $file and not defined $self->get( '-width' ) ;

--- NEW FILE: interpolation-pm.info ---
Info2: <<
Package: interpolation-pm%type_pkg[perl]
Version: 0.74
Revision: 1
###
Depends: perl%type_pkg[perl]-core, html-parser-pm%type_pkg[perl]
BuildDepends: fink (>= 0.20.1-1)
Replaces: interpolation-pm (<= 0.69-1), interpolation-pm581 (<< 0.70.1-11)
Conflicts: interpolation-pm (<= 0.69-1), interpolation-pm581 (<< 0.70.1-11)
###
Source: mirror:cpan:authors/id/J/JE/JENDA/Interpolation-%v.tar.gz
Source-MD5: d7832d00805328234bd0307ce2cbbd87
###
Type: perl (5.12.3)
UpdatePOD: true
###
DocFiles: Changes README
###
Description: Arbitrary string interpolation semantic
DescDetail: <<
        Certain standard interpolations require HTML::Parser to be installed.
<<
###
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
###
License: Artistic
Maintainer: Dave Vasilevsky <v...@users.sourceforge.net>
Homepage: http://search.cpan.org/dist/Interpolation
<<

--- NEW FILE: image-xbm-pm.info ---
Package: image-xbm-pm
Version: 1.08
Revision: 1
Source: mirror:cpan:authors/id/S/SU/SUMMER/Image-Xbm-%v.tar.gz
Source-MD5: 3a6cde06d6de70ee98fb1849ba18b385
Type: perl
UpdatePOD: true
PatchFile: %{ni}.patch
PatchFile-MD5: 04586ce951b96da714f70daebf6d66e5
BuildDepends: fink (>= 0.24.12-1)
Depends: image-base-pm
DocFiles: MANIFEST README
License: LGPL
Description: Manipulate xbm image files
Maintainer: None <fink-de...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/Image-Xbm
DescPackaging: <<
 Found a bug?  Please check if it has already been reported:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Image-Xbm

        Former maintainer: Chris Dolan <chrisdo...@users.sourceforge.net>

 Patch is from http://rt.cpan.org/NoAuth/Bug.html?id=6558
<<

--- NEW FILE: image-xpm-pm.info ---
Package: image-xpm-pm
Version: 1.12
Revision: 1
Source: mirror:cpan:authors/id/S/SR/SREZIC/Image-Xpm-%v.tar.gz
Source-MD5: e8dce284cd4c97b151bfbd1f0bbd1cb1
Type: perl
UpdatePOD: true
BuildDepends: fink (>= 0.24.12-1)
Depends: image-base-pm
DocFiles: Changes README
License: GPL
Description: Manipulate xpm image files
Maintainer: None <fink-de...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/Image-Xpm
DescPackaging: <<
 Found a bug?  Please check if it has already been reported:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Image-Xpm

        Former maintainer: Chris Dolan <chrisdo...@users.sourceforge.net>
<<


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