openbsd-ports/print/dvipdfm/patches/patch-config
avsm 6b338200be - import of dvipdfm-0.13.2
- patch to cure /tmp race condition added; it needs cleaning up before
  submitting back to authors though (espie@ ok)

--
Dvipdfm is a command-line DVI to PDF translator.

Its features include TeX \special's that approximate the functionality
of the PostScript pdfmarks used by Adobe Acrobat Distiller, the
ability to include PDF files and JPEG files as embedded images,
support for both Type1 and PK fonts, support for arbitrary linear
graphics transformations, a color stack accessible via \special's,
partial font embedding and stream compression for reduced output
file size, native, portable graphics via TPIC \specials, balanced
page and destination trees for improved reader access on very large
document files.
2001-01-12 23:21:06 +00:00

15 lines
833 B
Plaintext

$OpenBSD: patch-config,v 1.1.1.1 2001/01/12 23:21:07 avsm Exp $
--- config.orig Thu Jan 11 23:16:28 2001
+++ config Thu Jan 11 23:17:18 2001
@@ -15,9 +15,7 @@
% D "/usr/local/bin/pstill -c -o %o %i"
% The following line works with GhostScript
-% D "gs -q -sPAPERSIZE=ledger -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
-% The following line works on compressed or uncompressed postscript with GhostScript
-D "zcat -f %i | gs -q -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -sOutputFile=%o - -c quit"
+D "gs -q -sPAPERSIZE=ledger -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
% The following line works with Adobe Acrobat Distiller
% D "/usr/local/bin/distill -quiet -pairs %i %o"