cvs commit: ports/devel Makefile ports/devel/p5-DateTime-Format-DateParse Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Sat Jun 28 14:57:23 UTC 2008


miwi        2008-06-28 14:57:23 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-DateTime-Format-DateParse Makefile distinfo pkg-descr 
                                       pkg-plist 
  Log:
  This module is a compatibility wrapper around Date::Parse.
  
  Provides a tool to process different combinations of dates and zones values.
  If a date doesn't contain a timezone suffix, and zone parameter is not set,
  then the timezone of the returned DateTime object will be set to the local
  timezone. This is consistent with the behavior of Date::Parse.
  If no zone is specified and the date string does specify a timezone/offset or
  if a zone format can not be parsed by DateTime::TimeZone, the returned
  DateTime object will have UTC timezone.
  
  WWW: http://search.cpan.org/dist/DateTime-Format-DateParse/
  
  PR:             ports/124852
  Submitted by:   svysh at pn.sinp.msu.ru
  
  Revision  Changes    Path
  1.3118    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/p5-DateTime-Format-DateParse/Makefile (new)
  1.1       +3 -0      ports/devel/p5-DateTime-Format-DateParse/distinfo (new)
  1.1       +11 -0     ports/devel/p5-DateTime-Format-DateParse/pkg-descr (new)
  1.1       +4 -0      ports/devel/p5-DateTime-Format-DateParse/pkg-plist (new)


More information about the cvs-ports mailing list