summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2010-06-04Fix core dump on 32 bit hosts running 64 bit time_t OSes. Bump PKGREVISION.tsutsui5-3/+81
2010-05-29Add LICENSE.taca1-1/+2
2010-05-29Update ruby-tzinfo pakage from 0.3.20 to 0.3.22.taca3-7/+8
== Version 0.3.22 (tzdata v2010j) - 29-May-2010 * Corrected file permissions issue with 0.3.21 release. == Version 0.3.21 (tzdata v2010j) - 28-May-2010 * Updated to tzdata version 2010j (http://article.gmane.org/gmane.comp.time.tz/3225). * Change invalid timezone check to exclude characters not used in timezone identifiers and avoid 'character class has duplicated range' warnings with Ruby 1.9.2. * Ruby 1.9.2 has deprecated "require 'rational'", but older versions of Ruby need rational to be required. Require rational only when the Rational module has not already been loaded. * Remove circular requires (now a warning in Ruby 1.9.2). Instead of using requires in each file for dependencies, tzinfo.rb now requires all tzinfo files. If you were previously requiring files within the tzinfo directory (e.g. require 'tzinfo/timezone'), then you will now have to require 'tzinfo' instead.
2010-05-24Update p5-DateTime-TimeZone from version 1.18 to version 1.19.seb2-6/+6
Upstream changes: 1.19 2010-05-10 - This release is based on version 2010j of the Olson database. This release creates a new zone for Mexico (America/Bahia_Banderas). - Dateline time zone on Win32 now always maps to a fixed -12:00 zone. Patch by David Pinkowitz.
2010-05-16+p5-Time-Elapsedabs1-1/+2
2010-05-16Added time/p5-Time-Elapsed version 0.29abs3-0/+30
This module transforms the elapsed seconds into a human readable string. It can be used for (for example) rendering uptime values into a human readable form. The resulting string will be an approximation.
2010-05-05Update p5-DateTime-TimeZone from version 1.17 to version 1.18.seb2-6/+6
Upstream changes: 1.18 2010-04-19 - This release is based on version 2010i of the Olson database. This release includes changes for Morocco, Taiwan (historical only), and Argentina.
2010-05-02Update to 1.5. Uses 2010g timezone database.wiz3-8/+8
2010-04-29fix getline -> get_line for -current (thank you POSIX)dholland5-11/+62
2010-04-29Fix broken destdir install. (hi joerg)dholland2-4/+4
2010-04-24Update ruby-tzinfo package to 0.3.20.taca2-6/+6
== Version 0.3.20 (tzdata v2010i) - 19-Apr-2010 * Updated to tzdata version 2010i (http://article.gmane.org/gmane.comp.time.tz/3202).
2010-04-21sunbird is deprecated by thunderbird w/ lightning extension.tnn70-5576/+1
2010-04-18Update p5-DateTime-Format-Strptime from version 1.1000 to version 1.2000.seb2-8/+7
Approved by MAINTAINER. Pkgsrc changes: - Adjust dependencies Upstream changes: 1.2000 2010-03-19 - Updated to use non-deprecated DateTime::Locale API
2010-04-18Update p5-DateTime-Locale from version 0.44 to version 0.45.seb2-6/+6
Upstream changes: 0.45 2010-03-19 - Installing this release will cause older versions of DateTime::Format::Strptime to warn like crazy. Please update DateTime::Format::Strptime if you install this release. - This is an interim release still based on CLDR 1.7.1 pending the release of Locale::CLDR, which will happen real soon now, for some definition of soon. - Removed dependency on Class::ISA and just copied what we need from said module directly. Class::ISA warns as deprecated if used with Perl 5.11.0, even though it works just fine (doh). RT #53940. - All methods deprecated in the last release now warn when called. - Added methods to return per-locale strftime formats from the glibc data. These methods are not yet documented. They are just there for now to allow me to update DateTime::Format::Strptime.
2010-04-18Update p5-DateTime-TimeZone from version 1.13 to version 1.17.seb2-6/+6
Upstream changes: 1.17 2010-04-10 - Updated Win32 to Olson name translation mapping. Patch by David Pinkowitz. RT #56445. 1.16 2010-04-05 - This release is based on version 2010h of the Olson database. This release includes changes for Tunisia and Pakistan. 1.15 2010-03-29 - This release is based on version 2010g of the Olson database. This release includes changes for Bangladesh, Palestine, and Russia. 1.14 2010-03-22 - This release is based on version 2010f of the Olson database. This release includes changes for Antartica, Syria, and Samoa. - Moved code to my hg repo at http://hg.urth.org/hg/DateTime-TimeZone.
2010-04-10Add rsibreak-kde3markd1-1/+2
2010-04-10Update to rsibreak 0.10markd4-76/+106
KDE4 version.
2010-04-10Reimport rsibreak as rsibreak-kde3markd5-0/+154
2010-04-06Update ruby-tzinfo package to 0.3.19.taca2-6/+6
* Updated to tzdata version 2010h (http://article.gmane.org/gmane.comp.time.tz/3188).
2010-03-30Update ruby-tzinfo package to 0.3.18.taca3-7/+8
* Updated to tzdata version 2010g (http://article.gmane.org/gmane.comp.time.tz/3172).
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2010-03-21Reset maintainer, developer lost his commit bit.wiz1-2/+2
2010-03-16Updating time/p5-DateTime from 0.5400 to 0.5500sno2-7/+9
pkgsrc changes: - Adjust build/test dependencies Upstream changes: 0.55 2010-03-16 - Get all tests passing on 5.6.2. Thanks to Zefram for help spotting the problems. - Moved code to my hg repo at http://hg.urth.org/hg/DateTime.pm.
2010-03-16Updating time/p5-DateTime-Format-Natural from 0.84 to 0.85sno2-13/+12
pkgsrc changes: - Adjust HOMEPAGE to CPAN "Permalink" - Adjust dependencies according to module's META.yml Upstream changes: 0.85 2010-03-13 <schubiger@cpan.org> - Merged development version to stable. 0.84_03 2010-03-11 <schubiger@cpan.org> - Resolve short aliases only if preceded by a digit. - Don't capture the date separator for matching with the format. 0.84_02 2010-03-09 <schubiger@cpan.org> - Guess the format of dates with a dot or hyphen as separator. - Check for separator mismatch when not in lax mode. 0.84_01 2010-02-24 <schubiger@cpan.org> - Use the format parameter case-insensitively and test it. - Don't bless into a reference within the metadata base constructor. - Add some missing commas to the grammar description.
2010-03-16Updating time/p5-DateTime-Format-Flexible from 0.14 to 0.15sno2-7/+7
pkgsrc changes: - Update HOMEPAGE to CPAN "Permalink" Upstream changes: 0.15 Mon Mar 10 2010 - fix tests for DateTime string overloading problem (thanks Andreas Koenig and Michael Schwern)
2010-03-16Updating time/p5-DateTime-Format-Builder from 0.7901nb1 to 0.8000sno2-9/+9
pkgsrc changes: - Adjust license definition Upstream changes: 0.80 2010-03-14 - Remove the 00sig.t test, which seemed to cause random failures based on CPAN testers reports. - Lots of cleanup in test code. - Future releases will all increment by 0.01 (0.81, 0.82, etc). - No code changes.
2010-03-16Update time/p5-DateTime from 0.5300 to 0.5400sno2-8/+8
pkgsrc changes: - Adjust license definition - Adjust dependencies Upstream changes: 0.54 2010-03-14 - Bumped the DateTime::TimeZone prereq to 1.09 to force people to use a modern version. Previously the minimum version was 0.59, and there have been a lot of bug fixes since then. - String overloading now extends to string comparison, so a DateTime object can be compared to any string. In other words if ( $dt eq $string ) { ... } will simply stringify $dt and then do a normal string-is-equals check. Previously, this would blow up unless both operands were a DateTime object. Note that future versions of Test::More (0.95_01+) will no longer stringify arguments to is(), which means that older versions of DateTime may cause new test failures when you upgrade Test::More. It is highly recommended that you upgrade DateTime before upgrading to Test::More 0.95_01+. Patch by Michael Schwern. RT #55453. - Allow passing end_of_month setting to $duration->inverse(). Requested by John Siracusa. RT #53985.
2010-03-16Add and enable php-calendar.taca1-1/+2
2010-03-16Re-import misc/php-calendar package as time/php-calendar.taca2-0/+16
misc/php-calendar package will be deleted later.
2010-03-14+ xtide.wiz1-1/+2
2010-03-14Reimport misc/xtide to time/wiz8-0/+174
2010-03-10Updating time/p5-Time-Clock from 0.12nb1 to 1.00sno2-7/+11
pkgsrc changes: - Add license definition Upstream changes: 1.00 (03.09.2010) - John Siracusa <siracusa@gmail.com> * The %i format now correctly shows 12 for 12 AM. * Removed leading zeros from the %i format. * Bumped version number to reflect API stability.
2010-03-10Updating time/p5-DateTime-TimeZone from 1.11 to 1.13sno2-6/+6
Upstream changes: 1.13 2010-03-08 - This release is based on version 2010e of the Olson database. This release fixes a bug in the Bangladesh zone introduced in 2010d. 1.12 2010-03-08 - This release is based on version 2010d of the Olson database. This release has changes for Bangladesh, Fiji, Samoa, and Chile.
2010-03-09Update ruby-tzinfo package to 0.3.17.taca3-8/+10
Updated to tzdata version 2010e (http://article.gmane.org/gmane.comp.time.tz/3128).
2010-03-08Updating time/p5-DateTime-Format-Flexible from 0.09 to 0.14sno2-9/+9
pkgsrc changes: - Adapt dependency version to pkgsrc used version numbers, not CPAN Upstream changes: 0.14 Sun Feb 28 2010 - fix test: '1 month ago at 4pm' could be potentially less that 28 days ago. - fix tests for infinity, -infinity, infinito, and -infinito 0.13 Sat Feb 27 2010 - make parsing for infinity and -infinity more reliable 0.12 Thu Feb 25 2010 - fix DateTime::Format::Builder import 0.11 Wed Feb 24 2010 - remove Readonly dependency - support some postgresql datetimes: epoch, infinity, -infinity, allballs - see http://www.postgresql.org/docs/8.4/interactive/datatype-datetime.html section 8.5.1.4 - 'infinity' returns a DateTime::Infinite::Future object - '-infinity' returns a DateTime::Infinite::Past object 0.10 Wed Feb 24 18:45:00 2009 - support for single character am/pm strings '3p' - support for days of the week (wednesday => the nearest future wednesday) (thanks Shawn Moore, rt #53188) - note: this is quite limited, I need more test cases - works: wednesday - works: wed at 3p - support for bare months (february) - support for limited timezones that are not at the end of the string (thanks Dave Faraldo) - 'Wed Nov 11 13:55:48 PST 2009' becomes - 2009-11-11T13:55:48 America/Los_Angeles - beginning multiple language support (contributions welcome) - support english (en) and spanish (es) - support dates like 'now, today, tomorrow' - switch to strptime from regexes for some parsing for clarity - now supports negative timezone offsets IF it is a 4 digit offset and there is a space before the offset - works: 2007-05-06T04:44:44 -0800 - does not work: 2007-05-06T04:44:44-0800 - does not work: 2007-05-06T04:44:44-08 - does not work: 2007-05-06T04:44:44 -08 - now supports 2 digit years as the first number if the year is > 31 - works: 35-12-23 (2035-12-23T00:00:00) - does not work: 11-12-13 (2013-11-12T00:00:00, or 2013-12-11T00:00:00 with european hinting) - timezone parsing should now be more reliable - you can now set a 'base' datetime object to help fill out partial datetimes
2010-03-08Updating time/p5-DateTime-TimeZone from 1.10 to 1.11sno2-7/+10
pkgsrc changes: - Adjust Module::Build dependency (CORE module of perl 5.10.1 satisfies requirements) - Import time/p5-DateTime-TimeZone-HPUX to allow this module working on HP-UX, too Upstream changes: 1.11 2010-03-01 - This release is based on version 2010b of the Olson database. This release has changes for Paraguay. - Added a list of zones by country, and a list of zone links (aliases) to the docs for DateTime::TimeZone::Catalog.
2010-03-08Added time/p5-DateTime-TimeZone-HPUX version 1.04sno1-1/+2
2010-03-08Importing time/p5-DateTime-TimeZone-HPUX version 1.04. This module issno3-0/+38
required to get time/p5-DateTime-TimeZone working well on HP-UX. This distribution implement detection of the local timezone as defined at the operating system level, either in $ENV{TZ} or in /etc/TIMEZONE. HP-UX has its own system for defining timezones. See tztab(4). This is incompatible with the now common set of timezones known as the Olson DB that is used by DateTime::TimeZone. This module fixes this hole by providing the map between the two systems.
2010-02-23Updating time/p5-DateTime-Format-Natural from 0.83 to 0.84sno2-6/+6
Upstream changes: 0.84 2010-02-22 <schubiger@cpan.org> - Merged development version to stable. 0.83_04 2010-02-16 <schubiger@cpan.org> - Enhance the regular expression matching a non-word alias. - Correct the indentation of _Nth_Weekday_of_Month_Year(). 0.83_03 2010-02-14 <schubiger@cpan.org> - Introduce short name aliases. [rt #53976 - Kevin Field] - Support shortened relative dates with a +/- prefix. [rt #53976 - Kevin Field] - Add according tests for aliases and prefixed dates. - Test for case-insensitive processing of input strings. - Test compile-time loading of Aliases.pm. 0.83_02 Wed Jan 27 10:42:41 CET 2010 - New supported formats: <time> <weekday> and <time> on <weekday>. [rt #53979 - Kevin Field] 0.83_01 Mon Jan 18 10:28:42 CET 2010 - Pass the time zone object instead of name to the final DateTime constructor. [rt #53268 - Eric Wilhelm]
2010-02-18Updating time/p5-Time-Piece from 0.17 to 0.19sno2-6/+6
Upstream changes: 1.19 - Fix for alloca broke FreeBSD 1.18 - Fix for alloca on IRIX
2010-02-16Update to 2010b, the usual.wiz3-7/+10
2010-02-15Updating time/p5-Time-HiRes from 1.9719nb1 to 1.9720sno2-7/+7
Upstream changes: 1.9720 [2010-02-14] - Address [rt.cpan.org #54196] alarm and ularm return values are bogus, report and fix from Nicholas Clark
2010-02-12DESTDIR supportjoerg3-2/+27
2010-02-12DESTDIR supportjoerg6-12/+20
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg4-6/+8
2010-02-09update master_siteszafer1-3/+2
2010-02-02Updating time/p5-DateTime-Format-ISO8601 from 0.06 to 0.07sno2-9/+8
pkgsrc changes: - Adjusting license Upstream changes: 0.07 Sun Jan 17 23:35:40 MST 2010 - fix test failures caused by tests using DateTime->now(), all tests should now pass reguardless of the "wallclock" when they are being run
2010-02-02Updating time/p5-DateTimeX-Easy 0.087 to 0.088sno2-9/+9
pkgsrc changes: - Adding license - Adjusting dependencies and module type Upstream changes: 0.088: - Remove DateTime::Format::DateParse from dependencies as fails lots of tests and not used (thanks ranguard)
2010-02-02Updating time/p5-Time-Piece from 1.16 to 1.17sno2-7/+7
Upstream changes: 1.17 - Force all to use internal strptime then everyone gets %z even OSX users. - Finally figured out the timezone test failures on Win32 and fixed them.
2010-02-02Updating time/p5-Rose-DateTime from 0.532nb1 to 0.533sno2-7/+11
pkgsrc changes: - Adding license definition - Take care for correct file permissions Upstream changes: 0.533 (10.16.2009) - John Siracusa <siracusa@gmail.com> * Updated eval blocks to avoid stomping on $@ from an outer scope.