pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics tex-epstopdf{,-doc}: update to 2.29
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef334eacc7e7
branches: trunk
changeset: 384496:ef334eacc7e7
user: markd <markd%pkgsrc.org@localhost>
date: Thu Sep 01 10:30:55 2022 +0000
description:
tex-epstopdf{,-doc}: update to 2.29
epstopdf 2.29 uses gswin64c for the name of the Ghostscript program
on 64-bit Windows (as determined by the PROCESSOR_ARCHITECTURE or
PROCESSOR_ARCHITEW6432 environment variables.
If something fancier is needed, adjustments can be made.
diffstat:
graphics/tex-epstopdf-doc/DESCR | 2 +-
graphics/tex-epstopdf-doc/Makefile | 9 +++------
graphics/tex-epstopdf-doc/distinfo | 8 ++++----
graphics/tex-epstopdf/DESCR | 22 ++++++++++++----------
graphics/tex-epstopdf/Makefile | 8 +++-----
graphics/tex-epstopdf/distinfo | 10 +++++-----
graphics/tex-epstopdf/patches/patch-bin_epstopdf | 18 +++++++++++-------
7 files changed, 39 insertions(+), 38 deletions(-)
diffs (142 lines):
diff -r 03d718d83b42 -r ef334eacc7e7 graphics/tex-epstopdf-doc/DESCR
--- a/graphics/tex-epstopdf-doc/DESCR Thu Sep 01 10:26:59 2022 +0000
+++ b/graphics/tex-epstopdf-doc/DESCR Thu Sep 01 10:30:55 2022 +0000
@@ -1,1 +1,1 @@
-This is documentation for tex-epstopdf.
+Documentation for tex-epstopdf.
diff -r 03d718d83b42 -r ef334eacc7e7 graphics/tex-epstopdf-doc/Makefile
--- a/graphics/tex-epstopdf-doc/Makefile Thu Sep 01 10:26:59 2022 +0000
+++ b/graphics/tex-epstopdf-doc/Makefile Thu Sep 01 10:30:55 2022 +0000
@@ -1,16 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2020/01/18 23:32:23 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2022/09/01 10:30:55 markd Exp $
DISTNAME= epstopdf.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-2.28
-TEXLIVE_REV= 48684
+PKGNAME= tex-${DISTNAME:S/./-/}-2.29
+TEXLIVE_REV= 64244
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/epstopdf
COMMENT= Documentation for tex-epstopdf
LICENSE= modified-bsd
-CONFLICTS= texlive-pdftools<2011
-
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 03d718d83b42 -r ef334eacc7e7 graphics/tex-epstopdf-doc/distinfo
--- a/graphics/tex-epstopdf-doc/distinfo Thu Sep 01 10:26:59 2022 +0000
+++ b/graphics/tex-epstopdf-doc/distinfo Thu Sep 01 10:30:55 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:47:00 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/09/01 10:30:55 markd Exp $
-BLAKE2s (tex-epstopdf-48684/epstopdf.doc.tar.xz) = fa7139b5eb48444dfd3dc39eb547ea54f4fa2e636d6313b4a3fe9a56982302b0
-SHA512 (tex-epstopdf-48684/epstopdf.doc.tar.xz) = 05af8ca35f7739a6b5a01b993d6ff815e73e6da08d06495ebabb28e662007d1adc70225235e61fc292e5fe70c607ccaa02a57f451f9d47caea6461c0e265160b
-Size (tex-epstopdf-48684/epstopdf.doc.tar.xz) = 30444 bytes
+BLAKE2s (epstopdf.doc.r64244.tar.xz) = 593ec27851ab59758fd79c94f7d6f5003163151e2f792c39f57ce8598df36186
+SHA512 (epstopdf.doc.r64244.tar.xz) = 59dd7165d746e00f67409de5eca5c0baa44f56ef6c947a9a86574a5915c337ddbc7a8875c4a96053e67472928b5c910c5fd8b443bb3b5360e7baf4b81e4eb7c4
+Size (epstopdf.doc.r64244.tar.xz) = 30816 bytes
diff -r 03d718d83b42 -r ef334eacc7e7 graphics/tex-epstopdf/DESCR
--- a/graphics/tex-epstopdf/DESCR Thu Sep 01 10:26:59 2022 +0000
+++ b/graphics/tex-epstopdf/DESCR Thu Sep 01 10:30:55 2022 +0000
@@ -1,10 +1,12 @@
-Epstopdf is a Perl script that converts an EPS file to an 'encapsulated'
-PDF file (a single page file whose media box is the same as the original
-EPS's bounding box). The resulting file suitable for inclusion by PDFTeX
-as an image. The script is adapted to run both on Windows and on
-Unix-alike systems. The script makes use of Ghostscript for the actual
-conversion to PDF. It assumes Ghostscript version 6.51 or later, and (by
-default) suppresses its automatic rotation of pages where most of the
-text is not horizontal. LaTeX users may make use of the epstopdf
-package, which will run the epstopdf script "on the fly", thus giving
-the illusion that PDFLaTeX is accepting EPS graphic files.
+Epstopdf is a Perl script that converts an EPS file to an
+'encapsulated' PDF file (a single page file whose media box is
+the same as the original EPS's bounding box). The resulting
+file suitable for inclusion by pdfTeX as an image. The script
+is adapted to run both on Windows and on Unix-alike systems.
+The script makes use of Ghostscript for the actual conversion
+to PDF. It assumes Ghostscript version 6.51 or later, and (by
+default) suppresses its automatic rotation of pages where most
+of the text is not horizontal. LaTeX users may make use of the
+epstopdf package, which will run the epstopdf script "on the
+fly", thus giving the illusion that pdfLaTeX is accepting EPS
+graphic files.
diff -r 03d718d83b42 -r ef334eacc7e7 graphics/tex-epstopdf/Makefile
--- a/graphics/tex-epstopdf/Makefile Thu Sep 01 10:26:59 2022 +0000
+++ b/graphics/tex-epstopdf/Makefile Thu Sep 01 10:30:55 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2022/06/28 11:34:08 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2022/09/01 10:30:55 markd Exp $
DISTNAME= epstopdf
-PKGNAME= tex-${DISTNAME}-2.28
-PKGREVISION= 4
-TEXLIVE_REV= 48684
+PKGNAME= tex-${DISTNAME}-2.29
+TEXLIVE_REV= 64244
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/epstopdf
@@ -26,7 +25,6 @@
INSTALLATION_DIRS= bin
TEX_TEXMF_DIRS= # empty
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
post-extract:
diff -r 03d718d83b42 -r ef334eacc7e7 graphics/tex-epstopdf/distinfo
--- a/graphics/tex-epstopdf/distinfo Thu Sep 01 10:26:59 2022 +0000
+++ b/graphics/tex-epstopdf/distinfo Thu Sep 01 10:30:55 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:47:00 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/09/01 10:30:55 markd Exp $
-BLAKE2s (tex-epstopdf-48684/epstopdf.tar.xz) = b3dcf9b580cbcf5c9e5548232d685bce38296a45b15eab9530b459904e74ff1f
-SHA512 (tex-epstopdf-48684/epstopdf.tar.xz) = f8555a7997bfe048876cbdebe187167f2624812dda83c4d74045783a8ea3e7d807602e268d0d9fbc653611327fe6c9ed47be801411ee84a5ecb75b446143598d
-Size (tex-epstopdf-48684/epstopdf.tar.xz) = 12452 bytes
-SHA1 (patch-bin_epstopdf) = 04898c48d8dafacd0256c855c05a251983989848
+BLAKE2s (epstopdf.r64244.tar.xz) = ab34c5e1b2a3f50f7faf6f59d7de1242571d1b2c810f43e4a02a7b12610b50b3
+SHA512 (epstopdf.r64244.tar.xz) = 0e7070a565f9369c23ce0727f70ead650c555057c334865fda45b8d0f285d9e85e171d48e5e40fa52b82fafbf16f257afff1c6b63497fae0c62a65938972097c
+Size (epstopdf.r64244.tar.xz) = 12516 bytes
+SHA1 (patch-bin_epstopdf) = 113881b998082a68586ced131efa824f1289f3d5
diff -r 03d718d83b42 -r ef334eacc7e7 graphics/tex-epstopdf/patches/patch-bin_epstopdf
--- a/graphics/tex-epstopdf/patches/patch-bin_epstopdf Thu Sep 01 10:26:59 2022 +0000
+++ b/graphics/tex-epstopdf/patches/patch-bin_epstopdf Thu Sep 01 10:30:55 2022 +0000
@@ -1,20 +1,24 @@
-$NetBSD: patch-bin_epstopdf,v 1.2 2013/12/03 19:55:56 minskim Exp $
+$NetBSD: patch-bin_epstopdf,v 1.3 2022/09/01 10:30:55 markd Exp $
Fix paths to commands: gs and kpathsea.
---- bin/epstopdf.orig 2010-05-19 23:29:01.000000000 +0000
+--- bin/epstopdf.orig 2022-08-30 19:53:18.000000000 +0000
+++ bin/epstopdf
-@@ -165,5 +164,5 @@ my $on_windows_or_cygwin = $on_windows |
+@@ -205,7 +205,7 @@ my $on_windows = $^O =~ /^(MSWin|msys$)/
+ my $on_windows_or_cygwin = $on_windows || $^O eq "cygwin";
### ghostscript command name
--my $GS = $on_windows ? "gswin32c" : "gs";
+-my $GS = "gs";
+my $GS = "@GHOSTSCRIPT@";
-
- ### restricted mode
-@@ -257,5 +256,5 @@ debug "Restricted mode activated" if $re
+ if ($on_windows) {
+ if ($ENV{"PROCESSOR_ARCHITECTURE"} eq "AMD64"
+ || $ENV{"PROCESSOR_ARCHITEW6432"} eq "AMD64") {
+@@ -482,7 +482,7 @@ sub warnerr { $restricted ? error(@_)
+ debug "Restricted mode activated" if $restricted;
### safer external commands for Windows in restricted mode
-my $kpsewhich = 'kpsewhich';
+my $kpsewhich = '@KPSEWHICH@';
if ($restricted && $on_windows) {
use File::Basename;
+ my $mydirname = dirname $0;
Home |
Main Index |
Thread Index |
Old Index