pkgsrc-WIP-changes archive

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

wip/tex-xint{,-doc}: import tex-xint{,-doc}-1.4m



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Sep 11 23:09:45 2024 +0200
Changeset:	ff74a824d7dcd78c1d123615d022ea4474b45dcc

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

Log Message:
wip/tex-xint{,-doc}: import tex-xint{,-doc}-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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ff74a824d7dcd78c1d123615d022ea4474b45dcc

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

diffstat:
 Makefile              |  2 ++
 tex-xint-doc/DESCR    |  1 +
 tex-xint-doc/Makefile | 16 ++++++++++++++++
 tex-xint-doc/PLIST    |  5 +++++
 tex-xint-doc/distinfo |  5 +++++
 tex-xint/DESCR        | 22 ++++++++++++++++++++++
 tex-xint/Makefile     | 20 ++++++++++++++++++++
 tex-xint/PLIST        | 13 +++++++++++++
 tex-xint/distinfo     |  5 +++++
 9 files changed, 89 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a01e672c04..af8291911d 100644
--- a/Makefile
+++ b/Makefile
@@ -5499,6 +5499,8 @@ SUBDIR+=	tex-texlive-ja-doc
 SUBDIR+=	tex-tzplot
 SUBDIR+=	tex-tzplot-doc
 SUBDIR+=	tex-uptex-doc
+SUBDIR+=	tex-xint
+SUBDIR+=	tex-xint-doc
 SUBDIR+=	textile-mode
 SUBDIR+=	tflint
 SUBDIR+=	tfschema
diff --git a/tex-xint-doc/DESCR b/tex-xint-doc/DESCR
new file mode 100644
index 0000000000..46bc49abdd
--- /dev/null
+++ b/tex-xint-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-xint.
diff --git a/tex-xint-doc/Makefile b/tex-xint-doc/Makefile
new file mode 100644
index 0000000000..5ceef117e4
--- /dev/null
+++ b/tex-xint-doc/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	xint.doc
+PKGNAME=	tex-${DISTNAME:S/./-/}-1.4m
+TEXLIVE_REV=	63562
+
+TEXLIVE_USE_CTAN=	yes
+TEXLIVE_UNVERSIONED=	yes
+
+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"
diff --git a/tex-xint-doc/PLIST b/tex-xint-doc/PLIST
new file mode 100644
index 0000000000..dbcf2fe8d5
--- /dev/null
+++ b/tex-xint-doc/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+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
diff --git a/tex-xint-doc/distinfo b/tex-xint-doc/distinfo
new file mode 100644
index 0000000000..a92fd3af44
--- /dev/null
+++ b/tex-xint-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tex-xint-63562/xint.doc.tar.xz) = f9c09588c6500f7a46beeae13fcaaa0f21c330aaff60cf086aba2eba363e55c5
+SHA512 (tex-xint-63562/xint.doc.tar.xz) = a1ecb80e4ebb43b5b3979493f426b89d7b952c03a388f3eb36d3496506820b97e15926736f44f94195336224e3d382139458ad8c6f6060bb5129ce4edf9d3e39
+Size (tex-xint-63562/xint.doc.tar.xz) = 3584228 bytes
diff --git a/tex-xint/DESCR b/tex-xint/DESCR
new file mode 100644
index 0000000000..e9a6f04e8a
--- /dev/null
+++ b/tex-xint/DESCR
@@ -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.
diff --git a/tex-xint/Makefile b/tex-xint/Makefile
new file mode 100644
index 0000000000..d1f5481684
--- /dev/null
+++ b/tex-xint/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	xint
+PKGNAME=	tex-${DISTNAME}-1.4m
+TEXLIVE_REV=	63562
+
+TEXLIVE_USE_CTAN=	yes
+TEXLIVE_UNVERSIONED=	yes
+
+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]*:../../wip/tex-poormanlog
+
+# catalogue-alias xintexpr
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-xint/PLIST b/tex-xint/PLIST
new file mode 100644
index 0000000000..bdc0fccad5
--- /dev/null
+++ b/tex-xint/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+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
diff --git a/tex-xint/distinfo b/tex-xint/distinfo
new file mode 100644
index 0000000000..e4aaa4b312
--- /dev/null
+++ b/tex-xint/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tex-xint-63562/xint.tar.xz) = e937f9c3d1852960982c4bb9941a02984cdfdd281f90d9820ef1822a9cc45d9d
+SHA512 (tex-xint-63562/xint.tar.xz) = 7c98cd18683bc57dbae80c74fcf30995519f5c6176b5af4865ecf3adce844ac0a58c5cef2bb96e30f9d244da37effbc0b164a544dbdfb9f69ef0314c0be1436b
+Size (tex-xint-63562/xint.tar.xz) = 80860 bytes


Home | Main Index | Thread Index | Old Index