Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2008 14:57:23 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-DateTime-Format-DateParse Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200806281457.m5SEvN5w056390@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806281457.m5SEvN5w056390>