Update to 2.8.2:

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.
This commit is contained in:
wiz 2014-07-22 17:41:10 +00:00
parent 5c3c86c236
commit 913b9e9fc8
3 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.32 2014/02/12 23:18:54 tron Exp $
#
# $NetBSD: Makefile,v 1.33 2014/07/22 17:41:10 wiz Exp $
DISTNAME= QScintilla-gpl-2.8
DISTNAME= QScintilla-gpl-2.8.2
PKGNAME= qt4-${DISTNAME:tl:S/-gpl-/-/}
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2011/05/13 16:37:55 drochner Exp $
@comment $NetBSD: PLIST,v 1.3 2014/07/22 17:41:10 wiz Exp $
qt4/include/Qsci/qsciabstractapis.h
qt4/include/Qsci/qsciapis.h
qt4/include/Qsci/qscicommand.h
@ -6,6 +6,7 @@ qt4/include/Qsci/qscicommandset.h
qt4/include/Qsci/qscidocument.h
qt4/include/Qsci/qsciglobal.h
qt4/include/Qsci/qscilexer.h
qt4/include/Qsci/qscilexeravs.h
qt4/include/Qsci/qscilexerbash.h
qt4/include/Qsci/qscilexerbatch.h
qt4/include/Qsci/qscilexercmake.h
@ -27,6 +28,7 @@ qt4/include/Qsci/qscilexermatlab.h
qt4/include/Qsci/qscilexeroctave.h
qt4/include/Qsci/qscilexerpascal.h
qt4/include/Qsci/qscilexerperl.h
qt4/include/Qsci/qscilexerpo.h
qt4/include/Qsci/qscilexerpostscript.h
qt4/include/Qsci/qscilexerpov.h
qt4/include/Qsci/qscilexerproperties.h

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2014/02/06 17:27:47 drochner Exp $
$NetBSD: distinfo,v 1.12 2014/07/22 17:41:10 wiz 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
SHA1 (QScintilla-gpl-2.8.2.tar.gz) = cfb24bfec54ea869bc3a326b9a935fc25aea7bec
RMD160 (QScintilla-gpl-2.8.2.tar.gz) = 030773b5013cc6e36a928b607ba24d5d5d841e55
Size (QScintilla-gpl-2.8.2.tar.gz) = 3028409 bytes