pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-qscintilla Update to 2.8.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/193d02d6c533
branches:  trunk
changeset: 637188:193d02d6c533
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 22 17:41:10 2014 +0000

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

diffstat:

 x11/qt4-qscintilla/Makefile |  6 ++----
 x11/qt4-qscintilla/PLIST    |  4 +++-
 x11/qt4-qscintilla/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r 39d2b50e3f49 -r 193d02d6c533 x11/qt4-qscintilla/Makefile
--- a/x11/qt4-qscintilla/Makefile       Tue Jul 22 17:37:28 2014 +0000
+++ b/x11/qt4-qscintilla/Makefile       Tue Jul 22 17:41:10 2014 +0000
@@ -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/}
 
diff -r 39d2b50e3f49 -r 193d02d6c533 x11/qt4-qscintilla/PLIST
--- a/x11/qt4-qscintilla/PLIST  Tue Jul 22 17:37:28 2014 +0000
+++ b/x11/qt4-qscintilla/PLIST  Tue Jul 22 17:41:10 2014 +0000
@@ -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/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/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
diff -r 39d2b50e3f49 -r 193d02d6c533 x11/qt4-qscintilla/distinfo
--- a/x11/qt4-qscintilla/distinfo       Tue Jul 22 17:37:28 2014 +0000
+++ b/x11/qt4-qscintilla/distinfo       Tue Jul 22 17:41:10 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index