summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2014-11-09Update to 2014.9: the usual timezone changes.wiz3-12/+13
2014-11-09Update to 1.78:wiz2-6/+6
1.78 2014-11-05 - Fix warnings from Perl 5.8.8 and before. Apparently it doesn't like when $SIG{__DIE__} is set to undef. Patch by Peter Rabbitson. GitHub PR #88.
2014-11-07Revbump after updating boostadam2-4/+4
2014-11-05Add a patch to weekno.perl so that it uses ISO 8601 week numbering.he7-15/+75
Remove dependence on timelocal.pl; use Time::Local instead. Rename other patches according to new conventions. Fix pkglint warnings. Bump PKGREVISION.
2014-11-05Update to 1.77:wiz2-9/+12
1.77 2014-11-04 - Updated the mapping of Windows -> IANA time zones. Patch by David Pinkowitz. RT #10025. - Replaced Class::Load with Module::Runtime, and replaced eval with Try::Tiny.
2014-11-03Add p5-Test-Timewen1-1/+2
2014-11-03Import Test-Time-0.04 as time/p5-Test-Time.wen3-0/+24
Test::Time can be used to test modules that deal with time. Once you use this module, all references to time and sleep will be internalized.
2014-10-29Update to 1.76:wiz2-6/+6
1.76 2014-10-26 - When searching for the local timezone we now look at /etc/timezone before /etc/localtime. The former is a much quicker check if it exists. Patch by Karen Etheridge. PR #3. - The tools/parse_olson script now supports parsing the etcetera and systemv files. This is *not* enabled by default as it would generate zones that conflict with existing links for Etc/UTC and others. Patch by Alfie John. PR #1.
2014-10-26Fix MASTER_SITES (add missing slash)wiz1-2/+2
2014-10-25+= py-jdcalcheusov1-1/+2
2014-10-25New package time/py-jdcalcheusov4-0/+28
This module contains functions for converting between Julian dates and calendar dates.
2014-10-25Remove PYTHON_VERSIONS_INCOMPATIBLE. This module works fine with py-{26,27}cheusov3-11/+13
Update to version 2.2 Version 2.2 ----------- - Updated zoneinfo to 2013h - fuzzy_with_tokens parse addon from Christopher Corley - Bug with LANG=C fixed by Mike Gilbert Version 2.1 ----------- - New maintainer - Dateutil now works on Python 2.6, 2.7 and 3.2 from same codebase (with - six) - #704047: Ismael Carnales' patch for a new time format - Small bug fixes, thanks for reporters!
2014-10-25Update ruby-tzinfo to 0.3.42.taca3-7/+8
== Version 0.3.42 (tzdata v2014i) - 23-Oct-2014 * Updated to tzdata version 2014i (http://mm.icann.org/pipermail/tz-announce/2014-October/000026.html).
2014-10-20Added camlp4 dependency.jaapb1-1/+2
2014-10-09Revbump for ocaml 4.02.0.jaapb2-4/+4
(Some packages omitted because they will be updated to new versions)
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz15-45/+15
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz5-10/+5
2014-10-07Revbump after updating libwebp and icuadam3-5/+6
2014-10-01Update to 0.3.0:wiz2-6/+6
Version 0.3.0 ============= *released on 20 September 2014* - Add ``verify_fingerprint`` parameter to :py:class:`vdirsyncer.storage.HttpStorage`, :py:class:`vdirsyncer.storage.CaldavStorage` and :py:class:`vdirsyncer.storage.CarddavStorage`, see issue `#99`_ and pull request `#106`_. - Add ``passwordeval`` parameter to :ref:`general_config`, see issue `#108`_ and pull request `#117`_. - Emit warnings (instead of exceptions) about certain invalid responses from the server, see issue `#113`_. This is apparently required for compatibility with Davmail. .. _`#99`: https://github.com/untitaker/vdirsyncer/issues/99 .. _`#106`: https://github.com/untitaker/vdirsyncer/pull/106 .. _`#108`: https://github.com/untitaker/vdirsyncer/issues/108 .. _`#113`: https://github.com/untitaker/vdirsyncer/issues/113 .. _`#117`: https://github.com/untitaker/vdirsyncer/pull/117
2014-10-01Update to 1.75:wiz2-6/+6
1.75 2014-09-30 - This release is based on version 2014h of the Olson database. This release only includes historical changes.
2014-09-25SunOS needs an explicit -lX11.jperkin1-1/+3
2014-09-25Extract using bsdtar, GNU tar cannot handle pre-1970 timestamps.jperkin1-1/+3
2014-09-07Update to 2014.7:wiz3-7/+10
2004-07-25 - Improved localtime handling, and added a localize() method enabling correct creation of local times.
2014-09-06Update to 0.401:wiz2-10/+10
0.401 2014-05-03 - Fix the tests to accomodate the new 1-digit format for days of month before the tenth. Thanks to Dagfinn Ilmari Mannsåker for the patch. - add some more sample dates to t/sample_dates and run one test per sample date in t/sample.t 0.400 2014-04-13 - New maintainer - Philippe Bruhat (BooK) - Now depends on DateTime 0.18. RT #74580. - Moved POD tests to the release stage. - format_datetime() now uses 1-digit numbers for day of month < 10. Dates with unrecognized timezones lead to the creation of a DateTime object with a floating timezone. UTC is now formatted as +0000, floating is formatted as -0000. RT #94556. - Now packaged using Dist::Zilla. Moved back to three-digit version numbers.
2014-09-06Update to 1.12:wiz2-7/+8
1.12 2014-08-31 - The last release had the wrong repo info in the metadata. 1.11 2014-08-31 - The latest historical changes in DateTime::TimeZone 1.74 caused some tests to fail. Reported by Slaven Rezic. RT #98483. - This release of DateTime.pm now requires the DateTime::TimeZone 1.74.
2014-09-06Update to 1.74. Add test dependency.wiz2-6/+7
1.74 2014-08-30 - This release is based on version 2014g of the Olson database. This release includes contemporary changes for Turks & Caicos. - Fixed a bug when trying to get the local timezone by looking at /etc/sysconfig/clock. Patch by Alexey Molchanov. GitHub PR #2. 1.73 2014-08-06 - This release is based on version 2014f of the Olson database. This release includes contemporary changes for Russia and Australia. 1.72 2014-08-03 - Added support for getting the local time zone on Android. Patch from Brian Fraser. RT #97711. - The primary repo for this distro is now on GitHub.
2014-08-31Update to 3.8.3:wiz2-6/+6
3.8.3 (2014-08-26) ------------------ - PERCENT property in VTODO renamed to PERCENT-COMPLETE, according to RFC5545. [thomascube]
2014-08-27Update to 0.2.5:wiz3-7/+10
Version 0.2.5 ============= *released on 27 August 2014* - Don't ask for the password of one server more than once and fix multiple concurrency issues, see issue `#101`_. - Better validation of DAV endpoints. .. _`#101`: https://github.com/untitaker/vdirsyncer/issues/101
2014-08-23Update ruby-tzinfo to 0.3.41.taca3-7/+9
== Version 0.3.41 (tzdata v2014f) - 8-Aug-2014 * Updated to tzdata version 2014f (http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html).
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz3-6/+6
2014-08-21Fix build on SunOS (needs explicit -lXrender).jperkin1-2/+2
2014-08-20Update to 5.23.2.wiz3-131/+7
- Version 5.23.2 - Fixed a building problem under C++11 (reported by pkgsrc packager Thomas Klausner, solved by Jörg Sonnenberger).
2014-08-19Don't conflict with C++11 std::mutex.joerg2-1/+123
2014-08-18One more.wiz1-4/+5
2014-08-18Add more dependencies. Still ride update.wiz1-1/+3
2014-08-18Add some missing dependencies. Ride update.wiz1-1/+5
2014-08-18Update to 0.2.4:wiz3-7/+13
Version 0.2.4 ============= *released on 18 August 2014* - Include workaround for collection discovery with latest version of Radicale. - Include metadata files such as the changelog or license in source distribution, see issues `#97`_ and `#98`_. .. _`#97`: https://github.com/untitaker/vdirsyncer/issues/97 .. _`#98`: https://github.com/untitaker/vdirsyncer/issues/98
2014-08-18+ py-vdirsyncerwiz1-1/+2
2014-08-18Import py34-vdirsyncer-0.2.3 as time/py-vdirsyncer.wiz4-0/+79
vdirsyncer synchronizes your calendars and addressbooks between two storages. The supported storages are CalDAV, CardDAV, arbitrary HTTP resources and some more. It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.
2014-08-07+ fet.wiz1-1/+2
2014-08-07Import fet-5.23.1 as time/fet.wiz4-0/+52
FET is open source free software for automatically scheduling the timetable of a school, high-school or university. It uses a fast and efficient timetabling algorithm. It is licensed under GNU GPL. Usually, FET is able to solve a complicated timetable in maximum 5-20 minutes. For simpler timetables, it may take a shorter time, under 5 minutes (in some cases, a matter of seconds). For extremely difficult timetables, it may take a longer time, a matter of hours.
2014-07-22+ khal.wiz1-1/+2
2014-07-22Import khal-0.2.0 as time/khal.wiz4-0/+115
Khal is a standards based CLI (console) calendar program. CalDAV compatibiliy is achieved by using vdir/vdirsyncer as a backend, allowing syncing of calendars with a variety of other programs on a host of different platforms. khal is currently in an early stage of development, has a limited feature set and is probably full of bugs. If you do try it out, please make sure you have a backup of your date and please report back any bugs you might encounter.
2014-07-22Update to 3.8.2, fixing the bug I reported 18 minutes ago.wiz2-12/+6
3.8.2 (2014-07-22) ------------------ - Exclude editor backup files from egg distributions. Fixes #144. [thet]
2014-07-22Update to 3.8.1:wiz2-6/+12
3.8.1 (2014-07-17) ------------------ - The representation of CaselessDicts in 3.8 changed the name attribute of Components and therefore broke the external API. This has been fixed. [untitaker] 3.8 (2014-07-17) ---------------- - Allow dots in property names (Needed for vCard compatibility). Refs #143. [untitaker] - Change class representation for CaselessDict objects to always include the class name or the class' name attribute, if available. Also show subcomponents for Component objects. [thet] - Don't use data_encode for CaselessDict class representation but use dict's __repr__ method. [t-8ch] - Handle parameters with multiple values, which is needed for vCard 3.0. Refs #142. [t-8ch]
2014-07-16Update to 0.10wen2-7/+6
Upstream changes: 0.10 2014-02-03 17:17:57Z - temporarily revert change that cleaned namespaces (0.09), until the logic is cleaned up in MooseX::Types itself 0.09 2014-02-03 02:16:30Z - Require perl 5.8.3, as Moose does - canonical repository moved to github moose organization
2014-07-16Update to 1.71wen2-7/+7
Add missing DEPENDS Upstream changes: 1.71 2014-06-21 - This release is based on version 2014e of the Olson database. This release includes contemporary changes for Egypt and Morocco. 1.70 2014-06-01 - Unset $ENV{TZ} in t/04local..t test to avoid interference from system. Reported by Mark Gardner. RT #96083. - This release is based on version 2014d of the IANA database, but there are no data changes from 2014c.
2014-07-15Update to 1.27. From the changelog:schmonz2-7/+6
- portability fixes for XS changes in 1.25_01 - no changes since previous (trial) release - fix compiling for WinCE, execution is untested - add a .gitignore (from Win32::API) - fix a compiler warning about unused var, and add inlining - add PERL_NO_GET_CONTEXT to XS to bring the binary into 21st century - refactor XS code to remove large sections of duplicate machine code - fix _crt_localtime to return year only once, previously _crt_localtime returned year (item #6) twice in the list
2014-07-15Update ruby-tzinfo to 0.3.40.taca3-7/+8
== Version 0.3.40 (tzdata v2014e) - 10-Jul-2014 * Updated to tzdata version 2014e (http://mm.icann.org/pipermail/tz-announce/2014-June/000022.html).
2014-06-29Use tail -n +2 instead of tail +2 to work around broken Linux userlands.dholland3-14/+20
While here, move seddery from post-patch to pre-configure. XXX: it should be replaced with SUBST.