ports/175555: [patch] textproc/docproj: Add igor as a config option

Warren Block wblock at FreeBSD.org
Fri Jan 25 04:30:00 UTC 2013


>Number:         175555
>Category:       ports
>Synopsis:       [patch] textproc/docproj: Add igor as a config option
>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:   Fri Jan 25 04:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        FreeBSD 0.98
>Organization:
>Environment:
FreeBSD buggywhip 0.9-STABLE FreeBSD 0.9-STABLE #0: Mon Jan 23 21:10:07 MST 1989     root at buggywhip:/usr/obj/usr/src/sys/BUGGYWHIP  i386
>Description:
Add textproc/igor as a config option to textproc/docproj.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: textproc/docproj/Makefile
===================================================================
--- textproc/docproj/Makefile	(revision 310958)
+++ textproc/docproj/Makefile	(working copy)
@@ -37,12 +37,13 @@
 		${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent \
 		p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser
 
-OPTIONS_DEFINE=		JADETEX OPENJADE CJK SVN
+OPTIONS_DEFINE=		JADETEX OPENJADE CJK SVN IGOR
 JADETEX_DESC=		Support building additional document formats (PDF)
 OPENJADE_DESC=		Install textproc/openjade instead of textproc/jade
 CJK_DESC=		CJK (Simplified Chinese Language) support
 SVN_DESC=		Subversion support (required to check out sources)
-OPTIONS_DEFAULT=	OPENJADE CJK SVN
+IGOR_DESC=		Igor automated proofreader for documentation
+OPTIONS_DEFAULT=	OPENJADE CJK SVN IGOR
 
 .if !defined(WITHOUT_JADETEX) || defined(PACKAGE_BUILDING)
 OPTIONS_DEFAULT+=	JADETEX
@@ -63,6 +64,10 @@
 RUN_DEPENDS+=	svn:${PORTSDIR}/devel/subversion
 .endif
 
+.if ${PORT_OPTIONS:MIGOR}
+RUN_DEPENDS+=	igor:${PORTSDIR}/textproc/igor
+.endif
+
 .if ${PORT_OPTIONS:MJADETEX}
 RUN_DEPENDS+=	${LOCALBASE}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex
 RUN_DEPENDS+=	dvips:${PORTSDIR}/print/dvipsk-tetex


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


More information about the freebsd-ports-bugs mailing list