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

Modified Files:
        date-manip-pm-5.56.info 
Added Files:
        date-manip-pm.info 
Log Message:
new version; only perl>=5.10 now, so keep older version for lower variants


--- NEW FILE: date-manip-pm.info ---
Info2: <<
Package: date-manip-pm%type_pkg[perl]
Version: 6.11
Revision: 1
Distribution: 10.5, 10.6
###
BuildDepends: <<
        module-build-pm%type_pkg[perl],
        test-inter-pm,
        test-pod-coverage-pm,
        test-pod-pm
<<
Depends: <<
        perl%type_pkg[perl]-core,
        yaml-syck-pm%type_pkg[perl]
<<      
###
Source: mirror:cpan:authors/id/S/SB/SBECK/Date-Manip-%v.tar.gz
Source-MD5: 7880db506f14080635972eb5607fa79d
###
Type: perl (5.10.0)
###
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: <<
  Disable tests per INSTALL:
    A few of the tests may fail.  Some will fail if they are run on a
    very slow computer (it will compare two different times that were
    supposed to be the same but aren't because a measurable amount of
    time passed between determining the time in two different ways).
<<
###
License: Artistic/GPL
Maintainer: None <fink-de...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/DateManip
<<

Index: date-manip-pm-5.56.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/date-manip-pm-5.56.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- date-manip-pm-5.56.info     13 Aug 2010 01:14:36 -0000      1.3
+++ date-manip-pm-5.56.info     13 Aug 2010 01:25:13 -0000      1.4
@@ -3,14 +3,14 @@
 Version: 5.56
 Revision: 2
 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, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6
+Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5
 ###
 Depends: perl%type_pkg[perl]-core
 ###
 Source: mirror:cpan:authors/id/S/SB/SBECK/Date-Manip-%v.tar.gz
 Source-MD5: c979f9698647b3425c9d0fe41d4a5294
 ###
-Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
+Type: perl (5.8.1 5.8.6 5.8.8)
 UpdatePOD: true
 NoPerlTests: true
 ###
@@ -32,6 +32,11 @@
   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: <<
   Disable tests per INSTALL:


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