summaryrefslogtreecommitdiff
path: root/graphics/ps2eps
AgeCommit message (Collapse)AuthorFilesLines
2011-07-28Update ps2eps to 1.68.minskim2-6/+6
Changes: - quoted translate command string - quote of tmpfname for coping with spaces in filenames - added -a option - changed handling of hiresBB (now rounded to hiresprecision, by default 0.5pt) - added %%BeginData %%EndData as indicators for Binary Section - added new option -b (treat as binary) to prevent filtering CR/LF stuff - fixed help/usage formatting output
2007-05-29Update ps2eps to 1.64.minskim2-6/+6
Changes since 1.58: - Tried to make DSCfilter command more robust - better detection for files that have a binary heading stuff containing even %! as character sequence - changed year in comment and info printout only - incorporated changes for Windows/Cygwin detection - removed surrounding ticks '' for -c $translation in $translatecmd - removed useless/unsupported 2>&1 in $bboxver for Windows - fix for two negative offsets in translation
2007-05-28Added support for installation to DESTDIR. Approved by Min Sik Kim.heinz1-4/+6
2006-04-08Import ps2eps.minskim5-0/+58
ps2eps is a tool (written in Perl) to produce Encapsulated PostScript Files (EPS/EPSF) from usual one-paged Postscript documents. It calculates correct Bounding Boxes for those EPS files and filters some special postscript command sequences that can produce erroneous results on printers. EPS files are often needed for including (scalable) graphics of high quality into TeX/LaTeX (or even Word) documents.