summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
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.
2006-07-22Update to 3.00.24. Ok kim@wiz5-35/+38
CHANGES TO REMIND * Version 3.0 Patch 24 + MINOR ENHANCEMENTS - Permit the DURATION of a reminder to be as high as you like. Previously, DURATIONs could be at most 23:59. Fix courtesy of Paul Pelzl. - The "-n" flag can be usefully combined with "-s", "-p" and "-l" now. Fix courtesy of Paul Pelzl. + BUG FIXES - The "-k" command escapes all characters except those known to be safe, rather than attempting to escape only characters thought to be unsafe. - Removed the crufty code that supported non-ANSI C compilers. - Removed all support for non-UNIX/non-Linux systems. - Fixed a bug in the tokenizer that could make Remind segfault. Fix courtesy of Stan Tobias. * Version 3.0 Patch 23 + MINOR ENHANCEMENTS - Added the COLOR special for putting colored reminders in the calendar. Supported by the HTML, Tcl/Tk and PostScript back-ends. - Many minor tweaks to tkremind. - Added ability to specify paper size in inches or centimetres to rem2ps. - Added the "-l" option to Remind. This outputs additional information for back-end programs that use the "-p" output format. Currently used only by the "tkremind" back-end. - Fixed dates for Yom Hazikaron and Yom Ha'atzmaut if 5 Iyar falls on a Saturday. (Hebrew calendar fix.) - Added support for the Icelandic language, courtesy of Björn Davíðsson. + BUG FIXES - Fixed parser error for unterminated date constant: '2005/01/01
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-16Added empty USE_LANGUAGES (no compiler needed).heinz1-1/+2
2006-07-13Update to 2.1.1adrianp3-17/+17
Major changes compared to the Kronolith H3 (2.1.1) version are: * Fixed fatal error during first login of new users on some systems. * Fixed adding of events with no DataTree backend configured. * Improved attendees popup and portal block. * Updated German, Italian and Spanish translations. The full list of changes (from version H3 (2.1.1)) can be viewed here: http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.112&r2=1.165.2.120&ty=h
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam3-6/+6
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam3-3/+6
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam3-9/+6
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-30A missing forward declarations of global functions to make thistron2-1/+16
build with GCC 4.x.
2006-06-29Needs msgfmt.joerg1-2/+2
2006-06-27Add DragonFly support. Override config.guess/config.sub scripts deeperjoerg46-35/+1064
in the hierachy.
2006-06-25www/horde3 has moved to www/hordedmcmahill1-3/+3
2006-06-22Needs msgfmt.joerg1-2/+2
2006-06-16Needs msgfmt.joerg1-2/+2
2006-06-16Fixed Perl interpreter. Bumped PKGREVISION.rillig1-2/+5
2006-06-14Add dependency on p5-DateTime-Format-Builderabs1-1/+2
2006-06-07Update sunbird to 0.3alpha2, the second official release of the Mozilla Sunbirdghen8-290/+324
project. From the Release Notes: Sunbird 0.3 alpha2 is not intended to be a production-quality release. (See Limitations and Known Bugs) Instead, it is being released largely in order to showcase/test the advanced new view code. This includes: * Inline editing of event titles * Restoration of drag and drop editing in the day/week views In addition to showcasing and testing the new views, Sunbird 0.3 alpha2 aims to fix many bugs identified in Sunbird 0.3 alpha1. Some highlights are: * Ability to modify individual elements of a recurring event * Fewer import/export errors * Better error reporting * Improved alarm functionality * A new, more intuitive New Event dialog * Better Mac support * Many other minor bug fixes
2006-06-07Add:abs1-1/+4
- devel/p5-IO-Prompt - devel/p5-List-MoreUtils - devel/p5-Perl6-Export - devel/p5-Perl6-Slurp - devel/p5-version - graphics/p5-RRDTool-OO - time/p5-DateTime-Format-Builder - time/p5-DateTime-Format-ISO8601 - time/p5-DateTime-Format-Strptime - www/p5-FCGI-ProcManager
2006-06-07Added time/p5-DateTime-Format-Builder-0.7807abs4-0/+34
DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code. Builder provides a number of methods, most of which you'll never need, or at least rarely need. They're provided more for exposing of the module's innards to any subclasses, or for when you need to do something slightly beyond what I expected.
2006-06-07Added time/p5-DateTime-Format-ISO8601-0.0403abs4-0/+26
Parses almost all ISO8601 date and time formats. ISO8601 time-intervals will be supported in a later release.