svn commit: r395191 - head/textproc/docproj
Warren Block
wblock at FreeBSD.org
Mon Aug 24 21:01:47 UTC 2015
Author: wblock (doc committer)
Date: Mon Aug 24 21:01:46 2015
New Revision: 395191
URL: https://svnweb.freebsd.org/changeset/ports/395191
Log:
Add TRANSLATOR option to include include PO translation dependencies.
Sort options as requested by feld at .
Reviewed by: feld
Approved by: feld
Differential Revision: https://reviews.freebsd.org/D3379
Modified:
head/textproc/docproj/Makefile
Modified: head/textproc/docproj/Makefile
==============================================================================
--- head/textproc/docproj/Makefile Mon Aug 24 21:01:43 2015 (r395190)
+++ head/textproc/docproj/Makefile Mon Aug 24 21:01:46 2015 (r395191)
@@ -3,7 +3,7 @@
PORTNAME= docproj
PORTVERSION= 2.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= textproc
MAINTAINER= doceng at FreeBSD.org
@@ -26,8 +26,8 @@ RUN_DEPENDS= links:${PORTSDIR}/www/links
USES= ghostscript:run metaport perl5
USE_PERL5= run
-OPTIONS_DEFINE= CJK SVN IGOR FOP JING DBLATEX
-OPTIONS_DEFAULT= CJK IGOR
+OPTIONS_DEFINE= DBLATEX CJK FOP IGOR JING SVN TRANSLATOR
+OPTIONS_DEFAULT= CJK IGOR
.if !exists(/usr/bin/svnlite)
OPTIONS_DEFAULT+= SVN
.endif
@@ -46,6 +46,8 @@ DBLATEX_DESC= dblatex PDF renderer (exp
DBLATEX_RUN_DEPENDS= dblatex:${PORTSDIR}/textproc/dblatex \
${FONTS}
DBLATEX_USE= TEX=xetex
+TRANSLATOR_DESC= Tools for translators
+TRANSLATOR_RUN_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
FONTS= ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-R.ttf:${PORTSDIR}/x11-fonts/gentium-plus \
${LOCALBASE}/share/fonts/Droid/DroidSans.ttf:${PORTSDIR}/x11-fonts/droid-fonts-ttf \
More information about the svn-ports-all
mailing list