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/
few days before the release, i made tests with that tarball, but it was
changed before release, and the distinfo was wrong.
I compared both tarballs and the difference was part of this commit [1] was
missing on the one i used.
Update distinfo to match 0.97.3 official tarball and bump PORTREVISION
Reported by: many people
create any number of galleries and subgalleries, share galleries among
other Horde users or even make them public.
WWW: http://www.horde.org/apps/ansel/
Upgrade to new upstream regression fix release 2.59:
Fix regression in 2.58 which caused failure to start up
with some combinations of dnsmasq config and IPv6 kernel
network config. Thanks to Brielle Bruns for the bug
report.
Improve dnsmasq's behaviour when network interfaces are
still doing duplicate address detection (DAD). Previously,
dnsmasq would wait up to 20 seconds at start-up for the
DAD state to terminate. This is broken for bridge
interfaces on recent Linux kernels, which don't start DAD
until the bridge comes up, and so can take arbitrary
time. The new behaviour lets dnsmasq poll for an arbitrary
time whilst providing service on other interfaces. Thanks
to Stephen Hemminger for pointing out the problem.
Note the 2.59.tar.lzma tarball causes the startup banner to print
2.59rc1 which I deem harmless.
- Pet portlint by using PKGNAMESUFFIX
- Rename BROWSER option to MOZILLA
- Disable MOZILLA by default
- Add License (EPL)
PR: ports/161218
Submitted by: Pedro Giffuni <giffunip@tutopia.com> (maintainer)
Approved by: bapt (mentor)
* Support for new chips: MSP430FR5739, MSP430F5418,
MSP430AFE253, MSP430F5527, MSP430F5510, MSP430F5528.
* New -s option to specify serial port
* Bug fixes for GDB stub interface and simulator.
* Reader now supports tilde-expansion and ^[# key.
* Better diagnostics for FET devices (more error codes).
PR: ports/161695
Submitted by: Peter Jeremy <peterjeremy@acm.org> (maintainer)