[xorg-commit-diffs]
xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2
Imakefile, NONE, 1.1.4.1 model-config, 1.1, 1.1.4.1
Roland Mainz
xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:30 EST 2004
- Previous message: [xorg-commit-diffs]
xc/programs/Xserver/XpConfig/C/print/models/PSdefault
Imakefile, NONE, 1.1.4.1 model-config, NONE, 1.1.4.1
- Next message: [xorg-commit-diffs]
xc/programs/Xserver/XpConfig/C/print/models/PSdefault/fonts
AvantGarde-Book.pmf, NONE, 1.1.4.1 AvantGarde-BookOblique.pmf,
NONE, 1.1.4.1 AvantGarde-Demi.pmf, NONE,
1.1.4.1 AvantGarde-DemiOblique.pmf, NONE,
1.1.4.1 Courier-Bold.pmf, NONE,
1.1.4.1 Courier-BoldOblique.pmf, NONE,
1.1.4.1 Courier-Oblique.pmf, NONE, 1.1.4.1 Courier.pmf, NONE,
1.1.4.1 Helvetica-Bold.pmf, NONE,
1.1.4.1 Helvetica-BoldOblique.pmf, NONE,
1.1.4.1 Helvetica-Oblique.pmf, NONE, 1.1.4.1 Helvetica.pmf,
NONE, 1.1.4.1 Imakefile, NONE, 1.1.4.1 LubalinGraph-Book.pmf,
NONE, 1.1.4.1 LubalinGraph-BookOblique.pmf, NONE,
1.1.4.1 LubalinGraph-Demi.pmf, NONE,
1.1.4.1 LubalinGraph-DemiOblique.pmf, NONE,
1.1.4.1 NewCenturySchlbk-Bold.pmf, NONE,
1.1.4.1 NewCenturySchlbk-BoldItalic.pmf, NONE,
1.1.4.1 NewCenturySchlbk-Italic.pmf, NONE,
1.1.4.1 NewCenturySchlbk-Roman.pmf, NONE,
1.1.4.1 Souvenir-Demi.pmf, NONE,
1.1.4.1 Souvenir-DemiItalic.pmf, NONE,
1.1.4.1 Souvenir-Light.pmf, NONE,
1.1.4.1 Souvenir-LightItalic.pmf, NONE, 1.1.4.1 Symbol.pmf,
NONE, 1.1.4.1 Times-Bold.pmf, NONE,
1.1.4.1 Times-BoldItalic.pmf, NONE, 1.1.4.1 Times-Italic.pmf,
NONE, 1.1.4.1 Times-Roman.pmf, NONE, 1.1.4.1 ZapfDingbats.pmf,
NONE, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: gisburn
Update of /cvs/xorg/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2
In directory pdx:/tmp/cvs-serv5532/programs/Xserver/XpConfig/C/print/models/SPSPARC2
Modified Files:
Tag: XORG-CURRENT
model-config
Added Files:
Tag: XORG-CURRENT
Imakefile
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT
--- NEW FILE: Imakefile ---
XCOMM $Xorg: Imakefile,v 1.1 2002/06/09 05:42:52 gisburn Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
SUBDIRS = fonts
XPMODELNAME = SPSPARC2
MODELDIR = $(XPRINTDIR)/C/print/models/$(XPMODELNAME)
InstallNonExecFile(model-config,$(MODELDIR))
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
Index: model-config
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/model-config,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- a/model-config 14 Nov 2003 15:54:44 -0000 1.1
+++ b/model-config 21 Apr 2004 10:03:24 -0000 1.1.4.1
@@ -1,13 +1,18 @@
-# $Xorg: model-config,v 1.3 2000/08/17 19:48:04 cpqbld Exp $
-SPSPARC2.printer-model: "SunPics SPARCprinter II"
-SPSPARC2.printer-resolutions-supported: 300
-SPSPARC2.content-orientations-supported: portrait landscape
-SPSPARC2.document-formats-supported: {PostScript 2}
-SPSPARC2.plexes-supported: simplex
-SPSPARC2.xp-ddx-identifier: XP-POSTSCRIPT
-SPSPARC2.xp-embedded-formats-supported: { PostScript 2 }
-*xp-setup-proviso: setup-optional
-SPSPARC2.medium-source-sizes-supported: \
+# $Xprint.org: SPSPARC2 model-config,v 1.4 2002/11/07 19:48:04 gisburn Exp $
+*content-orientations-supported: portrait landscape
+*descriptor: SunPics SPARCprinter II
+*document-formats-supported: {POSTSCRIPT 2}
+*input-trays-supported:
+*medium-source-sizes-supported: \
{ '' {na-letter FALSE {6.35 209.55 6.35 273.05}} \
{na-legal FALSE {6.35 209.55 6.35 349.25}} \
{iso-a4 FALSE {6.35 203.65 6.35 290.65}}}
+*plexes-supported: simplex
+*printer-model: "SunPics SPARCprinter II"
+*printer-resolutions-supported: 300
+*xp-ddx-identifier: XP-POSTSCRIPT
+*xp-listfonts-modes-supported: xp-list-internal-printer-fonts xp-list-glyph-fonts
+*xp-embedded-formats-supported: {POSTSCRIPT 2}
+*xp-raw-formats-supported: {POSTSCRIPT 2}
+*xp-setup-proviso: setup-optional
+# EOF.
- Previous message: [xorg-commit-diffs]
xc/programs/Xserver/XpConfig/C/print/models/PSdefault
Imakefile, NONE, 1.1.4.1 model-config, NONE, 1.1.4.1
- Next message: [xorg-commit-diffs]
xc/programs/Xserver/XpConfig/C/print/models/PSdefault/fonts
AvantGarde-Book.pmf, NONE, 1.1.4.1 AvantGarde-BookOblique.pmf,
NONE, 1.1.4.1 AvantGarde-Demi.pmf, NONE,
1.1.4.1 AvantGarde-DemiOblique.pmf, NONE,
1.1.4.1 Courier-Bold.pmf, NONE,
1.1.4.1 Courier-BoldOblique.pmf, NONE,
1.1.4.1 Courier-Oblique.pmf, NONE, 1.1.4.1 Courier.pmf, NONE,
1.1.4.1 Helvetica-Bold.pmf, NONE,
1.1.4.1 Helvetica-BoldOblique.pmf, NONE,
1.1.4.1 Helvetica-Oblique.pmf, NONE, 1.1.4.1 Helvetica.pmf,
NONE, 1.1.4.1 Imakefile, NONE, 1.1.4.1 LubalinGraph-Book.pmf,
NONE, 1.1.4.1 LubalinGraph-BookOblique.pmf, NONE,
1.1.4.1 LubalinGraph-Demi.pmf, NONE,
1.1.4.1 LubalinGraph-DemiOblique.pmf, NONE,
1.1.4.1 NewCenturySchlbk-Bold.pmf, NONE,
1.1.4.1 NewCenturySchlbk-BoldItalic.pmf, NONE,
1.1.4.1 NewCenturySchlbk-Italic.pmf, NONE,
1.1.4.1 NewCenturySchlbk-Roman.pmf, NONE,
1.1.4.1 Souvenir-Demi.pmf, NONE,
1.1.4.1 Souvenir-DemiItalic.pmf, NONE,
1.1.4.1 Souvenir-Light.pmf, NONE,
1.1.4.1 Souvenir-LightItalic.pmf, NONE, 1.1.4.1 Symbol.pmf,
NONE, 1.1.4.1 Times-Bold.pmf, NONE,
1.1.4.1 Times-BoldItalic.pmf, NONE, 1.1.4.1 Times-Italic.pmf,
NONE, 1.1.4.1 Times-Roman.pmf, NONE, 1.1.4.1 ZapfDingbats.pmf,
NONE, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list