pkgsrc/x11/kdelibs3/Makefile

147 lines
4.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.152 2011/01/13 13:53:30 wiz Exp $
2002-05-31 15:16:30 +02:00
Update to KDE 3.2.1 Changes: Improve suggestions given when in the rename dialog shown when copying/moving files Progress dialog: large files (>4GB) fixes; make "keep open" work again Progress dialog (all in one): don't block logging out from KDE KIO: Preserve file premissions when copying from remote protocols that support listing KIO: Give again the choice to overwrite when moving/renaming files KIO: Make 'overwrite' ask only once for a given dir (when moving a directory with subdirs) KSystemTray: if the mainwindow is minimized or not on the current desktop, clicking will show it instead of hiding KLocale: fixing support for YY aka %y KDatePicker: fixing layout of close button KatePart: fixed broken "replace from cursor" KatePart: fixed some redraw problems (no artefacts while scrolling) Don't let knotify start aRts if aRts is disabled in its kcontrol module. kdeprint: Added check for print file names given by the rename dialog KHTML: fix crash in parsing weired pages KHTML: fixing support for clear:both KHTML: better support for DOM Test Suite KHTML: fix Heirmenus KHTML: fix animated GIFs not looping KHTML: don't recurse when printing KHTML: use content, not viewport coordinates for server side image maps KHTML: fixing overflow content KHTML: fix repainting logic to optimize for reduced X server load and minimum CPU KHTML: Reduce window. to forms, images and applets, like document. KHTML: restore KDE 3.1 behavior of <font size=-1> KHTML: update frame sizes before returning value for innerWidth/innerHeight, in case the window was just resized KHTML: return attribute names in lowercase in compatibility mode (DOM L2/L3) KHTML: fixing insertRow for tables without tbody KHTML: implementing TreeWalkerImp KHTML: fixing javascript events with frames KHTML: fixing attributes for repeated body elements KHTML: implement support for pageX/pageY. fix layerX/layerY KHTML: Activate merged alternate code path for inline boxes construction/painting KHTML: implementing incremental XML parsing KHTML: fix detection of the selector KHTML: implementing CSSStyleDeclarationImpl KHTML: skip pseudo styles when updating anonymous blocks'style KHTML: fixing pure punctuation/single letter text childs KHTML: fixing user-defined stylesheets KHTML: fixing mixed block/inline content KHTML: fixing relayouting of childs with floats KHTML: respect padding and borders on cnn.com KHTML: treat xhtml transitional that way KHTML: enhanced border drawing code for dotted and dashed lines KHTML: fixing handling of <nobr>
2004-03-09 12:22:23 +01:00
DISTNAME= kdelibs-${_KDE_VERSION}
PKGREVISION= 10
2002-05-31 15:16:30 +02:00
CATEGORIES= x11
COMMENT= Support libraries for the KDE integrated X11 desktop
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
Update kdelibs to 3.1.3. Changes: * build system updates, gcc 3.4+ compilation fixes (Dirk Mueller) * ensure that each installed header file can be compiled on its own (has all necessary includes/forward declarations) * SECURITY: kio/khtml: Improve referer handling, always strip out username and password. * Roaming user support (Helge Deller) * kabc: add quotes around names from LDAP which contain non-alphanumeric characters * kabc: unterminated string handling fixes * kbugreport: only refer to http://bugs.kde.org if the bug-address is submit@bugs.kde.org * kcookiejar: don't deliver cookies when the url is "strange" * kcookiejar: unbreak cookies for https sites once again * kcookiejar: make kcookiejar --remove <domain> work * kdecore: never unload dante socks library, it crashes when doing so * kdecore: Adding KMacroExpander, class for shell-safe expansion of filenames in shellcode * kdeinit: Handle X errors instead of just crashing when they occur. * kdeprint: improvements to handling of cups network printers * kdeprint/smbview: use nmblookup -M -- to make it work with samba 3.0 * kdeui: dragging from the "konqueror wheel" button no longer duplicates the window * kdeui: rewritten mouse cursor-autohide code (hopefully much more stable now) * kdeui/kfontdialog: Try very hard to match the font name that was passed with one that actually exists * kdeui/kmainwindow: fix for saving statusbar state when autosave is enabled * kdewidgets: Add some new widgets * keramik: Major fixes to toolbar gradient alignment, as well as some miscellaneous fixes. * khtml: avoid endless-relayout-loop * khtml: several backports of fixes from 3.2 development branch * khtml: several fixes to bugs exposed by DOM2 testsuite * khtml jpeg loader: use memmove in places where memory regions overlap (valgrind we love you) * kio: crash/memory leak fixes * kio: added ability to add host:port to the no-proxy list * kio: speedup handling local files * kio: improvements to the layout of the HTTP Authentication password dialog * kio: allow rtsp:// protocol redirecting to mms:// * kio: KIOSK restriction fixes * kio: signal handling fixes (SIGPIPE etc) * kio_http: text/html mimetype in Accept: gets preference over other text/* types * kio_http: improvements in HTTP referer handling * kiconloader: memory leak fix * kjava: thread handling fixes * kjava: don't send text to the console window if its not visible (saves huge amount of memory on some pages) * kjava: catch exceptions thrown inside Applet.destroy * klocale: Support Macedonian plural forms
2003-07-30 15:16:56 +02:00
.include "../../meta-pkgs/kde3/Makefile.kde3"
2002-05-31 15:16:30 +02:00
CONFLICTS+= koffice3<=1.1.1
2008-06-12 14:51:27 +02:00
CONFLICTS= kdelibs4-[0-9]*
USE_TOOLS+= iceauth:run perl:run pkg-config
2002-05-31 15:16:30 +02:00
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus
CONF_FILES+= ${PREFIX}/share/examples/kdelibs3/applications.menu \
${PKG_SYSCONFDIR}/xdg/menus/applications.menu
CONFIGURE_ARGS+= --with-distribution="NetBSD pkgsrc"
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
2002-05-31 15:16:30 +02:00
SGML_CATALOGS= ${PREFIX}/share/kde/apps/ksgmltools2/customization/catalog
SGML_CATALOGS+= ${PREFIX}/share/kde/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbook.cat
Update to KDE-3.2.0. Changes: Libraries * Hidden methods in DCOP interfaces - DCOPIDLng Alexander Kellett * Documentation parsing (kdoc based) and inclusion in generated .dcopidl files (note: kdebindings dcopidlng only) Alexander Kellett * Kalyptus based rewrite of DCOPIDL - DCOPIDLng Alexander Kellett * Thumbnail generator for DVI files. Stefan Kebekus * Thumbnail generator for Xcursor files. Fredrik Hoeglund * KMainWindow can now maintain the statusbar and corresponding action (duplicate (99% of the time broken) code removed from countless applications in KDE). Benjamin Meyer * KMainWindow, KToolbar, and several other core classes now will only stores settings if those settings are not the default values (helping to reduce the huge size of config files). Benjamin Meyer * Add support for International Domain Names (IDN). Thiago Macieira, Waldo Bastian * KDE Password Registry and Wallet. George Staikos * SSL session ID reuse. George Staikos * KCookiejar: Support HttpOnly cookies. Waldo Bastian * KLocale: support for different calendar systems Hans Petter Bieker * KCalendarSystem: support for Hebrew calendar system Hans Petter Bieker * Support data urls. See rfc 2397. Leo Savernik * New tab widget classes KTabBar and KTabWidget in kdeui Stephan Binner * New KFile permissions panel Tim Jansen * Support for mimetype inheritance and aliases David Faure * KDialogBase: Replace setButtonOkText() & co. with setButtonOk() that takes a KGuiItem instead (deprecating the old methods) Martijn Klingens * Move KPrefs from libkdepim to kdelibs. Cornelius Schumacher * Support for "extra fields" in KIO slaves and in Konqueror / KFileDialog David Faure <faure@kde.org> * Add KSplashScreen, a splash screen class based on QSplashScreen (with support for KDE's Xinerama options) Chris Howells * KPasteTextAction: enhanced action for pasting text by offering a list with the clipboard history. Andras Mantia KHTML * Non-modal find dialog David Faure KDEfx * Added KCPUInfo class which makes it possible for applications to do runtime checks for architecture specific CPU features, such MMX, 3DNow! and AltiVec. Fredrik Hoeglund * Added MMX and SSE2 optimizations to the blending functions in KImageEffect, that among other things are used to blend the translucent menus when the menu effect is set to software blend, and to tint icons when they're selected in icon views. Fredrik Hoeglund Kate Part * File type specific settings Christoph Cullmann * vi style cmd line Christoph Cullmann * Support variable lines in files Anders Lund * Color Schemes Christoph Cullmann * Indentation based code folding Christoph Cullmann * Implement more DCOP interfaces and clean up the ktexteditor dcop interfaces Christoph Cullmann KImgIO * Add PCX image plugin, supports reading and writing 1, 4, 8 and 24bpp images Nadeem Hasan * Add TGA image plugin, supports reading and writing true color TGA images (compressed and uncompressed) Dominik Seichter Interfaces * Interfaces for KBytesEdit widget part Friedrich W. H. Kossebau KSpell * Adding ability to spell check HTML, TeX and nroff documents. Zack Rusin * Completely reworking the spell checking dialog. Adding language selection combo. Zack Rusin
2004-02-04 14:58:39 +01:00
SGML_CATALOGS+= ${PREFIX}/share/kde/apps/ksgmltools2/docbook/xml-dtd-4.2/docbook.cat
2002-05-31 15:16:30 +02:00
.include "../../mk/bsd.prefs.mk"
Update to KDE 3.5.2 * Don't restore files to recent files list that don't exist anymore. * KIO-KFile: Fix problems with mounting filesystems with ACL * Kate o Make the spelling dialog modal. o Make updates incrementally and limit to 2000 messages o Alternate Bash heredoc style highlights correctly. * KHTML o Performance improvements: + Improve rendering speed of some semi-transparent pixmap backgrounds. + Improve performance of JavaScript error logging widget, to help deal with sites with completely broken JavaScript which continuously causes errors. + Better performance for the classname selector o Get iframes, objects and some other overlaid widgets to obey their stacking context at last (a.k.a, keep flash and iframes *under* dhtml menus). o Implement CSS2.1 quirk about behavior of overflow and root and body. Now we pass Acid2 according to Opera's standard, but in an actual release version. o Implement selectionStart, selectionEnd, setSelectionRange on textarea and text input tags. o Improved keyboard event support, implementing the API in the latest DOM3 Events working group note. o Properly scale CSS line height when zooming. o Multiple fixes to the table DOM. o Better frame sizing calculation. o Better handling of the case where form-related tags get moved by parser during residual style handling. o Fix the DOM operation handling to not be so picky about the DTD. This makes us match other browsers better, and lets us remove various evil hacks in the XML parser o Various getComputedStyle improvements. o Various text-indent fixes. o Some fixes for namespace handling in XML and CSS. o Compatibility improvements in some collections. o Fix JavaScript timer events over midnight. o Fix handling of error event. o Do not assign the same AccessKey to different javascript: links. o Do not improperly honor maxlength on file input elements. o Properly reload iframe when source re-set. o Make usemap case-insensitive. o Better parsing of malformed cols and rows parameters of textarea. o Various fixes to DOM and non-standard bindings to CSS. o Various rendering fixes * KJS o Performance fix: do not redundantly re-attach the JavaScript debugger. o Free up some "future reserved keywords" for use as identifiers, to match other browsers. o Accept trailing semicolons in initializer lists. o Various RegExp object improvements: support .compile, properly report some errors, plug some memory leaks. o Give JavaScript debugger some stack room to operate when handling stack overflow exceptions. o Fix bugs in latin1 to ucs conversion.
2006-03-30 04:36:26 +02:00
LIBS.NetBSD+= ${EXPORT_SYMBOLS_LDFLAGS}
Update to kde 3.3.2 Changes: * kdecore: recognize known names for the MacRoman charset * khtml: only disallow fixed positioning on body, not relative/absolute * khtml: added Javascript-support for HTMLDocument.compatMode * khtml: fixed textarea manipulation by DOM * khtml: paged media support (page-break-before and -after) * khtml: correctly handle text-transform on first-letter * khtml: fixed display: block on pseudo-elements * khtml: return Undefined instead of Null for out-of-range indices * khtml: fixed stopPropagation when called from the target node itself * khtml: fixed htmlCompat mode for documents served as text/html * khtml: fixed display: compact * khtml: support z-order for text areas and list boxes * khtml: don't set assume <select> got items when we calculate a height for items * khtml: changed default horizontal margins for H1-H6 from auto to 0 * khtml: escape otherwise unencodable characters in form submits * khtml: merged min,max-height fixes * khtml: merged handling of event handlers * khtml: implemented CSS 2.1 compliant parsing of background-position * khtml: fixed m_value vs ATTR_VALUE problem which didn't allow sending mail on gmail * khtml: make use of the suggested filename for images * khtml: tons of bidi fixes * khtml: enable strict CSS parsing also for transitional doctypes * khtml: ignore height element for input elements that are not image * khtml: form widget fixes for plastik (and others) * khtml: make sure we are layouted before scrolling if we are still loading * khtml: add compensated font scale from Todd Fahrner's "Toward a standard font size interval system" * khtml: avoid triggering full repaints of the view before the first layout is done * khtml: implement CSS3 property box-sizing to match MacIE, Opera and Mozilla * khtml: fix globeandmail.com famlily of crashes * khtml: floats and flowing around floats improvements * khtml: fix textarea scrolling positions * khtml: tons of fixes for tables * khtml: remove hidden widgets from the painting * khtml: avoid crashes on XML documents * khtml: ignore relative positioning on table sections * khtml: fix static position calculation for positioned elements * khtml: support insertAdjacentHTML * khtml: fix crash in sites manipulating frames * khtml: async kwallet support * khtml: fix selectorText() when no namespace is specified * khtml: update the layout before fetching the computed values * khtml: color 'http://foo' links as visited if 'http://foo/' is in history * khtml: corrected ref-counting error leading to segfault/invalid memory usage * khtml: fixed some memory corruptions with garbage HTML * khtml: account for scrollbar height when sizing variable overflow:scroll/auto boxes
2004-12-10 07:02:57 +01:00
Update to KDE 3.5.2 * Don't restore files to recent files list that don't exist anymore. * KIO-KFile: Fix problems with mounting filesystems with ACL * Kate o Make the spelling dialog modal. o Make updates incrementally and limit to 2000 messages o Alternate Bash heredoc style highlights correctly. * KHTML o Performance improvements: + Improve rendering speed of some semi-transparent pixmap backgrounds. + Improve performance of JavaScript error logging widget, to help deal with sites with completely broken JavaScript which continuously causes errors. + Better performance for the classname selector o Get iframes, objects and some other overlaid widgets to obey their stacking context at last (a.k.a, keep flash and iframes *under* dhtml menus). o Implement CSS2.1 quirk about behavior of overflow and root and body. Now we pass Acid2 according to Opera's standard, but in an actual release version. o Implement selectionStart, selectionEnd, setSelectionRange on textarea and text input tags. o Improved keyboard event support, implementing the API in the latest DOM3 Events working group note. o Properly scale CSS line height when zooming. o Multiple fixes to the table DOM. o Better frame sizing calculation. o Better handling of the case where form-related tags get moved by parser during residual style handling. o Fix the DOM operation handling to not be so picky about the DTD. This makes us match other browsers better, and lets us remove various evil hacks in the XML parser o Various getComputedStyle improvements. o Various text-indent fixes. o Some fixes for namespace handling in XML and CSS. o Compatibility improvements in some collections. o Fix JavaScript timer events over midnight. o Fix handling of error event. o Do not assign the same AccessKey to different javascript: links. o Do not improperly honor maxlength on file input elements. o Properly reload iframe when source re-set. o Make usemap case-insensitive. o Better parsing of malformed cols and rows parameters of textarea. o Various fixes to DOM and non-standard bindings to CSS. o Various rendering fixes * KJS o Performance fix: do not redundantly re-attach the JavaScript debugger. o Free up some "future reserved keywords" for use as identifiers, to match other browsers. o Accept trailing semicolons in initializer lists. o Various RegExp object improvements: support .compile, properly report some errors, plug some memory leaks. o Give JavaScript debugger some stack room to operate when handling stack overflow exceptions. o Fix bugs in latin1 to ucs conversion.
2006-03-30 04:36:26 +02:00
REPLACE_PERL+= \
Update to KDE 3.4 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-03-23 22:28:33 +01:00
dcop/dcopidlng/kalyptus \
kio/proxytype.pl \
kio/useragent.pl \
Update to kde 3.3.2 Changes: * kdecore: recognize known names for the MacRoman charset * khtml: only disallow fixed positioning on body, not relative/absolute * khtml: added Javascript-support for HTMLDocument.compatMode * khtml: fixed textarea manipulation by DOM * khtml: paged media support (page-break-before and -after) * khtml: correctly handle text-transform on first-letter * khtml: fixed display: block on pseudo-elements * khtml: return Undefined instead of Null for out-of-range indices * khtml: fixed stopPropagation when called from the target node itself * khtml: fixed htmlCompat mode for documents served as text/html * khtml: fixed display: compact * khtml: support z-order for text areas and list boxes * khtml: don't set assume <select> got items when we calculate a height for items * khtml: changed default horizontal margins for H1-H6 from auto to 0 * khtml: escape otherwise unencodable characters in form submits * khtml: merged min,max-height fixes * khtml: merged handling of event handlers * khtml: implemented CSS 2.1 compliant parsing of background-position * khtml: fixed m_value vs ATTR_VALUE problem which didn't allow sending mail on gmail * khtml: make use of the suggested filename for images * khtml: tons of bidi fixes * khtml: enable strict CSS parsing also for transitional doctypes * khtml: ignore height element for input elements that are not image * khtml: form widget fixes for plastik (and others) * khtml: make sure we are layouted before scrolling if we are still loading * khtml: add compensated font scale from Todd Fahrner's "Toward a standard font size interval system" * khtml: avoid triggering full repaints of the view before the first layout is done * khtml: implement CSS3 property box-sizing to match MacIE, Opera and Mozilla * khtml: fix globeandmail.com famlily of crashes * khtml: floats and flowing around floats improvements * khtml: fix textarea scrolling positions * khtml: tons of fixes for tables * khtml: remove hidden widgets from the painting * khtml: avoid crashes on XML documents * khtml: ignore relative positioning on table sections * khtml: fix static position calculation for positioned elements * khtml: support insertAdjacentHTML * khtml: fix crash in sites manipulating frames * khtml: async kwallet support * khtml: fix selectorText() when no namespace is specified * khtml: update the layout before fetching the computed values * khtml: color 'http://foo' links as visited if 'http://foo/' is in history * khtml: corrected ref-counting error leading to segfault/invalid memory usage * khtml: fixed some memory corruptions with garbage HTML * khtml: account for scrollbar height when sizing variable overflow:scroll/auto boxes
2004-12-10 07:02:57 +01:00
kio/misc/fileshareset \
kdeui/preparetips
2002-05-31 15:16:30 +02:00
CHECK_PORTABILITY_SKIP+=kate/tests/highlight.sh
UNLIMIT_RESOURCES= datasize memorysize
2002-05-31 15:16:30 +02:00
Update to kde 3.3.2 Changes: * kdecore: recognize known names for the MacRoman charset * khtml: only disallow fixed positioning on body, not relative/absolute * khtml: added Javascript-support for HTMLDocument.compatMode * khtml: fixed textarea manipulation by DOM * khtml: paged media support (page-break-before and -after) * khtml: correctly handle text-transform on first-letter * khtml: fixed display: block on pseudo-elements * khtml: return Undefined instead of Null for out-of-range indices * khtml: fixed stopPropagation when called from the target node itself * khtml: fixed htmlCompat mode for documents served as text/html * khtml: fixed display: compact * khtml: support z-order for text areas and list boxes * khtml: don't set assume <select> got items when we calculate a height for items * khtml: changed default horizontal margins for H1-H6 from auto to 0 * khtml: escape otherwise unencodable characters in form submits * khtml: merged min,max-height fixes * khtml: merged handling of event handlers * khtml: implemented CSS 2.1 compliant parsing of background-position * khtml: fixed m_value vs ATTR_VALUE problem which didn't allow sending mail on gmail * khtml: make use of the suggested filename for images * khtml: tons of bidi fixes * khtml: enable strict CSS parsing also for transitional doctypes * khtml: ignore height element for input elements that are not image * khtml: form widget fixes for plastik (and others) * khtml: make sure we are layouted before scrolling if we are still loading * khtml: add compensated font scale from Todd Fahrner's "Toward a standard font size interval system" * khtml: avoid triggering full repaints of the view before the first layout is done * khtml: implement CSS3 property box-sizing to match MacIE, Opera and Mozilla * khtml: fix globeandmail.com famlily of crashes * khtml: floats and flowing around floats improvements * khtml: fix textarea scrolling positions * khtml: tons of fixes for tables * khtml: remove hidden widgets from the painting * khtml: avoid crashes on XML documents * khtml: ignore relative positioning on table sections * khtml: fix static position calculation for positioned elements * khtml: support insertAdjacentHTML * khtml: fix crash in sites manipulating frames * khtml: async kwallet support * khtml: fix selectorText() when no namespace is specified * khtml: update the layout before fetching the computed values * khtml: color 'http://foo' links as visited if 'http://foo/' is in history * khtml: corrected ref-counting error leading to segfault/invalid memory usage * khtml: fixed some memory corruptions with garbage HTML * khtml: account for scrollbar height when sizing variable overflow:scroll/auto boxes
2004-12-10 07:02:57 +01:00
SUBST_CLASSES+= kdelibsfix
SUBST_STAGE.kdelibsfix= pre-configure
Update to KDE 3.5.2 * Don't restore files to recent files list that don't exist anymore. * KIO-KFile: Fix problems with mounting filesystems with ACL * Kate o Make the spelling dialog modal. o Make updates incrementally and limit to 2000 messages o Alternate Bash heredoc style highlights correctly. * KHTML o Performance improvements: + Improve rendering speed of some semi-transparent pixmap backgrounds. + Improve performance of JavaScript error logging widget, to help deal with sites with completely broken JavaScript which continuously causes errors. + Better performance for the classname selector o Get iframes, objects and some other overlaid widgets to obey their stacking context at last (a.k.a, keep flash and iframes *under* dhtml menus). o Implement CSS2.1 quirk about behavior of overflow and root and body. Now we pass Acid2 according to Opera's standard, but in an actual release version. o Implement selectionStart, selectionEnd, setSelectionRange on textarea and text input tags. o Improved keyboard event support, implementing the API in the latest DOM3 Events working group note. o Properly scale CSS line height when zooming. o Multiple fixes to the table DOM. o Better frame sizing calculation. o Better handling of the case where form-related tags get moved by parser during residual style handling. o Fix the DOM operation handling to not be so picky about the DTD. This makes us match other browsers better, and lets us remove various evil hacks in the XML parser o Various getComputedStyle improvements. o Various text-indent fixes. o Some fixes for namespace handling in XML and CSS. o Compatibility improvements in some collections. o Fix JavaScript timer events over midnight. o Fix handling of error event. o Do not assign the same AccessKey to different javascript: links. o Do not improperly honor maxlength on file input elements. o Properly reload iframe when source re-set. o Make usemap case-insensitive. o Better parsing of malformed cols and rows parameters of textarea. o Various fixes to DOM and non-standard bindings to CSS. o Various rendering fixes * KJS o Performance fix: do not redundantly re-attach the JavaScript debugger. o Free up some "future reserved keywords" for use as identifiers, to match other browsers. o Accept trailing semicolons in initializer lists. o Various RegExp object improvements: support .compile, properly report some errors, plug some memory leaks. o Give JavaScript debugger some stack room to operate when handling stack overflow exceptions. o Fix bugs in latin1 to ucs conversion.
2006-03-30 04:36:26 +02:00
SUBST_MESSAGE.kdelibsfix= Fixing hardcoded paths.
Update to kde 3.3.2 Changes: * kdecore: recognize known names for the MacRoman charset * khtml: only disallow fixed positioning on body, not relative/absolute * khtml: added Javascript-support for HTMLDocument.compatMode * khtml: fixed textarea manipulation by DOM * khtml: paged media support (page-break-before and -after) * khtml: correctly handle text-transform on first-letter * khtml: fixed display: block on pseudo-elements * khtml: return Undefined instead of Null for out-of-range indices * khtml: fixed stopPropagation when called from the target node itself * khtml: fixed htmlCompat mode for documents served as text/html * khtml: fixed display: compact * khtml: support z-order for text areas and list boxes * khtml: don't set assume <select> got items when we calculate a height for items * khtml: changed default horizontal margins for H1-H6 from auto to 0 * khtml: escape otherwise unencodable characters in form submits * khtml: merged min,max-height fixes * khtml: merged handling of event handlers * khtml: implemented CSS 2.1 compliant parsing of background-position * khtml: fixed m_value vs ATTR_VALUE problem which didn't allow sending mail on gmail * khtml: make use of the suggested filename for images * khtml: tons of bidi fixes * khtml: enable strict CSS parsing also for transitional doctypes * khtml: ignore height element for input elements that are not image * khtml: form widget fixes for plastik (and others) * khtml: make sure we are layouted before scrolling if we are still loading * khtml: add compensated font scale from Todd Fahrner's "Toward a standard font size interval system" * khtml: avoid triggering full repaints of the view before the first layout is done * khtml: implement CSS3 property box-sizing to match MacIE, Opera and Mozilla * khtml: fix globeandmail.com famlily of crashes * khtml: floats and flowing around floats improvements * khtml: fix textarea scrolling positions * khtml: tons of fixes for tables * khtml: remove hidden widgets from the painting * khtml: avoid crashes on XML documents * khtml: ignore relative positioning on table sections * khtml: fix static position calculation for positioned elements * khtml: support insertAdjacentHTML * khtml: fix crash in sites manipulating frames * khtml: async kwallet support * khtml: fix selectorText() when no namespace is specified * khtml: update the layout before fetching the computed values * khtml: color 'http://foo' links as visited if 'http://foo/' is in history * khtml: corrected ref-counting error leading to segfault/invalid memory usage * khtml: fixed some memory corruptions with garbage HTML * khtml: account for scrollbar height when sizing variable overflow:scroll/auto boxes
2004-12-10 07:02:57 +01:00
SUBST_FILES.kdelibsfix= \
kdecore/kstandarddirs.cpp \
kdecore/ktimezones.cpp \
Update to KDE-3.2.0. Changes: Libraries * Hidden methods in DCOP interfaces - DCOPIDLng Alexander Kellett * Documentation parsing (kdoc based) and inclusion in generated .dcopidl files (note: kdebindings dcopidlng only) Alexander Kellett * Kalyptus based rewrite of DCOPIDL - DCOPIDLng Alexander Kellett * Thumbnail generator for DVI files. Stefan Kebekus * Thumbnail generator for Xcursor files. Fredrik Hoeglund * KMainWindow can now maintain the statusbar and corresponding action (duplicate (99% of the time broken) code removed from countless applications in KDE). Benjamin Meyer * KMainWindow, KToolbar, and several other core classes now will only stores settings if those settings are not the default values (helping to reduce the huge size of config files). Benjamin Meyer * Add support for International Domain Names (IDN). Thiago Macieira, Waldo Bastian * KDE Password Registry and Wallet. George Staikos * SSL session ID reuse. George Staikos * KCookiejar: Support HttpOnly cookies. Waldo Bastian * KLocale: support for different calendar systems Hans Petter Bieker * KCalendarSystem: support for Hebrew calendar system Hans Petter Bieker * Support data urls. See rfc 2397. Leo Savernik * New tab widget classes KTabBar and KTabWidget in kdeui Stephan Binner * New KFile permissions panel Tim Jansen * Support for mimetype inheritance and aliases David Faure * KDialogBase: Replace setButtonOkText() & co. with setButtonOk() that takes a KGuiItem instead (deprecating the old methods) Martijn Klingens * Move KPrefs from libkdepim to kdelibs. Cornelius Schumacher * Support for "extra fields" in KIO slaves and in Konqueror / KFileDialog David Faure <faure@kde.org> * Add KSplashScreen, a splash screen class based on QSplashScreen (with support for KDE's Xinerama options) Chris Howells * KPasteTextAction: enhanced action for pasting text by offering a list with the clipboard history. Andras Mantia KHTML * Non-modal find dialog David Faure KDEfx * Added KCPUInfo class which makes it possible for applications to do runtime checks for architecture specific CPU features, such MMX, 3DNow! and AltiVec. Fredrik Hoeglund * Added MMX and SSE2 optimizations to the blending functions in KImageEffect, that among other things are used to blend the translucent menus when the menu effect is set to software blend, and to tint icons when they're selected in icon views. Fredrik Hoeglund Kate Part * File type specific settings Christoph Cullmann * vi style cmd line Christoph Cullmann * Support variable lines in files Anders Lund * Color Schemes Christoph Cullmann * Indentation based code folding Christoph Cullmann * Implement more DCOP interfaces and clean up the ktexteditor dcop interfaces Christoph Cullmann KImgIO * Add PCX image plugin, supports reading and writing 1, 4, 8 and 24bpp images Nadeem Hasan * Add TGA image plugin, supports reading and writing true color TGA images (compressed and uncompressed) Dominik Seichter Interfaces * Interfaces for KBytesEdit widget part Friedrich W. H. Kossebau KSpell * Adding ability to spell check HTML, TeX and nroff documents. Zack Rusin * Completely reworking the spell checking dialog. Adding language selection combo. Zack Rusin
2004-02-04 14:58:39 +01:00
kdeui/ksconfig.cpp \
kio/kssl/kopenssl.cc
Update to KDE 3.5.2 * Don't restore files to recent files list that don't exist anymore. * KIO-KFile: Fix problems with mounting filesystems with ACL * Kate o Make the spelling dialog modal. o Make updates incrementally and limit to 2000 messages o Alternate Bash heredoc style highlights correctly. * KHTML o Performance improvements: + Improve rendering speed of some semi-transparent pixmap backgrounds. + Improve performance of JavaScript error logging widget, to help deal with sites with completely broken JavaScript which continuously causes errors. + Better performance for the classname selector o Get iframes, objects and some other overlaid widgets to obey their stacking context at last (a.k.a, keep flash and iframes *under* dhtml menus). o Implement CSS2.1 quirk about behavior of overflow and root and body. Now we pass Acid2 according to Opera's standard, but in an actual release version. o Implement selectionStart, selectionEnd, setSelectionRange on textarea and text input tags. o Improved keyboard event support, implementing the API in the latest DOM3 Events working group note. o Properly scale CSS line height when zooming. o Multiple fixes to the table DOM. o Better frame sizing calculation. o Better handling of the case where form-related tags get moved by parser during residual style handling. o Fix the DOM operation handling to not be so picky about the DTD. This makes us match other browsers better, and lets us remove various evil hacks in the XML parser o Various getComputedStyle improvements. o Various text-indent fixes. o Some fixes for namespace handling in XML and CSS. o Compatibility improvements in some collections. o Fix JavaScript timer events over midnight. o Fix handling of error event. o Do not assign the same AccessKey to different javascript: links. o Do not improperly honor maxlength on file input elements. o Properly reload iframe when source re-set. o Make usemap case-insensitive. o Better parsing of malformed cols and rows parameters of textarea. o Various fixes to DOM and non-standard bindings to CSS. o Various rendering fixes * KJS o Performance fix: do not redundantly re-attach the JavaScript debugger. o Free up some "future reserved keywords" for use as identifiers, to match other browsers. o Accept trailing semicolons in initializer lists. o Various RegExp object improvements: support .compile, properly report some errors, plug some memory leaks. o Give JavaScript debugger some stack room to operate when handling stack overflow exceptions. o Fix bugs in latin1 to ucs conversion.
2006-03-30 04:36:26 +02:00
SUBST_SED.kdelibsfix= -e 's:@LOCALBASE@:${LOCALBASE}:g'
SUBST_SED.kdelibsfix+= -e 's:@PKGLOCALEDIR@:${PKGLOCALEDIR}:g'
Update to KDE 3.4 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-03-23 22:28:33 +01:00
SUBST_CLASSES+= kdemagic
SUBST_STAGE.kdemagic= pre-configure
Update to KDE 3.5.2 * Don't restore files to recent files list that don't exist anymore. * KIO-KFile: Fix problems with mounting filesystems with ACL * Kate o Make the spelling dialog modal. o Make updates incrementally and limit to 2000 messages o Alternate Bash heredoc style highlights correctly. * KHTML o Performance improvements: + Improve rendering speed of some semi-transparent pixmap backgrounds. + Improve performance of JavaScript error logging widget, to help deal with sites with completely broken JavaScript which continuously causes errors. + Better performance for the classname selector o Get iframes, objects and some other overlaid widgets to obey their stacking context at last (a.k.a, keep flash and iframes *under* dhtml menus). o Implement CSS2.1 quirk about behavior of overflow and root and body. Now we pass Acid2 according to Opera's standard, but in an actual release version. o Implement selectionStart, selectionEnd, setSelectionRange on textarea and text input tags. o Improved keyboard event support, implementing the API in the latest DOM3 Events working group note. o Properly scale CSS line height when zooming. o Multiple fixes to the table DOM. o Better frame sizing calculation. o Better handling of the case where form-related tags get moved by parser during residual style handling. o Fix the DOM operation handling to not be so picky about the DTD. This makes us match other browsers better, and lets us remove various evil hacks in the XML parser o Various getComputedStyle improvements. o Various text-indent fixes. o Some fixes for namespace handling in XML and CSS. o Compatibility improvements in some collections. o Fix JavaScript timer events over midnight. o Fix handling of error event. o Do not assign the same AccessKey to different javascript: links. o Do not improperly honor maxlength on file input elements. o Properly reload iframe when source re-set. o Make usemap case-insensitive. o Better parsing of malformed cols and rows parameters of textarea. o Various fixes to DOM and non-standard bindings to CSS. o Various rendering fixes * KJS o Performance fix: do not redundantly re-attach the JavaScript debugger. o Free up some "future reserved keywords" for use as identifiers, to match other browsers. o Accept trailing semicolons in initializer lists. o Various RegExp object improvements: support .compile, properly report some errors, plug some memory leaks. o Give JavaScript debugger some stack room to operate when handling stack overflow exceptions. o Fix bugs in latin1 to ucs conversion.
2006-03-30 04:36:26 +02:00
SUBST_MESSAGE.kdemagic= Add LOCALBASE paths to magic file.
Update to KDE 3.4 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-03-23 22:28:33 +01:00
SUBST_FILES.kdemagic= kio/magic
SUBST_SED.kdemagic= -n -e 'p' -e 's:/usr/local/bin:${LOCALBASE}/bin:p'
SPECIAL_PERMS+= ${PREFIX}/bin/fileshareset ${SETUID_ROOT_PERMS}
SPECIAL_PERMS+= ${PREFIX}/bin/kpac_dhcp_helper ${SETUID_ROOT_PERMS}
# ${SETUID_ROOT_PERMS} doesn't work here because the locate() method used to
# find the path to the kgrantpty expects it to have read permissions set.
SPECIAL_PERMS+= ${PREFIX}/bin/kgrantpty ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 4555
Update to KDE 3.5.6 KHTML * Treat specific attribute values case-insensitively during style matching. With these changes, KHTML becomes the first rendering engine to thoroughly pass the 578 tests of the excellent Automated CSS3 Selectors Testsuite (http://www.css3.info/selectors-test). * Implement CSS3 extension text-overflow: ellipsis. * Implement overflow-x/y as many websites use it now. * Fix overflow sometimes not painted/repainted. * Fix incorrect margin for some tables. * Fix crashes on some AJAX pages. * Fix background no-repeat image wrapping. * Fix instanceof ecma operator not working on DOM objects. * Fix some pages appearing empty or missing content. * Fix table caption rendering on some pages. * Make innerText much faster fixing freezes on some web pages. * Fix crash on javascript manipulated tables. * Fix all links gettinh underlined while hovering over just one link on some malformed web pages. * Let floats overflow the left border when they should. * Fix cursor in input field not disappearing when setting focus to another input field. * Prevent crash-inducing recursion of detach due to blur events happening when widgets with focus get destroyed. * Fix border collapse not working in tables. * Fix &notin; displayed as &not;in;. * Make max-height and max-width: none work correctly. * Fix memory leak when using deleteRule. * Fix crash when resolving a stylesheet imported from external one. * Fix an infinite relayout on msdn. * Fix computed line-height beign incorrect. * Fix crash race on various sites with popup ads. * Reset hover text when mouse leaves khtml view. * Whenever the content changes, recheck if the mouse cursor shall show some other shape to correctly match it to the content below it. * Immediately redraw visited links with the respective color when the page got loaded and inserted into the history. * Fix tables sometimes intruding floats on dynamic restyle. * Fix conflicting priorities in font shorthand parsing leading to wrong line-height computation. * Do not crash when finding backwards. * Fix infinite recursion happening when changing style from overflow:scroll to auto. * Fix initial size of input type=FILE form control. * Make vertical-align text-top/bottom CSS 2.1 compliant. * Fix ecma alert() dialog formatting it's output as a single huge line without line breaks. Kate * Add actionscript highlighting. * Add some pseudo-elements that khtml supports, but FireFox doesn't. * Fix wrong indentation at top of source file in cstyle indenter. * Fix memory leaks and accessing uninitialized variable. * Fix endless loop in cstyle indenter. * Fix crash using comment commands. * Java Highlighting: Correctly highlight comments after import lines. kdefx * Change asterisks on passwords to bullets. kdeprint * Fix printing of files with accentuated characters in filename or in the path. * Fix showing names of non local files in kprinter. kio * Don't crash when creating a job for an invalid URL. * Hide the progress dialog while displaying the password dialog. * Fix wrong "Couldn't receive DCOP signal" errors on RMB menu. * Fix statusbar having more than one line. * Fix possible data loss when using kioexec. KJS * Properly propagate some exception values. * Fixed Number.toPrecision(n) calls on negative zero. * Allow changing the internal value of invalid dates. * Fix Unicode support in RegExp handling, and also be more robust vs. embedded nulls. Fixes problems with some cyrillic characters in gmail and makes google calendar somewhat work.
2007-01-26 03:44:27 +01:00
.include "options.mk"
PLIST_VARS+= kded
2002-05-31 15:16:30 +02:00
.if ${OPSYS} == "NetBSD"
. if ${OS_VERSION:M1.5.[12]*} || ${OS_VERSION:M1.[0-4]*}
# nothing
2002-05-31 15:16:30 +02:00
. else
PLIST.kded= yes
2002-05-31 15:16:30 +02:00
. endif
# make sure zone.tab is installed
DEPENDS+= zonetab-[0-9]*:../../time/zonetab
.else
PLIST.kded= yes
2002-05-31 15:16:30 +02:00
.endif
.include "../../mk/krb5.buildlink3.mk"
CONFIGURE_ARGS+= --with-gssapi=yes
Update to KDE 3.3 * Rewrite the name-resolution routines so that true asynchronous lookups are possible (multithreaded). Thiago Macieira * kconf_update has now support for updating files other than config files. Waldo Bastian * Crypto certificates import without user interaction Helge Deller * KEditToolbar: Add support for arranging actions via drag&drop. Sandro Giessl * Move KNewStuff to kdelibs, making it usable for KDE-Edu etc. Josef Spillner * Introduce KIMIface, a generic DCOP interface to instant messaging/chat clients, and support libraries for other KDE apps, enabling loosely coupled integration. Will Stephenson * Show actions icons in the configure shortcut dialog. Olivier Goffart * KKeyDialog: add widget (based on klistviewsearchline) for searching shortcuts Cristian Tibirna * User visible feedback if invocation of browser, help Center or mailer fails * KImgIO o Add EXR image plugin, supports reading high dynamic range files. Brad Hards o Add support for SGI images (a.k.a. "RGB" images). These do typically have file extensions *.rgb, *.rgba, *.sgi, or *.bw. The SGI image file format is a de-facto standard for textures, for example in 3D modeling. Melchior Franz o Add read support for DDS images (Direct Draw Surface). This format is mainly used for textures in DirectX. Ignacio Castaño * libkabc o Write support and SSL/TLS for the LDAP resource Szombathelyi György * KLocale o Try harder to find message translations if a string is not translated in the primary language of the user, but available in other languages that the user has chosen in kcontrol. Heiko Evermann * KSpell2 o Introduction of the new spellchecking library fixing all of KSpell shortcomings. Zack Rusin * KHTML part o KHTML: Merge text shifting from WebCore. Leo Savernik o KHTML: Type-ahead find Arend van Beelen jr. o Copy To->IM Contact... context menu entry. Using kimproxy, allow one to initiate a file transfer from Konqueror. Will Stephenson o Added "Open in This Window" in popup frame submenu o New context menu when text is selected which allows lookup in default search engine o Fixed and improved Access Key support: now activated by pressing and releasing the ctrl key. When activated, the accesskey mode displays all accesskeys available in tooltips Jean-Baptiste Mardelle
2004-08-21 14:16:45 +02:00
2002-05-31 15:16:30 +02:00
post-install:
.if ${OPSYS} == "NetBSD"
. if ${OS_VERSION:M1.5.[12]*} || ${OS_VERSION:M1.[0-4]*}
@${RM} ${PREFIX}/lib/kded.*
. endif
.endif
.if ${MACHINE_ARCH} == "alpha"
GCC_REQD+= 2.95
.endif
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../audio/arts/buildlink3.mk"
.include "../../audio/libaudiofile/buildlink3.mk"
Update to KDE 3.4.1 Changes: * kdecore: Fix in command-line argument handler for clicking on mailto urls while kontact was started with arguments * kdecore: Fix the support for Dante proxies * kdecore: Fix the "random resolver failure" problem * kdecore: Fix the support for the IPv6 Blacklist in ioslaves * kdeui: Fix "Change Icon" in the toolbar editor * khtml: Fix submitted position for scrolled imagemaps * khtml: Load external CSS style-sheet with correct charset * khtml: Apply CSS padding to tables * khtml: Improve PRE parsing * khtml: Fix links with WBR tags * khtml: Parse CSS3 pseudo-classes and pseudo-elements more strict * khtml: Fix document.all.item * khtml: Return meaningful HTMLTableCellElement::cellIndex() values * khtml: Unbreak setting of location.href on windows opened by windows.open() * khtml: Various crash fixes * khtml: Fixed infinite loop due to onChange from textareas * khtml: Fix crash in window.setTimeout when Javascript is disabled * khtml: Fix server-side-push handler to accept bugzilla sending "text/html; charset=utf-8" as Content-Type * khtml: Fix for MMB-pasting onto an empty konqueror window * kjs: Allow non-ascii letters in identifiers * kjs: More flexible date string parsing * kjs: Fixes in escape() and unescape() functions * kjs: Fixes in RegExp constructor * kssl: store SSL passwords in the KDE wallet and reuse as needed * kio: KZip: Fixed double-deletion bug when trying to write to a non-writable directory. * kio: Fix for print:/manager not embedding the right part in Konqueror * kio: Use correct window icon in Konqueror when showing trash:/ * kfile: Don't show edit dialog when drop-adding items to sidebar * kfile: If Shift is pressed when menu opens show 'Delete' instead of 'Trash' * kio-http: Prevent endless busy loop * kio-http: Massive speed improvement for deleting Webdav folders * kio-ftp: Try non-passive mode if passive mode fails * kio-ftp: Fix parsing of Netware FTP servers, so that files don't all appear with a lock (no permissions) * kutils: Fixed support for back ref \0 (entire matched text)
2005-05-31 16:13:23 +02:00
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
Update to KDE 3.4.1 Changes: * kdecore: Fix in command-line argument handler for clicking on mailto urls while kontact was started with arguments * kdecore: Fix the support for Dante proxies * kdecore: Fix the "random resolver failure" problem * kdecore: Fix the support for the IPv6 Blacklist in ioslaves * kdeui: Fix "Change Icon" in the toolbar editor * khtml: Fix submitted position for scrolled imagemaps * khtml: Load external CSS style-sheet with correct charset * khtml: Apply CSS padding to tables * khtml: Improve PRE parsing * khtml: Fix links with WBR tags * khtml: Parse CSS3 pseudo-classes and pseudo-elements more strict * khtml: Fix document.all.item * khtml: Return meaningful HTMLTableCellElement::cellIndex() values * khtml: Unbreak setting of location.href on windows opened by windows.open() * khtml: Various crash fixes * khtml: Fixed infinite loop due to onChange from textareas * khtml: Fix crash in window.setTimeout when Javascript is disabled * khtml: Fix server-side-push handler to accept bugzilla sending "text/html; charset=utf-8" as Content-Type * khtml: Fix for MMB-pasting onto an empty konqueror window * kjs: Allow non-ascii letters in identifiers * kjs: More flexible date string parsing * kjs: Fixes in escape() and unescape() functions * kjs: Fixes in RegExp constructor * kssl: store SSL passwords in the KDE wallet and reuse as needed * kio: KZip: Fixed double-deletion bug when trying to write to a non-writable directory. * kio: Fix for print:/manager not embedding the right part in Konqueror * kio: Use correct window icon in Konqueror when showing trash:/ * kfile: Don't show edit dialog when drop-adding items to sidebar * kfile: If Shift is pressed when menu opens show 'Delete' instead of 'Trash' * kio-http: Prevent endless busy loop * kio-http: Massive speed improvement for deleting Webdav folders * kio-ftp: Try non-passive mode if passive mode fails * kio-ftp: Fix parsing of Netware FTP servers, so that files don't all appear with a lock (no permissions) * kutils: Fixed support for back ref \0 (entire matched text)
2005-05-31 16:13:23 +02:00
.include "../../graphics/jasper/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/libart/buildlink3.mk"
Update to KDE 3.4.1 Changes: * kdecore: Fix in command-line argument handler for clicking on mailto urls while kontact was started with arguments * kdecore: Fix the support for Dante proxies * kdecore: Fix the "random resolver failure" problem * kdecore: Fix the support for the IPv6 Blacklist in ioslaves * kdeui: Fix "Change Icon" in the toolbar editor * khtml: Fix submitted position for scrolled imagemaps * khtml: Load external CSS style-sheet with correct charset * khtml: Apply CSS padding to tables * khtml: Improve PRE parsing * khtml: Fix links with WBR tags * khtml: Parse CSS3 pseudo-classes and pseudo-elements more strict * khtml: Fix document.all.item * khtml: Return meaningful HTMLTableCellElement::cellIndex() values * khtml: Unbreak setting of location.href on windows opened by windows.open() * khtml: Various crash fixes * khtml: Fixed infinite loop due to onChange from textareas * khtml: Fix crash in window.setTimeout when Javascript is disabled * khtml: Fix server-side-push handler to accept bugzilla sending "text/html; charset=utf-8" as Content-Type * khtml: Fix for MMB-pasting onto an empty konqueror window * kjs: Allow non-ascii letters in identifiers * kjs: More flexible date string parsing * kjs: Fixes in escape() and unescape() functions * kjs: Fixes in RegExp constructor * kssl: store SSL passwords in the KDE wallet and reuse as needed * kio: KZip: Fixed double-deletion bug when trying to write to a non-writable directory. * kio: Fix for print:/manager not embedding the right part in Konqueror * kio: Use correct window icon in Konqueror when showing trash:/ * kfile: Don't show edit dialog when drop-adding items to sidebar * kfile: If Shift is pressed when menu opens show 'Delete' instead of 'Trash' * kio-http: Prevent endless busy loop * kio-http: Massive speed improvement for deleting Webdav folders * kio-ftp: Try non-passive mode if passive mode fails * kio-ftp: Fix parsing of Netware FTP servers, so that files don't all appear with a lock (no permissions) * kutils: Fixed support for back ref \0 (entire matched text)
2005-05-31 16:13:23 +02:00
.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
Update to KDE 3.4.1 Changes: * kdecore: Fix in command-line argument handler for clicking on mailto urls while kontact was started with arguments * kdecore: Fix the support for Dante proxies * kdecore: Fix the "random resolver failure" problem * kdecore: Fix the support for the IPv6 Blacklist in ioslaves * kdeui: Fix "Change Icon" in the toolbar editor * khtml: Fix submitted position for scrolled imagemaps * khtml: Load external CSS style-sheet with correct charset * khtml: Apply CSS padding to tables * khtml: Improve PRE parsing * khtml: Fix links with WBR tags * khtml: Parse CSS3 pseudo-classes and pseudo-elements more strict * khtml: Fix document.all.item * khtml: Return meaningful HTMLTableCellElement::cellIndex() values * khtml: Unbreak setting of location.href on windows opened by windows.open() * khtml: Various crash fixes * khtml: Fixed infinite loop due to onChange from textareas * khtml: Fix crash in window.setTimeout when Javascript is disabled * khtml: Fix server-side-push handler to accept bugzilla sending "text/html; charset=utf-8" as Content-Type * khtml: Fix for MMB-pasting onto an empty konqueror window * kjs: Allow non-ascii letters in identifiers * kjs: More flexible date string parsing * kjs: Fixes in escape() and unescape() functions * kjs: Fixes in RegExp constructor * kssl: store SSL passwords in the KDE wallet and reuse as needed * kio: KZip: Fixed double-deletion bug when trying to write to a non-writable directory. * kio: Fix for print:/manager not embedding the right part in Konqueror * kio: Use correct window icon in Konqueror when showing trash:/ * kfile: Don't show edit dialog when drop-adding items to sidebar * kfile: If Shift is pressed when menu opens show 'Delete' instead of 'Trash' * kio-http: Prevent endless busy loop * kio-http: Massive speed improvement for deleting Webdav folders * kio-ftp: Try non-passive mode if passive mode fails * kio-ftp: Fix parsing of Netware FTP servers, so that files don't all appear with a lock (no permissions) * kutils: Fixed support for back ref \0 (entire matched text)
2005-05-31 16:13:23 +02:00
.include "../../net/mDNSResponder/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
Update to KDE 3.3 * Rewrite the name-resolution routines so that true asynchronous lookups are possible (multithreaded). Thiago Macieira * kconf_update has now support for updating files other than config files. Waldo Bastian * Crypto certificates import without user interaction Helge Deller * KEditToolbar: Add support for arranging actions via drag&drop. Sandro Giessl * Move KNewStuff to kdelibs, making it usable for KDE-Edu etc. Josef Spillner * Introduce KIMIface, a generic DCOP interface to instant messaging/chat clients, and support libraries for other KDE apps, enabling loosely coupled integration. Will Stephenson * Show actions icons in the configure shortcut dialog. Olivier Goffart * KKeyDialog: add widget (based on klistviewsearchline) for searching shortcuts Cristian Tibirna * User visible feedback if invocation of browser, help Center or mailer fails * KImgIO o Add EXR image plugin, supports reading high dynamic range files. Brad Hards o Add support for SGI images (a.k.a. "RGB" images). These do typically have file extensions *.rgb, *.rgba, *.sgi, or *.bw. The SGI image file format is a de-facto standard for textures, for example in 3D modeling. Melchior Franz o Add read support for DDS images (Direct Draw Surface). This format is mainly used for textures in DirectX. Ignacio Castaño * libkabc o Write support and SSL/TLS for the LDAP resource Szombathelyi György * KLocale o Try harder to find message translations if a string is not translated in the primary language of the user, but available in other languages that the user has chosen in kcontrol. Heiko Evermann * KSpell2 o Introduction of the new spellchecking library fixing all of KSpell shortcomings. Zack Rusin * KHTML part o KHTML: Merge text shifting from WebCore. Leo Savernik o KHTML: Type-ahead find Arend van Beelen jr. o Copy To->IM Contact... context menu entry. Using kimproxy, allow one to initiate a file transfer from Konqueror. Will Stephenson o Added "Open in This Window" in popup frame submenu o New context menu when text is selected which allows lookup in default search engine o Fixed and improved Access Key support: now activated by pressing and releasing the ctrl key. When activated, the accesskey mode displays all accesskeys available in tooltips Jean-Baptiste Mardelle
2004-08-21 14:16:45 +02:00
.include "../../textproc/aspell/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../mk/oss.buildlink3.mk"
2002-05-31 15:16:30 +02:00
.include "../../mk/bsd.pkg.mk"
# XXX On NetBSD, the egcs and gcc-2.95.3 for:
2002-05-31 15:16:30 +02:00
# XXX
# XXX alpha and sparc
2002-05-31 15:16:30 +02:00
# XXX
# XXX has an optimization bug when compiling with -O2 that is tickled by
# XXX ${WRKSRC}/kio/kio/global.cpp
2002-05-31 15:16:30 +02:00
# XXX ${WRKSRC}/kdeprint/management/kmiconview.cpp.
# XXX and others
2002-05-31 15:16:30 +02:00
#
.if ${OPSYS} == "NetBSD"
. if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc")
CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*/-O/g}
CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O/g}
CONFIGURE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q}
CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q}
2002-05-31 15:16:30 +02:00
. endif
2004-10-13 13:47:51 +02:00
#
# Configure finds these but apparently they are not ready for primetime
# and build will blow up as declarations in netdb.h are not visible
CONFIGURE_ENV+= ac_cv_func_getservbyname_r='no'
Update to kde 3.3.2 Changes: * kdecore: recognize known names for the MacRoman charset * khtml: only disallow fixed positioning on body, not relative/absolute * khtml: added Javascript-support for HTMLDocument.compatMode * khtml: fixed textarea manipulation by DOM * khtml: paged media support (page-break-before and -after) * khtml: correctly handle text-transform on first-letter * khtml: fixed display: block on pseudo-elements * khtml: return Undefined instead of Null for out-of-range indices * khtml: fixed stopPropagation when called from the target node itself * khtml: fixed htmlCompat mode for documents served as text/html * khtml: fixed display: compact * khtml: support z-order for text areas and list boxes * khtml: don't set assume <select> got items when we calculate a height for items * khtml: changed default horizontal margins for H1-H6 from auto to 0 * khtml: escape otherwise unencodable characters in form submits * khtml: merged min,max-height fixes * khtml: merged handling of event handlers * khtml: implemented CSS 2.1 compliant parsing of background-position * khtml: fixed m_value vs ATTR_VALUE problem which didn't allow sending mail on gmail * khtml: make use of the suggested filename for images * khtml: tons of bidi fixes * khtml: enable strict CSS parsing also for transitional doctypes * khtml: ignore height element for input elements that are not image * khtml: form widget fixes for plastik (and others) * khtml: make sure we are layouted before scrolling if we are still loading * khtml: add compensated font scale from Todd Fahrner's "Toward a standard font size interval system" * khtml: avoid triggering full repaints of the view before the first layout is done * khtml: implement CSS3 property box-sizing to match MacIE, Opera and Mozilla * khtml: fix globeandmail.com famlily of crashes * khtml: floats and flowing around floats improvements * khtml: fix textarea scrolling positions * khtml: tons of fixes for tables * khtml: remove hidden widgets from the painting * khtml: avoid crashes on XML documents * khtml: ignore relative positioning on table sections * khtml: fix static position calculation for positioned elements * khtml: support insertAdjacentHTML * khtml: fix crash in sites manipulating frames * khtml: async kwallet support * khtml: fix selectorText() when no namespace is specified * khtml: update the layout before fetching the computed values * khtml: color 'http://foo' links as visited if 'http://foo/' is in history * khtml: corrected ref-counting error leading to segfault/invalid memory usage * khtml: fixed some memory corruptions with garbage HTML * khtml: account for scrollbar height when sizing variable overflow:scroll/auto boxes
2004-12-10 07:02:57 +01:00
CONFIGURE_ENV+= ac_cv_func_getservbyport_r='no'
2004-10-13 13:47:51 +02:00
CONFIGURE_ENV+= ac_cv_func_getprotobyname_r='no'
2002-05-31 15:16:30 +02:00
.endif
.if ${OPSYS} == "SunOS"
# We require use of a recent enough libbz2 to have the BZ2_ prefixes
# so force this as configure gets this wrong on Solaris 9
CONFIGURE_ENV+= ac_cv_lib_bzip2='no'
.endif