pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-context-cmttbf{,-doc}: Add version 20060912
details: https://anonhg.NetBSD.org/pkgsrc/rev/5fcb6ab986e3
branches: trunk
changeset: 377229:5fcb6ab986e3
user: markd <markd%pkgsrc.org@localhost>
date: Mon Apr 18 04:24:09 2022 +0000
description:
tex-context-cmttbf{,-doc}: Add version 20060912
The module makes provision for bold typewriter CM fonts, in
ConTeXt. Such a font may be found in the Computer Modern 'extra
bold' font set.
diffstat:
print/Makefile | 4 +++-
print/tex-context-cmttbf-doc/DESCR | 1 +
print/tex-context-cmttbf-doc/Makefile | 13 +++++++++++++
print/tex-context-cmttbf-doc/PLIST | 4 ++++
print/tex-context-cmttbf-doc/distinfo | 5 +++++
print/tex-context-cmttbf/DESCR | 3 +++
print/tex-context-cmttbf/Makefile | 15 +++++++++++++++
print/tex-context-cmttbf/PLIST | 2 ++
print/tex-context-cmttbf/distinfo | 5 +++++
9 files changed, 51 insertions(+), 1 deletions(-)
diffs (98 lines):
diff -r 58e74d39e718 -r 5fcb6ab986e3 print/Makefile
--- a/print/Makefile Mon Apr 18 04:21:04 2022 +0000
+++ b/print/Makefile Mon Apr 18 04:24:09 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.848 2022/04/18 04:21:04 markd Exp $
+# $NetBSD: Makefile,v 1.849 2022/04/18 04:24:09 markd Exp $
#
COMMENT= Desktop publishing
@@ -499,6 +499,8 @@
SUBDIR+= tex-context-chromato-doc
SUBDIR+= tex-context-cmscbf
SUBDIR+= tex-context-cmscbf-doc
+SUBDIR+= tex-context-cmttbf
+SUBDIR+= tex-context-cmttbf-doc
SUBDIR+= tex-context-construction-plan
SUBDIR+= tex-context-construction-plan-doc
SUBDIR+= tex-context-cyrillicnumbers
diff -r 58e74d39e718 -r 5fcb6ab986e3 print/tex-context-cmttbf-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-cmttbf-doc/DESCR Mon Apr 18 04:24:09 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-context-cmttbf.
diff -r 58e74d39e718 -r 5fcb6ab986e3 print/tex-context-cmttbf-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-cmttbf-doc/Makefile Mon Apr 18 04:24:09 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 04:24:09 markd Exp $
+
+DISTNAME= context-cmttbf.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-20060912
+TEXLIVE_REV= 47085
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/context-cmttbf
+COMMENT= Documentation for tex-context-cmttbf
+LICENSE= gnu-gpl-v2
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 58e74d39e718 -r 5fcb6ab986e3 print/tex-context-cmttbf-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-cmttbf-doc/PLIST Mon Apr 18 04:24:09 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:24:09 markd Exp $
+share/texmf-dist/doc/context/third/cmttbf/VERSION
+share/texmf-dist/doc/context/third/cmttbf/cmttbf-demo.pdf
+share/texmf-dist/doc/context/third/cmttbf/cmttbf-doc.pdf
diff -r 58e74d39e718 -r 5fcb6ab986e3 print/tex-context-cmttbf-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-cmttbf-doc/distinfo Mon Apr 18 04:24:09 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 04:24:09 markd Exp $
+
+BLAKE2s (context-cmttbf.doc.r47085.tar.xz) = 0cd26c2371f0e47175f4e7024e7a285bda2276f282e74222d818921b5df24f29
+SHA512 (context-cmttbf.doc.r47085.tar.xz) = 2b55367f236330a07120229902405213a495de2ba455f333bc23e1c1abbe0f0a4be16ee95415f613d41572916722e3d023a71698f74e5e37f34a8de4fdca6e47
+Size (context-cmttbf.doc.r47085.tar.xz) = 160724 bytes
diff -r 58e74d39e718 -r 5fcb6ab986e3 print/tex-context-cmttbf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-cmttbf/DESCR Mon Apr 18 04:24:09 2022 +0000
@@ -0,0 +1,3 @@
+The module makes provision for bold typewriter CM fonts, in
+ConTeXt. Such a font may be found in the Computer Modern 'extra
+bold' font set.
diff -r 58e74d39e718 -r 5fcb6ab986e3 print/tex-context-cmttbf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-cmttbf/Makefile Mon Apr 18 04:24:09 2022 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 04:24:09 markd Exp $
+
+DISTNAME= context-cmttbf
+PKGNAME= tex-${DISTNAME}-20060912
+TEXLIVE_REV= 47085
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/context-cmttbf
+COMMENT= Use Computer Modern Typewriter bold font 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 -r 58e74d39e718 -r 5fcb6ab986e3 print/tex-context-cmttbf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-cmttbf/PLIST Mon Apr 18 04:24:09 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:24:09 markd Exp $
+share/texmf-dist/tex/context/third/cmttbf/t-cmttbf.tex
diff -r 58e74d39e718 -r 5fcb6ab986e3 print/tex-context-cmttbf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-cmttbf/distinfo Mon Apr 18 04:24:09 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 04:24:09 markd Exp $
+
+BLAKE2s (context-cmttbf.r47085.tar.xz) = d8c04026eba1db687ede70c8b59153ee23b2292caa7c287e65a1d44e4f211008
+SHA512 (context-cmttbf.r47085.tar.xz) = e3bc048c09bfdf114efa25077fa4e6a6c20b4d0e2ba337cefa0a8a82348fd3376f82cae0c85b029b863b7a5db9d9552b4fc5f5487d5ed5f6d88484181ea98ced
+Size (context-cmttbf.r47085.tar.xz) = 1232 bytes
Home |
Main Index |
Thread Index |
Old Index