summaryrefslogtreecommitdiff
path: root/time/sunbird
AgeCommit message (Collapse)AuthorFilesLines
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-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
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-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-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
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-06-27Add DragonFly support. Override config.guess/config.sub scripts deeperjoerg46-35/+1064
in the hierachy.
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-03-29Make sunbird pass CHECK_FILES by skipping automatically generated files.ghen1-1/+5
2006-03-28Fix PLIST.ghen1-2/+2
2006-03-28Disable use of visibility attributes, requested by joerg.ghen1-1/+2
2006-02-06Remove a non-existant directory from PLIST.ghen1-2/+1
2006-02-06s/_MOZILLA_USE_GTK2/MOZILLA_USE_GTK2/g, as to silent pkglint (WARN: Variableghen1-2/+2
names starting with an underscore are reserved for internal pkgsrc use). Ok with wiz.
2006-02-06s/${MOZILLA}/sunbird/ in DISTNAME, because this would be wrong for sunbird-gtk1.ghen1-2/+2
2006-02-05Import Mozilla Sunbird, a stand-alone Calendar application:ghen37-0/+4339
The Sunbird Project is a redesign of the Calendar component. The goal is to produce a cross platform standalone calendar application based on Mozilla's XUL user interface language. At the moment the Sunbird name is a project name. It is not official and may change in the future. The intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla. Ok with wiz. I'll add a -gtk1 version later this week.