pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/dvipdfmx



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Apr 17 10:36:43 UTC 2022

Modified Files:
        pkgsrc/print/dvipdfmx: Makefile distinfo
        pkgsrc/print/dvipdfmx/patches: patch-ad

Log Message:
dvipdfmx: update to 20211117 - texlive 2022 version

Support for PSTricks without requiring -dNOSAFER, except for transparency.
The -r option to set bitmap font resolution works again.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/print/dvipdfmx/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/dvipdfmx/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/dvipdfmx/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/dvipdfmx/Makefile
diff -u pkgsrc/print/dvipdfmx/Makefile:1.54 pkgsrc/print/dvipdfmx/Makefile:1.55
--- pkgsrc/print/dvipdfmx/Makefile:1.54 Sun Jun  6 01:17:18 2021
+++ pkgsrc/print/dvipdfmx/Makefile      Sun Apr 17 10:36:43 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2021/06/06 01:17:18 markd Exp $
+# $NetBSD: Makefile,v 1.55 2022/04/17 10:36:43 markd Exp $
 
 .include "../../print/texlive/Makefile.common"
 
-PKGNAME=       dvipdfmx-20210318
+PKGNAME=       dvipdfmx-20211117
 CATEGORIES=    print converters
 
 HOMEPAGE=      http://project.ktug.or.kr/dvipdfmx/

Index: pkgsrc/print/dvipdfmx/distinfo
diff -u pkgsrc/print/dvipdfmx/distinfo:1.22 pkgsrc/print/dvipdfmx/distinfo:1.23
--- pkgsrc/print/dvipdfmx/distinfo:1.22 Tue Oct 26 11:12:05 2021
+++ pkgsrc/print/dvipdfmx/distinfo      Sun Apr 17 10:36:43 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 11:12:05 nia Exp $
+$NetBSD: distinfo,v 1.23 2022/04/17 10:36:43 markd Exp $
 
-BLAKE2s (texlive-20210325-source.tar.xz) = 1ff1ac8c15651d79483605f071a71c7eb253477627b3f478c261a87bf98a7186
-SHA512 (texlive-20210325-source.tar.xz) = afd6eb24efaeac7c58d43ff24162aece919079a9ae02934509f068c7a3828223c33c14d9db11ff7fea3560b08a06f352446ba7f845eefb4a56a87b96f088f213
-Size (texlive-20210325-source.tar.xz) = 54837368 bytes
+BLAKE2s (texlive-20220321-source.tar.xz) = 1f3a5c33cba94663158aba15b12da5a265b8ec44eab741a6b9f1037d0c412341
+SHA512 (texlive-20220321-source.tar.xz) = 1c6b4c80d474b661060c3ac126b41782fd34e883139b9bca89ca1ffe543891bd9451df3be5e6297af965ddbceea9802008a61589344c3dee8075044b1b288dd7
+Size (texlive-20220321-source.tar.xz) = 67975836 bytes
 SHA1 (patch-Makefile.in) = 526a2eab50395bcc9c0f2aa11a0d20034f93a02b
 SHA1 (patch-ac) = 2bbaa28a6cf16c8a14b0f190387d6443c6b260d9
-SHA1 (patch-ad) = 8b7f09061d17a9219cd3575fdaf8b049e36a1865
+SHA1 (patch-ad) = acb8bb03d5592dd6935efcc82105e100ed7f9a4f

Index: pkgsrc/print/dvipdfmx/patches/patch-ad
diff -u pkgsrc/print/dvipdfmx/patches/patch-ad:1.6 pkgsrc/print/dvipdfmx/patches/patch-ad:1.7
--- pkgsrc/print/dvipdfmx/patches/patch-ad:1.6  Sun Jun  6 01:17:18 2021
+++ pkgsrc/print/dvipdfmx/patches/patch-ad      Sun Apr 17 10:36:43 2022
@@ -1,15 +1,15 @@
-$NetBSD: patch-ad,v 1.6 2021/06/06 01:17:18 markd Exp $
+$NetBSD: patch-ad,v 1.7 2022/04/17 10:36:43 markd Exp $
 
 use explicit path
 
---- data/dvipdfmx.cfg.orig     2021-03-23 18:18:30.000000000 +0000
+--- data/dvipdfmx.cfg.orig     2021-11-20 23:01:11.000000000 +0000
 +++ data/dvipdfmx.cfg
-@@ -156,7 +156,7 @@ P  0x003C
+@@ -149,7 +149,7 @@ P  0x003C
  %%   kpsewhich -progname=dvipdfmx -format=othertext dvipdfmx.cfg
  %% and control which one is found by setting DVIPDFMXINPUTS.
  %%
--D  "rungs -q -dALLOWPSTRANSPARENCY -dSAFER -dNOPAUSE -dBATCH -dEPSCrop -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode 
-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dAutoRotatePages=/None -sOutputFile='%o' '%i' -c quit"
-+D  "@RUNGS@ -q -dALLOWPSTRANSPARENCY -dSAFER -dNOPAUSE -dBATCH -dEPSCrop -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode 
-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dAutoRotatePages=/None -sOutputFile='%o' '%i' -c quit"
- %% If you change the above invocation, also change dvipdfmx-unsafe.cfg!
+-D  "rungs -q -dSAFER -dNOPAUSE -dBATCH -dEPSCrop -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false 
-dColorImageFilter=/FlateEncode -dAutoRotatePages=/None -sOutputFile='%o' '%i' -c quit"
++D  "@RUNGS@ -q -dSAFER -dNOPAUSE -dBATCH -dEPSCrop -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false 
-dColorImageFilter=/FlateEncode -dAutoRotatePages=/None -sOutputFile='%o' '%i' -c quit"
+ %% If you change the above rungs invocation, also change dvipdfmx-unsafe.cfg!
  
  % other random ps converters people have experimented with.



Home | Main Index | Thread Index | Old Index