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: Wed May 14 12:08:28 UTC 2025
Modified Files:
pkgsrc/math: Makefile
Added Files:
pkgsrc/math/tex-poormanlog: DESCR Makefile PLIST distinfo
pkgsrc/math/tex-poormanlog-doc: DESCR Makefile PLIST distinfo
Log Message:
tex-poormanlog{,-doc}: add version 0.07
This small package (usable with Plain e-TeX, LaTeX, or others)
with no dependencies provides two fast expandable macros
computing logarithms in base 10 and fractional powers of 10.
They handle arguments of 9 digit tokens which stand for either
1 <= d.dddddddd < 10 (for the log) or 0.xxxxxxxxx (for powers
of 10). They achieve a precision of 1ulp for the logarithm and
2ulp for fractional powers of ten. Extension to other numerical
ranges has to be done by user, via own macros or some math
engine. The xintexpr package (at 1.3f) imports the poormanlog
macros as core constituents of its log10(), pow10(), log(),
exp() and pow() functions.
To generate a diff of this commit:
cvs rdiff -u -r1.621 -r1.622 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/tex-poormanlog/DESCR \
pkgsrc/math/tex-poormanlog/Makefile pkgsrc/math/tex-poormanlog/PLIST \
pkgsrc/math/tex-poormanlog/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/tex-poormanlog-doc/DESCR \
pkgsrc/math/tex-poormanlog-doc/Makefile \
pkgsrc/math/tex-poormanlog-doc/PLIST \
pkgsrc/math/tex-poormanlog-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.621 pkgsrc/math/Makefile:1.622
--- pkgsrc/math/Makefile:1.621 Fri Mar 7 15:58:10 2025
+++ pkgsrc/math/Makefile Wed May 14 12:08:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.621 2025/03/07 15:58:10 pho Exp $
+# $NetBSD: Makefile,v 1.622 2025/05/14 12:08:27 markd Exp $
COMMENT= Mathematics
@@ -517,6 +517,8 @@ SUBDIR+= tex-minifp
SUBDIR+= tex-minifp-doc
SUBDIR+= tex-physics
SUBDIR+= tex-physics-doc
+SUBDIR+= tex-poormanlog
+SUBDIR+= tex-poormanlog-doc
SUBDIR+= tex-unicode-math
SUBDIR+= tex-unicode-math-doc
SUBDIR+= tex-zhnumber
Added files:
Index: pkgsrc/math/tex-poormanlog/DESCR
diff -u /dev/null pkgsrc/math/tex-poormanlog/DESCR:1.1
--- /dev/null Wed May 14 12:08:28 2025
+++ pkgsrc/math/tex-poormanlog/DESCR Wed May 14 12:08:27 2025
@@ -0,0 +1,11 @@
+This small package (usable with Plain e-TeX, LaTeX, or others)
+with no dependencies provides two fast expandable macros
+computing logarithms in base 10 and fractional powers of 10.
+They handle arguments of 9 digit tokens which stand for either
+1 <= d.dddddddd < 10 (for the log) or 0.xxxxxxxxx (for powers
+of 10). They achieve a precision of 1ulp for the logarithm and
+2ulp for fractional powers of ten. Extension to other numerical
+ranges has to be done by user, via own macros or some math
+engine. The xintexpr package (at 1.3f) imports the poormanlog
+macros as core constituents of its log10(), pow10(), log(),
+exp() and pow() functions.
Index: pkgsrc/math/tex-poormanlog/Makefile
diff -u /dev/null pkgsrc/math/tex-poormanlog/Makefile:1.1
--- /dev/null Wed May 14 12:08:28 2025
+++ pkgsrc/math/tex-poormanlog/Makefile Wed May 14 12:08:27 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/05/14 12:08:27 markd Exp $
+
+DISTNAME= poormanlog
+PKGNAME= tex-${DISTNAME}-0.07
+TEXLIVE_REV= 63400
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/poormanlog
+COMMENT= Logarithms and powers with (almost) 9 digits
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/tex-poormanlog/PLIST
diff -u /dev/null pkgsrc/math/tex-poormanlog/PLIST:1.1
--- /dev/null Wed May 14 12:08:28 2025
+++ pkgsrc/math/tex-poormanlog/PLIST Wed May 14 12:08:27 2025
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/14 12:08:27 markd Exp $
+share/texmf-dist/tex/generic/poormanlog/poormanlog.sty
+share/texmf-dist/tex/generic/poormanlog/poormanlog.tex
Index: pkgsrc/math/tex-poormanlog/distinfo
diff -u /dev/null pkgsrc/math/tex-poormanlog/distinfo:1.1
--- /dev/null Wed May 14 12:08:28 2025
+++ pkgsrc/math/tex-poormanlog/distinfo Wed May 14 12:08:27 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/14 12:08:27 markd Exp $
+
+BLAKE2s (poormanlog.r63400.tar.xz) = 1fec838fc66a309b35aa31ca645f5926e84aa736c920eb56f7ea9681c02e3ced
+SHA512 (poormanlog.r63400.tar.xz) = e67561e7818e8ff9e02a43c02b8b992a26bef477176ce36eebaea37f56ea182bc9bedcfa56ffd8581b5d696698718d87f5319ac93d79032c4c27780ceb964851
+Size (poormanlog.r63400.tar.xz) = 3812 bytes
Index: pkgsrc/math/tex-poormanlog-doc/DESCR
diff -u /dev/null pkgsrc/math/tex-poormanlog-doc/DESCR:1.1
--- /dev/null Wed May 14 12:08:28 2025
+++ pkgsrc/math/tex-poormanlog-doc/DESCR Wed May 14 12:08:28 2025
@@ -0,0 +1 @@
+Documentation for tex-poormanlog.
Index: pkgsrc/math/tex-poormanlog-doc/Makefile
diff -u /dev/null pkgsrc/math/tex-poormanlog-doc/Makefile:1.1
--- /dev/null Wed May 14 12:08:28 2025
+++ pkgsrc/math/tex-poormanlog-doc/Makefile Wed May 14 12:08:28 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/05/14 12:08:28 markd Exp $
+
+DISTNAME= poormanlog.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.07
+TEXLIVE_REV= 63400
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/poormanlog
+COMMENT= Documentation for tex-poormanlog
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/tex-poormanlog-doc/PLIST
diff -u /dev/null pkgsrc/math/tex-poormanlog-doc/PLIST:1.1
--- /dev/null Wed May 14 12:08:28 2025
+++ pkgsrc/math/tex-poormanlog-doc/PLIST Wed May 14 12:08:28 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/14 12:08:28 markd Exp $
+share/texmf-dist/doc/generic/poormanlog/README
Index: pkgsrc/math/tex-poormanlog-doc/distinfo
diff -u /dev/null pkgsrc/math/tex-poormanlog-doc/distinfo:1.1
--- /dev/null Wed May 14 12:08:28 2025
+++ pkgsrc/math/tex-poormanlog-doc/distinfo Wed May 14 12:08:28 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/14 12:08:28 markd Exp $
+
+BLAKE2s (poormanlog.doc.r63400.tar.xz) = ede8f0242576ddfae71de6ec47aedcc2b5cf46c17519796da13d204f7201ba67
+SHA512 (poormanlog.doc.r63400.tar.xz) = 7d99c4036411bd892bc0a520a42c5e2a1c1077c89e58e1be8a9fc991b87da3d22871e75669c814358701d17add447a7e6546a33a8ada55f55ce0814296273f91
+Size (poormanlog.doc.r63400.tar.xz) = 2092 bytes
Home |
Main Index |
Thread Index |
Old Index