Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv11508
Added Files:
dbix-simple-pm.info dbix-searchbuilder-pm.info
dbix-dbschema-pm.info dbi-shell-pm.info dbd-sqlite-pm.info
Log Message:
to 10.7
--- NEW FILE: dbi-shell-pm.info ---
Info2: <<
Package: dbi-shell-pm%type_pkg[perl]
Version: 11.95
Revision: 1
###
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.12.3)
UpdatePOD: true
###
DocFiles: Changes README
###
Description: Perl module, interactive shell for the DBI
###
License: Artistic
Maintainer: Dave Vasilevsky <[email protected]>
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
Description: Database-independent schema objects
Type: perl (5.12.3)
License: Artistic/GPL
Maintainer: Christian Schaffner <[email protected]>
# 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-searchbuilder-pm.info ---
Info2: <<
Package: dbix-searchbuilder-pm%type_pkg[perl]
Version: 1.56
Revision: 1
Description: Perl extension for SQL SELECT Statements
Type: perl (5.12.3)
License: Artistic/GPL
Maintainer: Christian Schaffner <[email protected]>
# 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: 484184840b28a8dab8a6b9f82ba0699e
# 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
<<
--- NEW FILE: dbix-simple-pm.info ---
Info2: <<
Package: dbix-simple-pm%type_pkg[perl]
Version: 1.35
Revision: 1
Epoch: 1
Description: Perl Database Interface by Tim Bunce
Type: perl(5.12.3)
License: Public Domain
Maintainer: Daniel Macks <[email protected]>
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: dbd-sqlite-pm.info ---
Info2: <<
Package: dbd-sqlite-pm%type_pkg[perl]
Version: 1.33
Revision: 1
Description: Self Contained RDBMS (based on SQLite3)
Type: perl (5.12.3)
License: Artistic
Maintainer: None <[email protected]>
Depends: perl%type_pkg[perl]-core, dbi-pm%type_pkg[perl]
BuildDepends: fink (>= 0.20.2.1-1), test-simple-pm%type_pkg[perl] (>= 0.86-1)
Source: mirror:cpan:authors/id/A/AD/ADAMK/DBD-SQLite-%v.tar.gz
Source-MD5: 623e1340f98d4df1d2f313b49489471c
UpdatePOD: true
DocFiles: Changes README
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
Homepage: http://search.cpan.org/dist/DBD-SQLite/lib/DBD/SQLite.pm
DescDetail: <<
SQLite is a public domain RDBMS database engine that you can find at
http://www.hwaci.com/sw/sqlite/.
Rather than ask you to install SQLite first, because SQLite is public domain,
DBD::SQLite2 includes the entire thing in the distribution. So in order to get
a fast transaction capable RDBMS working for your perl project you simply have
to install this module, and nothing else.
SQLite supports the following features:
- Implements a large subset of SQL92
See http://www.hwaci.com/sw/sqlite/lang.html for details.
- A complete DB in a single disk file
Everything for your database is stored in a single disk file,
making it easier to move things around than with DBD::CSV.
- Atomic commit and rollback
Yes, DBD::SQLite2 is small and light, but it supports full transactions!
- Extensible
User-defined aggregate or regular functions can be registered
with the SQL parser.
There's lots more to it, so please refer to the docs on the SQLite web page,
listed above, for SQL details. Also refer to DBI for details on how to
use DBI itself.
<<
<<
------------------------------------------------------------------------------
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
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs