summaryrefslogtreecommitdiff
path: root/misc/kdepim3
AgeCommit message (Collapse)AuthorFilesLines
2006-11-20Fix problem starting korganizer from the korganizer icon. From KDE svn.markd6-3/+183
Bump PKGREVISION.
2006-11-20karm/test's are never run so don't bother patching.markd10-114/+11
2006-10-18Fix "test ==". PR pkg/34847markd9-1/+113
2006-10-12Update to KDE 3.5.5markd4-66/+44
Changes: KAlarm * Use an alarm's previous deferral time interval as default for its next deferral. KMail * Add missing top and bottom buttons for the filter dialog. * Improve GUI-strings. * Fixing a crash on start when using IMAP.
2006-08-02Update to KDE 3.5.4markd3-11/+10
KAddressBook * Add support for the next gnokii version (>= 0.6.13). aKregator * Fix a crash on shutdown. * remove tray icon when disabling aKregator component in Kontact. KAlarm * New facility to import alarms from other calendar files. * Fix Defer dialog time interval maximum to match maximum date/time value. * Fix crash when a deferred expired recurring alarm is edited from message window Edit button. * Fix crash when message is redisplayed at login. * Prevent inapplicable 'Unable to speak' error when alarm is redisplayed after login. * Save main window column order changes to use on restart (except message column). KNotes * Add DCOP accessors and setters for the note colors. * Fix Defer dialog time interval maximum to match maximum date/time value. KMail * Don't crash if msg is 0. Bug found by Akonadi. * properly initializing the creation time of a signature. In case of clear signed messages we can't parse the date, so don't show it. * Don't remove commas when cleaning whitespace. * Fix progress item related crashes during POP3 fetches. * Fix Crash when creating a mail folder with a / in its name. * Fix IMAP Message view showing empty list when selected email is deleted or moved outside of KMail. * Fix untranslated message and improve text of some messages. * Fix some issues with keyboard shortcuts. * Display all headers in left to right direction. * Fix moving messages from an imap to a local folder. * Fix crash on logout when only a message pane is shown. KOrganizer * Dialog box for editing or deleting appointment does not catch "Yes"/"No". korn * Fix multiple messages removal from one server. libkholidays * Add support for multiple holidays on the same date and for holidays that shift when occur on saturday or monday.
2006-07-24In korganiser use the KTimezone class rather than trying to deal withmarkd4-2/+147
timezones itself as that works on more systems. Bump PKGREVISION
2006-07-15Don't use "ERR", Solaris doesn't like it.markd2-1/+15
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
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 usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-01Update to KDE 3.5.3markd4-17/+26
Changes: * KAlarm o New: Add DCOP calls and command line options to display the edit alarm dialog o New: Add Select All and Deselect actions & shortcuts for import birthdays list o Make system tray icon appear in non-KDE window managers o Fix corruption of alarms displayed at logout and then deferred after login o Fix erroneous adjustment of recurrence start date when saving alarm o Fix crash when --play command line option is used, if compiled without aRts o Don't show disabled alarms in system tray tooltip alarm list o Fix reminder time not being saved in alarm templates * KArm o Make context menu work in the karm kontact plugin. o CertManager o S/MIME support in QGPGME backend * KMail o New: Implementing folder quick filing o Fix crash in disconnected IMAP o Fixing the frequent loss of folder-settings o Fixes of several memory-leaks o Message list view containing empty rows and causing crash when double clicking o Cannot create new folders with IMAP using Dovecot-imapd o Don't insert the separator after "Delete Folders" for system folders. o Drag and drop of messages to composer fails on x64 systems o Fix crash when trying to view source while the Message Preview Pane is hidden. o Don't crash when IMAP mailbox modified externally o Fix a syntax error in kmail_clamav.sh o Don't crash when trying to "send again" a message that is not there. o Properly initialize font buttons when the composer is started in HTML mode o Fix mixed language phrases when a non-English language is used for reply/forward phrases o Improve detection of external references o 'Fallback character encoding' and 'detect missing attachments' settings now work properly o Fix IMAP-crash after fresh startup and selecting mail o Fix IMAP-crash while selecting mail in mail header view * IMAP o Only remove the / when it is not quoted - fixes wrong searches. * KOrganizer o Fixed: "normal" events aren't displayed if they're covered/overlaped by floating, multiday events o Show categories in list view * KAddressBook o Make it possible to delete an URL again * Akregator o New: add author information to article header (in the article pane only) o Prevent "Akregator is running" messages on startup (reset PID to -1 when closing akregator) o Do not crash on startup when Combined View mode is activated (Happened only when experimental tagging is activated) o Do not reset status of modified articles to "New". It's just too much noise for a tiny bit of signal. o When iterating over articles using previous [unread] article, jump to the oldest article instead of newest when entering a new feed o Disable apply button in config dialog when nothing was changed * Message subject unnecessarily HTML-encoded in download status popup
2006-04-28Back out part of the 3.5.1 -> 3.5.2 update as its causing korganisermarkd4-4/+31
to crash when you try to add a new event (or edit an existing one). Bump PKGREVISION.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-13Update path from cyrus-sasl2 to cyrus-sasl.wiz2-4/+4
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update KDE to 3.5.2markd4-38/+15
* Akregator o Feed archive: Move feed limit up to 500 feeds instead of 384 (due to file limit a process can have opened at a time) o Feed archive: Lock feed archive to prevent multiple write access which can corrupt feed archives and cause crashes on startup o Feed fetching: Do not use Konqueror cache settings, but use "refresh" mode by default (Check with server if the cached file is up-to-date, reload if not) o Feed parser: read feed description and homepage link for Atom feeds o Feed parser: Improve parsing of Atom content (especially for 0.3 feeds), do not strip HTML markup for types like "text/html" o Feed parser: ignore unknown or invalid version attribute value in the <rss> tag and just assume RSS 2.0. * KAddressBook o Sometimes KAddressBook lost all data. This is now fixed. o Wait for complete loading of all addressbook resources before execution of commandline and DCOP commands (e.g. "Open in Addressbook" by KMail) * KAlarm o Fix kalarmd hang when triggering late alarm and KAlarm run mode is on-demand o Prevent defunct kalarm processes when run mode is on-demand o Fix column widths when main window is resized, if columns have been reordered o Add Select All and Deselect actions & shortcuts for alarm and template lists
2006-02-07Fix build on Solaris.markd2-1/+16
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-31Update to KDE 3.5.1markd8-225/+5
Changes: * KAlarm o Fix email attachments being forgotten when saving alarms o Make autoclose of message windows work o Display alarm message windows within current screen in multi-head systems o Fix toolbar configuration being lost after quitting KAlarm o Fix New From Template not creating alarm if template contents are not changed o Fix configuration dialog not fitting in 1024x768 screen in some translations * KMail o KMail crashes while inserting files o KMail composer crashes when inserting file o KMail crashes when inserting files into email messages o autocomplete in composer completes section title instead of email-address o The item "network state" in the KMail file menu is very confusing o Crash when applying pipe through filters o subfolders and included mails lost when moving folder to cachedimap account o Cannot create new folders with IMAP using Dovecot-imapd, regression from 3.4.X o Retrieving folder contents screen is irritating o Interpret old-fashioned time zone in email Date header o HTML formatting is lost when saving in drafts folder o composer kaddressbook no adresses at first launch * KOrganizer o libkholidays bug in Belgian version o HTML export does not include location field * Kontact o Mistake in reporting upcoming German Holidays on Overview page o Summary for "special dates" shows wrong time spans * KAddressBook o Allow the selection/copy of the formatted address o URL images not working in KAddressBook o Photo image location field is nonfunctional o Contact's photos are not cleared in "Contact Editor" extension bar o Need an easy way to copy and paste an address from the editor window o Exporting contacts to vcard generates _.vcf for EVERY contact without a real name o kaddressbook hangs on loading vcard * KNotes o Possibility to sort knotes list of notes titles o separate "Clear" action visually from Cut/Copy/Paste since it's not doing anything with the clipboard o added a "Do not show again" box to the delete note dialog o actually set the "Keep Above/Below" bit when creating a note on startup o race condition when using NETRootInfo::moveResizeRequest o line breaks not rendered properly in edit view o KNotes via network does not work properly o Confusing error requester while sending to self o Renaming a note opening it and editing its title does not rename it in the kontact notes view * Akregator o Do not open binary files in the HTML viewer but externally. Fix "Save Link As" for binary files o Fix article order in Combined View: sort by date o Fix parsing of Atom 1.0 feeds with escaped HTML in it: Don't show tags as text o Select next item in article list when deleting the selected article o Avoid crashes as happening when moving a folder and deleting a subitem afterwards o Fix problems with keyboard navigation getting stuck on duplicated articles and prevent creation of new items when selecting an unread dupe o Don't try to reload broken feeds every minute o CDATA in feed is not handled correctly * KNode o Respect background color settings when article viewer is empty o Fix crash on startup if auto mark-as-read is disabled o Reset busy cursor when folder loading fails.
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-07Added a patch to prevent expansion of the toupper and tolower macros inrillig2-1/+20
C++. Needed at least for NetBSD 1.6.2/i386.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-4/+4
2005-12-18Fix errno.joerg2-1/+15
2005-12-18Fix defining of socklen_t for NetBSD (and DragonFly). Should fixmarkd2-1/+15
PR pkg/32311.
2005-12-11Update to KDE 3.5markd8-124/+822
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-11-02Replaced USE_PERL=run with USE_TOOLS+=perl:run.rillig1-3/+2
2005-10-13Update to KDE 3.4.3markd6-71/+7
Changes: backported bug fixes.
2005-09-28Darn, another fix for qt-3.3.5adam1-1/+9
2005-09-22Fix the problem reported in PR pkg/31169 and the same problem in themarkd1-1/+7
kdepim3 package. On Solaris nawk can't handle the length of the lines generated for config.status.overridden for these two packages, so get pkgsrc itself to use gawk for these packages by adding USE_TOOLS+=gawk:pkgsrc.
2005-08-02Fix for saving/opening attachments in Kmail. From KDE SVN.markd3-2/+25
Bump PKGREVISION.
2005-07-30Update to KDE 3.4.2markd7-155/+7
Changes: * KAlarm: Minimise KMix window if KMix is started by KAlarm when displaying a message. * KAlarm: Prevent session restoration displaying main windows which should be hidden. * KAlarm: Prevent alarm message windows being too large for screen. * KAlarm: Change --volume command line option short form from -v to -V to avoid clash with --version. * KNode: Fix %NAME and %EMAIL custom header macros * KNode: Support news server that don't understand the LIST OVERVIEW.FMT command * KNode: Fix subject field cursor regression * Akregator: Improve rendering speed of the article list drastically (by about factor 10) * Akregator: Fix opening of non-HTML files in external applications
2005-07-25We never use the libgpgme-copy (we use the real package) so don't bothermarkd5-106/+1
patching it.
2005-06-23Retracting change made earlier today. Leaving it for Mark Davies toshannonjr1-3/+1
examine and commit as he sees fit.
2005-06-23Added buildlink3.mk includes for security/libgpg-error andshannonjr1-1/+3
security/libassuan. The configure script ckecks for these packages and substitutes very old versions if they are not found. This change ensures that the correct header files are used during compilation.
2005-06-19Make compile with old g++'s.markd3-1/+35
2005-05-31Update to KDE 3.4.1markd11-50/+157
Changes: * KMail: Fix compilation on IRIX * KMail: Send redirected messages to the correct address even if sending failed at first * KMail: Fix crash when canceling KWallet password prompt * KMail: Reduce memory consumption when importing folders * KMail: Honor the character encoding when loading a message from a file * KMail: Fix problem with per-identity BCC addresses * KMail: Fix problem with inline forwarding of CC'ed messages * KMail: Allow thread-related actions for single messages in threaded message list * KMail: Show correct attachment status of imported message * KMail: Fix attachment detection * KMail: Fix problem with context menu for email addresses * KMail: Show categories in the recipients picker * KMail: Fix problem with Apply button staying disabled * KMail: Correctly update filters filtering by status * KMail: Fix for deletion of folders with subfolders using cached imap * KMail: Rename temporary file used for compaction so that it doesn't risk appearing when kmail is killed and restarted * KNode: Don't create empty reference headers when superseding articles * KNode: Cleanly terminate network threads * KNode: Respect custom color settings in the folder tree and source viewer * KNode: More robust handling of optional headers in XOVER response * KNode: Don't toggle 'sort by thread change date' when restoring header view layout * KNode: Show error message on write errors * KNode: Remove linebreaks from subject * KNode: Don't break inline GPG signatures when forwarding messages * KNode: Fix drag&drop crash in folder tree * karm: Don't crash when deleting a task. * Akregator: Don't crash when closing tab before the page is loaded. * Akregator: Show icons on status filter combobox KMail style * Akregator: Make reset filter button to reset status filter * Akregator: Show window with size it was closed or with one from command line * Akregator: Remove block around "Read more" link
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-2/+3
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-11Rename MAKE_VARS to MAKEVARS so that it more closely resemblesjlam1-2/+2
"MAKEFLAGS". Both "MAKEVARS" and "MAKEFLAGS" affect the package-level make process, not the software's own make process.
2005-05-11I mixed up MAKE_FLAGS with MAKEFLAGS. The latter is what we actually usejlam1-3/+3
to pass make flags to bmake.
2005-05-09Don't assign to PKG_OPTIONS.<pkg> which has special meaning to thejlam1-6/+6
options framework. Rename PKG_OPTIONS.* to PKG_BUILD_OPTIONS.*.
2005-05-09Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file thatjlam1-4/+4
caches variable definitions that were computed by make. These variables are specified by listing them in MAKE_VARS, e.g., .if !defined(FOO) FOO!= very_time_consuming_command .endif MAKE_VARS+= FOO bsd.pkg.mk will include only the one generated during the most recent phase. A particular phase's makevars.mk file consists of variable definitions that are a superset of all of the ones produced in previous phases of the build. The caching is useful because bsd.pkg.mk invokes make recursively, which in the example above has the potential to run the very time-consuming command each time unless we cause FOO to be defined for the sub-make processes. We don't cache via MAKE_FLAGS because MAKE_FLAGS isn't consistently applied to every invocation of make, and also because MAKE_FLAGS can overflow the maximum length of a make variable very quickly if we add many values to it. One important and desirable property of variables cached via MAKE_VARS is that they only apply to the current package, and not to any dependencies whose builds may have been triggered by the current package. The makevars.mk files are generated by new targets fetch-vars, extract-vars, patch-vars, etc., and these targets are built during the corresponding real-* target to ensure that they are being invoked with PKG_PHASE set to the proper value. Also, remove the variables cache file that bsd.wrapper.mk was generating since the new makevars.mk files provide the same functionality at a higher level. Change all WRAPPER_VARS definitions that were used by the old wrapper-phase cache file into MAKE_VARS definitions.
2005-05-08PKG_OPTIONS.<pkg> isn't a good approximation to PKG_OPTIONS for thejlam1-2/+8
package because PKG_OPTION.<pkg> could contain negative options, which are never part of PKG_OPTIONS. Instead, use the show-var target to display the value. We cache it in WRAPPER_VARS and in MAKE_FLAGS to prevent reinvoking the show-var target recursively.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-28Remove security/cyrus-sasl and security/cy-login. These packagesjlam2-6/+6
tracked the Cyrus SASL 1.5.x releases, which are no longer maintained. Adjust packages to use security/cyrus-sasl2 instead for SASL support. This closes PR pkg/28218 and PR pkg/29736.
2005-03-24Make cyrus-sasl2 dependency optional but on by default. Default mightmarkd3-6/+22
be switched if common authentication cases are handled without it.
2005-03-23Update to KDE 3.4markd8-184/+478
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-23Use sh rather than bash to run update script.markd3-2/+26
Partial fix for PR 28657. Bump PKGREVISION.
2004-12-10Update to kde 3.3.2markd5-83/+152
Changes: * kalarm: fix KAlarm button on message windows to make it always display the main window * kmail: remember the size of the separate message window instead of using a fixed window size * kmail: gracefully handle broken connections when checking for new mail with IMAP * kmail: don't clear the readerwindow when new mail arrives in an imap folder * kmail: fix aegypten issue39 by only using the body itself as a text part if there are no body parts and we didn't get any other text so far, such as for smime opaque encrypted mails * kmail: fix the "folders not visible" problem after starting KMail when the intro is shown * kmail: fix searching when the header field in question is the first one of a message * kmail: disable wordwrap in the composer for all inline invitation mails, not just for those sent with autosending enabled * kmail: don't translate the "local" folder prefix; this fixes problems with KMail's summary plugin * kmail: fix adding attachments to inline-forwarded messages * kmail: remember the selected crypto format when saving a message as draft * kmail: hide filter actions from "Configure Toolbars" dialog; fixes crashes * kmail: fix missing filter actions after switching to the Mail component in Kontact * kmail: remove BCC coming from identity on ical invitations * kmail: grab the signature only once * kmail: fix problem with disappearing dimap folders * kmail: don't kill running mailchecks when cancelling the subscription dialog * kmail: add missing tooltip to the BCC [...] button * kmail: make sure that no signature is appended to inline invitation replies, Outlook chokes on them * kmail: don't sign or encrypt inline invitations or invitation replies * kmail: fix PGP/MIME encrypting messages which are BCC'ed * kmail: make sure that all changes in the folder properties are saved * kmail: fix uncontrolled checkboxes in the composer's attachment list * kmail: improved performance when dragging mails over the folder list * kmail: provide all reply methods and all forward methods in the separate message window * kmail: fix minor bugs in the antispam wizard * kmail: correctly end new-mail-check when an IMAP folder reports an error * kmail: fix 'kstart --iconify --windowclass kmail kmail' which allows starting KMail in the system tray * kmail: fix broken order of folders in the folder selection dropdown box * kmail: notice a manual change of the external editor command line * kmail: adjust antispam wizard to changes in bogofilter 0.93 * kmail: don't look up recipient keys during autosave * kmail: fix "Folder Menu not updated after enabling Expiration for a Folder * kmail: add support for additional antispam tools * kmail: various speed improvements * kontact: don't show empty tip of the day on startup
2004-12-06Solaris' nawk and yacc aren't up to building kdepim3.gavan1-1/+2