pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics tex-tkz-base{, -doc}: Add version 1.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69eb9835660b
branches:  trunk
changeset: 370327:69eb9835660b
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Oct 15 20:16:52 2017 +0000

description:
tex-tkz-base{,-doc}: Add version 1.16

The bundle is a set of packages, designed to give mathematics
teachers (and students) easy access to programming of drawings
with TikZ.

diffstat:

 graphics/tex-tkz-base-doc/DESCR    |   1 +
 graphics/tex-tkz-base-doc/Makefile |  13 +++++++++++++
 graphics/tex-tkz-base-doc/PLIST    |   8 ++++++++
 graphics/tex-tkz-base-doc/distinfo |   6 ++++++
 graphics/tex-tkz-base/DESCR        |   3 +++
 graphics/tex-tkz-base/Makefile     |  15 +++++++++++++++
 graphics/tex-tkz-base/PLIST        |  12 ++++++++++++
 graphics/tex-tkz-base/distinfo     |   6 ++++++
 8 files changed, 64 insertions(+), 0 deletions(-)

diffs (96 lines):

diff -r 80f662c09e26 -r 69eb9835660b graphics/tex-tkz-base-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tkz-base-doc/DESCR   Sun Oct 15 20:16:52 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-tkz-base.
diff -r 80f662c09e26 -r 69eb9835660b graphics/tex-tkz-base-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tkz-base-doc/Makefile        Sun Oct 15 20:16:52 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/10/15 20:16:52 markd Exp $
+
+DISTNAME=      tkz-base.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.16
+TEXLIVE_REV=   22961
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/tkz-base
+COMMENT=       Documentation for tex-tkz-base
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 80f662c09e26 -r 69eb9835660b graphics/tex-tkz-base-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tkz-base-doc/PLIST   Sun Oct 15 20:16:52 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/15 20:16:52 markd Exp $
+share/texmf-dist/doc/latex/tkz-base/README
+share/texmf-dist/doc/latex/tkz-base/examples/Makefile
+share/texmf-dist/doc/latex/tkz-base/examples/info_base_tex.txt
+share/texmf-dist/doc/latex/tkz-base/examples/latex/tkzbase-tex.zip
+share/texmf-dist/doc/latex/tkz-base/examples/tkzbasepreamble.ltx
+share/texmf-dist/doc/latex/tkz-base/latex/TKZdoc.zip
+share/texmf-dist/doc/latex/tkz-base/tkz-base-screen.pdf
diff -r 80f662c09e26 -r 69eb9835660b graphics/tex-tkz-base-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tkz-base-doc/distinfo        Sun Oct 15 20:16:52 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/15 20:16:52 markd Exp $
+
+SHA1 (tex-tkz-base-22961/tkz-base.doc.tar.xz) = 98c9949d412f44482f230b75c039b5b18c0b0aeb
+RMD160 (tex-tkz-base-22961/tkz-base.doc.tar.xz) = 3431460c111fc918a96f321bb705cc722ba71ae5
+SHA512 (tex-tkz-base-22961/tkz-base.doc.tar.xz) = 3062b7e934fd65c6ae2f9d8a1af58ed819060820853df4b0c4141efea57389e7064e529dca821211273ba7a9a003535f5c35514a56e3193042ee0b05bde6e595
+Size (tex-tkz-base-22961/tkz-base.doc.tar.xz) = 527824 bytes
diff -r 80f662c09e26 -r 69eb9835660b graphics/tex-tkz-base/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tkz-base/DESCR       Sun Oct 15 20:16:52 2017 +0000
@@ -0,0 +1,3 @@
+The bundle is a set of packages, designed to give mathematics
+teachers (and students) easy access to programming of drawings
+with TikZ.
diff -r 80f662c09e26 -r 69eb9835660b graphics/tex-tkz-base/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tkz-base/Makefile    Sun Oct 15 20:16:52 2017 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2017/10/15 20:16:52 markd Exp $
+
+DISTNAME=      tkz-base
+PKGNAME=       tex-${DISTNAME}-1.16
+TEXLIVE_REV=   22961
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/tkz-base
+COMMENT=       Tools for drawing with a cartesian coordinate system
+LICENSE=       lppl-1.3c
+
+DEPENDS+=       tex-pgf-[0-9]*:../../print/tex-pgf
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 80f662c09e26 -r 69eb9835660b graphics/tex-tkz-base/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tkz-base/PLIST       Sun Oct 15 20:16:52 2017 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/15 20:16:52 markd Exp $
+share/texmf-dist/tex/latex/tkz-base/tkz-base.cfg
+share/texmf-dist/tex/latex/tkz-base/tkz-base.sty
+share/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex
+share/texmf-dist/tex/latex/tkz-base/tkz-obj-points.tex
+share/texmf-dist/tex/latex/tkz-base/tkz-obj-segments.tex
+share/texmf-dist/tex/latex/tkz-base/tkz-tools-arith.tex
+share/texmf-dist/tex/latex/tkz-base/tkz-tools-base.tex
+share/texmf-dist/tex/latex/tkz-base/tkz-tools-math.tex
+share/texmf-dist/tex/latex/tkz-base/tkz-tools-misc.tex
+share/texmf-dist/tex/latex/tkz-base/tkz-tools-obsolete.tex
+share/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex
diff -r 80f662c09e26 -r 69eb9835660b graphics/tex-tkz-base/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tkz-base/distinfo    Sun Oct 15 20:16:52 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/15 20:16:52 markd Exp $
+
+SHA1 (tex-tkz-base-22961/tkz-base.tar.xz) = 92ea03515d61fe5d47639add1f1a829959c00596
+RMD160 (tex-tkz-base-22961/tkz-base.tar.xz) = ee7d8361689d2061e987b0c7dd6bf3f81d2421c7
+SHA512 (tex-tkz-base-22961/tkz-base.tar.xz) = 67f9f00e1569b39422cf025007b11a678c33d350dd17b4a26c2e2a84f0eea2aa5825cd9eb2c7f470ecd39c3ff9046e7412aa1805b7ed898736657c0b018068c4
+Size (tex-tkz-base-22961/tkz-base.tar.xz) = 20052 bytes



Home | Main Index | Thread Index | Old Index