Update to Texmaker 1.6.
* Users can now change several keyboard shortcuts ("latex" and "math" menus). The default keyboard accelerators have been changed (trouble with non latin1 keyboard configuration). * The spell checking bug has been fixed (when the misspelled word and the corrected word had not the same size). * German, russian and chinese translations have been added (thanks to Alexey Oblozhko, Tao WEI and Flynn Marquardt). * The default system browser is now used for the documentation. * A "-master" option has been added to the program command line. The new synopsis is texmaker file [-master] [-line xxx] * The user manual has been enhanced.
This commit is contained in:
parent
2878cbd524
commit
22c6dd5a22
3 changed files with 13 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.12 2007/03/23 15:07:21 ghen Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2008/01/08 07:35:25 ghen Exp $
|
||||
|
||||
DISTNAME= texmaker-1.5
|
||||
DISTNAME= texmaker-1.6
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.xm1math.net/texmaker/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -13,9 +13,8 @@ USE_LANGUAGES= c++
|
|||
USE_LIBTOOL= yes
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && \
|
||||
${SETENV} ${CONFIGURE_ENV} \
|
||||
${QTDIR:Q}/bin/qmake -unix PREFIX=${PREFIX:Q} texmaker.pro
|
||||
cd ${WRKSRC} && env ${CONFIGURE_ENV} \
|
||||
${QTDIR}/bin/qmake -unix PREFIX=${PREFIX} texmaker.pro
|
||||
|
||||
.include "../../x11/qt4-libs/buildlink3.mk"
|
||||
.include "../../x11/qt4-tools/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2007/03/23 15:07:21 ghen Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2008/01/08 07:35:26 ghen Exp $
|
||||
bin/texmaker
|
||||
share/texmaker/AUTHORS
|
||||
share/texmaker/CHANGELOG.txt
|
||||
|
@ -39,9 +39,13 @@ share/texmaker/texmaker22x22.png
|
|||
share/texmaker/texmaker32x32.png
|
||||
share/texmaker/texmaker48x48.png
|
||||
share/texmaker/texmaker64x64.png
|
||||
share/texmaker/texmaker_de.qm
|
||||
share/texmaker/texmaker_fr.qm
|
||||
share/texmaker/texmaker_ru.qm
|
||||
share/texmaker/texmaker_zh.qm
|
||||
share/texmaker/up.gif
|
||||
share/texmaker/up_d.gif
|
||||
share/texmaker/usermanual_en.html
|
||||
share/texmaker/usermanual_fr.html
|
||||
share/texmaker/xpdf_texmaker_sh.txt
|
||||
@dirrm share/texmaker
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2007/03/23 15:07:21 ghen Exp $
|
||||
$NetBSD: distinfo,v 1.6 2008/01/08 07:35:26 ghen Exp $
|
||||
|
||||
SHA1 (texmaker-1.5.tar.bz2) = 5b660823807bfb24e4384d912d68c1120434c033
|
||||
RMD160 (texmaker-1.5.tar.bz2) = 76db62f067f7d867ce4390b32537ca465374cfd9
|
||||
Size (texmaker-1.5.tar.bz2) = 760314 bytes
|
||||
SHA1 (texmaker-1.6.tar.bz2) = 8da3a6370214f97b568126439408a7774b017c1d
|
||||
RMD160 (texmaker-1.6.tar.bz2) = ffa72545cab6bcec2974e081609260344ba84ef0
|
||||
Size (texmaker-1.6.tar.bz2) = 853418 bytes
|
||||
|
|
Loading…
Reference in a new issue