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

Modified Files:
        dbd-mysql-pm.info dbi-pm.info 
Added Files:
        plrpc-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.3/stable/main/finkinfo/libs/perlmods/dbi-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dbi-pm.info 17 Feb 2006 01:41:11 -0000      1.9
+++ dbi-pm.info 21 Jan 2007 23:23:38 -0000      1.10
@@ -1,28 +1,48 @@
 Info2: <<
 Package: dbi-pm%type_pkg[perl]
-Version: 1.48
-Revision: 1
+Version: 1.53
+Revision: 11
 Epoch: 1
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl Database Interface by Tim Bunce
-Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl]
-Provides: dbi-pm
-Replaces: dbi-pm560, dbi-pm561, dbi-pm580, dbi-pm581, dbi-pm584, dbi-pm585, 
dbi-pm586, dbi-pm (<= 1:1.35-1)
-
 Type: perl(5.8.1 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-# Unpack Phase:
+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: 87396e1a9c06d1190f1ca70e1da1163e
+Source-MD5: e76dfeeb37eb7346342a49142d36171d
 
-# Install Phase:
 UpdatePOD: true
-DocFiles: Changes README ToDo
+InstallScript: <<
+#!/bin/sh -e
 
-# Additional Data:
+       %{default_script}
+       mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
+       for bin in dbiprof dbiproxy; do
+               perl -pi -e 's,\#\!/usr/bin/perl.*,\#\!/usr/bin/env 
perl%type_raw[perl],' %i/bin/$bin
+               mv %i/bin/$bin %i/bin/$bin-%type_raw[perl]
+       done
+<<
+DocFiles: Changes README TODO*
+
+PostInstScript: <<
+       for bin in dbiprof dbiproxy; do
+               update-alternatives --install "%p/bin/$bin" "$bin" 
"%p/bin/$bin-%type_raw[perl]" %type_pkg[perl]
+       done
+<<
+PostRmScript: <<
+       for bin in dbiprof dbiproxy; do
+               update-alternatives --remove "$bin" 
"%p/bin/$bin-%type_raw[perl]"
+       done
+<<
+
+Homepage: http://search.cpan.org/search?dist=DBI
 DescDetail: <<
 The DBI requires one or more 'driver' modules to talk to databases.
 Check that a DBD::* module exists for the database you wish to use.
@@ -30,8 +50,6 @@
 
 E.g. you could use 'fink install dbd-mysql-pm581' to get MySQL support.
 <<
-DescPort: <<
-Used Epoch support to go back to normal versioning scheme
-<<
-Homepage: http://search.cpan.org/search?dist=DBI
+DescPort: Used Epoch support to go back to normal versioning scheme
 <<
+

Index: dbd-mysql-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/perlmods/dbd-mysql-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dbd-mysql-pm.info   17 Feb 2006 01:41:11 -0000      1.6
+++ dbd-mysql-pm.info   21 Jan 2007 23:23:38 -0000      1.7
@@ -1,7 +1,7 @@
 Info2: <<
 Package: dbd-mysql-pm%type_pkg[perl]
-Version: 2.9006
-Revision: 2
+Version: 3.0008
+Revision: 1
 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)
@@ -10,7 +10,7 @@
 #GCC: 3.3
 
 # Dependencies:
-Depends: perl%type_pkg[perl]-core, mysql-client, dbi-pm%type_pkg[perl] (>= 
1.37-2), data-showtable-pm
+Depends: perl%type_pkg[perl]-core, mysql14-shlibs, mysql-client, 
dbi-pm%type_pkg[perl] (>= 1.37-2), data-showtable-pm
 BuildDepends: mysql14-dev, libxml2, readline (>= 4.3-15), fink (>= 0.20.1-1)
 Replaces: dbd-mysql-pm (<= 2.1026-1), dbd-mysql-pm560, dbd-mysql-pm580, %N-man
 Conflicts: %N-man
@@ -25,8 +25,8 @@
 <<
 
 # Unpack Phase:
-Source: mirror:cpan:authors/id/R/RU/RUDY/DBD-mysql-%v.tar.gz
-Source-MD5: 3ed8ba4751dddfc016945cd20e571b73
+Source: mirror:cpan:authors/id/C/CA/CAPTTOFU/DBD-mysql-%v.tar.gz
+Source-MD5: 82b1f898ec26c1a12cc87e00b30f313f
 
 # Patch Phase:
 PatchScript: <<

--- NEW FILE: plrpc-pm.info ---
Info2: <<
Package: plrpc-pm
Version: 0.2018
Revision: 12
Description: Perl RPC client/server
Type: perl
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: net-daemon-pm
BuildDepends: net-daemon-pm

Source: mirror:cpan:authors/id/J/JW/JWIED/PlRPC-%v.tar.gz
Source-MD5: bfa447a80e73fec54eb3c12fab4b9bdc
PatchScript: rm t/crypt.t

UpdatePOD: true
DocFiles: ChangeLog MANIFEST README

Homepage: http://search.cpan.org/dist/PlRPC
DescDetail: <<
        PlRPC (Perl RPC) is a package for implementing servers and clients that
        are written in Perl entirely. The name is borrowed from Sun's RPC
        (Remote Procedure Call), but it could as well be RMI like Java's "Remote
        Method Interface), because PlRPC gives you the complete power of Perl's
        OO framework in a very simple manner.

        RPC::PlServer is the package used on the server side, and you guess what
        RPC::PlClient is for. Both share the package RPC::PlServer::Comm for
        communication purposes. See PlRPC::Client(3) and RPC::PlServer::Comm for
        these parts.
<<
<<



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