pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Apr 16 01:37:30 UTC 2022

Modified Files:
        pkgsrc/fonts: Makefile
Added Files:
        pkgsrc/fonts/tex-fandol: DESCR Makefile PLIST distinfo
        pkgsrc/fonts/tex-fandol-doc: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.373 -r1.374 pkgsrc/fonts/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/tex-fandol/DESCR \
    pkgsrc/fonts/tex-fandol/Makefile pkgsrc/fonts/tex-fandol/PLIST \
    pkgsrc/fonts/tex-fandol/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/tex-fandol-doc/DESCR \
    pkgsrc/fonts/tex-fandol-doc/Makefile pkgsrc/fonts/tex-fandol-doc/PLIST \
    pkgsrc/fonts/tex-fandol-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/Makefile
diff -u pkgsrc/fonts/Makefile:1.373 pkgsrc/fonts/Makefile:1.374
--- pkgsrc/fonts/Makefile:1.373 Sat Apr 16 01:33:51 2022
+++ pkgsrc/fonts/Makefile       Sat Apr 16 01:37:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.373 2022/04/16 01:33:51 markd Exp $
+# $NetBSD: Makefile,v 1.374 2022/04/16 01:37:30 markd Exp $
 #
 
 COMMENT=       Fonts
@@ -489,6 +489,8 @@ SUBDIR+=    tex-euro-ce-doc
 SUBDIR+=       tex-eurosym
 SUBDIR+=       tex-eurosym-doc
 SUBDIR+=       tex-euxm
+SUBDIR+=       tex-fandol
+SUBDIR+=       tex-fandol-doc
 SUBDIR+=       tex-fbb
 SUBDIR+=       tex-fbb-doc
 SUBDIR+=       tex-fc

Added files:

Index: pkgsrc/fonts/tex-fandol/DESCR
diff -u /dev/null pkgsrc/fonts/tex-fandol/DESCR:1.1
--- /dev/null   Sat Apr 16 01:37:30 2022
+++ pkgsrc/fonts/tex-fandol/DESCR       Sat Apr 16 01:37:30 2022
@@ -0,0 +1,3 @@
+Fandol fonts designed for Chinese typesetting. The current
+version contains four styles: Song, Hei, Kai, Fang. All fonts
+are in OpenType format.
Index: pkgsrc/fonts/tex-fandol/Makefile
diff -u /dev/null pkgsrc/fonts/tex-fandol/Makefile:1.1
--- /dev/null   Sat Apr 16 01:37:30 2022
+++ pkgsrc/fonts/tex-fandol/Makefile    Sat Apr 16 01:37:30 2022
@@ -0,0 +1,13 @@
+# $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@localhost
+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"
Index: pkgsrc/fonts/tex-fandol/PLIST
diff -u /dev/null pkgsrc/fonts/tex-fandol/PLIST:1.1
--- /dev/null   Sat Apr 16 01:37:30 2022
+++ pkgsrc/fonts/tex-fandol/PLIST       Sat Apr 16 01:37:30 2022
@@ -0,0 +1,9 @@
+@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
Index: pkgsrc/fonts/tex-fandol/distinfo
diff -u /dev/null pkgsrc/fonts/tex-fandol/distinfo:1.1
--- /dev/null   Sat Apr 16 01:37:30 2022
+++ pkgsrc/fonts/tex-fandol/distinfo    Sat Apr 16 01:37:30 2022
@@ -0,0 +1,5 @@
+$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

Index: pkgsrc/fonts/tex-fandol-doc/DESCR
diff -u /dev/null pkgsrc/fonts/tex-fandol-doc/DESCR:1.1
--- /dev/null   Sat Apr 16 01:37:30 2022
+++ pkgsrc/fonts/tex-fandol-doc/DESCR   Sat Apr 16 01:37:30 2022
@@ -0,0 +1 @@
+Documentation for tex-fandol.
Index: pkgsrc/fonts/tex-fandol-doc/Makefile
diff -u /dev/null pkgsrc/fonts/tex-fandol-doc/Makefile:1.1
--- /dev/null   Sat Apr 16 01:37:30 2022
+++ pkgsrc/fonts/tex-fandol-doc/Makefile        Sat Apr 16 01:37:30 2022
@@ -0,0 +1,13 @@
+# $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@localhost
+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"
Index: pkgsrc/fonts/tex-fandol-doc/PLIST
diff -u /dev/null pkgsrc/fonts/tex-fandol-doc/PLIST:1.1
--- /dev/null   Sat Apr 16 01:37:30 2022
+++ pkgsrc/fonts/tex-fandol-doc/PLIST   Sat Apr 16 01:37:30 2022
@@ -0,0 +1,3 @@
+@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
Index: pkgsrc/fonts/tex-fandol-doc/distinfo
diff -u /dev/null pkgsrc/fonts/tex-fandol-doc/distinfo:1.1
--- /dev/null   Sat Apr 16 01:37:30 2022
+++ pkgsrc/fonts/tex-fandol-doc/distinfo        Sat Apr 16 01:37:30 2022
@@ -0,0 +1,5 @@
+$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



Home | Main Index | Thread Index | Old Index