This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ghostscript] Request: Add CFAX device for SFF support


Please add a GhostScript CFAX device for SFF output

This patch adds the option for the CFAX device to GhostScript.
You need it to produce raw fax files (SFF):

http://www.shellbang.org/files/ghostscript-gnu-cfax.diff


diff -urN ghostscript-gnu.orig/scripts/configure ghostscript-gnu/scripts/configure
--- ghostscript-gnu.orig/scripts/configure Sat Feb 12 22:41:49 2005
+++ ghostscript-gnu/scripts/configure Sat Feb 12 22:31:50 2005
@@ -1,6 +1,6 @@
#! /bin/sh


-# $FreeBSD: /repoman/r/pcvs/ports/print/ghostscript-gnu/scripts/configure,v 1.25 2004/11/22 16:27:13 krion Exp $
+# $FreeBSD: ports/print/ghostscript-gnu/scripts/configure,v 1.25 2004/11/22 16:27:13 krion Exp $


 # configure - gs driver preconfiguration, manual driver selection
 # by Andreas Klemm <andreas@FreeBSD.org>
@@ -78,7 +78,7 @@
 		pswrite epswrite sgirgb sunhmono \
 		tiffcrle tiffg3 tiffg32d tiffg4 \
 		tiff12nc tiff24nc tifflzw tiffpack \
-		bbox
+		bbox cfax
 fi

 for i; do
@@ -353,6 +353,7 @@
   "tifflzw"  "TIFF LZW,      tag = 5,     mono" "$status_tifflzw" \
   "tiffpack" "TIFF PackBits, tag = 32773, mono" "$status_tiffpack" \
   "bbox"     "Bounding box output" "$status_bbox" \
+  "cfax"     "SFF output" "$status_cfax" \
 2> $tempfile

retval=$?


Thanks, Gerrit -- =^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]