head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.22 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.20 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.18 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.16 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.14 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.12 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.10 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.8 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.6 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.4 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.2 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.7.0.14 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.12 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.10 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.8 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.6 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.4 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.2 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.6.0.12 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.10 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.8 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.6 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.4 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.2 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.5.0.4 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.2 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2-base:1.2 buildlink2:1.2.0.2 pkg-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.8 date 2007.10.20.10.47.21; author markd; state dead; branches; next 1.7; 1.7 date 2006.01.05.20.25.16; author joerg; state Exp; branches; next 1.6; 1.6 date 2004.08.21.14.15.55; author markd; state dead; branches; next 1.5; 1.5 date 2004.02.28.16.21.26; author jmmv; state Exp; branches; next 1.4; 1.4 date 2004.02.04.20.38.00; author markd; state dead; branches; next 1.3; 1.3 date 2003.03.11.13.22.31; author markd; state Exp; branches; next 1.2; 1.2 date 2002.06.21.15.36.31; author skrll; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2002.05.31.13.42.33; author skrll; state Exp; branches 1.1.1.1; next ; 1.2.2.1 date 2002.06.21.15.36.31; author jlam; state dead; branches; next 1.2.2.2; 1.2.2.2 date 2002.06.23.18.53.37; author jlam; state Exp; branches; next ; 1.1.1.1 date 2002.05.31.13.42.33; author skrll; state Exp; branches; next ; desc @@ 1.8 log @Update to KDE 3.5.8 kfloppy * Check all available densities instead of a hardcoded list. klaptopdaemon * Fix lock & hibernate allowing unauthorised access . @ text @$NetBSD: patch-aa,v 1.7 2006/01/05 20:25:16 joerg Exp $ --- ksim/monitors/disk/ksimdisk.cpp.orig 2005-11-16 20:47:00.000000000 +0000 +++ ksim/monitors/disk/ksimdisk.cpp @@@@ -41,7 +41,13 @@@@ #include #include -#ifdef Q_OS_FREEBSD +#if defined(__DragonFly__) +#include +#include +#include +#include +#include +#elif defined(Q_OS_FREEBSD) #include #if __FreeBSD_version < 500101 #include @@@@ -343,7 +349,7 @@@@ void DiskView::updateData(DiskList &disk #endif #ifdef Q_OS_FREEBSD -#if __FreeBSD_version < 500107 +#if defined(__DragonFly__) || __FreeBSD_version < 500107 #define devstat_getdevs(fd, stats) getdevs(stats) #define devstat_selectdevs selectdevs #define bytes_read(dev) (dev).bytes_read @ 1.7 log @Add DragonFly support. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Update to KDE 3.3 Changes: * Kgpg o Do not show expired keys in the signing dialog Jean-Baptiste Mardelle o Make it possible to change colors assigned to trust values Jean-Baptiste Mardelle o Add option to hide invalid keys (revoked/expired) Jean-Baptiste Mardelle o Improve multi-file operations (better feedback, non-blocking) Jean-Baptiste Mardelle o Added search filter in key dialogs Jean-Baptiste Mardelle o Added status bar for improved feedback Jean-Baptiste Mardelle o Improve autodetection of dropped files (signatures, keys) Jean-Baptiste Mardelle o Change icon to reflect KGpg's state (busy/ready) Jean-Baptiste Mardelle * KCalc o More different modes: logic, statistics, trig-functions Klaus Niederkrueger o Pressing Ctrl displays the accels for all buttons. Klaus Niederkrueger o Display content can be copied with standard actions cut/copy/paste Klaus Niederkrueger * Ark o Search Bar Henrique Pinto o New Konqueror Integration Plugin Georg Robbers o KParts-based integrated viewer Henrique Pinto o Improved Extraction Dialog Henrique Pinto @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2004/02/28 16:21:26 jmmv Exp $ d3 5 a7 3 --- ark/arksettings.cpp.orig 2003-06-27 15:38:52.000000000 +0200 +++ ark/arksettings.cpp @@@@ -118,7 +118,7 @@@@ void ArkSettings::readConfiguration() d9 13 a21 1 kc->setGroup( ARK_GROUP ); d23 6 a28 5 - tar_exe = kc->readPathEntry( TAR_KEY, "tar"); + tar_exe = kc->readPathEntry( TAR_KEY, ARK_TAR); #ifdef ARK_SETTINGS_DEBUG kdDebug(1601) << "Tar command is " << tar_exe << endl; #endif @ 1.5 log @Force use of GNU tar when handing tar files. This fixes multiple problems, like duplicate entries in the file list and file extraction. Bump PKGREVISION to 1. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to KDE 3.2 Changes: Utilities KRegExpEditor * Create an application on its own from KRegExpEditor (several users have requested this) Jesper K. Pedersen * Add a verifier window where user can try his regular expression Jesper K. Pedersen * Add some warnings on invalid regular expressions (like $^) Jesper K. Pedersen * Ensure predefined regular expressions are correct i18n'ed Jesper K. Pedersen * Add support for Emacs style Regular Expression syntaxes Jesper K. Pedersen KJots * XMLUI-ify and improve the interface. Using a treeview for books and bookmarks for quick nav. Aaron J. Seigo * Printing and viewing of entire books. Aaron J. Seigo * Autosave. Aaron J. Seigo KMilo * NEW IN KDE: A generic framework to support special keyboards and hardware features, such as those found on laptops. George Staikos * KMilo support for PowerBooks via pbbuttonsd. George Staikos KLaptop * Full Linux ACPI support (suspend etc, throttling, performance profiles) Paul Campbell * Back panel brightness support for some laptops (Sony, Toshiba) Paul Campbell * Recode to run as a KDED daemon Paul Campbell * Better Thinkpad support Paul Campbell * Triggers from lid closure (suspend, powerdown etc) - on laptops with ACPI support Paul Campbell * Sony laptop extensions support (/dev/sonypi - scroll wheel, panel brightness) Paul Campbell * Added the ability to auto-disable suspend etc when the load average is high Paul Campbell * Display the state of individual batteries in ACPI systems Paul Campbell * Support for Linux kernel software suspend Paul Campbell * Added battery charged notification dialog Paul Campbell * Option to use blank screensaver when in battery mode George Staikos * Support for the Linux CPUFreq interface. Volker Krause Kgpg * NEW IN KDE: frontend for gpg. Jean-Baptiste Mardelle * Key editing in GUI (changing passphrase, trust, expiration) * Support for key groups * Speed up key manager * Gpg-agent support * Auto import missing signatures * improved editor (print, spell check, ...) * Manage photo id's * Revocation certificates (print, save) * Change dialogs to KBaseDialog for ui consistency * Implement the missing key editing commands in the GUI (adduid, deluid,..) * When encrypting a folder, give a choice of compression scheme (zip, tar,...) KHexEdit2 * NEW IN KDE: A hex edit widget library Friedrich W. H. Kossebau * move the lib of the new KHexEdit2 widget from kdenonbeta over to kdeutils/khexedit/lib Friedrich W. H. Kossebau * implement interfaces for the KBytesEdit widget part Friedrich W. H. Kossebau @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2003/03/11 13:22:31 markd Exp $ d3 11 a13 40 --- kcalc/Makefile.am.orig Mon Sep 16 09:16:37 2002 +++ kcalc/Makefile.am @@@@ -1,20 +1,24 @@@@ AM_CPPFLAGS=-D_GNU_SOURCE -D_ISOC99_SOURCE bin_PROGRAMS = kcalc -lib_LTLIBRARIES = kcalc.la +lib_LTLIBRARIES = libkcalc_main.la kcalc.la -kcalc_la_SOURCES = kcalc.cpp kcalc_core.cpp dlabel.cpp stats.cpp \ +libkcalc_main_la_SOURCES = kcalc.cpp kcalc_core.cpp dlabel.cpp stats.cpp \ optiondialog.cpp +libkcalc_main_la_LDFLAGS = $(all_libraries) +libkcalc_main_la_LIBADD = $(LIB_KDEUI) -lm + +kcalc_la_SOURCES = kcalc_main.cpp +kcalc_la_LDFLAGS = $(all_libraries) -module -avoid-version +kcalc_la_LIBADD = libkcalc_main.la METASOURCES = AUTO noinst_HEADERS = kcalc.h dlabel.h stats.h kcalctype.h INCLUDES= $(all_includes) -kcalc_la_LDFLAGS = $(all_libraries) -module -avoid-version -kcalc_la_LIBADD = $(LIB_KDEUI) -lm -kcalc_SOURCES = dummy.cpp -kcalc_LDADD = kcalc.la +kcalc_SOURCES = kcalc_main.cpp +kcalc_LDADD = libkcalc_main.la kcalc_LDFLAGS = $(all_libraries) $(KDE_RPATH) pics_DATA = @@@@ -29,6 +33,3 @@@@ EXTRA_DIST = $(pics_DATA) $(apps_DATA) messages: $(XGETTEXT) *.cpp -o $(podir)/kcalc.pot - -dummy.cpp: - echo > dummy.cpp @ 1.3 log @Update KDE to 3.1. Many bugfixes and functionality enhancements including: kdeaddons NEW IN KDE: Noatun plugin to search for lyrics of the current song. kdeadmin kcmlinuz: is now a standalone application kcmlinuz: Added capability to search for configuration options kdeedu NEW IN KDE: Kiten, a Japanese Reference Tool. NEW IN KDE: FlashKard, a vocabulary tool. Is able to read KVTML files which were written by KVocTrain. NEW IN KDE: started a libkdeedu, which allows interopability and code sharing between KDE Educational applications. kdepim libkabc Plugin interface for resources and formats. Control module for configuring multiple resources. Optional directory resource which stores each entry as own file. LDAP resource. Optional binary storage format for better performance with large addressbooks. Completed support for vCard entities: sound, geo, key and some more. vCard 2.1 import. LDAP aware mail address input field. KAddressbook New card and icon views. Multiple configurable views. "kab-style" details view for selected entry. Customizable view filters. Customizable categories for addressbook entries. Support for transparently accessing multiple addressbooks. Redesigned entry editor widget. Printing option supporting two different styles. Optional embedded entry and ditribution list editor. "Jump bar" for quick alphabetical access of entries. Fetch addresses from LDAP servers, including support for multiple servers. Importing of vCard 2.1 files. Improved CSV import (including template for import from Outlook 2000). vCard export. KAlarm Added option to execute commands in alarms. Implemented daily, weekly, monthly and annual recurrences. Optionally play audio notification when an alarm triggers. KPilot Added time conduit VCal conduits (TODO and Calendar) have been improved to function properly. Addressbook conduit has been ported to use libkabc. KOrganizer General User definable templates for events and TODOs. Alarms for TODOs. Added support for automatic HTML export on save of a calendar file. Time table print view. New "location" attribute for events. Experimental "Get Hot New Stuff" button for downloading and uploading calendar files of common interest. Views Added new "Next 3 days" view. Added selection of time span for a new event in day and week views. Direct manipulation of priority, completion status and categories of TODOs by context menus added. Deletion of individual instances of recurring events. Rewritten month view. Coloring of events in month view based on categories. Coloring of due and overdue todos. Improved "What's Next" view. Configurable cell height in week and day views Group scheduling iMIP group scheduling functions for TODOs. Publishing of Free/Busy information by iMIP conformant email. Improved automatisation of group scheduling. Interopability and integration Support for "webcal" URLs in Konqueror (known from Apple iCal). Support for iCalendar based drag&drop. KOrganizer now shares the dialogs for categories with KAddressBook. Improved iCalendar conformance. Improved right-to-left languages support. Bug fixes for non-latin1 encodings. Plugins New plugin for importing Birthdays of contacts in the KDE address book. New plugin for accessing calendar data stored on an Exchange 2000 server. kdeutils Partially ACPI support in KLaptop. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Fix kcalc so that it does actually launch from kicker. Problem noted by Sung N. Cho on netbsd-help. @ text @d3 1 a3 1 --- kcalc/Makefile.am.orig Wed May 8 19:31:32 2002 d5 2 a6 2 @@@@ -1,20 +1,23 @@@@ d14 1 d18 1 a19 1 +kcalc_la_LDFLAGS = $(all_libraries) -module -avoid-version d36 1 a36 1 @@@@ -29,6 +32,3 @@@@ @ 1.2.2.1 log @file patch-aa was added on branch buildlink2 on 2002-06-23 18:53:37 +0000 @ text @d1 41 @ 1.2.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 41 $NetBSD: patch-aa,v 1.2.2.1 2002/06/23 18:53:37 jlam Exp $ --- kcalc/Makefile.am.orig Wed May 8 19:31:32 2002 +++ kcalc/Makefile.am @@@@ -1,20 +1,23 @@@@ bin_PROGRAMS = kcalc -lib_LTLIBRARIES = kcalc.la +lib_LTLIBRARIES = libkcalc_main.la kcalc.la -kcalc_la_SOURCES = kcalc.cpp kcalc_core.cpp dlabel.cpp stats.cpp \ +libkcalc_main_la_SOURCES = kcalc.cpp kcalc_core.cpp dlabel.cpp stats.cpp \ optiondialog.cpp +libkcalc_main_la_LIBADD = $(LIB_KDEUI) -lm + +kcalc_la_SOURCES = kcalc_main.cpp +kcalc_la_LIBADD = libkcalc_main.la +kcalc_la_LDFLAGS = $(all_libraries) -module -avoid-version METASOURCES = AUTO noinst_HEADERS = kcalc.h dlabel.h stats.h kcalctype.h INCLUDES= $(all_includes) -kcalc_la_LDFLAGS = $(all_libraries) -module -avoid-version -kcalc_la_LIBADD = $(LIB_KDEUI) -lm -kcalc_SOURCES = dummy.cpp -kcalc_LDADD = kcalc.la +kcalc_SOURCES = kcalc_main.cpp +kcalc_LDADD = libkcalc_main.la kcalc_LDFLAGS = $(all_libraries) $(KDE_RPATH) pics_DATA = @@@@ -29,6 +32,3 @@@@ messages: $(XGETTEXT) *.cpp -o $(podir)/kcalc.pot - -dummy.cpp: - echo > dummy.cpp @ 1.1 log @Initial revision @ text @d5 1 a5 1 @@@@ -1,20 +1,22 @@@@ d17 1 d35 1 a35 1 @@@@ -29,6 +31,3 @@@@ @ 1.1.1.1 log @Initial import of the kdeutils pkg (in the right place this time.) @ text @@