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: Tue Oct 7 19:35:06 UTC 2025
Modified Files:
pkgsrc/print: Makefile
Added Files:
pkgsrc/print/tex-turnstile: DESCR Makefile PLIST distinfo
pkgsrc/print/tex-turnstile-doc: DESCR Makefile PLIST distinfo
Log Message:
tex-turnstile{,-doc}: add version 1.0
Typeset the (logic) turnstile notation
Among other uses, the turnstile sign is used by logicians for
denoting a consequence relation, related to a given logic,
between a collection of formulas and a derived formula.
To generate a diff of this commit:
cvs rdiff -u -r1.949 -r1.950 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-turnstile/DESCR \
pkgsrc/print/tex-turnstile/Makefile pkgsrc/print/tex-turnstile/PLIST \
pkgsrc/print/tex-turnstile/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-turnstile-doc/DESCR \
pkgsrc/print/tex-turnstile-doc/Makefile \
pkgsrc/print/tex-turnstile-doc/PLIST \
pkgsrc/print/tex-turnstile-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.949 pkgsrc/print/Makefile:1.950
--- pkgsrc/print/Makefile:1.949 Sat Aug 16 01:12:32 2025
+++ pkgsrc/print/Makefile Tue Oct 7 19:35:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.949 2025/08/16 01:12:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.950 2025/10/07 19:35:05 markd Exp $
#
COMMENT= Desktop publishing
@@ -1707,6 +1707,8 @@ SUBDIR+= tex-truncate
SUBDIR+= tex-truncate-doc
SUBDIR+= tex-tufte-latex
SUBDIR+= tex-tufte-latex-doc
+SUBDIR+= tex-turnstile
+SUBDIR+= tex-turnstile-doc
SUBDIR+= tex-twoinone
SUBDIR+= tex-twoinone-doc
SUBDIR+= tex-type1cm
Added files:
Index: pkgsrc/print/tex-turnstile/DESCR
diff -u /dev/null pkgsrc/print/tex-turnstile/DESCR:1.1
--- /dev/null Tue Oct 7 19:35:06 2025
+++ pkgsrc/print/tex-turnstile/DESCR Tue Oct 7 19:35:06 2025
@@ -0,0 +1,3 @@
+Among other uses, the turnstile sign is used by logicians for
+denoting a consequence relation, related to a given logic,
+between a collection of formulas and a derived formula.
Index: pkgsrc/print/tex-turnstile/Makefile
diff -u /dev/null pkgsrc/print/tex-turnstile/Makefile:1.1
--- /dev/null Tue Oct 7 19:35:06 2025
+++ pkgsrc/print/tex-turnstile/Makefile Tue Oct 7 19:35:06 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/10/07 19:35:06 markd Exp $
+
+DISTNAME= turnstile
+PKGNAME= tex-${DISTNAME}-1.0
+TEXLIVE_REV= 64967
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/turnstile
+COMMENT= Typeset the (logic) turnstile notation
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-turnstile/PLIST
diff -u /dev/null pkgsrc/print/tex-turnstile/PLIST:1.1
--- /dev/null Tue Oct 7 19:35:06 2025
+++ pkgsrc/print/tex-turnstile/PLIST Tue Oct 7 19:35:06 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/10/07 19:35:06 markd Exp $
+share/texmf-dist/tex/latex/turnstile/turnstile.sty
Index: pkgsrc/print/tex-turnstile/distinfo
diff -u /dev/null pkgsrc/print/tex-turnstile/distinfo:1.1
--- /dev/null Tue Oct 7 19:35:06 2025
+++ pkgsrc/print/tex-turnstile/distinfo Tue Oct 7 19:35:06 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/10/07 19:35:06 markd Exp $
+
+BLAKE2s (turnstile.r64967.tar.xz) = e993ffbfd5c23c9b8426002d040f5bf02a319d132c66215e7231bb974f14e440
+SHA512 (turnstile.r64967.tar.xz) = 164b6b8f053b2daf93e8253df850c4aad793521848a93053f6b3879db5badc0b88b5f8f44487e5525c60e7ba7deadce53b2cecb00b7330b22b0815e01cb68338
+Size (turnstile.r64967.tar.xz) = 1904 bytes
Index: pkgsrc/print/tex-turnstile-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-turnstile-doc/DESCR:1.1
--- /dev/null Tue Oct 7 19:35:06 2025
+++ pkgsrc/print/tex-turnstile-doc/DESCR Tue Oct 7 19:35:06 2025
@@ -0,0 +1 @@
+Documentation for tex-turnstile.
Index: pkgsrc/print/tex-turnstile-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-turnstile-doc/Makefile:1.1
--- /dev/null Tue Oct 7 19:35:06 2025
+++ pkgsrc/print/tex-turnstile-doc/Makefile Tue Oct 7 19:35:06 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/10/07 19:35:06 markd Exp $
+
+DISTNAME= turnstile.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.0
+TEXLIVE_REV= 64967
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/turnstile
+COMMENT= Documentation for tex-turnstile
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-turnstile-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-turnstile-doc/PLIST:1.1
--- /dev/null Tue Oct 7 19:35:06 2025
+++ pkgsrc/print/tex-turnstile-doc/PLIST Tue Oct 7 19:35:06 2025
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2025/10/07 19:35:06 markd Exp $
+share/texmf-dist/doc/latex/turnstile/README
+share/texmf-dist/doc/latex/turnstile/README.en
+share/texmf-dist/doc/latex/turnstile/README.pt
+share/texmf-dist/doc/latex/turnstile/turnstile-en.pdf
+share/texmf-dist/doc/latex/turnstile/turnstile-pt.pdf
+share/texmf-dist/doc/latex/turnstile/turnstile_article.pdf
+share/texmf-dist/doc/latex/turnstile/turnstile_article.tex
+share/texmf-dist/doc/latex/turnstile/turnstile_artigo.pdf
+share/texmf-dist/doc/latex/turnstile/turnstile_artigo.tex
Index: pkgsrc/print/tex-turnstile-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-turnstile-doc/distinfo:1.1
--- /dev/null Tue Oct 7 19:35:06 2025
+++ pkgsrc/print/tex-turnstile-doc/distinfo Tue Oct 7 19:35:06 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/10/07 19:35:06 markd Exp $
+
+BLAKE2s (turnstile.doc.r64967.tar.xz) = 9ec95f553663c5eb4db8a783814e360d65a4577f20f2becda324ec2a3be3f69a
+SHA512 (turnstile.doc.r64967.tar.xz) = de25995e56ac3fd556aa3c50e8b041b201e2f881d38ec2183b55c5799bc0f110e12e2daf387dc9a6d72a9a85377c6e4c1610f6b54811abe617e8698a40e659c0
+Size (turnstile.doc.r64967.tar.xz) = 598160 bytes
Home |
Main Index |
Thread Index |
Old Index