UPDATE: editors/texmaker

2013-10-09 Thread Alexandr Shadchin
Hi,

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

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile1 Jun 2013 08:27:57 -   1.23
+++ Makefile9 Oct 2013 17:18:51 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.23 2013/06/01 08:27:57 shadchin Exp $
 
 COMMENT=   LaTeX development environment
-DISTNAME=  texmaker-4.0.2
+DISTNAME=  texmaker-4.0.4
 CATEGORIES=editors
 
 HOMEPAGE=  http://www.xm1math.net/texmaker/
Index: distinfo
===
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo1 Jun 2013 08:27:57 -   1.13
+++ distinfo9 Oct 2013 17:18:51 -
@@ -1,2 +1,2 @@
-SHA256 (texmaker-4.0.2.tar.bz2) = oKgbZbiu3hLwp7vDAzdP2RDzmXbbaLQDXX8dacIna0U=
-SIZE (texmaker-4.0.2.tar.bz2) = 13676919
+SHA256 (texmaker-4.0.4.tar.bz2) = dwsSuVpzAOgYC8uF1o/bGf+MlZZVkU/Bcrub9MObXe8=
+SIZE (texmaker-4.0.4.tar.bz2) = 9688431
Index: patches/patch-texmaker_cpp
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v
retrieving revision 1.10
diff -u -p -r1.10 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  1 Jun 2013 08:27:57 -   1.10
+++ patches/patch-texmaker_cpp  9 Oct 2013 17:18:51 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-texmaker_cpp,v 1.10 2013/06/01 08:27:57 shadchin Exp $
 texmaker.cpp.orig  Tue May  7 15:14:04 2013
-+++ texmaker.cpp   Wed May  8 23:15:53 2013
-@@ -4351,7 +4351,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+--- texmaker.cpp.orig  Sun Jul 28 16:15:34 2013
 texmaker.cpp   Mon Sep  2 00:23:34 2013
+@@ -4365,7 +4365,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.10 2013
  #endif
  #endif
  
-@@ -4364,7 +4364,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+@@ -4378,7 +4378,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.10
diff -u -p -r1.10 patch-texmaker_pro
--- patches/patch-texmaker_pro  1 Jun 2013 08:27:57 -   1.10
+++ patches/patch-texmaker_pro  9 Oct 2013 17:18:51 -
@@ -1,20 +1,19 @@
 $OpenBSD: patch-texmaker_pro,v 1.10 2013/06/01 08:27:57 shadchin Exp $
 texmaker.pro.orig  Tue May  7 16:36:02 2013
-+++ texmaker.pro   Wed May  8 23:17:40 2013
-@@ -6,7 +6,8 @@ QT += xml webkit network
- ## QT5
- #QT += xml webkitwidgets network widgets printsupport concurrent
- 
--CONFIG+= qt warn_off release
-+CONFIG+= qt warn_off release link_pkgconfig
-+PKGCONFIG = hunspell poppler-qt4
- TEXMAKERVERSION=4.0.2
- DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
- DEFINES += HAVE_SPLASH
-@@ -71,25 +72,6 @@ HEADERS += texmaker.h \
-   synctex_parser_utils.h \
-   usertagslistwidget.h \
-   addtagdialog.h \
+--- texmaker.pro.orig  Sat Aug 24 01:32:23 2013
 texmaker.pro   Mon Sep  2 00:43:47 2013
+@@ -23,7 +23,7 @@ PKGCONFIG= poppler-qt5
+ DEFINES += POPPLER24
+ } else {
+ CONFIG+= link_pkgconfig
+-PKGCONFIG = poppler-qt4
++PKGCONFIG = poppler-qt4 hunspell
+ DETECTEDPOPPLER=$$system(pkg-config --modversion poppler)
+ contains( DETECTEDPOPPLER, "^0.18.*" ){
+ DEFINES += OLDPOPPLER
+@@ -95,25 +95,6 @@ HEADERS += texmaker.h \
+   versiondialog.h \
+   unicodedialog.h \
+   unicodeview.h \
 -  hunspell/affentry.hxx \
 -  hunspell/affixmgr.hxx \
 -  hunspell/atypes.hxx \
@@ -37,10 +36,10 @@ $OpenBSD: patch-texmaker_pro,v 1.10 2013
singleapp/qtlocalpeer.h \
singleapp/qtlockedfile.h \
singleapp/qtsingleapplication.h \
-@@ -177,18 +159,6 @@ SOURCES   += main.cpp \
-   synctex_parser_utils.c \
-   usertagslistwidget.cpp \
-   addtagdialog.cpp \
+@@ -204,18 +185,6 @@ SOURCES   += main.cpp \
+   versiondialog.cpp \
+   unicodedialog.cpp \
+   unicodeview.cpp \
 -  hunspell/affentry.cxx \
 -  hunspell/affixmgr.cxx \
 -  hunspell/csutil.cxx \
@@ -56,11 +55,11 @@ $OpenBSD: patch-texmaker_pro,v 1.10 2013
singleapp/qtlocalpeer.cpp \
singleapp/qtlockedfile.cpp \
singleapp/qtsingleapplication.cpp \
-@@ -396,35 +366,7 @@ utilities.files = doc/doc1.png \
-   locale/texmaker_el.qm \
+@@ -425,35 +394,7 @@ utilities.files = doc/doc1.png \

UPDATE: editors/texmaker

2012-08-23 Thread Alexandr Shadchin
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
--- Makefile18 Aug 2012 12:41:38 -  1.18
+++ Makefile23 Aug 2012 18:25:20 -
@@ -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
--- distinfo30 May 2012 18:48:59 -  1.11
+++ distinfo23 Aug 2012 18:25:20 -
@@ -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 -  1.8
+++ patches/patch-texmaker_cpp  23 Aug 2012 18:25:20 -
@@ -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 -  1.8
+++ patches/patch-texmaker_pro  23 Aug 2012 18:25:20 -
@@ -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 \



UPDATE: editors/texmaker

2011-03-02 Thread Alexandr Shadchin
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
--- Makefile15 Nov 2010 23:22:07 -  1.9
+++ Makefile2 Mar 2011 12:46:40 -
@@ -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 
+MAINTAINER=Alexandr Shadchin 
 
 # 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
--- distinfo27 Oct 2010 08:16:16 -  1.4
+++ distinfo2 Mar 2011 12:46:40 -
@@ -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 -  1.1
+++ patches/patch-latexeditor_h 2 Mar 2011 12:46:40 -
@@ -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 
  
  #include "latexhighlighter.h"
- #include "parenmatcher.h"
 -#include "hunspell/hunspell.hxx"
 +#include 
  
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 -  1.1
+++ patches/patch-texmaker_cpp  2 Mar 2011 12:46:40 -
@@ -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 -  1.1
+++ patches/patch-texmaker_pro  2 Mar 2011 12:46:40 -
@@ -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-texma

UPDATE: editors/texmaker

2011-03-16 Thread Alexandr Shadchin
Hi, Ports!

This update package texmaker to the latest release 2.3.
Tested on i386 and amd64.

Comments ? OK ? 

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile2 Mar 2011 14:04:21 -   1.10
+++ Makefile16 Mar 2011 17:30:36 -
@@ -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-2.2.2
+DISTNAME=  texmaker-2.3
 CATEGORIES=editors
 
 HOMEPAGE=  http://www.xm1math.net/texmaker/
@@ -35,8 +35,7 @@ FAKE_FLAGS=   INSTALL_ROOT=${WRKINST}
 
 do-configure:
@cd ${WRKSRC} && \
-   qmake4 -unix \
-   -spec ${MODQT_LIBDIR}/mkspecs/openbsd-g++ \
+   qmake4  -spec ${MODQT_LIBDIR}/mkspecs/openbsd-g++ \
PREFIX=${LOCALBASE} \
DESKTOPDIR=${LOCALBASE}/share/applications \
ICONDIR=${LOCALBASE}/share/pixmaps \
Index: distinfo
===
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo2 Mar 2011 14:04:21 -   1.5
+++ distinfo16 Mar 2011 17:30:36 -
@@ -1,5 +1,5 @@
-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
+MD5 (texmaker-2.3.tar.bz2) = qctHJSQzM67a6SVO90OakQ==
+RMD160 (texmaker-2.3.tar.bz2) = pNsEy2E105NnGpFu2zwnJCCpjKM=
+SHA1 (texmaker-2.3.tar.bz2) = vNIaOhbtCkw4rE3uzinwPQlkQx4=
+SHA256 (texmaker-2.3.tar.bz2) = dZNK0v0D8ADmUwbjNtiOUWYoSpIiMS+IeApJJVXMj9g=
+SIZE (texmaker-2.3.tar.bz2) = 4364743
Index: patches/patch-latexeditor_h
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-latexeditor_h,v
retrieving revision 1.2
diff -u -p -r1.2 patch-latexeditor_h
--- patches/patch-latexeditor_h 2 Mar 2011 14:04:21 -   1.2
+++ patches/patch-latexeditor_h 16 Mar 2011 17:30:36 -
@@ -1,12 +1,12 @@
 $OpenBSD: patch-latexeditor_h,v 1.2 2011/03/02 14:04:21 shadchin Exp $
 latexeditor.h.orig Sun Feb 13 03:23:26 2011
-+++ latexeditor.h  Tue Feb 15 02:03:58 2011
-@@ -23,7 +23,7 @@
- #include 
+--- latexeditor.h.orig Sat Mar 12 11:37:08 2011
 latexeditor.h  Wed Mar 16 22:12:04 2011
+@@ -26,7 +26,7 @@
+ #include 
  
  #include "latexhighlighter.h"
 -#include "hunspell/hunspell.hxx"
 +#include 
  
- //class QCompleter;
- //class ParenMatcher;
+ typedef  int UserBookmarkList[3];
+ 
Index: patches/patch-latexhighlighter_h
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-latexhighlighter_h,v
retrieving revision 1.1
diff -u -p -r1.1 patch-latexhighlighter_h
--- patches/patch-latexhighlighter_h27 Oct 2010 08:52:47 -  1.1
+++ patches/patch-latexhighlighter_h16 Mar 2011 17:30:36 -
@@ -1,12 +1,12 @@
 $OpenBSD: patch-latexhighlighter_h,v 1.1 2010/10/27 08:52:47 sthen Exp $
 latexhighlighter.h.origSat Feb  6 17:20:42 2010
-+++ latexhighlighter.h Sat Feb  6 17:20:57 2010
-@@ -19,7 +19,7 @@
- #include 
+--- latexhighlighter.h.origSat Mar  5 13:19:04 2011
 latexhighlighter.h Wed Mar 16 22:14:39 2011
+@@ -20,7 +20,7 @@
  #include 
  #include 
+ //#include "latexeditor.h"
 -#include "hunspell/hunspell.hxx"
 +#include 
  
  class QTextDocument;
- 
+ class LatexEditor;
Index: patches/patch-texmaker_cpp
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v
retrieving revision 1.2
diff -u -p -r1.2 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  2 Mar 2011 14:04:21 -   1.2
+++ patches/patch-texmaker_cpp  16 Mar 2011 17:30:36 -
@@ -1,16 +1,16 @@
 $OpenBSD: patch-texmaker_cpp,v 1.2 2011/03/02 14:04:21 shadchin Exp $
 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 )
+--- texmaker.cpp.orig  Sun Mar 13 23:35:01 2011
 texmaker.cpp   Wed Mar 16 22:14:15 2011
+@@ -3195,7 +3195,7 @@ author=config->value("Quick/Author","").toString();
+ #ifdef USB_VERSION
+ QString dicDir=QCoreApplication::applicationDirPath() + "/";
+ #else
 -QString dicDir=PREFIX"/share/texmaker/";
 +QString dicDir=PREFIX"/share/hunspell/";
  #endif
- #if defined( Q_WS_MACX )
- QString dicDir=QCoreApplication::applicationDirPath() + "/../Resources/";
-@@ -2846,7 +2846,7 @@ QSt

UPDATE: editors/texmaker

2011-04-21 Thread Alexandr Shadchin
Hi,

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

Comments ? OK ? 

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile17 Mar 2011 14:55:59 -  1.11
+++ Makefile21 Apr 2011 17:50:09 -
@@ -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-2.3
+DISTNAME=  texmaker-3.0.1
 CATEGORIES=editors
 
 HOMEPAGE=  http://www.xm1math.net/texmaker/
Index: distinfo
===
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo17 Mar 2011 14:55:59 -  1.6
+++ distinfo21 Apr 2011 17:50:09 -
@@ -1,5 +1,5 @@
-MD5 (texmaker-2.3.tar.bz2) = qctHJSQzM67a6SVO90OakQ==
-RMD160 (texmaker-2.3.tar.bz2) = pNsEy2E105NnGpFu2zwnJCCpjKM=
-SHA1 (texmaker-2.3.tar.bz2) = vNIaOhbtCkw4rE3uzinwPQlkQx4=
-SHA256 (texmaker-2.3.tar.bz2) = dZNK0v0D8ADmUwbjNtiOUWYoSpIiMS+IeApJJVXMj9g=
-SIZE (texmaker-2.3.tar.bz2) = 4364743
+MD5 (texmaker-3.0.1.tar.bz2) = DpbL0+gXE2PChY++lusbqg==
+RMD160 (texmaker-3.0.1.tar.bz2) = GLJolatGxvl4HoBsG3kzXWJuPnA=
+SHA1 (texmaker-3.0.1.tar.bz2) = oWDtouVv2dup9oSZ5NXdYvi2amk=
+SHA256 (texmaker-3.0.1.tar.bz2) = ut3odwipW9VOZdPRdZX3kEhgUwAAUpJvhgrVt+A89uc=
+SIZE (texmaker-3.0.1.tar.bz2) = 5180509
Index: patches/patch-configdialog_cpp
===
RCS file: patches/patch-configdialog_cpp
diff -N patches/patch-configdialog_cpp
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-configdialog_cpp  21 Apr 2011 17:50:09 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- 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());
+ #ifdef DEBIAN_SPELLDIR
+ QDir spelldir(PREFIX"/share/myspell/dicts");
+ #else
+-QDir spelldir(PREFIX"/share/texmaker");
++QDir spelldir(PREFIX"/share/hunspell");
+ #endif
+ #endif
+ 
Index: patches/patch-latexeditorview_h
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-latexeditorview_h,v
retrieving revision 1.1
diff -u -p -r1.1 patch-latexeditorview_h
--- patches/patch-latexeditorview_h 27 Oct 2010 08:52:47 -  1.1
+++ patches/patch-latexeditorview_h 21 Apr 2011 17:50:09 -
@@ -1,10 +1,10 @@
 $OpenBSD: patch-latexeditorview_h,v 1.1 2010/10/27 08:52:47 sthen Exp $
 latexeditorview.h.orig Sat Feb  6 17:20:18 2010
-+++ latexeditorview.h  Sat Feb  6 17:20:30 2010
-@@ -18,7 +18,7 @@
- #include "latexeditor.h"
+--- 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"
+ #include "minisplitter.h"
 -#include "hunspell/hunspell.hxx"
 +#include 
  
Index: patches/patch-texmaker_cpp
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v
retrieving revision 1.3
diff -u -p -r1.3 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  17 Mar 2011 14:55:59 -  1.3
+++ patches/patch-texmaker_cpp  21 Apr 2011 17:50:09 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-texmaker_cpp,v 1.3 2011/03/17 14:55:59 shadchin Exp $
 texmaker.cpp.orig  Sun Mar 13 23:35:01 2011
-+++ texmaker.cpp   Wed Mar 16 22:14:15 2011
-@@ -3195,7 +3195,7 @@ author=config->value("Quick/Author","").toString();
+--- texmaker.cpp.orig  Sat Apr 16 18:09:18 2011
 texmaker.cpp   Sun Apr 17 22:42:12 2011
+@@ -3473,7 +3473,7 @@ author=config->value("Quick/Author","").toString();
  #ifdef USB_VERSION
  QString dicDir=QCoreApplication::applicationDirPath() + "/";
  #else
@@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.3 2011/
  #endif
  
  #endif
-@@ -3207,7 +3207,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+@@ -3485,7 +3485,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.2
diff -u -p -r1.2 patch-texmaker_h
--- patches/patch-texmaker_h17 Mar 2011 14:55:59 -  1.2
+++ patches/patch-texmaker_h21 Apr 2011 17:50:09 -
@@ -1,12 +1,12 @@
 $OpenBSD: patch-texmaker_h,v 1.2 2011/03/17 14:55:59 shadchin Exp $
 texmaker.h.origSat Mar 12 16:18:43 2011
-+++ texmaker.h Wed Mar 16 22:12:04 2011
-@@ -44,7 +44,7 @@
+--- texmaker.h.origSun Ap

UPDATE: editors/texmaker

2011-11-19 Thread Alexandr Shadchin
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
--- Makefile16 Sep 2011 09:48:09 -  1.14
+++ Makefile19 Nov 2011 20:40:32 -
@@ -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
--- distinfo28 Apr 2011 17:06:11 -  1.8
+++ distinfo19 Nov 2011 20:40:32 -
@@ -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 -  1.2
+++ patches/patch-latexeditorview_h 19 Nov 2011 20:40:32 -
@@ -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 
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 -  1.5
+++ patches/patch-texmaker_cpp  19 Nov 2011 20:40:32 -
@@ -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_h25 Apr 2011 13:19:23 -  1.3
+++ patches/patch-texmaker_h19 Nov 2011 20:40:32 -
@@ -1,10 +1,10 @@
 $OpenBSD: patch-texmaker_h,v 1.3 2011/04/25 13:19:23 shadchin Exp $
 texmaker.h.origSun Apr  3 15:04:18 2011
-+++ texmaker.h Tue Apr  5 21:40:49 2011
-@@ -47,7 +47,7 @@
+--- texmaker.h.orig 

UPDATE: editors/texmaker

2012-02-26 Thread Alexandr Shadchin
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
--- Makefile24 Nov 2011 13:12:47 -  1.15
+++ Makefile25 Feb 2012 17:54:56 -
@@ -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
--- distinfo24 Nov 2011 13:12:47 -  1.9
+++ distinfo25 Feb 2012 17:54:56 -
@@ -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 -  1.1
+++ patches/patch-configdialog_cpp  25 Feb 2012 17:54:56 -
@@ -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 -  1.3
+++ patches/patch-latexeditor_h 25 Feb 2012 17:54:56 -
@@ -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 
+--- 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 
  
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 -  1.6
+++ patches/patch-texmaker_cpp  25 Feb 2012 17:54:56 -
@@ -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_h24 Nov 2011 13:12:47 -  1.4
+++ patches/patch-texma

UPDATE: editors/texmaker

2012-04-30 Thread Alexandr Shadchin
Hi,

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

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile1 Mar 2012 17:57:45 -   1.16
+++ Makefile30 Apr 2012 20:31:52 -
@@ -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.3.1
+DISTNAME=  texmaker-3.3.3
 CATEGORIES=editors
 
 HOMEPAGE=  http://www.xm1math.net/texmaker/
Index: distinfo
===
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo1 Mar 2012 17:57:45 -   1.10
+++ distinfo30 Apr 2012 20:31:52 -
@@ -1,5 +1,5 @@
-MD5 (texmaker-3.3.1.tar.bz2) = CyUnmmSkJz3LLqZb/RPrKQ==
-RMD160 (texmaker-3.3.1.tar.bz2) = d1hN1dDt5x/AXmscadG8fkObiys=
-SHA1 (texmaker-3.3.1.tar.bz2) = 3GuGMhudZgFQNkYxdcMkYYTwhjc=
-SHA256 (texmaker-3.3.1.tar.bz2) = +tIN8CnAC89ifu/s3elXINm/FhH0Fosql33dH4x6fDg=
-SIZE (texmaker-3.3.1.tar.bz2) = 7689820
+MD5 (texmaker-3.3.3.tar.bz2) = Tiz4Ps3atgXy4B52hhGqIg==
+RMD160 (texmaker-3.3.3.tar.bz2) = NVtZU9bnFMCd9K/FvX9TqV1IRgs=
+SHA1 (texmaker-3.3.3.tar.bz2) = 02Aol6R/LjzNCjlbsEsdGJJB0uo=
+SHA256 (texmaker-3.3.3.tar.bz2) = W7TG505w1djyMfZ6PWiV+kgvYCcgSR111LiBPs1J6S0=
+SIZE (texmaker-3.3.3.tar.bz2) = 8023823
Index: patches/patch-texmaker_cpp
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v
retrieving revision 1.7
diff -u -p -r1.7 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  1 Mar 2012 17:57:45 -   1.7
+++ patches/patch-texmaker_cpp  30 Apr 2012 20:31:52 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-texmaker_cpp,v 1.7 2012/03/01 17:57:45 shadchin Exp $
 texmaker.cpp.orig  Sat Feb 25 14:19:23 2012
-+++ texmaker.cpp   Tue Feb 28 00:53:47 2012
-@@ -4054,7 +4054,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+--- texmaker.cpp.orig  Sat Apr  7 12:32:40 2012
 texmaker.cpp   Tue May  1 01:56:45 2012
+@@ -4069,7 +4069,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.7 2012/
  #endif
  #endif
  
-@@ -4067,7 +4067,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+@@ -4082,7 +4082,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.7
diff -u -p -r1.7 patch-texmaker_pro
--- patches/patch-texmaker_pro  1 Mar 2012 17:57:45 -   1.7
+++ patches/patch-texmaker_pro  30 Apr 2012 20:31:52 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-texmaker_pro,v 1.7 2012/03/01 17:57:45 shadchin Exp $
 texmaker.pro.orig  Mon Feb 27 20:45:14 2012
-+++ texmaker.pro   Tue Feb 28 23:05:53 2012
+--- texmaker.pro.orig  Fri Apr  6 02:20:35 2012
 texmaker.pro   Tue May  1 01:58:02 2012
 @@ -4,7 +4,8 @@ TARGET  = texmaker
  QT += network \
xml \
@@ -8,7 +8,7 @@ $OpenBSD: patch-texmaker_pro,v 1.7 2012/
 -CONFIG+= qt warn_off release
 +CONFIG+= qt warn_off release link_pkgconfig
 +PKGCONFIG = hunspell poppler-qt4
- TEXMAKERVERSION=3.3.1
+ TEXMAKERVERSION=3.3.3
  DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
  DEFINES += HAVE_SPLASH
 @@ -67,25 +68,6 @@ HEADERS += texmaker.h \
@@ -56,17 +56,19 @@ $OpenBSD: patch-texmaker_pro,v 1.7 2012/
singleapp/qtlocalpeer.cpp \
singleapp/qtlockedfile.cpp \
singleapp/qtsingleapplication.cpp \
-@@ -381,29 +351,7 @@ utilities.files = doc/doc1.png \
-   locale/texmaker_pl.qm \
+@@ -383,32 +353,7 @@ utilities.files = doc/doc1.png \
locale/texmaker_hu.qm \
locale/texmaker_sr.qm \
--  locale/texmaker_el.qm \
+   locale/texmaker_el.qm \
+-  locale/texmaker_se.qm \
 -  dictionaries/nl_NL.aff \
 -  dictionaries/nl_NL.dic \
 -  dictionaries/de_DE.aff \
 -  dictionaries/de_DE.dic \
 -  dictionaries/en_GB.aff \
 -  dictionaries/en_GB.dic \
+-  dictionaries/en_US.aff \
+-  dictionaries/en_US.dic \
 -  dictionaries/es_ES.aff \
 -  dictionaries/es_ES.dic \
 -  dictionaries/fr_FR.aff \
@@ -82,8 +84,9 @@ $OpenBSD: patch-texmaker_pro,v 1.7 2012/
 -  dictionaries/README_cs_CZ.txt \
 -  dictionaries/README_de_DE_frami.txt \
 -  dictionaries/README_DIC_fr_FR.txt \
--  dictionaries/README_es_ES.txt 
-+ 

UPDATE: editors/texmaker

2008-05-30 Thread Thomas Delaet
Update to 1.7.1.

Tested on i386.
-- 
Thomas


texmaker.patch
Description: Binary data


UPDATE: editors/texmaker

2010-08-24 Thread Alexandr Shadchin



Hi, Ports!

This update package Texmaker to the latest release 2.0.
Tested on i386, amd64.

Comments ? OK ?

--

Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile10 Aug 2009 06:31:09 -  1.5
+++ Makefile24 Aug 2010 13:47:38 -
@@ -2,44 +2,44 @@
 # $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion 
Exp $
 
 COMMENT=   LaTeX development environment
-DISTNAME=  texmaker-1.11   
-PKGNAME=   ${DISTNAME}p0
-CATEGORIES=editors 
+DISTNAME=  texmaker-2.0
+CATEGORIES=editors
 
 HOMEPAGE=  http://www.xm1math.net/texmaker/
 
-MAINTAINER=Thomas Delaet
+MAINTAINER=Thomas Delaet 
 
-# GPL
+# GPLv2
 PERMIT_PACKAGE_CDROM=  Yes
-PERMIT_PACKAGE_FTP=Yes 
-PERMIT_DISTFILES_CDROM= Yes
-PERMIT_DISTFILES_FTP=  Yes 
-WANTLIB=   X11 Xext c m pthread pthread-stubs stdc++ xcb
+PERMIT_PACKAGE_FTP=Yes
+PERMIT_DISTFILES_CDROM=Yes
+PERMIT_DISTFILES_FTP=  Yes
 
-MASTER_SITES=  ${HOMEPAGE} 
+MASTER_SITES=  ${HOMEPAGE}
 EXTRACT_SUFX=  .tar.bz2
 
-MODULES=   x11/qt3
-MODQT_MT=  Yes
+WANTLIB += QtDBus QtGui QtNetwork QtWebKit QtXml QtXmlPatterns c hunspell-1.2
+WANTLIB += m phonon poppler poppler-qt4 pthread sqlite3 stdc++
+
+MODULES=   x11/qt4
+
+RUN_DEPENDS=   ::print/texlive/base \
+   ::devel/desktop-file-utils
+
+LIB_DEPENDS=   ::textproc/hunspell \
+   ::print/poppler,-qt4
+
 NO_REGRESS=Yes
 
+FAKE_FLAGS=INSTALL_ROOT=${WRKINST}
+
 do-configure:
@cd ${WRKSRC} && \
-   qmake-mt -makefile \
+   qmake4 -unix \
-spec ${MODQT_LIBDIR}/mkspecs/openbsd-g++ \
-   -unix \
-   "LIBS+=-L/usr/local/lib -lm -lqt-mt" \
-   "PREFIX=${LOCALBASE}" \
-   "INCLUDEPATH+=${MODQT_INCDIR}" \
-   "UIC=${MODQT_UIC}" \
-   "MOC=${MODQT_MOC}" \
-   texmaker.pro && \
-   perl -i -pe 's/ -lqt / -lpthread /' Makefile
-
-do-install:
-   ${INSTALL_PROGRAM} ${WRKSRC}/texmaker ${PREFIX}/bin
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/texmaker
-   ${INSTALL_DATA} ${WRKSRC}/utilities/[a-z]* ${PREFIX}/share/texmaker
+   PREFIX=${LOCALBASE} \
+   DESKTOPDIR=${LOCALBASE}/share/applications \
+   ICONDIR=${LOCALBASE}/share/pixmaps \
+   texmaker.pro
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo5 Apr 2007 15:38:08 -   1.3
+++ distinfo24 Aug 2010 13:47:38 -
@@ -1,5 +1,5 @@
-MD5 (texmaker-1.11.tar.bz2) = PduRCqVpPzM2NYQuAiPtYg==
-RMD160 (texmaker-1.11.tar.bz2) = FjpkCXHFxfCU3fnOoSGo2etClUc=
-SHA1 (texmaker-1.11.tar.bz2) = 8XjD/b4c4jKTCLfTBfeCVVk5NrE=
-SHA256 (texmaker-1.11.tar.bz2) = 0wt9Z4kl3YTldVlY8Dmf2n2yrsYdltuMo5cXfx81Ers=
-SIZE (texmaker-1.11.tar.bz2) = 697937
+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
Index: patches/patch-latexeditor_h
===
RCS file: patches/patch-latexeditor_h
diff -N patches/patch-latexeditor_h
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-latexeditor_h 24 Aug 2010 13:47:38 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- latexeditor.h.orig Sat Feb  6 17:19:40 2010
 latexeditor.h  Sat Feb  6 17:19:59 2010
+@@ -22,7 +22,7 @@
+ 
+ #include "latexhighlighter.h"
+ #include "parenmatcher.h"
+-#include "hunspell/hunspell.hxx"
++#include 
+ 
+ //class QCompleter;
+ //class ParenMatcher;
Index: patches/patch-latexeditorview_h
===
RCS file: patches/patch-latexeditorview_h
diff -N patches/patch-latexeditorview_h
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-latexeditorview_h 24 Aug 2010 13:47:38 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- latexeditorview.h.orig Sat Feb  6 17:20:18 2010
 latexeditorview.h  Sat Feb  6 17:20:30 2010
+@@ -18,7 +18,7 @@
+ #include "latexeditor.h"
+ #include "linenumberwidget.h"
+ #include "findwidget.h"
+-#include "hunspell/hunspell.hxx"
++#include 
+ 
+ class LatexEditorView : public QWidget  {
+Q_OBJECT
Index: patches/patch-latexhighlighter_h
===
RCS file: patches/patch-latexhighlighter_h
diff -N patches/patc

update: editors/texmaker

2010-10-26 Thread Marcin Piotr Pawlowski

Hi,
last week I've cooked up an update of texmaker to 2.0. I've noticed 
maintainer almost a week ago but didn't get any response so I'm posting 
it here (with up-to-date minor modifications).


Tested on amd64.

Cheers,
mpp

Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile23 Oct 2010 18:26:21 -  1.7
+++ Makefile26 Oct 2010 13:18:16 -
@@ -2,8 +2,9 @@
 # $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 
krion Exp $


 COMMENT=   LaTeX development environment
-DISTNAME=  texmaker-1.11   
+DISTNAME=  texmaker-2.0
 REVISION=  0
+PKGNAME=   ${DISTNAME}
 CATEGORIES=editors 

 HOMEPAGE=  http://www.xm1math.net/texmaker/
@@ -12,34 +13,47 @@

 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
-PERMIT_PACKAGE_FTP=Yes
+PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM= Yes
-PERMIT_DISTFILES_FTP=  Yes
-
-WANTLIB=   X11 Xext c m pthread pthread-stubs stdc++ xcb
-
-MASTER_SITES=  ${HOMEPAGE} 
-EXTRACT_SUFX=  .tar.bz2
-
-MODULES=   x11/qt3
-NO_REGRESS=Yes
-
+PERMIT_DISTFILES_FTP=  Yes
+
+MASTER_SITES=  ${HOMEPAGE}
+EXTRACT_SUFX=  .tar.bz2
+
+NO_REGRESS=Yes
+MODULES=   x11/qt4
+
+WANTLIB=   QtCore QtGui QtNetwork QtXml X11 c m poppler \
+   poppler-qt4 pthread stdc++ xcb
+
+LIB_DEPENDS=   ::print/poppler \
+   ::print/poppler,-qt4 \
+   ::x11/qt4
+RUN_DEPENDS=   :texlive_base-*:print/texlive/base \
+   :desktop-file-utils-*:devel/desktop-file-utils
+
+
+pre-configure:
+   perl -i -pe 's:/usr/include:${LOCALBASE}/include:g' \
+   ${WRKSRC}/texmaker.pro
+   perl -i -pe 's:/usr/lib:${LOCALBASE}/lib:g' \
+   ${WRKSRC}/texmaker.pro
+   perl -i -pe 's:share/texmaker:share/doc/texmaker:g' \
+   ${WRKSRC}/texmaker.pro
+
 do-configure:
-   @cd ${WRKSRC} && \
-   qmake-mt -makefile \
-   -spec ${MODQT_LIBDIR}/mkspecs/openbsd-g++ \
-   -unix \
-   "LIBS+=-L/usr/local/lib -lm -lqt-mt" \
-   "PREFIX=${LOCALBASE}" \
-   "INCLUDEPATH+=${MODQT_INCDIR}" \
-   "UIC=${MODQT_UIC}" \
-   "MOC=${MODQT_MOC}" \
-   texmaker.pro && \
-   perl -i -pe 's/ -lqt / -lpthread /' Makefile
+   cd ${WRKSRC} && \
+   ${SETENV} ${CONFIGURE_ENV} \
+   ${LOCALBASE}/bin/qmake4 \
+   ${MAKE_FLAGS} \
+   "PREFIX=${LOCALBASE}" \
+   "ICONDIR=${LOCALBASE}/share/pixmaps" \
+   "DESKTOPDIR=${LOCALBASE}/share/applications" \
+   -unix \
+   texmaker.pro

 do-install:
-   ${INSTALL_PROGRAM} ${WRKSRC}/texmaker ${PREFIX}/bin
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/texmaker
-   ${INSTALL_DATA} ${WRKSRC}/utilities/[a-z]* ${PREFIX}/share/texmaker
+   cd ${WRKSRC} && \
+   make "INSTALL_ROOT=${WRKINST}" install

 .include 
Index: distinfo
===
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo5 Apr 2007 15:38:08 -   1.3
+++ distinfo26 Oct 2010 08:20:05 -
@@ -1,5 +1,5 @@
-MD5 (texmaker-1.11.tar.bz2) = PduRCqVpPzM2NYQuAiPtYg==
-RMD160 (texmaker-1.11.tar.bz2) = FjpkCXHFxfCU3fnOoSGo2etClUc=
-SHA1 (texmaker-1.11.tar.bz2) = 8XjD/b4c4jKTCLfTBfeCVVk5NrE=
-SHA256 (texmaker-1.11.tar.bz2) = 
0wt9Z4kl3YTldVlY8Dmf2n2yrsYdltuMo5cXfx81Ers=

-SIZE (texmaker-1.11.tar.bz2) = 697937
+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
Index: pkg/PLIST
===
RCS file: /cvs/ports/editors/texmaker/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   9 Oct 2004 14:43:03 -   1.1.1.1
+++ pkg/PLIST   26 Oct 2010 08:20:05 -
@@ -1,32 +1,85 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2004/10/09 14:43:03 naddy Exp $
-bin/texmaker
-share/texmaker/
-share/texmaker/blank.gif
-share/texmaker/doc1.png
-share/texmaker/doc11.png
-share/texmaker/doc12.png
-share/texmaker/doc13.png
-share/texmaker/doc14.png
-share/texmaker/doc15.png
-share/texmaker/doc16.png
-share/texmaker/doc17.png
-share/texmaker/doc2.png
-share/texmaker/doc3.png
-share/texmaker/doc4.png
-share/texmaker/doc5.png
-share/texmaker/doc6.png
-share/texmaker/doc7.png
-share/texmaker/doc8.png
-share/texmaker/latexhelp.html
-share/texmaker/next.gif
-share/texmaker/next_d.gif
-share/texmaker/prev.g

UPDATE: editors/texmaker

2010-03-20 Thread Alexandr Shadchin
Hi, Ports!

This update package Texmaker to the latest release 1.9.9.
Tested on i386.

Comments ? OK ?

-- 
Alexandr Shadchin
Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile10 Aug 2009 06:31:09 -  1.5
+++ Makefile20 Mar 2010 22:07:10 -
@@ -2,44 +2,52 @@
 # $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion 
Exp $
 
 COMMENT=   LaTeX development environment
-DISTNAME=  texmaker-1.11   
-PKGNAME=   ${DISTNAME}p0
-CATEGORIES=editors 
+DISTNAME=  texmaker-1.9.9
+CATEGORIES=editors
 
 HOMEPAGE=  http://www.xm1math.net/texmaker/
 
-MAINTAINER=Thomas Delaet
+MAINTAINER=Thomas Delaet 
 
-# GPL
+# GPLv2
 PERMIT_PACKAGE_CDROM=  Yes
-PERMIT_PACKAGE_FTP=Yes 
+PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM= Yes
-PERMIT_DISTFILES_FTP=  Yes 
-WANTLIB=   X11 Xext c m pthread pthread-stubs stdc++ xcb
+PERMIT_DISTFILES_FTP=  Yes
 
-MASTER_SITES=  ${HOMEPAGE} 
+MASTER_SITES=  ${HOMEPAGE}
 EXTRACT_SUFX=  .tar.bz2
 
-MODULES=   x11/qt3
-MODQT_MT=  Yes
+WANTLIB=   ICE SM X11 Xext Xi Xinerama Xrender c expat fontconfig \
+   freetype glib-2.0 gobject-2.0 gthread-2.0 m png pthread 
\
+   stdc++ z
+
+MODULES=   x11/qt4 devel/gettext
+
+RUN_DEPENDS=   ::print/texlive/base \
+   ::devel/desktop-file-utils
+
+LIB_DEPENDS=   QtCore,QtGui,QtNetwork,QtXml::x11/qt4 \
+   hunspell-1.2::textproc/hunspell
+
 NO_REGRESS=Yes
 
+FAKE_FLAGS=INSTALL_ROOT=${WRKINST}
+
 do-configure:
@cd ${WRKSRC} && \
-   qmake-mt -makefile \
+   qmake4 -unix \
-spec ${MODQT_LIBDIR}/mkspecs/openbsd-g++ \
-   -unix \
-   "LIBS+=-L/usr/local/lib -lm -lqt-mt" \
-   "PREFIX=${LOCALBASE}" \
-   "INCLUDEPATH+=${MODQT_INCDIR}" \
-   "UIC=${MODQT_UIC}" \
-   "MOC=${MODQT_MOC}" \
-   texmaker.pro && \
-   perl -i -pe 's/ -lqt / -lpthread /' Makefile
-
-do-install:
-   ${INSTALL_PROGRAM} ${WRKSRC}/texmaker ${PREFIX}/bin
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/texmaker
-   ${INSTALL_DATA} ${WRKSRC}/utilities/[a-z]* ${PREFIX}/share/texmaker
+   PREFIX=${LOCALBASE} \
+   DESKTOPDIR=${LOCALBASE}/share/applications \
+   ICONDIR=${LOCALBASE}/share/pixmaps \
+   texmaker.pro
+
+post-install:
+   @chown ${BINOWN}:${BINGRP} ${PREFIX}/bin/texmaker
+   @chmod ${BINMODE} ${PREFIX}/bin/texmaker
+   @chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share
+   @find ${PREFIX}/share -type f | \
+   xargs chmod ${SHAREMODE}
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo5 Apr 2007 15:38:08 -   1.3
+++ distinfo20 Mar 2010 22:07:10 -
@@ -1,5 +1,5 @@
-MD5 (texmaker-1.11.tar.bz2) = PduRCqVpPzM2NYQuAiPtYg==
-RMD160 (texmaker-1.11.tar.bz2) = FjpkCXHFxfCU3fnOoSGo2etClUc=
-SHA1 (texmaker-1.11.tar.bz2) = 8XjD/b4c4jKTCLfTBfeCVVk5NrE=
-SHA256 (texmaker-1.11.tar.bz2) = 0wt9Z4kl3YTldVlY8Dmf2n2yrsYdltuMo5cXfx81Ers=
-SIZE (texmaker-1.11.tar.bz2) = 697937
+MD5 (texmaker-1.9.9.tar.bz2) = alaveKrIEew6gufTddOIrg==
+RMD160 (texmaker-1.9.9.tar.bz2) = Szuui5G2W3saFqfjFskB1HRFHN8=
+SHA1 (texmaker-1.9.9.tar.bz2) = lHgR/3umOFwk9RGIxlSSlJ73ZzE=
+SHA256 (texmaker-1.9.9.tar.bz2) = SJbvkzsG0FGOKBu0ZlSgKP0qHbFOe8FpZLnmo7xH6k0=
+SIZE (texmaker-1.9.9.tar.bz2) = 3171903
Index: patches/patch-latexeditor_h
===
RCS file: patches/patch-latexeditor_h
diff -N patches/patch-latexeditor_h
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-latexeditor_h 20 Mar 2010 22:07:10 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- latexeditor.h.orig Sat Feb  6 17:19:40 2010
 latexeditor.h  Sat Feb  6 17:19:59 2010
+@@ -22,7 +22,7 @@
+ 
+ #include "latexhighlighter.h"
+ #include "parenmatcher.h"
+-#include "hunspell/hunspell.hxx"
++#include 
+ 
+ //class QCompleter;
+ //class ParenMatcher;
Index: patches/patch-latexeditorview_h
===
RCS file: patches/patch-latexeditorview_h
diff -N patches/patch-latexeditorview_h
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-latexeditorview_h 20 Mar 2010 22:07:10 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- latexeditorview.h.orig Sat Feb  6 17:20:18 2010
 latexeditorview.h  Sat Feb  6 17:20:30 2010
+@@ -18,7 +18,7 @@
+ #include "latexeditor.h"
+ #inclu

UPDATE: editors/texmaker 4.1

2013-11-02 Thread Alexandr Shadchin
Hi,

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

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile26 Oct 2013 16:15:31 -  1.24
+++ Makefile2 Nov 2013 11:49:00 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.24 2013/10/26 16:15:31 shadchin Exp $
 
 COMMENT=   LaTeX development environment
-DISTNAME=  texmaker-4.0.4
+DISTNAME=  texmaker-4.1
 CATEGORIES=editors
 
 HOMEPAGE=  http://www.xm1math.net/texmaker/
Index: distinfo
===
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo26 Oct 2013 16:15:31 -  1.14
+++ distinfo2 Nov 2013 11:49:00 -
@@ -1,2 +1,2 @@
-SHA256 (texmaker-4.0.4.tar.bz2) = dwsSuVpzAOgYC8uF1o/bGf+MlZZVkU/Bcrub9MObXe8=
-SIZE (texmaker-4.0.4.tar.bz2) = 9688431
+SHA256 (texmaker-4.1.tar.bz2) = 1aRgsVIAQhxo4Qv3Nss74MJhSN5V9kKkG+cia2+JvCA=
+SIZE (texmaker-4.1.tar.bz2) = 10524563
Index: patches/patch-configdialog_cpp
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-configdialog_cpp,v
retrieving revision 1.4
diff -u -p -r1.4 patch-configdialog_cpp
--- patches/patch-configdialog_cpp  1 Jun 2013 08:27:57 -   1.4
+++ patches/patch-configdialog_cpp  2 Nov 2013 11:49:00 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configdialog_cpp,v 1.4 2013/06/01 08:27:57 shadchin Exp $
 configdialog.cpp.orig  Mon Apr 29 22:07:46 2013
-+++ configdialog.cpp   Wed May  8 23:15:53 2013
-@@ -222,7 +222,7 @@ QDir spelldir(QCoreApplication::applicationDirPath());
+--- configdialog.cpp.orig  Sat Oct 26 20:20:03 2013
 configdialog.cpp   Sat Nov  2 15:06:05 2013
+@@ -223,7 +223,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.11
diff -u -p -r1.11 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  26 Oct 2013 16:15:31 -  1.11
+++ patches/patch-texmaker_cpp  2 Nov 2013 11:49:00 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-texmaker_cpp,v 1.11 2013/10/26 16:15:31 shadchin Exp $
 texmaker.cpp.orig  Sun Jul 28 16:15:34 2013
-+++ texmaker.cpp   Mon Sep  2 00:23:34 2013
-@@ -4365,7 +4365,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+--- texmaker.cpp.orig  Mon Oct 28 22:38:09 2013
 texmaker.cpp   Sat Nov  2 15:06:05 2013
+@@ -4491,7 +4491,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.11 2013
  #endif
  #endif
  
-@@ -4378,7 +4378,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+@@ -4504,7 +4504,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.11
diff -u -p -r1.11 patch-texmaker_pro
--- patches/patch-texmaker_pro  26 Oct 2013 16:15:31 -  1.11
+++ patches/patch-texmaker_pro  2 Nov 2013 11:49:00 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-texmaker_pro,v 1.11 2013/10/26 16:15:31 shadchin Exp $
 texmaker.pro.orig  Sat Aug 24 01:32:23 2013
-+++ texmaker.pro   Mon Sep  2 00:43:47 2013
+--- texmaker.pro.orig  Mon Oct 28 19:47:24 2013
 texmaker.pro   Sat Nov  2 15:08:09 2013
 @@ -23,7 +23,7 @@ PKGCONFIG= poppler-qt5
  DEFINES += POPPLER24
  } else {
@@ -10,10 +10,10 @@ $OpenBSD: patch-texmaker_pro,v 1.11 2013
  DETECTEDPOPPLER=$$system(pkg-config --modversion poppler)
  contains( DETECTEDPOPPLER, "^0.18.*" ){
  DEFINES += OLDPOPPLER
-@@ -95,25 +95,6 @@ HEADERS += texmaker.h \
-   versiondialog.h \
+@@ -96,25 +96,6 @@ HEADERS += texmaker.h \
unicodedialog.h \
unicodeview.h \
+   quickbeamerdialog.h \
 -  hunspell/affentry.hxx \
 -  hunspell/affixmgr.hxx \
 -  hunspell/atypes.hxx \
@@ -36,10 +36,10 @@ $OpenBSD: patch-texmaker_pro,v 1.11 2013
singleapp/qtlocalpeer.h \
singleapp/qtlockedfile.h \
singleapp/qtsingleapplication.h \
-@@ -204,18 +185,6 @@ SOURCES   += main.cpp \
-   versiondialog.cpp \
+@@ -206,18 +187,6 @@ SOURCES   += main.cpp \
unicodedialog.cpp \
unicodeview.cpp \
+   quickbeamerdialog.cpp \
 -  hunspell/affentry.cxx \
 - 

Re: UPDATE: editors/texmaker

2012-11-03 Thread Alexandr Shadchin
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
--- Makefile28 Aug 2012 19:13:12 -  1.19
+++ Makefile3 Nov 2012 15:02:54 -
@@ -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
--- distinfo30 May 2012 18:48:59 -  1.11
+++ distinfo3 Nov 2012 15:02:54 -
@@ -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 -   1.2
+++ patches/patch-configdialog_cpp  3 Nov 2012 15:02:54 -
@@ -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 -  1.8
+++ patches/patch-texmaker_cpp  3 Nov 2012 15:02:54 -
@@ -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 -  1.8
+++ patches/patch-texmaker_pro  3 Nov 2012 15:02:54 -
@@ -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
- TEX

Re: UPDATE: editors/texmaker

2012-12-31 Thread Alexandr Shadchin
On Sat, Nov 03, 2012 at 10:18:43PM +0600, Alexandr Shadchin wrote:
> 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
> 

Ping

-- 
Alexandr Shadchin



UPDATE: editors/texmaker 4.0.1

2013-04-20 Thread Alexandr Shadchin
Hi,

This update package texmaker to the latest release 4.0.1.
Changes:
4.0.1:
 Bugs fixed : 
  - a potentiel crash when synctex sends a bad page number has been fixed
 Features : 
  - a s character is no more inserted while using ctrl+S shortcut with an
unmodified document (work around about the new behavior of Qt5 with the
disabled shortcut)
  - the -Pdownload35 option has been added to the default dvips command for
miktex
4.0 (10 Year Anniversary Edition):
 Features:
  - the code has been modified to support Qt5 (this version can also be compiled
on Qt>=4.7.2). This version is the first release of the new branch of
Texmaker based on Qt5.
  - the ctrl+shift+F2 keyboard shortcut has been added to the "Toggle between
the master document and the current document" action" (user request)
  - the continuous mode in the internal pdf viewer is no more enabled
automatically after a new compilation (user request)
  - unix/macosx users can now add an option in the configuration dialog to the
lp command (for printing documents in the internal pdf viewer)
  - a special "quick build command" has been added for the .asy files : if the
current document has an .asy extension, this "asymptote quick build command"
will be used with the F1 shortcut instead of the standard "quick build
command" for the .tex documents (user request) - while using the "user 
tags",
@@ will now be replaced by @ (a single @ is always used to set a place
holder - user request)
 Bugs fixed : 
  - a compilation trouble with gcc 4.8 has been fixed
  - a trouble with the insertion of an user tag by using a keyboard trigger has
been fixed
  - a bad column count in the editor has been fixed

Tested on amd64.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile21 Mar 2013 08:59:29 -  1.22
+++ Makefile20 Apr 2013 15:18:53 -
@@ -1,10 +1,8 @@
 # $OpenBSD: Makefile,v 1.22 2013/03/21 08:59:29 fgsch Exp $
 
 COMMENT=   LaTeX development environment
-DISTNAME=  texmaker-3.5.2
+DISTNAME=  texmaker-4.0.1
 CATEGORIES=editors
-
-REVISION = 0
 
 HOMEPAGE=  http://www.xm1math.net/texmaker/
 
Index: distinfo
===
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo8 Jan 2013 15:43:54 -   1.12
+++ distinfo20 Apr 2013 15:18:53 -
@@ -1,2 +1,2 @@
-SHA256 (texmaker-3.5.2.tar.bz2) = X/yW1kvvoHZW7oLk88/JWoTXN1lgfQIp6GSJnXYp8xI=
-SIZE (texmaker-3.5.2.tar.bz2) = 13165580
+SHA256 (texmaker-4.0.1.tar.bz2) = fvml4eJOc0v7ftsITsZXT6P8YbMWhcpUAtZkmlOk4S0=
+SIZE (texmaker-4.0.1.tar.bz2) = 13065488
Index: patches/patch-configdialog_cpp
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-configdialog_cpp,v
retrieving revision 1.3
diff -u -p -r1.3 patch-configdialog_cpp
--- patches/patch-configdialog_cpp  8 Jan 2013 15:43:54 -   1.3
+++ patches/patch-configdialog_cpp  20 Apr 2013 15:18:53 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configdialog_cpp,v 1.3 2013/01/08 15:43:54 shadchin Exp $
 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());
+--- configdialog.cpp.orig  Mon Mar  4 22:42:35 2013
 configdialog.cpp   Sat Mar  9 21:20:19 2013
+@@ -218,7 +218,7 @@ QDir spelldir(QCoreApplication::applicationDirPath());
  #ifdef DEBIAN_SPELLDIR
  QDir spelldir(PREFIX"/share/myspell/dicts");
  #else
Index: patches/patch-latexeditorview_h
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-latexeditorview_h,v
retrieving revision 1.3
diff -u -p -r1.3 patch-latexeditorview_h
--- patches/patch-latexeditorview_h 24 Nov 2011 13:12:47 -  1.3
+++ patches/patch-latexeditorview_h 20 Apr 2013 15:18:53 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-latexeditorview_h,v 1.3 2011/11/24 13:12:47 shadchin Exp $
 latexeditorview.h.orig Wed Jul 20 14:11:45 2011
-+++ latexeditorview.h  Tue Aug 16 20:10:32 2011
-@@ -22,7 +22,7 @@
+--- latexeditorview.h.orig Fri Nov 23 22:52:25 2012
 latexeditorview.h  Sat Mar  9 21:20:19 2013
+@@ -23,7 +23,7 @@
  #include "gotolinewidget.h"
  #include "replacewidget.h"
  #include "minisplitter.h"
Index: patches/patch-texmaker_cpp
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v
retrieving revision 1.9
diff -u -p -r1.9 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  8 Jan 2013 15:43:54 -   1.9
+++ patches/patch-texmak

UPDATE: editors/texmaker 4.4.1

2014-12-08 Thread Alexandr Shadchin
Hi,

This diff updates texmaker to the latest release.
Tested on amd64.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- Makefile31 Aug 2014 17:03:33 -  1.28
+++ Makefile8 Dec 2014 19:27:05 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.28 2014/08/31 17:03:33 shadchin Exp $
 
 COMMENT=   LaTeX development environment
-DISTNAME=  texmaker-4.3
+DISTNAME=  texmaker-4.4.1
 CATEGORIES=editors
 
 HOMEPAGE=  http://www.xm1math.net/texmaker/
Index: distinfo
===
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo31 Aug 2014 17:03:33 -  1.17
+++ distinfo8 Dec 2014 19:27:05 -
@@ -1,2 +1,2 @@
-SHA256 (texmaker-4.3.tar.bz2) = Zw7vfFFjA0LIfxwqd9oLNnmP25cceJOEHhPJNCsY2lE=
-SIZE (texmaker-4.3.tar.bz2) = 11334013
+SHA256 (texmaker-4.4.1.tar.bz2) = gJOUk/+2yS9HxHEJ3/beTJElkkQkfpDd+xu2FTVZtLQ=
+SIZE (texmaker-4.4.1.tar.bz2) = 11274997
Index: patches/patch-texmaker_cpp
===
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v
retrieving revision 1.14
diff -u -p -r1.14 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  31 Aug 2014 17:03:33 -  1.14
+++ patches/patch-texmaker_cpp  8 Dec 2014 19:27:05 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-texmaker_cpp,v 1.14 2014/08/31 17:03:33 shadchin Exp $
 texmaker.cpp.orig  Thu Jul 31 12:43:57 2014
-+++ texmaker.cpp   Sun Aug 31 22:03:32 2014
-@@ -4558,7 +4558,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+--- texmaker.cpp.orig  Wed Nov 26 17:06:56 2014
 texmaker.cpp   Tue Dec  9 00:10:01 2014
+@@ -4674,7 +4674,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.14 2014
  #endif
  #endif
  
-@@ -4571,7 +4571,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+@@ -4687,7 +4687,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.14
diff -u -p -r1.14 patch-texmaker_pro
--- patches/patch-texmaker_pro  31 Aug 2014 17:03:33 -  1.14
+++ patches/patch-texmaker_pro  8 Dec 2014 19:27:05 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-texmaker_pro,v 1.14 2014/08/31 17:03:33 shadchin Exp $
 texmaker.pro.orig  Thu Apr 24 20:15:57 2014
-+++ texmaker.pro   Thu May  8 23:55:13 2014
+--- texmaker.pro.orig  Wed Nov 26 17:05:48 2014
 texmaker.pro   Tue Dec  9 00:14:02 2014
 @@ -23,7 +23,7 @@ PKGCONFIG= poppler-qt5
  DEFINES += POPPLER24
  } else {
@@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_pro,v 1.14 2014
  DETECTEDPOPPLER=$$system(pkg-config --modversion poppler)
  contains( DETECTEDPOPPLER, "^0.18.*" ){
  DEFINES += OLDPOPPLER
-@@ -96,25 +96,6 @@ HEADERS += texmaker.h \
+@@ -97,25 +97,6 @@ HEADERS += texmaker.h \
unicodedialog.h \
unicodeview.h \
quickbeamerdialog.h \
@@ -36,7 +36,7 @@ $OpenBSD: patch-texmaker_pro,v 1.14 2014
singleapp/qtlocalpeer.h \
singleapp/qtlockedfile.h \
singleapp/qtsingleapplication.h \
-@@ -206,18 +187,6 @@ SOURCES   += main.cpp \
+@@ -208,18 +189,6 @@ SOURCES   += main.cpp \
unicodedialog.cpp \
unicodeview.cpp \
quickbeamerdialog.cpp \
@@ -55,11 +55,11 @@ $OpenBSD: patch-texmaker_pro,v 1.14 2014
singleapp/qtlocalpeer.cpp \
singleapp/qtlockedfile.cpp \
singleapp/qtsingleapplication.cpp \
-@@ -429,40 +398,7 @@ utilities.files = doc/doc1.png \
-   locale/texmaker_se.qm \
+@@ -434,40 +403,7 @@ utilities.files = doc/doc1.png \
locale/texmaker_ar.qm \
locale/texmaker_lv.qm \
--  locale/texmaker_uk.qm \
+   locale/texmaker_uk.qm \
+-  locale/texmaker_vi_VN.qm \
 -  dictionaries/nl_NL.aff \
 -  dictionaries/nl_NL.dic \
 -  dictionaries/de_DE.aff \
@@ -93,7 +93,7 @@ $OpenBSD: patch-texmaker_pro,v 1.14 2014
 -  dictionaries/README_DIC_fr_FR.txt \
 -  dictionaries/README_es_ES.txt \
 -  dictionaries/README_en_US.txt
-+  locale/texmaker_uk.qm
++  locale/texmaker_vi_VN.qm
  INSTALLS += utilities
  
  desktop.files = utilities/texmaker.desktop
Index: pkg/PLIST
===
RCS file: /cvs/ports/editors/texmaker/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST   31 Aug 2014 17:0

Re: UPDATE: editors/texmaker

2012-02-27 Thread Alexandr Shadchin
On Sun, Feb 26, 2012 at 11:02:59PM +0600, Alexandr Shadchin wrote:
> Hi,
> 
> This update package texmaker to the latest release 3.2.2.
> Tested on amd64.
> 
> Comments ? OK ?
> 

Update to 3.3.

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile24 Nov 2011 13:12:47 -  1.15
+++ Makefile27 Feb 2012 19:14:01 -
@@ -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.3
 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
--- distinfo24 Nov 2011 13:12:47 -  1.9
+++ distinfo27 Feb 2012 19:14:01 -
@@ -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.3.tar.bz2) = zv3tyga6k5bAM7uxjw5Gpg==
+RMD160 (texmaker-3.3.tar.bz2) = icLIOJIakC3pf0JQKgW+S8vzg8E=
+SHA1 (texmaker-3.3.tar.bz2) = CMzvfuhH8tw8TuKyygsCjEdN+zg=
+SHA256 (texmaker-3.3.tar.bz2) = 2aORXe20zuDgOyr5gNt5zAMtzP6REtdQRyNgki2/EHc=
+SIZE (texmaker-3.3.tar.bz2) = 7739621
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 -  1.1
+++ patches/patch-configdialog_cpp  27 Feb 2012 19:14:01 -
@@ -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  Fri Feb 24 22:23:00 2012
 configdialog.cpp   Tue Feb 28 00:53:47 2012
+@@ -212,7 +212,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 -  1.3
+++ patches/patch-latexeditor_h 27 Feb 2012 19:14:01 -
@@ -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 
+--- 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 
  
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 -  1.6
+++ patches/patch-texmaker_cpp  27 Feb 2012 19:14:01 -
@@ -1,21 +1,21 @@
 $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  Sat Feb 25 14:19:23 2012
 texmaker.cpp   Tue Feb 28 00:53:47 2012
+@@ -4054,7 +4054,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() 
+ 
+@@ -4067,7 +4067,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
  #endif
  QString defaultDic=dicDir+QString(QLocale::system().name())+".dic";
  QFileInfo fi(defaultDic);
 -if (!fi.exists() || !fi.isReadable()) defaultDic=dicDir+"en_GB.dic";
 +if (!fi.exists() || !fi.isReadable()) defaultDic=dicDir+"default.dic";
  spell_dic=config->value("Spell/Dic",defaultDic).toString();
- 
- spell_ignored_wor

Re: UPDATE: editors/texmaker

2012-02-28 Thread Edd Barrett
On Tue, Feb 28, 2012 at 01:20:22AM +0600, Alexandr Shadchin wrote:
> On Sun, Feb 26, 2012 at 11:02:59PM +0600, Alexandr Shadchin wrote:
> > Hi,
> > 
> > This update package texmaker to the latest release 3.2.2.
> > Tested on amd64.
> > 
> > Comments ? OK ?
> > 
> 
> Update to 3.3.

Builds on amd64.

texmaker-3.3(editors/texmaker):
Missing: poppler.11 from poppler-0.18.2 (/usr/local/bin/texmaker)
WANTLIB += poppler

TexMaker got good :) Even has synctex support!

I am writing currently so I will give it a go for you.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: UPDATE: editors/texmaker

2008-06-18 Thread Thomas Delaet
Update.

my PLIST included BASE_PKGPATH. Since none of the ports use this (except for
two files in the zope port, I guess this is a mistake?), I excluded this
variable in the PLIST.

Can someone explain why make plist generates PLIST files with this variable?

Kind Regards

Thomas

On Sat, May 31, 2008 at 1:32 AM, Thomas Delaet <[EMAIL PROTECTED]> wrote:

> Update to 1.7.1.
>
> Tested on i386.
>


texmaker.patch
Description: Binary data


Re: UPDATE: editors/texmaker

2008-06-18 Thread Stuart Henderson
On 2008/06/18 10:14, Thomas Delaet wrote:
> Update.
> 
> my PLIST included BASE_PKGPATH. Since none of the ports use this (except for
> two files in the zope port, I guess this is a mistake?), I excluded this
> variable in the PLIST.
> 
> Can someone explain why make plist generates PLIST files with this variable?

You probably used /usr/ports/mystuff/,
mystuff is treated specially and directories need to
have two levels e.g. mystuff//



Re: UPDATE: editors/texmaker

2008-06-18 Thread Thomas Delaet
Thanks!

On Wed, Jun 18, 2008 at 10:22 AM, Stuart Henderson <[EMAIL PROTECTED]>
wrote:

> On 2008/06/18 10:14, Thomas Delaet wrote:
> > Update.
> >
> > my PLIST included BASE_PKGPATH. Since none of the ports use this (except
> for
> > two files in the zope port, I guess this is a mistake?), I excluded this
> > variable in the PLIST.
> >
> > Can someone explain why make plist generates PLIST files with this
> variable?
>
> You probably used /usr/ports/mystuff/,
> mystuff is treated specially and directories need to
> have two levels e.g. mystuff//
>
>


-- 
Thomas


Re: UPDATE: editors/texmaker

2008-07-06 Thread Edd Barrett

Thomas Delaet wrote:

Update to 1.7.1.

Tested on i386.


I really want to see this go in. Its a good program.

It works, but please check your lib depends:
% sudo make lib-depends-check

/usr/ports/packages/i386/all/texmaker-1.7.1.tgz:
WANTLIB:   ICE.8 (/usr/local/bin/texmaker) (system lib)
LIB_DEPENDS:   QtGui.8 from qt4-4.3.5 (/usr/local/bin/texmaker)
WANTLIB:   SM.8 (/usr/local/bin/texmaker) (system lib)
WANTLIB:   Xcursor.4 (/usr/local/bin/texmaker) (system lib)
WANTLIB:   Xfixes.5 (/usr/local/bin/texmaker) (system lib)
WANTLIB:   Xi.10 (/usr/local/bin/texmaker) (system lib)
WANTLIB:   Xinerama.5 (/usr/local/bin/texmaker) (system lib)
WANTLIB:   Xrandr.6 (/usr/local/bin/texmaker) (system lib)
WANTLIB:   Xrender.5 (/usr/local/bin/texmaker) (system lib)
WANTLIB:   fontconfig.5 (/usr/local/bin/texmaker) (system lib)
WANTLIB:   freetype.16 (/usr/local/bin/texmaker) (system lib)
Asking ports for dependency png-1.2.28(graphics/png)
Asking ports for dependency dbus-1.0.2p5(x11/dbus)
Asking ports for dependency glib2-2.16.1(devel/glib2)
Asking ports for dependency gettext-0.17(devel/gettext)
Asking ports for dependency libiconv-1.12(converters/libiconv)
Asking ports for dependency pcre-7.6(devel/pcre)
Asking ports for dependency jpeg-6bp3(graphics/jpeg)
Asking ports for dependency lcms-1.17(graphics/lcms)
Asking ports for dependency tiff-3.8.2p0(graphics/tiff)
WANTLIB:   glib-2.0.1600 from glib2-2.16.1 (/usr/local/bin/texmaker)
WANTLIB:   gthread-2.0.1600 from glib2-2.16.1 (/usr/local/bin/texmaker)
WANTLIB:   iconv.5 from libiconv-1.12 (/usr/local/bin/texmaker)
WANTLIB:   intl.4 from gettext-0.17 (/usr/local/bin/texmaker)
WANTLIB:   png.7 from png-1.2.28 (/usr/local/bin/texmaker)
WANTLIB:   z.4 (/usr/local/bin/texmaker) (system lib)
WANTLIB += ICE SM Xcursor Xfixes Xi Xinerama Xrandr Xrender 
fontconfig

WANTLIB += freetype glib-2.0 gthread-2.0 iconv intl png z
*** Error code 1



Re: UPDATE: editors/texmaker

2008-08-20 Thread Thomas Delaet
Updated patch in attach. Added LIB_DEPENDS and updated WANTLIB.

Kind Regards

Thomas

On Sun, Jul 6, 2008 at 4:27 PM, Edd Barrett <[EMAIL PROTECTED]> wrote:

> Thomas Delaet wrote:
>
>> Update to 1.7.1.
>>
>> Tested on i386.
>>
>
> I really want to see this go in. Its a good program.
>
> It works, but please check your lib depends:
> % sudo make lib-depends-check
>
> /usr/ports/packages/i386/all/texmaker-1.7.1.tgz:
> WANTLIB:   ICE.8 (/usr/local/bin/texmaker) (system lib)
> LIB_DEPENDS:   QtGui.8 from qt4-4.3.5 (/usr/local/bin/texmaker)
> WANTLIB:   SM.8 (/usr/local/bin/texmaker) (system lib)
> WANTLIB:   Xcursor.4 (/usr/local/bin/texmaker) (system lib)
> WANTLIB:   Xfixes.5 (/usr/local/bin/texmaker) (system lib)
> WANTLIB:   Xi.10 (/usr/local/bin/texmaker) (system lib)
> WANTLIB:   Xinerama.5 (/usr/local/bin/texmaker) (system lib)
> WANTLIB:   Xrandr.6 (/usr/local/bin/texmaker) (system lib)
> WANTLIB:   Xrender.5 (/usr/local/bin/texmaker) (system lib)
> WANTLIB:   fontconfig.5 (/usr/local/bin/texmaker) (system lib)
> WANTLIB:   freetype.16 (/usr/local/bin/texmaker) (system lib)
> Asking ports for dependency png-1.2.28(graphics/png)
> Asking ports for dependency dbus-1.0.2p5(x11/dbus)
> Asking ports for dependency glib2-2.16.1(devel/glib2)
> Asking ports for dependency gettext-0.17(devel/gettext)
> Asking ports for dependency libiconv-1.12(converters/libiconv)
> Asking ports for dependency pcre-7.6(devel/pcre)
> Asking ports for dependency jpeg-6bp3(graphics/jpeg)
> Asking ports for dependency lcms-1.17(graphics/lcms)
> Asking ports for dependency tiff-3.8.2p0(graphics/tiff)
> WANTLIB:   glib-2.0.1600 from glib2-2.16.1 (/usr/local/bin/texmaker)
> WANTLIB:   gthread-2.0.1600 from glib2-2.16.1 (/usr/local/bin/texmaker)
> WANTLIB:   iconv.5 from libiconv-1.12 (/usr/local/bin/texmaker)
> WANTLIB:   intl.4 from gettext-0.17 (/usr/local/bin/texmaker)
> WANTLIB:   png.7 from png-1.2.28 (/usr/local/bin/texmaker)
> WANTLIB:   z.4 (/usr/local/bin/texmaker) (system lib)
>WANTLIB += ICE SM Xcursor Xfixes Xi Xinerama Xrandr Xrender
> fontconfig
>WANTLIB += freetype glib-2.0 gthread-2.0 iconv intl png z
> *** Error code 1
>



-- 
Thomas


Re: UPDATE: editors/texmaker

2008-08-20 Thread Thomas Delaet
Now with patch.

On Wed, Aug 20, 2008 at 4:24 PM, Thomas Delaet <[EMAIL PROTECTED]> wrote:

> Updated patch in attach. Added LIB_DEPENDS and updated WANTLIB.
>
> Kind Regards
>
> Thomas
>
>
> On Sun, Jul 6, 2008 at 4:27 PM, Edd Barrett <[EMAIL PROTECTED]> wrote:
>
>> Thomas Delaet wrote:
>>
>>> Update to 1.7.1.
>>>
>>> Tested on i386.
>>>
>>
>> I really want to see this go in. Its a good program.
>>
>> It works, but please check your lib depends:
>> % sudo make lib-depends-check
>>
>> /usr/ports/packages/i386/all/texmaker-1.7.1.tgz:
>> WANTLIB:   ICE.8 (/usr/local/bin/texmaker) (system lib)
>> LIB_DEPENDS:   QtGui.8 from qt4-4.3.5 (/usr/local/bin/texmaker)
>> WANTLIB:   SM.8 (/usr/local/bin/texmaker) (system lib)
>> WANTLIB:   Xcursor.4 (/usr/local/bin/texmaker) (system lib)
>> WANTLIB:   Xfixes.5 (/usr/local/bin/texmaker) (system lib)
>> WANTLIB:   Xi.10 (/usr/local/bin/texmaker) (system lib)
>> WANTLIB:   Xinerama.5 (/usr/local/bin/texmaker) (system lib)
>> WANTLIB:   Xrandr.6 (/usr/local/bin/texmaker) (system lib)
>> WANTLIB:   Xrender.5 (/usr/local/bin/texmaker) (system lib)
>> WANTLIB:   fontconfig.5 (/usr/local/bin/texmaker) (system lib)
>> WANTLIB:   freetype.16 (/usr/local/bin/texmaker) (system lib)
>> Asking ports for dependency png-1.2.28(graphics/png)
>> Asking ports for dependency dbus-1.0.2p5(x11/dbus)
>> Asking ports for dependency glib2-2.16.1(devel/glib2)
>> Asking ports for dependency gettext-0.17(devel/gettext)
>> Asking ports for dependency libiconv-1.12(converters/libiconv)
>> Asking ports for dependency pcre-7.6(devel/pcre)
>> Asking ports for dependency jpeg-6bp3(graphics/jpeg)
>> Asking ports for dependency lcms-1.17(graphics/lcms)
>> Asking ports for dependency tiff-3.8.2p0(graphics/tiff)
>> WANTLIB:   glib-2.0.1600 from glib2-2.16.1 (/usr/local/bin/texmaker)
>> WANTLIB:   gthread-2.0.1600 from glib2-2.16.1
>> (/usr/local/bin/texmaker)
>> WANTLIB:   iconv.5 from libiconv-1.12 (/usr/local/bin/texmaker)
>> WANTLIB:   intl.4 from gettext-0.17 (/usr/local/bin/texmaker)
>> WANTLIB:   png.7 from png-1.2.28 (/usr/local/bin/texmaker)
>> WANTLIB:   z.4 (/usr/local/bin/texmaker) (system lib)
>>WANTLIB += ICE SM Xcursor Xfixes Xi Xinerama Xrandr Xrender
>> fontconfig
>>WANTLIB += freetype glib-2.0 gthread-2.0 iconv intl png z
>> *** Error code 1
>>
>
>
>
> --
> Thomas
>



-- 
Thomas


texmaker.patch
Description: Binary data


Re: update: editors/texmaker

2010-10-26 Thread Alexandr Shadchin
On Tue, Oct 26, 2010 at 03:20:37PM +0200, Marcin Piotr Pawlowski wrote:
> Hi,
> last week I've cooked up an update of texmaker to 2.0. I've noticed
> maintainer almost a week ago but didn't get any response so I'm
> posting it here (with up-to-date minor modifications).
> 
> Tested on amd64.
> 
> Cheers,
> mpp
> 

I also already suggested diff for 2.0. Sent to the ports@ and maintainer
no answer with 24 Aug.

Attach diff for -current

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile23 Oct 2010 18:26:21 -  1.7
+++ Makefile26 Oct 2010 13:33:34 -
@@ -2,44 +2,44 @@
 # $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion 
Exp $
 
 COMMENT=   LaTeX development environment
-DISTNAME=  texmaker-1.11   
-REVISION=  0
-CATEGORIES=editors 
+DISTNAME=  texmaker-2.0
+CATEGORIES=editors
 
 HOMEPAGE=  http://www.xm1math.net/texmaker/
 
-MAINTAINER=Thomas Delaet
+MAINTAINER=Thomas Delaet 
 
-# GPL
+# GPLv2
 PERMIT_PACKAGE_CDROM=  Yes
-PERMIT_PACKAGE_FTP=Yes 
-PERMIT_DISTFILES_CDROM= Yes
-PERMIT_DISTFILES_FTP=  Yes 
+PERMIT_PACKAGE_FTP=Yes
+PERMIT_DISTFILES_CDROM=Yes
+PERMIT_DISTFILES_FTP=  Yes
 
-WANTLIB=   X11 Xext c m pthread pthread-stubs stdc++ xcb
-
-MASTER_SITES=  ${HOMEPAGE} 
+MASTER_SITES=  ${HOMEPAGE}
 EXTRACT_SUFX=  .tar.bz2
 
-MODULES=   x11/qt3
+WANTLIB += QtDBus QtGui QtNetwork QtWebKit QtXml QtXmlPatterns c hunspell-1.2
+WANTLIB += m phonon poppler poppler-qt4 pthread sqlite3 stdc++
+
+MODULES=   x11/qt4
+
+RUN_DEPENDS=   ::print/texlive/base \
+   ::devel/desktop-file-utils
+
+LIB_DEPENDS=   ::textproc/hunspell \
+   ::print/poppler,-qt4
+
 NO_REGRESS=Yes
 
+FAKE_FLAGS=INSTALL_ROOT=${WRKINST}
+
 do-configure:
@cd ${WRKSRC} && \
-   qmake-mt -makefile \
+   qmake4 -unix \
-spec ${MODQT_LIBDIR}/mkspecs/openbsd-g++ \
-   -unix \
-   "LIBS+=-L/usr/local/lib -lm -lqt-mt" \
-   "PREFIX=${LOCALBASE}" \
-   "INCLUDEPATH+=${MODQT_INCDIR}" \
-   "UIC=${MODQT_UIC}" \
-   "MOC=${MODQT_MOC}" \
-   texmaker.pro && \
-   perl -i -pe 's/ -lqt / -lpthread /' Makefile
-
-do-install:
-   ${INSTALL_PROGRAM} ${WRKSRC}/texmaker ${PREFIX}/bin
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/texmaker
-   ${INSTALL_DATA} ${WRKSRC}/utilities/[a-z]* ${PREFIX}/share/texmaker
+   PREFIX=${LOCALBASE} \
+   DESKTOPDIR=${LOCALBASE}/share/applications \
+   ICONDIR=${LOCALBASE}/share/pixmaps \
+   texmaker.pro
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo5 Apr 2007 15:38:08 -   1.3
+++ distinfo26 Oct 2010 13:33:34 -
@@ -1,5 +1,5 @@
-MD5 (texmaker-1.11.tar.bz2) = PduRCqVpPzM2NYQuAiPtYg==
-RMD160 (texmaker-1.11.tar.bz2) = FjpkCXHFxfCU3fnOoSGo2etClUc=
-SHA1 (texmaker-1.11.tar.bz2) = 8XjD/b4c4jKTCLfTBfeCVVk5NrE=
-SHA256 (texmaker-1.11.tar.bz2) = 0wt9Z4kl3YTldVlY8Dmf2n2yrsYdltuMo5cXfx81Ers=
-SIZE (texmaker-1.11.tar.bz2) = 697937
+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
Index: patches/patch-latexeditor_h
===
RCS file: patches/patch-latexeditor_h
diff -N patches/patch-latexeditor_h
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-latexeditor_h 26 Oct 2010 13:33:34 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- latexeditor.h.orig Sat Feb  6 17:19:40 2010
 latexeditor.h  Sat Feb  6 17:19:59 2010
+@@ -22,7 +22,7 @@
+ 
+ #include "latexhighlighter.h"
+ #include "parenmatcher.h"
+-#include "hunspell/hunspell.hxx"
++#include 
+ 
+ //class QCompleter;
+ //class ParenMatcher;
Index: patches/patch-latexeditorview_h
===
RCS file: patches/patch-latexeditorview_h
diff -N patches/patch-latexeditorview_h
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-latexeditorview_h 26 Oct 2010 13:33:34 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- latexeditorview.h.orig Sat Feb  6 17:20:18 2010
 latexeditorview.h  Sat Feb  6 17:20:30 2010
+@@ -18,7 +18,7 @@
+ #include "latexeditor.h"
+ #include "linenumberwidget.h"
+ #include "find

Re: update: editors/texmaker

2010-10-26 Thread Stuart Henderson
On 2010/10/26 19:40, Alexandr Shadchin wrote:
> On Tue, Oct 26, 2010 at 03:20:37PM +0200, Marcin Piotr Pawlowski wrote:
> I also already suggested diff for 2.0. Sent to the ports@ and maintainer
> no answer with 24 Aug.
> 
> Attach diff for -current

Yours is more complete..looking at it now.

Are you interested in taking maintainer? I don't think we should
keep listing non-responsive maintainers for long, rather just have it
set to ports@ but of course it's better to have a real responsive
person :)




> -- 
> Alexandr Shadchin
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/editors/texmaker/Makefile,v
> retrieving revision 1.7
> diff -u -p -r1.7 Makefile
> --- Makefile  23 Oct 2010 18:26:21 -  1.7
> +++ Makefile  26 Oct 2010 13:33:34 -
> @@ -2,44 +2,44 @@
>  # $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion 
> Exp $
>  
>  COMMENT= LaTeX development environment
> -DISTNAME=texmaker-1.11   
> -REVISION=0
> -CATEGORIES=  editors 
> +DISTNAME=texmaker-2.0
> +CATEGORIES=  editors
>  
>  HOMEPAGE=http://www.xm1math.net/texmaker/
>  
> -MAINTAINER=  Thomas Delaet
> +MAINTAINER=  Thomas Delaet 
>  
> -# GPL
> +# GPLv2
>  PERMIT_PACKAGE_CDROM=Yes
> -PERMIT_PACKAGE_FTP=  Yes 
> -PERMIT_DISTFILES_CDROM= Yes
> -PERMIT_DISTFILES_FTP=Yes 
> +PERMIT_PACKAGE_FTP=  Yes
> +PERMIT_DISTFILES_CDROM=  Yes
> +PERMIT_DISTFILES_FTP=Yes
>  
> -WANTLIB= X11 Xext c m pthread pthread-stubs stdc++ xcb
> -
> -MASTER_SITES=${HOMEPAGE} 
> +MASTER_SITES=${HOMEPAGE}
>  EXTRACT_SUFX=.tar.bz2
>  
> -MODULES= x11/qt3
> +WANTLIB += QtDBus QtGui QtNetwork QtWebKit QtXml QtXmlPatterns c hunspell-1.2
> +WANTLIB += m phonon poppler poppler-qt4 pthread sqlite3 stdc++
> +
> +MODULES= x11/qt4
> +
> +RUN_DEPENDS= ::print/texlive/base \
> + ::devel/desktop-file-utils
> +
> +LIB_DEPENDS= ::textproc/hunspell \
> + ::print/poppler,-qt4
> +
>  NO_REGRESS=  Yes
>  
> +FAKE_FLAGS=  INSTALL_ROOT=${WRKINST}
> +
>  do-configure:
>   @cd ${WRKSRC} && \
> - qmake-mt -makefile \
> + qmake4 -unix \
>   -spec ${MODQT_LIBDIR}/mkspecs/openbsd-g++ \
> - -unix \
> - "LIBS+=-L/usr/local/lib -lm -lqt-mt" \
> - "PREFIX=${LOCALBASE}" \
> - "INCLUDEPATH+=${MODQT_INCDIR}" \
> - "UIC=${MODQT_UIC}" \
> - "MOC=${MODQT_MOC}" \
> - texmaker.pro && \
> - perl -i -pe 's/ -lqt / -lpthread /' Makefile
> -
> -do-install:
> - ${INSTALL_PROGRAM} ${WRKSRC}/texmaker ${PREFIX}/bin
> - ${INSTALL_DATA_DIR} ${PREFIX}/share/texmaker
> - ${INSTALL_DATA} ${WRKSRC}/utilities/[a-z]* ${PREFIX}/share/texmaker
> + PREFIX=${LOCALBASE} \
> + DESKTOPDIR=${LOCALBASE}/share/applications \
> + ICONDIR=${LOCALBASE}/share/pixmaps \
> + texmaker.pro
>  
>  .include 
> Index: distinfo
> ===
> RCS file: /cvs/ports/editors/texmaker/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo  5 Apr 2007 15:38:08 -   1.3
> +++ distinfo  26 Oct 2010 13:33:34 -
> @@ -1,5 +1,5 @@
> -MD5 (texmaker-1.11.tar.bz2) = PduRCqVpPzM2NYQuAiPtYg==
> -RMD160 (texmaker-1.11.tar.bz2) = FjpkCXHFxfCU3fnOoSGo2etClUc=
> -SHA1 (texmaker-1.11.tar.bz2) = 8XjD/b4c4jKTCLfTBfeCVVk5NrE=
> -SHA256 (texmaker-1.11.tar.bz2) = 0wt9Z4kl3YTldVlY8Dmf2n2yrsYdltuMo5cXfx81Ers=
> -SIZE (texmaker-1.11.tar.bz2) = 697937
> +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
> Index: patches/patch-latexeditor_h
> ===
> RCS file: patches/patch-latexeditor_h
> diff -N patches/patch-latexeditor_h
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-latexeditor_h   26 Oct 2010 13:33:34 -
> @@ -0,0 +1,12 @@
> +$OpenBSD$
> +--- latexeditor.h.orig   Sat Feb  6 17:19:40 2010
>  latexeditor.hSat Feb  6 17:19:59 2010
> +@@ -22,7 +22,7 @@
> + 
> + #include "latexhighlighter.h"
> + #include "parenmatcher.h"
> +-#include "hunspell/hunspell.hxx"
> ++#include 
> + 
> + //class QCompleter;
> + //class ParenMatcher;
> Index: patches/patch-latexeditorview_h
> ===
> RCS file: patches/patch-latexeditorview_h
> diff -N patches/patch-latexeditorview_h
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-la