pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-scalerel{,-doc}: Add version 1.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8d99eb7ffb8
branches:  trunk
changeset: 377219:e8d99eb7ffb8
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 18 03:33:09 2022 +0000

description:
tex-scalerel{,-doc}: Add version 1.8

The package provides four commands for vertically scaling and
stretching objects. Its primary function is the ability to
scale/stretch and shift one object to conform to the size of a
specified second object. This feature can be useful in both
equations and schematic diagrams. Additionally, the scaling and
stretching commands offer constraints on maximum width and/or
minimum aspect ratio, which are often used to preserve
legibility or for the sake of general appearance.

diffstat:

 print/Makefile                  |   4 +++-
 print/tex-scalerel-doc/DESCR    |   1 +
 print/tex-scalerel-doc/Makefile |  13 +++++++++++++
 print/tex-scalerel-doc/PLIST    |   4 ++++
 print/tex-scalerel-doc/distinfo |   5 +++++
 print/tex-scalerel/DESCR        |   8 ++++++++
 print/tex-scalerel/Makefile     |  13 +++++++++++++
 print/tex-scalerel/PLIST        |   2 ++
 print/tex-scalerel/distinfo     |   5 +++++
 9 files changed, 54 insertions(+), 1 deletions(-)

diffs (101 lines):

diff -r d270237628b3 -r e8d99eb7ffb8 print/Makefile
--- a/print/Makefile    Mon Apr 18 03:30:14 2022 +0000
+++ b/print/Makefile    Mon Apr 18 03:33:09 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.842 2022/04/18 03:30:14 markd Exp $
+# $NetBSD: Makefile,v 1.843 2022/04/18 03:33:09 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1379,6 +1379,8 @@
 SUBDIR+=       tex-savesym
 SUBDIR+=       tex-scale
 SUBDIR+=       tex-scale-doc
+SUBDIR+=       tex-scalerel
+SUBDIR+=       tex-scalerel-doc
 SUBDIR+=       tex-schulschriften
 SUBDIR+=       tex-schulschriften-doc
 SUBDIR+=       tex-schwalbe-chess
diff -r d270237628b3 -r e8d99eb7ffb8 print/tex-scalerel-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-scalerel-doc/DESCR      Mon Apr 18 03:33:09 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-scalerel.
diff -r d270237628b3 -r e8d99eb7ffb8 print/tex-scalerel-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-scalerel-doc/Makefile   Mon Apr 18 03:33:09 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:33:09 markd Exp $
+
+DISTNAME=      scalerel.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.8
+TEXLIVE_REV=   42809
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/scalerel
+COMMENT=       Documentation for tex-scalerel
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d270237628b3 -r e8d99eb7ffb8 print/tex-scalerel-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-scalerel-doc/PLIST      Mon Apr 18 03:33:09 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:33:09 markd Exp $
+share/texmf-dist/doc/latex/scalerel/README
+share/texmf-dist/doc/latex/scalerel/scalerel.pdf
+share/texmf-dist/doc/latex/scalerel/scalerel.tex
diff -r d270237628b3 -r e8d99eb7ffb8 print/tex-scalerel-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-scalerel-doc/distinfo   Mon Apr 18 03:33:09 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:33:09 markd Exp $
+
+BLAKE2s (scalerel.doc.r42809.tar.xz) = 29f25f90375fdef19fb6c034d111c18afeb76be99a6d6ade29b634562e15903b
+SHA512 (scalerel.doc.r42809.tar.xz) = 1533997bed3ce5499a1285a6db03be20f28fe70b1ebbac5d117e692c53068ecbe7f8082cd5f93c753bbfc1eb4fb3b78372c7b14f5e2c636398f37dbc17972d97
+Size (scalerel.doc.r42809.tar.xz) = 330228 bytes
diff -r d270237628b3 -r e8d99eb7ffb8 print/tex-scalerel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-scalerel/DESCR  Mon Apr 18 03:33:09 2022 +0000
@@ -0,0 +1,8 @@
+The package provides four commands for vertically scaling and
+stretching objects. Its primary function is the ability to
+scale/stretch and shift one object to conform to the size of a
+specified second object. This feature can be useful in both
+equations and schematic diagrams. Additionally, the scaling and
+stretching commands offer constraints on maximum width and/or
+minimum aspect ratio, which are often used to preserve
+legibility or for the sake of general appearance.
diff -r d270237628b3 -r e8d99eb7ffb8 print/tex-scalerel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-scalerel/Makefile       Mon Apr 18 03:33:09 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:33:09 markd Exp $
+
+DISTNAME=      scalerel
+PKGNAME=       tex-${DISTNAME}-1.8
+TEXLIVE_REV=   42809
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/scalerel
+COMMENT=       Constrained scaling and stretching of objects
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d270237628b3 -r e8d99eb7ffb8 print/tex-scalerel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-scalerel/PLIST  Mon Apr 18 03:33:09 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:33:09 markd Exp $
+share/texmf-dist/tex/latex/scalerel/scalerel.sty
diff -r d270237628b3 -r e8d99eb7ffb8 print/tex-scalerel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-scalerel/distinfo       Mon Apr 18 03:33:09 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:33:09 markd Exp $
+
+BLAKE2s (scalerel.r42809.tar.xz) = e8ef212bb233035e9c0c685b8bc807c43882268e0f74245edfc277054f3848b8
+SHA512 (scalerel.r42809.tar.xz) = 0b0a996bbed0fc185714f84e32c76e5a9277137d3d8dcc6b12b516afa97f3c80b2684c3c22af8717bb3e6acca267a3862c1244df7cb71eca61b10074fe1c3a89
+Size (scalerel.r42809.tar.xz) = 3052 bytes



Home | Main Index | Thread Index | Old Index