Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv17530
Added Files:
sql-abstract-limit-pm.info sql-abstract-pm.info
sql-reservedwords-pm.info
Log Message:
to 10.7
--- NEW FILE: sql-abstract-limit-pm.info ---
Info2: <<
Package: sql-abstract-limit-pm%type_pkg[perl]
Version: 0.141
Revision: 1
###
Depends: <<
dbi-pm%type_pkg[perl],
sql-abstract-pm%type_pkg[perl] (>= 1.2-1),
perl%type_pkg[perl]-core
<<
###
Source: mirror:cpan:authors/id/D/DA/DAVEBAIRD/SQL-Abstract-Limit-%v.tar.gz
Source-MD5: d8dde39b1d7910ddf5457108c02be552
###
Type: perl (5.12.3)
UpdatePOD: true
###
InfoTest: <<
TestDepends: <<
test-deep-pm%type_pkg[perl],
test-exception-pm
<<
<<
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
###
DocFiles: Changes MANIFEST README
###
Description: Portable LIMIT emulation
DescDetail: <<
Portability layer for LIMIT emulation.
<<
###
License: Artistic/GPL
Maintainer: degraw <[email protected]>
Homepage: http://search.cpan.org/dist/SQL-Abstract-Limit
<<
--- NEW FILE: sql-reservedwords-pm.info ---
Info3: <<
Package: sql-reservedwords-pm%type_pkg[perl]
Version: 0.7
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: Reserved SQL words by standard and vendors
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 <[email protected]>
Depends: <<
fink (>= 0.29.7-1),
perl%type_pkg[perl]-core,
sub-exporter-pm%type_pkg[perl]
<<
BuildDepends: <<
fink (>= 0.29.7-1),
perl%type_pkg[perl]-core,
sub-exporter-pm%type_pkg[perl]
<<
Source: mirror:cpan:modules/by-module/SQL/SQL-ReservedWords-%v.tar.gz
Source-MD5: d5227b8c5fe43dd6aafc59196d4e88a5
UseMaxBuildJobs: true
UpdatePOD: true
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
mv %i/bin/sqlrw %i/bin/sqlrw-%type_raw[perl]
<<
DocFiles: Changes README
PostInstScript: <<
if [ "$1" = configure ]
then
update-alternatives --install %p/bin/sqlrw sqlrw
%p/bin/sqlrw-%type_raw[perl] %type_pkg[perl]
fi
<<
PreRmScript: <<
if [ "$1" = remove ]
then
update-alternatives --remove sqlrw %p/bin/sqlrw-%type_raw[perl]
fi
<<
Homepage: http://search.cpan.org/dist/SQL-ReservedWords
DescDetail: Determine if words are reserved by ANSI/ISO SQL standard.
<<
--- NEW FILE: sql-abstract-pm.info ---
Info2: <<
Package: sql-abstract-pm%type_pkg[perl]
Version: 1.72
Revision: 1
###
Source: mirror:cpan:authors/id/F/FR/FREW/SQL-Abstract-%v.tar.gz
Source-MD5: ca64d0e803eafa040e7c712afe482c94
###
BuildDepends: <<
test-simple-pm%type_pkg[perl] (>= 0.92-1),
test-deep-pm%type_pkg[perl],
test-exception-pm,
test-warn-pm%type_pkg[perl]
<<
Depends: <<
class-accessor-grouped-pm%type_pkg[perl] (>= 0.10002-1),
hash-merge-pm%type_pkg[perl],
getopt-long-descriptive-pm%type_pkg[perl],
perl%type_pkg[perl]-core
<<
Type: perl (5.12.3)
UpdatePOD: true
###
PatchScript: <<
tail -n 7 lib/SQL/Abstract.pm > LICENSE
# 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
# fix auto-insertion of correct perl interp for variant
perl -pi -e 's,#!/usr/bin/env perl,#!/usr/local/bin/perl,'
script/format-sql
<<
InfoTest: <<
TestDepends: <<
test-exception-pm,
test-warn-pm%type_pkg[perl]
<<
# TestDepends: dbix-class-pm%type_pkg[perl] ... not yet in fink
<<
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
mv %i/bin/format-sql %i/bin/format-sql-%type_raw[perl]
<<
DocFiles: Changes LICENSE
PostInstScript: <<
if [ "$1" = configure ]
then
update-alternatives --install %p/bin/format-sql format-sql
%p/bin/format-sql-%type_raw[perl] %type_pkg[perl]
fi
<<
PreRmScript: <<
if [ "$1" = remove ]
then
update-alternatives --remove format-sql
%p/bin/format-sql-%type_raw[perl]
fi
<<
###
Description: Generate SQL from Perl data structures
DescDetail: <<
This module was inspired by the excellent DBIx::Abstract. However, in
using that module I found that what I really wanted to do was generate
SQL, but still retain complete control over my statement handles and use
the DBI interface. So, I set out to create an abstract SQL generation
module.
<<
DescPackaging: <<
Former Maintainer: degraw <[email protected]>
<<
###
License: Artistic/GPL
Maintainer: Daniel Macks <[email protected]>
Homepage: http://search.cpan.org/dist/SQL-Abstract
<<
------------------------------------------------------------------------------
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