pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics tex-fiziko{,-doc}: update to 0.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6e51dd746c4
branches:  trunk
changeset: 333851:b6e51dd746c4
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed May 15 08:48:08 2019 +0000

description:
tex-fiziko{,-doc}: update to 0.1.3

This MetaPost library was initially written to automate some
elements of black and white illustrations for a physics
textbook. It provides functions to draw things like lines of
variable width, shaded spheres, and tubes of different kinds,
which can be used to produce images of a variety of objects.
The library also contains functions to draw some objects
constructed from these primitives.

diffstat:

 graphics/Makefile                |   4 +++-
 graphics/tex-fiziko-doc/DESCR    |   1 +
 graphics/tex-fiziko-doc/Makefile |  13 +++++++++++++
 graphics/tex-fiziko-doc/PLIST    |   4 ++++
 graphics/tex-fiziko-doc/distinfo |   6 ++++++
 graphics/tex-fiziko/DESCR        |   7 +++++++
 graphics/tex-fiziko/Makefile     |  13 +++++++++++++
 graphics/tex-fiziko/PLIST        |   2 ++
 graphics/tex-fiziko/distinfo     |   6 ++++++
 9 files changed, 55 insertions(+), 1 deletions(-)

diffs (102 lines):

diff -r 1edde146260b -r b6e51dd746c4 graphics/Makefile
--- a/graphics/Makefile Wed May 15 08:39:05 2019 +0000
+++ b/graphics/Makefile Wed May 15 08:48:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.816 2019/04/10 12:55:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.817 2019/05/15 08:48:08 markd Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -586,6 +586,8 @@
 SUBDIR+=       tex-feynmf-doc
 SUBDIR+=       tex-feynmp-auto
 SUBDIR+=       tex-feynmp-auto-doc
+SUBDIR+=       tex-fiziko
+SUBDIR+=       tex-fiziko-doc
 SUBDIR+=       tex-garrigues
 SUBDIR+=       tex-garrigues-doc
 SUBDIR+=       tex-gmp
diff -r 1edde146260b -r b6e51dd746c4 graphics/tex-fiziko-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-fiziko-doc/DESCR     Wed May 15 08:48:08 2019 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-fiziko.
diff -r 1edde146260b -r b6e51dd746c4 graphics/tex-fiziko-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-fiziko-doc/Makefile  Wed May 15 08:48:08 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/05/15 08:48:08 markd Exp $
+
+DISTNAME=      fiziko.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.1.3
+TEXLIVE_REV=   50293
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/fiziko
+COMMENT=       Documentation for tex-fiziko
+LICENSE=       gnu-gpl-v2 AND cc-by-sa-v4.0
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1edde146260b -r b6e51dd746c4 graphics/tex-fiziko-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-fiziko-doc/PLIST     Wed May 15 08:48:08 2019 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/15 08:48:08 markd Exp $
+share/texmf-dist/doc/metapost/fiziko/README
+share/texmf-dist/doc/metapost/fiziko/fiziko.pdf
+share/texmf-dist/doc/metapost/fiziko/fiziko.tex
diff -r 1edde146260b -r b6e51dd746c4 graphics/tex-fiziko-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-fiziko-doc/distinfo  Wed May 15 08:48:08 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/05/15 08:48:08 markd Exp $
+
+SHA1 (tex-fiziko-50293/fiziko.doc.tar.xz) = 33e8752d5daf6c87df751ea64603491aec15fa28
+RMD160 (tex-fiziko-50293/fiziko.doc.tar.xz) = 44c6ad41cd87175803e4f29be7e0936706095b21
+SHA512 (tex-fiziko-50293/fiziko.doc.tar.xz) = e9aafff476605082dd4116cda573c8f20311659276ccc7dc3477a24024d59604b4b8f724effc853d7d7832493658fb4f8b83302921544ba2c986266317f5a895
+Size (tex-fiziko-50293/fiziko.doc.tar.xz) = 4136056 bytes
diff -r 1edde146260b -r b6e51dd746c4 graphics/tex-fiziko/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-fiziko/DESCR Wed May 15 08:48:08 2019 +0000
@@ -0,0 +1,7 @@
+This MetaPost library was initially written to automate some
+elements of black and white illustrations for a physics
+textbook. It provides functions to draw things like lines of
+variable width, shaded spheres, and tubes of different kinds,
+which can be used to produce images of a variety of objects.
+The library also contains functions to draw some objects
+constructed from these primitives.
diff -r 1edde146260b -r b6e51dd746c4 graphics/tex-fiziko/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-fiziko/Makefile      Wed May 15 08:48:08 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/05/15 08:48:08 markd Exp $
+
+DISTNAME=      fiziko
+PKGNAME=       tex-${DISTNAME}-0.1.3
+TEXLIVE_REV=   50293
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/fiziko
+COMMENT=       A MetaPost library for physics textbook illustrations
+LICENSE=       gnu-gpl-v2 AND cc-by-sa-v4.0
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1edde146260b -r b6e51dd746c4 graphics/tex-fiziko/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-fiziko/PLIST Wed May 15 08:48:08 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/15 08:48:08 markd Exp $
+share/texmf-dist/metapost/fiziko/fiziko.mp
diff -r 1edde146260b -r b6e51dd746c4 graphics/tex-fiziko/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-fiziko/distinfo      Wed May 15 08:48:08 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/05/15 08:48:08 markd Exp $
+
+SHA1 (tex-fiziko-50293/fiziko.tar.xz) = 2f05efdfdb72ebc915de721fb7159c809e0570b1
+RMD160 (tex-fiziko-50293/fiziko.tar.xz) = 135cb5dcf49756916312fdcef24201e034a42435
+SHA512 (tex-fiziko-50293/fiziko.tar.xz) = 785f99a52193acc630e5fb00cc2db9e16795f42059d65054b0fa07f8081b95e66a245fd05c8b3ee49a69d91a17e7447d10c39863612e44e2632afd5fd0165e38
+Size (tex-fiziko-50293/fiziko.tar.xz) = 20908 bytes



Home | Main Index | Thread Index | Old Index