git: cd6b3bd83ef8 - main - textproc/docproj: Remove the Traditional Chinese font dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Dec 2022 02:22:50 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd6b3bd83ef8cd81e914f98f13f9e0b55bd20ba4 commit cd6b3bd83ef8cd81e914f98f13f9e0b55bd20ba4 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-12-24 02:17:57 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-12-24 02:21:13 +0000 textproc/docproj: Remove the Traditional Chinese font dependency These fonts are necessary only for building zh-tw PDFs, but the port is too big, noto-tc: 2.002 (380 MiB). A lighter port is on the way. Reported by: ceri --- textproc/docproj/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 2ffa5a43a85d..58ffcfa15b08 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -1,5 +1,5 @@ PORTNAME= docproj -PORTVERSION= 4.1.4 +PORTVERSION= 4.1.5 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org @@ -12,19 +12,17 @@ RUN_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \ USES= metaport -OPTIONS_DEFINE= EPUB GIT IGOR NOTO-TC PDF TRANSLATOR VALE -OPTIONS_DEFAULT= GIT IGOR NOTO-TC PDF TRANSLATOR VALE +OPTIONS_DEFINE= EPUB GIT IGOR PDF TRANSLATOR VALE +OPTIONS_DEFAULT= GIT IGOR 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