diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-18 13:52:01 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-18 13:52:01 +0000 |
commit | e1a3f2528382aa8b8af338567b4db6944a444fa9 (patch) | |
tree | dd55cae29736dad70f041a18ecefc094cf077039 /editors | |
parent | a6968908a3fca2b78338411b737a04c2690b1e92 (diff) | |
download | ports-e1a3f2528382aa8b8af338567b4db6944a444fa9.tar.gz ports-e1a3f2528382aa8b8af338567b4db6944a444fa9.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmaker/Makefile | 17 | ||||
-rw-r--r-- | editors/texmaker/distinfo | 4 | ||||
-rw-r--r-- | editors/texmaker/pkg-plist | 4 |
3 files changed, 14 insertions, 11 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 3c87389c6b9c..c97cf4ca58d5 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -1,14 +1,12 @@ -# ex:ts=8 # Ports collection makefile for: texmaker -# Date created: Dec 29, 2003 -# Whom: ijliao +# Date created: 2003-12-29 +# Whom: ijliao # # $FreeBSD$ # PORTNAME= texmaker -PORTVERSION= 3.3.3 -PORTREVISION= 1 +PORTVERSION= 3.4 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ @@ -31,18 +29,19 @@ QMAKE_ARGS= PREFIX=${PREFIX} ICONDIR=${PREFIX}/share/pixmaps \ DESKTOPDIR=${DESKTOPDIR} MAKE_JOBS_SAFE= yes -OPTIONS= XDVI "view dvi with xdvi" Off \ - GV "view ps with gv" Off +OPTIONS_DEFINE= GV XDVI +GV_DESC= View ps files with gv +XDVI_DESC= View dvi files with xdvi STRIP_FILES= bin/texmaker .include <bsd.port.options.mk> -.if !defined(WITHOUT_XDVI) +.if ${PORT_OPTIONS:MXDVI} RUN_DEPENDS+= xdvi:${PORTSDIR}/print/xdvik .endif -.if !defined(WITHOUT_GV) +.if ${PORT_OPTIONS:MGV} RUN_DEPENDS+= gv:${PORTSDIR}/print/gv .endif diff --git a/editors/texmaker/distinfo b/editors/texmaker/distinfo index 12484340b29c..4fe77cbe0d7a 100644 --- a/editors/texmaker/distinfo +++ b/editors/texmaker/distinfo @@ -1,2 +1,2 @@ -SHA256 (texmaker-3.3.3.tar.bz2) = 5bb4c6e74e70d5d8f231f67a3d6895fa482f602720491d75d4b8813ecd49e92d -SIZE (texmaker-3.3.3.tar.bz2) = 8023823 +SHA256 (texmaker-3.4.tar.bz2) = 0075128ab2e3342722900b3ee2b2870638ea333837d3beb2fadb9ebd0fdf6310 +SIZE (texmaker-3.4.tar.bz2) = 13059853 diff --git a/editors/texmaker/pkg-plist b/editors/texmaker/pkg-plist index 0209bdb86feb..e86a831dc0e6 100644 --- a/editors/texmaker/pkg-plist +++ b/editors/texmaker/pkg-plist @@ -17,6 +17,7 @@ share/texmaker/README_de_DE_frami.txt share/texmaker/README_en_US.txt share/texmaker/README_es_ES.txt share/texmaker/README_hu_HU.txt +share/texmaker/README_pl.txt share/texmaker/atd.css share/texmaker/cs_CZ.aff share/texmaker/cs_CZ.dic @@ -84,6 +85,8 @@ share/texmaker/jquery.atd.textarea.js share/texmaker/latexhelp.html share/texmaker/nl_NL.aff share/texmaker/nl_NL.dic +share/texmaker/pl_PL.aff +share/texmaker/pl_PL.dic share/texmaker/qt_cs.qm share/texmaker/qt_de.qm share/texmaker/qt_es.qm @@ -106,6 +109,7 @@ share/texmaker/texmaker_hu.qm share/texmaker/texmaker_it.qm share/texmaker/texmaker_nl.qm share/texmaker/texmaker_pl.qm +share/texmaker/texmaker_pt.qm share/texmaker/texmaker_pt_BR.qm share/texmaker/texmaker_ru.qm share/texmaker/texmaker_se.qm |