pkgsrc/time
wiz 350f83fd51 Update to 3.2.4:
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-03 23:04:22 +00:00
..
abclock Import abclock-1.0d as time/abclock from wip/abclock by ghen@ 2011-11-08 10:49:35 +00:00
anacron
asclock Always install the man page. Bump revision. 2012-03-06 23:29:29 +00:00
asclock-gtk recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
asclock-xlib
bbdate
cairo-clock Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
cal
cardboard-schedule Fix build: 2011-12-13 06:14:47 +00:00
catclock time/catclock: Restore missing reference to libXt 2012-01-29 15:52:34 +00:00
dclock
devtodo Fix build with modern GCC. 2011-11-25 22:19:23 +00:00
emiclock Drop dependency on libXp (from Imake) 2012-05-03 09:55:29 +00:00
etm Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
evolution-webcal time/evolution_webcal: Fix indirect linking on DragonFly 2012-05-16 18:02:45 +00:00
gcal Fix build on newer NetBSD. 2012-03-14 23:20:10 +00:00
gchore Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
gdeskcal Bump PKGREVISION for python default version change to 2.7. 2012-03-09 12:33:57 +00:00
glclock time/glclock: Restore libGL reference to patch-aa 2012-01-29 15:53:27 +00:00
globe Fix main. 2012-04-17 17:49:28 +00:00
gnotime Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
gnutime Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@). 2012-05-29 22:20:40 +00:00
gnyaclock Drop dependency on libXp (from Imake) 2012-05-03 09:55:29 +00:00
grdc Make sure the correct install tool is used. 2012-02-16 19:55:31 +00:00
gtodo Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
gtodo-applet Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
hamster-applet Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
hebcal Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
heirloom-date DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
ical Fix build with gcc4.5 2011-01-29 22:53:29 +00:00
ical2rem
jday
kronolith Update kronolith to 2.3.6. 2012-02-23 12:05:50 +00:00
ktimer Update KDE SC to 4.8.2 2012-04-15 05:54:50 +00:00
leapsunpack
libical
lmclock
logtime
ocaml-calendar Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
p5-Calendar-Simple Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Convert-NLS_DATE_FORMAT Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Data-ICal Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Data-ICal-DateTime Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Date-ICal Update to 2.678: 2011-08-16 22:39:26 +00:00
p5-Date-Leapyear Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime Update to 0.74: 2012-04-22 12:40:38 +00:00
p5-DateTime-Calendar-Discordian Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Calendar-Mayan Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Event-Cron Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Event-ICal Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Event-Random Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Event-Recurrence Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-Builder Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-DateManip Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-DateParse Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-Epoch Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-Flexible Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-HTTP Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-ICal Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-ISO8601 Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-Mail Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-MySQL Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-Natural Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-Oracle Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-Pg Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-SQLite Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Format-Strptime Updated to 1.5000 2012-01-26 19:00:53 +00:00
p5-DateTime-Format-W3CDTF Update CPAN module package for DateTime::Format::W3CDTF in 2011-11-15 11:32:21 +00:00
p5-DateTime-Locale Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Precise Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-DateTime-Set Update p5-DateTime-Set to 0.31. 2011-10-15 15:17:06 +00:00
p5-DateTime-TimeZone Comment out test dependency, it's recursive. 2012-04-22 12:26:13 +00:00
p5-DateTime-TimeZone-HPUX Drop Module::Build requirements, default dependency is sufficient. 2011-08-16 09:40:46 +00:00
p5-DateTimeX-Easy Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-MooseX-Types-DateTime Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-MooseX-Types-DateTime-ButMaintained Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-MooseX-Types-DateTimeX Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Net-Google-Calendar Update to 1.01: 2012-04-22 12:43:49 +00:00
p5-Olson-Abbreviations Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Rose-DateTime Updated to 0.537 2012-01-26 19:18:26 +00:00
p5-Schedule-At Update p5-Schedule-At to 1.04. 2012-02-12 06:27:14 +00:00
p5-Schedule-Cron-Events Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Template-Plugin-DateTime Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Test-MockTime Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-Clock Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-Duration Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-Duration-Parse Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-Elapsed Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-Format Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-Format_XS Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-HiRes Updating Time::HiRes module for Perl programming language in 2011-11-11 11:25:38 +00:00
p5-Time-Interval Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-Local Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-modules Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-Period Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-Piece Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-Progress Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-TAI64 Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-Time-Warp Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
p5-TimeDate Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
pcal fix getline -> get_line for -current (thank you POSIX) 2010-04-29 00:17:14 +00:00
pclock
pear-Date Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
phoon Honor PKGMANDIR. 2012-05-10 22:16:54 +00:00
php-calendar Re-import misc/php-calendar package as time/php-calendar. 2010-03-16 15:13:07 +00:00
plan PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
planner Build fixes for new glib2. 2012-05-07 01:34:55 +00:00
polclock
projclock Make sure the correct install tool is used. 2012-02-16 19:55:31 +00:00
ptimetracker Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
py-dateutil Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
py-icalendar Update to 2.2. 2012-01-20 12:08:47 +00:00
py-mxDateTime Update to 3.2.4: 2012-06-03 23:04:22 +00:00
py-parsedatetime Remove me as maintainer. This module isn't very useful after all. 2010-09-04 18:45:22 +00:00
py-pytz Update to 2012c, time zone updates. 2012-04-22 16:13:30 +00:00
rclock
rem2ics No need to buildlink with perl5, just require perl to run and pod2man to gen man. 2011-08-14 15:23:41 +00:00
remind Update remind to 3.1.9. 2010-09-09 11:39:58 +00:00
rsibreak Update to 0.11 2012-03-20 11:08:57 +00:00
rsibreak-kde3 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
ruby-tzinfo Update ruby-tzinfo to 0.3.33. 2012-06-02 01:48:35 +00:00
saytime Fix main. 2012-04-17 17:49:28 +00:00
sunclock
swisswatch
tdl
titrax Drop dependency on libXp (from Imake) 2012-05-03 09:55:29 +00:00
vixie-cron Make the crontab entry '-q' option work. 2011-11-02 23:47:37 +00:00
wmCalClock
wmclockmon recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wmfishtime recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wmmoonclock Fix broken destdir install. (hi joerg) 2010-04-29 00:09:28 +00:00
wmtime
wmzcalock
wxRemind Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
wyrd Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
xalarm Drop dependency on libXp (from Imake) 2012-05-03 09:55:29 +00:00
xbeats
xcal Drop dependency on libXp (from Imake) 2012-05-03 09:55:29 +00:00
xchrono
xdaliclock
xdkcal
xfce4-datetime-plugin Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
xfce4-orage time/xfce4-orage: Fix unwanted directory removal 2012-05-19 00:34:45 +00:00
xfce4-timer-plugin Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
xonclock Fix build on SunOS, link against -lm -lrt. 2012-04-13 23:33:34 +00:00
xtide Fix build with png-1.5. 2011-01-31 20:23:10 +00:00
xtimer Drop dependency on libXp (from Imake) 2012-05-03 09:55:29 +00:00
xtu Reset maintainer, sketch resigned. 2011-11-28 00:06:17 +00:00
zonetab
Makefile add ktimer 2012-03-20 06:18:32 +00:00