pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-etextools{,-doc}: Add version 3.1415926



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bef78b073ae
branches:  trunk
changeset: 377210:8bef78b073ae
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 18 03:06:43 2022 +0000

description:
tex-etextools{,-doc}: Add version 3.1415926

The package provides many (purely expandable) tools for LaTeX:
Extensive list management (csv lists, lists of single
tokens/characters, etoolbox lists); purely expandable loops
(csvloop, forcsvloop, etc.); conversion (csvtolist, etc.));
addition/deletion (csvadd, listdel, etc.); Expansion and group
control: \expandnext, \ExpandAfterCmds, \AfterGroup...; Tests
on tokens, characters and control sequences (\iffirstchar,
\ifiscs, \ifdefcount, \@ifchar...); Tests on strings
(\ifstrnum, \ifuppercase, \DeclareStringFilter...); Purely
expandable macros with options (\FE@testopt, \FE@ifstar) or
modifiers (\FE@modifiers); Some purely expandable numerics
(\interval, \locinterplin).

diffstat:

 print/Makefile                   |   4 +++-
 print/tex-etextools-doc/DESCR    |   1 +
 print/tex-etextools-doc/Makefile |  13 +++++++++++++
 print/tex-etextools-doc/PLIST    |   5 +++++
 print/tex-etextools-doc/distinfo |   5 +++++
 print/tex-etextools/DESCR        |  12 ++++++++++++
 print/tex-etextools/Makefile     |  17 +++++++++++++++++
 print/tex-etextools/PLIST        |   2 ++
 print/tex-etextools/distinfo     |   5 +++++
 9 files changed, 63 insertions(+), 1 deletions(-)

diffs (110 lines):

diff -r dd9e0e63dce3 -r 8bef78b073ae print/Makefile
--- a/print/Makefile    Mon Apr 18 03:03:01 2022 +0000
+++ b/print/Makefile    Mon Apr 18 03:06:43 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.833 2022/04/18 03:03:01 markd Exp $
+# $NetBSD: Makefile,v 1.834 2022/04/18 03:06:43 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -662,6 +662,8 @@
 SUBDIR+=       tex-etex-pkg-doc
 SUBDIR+=       tex-etexcmds
 SUBDIR+=       tex-etexcmds-doc
+SUBDIR+=       tex-etextools
+SUBDIR+=       tex-etextools-doc
 SUBDIR+=       tex-ethiop
 SUBDIR+=       tex-ethiop-doc
 SUBDIR+=       tex-etoc
diff -r dd9e0e63dce3 -r 8bef78b073ae print/tex-etextools-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etextools-doc/DESCR     Mon Apr 18 03:06:43 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-etextools.
diff -r dd9e0e63dce3 -r 8bef78b073ae print/tex-etextools-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etextools-doc/Makefile  Mon Apr 18 03:06:43 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:06:43 markd Exp $
+
+DISTNAME=      etextools.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-3.1415926
+TEXLIVE_REV=   20694
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/etextools
+COMMENT=       Documentation for tex-etextools
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r dd9e0e63dce3 -r 8bef78b073ae print/tex-etextools-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etextools-doc/PLIST     Mon Apr 18 03:06:43 2022 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:06:43 markd Exp $
+share/texmf-dist/doc/latex/etextools/README
+share/texmf-dist/doc/latex/etextools/etextools-examples.pdf
+share/texmf-dist/doc/latex/etextools/etextools-examples.tex
+share/texmf-dist/doc/latex/etextools/etextools.pdf
diff -r dd9e0e63dce3 -r 8bef78b073ae print/tex-etextools-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etextools-doc/distinfo  Mon Apr 18 03:06:43 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:06:43 markd Exp $
+
+BLAKE2s (etextools.doc.r20694.tar.xz) = 524783b94d8ebd8542a1f7408323c8960a2b3c1d23aefcb7923e467bd5922650
+SHA512 (etextools.doc.r20694.tar.xz) = 5a8d722f9e2e59d483c7421909b4a0f8719b0de81f2b8b95801f905d478624eb4df936f193eb3e4ad1e3f0c2d844c7672a5e2ab1c0ff0654ed88c66bee4802ef
+Size (etextools.doc.r20694.tar.xz) = 928644 bytes
diff -r dd9e0e63dce3 -r 8bef78b073ae print/tex-etextools/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etextools/DESCR Mon Apr 18 03:06:43 2022 +0000
@@ -0,0 +1,12 @@
+The package provides many (purely expandable) tools for LaTeX:
+Extensive list management (csv lists, lists of single
+tokens/characters, etoolbox lists); purely expandable loops
+(csvloop, forcsvloop, etc.); conversion (csvtolist, etc.));
+addition/deletion (csvadd, listdel, etc.); Expansion and group
+control: \expandnext, \ExpandAfterCmds, \AfterGroup...; Tests
+on tokens, characters and control sequences (\iffirstchar,
+\ifiscs, \ifdefcount, \@ifchar...); Tests on strings
+(\ifstrnum, \ifuppercase, \DeclareStringFilter...); Purely
+expandable macros with options (\FE@testopt, \FE@ifstar) or
+modifiers (\FE@modifiers); Some purely expandable numerics
+(\interval, \locinterplin).
diff -r dd9e0e63dce3 -r 8bef78b073ae print/tex-etextools/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etextools/Makefile      Mon Apr 18 03:06:43 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:06:43 markd Exp $
+
+DISTNAME=      etextools
+PKGNAME=       tex-${DISTNAME}-3.1415926
+TEXLIVE_REV=   20694
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/etextools
+COMMENT=       e-TeX tools for LaTeX users and package writers
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-etex-[0-9]*:../../print/tex-etex
+DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=      tex-letltxmacro-[0-9]*:../../print/tex-letltxmacro
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r dd9e0e63dce3 -r 8bef78b073ae print/tex-etextools/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etextools/PLIST Mon Apr 18 03:06:43 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:06:43 markd Exp $
+share/texmf-dist/tex/latex/etextools/etextools.sty
diff -r dd9e0e63dce3 -r 8bef78b073ae print/tex-etextools/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etextools/distinfo      Mon Apr 18 03:06:43 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:06:43 markd Exp $
+
+BLAKE2s (etextools.r20694.tar.xz) = d7d8c5aba16ce7c29d4157df9154fe003c1e9f23614049c5fb0cb1a1e65ca6f3
+SHA512 (etextools.r20694.tar.xz) = ed7e514441de2fd296c372d9c56dd71ebd5318bd67eb4611c4bf784b16b045a08338ca4456899739dc023e5bc4695a6fd1784e592e542cac6a0564a68307a983
+Size (etextools.r20694.tar.xz) = 11492 bytes



Home | Main Index | Thread Index | Old Index