summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2018-05-22 21:08:47 +0000
committermarkd <markd@pkgsrc.org>2018-05-22 21:08:47 +0000
commit3a48e7c2c0e38193381d41b647183fdbed7cd759 (patch)
treeb7aefe8ce6bd6a90f473b170153e6ba7fca83156 /print
parent0dd7dd7f90d20ccf6f52d42f68d043d771d9a33d (diff)
downloadpkgsrc-3a48e7c2c0e38193381d41b647183fdbed7cd759.tar.gz
tex-ebproof{,-doc}: Add version 2.0
This package provides commands to typeset proof trees in the style of sequent calculus and related systems. The commands allow for writing inferences with any number of premises and alignment of successive formulas on an arbitrary point. Various options allow complete control over spacing, styles of inference rules, placement of labels, etc. The package requires expl3 and xparse.
Diffstat (limited to 'print')
-rw-r--r--print/tex-ebproof-doc/DESCR1
-rw-r--r--print/tex-ebproof-doc/Makefile13
-rw-r--r--print/tex-ebproof-doc/PLIST4
-rw-r--r--print/tex-ebproof-doc/distinfo6
-rw-r--r--print/tex-ebproof/DESCR7
-rw-r--r--print/tex-ebproof/Makefile15
-rw-r--r--print/tex-ebproof/PLIST2
-rw-r--r--print/tex-ebproof/distinfo6
8 files changed, 54 insertions, 0 deletions
diff --git a/print/tex-ebproof-doc/DESCR b/print/tex-ebproof-doc/DESCR
new file mode 100644
index 00000000000..1445d1f8a40
--- /dev/null
+++ b/print/tex-ebproof-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-ebproof.
diff --git a/print/tex-ebproof-doc/Makefile b/print/tex-ebproof-doc/Makefile
new file mode 100644
index 00000000000..630c8b2cdc0
--- /dev/null
+++ b/print/tex-ebproof-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2018/05/22 21:08:47 markd Exp $
+
+DISTNAME= ebproof.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2.0
+TEXLIVE_REV= 44392
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/ebproof
+COMMENT= Documentation for tex-ebproof
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-ebproof-doc/PLIST b/print/tex-ebproof-doc/PLIST
new file mode 100644
index 00000000000..b7327c7d477
--- /dev/null
+++ b/print/tex-ebproof-doc/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/22 21:08:47 markd Exp $
+share/texmf-dist/doc/latex/ebproof/README.md
+share/texmf-dist/doc/latex/ebproof/ebproof.pdf
+share/texmf-dist/doc/latex/ebproof/ebproof.tex
diff --git a/print/tex-ebproof-doc/distinfo b/print/tex-ebproof-doc/distinfo
new file mode 100644
index 00000000000..1d02a3d277a
--- /dev/null
+++ b/print/tex-ebproof-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/22 21:08:47 markd Exp $
+
+SHA1 (tex-ebproof-44392/ebproof.doc.tar.xz) = 1b89eeafc9ff4d2fc5ae1d7b8fe686d3e0128235
+RMD160 (tex-ebproof-44392/ebproof.doc.tar.xz) = 29968f12f6a31c5d6211684aa85d2f8f1a7c727d
+SHA512 (tex-ebproof-44392/ebproof.doc.tar.xz) = 6f46a6b296a44ba92106630ecdaf066cfe8537e1ea6066525e84a7a97fca5fbaca4602b8d0140b631eec18ffed2e32c49ce19238e2099cf7580ae00d274150ef
+Size (tex-ebproof-44392/ebproof.doc.tar.xz) = 234552 bytes
diff --git a/print/tex-ebproof/DESCR b/print/tex-ebproof/DESCR
new file mode 100644
index 00000000000..182ae9b7d9a
--- /dev/null
+++ b/print/tex-ebproof/DESCR
@@ -0,0 +1,7 @@
+This package provides commands to typeset proof trees in the
+style of sequent calculus and related systems. The commands
+allow for writing inferences with any number of premises and
+alignment of successive formulas on an arbitrary point. Various
+options allow complete control over spacing, styles of
+inference rules, placement of labels, etc. The package requires
+expl3 and xparse.
diff --git a/print/tex-ebproof/Makefile b/print/tex-ebproof/Makefile
new file mode 100644
index 00000000000..58d06e23195
--- /dev/null
+++ b/print/tex-ebproof/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2018/05/22 21:08:47 markd Exp $
+
+DISTNAME= ebproof
+PKGNAME= tex-${DISTNAME}-2.0
+TEXLIVE_REV= 44392
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/ebproof
+COMMENT= Formal proofs in the style of sequent calculus
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-ebproof/PLIST b/print/tex-ebproof/PLIST
new file mode 100644
index 00000000000..0fb89464fbf
--- /dev/null
+++ b/print/tex-ebproof/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/22 21:08:47 markd Exp $
+share/texmf-dist/tex/latex/ebproof/ebproof.sty
diff --git a/print/tex-ebproof/distinfo b/print/tex-ebproof/distinfo
new file mode 100644
index 00000000000..4f61c0ecb4d
--- /dev/null
+++ b/print/tex-ebproof/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/22 21:08:47 markd Exp $
+
+SHA1 (tex-ebproof-44392/ebproof.tar.xz) = fd791ba7e6d2e1e1d7a386155f231521eca15b29
+RMD160 (tex-ebproof-44392/ebproof.tar.xz) = 94e37fd1c376eed9dcba9b6d408d0fb35896d94d
+SHA512 (tex-ebproof-44392/ebproof.tar.xz) = 7d86ffca1d5c6b6105e4490bf4cbab7f08c54dd42454870fe1756c5f518535d0226e2e10b9505514d39b5125e001ec062f17fda3f15bbc7250ec407e0eb54afa
+Size (tex-ebproof-44392/ebproof.tar.xz) = 6324 bytes