Hi!

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

Comments ? OK ? 

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    15 Nov 2010 23:22:07 -0000      1.9
+++ Makefile    2 Mar 2011 12:46:40 -0000
@@ -2,12 +2,12 @@
 # $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion 
Exp $
 
 COMMENT=               LaTeX development environment
-DISTNAME=              texmaker-2.0
+DISTNAME=              texmaker-2.2.2
 CATEGORIES=            editors
 
 HOMEPAGE=              http://www.xm1math.net/texmaker/
 
-MAINTAINER=            Alexandr Shadchin <alexandr.shadc...@gmail.com>
+MAINTAINER=            Alexandr Shadchin <shadc...@openbsd.org>
 
 # GPLv2
 PERMIT_PACKAGE_CDROM=  Yes
@@ -18,8 +18,8 @@ PERMIT_DISTFILES_FTP= Yes
 MASTER_SITES=          ${HOMEPAGE}
 EXTRACT_SUFX=          .tar.bz2
 
-WANTLIB += QtDBus QtGui QtNetwork QtWebKit QtXml QtXmlPatterns c hunspell-1.2
-WANTLIB += m phonon poppler poppler-qt4 pthread sqlite3 stdc++
+WANTLIB += QtGui QtNetwork QtWebKit QtXml c hunspell-1.2 m poppler
+WANTLIB += poppler-qt4 pthread stdc++ z
 
 MODULES=               x11/qt4
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    27 Oct 2010 08:16:16 -0000      1.4
+++ distinfo    2 Mar 2011 12:46:40 -0000
@@ -1,5 +1,5 @@
-MD5 (texmaker-2.0.tar.bz2) = n+sRH+Pm1CDg291RQLGVyg==
-RMD160 (texmaker-2.0.tar.bz2) = hD00R93IbB7zWd9CgVEAJpdB3+U=
-SHA1 (texmaker-2.0.tar.bz2) = gQaH+hp+yAzg7p/8yv6RunKEyrw=
-SHA256 (texmaker-2.0.tar.bz2) = Y41IkJ/+Czsj1lAsO4Xn4xGvcHzJNE9rM+/w6jH1mas=
-SIZE (texmaker-2.0.tar.bz2) = 3235821
+MD5 (texmaker-2.2.2.tar.bz2) = S1NQ8dEqCH7/6+2svD06qg==
+RMD160 (texmaker-2.2.2.tar.bz2) = anbmXafI1Uw3ywF630IklCMFcTg=
+SHA1 (texmaker-2.2.2.tar.bz2) = /S7UlefYCA1XjA4SHOd7md7GgAQ=
+SHA256 (texmaker-2.2.2.tar.bz2) = fmN451Dhq0o9CHQV7a9K4Ae/tUk1aH27D6ZkaNNHUnc=
+SIZE (texmaker-2.2.2.tar.bz2) = 4061747
Index: patches/patch-latexeditor_h
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-latexeditor_h,v
retrieving revision 1.1
diff -u -p -r1.1 patch-latexeditor_h
--- patches/patch-latexeditor_h 27 Oct 2010 08:52:47 -0000      1.1
+++ patches/patch-latexeditor_h 2 Mar 2011 12:46:40 -0000
@@ -1,10 +1,10 @@
 $OpenBSD: patch-latexeditor_h,v 1.1 2010/10/27 08:52:47 sthen Exp $
---- latexeditor.h.orig Sat Feb  6 17:19:40 2010
-+++ latexeditor.h      Sat Feb  6 17:19:59 2010
-@@ -22,7 +22,7 @@
+--- latexeditor.h.orig Sun Feb 13 03:23:26 2011
++++ latexeditor.h      Tue Feb 15 02:03:58 2011
+@@ -23,7 +23,7 @@
+ #include <QCompleter>
  
  #include "latexhighlighter.h"
- #include "parenmatcher.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.1
diff -u -p -r1.1 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  27 Oct 2010 08:52:47 -0000      1.1
+++ patches/patch-texmaker_cpp  2 Mar 2011 12:46:40 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-texmaker_cpp,v 1.1 2010/10/27 08:52:47 sthen Exp $
---- texmaker.cpp.orig  Thu Jul 29 14:19:28 2010
-+++ texmaker.cpp       Fri Jul 30 21:06:38 2010
-@@ -2621,7 +2621,7 @@ makeidx_package=config->value( "Quick/MakeIndex",false
+--- texmaker.cpp.orig  Mon Feb 14 14:14:00 2011
++++ texmaker.cpp       Tue Feb 15 02:00:44 2011
+@@ -2836,7 +2836,7 @@ makeidx_package=config->value( "Quick/MakeIndex",false
  author=config->value("Quick/Author","").toString();
  
  #if defined( Q_WS_X11 )
@@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.1 2010/
  #endif
  #if defined( Q_WS_MACX )
  QString dicDir=QCoreApplication::applicationDirPath() + "/../Resources/";
-@@ -2631,7 +2631,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+@@ -2846,7 +2846,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
  #endif
  QString defaultDic=dicDir+QString(QLocale::system().name())+".dic";
  QFileInfo fi(defaultDic);
Index: patches/patch-texmaker_pro
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_pro,v
retrieving revision 1.1
diff -u -p -r1.1 patch-texmaker_pro
--- patches/patch-texmaker_pro  27 Oct 2010 08:52:47 -0000      1.1
+++ patches/patch-texmaker_pro  2 Mar 2011 12:46:40 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-texmaker_pro,v 1.1 2010/10/27 08:52:47 sthen Exp $
---- texmaker.pro.orig  Thu Jul 29 21:40:36 2010
-+++ texmaker.pro       Fri Jul 30 21:12:41 2010
+--- texmaker.pro.orig  Mon Feb 14 03:32:41 2011
++++ texmaker.pro       Tue Feb 15 02:01:52 2011
 @@ -4,7 +4,8 @@ TARGET  = texmaker
  QT += network \
        xml \
@@ -8,13 +8,13 @@ $OpenBSD: patch-texmaker_pro,v 1.1 2010/
 -CONFIG        += qt warn_off release
 +CONFIG        += qt warn_off release link_pkgconfig
 +PKGCONFIG = hunspell poppler-qt4
- TEXMAKERVERSION=2.0
+ TEXMAKERVERSION=2.2.2
  DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
- ###############################
-@@ -48,25 +49,6 @@ HEADERS     += texmaker.h \
-       pdfdocumentwidget.h \
-       pdfscrollarea.h \
+ DEFINES += HAVE_SPLASH
+@@ -53,25 +54,6 @@ HEADERS     += texmaker.h \
        userquickdialog.h \
+       synctex_parser.h \
+       synctex_parser_utils.h \
 -      hunspell/affentry.hxx \
 -      hunspell/affixmgr.hxx \
 -      hunspell/atypes.hxx \
@@ -37,10 +37,10 @@ $OpenBSD: patch-texmaker_pro,v 1.1 2010/
        singleapp/qtlocalpeer.h \
        singleapp/qtlockedfile.h \
        singleapp/qtsingleapplication.h \
-@@ -111,18 +93,6 @@ SOURCES    += main.cpp \
-       pdfdocumentwidget.cpp \
-       pdfscrollarea.cpp \
+@@ -120,18 +102,6 @@ SOURCES   += main.cpp \
        userquickdialog.cpp \
+       synctex_parser.c \
+       synctex_parser_utils.c \
 -      hunspell/affentry.cxx \
 -      hunspell/affixmgr.cxx \
 -      hunspell/csutil.cxx \
@@ -56,11 +56,13 @@ $OpenBSD: patch-texmaker_pro,v 1.1 2010/
        singleapp/qtlocalpeer.cpp \
        singleapp/qtlockedfile.cpp \
        singleapp/qtsingleapplication.cpp \
-@@ -248,21 +218,7 @@ utilities.files = doc/doc1.png \
-       locale/texmaker_ru.qm \
+@@ -261,23 +231,7 @@ utilities.files = doc/doc1.png \
        locale/texmaker_zh_CN.qm \
        locale/texmaker_zh_TW.qm \
--      locale/texmaker_cs.qm \
+       locale/texmaker_cs.qm \
+-      locale/texmaker_nl.qm \
+-      dictionaries/nl_NL.aff \
+-      dictionaries/nl_NL.dic \
 -      dictionaries/de_DE.aff \
 -      dictionaries/de_DE.dic \
 -      dictionaries/en_GB.aff \
@@ -75,7 +77,7 @@ $OpenBSD: patch-texmaker_pro,v 1.1 2010/
 -      dictionaries/README_de_DE_frami.txt \
 -      dictionaries/README_DIC_fr_FR.txt \
 -      dictionaries/README_es_ES.txt 
-+      locale/texmaker_cs.qm
++      locale/texmaker_nl.qm
  INSTALLS += utilities
  desktop.path = $${DESKTOPDIR}
  desktop.files = utilities/texmaker.desktop
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/texmaker/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   27 Oct 2010 08:16:16 -0000      1.2
+++ pkg/PLIST   2 Mar 2011 12:46:40 -0000
@@ -61,6 +61,7 @@ share/texmaker/texmaker_fa.qm
 share/texmaker/texmaker_fr.qm
 share/texmaker/texmaker_gl.qm
 share/texmaker/texmaker_it.qm
+share/texmaker/texmaker_nl.qm
 share/texmaker/texmaker_pt_BR.qm
 share/texmaker/texmaker_ru.qm
 share/texmaker/texmaker_zh_CN.qm

Reply via email to