summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2009-04-07Make it compile on DragonFly master.hasso2-7/+19
2009-04-02always use the system's timezone files (previously it did sodrochner2-416/+4
only on Linux) -- the bundled ones are not consistent wrt some prefix (freeassociation.sourceforge.net vs citadel.org) which triggers a runtime check when imported ical files are used, bump PKGREVISION
2009-03-22Update to 2.26.0:wiz4-15/+39
=============== Version 2.26.0 =============== Applet - changes * Final fixes to utf-8 and Python 2.6 sqlite Updated translations * as (Amitakhya Phukan) * ca (David Planella) * de (Hendrik Richter) * el (Jennie Petoumenou) * gu (Ankit Patel) * ja (Takeshi AIHANA) * lt (Gintautas Miliauskas) * mr (Sandeep Shedmake) * pa (Amanpreet Singh Alam) * ro (Adi Roiban) * ru (Yuriy Penkin) * ta (I. Felix) * te (Krishna Babu K) =============== Version 2.25.92 =============== Applet - changes * Fixed problems with utf-8 and Python 2.6 sqlite * Escaping user input so they don't break UI where pango is used * Stop tracking on shutdown was ignoring user preference Updated translations * cs (Adrian Gunis) * en_GB (Philip Withnall) * fi (Timo Jyrinki) * fr (Claude Paroz) * he (Yair Hershkovitz) * it (Milo Casagrande) * ko (Changwoo Ryu) * or (Arun Mohapatra) * pt (Duarte Loreto) * pt_BR (Vladimir Melo) * sl (Matej Urbančič) * tr (Baris Cicek) =============== Version 2.25.91 =============== Applet - changes * Show day totals in statistics (patch by Daniel Watkins) * Better keyboard support (Enter / Escape, patch by Daniel Watkins) * Fixes to detect alternative pygtk (Frederic Peters) * Fixes to support Japanese better (Takao Fujiwara) * Python 2.6 support (Patryk Zawadzki) * Better duplicate entry checks in activities / categories Updated translations * bg (Alexander Shopov) * ca (Gil Forcada) * da (Kenneth Nielsen) * es (Juanje Ojeda Croissier) * eu (Inaki Larranaga Murgoitio) * fi (Ilkka Tuohela) * he (Yair Hershkovitz) * ko (Changwoo Ryu) * nb (Kjartan Maraas) * nl (Wouter Bolsterlee) * pl (Tomasz Dominikowski) * pt_BR (Henrique P. Machado) * sl (Matej Urbančič) * sv (Daniel Nylander) * th (Theppitak Karoonboonyanan) * zh_cn (甘露(Gan Lu)) * zh_HK (Chao-Hsiung Liao) * zh_TW (Chao-Hsiung Liao) =============== Version 2.25.3 =============== We were late for 2.25.1 and 2.25.2, so here we go - changes since 2.24.0! Applet - changes * Now it is possible to add description after activity, delimiting with comma: "watering flowers, begonias" will add activity "watering flowers" with description "begonias". Likewise you can go for cacti, and forgetmenots * Task category can be seen in dropdown and can be specified on fly to autocreate: working@new project - will create category "new project" and add activity "working" to it * Hamster now can remind of itself every once in a while, interval is set in preferences (George Logiotatidis) * Sending dbus signals on activity change (Juanje Croissier) Applet - love * Applet now again can be found in applet list by searching for 'hamster' * Get instant totals per category for today, in applet dropdown * Improvements in report - somewhat nicer look and there are also totals (Giorgos Logiotatidis) * Use vertical space if we have some on panel and show applet in two lines Updated translations * bg.po (Alexander Shopov) * el (Nick Agianniotis) * he (Yair Hershkovitz) * ku (Erdal Ronahi) * lv (Toms Bauģis) * sv (Daniel Nylander) * zh_CN (Ray Wang)
2009-03-22Update to 2.26.0:wiz3-9/+9
2009-03-16 Rodney Dawes <dobey@gnome.org> * configure.ac: Up version to 2.26.0 for release 2009-02-17 Rodney Dawes <dobey@gnome.org> * configure.ac: Up version to 2.25.91 for release 2009-02-14 Rodney Dawes <dobey@gnome.org> * src/Makefile.am: * src/*.[ch]: Remove dependency on bonobo Fix GtkAdjustment page size deprecation warning Fixes #571752 2009-02-13 Rodney Dawes <dobey@gnome.org> * configure.ac: Up version to 2.25.90 for release 2009-02-13 Rodney Dawes <dobey@gnome.org> * src/evolution-webcal-main.[ch]: * src/evolution-webcal-notify.h: Update some includes and macros to not require libgnomeui 2009-02-13 Rodney Dawes <dobey@gnome.org> * configure.ac: * src/evolution-webcal-notify.h: Remove libgnomeui dependency 2009-02-12 Rodney Dawes <dobey@gnome.org> * src/evolution-webcal-notify.c: Replace GnomeIconTheme usage with GtkIconTheme Fixes #571499 2009-02-09 Andre Klapper <a9016009@gmx.de> * src/evolution-webcal-notify.c: Remove deprecated #include. Patch by Tal Benavidor. Fixes bug #564354.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg5-65/+30
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-20Include pyversion.mk include the protected part of the buildlink3.mkjoerg1-3/+3
files, not over and over again.
2009-03-19update to 0.43drochner3-6/+53
changes: fixes from evolution pkgsrc change: pull in a portability patch from evolution-data-server, depend on zone.tab
2009-03-18Unify all the mozilla projects into using a single Makefile.common andabs2-12/+5
INSTALL, and put it in seamonkey. Ensure all build with USE_DESTDIR. Bump PKGREVISIONs
2009-03-17Correct email address for generic MAINTAINER.darcy1-2/+2
2009-03-13Make it compile on DragonFly.hasso2-1/+26
2009-03-08Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk.wiz2-4/+4
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-2/+1
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2009-03-05Added hebcal 3.7smb1-1/+2
2009-03-05Initial version of a perpetual Hebrew calendarsmb4-0/+41
2009-03-02+MAKE_JOBS_SAFE=noabs1-1/+2
2009-02-25Upstream changes:sno2-6/+6
1.9719 [2009-01-04] - As with QNX, Haiku has the API of interval timers but not the implementation (bleadperl change #34630), hence skip the tests, via David Mitchell. 1.9718 [2008-12-31] - .xs code cleanup from Albert Dvornik - in the #39 and #40 do not do us I did, mixing alarm() and sleep(). Now instead spin until enough time has passed. 1.9717 [2008-12-30] - Skip the tests added in 1.9716 (#39, #40) if there's no subsecond alarm capability, like with the older subsecond alarm tests 1.9716 [2008-12-26] - Change documentation to agree with reality: there are no interval timers in Win32. - Address [rt.cpan.org #35899] (problem in subsecond sleeps), add two tests to guard against this problem - Address [rt.cpan.org #36600] 'Division by zero' failure in test suite - Address [rt.cpan.org #37340] [PATCH] Address timer process in test - Address [rt.cpan.org#40311 ] bad implementation of hrt_usleep with TIME_HIRES_NANOSLEEP
2009-02-23Update to 2009a:wiz3-8/+10
Changes undocumented, probably just timezone updates.
2009-02-22Update from version 0.83.1 to 0.84.he2-7/+7
Upstream changes: 0.84 2009-01-21 - This release is based on version 2009a of the Olson database. Changes include spelling "Katmandu" as "Kathmandu" (with a link for the old spelling), fixes for historical rules in Switzerland, and changes to America/Resolute and Cuba for the past few years (but not present). - If DateTime::TimeZone::Local could not load its OS-specific subclass because of a missing dependency, it would silently fall back on loading the Unix subclass, rather than throwing an error. RT #41305. - Fixed a bug where the short names for some time zones were wrong. This mostly (exclusively?) manifested in time zone rules for the first half of the 20th century or so.
2009-02-22Add p5-DateTime-Format-HTTP.he1-1/+2
2009-02-22Import p5-DateTime-Format-HTTP version 0.37.he3-0/+28
This module provides functions that deal the date formats used by the HTTP protocol (and then some more).
2009-02-17Update patchsumjoerg1-1/+2
2009-02-17Use Python Egg framework. Bump revision.joerg3-9/+90
2009-02-17+p5-DateTime-Event-Randomabs1-1/+2
2009-02-17Added time/p5-DateTime-Event-Random version 0.03abs3-0/+28
This module provides convenience methods that let you easily create DateTime::Set, DateTime, or DateTime::Duration objects with random values.
2009-02-16Finish move of wmCalClock from wmcalclock to wmCalClock.wiz6-67/+2
2009-02-16Re-import of time/wmcalclock to match its DISTNAME.wiz5-0/+65
2009-02-16Convert to user-destdir.wiz1-6/+7
2009-02-14Added time/p5-MooseX-Types-DateTime version 0.03abs1-7/+6
This module packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects.
2009-02-14+p5-DateTimeX-Easyabs1-1/+2
2009-02-14Added time/p5-DateTimeX-Easy version 0.085abs3-0/+36
DateTimeX::Easy makes DateTime object creation quick and easy. It uses a variety of DateTime::Format packages to do the bulk of the parsing, with some custom tweaks to smooth out the rough edges (mainly concerning timezone detection and selection).
2009-02-14+p5-DateTime-Format-DateManipabs1-1/+2
2009-02-14Added time/p5-DateTime-Format-DateManip version 0.04abs3-0/+30
DateTime::Format::DateManip is a class that knows how to convert between Date::Manip dates and durations and DateTime and DateTime::Duration objects. Recurrences are note yet supported.
2009-02-13+p5-DateTime-Format-Flexibleabs1-1/+2
2009-02-13Added time/p5-DateTime-Format-Flexible version 0.05abs3-0/+36
If you have ever had to use a program that made you type in the date a certain way and thought "Why can't the computer just figure out what date I wanted?", this module is for you. DateTime::Format::Flexible attempts to take any string you give it and parse it into a DateTime object. The test file tests 2500+ variations of date/time strings. If you can think of any that I do not cover, please let me know.
2009-02-13+p5-DateTime-Format-Naturalabs1-1/+2
2009-02-13Added time/p5-DateTime-Format-Natural version 0.74abs3-0/+34
DateTime::Format::Natural takes a string with a human readable date/time and creates a machine readable one by applying natural parsing logic.
2009-02-13+p5-Date-Calcabs1-1/+2
2009-02-13Added time/p5-Date-Calc version 5.4abs3-0/+39
This package consists of a C library and a Perl module (which uses the C library, internally) for all kinds of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable). (See also http://www.engelschall.com/u/sb/download/Date-Calc/DIN1355/ for a scan of part of the "DIN 1355" document (in German)). The module of course handles year numbers of 2000 and above correctly ("Year 2000" or "Y2K" compliance) -- actually all year numbers from 1 to the largest positive integer representable on your system (which is at least 32767) can be dealt with.
2009-02-13+p5-MooseX-Types-DateTimeabs1-1/+2
2009-02-13Added time/p5-MooseX-Types-DateTime version 0.03abs3-0/+43
This module packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects.
2009-02-13+p5-DateTime-Format-DateParseabs1-1/+2
2009-02-13Added time/p5-DateTime-Format-DateParse version 0.04abs3-0/+31
This module is a compatibility wrapper around Date::Parse. It accepts no arguments to its import method and exports no symbols.
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg2-2/+4
changed runtime dependencies now.
2009-02-09Remove Python 2.1 support.joerg1-2/+1
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma1-2/+2
well over a year now. Sorry. :-(
2009-01-19+p5-Time-modulesabs1-1/+2
2009-01-19Set USE_LANGUAGES= # emptyabs1-2/+2
2009-01-19Added time/p5-Time-modules version 2006.0814abs3-0/+35
This package contains the following perl5 modules: Time::CTime.pm ctime, strftime, and asctime Time::JulianDay.pm Julian Day conversions Time::ParseDate.pm Reverses strftime and also understands relative times Time::Timezone.pm Time::DaysInMonth.pm
2009-01-16Update to 2.24.3:wiz2-7/+6
=============== Version 2.24.3 =============== Applet * Reverse the sqlite check to accomodate for python 2.6 and 3.0 Updated translations * bg (Alexander Shopov)