pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Added print/tex-anyfontsize version 1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9587a2da8cb
branches:  trunk
changeset: 372942:c9587a2da8cb
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed Feb 02 15:23:39 2022 +0000

description:
Added print/tex-anyfontsize version 1.6

The package allows the to user select any font size (via e.g.
\fontsize{...}{...}\selectfont), even those sizes that are not
listed in the .fd file. If such a size is requested, LaTeX will
search for and select the nearest listed size; anyfontsize will
then scale the font to the size actually requested.

diffstat:

 doc/CHANGES-2022               |   3 ++-
 print/Makefile                 |   3 ++-
 print/tex-anyfontsize/DESCR    |   5 +++++
 print/tex-anyfontsize/Makefile |  15 +++++++++++++++
 print/tex-anyfontsize/PLIST    |   2 ++
 print/tex-anyfontsize/distinfo |   6 ++++++
 6 files changed, 32 insertions(+), 2 deletions(-)

diffs (75 lines):

diff -r b73b40578fba -r c9587a2da8cb doc/CHANGES-2022
--- a/doc/CHANGES-2022  Wed Feb 02 15:19:02 2022 +0000
+++ b/doc/CHANGES-2022  Wed Feb 02 15:23:39 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.576 2022/02/02 15:19:02 manu Exp $
+$NetBSD: CHANGES-2022,v 1.577 2022/02/02 15:23:39 manu Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -750,3 +750,4 @@
        Updated textproc/hgrep to 0.2.3 [pin 2022-02-02]
        Updated net/nagios-plugin-dotpid to 0.7 [manu 2022-02-02]
        Added print/tex-tikzpagenodes version 1.1 [manu 2022-02-02]
+       Added print/tex-anyfontsize version 1.6 [manu 2022-02-02]
diff -r b73b40578fba -r c9587a2da8cb print/Makefile
--- a/print/Makefile    Wed Feb 02 15:19:02 2022 +0000
+++ b/print/Makefile    Wed Feb 02 15:23:39 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.817 2022/02/02 15:19:02 manu Exp $
+# $NetBSD: Makefile,v 1.818 2022/02/02 15:23:40 manu Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -227,6 +227,7 @@
 SUBDIR+=       tex-answers-doc
 SUBDIR+=       tex-antomega
 SUBDIR+=       tex-antomega-doc
+SUBDIR+=       tex-anyfontsize
 SUBDIR+=       tex-anysize
 SUBDIR+=       tex-anysize-doc
 SUBDIR+=       tex-apa6
diff -r b73b40578fba -r c9587a2da8cb print/tex-anyfontsize/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-anyfontsize/DESCR       Wed Feb 02 15:23:39 2022 +0000
@@ -0,0 +1,5 @@
+The package allows the to user select any font size (via e.g.
+\fontsize{...}{...}\selectfont), even those sizes that are not
+listed in the .fd file. If such a size is requested, LaTeX will
+search for and select the nearest listed size; anyfontsize will
+then scale the font to the size actually requested.
diff -r b73b40578fba -r c9587a2da8cb print/tex-anyfontsize/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-anyfontsize/Makefile    Wed Feb 02 15:23:39 2022 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2022/02/02 15:23:40 manu Exp $
+
+DISTNAME=      anyfontsize
+PKGNAME=       tex-${DISTNAME}-1.6
+TEXLIVE_REV=   17050
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/anyfontsize
+COMMENT=       Select any font size in LaTeX
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b73b40578fba -r c9587a2da8cb print/tex-anyfontsize/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-anyfontsize/PLIST       Wed Feb 02 15:23:39 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/02 15:23:40 manu Exp $
+share/texmf-dist/tex/latex/anyfontsize/anyfontsize.sty
diff -r b73b40578fba -r c9587a2da8cb print/tex-anyfontsize/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-anyfontsize/distinfo    Wed Feb 02 15:23:39 2022 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2022/02/02 15:23:40 manu Exp $
+
+SHA1 (anyfontsize.r17050.tar.xz) = 631f40de4433faba19f7a3365808c309c7ad1d2d
+RMD160 (anyfontsize.r17050.tar.xz) = 276cf25600fa2f9d8a226187c62de6e4cb284f2e
+SHA512 (anyfontsize.r17050.tar.xz) = 31d1c235d011998043663bc1f5729bd40c5b90996627038be612115daef2b3526c9e616b16c251d6b653d5bad82beee62a7dcfc3b8c10feec0850729afb294ea
+Size (anyfontsize.r17050.tar.xz) = 2112 bytes



Home | Main Index | Thread Index | Old Index