Index: head/editors/texmaker/Makefile =================================================================== --- head/editors/texmaker/Makefile (revision 222620) +++ head/editors/texmaker/Makefile (revision 222621) @@ -1,56 +1,55 @@ # ex:ts=8 # Ports collection makefile for: texmaker # Date created: Dec 29, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= texmaker -PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTVERSION= 1.8 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ -MAINTAINER= makc@issp.ac.ru +MAINTAINER= makc@FreeBSD.org COMMENT= LaTeX Development Environment RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ dvips:${PORTSDIR}/print/dvipsk-tetex \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_BZIP2= yes USE_GHOSTSCRIPT=yes USE_QT_VER= 4 -QT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build +QT_COMPONENTS= gui network moc_build qmake_build rcc_build uic_build HAS_CONFIGURE= yes INSTALLS_ICONS= yes OPTIONS= XDVI "view dvi with xdvi" On \ GV "view ps with gv" On \ XPDF "view pdf with xpdf" On .include .if !defined(WITHOUT_XDVI) RUN_DEPENDS+= xdvi:${PORTSDIR}/print/xdvik .endif .if !defined(WITHOUT_GV) RUN_DEPENDS+= gv:${PORTSDIR}/print/gv .endif .if !defined(WITHOUT_XPDF) 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 .include Property changes on: head/editors/texmaker/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/editors/texmaker/distinfo =================================================================== --- head/editors/texmaker/distinfo (revision 222620) +++ head/editors/texmaker/distinfo (revision 222621) @@ -1,3 +1,3 @@ -MD5 (texmaker-1.7.1.tar.bz2) = 2b59114f02b0e4ad65db78c10c740bf8 -SHA256 (texmaker-1.7.1.tar.bz2) = e814c68c20663792ca56ba3fb9600841e390463f96dac4f1ba034a35ec454a90 -SIZE (texmaker-1.7.1.tar.bz2) = 1522280 +MD5 (texmaker-1.8.tar.bz2) = c25bdd9d0dae2be802d53bcc3189d6ea +SHA256 (texmaker-1.8.tar.bz2) = 1268f43a548c6c194ea848d5c70c429386b962f5685f16eb427267921f7ad944 +SIZE (texmaker-1.8.tar.bz2) = 1767680 Property changes on: head/editors/texmaker/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/editors/texmaker/pkg-plist =================================================================== --- head/editors/texmaker/pkg-plist (revision 222620) +++ head/editors/texmaker/pkg-plist (revision 222621) @@ -1,51 +1,56 @@ bin/texmaker share/applications/texmaker.desktop share/icons/hicolor/128x128/apps/texmaker128x128.png share/icons/hicolor/16x16/apps/texmaker16x16.png share/icons/hicolor/22x22/apps/texmaker22x22.png share/icons/hicolor/32x32/apps/texmaker32x32.png share/icons/hicolor/48x48/apps/texmaker48x48.png share/icons/hicolor/64x64/apps/texmaker64x64.png share/icons/hicolor/scalable/apps/texmaker.svg %%DATADIR%%/AUTHORS %%DATADIR%%/CHANGELOG.txt %%DATADIR%%/COPYING %%DATADIR%%/blank.png %%DATADIR%%/doc1.png %%DATADIR%%/doc10.png %%DATADIR%%/doc11.png %%DATADIR%%/doc12.png %%DATADIR%%/doc13.png %%DATADIR%%/doc14.png %%DATADIR%%/doc15.png %%DATADIR%%/doc16.png %%DATADIR%%/doc17.png %%DATADIR%%/doc18.png %%DATADIR%%/doc19.png %%DATADIR%%/doc2.png %%DATADIR%%/doc20.png %%DATADIR%%/doc3.png %%DATADIR%%/doc4.png %%DATADIR%%/doc5.png %%DATADIR%%/doc6.png %%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 %%DATADIR%%/prev.gif %%DATADIR%%/prev_d.gif +%%DATADIR%%/qt_de.qm +%%DATADIR%%/qt_fr.qm +%%DATADIR%%/qt_zh.qm %%DATADIR%%/psheader.txt %%DATADIR%%/style.css +%%DATADIR%%/texmaker_de.qm %%DATADIR%%/texmaker_fr.qm +%%DATADIR%%/texmaker_zh.qm %%DATADIR%%/up.gif %%DATADIR%%/up_d.gif %%DATADIR%%/usermanual_en.html %%DATADIR%%/usermanual_fr.html @dirrm %%DATADIR%% @dirrmtry share/applications Property changes on: head/editors/texmaker/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property