diff options
author | minskim <minskim> | 2011-03-18 21:43:51 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-03-18 21:43:51 +0000 |
commit | 84e0c4ad45d8f3f23421e0440d720b581861aa88 (patch) | |
tree | 517e789ebcbb564620f89dfabb63dba085e1d7d4 /graphics | |
parent | 98f119a5a03e2f268696b9382e8b0b86e70372e1 (diff) | |
download | pkgsrc-84e0c4ad45d8f3f23421e0440d720b581861aa88.tar.gz |
Import tex-pst-tree-1.12 as graphics/tex-pst-tree.
pst-tree is a pstricks package that defines a macro \pstree which offers
a structured way of joining nodes created using pst-node in order to
draw trees.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tex-pst-tree/DESCR | 3 | ||||
-rw-r--r-- | graphics/tex-pst-tree/Makefile | 15 | ||||
-rw-r--r-- | graphics/tex-pst-tree/PLIST | 3 | ||||
-rw-r--r-- | graphics/tex-pst-tree/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/graphics/tex-pst-tree/DESCR b/graphics/tex-pst-tree/DESCR new file mode 100644 index 00000000000..89a69d70df3 --- /dev/null +++ b/graphics/tex-pst-tree/DESCR @@ -0,0 +1,3 @@ +pst-tree is a pstricks package that defines a macro \pstree which offers +a structured way of joining nodes created using pst-node in order to +draw trees. diff --git a/graphics/tex-pst-tree/Makefile b/graphics/tex-pst-tree/Makefile new file mode 100644 index 00000000000..14a428ea7f4 --- /dev/null +++ b/graphics/tex-pst-tree/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:43:51 minskim Exp $ + +DISTNAME= pst-tree +PKGNAME= tex-${DISTNAME}-1.12 +TEXLIVE_REV= 21589 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Trees, using pstricks + +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-tree/PLIST b/graphics/tex-pst-tree/PLIST new file mode 100644 index 00000000000..cb8f98d8b3f --- /dev/null +++ b/graphics/tex-pst-tree/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/18 21:43:51 minskim Exp $ +share/texmf-dist/tex/generic/pst-tree/pst-tree.tex +share/texmf-dist/tex/latex/pst-tree/pst-tree.sty diff --git a/graphics/tex-pst-tree/distinfo b/graphics/tex-pst-tree/distinfo new file mode 100644 index 00000000000..4ce58b61b39 --- /dev/null +++ b/graphics/tex-pst-tree/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/18 21:43:51 minskim Exp $ + +SHA1 (tex-pst-tree-21589/pst-tree.tar.xz) = 353aa622f21b9d9429cf8a3a1d5ac907e3519a5d +RMD160 (tex-pst-tree-21589/pst-tree.tar.xz) = 5f89234c7d38343075cf5a346765f2d2b258fbbe +Size (tex-pst-tree-21589/pst-tree.tar.xz) = 6628 bytes |