On Fri, Aug 24, 2012 at 12:26:53AM +0600, Alexandr Shadchin wrote:
> Hi,
> 
> This update package texmaker to the latest release 3.5.
> 
> Release Notes: The internal PDF viewer has been widely improved. Users can now
> rotate pages, and choose to display one (in continuous or non-continuous mode)
> or two pages at the same time. A presentation mode has also been added.
> Capturing text is now supported for the regular expressions and a new option
> has been added to the command line which allows the insertion of a piece of
> code in the current document.
> 
> Tested on amd64.
> 
> Comments ? OK ?
> 

Change:
 * update to 3.5.2

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    28 Aug 2012 19:13:12 -0000      1.19
+++ Makefile    3 Nov 2012 15:02:54 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.19 2012/08/28 19:13:12 espie Exp $
 
 COMMENT=               LaTeX development environment
-DISTNAME=              texmaker-3.3.4
+DISTNAME=              texmaker-3.5.2
 CATEGORIES=            editors
 
 HOMEPAGE=              http://www.xm1math.net/texmaker/
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    30 May 2012 18:48:59 -0000      1.11
+++ distinfo    3 Nov 2012 15:02:54 -0000
@@ -1,5 +1,2 @@
-MD5 (texmaker-3.3.4.tar.bz2) = YBDFQLs9DTVxv1I2AbwaSA==
-RMD160 (texmaker-3.3.4.tar.bz2) = 5u2Znhuc6gqZB1OdlSLJS/hShlw=
-SHA1 (texmaker-3.3.4.tar.bz2) = 6xjZ1sVCHDc8kmsHuht98f5kmEw=
-SHA256 (texmaker-3.3.4.tar.bz2) = 25qk0mM+atlv9LDYkyBdQsIiCSjwIcIQFGpB7Ph1JfU=
-SIZE (texmaker-3.3.4.tar.bz2) = 13028203
+SHA256 (texmaker-3.5.2.tar.bz2) = X/yW1kvvoHZW7oLk88/JWoTXN1lgfQIp6GSJnXYp8xI=
+SIZE (texmaker-3.5.2.tar.bz2) = 13165580
Index: patches/patch-configdialog_cpp
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-configdialog_cpp,v
retrieving revision 1.2
diff -u -p -r1.2 patch-configdialog_cpp
--- patches/patch-configdialog_cpp      1 Mar 2012 17:57:45 -0000       1.2
+++ patches/patch-configdialog_cpp      3 Nov 2012 15:02:54 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configdialog_cpp,v 1.2 2012/03/01 17:57:45 shadchin Exp $
---- configdialog.cpp.orig      Fri Feb 24 22:23:00 2012
-+++ configdialog.cpp   Tue Feb 28 00:53:47 2012
-@@ -212,7 +212,7 @@ QDir spelldir(QCoreApplication::applicationDirPath());
+--- configdialog.cpp.orig      Mon Oct 29 16:28:52 2012
++++ configdialog.cpp   Sat Nov  3 19:40:37 2012
+@@ -213,7 +213,7 @@ QDir spelldir(QCoreApplication::applicationDirPath());
  #ifdef DEBIAN_SPELLDIR
  QDir spelldir(PREFIX"/share/myspell/dicts");
  #else
Index: patches/patch-texmaker_cpp
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v
retrieving revision 1.8
diff -u -p -r1.8 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  30 May 2012 18:48:59 -0000      1.8
+++ patches/patch-texmaker_cpp  3 Nov 2012 15:02:54 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-texmaker_cpp,v 1.8 2012/05/30 18:48:59 shadchin Exp $
---- texmaker.cpp.orig  Wed May 23 20:09:18 2012
-+++ texmaker.cpp       Fri May 25 23:10:35 2012
-@@ -4146,7 +4146,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+--- texmaker.cpp.orig  Fri Nov  2 16:16:13 2012
++++ texmaker.cpp       Sat Nov  3 19:40:37 2012
+@@ -4304,7 +4304,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
  #ifdef DEBIAN_SPELLDIR
  QString dicDir=PREFIX"/share/myspell/dicts/";
  #else
@@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.8 2012/
  #endif
  #endif
  
-@@ -4159,7 +4159,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+@@ -4317,7 +4317,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.8
diff -u -p -r1.8 patch-texmaker_pro
--- patches/patch-texmaker_pro  30 May 2012 18:48:59 -0000      1.8
+++ patches/patch-texmaker_pro  3 Nov 2012 15:02:54 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-texmaker_pro,v 1.8 2012/05/30 18:48:59 shadchin Exp $
---- texmaker.pro.orig  Wed May 23 20:57:00 2012
-+++ texmaker.pro       Fri May 25 23:12:06 2012
+--- texmaker.pro.orig  Fri Nov  2 16:21:34 2012
++++ texmaker.pro       Sat Nov  3 19:40:37 2012
 @@ -4,7 +4,8 @@ TARGET  = texmaker
  QT += network \
        xml \
@@ -8,10 +8,10 @@ $OpenBSD: patch-texmaker_pro,v 1.8 2012/
 -CONFIG        += qt warn_off release
 +CONFIG        += qt warn_off release link_pkgconfig
 +PKGCONFIG = hunspell poppler-qt4
- TEXMAKERVERSION=3.3.4
+ TEXMAKERVERSION=3.5.2
  DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
  DEFINES += HAVE_SPLASH
-@@ -67,25 +68,6 @@ HEADERS     += texmaker.h \
+@@ -68,25 +69,6 @@ HEADERS     += texmaker.h \
        synctex_parser_utils.h \
        usertagslistwidget.h \
        addtagdialog.h \
@@ -37,7 +37,7 @@ $OpenBSD: patch-texmaker_pro,v 1.8 2012/
        singleapp/qtlocalpeer.h \
        singleapp/qtlockedfile.h \
        singleapp/qtsingleapplication.h \
-@@ -171,18 +153,6 @@ SOURCES   += main.cpp \
+@@ -173,18 +155,6 @@ SOURCES   += main.cpp \
        synctex_parser_utils.c \
        usertagslistwidget.cpp \
        addtagdialog.cpp \
@@ -56,7 +56,7 @@ $OpenBSD: patch-texmaker_pro,v 1.8 2012/
        singleapp/qtlocalpeer.cpp \
        singleapp/qtlockedfile.cpp \
        singleapp/qtsingleapplication.cpp \
-@@ -385,35 +355,7 @@ utilities.files = doc/doc1.png \
+@@ -387,35 +357,7 @@ utilities.files = doc/doc1.png \
        locale/texmaker_hu.qm \
        locale/texmaker_sr.qm \
        locale/texmaker_el.qm \

Reply via email to