diff options
author | ghen <ghen> | 2008-12-03 08:26:15 +0000 |
---|---|---|
committer | ghen <ghen> | 2008-12-03 08:26:15 +0000 |
commit | e9ccb507804d3d3db5fb8ccfaa8310e8b4e9c01f (patch) | |
tree | c9f3b31ea2b3073eca413d1cfd9cc8a0d440a3a2 /editors | |
parent | ce4230fa593d3be979e4823c1f8b8b9c6eec8cbe (diff) | |
download | pkgsrc-e9ccb507804d3d3db5fb8ccfaa8310e8b4e9c01f.tar.gz |
Update to Texmaker 1.8.
New in 1.7:
- New search widget
- Spell checking is now based on hunspell and uses OpenOffice.org dictionaries.
- New LaTeX log errors detection
- Indentation "memory"
- Code completion
New in 1.7.1:
- no more crash with the "Previous LaTeX error" command and the syntax
highlighting
- the "find" command starts at cursor and not at the beginning of the document
New in 1.8:
- texmaker can now be only started once per user : inverse search will no more
launch a new instance of texmaker
- the spell checker is now based on hunspell-1.2.4
- the latex errors detection has been improved
- the background color of the selected symbol is now always the same (to be
sure that the symbol is always visible)
- parentheses matching is back
- "\end{...}" is now added automatically after "\begin{...}" while using
autocompletion
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmaker/Makefile | 4 | ||||
-rw-r--r-- | editors/texmaker/PLIST | 11 | ||||
-rw-r--r-- | editors/texmaker/distinfo | 8 |
3 files changed, 14 insertions, 9 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 0035f5cfa32..afa8af0ebf0 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2008/01/08 07:35:25 ghen Exp $ +# $NetBSD: Makefile,v 1.14 2008/12/03 08:26:15 ghen Exp $ -DISTNAME= texmaker-1.6 +DISTNAME= texmaker-1.8 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ EXTRACT_SUFX= .tar.bz2 diff --git a/editors/texmaker/PLIST b/editors/texmaker/PLIST index 8da374bafa9..21c9f2c6b2f 100644 --- a/editors/texmaker/PLIST +++ b/editors/texmaker/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2008/01/08 07:35:26 ghen Exp $ +@comment $NetBSD: PLIST,v 1.6 2008/12/03 08:26:15 ghen Exp $ bin/texmaker share/texmaker/AUTHORS share/texmaker/CHANGELOG.txt @@ -24,12 +24,19 @@ share/texmaker/doc6.png share/texmaker/doc7.png share/texmaker/doc8.png share/texmaker/doc9.png +share/texmaker/en_GB.aff +share/texmaker/en_GB.dic +share/texmaker/fr_FR.aff +share/texmaker/fr_FR.dic share/texmaker/latexhelp.html share/texmaker/next.gif share/texmaker/next_d.gif share/texmaker/prev.gif share/texmaker/prev_d.gif share/texmaker/psheader.txt +share/texmaker/qt_de.qm +share/texmaker/qt_fr.qm +share/texmaker/qt_zh.qm share/texmaker/style.css share/texmaker/texmaker.desktop share/texmaker/texmaker.svg @@ -41,11 +48,9 @@ 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 52d64f37533..c2b2551df9a 100644 --- a/editors/texmaker/distinfo +++ b/editors/texmaker/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/01/08 07:35:26 ghen Exp $ +$NetBSD: distinfo,v 1.7 2008/12/03 08:26:15 ghen Exp $ -SHA1 (texmaker-1.6.tar.bz2) = 8da3a6370214f97b568126439408a7774b017c1d -RMD160 (texmaker-1.6.tar.bz2) = ffa72545cab6bcec2974e081609260344ba84ef0 -Size (texmaker-1.6.tar.bz2) = 853418 bytes +SHA1 (texmaker-1.8.tar.bz2) = d5f188c0d207c637a445cec984d79ee017de6e1a +RMD160 (texmaker-1.8.tar.bz2) = b3bdfa7838f486f0969da472ff08c2d30825421e +Size (texmaker-1.8.tar.bz2) = 1767680 bytes |