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

Added Files:
        dbi-shell-pm.info dbix-contextualfetch-pm.info 
        dbix-dbschema-pm.info dbix-searchbuilder-pm.info 
        dbix-simple-pm.info dbm-deep-pm.info ima-dbi-pm.info 
Log Message:
sync a bunch of -pmXXX to stable


--- NEW FILE: dbm-deep-pm.info ---
Info2: <<
Package: dbm-deep-pm%type_pkg[perl]
Version: 2.0004
Revision: 1
Distribution: (%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
License: Artistic/GPL
Description: Pure perl multi-level hash/array DBM
DescDetail: <<
        A unique flat-file database module, written in pure perl. True
        multi-level hash/array support (unlike MLDBM, which is faked), hybrid
        OO / tie() interface, cross-platform FTPable files, ACID transactions,
        and is quite fast. Can handle millions of keys and unlimited levels
        without significant slow-down. Written from the ground-up in pure perl
        -- this is NOT a wrapper around a C-based DBM. Out-of-the-box
        compatibility with Unix, Mac OS X and Windows.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
Homepage: http://search.cpan.org/dist/DBM-Deep/

Source: mirror:cpan:authors/id/S/SP/SPROUT/DBM-Deep-%v.tar.gz
Source-MD5: b329da1e68d203feed242b00ae3ebe7d

PatchScript: <<
#!/bin/sh -ev
        perlversion=%type_raw[perl]
        if dpkg --compare-versions "$perlversion" "=" "5.10.0" && [ "%m" != 
"powerpc" ]; then
                perl -pi -e 's#\$\^X#/usr/bin/arch -%m perl%type_raw[perl]#' 
t/27_filehandle.t
                perl -pi -e 's#\$\^X#"/usr/bin/arch", "-%m", 
"perl%type_raw[perl]"#' t/39_singletons.t
        fi
<<

Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)
UpdatePOD: true

Depends: <<
        perl%type_pkg[perl]-core
<<
Suggests: dbi-pm%type_pkg[perl], dbd-mysql-pm%type_pkg[perl], 
dbd-sqlite-pm%type_pkg[perl]

InfoTest: <<
        TestDepends: <<
                filehandle-fmode-pm%type_pkg[perl],
                test-deep-pm%type_pkg[perl],
                test-exception-pm,
                test-pod-coverage-pm,
                test-pod-pm,
                test-simple-pm%type_pkg[perl] (>= 0.96-1),
                test-warn-pm%type_pkg[perl]
        <<
        TestScript: LONG_TESTS=1 %{default_script}
<<

DocFiles: Changes README

InstallScript: <<
        %{default_script}
        /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
<<

--- NEW FILE: ima-dbi-pm.info ---
Info2: <<
Package: ima-dbi-pm%type_pkg[perl]
Version: 0.34
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
###
Depends: dbi-pm%type_pkg[perl] (>= 1.20), class-data-inheritable-pm (>= 0.02), 
dbix-contextualfetch-pm%type_pkg[perl] (>= 1.00), perl%type_pkg[perl]-core
###
Source: mirror:cpan:authors/id/T/TM/TMTM/Ima-DBI-%v.tar.gz
Source-MD5: 1ccc6eb89ec4beb1b231fc69209b87c6
###
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
UpdatePOD: true
###
DocFiles: Changes README INSTALL
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
###
Description: Database connection caching and organization
DescDetail: <<
Ima::DBI attempts to organize and facilitate caching and more efficient
use of database connections and statement handles by storing DBI and SQL
information with your class (instead of as seperate objects). This
allows you to pass around just one object without worrying about a trail
of DBI handles behind it.

One of the things I always found annoying about writing large programs
with DBI was making sure that I didn't have duplicate database handles
open. I was also annoyed by the somewhat wasteful nature of the
prepare/execute/finish route I'd tend to go through in my subroutines.
The new DBI->connect_cached and DBI->prepare_cached helped a lot, but I
still had to throw around global datasource, username and password
information.

So, after a while I grew a small library of DBI helper routines and
techniques. Ima::DBI is the culmination of all this, put into a nice(?),
clean(?) class to be inherited from.
<<
###
License: Artistic/GPL
Maintainer: Stephen Butler <stephen.but...@gmail.com>
Homepage: http://search.cpan.org/dist/Ima-DBI
<<

--- NEW FILE: dbix-simple-pm.info ---
Info2: <<
Package: dbix-simple-pm%type_pkg[perl]
Version: 1.35
Revision: 1
Epoch: 1
Distribution: (%type_pkg[perl] = 586) 10.5
Description: Perl Database Interface by Tim Bunce
Type: perl(5.8.6 5.8.8 5.10.0)
License: Public Domain
Maintainer: Daniel Macks <dma...@netspace.org>
Depends: <<
        dbi-pm%type_pkg[perl] (>= 1.21-1),
        fink (>= 0.29.7-1)
<<
Source: mirror:cpan:authors/id/J/JU/JUERD/DBIx-Simple-%v.tar.gz
Source-MD5: 157173cc510f92315806a33abc118504
PatchScript: perl -0 -pe's/^.*=head\d\s+(LICENSE.*)$/$1/is;s/=head1 .*//is' 
lib/DBIx/Simple.pm > LICENSE
InfoTest: <<
        TestDepends: <<
                dbd-sqlite-pm%type_pkg[perl],
                test-pod-pm
        <<
<<
InstallScript: <<
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes LICENSE README
UpdatePOD: true
Homepage: http://search.cpan.org/search?dist=DBIx-Simple
<<


--- NEW FILE: dbi-shell-pm.info ---
Info2: <<
Package: dbi-shell-pm%type_pkg[perl]
Version: 11.95
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
###
Depends: <<
        perl%type_pkg[perl]-core, dbi-pm%type_pkg[perl],
        io-tee-pm, text-reform-pm
<<
BuildDepends: fink (>= 0.20.1-1)
Replaces: %{Ni}
Conflicts: %{Ni}
###
Source: mirror:cpan:authors/id/T/TL/TLOWERY/DBI-Shell-%v.tar.gz
Source-MD5: 4a2031fc856bef6d6ba82ee75a5d119c
###
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
UpdatePOD: true
###
DocFiles: Changes README
###
Description: Perl module, interactive shell for the DBI
###
License: Artistic
Maintainer: Dave Vasilevsky <v...@users.sourceforge.net>
Homepage: http://search.cpan.org/dist/DBI-Shell/
###
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<

SplitOff: <<
        Package: %N-bin
        DocFiles: Changes README
        Files: bin
        Depends: %N (= %v-%r)
        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
<<
<<

--- NEW FILE: dbix-dbschema-pm.info ---
Info2: <<
Package: dbix-dbschema-pm%type_pkg[perl]
Version: 0.39
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: Database-independent schema objects
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
License: Artistic/GPL
Maintainer: Christian Schaffner <chri...@users.sourceforge.net>

# Dependencies:
Depends: perl%type_pkg[perl]-core, dbi-pm%type_pkg[perl], freezethaw-pm

# Unpack Phase:
Source: mirror:cpan:authors/id/I/IV/IVAN/DBIx-DBSchema-%v.tar.gz
Source-MD5: 532a5cfa5bac9f947ef9b960b915a88f

# Install Phase:
UpdatePOD: true
DocFiles: Changes README
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<

# Additional Data:
Homepage: http://search.cpan.org/dist/DBIx-DBSchema
<<

--- NEW FILE: dbix-contextualfetch-pm.info ---
Info2: <<
Package: dbix-contextualfetch-pm%type_pkg[perl]
Version: 1.03
Revision: 4
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
###
Depends: dbi-pm%type_pkg[perl] (>= 1.35), perl%type_pkg[perl]-core
BuildDepends: dbd-sqlite-pm%type_pkg[perl]
###
Source: mirror:cpan:authors/id/T/TM/TMTM/DBIx-ContextualFetch-%v.tar.gz
Source-MD5: 20a78432ae26b266216b7b30ff7941c3
###
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
UpdatePOD: true
###
DocFiles: Changes README
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
###
Description: Add contextual fetches to DBI
DescDetail: <<
It always struck me odd that DBI didn't take much advantage of Perl's
context sensitivity. DBIx::ContextualFetch redefines some of the various
fetch methods to fix this oversight. It also adds a few new methods for
convenience (though not necessarily efficiency).
<<
###
License: Artistic/GPL
Maintainer: Stephen Butler <stephen.but...@gmail.com>
Homepage: http://search.cpan.org/dist/DBIx-ContextualFetch
<<

--- NEW FILE: dbix-searchbuilder-pm.info ---
Info2: <<
Package: dbix-searchbuilder-pm%type_pkg[perl]
Version: 1.59
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: Perl extension for SQL SELECT Statements
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
License: Artistic/GPL
Maintainer: Christian Schaffner <chri...@users.sourceforge.net>

# Dependencies:
Depends: <<
        cache-simple-timedexpiry-pm,
        capitalization-pm,
        class-accessor-pm,
        class-returnvalue-pm%type_pkg[perl],
        clone-pm%type_pkg[perl],
        dbi-pm%type_pkg[perl] (>= 1.37-2),
        dbix-dbschema-pm%type_pkg[perl],
        encode-pm%type_pkg[perl],
        perl%type_pkg[perl]-core,
        want-pm%type_pkg[perl]
<<
BuildDepends: <<
        test-simple-pm%type_pkg[perl] (>= 0.52-1),
        dbd-sqlite-pm%type_pkg[perl]
<<
Replaces: dbix-searchbuilder-pm (<= 1.01-1), %N-man
Conflicts: %N-man

# Unpack Phase:
Source: mirror:cpan:authors/id/R/RU/RUZ/DBIx-SearchBuilder-%v.tar.gz
Source-MD5: 70a4b780fb569f71e3631bd79cebe12e

# Patch Phase:
#PatchScript: <<
#  # Remove a failing test - not sure why
#  rm t/10schema.t
#<<

ConfigureParams: --skip

# Install Phase:
UpdatePOD: true
DocFiles: Changes README ROADMAP
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<

# Additional Data:
Homepage: http://search.cpan.org/dist/DBIx-SearchBuilder
<<


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to