diff options
-rw-r--r-- | graphics/tex-pst-circ/DESCR | 6 | ||||
-rw-r--r-- | graphics/tex-pst-circ/Makefile | 16 | ||||
-rw-r--r-- | graphics/tex-pst-circ/PLIST | 4 | ||||
-rw-r--r-- | graphics/tex-pst-circ/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/graphics/tex-pst-circ/DESCR b/graphics/tex-pst-circ/DESCR new file mode 100644 index 00000000000..eda63270ebb --- /dev/null +++ b/graphics/tex-pst-circ/DESCR @@ -0,0 +1,6 @@ +Pst-circ is a package built using PSTricks and in particular pst-node. +It can easily draw current 2-terminal devices and some 3- and 4-terminal +devices used in electronic or electric theory. The package's macros are +designed with a view to 'logical' representation of circuits, as far as +possible, so as to relieve the user of purely graphical considerations +when expressing a circuit. diff --git a/graphics/tex-pst-circ/Makefile b/graphics/tex-pst-circ/Makefile new file mode 100644 index 00000000000..6b6d1d44a0a --- /dev/null +++ b/graphics/tex-pst-circ/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:37:10 minskim Exp $ + +DISTNAME= pst-circ +PKGNAME= tex-${DISTNAME}-2.01 +TEXLIVE_REV= 21599 + +MAINTAINER= minskim@NetBSD.org +COMMENT= PSTricks package for drawing electric circuits + +DEPENDS+= tex-multido-[0-9]*:../../devel/tex-multido +DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node +DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks +DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-pst-circ/PLIST b/graphics/tex-pst-circ/PLIST new file mode 100644 index 00000000000..0eb27d943ca --- /dev/null +++ b/graphics/tex-pst-circ/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/18 21:37:10 minskim Exp $ +share/texmf-dist/dvips/pst-circ/pst-circ.pro +share/texmf-dist/tex/generic/pst-circ/pst-circ.tex +share/texmf-dist/tex/latex/pst-circ/pst-circ.sty diff --git a/graphics/tex-pst-circ/distinfo b/graphics/tex-pst-circ/distinfo new file mode 100644 index 00000000000..2eea7c62861 --- /dev/null +++ b/graphics/tex-pst-circ/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/18 21:37:10 minskim Exp $ + +SHA1 (tex-pst-circ-21599/pst-circ.tar.xz) = 4d90e6728cdeda5e00eae356b43682d83b1de2f6 +RMD160 (tex-pst-circ-21599/pst-circ.tar.xz) = fee64be2efaa321e9363be603d65903c44f398ec +Size (tex-pst-circ-21599/pst-circ.tar.xz) = 21716 bytes |