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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 19 12:59:47 UTC 2011


sunpoet     2011-10-19 12:59:47 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-DateTime-Format-Oracle Makefile distinfo pkg-descr 
                                    pkg-plist 
  Log:
  - Add p5-DateTime-Format-Oracle 0.06
  
  DateTime::Format::Oracle may be used to convert Oracle date and timestamp values
  into DateTime objects. It also can take a DateTime object and produce a date
  string matching the NLS_DATE_FORMAT.
  
  Oracle has flexible date formatting via its NLS_DATE_FORMAT session variable.
  Date values will be returned from Oracle according to the current value of that
  variable. Date values going into Oracle must also match the current setting of
  NLS_DATE_FORMAT.
  
  Timestamp values will match either the NLS_TIMESTAMP_FORMAT or
  NLS_TIMESTAMP_TZ_FORMAT session variables.
  
  This module keeps track of these Oracle session variable values by examining
  environment variables of the same name. Each time one of Oracle's formatting
  session variables is updated, the %ENV hash must also be updated.
  
  WWW: http://search.cpan.org/dist/DateTime-Format-Oracle/
  
  Revision  Changes    Path
  1.4621    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/p5-DateTime-Format-Oracle/Makefile (new)
  1.1       +2 -0      ports/devel/p5-DateTime-Format-Oracle/distinfo (new)
  1.1       +17 -0     ports/devel/p5-DateTime-Format-Oracle/pkg-descr (new)
  1.1       +7 -0      ports/devel/p5-DateTime-Format-Oracle/pkg-plist (new)


More information about the cvs-ports mailing list