diff options
author | markd <markd> | 2006-06-01 14:25:10 +0000 |
---|---|---|
committer | markd <markd> | 2006-06-01 14:25:10 +0000 |
commit | 7aa439e334ef15a8ad158af22a3bc17d8f211943 (patch) | |
tree | fb6166de8db66b8b9c2692d9bbb316a297b36186 | |
parent | e83cb0232906d2451fe158c951cce7d64fe9141b (diff) | |
download | pkgsrc-7aa439e334ef15a8ad158af22a3bc17d8f211943.tar.gz |
Update to KDE 3.5.3
Changes:
* Umbrello
o Export all views
o Static variables in java code are not marked static
o New alignment type "distribute horizontally/vertically"
o Save autosave file to a more obvious place
o Usability and responsiveness improvements to code import
o Auto-complete in parameter properties dialog in class diagram
o Don't crash on application exit
o Memory problem when importing classes from C++ sources
o Nestable components and subsystems in Component diagram
o Switch back to arrow tool after association creation
o Fix crash loading xmi file
o User interaction with UMLWidget improvements
o Comments are cut short when generating PHP code
o Freeze on C++ class import
o Fix crash on importing Java 1.5 classes containing annotations
* KCacheGrind
o "Fix slow handling (loading, cycle detection, drawing the call
graph) of profiles where functions have number of callers/callees
in the thousands. These unusual profiles are typically produced
by running callgrind on Valgrind itself (so called Valgrind
self-hosting)."
-rw-r--r-- | devel/kdesdk3/Makefile | 3 | ||||
-rw-r--r-- | devel/kdesdk3/PLIST | 3 | ||||
-rw-r--r-- | devel/kdesdk3/distinfo | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile index b7c67d4b8d4..1ea5a40a590 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2006/05/21 07:06:19 rillig Exp $ +# $NetBSD: Makefile,v 1.52 2006/06/01 14:25:10 markd Exp $ DISTNAME= kdesdk-${_KDE_VERSION} -PKGREVISION= 2 CATEGORIES= devel COMMENT= Support applications and tools used by KDE developers diff --git a/devel/kdesdk3/PLIST b/devel/kdesdk3/PLIST index 96d594c60c3..99d3a01c1f3 100644 --- a/devel/kdesdk3/PLIST +++ b/devel/kdesdk3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2006/03/14 01:49:54 minskim Exp $ +@comment $NetBSD: PLIST,v 1.23 2006/06/01 14:25:10 markd Exp $ bin/adddebug bin/build-progress.sh bin/catalogmanager @@ -694,6 +694,7 @@ share/kde/apps/umbrello/pics/relationship.png share/kde/apps/umbrello/pics/shallow-history.png share/kde/apps/umbrello/pics/startlogo.png share/kde/apps/umbrello/pics/state-fork.png +share/kde/apps/umbrello/pics/subsystem.png share/kde/apps/umbrello/pics/template.png share/kde/apps/umbrello/pics/text.png share/kde/apps/umbrello/pics/uniassociation.png diff --git a/devel/kdesdk3/distinfo b/devel/kdesdk3/distinfo index c60330fa843..9b525227a1d 100644 --- a/devel/kdesdk3/distinfo +++ b/devel/kdesdk3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2006/03/30 03:06:20 markd Exp $ +$NetBSD: distinfo,v 1.27 2006/06/01 14:25:10 markd Exp $ -SHA1 (kdesdk-3.5.2.tar.bz2) = 463975860e7881f2d67c20ec2f5f2e34858e5966 -RMD160 (kdesdk-3.5.2.tar.bz2) = ac15ff6e6b10b19ce2197b9fd7848453acdfc1a5 -Size (kdesdk-3.5.2.tar.bz2) = 4877103 bytes +SHA1 (kdesdk-3.5.3.tar.bz2) = 6d463bff975605bef1ab89fe78ce6d9a8284fb64 +RMD160 (kdesdk-3.5.3.tar.bz2) = 53555dfd14889003d596790b8566b0f7f6dabc32 +Size (kdesdk-3.5.3.tar.bz2) = 4909060 bytes SHA1 (patch-ac) = 86d3e639fe15e88dad41b590e5399b3d50207307 |