[gs-cvs] gs/src

Russell Lang ghostgum at casper.ghostscript.com
Thu Oct 31 01:22:15 PST 2002


Update of /cvs/ghostscript/gs/src
In directory casper:/tmp/cvs-serv22832/src

Modified Files:
	bcwin32.mak dvx-gcc.mak msvc32.mak openvms.mak os2.mak 
	unixansi.mak watcw32.mak 
Log Message:
Encapsulate EPS files to make sure that at least one page is 
printed.  Add command line options -dNOEPS, -dEPSCrop 
and -dEPSFitPage for customizing handling of EPS files.
Warn if EPS bounding box does not fit in clipping box.
Enable EPS and DOS EPS processing for several platforms.


Index: bcwin32.mak
===================================================================
RCS file: /cvs/ghostscript/gs/src/bcwin32.mak,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- bcwin32.mak	29 Oct 2002 09:44:40 -0000	1.22
+++ bcwin32.mak	31 Oct 2002 09:22:13 -0000	1.23
@@ -275,7 +275,7 @@
 
 # Choose the language feature(s) to include.  See gs.mak for details.
 
-FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)mshandle.dev $(GLD)pipe.dev $(PSD)fapi.dev
+FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(PSD)mshandle.dev $(GLD)pipe.dev $(PSD)fapi.dev
 
 # Choose whether to compile the .ps initialization files into the executable.
 # See gs.mak for details.

Index: dvx-gcc.mak
===================================================================
RCS file: /cvs/ghostscript/gs/src/dvx-gcc.mak,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- dvx-gcc.mak	9 Oct 2002 23:43:58 -0000	1.20
+++ dvx-gcc.mak	31 Oct 2002 09:22:13 -0000	1.21
@@ -259,7 +259,7 @@
 
 # Choose the language feature(s) to include.  See gs.mak for details.
 
-FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(GLD)pipe.dev $(PSD)fapi.dev
+FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev $(PSD)fapi.dev
 
 # Choose whether to compile the .ps initialization files into the executable.
 # See gs.mak for details.

Index: msvc32.mak
===================================================================
RCS file: /cvs/ghostscript/gs/src/msvc32.mak,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- msvc32.mak	29 Oct 2002 09:44:40 -0000	1.36
+++ msvc32.mak	31 Oct 2002 09:22:13 -0000	1.37
@@ -457,7 +457,7 @@
 # Choose the language feature(s) to include.  See gs.mak for details.
 
 !ifndef FEATURE_DEVS
-FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)mshandle.dev $(PSD)msprinter.dev $(PSD)mspoll.dev $(GLD)pipe.dev $(PSD)fapi.dev
+FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(PSD)mshandle.dev $(PSD)msprinter.dev $(PSD)mspoll.dev $(GLD)pipe.dev $(PSD)fapi.dev
 !endif
 
 # Choose whether to compile the .ps initialization files into the executable.

Index: openvms.mak
===================================================================
RCS file: /cvs/ghostscript/gs/src/openvms.mak,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- openvms.mak	9 Oct 2002 23:43:58 -0000	1.26
+++ openvms.mak	31 Oct 2002 09:22:13 -0000	1.27
@@ -239,7 +239,7 @@
 
 # Choose the language feature(s) to include.  See gs.mak for details.
 
-FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)fapi.dev
+FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(PSD)fapi.dev
 
 # Choose whether to compile the .ps initialization files into the executable.
 # See gs.mak for details.

Index: os2.mak
===================================================================
RCS file: /cvs/ghostscript/gs/src/os2.mak,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- os2.mak	29 Oct 2002 09:44:40 -0000	1.28
+++ os2.mak	31 Oct 2002 09:22:13 -0000	1.29
@@ -436,7 +436,7 @@
 # Choose the language feature(s) to include.  See gs.mak for details.
 # Since we have a large address space, we include some optional features.
 
-FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev
+FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev
 
 # Choose whether to compile the .ps initialization files into the executable.
 # See gs.mak for details.

Index: unixansi.mak
===================================================================
RCS file: /cvs/ghostscript/gs/src/unixansi.mak,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- unixansi.mak	24 Oct 2002 12:57:57 -0000	1.26
+++ unixansi.mak	31 Oct 2002 09:22:13 -0000	1.27
@@ -299,7 +299,7 @@
 
 # Choose the language feature(s) to include.  See gs.mak for details.
 
-FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(GLD)pipe.dev $(PSD)fapi.dev
+FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev $(PSD)fapi.dev
 
 # Choose whether to compile the .ps initialization files into the executable.
 # See gs.mak for details.

Index: watcw32.mak
===================================================================
RCS file: /cvs/ghostscript/gs/src/watcw32.mak,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- watcw32.mak	29 Oct 2002 09:44:40 -0000	1.19
+++ watcw32.mak	31 Oct 2002 09:22:13 -0000	1.20
@@ -206,7 +206,7 @@
 
 # Choose the language feature(s) to include.  See gs.mak for details.
 
-FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev
+FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev
 
 # Choose whether to compile the .ps initialization files into the executable.
 # See gs.mak for details.




More information about the gs-cvs mailing list