Page MenuHomeFreeBSD

Add new textproc/docproj-fonts-cjk to docproj meta port
ClosedPublic

Authored by carlavilla on Jan 8 2023, 7:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 6, 7:34 AM
Unknown Object (File)
Jan 12 2024, 6:13 PM
Unknown Object (File)
Dec 23 2023, 2:52 AM
Unknown Object (File)
Dec 4 2023, 5:51 AM
Unknown Object (File)
Dec 4 2023, 5:51 AM
Unknown Object (File)
Dec 4 2023, 5:51 AM
Unknown Object (File)
Dec 4 2023, 5:51 AM
Unknown Object (File)
Dec 4 2023, 5:51 AM
Subscribers

Details

Summary

sunpoet@ has created a new port[|] to allow us to correctly generate pdfs in Chinese, Japanese and Korean.

With this new port the size of the metaport is barely increased, which is the problem we had the other time.

[1] https://cgit.freebsd.org/ports/commit/?id=5ba192122fdabb02bdc6ad3afac66631c2c586be

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

carlavilla created this revision.
dbaio requested changes to this revision.Jan 8 2023, 11:07 PM
dbaio added a subscriber: dbaio.
textproc/docproj/Makefile
15

What about naming it just FONTS-CJK?

16

Let's not enable it by default; we can revisit it when it's all working.
For the FreeBSD CI, I can enable this option.

18

I think it's better Required CJK fonts to build PDF files

This revision now requires changes to proceed.Jan 8 2023, 11:07 PM
textproc/docproj/Makefile
16

Invert this, move FONTS-CJK to OPTIONS_DEFINE.

carlavilla marked 4 inline comments as done.
textproc/docproj/Makefile
24

It's FONTS-CJK_RUN_DEPENDS here.
While changing it, let this and FONTS-CJK_DESC below EPUB_* variables to let them in alphabetical order.

carlavilla marked an inline comment as done.

Looks good to me.

Minor, I would also move FONTS-CJK_DESC= to below EPUB_DESC= before committing.

This revision is now accepted and ready to land.Jan 19 2023, 7:33 PM

Thanks, I forgot about this order too