summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-08-21 21:35:39 +0000
committerwiz <wiz@pkgsrc.org>2014-08-21 21:35:39 +0000
commita10971feab5fc16fe7d3fb3fe09f2d986d906389 (patch)
treeaf8d918aae53ec796bfb9f5e4cf3859cae93259c /x11
parentcf81de4a19c67095e1870ba665c97f61a10068a8 (diff)
downloadpkgsrc-a10971feab5fc16fe7d3fb3fe09f2d986d906389.tar.gz
Update to 2.8.3. Use Makefile.common of qt4-qscintilla.
v2.8.3 3rd July 2014 - Added the QsciLexerCoffeeScript class. - Font sizes are now handled as floating point values rather than integers. - Bug fixes. v2.8.2 26th May 2014 - Added the QsciLexerAVS class. - Added the QsciLexerPO class. - Added the --sysroot, --no-sip-files and --no-qsci-api options to the Python bindings' configure.py. - Cross-compilation (specifically to iOS and Android) is now supported. - configure.py has been refactored and relicensed so that it can be used as a template for wrapping other bindings. - Bug fixes. v2.8.1 14th March 2014 - Added support for iOS and Android. - Added support for retina displays. - A qscintilla2.prf file is installed so that application .pro files only need to add CONFIG += qscintilla2. - Updated the keywords recognised by the Octave lexer. - Bug fixes.
Diffstat (limited to 'x11')
-rw-r--r--x11/py-qt4-qscintilla/Makefile20
-rw-r--r--x11/py-qt4-qscintilla/PLIST5
-rw-r--r--x11/py-qt4-qscintilla/distinfo5
3 files changed, 9 insertions, 21 deletions
diff --git a/x11/py-qt4-qscintilla/Makefile b/x11/py-qt4-qscintilla/Makefile
index 4ea7917b5c3..40b7b649567 100644
--- a/x11/py-qt4-qscintilla/Makefile
+++ b/x11/py-qt4-qscintilla/Makefile
@@ -1,22 +1,12 @@
-# $NetBSD: Makefile,v 1.37 2014/02/12 23:18:54 tron Exp $
-#
+# $NetBSD: Makefile,v 1.38 2014/08/21 21:35:39 wiz Exp $
-DISTNAME= QScintilla-gpl-2.8
-PKGNAME= ${PYPKGPREFIX}-qt4-${DISTNAME:tl:S/-gpl-/-/}
-PKGREVISION= 1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/}
+.include "../../x11/qt4-qscintilla/Makefile.common"
-MAINTAINER= helgoman@users.sourceforge.net
-HOMEPAGE= http://www.riverbankcomputing.co.uk/software/qscintilla/intro
-COMMENT= QScintilla -- Python bindings --
-LICENSE= gnu-gpl-v3
+PKGNAME= ${PYPKGPREFIX}-qt4-${DISTNAME:tl:S/-gpl-/-/}
+COMMENT= QScintilla -- Python bindings
WRKSRC= ${WRKDIR}/${DISTNAME}/Python
-USE_LIBTOOL= yes
-USE_LANGUAGES= c++
-
PY_PATCHPLIST= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
@@ -36,6 +26,6 @@ post-install:
.include "../../lang/python/extension.mk"
.include "../../x11/py-sip/buildlink3.mk"
.include "../../x11/py-qt4/buildlink3.mk"
+BUILDLINK_API_DEPENDS.qt4-qscintilla+= qt4-qscintilla>=${PKGVERSION_NOREV}
.include "../../x11/qt4-qscintilla/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/py-qt4-qscintilla/PLIST b/x11/py-qt4-qscintilla/PLIST
index ee241113c52..04d2b4045ea 100644
--- a/x11/py-qt4-qscintilla/PLIST
+++ b/x11/py-qt4-qscintilla/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/02/06 17:28:24 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2014/08/21 21:35:39 wiz Exp $
${PYSITELIB}/PyQt4/Qsci.la
qt4/api/python/QScintilla2.api
share/sip${PYVERSSUFFIX}/Qsci/qsciabstractapis.sip
@@ -7,9 +7,11 @@ share/sip${PYVERSSUFFIX}/Qsci/qscicommand.sip
share/sip${PYVERSSUFFIX}/Qsci/qscicommandset.sip
share/sip${PYVERSSUFFIX}/Qsci/qscidocument.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexer.sip
+share/sip${PYVERSSUFFIX}/Qsci/qscilexeravs.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexerbash.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexerbatch.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexercmake.sip
+share/sip${PYVERSSUFFIX}/Qsci/qscilexercoffeescript.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexercpp.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexercsharp.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexercss.sip
@@ -28,6 +30,7 @@ share/sip${PYVERSSUFFIX}/Qsci/qscilexermatlab.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexeroctave.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexerpascal.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexerperl.sip
+share/sip${PYVERSSUFFIX}/Qsci/qscilexerpo.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexerpostscript.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexerpov.sip
share/sip${PYVERSSUFFIX}/Qsci/qscilexerproperties.sip
diff --git a/x11/py-qt4-qscintilla/distinfo b/x11/py-qt4-qscintilla/distinfo
deleted file mode 100644
index a63d1be5e92..00000000000
--- a/x11/py-qt4-qscintilla/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.11 2014/02/06 17:28:24 drochner Exp $
-
-SHA1 (QScintilla-gpl-2.8.tar.gz) = 3edf9d476d4e6af0706a4d33401667a38e3a697e
-RMD160 (QScintilla-gpl-2.8.tar.gz) = 623d1b956da11a109d418fcf7d816917220ec493
-Size (QScintilla-gpl-2.8.tar.gz) = 2917864 bytes