summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-05-29Fixed the infinite recursion as suggested in PR 41446. Thanks for therillig1-5/+10
patch.
2009-05-29Make pkgsrc provide autoconf>=2.62, the minimum version required here.heinz1-1/+3
See configure.ac, line 23.
2009-05-29Note update of time/sunbird to 0.9.he1-1/+2
2009-05-29Update from version 0.3.1 to 0.9.he18-457/+750
Reviewed and tested by wiz@. Pkgsrc changes: o Adapt the large set of diffs to the new version. o Depend directly on cairo and turn off the use of the ancient version of cairo embedded in the distribution. (Caused build failures with a newer cairo installed from pkgsrc.) Upstream changes: What's New in Sunbird 0.9 - - - - - - - - - - - - - Sunbird 0.9 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. The following features have been added to Sunbird 0.9: * Events spanning days now have a visual indicator indicating them as connected events * When reloading a remote calendar a progress indicator is now shown * The so-called "minimonth" (small calendar month in the upper left) has been given a visual overhaul * The calendar views (day, week, multiweek, month) have been given a visual overhaul * CalDAV support and interoperability with various CalDAV servers has been improved * The application stability and memory consumption has been greatly improved * A full list of changes that have gone into this release can be found on The Rumbling Edge website at http://www.rumblingedge.com/2008/09/21/sunbird-09-released/ Release Date: September 23, 2008 What's New in Sunbird 0.8 - - - - - - - - - - - - - Sunbird 0.8 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. The following features have been added to Sunbird 0.8: * A new icon set which matches more closely the icon style of other mozilla applications * Category colors are now shown next to an event box, giving users a much better overview of their differently categorized events * Events with alarms now have a visual indicator showing an alarm bell * A totally overhauled alarm dialog * Sunbird now recognizes the timezone definitions in .ics files created by other applications. This fixes the longstanding issue of Sunbird miscalculating the date or time of events contained in those files * The timezone guessing has been significantly improved * Sunbird now contains experimental support for viewing remote calendars offline. This feature has known bugs and is included for testing purposes only * Sunbird contains several performance fixes, which should improve working with larger calendar files * You can now define for each of your calendars, whether you want to be notified of alarms for events in these calendars or not * A full list of changes that have gone into this release can be found on The Rumbling Edge website at http://weblogs.mozillazine.org/rumblingedge/archives/2007/11/sb_0-8.html Release Date: April 04, 2008 What's New in Mozilla Sunbird (R) 0.7 - - - - - - - - - - - - - - - - - - - Mozilla Sunbird 0.7 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. * A redesigned event/task dialog has been enabled to gather feedback from the community. It offers a much cleaner user interface and additional functionality including: o Events/Tasks can be created in different timezones o Integrated display of recurrence patterns, reminders o Custom recurrences and reminders o Clear separation between tasks and events * The new event summary dialog lists all the details of tasks and events for calendar which are read-only. * Colliding events (events in the same time slot) are shrunk so that they fit into the display of a day. This no longer affects other events on the same day. * Localized releases of Sunbird in Chinese (simplified), Georgian, Lithuanian, Portuguese (European), Spanish (Argentina) and Turkish * A full list of changes that have gone into this release can be found on The Rumbling Edge website at http://weblogs.mozillazine.org/rumblingedge/archives/2007/07/sb_0-7.html Release Date: October 25, 2007 What's New in Mozilla Sunbird (R) 0.5 - - - - - - - - - - - - - - - - - - - Mozilla Sunbird 0.5 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. * Much more polished user interface in the calendar views * Working hours are back * Automatic migration of data in Sunbird 0.2, iCal.app, and Evolution * Much improved printing functionality * Support for Google Calendar (via the Google Calendar Provider extension) * Vastly improved reliability * Many performance improvements * Many usability improvements * A full list of changes that have gone into this release can be found on The Rumbling Edge weblog at http://weblogs.mozillazine.org/rumblingedge/archives/2006/12/sb_0-5.html Release Date: June 27, 2007
2009-05-29Updated x11/xcb-util to 0.3.5wiz1-1/+2
2009-05-29Update to 0.3.5:wiz2-7/+6
Alan Coopersmith (1): Make sure m4 supports -I flag, if not, try finding gnu m4 Bart Massey (1): wrapped xcb_atom.h for C++ per bug report of <comick@autistici.org> Bob Ham (1): Add a check on xproto version libxcb was compiled with Julien Danjou (2): icccm: fix compatibility with libxcb > 1.2 Release xcb-util 0.3.5 Mikhail Gusarov (2): Add xcb_aux_change_window_attributes_checked Zero out handlers list in xcb_event_handlers_init
2009-05-29Updated x11/libxcb to 1.3wiz1-1/+2
2009-05-29Update to 1.3:wiz4-22/+19
Bart Massey (2): kludgily hand-merged xid fixes Fix XDM-AUTHORIZATION-1 (bug #14202) Bob Ham (1): Store xcbproto version libxcb was compiled with Jeremy Huddleston (1): darwin: Don't use poll() on versions of darwin before darwin10 Julien Danjou (9): Copy full IPv4 mapping (Bug #20665) Fix do_append() arguments auth: precompute authnameslen auth: use snprintf() return value util: open_abstract gets filelen as parameters util: merge common code for xcb_connect util: remove useless strlen calls from decnet opening depends on recent xcb-proto and bump version of randr Release libxcb 1.3 Michael Ost (1): use poll() instead of select() when available Peter Harris (3): Don't use enums in generated C code - use integer constants instead. Revert "Don't use enums in generated C code" Avoid name collisions between xidtype and enum. Samuel Thibault (1): Local socket connections do not work on hurd-i386 elupus (1): Disable Nagle on TCP socket
2009-05-29Updated x11/py-xcbgen to 1.5wiz1-1/+2
2009-05-29Updated x11/xcb-proto to 1.5wiz1-1/+2
2009-05-29Update to 1.5:wiz4-14/+13
Eamon Walsh (1): Correct the length calculation for the value field of GetPropertyReply. Julien Cristau (2): Add RandR 1.3 requests Fix ShmCompletion event Julien Danjou (6): Fix miter spelling xtest: rename window field bump version to 1.5 shm: fix Completion event fields Revert "shm: fix Completion event fields" Release xcb-proto 1.5 Peter Harris (19): Most usages of ModMask may also take the special value "Any". Add altenum (non-exhaustive enum) Document enum, altenum, and mask Add (and use) Time/CurrentTime enum. Add (and use) KeyButMask enum. Add a variety of 'None' enum types and altenum references. xinput tweaks Add enum references to fields in Shape Add enum references to fields in Composite Add enum references to fields in XFIXES Add enum references to fields in Damage Move enums above their first use in xproto.xml Add enum references to fields in DPMS Add enum references to fields in RANDR Add enum references to fields in XInputExtension Add enum references to fields in XVideo Add enum references to fields in RENDER Add enum references to fields in SYNC Merge branch 'enum'
2009-05-29remove wrongly copied SVR4_PKGNAMEsno4-7/+5
2009-05-29Note some packages drochner added in April.wiz1-1/+5
2009-05-29Added devel/p5-File-Find-Rule-Perl version 1.06sno2-2/+4
2009-05-29Importing package for module File::Find::Rule::Perl 1.06.sno3-0/+31
File::Find::Rule::Perl provides methods for finding various types Perl-related files, or replicating search queries run on a distribution in various parts of the CPAN ecosystem.
2009-05-29Added devel/p5-File-Find-Rule-VCS version 1.05sno2-2/+4
2009-05-29Importing package for p5 module File::Find::Rule::VCS 1.05.sno3-0/+31
File::Find::Rule::VCS provides quick and convenient methods to exclude the version control directories of several major Version Control Systems (currently CVS, subversion, and Bazaar).
2009-05-29Added devel/p5-File-Find-Rule-Age version 0.2sno2-2/+4
2009-05-29Importing package for p5 module File::Find::Rule::Age 0.2.sno3-0/+31
File::Find::Rule::Age makes it easy to search for files based on their age.
2009-05-29Updated databases/tokyotyrant to 1.1.28obache1-1/+2
2009-05-29Update tokyotyrant to 1.1.28.obache3-8/+8
Changes: 2009-05-20 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttserver.c (do_task): a potential bug of memory leak was fixed. * tcrdb.c (tcrdbnew): a bug related to initialization was fixed. * scrext.c (serv_fwmkeys, serv_regex): new functions. - Release: 1.1.28
2009-05-29Added devel/p5-File-Find-Rule-Permissions version 2.0sno2-2/+4
2009-05-29Updated databases/lua-tokyocabinet to 1.7obache1-1/+2
2009-05-29Update lua-tokyocabinet to 1.7.obache2-6/+6
regex function was added.
2009-05-29Importing package for p5 module File::Find::Rule::Permission 2.0.sno3-0/+30
An extension for File::Find::Rule to work with file permission bits and determine whether a given user can read, write or execute files.
2009-05-29Added devel/p5-Devel-CheckOS version 1.61sno2-2/+4
2009-05-29Importing package for p5 module Devel::CheckOS 1.61 as dependency forsno3-0/+33
scheduled import of File::Find::Rule::Permissions. Devel::CheckOS provides a more friendly interface to $^O, and also lets you check for various OS "families" such as "Unix", which includes things like Linux, Solaris, AIX etc.
2009-05-29Added devel/p5-File-Find-Rule-PPI version 0.05sno2-2/+4
2009-05-29Importing package for p5 module File::Find::Rule::PPI 0.05.sno3-0/+35
File::Find::Rule::PPI allows you to integrate PPI content queries into your File::Find::Rule searches. Initially, it provides the one additional method ppi_find_any, which takes an argument identical to the PPI::Node method find_any and checks each file as a perl document to see if matches the query.
2009-05-29Added devel/p5-ExtUtils-ModuleMaker version 0.51sno2-2/+4
2009-05-29Importing package for p5 module ExtUtils::ModuleMaker 0.51.sno3-0/+35
This module is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensive Perl Archive Network (CPAN). For Perl programmers, laziness is a virtue -- and modulemaker is far and away the laziest way to create a pure Perl distribution which meets all the requirements for worldwide distribution via CPAN.
2009-05-29Added devel/p5-File-Save-Home version 0.08sno2-2/+4
2009-05-29Importing package for p5 module File::Save::Home 0.08 as dependency forsno3-0/+33
scheduled import of ExtUtils::ModuleMaker. This Perl extension provides several functions which try to determine whether you can, indeed, safely create directories and files underneath a user's home directory. Among other things, if you are placing a file in such a location only temporarily -- say, for testing purposes -- you can temporarily hide any already existing file with the same name and restore it to its original name and timestamps when you are done.
2009-05-29Added devel/p5-String-PerlIdentifier version 0.05sno2-2/+4
2009-05-29Importing package for p5 module String::PerlIdentifier 0.05 as dependencysno3-0/+30
for scheduled import of devel/p5-File-Save-Home 0.08. This module automatically exports a single subroutine, make_varname(), which returns a string composed of random characters that qualifies as the name for a Perl variable. The characters are limited to upper- and lower-case letters in the English alphabet, the numerals from 0 through 9 and the underscore character. The first character may not be a numeral.
2009-05-29Added devel/p5-Devel-Checklib version 0.6sno2-2/+4
2009-05-29Importing package for p5 module Devel::CheckLib 0.6.sno3-0/+30
This module provides a way of checking whether a particular library and its headers are available, by attempting to compile a simple program and link against it.
2009-05-29Only link with libcrypt if we have a libcrypt - makes this package buildagc1-2/+4
on Darwin.
2009-05-28Updated devel/apache-maven to 2.1.0.yyamano3-7/+8
2009-05-28Updated devel/p5-File-LibMagic to 0.96sno1-1/+2
2009-05-28pkgsrc changes:sno2-6/+6
- Updating package for p5 module File::LibMagic from 0.95 to 0.96 Upstream changes: 0.96 May 2009 Upgraded Devel::CheckLib see bug 46044, 46295 in rt.cpan.org
2009-05-28Updated devel/p5-Module-Install to 0.91sno1-1/+2
2009-05-28pkgsrc changes:sno2-7/+8
- Updating p5 module for Module::Install from 0.89 to 0.91 - Adjusting dependencies according to META.yml Upstream changes: 0.91 Thu 28 May 2009 - Add missing dependency on Parse::CPAN::Meta 0.90 Fri 22 May 2009 - Adding a first implementation of MYMETA
2009-05-28+roundup-1.4.8zafer1-1/+2
2009-05-28update master site.zafer1-2/+2
2009-05-28update master site and homepage.zafer1-3/+3
2009-05-28Better fix for PR 41500 -- use gmake and msgfmt.wiz2-9/+165
Installs some additional files now, so update PLIST and add omf dependency. Ride PKGREVISION bump from a few minutes ago.
2009-05-28update master site.zafer1-2/+2
2009-05-28update master site and homepage.zafer1-3/+3
2009-05-28update master site.zafer1-2/+2