pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math tex-mathpartir{,-doc}: Add version 1.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e7908ba4f78
branches:  trunk
changeset: 374237:7e7908ba4f78
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jan 18 11:00:44 2018 +0000

description:
tex-mathpartir{,-doc}: Add version 1.3.2

The package provides macros for typesetting math formulas in
mixed horizontal and vertical mode, automatically as best fit.
It provides an environment mathpar that behaves much as a loose
centered paragraph where words are math formulas, and spaces
between them are larger and adjustable. It also provides a
macro \inferrule for typeseting fractions where both the
numerator and denominator may be sequences of formulas that
will be also typeset in a similar way. It can typically be used
for typeseting sets of type inference rules or typing
derivations. A macro inferrule for typesetting type inference
rules.

diffstat:

 math/tex-mathpartir-doc/DESCR    |   1 +
 math/tex-mathpartir-doc/Makefile |  13 +++++++++++++
 math/tex-mathpartir-doc/PLIST    |   4 ++++
 math/tex-mathpartir-doc/distinfo |   6 ++++++
 math/tex-mathpartir/DESCR        |  11 +++++++++++
 math/tex-mathpartir/Makefile     |  15 +++++++++++++++
 math/tex-mathpartir/PLIST        |   2 ++
 math/tex-mathpartir/distinfo     |   6 ++++++
 8 files changed, 58 insertions(+), 0 deletions(-)

diffs (90 lines):

diff -r 29633c5f0ef1 -r 7e7908ba4f78 math/tex-mathpartir-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathpartir-doc/DESCR     Thu Jan 18 11:00:44 2018 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-mathpartir.
diff -r 29633c5f0ef1 -r 7e7908ba4f78 math/tex-mathpartir-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathpartir-doc/Makefile  Thu Jan 18 11:00:44 2018 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2018/01/18 11:00:44 markd Exp $
+
+DISTNAME=      mathpartir.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.3.2
+TEXLIVE_REV=   39864
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/mathpartir
+COMMENT=       Documentation for tex-mathpartir
+LICENSE=       gnu-gpl-v2
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 29633c5f0ef1 -r 7e7908ba4f78 math/tex-mathpartir-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathpartir-doc/PLIST     Thu Jan 18 11:00:44 2018 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/18 11:00:44 markd Exp $
+share/texmf-dist/doc/latex/mathpartir/COPYING
+share/texmf-dist/doc/latex/mathpartir/README
+share/texmf-dist/doc/latex/mathpartir/mathpartir.pdf
diff -r 29633c5f0ef1 -r 7e7908ba4f78 math/tex-mathpartir-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathpartir-doc/distinfo  Thu Jan 18 11:00:44 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/18 11:00:44 markd Exp $
+
+SHA1 (tex-mathpartir-39864/mathpartir.doc.tar.xz) = 3d977091a9c4a13c33c1d962be8d6230c95bcb53
+RMD160 (tex-mathpartir-39864/mathpartir.doc.tar.xz) = d8bf08a58da369122439fd9095b11a7a5752d120
+SHA512 (tex-mathpartir-39864/mathpartir.doc.tar.xz) = f2f094388be4e25edd6cd9eeaced70bfcfbabf1750733a74fa54e89eb17ab1a16102acfd54a92b09a07a781fb1a8ca40322aa5de036ee0d96e4f6f0034fc906b
+Size (tex-mathpartir-39864/mathpartir.doc.tar.xz) = 271884 bytes
diff -r 29633c5f0ef1 -r 7e7908ba4f78 math/tex-mathpartir/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathpartir/DESCR Thu Jan 18 11:00:44 2018 +0000
@@ -0,0 +1,11 @@
+The package provides macros for typesetting math formulas in
+mixed horizontal and vertical mode, automatically as best fit.
+It provides an environment mathpar that behaves much as a loose
+centered paragraph where words are math formulas, and spaces
+between them are larger and adjustable. It also provides a
+macro \inferrule for typeseting fractions where both the
+numerator and denominator may be sequences of formulas that
+will be also typeset in a similar way. It can typically be used
+for typeseting sets of type inference rules or typing
+derivations. A macro inferrule for typesetting type inference
+rules.
diff -r 29633c5f0ef1 -r 7e7908ba4f78 math/tex-mathpartir/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathpartir/Makefile      Thu Jan 18 11:00:44 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2018/01/18 11:00:44 markd Exp $
+
+DISTNAME=      mathpartir
+PKGNAME=       tex-${DISTNAME}-1.3.2
+TEXLIVE_REV=   39864
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/mathpartir
+COMMENT=       Typesetting sequences of math formulas, e.g. type inference rules
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 29633c5f0ef1 -r 7e7908ba4f78 math/tex-mathpartir/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathpartir/PLIST Thu Jan 18 11:00:44 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/18 11:00:44 markd Exp $
+share/texmf-dist/tex/latex/mathpartir/mathpartir.sty
diff -r 29633c5f0ef1 -r 7e7908ba4f78 math/tex-mathpartir/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathpartir/distinfo      Thu Jan 18 11:00:44 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/18 11:00:44 markd Exp $
+
+SHA1 (tex-mathpartir-39864/mathpartir.tar.xz) = 686f659034e382ef5bd6cafd7bd4a6d2d3280a69
+RMD160 (tex-mathpartir-39864/mathpartir.tar.xz) = ffd4f5e9eae6cfdeccd84486e22fb42dd2d3a56c
+SHA512 (tex-mathpartir-39864/mathpartir.tar.xz) = 4f7e8c5346ddd8afc210cd02e2de1d49bf604deecf4bdb1d7a291a21ef0eebf68d262ea00ab1dc9e7d95c0e66e2e7af6a3fb9a5003fe9ae95cdc0bc00e766e97
+Size (tex-mathpartir-39864/mathpartir.tar.xz) = 4608 bytes



Home | Main Index | Thread Index | Old Index