pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-qt3-qscintilla Add support for Darwin. When on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f86914ab7f13
branches:  trunk
changeset: 496506:f86914ab7f13
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Jul 01 01:30:21 2005 +0000

description:
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:

 x11/py-qt3-qscintilla/DESCR    |   9 +++------
 x11/py-qt3-qscintilla/Makefile |  27 ++++-----------------------
 x11/py-qt3-qscintilla/distinfo |   5 ++++-
 3 files changed, 11 insertions(+), 30 deletions(-)

diffs (70 lines):

diff -r f16e204b178c -r f86914ab7f13 x11/py-qt3-qscintilla/DESCR
--- a/x11/py-qt3-qscintilla/DESCR       Fri Jul 01 01:27:09 2005 +0000
+++ b/x11/py-qt3-qscintilla/DESCR       Fri Jul 01 01:30:21 2005 +0000
@@ -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 -r f16e204b178c -r f86914ab7f13 x11/py-qt3-qscintilla/Makefile
--- a/x11/py-qt3-qscintilla/Makefile    Fri Jul 01 01:27:09 2005 +0000
+++ b/x11/py-qt3-qscintilla/Makefile    Fri Jul 01 01:30:21 2005 +0000
@@ -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@localhost
-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 -r f16e204b178c -r f86914ab7f13 x11/py-qt3-qscintilla/distinfo
--- a/x11/py-qt3-qscintilla/distinfo    Fri Jul 01 01:27:09 2005 +0000
+++ b/x11/py-qt3-qscintilla/distinfo    Fri Jul 01 01:30:21 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index