pkgsrc-Changes archive

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

CVS commit: pkgsrc/math



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri May 22 03:10:33 UTC 2020

Added Files:
        pkgsrc/math/tex-minifp: DESCR Makefile PLIST distinfo
        pkgsrc/math/tex-minifp-doc: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/tex-minifp/DESCR \
    pkgsrc/math/tex-minifp/Makefile pkgsrc/math/tex-minifp/PLIST \
    pkgsrc/math/tex-minifp/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/tex-minifp-doc/DESCR \
    pkgsrc/math/tex-minifp-doc/Makefile pkgsrc/math/tex-minifp-doc/PLIST \
    pkgsrc/math/tex-minifp-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/tex-minifp/DESCR
diff -u /dev/null pkgsrc/math/tex-minifp/DESCR:1.1
--- /dev/null   Fri May 22 03:10:33 2020
+++ pkgsrc/math/tex-minifp/DESCR        Fri May 22 03:10:33 2020
@@ -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.
Index: pkgsrc/math/tex-minifp/Makefile
diff -u /dev/null pkgsrc/math/tex-minifp/Makefile:1.1
--- /dev/null   Fri May 22 03:10:33 2020
+++ pkgsrc/math/tex-minifp/Makefile     Fri May 22 03:10:33 2020
@@ -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"
Index: pkgsrc/math/tex-minifp/PLIST
diff -u /dev/null pkgsrc/math/tex-minifp/PLIST:1.1
--- /dev/null   Fri May 22 03:10:33 2020
+++ pkgsrc/math/tex-minifp/PLIST        Fri May 22 03:10:33 2020
@@ -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
Index: pkgsrc/math/tex-minifp/distinfo
diff -u /dev/null pkgsrc/math/tex-minifp/distinfo:1.1
--- /dev/null   Fri May 22 03:10:33 2020
+++ pkgsrc/math/tex-minifp/distinfo     Fri May 22 03:10:33 2020
@@ -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

Index: pkgsrc/math/tex-minifp-doc/DESCR
diff -u /dev/null pkgsrc/math/tex-minifp-doc/DESCR:1.1
--- /dev/null   Fri May 22 03:10:33 2020
+++ pkgsrc/math/tex-minifp-doc/DESCR    Fri May 22 03:10:33 2020
@@ -0,0 +1 @@
+Documentation for tex-minifp.
Index: pkgsrc/math/tex-minifp-doc/Makefile
diff -u /dev/null pkgsrc/math/tex-minifp-doc/Makefile:1.1
--- /dev/null   Fri May 22 03:10:33 2020
+++ pkgsrc/math/tex-minifp-doc/Makefile Fri May 22 03:10:33 2020
@@ -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"
Index: pkgsrc/math/tex-minifp-doc/PLIST
diff -u /dev/null pkgsrc/math/tex-minifp-doc/PLIST:1.1
--- /dev/null   Fri May 22 03:10:33 2020
+++ pkgsrc/math/tex-minifp-doc/PLIST    Fri May 22 03:10:33 2020
@@ -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
Index: pkgsrc/math/tex-minifp-doc/distinfo
diff -u /dev/null pkgsrc/math/tex-minifp-doc/distinfo:1.1
--- /dev/null   Fri May 22 03:10:33 2020
+++ pkgsrc/math/tex-minifp-doc/distinfo Fri May 22 03:10:33 2020
@@ -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



Home | Main Index | Thread Index | Old Index