pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Add tex-circuitikz{,-doc} 0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/059da0a0ad0e
branches:  trunk
changeset: 349637:059da0a0ad0e
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jul 14 11:57:40 2016 +0000

description:
Add tex-circuitikz{,-doc} 0.6

The package provides a set of macros for naturally typesetting
electrical and (somewhat less naturally, perhaps) electronic
networks. It is designed as a tool that is easy to use, with a
lean syntax, native to LaTeX, and directly supporting PDF
output format. So is based on the very impressive pgf/TikZ
package.

diffstat:

 graphics/tex-circuitikz-doc/DESCR    |   1 +
 graphics/tex-circuitikz-doc/Makefile |  13 +++++++++++++
 graphics/tex-circuitikz-doc/PLIST    |   9 +++++++++
 graphics/tex-circuitikz-doc/distinfo |   6 ++++++
 graphics/tex-circuitikz/DESCR        |   6 ++++++
 graphics/tex-circuitikz/Makefile     |  15 +++++++++++++++
 graphics/tex-circuitikz/PLIST        |  15 +++++++++++++++
 graphics/tex-circuitikz/distinfo     |   6 ++++++
 8 files changed, 71 insertions(+), 0 deletions(-)

diffs (103 lines):

diff -r 6955bbf75de5 -r 059da0a0ad0e graphics/tex-circuitikz-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-circuitikz-doc/DESCR Thu Jul 14 11:57:40 2016 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-circuitikz.
diff -r 6955bbf75de5 -r 059da0a0ad0e graphics/tex-circuitikz-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-circuitikz-doc/Makefile      Thu Jul 14 11:57:40 2016 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2016/07/14 11:57:40 markd Exp $
+
+DISTNAME=      circuitikz.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.6
+TEXLIVE_REV=   41299
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/circuitikz
+COMMENT=       Documentation for tex-circuitikz
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6955bbf75de5 -r 059da0a0ad0e graphics/tex-circuitikz-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-circuitikz-doc/PLIST Thu Jul 14 11:57:40 2016 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/14 11:57:40 markd Exp $
+share/texmf-dist/doc/context/third/circuitikz/circuitikz-context.pdf
+share/texmf-dist/doc/context/third/circuitikz/circuitikz-context.tex
+share/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+share/texmf-dist/doc/generic/circuitikz/README.md
+share/texmf-dist/doc/latex/circuitikz/changelog.tex
+share/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf
+share/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex
+share/texmf-dist/doc/latex/circuitikz/compatibility.tex
diff -r 6955bbf75de5 -r 059da0a0ad0e graphics/tex-circuitikz-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-circuitikz-doc/distinfo      Thu Jul 14 11:57:40 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/14 11:57:40 markd Exp $
+
+SHA1 (tex-circuitikz-41299/circuitikz.doc.tar.xz) = 0de5a9aa48323297433d06d49887a48a06ef0a0f
+RMD160 (tex-circuitikz-41299/circuitikz.doc.tar.xz) = 6456c5375c58bb518553d24e9e0f806fc4678e10
+SHA512 (tex-circuitikz-41299/circuitikz.doc.tar.xz) = e8fb8578ec76c19e84ddb7cd94d713cd23e5e6cbff42a370e4be1e153d31dba16ca6fbec9554ffaa67b60bbb4afbbab525a87d9b60c3a48667a97755a68a5f73
+Size (tex-circuitikz-41299/circuitikz.doc.tar.xz) = 285040 bytes
diff -r 6955bbf75de5 -r 059da0a0ad0e graphics/tex-circuitikz/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-circuitikz/DESCR     Thu Jul 14 11:57:40 2016 +0000
@@ -0,0 +1,6 @@
+The package provides a set of macros for naturally typesetting
+electrical and (somewhat less naturally, perhaps) electronic
+networks. It is designed as a tool that is easy to use, with a
+lean syntax, native to LaTeX, and directly supporting PDF
+output format. So is based on the very impressive pgf/TikZ
+package.
diff -r 6955bbf75de5 -r 059da0a0ad0e graphics/tex-circuitikz/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-circuitikz/Makefile  Thu Jul 14 11:57:40 2016 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2016/07/14 11:57:40 markd Exp $
+
+DISTNAME=      circuitikz
+PKGNAME=       tex-${DISTNAME}-0.6
+TEXLIVE_REV=   41299
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/circuitikz
+COMMENT=       Draw electrical networks with TikZ
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-pgf-[0-9]*:../../print/tex-pgf
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6955bbf75de5 -r 059da0a0ad0e graphics/tex-circuitikz/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-circuitikz/PLIST     Thu Jul 14 11:57:40 2016 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/14 11:57:40 markd Exp $
+share/texmf-dist/tex/context/third/circuitikz/t-circuitikz.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcirc.defines.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcircbipoles.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcirccurrent.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcircmath.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcircpath.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcircquadpoles.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcircshapes.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcirctripoles.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcircutils.tex
+share/texmf-dist/tex/generic/circuitikz/pgfcircvoltage.tex
+share/texmf-dist/tex/latex/circuitikz/circuitikz.sty
diff -r 6955bbf75de5 -r 059da0a0ad0e graphics/tex-circuitikz/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-circuitikz/distinfo  Thu Jul 14 11:57:40 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/14 11:57:40 markd Exp $
+
+SHA1 (tex-circuitikz-41299/circuitikz.tar.xz) = 6b6e695baca02570be46febb67c203880cf7f525
+RMD160 (tex-circuitikz-41299/circuitikz.tar.xz) = 621e098a82ad313b92b9c4758af196a7d75200d6
+SHA512 (tex-circuitikz-41299/circuitikz.tar.xz) = 1c3f5b29ac9c604357623d6724b8d32113653c591f37876850dee876136845b4de20fc80469b8eac81149a5e53cb24927eae88c89a45e882f955bb8d17f16f7b
+Size (tex-circuitikz-41299/circuitikz.tar.xz) = 31948 bytes



Home | Main Index | Thread Index | Old Index