Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2812/10.4/stable/main/finkinfo/libs/perlmods

Modified Files:
        dbi-pm.info 
Added Files:
        dbd-mysql-pm.info 
Log Message:
Move dbi-pm 1.53 and dbd-mysql-pm 3.0008 to stable 
based on positive feedback


Index: dbi-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/dbi-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dbi-pm.info 19 Mar 2006 22:34:45 -0000      1.4
+++ dbi-pm.info 21 Jan 2007 23:23:38 -0000      1.5
@@ -1,22 +1,22 @@
 Info2: <<
 Package: dbi-pm%type_pkg[perl]
-Version: 1.50
-Revision: 1024
+Version: 1.53
+Revision: 1021
 Epoch: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl Database Interface by Tim Bunce
-Type: perl(5.8.1 5.8.6)
+Type: perl(5.8.1 5.8.6 5.8.8)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, plrpc-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], plrpc-pm
+Depends: fink (>= 0.24-1), perl%type_pkg[perl]-core, plrpc-pm
+BuildDepends: fink (>= 0.24-1), perl%type_pkg[perl]-core, plrpc-pm, 
test-simple-pm%type_pkg[perl] (>= 0.40-1)
 Provides: dbi-pm
 Conflicts: dbi-pm560-bin, dbi-pm561-bin, dbi-pm580-bin, dbi-pm581-bin, 
dbi-pm584-bin, dbi-pm585-bin, dbi-pm586-bin
 Replaces: dbi-pm560, dbi-pm561, dbi-pm580, dbi-pm581, dbi-pm584, dbi-pm585, 
dbi-pm586, dbi-pm (<= 1:1.35-1), dbi-pm560-bin, dbi-pm561-bin, dbi-pm580-bin, 
dbi-pm581-bin, dbi-pm584-bin, dbi-pm585-bin, dbi-pm586-bin
 
 Source: mirror:cpan:modules/by-module/DBI/DBI-%v.tar.gz
-Source-MD5: 487cb22f89ab21029725eb6e0b861a2a
+Source-MD5: e76dfeeb37eb7346342a49142d36171d
 
 UpdatePOD: true
 InstallScript: <<
@@ -30,7 +30,7 @@
                mv %i/bin/$bin %i/bin/$bin-%type_raw[perl]
        done
 <<
-DocFiles: Changes README ToDo
+DocFiles: Changes README TODO*
 
 PostInstScript: <<
        for bin in dbiprof dbiproxy; do

--- NEW FILE: dbd-mysql-pm.info ---
Info2: <<
Package: dbd-mysql-pm%type_pkg[perl]
Version: 3.0008
Revision: 10
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Description: Perl5 Database Interface to MySQL
Type: perl (5.8.1 5.8.6 5.8.8)
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>
#GCC: 3.3

# Dependencies:
Depends: perl%type_pkg[perl]-core, mysql15-shlibs, mysql-client (>= 
5.0.16-1001), dbi-pm%type_pkg[perl] (>= 1.37-2), data-showtable-pm
BuildDepends: mysql15-dev, libxml2, readline (>= 4.3-1028), fink (>= 0.20.1-1)
Replaces: dbd-mysql-pm (<= 2.1026-1), dbd-mysql-pm560, dbd-mysql-pm580, %N-man
Conflicts: %N-man
PostInstScript: <<
 rm -rf %p/lib/perl5/darwin/auto/DBD/mysql/
 rm -f %p/lib/perl5/darwin/Bundle/DBD/mysql.pm
 rm -rf %p/lib/perl5/darwin/DBD/mysql/
 rm -f %p/lib/perl5/darwin/DBD/mysql.pm
 rm -f %p/lib/perl5/darwin/DBD/mysql.pod
 rm -rf %p/lib/perl5/darwin/Mysql/
 rm -f %p/lib/perl5/darwin/Mysql.pm
<<

# Unpack Phase:
Source: mirror:cpan:authors/id/C/CA/CAPTTOFU/DBD-mysql-%v.tar.gz
Source-MD5: 82b1f898ec26c1a12cc87e00b30f313f

# Patch Phase:
PatchScript: <<
 head -n 25 dbdimp.h >> LICENSE
<<

# Compile Phase:
CompileScript: <<
  #!/bin/sh -ev

  # Need full path to perl
  ABSPERL=`which perl%type_raw[perl]`
        
  perl%type_raw[perl] Makefile.PL --nocatchstderr PERL=perl%type_raw[perl] 
PREFIX=%p INSTALLPRIVLIB=%p/lib/perl5/%type_raw[perl] 
INSTALLARCHLIB=%p/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level 
INSTALLSITELIB=%p/lib/perl5/%type_raw[perl] 
INSTALLSITEARCH=%p/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level 
INSTALLMAN1DIR=%p/share/man/man1 INSTALLMAN3DIR=%p/share/man/man3 
INSTALLSITEMAN1DIR=%p/share/man/man1 INSTALLSITEMAN3DIR=%p/share/man/man3 
INSTALLBIN=%p/bin INSTALLSITEBIN=%p/bin INSTALLSCRIPT=%p/bin
  make ABSPERL="$ABSPERL"
#  make test
<<
NoPerlTests: true

# Install Phase:
UpdatePOD: true
DocFiles: README MANIFEST INSTALL.html ChangeLog LICENSE
InstallScript: <<
  #!/bin/sh -ev

  # Need full path to perl
  ABSPERL=`which perl%type_raw[perl]`
        
  %{default_script} ABSPERL="$ABSPERL"
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<

# Additional Data:
DescDetail: <<
 DBD::mysql is an interface between the Perl programming 
 language and the mysql programming API that come with the 
 mysql relational database management systems. Most 
 functions provided by the programming API are supported.
 Some rarely used functions are missing, mainly because noone 
 ever requested them. :-)
<<
DescPort: <<
Disabled default tests since 'make test' normally
wouldn't pass: it needs a running mysql server
Can't use default CompileScript on 10.3 so we can add --nocatchstderr (work 
around perl config bug)

ABSPERL hack to make makemaker in perl 5.8.8 happy. It was using the wrong 
ABSPERL path, pointing to the build directory instead of /sw/bin/perl...
<<
Homepage: http://search.cpan.org/dist/DBD-mysql
<<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to