Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv1063

Added Files:
        ipc-run-pm.info class-methodmaker-pm.info yaml-pm.info 
        xml-node-pm.info want-pm.info time-date-pm.info 
        text-balanced-pm.info test-numeric-pm.info 
        term-readline-gnu-pm.info term-progressbar-pm.info 
Log Message:
to 10.7

--- NEW FILE: text-balanced-pm.info ---
Info2: <<
Package: text-balanced-pm
Version: 2.02
Revision: 1
Description: Extract delimited text sequences from strings
Type: perl
License: Artistic
Maintainer: Benjamin Reed <[email protected]>

Depends: system-perl
BuildDepends: system-perl

Source: mirror:cpan:modules/by-module/Text/Text-Balanced-%v.tar.gz
Source-MD5: f1f2257693b33f534db196161b92f6db

UseMaxBuildJobs: true

UpdatePOD: true
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Text-Balanced
DescDetail: <<
The various extract_... subroutines may be used to extract a delimited
substring, possibly after skipping a specified prefix string.  By
default, that prefix is optional whitespace (/\s*/), but you can
change it to whatever you wish (see below).

The substring to be extracted must appear at the current pos location
of the string's variable (or at index zero, if no pos position is
defined).  In other words, the extract_... subroutines don't extract
the first occurance of a substring anywhere in a string (like an
unanchored regex would).  Rather, they extract an occurance of the
substring appearing immediately at the current matching position in
the string (like a \G-anchored regex would).
<<
<<


--- NEW FILE: test-numeric-pm.info ---
Info2: <<
Package: test-numeric-pm%type_pkg[perl]
Version: 0.3
Revision: 2
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] = 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
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
Description: Testing utilities for numbers
License: Artistic
Maintainer: Kevin Horton <[email protected]>

# Dependencies.
# Optional dependency Test-inline removed, as it doesn't seem to work
#   here, nor do I see how it adds value to this pm
#Depends: test-inline-pm%type_pkg[perl]
BuildDepends: module-build-pm%type_pkg[perl], test-builder-tester-pm, fink (>= 
0.30.2)

# Unpack Phase.
Source: mirror:cpan:authors/id/E/EV/EVDB/Test-Numeric-%v.tar.gz
Source-MD5: e92926dad8c0120163be7dcc3f786478

# Compile Phase.
DefaultScript: ModuleBuild

# Install Phase.
InstallScript: <<
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: MANIFEST

# Additional Info:
DescDetail: << 
  This module contains utilities to test numbers to determine if data is 
  numeric, if numbers are even or odd, test for integers, formatted, etc.
<<
# DescPackaging:<<
# <<
Homepage: http://search.cpan.org/~evdb/Test-Numeric-0.3/lib/Test/Numeric.pm

# End of Info2
<<

--- NEW FILE: class-methodmaker-pm.info ---
Info2: <<
Package: class-methodmaker-pm%type_pkg[perl]
Version: 2.18
Revision: 1
Depends: perl%type_pkg[perl]-core
BuildDepends: ipc-run-pm%type_pkg[perl]
Replaces: class-methodmaker-pm
Source: mirror:cpan:authors/id/S/SC/SCHWIGON/Class-MethodMaker-%v.tar.gz
Source-MD5: 99435d78e0a1754b102fe39597c6c3df
PatchScript: <<
 perl -pi -e "s|vendor|site|g" Makefile.PL
<<
Type: perl (5.12.3)
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: true
DocFiles: Changes README
Description: Perl module for creating generic methods
DescPort: <<
 Sometime between version 2.02 and version 2.07, two things happened to
 this package:
  1) Some XS code was added, which means that we now need variant fink
     packages for the different perl versions, and
  2) A line INSTALLDIRS => "vendor", was added to Makefile.PL; this breaks
     the fink install (resulting in installation directly to /System !)
     so has been patched out.
<<
License: Artistic
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/Class-MethodMaker
<<

--- NEW FILE: ipc-run-pm.info ---
Info2: <<
Package: ipc-run-pm%type_pkg[perl]
Version: 0.89
Revision: 1
Type: perl (5.12.3)

Source: mirror:cpan:authors/id/T/TO/TODDR/IPC-Run-%v.tar.gz
Source-MD5: 9dc3b8cca378b871fafab7c6e5a61cdd

Depends: <<
        io-tty-pm%type_pkg[perl] (>= 1.08-1),
        perl%type_pkg[perl]-core
<<

InstallScript: <<
        %{default_script}
        /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes LICENSE TODO

UpdatePOD: true

Description: Perl module for creating generic methods
License: Artistic/GPL
Maintainer: Daniel Macks <[email protected]>
Homepage: http://search.cpan.org/dist/IPC-Run
<<

--- NEW FILE: time-date-pm.info ---
Package: time-date-pm
Version: 1.16
Revision: 1
Source: mirror:cpan:authors/id/G/GB/GBARR/TimeDate-%v.tar.gz
Source-MD5: b3cc35a7cabd106ac8829d2f2ff4bd9d
Type: perl
UpdatePOD: true
DocFiles: ChangeLog MANIFEST README
Description: Perl5 TimeDate distribution
DescDetail: <<
The parser contained here will only parse absolute dates, if you want a
date parser that can parse relative dates then take a look at the Time
modules by David Muir on CPAN.
<<
License: Artistic
Maintainer: Patrick Naef <[email protected]>
Homepage: http://search.cpan.org/dist/TimeDate

--- NEW FILE: term-readline-gnu-pm.info ---
Info2: <<
Package: term-readline-gnu-pm%type_pkg[perl]
Version: 1.20
Revision: 1
Source: mirror:cpan:authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-%v.tar.gz
Source-MD5: fa33510193b89a2ada74fcef00816322
Description: Perl extension for the GNU Readline
BuildDepends: readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006), 
perl%type_pkg[perl]-core, fink (>= 0.29.0)
Depends: readline5-shlibs (>= 5.0-1004), libncurses5-shlibs (>= 
5.4-20041023-1006), perl%type_pkg[perl]-core
Type: perl (5.12.3)
NoPerlTests: true
UpdatePOD: true
DocFiles: README
###
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
###
DescDetail: <<
This is an implementation of Term::ReadLine using the GNU Readline/History
Library.

For basic functions object oriented interface is provided. These are described
in the section "Standard Methods" and "Term::ReadLine::Gnu Functions".

This package also has the interface with the almost all functions and variables
which are documented in the GNU Readline/History Library Manual. They are
documented in the section "Term::ReadLine::Gnu Functions" and
"Term::ReadLine::Gnu Variables" briefly. For more detail of the GNU
Readline/History Library, see 'GNU Readline Library Manual' and 'GNU History
Library Manual'.

The sample programs under eg/ directory and test programs under t/ directory in
the Term::ReadLine::Gnu distribution include many example of this module.
<<
DescPackaging: <<
  Need --prefix in order to find readline libs.

  Tests disabled because they require having a tty available
<<
ConfigureParams: --prefix=%p
License: GPL
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/Term-ReadLine-Gnu
<<

--- NEW FILE: term-progressbar-pm.info ---
Info2: <<
Package: term-progressbar-pm%type_pkg[perl]
Version: 2.09
Revision: 2
###
Depends: perl%type_pkg[perl]-core, term-readkey-pm%type_pkg[perl], 
class-methodmaker-pm%type_pkg[perl]
Replaces: term-progressbar-pm (<= 2.03-1)
###
Source: mirror:cpan:authors/id/F/FL/FLUFFY/Term-ProgressBar-%v.tar.gz
Source-MD5: 440dfd04fe51a12d314e9adf2445f04a
###
Type: perl (5.12.3)
UpdatePOD: true
###
DocFiles: BUGS Changes README
###
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
Description: Perl module to make a progress bar
DescDetail: <<
  A really simple progress bar for things that take a while.
<<
###
License: Artistic
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/Term-ProgressBar
<<

--- NEW FILE: want-pm.info ---
Info2: <<
Package: want-pm%type_pkg[perl]
Version: 0.18
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
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
Description: Perl Module - generalisation of wantarray
License: Artistic/GPL
Maintainer: Christian Schaffner <[email protected]>

# Dependencies:
Depends: perl%type_pkg[perl]-core
BuildDepends: fink (>= 0.20.6-1)
Conflicts: %N-man
Replaces: %N-man

# Unpack Phase:
Source: mirror:cpan:authors/id/R/RO/ROBIN/Want-%v.tar.gz
Source-MD5: b83e2d189781b10250133b4eb9e6ca28

PatchScript: <<
#!/bin/sh -ev
        export FULLPERL=`perl -e 'print $ARGV[0]=~/PERL="(.*?)"/' '%c'`
        perl -pi -e "s,\\$\\^X,$FULLPERL," t/threads.t
<<

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<

# Additional Info:
Homepage: http://search.cpan.org/dist/Want/
<<

--- NEW FILE: xml-node-pm.info ---
Info2: <<

Package: xml-node-pm%type_pkg[perl]
Version: 0.11
Revision: 4
BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.24.12)
Depends: xml-parser-pm%type_pkg[perl]
Description: Perl extension interface to XML::Node
Type: perl (5.12.3)

# Unpack Phase:
Source: mirror:cpan:authors/id/C/CH/CHANG-LIU/XML-Node-%v.tar.gz
Source-MD5: d19fb476c0ed3038a0e8c044df4ebe78

# Install Phase:
UpdatePOD: True
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes MANIFEST README

# Additional Data:
DescPackaging: <<
        Former Maintainer: Koen van der Drift <[email protected]>
<<
DescDetail: <<
The  purpose of this module is to simplify interface of XML parser. 
Instead of worrying about "start", "end", and "char" callbacks
of every single XML node, you can simply say that you only want to be
notified  when  a  path, such  as ">TestCase>Name", is found.
<<
Homepage: http://search.cpan.org/dist/XML-Node
License: Artistic
Maintainer: None <[email protected]>

# end of Info2 field:
<<

--- NEW FILE: yaml-pm.info ---
Package: yaml-pm
Version: 0.73
Revision: 1
Type: perl
Description: Perl module, data serialization language
License: Artistic/GPL
Maintainer: Christian Schaffner <[email protected]>

# Dependencies:
#BuildDepends: test-simple-pm581 (>= 0.54-1)
# See DescPackaging

# Unpack Phase:
Source: mirror:cpan:authors/id/I/IN/INGY/YAML-%v.tar.gz
Source-MD5: ef10641e699df5869da9ae006ad78719

# Compile Phase:
CompileScript: <<
 export PERL_MM_USE_DEFAULT=1 && %{default_script}
<<

# Compile Phase:
NoPerlTests: true

# Install Phase:
UpdatePOD: True
DocFiles: Changes README

# Additional Info:
DescDetail: <<
You probably think YAML stands for "Yet Another Markup Language". It ain't!
YAML is really a data serialization language. But if you want to think of it as
a markup, that's OK with me. A lot of people try to use XML as a serialization
format.
<<
DescPackaging: <<
Tests disabled since they need a newer test-simple-pm module (>= 0.54-1).
If the test-simple-pm module is too old, the tests will hang and fill all
system memory.
<<
Homepage: http://search.cpan.org/dist/YAML/


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

Reply via email to