Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19430

Added Files:
        date-manip-pm-5.58.info 
Removed Files:
        date-manip-pm-5.56.info 
Log Message:
new version (highest possible for perl < 5.10)


--- NEW FILE: date-manip-pm-5.58.info ---
Info2: <<
Package: date-manip-pm%type_pkg[perl]
Version: 5.58
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5
###
BuildDepends: <<
        module-build-pm%type_pkg[perl],
        test-inter-pm,
        test-pod-coverage-pm,
        test-pod-pm
<<
Depends: perl%type_pkg[perl]-core
###
Source: mirror:cpan:authors/id/S/SB/SBECK/Date-Manip-6.11.tar.gz
Source-MD5: 7880db506f14080635972eb5607fa79d
###
Type: perl (5.8.1 5.8.6 5.8.8)
###
CompileScript: <<
#!/bin/sh -ex
        exec 2>&1
        perlversion=%type_raw[perl]
        perlcmd="perl$perlversion"
        if dpkg --compare-versions "$perlversion" ">=" "5.10.0" && [ "%m" != 
"powerpc" ]; then
                export ARCHFLAGS=""
                perlcmd="/usr/bin/arch -%m $perlcmd"
        fi
        eval "`$perlcmd -V:archname`"
        $perlcmd Build.PL \
                --install_path arch=%i/lib/perl5/$perlversion/$archname \
                --install_path bin=%i/bin \
                --install_path bindoc=%i/lib/perl5/$perlversion/man/man1 \
                --install_path lib=%i/lib/perl5/$perlversion \
                --install_path libdoc=%i/lib/perl5/$perlversion/man/man3 \
                --install_path script=%i/bin
        ./Build
<<
InfoTest: <<
        TestScript: ./Build test || exit 2
<<
InstallScript: <<
        ./Build install
<<
DocFiles: HISTORY LICENSE README*
###
Description: Perl Module to add Date::Manip 
DescDetail: <<
  This is a set of routines designed to make any common date/time
  manipulation easy to do.  Operations such as comparing two times,
  calculating a time a given amount of time from another, or parsing
  international times are all easily done.  From the very beginning, the main
  focus of Date::Manip has been to be able to do ANY desired date/time
  operation easily, not necessarily quickly.  Also, it is definitely oriented
  towards the type of operations we (as people) tend to think of rather than
  those operations used routinely by computers.  There are other modules that
  can do a subset of the operations available in Date::Manip much quicker
  than those presented here.

  As of version 6, a new object-oriented interface has been added, with more
  power and control than the legacy function interface. But version 6 also
  requires perl >= 5.10, so be careful to weigh portability vs modernity and
  power when writing your code.
<<
DescPackaging: <<
        This is the last of the 5.xx series, distributed in the 6.xx
        tarball for use on perl < 5.10.
<<
###
License: Artistic/GPL
Maintainer: None <fink-de...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/DateManip
<<

--- date-manip-pm-5.56.info DELETED ---


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to