diff options
author | reed <reed@pkgsrc.org> | 2005-07-01 01:30:21 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-07-01 01:30:21 +0000 |
commit | 1339dd10c3d914e01d5223d30109c77f1b0db5f9 (patch) | |
tree | 92c18cde736ea19120bff1921090ca9515c75ca9 /x11 | |
parent | f79176322f02d924a0a21c381b39f9e49112f9e1 (diff) | |
download | pkgsrc-1339dd10c3d914e01d5223d30109c77f1b0db5f9.tar.gz |
Add support for Darwin. When on Darwin use different source distfile.
Split out parts of Makefile. Now use new
../../x11/py-qt3-base/Makefile.common.
Improve COMMENT to better describe this package.
Improve DESCR to better describe this package.
(PyQt is a set of Python bindings for the Qt toolkit. The
py-qt3-qscintilla package provides the bindings for QScintilla,
the port to Qt of the Scintilla programmer's editor class.)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt3-qscintilla/DESCR | 9 | ||||
-rw-r--r-- | x11/py-qt3-qscintilla/Makefile | 27 | ||||
-rw-r--r-- | x11/py-qt3-qscintilla/distinfo | 5 |
3 files changed, 11 insertions, 30 deletions
diff --git a/x11/py-qt3-qscintilla/DESCR b/x11/py-qt3-qscintilla/DESCR index 5749991f597..0b4ff424887 100644 --- a/x11/py-qt3-qscintilla/DESCR +++ b/x11/py-qt3-qscintilla/DESCR @@ -1,6 +1,3 @@ -These are the Python bindings for Qt. You must also have the SIP Python -bindings generator installed. - -The homepage is http://www.riverbankcomputing.co.uk/pyqt/. - -The homepage of SIP is http://www.riverbankcomputing.co.uk/sip/. +PyQt is a set of Python bindings for the Qt toolkit. The +py-qt3-qscintilla package provides the bindings for QScintilla, +the port to Qt of the Scintilla programmer's editor class. diff --git a/x11/py-qt3-qscintilla/Makefile b/x11/py-qt3-qscintilla/Makefile index 73394abd0d5..d5bce991b62 100644 --- a/x11/py-qt3-qscintilla/Makefile +++ b/x11/py-qt3-qscintilla/Makefile @@ -1,36 +1,17 @@ -# $NetBSD: Makefile,v 1.16 2005/06/01 18:03:30 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/01 01:30:21 reed Exp $ # -DISTNAME= PyQt-x11-gpl-3.14.1 -PKGNAME= ${PYPKGPREFIX}-qt3-qscintilla-3.14.1 -CATEGORIES= x11 python -MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ +.include "../../x11/py-qt3-base/Makefile.common" -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.riverbankcomputing.co.uk/pyqt/ -COMMENT= Python binding for qt3 +PKGNAME= ${PYPKGPREFIX}-qt3-qscintilla-${PYQT_VERSION} -USE_LIBTOOL= yes -USE_TOOLS+= gmake -USE_LANGUAGES= c c++ +COMMENT= Python binding for QScintilla -CONFIGURE_ARGS= -b ${PREFIX}/bin -CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} -CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX} CONFIGURE_ARGS+= -n ${QTDIR}/include CONFIGURE_ARGS+= -o ${QTDIR}/lib -PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 -PY_PATCHPLIST= yes -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} - INSTALL_DIRS= ${WRKSRC}/qtext -do-configure: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${PYTHONBIN} configure.py ${CONFIGURE_ARGS}) - -.include "../../lang/python/extension.mk" .include "../../x11/py-qt3-base/buildlink3.mk" .include "../../x11/qt3-qscintilla/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/py-qt3-qscintilla/distinfo b/x11/py-qt3-qscintilla/distinfo index fdbf60e95be..652b0c1e309 100644 --- a/x11/py-qt3-qscintilla/distinfo +++ b/x11/py-qt3-qscintilla/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.7 2005/05/02 15:36:53 drochner Exp $ +$NetBSD: distinfo,v 1.8 2005/07/01 01:30:21 reed Exp $ +SHA1 (PyQt-mac-gpl-3.14.1.tar.gz) = 391edbd2a06d5a50802a44a81c95ab0aa067d928 +RMD160 (PyQt-mac-gpl-3.14.1.tar.gz) = 79e62b2775e229c325eff0c3d6f837e00f431dde +Size (PyQt-mac-gpl-3.14.1.tar.gz) = 776559 bytes SHA1 (PyQt-x11-gpl-3.14.1.tar.gz) = b29c1d319c132ba09648f70e01f7af1fa92c18b0 RMD160 (PyQt-x11-gpl-3.14.1.tar.gz) = d8caef8513bc715f2f0e6107daa5d6d2ba883ddb Size (PyQt-x11-gpl-3.14.1.tar.gz) = 782274 bytes |