summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd12-22/+24
2012-06-03Update to 3.2.4:wiz3-18/+17
Changes from 3.2.3 to 3.2.4 Fixed a possible double deallocation in the mxDateTime C API import helper. Thanks to Daniele Varrazzo for reporting this. Changes from 3.2.2 to 3.2.3 Fixed a possible segfault when using the .pydate(), .pydatetime() and .pytime() methods. Thanks to Daniel Szoska for reporting this. Changes from 3.2.1 to 3.2.2 mxDateTime seconds rounding is now more careful to not show 60.00 or 61.00 as second value. mxDateTime will now correctly work with numeric arrays (numpy) again. Thanks to Christian Marquardt for reporting the problem. mxDateTime's DateTimeFromAbsDateTime() now accepts leap second values (86400.0 - <86401.0) as well. Thanks to Christian Marquardt for reporting the problem. mxDateTime range errors did not always format the wrong value. Made mxDateTime compile again on Python 2.1 and 2.2. Changes from 3.2.0 to 3.2.1 Fixed a segfault when comparing DateTime/DateTimeDelta with None objects. Thanks to Mark Matthews for reporting this. Changes from 3.1.2 to 3.2.0 Added new .rebuild() methods to both DateTime and DateTimeDelta objects, making it easier creating new objects from existing ones by just replacing some of the parameters (akin to the mxURL .rebuild() method). Greatly enhanced the interoperability with the Python datetime module objects: Added support for handling mixed type operations with datetime.time objects. Added new constructor methods to DateTime and DateTimeDelta objects which aid in combining them with Python datetime module objects: .pytime(), .pytimedelta(), .pydatetime() and .pydate() as appropriate. Added support for Python datetime module objects to the generic mxDateTime constructors DateTimeFrom(), DateFrom(), DateTimeDeltaFrom() (and their aliases). The Python datetime module's C API is now loaded on demand whenever mxDateTime needs to work with PyDateTime objects. mxDateTime was updated to use mixed type number slots, a feature which was added to Python in version 2.1 (by the author of mxDateTime, Marc-André Lemburg). This has made working with DateTime and DateTimeDelta objects and other date/time types a lot more orbust. mxDateTime's gmtime() now also works for ticks values beyond 2038 on 32-bit platforms that implement a POSIX confirm gmtime(), but cannot handle post 2038 dates due to data type restrictions, e.g. older 32-bit Linux platforms. As side-effect, this also speeds up the gmtime() implementation on all platforms with POSIX conform date/time handling. mxDateTime will try to use the most accurate clock available on the system for now(). For most POSIX systems, this is a nanosecond resolution clock. A new global now_resolution allows checking the resolution reported by the system. The performance of now() was enhanced by directly interfacing to the various platform C APIs. Changed: mxDateTime will now format the seconds value in the repr() and the str() output rounded to two decimal places. In previous versions, it used to truncate the fraction after two decimal places. Known problem: mxDateTime doesn't build on FreeBSD with Python 2.7 and 2.7.1. This is a known problem with Python 2.7 and will be fixed in Python 2.7.2. See http://bugs.python.org/issue10547 for details. DateTimeFrom() now accepts a defaultdate parameter when parsing strings or keyword-only arguments. defaultdate provides the defaults to assume when pars of the date/time are not given. It defaults to today(). DateFrom() will now only parse the date parts of a string and only accept date-related keyword arguments. Fixed a bug in the mxDateTime parser that triggered with some ISO formats using second fractions. Thanks to Francesco Pierfederici for bringing this to our attention. Added support for more US AM/PM date formats such as "5:08pm" (without space), "5:08 p.m." (with additional dots) to the mxDateTime parser. Thanks to Tom at TicketStumbler for bringing this to our attention. Changed C API: mxDateTime now uses C longs for years internally and in the C API. Note that the published C API has changed because of this: mxDateTime.DateTime_FromDateAndTime() now expects a long as year instead of an int. This change will require a recompile of the applications using the mxDateTime C API, but should only be noticeable on 64-bit platforms. Added new C API DateTime_FromAbsDateTime to the mxDateTime C API. Added version number to C API object: Due to the changes in the C API, the name of the C API object "mxDateTimeAPI" was changed to "mxDateTimeAPI2", so that applications relying on the old API don't import the changed API by accident. Added optional calendar parameter to DateTimeFromAbsDateTime(). This allows creating DateTime instances with a given calendar. Default is to use the Gregorian calendar. Added BST to mx.DateTime.Timezone. Fixed problem with now() resolution on Windows. It now provides millisecond resolution again. Fixed a bug in mx.DateTime.DateTimeFromAbsDateTime() which caused an endless loop on 64-bit platforms for very large year values. Fixed Debian bug#494792: Incorrect subtraction with regular Python datetime. This was actually a side-effect of the coercion logic previously used in mxDateTime and not really a bug. The new mixed type number slot implementations made it possible to Darko Zurman for pointing this out. Removed left-over debug code which caused the builtin strptime() never to get used. Thanks to Alok Singhal for this one. Fixed a bug in the mxDateTime .ticks() method which causes it to raise an error for vahe Epoch.
2012-06-02Update ruby-tzinfo to 0.3.33.taca2-6/+6
== Version 0.3.33 (tzdata v2012c) - 8-Apr-2012 * Updated to tzdata version 2012c (http://article.gmane.org/gmane.comp.time.tz/4859).
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-7/+12
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision Add LICENSE
2012-05-19time/xfce4-orage: Fix unwanted directory removalmarino1-4/+1
xfce4-orage depends on x11/xfce4-panel which takes care of creating the plugins directory. Remove the redundant directory creation which can lead to directories being removed prematurely.
2012-05-16time/evolution_webcal: Fix indirect linking on DragonFlymarino1-1/+3
2012-05-10Honor PKGMANDIR.dholland2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland3-6/+6
It turns out there were a lot of these.
2012-05-07Build fixes for new glib2.dholland4-1/+49
2012-05-03Drop dependency on libXp (from Imake)obache6-18/+12
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache2-4/+4
2012-04-22Update to 2012c, time zone updates.wiz2-6/+6
2012-04-22Update to 1.01:wiz2-7/+7
v1.01 Fixed POD typo (Pete Lytle) (https://rt.cpan.org/Ticket/Display.html?id=61798) Added "302 moved temporarily" patch (Pete Lytle) (https://rt.cpan.org/Ticket/Display.html?id=69824)
2012-04-22Update to 0.74:wiz2-7/+8
0.74 2012-03-22 - Small packaging fix for metacpan's benefit. No need to upgrade. 0.73 2012-03-17 - Change tests to work with Zefram's entirely rebuilt DateTime::TimeZone distribution, which will replace the current implementation. Patch by Zefram. RT #75757. 0.72 2012-01-05 - Remove Test::DependentModules from the dep list. This is used by some author-only tests. Reported by Zefram. 0.71 2012-01-05 - There will be a new leap second on June 30, 2012. 0.70 2011-05-09 - Really fix %N, finally. This was breaking the DateTime::Event::Recurrence test suite. Patch by Dagfinn Ilmari Mannsåker. 0.69 2011-05-03 - When a DateTime object had nanoseconds == 0, the %N strftime specifier always returned "0" regardless of the precision requested. Reported by John Siracusa. RT #67928. 0.68 2011-04-25 - The tests for %N in the last release relied on the vagaries of floating point math on a 64-bit system. Now the from_epoch() method just uses string operations to separate the epoch into an integer value and a mantissa. This avoids floating point insanity. Reported by zefram. RT #67736. 0.67 2011-04-24 - The %N strftime specifier simply truncated nanoseconds, rather than rounding them. Reported by Michael R. Davis. RT #66744. - The %U strftime specifier was off by one in years where January 1st was a Sunday. Patch by Christian Hansen. RT #67631. - The %W strftime specifier was off by one in years where January 1st was a Sunday or Monday. Patch by Christian Hansen. RT #67631. - Some small optimizations from Christian Hansen. The biggest impact is for calculating week_of_month, week_number, and week_year. - This distro now requires Perl 5.8.1+ (it implicitly did this anyway now that Params::Validate is 5.8.1+).
2012-04-22Comment out test dependency, it's recursive.wiz1-3/+3
2012-04-22Update to 1.46:wiz2-8/+10
1.46 2012-04-02 - This release is based on version 2012c of the Olson database. This release includes contemporary changes for Morocco, Palestine, Syria, and Haiti. 1.45 2012-03-03 - Remove the dependency on DateTime and DateTime::Duration which was accidentally added in 1.43. Reported by Slaven Rezic. RT #75508. 1.44 2012-03-02 - This release is based on version 2012b of the Olson database. This release includes contemporary changes for Cuba. 1.43 2012-03-01 - This release is based on version 2012a of the Olson database. This release includes contemporary changes for Armenia, Chile, the Falkland Islands, and Tokelau. 1.42 2011-11-07 - This release is based on version 2011n of the Olson database. This release includes contemporary changes for Fiji, Moldova (reversing the 2011m changes), and Cuba. The Moldova change removes the Europe/Tiraspol zone added in the previous release. 1.41 2011-10-24 - This release is based on version 2011m of the Olson database. This release includes contemporary changes for Brazil, Moldova, and Ukraine. 1.40 2011-10-10 - This release is based on version 2011l of the Olson database. This release includes contemporary changes for Palestine, Fiji, Russia, Belarus, Ukraine, and several other post-Soviet states. 1.39 2011-09-26 - This release is based on version 2011k of the Olson database. This release includes contemporary changes for Palestine, Belarus, and Ukraine. 1.38 2011-09-19 - Removed code matching /^package/ in tools/parse_olson. This was confusing the metacpan indexer. 1.37 2011-09-12 - This release is based on version 2011j of the Olson database. This release includes contemporary changes for Samoa and historical changes for Kenya, Uganda, and Tanzania. 1.36 2011-08-29 - This release is based on version 2011i of the Olson database. This release includes a new zone for South Sudan (Africa/Juba) and changes for Samoa, Kaliningrad (Russia), Alaska, Hawaii, Newfoundland/Labrador (Canada), and Resolute Bay. - Require ExtUtils::MakeMaker 6.58+. This fixes an installation problem on Windows. 1.35 2011-07-03 - This release is based on version 2011h of the Olson database. This release includes changes for Russia. - Include UTC in the list of all time zone names. RT #67070. 1.34 2011-04-25 - This release is based on version 2011g of the Olson database. This release includes changes for Egypt. - DateTime::TimeZone::Floating and DateTime::TimeZone::UTC are now singletons, since their internal state never changes. 1.33 2011-04-11 - This release is based on version 2011f of the Olson database. This release includes changes for the Falkland Islands. 1.32 2011-04-01 - This release is based on version 2011e of the Olson database. This release includes changes for Morocco and Chile. 1.31 2011-03-18 - Updates for Win32 time zones. Patch by David Pinkowitz. 1.30 2011-03-14 - This release is based on version 2011d of the Olson database. This release includes changes for Samoa, Turkey, and Cuba. 1.29 2011-03-07 - This release is based on version 2011c of the Olson database. This release includes new zones, America/Sitka and America/Metlakatla, as well as changes for Alaska and Chile. 1.28 2011-02-07 - This release is based on version 2011b of the Olson database. This release includes a new zone, America/North_Dakota/Beulah. 1.27 2011-01-19 - This release is based on version 2011a of the Olson database. This release includes historical updates for Australia and Hawaii. 1.26 2010-11-20 - Fix release engineering bugs. The last release had both a Build.PL and Makefile.PL, but the former did not list all the prereqs. Also, dynamic prereqs for Win32 and HPUX were not being added properly. 1.25 2010-11-20 - Attempting to determine the local time zone while inside a sort subroutine could cause an error "Can't return outside a subroutine". This was caused by stack corruption that happens when an eval "use $module" fails. Reported by Andy Jones. RT #63106. 1.24 2010-10-25 - This release is based on version 2010n of the Olson database. This release includes updates for Fiji. - All modules in the distro now have the same $VERSION. 1.23 2010-10-25 - This release is based on version 2010n of the Olson database. This release includes updates for Fiji. 1.22 2010-09-27 - This release is based on version 2010m of the Olson database. This release includes historical updates for Hong Kong.
2012-04-17Fix main.joerg4-7/+26
2012-04-15Reset maintainer, developer has left the buildingwiz3-6/+6
2012-04-15Update KDE SC to 4.8.2markd1-4/+4
bugfixes.
2012-04-13Fix build on SunOS, link against -lm -lrt.hans1-1/+2
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz1-5/+1
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-03-20Update to 0.11markd5-44/+23
v0.11 2011-01-14 - Fix endless loop when using some particular settings - Included an option to postpone a break v0.11-beta1 2010-10-03 - Fix detection of additional screens - Make popup time configurable - Require Qt 4.6.0 and KDE 4.4.0 - Fix timers when lock button is pressed - Add the possibility to remove the lock button - Remove buggy screenshot to show RSIBreak in the systray at startup and when launching a second time - Add notification settings to the config - Don't restart timers when leaving config and timers has not been changed - Slideshoweffect: make the visibility of small images optional. ( Juan Luis Baptiste ) - Make popup visibly more attractive ( Juan Luis Baptiste) - Make timers work for Qt=>4.4 ( Chani Armitage ) - Fix plasma category ( Balcaen John ) - Use KIdle library from kdelibs, instead of directly asking X.
2012-03-20add ktimermarkd1-1/+2
2012-03-20Import ktimer. Part of KDE SC 4.8.0markd4-0/+37
KDE countdown launcher
2012-03-15Bump PKGREVISION from default python to 2.7.obache2-3/+4
2012-03-14Fix build on newer NetBSD.joerg3-1/+29
2012-03-12Update to 2012b, the usual time zone updates.wiz3-7/+8
2012-03-12Update ruby-tzinfo package to 0.3.32.taca3-7/+8
== Version 0.3.32 (tzdata v2012b) - 4-Mar-2012 * Updated to tzdata version 2012b (http://article.gmane.org/gmane.comp.time.tz/4756).
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz2-4/+4
py-* not affected, since it built different versions depending on the setting already.
2012-03-06Always install the man page. Bump revision.joerg2-10/+4
2012-03-06Recursive PKGREVISION bump for xulrunner, nss, and nspr.ryoon2-4/+4
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz16-32/+32
2012-02-25This package has no contents to buildlink3, remove unwanted buildlink3.mk.obache1-14/+0
2012-02-24Add buildlink for gcalreinoud1-0/+14
2012-02-23Update kronolith to 2.3.6.obache3-9/+24
(while here, set LICENSE=gnu-gpl-v2, fix unwanted empty directories creation) ------ v2.3.6 ------ [jan] Add upgrade scripts for next-generation SQL share driver. [jan] Export recurrence exceptions in a more portable way. ------ v2.3.5 ------ [gwr] Fix moving events between calendars for the Kolab driver (Bug #7932) [jan] Import and export the privacy field in CSV data (Request #9139). [mjr] Send an iTip REQUEST, not ADD, when updating an existing event (Bug #9131). [jan] Fix all-day events sometimes showing up an day early too (Bug #9012). [mjr] Sort exception list before displaying (Request #7688). [mjr] Do not remove history entries when removing user data (Bug #8755). ------ v2.3.4 ------ [jan] Delete Horde alarms when resetting an event alarm. [jan] Set an alarm to one minute, if users try to set an alarm without time. [gwr] Fix editing the start date of recurring events (kolab/issue3885). ------ v2.3.3 ------ [jan] Fix editing URLs of remote calendars. [gwr] Fix recurring weekly events with fixed number of occurences but multiple incidences per week (kolab/issue3846). [gwr] Fix recurring weekly events with intervals > 1 (Bug #8546). [jan] Optimize event link generation (patrick.abiven@apitech.fr). [jan] Fix Oracle SQL scripts. [jan] Fix charset of ajax responses. [jan] Add Croatian translation (Matej Vela <matej.vela@carnet.hr>). [jan] Speed up listing alarms (patrick.abiven@apitech.fr, Request #8638). [jan] Simplify and improve portability of listing events without date limits in the SQL driver (Bug #8590). [mjr] Fix issue that caused the default alarm time to be applied to listTimeObjects events (Bug #8588). ------ v2.3.2 ------ [mms] Upgrade prototype.js to v1.6.1. [jan] Allow to add address lists as attendees through the address book popup (Bug #7834). [jan] Fix exporting certain weekday recurrence rules to iCalendar (lst_hoe02@kwsoft.de, Bug #8501). [jan] Export recurrence end dates as date-time values in iCalendar data to improve compatibility with external clients (Bug #7846). [jan] Fix synchronization with output compression enabled (Bug #7769). [jan] Add configuration whether to show user drop down list or text field in permissions dialog (requires Horde 3.3.5). [jan] Propagate the 'modified' API method (Request #8274). [cjh] Fix the signature of the kronolith/import API method (rpolli@babel.it, Bug #8309). [jan] Correctly create all-day events if using the all-day link in the day view (stpierre@nebrwesleyan.edu, Bug #8220). [jan] Fix rendering of all-day events (Bug #8176). ------ v2.3.1 ------ [jan] Render contact autocompletion list on top of free/busy blocks (Bug #7273). [jan] Save recurrence exceptions when copying events (Bug #7689). [jan] Prevent warnings if trying to add address lists as attendees (Bug #7834). [jan] Fix start and end time calculation of multi-day events (Bug #7788). [jan] Wrap URL in calendar information in IE7 (almarin@um.es, Bug #8043). [jan] Fix "Date-string has wrong format" error with holidays (Bug #7961). [jan] Use improved translation support in Date_Holidays (requires 0.21.0 now, Bug #7272). [jan] Empty view cache when changing calendar selection (stpierre@nebrwesleyan.edu, Bug #7879). [mjr] Fix category CSS being included on embedded widgets. [cjh] Work around BC break with Horde versions before 3.2 (Bug #7820). [jan] Allow to manually change attendee responses (paul@carnie.com.au, Request #7443). [jan] Fix linking to last week across certain year boundaries (Bug #7827). [jan] Add script to import events from SquirrelMail database. [cjh] Add private-***.png graphics to Tango and Silver themes (Bug #7531). [cjh] Fix listing of users in the calendar/browse API call. [jan] Set timezone per user preference and fix recurring events when sending reminders through Kronolith (develop@kristov.de, Bug #7038). [cjh] Add a PostgreSQL-specific upgrade script for 2.2 to 2.3 (michael.menge@zdv.uni-tuebingen.de, Bug #7454). [mms] Upgrade prototype.js to v1.6.0.3.
2012-02-16Make sure the correct install tool is used.hans2-2/+4
2012-02-12Update p5-Schedule-At to 1.04.hiramatsu3-27/+6
Changes from previous: ---------------------- 1.12 Wed May 25 11:53:10 MEST 2011 - Added support for NetBSD and DragonFly NetBSD (Dan McMahill <dmcmahill AT netbsd.org>) 1.13 - Fix POD errors (https://rt.cpan.org/Public/Bug/Display.html?id=63810) (reported and patch submitted by carnil [...] debian.org) - Updated support for AIX (Bogenstätter Marcus <bogenstaetter AT empirius.de>) 1.14 Mon Jan 30 16:25:48 MET 2012 - Fix https://rt.cpan.org/Public/Bug/Display.html?id=72813 (reported by cbouvi [...] cpan.org)
2012-02-06Revbump forwiz17-34/+34
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-29time/glclock: Restore libGL reference to patch-aamarino2-4/+4
On 24 April 2008, the GL library was removed from the configuration to "Fix build with the latest version of the Mesalib package". Symbols from this library are still referenced though. The patch was changed to the original libraries and order with the exception of the additional libSM and libICE. It builds fine using the latest Mesalib package.
2012-01-29time/catclock: Restore missing reference to libXtmarino2-4/+4
The patch-aa removed the linkage to libXt (static) but catclock still needs functions from this library which it was accessing indirectly. Change this to a direct link which makes gnu linker v2.22 happy.
2012-01-29time/rsibreak: Fix indirect linking error on DragonFlymarino1-1/+3
2012-01-29time/xonclock: Fix indirect linking error on DragonFlymarino1-1/+3
2012-01-26Updated to 0.537rhaen2-7/+6
Changes: 0.537 (05.04.2011) - John Siracusa <siracusa@gmail.com> * Well that was fast. DateTime 0.69 fixes RT 67928. Tests updated. 0.536 (05.03.2011) - John Siracusa <siracusa@gmail.com> * Account for changes in DateTime 0.67 and later and work around http://rt.cpan.org/Public/Bug/Display.html?id=67928 0.535 (01.24.2010) - John Siracusa <siracusa@gmail.com> * Handle pre-0.4 version of DateTime::Locale. (RT 65070)
2012-01-26Updated to 1.5000rhaen2-7/+6
Changes: 1.5000 2010-10-16 - This module did not recognize UTC as a valid time zone. Patch by Danijel Tašov. RT #59209.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd5-10/+10
2012-01-20Mark as not available for python3 because py-setuptools isn't.wiz1-2/+3
2012-01-20Update to 2011n. Usual timezone changes, and:wiz3-7/+19
2011-02-08 - Python 3.1 support.
2012-01-20Update to 2.2.wiz3-27/+24
2.2 --- * migration to https://github.com/collective/icalendar using svn2git preserving tags, branches and authors. [garbas] * using tox for testing on python 2.4, 2.5, 2.6, 2.6. [garbas] * fixed tests so they pass also under python 2.7. [garbas] * running tests on https://jenkins.plone.org/job/icalendar (only 2.6 for now) with some other metrics (pylint, clonedigger, coverage). [garbas] * review and merge changes from https://github.com/cozi/icalendar fork. [garbas] * created sphinx documentation and started documenting development and goals. [garbas] * hook out github repository to http://readthedocs.org service so sphinx documentation is generated on each commit (for master). Documentation can be visible on: http://readthedocs.org/docs/icalendar/en/latest/ [garbas]
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache5-10/+10
2012-01-08Add missing mk/termcap buildlink.sbd1-1/+3
Bump PKGREVISION