Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2009 10:40:18 +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-Time-Format Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200911181040.nAIAeIcV083228@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2009-11-18 10:40:18 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Time-Format Makefile distinfo pkg-descr pkg-plist 
  Log:
  Time::Format provides a very easy way to format dates and times.  The
  formatting functions are tied to hash variables, so they can be used
  inside strings as well as in ordinary expressions.  The formatting
  codes used are meant to be easy to remember, use, and read.  They
  follow a simple, consistent pattern.  If I've done my job right, once
  you learn the codes, you should never have to refer to the
  documentation again.
  A quick-reference page is included, just in case.  ;-)
  
  Time::Format can also format DateTime objects, and strings created
  with Date::Manip.
  
  Also provided is a tied-hash interface to POSIX::strftime and
  Date::Manip::UnixDate.
  
  If the I18N::Langinfo module is available, Time::Format provides
  weekday and month names in a language appropriate for your locale.
  
  A companion module, Time::Format_XS, is also available; if it is
  installed, Time::Format will detect and use it, which will result in a
  significant speed improvement.
  
  WWW: http://search.cpan.org/dist/Time-Format/
  
  PR:             ports/140659
  Submitted by:   Sergey V. Dyatko <Sergey.Dyatko at gmail.com>
  
  Revision  Changes    Path
  1.3690    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Time-Format/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Time-Format/distinfo (new)
  1.1       +23 -0     ports/devel/p5-Time-Format/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Time-Format/pkg-plist (new)



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