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-gmp | |
parent | 17693d16ebcd6c07752d365c60b814256af4aef6 (diff) | |
download | pkgsrc-38c2c23b6d5c8e80a6c11a96321a6ce9502d5a60.tar.gz |
Add metapost packages from texlive.
Diffstat (limited to 'graphics/tex-gmp')
-rw-r--r-- | graphics/tex-gmp/DESCR | 4 | ||||
-rw-r--r-- | graphics/tex-gmp/Makefile | 13 | ||||
-rw-r--r-- | graphics/tex-gmp/PLIST | 2 | ||||
-rw-r--r-- | graphics/tex-gmp/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/graphics/tex-gmp/DESCR b/graphics/tex-gmp/DESCR new file mode 100644 index 00000000000..10e82725e52 --- /dev/null +++ b/graphics/tex-gmp/DESCR @@ -0,0 +1,4 @@ +The package allows integration between MetaPost pictures and +LaTeX. The main feature is that passing parameters to the +MetaPost pictures is possible and the picture code can be put +inside arguments to commands, including \newcommand. diff --git a/graphics/tex-gmp/Makefile b/graphics/tex-gmp/Makefile new file mode 100644 index 00000000000..65932442b8b --- /dev/null +++ b/graphics/tex-gmp/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 13:47:39 wiz Exp $ + +DISTNAME= gmp +PKGNAME= tex-${DISTNAME}-1.0 +TEXLIVE_REV= 21691 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/gmp +COMMENT= Enable integration between MetaPost pictures and LaTeX +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-gmp/PLIST b/graphics/tex-gmp/PLIST new file mode 100644 index 00000000000..e57db9a543b --- /dev/null +++ b/graphics/tex-gmp/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/08 13:47:39 wiz Exp $ +share/texmf-dist/tex/latex/gmp/gmp.sty diff --git a/graphics/tex-gmp/distinfo b/graphics/tex-gmp/distinfo new file mode 100644 index 00000000000..dfaebf1f419 --- /dev/null +++ b/graphics/tex-gmp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/08 13:47:39 wiz Exp $ + +SHA1 (tex-gmp-21691/gmp.tar.xz) = 1f417d4fffbd030a256c23cc3ba91a5f5a4beaf2 +RMD160 (tex-gmp-21691/gmp.tar.xz) = 77fa192c91ecf37b21b8d9d513dd04335d9a9208 +Size (tex-gmp-21691/gmp.tar.xz) = 3896 bytes |