Date: Wed, 19 Oct 2011 12:59:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@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-Oracle Makefile distinfo pkg-descr pkg-plist Message-ID: <201110191259.p9JCxlg0033455@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110191259.p9JCxlg0033455>