pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Add tex-mptrees{,-doc} 17.06



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fd92afb9440
branches:  trunk
changeset: 364408:4fd92afb9440
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jun 24 00:10:08 2017 +0000

description:
Add tex-mptrees{,-doc} 17.06

This package provides MetaPost tools for drawing simple
probability trees. One command and several parameters to
control the output are provided.

diffstat:

 graphics/tex-mptrees-doc/DESCR    |   1 +
 graphics/tex-mptrees-doc/Makefile |  13 +++++++++++++
 graphics/tex-mptrees-doc/PLIST    |   4 ++++
 graphics/tex-mptrees-doc/distinfo |   6 ++++++
 graphics/tex-mptrees/DESCR        |   3 +++
 graphics/tex-mptrees/Makefile     |  13 +++++++++++++
 graphics/tex-mptrees/PLIST        |   2 ++
 graphics/tex-mptrees/distinfo     |   6 ++++++
 8 files changed, 48 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r d4846d7fc098 -r 4fd92afb9440 graphics/tex-mptrees-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-mptrees-doc/DESCR    Sat Jun 24 00:10:08 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-mptrees.
diff -r d4846d7fc098 -r 4fd92afb9440 graphics/tex-mptrees-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-mptrees-doc/Makefile Sat Jun 24 00:10:08 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/06/24 00:10:08 markd Exp $
+
+DISTNAME=      mptrees.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-17.06
+TEXLIVE_REV=   44453
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/mptrees
+COMMENT=       Documentation for tex-mptrees
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d4846d7fc098 -r 4fd92afb9440 graphics/tex-mptrees-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-mptrees-doc/PLIST    Sat Jun 24 00:10:08 2017 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/24 00:10:08 markd Exp $
+share/texmf-dist/doc/metapost/mptrees/README.md
+share/texmf-dist/doc/metapost/mptrees/mptrees-doc.pdf
+share/texmf-dist/doc/metapost/mptrees/mptrees-doc.tex
diff -r d4846d7fc098 -r 4fd92afb9440 graphics/tex-mptrees-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-mptrees-doc/distinfo Sat Jun 24 00:10:08 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/24 00:10:08 markd Exp $
+
+SHA1 (tex-mptrees-44453/mptrees.doc.tar.xz) = 6f5f9ed673d4b461b63613371a582a6374dd441b
+RMD160 (tex-mptrees-44453/mptrees.doc.tar.xz) = 74eb0eefc4ff8c19eee73b96d36bc274a8a02ed0
+SHA512 (tex-mptrees-44453/mptrees.doc.tar.xz) = 40a470f16b38400a1e588cdefa76e78cd275a7e05623c74b78e1e7adac559f6f1dff2086af9f25ef4348af86f39da8dc24f5193097616da634c38750a202c201
+Size (tex-mptrees-44453/mptrees.doc.tar.xz) = 434000 bytes
diff -r d4846d7fc098 -r 4fd92afb9440 graphics/tex-mptrees/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-mptrees/DESCR        Sat Jun 24 00:10:08 2017 +0000
@@ -0,0 +1,3 @@
+This package provides MetaPost tools for drawing simple
+probability trees. One command and several parameters to
+control the output are provided.
diff -r d4846d7fc098 -r 4fd92afb9440 graphics/tex-mptrees/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-mptrees/Makefile     Sat Jun 24 00:10:08 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/06/24 00:10:08 markd Exp $
+
+DISTNAME=      mptrees
+PKGNAME=       tex-${DISTNAME}-17.06
+TEXLIVE_REV=   44453
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/mptrees
+COMMENT=       Probability trees with MetaPost
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d4846d7fc098 -r 4fd92afb9440 graphics/tex-mptrees/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-mptrees/PLIST        Sat Jun 24 00:10:08 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/24 00:10:08 markd Exp $
+share/texmf-dist/metapost/mptrees/mptrees.mp
diff -r d4846d7fc098 -r 4fd92afb9440 graphics/tex-mptrees/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-mptrees/distinfo     Sat Jun 24 00:10:08 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/24 00:10:08 markd Exp $
+
+SHA1 (tex-mptrees-44453/mptrees.tar.xz) = 8370f05430c1fbb6ed7ae00619746ffe9becce77
+RMD160 (tex-mptrees-44453/mptrees.tar.xz) = fe1a2ac1527b03dbe41fcf1362222d356e63d647
+SHA512 (tex-mptrees-44453/mptrees.tar.xz) = 71489744778ed1672ae1d82111125aadaf17d44cc37bbda9cc2e637429b33e74cd3e0446f6cd65e911d6d1e8ec2c270ea63f1a630f10bde0c94a941501050c55
+Size (tex-mptrees-44453/mptrees.tar.xz) = 3572 bytes



Home | Main Index | Thread Index | Old Index