ports/70541: Update port: editors/texmaker to 1.11
KATO Tsuguru
tkato432 at yahoo.com
Mon Aug 16 16:10:25 UTC 2004
>Number: 70541
>Category: ports
>Synopsis: Update port: editors/texmaker to 1.11
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 16 16:10:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to verion 1.11
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/editors/texmaker/Makefile editors/texmaker/Makefile
--- /usr/ports/editors/texmaker/Makefile Sat Jan 10 02:14:29 2004
+++ editors/texmaker/Makefile Mon Aug 16 01:07:23 2004
@@ -7,10 +7,9 @@
#
PORTNAME= texmaker
-PORTVERSION= 1.0
+PORTVERSION= 1.11
CATEGORIES= editors
-MASTER_SITES= http://perso.club-internet.fr/pascal.brachet/texmaker/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
+MASTER_SITES= http://www.xm1math.net/texmaker/
MAINTAINER= ports at FreeBSD.org
COMMENT= LaTeX Development Environment
@@ -19,18 +18,16 @@
USE_BZIP2= yes
USE_QT_VER= 3
+MAKE_ENV= QTDIR="${QT_PREFIX}"
-do-build:
- @cd ${WRKSRC} && \
- qmake -makefile -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
- -unix "LIBS+=-lm -lqt-mt" texmaker.pro && \
- ${SETENV} QTDIR=${X11BASE} make
+do-configure:
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \
+ -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
+ -unix PREFIX="${PREFIX}" texmaker.pro
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/texmaker ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
-.endif
+ @${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/utilities/*.* ${DATADIR}
.include <bsd.port.mk>
diff -urN /usr/ports/editors/texmaker/distinfo editors/texmaker/distinfo
--- /usr/ports/editors/texmaker/distinfo Thu Jan 29 20:24:43 2004
+++ editors/texmaker/distinfo Mon Aug 16 00:34:42 2004
@@ -1,2 +1,2 @@
-MD5 (texmaker_1.0.tar.bz2) = 4691a6bf9aef2b1abc48531ee44cc623
-SIZE (texmaker_1.0.tar.bz2) = 176797
+MD5 (texmaker-1.11.tar.bz2) = 3ddb910aa5693f333635842e0223ed62
+SIZE (texmaker-1.11.tar.bz2) = 697937
diff -urN /usr/ports/editors/texmaker/pkg-descr editors/texmaker/pkg-descr
--- /usr/ports/editors/texmaker/pkg-descr Mon Dec 29 17:04:10 2003
+++ editors/texmaker/pkg-descr Mon Aug 16 00:29:33 2004
@@ -17,4 +17,4 @@
* by clicking on the number of a line in the log file, the cursor jumps to
the corresponding line in the editor
-WWW: http://perso.club-internet.fr/pascal.brachet/texmaker/
+WWW: http://www.xm1math.net/texmaker/
diff -urN /usr/ports/editors/texmaker/pkg-plist editors/texmaker/pkg-plist
--- /usr/ports/editors/texmaker/pkg-plist Mon Dec 29 17:04:10 2003
+++ editors/texmaker/pkg-plist Mon Aug 16 00:44:57 2004
@@ -1,4 +1,31 @@
bin/texmaker
-%%PORTDOCS%%%%DOCSDIR%%/latexhelp.html
-%%PORTDOCS%%%%DOCSDIR%%/usermanual.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%DATADIR%%/blank.gif
+%%DATADIR%%/doc1.png
+%%DATADIR%%/doc11.png
+%%DATADIR%%/doc12.png
+%%DATADIR%%/doc13.png
+%%DATADIR%%/doc14.png
+%%DATADIR%%/doc15.png
+%%DATADIR%%/doc16.png
+%%DATADIR%%/doc17.png
+%%DATADIR%%/doc2.png
+%%DATADIR%%/doc3.png
+%%DATADIR%%/doc4.png
+%%DATADIR%%/doc5.png
+%%DATADIR%%/doc6.png
+%%DATADIR%%/doc7.png
+%%DATADIR%%/doc8.png
+%%DATADIR%%/latexhelp.html
+%%DATADIR%%/next.gif
+%%DATADIR%%/next_d.gif
+%%DATADIR%%/prev.gif
+%%DATADIR%%/prev_d.gif
+%%DATADIR%%/psheader.txt
+%%DATADIR%%/style.css
+%%DATADIR%%/texmaker16x16.png
+%%DATADIR%%/texmaker32x32.png
+%%DATADIR%%/texmaker48x48.png
+%%DATADIR%%/up.gif
+%%DATADIR%%/up_d.gif
+%%DATADIR%%/usermanual.html
+ at dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list