pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics tex-tikz-feynhand{, -doc}: add version 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfec75d80aea
branches:  trunk
changeset: 337846:bfec75d80aea
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Aug 13 20:28:15 2019 +0000

description:
tex-tikz-feynhand{,-doc}: add version 1.0.0

This package lets you draw Feynman diagrams using TikZ. It is a
low-end modification of the TikZ-Feynman package, one of whose
principal advantages is the automatic generation of diagrams,
for which it needs LuaTex. TikZ-FeynHand only provides the
manual mode and hence runs in LaTeX without any reference to
LuaTeX. In addition it provides some new styles for vertices
and propagators, alternative shorter keywords in addition to
TikZ-Feynman's longer ones, some shortcut commands for quickly
customizing the diagrams' look, and the new feature of putting
one propagator "on top" of another. It also includes a quick
user guide for getting started, with many examples and a
5-minute introduction to TikZ.

diffstat:

 graphics/tex-tikz-feynhand-doc/DESCR    |   1 +
 graphics/tex-tikz-feynhand-doc/Makefile |  13 +++++++++++++
 graphics/tex-tikz-feynhand-doc/PLIST    |   6 ++++++
 graphics/tex-tikz-feynhand-doc/distinfo |   6 ++++++
 graphics/tex-tikz-feynhand/DESCR        |  12 ++++++++++++
 graphics/tex-tikz-feynhand/Makefile     |  16 ++++++++++++++++
 graphics/tex-tikz-feynhand/PLIST        |   4 ++++
 graphics/tex-tikz-feynhand/distinfo     |   6 ++++++
 8 files changed, 64 insertions(+), 0 deletions(-)

diffs (96 lines):

diff -r cb7ea1f248ed -r bfec75d80aea graphics/tex-tikz-feynhand-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tikz-feynhand-doc/DESCR      Tue Aug 13 20:28:15 2019 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-tikz-feynhand.
diff -r cb7ea1f248ed -r bfec75d80aea graphics/tex-tikz-feynhand-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tikz-feynhand-doc/Makefile   Tue Aug 13 20:28:15 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/08/13 20:28:15 markd Exp $
+
+DISTNAME=      tikz-feynhand.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.0.0
+TEXLIVE_REV=   46502
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/tikz-feynhand
+COMMENT=       Documentation for tex-tikz-feynhand
+LICENSE=       gnu-gpl-v3
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cb7ea1f248ed -r bfec75d80aea graphics/tex-tikz-feynhand-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tikz-feynhand-doc/PLIST      Tue Aug 13 20:28:15 2019 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/13 20:28:15 markd Exp $
+share/texmf-dist/doc/latex/tikz-feynhand/README.md
+share/texmf-dist/doc/latex/tikz-feynhand/changes.txt
+share/texmf-dist/doc/latex/tikz-feynhand/shell_escape.jpg
+share/texmf-dist/doc/latex/tikz-feynhand/tikz-feynhand.userguide.pdf
+share/texmf-dist/doc/latex/tikz-feynhand/tikz-feynhand.userguide.tex
diff -r cb7ea1f248ed -r bfec75d80aea graphics/tex-tikz-feynhand-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tikz-feynhand-doc/distinfo   Tue Aug 13 20:28:15 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/13 20:28:15 markd Exp $
+
+SHA1 (tex-tikz-feynhand-46502/tikz-feynhand.doc.tar.xz) = c7b6676588f6a5fb6020b126010facd0a81f3cd9
+RMD160 (tex-tikz-feynhand-46502/tikz-feynhand.doc.tar.xz) = 8065a7dd3abe3b60b3e2ed855df5c1c0ae684cb0
+SHA512 (tex-tikz-feynhand-46502/tikz-feynhand.doc.tar.xz) = e95e699ae44834801ed0bf243e0bfd4dd6a7e649cb51eec8eb29118f5acb561ecbef6bb8a7bc33821fa0913e36cc6f1807e3616bcee7bedfbe350cba445f0c31
+Size (tex-tikz-feynhand-46502/tikz-feynhand.doc.tar.xz) = 313668 bytes
diff -r cb7ea1f248ed -r bfec75d80aea graphics/tex-tikz-feynhand/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tikz-feynhand/DESCR  Tue Aug 13 20:28:15 2019 +0000
@@ -0,0 +1,12 @@
+This package lets you draw Feynman diagrams using TikZ. It is a
+low-end modification of the TikZ-Feynman package, one of whose
+principal advantages is the automatic generation of diagrams,
+for which it needs LuaTex. TikZ-FeynHand only provides the
+manual mode and hence runs in LaTeX without any reference to
+LuaTeX. In addition it provides some new styles for vertices
+and propagators, alternative shorter keywords in addition to
+TikZ-Feynman's longer ones, some shortcut commands for quickly
+customizing the diagrams' look, and the new feature of putting
+one propagator "on top" of another. It also includes a quick
+user guide for getting started, with many examples and a
+5-minute introduction to TikZ.
diff -r cb7ea1f248ed -r bfec75d80aea graphics/tex-tikz-feynhand/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tikz-feynhand/Makefile       Tue Aug 13 20:28:15 2019 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/08/13 20:28:15 markd Exp $
+
+DISTNAME=      tikz-feynhand
+PKGNAME=       tex-${DISTNAME}-1.0.0
+TEXLIVE_REV=   46502
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/tikz-feynhand
+COMMENT=       Feynman diagrams with TikZ
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      tex-pgf-[0-9]*:../../print/tex-pgf
+DEPENDS+=      tex-pgfopts-[0-9]*:../../devel/tex-pgfopts
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cb7ea1f248ed -r bfec75d80aea graphics/tex-tikz-feynhand/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tikz-feynhand/PLIST  Tue Aug 13 20:28:15 2019 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/13 20:28:15 markd Exp $
+share/texmf-dist/tex/latex/tikz-feynhand/tikz-feynhand.sty
+share/texmf-dist/tex/latex/tikz-feynhand/tikzfeynhand.keys.code.tex
+share/texmf-dist/tex/latex/tikz-feynhand/tikzlibraryfeynhand.code.tex
diff -r cb7ea1f248ed -r bfec75d80aea graphics/tex-tikz-feynhand/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-tikz-feynhand/distinfo       Tue Aug 13 20:28:15 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/13 20:28:15 markd Exp $
+
+SHA1 (tex-tikz-feynhand-46502/tikz-feynhand.tar.xz) = 09f751fca0b58700de37b3a8bce08e9907d0ada5
+RMD160 (tex-tikz-feynhand-46502/tikz-feynhand.tar.xz) = 6734d6f4fcf0fa0f0210cdae86544ab24817178a
+SHA512 (tex-tikz-feynhand-46502/tikz-feynhand.tar.xz) = bc3aa0738f67a1a410425eedbe7c315e4da00d435a812848e86989a85ee9908d8569ae4439ed7c24bed518b805dc8bf760be803ac82f6b440230b15c84401895
+Size (tex-tikz-feynhand-46502/tikz-feynhand.tar.xz) = 6712 bytes



Home | Main Index | Thread Index | Old Index