pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Apr  3 02:23:44 UTC 2026

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

Log Message:
tex-tabto-ltx{,-doc}: add version 1.4

\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'.

packaged in wip by Yorick Hardy


To generate a diff of this commit:
cvs rdiff -u -r1.966 -r1.967 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-tabto-ltx/DESCR \
    pkgsrc/print/tex-tabto-ltx/Makefile pkgsrc/print/tex-tabto-ltx/PLIST \
    pkgsrc/print/tex-tabto-ltx/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-tabto-ltx-doc/DESCR \
    pkgsrc/print/tex-tabto-ltx-doc/Makefile \
    pkgsrc/print/tex-tabto-ltx-doc/PLIST \
    pkgsrc/print/tex-tabto-ltx-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/print/Makefile
diff -u pkgsrc/print/Makefile:1.966 pkgsrc/print/Makefile:1.967
--- pkgsrc/print/Makefile:1.966 Fri Apr  3 02:14:43 2026
+++ pkgsrc/print/Makefile       Fri Apr  3 02:23:43 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.966 2026/04/03 02:14:43 markd Exp $
+# $NetBSD: Makefile,v 1.967 2026/04/03 02:23:43 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1596,6 +1596,8 @@ SUBDIR+=  tex-t2
 SUBDIR+=       tex-t2-doc
 SUBDIR+=       tex-tabls
 SUBDIR+=       tex-tabls-doc
+SUBDIR+=       tex-tabto-ltx
+SUBDIR+=       tex-tabto-ltx-doc
 SUBDIR+=       tex-tabu
 SUBDIR+=       tex-tabu-doc
 SUBDIR+=       tex-tabularray

Added files:

Index: pkgsrc/print/tex-tabto-ltx/DESCR
diff -u /dev/null pkgsrc/print/tex-tabto-ltx/DESCR:1.1
--- /dev/null   Fri Apr  3 02:23:44 2026
+++ pkgsrc/print/tex-tabto-ltx/DESCR    Fri Apr  3 02:23:43 2026
@@ -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'.
Index: pkgsrc/print/tex-tabto-ltx/Makefile
diff -u /dev/null pkgsrc/print/tex-tabto-ltx/Makefile:1.1
--- /dev/null   Fri Apr  3 02:23:44 2026
+++ pkgsrc/print/tex-tabto-ltx/Makefile Fri Apr  3 02:23:43 2026
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2026/04/03 02:23:43 markd Exp $
+
+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
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-tabto-ltx/PLIST
diff -u /dev/null pkgsrc/print/tex-tabto-ltx/PLIST:1.1
--- /dev/null   Fri Apr  3 02:23:44 2026
+++ pkgsrc/print/tex-tabto-ltx/PLIST    Fri Apr  3 02:23:44 2026
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/03 02:23:44 markd Exp $
+share/texmf-dist/tex/latex/tabto-ltx/tabto.sty
Index: pkgsrc/print/tex-tabto-ltx/distinfo
diff -u /dev/null pkgsrc/print/tex-tabto-ltx/distinfo:1.1
--- /dev/null   Fri Apr  3 02:23:44 2026
+++ pkgsrc/print/tex-tabto-ltx/distinfo Fri Apr  3 02:23:44 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/03 02:23:44 markd Exp $
+
+BLAKE2s (tabto-ltx.r78101.tar.xz) = 35d171b362d426a69b4b5586a950d2cb4944fc006511174991e98e5b9eb7a605
+SHA512 (tabto-ltx.r78101.tar.xz) = 4131325e961ee2400abb61ea30df6a2c87f28049b00f49d35c374a2a66aab39ea11c50d45222b52408aacd103590b8e73961a5e2d247196094d5db721d8c6f6a
+Size (tabto-ltx.r78101.tar.xz) = 3496 bytes

Index: pkgsrc/print/tex-tabto-ltx-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-tabto-ltx-doc/DESCR:1.1
--- /dev/null   Fri Apr  3 02:23:44 2026
+++ pkgsrc/print/tex-tabto-ltx-doc/DESCR        Fri Apr  3 02:23:44 2026
@@ -0,0 +1 @@
+Documentation for tex-tabto-ltx.
Index: pkgsrc/print/tex-tabto-ltx-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-tabto-ltx-doc/Makefile:1.1
--- /dev/null   Fri Apr  3 02:23:44 2026
+++ pkgsrc/print/tex-tabto-ltx-doc/Makefile     Fri Apr  3 02:23:44 2026
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2026/04/03 02:23:44 markd Exp $
+
+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"
Index: pkgsrc/print/tex-tabto-ltx-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-tabto-ltx-doc/PLIST:1.1
--- /dev/null   Fri Apr  3 02:23:44 2026
+++ pkgsrc/print/tex-tabto-ltx-doc/PLIST        Fri Apr  3 02:23:44 2026
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/03 02:23:44 markd Exp $
+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
Index: pkgsrc/print/tex-tabto-ltx-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-tabto-ltx-doc/distinfo:1.1
--- /dev/null   Fri Apr  3 02:23:44 2026
+++ pkgsrc/print/tex-tabto-ltx-doc/distinfo     Fri Apr  3 02:23:44 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/03 02:23:44 markd Exp $
+
+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



Home | Main Index | Thread Index | Old Index