Import tex-mptopdf-2010 as graphics/tex-mptopdf.
The mptopdf script does standalone conversion from mpost to PDF, using the supp-* and syst-* files. They also allow native MetaPost graphics inclusion in LaTeX (via pdftex.def) and ConTeXt. They can be used independently of the rest of ConTeXt, yet are maintained as part of it. So in TeX Live we pull them out to this separate package for the benefit of LaTeX users who do not install the rest of ConTeXt. This can be found on CTAN in macros/pdftex/graphics.
This commit is contained in:
parent
1ade000b1d
commit
7742d87859
4 changed files with 45 additions and 0 deletions
7
graphics/tex-mptopdf/DESCR
Normal file
7
graphics/tex-mptopdf/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
The mptopdf script does standalone conversion from mpost to PDF, using
|
||||
the supp-* and syst-* files. They also allow native MetaPost graphics
|
||||
inclusion in LaTeX (via pdftex.def) and ConTeXt. They can be used
|
||||
independently of the rest of ConTeXt, yet are maintained as part of it.
|
||||
So in TeX Live we pull them out to this separate package for the benefit
|
||||
of LaTeX users who do not install the rest of ConTeXt. This can be
|
||||
found on CTAN in macros/pdftex/graphics.
|
25
graphics/tex-mptopdf/Makefile
Normal file
25
graphics/tex-mptopdf/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/01/20 17:08:02 minskim Exp $
|
||||
|
||||
DISTNAME= mptopdf
|
||||
PKGNAME= tex-${DISTNAME}-2010
|
||||
TEXLIVE_REV= 18835
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
COMMENT= Script to convert mpost to PDF
|
||||
|
||||
CONFLICTS+= tex-supp-pdf<2010
|
||||
DEPENDS+= tex-plain>=3.141592653nb2:../../print/tex-plain
|
||||
DEPENDS+= web2c>=2010:../../print/web2c
|
||||
SUPERSEDES+= tex-supp-pdf<2010
|
||||
|
||||
INSTALLATION_DIRS= bin
|
||||
|
||||
TEX_FORMATS+= "mptopdf pdftex -translate-file=cp227.tcx mptopdf.tex\\n"
|
||||
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
|
||||
|
||||
.include "../../print/texlive/package.mk"
|
||||
|
||||
post-install:
|
||||
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/mptopdf
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
graphics/tex-mptopdf/PLIST
Normal file
8
graphics/tex-mptopdf/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/20 17:08:02 minskim Exp $
|
||||
bin/mptopdf
|
||||
share/texmf-dist/scripts/context/perl/mptopdf.pl
|
||||
share/texmf-dist/tex/context/base/supp-mis.mkii
|
||||
share/texmf-dist/tex/context/base/supp-mpe.mkii
|
||||
share/texmf-dist/tex/context/base/supp-pdf.mkii
|
||||
share/texmf-dist/tex/context/base/syst-tex.mkii
|
||||
share/texmf-dist/tex/generic/context/mptopdf.tex
|
5
graphics/tex-mptopdf/distinfo
Normal file
5
graphics/tex-mptopdf/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/01/20 17:08:02 minskim Exp $
|
||||
|
||||
SHA1 (tex-mptopdf-18835/mptopdf.tar.xz) = 25e1507ce82059a4f97258034d8c36ca72dadcbc
|
||||
RMD160 (tex-mptopdf-18835/mptopdf.tar.xz) = 49a9777667bb4560307fcbf529a74c160145ffeb
|
||||
Size (tex-mptopdf-18835/mptopdf.tar.xz) = 36940 bytes
|
Loading…
Reference in a new issue