diff options
Diffstat (limited to 'graphics/tex-latexmp')
-rw-r--r-- | graphics/tex-latexmp/DESCR | 8 | ||||
-rw-r--r-- | graphics/tex-latexmp/Makefile | 13 | ||||
-rw-r--r-- | graphics/tex-latexmp/PLIST | 2 | ||||
-rw-r--r-- | graphics/tex-latexmp/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/graphics/tex-latexmp/DESCR b/graphics/tex-latexmp/DESCR new file mode 100644 index 00000000000..99f391f26f5 --- /dev/null +++ b/graphics/tex-latexmp/DESCR @@ -0,0 +1,8 @@ +The MetaPost package latexMP implements a user-friendly +interface to access LaTeX-based typesetting capabilities in +MetaPost. The text to be typeset is given as string. This +allows even dynamic text elements, for example counters, to be +used in labels. Compared to other implementations it is much +more flexible, since it can be used as direct replacement for +btex..etex, and much faster, compared for example to the +solution provided by tex.mp diff --git a/graphics/tex-latexmp/Makefile b/graphics/tex-latexmp/Makefile new file mode 100644 index 00000000000..9a1c1e5e2ba --- /dev/null +++ b/graphics/tex-latexmp/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 13:47:40 wiz Exp $ + +DISTNAME= latexmp +PKGNAME= tex-${DISTNAME}-1.2.1 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/latexmp +COMMENT= Interface for LaTeX-based typesetting in MetaPost +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-latexmp/PLIST b/graphics/tex-latexmp/PLIST new file mode 100644 index 00000000000..b00aafaa490 --- /dev/null +++ b/graphics/tex-latexmp/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/08 13:47:40 wiz Exp $ +share/texmf-dist/metapost/latexmp/latexmp.mp diff --git a/graphics/tex-latexmp/distinfo b/graphics/tex-latexmp/distinfo new file mode 100644 index 00000000000..2a940c6ff63 --- /dev/null +++ b/graphics/tex-latexmp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/08 13:47:40 wiz Exp $ + +SHA1 (tex-latexmp-15878/latexmp.tar.xz) = 59c841584ddbd0416e7950375b2765ed4e213f21 +RMD160 (tex-latexmp-15878/latexmp.tar.xz) = 9f838b4b309bc7cef80426b83a41865f14b6d1a8 +Size (tex-latexmp-15878/latexmp.tar.xz) = 5276 bytes |