summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2014-12-07Update to 0.3.2:wiz2-6/+6
Version 0.3.2 ============= - The current config format has been deprecated, and support for it will be removed in version 0.4.0. Vdirsyncer warns about this now.
2014-12-05Update 5.23.2 to 5.23.4mef3-9/+10
- Version 5.23.3 - Updated to Qt 5.3.2. - Added a fet.desktop file (by Alexey Loginov). - Fixed some comments concerning the GNU GPL license (reported by Alexey Loginov). - Added a "make install" option (suggested by Alexey Loginov and other users, done by Zsolt Udvari and Liviu Lalescu). - Added an icon (suggested by Alexey Loginov and other users). - Added an option at compilation time so that FET automatically detects the system locale (suggested by Alexey Loginov and other users). - Version 5.23.4 - Added a partial Chinese Simplified (zh_CN) translation, by orange. - Added two example files from Vietnam, by Nguyen Huu Tuyen.
2014-12-04Removing p5-Net-Google-Calendarmef4-29/+1
https://rt.cpan.org/Public/Bug/Display.html?id=100421 tells this library no longer works as it uses the Calendar v2 API which Google discontinued today. Thanks wiz@ for the information.
2014-12-04Update 2.30 to 2.41mef2-6/+6
------------------ 2.41 18-Mar-2014 OSX: - Fixed start-up rotation and credits display on iOS 7. - Suppress status bar (again) on iOS 7. 2.40 27-Nov-2013 OSX: - Added "Check for Updates". 2.39 16-Jul-2013 All platforms: - Tweaked character outlines for smoother morphing. iPhone: - Fixed crash when rotating on Retina iPads. OSX: - Fixed crash when running in full screen or as a screen saver on really old machines. 2.38 08-Jul-2013 OSX: - Toggling window title bar preserves transparency. - Transparency works in full-screen mode. - Screen saver preferences weren't being saved. - Fixed bug where System Preferences window went black. - Possibly fixed an intermittent startup crash. 2.37 22-Sep-2012 iPhone: - Support for iPhone 5's new screen size. 2.36 23-Apr-2012 OSX: - Fixed a startup crash on 10.7. - Added a preference to keep the Dali Clock window above even the screen saver window. - "Upgraded" to XCode 4.0, which means that 10.4 PPC builds are impossible, and Intel is now required. 2.35 18-Aug-2010 All platforms: - Regenerated font images for smoother animation. iPhone, iPad: - Higher resolution display (and icons) on iPhone 4. - Fixed a display glitch when zooming. - Fixed an occasional rotation twitch on iPad. X11: - Turned on -cycle by default. 2.34 19-May-2010 iPhone: - When docked, don't automatically turn screen off. - Briefly display the date every minute or so. - Made rotation less twitchy. - Fixed off-by-one in date display. OSX: - Animate while resizing window. 2.33 24-Apr-2010 iPhone, OSX, WebOS: - Keep the clock centered in the window even when in 12 hour mode where the hour is one digit, and animate the centering transition. OSX: - Eliminated flicker when a transparent Dali Clock window is on top of a window that is playing video. iPhone: - Animate rotation/scaling during orientation changes. - Submitted to Apple iTunes Store. 2.32 20-Apr-2010 iPhone: - Fixed a startup crash. - Rotation and pinch-zooming works reliably. 2.31 18-Apr-2010 OSX: - Tweaks to Mac OS 10.6 build process. - Rewrote rendering engine in OpenGL / OpenGLES. - The colons and dashes morph now too. iPhone: - Works now! X11: - Added -showdate option so you can run two copies, one showing the date and one showing the time.
2014-12-04Update 1.4.5 to 1.4.6mef3-23/+6
http://lists.roaringpenguin.com/pipermail/remind-fans/2013/002903.html --------------------- 2013-02-02 Release 1.4.6: * Fixed a failure to quote filenames in the editor commands provided by the default wyrdrc. * Fixed a crash when the terminal is resized while wyrd is executing an external editor or browser. (In some environments, this would happen every time a reminder file is edited.) * Fixed 'configure' errors when compiling with OCaml 4. * Added Oasis metadata. * Added automatic refresh of the display when reminder files are modified. * Added a backtrace printout for unhandled exceptions. * Fixed a parallel-make race conditoin resulting from integration of upstream ocaml-curses. * Fixed a crash when the terminal is resized. * Fixed some crashes which could be triggered by pressing arrow keys or entering non-printable characters from the "quick add" entry field.
2014-12-04(pkgsrc)mef6-34/+40
- Add LICENSE (gnu-gpl-v1) - Add comment on patches (mainly from cvs log) (upstream) - Update 0.7 to 0.9 ------------- Tue Sep 6 08:52:43 EST 2005 projclock.tcl - changed name from Project Clock to WorkerTimer due to trademark issue Wed Mar 17 08:40:14 EST 2004 projclock.tcl - some tidying up of window behaviour - fixed problem with custom summary when pclock dir has spaces in name
2014-12-042013.0912:mef2-7/+6
Pulled fix from Adam Schobelock that removes timezone offset caching because it was creating incorrect behavor or Moscow.
2014-12-04(pkgsrc)mef2-7/+7
- Add LICENSE= ( Found Copyright notice at source, for example Warp.pm) (upstream) - Update 0.5 to 0.51 0.51 2014-10-17 New maintainer (SZABGAB) Use Test::More instead of Test Include META.yml RT #77752 POD encoding is now utf8 RT #93259
2014-12-04Udate 1.27 to 1.29mef2-6/+6
1.29 2014-09-01 - when pretty printing negative Time::Seconds, do not lose the "minus" 1.28 (no record)
2014-12-04Update 1.11 to 1.12mef2-7/+6
1.12 2012 September 27 - Fix CPAN RT bug 44167/54990: Negative milliseconds/microseconds. This was a boneheaded mistake I should have fixed years ago. Many thanks to Karl Moens for reporting the error, and for a patch. - Fix CPAN RT bug 47229: Build.PL dependencies. Unfortunately, I cannot fix Makefile.PL, since ExtUtils::MakeMaker has no concept of "recommended" or "optional" modules. Thanks to Jens Rehsack for the suggestion. - Fix CPAN RT bug 55630: ISO-8601 Z (Zulu, UTC) marker not supported. Thanks to Will Coleda for pointing this out. - Fix CPAN RT bug 76705/76707 (maybe): month out of range. I can't reproduce this bug, but I made a change to the time parsing that might fix it. Thanks to Todd Bezenek for reporting the problem.
2014-12-04(pkgsrc)mef2-7/+7
Add LICENSE= (upstream) Update 0.06 to 0.11 ---------------- 0.11 2014-03-26 - Min perl version now set to 5.6.0 - Added description of DateTime::Format::Duration to SEE ALSO 0.10 2014-03-24 - Switched to Dist::Zilla. The Module::Install Makefile.PL was resulting in dependency problems and CPAN Testers fails, and I'm not familiar with it. Easier to switch. Thanks to ZEFRAM for pointing out the problem. 0.09 2014-03-23 - Test::More and Time::Duration were listed as build_requires; changed them to test_requires, with versions. Wonder if this was the cause of the small number of CPAN Testers fails? - Added more more modules to the SEE ALSO section in the pod. 0.08 2014-03-23 - Can now have a leading '+', as in '+2h'. Suggested by MSCHWERN in RT#66572 - Added github repo to metadata (thanks dsteinbrunner) - Added github repo to pod - Added Time::Duration::Parse::More to SEE ALSO 0.07 2014-03-21 - Added 'use warnings' - Specified min perl version as 5.6.0 in Makefile.PL - Fixed pod error reported in RT#86904 - Added license type 'perl' to metadata via Makefile.PL - Reformatted this file as per CPAN::Changes::Spec
2014-12-04Update 1.02 to 1.03mef2-7/+6
1.03 (02.14.2014) - John Siracusa <siracusa@gmail.com> * Documented the return value of parse().
2014-12-04(pkgsrc)mef2-8/+7
-LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} (upstream) Update 0.12 to 0.13 0.13 - 07 Aug 2014 * explicit license in META as per RT #97806 * included other updates to Makefile.PL details (author, etc)
2014-12-04(pkgsrc)mef2-9/+7
small changes on PKGNAME modification -PKGNAME= p5-${DISTNAME:S/06001/06.001/} +PKGNAME= p5-${DISTNAME:S/.06/.06./} drop following line, pkglint flags, and packaged fine without it. -PERL5_BUILD_TYPE= Module::Install::Bundled (upstream) Update 0.06.001 to 0.06.002 0.06002 - 04 Aug 2011 - Fix rt#70001, 5.14 deprecations. - Moved to github
2014-12-04Update 1.8 to 1.93mef2-7/+7
- (Neither ChangeLog or Release Note not found), sorry - Add LICENSE= to ${PERL5_LICENSE}, for web page saying so: --------------- This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. ---------------
2014-12-04Update 1.14 to 1.15mef2-7/+6
1.15 Tue Abr 24 08:14:43 CEST 2012 - Change AIX 'getCommand' to use a non privileged one (patch by marcus.bogenstaetter [...] empirius.de)
2014-12-04(pkgsrc)mef2-9/+6
Convert not to use Module::Build -BUILD_DEPENDS+= {perl>=5.17.1,p5-Module-Build>=0.40000}:../../devel/p5-Module-Build -PERL5_MODULE_TYPE= Module::Build (upstream) update 1.01 to 1.05 1.05 2013-09-18 (Generated by) Dist::Zilla version 4.300030 --> 4.300038 CPAN::Meta::Converter version 2.120921 CPAN::Meta::Converter version 2.140640 1.04 1.03 1.02 2013-09-14 - Added method to get originalEvent from XML - suggested by Ian Norton
2014-12-040.3400 2014-02-12mef2-7/+6
- documentation and packaging fixes - by David Steinbrunner. - version number using 4 digits - requested by David Marshall. 0.33 2013-09-15 - bugfix in SpanSet->grep. Reported by Andreas Isberg
2014-12-04Update 0.16009 to 0.16010mef2-7/+6
0.16010 2014-09-18T12:36:03Z - Add support for various more interval units [pr #3]: millenium, century, decade, month, week
2014-12-04Udate 0.04 to 0.05mef2-7/+6
0.05 2014-10-26 - Added parsing of MySQL fractional seconds (microseconds). - Allowed additional valid MySQL formats (delimiters in DATE and TIME fields using punctuation, 'T' separator between DATE and TIME and single-digit time or date values).
2014-12-04Update 0.40 to 0.42mef2-7/+6
0.42 2014-05-02 - Forgot to properly update the version number... 0.41 2014-05-02 - Fix out-by-ten bug in nanosecond computation (Stephen Thirlwall)
2014-12-04Udate 0.25 to 0.26mef2-7/+6
0.26 Tue Apr 22 2014 - support "MM/DD/YYYY HH:MM" (missing seconds), - support "EEE MMM dd HH:mm:ss z yyyy" (UTC timezone inside string) - thanks David White rt #94911
2014-12-04Update 0.11 to 0.12mef2-7/+6
0.12 2014-07-17 - fix BYMONTH, BYMONTHDAY constraints to FREQ=MINUTELY, FREQ=HOURLY, and FREQ=SECONDLY. patch and tests provided by Andrew Sterling Hanenkamp
2014-12-04Update 0.7 to 0.81mef2-7/+6
------------------ 0.81 - Mon 24 Nov 2014 10:11:50 PST * Add Makefile.PL back into MANIFEST (fixes RT 100524) * Remove MYMETA.* files from MANIFEST (fixes RT 100525) 0.8 - Fri 21 Nov 2014 11:26:57 PST * Update docs * Fix some timezone bugs (Fixes RT 43610 and RT 99804 - thanks Sterling Hanenkamp) * Refactor for more DRYness * Add URL field * Update Module::Install to add META.yml (fixes RT 80668) * Add a note about all day events (RT 63049)
2014-12-04Update 3.7 to 3.11mef2-7/+7
----------------------- Changes in 3.11 * If a yahrzeit would fall on 30 Cheshvan in a short year, advance observance to 1 Kislev. If a yahrzeit would fall on Kislev 30 in a short year, advance observance to 1 Tevet. * Allow Ta'anit Bechorot (Fast of the Firstborn) to fall on a Friday. When a fast day falls on Friday, we do in fact observe the fast on Friday, even though Shabbat follows immediately. Also, in some years, Asarah Betevet (Tenth of Tevet) falls on Friday and is observed on that day. It is only in years when the date of the fast falls on Shabbat that the fast is moved: Ta'anit Ester (Fast of Esther) and Ta'anit Bekhorim are moved back to Thursday. Tsom Gedalyah (Fast of Gedaliah) and Shiv'ah Asar Betammuz (Seventeeth of Tammuz) are moved ahead to Sunday. Tish'ah Be'av (Ninth of Av), a full-day fast, is moved ahead to Saturday night. Asarah Betevet does not fall on Shabbat. Changes in 3.10 * Add Erev Purim and Erev Tish'a B'Av * Add Pesach Sheni (14 Iyyar) Changes in 3.9.1 [revved version number correctly] Changes in 3.9 * Yom Hazikaron first observed in 1949. Yom HaShoah first observed in 1951. * Allow Asara B'Tevet to fall on a Friday. Changes in 3.8 * fixed spelling of shabbat Chazon * fixed yom Haatzmaut 2007 * added support for Mexico DST scheme (no longer the same as US & Canada) * Correct Gibraltar time zone to UTC+1, not UTC-10. Thanks to Jack Gross <jacobbgross@hotmail.com> for reporting the bug.
2014-12-03Be explicit about the library search path.joerg2-6/+7
2014-12-02add -lgthread-2.0 to LDFLAGS on NetBSD, as is already done for SunOS andjmcneill1-2/+3
DragonFly: ld: evolution-webcal-main.o: undefined reference to symbol 'g_thread_init' ld: note: 'g_thread_init' is defined in DSO /usr/pkg/lib/libgthread-2.0.so.0 so try adding it to the linker command line /usr/pkg/lib/libgthread-2.0.so.0: could not read symbols: Invalid operation
2014-12-01Update to 0.3.1:wiz2-6/+6
Version 0.3.1 ============= *released on 24 November 2014* - Fixed a bug where vdirsyncer would delete items if they're deleted on side A but modified on side B. Instead vdirsyncer will now upload the new items to side A. See :gh:`128`. - Synchronization continues with the remaining pairs if one pair crashes, see :gh:`121`. - The ``processes`` config key is gone. There is now a ``--max-workers`` option on the CLI which has a similar purpose. See :ghpr:`126`. - The Read The Docs-theme is no longer required for building the docs. If it is not installed, the default theme will be used. See :gh:`134`.
2014-12-01Update to 2014.10: the usual.wiz2-6/+6
2014-11-24+ hs-timezone-olsonszptvlfn1-1/+3
+ hs-timezone-series
2014-11-24Import timezone-olson-0.1.4 as time/hs-timezone-olson.szptvlfn5-0/+63
A parser and renderer for binary Olson timezone files whose format is specified by the tzfile(5) man page on Unix-like systems. For more information about this format, see http://www.twinsun.com/tz/tz-link.htm. Functions are provided for converting the parsed data into TimeZoneSeries objects from the timezone-series package. On many platforms, binary Olson timezone files suitable for use with this package are available in the directory usrshare/zoneinfo and its subdirectories on your computer.
2014-11-24Import timezone-series-0.1.3 as time/hs-timezone-series.szptvlfn5-0/+51
This package endows Data.Time, from the time package, with several data types and functions for enhanced processing of timezones. For one way to create timezone series, see the timezone-olson package.
2014-11-23Update to 1.81:wiz2-6/+6
1.81 2014-11-21 - Removed tests for Win32 code.
2014-11-20Remove patch-ad, gone from distinfo.wiz1-49/+0
2014-11-19Update to 1.80:wiz2-6/+6
1.80 2014-11-16 - This distro no longer ships the DateTime::TimeZone::Local::Win32 module. Instead, it depends on that module when you install DateTime::TimeZone on a Windows system machine. - Tweaked the warning when loading a zone class from disk that was generated using a different Olson version than the current DateTime::TimeZone module. Previously, it said the loaded version was older, but all we know is that it's different. Reported by Karen Etheridge. RT #66097.
2014-11-13Update to KDE SC 4.14.3markd2-6/+5
2014-11-12Update to 1.79:wiz2-6/+6
1.79 2014-11-11 - This release is based on version 2014j of the Olson database. This release only contemporary changes for Turks & Caicos.
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).