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

Added Files:
        astro-fits-header-pm.info astro-moonphase-pm.info 
        async-interrupt-pm.info atexit-pm.info bfd-pm.info 
        calendar-simple-pm.info capitalization-pm.info 
        carp-assert-more-pm.info carp-assert-pm.info cddb-file-pm.info 
Log Message:
ton of perlmods to stable


--- NEW FILE: capitalization-pm.info ---
Package: capitalization-pm
Version: 0.03
Revision: 1
Type: perl
Description: Perl Module capitalization
License: Artistic/GPL
Maintainer: Christian Schaffner <chri...@users.sourceforge.net>

# Dependencies:
Depends: devel-symdump-pm

# Unpack Phase:
Source: mirror:cpan:authors/id/M/MI/MIYAGAWA/capitalization-%v.tar.gz
Source-MD5: 94998b37b4f86bd2e5738ab3a8fb4e7c

# Install Phase:
UpdatePOD: true
DocFiles: Changes

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

--- NEW FILE: cddb-file-pm.info ---
Info2: <<
Package: cddb-file-pm
Version: 1.05
Revision: 1021
Description: Parse a CDDB/freedb data file
Type: perl
License: Artistic
Maintainer: Benjamin Reed <cddb-file...@fink.raccoonfink.com>

Depends: system-perl

Source: mirror:cpan:modules/by-module/CDDB/CDDB-File-%v.tar.gz
Source-MD5: c619e60e86a2bb227d434066c742b189

UseMaxBuildJobs: true

UpdatePOD: true
DocFiles: MANIFEST Changes README

Homepage: http://search.cpan.org/dist/CDDB-File
DescDetail: <<
This module provides an interface for extracting data from CDDB-format
data files, as used by freedb.  It does not read data from your CD, or
submit information to freedb.
<<
<<


--- NEW FILE: carp-assert-more-pm.info ---
Package: carp-assert-more-pm
Version: 1.12
Revision: 2
Type: perl
Description: Convenience wrappers around Carp::Assert
License: Artistic/GPL
Maintainer: Christian Schaffner <chri...@users.sourceforge.net>

# Dependencies:
Depends: carp-assert-pm
BuildDepends: test-exception-pm

# Unpack Phase:
Source: mirror:cpan:authors/id/P/PE/PETDANCE/Carp-Assert-More-%v.tar.gz
Source-MD5: dbd6a0fcbff5f00d2e39b77322036d3f

# Install Phase:
UpdatePOD: true
DocFiles: Changes README

# Additional Info:
Homepage: http://search.cpan.org/dist/Carp-Assert-More

--- NEW FILE: async-interrupt-pm.info ---
Info2: <<
Package: async-interrupt-pm%type_pkg[perl]
Version: 1.05
Revision: 1
Distribution: (%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.8 5.10.0 5.12.3)

Description: Allow C/XS libs to interrupt perl async
DescDetail: <<
        This module implements a single feature only of interest to advanced
        perl modules, namely asynchronous interruptions (think "UNIX signals",
        which are very similar).
        
        Sometimes, modules wish to run code asynchronously (in another thread,
        or from a signal handler), and then signal the perl interpreter on
        certain events. One common way is to write some data to a pipe and use
        an event handling toolkit to watch for I/O events. Another way is to
        send a signal. Those methods are slow, and in the case of a pipe, also
        not asynchronous - it won't interrupt a running perl interpreter.
        
        This module implements asynchronous notifications that enable you to
        signal running perl code from another thread, asynchronously, and
        sometimes even without using a single syscall.
<<
License: Artistic/GPL
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
Homepage: http://search.cpan.org/dist/Async-Interrupt/

Depends: common-sense-pm, perl%type_pkg[perl]-core

Source: mirror:cpan:authors/id/M/ML/MLEHMANN/Async-Interrupt-%v.tar.gz
Source-MD5: 48efb6982dab8d33241061dba65776a8

UpdatePOD: true
DocFiles: COPYING Changes README

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

--- NEW FILE: calendar-simple-pm.info ---
Package: calendar-simple-pm
Version: 1.21
Revision: 1
Type: perl
Description: Perl extension to create simple calendars
License: Artistic/GPL
Maintainer: Christian Schaffner <chri...@users.sourceforge.net>

# Unpack Phase:
Source: mirror:cpan:authors/id/D/DA/DAVECROSS/Calendar-Simple-%v.tar.gz
Source-MD5: 8fbfe46c0a25d036ca100460fcd00223

# Install Phase:
UpdatePOD: True
DocFiles: Changes README

# Additional Info:
Homepage: http://search.cpan.org/dist/Calendar-Simple/

--- NEW FILE: atexit-pm.info ---
Package: atexit-pm
Version: 2.01
Revision: 1
Type: perl
Description: ANSI-C style exit handler & variable scoping
License: Artistic
Homepage: http://search.cpan.org/dist/AtExit/
Maintainer: Blair Zajac <bl...@orcaware.com>

# Unpack Phase.
Source: mirror:cpan:authors/id/B/BR/BRADAPP/AtExit-%v.tar.gz
Source-MD5: da5139adaef86963d5eb7a4aaf0fce94

# Install Phase.
UpdatePOD: true
DocFiles: MANIFEST README

# Documentation.
DescDetail: <<
The AtExit module provides ANSI-C style exit processing modeled after
the "atexit" function in the standard C library (see atexit(3C)).

An AtExit object can be created in any scope.  When invoked as an
object-method (using the "$object->method_name" syntax), callbacks
registered with an AtExit object are executed at object-destruction
time.
<<

--- NEW FILE: astro-fits-header-pm.info ---
Info2: <<
Package: astro-fits-header-pm
Version: 3.01
Revision: 1
Description: Object Orientated interface to FITS HDUs
Type: perl
License: Artistic
Maintainer: Benjamin Reed <astro-fits-header...@fink.raccoonfink.com>

Depends: system-perl
BuildDepends: system-perl

Source: mirror:cpan:modules/by-module/Astro/Astro-FITS-Header-%v.tar.gz
Source-MD5: d3c412321625f902b95a50be20f21d6d

UseMaxBuildJobs: true

UpdatePOD: true
DocFiles: ChangeLog GPL MANIFEST README TODO

Homepage: http://search.cpan.org/dist/Astro-FITS-Header
DescDetail: <<
Astro::FITS::Header and associated sub-classes are tools for reading,
modifying and then writing out FITS standard header blocks to FITS, NDF 
and GSD files. The module now fully supports ESO HIERARCH header keywords.
Support for instantiating Astro::FITS:Header objects from Starlink::AST
FrameSet objects is also supported.

Full documentation is included in the POD attached to the modules.
<<
<<


--- NEW FILE: bfd-pm.info ---
Package: bfd-pm
Version: 0.31
Revision: 1
Type: perl
Description: Perl module to dump data structures
License: Artistic
Maintainer: Christian Schaffner <chri...@users.sourceforge.net>

# Unpack Phase:
Source: mirror:cpan:authors/id/R/RB/RBS/BFD-%v.tar.gz
Source-MD5: 7715ecf4133b9ab1ddabf9221663d576

# Install Phase:
UpdatePOD: True
DocFiles: CHANGES MANIFEST README

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

--- NEW FILE: carp-assert-pm.info ---
Package: carp-assert-pm
Version: 0.20
Revision: 1
Source: mirror:cpan:authors/id/M/MS/MSCHWERN/Carp-Assert-%v.tar.gz
Source-MD5: 9dafe361b9e5e93e8e3e70e015f6b191
Type: perl
PatchScript: perl -0 
-pe's/^.*=head\d\s+(COPYRIGHT.*?)(=head\d.*|=cut.*|)$/$1/is' lib/Carp/Assert.pm 
> COPYRIGHT
UpdatePOD: true
DocFiles: Changes README COPYRIGHT
License: Artistic/GPL
Description: Executable comments
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/Carp-Assert
DescPackaging: <<
 Report bugs to the maintainer or the CPAN bug tracker:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Carp-Assert
<<

--- NEW FILE: astro-moonphase-pm.info ---
Package: astro-moonphase-pm
Version: 0.60
Revision: 1
Source: mirror:cpan:authors/id/B/BR/BRETT/Astro-MoonPhase-%v.tar.gz
Source-MD5: 746d03558509d5b596f2c92bc8100372
Type: perl
UpdatePOD: true
PatchScript: perl -0 -pe's/^.*=head\d (LICEN[CS]E.*?)(=head\d.*|)$/$1/s' 
MoonPhase.pm > COPYRIGHT
DocFiles: Changes COPYRIGHT
License: Public Domain
Description: Information about the phase of the Moon
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/Astro-MoonPhase


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to