head 1.5; access; symbols pkgsrc-2014Q2:1.4.0.74 pkgsrc-2014Q2-base:1.4 pkgsrc-2014Q1:1.4.0.72 pkgsrc-2014Q1-base:1.4 pkgsrc-2013Q4:1.4.0.70 pkgsrc-2013Q4-base:1.4 pkgsrc-2013Q3:1.4.0.68 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.4.0.66 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.64 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.62 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.60 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.58 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.56 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.54 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.52 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.50 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.48 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.46 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.44 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.42 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.40 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.38 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.36 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.34 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.32 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.30 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.28 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.26 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.24 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.22 pkgsrc-2008Q1:1.4.0.20 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.18 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.16 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.14 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.12 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.10 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.8 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.6 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.4 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.10 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.8 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.6 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.4 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2014.08.21.21.30.19; author wiz; state dead; branches; next 1.4; commitid fiUyQXkTtsoe6hNx; 1.4 date 2005.10.05.16.34.00; author drochner; state Exp; branches; next 1.3; 1.3 date 2005.07.19.17.45.03; author drochner; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 2004.05.09.17.06.56; author recht; state Exp; branches; next 1.1; 1.1 date 2003.07.23.09.44.11; author drochner; state Exp; branches; next ; 1.3.2.1 date 2005.10.07.00.34.37; author salo; state Exp; branches; next ; desc @@ 1.5 log @Remove py-qt3*, obsolete upstream and replaced by py-qt4*. Remove last three packages using py-qt3 as announced on pkgsrc-users. @ text @$NetBSD: patch-aa,v 1.4 2005/10/05 16:34:00 drochner Exp $ --- eric/Project/ProjectBrowser.py.orig 2005-07-24 14:20:33.000000000 +0200 +++ eric/Project/ProjectBrowser.py @@@@ -2721,7 +2721,7 @@@@ class ProjectFormsBrowser(PBrowser): self.compileProc = QProcess() if self.project.pdata["PROGLANGUAGE"][0] == "Python": - self.uicompiler = 'pyuic' + self.uicompiler = 'pyuic' + sys.version[0:3] elif self.project.pdata["PROGLANGUAGE"][0] == "Ruby": self.uicompiler = 'rbuic' @@@@ -3328,7 +3328,7 @@@@ class ProjectTranslationsBrowser(PBrowse self.pylupdateProc = QProcess() - pylupdate = 'pylupdate' + pylupdate = 'pylupdate' + sys.version[0:3] if sys.platform == "win32": pylupdate = pylupdate + '.exe' self.pylupdateProc.addArgument(pylupdate) @ 1.4 log @update to 3.7.2 changes: -fix for potential security exploit (CAN-2005-3068) -compatibility changes for PyQt 3.15 @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @update to 3.7.1 many bugfixes, some feature extensions @ text @d3 1 a3 1 --- eric/Project/ProjectBrowser.py.orig 2005-07-01 19:43:34.000000000 +0200 d5 1 a5 2 @@@@ -2717,7 +2717,7 @@@@ class ProjectFormsBrowser(PBrowser): """ d8 7 a14 6 - pyuic = 'pyuic' + pyuic = 'pyuic' + sys.version[0:3] if sys.platform == "win32": pyuic = pyuic + '.exe' self.compileProc.addArgument(pyuic) @@@@ -3307,7 +3307,7 @@@@ class ProjectTranslationsBrowser(PBrowse @ 1.3.2.1 log @Pullup ticket 811 - requested by Matthias Drochner security update for eric3 Revisions pulled up: - pkgsrc/devel/eric3/Makefile 1.10 - pkgsrc/devel/eric3/distinfo 1.7 - pkgsrc/devel/eric3/patches/patch-aa 1.4 Module Name: pkgsrc Committed By: drochner Date: Wed Oct 5 16:34:00 UTC 2005 Modified Files: pkgsrc/devel/eric3: Makefile distinfo pkgsrc/devel/eric3/patches: patch-aa Log Message: update to 3.7.2 changes: -fix for potential security exploit (CAN-2005-3068) -compatibility changes for PyQt 3.15 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2005/10/05 16:34:00 drochner Exp $ d3 1 a3 1 --- eric/Project/ProjectBrowser.py.orig 2005-07-24 14:20:33.000000000 +0200 d5 2 a6 1 @@@@ -2721,7 +2721,7 @@@@ class ProjectFormsBrowser(PBrowser): d9 6 a14 7 if self.project.pdata["PROGLANGUAGE"][0] == "Python": - self.uicompiler = 'pyuic' + self.uicompiler = 'pyuic' + sys.version[0:3] elif self.project.pdata["PROGLANGUAGE"][0] == "Ruby": self.uicompiler = 'rbuic' @@@@ -3328,7 +3328,7 @@@@ class ProjectTranslationsBrowser(PBrowse @ 1.2 log @update to 3.4.2 and bl3ify changes: (for a complete list see the included HISTORY file) Version 3.4.2 - some bug fixes - changed unittest logic to search for testcases in the given module, if no module function named 'suite' could be found - adoption to subversion 1.0 - include a message marker in the subject line for bug emails - a few usability enhancements Version 3.4.1 - fixed a serious bug in VariablesViewer 3.4: - It comes with it's own source documentation generator. - Support for Quixote PTL files. - Capability to generate various UML-like diagrams from the source code. - Interface to the cyclops cycles finder (a copy of cyclops is included). - Import/Export of keyboard shortcuts. - A QRegExp and a Python regexp wizard. Version 3.3.1: - fixed a compatibility problem with PyQt/sip 3.9 3.3: This version includes an interface to omniORB, scripting capabilities, a refactoring browser (the well known Bicycle Repair Man), remapable keyboard actions and a Russian translation. The editor supports split views, keyboard macros, bookmarks and additional breakpoint types. In addition to these new features there are a bunch of changes under the hood, that should increase eric3's usability. For details see the history file in the distribution. @ text @d3 3 a5 3 --- eric/Project/ProjectBrowser.py.orig 2004-04-02 19:52:23.000000000 +0200 +++ eric/Project/ProjectBrowser.py 2004-05-09 18:51:55.000000000 +0200 @@@@ -1372,7 +1372,7 @@@@ d7 1 a7 1 self.compileProc = QProcess(self) d14 1 a14 1 @@@@ -1730,7 +1730,7 @@@@ d16 1 a16 1 self.pylupdateProc = QProcess(self) @ 1.1 log @adapt to our naming scheme for Pythin version dependant utilities. Now "pyuic" and "pylupdate" are found properly. @ text @d3 3 a5 3 --- eric/Project/ProjectBrowser.py.orig 2003-07-23 11:00:19.000000000 +0200 +++ eric/Project/ProjectBrowser.py 2003-07-23 11:17:26.000000000 +0200 @@@@ -1129,7 +1129,7 @@@@ d14 1 a14 1 @@@@ -1430,7 +1430,7 @@@@ @