head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.2.0.30 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.28 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.26 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.24 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.22 pkgsrc-2008Q1:1.2.0.20 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.18 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.16 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.14 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.12 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.10 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.8 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.6 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.4 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.2 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.1.1.1.0.2 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2009.02.27.19.51.13; author drochner; state dead; branches; next 1.2; 1.2 date 2005.10.21.14.47.13; author drochner; state Exp; branches; next 1.1; 1.1 date 2005.08.09.18.37.41; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.08.09.18.37.41; author drochner; state Exp; branches; next ; desc @@ 1.3 log @This pkg didn't build anymore due to incompatible changes in the "scons" build system, so update to 1.0.7 Didn't find a changelog, but an obvious one is that it uses "waf" to build now. @ text @$NetBSD: patch-aa,v 1.2 2005/10/21 14:47:13 drochner Exp $ --- SConstruct.orig 2005-10-18 22:29:20.000000000 +0200 +++ SConstruct @@@@ -17,7 +17,8 @@@@ The variables are saved automatically af ################################################################### ## 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 @ 1.2 log @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) @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- SConstruct.orig 2005-08-09 10:43:04.000000000 +0200 d5 1 a5 2 @@@@ -16,8 +16,9 @@@@ The variables are saved automatically af # LOAD THE ENVIRONMENT AND SET UP THE TOOLS a7 1 +import os d10 1 d14 1 a14 1 ################################################################### @ 1.1.1.1 log @import kdissert-1.0.3, a Mindmapping-like tool to generate text templates @ text @@