diff options
author | markd <markd@pkgsrc.org> | 2022-04-18 04:21:04 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2022-04-18 04:21:04 +0000 |
commit | c64d8a7b539c59b5dfaf6fa7dad282053c24c333 (patch) | |
tree | c0e6d1c212d54356fcf55d5eccb37f13d3ee8024 /print | |
parent | db0cfb92a3988078bbdd1efff721e20585ec5ad0 (diff) | |
download | pkgsrc-c64d8a7b539c59b5dfaf6fa7dad282053c24c333.tar.gz |
tex-context-cmscbf{,-doc}: Add version 20060912
The module makes provision for bold caps and small caps CM
fonts, in ConTeXt. Such a font may be found in the Computer
Modern 'extra bold' font set.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 4 | ||||
-rw-r--r-- | print/tex-context-cmscbf-doc/DESCR | 1 | ||||
-rw-r--r-- | print/tex-context-cmscbf-doc/Makefile | 13 | ||||
-rw-r--r-- | print/tex-context-cmscbf-doc/PLIST | 4 | ||||
-rw-r--r-- | print/tex-context-cmscbf-doc/distinfo | 5 | ||||
-rw-r--r-- | print/tex-context-cmscbf/DESCR | 3 | ||||
-rw-r--r-- | print/tex-context-cmscbf/Makefile | 15 | ||||
-rw-r--r-- | print/tex-context-cmscbf/PLIST | 2 | ||||
-rw-r--r-- | print/tex-context-cmscbf/distinfo | 5 |
9 files changed, 51 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 7d8f14cef1c..200e41a4181 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.847 2022/04/18 03:44:59 markd Exp $ +# $NetBSD: Makefile,v 1.848 2022/04/18 04:21:04 markd Exp $ # COMMENT= Desktop publishing @@ -497,6 +497,8 @@ SUBDIR+= tex-context-bnf SUBDIR+= tex-context-bnf-doc SUBDIR+= tex-context-chromato SUBDIR+= tex-context-chromato-doc +SUBDIR+= tex-context-cmscbf +SUBDIR+= tex-context-cmscbf-doc SUBDIR+= tex-context-construction-plan SUBDIR+= tex-context-construction-plan-doc SUBDIR+= tex-context-cyrillicnumbers diff --git a/print/tex-context-cmscbf-doc/DESCR b/print/tex-context-cmscbf-doc/DESCR new file mode 100644 index 00000000000..14bc726ed27 --- /dev/null +++ b/print/tex-context-cmscbf-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-context-cmscbf. diff --git a/print/tex-context-cmscbf-doc/Makefile b/print/tex-context-cmscbf-doc/Makefile new file mode 100644 index 00000000000..26d1e97463c --- /dev/null +++ b/print/tex-context-cmscbf-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2022/04/18 04:21:05 markd Exp $ + +DISTNAME= context-cmscbf.doc +PKGNAME= tex-${DISTNAME:S/./-/}-20060912 +TEXLIVE_REV= 47085 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/context-cmscbf +COMMENT= Documentation for tex-context-cmscbf +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-context-cmscbf-doc/PLIST b/print/tex-context-cmscbf-doc/PLIST new file mode 100644 index 00000000000..ae3343f7b14 --- /dev/null +++ b/print/tex-context-cmscbf-doc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:21:05 markd Exp $ +share/texmf-dist/doc/context/third/cmscbf/VERSION +share/texmf-dist/doc/context/third/cmscbf/cmscbf-demo.pdf +share/texmf-dist/doc/context/third/cmscbf/cmscbf-doc.pdf diff --git a/print/tex-context-cmscbf-doc/distinfo b/print/tex-context-cmscbf-doc/distinfo new file mode 100644 index 00000000000..c531b28d307 --- /dev/null +++ b/print/tex-context-cmscbf-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/04/18 04:21:05 markd Exp $ + +BLAKE2s (context-cmscbf.doc.r47085.tar.xz) = 5b218f2d0b92c0fc99ddb54ea06dc4e8097faab5977d4c6e55fc5103e1756e5d +SHA512 (context-cmscbf.doc.r47085.tar.xz) = 8f45989c08f09381ccbf2942a08c0b13792917a18d5b2e92fb45c7ac2f4b4538f5ffd633da0348e12835c03a6f79b0ea7044f1ebea5770365a83d2d097a56df4 +Size (context-cmscbf.doc.r47085.tar.xz) = 162748 bytes diff --git a/print/tex-context-cmscbf/DESCR b/print/tex-context-cmscbf/DESCR new file mode 100644 index 00000000000..97f749117f4 --- /dev/null +++ b/print/tex-context-cmscbf/DESCR @@ -0,0 +1,3 @@ +The module makes provision for bold caps and small caps CM +fonts, in ConTeXt. Such a font may be found in the Computer +Modern 'extra bold' font set. diff --git a/print/tex-context-cmscbf/Makefile b/print/tex-context-cmscbf/Makefile new file mode 100644 index 00000000000..1983cd41bf5 --- /dev/null +++ b/print/tex-context-cmscbf/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2022/04/18 04:21:04 markd Exp $ + +DISTNAME= context-cmscbf +PKGNAME= tex-${DISTNAME}-20060912 +TEXLIVE_REV= 47085 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/context-cmscbf +COMMENT= Use Computer Modern bold Caps and Small-caps in ConTeXt +LICENSE= gnu-gpl-v2 + +DEPENDS+= tex-context-[0-9]*:../../print/tex-context + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-context-cmscbf/PLIST b/print/tex-context-cmscbf/PLIST new file mode 100644 index 00000000000..98e75bf7781 --- /dev/null +++ b/print/tex-context-cmscbf/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:21:04 markd Exp $ +share/texmf-dist/tex/context/third/cmscbf/t-cmscbf.tex diff --git a/print/tex-context-cmscbf/distinfo b/print/tex-context-cmscbf/distinfo new file mode 100644 index 00000000000..e828561489d --- /dev/null +++ b/print/tex-context-cmscbf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/04/18 04:21:04 markd Exp $ + +BLAKE2s (context-cmscbf.r47085.tar.xz) = d54f5bfc7729179a79a8f45bc8f5931ac15c2790aee542be3b4b97f3a17a0747 +SHA512 (context-cmscbf.r47085.tar.xz) = cb0e5849ac3168a4ecdd1545edd029a1622ecf1c46d29eec97b28a66f65305e6b4d3a9c83e24d78e1596c8009ad5c9a0e25fa7e09448c3e0ea492e62bc933ea8 +Size (context-cmscbf.r47085.tar.xz) = 1224 bytes |