Update of 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21828/10.4-transitional/main/finkinfo/libs/perlmods

Modified Files:
        uri-find-rule-pm.info 
Added Files:
        array-compare-pm.info catalyst-engine-apache-pm.info 
        catalyst-pm.info file-copy-recursive-pm.info 
        file-modified-pm.info http-body-pm.info 
        http-request-ascgi-pm.info mime-types-pm.info 
        module-install-pm.info module-pluggable-fast-pm.info 
        next-pm.info test-mockobject-pm.info test-warn-pm.info 
        text-simpletable-pm.info tree-simple-visitorfactory-pm.info 
        universal-can-pm.info universal-isa-pm.info 
        universal-require-pm.info 
Log Message:
catalyst

--- NEW FILE: file-copy-recursive-pm.info ---
Info2: <<
Package: file-copy-recursive-pm
Version: 0.18
Revision: 21
Description: Perl extension for recursively copying files and directories
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: system-perl
BuildDepends: system-perl

Source: mirror:cpan:authors/id/D/DM/DMUEY/File-Copy-Recursive-%v.tar.gz
Source-MD5: 19b6f7f3fdb72ad6d61b60c8c24991d0

UpdatePOD: true
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/File-Copy-Recursive
DescDetail: <<
This module copies and moves directories recursively (or
single files, well... singley) to an optional depth and
attempts to preserve each file or directory's mode.
<<
<<


--- NEW FILE: http-request-ascgi-pm.info ---
Info2: <<
Package: http-request-ascgi-pm%type_pkg[perl]
Version: 0.5
Revision: 21
Description: set up a CGI enviroment from an HTTP::Request
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, class-accessor-pm, 
libwww-pm%type_pkg[perl], test-simple-pm%type_pkg[perl]
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
class-accessor-pm, libwww-pm%type_pkg[perl], test-simple-pm%type_pkg[perl]

Source: mirror:cpan:authors/id/C/CH/CHANSEN/HTTP-Request-AsCGI-%v.tar.gz
Source-MD5: e1f5d332969d072a19d9649ed7d77f59

UpdatePOD: true
InstallScript: <<
#!/bin/sh -ex

        eval "`perl$perlversion -V:archname`"

        make install \
                PREFIX=%i \
                INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLBIN=%i/bin \
                INSTALLSITEBIN=%i/bin \
                INSTALLSCRIPT=%i/bin
<<
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/HTTP-Request-AsCGI
DescDetail: Provides a convinient way of setting up an CGI enviroment from a 
HTTP::Request.
<<


--- NEW FILE: array-compare-pm.info ---
Info2: <<
Package: array-compare-pm%type_pkg[perl]
Version: 1.13
Revision: 21
Description: Perl extension for comparing arrays
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
module-build-pm%type_pkg[perl]

Source: mirror:cpan:authors/id/D/DA/DAVECROSS/Array-Compare-%v.tar.gz
Source-MD5: f03305894a1cadf51588d080f20fa748

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

UpdatePOD: true
InstallScript: <<
        ./Build install
        find %d -name .packlist -exec rm -rf {} \;
<<
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Array-Compare
DescDetail: <<
If you have two arrays and you want to know if they are the
same or different, then Array::Compare will be useful to you.
<<
<<


--- NEW FILE: module-install-pm.info ---
Info2: <<
Package: module-install-pm%type_pkg[perl]
Version: 0.56
Revision: 21
Description: Standalone, extensible Perl module installer
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, 
test-simple-pm%type_pkg[perl], yaml-pm (>= 0.35-1), module-scandeps-pm (>= 
0.28-1), module-corelist-pm%type_pkg[perl], test-harness-pm%type_pkg[perl]
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], yaml-pm (>= 0.35-1), module-scandeps-pm (>= 
0.28-1), module-corelist-pm%type_pkg[perl], test-harness-pm%type_pkg[perl]

Source: mirror:cpan:authors/id/A/AD/ADAMK/Module-Install-%v.tar.gz
Source-MD5: 23bb08b74ea8e96ad1375d9625b91cbf

ConfigureParams: --skip

UpdatePOD: true
InstallScript: <<
#!/bin/sh -ex

        eval "`perl$perlversion -V:archname`"

        make install \
                PREFIX=%i \
                INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLBIN=%i/bin \
                INSTALLSITEBIN=%i/bin \
                INSTALLSCRIPT=%i/bin
<<
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Module-Install
DescDetail: <<
Module::Install is a package for writing installers for CPAN (or CPAN-like)
distributions that are clean, simple, minimalist, act in a strictly correct
manner with both the ExtUtils::MakeMaker and Module::Build build systems,
and will run on any Perl installation version 5.004 or newer.

The intent is to make it as easy as possible for CPAN authors (and
especially for first-time CPAN authors) to have installers that follow all
the best practices for distribution installation, but involve as much DWIM
(Do What I Mean) as possible when writing them.
<<
<<


--- NEW FILE: test-warn-pm.info ---
Info2: <<
Package: test-warn-pm%type_pkg[perl]
Version: 0.08
Revision: 21
Description: Perl extension to test methods for warnings
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: perl%type_pkg[perl]-core, array-compare-pm%type_pkg[perl], 
test-exception-pm, test-builder-tester-pm, sub-uplevel-pm, tree-dag-node-pm, 
file-spec-pm%type_pkg[perl]
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
array-compare-pm%type_pkg[perl], test-exception-pm, test-builder-tester-pm, 
sub-uplevel-pm, tree-dag-node-pm, file-spec-pm%type_pkg[perl]

Source: mirror:cpan:authors/id/B/BI/BIGJ/Test-Warn-%v.tar.gz
Source-MD5: 95fa7fa694f00ec414a877ae4ef65d7b

UpdatePOD: true
InstallScript: <<
#!/bin/sh -ex

        eval "`perl$perlversion -V:archname`"

        make install \
                PREFIX=%i \
                INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLBIN=%i/bin \
                INSTALLSITEBIN=%i/bin \
                INSTALLSCRIPT=%i/bin
<<
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Test-Warn
DescDetail: This module provides a few convenience methods for testing warning 
based code.
<<


--- NEW FILE: http-body-pm.info ---
Info2: <<
Package: http-body-pm
Version: 0.6
Revision: 21
Description: HTTP body parser
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: system-perl, yaml-pm (>= 0.39-1)
BuildDepends: system-perl, yaml-pm (>= 0.39-1)

Source: mirror:cpan:authors/id/C/CH/CHANSEN/HTTP-Body-%v.tar.gz
Source-MD5: e7f5963abece523dd9be27db3d37aaea

UpdatePOD: true
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/HTTP-Body
DescDetail: HTTP body parser.
<<


--- NEW FILE: test-mockobject-pm.info ---
Info2: <<
Package: test-mockobject-pm%type_pkg[perl]
Version: 1.02
Revision: 21
Description: Perl extension for emulating troublesome interfaces
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, 
test-simple-pm%type_pkg[perl], universal-isa-pm%type_pkg[perl], 
universal-can-pm%type_pkg[perl]
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], test-simple-pm%type_pkg[perl], 
universal-isa-pm%type_pkg[perl], universal-can-pm%type_pkg[perl]

Source: mirror:cpan:authors/id/C/CH/CHROMATIC/Test-MockObject-%v.tar.gz
Source-MD5: df6dfa7a6d260230db2d48d4a446bd1d

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

UpdatePOD: true
InstallScript: <<
        ./Build install
        find %d -name .packlist -exec rm -rf {} \;
<<
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Test-MockObject
DescDetail: <<
It's a simple program that doesn't use any other modules, and
those are easy to test.  More often, testing a program
completely means faking up input to another module, trying to
coax the right output from something you're not supposed to be
testing anyway.

Testing is a lot easier when you can control the entire
environment.  With Test::MockObject, you can get a lot closer.

Test::MockObject allows you to create objects that conform to
particular interfaces with very little code.  You don't have
to reimplement the behavior, just the input and the output.
<<
<<


--- NEW FILE: universal-can-pm.info ---
Info2: <<
Package: universal-can-pm%type_pkg[perl]
Version: 1.11
Revision: 21
Description: UNIVERSAL::can module hack
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], test-simple-pm%type_pkg[perl], 
test-warn-pm%type_pkg[perl]

Source: mirror:cpan:authors/id/C/CH/CHROMATIC/UNIVERSAL-can-%v.tar.gz
Source-MD5: a11167ca16c6d9767bab1ee41332f096

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

UpdatePOD: true
InstallScript: <<
        ./Build install
        find %d -name .packlist -exec rm -rf {} \;
<<
DocFiles: Changes MANIFEST README SIGNATURE

Homepage: http://search.cpan.org/dist/UNIVERSAL-can
DescDetail: <<
The UNIVERSAL class provides a few default methods so that all objects
can use them.  Object orientation allows programmers to override these
methods in subclasses to provide more specific and appropriate behavior.

Some authors call methods in the UNIVERSAL class on potential invocants
as functions, bypassing any possible overriding.  This is wrong and you
should not do it.  Unfortunately, not everyone heeds this warning and
their bad code can break your good code.

This module replaces UNIVERSAL::can() with a method that checks to see
if the first argument is a valid invocant (whether an object -- a
blessed referent -- or the name of a class).  If so, and if the
invocant's class has its own can() method, it calls that as a method.
Otherwise, everything works as you might expect.

If someone attempts to call UNIVERSAL::can() as a function, this module
will emit a lexical warning (see perllexwarn) to that effect.  You can
disable it with no warnings; or no warnings 'UNIVERSAL::isa';, but don't
do that; fix the code instead.
<<
<<


--- NEW FILE: universal-isa-pm.info ---
Info2: <<
Package: universal-isa-pm%type_pkg[perl]
Version: 0.05
Revision: 21
Description: UNIVERSAL::isa module hack
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
module-build-pm%type_pkg[perl]

Source: mirror:cpan:authors/id/N/NU/NUFFIN/UNIVERSAL-isa-%v.tar.gz
Source-MD5: 15df976064b0b3d21b2fb8808fe9c471

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

UpdatePOD: true
InstallScript: <<
        ./Build install
        find %d -name .packlist -exec rm -rf {} \;
<<
DocFiles: MANIFEST SIGNATURE

Homepage: http://search.cpan.org/dist/UNIVERSAL-isa
DescDetail: <<
Whenever you use "isa" in UNIVERSAL as a function, a kitten using
Test::MockObject dies.  Normally, the kittens would be helpless,
but if they use UNIVERSAL::isa (the module whose docs you are
reading), the kittens can live long and prosper.

This module replaces UNIVERSAL::isa with a version that makes sure
that if it's called as a function on objects which override isa,
isa will be called on those objects as a method.
<<
<<


--- NEW FILE: next-pm.info ---
Info2: <<
Package: next-pm
Version: 0.60
Revision: 21
Description: Provide a pseudo-class NEXT (et al) that allows method redispatch
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: system-perl
BuildDepends: system-perl

Source: mirror:cpan:authors/id/D/DC/DCONWAY/NEXT-%v.tar.gz
Source-MD5: 93e782d1e123a8213a6771c9baed6ff7

UpdatePOD: true
DocFiles: Changes MANIFEST README demo/*

Homepage: http://search.cpan.org/dist/NEXT
DescDetail: <<
NEXT.pm adds a pseudoclass named NEXT to any program that uses it.
If a method m calls $self->NEXT::m(), the call to m is redispatched
as if the calling method had not originally been found.

In other words, a call to $self->NEXT::m() resumes the depth-first,
left-to-right search of $self's class hierarchy that resulted in the
original call to m.
<<
<<


--- NEW FILE: mime-types-pm.info ---
Info2: <<
Package: mime-types-pm%type_pkg[perl]
Version: 1.16
Revision: 21
Description: handle MIME types
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

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

Source: mirror:cpan:authors/id/M/MA/MARKOV/MIME-Types-1.16.tar.gz
Source-MD5: 311f9bc8d0eba40667c898a57d0eac23

UpdatePOD: true
InstallScript: <<
#!/bin/sh -ex

        eval "`perl$perlversion -V:archname`"

        make install \
                PREFIX=%i \
                INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLBIN=%i/bin \
                INSTALLSITEBIN=%i/bin \
                INSTALLSCRIPT=%i/bin
<<
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.
<<
<<


Index: uri-find-rule-pm.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods/uri-find-rule-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- uri-find-rule-pm.info       24 Jan 2006 03:07:43 -0000      1.2
+++ uri-find-rule-pm.info       21 Feb 2006 16:24:03 -0000      1.3
@@ -32,7 +32,10 @@
 <<
 
 UpdatePOD: true
-InstallScript: ./Build install
+InstallScript: <<
+       ./Build install
+       find %d -name .packlist -exec rm -rf {} \;
+<<
 DocFiles: MANIFEST* README
 
 Homepage: http://search.cpan.org/dist/URI-Find-Rule

--- NEW FILE: catalyst-pm.info ---
Info2: <<
Package: catalyst-pm%type_pkg[perl]
Version: 5.64
Revision: 21
Description: an MVC web application framework for perl
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, class-accessor-pm, 
class-data-inheritable-pm, class-inspector-pm, cgi-pm%type_pkg[perl], 
file-modified-pm, html-parser-pm%type_pkg[perl], http-body-pm, 
libwww-pm%type_pkg[perl] (>= 5.79-1), http-request-ascgi-pm%type_pkg[perl], 
mime-types-pm%type_pkg[perl], module-pluggable-fast-pm%type_pkg[perl], 
universal-require-pm%type_pkg[perl], next-pm, path-class-pm (>= 0.9-1), 
scalar-list-utils-pm%type_pkg[perl], template-pm%type_pkg[perl], 
text-simpletable-pm%type_pkg[perl], test-mockobject-pm%type_pkg[perl], 
test-nowarnings-pm (>= 0.082-1), tree-simple-pm (>= 1.15-1), 
tree-simple-visitorfactory-pm, uri-pm%type_pkg[perl] (>= 1.35-1), 
file-copy-recursive-pm, module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm 
(>= 0.55-1), catalyst-engine-apache-pm%type_pkg[perl]
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
class-accessor-pm, class-data-inheritable-pm, class-inspector-pm, 
cgi-pm%type_pkg[perl], file-modified-pm, html-parser-pm%type_pkg[perl], 
http-body-pm, libwww-pm%type_pkg[perl] (>= 5.79-1), 
http-request-ascgi-pm%type_pkg[perl], mime-types-pm%type_pkg[perl], 
module-pluggable-fast-pm%type_pkg[perl], universal-require-pm%type_pkg[perl], 
next-pm, path-class-pm (>= 0.9-1), scalar-list-utils-pm%type_pkg[perl], 
template-pm%type_pkg[perl], text-simpletable-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl]
Replaces: catalyst-pm560, catalyst-pm561, catalyst-pm580, catalyst-pm581, 
catalyst-pm584, catalyst-pm586

Source: mirror:cpan:authors/id/M/MR/MRAMBERG/Catalyst-%v.tar.gz
Source-MD5: ef4da8facfd1e4e71b42ae3a4eb47432

ConfigureParams: --skip

UpdatePOD: true
InstallScript: <<
#!/bin/sh -ex

        eval "`perl$perlversion -V:archname`"

        make install \
                PREFIX=%i \
                INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLBIN=%i/bin \
                INSTALLSITEBIN=%i/bin \
                INSTALLSCRIPT=%i/bin
<<
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Catalyst
DescDetail: <<
Catalyst is an elegant web application framework, extremely flexible
yet extremely simple.  It's similar to Ruby on Rails, Spring (Java)
and Maypole, upon which it was originally based.
<<
<<


--- NEW FILE: catalyst-engine-apache-pm.info ---
Info2: <<
Package: catalyst-engine-apache-pm%type_pkg[perl]
Version: 1.07
Revision: 21
Description: These classes provide mod_perl support for Catalyst.
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
module-build-pm%type_pkg[perl]
Recommends: apache2 | apache2-ssl

Source: mirror:cpan:authors/id/A/AG/AGRUNDMA/Catalyst-Engine-Apache-%v.tar.gz
Source-MD5: df6de0afe8496db091f3a7df6603a830

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

UpdatePOD: true
InstallScript: <<
        ./Build install
        find %d -name .packlist -exec rm -rf {} \;
<<
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Catalyst-Engine-Apache
DescDetail: These classes provide mod_perl support for Catalyst.
<<


--- NEW FILE: universal-require-pm.info ---
Info2: <<
Package: universal-require-pm%type_pkg[perl]
Version: 0.10
Revision: 21
Description: require() modules from a variable
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

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

Source: mirror:cpan:authors/id/M/MS/MSCHWERN/UNIVERSAL-require-%v.tar.gz
Source-MD5: 4ea51136ee7052bb37dc52c7cb8945b0

UpdatePOD: true
InstallScript: <<
#!/bin/sh -ex

        eval "`perl$perlversion -V:archname`"

        make install \
                PREFIX=%i \
                INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLBIN=%i/bin \
                INSTALLSITEBIN=%i/bin \
                INSTALLSCRIPT=%i/bin
<<
DocFiles: Changes MANIFEST

Homepage: http://search.cpan.org/dist/UNIVERSAL-require
DescDetail: <<
If you've ever had to do this...

  eval "require $module";

to get around the bareword caveats on require(), this module
is for you.  It creates a universal require() class method
that will work with every Perl module and its secure.  So
instead of doing some arcane eval() work, you can do this:

    $module->require;

It doesn't save you much typing, but it'll make alot more
sense to someone who's not a ninth level Perl acolyte.
<<
<<


--- NEW FILE: tree-simple-visitorfactory-pm.info ---
Info2: <<
Package: tree-simple-visitorfactory-pm
Version: 0.10
Revision: 21
Description: Create tree structures from visitor information
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: system-perl
BuildDepends: system-perl

Source: mirror:cpan:authors/id/S/ST/STEVAN/Tree-Simple-VisitorFactory-%v.tar.gz
Source-MD5: ff7803a452e7fb188c71048cc2f69f6e

UpdatePOD: true
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Tree-Simple-VisitorFactory
DescDetail: Various tools for managing web site visitor information.
<<


--- NEW FILE: module-pluggable-fast-pm.info ---
Info2: <<
Package: module-pluggable-fast-pm%type_pkg[perl]
Version: 0.18
Revision: 21
Description: Fast plugins with instantiation
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, 
test-simple-pm%type_pkg[perl], universal-require-pm%type_pkg[perl]
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], universal-require-pm%type_pkg[perl]

Source: mirror:cpan:authors/id/S/SR/SRI/Module-Pluggable-Fast-0.18.tar.gz
Source-MD5: 37e511a6828448618b12bb85186f79b9

UpdatePOD: true
InstallScript: <<
#!/bin/sh -ex

        eval "`perl$perlversion -V:archname`"

        make install \
                PREFIX=%i \
                INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLBIN=%i/bin \
                INSTALLSITEBIN=%i/bin \
                INSTALLSCRIPT=%i/bin
<<
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Module-Pluggable-Fast
DescDetail: <<
Similar to Module::Pluggable but instantiates plugins as soon as
they're found, useful for code generators like Class::DBI::Loader.
<<
<<


--- NEW FILE: file-modified-pm.info ---
Info2: <<
Package: file-modified-pm
Version: 0.07
Revision: 21
Description: intelligently check for file modification
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: system-perl
BuildDepends: system-perl

Source: mirror:cpan:authors/id/C/CO/CORION/File-Modified-%v.tar.gz
Source-MD5: 271a991b96ccbdaeb7098272c9f97d51

UpdatePOD: true
DocFiles: Changes MANIFEST README bug.txt example/*

Homepage: http://search.cpan.org/dist/File-Modified
DescDetail: <<
The Modified module is intended as a simple method for programs
to detect whether configuration files (or modules they rely on)
have changed.  There are currently two methods of change
detection implemented, mtime and MD5.  The MD5 method will fall
back to use timestamps if the Digest::MD5 module cannot be loaded.

There is another module, File::Signature, which has many similar
features, so if this module doesn't do what you need, maybe
File::Signature does.  There also is quite some overlap between
the two modules, code wise.
<<
<<


--- NEW FILE: text-simpletable-pm.info ---
Info2: <<
Package: text-simpletable-pm%type_pkg[perl]
Version: 0.03
Revision: 21
Description: Simple eyecandy ASCII tables
Type: perl(5.8.1 5.8.4 5.8.6)
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
module-build-pm%type_pkg[perl]

Source: mirror:cpan:authors/id/S/SR/SRI/Text-SimpleTable-%v.tar.gz
Source-MD5: 7eaf266174d4bf2b66f98db28c291b15

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

UpdatePOD: true
InstallScript: <<
        ./Build install
        find %d -name .packlist -exec rm -rf {} \;
<<
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Text-SimpleTable
DescDetail: Simple eyecandy ASCII tables, as seen in Catalyst.
<<




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to