git: 7c70279f0a01 - main - textproc/docproj: Update requirements
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jan 2022 13:19:53 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c70279f0a01ce74bfa24bbfd4764b40893c1350 commit 7c70279f0a01ce74bfa24bbfd4764b40893c1350 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-01-08 13:18:03 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-01-08 13:19:11 +0000 textproc/docproj: Update requirements Following latest changes in the documentation tree: - Python removed from the documentation build scripts. - Add experimental support for EPUB output. --- textproc/docproj/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index b51aff598dcb..e7ace2718f5e 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -1,5 +1,5 @@ PORTNAME= docproj -PORTVERSION= 4.0 +PORTVERSION= 4.1 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org @@ -9,14 +9,16 @@ RUN_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \ hugo:www/gohugo \ rougify:textproc/rubygem-rouge \ -USES= metaport python:3.6+,run +USES= metaport -OPTIONS_DEFINE= GIT IGOR PDF TRANSLATOR +OPTIONS_DEFINE= EPUB GIT IGOR PDF TRANSLATOR OPTIONS_DEFAULT= GIT IGOR PDF TRANSLATOR +EPUB_DESC= EPUB document support IGOR_DESC= Igor automated proofreader for documentation TRANSLATOR_DESC= Tools for translators +EPUB_RUN_DEPENDS= asciidoctor-epub3:textproc/rubygem-asciidoctor-epub3 GIT_RUN_DEPENDS= git:devel/git IGOR_RUN_DEPENDS= igor:textproc/igor PDF_RUN_DEPENDS= asciidoctor-pdf:textproc/rubygem-asciidoctor-pdf