summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2008-07-13Add patches for wyrd privilege escalation (CVE-2008-0806). Thanks, agc!tonnerre4-2/+46
2008-06-23Add py-pytz.markd1-1/+2
2008-06-23Initial import py-pytz-2008bmarkd4-0/+640
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).
2008-06-20Add DESTDIR support.joerg35-85/+144
2008-06-16Install using BSD_INSTALL_PROGRAM, root permissions are requested usingjoerg2-6/+17
SPECIAL_PERMS later.
2008-06-12Add DESTDIR support.joerg29-59/+109
2008-06-01Needs a C compiler (otherwise some dependencies like e.g. p5-XML-Atomwiz1-3/+4
don't accept the package). Bump PKGREVISION for the additionally installed C module.
2008-06-01Add missing dependency on p5-List-MoreUtils.obache1-1/+3
Should fix PR 38809. Bump PKGREVISION.
2008-05-29Updated time/p5-DateTime-Locale to 0.4001abs2-6/+9
0.4001 2008-05-19 - Minor changes to get test passing under 5.6.x. 0.40 2008-05-18 * Dropped support for Perl 5.005. - Based on CLDR 1.5.1 - Massive reworking of the locale generation code. We now extract much more information from the CLDR files. See the DateTime::Locale and DateTime::Locale::Base documentation for details on what is available. - Lots of bug fixes in the data. The old generation code was often extracting the draft form of a piece of data as opposed to the current final form. There are also many other data fixes from this new generation code. - One of the notable additions is the inclusion of $locale->format_for(...) and $locale->available_formats(). This gives you access to formatting for various arbitrary patterns like "year and month" or "month and day". Requested by Brian Hirt. - Many of the new features in this release will only be available with DateTime.pm 0.43+, since it requires a version of DateTime.pm which can handle the CLDR date pattern language. - All locale files now include POD with examples of the data they include.
2008-05-28Updated time/p5-Time-HiRes to 1.9715abs2-6/+8
1.9715 [2008-04-08] - Silly me: Makefile.PL does need to accept arguments other than mine. Some testing frameworks obviously do this. - Add retrying for tests 34..37, which are the most commonly failing tests. If this helps, consider extending the retry framework to all the tests. [Inspired by Slaven Rezic, [rt.cpan.org #34711] Occasional failures of test 35 or 36 (FreeBSD)] 1.9714 [2008-04-07] - Under Perl 5.6.* NVgf needs to be "g", reported by Zefram, it seems that ppport.h 3.13 gets this wrong. - remove the check in Makefile.PL for 5.7.2, shouldn't be (a) necessary (b) relevant - add logic to Makefile.PL to skip configure/write Makefile step if the "xdefine" file already exists, indicating that the configure step has already been done, one can still force (re)configure by "perl Makefile.PL configure", or of course by "make clean && perl Makefile.PL". 1.9713 [2008-04-04] - for alarm() and ualarm() [Perl] prefer setitimer() [C] instead of ualarm() [C] since ualarm() [C] cannot portably (and standards-compliantly) be used for more than 999_999 microseconds (rt.cpan.org #34655) - it seems that HP-UX has started (at least in 11.31 ia64) #defining the CLOCK_REALTIME et alia (instead of having them just as enums) - document all the diagnostics 1.9712 [2008-02-09] - move the sub tick in the test file back to where it used to be - in the "consider upgrading" message recommend at least Perl 5.8.8 and make the message to appear only for 5.8.0 since 5.8.1 and later have the problem fixed - VOS tweak for Makefile (core perl change #33259) - since the test #17 seems to fail often, relax its limits a bit 1.9711 [2007-11-29] - lost VMS test skippage from Craig Berry - reformat the test code a little 1.9710 [2007-11-29] - I got the sense of the QNX test the wrong way in an attempt to generalize it for future 1.9709 [2007-11-28] - casting fixes from Robin Barker for g++ and 64bitint - in QNX skip the itimer tests because though the API is there, the implementation isn't, from Matt Kraai - raise the dead man timer to 180 seconds for really slow/busy systems - elaborate the UTF-8 locale warning from Makefile.PL 1.9708 [2007-10-05] - [rt.cpan.org #29747]: Build failure with perl 5.005_05 Fixed by regenerating the ppport.h using Devel::PPPort 3.13. 1.9707 [2007-02-27] - t/HiRes.t failed in Perl 5.6.2, "action is not of type POSIX::SigAction at t/HiRes.t line 318", reported and fixed by Anton Berezin, the reason was faulty use of sigaction() when restoring the old action.
2008-05-28Updated time/p5-Time-Clock to 0.12abs2-6/+9
0.12 (02.01.2008) - John Siracusa <siracusa@gmail.com> * Updated the maintainer's email address.
2008-05-28Updated time/p5-DateTime-TimeZone to 0.77abs2-6/+9
0.77 2008-05-27 - This release is based on version 2008b of the Olson database. The major changes in this release are for Morocco, Mongolia, and Pakistan. - More Windows changes from David Pinkowitz. Determining the local time zone on a Win32 system should now work regardless of the system's locale. Previously it only worked for English language systems. RT #36201. 0.76 2008-05-18 * Dropped support for Perl 5.005. - Made the Win32 local time zone bits work on Vista and Server 2008. Patch by David Pinkowitz. RT #35733. 0.75 2008-04-25 - A stray STORABLE_attach method in DT::TZ::Floating caused freezing and thawing a floating timezone with Storable to fail badly. Reported by Kostas Chatzikokolakis. - Changed the local time zone detection on Win32 to only require read access to the registry. Patch by David Pinkowitz. RT #35273. 0.74 2008-03-24 - This release is based on version 2008b of the Olson database. The major changes in this release are for San Luis in Argentina, Cuba, Iraq, and Syria. 0.73 2008-03-08 - The DT::TZ::Local::VMS module declared its package as DateTime::TimeZone::Local::Win32, which clearly is not right. Patched by Peter Prymmer. - This release is based on version 2008a of the Olson database. The major changes in this release are for Argentina and Chile, 0.72 2007-12-31 - This release is based on version 2007j of the Olson database. The major changes in this release are for Argentina. 0.71 2007-12-28 - Fixes a major bug in the generation of time zone data. This bug affected any time zone that has more than one rule (most of them) and currently has no DST changes (many of them). An example would be America/Caracas. The symptom would either be mistakes about the current time zone or bogus exceptions when trying to create a local date. Reported by Éric Cholet. 0.70 2007-12-03 - This release is based on version 2007j of the Olson database. There is one major change in this release, for the new Venezuelan time zone.
2008-05-28Updated time/DateTime-Format-Builder to 0.7901 from 0.7807abs2-6/+9
0.7901 2007-09-01 - The memory-cycle.t test will fail if you have PadWalker and the current Devel::Cycle (1.07) installed. I forgot I had patched my local Devel::Cycle to fix this bug. 0.79 2007-08-30 - Fix several circular references in DateTime::Format::Builder::Parser. This would be triggered by any standard usage of DT::F::Builder. Reported by Carl Franks. RT #29034.
2008-05-28Updated time/p5-DateTime to 0.4302abs2-6/+9
0.4302 2008-05-20 [ BUG FIXES ] - The 41cldr_format.t test blew up on Perl 5.6.x, because of a bug in the test code. 0.4301 2008-05-18 [ BUG FIXES ] - In the 0.43 release, I forgot to change the DateTime::Locale dependency to require DT::Locale 0.40. 0.43 2008-05-18 [ *** BACKWARDS INCOMPATIBILITIES *** ] * Dropped support for Perl 5.005. [ ENHANCEMENTS ] - Added support for formatting the CLDR date pattern language, which is much more powerful than strftime. This, combined with the latest DateTime::Locale, makes the localized output much more correct. [ BUG FIXES ] - The hour_1() method was returning the real hour + 1, rather than just representing midnight as 24 instead of 0. This bug fix will probably break someone's code. 0.42 2008-02-29 [ BUG FIXES ] - The 17set_return.t tests failed on leap days, like today. Reported by Duncan Ferguson. RT #33695.
2008-05-26Kronolith version H3 (2.2) is a major upgrade in the 2.x release series,adrianp3-47/+186
including these enhancements: * Support for the Horde_Alarm system (requires Horde 3.2) for email or inline alarms on any event. * Improved iCalendar and vCalendar support, including support for alarms, timezones, better integration with remote calendars, and better support for remote clients. * Improved event recurrence, including events that recur a specific number of times, recurrence by day of the year and by weekday of the year, the choice of editing or deleting a recurring event as either the full series or an individual exception, and the ability to remove recurrence exceptions. * More complete WebDAV support. * WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance. * Users can get a daily agenda email. * Holidays can be displayed using the Date_Holiday package. * Event delegation - users can have permissions to creat events on behalf of other users. * Events can be marked private. * More dynamic user interface, including dynamic page refreshes to update the main calendar view when switching between dates or month/day/week/ work week/year views, a collapsible panel that provides quick access to all calendars and allows searching of calendars, a dynamic event edit interface that puts less commonly used options out of site by default, quick switching between the view, edit, and delete interfaces, and autocompletion of attendees from the user's address book. * Full Kolab webclient support * Database access can be split between read and write databases. * More graceful operation if the calendar backend is not available. * and much, much more.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg3-7/+11
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-11Fix several plists that use imake after some modifications in the imaketonnerre2-4/+4
framework several monthes ago. This resolves various build problems on Linux. Should fix PR 37646. Patch from cheusov. Confirmed by joerg.
2008-05-06The Horde Team is pleased to announce the final release of the Kronolithadrianp3-7/+10
Calendar Application version H3 (2.1.8). This is a security release that closes an XSS exploit in the add event screen. All users are encouraged to upgrade to this version.
2008-04-30Drop maintainershipjmmv2-4/+4
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg4-9/+6
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-24Fix build with the latest version of the "MesaLib" package.tron2-6/+6
2008-04-15enable python25abs1-2/+2
2008-04-06Added support for installation to DESTDIR.heinz1-3/+6
2008-04-04Update ruby-tzinfo to version 0.3.8. Changes from version 0.3.5 include:jlam3-635/+652
+ Install as a Ruby gem. * Updated to tzdata version 2008b (http://article.gmane.org/gmane.comp.time.tz/2149).
2008-03-16Add p5-Calendar-Simple to subdir listtonnerre1-1/+2
2008-03-16Add Calendar::Simple Perl version in version 1.19tonnerre4-0/+24
Perl extension to create simple calendars. A very simple module that exports one function called calendar. Approved-by: cube
2008-03-11Update p5-Time-TAI64 to 2.11; changes since 2.10 include:kleink2-6/+6
2.11 Fri Apr 28 2006 - Fixed a small bug in tai64nlocal where the character that separates seconds and the fractional seconds was omitted. Thanks, to Colin Robinson for the spot.
2008-03-08Add vixie-cron.reed1-1/+2
Fix my earlier CHANGES entry.
2008-03-08Bump PKGREVISION, since my changes today (in wip) make different package.reed1-1/+2
2008-03-08Import package from pkgsrc-wip: vixie-cron.reed6-0/+83
(Note this has some differences from NetBSD's cron, such as by default users can't have own crontabs unless allowed.) Vixie Cron is a popular implementation of cron for running scheduled commands for the system and regular users. This is a version of 'cron' that is known to run on most systems. It is functionally based on the SysV cron, which means that each user can have their own crontab file (all crontab files are stored in a read-protected directory). A message is logged each time a command is executed; also, the files "allow" and "deny" can be used to control access to the "crontab" command (which installs crontabs).
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz6-11/+12
2008-03-05Just use extern declarations of tgetent() and tgetnum() instead ofjlam2-12/+12
figuring out whether to include <termcap.h> or <curses.h> and <term.h>.
2008-03-05+ Remove patch-aa which only changed the directory into which thejlam3-30/+13
package installs the config file at installation time. The simpler solution is to override sysconfdir via INSTALL_MAKE_FLAGS to point to the example files directory. + Instead of using custom termcap/curses detection/overriding logic in the package Makefile, simply allow termcap.buildlink3.mk (included indirectly via readline/buildlink3.mk) to do the right thing. Bump the PKGREVISION to 1. + Add full DESTDIR support. + Simplify the post-install target.
2008-02-17Honour PKGMANDIR, add missing INSTALLATION_DIRStnn3-4/+17
2008-02-16The package supports installation to DESTDIR.heinz1-2/+3
2008-02-03Fix segfault on NetBSD-current.markd3-3/+37
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn4-8/+8
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-10Major changes compared to the Kronolith H3 (2.1.6) version are:adrianp2-6/+14
* Fixed privilege escalation in the Horde API. * Fixed missing ownership validation on share changes. * Updated Japanese translation. * Small bugfixes and improvements.
2008-01-09The package supports installation to DESTDIR and needs a C compiler.heinz1-2/+4
2008-01-03gtodo is now hosted at SourceForge now, noticed by Zafer Aydogan in private ↵obache1-3/+3
mail. Also change HOMEPAGE to new site (redirect from old site).
2008-01-03bbdate is now hosted at SourceForge, noticed by Zafer Aydogan in private mail.obache1-3/+3
2007-12-22Change MOZILLA master sites difinitions, related to PR 37379.obache1-3/+2
There are three types Mozilla mirrors. (http://www.mozilla.org/mirroring.html) * mozilla-current contains only the current version of Firefox and Thunderbird * mozilla-release contains Firefox, Thunderbird, and Sunbird releases * mozilla-all complete archive Define following variables for mozilla master sites: MASTER_SITE_MOZILLA_ALL = mozilla-all MASTER_SITE_MOZILLA = mozilla-release and change some packages to use appropriate variable. Update contents of MASTER_SITE_MOZILLA with master and primary mirrors taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
2007-12-17+xonclockdrochner1-1/+2
2007-12-17import xonclock-0.0.9.2, another X11 on-screen clockdrochner4-0/+52
(not the greatest one, but looks pretty)
2007-12-16update to 2.12.0drochner3-9/+10
This syncs with evolution-2.12, for the gnome-2.20 branch
2007-12-07Updated Xfce to 4.4.2martti3-7/+9
Lots of bug fixes. For the official ChangeLog, please see http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-02Some more packages need lex and yacc. Patch by Aleksey Cheusov onrillig1-1/+2
pkgsrc-users.
2007-12-01Updated devtodo to 0.1.20.rillig2-6/+6
0.1.20 - A few bugfixes. - Added XML declaration parsing/saving. This is a stop-gap at best, but will hopefully be useful to some. - Removed reliance on builtin regex library. Hopefully the completely broken version of glibc that instigated the inclusion of it is now out of circulation. - Fixed a whole bunch of compiler warnings on more recent GCC versions. - --not-done now marks sub-tasks as not done. Thanks to an anonymous user for picking this up. 0.1.19 - Updated my E-Mail address after about a year of having the wrong one :) - Removed informational message at top of .todo files as it was rather useless and actually annoying to some people placing their .todo files under version control systems. - Added a XSLT -> XHTML+CSS transform from Francesco Poli. - Added a bash completion script from the Gentoo projects maintainer Aaron Walker. - Fixed seg fault visible on 64-bit systems but present on all. Thanks to the Debian project for notifying me and providing a fix.
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz1-2/+2
2007-11-30Fixed "static after extern".rillig4-2/+52