diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-08 13:47:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-08 13:47:37 +0000 |
commit | 38c2c23b6d5c8e80a6c11a96321a6ce9502d5a60 (patch) | |
tree | b6e86e9324a6226084733697736cd74e8b35aaf8 /graphics/tex-automata | |
parent | 17693d16ebcd6c07752d365c60b814256af4aef6 (diff) | |
download | pkgsrc-38c2c23b6d5c8e80a6c11a96321a6ce9502d5a60.tar.gz |
Add metapost packages from texlive.
Diffstat (limited to 'graphics/tex-automata')
-rw-r--r-- | graphics/tex-automata/DESCR | 6 | ||||
-rw-r--r-- | graphics/tex-automata/Makefile | 13 | ||||
-rw-r--r-- | graphics/tex-automata/PLIST | 2 | ||||
-rw-r--r-- | graphics/tex-automata/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/graphics/tex-automata/DESCR b/graphics/tex-automata/DESCR new file mode 100644 index 00000000000..3adc1b16ee2 --- /dev/null +++ b/graphics/tex-automata/DESCR @@ -0,0 +1,6 @@ +The package offers a collection of macros for MetaPost to make +easier to draw finite-state machines, automata, labelled +graphs, etc. The user defines nodes, which may be isolated or +arranged into matrices or trees; edges connect pairs of nodes +through arbitrary paths. Parameters, that specify the shapes of +nodes and the styles of edges, may be adjusted. diff --git a/graphics/tex-automata/Makefile b/graphics/tex-automata/Makefile new file mode 100644 index 00000000000..b9ebff1f94b --- /dev/null +++ b/graphics/tex-automata/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 13:47:37 wiz Exp $ + +DISTNAME= automata +PKGNAME= tex-${DISTNAME}-0.3 +TEXLIVE_REV= 19717 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/automata +COMMENT= Finite state machines, graphs and trees in MetaPost +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-automata/PLIST b/graphics/tex-automata/PLIST new file mode 100644 index 00000000000..6ebffcbce8a --- /dev/null +++ b/graphics/tex-automata/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/08 13:47:37 wiz Exp $ +share/texmf-dist/metapost/automata/automata.mp diff --git a/graphics/tex-automata/distinfo b/graphics/tex-automata/distinfo new file mode 100644 index 00000000000..a26fd9de341 --- /dev/null +++ b/graphics/tex-automata/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/08 13:47:37 wiz Exp $ + +SHA1 (tex-automata-19717/automata.tar.xz) = 2a6a93945942c4a3ae3f1b01b17c5a2db7733e9a +RMD160 (tex-automata-19717/automata.tar.xz) = 0e261349d1746904b8b2abc136bbf16b92bb2676 +Size (tex-automata-19717/automata.tar.xz) = 5316 bytes |