pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed May 15 08:48:09 UTC 2019

Modified Files:
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/tex-fiziko: DESCR Makefile PLIST distinfo
        pkgsrc/graphics/tex-fiziko-doc: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.816 -r1.817 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-fiziko/DESCR \
    pkgsrc/graphics/tex-fiziko/Makefile pkgsrc/graphics/tex-fiziko/PLIST \
    pkgsrc/graphics/tex-fiziko/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-fiziko-doc/DESCR \
    pkgsrc/graphics/tex-fiziko-doc/Makefile \
    pkgsrc/graphics/tex-fiziko-doc/PLIST \
    pkgsrc/graphics/tex-fiziko-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.816 pkgsrc/graphics/Makefile:1.817
--- pkgsrc/graphics/Makefile:1.816      Wed Apr 10 12:55:33 2019
+++ pkgsrc/graphics/Makefile    Wed May 15 08:48:08 2019
@@ -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
 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

Added files:

Index: pkgsrc/graphics/tex-fiziko/DESCR
diff -u /dev/null pkgsrc/graphics/tex-fiziko/DESCR:1.1
--- /dev/null   Wed May 15 08:48:09 2019
+++ pkgsrc/graphics/tex-fiziko/DESCR    Wed May 15 08:48:08 2019
@@ -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.
Index: pkgsrc/graphics/tex-fiziko/Makefile
diff -u /dev/null pkgsrc/graphics/tex-fiziko/Makefile:1.1
--- /dev/null   Wed May 15 08:48:09 2019
+++ pkgsrc/graphics/tex-fiziko/Makefile Wed May 15 08:48:08 2019
@@ -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"
Index: pkgsrc/graphics/tex-fiziko/PLIST
diff -u /dev/null pkgsrc/graphics/tex-fiziko/PLIST:1.1
--- /dev/null   Wed May 15 08:48:09 2019
+++ pkgsrc/graphics/tex-fiziko/PLIST    Wed May 15 08:48:08 2019
@@ -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
Index: pkgsrc/graphics/tex-fiziko/distinfo
diff -u /dev/null pkgsrc/graphics/tex-fiziko/distinfo:1.1
--- /dev/null   Wed May 15 08:48:09 2019
+++ pkgsrc/graphics/tex-fiziko/distinfo Wed May 15 08:48:08 2019
@@ -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

Index: pkgsrc/graphics/tex-fiziko-doc/DESCR
diff -u /dev/null pkgsrc/graphics/tex-fiziko-doc/DESCR:1.1
--- /dev/null   Wed May 15 08:48:09 2019
+++ pkgsrc/graphics/tex-fiziko-doc/DESCR        Wed May 15 08:48:08 2019
@@ -0,0 +1 @@
+Documentation for tex-fiziko.
Index: pkgsrc/graphics/tex-fiziko-doc/Makefile
diff -u /dev/null pkgsrc/graphics/tex-fiziko-doc/Makefile:1.1
--- /dev/null   Wed May 15 08:48:09 2019
+++ pkgsrc/graphics/tex-fiziko-doc/Makefile     Wed May 15 08:48:08 2019
@@ -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"
Index: pkgsrc/graphics/tex-fiziko-doc/PLIST
diff -u /dev/null pkgsrc/graphics/tex-fiziko-doc/PLIST:1.1
--- /dev/null   Wed May 15 08:48:09 2019
+++ pkgsrc/graphics/tex-fiziko-doc/PLIST        Wed May 15 08:48:08 2019
@@ -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
Index: pkgsrc/graphics/tex-fiziko-doc/distinfo
diff -u /dev/null pkgsrc/graphics/tex-fiziko-doc/distinfo:1.1
--- /dev/null   Wed May 15 08:48:09 2019
+++ pkgsrc/graphics/tex-fiziko-doc/distinfo     Wed May 15 08:48:08 2019
@@ -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



Home | Main Index | Thread Index | Old Index