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

Added Files:
        anyevent-pm.info event-execflow-pm.info event-pm.info 
        event-rpc-pm.info locale-textdomain-pm.info 
        locale-textdomain-pm.patch 
Log Message:
move to stable to satisfy dependencies


--- NEW FILE: anyevent-pm.info ---
Info2: <<
Package: anyevent-pm%type_pkg[perl]
Version: 2.51
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4

Depends: perl%type_pkg[perl]-core
Source: mirror:cpan:authors/id/M/ML/MLEHMANN/AnyEvent-%v.tar.gz
Source-MD5: 258462e99ef4ff62e0fab2cfdc51a170
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)

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

DocFiles: README COPYING
UpdatePOD: true

Description: Framework for multiple event loops

DescDetail: <<
AnyEvent provides an identical interface to multiple event loops. This
allows module authors to utilise an event loop without forcing module
users to use the same event loop (as only a single event loop can
coexist peacefully at any one time).
The interface itself is vaguely similar but not identical to the Event
module.
<<

License: Artistic
Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/~mlehmann/AnyEvent-2.51/

<<

--- NEW FILE: event-pm.info ---
Info2: <<
Package: event-pm%type_pkg[perl]
Version: 1.08
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
Depends: perl%type_pkg[perl]-core
Source: mirror:cpan:authors/id/J/JP/JPRIT/Event-%v.tar.gz
Source-MD5: 475b5613c584256fa23b4215103f106c
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)

PatchScript: <<
  rm t/io.t
  perl -i -pe 's/t\/io.t//' MANIFEST
<<

InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: README
UpdatePOD: true
Description: Generic Perl Event Loop
DescDetail: <<
This extension aims to provide an simple and optimized event loop for
a broad class of applications.
<<

DescPackaging: << 
The test t/io.t fails if exectued by make test.
If t/io.t is run directly it reports OK.
<<

License: Artistic
Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
Homepage: http://www.perl.com/CPAN/authors/id/JPRIT/
<<

--- NEW FILE: event-execflow-pm.info ---
Info2: <<
Package: event-execflow-pm%type_pkg[perl]
Version: 0.62
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
Depends: perl%type_pkg[perl]-core, anyevent-pm%type_pkg[perl], 
locale-textdomain-pm%type_pkg[perl]
Source: mirror:cpan:authors/id/J/JR/JRED/Event-ExecFlow-%v.tar.gz
Source-MD5: e76d36b1e098674907980200aabf2522
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)

InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
  mkdir -p %i/share/doc/%n
  tail -n 9 README > LICENSE
<<

SplitOff: <<
  Package: %N-bin
  Depends: %N
  Conflicts: %{Ni}586-bin, %{Ni}588-bin
  Replaces:  %{Ni}586-bin, %{Ni}588-bin
  Files: <<
    bin/execflow
  <<
  DocFiles: LICENSE README
<<

DocFiles: LICENSE README
UpdatePOD: true

Description: Event-based execution flow control API

DescDetail: <<
Event::ExecFlow provides a ligh level API for defining complex flow
controls with asynchronous execution of external programs.
<<

License: Artistic
Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/~mlehmann/AnyEvent-2.51/

<<

--- NEW FILE: locale-textdomain-pm.patch ---
--- libintl-perl-1.16-orig/gettext_xs/Makefile.PL       2004-01-12 
14:04:01.000000000 +0100
+++ libintl-perl-1.16/gettext_xs/Makefile.PL    2007-03-01 14:27:51.000000000 
+0100
@@ -38,7 +38,7 @@
     ),
     PREREQ_PM => { File::Spec => 0 },
        PL_FILES        => {},
-       LIBS => ['-lintl', '-liconv'],
+       LIBS => '-LFINKPATH/lib -lintl -liconv',
 );
 
 __END__

--- NEW FILE: event-rpc-pm.info ---
Info2: <<
Package: event-rpc-pm%type_pkg[perl]
Version: 0.90
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
Depends: perl%type_pkg[perl]-core, event-pm%type_pkg[perl] | 
glib-pm%type_pkg[perl]
Source: mirror:cpan:authors/id/J/JR/JRED/Event-RPC-%v.tar.gz
Source-MD5: ab908f6b359e83fdd2f583a44168aa85
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)

InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
  mkdir -p %i/share/doc/%n
  tail -n 9 README > %i/share/doc/%n/LICENSE
<<

DocFiles: README
UpdatePOD: true

Description: Event based transparent Client/Server RPC framework

DescDetail: <<
Event::RPC supports you in developing Event based networking
client/server applications with transparent object/method access from
the client to the server. Network communication is optionally encrypted
using IO::Socket::SSL. Several event loop managers are supported due to
an extensible API. Currently Event and Glib are implemented.
<<

License: Artistic
Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/~jred/Event-RPC-0.90/

<<

--- NEW FILE: locale-textdomain-pm.info ---
Info2: <<
Package: locale-textdomain-pm%type_pkg[perl]
Version: 1.16
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
Depends: perl%type_pkg[perl]-core, libgettext3-shlibs, libiconv
Builddepends: libgettext3-dev, libiconv-dev
Source: mirror:cpan:authors/id/G/GU/GUIDO/libintl-perl-%v.tar.gz
Source-MD5: 7dfcd9ac3a4ff41038a2c67a733d42b9
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)

PatchScript: sed "s|FINKPATH|%p|" %a/%{ni}.patch | patch -p1

InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: README FAQ
UpdatePOD: true
Description: Perl module for string internationalization
DescDetail: <<
This package is an internationalization library for Perl
that aims to be compatible with the Uniforum message translations
system as implemented for example in GNU gettext.

This package is also called: libintl-perl[-xs]. It installs the native 
gettext_xs extension.
<<

DescPackaging: <<
libintl not found during linking so gettext_xs not build properly
Added FINKPATH/lib to LIBS in gettext_xs/Makefile.PL
<<

License: Artistic
Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
Homepage: http://freshmeat.net/projects/libintl-perl

<<


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to