summaryrefslogtreecommitdiff
path: root/graphics/tex-epstopdf-doc
AgeCommit message (Collapse)AuthorFilesLines
2022-09-01tex-epstopdf{,-doc}: update to 2.29markd3-11/+8
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.
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-12-06tex-*: add TEXLIVE_UNVERSIONED=yesmarkd1-1/+2
2019-01-26tex-epstopdf{,-doc}: update to 2.28markd2-8/+8
epstopdf 2.28 changes to output PDF version 1.5 by default. Before, it output whatever version the underlying Ghostscript or other interpreter had as default. In Ghostscript 9,25, that changed to 1.7, which would cause many warnings in the TeX world. To override the PDF version, use epstopdf --gsopt=-dCompatibilityLevel=1.7 (for example).
2017-10-23tex-epstopdf{,-doc}: update to 2.27markd2-8/+8
epstopdf 2.27 contains bug fixes for parsing and checking of the --gsopt value. For exampole, --gsopt -dAutoFilterColorImages=true previously incorrectly failed, but now (I hope) works. Thanks to Yannick Berker for the report, analysis, and fix.
2017-06-21Update to TeXlive 2017markd2-8/+8
Updated print/tex-dehyph-exptl{,-doc} to 0.41 Updated print/tex-diagbox{,-doc} to 2.2 Updated fonts/tex-dozenal{,-doc} to 7.0 Updated print/tex-dvips{,-doc} to 2017 Updated graphics/tex-epstopdf{,-doc} to 2.26 Updated fonts/tex-erewhon{,-doc} to 1.08 Updated devel/tex-etoolbox{,-doc} to 2.4 Updated print/tex-europasscv{,-doc} to 2017 Updated print/tex-fancyhdr{,-doc} to 3.9 Updated fonts/tex-fbb{,-doc} to 1.12 Updated fonts/tex-fetamont{,-doc} to 20170415 Updated fonts/tex-fira{,-doc} to 4.2 Updated print/tex-fixme{,-doc} to 4.4 Updated fonts/tex-fontmfizz{,-doc} to 2017 Updated fonts/tex-fontools{,-doc} to 2017 Updated fonts/tex-fontspec{,-doc} to 2.6a
2016-08-07Update some texlive packages to latest versions.markd2-8/+10
Precise changes unknown Updated graphics/tex-animate{,-doc} to 20160727 Updated graphics/tex-epstopdf{,-doc} to 2.25 Updated graphics/tex-mcf2graph{,-doc} to 3.95 Updated graphics/tex-pstricks{,-doc} to 2.68 Updated graphics/tex-repere{,-doc} to 16.06
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-21Update tex-epstopdf{,-doc} to 2.23markd2-7/+7
latest texlive version. changes unknown.
2013-12-03Update tex-epstopdf{,-doc} to 2.20minskim3-11/+9
Changes: * New command line argument --(no)safer which allows setting -dNOSAFER instead of -dSAFER (only for non-restricted). * New command line argument --pdfsettings for Ghostscript's -dPDFSETTINGS. * New command line argument --(no)quiet. * New command line argument --device for specifying a differnt Ghostscript device (limited set of devices for restricted mode). * New command line arguments --gsopts and --gsopt for adding Ghostscript options. * Full support of ghostscript's option -r, DPIxDPI added. * Support for DOS EPS binary files (TN 5002) added. * Removes PJL commands at start of file. * explain option naming conventions (= defaults for Getopt::Long). * use /usr/bin/env, since Ruby has apparently required #! for years, and we rely on it for our other scripts, so why not. * uselessly placate -w. Debian bug 672281.
2011-10-26Import tex-epstopdf-doc-2.16 as graphics/tex-epstopdf-doc.minskim4-0/+25
This is documentation for tex-epstopdf.