pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/texmaker Update to Texmaker 1.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c624819ef6e
branches: trunk
changeset: 537402:1c624819ef6e
user: ghen <ghen%pkgsrc.org@localhost>
date: Tue Jan 08 07:35:25 2008 +0000
description:
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:
editors/texmaker/Makefile | 9 ++++-----
editors/texmaker/PLIST | 6 +++++-
editors/texmaker/distinfo | 8 ++++----
3 files changed, 13 insertions(+), 10 deletions(-)
diffs (60 lines):
diff -r a0e97835a22a -r 1c624819ef6e editors/texmaker/Makefile
--- a/editors/texmaker/Makefile Tue Jan 08 03:44:56 2008 +0000
+++ b/editors/texmaker/Makefile Tue Jan 08 07:35:25 2008 +0000
@@ -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_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 -r a0e97835a22a -r 1c624819ef6e editors/texmaker/PLIST
--- a/editors/texmaker/PLIST Tue Jan 08 03:44:56 2008 +0000
+++ b/editors/texmaker/PLIST Tue Jan 08 07:35:25 2008 +0000
@@ -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/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 -r a0e97835a22a -r 1c624819ef6e editors/texmaker/distinfo
--- a/editors/texmaker/distinfo Tue Jan 08 03:44:56 2008 +0000
+++ b/editors/texmaker/distinfo Tue Jan 08 07:35:25 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index