Import tex-pdftools-0.82 as print/tex-pdftools.
This package provides PDF-related utilities for TeX Live.
This commit is contained in:
parent
c2780112de
commit
6a482536a0
5 changed files with 60 additions and 0 deletions
1
print/tex-pdftools/DESCR
Normal file
1
print/tex-pdftools/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This package provides PDF-related utilities for TeX Live.
|
38
print/tex-pdftools/Makefile
Normal file
38
print/tex-pdftools/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/10/27 19:03:24 minskim Exp $
|
||||
|
||||
DISTNAME= pdftools
|
||||
PKGNAME= tex-${DISTNAME}-0.82
|
||||
TEXLIVE_REV= 23089
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
COMMENT= PDF-related utilities, including PostScript-to-PDF conversion
|
||||
LICENSE= public-domain
|
||||
|
||||
CONFLICTS= texlive-pdftools<2011
|
||||
DEPENDS+= tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf
|
||||
DEPENDS+= tex-oberdiek>=2011:../../print/tex-oberdiek
|
||||
DEPENDS+= tex-pst-pdf-[0-9]*:../../graphics/tex-pst-pdf
|
||||
DEPENDS+= web2c-[0-9]*:../../print/web2c
|
||||
DEPENDS+= xpdfopen-[0-9]*:../../print/xpdfopen
|
||||
|
||||
EVAL_PREFIX+= EPSTOPDF_PREFIX=tex-epstopdf
|
||||
USE_TOOLS+= perl:run
|
||||
|
||||
REPLACE_PERL+= bin/e2pall
|
||||
|
||||
SUBST_CLASSES+= paths
|
||||
SUBST_MESSAGE.paths= Setting paths to commands.
|
||||
SUBST_STAGE.paths= pre-configure
|
||||
SUBST_FILES.paths= bin/e2pall
|
||||
SUBST_SED.paths+= -e 's,@EPSTOPDF@,${EPSTODPF_PREFIX}/bin/epstopdf,g'
|
||||
|
||||
INSTALLATION_DIRS+= bin
|
||||
TEX_TEXMF_DIRS= # empty
|
||||
|
||||
.include "../../print/texlive/package.mk"
|
||||
|
||||
post-extract:
|
||||
${MKDIR} ${WRKSRC}/bin
|
||||
${MV} ${WRKSRC}/texmf/scripts/tetex/e2pall.pl ${WRKSRC}/bin/e2pall
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
print/tex-pdftools/PLIST
Normal file
2
print/tex-pdftools/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/27 19:03:24 minskim Exp $
|
||||
bin/e2pall
|
6
print/tex-pdftools/distinfo
Normal file
6
print/tex-pdftools/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/10/27 19:03:24 minskim Exp $
|
||||
|
||||
SHA1 (tex-pdftools-23089/pdftools.tar.xz) = 37046b934df5a65d9e962170c7349f190f3593ef
|
||||
RMD160 (tex-pdftools-23089/pdftools.tar.xz) = d5231b31011a58127ec30360f0c4f413d5508907
|
||||
Size (tex-pdftools-23089/pdftools.tar.xz) = 1848 bytes
|
||||
SHA1 (patch-bin_e2pall) = 48ffe6471de86f09b45f9aa8a2d1b58400a2ecee
|
13
print/tex-pdftools/patches/patch-bin_e2pall
Normal file
13
print/tex-pdftools/patches/patch-bin_e2pall
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-bin_e2pall,v 1.1.1.1 2011/10/27 19:03:24 minskim Exp $
|
||||
|
||||
--- bin/e2pall.orig 2008-03-03 18:51:04.000000000 +0000
|
||||
+++ bin/e2pall
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
# EDIT these two lines for your system....
|
||||
|
||||
-$Eps2PdfCom = "epstopdf";
|
||||
+$Eps2PdfCom = "@EPSTOPDF@";
|
||||
$ThisFunCom = "e2pall";
|
||||
|
||||
$fname=$ARGV[0];
|
Loading…
Reference in a new issue