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: Mon May 12 08:32:49 UTC 2025
Added Files:
pkgsrc/print/tex-count1to: DESCR Makefile PLIST distinfo
pkgsrc/print/tex-count1to-doc: DESCR Makefile PLIST distinfo
Log Message:
tex-count1to{,-doc}: add version 2.11
A LaTeX package which sets count 1 (to 'absolute' page number),
counts 2-8 to the numbers of the current \part, \chapter
(always 0 in article class), ... \subparagraph, and count 9 to
1 or 0, according to whether the page is odd or even. These
values can be used to select pages with some drivers. The
package uses the everyshi package.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-count1to/DESCR \
pkgsrc/print/tex-count1to/Makefile pkgsrc/print/tex-count1to/PLIST \
pkgsrc/print/tex-count1to/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-count1to-doc/DESCR \
pkgsrc/print/tex-count1to-doc/Makefile \
pkgsrc/print/tex-count1to-doc/PLIST \
pkgsrc/print/tex-count1to-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/print/tex-count1to/DESCR
diff -u /dev/null pkgsrc/print/tex-count1to/DESCR:1.1
--- /dev/null Mon May 12 08:32:49 2025
+++ pkgsrc/print/tex-count1to/DESCR Mon May 12 08:32:49 2025
@@ -0,0 +1,6 @@
+A LaTeX package which sets count 1 (to 'absolute' page number),
+counts 2-8 to the numbers of the current \part, \chapter
+(always 0 in article class), ... \subparagraph, and count 9 to
+1 or 0, according to whether the page is odd or even. These
+values can be used to select pages with some drivers. The
+package uses the everyshi package.
Index: pkgsrc/print/tex-count1to/Makefile
diff -u /dev/null pkgsrc/print/tex-count1to/Makefile:1.1
--- /dev/null Mon May 12 08:32:49 2025
+++ pkgsrc/print/tex-count1to/Makefile Mon May 12 08:32:49 2025
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2025/05/12 08:32:49 markd Exp $
+
+DISTNAME= count1to
+PKGNAME= tex-${DISTNAME}-2.11
+TEXLIVE_REV= 71526
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/count1to
+COMMENT= Make use of count1 to count9
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-everyshi-[0-9]*:../../print/tex-everyshi
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-count1to/PLIST
diff -u /dev/null pkgsrc/print/tex-count1to/PLIST:1.1
--- /dev/null Mon May 12 08:32:49 2025
+++ pkgsrc/print/tex-count1to/PLIST Mon May 12 08:32:49 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/12 08:32:49 markd Exp $
+share/texmf-dist/tex/latex/count1to/count1to.sty
Index: pkgsrc/print/tex-count1to/distinfo
diff -u /dev/null pkgsrc/print/tex-count1to/distinfo:1.1
--- /dev/null Mon May 12 08:32:49 2025
+++ pkgsrc/print/tex-count1to/distinfo Mon May 12 08:32:49 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/12 08:32:49 markd Exp $
+
+BLAKE2s (count1to.r71526.tar.xz) = c687e9f245abb2f9ad9522da10381cec03ab3b0ea5fe9d4d1d86d40816e50f5e
+SHA512 (count1to.r71526.tar.xz) = a6ba894d0606f310a3a286189b1e8b6ca9126a9a67484ffbfc9cfd30c5a7d025657085a4dbe7345eee6b9ad71743df0c0b657fab161073dfc40b6171f9a37664
+Size (count1to.r71526.tar.xz) = 1700 bytes
Index: pkgsrc/print/tex-count1to-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-count1to-doc/DESCR:1.1
--- /dev/null Mon May 12 08:32:49 2025
+++ pkgsrc/print/tex-count1to-doc/DESCR Mon May 12 08:32:49 2025
@@ -0,0 +1 @@
+Documentation for tex-count1to.
Index: pkgsrc/print/tex-count1to-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-count1to-doc/Makefile:1.1
--- /dev/null Mon May 12 08:32:49 2025
+++ pkgsrc/print/tex-count1to-doc/Makefile Mon May 12 08:32:49 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/05/12 08:32:49 markd Exp $
+
+DISTNAME= count1to.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2.11
+TEXLIVE_REV= 71526
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/count1to
+COMMENT= Documentation for tex-count1to
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-count1to-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-count1to-doc/PLIST:1.1
--- /dev/null Mon May 12 08:32:49 2025
+++ pkgsrc/print/tex-count1to-doc/PLIST Mon May 12 08:32:49 2025
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/12 08:32:49 markd Exp $
+share/texmf-dist/doc/latex/count1to/README.md
+share/texmf-dist/doc/latex/count1to/count1to.pdf
Index: pkgsrc/print/tex-count1to-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-count1to-doc/distinfo:1.1
--- /dev/null Mon May 12 08:32:49 2025
+++ pkgsrc/print/tex-count1to-doc/distinfo Mon May 12 08:32:49 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/12 08:32:49 markd Exp $
+
+BLAKE2s (count1to.doc.r71526.tar.xz) = c9254f280bb0f538494dd0e47c5451f50c3c11fcf9644a2a68bf800975c84659
+SHA512 (count1to.doc.r71526.tar.xz) = 42d56763656a12f25a2c824e167089c949f1ac4c7d92c36089ba27cb39e1c4e3623fe0a568dac9e03f6cd638160cb5919f6fde1e0be141011fb748cfa3078c62
+Size (count1to.doc.r71526.tar.xz) = 539720 bytes
Home |
Main Index |
Thread Index |
Old Index