Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2008 19:31:49 GMT
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124012: maintainer update: editors/texmaker
Message-ID:  <200805261931.m4QJVn6X016333@www.freebsd.org>
Resent-Message-ID: <200805261940.m4QJe1oZ008065@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124012
>Category:       ports
>Synopsis:       maintainer update: editors/texmaker
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 26 19:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Apr 17 12:14:46 MSD 2008     makc@luna.dio.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
update to 1.7.1

from ChangeLog:
Spell checking is now based on hunspell and uses OpenOffice.org dictionaries
New LaTeX log errors detection
New "search" interface
Indentation "memory"
Code completion
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/editors/texmaker/Makefile /home/makc/porting/ports/editors/texmaker/Makefile
--- /usr/ports/editors/texmaker/Makefile	2007-07-27 17:27:44.000000000 +0400
+++ /home/makc/porting/ports/editors/texmaker/Makefile	2008-05-26 22:02:32.000000000 +0400
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	texmaker
-PORTVERSION=	1.6
+PORTVERSION=	1.7.1
 PORTEPOCH=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://www.xm1math.net/texmaker/
@@ -22,7 +22,7 @@
 USE_BZIP2=	yes
 USE_GHOSTSCRIPT=yes
 USE_QT_VER=	4
-QT_COMPONENTS=	gui moc qmake rcc uic
+QT_COMPONENTS=	gui moc_build qmake_build rcc_build uic_build
 HAS_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 
@@ -44,6 +44,10 @@
 RUN_DEPENDS+=	xpdf:${PORTSDIR}/graphics/xpdf
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e 's,^\(utilities.path =\).*,\1 ${DATADIR},' \
+		${WRKSRC}/texmaker.pro
+
 do-configure:
 	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
 		${QMAKE} -unix PREFIX=${PREFIX} texmaker.pro
diff -ruN --exclude=CVS /usr/ports/editors/texmaker/distinfo /home/makc/porting/ports/editors/texmaker/distinfo
--- /usr/ports/editors/texmaker/distinfo	2007-07-27 17:27:44.000000000 +0400
+++ /home/makc/porting/ports/editors/texmaker/distinfo	2008-05-26 21:50:49.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (texmaker-1.6.tar.bz2) = 941ac678dad630d686dbee3ecd75039a
-SHA256 (texmaker-1.6.tar.bz2) = d49e7df506ef79e02a2382ad261760976f1e16cd5f42eea8308bb6710aaf832e
-SIZE (texmaker-1.6.tar.bz2) = 853418
+MD5 (texmaker-1.7.1.tar.bz2) = 2b59114f02b0e4ad65db78c10c740bf8
+SHA256 (texmaker-1.7.1.tar.bz2) = e814c68c20663792ca56ba3fb9600841e390463f96dac4f1ba034a35ec454a90
+SIZE (texmaker-1.7.1.tar.bz2) = 1522280
diff -ruN --exclude=CVS /usr/ports/editors/texmaker/files/patch-texmaker.pro /home/makc/porting/ports/editors/texmaker/files/patch-texmaker.pro
--- /usr/ports/editors/texmaker/files/patch-texmaker.pro	2007-07-27 17:27:44.000000000 +0400
+++ /home/makc/porting/ports/editors/texmaker/files/patch-texmaker.pro	2008-05-26 22:14:07.000000000 +0400
@@ -1,9 +1,10 @@
---- ./texmaker.pro.orig	Fri Jun 15 14:03:47 2007
-+++ ./texmaker.pro	Thu Jul  5 01:08:44 2007
-@@ -139,16 +139,26 @@
+--- ./texmaker.pro.orig	2008-04-23 17:30:45.000000000 +0400
++++ ./texmaker.pro	2008-05-26 22:12:38.000000000 +0400
+@@ -161,16 +161,26 @@
+ 	utilities/fr_FR.dic \
  	utilities/AUTHORS \
  	utilities/COPYING \
- 	utilities/CHANGELOG.txt \
+-	utilities/CHANGELOG.txt \
 -	utilities/texmaker16x16.png \
 -	utilities/texmaker22x22.png \
 -	utilities/texmaker32x32.png \
@@ -11,8 +12,8 @@
 -	utilities/texmaker64x64.png \
 -	utilities/texmaker128x128.png \
 -	utilities/texmaker.desktop \
--	utilities/texmaker.svg \
- 	utilities/xpdf_texmaker_sh.txt
+-	utilities/texmaker.svg
++	utilities/CHANGELOG.txt
  INSTALLS += utilities
 +icon16.path = $${PREFIX}/share/icons/hicolor/16x16/apps
 +icon16.files= utilities/texmaker16x16.png
@@ -34,4 +35,4 @@
 +INSTALLS += desktop
  }
  ################################
- win32 {
+ win32 {
\ No newline at end of file
diff -ruN --exclude=CVS /usr/ports/editors/texmaker/pkg-plist /home/makc/porting/ports/editors/texmaker/pkg-plist
--- /usr/ports/editors/texmaker/pkg-plist	2007-07-27 17:27:44.000000000 +0400
+++ /home/makc/porting/ports/editors/texmaker/pkg-plist	2008-05-26 22:17:34.000000000 +0400
@@ -31,6 +31,10 @@
 %%DATADIR%%/doc7.png
 %%DATADIR%%/doc8.png
 %%DATADIR%%/doc9.png
+%%DATADIR%%/en_GB.aff
+%%DATADIR%%/en_GB.dic
+%%DATADIR%%/fr_FR.aff
+%%DATADIR%%/fr_FR.dic
 %%DATADIR%%/latexhelp.html
 %%DATADIR%%/next.gif
 %%DATADIR%%/next_d.gif
@@ -38,14 +42,10 @@
 %%DATADIR%%/prev_d.gif
 %%DATADIR%%/psheader.txt
 %%DATADIR%%/style.css
-%%DATADIR%%/texmaker_de.qm
 %%DATADIR%%/texmaker_fr.qm
-%%DATADIR%%/texmaker_ru.qm
-%%DATADIR%%/texmaker_zh.qm
 %%DATADIR%%/up.gif
 %%DATADIR%%/up_d.gif
 %%DATADIR%%/usermanual_en.html
 %%DATADIR%%/usermanual_fr.html
-%%DATADIR%%/xpdf_texmaker_sh.txt
 @dirrm %%DATADIR%%
 @dirrmtry share/applications


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805261931.m4QJVn6X016333>