Sat Apr 16 01:37:30 2022 UTC ()
tex-fandol{,-doc}: Add version 0.3

Fandol fonts designed for Chinese typesetting. The current
version contains four styles: Song, Hei, Kai, Fang. All fonts
are in OpenType format.


(markd)
diff -r1.373 -r1.374 pkgsrc/fonts/Makefile
diff -r0 -r1.1 pkgsrc/fonts/tex-fandol/DESCR
diff -r0 -r1.1 pkgsrc/fonts/tex-fandol/Makefile
diff -r0 -r1.1 pkgsrc/fonts/tex-fandol/PLIST
diff -r0 -r1.1 pkgsrc/fonts/tex-fandol/distinfo
diff -r0 -r1.1 pkgsrc/fonts/tex-fandol-doc/DESCR
diff -r0 -r1.1 pkgsrc/fonts/tex-fandol-doc/Makefile
diff -r0 -r1.1 pkgsrc/fonts/tex-fandol-doc/PLIST
diff -r0 -r1.1 pkgsrc/fonts/tex-fandol-doc/distinfo

cvs diff -r1.373 -r1.374 pkgsrc/fonts/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/Makefile 2022/04/16 01:33:51 1.373
+++ pkgsrc/fonts/Makefile 2022/04/16 01:37:30 1.374
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.373 2022/04/16 01:33:51 markd Exp $ 1# $NetBSD: Makefile,v 1.374 2022/04/16 01:37:30 markd Exp $
2# 2#
3 3
4COMMENT= Fonts 4COMMENT= Fonts
5 5
6SUBDIR+= AnonymousPro 6SUBDIR+= AnonymousPro
7SUBDIR+= CamingoCode 7SUBDIR+= CamingoCode
8SUBDIR+= Code-New-Roman 8SUBDIR+= Code-New-Roman
9SUBDIR+= CutiveFont 9SUBDIR+= CutiveFont
10SUBDIR+= EB-Garamond 10SUBDIR+= EB-Garamond
11SUBDIR+= FiraCode 11SUBDIR+= FiraCode
12SUBDIR+= Hack-ttf 12SUBDIR+= Hack-ttf
13SUBDIR+= Hasklig 13SUBDIR+= Hasklig
14SUBDIR+= Inter-UI 14SUBDIR+= Inter-UI
@@ -479,26 +479,28 @@ SUBDIR+= tex-esstix-doc @@ -479,26 +479,28 @@ SUBDIR+= tex-esstix-doc
479SUBDIR+= tex-esvect 479SUBDIR+= tex-esvect
480SUBDIR+= tex-esvect-doc 480SUBDIR+= tex-esvect-doc
481SUBDIR+= tex-ethiop-t1 481SUBDIR+= tex-ethiop-t1
482SUBDIR+= tex-ethiop-t1-doc 482SUBDIR+= tex-ethiop-t1-doc
483SUBDIR+= tex-euenc 483SUBDIR+= tex-euenc
484SUBDIR+= tex-euenc-doc 484SUBDIR+= tex-euenc-doc
485SUBDIR+= tex-eulervm 485SUBDIR+= tex-eulervm
486SUBDIR+= tex-eulervm-doc 486SUBDIR+= tex-eulervm-doc
487SUBDIR+= tex-euro-ce 487SUBDIR+= tex-euro-ce
488SUBDIR+= tex-euro-ce-doc 488SUBDIR+= tex-euro-ce-doc
489SUBDIR+= tex-eurosym 489SUBDIR+= tex-eurosym
490SUBDIR+= tex-eurosym-doc 490SUBDIR+= tex-eurosym-doc
491SUBDIR+= tex-euxm 491SUBDIR+= tex-euxm
 492SUBDIR+= tex-fandol
 493SUBDIR+= tex-fandol-doc
492SUBDIR+= tex-fbb 494SUBDIR+= tex-fbb
493SUBDIR+= tex-fbb-doc 495SUBDIR+= tex-fbb-doc
494SUBDIR+= tex-fc 496SUBDIR+= tex-fc
495SUBDIR+= tex-fc-doc 497SUBDIR+= tex-fc-doc
496SUBDIR+= tex-fdsymbol 498SUBDIR+= tex-fdsymbol
497SUBDIR+= tex-fdsymbol-doc 499SUBDIR+= tex-fdsymbol-doc
498SUBDIR+= tex-fetamont 500SUBDIR+= tex-fetamont
499SUBDIR+= tex-fetamont-doc 501SUBDIR+= tex-fetamont-doc
500SUBDIR+= tex-feyn 502SUBDIR+= tex-feyn
501SUBDIR+= tex-feyn-doc 503SUBDIR+= tex-feyn-doc
502SUBDIR+= tex-fge 504SUBDIR+= tex-fge
503SUBDIR+= tex-fge-doc 505SUBDIR+= tex-fge-doc
504SUBDIR+= tex-fira 506SUBDIR+= tex-fira

File Added: pkgsrc/fonts/tex-fandol/DESCR
Fandol fonts designed for Chinese typesetting. The current
version contains four styles: Song, Hei, Kai, Fang. All fonts
are in OpenType format.

File Added: pkgsrc/fonts/tex-fandol/Makefile
# $NetBSD: Makefile,v 1.1 2022/04/16 01:37:30 markd Exp $

DISTNAME=	fandol
PKGNAME=	tex-${DISTNAME}-0.3
TEXLIVE_REV=	37889

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://ctan.org/pkg/fandol
COMMENT=	Four basic fonts for Chinese typesetting
LICENSE=	gnu-gpl-v2

.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/fonts/tex-fandol/PLIST
@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:37:30 markd Exp $
share/texmf-dist/fonts/opentype/public/fandol/FandolBraille-Display.otf
share/texmf-dist/fonts/opentype/public/fandol/FandolBraille-Regular.otf
share/texmf-dist/fonts/opentype/public/fandol/FandolFang-Regular.otf
share/texmf-dist/fonts/opentype/public/fandol/FandolHei-Bold.otf
share/texmf-dist/fonts/opentype/public/fandol/FandolHei-Regular.otf
share/texmf-dist/fonts/opentype/public/fandol/FandolKai-Regular.otf
share/texmf-dist/fonts/opentype/public/fandol/FandolSong-Bold.otf
share/texmf-dist/fonts/opentype/public/fandol/FandolSong-Regular.otf

File Added: pkgsrc/fonts/tex-fandol/distinfo
$NetBSD: distinfo,v 1.1 2022/04/16 01:37:30 markd Exp $

BLAKE2s (fandol.r37889.tar.xz) = a0f7191dade7fae37a7ddaa164407b36e4b416275f0f639138c1053fdd4e255d
SHA512 (fandol.r37889.tar.xz) = 309b19d6bff9d3e009610d698a73ba191da70cabd57157f274dfca7583a9e9b31fc30ea52b2b2ab3386be7290a680f8eb47dc92381c3da8251b01d8c6a65c3ff
Size (fandol.r37889.tar.xz) = 21582588 bytes

File Added: pkgsrc/fonts/tex-fandol-doc/DESCR
Documentation for tex-fandol.

File Added: pkgsrc/fonts/tex-fandol-doc/Makefile
# $NetBSD: Makefile,v 1.1 2022/04/16 01:37:30 markd Exp $

DISTNAME=	fandol.doc
PKGNAME=	tex-${DISTNAME:S/./-/}-0.3
TEXLIVE_REV=	37889

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://ctan.org/pkg/fandol
COMMENT=	Documentation for tex-fandol
LICENSE=	gnu-gpl-v2

.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/fonts/tex-fandol-doc/PLIST
@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:37:30 markd Exp $
share/texmf-dist/doc/fonts/fandol/COPYING
share/texmf-dist/doc/fonts/fandol/README

File Added: pkgsrc/fonts/tex-fandol-doc/distinfo
$NetBSD: distinfo,v 1.1 2022/04/16 01:37:30 markd Exp $

BLAKE2s (fandol.doc.r37889.tar.xz) = 1709e4f877a604b72bee18e5798a8e70fc3a7cfa342c290ce75d4e200e4b4211
SHA512 (fandol.doc.r37889.tar.xz) = d74e78a1c863d3865ec4b21a4c762bf6e2c30a8656fe0ec830d1e56b9fcb48861f316ccf8d8641e7c674e25f1ac2292d10ff2127315275347096ad325828d7e5
Size (fandol.doc.r37889.tar.xz) = 12168 bytes