summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz8-19/+19
Patch provided by Sergey Svishchev in private mail.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2007-02-18+ p5-DateTime-Format-W3CDTFwiz1-1/+2
2007-02-18Initial import of p5-DateTime-Format-W3CDTF-0.04:wiz4-0/+29
This module understands the W3CDTF date/time format, an ISO 8601 profile, defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date format of RSS 1.0. It can be used to parse these formats in order to create the appropriate objects.
2007-02-18Add p5-DateTime-Format-Mail.wiz1-1/+2
2007-02-18Initial import of p5-DateTime-Format-Mail-0.30 from pkgsrc-wip.wiz4-0/+29
Packaged by Roman Kulik. RFC2822 introduces a slightly different format of date than that used by RFC822. The main correction is that the format is more limited, and thus easier to parse.
2007-02-15remove myself as maintainerperry1-2/+2
2007-02-02Modular Xorg support.joerg1-1/+3
2007-02-02Modular Xorg support.joerg3-8/+10
2007-02-01Modular xorg support.joerg1-2/+2
2007-02-01Modular Xorg support.joerg2-4/+4
2007-02-01remove x11.buildlink3.mk, all we need is done through Mesadrochner1-2/+1
2007-01-23Xfce 4.2.4 releasedmartti4-9/+10
A new bug fix release of Xfce 4.2 is available. This release is supposed to be the last release for the 4.2 branch. It includes several fixes ported from the current developpment branch. This release should not be confused with the upcoming Xfce 4.4 release [1], it's a bug fix release of the previous stable branch. [1] Xfce 4.4.0 is already in pkgsrc-wip.
2007-01-16Modular Xorg support.joerg1-1/+3
2007-01-15More dependencies for modular Xorg. Doesn't build right now due tojoerg1-1/+3
make issues.
2007-01-11Modular Xorg support.joerg1-1/+6
2007-01-08Modular Xorg support.joerg1-1/+4
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig7-20/+20
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2007-01-02added p5-Time-Durationreed1-1/+2
2007-01-02Import new package.reed4-0/+24
The Time::Duration perl module provides functions for expressing durations in rounded (such as "1 year and 21 days") or exact English terms. (This is used by ikiwiki.)
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg16-16/+51
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg9-18/+18
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-12Update to 2.1.4adrianp3-10/+13
------ v2.1.4 ------ [cjh] SECURITY: Close arbitrary file inclusion in free/busy views. ------ v2.1.3 ------ [cjh] Set vEvent ORGANIZER to the event creator, not the calendar owner (kajtzu@basen.net, Bug 4527). [jan] Fix importing of events without end date and duration (Bug 4519). [jan] Correctly display recurring events spanning multiple days (Bug 4438). [jan] Fix recurrence end dates with SQLite backends (Bug 4219). [jan] Fix calculation of recurrence ends with imported and remote events (Bug 2813). [cjh] Consolidate the check for whether or not users can add events in the day and month views (Bug 4373). [jan] Fix alarms for recurring events in Kolab driver (michael.sheldon@credativ.de, Bug 4326). [jan] Show error message if imported file didn't contain events. [cjh] Fix the SQL types of several recurrence fields. [jan] Add categories from imported events to the user's categories. [jan] Add Slovenian translation (Duck <duck@obala.net>). [jan] Deal with attendee email addresses case insensitively. [jan] Don't consider events from remote calendars as busy time. [jan] Always try to return the correct event instance if requesting an event by its UID (Thorsten Schaub, Bug 1994). [cjh] Fix permissions for the calendar list in advanced search (Bug 4093).
2006-12-08Update to 0.25:wiz2-7/+6
0.25 2005-10-05 - t/15time_zone.t does it's own time zone "add_duration" handling 0.24 2005-10-03 - _recurrence.pm warned when the recurrence didn't have occurrences before a given start date. Reported by Mark D. Anderson. 0.23 2005-10-03 - _recurrence.pm died when the recurrence didn't have occurrences before a given start date. Reported by Mark D. Anderson. 0.22 2005-05-06 - DateTime::Set 0.21 dies when as_list is asked to produce a list from outside the range of the set. Patch contributed by Stephen Gowing. 0.21 2005-04-06 - no hard limit in count() and as_list(); removed the warnings from the docs. 0.20 2005-02-28 - changed tests to use en_US instead of pt_BR (which changes every year) by Dave Rolsky. - optimized SpanSet methods for special cases: start_set() end_set() contains( $dt ) intersects( $dt ) - added an example to count(), by David Nicol. - added a note about how the result of min()/max() is just a copy of the actual set boundary. Reported by Ron Hill.
2006-11-28Quieten some more warnings which gcc4 gripes aboutagc3-12/+109
2006-11-14Follow-up py-setuptools move.joerg1-2/+2
2006-11-12Fixed PKGMANDIR.rillig1-7/+7
2006-10-24Get malloc() prototype via stdlib.h instead of ancient C style function ↵dsainty3-7/+46
declaration. Fixes build under SUSE Linux.
2006-10-23thunderbird's ldap doesn't work talking to an ipv4 ldap server ifmarkd3-3/+40
talking to ipv4 addresses using ipv6 addresses isn't allowed, which is the default on NetBSD. Patch to use a v4 socket when talking to an ipv4 ldap server. Fixes my PR 33511. seamonkey/firefox/sunbird have the same code so make the same patch. OKed ghen. Bump PKGREVISION.
2006-10-19Fix crash after printing caused by trying to destroy the same charsetmarkd3-9/+19
structure multiple times. Bump PKGREVISION.
2006-10-17Fixed "test ==", as reported in PR 34840.rillig2-1/+15
2006-10-15Correct file permission. Bump PKGREVISION.minskim1-2/+8
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-10-12Add ruby-tzinfo.minskim1-1/+2
2006-10-12Import ruby-tzinfo-0.3.2.minskim4-0/+637
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide daylight savings aware transformations between times in different time zones. The tz database is compiled into Ruby modules which are packaged in the release. No external zoneinfo files are required at runtime.
2006-10-12http://www.mozilla.org/projects/calendar/releases/sunbird0.3.htmlghen11-268/+147
What's New in Mozilla Sunbird 0.3 Mozilla Sunbird 0.3 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. * New storage architecture handles calendars with hundreds or thousands of events more responsively. * More intuitive interface shows you more of what you need, and less of what you don't. * Redesigned preferences allow you to easily customize Sunbird for your needs. * Add-ons support allows you to extend Sunbird's functionality with extensions, themes, and language packs from addons.mozilla.org. * New Windows installer makes it easier than ever for Windows users to install Sunbird. * Better printing gives you more ways to print your calendars. Mac users can now print as well! * 24-hour views show you your entire day, not just a few hours. * Reliable alarms ensure you are notified about events or tasks. * Improved localization support means Sunbird can easily install, enable, and disable language packs. * Vastly improved reliability makes it much more difficult to lose data. * Many performance improvements Release Date: October 11, 2006
2006-10-12Regenerate to fix some pkglint warnings.martti2-10/+9
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz11-26/+25
2006-10-01added support for IRIX 5schwarz4-15/+35
2006-09-26Use the Linux xpcom code on amd64 as firefox, thunderbird and seamonkey do.salo2-4/+4
Fixes build on amd64. Tested by <oster>, thanks.
2006-09-24Use Makefile.common from seamonkey dir instead of mozilla.salo1-2/+2
2006-09-23IRIX is also a System V OS. Fixes PR#26869.schwarz1-2/+2
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv4-7/+8
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-15Update to 2.8.0:jmmv3-8/+14
2006-09-03 Rodney Dawes <dobey@novell.com> * configure.ac: Up version to 2.8.0 for release 2006-08-21 Rodney Dawes <dobey@novell.com> * configure.ac: Up version to 2.7.92 for release 2006-05-17 Rodney Dawes <dobey@novell.com> * configure.ac: Up version to 2.7.1 for release Up intltool requirement to 0.35.0 2006-04-24 Rodney Dawes <dobey@novell.com> * configure.ac: Up version to 2.7.0 for HEAD Use IT_PROG_INTLTOOL instead of AC_... and require 0.34.90 (ALL_LINGUAS): Remove to be replaced by po/LINGUAS Fixes #337994
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache2-4/+4
2006-09-02Update MASTER_SITES.obache1-2/+2
2006-08-06Update to 2.6.0:jmmv3-10/+10
2006-04-24 Rodney Dawes <dobey@novell.com> * configure.ac: Up version to 2.6.0 for release 2006-04-17 Kjartan Maraas <kmaraas@gnome.org> * configure.ac: Remove obsolete entry for no_NO. * po/no.po: And the translation. 2006-03-22 Tommi Vainikainen <thv@iki.fi> * configure.ac (ALL_LINGUAS): Added Dzongkha (dz). 2006-03-20 Vladimer Sichinava <alinux@siena.linux.it> * configure.ac: Added "ka" Georgian to ALL_LINGUAS
2006-07-24Add wyrd and wxRemind.wiz1-1/+3
2006-07-24Initial import of wxRemind-0.6.18:wiz4-0/+42
wxRemind is a graphical front-end to Remind, a remarkably sophisticated calendar and alarm system. wxRemind is similar to Wyrd but is based on wxPython rather than curses. The display features a calendar and daily event list suitable for visualizing your schedule at a glance. Dates and associated events can be quickly selected either with the mouse or cursor keys, and dates in the calendar are color coded to reflect the total duration of scheduled events. wxRemind provides an internal editor or integrates with an external editor of your choice to make editing of reminder files more efficient, provides hotkeys to quickly access the most common Remind options, allows popup, sound and/or spoken alerts and can display a postscript calendar of the selected month suitable for printing.
2006-07-24Initial import of wyrd-1.4.1:wiz5-0/+65
Wyrd is a text-based front-end to Remind, a sophisticated calendar and alarm program. Remind's power lies in its programmability, and Wyrd does not hide this capability behind flashy GUI dialogs. Rather, Wyrd is designed to make you more efficient at editing your reminder files directly. It also offers a scrollable timetable suitable for visualizing your schedule at a glance. Unlike most of the calendar applications available today, Wyrd is designed to be both lightweight and fast. Startup time is negligible, UI navigation is instantaneous, and the wyrd process typically consumes less than 2MB of resident memory.