summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2007-06-19Needs libXScrnSaver or rsibreak is not build. This is the most stupidjoerg1-1/+2
default behaviour in autoconf land I've seen so far.
2007-06-12Avoid unportable Imakefile construct that breaks with modular Xorg.joerg2-1/+22
2007-06-12Activated p5-DateTime-Calendar-Discordian.heinz1-1/+2
2007-06-12Removed temporary file committed during import :-/heinz1-1/+0
2007-06-12Initial import of p5-DateTime-Calendar-Discordian 0.9.4.heinz5-0/+34
This is a module that implements the Discordian calendar made popular in the "Illuminatus!" trilogy by Robert Shea and Robert Anton Wilson and by the Church of the SubGenius. It follows the DateTime API.
2007-06-10Enable the following newly added packages:abs1-1/+5
databases/p5-Rose-DB databases/p5-Rose-DB-Object databases/p5-SQL-ReservedWords devel/p5-Clone-PP devel/p5-Data-OptList devel/p5-Rose-Object devel/p5-Sub-Exporter devel/p5-Sub-Install time/p5-DateTime-Format-MySQL time/p5-DateTime-Format-Pg time/p5-Rose-DateTime time/p5-Time-Clock
2007-06-10Added time/p5-Rose-DateTime version 0.532abs4-0/+36
The Rose::DateTime::* modules provide a few convenience functions and objects for use with DateTime dates. Rose::DateTime::Util contains a simple date parser and a slightly customized date formatter. Rose::DateTime::Parser encapsulates a date parser with an associated default time zone. This module (Rose::DateTime) exists mostly to provide a version number for CPAN. See the individual modules for some actual documentation.
2007-06-10Added time/p5-DateTime-Format-MySQL version 0.04abs4-0/+27
This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format.
2007-06-10Added time/p5-DateTime-Format-Pg version 0.16001abs4-0/+31
This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats in order to create DateTime or DateTime::Duration objects, and it can take a DateTime or DateTime::Duration object and produce a string representing it in a format accepted by PostgreSQL.
2007-06-10Import p5-Time-Clock-0.11abs4-0/+32
A Time::Clock object is a twenty-four hour clock with nanosecond precision and wrap-around. It is a clock only; it has absolutely no concept of dates. Vagaries of date/time such as leap seconds and daylight savings time are unsupported. When a Time::Clock object hits 23:59:59.999999999 and at least one more nanosecond is added, it will wrap around to 00:00:00.000000000. This works in reverse when time is subtracted. Time::Clock objects automatically stringify to a user-definable format.
2007-06-09Updated time/p5-DateTime-TimeZone 0.62 -> 0.6602abs2-6/+6
0.6602 2007-05-29 - There was a bug in the 04local.t tests that did not manifest itself on my dev machine, but would've been seen on any machine with an /etc/default/init file. Reported by Jonathan Leffler. 0.6601 2007-05-08 - 0.66 screwed up the test count in 04local.t if certain tests were skipped. Reported by David Precious. 0.66 2007-05-07 - This release is based on version 2007f of the Olson database, which includes Haiti, Turks and Caicos Islands, and New Zealand. - If /etc/localtime is a symlink, but trying to follow that link does not find a zone name, fall back to trying to find a matching file in /usr/share/zoneinfo. RT #26438. - Require Cwd 3.0+, since Cwd;:abs_path() in older versions does not following a chain of symlinks. 0.6501 2007-04-22 - The test for the new symlink handling could fail on some systems (notably OSX). Reported by Randal Schwartz. 0.65 2007-04-21 - Handle cases where /etc/localtime is a symlink pointing to another symlink (and so forth) by using Cwd::abs_path() instead of readlink(). Fixes RT #26438. - When creating an Olson time zone object, DT::TZ will now check to see if the object being loaded is from an older version of the Olson catalog than the current version of DT::TZ and issue warning if this is the case. This is useful because obsolete module files may exist when a zone name is replaced by a link, or just retired entirely. 0.64 2007-04-02 - This release is based on version 2007e of the Olson database (changes in the Syria and Honduras time zones). 0.63 2007-03-20 - This release is based on version 2007d of the Olson database. - Fix determination of local time zone on systems where /etc/localtime is a symlink. This broke in 0.61. Reported by Bradley C Bailey. RT #25348.
2007-06-09Updated time/p5-DateTime-Locale 0.33 -> 0.34abs2-6/+6
0.34 2007-03-05 - Removed the use of STORABLE_attach from this module entirely, since it seemed to have a buggy interaction with DateTime.pm. See http://www.mail-archive.com/datetime@perl.org/msg05633.html for some discussion of this.
2007-06-09Updated time/p5-DateTime 0.36 -> 0.37abs2-6/+6
0.37 2007-03-30 [ BUG FIXES ] - Require DateTime::Locale 0.34, which fixes a problem that manifested when thawing a DateTime.pm object. See http://www.mail-archive.com/datetime@perl.org/msg05633.html for some discussion of this. - Added pod coverage tests, and added some POD for undocumented methods as a result. [ ENHANCEMENTS ] - This distro is now GPG-signed, per RT #24776.
2007-06-09Disable python support explicitly as configure's "auto" detection is quitejmmv1-1/+5
stu^Wbroken. Also add a missing PKGCONFIG_OVERRIDE. Fixes PR pkg/36437.
2007-06-06Add 5 perl modules.markd1-1/+6
2007-06-06Import of p5-Data-ICal-DateTime version 0.65markd4-0/+34
Convenience methods for using Data::ICal with DateTime.
2007-06-06Import p5-Data-ICal version 0.13markd4-0/+33
Data::ICal is a straightforward generator for iCalendar (RFC 2445) files, such as those used in Apple's iCal.
2007-06-06Import p5-DateTime-Event-ICal version 0.09markd4-0/+28
This module aims to support rfc2445 style recurrences, such as 'last friday of march'.
2007-06-06Import p5-DateTime-Event-Recurrence version 0.16markd4-0/+26
This module aims to support basic recurrences, such as 'daily'.
2007-06-06Import p5-DateTime-Format-ICal version 0.08markd4-0/+30
This module handles formatting and parsing of iCal format datetimes and durations, per RFC 2445.
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz5-8/+10
affected packages.
2007-06-02Add and enable planner.jmmv1-1/+2
2007-06-02Initial import of planner, version 0.14.2:jmmv4-0/+311
Planner is a project management tool for the GNOME desktop. Among other things, it provides: - Task managment: define a list of tasks to accomplish a project, the dependencies among them and their lengths. Of course, you can view a Gantt chart from this data. - Resource management: define a list of resources for your project and assign them to tasks. - Calendar management: create different calendars for the human resources in your project so that tasks can be automatically scheduled according to their calendars.
2007-05-06Updated to version 1.17.heinz2-8/+11
Pkgsrc changes: - MAINTAINER cannot take care of the package anymore. - Marked the package as supporting installation to DESTDIR. - It's a pure Perl package. Changes since version 1.12: =========================== 1.17 2007-01-25 - I made the same test count mistake as was in 1.14 again. This release fixes the test count (again) when running on a system that doesn't support negative epochs (like Win32). Patched by Kenichi Ishigaki (again). 1.16 2007-01-23 - The leap year fix in 1.14 was pretty broken, as it checked after converting the year to Perl's internal (year - 1900) format. 1.15 2007-01-22 - Fix Local.t test count when running on a system that doesn't support negative epochs (like Win32). Patched by Kenichi Ishigaki. 1.14 2007-01-21 - Fixed leap year check to produce the right answer for years outside of the 32-bit epoch range (such as 1900 and 2100). See rt.perl.org #31241. Reported by Nathan Zook. 1.13 2006-08-09 - Switched to using Test::More for the tests. - Fixed a bug that occurred around the DST change for Europe/London (and probably other time zones with a positive UTC offset). If given, the hour immediately after the change (2:00 AM for Europe/London), then the returned epoch was 3600 seconds too large. Reported by Roger Picton. See RT #11662.
2007-05-05PKGREVISION++ for the recent PEAR/PHP changes so that all child packagesadrianp1-1/+2
pick up the new dependencies properly
2007-05-05Add rsibreakmarkd1-1/+2
2007-05-05Initial import of rsibreak 0.8.0markd5-0/+182
Repetitive Strain Injury is an illness which can occur as a result of working with a mouse and keyboard. This utility can be used to remind you to take a break now and then. It will show you a random picture from a collection you can configure yourself for a configurable duration at a configurable interval. You can use these breaks to do some stretch exercises for example, or as a reminder to walk away from the computer for a while. RSIBreak will sit in your system tray and when it is time for a break it will show you the picture full screen. All timings can be set by clicking with the right mouse button on the icon in the system tray.
2007-04-28Update PLIST for update to 1.9 -- forgot in commit a few moments ago.reed1-7/+10
Details are in the previous log message for Makefile.
2007-04-28Updated plan to 1.9.reed11-134/+55
This for PR #36216. Thank you Steven for testing. Sort some of PLIST. Removed a few patches that were integrated or not needed. Changes are: ====== 1.8.5 released 16.2.03 ======= FEATURES: * plan's FTP home site has a new name: plan.ftp.fu-berlin.de, shown in the About popup. The old address will continue to work. (Thanks, Heiko!) * set locale to support other character sets such as Czech, by Petr Kristan <petr.kristan@epos.cz> * OpenBSD port by Armin Wolfermann <armin.wolfermann@viscomp.com> * new plan2vcs perl script that converts plan appointments to korganizer format, by Bert Bos <bert@w3.org> * if there is a ~/.holiday file, don't read LIB/holiday as well. * skip junk in entries synced from PalmPilot DateBk4 messages, by Johan Vromans <jvromans@squirrel.nl> * allow new holiday syntax "workday before/after <date>", by Ian Holland <irh@statscout.com> * Italian language translations by Paolo Panizza <pp@ieee.org> * accept yyyy/mm/dd date input, Brian T. Schellenberger <bts@babbleon.org> * Slovak holidays by Mikulas Sustak <sustak@kte.sjf.stuba.sk> BUG FIXES: * fixed Debian bug 157425: color selection dropbox always starts on Default * Suns apparently still run X11R5 and don't have XtSignalId et. al. * configure script had problems with defaults when using bash (Michael Mauch <michael.mauch@gmx.de> * fixed configure script problems on Solaris 2.6, by Horst Scheuermann <scheuerm@uni-trier.de> * fixed Dutch Driekoningen holiday date, by Johan Vromans <JVromans@squirrel.nl> * IBM AIX doesn't have Xt timers and doesn'd compile plan 1.8.4, excluded XFree workaround for IBM * week number 2 appeared twice in 2001. Fixed by Helmut Jarausch <jarausch@igpm.rwth-aachen.de> * Search->One file could not select the "own" file (top menu choice). * cleanup: removed remaining K&R varargs and sunkr target * fixed '@' user notation in netplan server, by Gennadi Umanski <umanskij@ti.uni-trier.de> * fixed Japanese string converion, by Tomoko Hayashi <tomoko@u-aizu.ac.jp> * other people's .dayplan file references ('L' lines in ~/.dayplan) over- wrote own file entries (Heiko Schlichting <heiko@FU-Berlin.DE>) ====== 1.8.6 released 18.3.03 ======= FEATURES: * reversed the change in 1.8.5, at popular demand, that lets a personal holiday file replace the system holiday file. plan 1.8.6 again reads both, system first. The new "reset" keywords can be used to clear all system holidays, following an idea by Heiko Schlichting. BUG FIXES: * the edit menu was broken in 1.8.5, fixed by Heiko Schlichting <heiko@FU-Berlin.DE> ====== 1.8.7 released 30.9.03 ======= FEATURES: * deleted support for SCO * pland -p pops up all alarms that triggered since the last time pland ran, not just those from the past three hours, by Brian L. Shaver <shaker.lxxv@verizon.net> * more room for appointments in year overview, moved year to left edge BUG FIXES: * newly entered appointments no longer vanish from the edit menu. * fixed errno compiler errors on SMP systems, Thomas Ribbrock <emgaron@gmx.net> * Italian language translations by Paolo Panizza <pp@ieee.org> were missing from the 1.8.5 and 1.8.6 distributions, now included ====== 1.9 released 6.2.05 ======= FEATURES: * saved space in various calendar views such as the year overview * the week view repeats the hour title every few day rows; it was too easy to get lost without scrolling all the time * remove obsolete warning windows when the next warning or the main alarm is reached. * Linux: when a lockfile from a previous plan process is found, do not kill it if it's dead and some non-plan process now uses the old process ID. * if user "netplan" exists on the system, netplan runs as that user instead of nobody. Needed for Debian. Petter Reinholdtsen <pere@hungry.com> * added Belgian French holiday file, Nicolas E'vrard <nicoe@wanadoo.be> * command-line option -V: experimental and incomplete vCalendar export. File can be read by calendar programs such as Mozilla Calendar. * plan is now distributed under the GPL license, at your choice. * netplan has a new option -s that sends all messages to syslog. BUG FIXES: * fixed Italian language file, Carlo Mandelli <carlo.mandelli@consulenti.fastweb.it> * fixed misspelling in the Italian language file, littledark <littledark@swissinfo.org> * "Delete past entries" did not remove repeating entries whose end date is in the past, Aaron Kaplan <kaplan@cs.rochester.edu> * fixed choice 1 of configure script on Solaris, Aaron Kaplan <kaplan@cs.rochester.edu> * after running a long time (months), alarms stopped triggering. Fixed by Aaron Kaplan <kaplan@cs.rochester.edu> * fixed Spanish holiday file, Fernando Tricas "Garci'a" <ftricas@amon.cps.unizar.es> * fixed loads of inane gcc warning messages
2007-04-27Added xfce4-timer-plugin.martti1-1/+2
2007-04-27Added some Xfce plugins.martti5-0/+56
2007-04-19fix a patch which causes an "invalid lvalue" with new gccdrochner2-24/+24
2007-04-19Removed xfce4-calendarmartti6-102/+1
2007-04-18+cairo-clockdrochner1-1/+2
2007-04-18more eye candy for the xcomposite desktop: import MacSlow's Cairo-Clockdrochner6-0/+292
rev. 0.3.2
2007-04-15Update to 2.10.0:wiz3-9/+11
3 new translations.
2007-04-12Updated to Xfce 4.4.1martti4-14/+16
See http://www.xfce.org/documentation/changelogs/4.4.1 for details.
2007-04-12Added xfce4-oragemartti1-1/+2
2007-04-12Time-managing application for the Xfce desktop environment.martti5-0/+520
Orage 4.3 uses new ical interface instead of old dbh to store and utilize calender appointments.
2007-04-11Bump PKGREVISION for gtkhtml38 shlib name change.wiz1-2/+2
2007-03-25Improve HOMEPAGE.wiz1-2/+2
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-1/+3
2007-03-21Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs.jwise1-2/+2
2007-03-21I'm not using any of these any more, either. Some of these should probablyjwise1-2/+2
go away -- I have real doubts that a version 1.1 jdk and the accompanying swing are any use to anyone, but am not sure the newer stuff we have supports all ports which are supported by lang/jdk.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz3-6/+6
2007-03-18Update to 2.1.5adrianp3-7/+15
[jan] Fix character set encoding of exported vCalendar/iCalendar data. [jan] Fixed MS-SQL driver (Bug 5088). [jan] Add Catalan translation (Jordi Giralt <projecte.k2@upcnet.es>). [jan] Fix searching for non-ascii strings (Bug 4773). [cjh] Display partial hours in free/busy view (cbs@cts.ucla.edu, Request 4755). [cjh] Honor date_format preference in reminders and notifications (Bug 4726).
2007-03-02Update to sunbird-0.3.1.ghen3-8/+7
http://www.mozilla.org/projects/calendar/releases/sunbird0.3.1.html What's New in Mozilla Sunbird 0.3.1 Mozilla Sunbird 0.3.1 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. * The timezones in Sunbird 0.3.1 have been updated to include the Daylight Savings Time (summer time) changes passed by the U.S. legislature in 2005. Release Date: February 19, 2007
2007-03-01Remove obsoleted alpha substitution.ghen1-3/+3
2007-02-27Update to 1.11:wiz2-7/+6
1.11 - Skip %V test on Win32 1.10 - Number of bug fixes from RT - (maintenance by Ricardo SIGNES) - avoid warning in _mktime (bug #19677) 1.09 - (patches from Ricardo SIGNES) - Tests largely moved to Test::More (from Test.pm) - Time::Piece should now be safely subclassable
2007-02-27Update to 1.9706:wiz2-6/+6
1.9706 [2007-02-25] - with bleadperl in VMS the HiRes.t overrun the maximum number of deferred signals because the libc SIGALRM was not strong enough to interrupt select(), and select() got restarted every time, solution is to use POSIX::SigAction if available. A fix from Craig Berry (not 100% there, but helps). - allow for more measuring noise for ualarm() tests 35..37 1.9705 [2007-02-06] - nanosleep() and clock_nanosleep() detection and use were quite broken; in Linux -lrt needed; fixes from Zefram - [internal] slightly cleaner building of $DEFINE in Makefile.PL, should avoid double/conflicting -D flags 1.9704 [2007-01-01] - allow 10% of slop in test #14 (testing difference between CORE::time() and Time::HiRes::time()), there seem to be often transient failures from Perl smoke builds on this test - small pod tweaks 1.9703 [2006-12-08] - use int main(int argc, char **argv) consistently in Makefile.PL, should help with [rt.cpan.org #23868] nanosleep not detected under Mac OS 10.3.9 starting with Time::HiRes 1.96 - if someone still has the locale-broken Perl 5.8.0, suggest that they upgrade their Perl 1.9702 [2006-12-06] - restore the -DATLEASTFIVEOHOHFIVE, Win32 needed it still 1.9701 [2006-12-04] - upgrade to ppport.h 3.10_02 - remove the -DATLEASTFIVEOHOHFIVE - use the ppport.h PL_ppaddr, PL_statcache, PL_laststatval - use the ppport.h aTHXR for calling Perl stat() - switch into four-digit version since 2.0 is coming up awfully fast but not feeling like a major rewrite 1.97 [2006-11-30] - 1.95 broke building in Win32 (since pp_stat is not exported), figured out how to call an op directly in 5.005 (use Perl_ppaddr instead of PL_ppaddr) - backport to Perl 5.004_05 (requires using statcache and laststatval instead of PL_statcache and PL_laststatval) (also checked to work in 5.005_04, 5.6.1, and 5.8.8 with threads) 1.96 [2006-11-30] - 1.95 broke builds for threaded Perls, rt.cpan.org tickets: [rt.cpan.org #23694] Time::HiRes fails tests on Solaris and Perl 5.6.1 [rt.cpan.org #23712] Time-HiRes 1.95 Fails make on AIX 5.2 with Perl 5.8.8 [rt.cpan.org #23730] Time::HiRes 1.95 fails make on MacOS X 10.3.9/perl 5.8.8 - use main() prototype consistently in Makefile.PL 1.95 [2006-11-29] - integrate core change #29180: Silence VC++ compiler warnings from Steve Hay - do not use PL_ppaddr in stat() because that is not available in Perl 5.005_04 - regenerate fallback/*.inc for older Perls without ExtUtils::Constant because of d_hires_stat, resolves [rt.cpan.org #23694] Time::HiRes fails tests on Solaris and Perl 5.6.1 - Make Makefile.PL more defensive against false PERL_CORE 1.94 [2006-10-16] - file timestamps oddities seen: the atime and mtime can be out of sync (modify first and read second can leave atime < mtime) and mtime can be subsecond while atime is not. So make the test more forgiving. 1.93 [2006-10-15] - the ualarm() tests (34-37) assumed that ualarm(N) could never alarm in less than N seconds, widened the acceptable relative range to 0.9..1.5. Addresses [rt.cpan.org #22090] and [rt.cpan.org #22091]. - skip the stat() tests in cygwin and win32, because if run on FAT the timestamp granularity is only 2 seconds. Any good way to detect (cygwin or win32) whether we are being run on NTFS or anywhere with better timestamps? Addresses [rt.cpan.org #22089] and [rt.cpan.org #22098]. 1.92 [2006-10-13] - scan for subsecond resolution timestamps in struct stat, some known possibilities: (1) struct timespec st_atimespec; st_atimespec.tv_nsec; (2) time_t st_atime; long st_atimensec; (3) time_t st_atime; int st_atime_n; (4) timestruc_t st_atim; st_atim.tv_nsec (5) time_t st_atime; int st_uatime; If something like this is found, one can do use Time::HiRes; my @stat = Time::HiRes::stat(); or even override the standard stat(): use Time::HiRes qw(stat); to get the stat() timestamps my ($atime, $mtime, $ctime) = @stat[8, 9, 10]; with subsecond resolution (assuming both the operating system and the filesystem support that kind of thing). Contributions for more systems (especially non-UNIX, e.g. but not limited to: Win32, VMS, OS/2) gladly accepted. (also more UNIX variants welcome: HP-UX? IRIX?) Thanks to H.Merijn Brand, John Peacock, and Craig Berry for brave beta testing. 1.91 [2006-09-29] - ualarm() in SuSE 10.1 was overflowing after ~4.2 seconds, possibly due to a glibc bug/feature (suspected overflow at 2**32 microseconds?), workaround by using the setitimer() implementation of ualarm() if either useconds or interval > 999_999 (this case seems to vary between systems: are useconds more than 999_999 for ualarm() defined or not) Added more ualarm() tests to catch various overflow points, hopefully no problems in various platforms. (The problem report by Mark Seger and Jon Paul Sullivan of HP.) 1.90 [2006-08-22] - tweak still needed for Const64(), from Jerry Hedden - get a freshly generated ppport.h - update Copyright years 1.89 [2006-08-22] - Const64() already appends an 'LL' (or i64), so provide LL and i64 forms for the IV_1E[679] (effects Win32 and Cygwin), reported by Jerry Hedden. - the Changes entry for 1.88 talked about [IN]V_1[679], missing the 'E'. 1.88 [2006-08-21] - clean up the g++ warnings in HiRes.xs, all of them about mixing integer and floating point, introduce constants IV_1E[679] and NV_1E[679]