pkgsrc-WIP-changes archive

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

wip/tex-tabto-ltx{,-doc}: import tex-tabto-ltx-1.4 as wip/tex-tabto-ltx



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Mar 31 20:38:22 2026 +0000
Changeset:	085da5e6fbe8ca4ed34bf570a03795bd2bfc51d2

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

Log Message:
wip/tex-tabto-ltx{,-doc}: import tex-tabto-ltx-1.4 as wip/tex-tabto-ltx

\tabto{<length>} moves the typesetting position to <length>
from the left margin of the paragraph. If the typesetting
position is already further along, \tabto starts a new line;
the command \tabto* will move position backwards if necessary,
so that previous text may be overwritten. The command
\TabPositions may be used to define a set of tabbing positions,
after which the command \tab advances typesetting position to
the next defined 'tab stop'.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=085da5e6fbe8ca4ed34bf570a03795bd2bfc51d2

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

diffstat:
 Makefile                   |  2 ++
 tex-tabto-ltx-doc/DESCR    |  1 +
 tex-tabto-ltx-doc/Makefile | 13 +++++++++++++
 tex-tabto-ltx-doc/PLIST    |  4 ++++
 tex-tabto-ltx-doc/distinfo |  5 +++++
 tex-tabto-ltx/DESCR        |  8 ++++++++
 tex-tabto-ltx/Makefile     | 15 +++++++++++++++
 tex-tabto-ltx/PLIST        |  2 ++
 tex-tabto-ltx/distinfo     |  5 +++++
 9 files changed, 55 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d99a0c2563..991286e789 100644
--- a/Makefile
+++ b/Makefile
@@ -5760,6 +5760,8 @@ SUBDIR+=	tex-relsize-doc
 SUBDIR+=	tex-seatingchart
 SUBDIR+=	tex-seatingchart-doc
 SUBDIR+=	tex-setspace-doc
+SUBDIR+=	tex-tabto-ltx
+SUBDIR+=	tex-tabto-ltx-doc
 SUBDIR+=	tex-texlive-ja-doc
 SUBDIR+=	tex-uptex-doc
 SUBDIR+=	textadept
diff --git a/tex-tabto-ltx-doc/DESCR b/tex-tabto-ltx-doc/DESCR
new file mode 100644
index 0000000000..951b5193f7
--- /dev/null
+++ b/tex-tabto-ltx-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-tabto-ltx.
diff --git a/tex-tabto-ltx-doc/Makefile b/tex-tabto-ltx-doc/Makefile
new file mode 100644
index 0000000000..a247894ef9
--- /dev/null
+++ b/tex-tabto-ltx-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+DISTNAME=	tabto-ltx.doc
+PKGNAME=	tex-${DISTNAME:S/./-/}-1.4
+TEXLIVE_REV=	78101
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://ctan.org/pkg/tabto-ltx
+COMMENT=	Documentation for tex-tabto-ltx
+LICENSE=	lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-tabto-ltx-doc/PLIST b/tex-tabto-ltx-doc/PLIST
new file mode 100644
index 0000000000..4c0a1cf0c7
--- /dev/null
+++ b/tex-tabto-ltx-doc/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/tabto-ltx/README
+share/texmf-dist/doc/latex/tabto-ltx/tabto-doc.pdf
+share/texmf-dist/doc/latex/tabto-ltx/tabto-doc.tex
diff --git a/tex-tabto-ltx-doc/distinfo b/tex-tabto-ltx-doc/distinfo
new file mode 100644
index 0000000000..bf5c31312e
--- /dev/null
+++ b/tex-tabto-ltx-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tabto-ltx.doc.r78101.tar.xz) = 4243e0fec316d5a0b7551ed9dfc533575aebccc6d98938a3738e892acff4bfd0
+SHA512 (tabto-ltx.doc.r78101.tar.xz) = d3a0e883cdb7a2c513dbe803191740216c06a5e2ed503f69dfce17c6ddbdbee7d9344358c1f7cfd9b740d043da6775e0230f3a8baa6e4b785fb53296a09699ec
+Size (tabto-ltx.doc.r78101.tar.xz) = 53812 bytes
diff --git a/tex-tabto-ltx/DESCR b/tex-tabto-ltx/DESCR
new file mode 100644
index 0000000000..5094f10e57
--- /dev/null
+++ b/tex-tabto-ltx/DESCR
@@ -0,0 +1,8 @@
+\tabto{<length>} moves the typesetting position to <length>
+from the left margin of the paragraph. If the typesetting
+position is already further along, \tabto starts a new line;
+the command \tabto* will move position backwards if necessary,
+so that previous text may be overwritten. The command
+\TabPositions may be used to define a set of tabbing positions,
+after which the command \tab advances typesetting position to
+the next defined 'tab stop'.
diff --git a/tex-tabto-ltx/Makefile b/tex-tabto-ltx/Makefile
new file mode 100644
index 0000000000..541b30587d
--- /dev/null
+++ b/tex-tabto-ltx/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	tabto-ltx
+PKGNAME=	tex-${DISTNAME}-1.4
+TEXLIVE_REV=	78101
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://ctan.org/pkg/tabto-ltx
+COMMENT=	"Tab" to a measured position in the line
+LICENSE=	lppl-1.3c
+
+# catalogue-alias tabto
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-tabto-ltx/PLIST b/tex-tabto-ltx/PLIST
new file mode 100644
index 0000000000..0aa88d0063
--- /dev/null
+++ b/tex-tabto-ltx/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/tabto-ltx/tabto.sty
diff --git a/tex-tabto-ltx/distinfo b/tex-tabto-ltx/distinfo
new file mode 100644
index 0000000000..6640709d70
--- /dev/null
+++ b/tex-tabto-ltx/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tabto-ltx.r78101.tar.xz) = 35d171b362d426a69b4b5586a950d2cb4944fc006511174991e98e5b9eb7a605
+SHA512 (tabto-ltx.r78101.tar.xz) = 4131325e961ee2400abb61ea30df6a2c87f28049b00f49d35c374a2a66aab39ea11c50d45222b52408aacd103590b8e73961a5e2d247196094d5db721d8c6f6a
+Size (tabto-ltx.r78101.tar.xz) = 3496 bytes


Home | Main Index | Thread Index | Old Index