update to 2.5.1
change: adds the QsciLexerMatlab and QsciLexerOctave classe
This commit is contained in:
parent
e2cce747b8
commit
5381a558f4
3 changed files with 9 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.10 2011/04/22 13:42:36 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2011/05/13 16:37:55 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= QScintilla-gpl-2.5
|
||||
DISTNAME= QScintilla-gpl-2.5.1
|
||||
PKGNAME= qt4-${DISTNAME:tl:S/-gpl-/-/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/QScintilla2/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/08 15:32:13 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/05/13 16:37:55 drochner Exp $
|
||||
qt4/include/Qsci/qsciabstractapis.h
|
||||
qt4/include/Qsci/qsciapis.h
|
||||
qt4/include/Qsci/qscicommand.h
|
||||
|
@ -23,6 +23,8 @@ qt4/include/Qsci/qscilexerjava.h
|
|||
qt4/include/Qsci/qscilexerjavascript.h
|
||||
qt4/include/Qsci/qscilexerlua.h
|
||||
qt4/include/Qsci/qscilexermakefile.h
|
||||
qt4/include/Qsci/qscilexermatlab.h
|
||||
qt4/include/Qsci/qscilexeroctave.h
|
||||
qt4/include/Qsci/qscilexerpascal.h
|
||||
qt4/include/Qsci/qscilexerperl.h
|
||||
qt4/include/Qsci/qscilexerpostscript.h
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2011/04/08 14:06:15 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.6 2011/05/13 16:37:55 drochner Exp $
|
||||
|
||||
SHA1 (QScintilla-gpl-2.5.tar.gz) = 8af516a48c6e71dc18321e9f9b2dbaaea1c078ba
|
||||
RMD160 (QScintilla-gpl-2.5.tar.gz) = 397e282e69d4bd1d776c3daa34c8e8819236039e
|
||||
Size (QScintilla-gpl-2.5.tar.gz) = 2610736 bytes
|
||||
SHA1 (QScintilla-gpl-2.5.1.tar.gz) = ff8eb7c49c949109abc434650f4b8215757574bd
|
||||
RMD160 (QScintilla-gpl-2.5.1.tar.gz) = 4cd5eaf87d831fa77212494e19624308dbd00900
|
||||
Size (QScintilla-gpl-2.5.1.tar.gz) = 2638790 bytes
|
||||
|
|
Loading…
Reference in a new issue