diff options
author | ghen <ghen@pkgsrc.org> | 2008-01-08 07:35:25 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-01-08 07:35:25 +0000 |
commit | 22c6dd5a2275039526d445c5d2851b45dc2f0c34 (patch) | |
tree | 13197fd1cba091a3fc393311555da102371cc692 /editors | |
parent | 2878cbd52409146ec7fba2eb07ab7eb866a05c45 (diff) | |
download | pkgsrc-22c6dd5a2275039526d445c5d2851b45dc2f0c34.tar.gz |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmaker/Makefile | 9 | ||||
-rw-r--r-- | editors/texmaker/PLIST | 6 | ||||
-rw-r--r-- | editors/texmaker/distinfo | 8 |
3 files changed, 13 insertions, 10 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index b6ddf728c2c..0035f5cfa32 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -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" diff --git a/editors/texmaker/PLIST b/editors/texmaker/PLIST index 8bf594d07aa..8da374bafa9 100644 --- a/editors/texmaker/PLIST +++ b/editors/texmaker/PLIST @@ -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 diff --git a/editors/texmaker/distinfo b/editors/texmaker/distinfo index 35e7add480c..52d64f37533 100644 --- a/editors/texmaker/distinfo +++ b/editors/texmaker/distinfo @@ -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 |