Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math tex-minifp{,-doc}: Add version 0.96



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb1a84b5a089
branches:  trunk
changeset: 432422:eb1a84b5a089
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri May 22 03:10:33 2020 +0000

description:
tex-minifp{,-doc}: Add version 0.96

The package provides basic arithmetic operations to 8 decimal
places for plain TeX or LaTeX. Results are exact when they fit
within the digit limits. Along with the basic package is an
optional extension that adds computation of sin, cos, log,
sqrt, exp, powers and angles. These are also exact when
theoretically possible and are otherwise accurate to at least 7
decimal places. In addition, the package provides a stack-based
programing environment.

diffstat:

 math/tex-minifp-doc/DESCR    |   1 +
 math/tex-minifp-doc/Makefile |  13 +++++++++++++
 math/tex-minifp-doc/PLIST    |   5 +++++
 math/tex-minifp-doc/distinfo |   6 ++++++
 math/tex-minifp/DESCR        |   8 ++++++++
 math/tex-minifp/Makefile     |  13 +++++++++++++
 math/tex-minifp/PLIST        |   3 +++
 math/tex-minifp/distinfo     |   6 ++++++
 8 files changed, 55 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r 8111a6a64379 -r eb1a84b5a089 math/tex-minifp-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-minifp-doc/DESCR Fri May 22 03:10:33 2020 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-minifp.
diff -r 8111a6a64379 -r eb1a84b5a089 math/tex-minifp-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-minifp-doc/Makefile      Fri May 22 03:10:33 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/05/22 03:10:33 markd Exp $
+
+DISTNAME=      minifp.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.96
+TEXLIVE_REV=   32559
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/minifp
+COMMENT=       Documentation for tex-minifp
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8111a6a64379 -r eb1a84b5a089 math/tex-minifp-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-minifp-doc/PLIST Fri May 22 03:10:33 2020 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/22 03:10:33 markd Exp $
+share/texmf-dist/doc/generic/minifp/README
+share/texmf-dist/doc/generic/minifp/minifp.pdf
+share/texmf-dist/doc/generic/minifp/test1.tex
+share/texmf-dist/doc/generic/minifp/test2.tex
diff -r 8111a6a64379 -r eb1a84b5a089 math/tex-minifp-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-minifp-doc/distinfo      Fri May 22 03:10:33 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/22 03:10:33 markd Exp $
+
+SHA1 (minifp.doc.r32559.tar.xz) = 7aa78ebcf4d9f69fffdefab562adcd2af8042ffd
+RMD160 (minifp.doc.r32559.tar.xz) = b0019d523db7c4c3659d5516609db0154e0135cb
+SHA512 (minifp.doc.r32559.tar.xz) = 56e1b71f8289c126df12091cf155c8c05f05a391abd40ff6ce0b84bb7620630a80747e23c25bbb4276aa5d110314076f61da72683b6846a44a53ad3515b91670
+Size (minifp.doc.r32559.tar.xz) = 435560 bytes
diff -r 8111a6a64379 -r eb1a84b5a089 math/tex-minifp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-minifp/DESCR     Fri May 22 03:10:33 2020 +0000
@@ -0,0 +1,8 @@
+The package provides basic arithmetic operations to 8 decimal
+places for plain TeX or LaTeX. Results are exact when they fit
+within the digit limits. Along with the basic package is an
+optional extension that adds computation of sin, cos, log,
+sqrt, exp, powers and angles. These are also exact when
+theoretically possible and are otherwise accurate to at least 7
+decimal places. In addition, the package provides a stack-based
+programing environment.
diff -r 8111a6a64379 -r eb1a84b5a089 math/tex-minifp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-minifp/Makefile  Fri May 22 03:10:33 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/05/22 03:10:33 markd Exp $
+
+DISTNAME=      minifp
+PKGNAME=       tex-${DISTNAME}-0.96
+TEXLIVE_REV=   32559
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/minifp
+COMMENT=       Fixed-point real computations to 8 decimals
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8111a6a64379 -r eb1a84b5a089 math/tex-minifp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-minifp/PLIST     Fri May 22 03:10:33 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/22 03:10:33 markd Exp $
+share/texmf-dist/tex/generic/minifp/mfpextra.tex
+share/texmf-dist/tex/generic/minifp/minifp.sty
diff -r 8111a6a64379 -r eb1a84b5a089 math/tex-minifp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-minifp/distinfo  Fri May 22 03:10:33 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/22 03:10:33 markd Exp $
+
+SHA1 (minifp.r32559.tar.xz) = 1f00d8234672e1c72dccbd984f858efe16972c85
+RMD160 (minifp.r32559.tar.xz) = 2a7a1e78fd51179bfb3a31c47d3172803d808bfd
+SHA512 (minifp.r32559.tar.xz) = 412bbd3466eee82a99b43d6f4a5998a0a22b20c2d51621368ecba1084010a5333bda9e221b07dcfc6ddea8810edd0dcf60c2be6f926ca0da33071e6a812108d9
+Size (minifp.r32559.tar.xz) = 10000 bytes



Home | Main Index | Thread Index | Old Index