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:14:33 UTC 2025

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

Log Message:
tex-xint{,-doc}: add version 1.4m

The xint bundle main modules are: xinttools utilities of
independent interest such as expandable and non-expandable
loops, xintcore expandable macros implementing addition,
subtraction, multiplication, division, and powers for
arbitrarily long integers, xint extension of xintcore, xintfrac
extends the scope of xint to decimal numbers, to numbers using
scientific notation and also to (exact) fractions, xintexpr
provides expandable parsers of numeric expressions using the
standard infix notations, parentheses, built-in functions, user
definable functions and variables (and more ...) which do
either exact evaluations (also with fractions) or floating
point evaluations under a user chosen precision. Further
modules of the bundle are: xintkernel (support macros for all
the bundle constituents), xintbinhex (conversion to and from
hexadecimal and binary bases), xintgcd (provides gcd() and
lcm() functions to xintexpr), xintseries (evaluates numerically
partial sums of series and power series with fractional
coefficients), and xintcfrac (dedicated to the computation and
display of continued fractions). All computations are
compatible with expansion-only context. The packages may be
used with Plain TeX, LaTeX, or (a priori) any other macro
format built upon TeX.


To generate a diff of this commit:
cvs rdiff -u -r1.622 -r1.623 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/tex-xint/DESCR \
    pkgsrc/math/tex-xint/Makefile pkgsrc/math/tex-xint/PLIST \
    pkgsrc/math/tex-xint/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/tex-xint-doc/DESCR \
    pkgsrc/math/tex-xint-doc/Makefile pkgsrc/math/tex-xint-doc/PLIST \
    pkgsrc/math/tex-xint-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.622 pkgsrc/math/Makefile:1.623
--- pkgsrc/math/Makefile:1.622  Wed May 14 12:08:27 2025
+++ pkgsrc/math/Makefile        Wed May 14 12:14:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.622 2025/05/14 12:08:27 markd Exp $
+# $NetBSD: Makefile,v 1.623 2025/05/14 12:14:32 markd Exp $
 
 COMMENT=       Mathematics
 
@@ -521,6 +521,8 @@ SUBDIR+=    tex-poormanlog
 SUBDIR+=       tex-poormanlog-doc
 SUBDIR+=       tex-unicode-math
 SUBDIR+=       tex-unicode-math-doc
+SUBDIR+=       tex-xint
+SUBDIR+=       tex-xint-doc
 SUBDIR+=       tex-zhnumber
 SUBDIR+=       tex-zhnumber-doc
 SUBDIR+=       texdrive

Added files:

Index: pkgsrc/math/tex-xint/DESCR
diff -u /dev/null pkgsrc/math/tex-xint/DESCR:1.1
--- /dev/null   Wed May 14 12:14:33 2025
+++ pkgsrc/math/tex-xint/DESCR  Wed May 14 12:14:32 2025
@@ -0,0 +1,22 @@
+The xint bundle main modules are: xinttools utilities of
+independent interest such as expandable and non-expandable
+loops, xintcore expandable macros implementing addition,
+subtraction, multiplication, division, and powers for
+arbitrarily long integers, xint extension of xintcore, xintfrac
+extends the scope of xint to decimal numbers, to numbers using
+scientific notation and also to (exact) fractions, xintexpr
+provides expandable parsers of numeric expressions using the
+standard infix notations, parentheses, built-in functions, user
+definable functions and variables (and more ...) which do
+either exact evaluations (also with fractions) or floating
+point evaluations under a user chosen precision. Further
+modules of the bundle are: xintkernel (support macros for all
+the bundle constituents), xintbinhex (conversion to and from
+hexadecimal and binary bases), xintgcd (provides gcd() and
+lcm() functions to xintexpr), xintseries (evaluates numerically
+partial sums of series and power series with fractional
+coefficients), and xintcfrac (dedicated to the computation and
+display of continued fractions). All computations are
+compatible with expansion-only context. The packages may be
+used with Plain TeX, LaTeX, or (a priori) any other macro
+format built upon TeX.
Index: pkgsrc/math/tex-xint/Makefile
diff -u /dev/null pkgsrc/math/tex-xint/Makefile:1.1
--- /dev/null   Wed May 14 12:14:33 2025
+++ pkgsrc/math/tex-xint/Makefile       Wed May 14 12:14:32 2025
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2025/05/14 12:14:32 markd Exp $
+
+DISTNAME=      xint
+PKGNAME=       tex-${DISTNAME}-1.4m
+TEXLIVE_REV=   63562
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/xint
+COMMENT=       Expandable operations on long numbers
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-poormanlog-[0-9]*:../../math/tex-poormanlog
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/tex-xint/PLIST
diff -u /dev/null pkgsrc/math/tex-xint/PLIST:1.1
--- /dev/null   Wed May 14 12:14:33 2025
+++ pkgsrc/math/tex-xint/PLIST  Wed May 14 12:14:32 2025
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/14 12:14:32 markd Exp $
+share/texmf-dist/tex/generic/xint/xint.sty
+share/texmf-dist/tex/generic/xint/xintbinhex.sty
+share/texmf-dist/tex/generic/xint/xintcfrac.sty
+share/texmf-dist/tex/generic/xint/xintcore.sty
+share/texmf-dist/tex/generic/xint/xintexpr.sty
+share/texmf-dist/tex/generic/xint/xintfrac.sty
+share/texmf-dist/tex/generic/xint/xintgcd.sty
+share/texmf-dist/tex/generic/xint/xintkernel.sty
+share/texmf-dist/tex/generic/xint/xintlog.sty
+share/texmf-dist/tex/generic/xint/xintseries.sty
+share/texmf-dist/tex/generic/xint/xinttools.sty
+share/texmf-dist/tex/generic/xint/xinttrig.sty
Index: pkgsrc/math/tex-xint/distinfo
diff -u /dev/null pkgsrc/math/tex-xint/distinfo:1.1
--- /dev/null   Wed May 14 12:14:33 2025
+++ pkgsrc/math/tex-xint/distinfo       Wed May 14 12:14:33 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/14 12:14:33 markd Exp $
+
+BLAKE2s (xint.r63562.tar.xz) = e937f9c3d1852960982c4bb9941a02984cdfdd281f90d9820ef1822a9cc45d9d
+SHA512 (xint.r63562.tar.xz) = 7c98cd18683bc57dbae80c74fcf30995519f5c6176b5af4865ecf3adce844ac0a58c5cef2bb96e30f9d244da37effbc0b164a544dbdfb9f69ef0314c0be1436b
+Size (xint.r63562.tar.xz) = 80860 bytes

Index: pkgsrc/math/tex-xint-doc/DESCR
diff -u /dev/null pkgsrc/math/tex-xint-doc/DESCR:1.1
--- /dev/null   Wed May 14 12:14:33 2025
+++ pkgsrc/math/tex-xint-doc/DESCR      Wed May 14 12:14:33 2025
@@ -0,0 +1 @@
+Documentation for tex-xint.
Index: pkgsrc/math/tex-xint-doc/Makefile
diff -u /dev/null pkgsrc/math/tex-xint-doc/Makefile:1.1
--- /dev/null   Wed May 14 12:14:33 2025
+++ pkgsrc/math/tex-xint-doc/Makefile   Wed May 14 12:14:33 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/05/14 12:14:33 markd Exp $
+
+DISTNAME=      xint.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.4m
+TEXLIVE_REV=   63562
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/xint
+COMMENT=       Documentation for tex-xint
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/tex-xint-doc/PLIST
diff -u /dev/null pkgsrc/math/tex-xint-doc/PLIST:1.1
--- /dev/null   Wed May 14 12:14:33 2025
+++ pkgsrc/math/tex-xint-doc/PLIST      Wed May 14 12:14:33 2025
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/14 12:14:33 markd Exp $
+share/texmf-dist/doc/generic/xint/CHANGES.html
+share/texmf-dist/doc/generic/xint/README.md
+share/texmf-dist/doc/generic/xint/sourcexint.pdf
+share/texmf-dist/doc/generic/xint/xint.pdf
Index: pkgsrc/math/tex-xint-doc/distinfo
diff -u /dev/null pkgsrc/math/tex-xint-doc/distinfo:1.1
--- /dev/null   Wed May 14 12:14:33 2025
+++ pkgsrc/math/tex-xint-doc/distinfo   Wed May 14 12:14:33 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/14 12:14:33 markd Exp $
+
+BLAKE2s (xint.doc.r63562.tar.xz) = f9c09588c6500f7a46beeae13fcaaa0f21c330aaff60cf086aba2eba363e55c5
+SHA512 (xint.doc.r63562.tar.xz) = a1ecb80e4ebb43b5b3979493f426b89d7b952c03a388f3eb36d3496506820b97e15926736f44f94195336224e3d382139458ad8c6f6060bb5129ce4edf9d3e39
+Size (xint.doc.r63562.tar.xz) = 3584228 bytes



Home | Main Index | Thread Index | Old Index