git: fc8a32e96a7a - main - textproc/docproj: Add traditional chinese fonts to docproj metaport
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Dec 2022 10:58:16 UTC
The branch main has been updated by carlavilla (doc committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=fc8a32e96a7a72096ed30d4abf0a0aa7b425c1c5 commit fc8a32e96a7a72096ed30d4abf0a0aa7b425c1c5 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-12-10 10:54:20 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-12-10 10:57:32 +0000 textproc/docproj: Add traditional chinese fonts to docproj metaport Approved by: dbaio@ Differential Revision: https://reviews.freebsd.org/D37623 --- textproc/docproj/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 6a58a2c5f15d..2ffa5a43a85d 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -1,5 +1,5 @@ PORTNAME= docproj -PORTVERSION= 4.1.3 +PORTVERSION= 4.1.4 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org @@ -12,17 +12,19 @@ RUN_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \ USES= metaport -OPTIONS_DEFINE= EPUB GIT IGOR PDF TRANSLATOR VALE -OPTIONS_DEFAULT= GIT IGOR PDF TRANSLATOR VALE +OPTIONS_DEFINE= EPUB GIT IGOR NOTO-TC PDF TRANSLATOR VALE +OPTIONS_DEFAULT= GIT IGOR NOTO-TC PDF TRANSLATOR VALE EPUB_DESC= EPUB document support IGOR_DESC= Igor automated proofreader for documentation +NOTO-TC_DESC= Google Noto Fonts family (Traditional Chinese) TRANSLATOR_DESC= Tools for translators VALE_DESC= VALE Linting support EPUB_RUN_DEPENDS= asciidoctor-epub3:textproc/rubygem-asciidoctor-epub3 GIT_RUN_DEPENDS= git:devel/git IGOR_RUN_DEPENDS= igor:textproc/igor +NOTO-TC_RUN_DEPENDS= noto-tc>0:x11-fonts/noto-tc PDF_RUN_DEPENDS= asciidoctor-pdf:textproc/rubygem-asciidoctor-pdf TRANSLATOR_RUN_DEPENDS= po4a>=0.67:textproc/po4a VALE_RUN_DEPENDS= vale>0:textproc/vale