Hi,

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

Comments ? OK ? 

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile    16 Sep 2011 09:48:09 -0000      1.14
+++ Makefile    19 Nov 2011 20:40:32 -0000
@@ -2,8 +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.0.2
-REVISION=              0
+DISTNAME=              texmaker-3.1
 CATEGORIES=            editors
 
 HOMEPAGE=              http://www.xm1math.net/texmaker/
@@ -19,8 +18,9 @@ PERMIT_DISTFILES_FTP= Yes
 MASTER_SITES=          ${HOMEPAGE}
 EXTRACT_SUFX=          .tar.bz2
 
-WANTLIB += QtGui QtNetwork QtWebKit QtXml c hunspell-1.2 m poppler
-WANTLIB += poppler-qt4 pthread stdc++ z
+WANTLIB += ICE QtGui QtNetwork QtWebKit QtXml SM X11 Xext Xi Xinerama
+WANTLIB += Xrender c fontconfig freetype hunspell-1.2 m poppler-qt4
+WANTLIB += pthread stdc++ z
 
 MODULES=               x11/qt4
 
@@ -31,6 +31,7 @@ LIB_DEPENDS=          textproc/hunspell \
                        print/poppler,-qt4
 
 NO_REGRESS=            Yes
+VMEM_WARNING=          Yes
 
 FAKE_FLAGS=            INSTALL_ROOT=${WRKINST}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    28 Apr 2011 17:06:11 -0000      1.8
+++ distinfo    19 Nov 2011 20:40:32 -0000
@@ -1,5 +1,5 @@
-MD5 (texmaker-3.0.2.tar.bz2) = 03XI9Ib+RPPyoqfS3awI8w==
-RMD160 (texmaker-3.0.2.tar.bz2) = eV3sqW/7o22bdEyRUxDKwhiFsg0=
-SHA1 (texmaker-3.0.2.tar.bz2) = JKqebNu4szw4l5/dq0/1WY8UZ/E=
-SHA256 (texmaker-3.0.2.tar.bz2) = YS7ZjdxqiJoQYkoRHqmfbtWu2euBPktV6rs8KnEdcCY=
-SIZE (texmaker-3.0.2.tar.bz2) = 5207700
+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
Index: patches/patch-latexeditorview_h
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-latexeditorview_h,v
retrieving revision 1.2
diff -u -p -r1.2 patch-latexeditorview_h
--- patches/patch-latexeditorview_h     25 Apr 2011 13:19:23 -0000      1.2
+++ patches/patch-latexeditorview_h     19 Nov 2011 20:40:32 -0000
@@ -1,9 +1,9 @@
 $OpenBSD: patch-latexeditorview_h,v 1.2 2011/04/25 13:19:23 shadchin Exp $
---- latexeditorview.h.orig     Fri Apr  1 18:28:44 2011
-+++ latexeditorview.h  Tue Apr  5 21:42:18 2011
-@@ -19,7 +19,7 @@
- #include "linenumberwidget.h"
- #include "findwidget.h"
+--- latexeditorview.h.orig     Wed Jul 20 14:11:45 2011
++++ latexeditorview.h  Tue Aug 16 20:10:32 2011
+@@ -22,7 +22,7 @@
+ #include "gotolinewidget.h"
+ #include "replacewidget.h"
  #include "minisplitter.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.5
diff -u -p -r1.5 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  28 Apr 2011 17:06:11 -0000      1.5
+++ patches/patch-texmaker_cpp  19 Nov 2011 20:40:32 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-texmaker_cpp,v 1.5 2011/04/28 17:06:11 shadchin Exp $
---- texmaker.cpp.orig  Mon Apr 25 19:12:44 2011
-+++ texmaker.cpp       Thu Apr 28 22:00:03 2011
-@@ -3474,7 +3474,7 @@ author=config->value("Quick/Author","").toString();
+--- 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() + "/";
  #else
@@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.5 2011/
  #endif
  
  #endif
-@@ -3486,7 +3486,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+@@ -3602,7 +3602,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.3
diff -u -p -r1.3 patch-texmaker_h
--- patches/patch-texmaker_h    25 Apr 2011 13:19:23 -0000      1.3
+++ patches/patch-texmaker_h    19 Nov 2011 20:40:32 -0000
@@ -1,10 +1,10 @@
 $OpenBSD: patch-texmaker_h,v 1.3 2011/04/25 13:19:23 shadchin Exp $
---- texmaker.h.orig    Sun Apr  3 15:04:18 2011
-+++ texmaker.h Tue Apr  5 21:40:49 2011
-@@ -47,7 +47,7 @@
+--- texmaker.h.orig    Wed Jul 20 14:03:11 2011
++++ texmaker.h Tue Aug 16 20:11:50 2011
+@@ -46,7 +46,7 @@
+ #include "symbollistwidget.h"
+ #include "xmltagslistwidget.h"
  #include "logeditor.h"
- #include "gotolinedialog.h"
- #include "replacedialog.h"
 -#include "hunspell/hunspell.hxx"
 +#include <hunspell.hxx>
  #include "browser.h"
Index: patches/patch-texmaker_pro
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_pro,v
retrieving revision 1.5
diff -u -p -r1.5 patch-texmaker_pro
--- patches/patch-texmaker_pro  28 Apr 2011 17:06:11 -0000      1.5
+++ patches/patch-texmaker_pro  19 Nov 2011 20:40:32 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-texmaker_pro,v 1.5 2011/04/28 17:06:11 shadchin Exp $
---- texmaker.pro.orig  Sun Apr  3 16:16:58 2011
-+++ texmaker.pro       Tue Apr  5 21:45:23 2011
+--- texmaker.pro.orig  Thu Jul 21 14:57:13 2011
++++ texmaker.pro       Tue Aug 16 20:12:48 2011
 @@ -4,7 +4,8 @@ TARGET  = texmaker
  QT += network \
        xml \
@@ -8,10 +8,10 @@ $OpenBSD: patch-texmaker_pro,v 1.5 2011/
 -CONFIG        += qt warn_off release
 +CONFIG        += qt warn_off release link_pkgconfig
 +PKGCONFIG = hunspell poppler-qt4
- TEXMAKERVERSION=3.0.2
+ TEXMAKERVERSION=3.1
  DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
  DEFINES += HAVE_SPLASH
-@@ -56,25 +57,6 @@ HEADERS     += texmaker.h \
+@@ -62,25 +63,6 @@ HEADERS     += texmaker.h \
        usercompletiondialog.h \
        synctex_parser.h \
        synctex_parser_utils.h \
@@ -37,7 +37,7 @@ $OpenBSD: patch-texmaker_pro,v 1.5 2011/
        singleapp/qtlocalpeer.h \
        singleapp/qtlockedfile.h \
        singleapp/qtsingleapplication.h \
-@@ -150,18 +132,6 @@ SOURCES   += main.cpp \
+@@ -162,18 +144,6 @@ SOURCES   += main.cpp \
        usercompletiondialog.cpp \
        synctex_parser.c \
        synctex_parser_utils.c \
@@ -56,11 +56,11 @@ $OpenBSD: patch-texmaker_pro,v 1.5 2011/
        singleapp/qtlocalpeer.cpp \
        singleapp/qtlockedfile.cpp \
        singleapp/qtsingleapplication.cpp \
-@@ -319,23 +289,7 @@ utilities.files = doc/doc1.png \
-       locale/texmaker_zh_CN.qm \
-       locale/texmaker_zh_TW.qm \
-       locale/texmaker_cs.qm \
--      locale/texmaker_nl.qm \
+@@ -339,26 +309,7 @@ utilities.files = doc/doc1.png \
+       locale/texmaker_nl.qm \
+       locale/texmaker_fa.qm \
+       locale/texmaker_pl.qm \
+-      locale/texmaker_hu.qm \
 -      dictionaries/nl_NL.aff \
 -      dictionaries/nl_NL.dic \
 -      dictionaries/de_DE.aff \
@@ -74,10 +74,13 @@ $OpenBSD: patch-texmaker_pro,v 1.5 2011/
 -      dictionaries/it_IT.aff \
 -      dictionaries/it_IT.dic \
 -      dictionaries/it_IT_README.txt \
+-      dictionaries/hu_HU.aff \
+-      dictionaries/hu_HU.dic \
+-      dictionaries/README_hu_HU.txt \
 -      dictionaries/README_de_DE_frami.txt \
 -      dictionaries/README_DIC_fr_FR.txt \
 -      dictionaries/README_es_ES.txt 
-+      locale/texmaker_nl.qm
++      locale/texmaker_hu.qm
  INSTALLS += utilities
  
  desktop.path = $${DESKTOPDIR}
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/texmaker/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   25 Apr 2011 13:19:23 -0000      1.4
+++ pkg/PLIST   19 Nov 2011 20:40:32 -0000
@@ -34,7 +34,10 @@ share/texmaker/latexhelp.html
 share/texmaker/qt_cs.qm
 share/texmaker/qt_de.qm
 share/texmaker/qt_es.qm
+share/texmaker/qt_fa.qm
 share/texmaker/qt_fr.qm
+share/texmaker/qt_nl.qm
+share/texmaker/qt_pl.qm
 share/texmaker/qt_pt.qm
 share/texmaker/qt_ru.qm
 share/texmaker/qt_zh_CN.qm
@@ -53,8 +56,10 @@ share/texmaker/texmaker_es.qm
 share/texmaker/texmaker_fa.qm
 share/texmaker/texmaker_fr.qm
 share/texmaker/texmaker_gl.qm
+share/texmaker/texmaker_hu.qm
 share/texmaker/texmaker_it.qm
 share/texmaker/texmaker_nl.qm
+share/texmaker/texmaker_pl.qm
 share/texmaker/texmaker_pt_BR.qm
 share/texmaker/texmaker_ru.qm
 share/texmaker/texmaker_zh_CN.qm

Reply via email to