summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-02-24 20:17:36 +0000
committerdrochner <drochner@pkgsrc.org>2005-02-24 20:17:36 +0000
commite33b478f948cd9368b5035d7ce9caf4eda94031b (patch)
tree4413f7adea8f7c410bf49cf6c835f848d9e097cb /x11
parentac483417162779e15ba5e689cdf43d33350da743 (diff)
downloadpkgsrc-e33b478f948cd9368b5035d7ce9caf4eda94031b.tar.gz
update PyQt to 3.14
changes: -support for new qscintilla -added support for QUuid, QMetaObject and QMetaProperty classes -bugfixes
Diffstat (limited to 'x11')
-rw-r--r--x11/py-qt3-base/Makefile7
-rw-r--r--x11/py-qt3-base/PLIST4
-rw-r--r--x11/py-qt3-base/distinfo4
-rw-r--r--x11/py-qt3-base/patches/patch-aa78
-rw-r--r--x11/py-qt3-modules/Makefile7
-rw-r--r--x11/py-qt3-modules/distinfo4
-rw-r--r--x11/py-qt3-modules/patches/patch-aa111
-rw-r--r--x11/py-qt3-qscintilla/Makefile7
-rw-r--r--x11/py-qt3-qscintilla/PLIST7
-rw-r--r--x11/py-qt3-qscintilla/distinfo4
-rw-r--r--x11/py-qt3-qscintilla/patches/patch-aa128
11 files changed, 171 insertions, 190 deletions
diff --git a/x11/py-qt3-base/Makefile b/x11/py-qt3-base/Makefile
index 7b8417142c0..1e0f3e7b283 100644
--- a/x11/py-qt3-base/Makefile
+++ b/x11/py-qt3-base/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2005/01/23 20:41:50 recht Exp $
+# $NetBSD: Makefile,v 1.12 2005/02/24 20:17:36 drochner Exp $
#
-DISTNAME= PyQt-x11-gpl-3.11
-PKGNAME= ${PYPKGPREFIX}-qt3-base-3.11
-PKGREVISION= 1
+DISTNAME= PyQt-x11-gpl-3.14
+PKGNAME= ${PYPKGPREFIX}-qt3-base-3.14
CATEGORIES= x11 python
MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/
diff --git a/x11/py-qt3-base/PLIST b/x11/py-qt3-base/PLIST
index 515b26cf42b..996b86a7e10 100644
--- a/x11/py-qt3-base/PLIST
+++ b/x11/py-qt3-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/05/09 17:06:07 recht Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/02/24 20:17:37 drochner Exp $
bin/pylupdate${PYVERSSUFFIX}
bin/pyuic${PYVERSSUFFIX}
${PYSITELIB}/pyqtconfig.py
@@ -79,6 +79,7 @@ share/sip${PYVERSSUFFIX}/qt/qmemarray.sip
share/sip${PYVERSSUFFIX}/qt/qmenubar.sip
share/sip${PYVERSSUFFIX}/qt/qmenudata.sip
share/sip${PYVERSSUFFIX}/qt/qmessagebox.sip
+share/sip${PYVERSSUFFIX}/qt/qmetaobject.sip
share/sip${PYVERSSUFFIX}/qt/qmime.sip
share/sip${PYVERSSUFFIX}/qt/qmotifplusstyle.sip
share/sip${PYVERSSUFFIX}/qt/qmotifstyle.sip
@@ -161,6 +162,7 @@ share/sip${PYVERSSUFFIX}/qt/qtranslator.sip
share/sip${PYVERSSUFFIX}/qt/qurl.sip
share/sip${PYVERSSUFFIX}/qt/qurlinfo.sip
share/sip${PYVERSSUFFIX}/qt/qurloperator.sip
+share/sip${PYVERSSUFFIX}/qt/quuid.sip
share/sip${PYVERSSUFFIX}/qt/qvalidator.sip
share/sip${PYVERSSUFFIX}/qt/qvaluelist.sip
share/sip${PYVERSSUFFIX}/qt/qvariant.sip
diff --git a/x11/py-qt3-base/distinfo b/x11/py-qt3-base/distinfo
index f0b09be8a49..f4ba8c7feb4 100644
--- a/x11/py-qt3-base/distinfo
+++ b/x11/py-qt3-base/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 17:36:18 wiz Exp $
+$NetBSD: distinfo,v 1.5 2005/02/24 20:17:37 drochner Exp $
SHA1 (PyQt-x11-gpl-3.11.tar.gz) = 7b4949d97cdf989119681d34f8c30fede2d04e82
RMD160 (PyQt-x11-gpl-3.11.tar.gz) = 985e21b213b195944f766f249d8fc44916c2f1ec
Size (PyQt-x11-gpl-3.11.tar.gz) = 757652 bytes
-SHA1 (patch-aa) = 1d16293b66739d2d4fbfd45b4ad850c6c2842863
+SHA1 (patch-aa) = f77e1969b0403e96c9445018ed71f431f32dcfb2
SHA1 (patch-ab) = 46cf5b2eb3481a9f5a1264f11abc57421c4d47a0
SHA1 (patch-ac) = c3cd88ef6119f224920c0b8e6852b35052e6751a
diff --git a/x11/py-qt3-base/patches/patch-aa b/x11/py-qt3-base/patches/patch-aa
index 83b94ddacfb..7434db354cd 100644
--- a/x11/py-qt3-base/patches/patch-aa
+++ b/x11/py-qt3-base/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
+$NetBSD: patch-aa,v 1.3 2005/02/24 20:17:37 drochner Exp $
---- configure.py.orig 2004-03-11 20:23:30.000000000 +0100
-+++ configure.py 2004-05-09 11:30:42.000000000 +0200
-@@ -663,7 +663,7 @@
+--- configure.py.orig 2005-02-19 16:49:33.000000000 +0100
++++ configure.py
+@@ -732,7 +732,7 @@ def check_license():
print "Type 'no' to decline the terms of the license."
print
@@ -11,12 +11,48 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
try:
resp = raw_input("Do you accept the terms of the license? ")
except:
-@@ -853,21 +853,21 @@
+@@ -768,7 +768,7 @@ def create_makefiles():
+
+ sipconfig.inform("Creating pyuic Makefile...")
+
+- if prof or "qtxml" not in pyqt_modules:
++ if prof: #or "qtxml" not in pyqt_modules:
+ buildfile= "pyuic-prof.sbf"
+
+ for xml in ("qdom.cpp", "qxml.cpp"):
+@@ -789,7 +789,7 @@ def create_makefiles():
+ makefile.extra_defines.append("UIC")
+ makefile.extra_defines.append("QT_INTERNAL_XML")
+
+- if prof or "qtxml" not in pyqt_modules:
++ if prof: #or "qtxml" not in pyqt_modules:
+ makefile.extra_defines.append("QT_MODULE_XML")
+
+ if sipcfg.qt_version < 0x030100:
+@@ -800,7 +800,7 @@ def create_makefiles():
+
+ sipconfig.inform("Creating pylupdate Makefile...")
+
+- if prof or "qtxml" not in pyqt_modules:
++ if prof: #or "qtxml" not in pyqt_modules:
+ buildfile= "pylupdate-prof.sbf"
+
+ shutil.copyfile(sipcfg.qt_dir + "/src/xml/qxml.cpp", "pylupdate3/qxml.cpp")
+@@ -819,7 +819,7 @@ def create_makefiles():
+
+ makefile.extra_defines.append("QT_INTERNAL_XML")
+
+- if prof or "qtxml" not in pyqt_modules:
++ if prof: #or "qtxml" not in pyqt_modules:
+ makefile.extra_defines.append("QT_MODULE_XML")
+
+ makefile.generate()
+@@ -936,26 +936,26 @@ def main(argv):
sipcfg.error("This version of PyQt requires SIP v%s or later" % sipcfg.version_to_string(minv))
# Check for QScintilla.
- check_qscintilla()
-+ #check_qscintilla()
++# check_qscintilla()
# Check which modules to build.
- check_module("qtcanvas", "qcanvas.h", "QCanvas()")
@@ -24,24 +60,32 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
- check_module("qttable", "qtable.h", "QTable()")
- check_module("qtxml", "qdom.h", "QDomImplementation()")
- check_module("qtgl", "qgl.h", "QGLWidget()", opengl=1)
-+ #check_module("qtcanvas", "qcanvas.h", "QCanvas()")
-+ #check_module("qtnetwork", "qsocket.h", "QSocket()")
-+ #check_module("qttable", "qtable.h", "QTable()")
-+ #check_module("qtxml", "qdom.h", "QDomImplementation()")
-+ #check_module("qtgl", "qgl.h", "QGLWidget()", opengl=1)
++# check_module("qtcanvas", "qcanvas.h", "QCanvas()")
++# check_module("qtnetwork", "qsocket.h", "QSocket()")
++# check_module("qttable", "qtable.h", "QTable()")
++# check_module("qtxml", "qdom.h", "QDomImplementation()")
++# check_module("qtgl", "qgl.h", "QGLWidget()", opengl=1)
+
-+ #if sipcfg.qt_version >= 0x030000:
-+ # check_module("qtsql", "qsql.h", "QSql()")
-+ # check_module("qtui", "qwidgetfactory.h", "QWidgetFactory()", lib="qui")
++# if sipcfg.qt_version >= 0x030000:
++# check_module("qtui", "qwidgetfactory.h", "QWidgetFactory()", lib="qui")
- if sipcfg.qt_version >= 0x030000:
-- check_module("qtsql", "qsql.h", "QSql()")
- check_module("qtui", "qwidgetfactory.h", "QWidgetFactory()", lib="qui")
-
+- if sipcfg.qt_edition in ("enterprise", "free"):
+- check_module("qtsql", "qsql.h", "QSql()")
++# if sipcfg.qt_edition in ("enterprise", "free"):
++# check_module("qtsql", "qsql.h", "QSql()")
+
+- if sys.platform == "win32" and sipcfg.sip_version >= 0x040200:
+- check_module("qtaxcontainer", "qaxobject.h", "QAxObject()", lib="qaxcontainer")
++# if sys.platform == "win32" and sipcfg.sip_version >= 0x040200:
++# check_module("qtaxcontainer", "qaxobject.h", "QAxObject()", lib="qaxcontainer")
+
- if qsci_version:
- check_module("qtext", "qextscintillabase.h", "QextScintillaBase()", define=qsci_define, include_dir=opt_qsciincdir, lib_dir=opt_qscilibdir, lib="qscintilla")
-+ #if qsci_version:
-+ # check_module("qtext", "qextscintillabase.h", "QextScintillaBase()", define=qsci_define, include_dir=opt_qsciincdir, lib_dir=opt_qscilibdir, lib="qscintilla")
++# if qsci_version:
++# check_module("qtext", "qextscintillabase.h", "QextScintillaBase()", define=qsci_define, include_dir=opt_qsciincdir, lib_dir=opt_qscilibdir, lib="qscintilla")
if opt_qtpetag:
pyqt_modules.append("qtpe")
diff --git a/x11/py-qt3-modules/Makefile b/x11/py-qt3-modules/Makefile
index 34e31d38e7c..b035e6fda9a 100644
--- a/x11/py-qt3-modules/Makefile
+++ b/x11/py-qt3-modules/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2005/01/23 20:41:50 recht Exp $
+# $NetBSD: Makefile,v 1.13 2005/02/24 20:17:37 drochner Exp $
#
-DISTNAME= PyQt-x11-gpl-3.11
-PKGNAME= ${PYPKGPREFIX}-qt3-modules-3.11
-PKGREVISION= 1
+DISTNAME= PyQt-x11-gpl-3.14
+PKGNAME= ${PYPKGPREFIX}-qt3-modules-3.14
CATEGORIES= x11 python
MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/
diff --git a/x11/py-qt3-modules/distinfo b/x11/py-qt3-modules/distinfo
index 24b70a6752c..a3c536d6344 100644
--- a/x11/py-qt3-modules/distinfo
+++ b/x11/py-qt3-modules/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 17:36:18 wiz Exp $
+$NetBSD: distinfo,v 1.6 2005/02/24 20:17:37 drochner Exp $
SHA1 (PyQt-x11-gpl-3.11.tar.gz) = 7b4949d97cdf989119681d34f8c30fede2d04e82
RMD160 (PyQt-x11-gpl-3.11.tar.gz) = 985e21b213b195944f766f249d8fc44916c2f1ec
Size (PyQt-x11-gpl-3.11.tar.gz) = 757652 bytes
-SHA1 (patch-aa) = cdf9fcfb3ef1c90a4864a6415edd58e42bbc6292
+SHA1 (patch-aa) = 7119fe04aa5bb82c2775a9458238cc99590c3c1c
diff --git a/x11/py-qt3-modules/patches/patch-aa b/x11/py-qt3-modules/patches/patch-aa
index 60c006e56df..bfa4661ca0a 100644
--- a/x11/py-qt3-modules/patches/patch-aa
+++ b/x11/py-qt3-modules/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
+$NetBSD: patch-aa,v 1.3 2005/02/24 20:17:37 drochner Exp $
---- configure.py.orig 2004-03-11 20:23:30.000000000 +0100
-+++ configure.py 2004-05-09 17:37:45.000000000 +0200
-@@ -38,7 +38,7 @@
- sip_min_v3_version = 0x030a01
- sip_min_v4_version = 0x040000
+--- configure.py.orig 2005-02-19 16:49:33.000000000 +0100
++++ configure.py
+@@ -38,7 +38,7 @@ pyqt_version_str = "3.14"
+ sip_min_v3_version = 0x030c00
+ sip_min_v4_version = 0x040200
-pyqt_modules = ["qt"]
+pyqt_modules = []
qt_sip_flags = []
qtext_sip_flags = []
qtpe_sip_flags = []
-@@ -663,7 +663,7 @@
+@@ -732,7 +732,7 @@ def check_license():
print "Type 'no' to decline the terms of the license."
print
@@ -20,18 +20,15 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
try:
resp = raw_input("Do you accept the terms of the license? ")
except:
-@@ -697,82 +697,82 @@
+@@ -766,64 +766,64 @@ def create_makefiles():
# The Professional Edition needs special handling.
prof = (sipcfg.qt_edition == "professional")
- sipconfig.inform("Creating pyuic Makefile...")
-+# sipconfig.inform("Creating pyuic Makefile...")
-
-- if prof:
+-
+- if prof or "qtxml" not in pyqt_modules:
- buildfile= "pyuic-prof.sbf"
-+# if prof:
-+# buildfile= "pyuic-prof.sbf"
-
+-
- for xml in ("qdom.cpp", "qxml.cpp"):
- shutil.copyfile(sipcfg.qt_dir + "/src/xml/" + xml, "pyuic3/" + xml)
- else:
@@ -50,14 +47,19 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
- makefile.extra_defines.append("UIC")
- makefile.extra_defines.append("QT_INTERNAL_XML")
-
-- if prof:
+- if prof or "qtxml" not in pyqt_modules:
- makefile.extra_defines.append("QT_MODULE_XML")
--
++# sipconfig.inform("Creating pyuic Makefile...")
+
- if sipcfg.qt_version < 0x030100:
- makefile.extra_include_dirs.append(sipcfg.qt_dir + "/src/3rdparty/zlib")
--
++# if prof or "qtxml" not in pyqt_modules:
++# buildfile= "pyuic-prof.sbf"
+
- makefile.generate()
- subdirs.append("pyuic3")
+-
+- sipconfig.inform("Creating pylupdate Makefile...")
+# for xml in ("qdom.cpp", "qxml.cpp"):
+# shutil.copyfile(sipcfg.qt_dir + "/src/xml/" + xml, "pyuic3/" + xml)
+# else:
@@ -76,7 +78,7 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
+# makefile.extra_defines.append("UIC")
+# makefile.extra_defines.append("QT_INTERNAL_XML")
+
-+# if prof:
++# if prof or "qtxml" not in pyqt_modules:
+# makefile.extra_defines.append("QT_MODULE_XML")
+
+# if sipcfg.qt_version < 0x030100:
@@ -87,7 +89,7 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
+
+# sipconfig.inform("Creating pylupdate Makefile...")
+
-+# if prof:
++# if prof or "qtxml" not in pyqt_modules:
+# buildfile= "pylupdate-prof.sbf"
+
+# shutil.copyfile(sipcfg.qt_dir + "/src/xml/qxml.cpp", "pylupdate3/qxml.cpp")
@@ -103,38 +105,17 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
+# qt=1,
+# warnings=1
+# )
-+
-+# makefile.extra_defines.append("QT_INTERNAL_XML")
-+
-+# if prof:
-+# makefile.extra_defines.append("QT_MODULE_XML")
-+
-+# makefile.generate()
-+# subdirs.append("pylupdate3")
-+# elif sipcfg.qt_version >= 0x020000:
-+# sipconfig.inform("Creating pyuic Makefile...")
-+
-+# makefile = sipconfig.ProgramMakefile(
-+# configuration=sipcfg,
-+# build_file="pyuic.sbf",
-+# dir="pyuic2",
-+# install_dir=opt_pyqtbindir,
-+# console=1,
-+# qt=1,
-+# warnings=1
-+# )
-- sipconfig.inform("Creating pylupdate Makefile...")
-+# makefile.extra_defines.append("UIC")
-+# makefile.extra_include_dirs.append(sipcfg.qt_dir + "/src/3rdparty/zlib")
-
-- if prof:
+- if prof or "qtxml" not in pyqt_modules:
- buildfile= "pylupdate-prof.sbf"
--
++# makefile.extra_defines.append("QT_INTERNAL_XML")
+
- shutil.copyfile(sipcfg.qt_dir + "/src/xml/qxml.cpp", "pylupdate3/qxml.cpp")
- else:
- buildfile= "pylupdate.sbf"
--
++# if prof or "qtxml" not in pyqt_modules:
++# makefile.extra_defines.append("QT_MODULE_XML")
+
- makefile = sipconfig.ProgramMakefile(
- configuration=sipcfg,
- build_file=buildfile,
@@ -147,35 +128,17 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
-
- makefile.extra_defines.append("QT_INTERNAL_XML")
-
-- if prof:
+- if prof or "qtxml" not in pyqt_modules:
- makefile.extra_defines.append("QT_MODULE_XML")
-
- makefile.generate()
- subdirs.append("pylupdate3")
-- elif sipcfg.qt_version >= 0x020000:
-- sipconfig.inform("Creating pyuic Makefile...")
--
-- makefile = sipconfig.ProgramMakefile(
-- configuration=sipcfg,
-- build_file="pyuic.sbf",
-- dir="pyuic2",
-- install_dir=opt_pyqtbindir,
-- console=1,
-- qt=1,
-- warnings=1
-- )
--
-- makefile.extra_defines.append("UIC")
-- makefile.extra_include_dirs.append(sipcfg.qt_dir + "/src/3rdparty/zlib")
--
-- makefile.generate()
-- subdirs.append("pyuic2")
+# makefile.generate()
-+# subdirs.append("pyuic2")
-
- sipconfig.inform("Creating top level Makefile...")
++# subdirs.append("pylupdate3")
+ elif sipcfg.qt_version >= 0x020000:
+ sipconfig.inform("Creating pyuic Makefile...")
-@@ -853,7 +853,7 @@
+@@ -936,7 +936,7 @@ def main(argv):
sipcfg.error("This version of PyQt requires SIP v%s or later" % sipcfg.version_to_string(minv))
# Check for QScintilla.
@@ -184,14 +147,14 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
# Check which modules to build.
check_module("qtcanvas", "qcanvas.h", "QCanvas()")
-@@ -866,8 +866,8 @@
- check_module("qtsql", "qsql.h", "QSql()")
- check_module("qtui", "qwidgetfactory.h", "QWidgetFactory()", lib="qui")
+@@ -954,8 +954,8 @@ def main(argv):
+ if sys.platform == "win32" and sipcfg.sip_version >= 0x040200:
+ check_module("qtaxcontainer", "qaxobject.h", "QAxObject()", lib="qaxcontainer")
- if qsci_version:
- check_module("qtext", "qextscintillabase.h", "QextScintillaBase()", define=qsci_define, include_dir=opt_qsciincdir, lib_dir=opt_qscilibdir, lib="qscintilla")
-+ #if qsci_version:
-+ # check_module("qtext", "qextscintillabase.h", "QextScintillaBase()", define=qsci_define, include_dir=opt_qsciincdir, lib_dir=opt_qscilibdir, lib="qscintilla")
++# if qsci_version:
++# check_module("qtext", "qextscintillabase.h", "QextScintillaBase()", define=qsci_define, include_dir=opt_qsciincdir, lib_dir=opt_qscilibdir, lib="qscintilla")
if opt_qtpetag:
pyqt_modules.append("qtpe")
diff --git a/x11/py-qt3-qscintilla/Makefile b/x11/py-qt3-qscintilla/Makefile
index 0d33129013e..9f38efe1a42 100644
--- a/x11/py-qt3-qscintilla/Makefile
+++ b/x11/py-qt3-qscintilla/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2005/01/23 20:41:50 recht Exp $
+# $NetBSD: Makefile,v 1.12 2005/02/24 20:17:37 drochner Exp $
#
-DISTNAME= PyQt-x11-gpl-3.11
-PKGNAME= ${PYPKGPREFIX}-qt3-qscintilla-3.11
-PKGREVISION= 1
+DISTNAME= PyQt-x11-gpl-3.14
+PKGNAME= ${PYPKGPREFIX}-qt3-qscintilla-3.14
CATEGORIES= x11 python
MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/
diff --git a/x11/py-qt3-qscintilla/PLIST b/x11/py-qt3-qscintilla/PLIST
index 2a6a134465d..a6d843525ef 100644
--- a/x11/py-qt3-qscintilla/PLIST
+++ b/x11/py-qt3-qscintilla/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/05/09 17:06:07 recht Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/02/24 20:17:37 drochner Exp $
${PYSITELIB}/qtext.so
share/sip${PYVERSSUFFIX}/qtext/copying.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintilla.sip
@@ -6,14 +6,19 @@ share/sip${PYVERSSUFFIX}/qtext/qextscintillaapis.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillabase.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillacommand.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillacommandset.sip
+share/sip${PYVERSSUFFIX}/qtext/qextscintilladocument.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillalexer.sip
+share/sip${PYVERSSUFFIX}/qtext/qextscintillalexerbash.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillalexercpp.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillalexercsharp.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillalexerhtml.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillalexeridl.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillalexerjava.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillalexerjavascript.sip
+share/sip${PYVERSSUFFIX}/qtext/qextscintillalexerlua.sip
+share/sip${PYVERSSUFFIX}/qtext/qextscintillalexerperl.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillalexerpython.sip
+share/sip${PYVERSSUFFIX}/qtext/qextscintillalexerruby.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillalexersql.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillamacro.sip
share/sip${PYVERSSUFFIX}/qtext/qextscintillaprinter.sip
diff --git a/x11/py-qt3-qscintilla/distinfo b/x11/py-qt3-qscintilla/distinfo
index d9a29960f38..e11d8b6ad62 100644
--- a/x11/py-qt3-qscintilla/distinfo
+++ b/x11/py-qt3-qscintilla/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 17:36:19 wiz Exp $
+$NetBSD: distinfo,v 1.5 2005/02/24 20:17:37 drochner Exp $
SHA1 (PyQt-x11-gpl-3.11.tar.gz) = 7b4949d97cdf989119681d34f8c30fede2d04e82
RMD160 (PyQt-x11-gpl-3.11.tar.gz) = 985e21b213b195944f766f249d8fc44916c2f1ec
Size (PyQt-x11-gpl-3.11.tar.gz) = 757652 bytes
-SHA1 (patch-aa) = fb0ba0dc3aa2b0e020a2e1ef05a04f14c0bf3242
+SHA1 (patch-aa) = 121dcbed6010852d9b3feaf6d2968d4c5e2624f6
diff --git a/x11/py-qt3-qscintilla/patches/patch-aa b/x11/py-qt3-qscintilla/patches/patch-aa
index a38c6c5945d..aa9bd44107c 100644
--- a/x11/py-qt3-qscintilla/patches/patch-aa
+++ b/x11/py-qt3-qscintilla/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
+$NetBSD: patch-aa,v 1.3 2005/02/24 20:17:37 drochner Exp $
---- configure.py.orig 2004-03-11 20:23:30.000000000 +0100
-+++ configure.py 2004-05-09 18:38:38.000000000 +0200
-@@ -38,7 +38,7 @@
- sip_min_v3_version = 0x030a01
- sip_min_v4_version = 0x040000
+--- configure.py.orig 2005-02-19 16:49:33.000000000 +0100
++++ configure.py
+@@ -38,7 +38,7 @@ pyqt_version_str = "3.14"
+ sip_min_v3_version = 0x030c00
+ sip_min_v4_version = 0x040200
-pyqt_modules = ["qt"]
+pyqt_modules = []
qt_sip_flags = []
qtext_sip_flags = []
qtpe_sip_flags = []
-@@ -663,7 +663,7 @@
+@@ -732,7 +732,7 @@ def check_license():
print "Type 'no' to decline the terms of the license."
print
@@ -20,18 +20,15 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
try:
resp = raw_input("Do you accept the terms of the license? ")
except:
-@@ -697,82 +697,82 @@
+@@ -766,64 +766,64 @@ def create_makefiles():
# The Professional Edition needs special handling.
prof = (sipcfg.qt_edition == "professional")
- sipconfig.inform("Creating pyuic Makefile...")
-+# sipconfig.inform("Creating pyuic Makefile...")
-
-- if prof:
+-
+- if prof or "qtxml" not in pyqt_modules:
- buildfile= "pyuic-prof.sbf"
-+# if prof:
-+# buildfile= "pyuic-prof.sbf"
-
+-
- for xml in ("qdom.cpp", "qxml.cpp"):
- shutil.copyfile(sipcfg.qt_dir + "/src/xml/" + xml, "pyuic3/" + xml)
- else:
@@ -50,8 +47,19 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
- makefile.extra_defines.append("UIC")
- makefile.extra_defines.append("QT_INTERNAL_XML")
-
-- if prof:
+- if prof or "qtxml" not in pyqt_modules:
- makefile.extra_defines.append("QT_MODULE_XML")
++# sipconfig.inform("Creating pyuic Makefile...")
+
+- if sipcfg.qt_version < 0x030100:
+- makefile.extra_include_dirs.append(sipcfg.qt_dir + "/src/3rdparty/zlib")
++# if prof or "qtxml" not in pyqt_modules:
++# buildfile= "pyuic-prof.sbf"
+
+- makefile.generate()
+- subdirs.append("pyuic3")
+-
+- sipconfig.inform("Creating pylupdate Makefile...")
+# for xml in ("qdom.cpp", "qxml.cpp"):
+# shutil.copyfile(sipcfg.qt_dir + "/src/xml/" + xml, "pyuic3/" + xml)
+# else:
@@ -70,7 +78,7 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
+# makefile.extra_defines.append("UIC")
+# makefile.extra_defines.append("QT_INTERNAL_XML")
+
-+# if prof:
++# if prof or "qtxml" not in pyqt_modules:
+# makefile.extra_defines.append("QT_MODULE_XML")
+
+# if sipcfg.qt_version < 0x030100:
@@ -81,7 +89,7 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
+
+# sipconfig.inform("Creating pylupdate Makefile...")
+
-+# if prof:
++# if prof or "qtxml" not in pyqt_modules:
+# buildfile= "pylupdate-prof.sbf"
+
+# shutil.copyfile(sipcfg.qt_dir + "/src/xml/qxml.cpp", "pylupdate3/qxml.cpp")
@@ -97,44 +105,17 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
+# qt=1,
+# warnings=1
+# )
-+
-+# makefile.extra_defines.append("QT_INTERNAL_XML")
-+
-+# if prof:
-+# makefile.extra_defines.append("QT_MODULE_XML")
-+
-+# makefile.generate()
-+# subdirs.append("pylupdate3")
-+# elif sipcfg.qt_version >= 0x020000:
-+# sipconfig.inform("Creating pyuic Makefile...")
-+
-+# makefile = sipconfig.ProgramMakefile(
-+# configuration=sipcfg,
-+# build_file="pyuic.sbf",
-+# dir="pyuic2",
-+# install_dir=opt_pyqtbindir,
-+# console=1,
-+# qt=1,
-+# warnings=1
-+# )
-
-- if sipcfg.qt_version < 0x030100:
-- makefile.extra_include_dirs.append(sipcfg.qt_dir + "/src/3rdparty/zlib")
-+# makefile.extra_defines.append("UIC")
-+# makefile.extra_include_dirs.append(sipcfg.qt_dir + "/src/3rdparty/zlib")
-- makefile.generate()
-- subdirs.append("pyuic3")
--
-- sipconfig.inform("Creating pylupdate Makefile...")
--
-- if prof:
+- if prof or "qtxml" not in pyqt_modules:
- buildfile= "pylupdate-prof.sbf"
--
++# makefile.extra_defines.append("QT_INTERNAL_XML")
+
- shutil.copyfile(sipcfg.qt_dir + "/src/xml/qxml.cpp", "pylupdate3/qxml.cpp")
- else:
- buildfile= "pylupdate.sbf"
--
++# if prof or "qtxml" not in pyqt_modules:
++# makefile.extra_defines.append("QT_MODULE_XML")
+
- makefile = sipconfig.ProgramMakefile(
- configuration=sipcfg,
- build_file=buildfile,
@@ -147,35 +128,17 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
-
- makefile.extra_defines.append("QT_INTERNAL_XML")
-
-- if prof:
+- if prof or "qtxml" not in pyqt_modules:
- makefile.extra_defines.append("QT_MODULE_XML")
-
- makefile.generate()
- subdirs.append("pylupdate3")
-- elif sipcfg.qt_version >= 0x020000:
-- sipconfig.inform("Creating pyuic Makefile...")
--
-- makefile = sipconfig.ProgramMakefile(
-- configuration=sipcfg,
-- build_file="pyuic.sbf",
-- dir="pyuic2",
-- install_dir=opt_pyqtbindir,
-- console=1,
-- qt=1,
-- warnings=1
-- )
--
-- makefile.extra_defines.append("UIC")
-- makefile.extra_include_dirs.append(sipcfg.qt_dir + "/src/3rdparty/zlib")
--
-- makefile.generate()
-- subdirs.append("pyuic2")
+# makefile.generate()
-+# subdirs.append("pyuic2")
-
- sipconfig.inform("Creating top level Makefile...")
++# subdirs.append("pylupdate3")
+ elif sipcfg.qt_version >= 0x020000:
+ sipconfig.inform("Creating pyuic Makefile...")
-@@ -856,15 +856,15 @@
+@@ -939,20 +939,20 @@ def main(argv):
check_qscintilla()
# Check which modules to build.
@@ -184,19 +147,26 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $
- check_module("qttable", "qtable.h", "QTable()")
- check_module("qtxml", "qdom.h", "QDomImplementation()")
- check_module("qtgl", "qgl.h", "QGLWidget()", opengl=1)
--
-- if sipcfg.qt_version >= 0x030000:
-- check_module("qtsql", "qsql.h", "QSql()")
-- check_module("qtui", "qwidgetfactory.h", "QWidgetFactory()", lib="qui")
+# check_module("qtcanvas", "qcanvas.h", "QCanvas()")
+# check_module("qtnetwork", "qsocket.h", "QSocket()")
+# check_module("qttable", "qtable.h", "QTable()")
+# check_module("qtxml", "qdom.h", "QDomImplementation()")
+# check_module("qtgl", "qgl.h", "QGLWidget()", opengl=1)
-+
+
+- if sipcfg.qt_version >= 0x030000:
+- check_module("qtui", "qwidgetfactory.h", "QWidgetFactory()", lib="qui")
+# if sipcfg.qt_version >= 0x030000:
-+# check_module("qtsql", "qsql.h", "QSql()")
+# check_module("qtui", "qwidgetfactory.h", "QWidgetFactory()", lib="qui")
+- if sipcfg.qt_edition in ("enterprise", "free"):
+- check_module("qtsql", "qsql.h", "QSql()")
++# if sipcfg.qt_edition in ("enterprise", "free"):
++# check_module("qtsql", "qsql.h", "QSql()")
+
+- if sys.platform == "win32" and sipcfg.sip_version >= 0x040200:
+- check_module("qtaxcontainer", "qaxobject.h", "QAxObject()", lib="qaxcontainer")
++# if sys.platform == "win32" and sipcfg.sip_version >= 0x040200:
++# check_module("qtaxcontainer", "qaxobject.h", "QAxObject()", lib="qaxcontainer")
+
if qsci_version:
check_module("qtext", "qextscintillabase.h", "QextScintillaBase()", define=qsci_define, include_dir=opt_qsciincdir, lib_dir=opt_qscilibdir, lib="qscintilla")