Hi,

This update package texmaker to the latest release 3.2.2.
Tested on amd64.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile    24 Nov 2011 13:12:47 -0000      1.15
+++ Makefile    25 Feb 2012 17:54:56 -0000
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion 
Exp $
 
 COMMENT=               LaTeX development environment
-DISTNAME=              texmaker-3.1
+DISTNAME=              texmaker-3.2.2
 CATEGORIES=            editors
 
 HOMEPAGE=              http://www.xm1math.net/texmaker/
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    24 Nov 2011 13:12:47 -0000      1.9
+++ distinfo    25 Feb 2012 17:54:56 -0000
@@ -1,5 +1,5 @@
-MD5 (texmaker-3.1.tar.bz2) = EKFMdau7cjTU5eWKfIWxEA==
-RMD160 (texmaker-3.1.tar.bz2) = z3xFcxnW8e1V7An8HQap0F+Ei58=
-SHA1 (texmaker-3.1.tar.bz2) = P+nXLrrWPvaNzzQkj0pGzsOI2jw=
-SHA256 (texmaker-3.1.tar.bz2) = +ND0pbcL01KzKDdteUbOtn6a8yXUjuAn0PTnt0Fru3g=
-SIZE (texmaker-3.1.tar.bz2) = 6018840
+MD5 (texmaker-3.2.2.tar.bz2) = qgTDegEXpvkkwPfu1XMv4g==
+RMD160 (texmaker-3.2.2.tar.bz2) = kx4w/1PKku3RP/PzZ/0OeG2KJJY=
+SHA1 (texmaker-3.2.2.tar.bz2) = 2ND9NcaZxUOlLIdeTJ4VVRkXqWY=
+SHA256 (texmaker-3.2.2.tar.bz2) = fWuyNMa330LWcpcPzuxE6PZirCZcqaO7jmHNyzI8FFo=
+SIZE (texmaker-3.2.2.tar.bz2) = 6721777
Index: patches/patch-configdialog_cpp
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-configdialog_cpp,v
retrieving revision 1.1
diff -u -p -r1.1 patch-configdialog_cpp
--- patches/patch-configdialog_cpp      25 Apr 2011 13:19:23 -0000      1.1
+++ patches/patch-configdialog_cpp      25 Feb 2012 17:54:56 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configdialog_cpp,v 1.1 2011/04/25 13:19:23 shadchin Exp $
---- configdialog.cpp.orig      Tue Apr  5 21:54:50 2011
-+++ configdialog.cpp   Tue Apr  5 21:55:31 2011
-@@ -124,7 +124,7 @@ QDir spelldir(QCoreApplication::applicationDirPath());
+--- configdialog.cpp.orig      Wed Jan 11 00:26:16 2012
++++ configdialog.cpp   Sat Feb 25 23:38:55 2012
+@@ -195,7 +195,7 @@ QDir spelldir(QCoreApplication::applicationDirPath());
  #ifdef DEBIAN_SPELLDIR
  QDir spelldir(PREFIX"/share/myspell/dicts");
  #else
Index: patches/patch-latexeditor_h
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-latexeditor_h,v
retrieving revision 1.3
diff -u -p -r1.3 patch-latexeditor_h
--- patches/patch-latexeditor_h 17 Mar 2011 14:55:59 -0000      1.3
+++ patches/patch-latexeditor_h 25 Feb 2012 17:54:56 -0000
@@ -1,10 +1,10 @@
 $OpenBSD: patch-latexeditor_h,v 1.3 2011/03/17 14:55:59 shadchin Exp $
---- latexeditor.h.orig Sat Mar 12 11:37:08 2011
-+++ latexeditor.h      Wed Mar 16 22:12:04 2011
-@@ -26,7 +26,7 @@
- #include <QTimer>
+--- latexeditor.h.orig Thu Dec 29 19:57:55 2011
++++ latexeditor.h      Sat Feb 25 23:39:47 2012
+@@ -33,7 +33,7 @@
  
  #include "latexhighlighter.h"
+ #include "textblockselection.h"
 -#include "hunspell/hunspell.hxx"
 +#include <hunspell.hxx>
  
Index: patches/patch-texmaker_cpp
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v
retrieving revision 1.6
diff -u -p -r1.6 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  24 Nov 2011 13:12:47 -0000      1.6
+++ patches/patch-texmaker_cpp  25 Feb 2012 17:54:56 -0000
@@ -1,16 +1,16 @@
 $OpenBSD: patch-texmaker_cpp,v 1.6 2011/11/24 13:12:47 shadchin Exp $
---- texmaker.cpp.orig  Sat Jul 23 01:46:04 2011
-+++ texmaker.cpp       Tue Aug 16 20:10:33 2011
-@@ -3590,7 +3590,7 @@ geometry_options=config->value("Quick/GeometryOptions"
- #ifdef USB_VERSION
- QString dicDir=QCoreApplication::applicationDirPath() + "/";
+--- texmaker.cpp.orig  Wed Jan 11 00:51:01 2012
++++ texmaker.cpp       Sat Feb 25 23:38:55 2012
+@@ -3974,7 +3974,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+ #ifdef DEBIAN_SPELLDIR
+ QString dicDir=PREFIX"/share/myspell/dicts/";
  #else
 -QString dicDir=PREFIX"/share/texmaker/";
 +QString dicDir=PREFIX"/share/hunspell/";
  #endif
- 
  #endif
-@@ -3602,7 +3602,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+ 
+@@ -3987,7 +3987,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
  #endif
  QString defaultDic=dicDir+QString(QLocale::system().name())+".dic";
  QFileInfo fi(defaultDic);
Index: patches/patch-texmaker_h
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_h,v
retrieving revision 1.4
diff -u -p -r1.4 patch-texmaker_h
--- patches/patch-texmaker_h    24 Nov 2011 13:12:47 -0000      1.4
+++ patches/patch-texmaker_h    25 Feb 2012 17:54:56 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-texmaker_h,v 1.4 2011/11/24 13:12:47 shadchin Exp $
---- texmaker.h.orig    Wed Jul 20 14:03:11 2011
-+++ texmaker.h Tue Aug 16 20:11:50 2011
-@@ -46,7 +46,7 @@
+--- texmaker.h.orig    Wed Jan 11 00:32:52 2012
++++ texmaker.h Sat Feb 25 23:38:55 2012
+@@ -47,7 +47,7 @@
  #include "symbollistwidget.h"
  #include "xmltagslistwidget.h"
  #include "logeditor.h"
Index: patches/patch-texmaker_pro
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_pro,v
retrieving revision 1.6
diff -u -p -r1.6 patch-texmaker_pro
--- patches/patch-texmaker_pro  24 Nov 2011 13:12:47 -0000      1.6
+++ patches/patch-texmaker_pro  25 Feb 2012 17:54:56 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-texmaker_pro,v 1.6 2011/11/24 13:12:47 shadchin Exp $
---- texmaker.pro.orig  Thu Jul 21 14:57:13 2011
-+++ texmaker.pro       Tue Aug 16 20:12:48 2011
+--- texmaker.pro.orig  Wed Jan 11 21:06:42 2012
++++ texmaker.pro       Sat Feb 25 23:40:55 2012
 @@ -4,7 +4,8 @@ TARGET  = texmaker
  QT += network \
        xml \
@@ -8,11 +8,11 @@ $OpenBSD: patch-texmaker_pro,v 1.6 2011/
 -CONFIG        += qt warn_off release
 +CONFIG        += qt warn_off release link_pkgconfig
 +PKGCONFIG = hunspell poppler-qt4
- TEXMAKERVERSION=3.1
+ TEXMAKERVERSION=3.2.2
  DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
  DEFINES += HAVE_SPLASH
-@@ -62,25 +63,6 @@ HEADERS     += texmaker.h \
-       usercompletiondialog.h \
+@@ -65,25 +66,6 @@ HEADERS     += texmaker.h \
+       scandialog.h \
        synctex_parser.h \
        synctex_parser_utils.h \
 -      hunspell/affentry.hxx \
@@ -37,8 +37,8 @@ $OpenBSD: patch-texmaker_pro,v 1.6 2011/
        singleapp/qtlocalpeer.h \
        singleapp/qtlockedfile.h \
        singleapp/qtsingleapplication.h \
-@@ -162,18 +144,6 @@ SOURCES   += main.cpp \
-       usercompletiondialog.cpp \
+@@ -167,18 +149,6 @@ SOURCES   += main.cpp \
+       scandialog.cpp \
        synctex_parser.c \
        synctex_parser_utils.c \
 -      hunspell/affentry.cxx \
@@ -56,11 +56,11 @@ $OpenBSD: patch-texmaker_pro,v 1.6 2011/
        singleapp/qtlocalpeer.cpp \
        singleapp/qtlockedfile.cpp \
        singleapp/qtsingleapplication.cpp \
-@@ -339,26 +309,7 @@ utilities.files = doc/doc1.png \
-       locale/texmaker_nl.qm \
-       locale/texmaker_fa.qm \
+@@ -373,26 +343,7 @@ utilities.files = doc/doc1.png \
        locale/texmaker_pl.qm \
--      locale/texmaker_hu.qm \
+       locale/texmaker_hu.qm \
+       locale/texmaker_sr.qm \
+-      locale/texmaker_el.qm \
 -      dictionaries/nl_NL.aff \
 -      dictionaries/nl_NL.dic \
 -      dictionaries/de_DE.aff \
@@ -80,7 +80,7 @@ $OpenBSD: patch-texmaker_pro,v 1.6 2011/
 -      dictionaries/README_de_DE_frami.txt \
 -      dictionaries/README_DIC_fr_FR.txt \
 -      dictionaries/README_es_ES.txt 
-+      locale/texmaker_hu.qm
++      locale/texmaker_el.qm
  INSTALLS += utilities
  
  desktop.path = $${DESKTOPDIR}
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/texmaker/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   24 Nov 2011 13:12:47 -0000      1.5
+++ pkg/PLIST   25 Feb 2012 17:54:56 -0000
@@ -9,27 +9,48 @@ share/texmaker/CHANGELOG.txt
 share/texmaker/COPYING
 share/texmaker/doc1.png
 share/texmaker/doc10.png
+share/texmaker/doc10hu.png
 share/texmaker/doc11.png
+share/texmaker/doc11hu.png
 share/texmaker/doc12.png
+share/texmaker/doc12hu.png
 share/texmaker/doc13.png
+share/texmaker/doc13hu.png
 share/texmaker/doc14.png
+share/texmaker/doc14hu.png
 share/texmaker/doc15.png
+share/texmaker/doc15hu.png
 share/texmaker/doc16.png
+share/texmaker/doc16hu.png
 share/texmaker/doc17.png
+share/texmaker/doc17hu.png
 share/texmaker/doc18.png
 share/texmaker/doc19.png
+share/texmaker/doc1hu.png
 share/texmaker/doc2.png
 share/texmaker/doc20.png
+share/texmaker/doc20hu.png
 share/texmaker/doc21.png
+share/texmaker/doc21hu.png
 share/texmaker/doc22.png
+share/texmaker/doc22hu.png
+share/texmaker/doc2hu.png
 share/texmaker/doc3.png
+share/texmaker/doc3hu.png
 share/texmaker/doc4.png
+share/texmaker/doc4hu.png
 share/texmaker/doc5.png
+share/texmaker/doc5hu.png
 share/texmaker/doc6.png
+share/texmaker/doc6ahu.png
 share/texmaker/doc6bis.png
+share/texmaker/doc6hu.png
 share/texmaker/doc7.png
+share/texmaker/doc7hu.png
 share/texmaker/doc8.png
+share/texmaker/doc8hu.png
 share/texmaker/doc9.png
+share/texmaker/doc9hu.png
 share/texmaker/latexhelp.html
 share/texmaker/qt_cs.qm
 share/texmaker/qt_de.qm
@@ -49,9 +70,9 @@ share/texmaker/texmaker22x22.png
 share/texmaker/texmaker32x32.png
 share/texmaker/texmaker48x48.png
 share/texmaker/texmaker64x64.png
-share/texmaker/texmaker_ca.qm
 share/texmaker/texmaker_cs.qm
 share/texmaker/texmaker_de.qm
+share/texmaker/texmaker_el.qm
 share/texmaker/texmaker_es.qm
 share/texmaker/texmaker_fa.qm
 share/texmaker/texmaker_fr.qm
@@ -62,9 +83,12 @@ share/texmaker/texmaker_nl.qm
 share/texmaker/texmaker_pl.qm
 share/texmaker/texmaker_pt_BR.qm
 share/texmaker/texmaker_ru.qm
+share/texmaker/texmaker_sr.qm
 share/texmaker/texmaker_zh_CN.qm
 share/texmaker/texmaker_zh_TW.qm
 share/texmaker/usermanual_en.html
 share/texmaker/usermanual_fr.html
+share/texmaker/usermanual_hu.html
+share/texmaker/usermanual_ru.html
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database

Reply via email to