Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 13c1267691 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
archivers Update to 0.0.7: 2012-06-03 10:20:04 +00:00
audio Update to 0.7.5: 2012-06-03 22:44:51 +00:00
benchmarks Work around RMS's ego when examining config.guess output. Should fix 2012-05-23 04:34:05 +00:00
biology All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
bootstrap Don't enforce vulnerability tests during bootstrap. On old systems eg. 2012-05-15 16:42:43 +00:00
cad cad/lc: Remove cat page installation 2012-05-23 12:50:04 +00:00
chat Updated chat/naim to 0.11.8.3.2 2012-06-03 17:24:08 +00:00
comms Update to Asterisk 1.8.12.2: this update fixes fixes AST-2012-007 2012-06-03 22:58:50 +00:00
converters Update to 2.5.2: 2012-06-03 22:24:20 +00:00
cross Fix inline usage. 2012-05-04 16:07:02 +00:00
databases PKGREVISION bump (to 5) matching rev 1.33 of distinfo and associated 2012-06-03 22:33:50 +00:00
devel Update to 0.8.19: 2012-06-03 22:32:59 +00:00
distfiles
doc Updated fonts/py-TTFQuery to 1.0.5 2012-06-03 22:59:12 +00:00
editors Add symlink to gnu/man/man1/ed.1 2012-06-02 07:10:57 +00:00
emulators Refer the user to MAME package for chdman and other utilities. 2012-06-03 09:33:48 +00:00
filesystems Depend on foolscap >= 0.6.3. 2012-05-25 11:25:56 +00:00
finance As the sqlite plugin in the PLIST is unconditional, and sqlite3 is 2012-06-02 18:33:32 +00:00
fonts Update to 1.0.5. No proper changelog found, but previous version is 2012-06-03 22:59:03 +00:00
games Use standard headers. Should fix Solaris build. 2012-05-31 23:15:07 +00:00
geography Add comments (only) about shlib versioning. 2012-06-03 16:05:44 +00:00
graphics bump PKGREV for geos shlib name change 2012-06-02 16:39:42 +00:00
ham Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
inputmethod We don't want lib64 dir even on 64bit arch. 2012-06-02 03:00:57 +00:00
lang Work around (FSVO work around) VAX's lack of inf. 2012-06-03 21:23:10 +00:00
licenses Add SUN INDUSTRY STANDARDS SOURCE LICENSE 2012-04-18 20:57:11 +00:00
mail Update pear-Mail_Mime to 1.8.4. 2012-06-02 04:34:01 +00:00
math Update py-gmpy to 1.15. 2012-06-02 13:52:06 +00:00
mbone Fix build on NetBSD 6+. Remove redundant install commands. 2012-04-07 13:13:24 +00:00
meta-pkgs Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@) 2012-05-29 22:58:52 +00:00
misc Update to 1.2.11: 2012-06-03 21:14:43 +00:00
mk Note xnp2-ia32 option used by emulators/xnp2. 2012-06-02 07:22:36 +00:00
multimedia Update to 1.1.0 2012-05-22 20:42:57 +00:00
net Fix broken build. 2012-06-02 23:34:56 +00:00
news LIBS.SunOS+=-lsocket -lnsl 2012-06-01 00:16:02 +00:00
packages
parallel Set USE_TOOLS instead of BUILD_DEPENDS to get csh, and use ${CSH} 2012-06-02 20:16:09 +00:00
pkgtools Do not treat variable GNU_PROGRAM_PREFIX as a special one. 2012-06-02 12:24:55 +00:00
print Update to 1.0: 2012-06-03 22:03:24 +00:00
regress
security Update to 2.13: 2012-06-03 21:33:26 +00:00
shells Update to 0.5.7. Changes since 0.5.5.1: 2012-05-30 20:33:26 +00:00
sysutils Add symlinks in gnu/man/man1/ 2012-06-02 09:32:30 +00:00
templates
textproc Update to 2.8.0: 2012-06-03 22:18:33 +00:00
time Update to 3.2.4: 2012-06-03 23:04:22 +00:00
wm Update to 1.0.7. 2012-06-03 17:52:45 +00:00
www Remove patches that are not needed after 1.9.4 update. 2012-06-03 22:49:50 +00:00
x11 Update to 7.0.23, based on Makoto Fujiwara's update to 7.0.23 in PR 45465. 2012-06-03 19:57:33 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.