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 ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile    18 Aug 2012 12:41:38 -0000      1.18
+++ Makefile    23 Aug 2012 18:25:20 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.18 2012/08/18 12:41:38 ajacoutot Exp $
 
 COMMENT=               LaTeX development environment
-DISTNAME=              texmaker-3.3.4
+DISTNAME=              texmaker-3.5
 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    23 Aug 2012 18:25:20 -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.tar.bz2) = 7dyKYK/F9T0fMRVKLwtqYLihw70J2tHo6vWGgjHfvPA=
+SIZE (texmaker-3.5.tar.bz2) = 13144036
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  23 Aug 2012 18:25:20 -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 Aug 17 21:48:37 2012
++++ texmaker.cpp       Thu Aug 23 23:49:30 2012
+@@ -4291,7 +4291,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() 
+@@ -4304,7 +4304,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  23 Aug 2012 18:25:20 -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  Thu Aug 16 19:54:11 2012
++++ texmaker.pro       Thu Aug 23 23:49:30 2012
 @@ -4,7 +4,8 @@ TARGET  = texmaker
  QT += network \
        xml \
@@ -8,7 +8,7 @@ $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
  DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
  DEFINES += HAVE_SPLASH
 @@ -67,25 +68,6 @@ HEADERS     += texmaker.h \
@@ -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 \
+@@ -384,35 +354,7 @@ utilities.files = doc/doc1.png \
        locale/texmaker_hu.qm \
        locale/texmaker_sr.qm \
        locale/texmaker_el.qm \

Reply via email to