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-metaplot | |
parent | 17693d16ebcd6c07752d365c60b814256af4aef6 (diff) | |
download | pkgsrc-38c2c23b6d5c8e80a6c11a96321a6ce9502d5a60.tar.gz |
Add metapost packages from texlive.
Diffstat (limited to 'graphics/tex-metaplot')
-rw-r--r-- | graphics/tex-metaplot/DESCR | 12 | ||||
-rw-r--r-- | graphics/tex-metaplot/Makefile | 13 | ||||
-rw-r--r-- | graphics/tex-metaplot/PLIST | 3 | ||||
-rw-r--r-- | graphics/tex-metaplot/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/graphics/tex-metaplot/DESCR b/graphics/tex-metaplot/DESCR new file mode 100644 index 00000000000..88bc98260c5 --- /dev/null +++ b/graphics/tex-metaplot/DESCR @@ -0,0 +1,12 @@ +MetaPlot is a set of Metapost macros for manipulating pre- +generated plots (and similar objects), and formatting them for +inclusion in a Metapost figure. The intent is that the plots +can be generated by some outside program, in an abstract manner +that does not require making decisions about on-page sizing and +layout, and then they can be imported into MetaPlot and +arranged using the full capabilities of Metapost. Metaplot also +includes a very flexible set of macros for generating plot +axes, which may be useful in other contexts as well. Presently, +MetaPlot is in something of a pre-release beta state; it is +quite functional, but the syntax of the commands is still +potentially in flux. diff --git a/graphics/tex-metaplot/Makefile b/graphics/tex-metaplot/Makefile new file mode 100644 index 00000000000..067c3d0409a --- /dev/null +++ b/graphics/tex-metaplot/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 13:47:40 wiz Exp $ + +DISTNAME= metaplot +PKGNAME= tex-${DISTNAME}-0.91 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/metaplot +COMMENT= Plot-manipulation macros for use in Metapost +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-metaplot/PLIST b/graphics/tex-metaplot/PLIST new file mode 100644 index 00000000000..dbfa3e200c7 --- /dev/null +++ b/graphics/tex-metaplot/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/08 13:47:40 wiz Exp $ +share/texmf-dist/metapost/metaplot/axes.mp +share/texmf-dist/metapost/metaplot/metaplot.mp diff --git a/graphics/tex-metaplot/distinfo b/graphics/tex-metaplot/distinfo new file mode 100644 index 00000000000..5f306ac70d3 --- /dev/null +++ b/graphics/tex-metaplot/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/08 13:47:40 wiz Exp $ + +SHA1 (tex-metaplot-15878/metaplot.tar.xz) = 14d681ab3ee704020b0e4b021de420e91db60f5a +RMD160 (tex-metaplot-15878/metaplot.tar.xz) = ec481c4b7f242ab51c4baa639731dc76ec443608 +Size (tex-metaplot-15878/metaplot.tar.xz) = 3884 bytes |