summaryrefslogtreecommitdiff
path: root/editors/kdissert
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-10-21 14:47:13 +0000
committerdrochner <drochner@pkgsrc.org>2005-10-21 14:47:13 +0000
commit611f8d7da282b7e56190011d9b7a5caa5cf5e4a5 (patch)
tree84c3397e874c457bf8da1cce8ee4c231cf89a3e3 /editors/kdissert
parent6721dad7d4fc283c58dc2bdd589a9774a948929a (diff)
downloadpkgsrc-611f8d7da282b7e56190011d9b7a5caa5cf5e4a5.tar.gz
update to 1.0.5
changes: kdissert 1.0.5 * new inline editor (hit the keys 'e', 'a', or 'i' to raise it). * auto-sizing canvas * generate documents from the command-line * minor bugfixes kdissert 1.0.4 bugfixes: * crash when opening documents containing references of objects that have been removed * new objects inherit the color of the parent Additionally, the following features have been added: * Spanish translation * select subtrees easily * spatial selection of objects using the keyboard (optional, hiearchical selection is still available in the settings)
Diffstat (limited to 'editors/kdissert')
-rw-r--r--editors/kdissert/Makefile4
-rw-r--r--editors/kdissert/PLIST5
-rw-r--r--editors/kdissert/distinfo12
-rw-r--r--editors/kdissert/patches/patch-aa11
-rw-r--r--editors/kdissert/patches/patch-ab12
-rw-r--r--editors/kdissert/patches/patch-ac13
6 files changed, 43 insertions, 14 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile
index 760140bdfbd..9fe6d8ba204 100644
--- a/editors/kdissert/Makefile
+++ b/editors/kdissert/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2005/08/19 11:18:32 drochner Exp $
+# $NetBSD: Makefile,v 1.3 2005/10/21 14:47:13 drochner Exp $
#
-DISTNAME= kdissert-1.0.3
+DISTNAME= kdissert-1.0.5
CATEGORIES= editors
MASTER_SITES= http://freehackers.org/~tnagy/kdissert/
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/kdissert/PLIST b/editors/kdissert/PLIST
index e18f8a2e411..77e918e3469 100644
--- a/editors/kdissert/PLIST
+++ b/editors/kdissert/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/09 18:37:41 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/10/21 14:47:13 drochner Exp $
bin/kdissert
lib/kde3/libkdissOOOdoc.la
lib/kde3/libkdissOOOdoc.so
@@ -20,9 +20,11 @@ lib/kde3/libkdissprosperslides.la
lib/kde3/libkdissprosperslides.so
lib/kde3/libkdissstx.la
lib/kde3/libkdissstx.so
+share/doc/kde/HTML/en/kdissert/common
share/doc/kde/HTML/en/kdissert/index.cache.bz2
share/doc/kde/HTML/en/kdissert/index.docbook
share/doc/kde/HTML/en/kdissert/screenshot.jpg
+share/doc/kde/HTML/fr/kdissert/common
share/doc/kde/HTML/fr/kdissert/index.cache.bz2
share/doc/kde/HTML/fr/kdissert/index.docbook
share/kde/apps/kdissert/kdissertui.rc
@@ -40,6 +42,7 @@ share/kde/apps/kdissert/templatedata/kdissstx.tar.gz
share/kde/apps/kdissert/tips
share/kde/apps/kdissertpart/kdissertpart.rc
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/kdissert.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/kdissert.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/kdissert.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/kdissert.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/kdissert.mo
diff --git a/editors/kdissert/distinfo b/editors/kdissert/distinfo
index 3780de98ef4..f358e66231c 100644
--- a/editors/kdissert/distinfo
+++ b/editors/kdissert/distinfo
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/08/09 18:37:41 drochner Exp $
+$NetBSD: distinfo,v 1.2 2005/10/21 14:47:13 drochner Exp $
-SHA1 (kdissert-1.0.3.tar.bz2) = e1a7da16e8dacc1e76148cfe247599586b08f561
-RMD160 (kdissert-1.0.3.tar.bz2) = 82fc3b21965cc7fd8201bc8d341fca86f7485c5d
-Size (kdissert-1.0.3.tar.bz2) = 478259 bytes
-SHA1 (patch-aa) = 22dd0fe75a4c63901e3241f91c0a2b7f505b08c2
+SHA1 (kdissert-1.0.5.tar.bz2) = 4d30565cd3c24caa974d7ac790a764f1d61d76dc
+RMD160 (kdissert-1.0.5.tar.bz2) = cf57c3cc787bc6cebd57f45b4ba4351a1c922068
+Size (kdissert-1.0.5.tar.bz2) = 489180 bytes
+SHA1 (patch-aa) = 4b35057639ca3bed346d474110388d7e665a4c5a
+SHA1 (patch-ab) = f3444118d50e6001443febbe63419051f8ebdfd7
+SHA1 (patch-ac) = a961d66f239bbae8251c78c21fdd482a6dc3382c
diff --git a/editors/kdissert/patches/patch-aa b/editors/kdissert/patches/patch-aa
index f158e828c9a..6694109840c 100644
--- a/editors/kdissert/patches/patch-aa
+++ b/editors/kdissert/patches/patch-aa
@@ -1,15 +1,14 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/08/09 18:37:41 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2005/10/21 14:47:13 drochner Exp $
---- SConstruct.orig 2005-08-09 10:43:04.000000000 +0200
+--- SConstruct.orig 2005-10-18 22:29:20.000000000 +0200
+++ SConstruct
-@@ -16,8 +16,9 @@ The variables are saved automatically af
- # LOAD THE ENVIRONMENT AND SET UP THE TOOLS
+@@ -17,7 +17,8 @@ The variables are saved automatically af
###################################################################
-+import os
## Load the builders in config
-env = Environment(tools=['default', 'generic', 'kde', 'parser'], toolpath=['./', './bksys'])
++import os
+env = Environment(tools=['default', 'generic', 'kde', 'parser'], toolpath=['./', './bksys'], ENV={'PATH':os.environ['PATH']})
env.KDEuse("environ rpath")
- ###################################################################
+ #env['DUMPCONFIG']=1
diff --git a/editors/kdissert/patches/patch-ab b/editors/kdissert/patches/patch-ab
new file mode 100644
index 00000000000..9ab1813d2b2
--- /dev/null
+++ b/editors/kdissert/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/10/21 14:47:13 drochner Exp $
+
+--- src/kdissert/canvasview/DCanvasLink.cpp.orig 2005-10-21 16:03:50.000000000 +0200
++++ src/kdissert/canvasview/DCanvasLink.cpp
+@@ -13,6 +13,7 @@
+ ***************************************************************************/
+
+ #include <math.h>
++#include <stdlib.h>
+ #include <qpainter.h>
+ #include <qcolor.h>
+ #include <kdebug.h>
diff --git a/editors/kdissert/patches/patch-ac b/editors/kdissert/patches/patch-ac
new file mode 100644
index 00000000000..2733c6b8b0a
--- /dev/null
+++ b/editors/kdissert/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2005/10/21 14:47:13 drochner Exp $
+
+--- src/kdissert/canvasview/DCanvasView.cpp.orig 2005-10-21 16:08:23.000000000 +0200
++++ src/kdissert/canvasview/DCanvasView.cpp
+@@ -12,6 +12,8 @@
+ * GNU General Public License for more details. *
+ ***************************************************************************/
+
++#include <limits>
++
+ #include <qpoint.h>
+ #include <qdragobject.h>
+ #include <qevent.h>