View | Details | Raw Unified | Return to bug 227109 | Differences between
and this patch

Collapse All | Expand All

(-)devel/py-qt4/Makefile (-7 / +7 lines)
Lines 10-32 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Link Here
10
MAINTAINER=	kde@FreeBSD.org
10
MAINTAINER=	kde@FreeBSD.org
11
COMMENT=	Python bindings for the Qt 4 toolkit (meta port)
11
COMMENT=	Python bindings for the Qt 4 toolkit (meta port)
12
12
13
DEPRECATED=		Qt4 has been EOL since december 2015
13
DEPRECATED=		Qt4 has been EOL since december 2015
14
EXPIRATION_DATE=	2019-03-15
14
EXPIRATION_DATE=	2019-03-15
15
15
16
USES=		metaport python pyqt:4
16
USES=		metaport python pyqt:4
17
USE_PYTHON=	concurrent flavors py3kplist
17
USE_PYTHON=	concurrent flavors py3kplist
18
18
19
# Keep these synchronized with _USE_PYQT_ALL / _USE_PYQT4_ONLY in Mk/Use/pyqt.mk
19
# Keep these synchronized with _USE_PYQT_ALL / _USE_PYQT4_ONLY in Mk/Use/pyqt.mk
20
OPTIONS_DEFINE=		assistant core dbus dbussupport declarative \
20
OPTIONS_DEFINE=		ASSISTANT CORE DBUS DBUSSUPPORT DECLARATIVE \
21
			demo designer designerplugin doc gui help \
21
			DEMO DESIGNER DESIGNERPLUGIN DOC GUI HELP \
22
			multimedia network opengl phonon qscintilla2 \
22
			MULTIMEDIA NETWORK OPENGL PHONON QSCINTILLA2 \
23
			script scripttools sql svg test webkit xml \
23
			SCRIPT SCRIPTTOOLS SQL SVG TEST WEBKIT XML \
24
			xmlpatterns
24
			XMLPATTERNS
25
OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
25
OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
26
26
27
.for opt in ${OPTIONS_DEFINE}
27
.for opt in ${OPTIONS_DEFINE}
28
${opt}_USE=	PYQT=${opt}_run
28
${opt}_USE=	PYQT=${opt:tl}_run
29
${opt}_DESC=	${py-${opt}_DESC}
29
${opt}_DESC=	${py-${opt:tl}_DESC}
30
.endfor
30
.endfor
31
31
32
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)devel/py-qt5/Makefile (-8 / +8 lines)
Lines 5-27 PORTVERSION= ${PYQT5_VERSION} Link Here
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
7
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt 5 toolkit (meta port)
9
COMMENT=	Python bindings for the Qt 5 toolkit (meta port)
10
10
11
USES=		metaport python pyqt:5
11
USES=		metaport python pyqt:5
12
USE_PYTHON=	concurrent flavors py3kplist
12
USE_PYTHON=	concurrent flavors py3kplist
13
13
14
# Keep these synchronized with _USE_PYQT_ALL / _USE_PYQT5_ONLY in Mk/Use/pyqt.mk
14
# Keep these synchronized with _USE_PYQT_ALL / _USE_PYQT5_ONLY in Mk/Use/pyqt.mk
15
OPTIONS_DEFINE=	core dbus dbussupport demo designer \
15
OPTIONS_DEFINE=	CORE DBUS DBUSSUPPORT DEMO DESIGNER \
16
		designerplugin gui multimedia multimediawidgets \
16
		DESIGNERPLUGIN GUI MULTIMEDIA MULTIMEDIAWIDGETS \
17
		network opengl printsupport qml qscintilla2 quickwidgets \
17
		NETWORK OPENGL PRINTSUPPORT QML QSCINTILLA2 QUICKWIDGETS \
18
		sql serialport svg test webchannel webengine webkit \
18
		SQL SERIALPORT SVG TEST WEBCHANNEL WEBENGINE WEBKIT \
19
		webkitwidgets widgets xml xmlpatterns
19
		WEBKITWIDGETS WIDGETS XML XMLPATTERNS
20
OPTIONS_DEFAULT=${OPTIONS_DEFINE:Nwebengine}
20
OPTIONS_DEFAULT=${OPTIONS_DEFINE:NWEBENGINE}
21
21
22
.for opt in ${OPTIONS_DEFINE}
22
.for opt in ${OPTIONS_DEFINE}
23
${opt}_USE=	PYQT=${opt}_run
23
${opt}_USE=	PYQT=${opt:tl}_run
24
${opt}_DESC=	${py-${opt}_DESC}
24
${opt}_DESC=	${py-${opt:tl}_DESC}
25
.endfor
25
.endfor
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)games/kdegames/Makefile (-4 / +4 lines)
Lines 2-26 Link Here
2
2
3
PORTNAME=	kdegames
3
PORTNAME=	kdegames
4
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
4
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
5
CATEGORIES=	games kde
5
CATEGORIES=	games kde
6
6
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Games for KDE (meta port)
8
COMMENT=	Games for KDE (meta port)
9
9
10
USES=		kde:5 metaport
10
USES=		kde:5 metaport
11
11
12
OPTIONS_DEFINE=	ALL ${KDE_GAMES_ALL}
12
OPTIONS_DEFINE=	ALL ${KDE_GAMES_ALL:tu}
13
OPTIONS_DEFAULT=	ALL
13
OPTIONS_DEFAULT=	ALL
14
14
15
.include <${.CURDIR}/Makefile.common>
15
.include <${.CURDIR}/Makefile.common>
16
16
17
.for game in ${KDE_GAMES_ALL}
17
.for game in ${KDE_GAMES_ALL}
18
# _PORT, _DETECT, and _DESC are defined in Makefile.common
18
# _PORT, _DETECT, and _DESC are defined in Makefile.common
19
${game}_PORT?=		games/${game}
19
${game}_PORT?=		games/${game}
20
${game}_DETECT?=	${KDE_PREFIX}/bin/${game}
20
${game}_DETECT?=	${KDE_PREFIX}/bin/${game}
21
${game}_DESC?=		Please fix a typo in option name/desc!
21
${game:tu}_DESC?=	Please fix a typo in option name/desc!
22
${game}_RUN_DEPENDS=	${${game}_DETECT}:${${game}_PORT}
22
${game:tu}_RUN_DEPENDS=	${${game}_DETECT}:${${game}_PORT}
23
ALL_RUN_DEPENDS+=	${${game}_RUN_DEPENDS}
23
ALL_RUN_DEPENDS+=	${${game:tu}_RUN_DEPENDS}
24
.endfor
24
.endfor
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)games/kdegames/Makefile.common (-40 / +40 lines)
Lines 25-74 KDE_GAMES_ALL= bomber \ Link Here
25
		knights \
25
		knights \
26
		kolf \
26
		kolf \
27
		kollision \
27
		kollision \
28
		kpat \
28
		kpat \
29
		kshisen \
29
		kshisen \
30
		ksirk \
30
		ksirk \
31
		ksquares \
31
		ksquares \
32
		ktuberling \
32
		ktuberling \
33
		picmi
33
		picmi
34
34
35
bomber_DESC=	Arcade Bombing game
35
BOMBER_DESC=	Arcade Bombing game
36
bovo_DESC=	Five-in-a-row Board game
36
BOVO_DESC=	Five-in-a-row Board game
37
granatier_DESC=	Bomberman clone
37
GRANATIER_DESC=	Bomberman clone
38
kajongg_DESC=	Ancient Chinese board game for 4 players
38
KAJONGG_DESC=	Ancient Chinese board game for 4 players
39
kapman_DESC=	Pac-Man Clone
39
KAPMAN_DESC=	Pac-Man Clone
40
katomic_DESC=	Sokoban-like Logic game
40
KATOMIC_DESC=	Sokoban-like Logic game
41
kblackbox_DESC=	Blackbox Logic game
41
KBLACKBOX_DESC=	Blackbox Logic game
42
kblocks_DESC=	Falling Blocks game
42
KBLOCKS_DESC=	Falling Blocks game
43
kbounce_DESC=	Ball Bouncing game
43
KBOUNCE_DESC=	Ball Bouncing game
44
kbreakout_DESC=	Breakout-like game
44
KBREAKOUT_DESC=	Breakout-like game
45
kdiamond_DESC=	Three-in-a-row game
45
KDIAMOND_DESC=	Three-in-a-row game
46
kfourinline_DESC=	Four-in-a-row Board game
46
KFOURINLINE_DESC=	Four-in-a-row Board game
47
kgoldrunner_DESC=	Hunt Gold, Dodge Enemies and Solve Puzzles
47
KGOLDRUNNER_DESC=	Hunt Gold, Dodge Enemies and Solve Puzzles
48
kigo_DESC=	Go Board game
48
KIGO_DESC=	Go Board game
49
killbots_DESC=	Evade killer robots
49
KILLBOTS_DESC=	Evade killer robots
50
kiriki_DESC=	Yahtzee-like Dice game
50
KIRIKI_DESC=	Yahtzee-like Dice game
51
kjumpingcube_DESC=	Territory Capture game
51
KJUMPINGCUBE_DESC=	Territory Capture game
52
klines_DESC=	Tactical game
52
KLINES_DESC=	Tactical game
53
klickety_DESC=	Tetris themed solitaire
53
KLICKETY_DESC=	Tetris themed solitaire
54
kmahjongg_DESC=	Mahjongg Solitaire
54
KMAHJONGG_DESC=	Mahjongg Solitaire
55
kmines_DESC=	Minesweeper-like game
55
KMINES_DESC=	Minesweeper-like game
56
knavalbattle_DESC=	Ship Sinking game
56
KNAVALBATTLE_DESC=	Ship Sinking game
57
knetwalk_DESC=	Network Construction game
57
KNETWALK_DESC=	Network Construction game
58
knights_DESC=	Chess game
58
KNIGHTS_DESC=	Chess game
59
kolf_DESC=	Miniature Golf
59
KOLF_DESC=	Miniature Golf
60
kollision_DESC=	Simple ball dodging game
60
KOLLISION_DESC=	Simple ball dodging game
61
konquest_DESC=	Galactic Strategy game
61
KONQUEST_DESC=	Galactic Strategy game
62
kpat_DESC=	Patience Card game
62
KPAT_DESC=	Patience Card game
63
kreversi_DESC=	Reversi Board game
63
KREVERSI_DESC=	Reversi Board game
64
kshisen_DESC=	Shisen-Sho Mahjongg-like Tile game
64
KSHISEN_DESC=	Shisen-Sho Mahjongg-like Tile game
65
ksirk_DESC=	World Domination Strategy game
65
KSIRK_DESC=	World Domination Strategy game
66
ksnakeduel_DESC=	Snake-like game
66
KSNAKEDUEL_DESC=	Snake-like game
67
kspaceduel_DESC=	Space Arcade game
67
KSPACEDUEL_DESC=	Space Arcade game
68
ksquares_DESC=	Connect the dots to create squares
68
KSQUARES_DESC=	Connect the dots to create squares
69
ksudoku_DESC=	Sudoku game
69
KSUDOKU_DESC=	Sudoku game
70
ktuberling_DESC=	Picture game for Children
70
KTUBERLING_DESC=	Picture game for Children
71
kubrick_DESC=	3-D game based on Rubik's Cube
71
KUBRICK_DESC=	3-D game based on Rubik's Cube
72
lskat_DESC=	Card game
72
LSKAT_DESC=	Card game
73
palapeli_DESC=	Jigsaw puzzle game
73
PALAPELI_DESC=	Jigsaw puzzle game
74
picmi_DESC=	Single player logic-based puzzle game
74
PICMI_DESC=	Single player logic-based puzzle game
(-)games/rocksndiamonds-data/Makefile (-8 / +8 lines)
Lines 47-84 LEVELS_BD_FANS= 42_Steps Alexanders_Levels Arcade_Levels Be_a_bug \ Link Here
47
		Manuel Manuels_Sokoban_Levels Master-Rocks Memory \
47
		Manuel Manuels_Sokoban_Levels Master-Rocks Memory \
48
		Mini_Levels_Ryan Missions Mixed_Levels Mixed_Levels_2 \
48
		Mini_Levels_Ryan Missions Mixed_Levels Mixed_Levels_2 \
49
		MultiRandomLevel My_Levels_of_Fun Negundo_World_2 \
49
		MultiRandomLevel My_Levels_of_Fun Negundo_World_2 \
50
		Negundo_World_3 P98_Level_Pack_1 Pacman Random_Games \
50
		Negundo_World_3 P98_Level_Pack_1 Pacman Random_Games \
51
		Rocks_n_Diamonds_Fun Ryans_Random_Levels Slippery_Ground \
51
		Rocks_n_Diamonds_Fun Ryans_Random_Levels Slippery_Ground \
52
		Space_Invaders Space_Invaders_2 Springlis_Levels Stinky \
52
		Space_Invaders Space_Invaders_2 Springlis_Levels Stinky \
53
		Super_BD-Rock Super_Comic_Levels Venatir Warparound_Murphy \
53
		Super_BD-Rock Super_Comic_Levels Venatir Warparound_Murphy \
54
		Time_Gate_Rush
54
		Time_Gate_Rush
55
55
56
OPTIONS_SINGLE=	SYMLINK
56
OPTIONS_SINGLE=	SYMLINK
57
OPTIONS_SINGLE_SYMLINK=	RnD RnD_jue
57
OPTIONS_SINGLE_SYMLINK=	RND RND_JUE
58
58
59
OPTIONS_DEFAULT=	RnD_jue
59
OPTIONS_DEFAULT=	RND_JUE
60
60
61
RnD_DESC=	Levels default for Rocks'n'Diamonds
61
RND_DESC=	Levels default for Rocks'n'Diamonds
62
RnD_jue_DESC=	Levels default for R'n'D jue
62
RND_JUE_DESC=	Levels default for R'n'D jue
63
63
64
PREFIX=		/usr/local
64
PREFIX=		/usr/local
65
65
66
.include <bsd.port.options.mk>
66
.include <bsd.port.options.mk>
67
67
68
.if ${PORT_OPTIONS:MRnD}
68
.if ${PORT_OPTIONS:MRND}
69
RUN_DEPENDS+=	rocksndiamonds:games/rocksndiamonds
69
RUN_DEPENDS+=	rocksndiamonds:games/rocksndiamonds
70
DATADIR=	${PREFIX}/share/rocksndiamonds
70
DATADIR=	${PREFIX}/share/rocksndiamonds
71
DATADIR1=	${PREFIX}/share/rnd_jue
71
DATADIR1=	${PREFIX}/share/rnd_jue
72
.endif
72
.endif
73
73
74
.if ${PORT_OPTIONS:MRnD_jue}
74
.if ${PORT_OPTIONS:MRND_JUE}
75
RUN_DEPENDS+=	rnd_jue:games/rnd_jue
75
RUN_DEPENDS+=	rnd_jue:games/rnd_jue
76
DATADIR=	${PREFIX}/share/rnd_jue
76
DATADIR=	${PREFIX}/share/rnd_jue
77
DATADIR1=	${PREFIX}/share/rocksndiamonds
77
DATADIR1=	${PREFIX}/share/rocksndiamonds
78
.endif
78
.endif
79
79
80
post-extract-script:
80
post-extract-script:
81
.for l in BD2K3-1.0.0.zip Snake_Bite-1.0.0.zip Zelda-1.0.0.zip \
81
.for l in BD2K3-1.0.0.zip Snake_Bite-1.0.0.zip Zelda-1.0.0.zip \
82
		ZeldaII-1.0.0.zip Boulder_Dash_Dream-1.0.0.zip
82
		ZeldaII-1.0.0.zip Boulder_Dash_Dream-1.0.0.zip
83
	@${UNZIP_CMD} -qo -d ${WRKDIR}/${PORTNAME} ${_DISTDIR}/${l}
83
	@${UNZIP_CMD} -qo -d ${WRKDIR}/${PORTNAME} ${_DISTDIR}/${l}
84
.endfor
84
.endfor
Lines 107-133 post-extract-script: Link Here
107
	@(cd ${WRKDIR}/${PORTNAME} && ${RM} Readme.txt levelinfo.conf)
107
	@(cd ${WRKDIR}/${PORTNAME} && ${RM} Readme.txt levelinfo.conf)
108
108
109
do-install:
109
do-install:
110
	@(cd ${WRKDIR}/${PORTNAME} && ${COPYTREE_SHARE} . \
110
	@(cd ${WRKDIR}/${PORTNAME} && ${COPYTREE_SHARE} . \
111
		${STAGEDIR}${DATADIR}/levels)
111
		${STAGEDIR}${DATADIR}/levels)
112
112
113
	@cd ${STAGEDIR}${PREFIX} && ${FIND} ${DATADIR_REL}/levels \
113
	@cd ${STAGEDIR}${PREFIX} && ${FIND} ${DATADIR_REL}/levels \
114
		-type f >> ${TMPPLIST}
114
		-type f >> ${TMPPLIST}
115
115
116
# Symlink Levels which can use Rocks'n'Diamonds and R'n'D jue
116
# Symlink Levels which can use Rocks'n'Diamonds and R'n'D jue
117
.if exists(${PREFIX}/share/rocksndiamonds) && ${PORT_OPTIONS:MRnD_jue}
117
.if exists(${PREFIX}/share/rocksndiamonds) && ${PORT_OPTIONS:MRND_JUE}
118
.for l in ${LEVELS_ARTSOFT} ${LEVELS_BD_FANS} Alans_Random_Levels \
118
.for l in ${LEVELS_ARTSOFT} ${LEVELS_BD_FANS} Alans_Random_Levels \
119
	Gavin_Davidson_2006 Puzzles Veysi_Orak_2006
119
	Gavin_Davidson_2006 Puzzles Veysi_Orak_2006
120
		@${LN} -sf ${DATADIR}/levels/${l} \
120
		@${LN} -sf ${DATADIR}/levels/${l} \
121
			${DATADIR1}/levels/
121
			${DATADIR1}/levels/
122
.endfor
122
.endfor
123
.endif
123
.endif
124
124
125
.if exists(${PREFIX}/share/rnd_jue) && ${PORT_OPTIONS:MRnD}
125
.if exists(${PREFIX}/share/rnd_jue) && ${PORT_OPTIONS:MRND}
126
.for l in ${LEVELS_ARTSOFT} ${LEVELS_BD_FANS} Alans_Random_Levels \
126
.for l in ${LEVELS_ARTSOFT} ${LEVELS_BD_FANS} Alans_Random_Levels \
127
		 Gavin_Davidson_2006 Puzzles Veysi_Orak_2006
127
		 Gavin_Davidson_2006 Puzzles Veysi_Orak_2006
128
		@${LN} -sf ${DATADIR}/levels/${l} \
128
		@${LN} -sf ${DATADIR}/levels/${l} \
129
			${DATADIR1}/levels/
129
			${DATADIR1}/levels/
130
.endfor
130
.endfor
131
.endif
131
.endif
132
132
133
.include <bsd.port.mk>
133
.include <bsd.port.mk>
(-)net/p5-Net-Google-SafeBrowsing2/Makefile (-10 / +10 lines)
Lines 15-44 BUILD_DEPENDS= ${RUN_DEPENDS} Link Here
15
RUN_DEPENDS=	p5-libwww>=5:www/p5-libwww \
15
RUN_DEPENDS=	p5-libwww>=5:www/p5-libwww \
16
		p5-URI>=1:net/p5-URI \
16
		p5-URI>=1:net/p5-URI \
17
		p5-Net-IPAddress>=1:net-mgmt/p5-Net-IPAddress \
17
		p5-Net-IPAddress>=1:net-mgmt/p5-Net-IPAddress \
18
		p5-Text-Trim>=1:textproc/p5-Text-Trim \
18
		p5-Text-Trim>=1:textproc/p5-Text-Trim \
19
		p5-MIME-Base64-URLSafe>=0.01:converters/p5-MIME-Base64-URLSafe \
19
		p5-MIME-Base64-URLSafe>=0.01:converters/p5-MIME-Base64-URLSafe \
20
		p5-Digest-HMAC>=1:security/p5-Digest-HMAC \
20
		p5-Digest-HMAC>=1:security/p5-Digest-HMAC \
21
		p5-String-HexConvert>=0.01:textproc/p5-String-HexConvert \
21
		p5-String-HexConvert>=0.01:textproc/p5-String-HexConvert \
22
		p5-File-Slurp>9:devel/p5-File-Slurp
22
		p5-File-Slurp>9:devel/p5-File-Slurp
23
23
24
24
25
OPTIONS_DEFINE=	MySQL SQLite Postgres
25
OPTIONS_DEFINE=	MYSQL SQLITE POSTGRES
26
26
27
MySQL_DESC=	uses MySQL as the storage backend
27
MYSQL_DESC=	uses MySQL as the storage backend
28
SQLite_DESC=	uses SQLite as the storage backend
28
SQLITE_DESC=	uses SQLite as the storage backend
29
Postgres_DESC=	uses Postgres as the storage backend
29
POSTGRES_DESC=	uses Postgres as the storage backend
30
30
31
OPTIONS_DEFAULT=SQLite
31
OPTIONS_DEFAULT=SQLite
32
32
33
NO_ARCH=	yes
33
NO_ARCH=	yes
34
USES=		perl5
34
USES=		perl5
35
USE_PERL5=	configure
35
USE_PERL5=	configure
36
36
37
MySQL_BUILD_DEPENDS=	p5-DBD-mysql>=4:databases/p5-DBD-mysql
37
MYSQL_BUILD_DEPENDS=	p5-DBD-mysql>=4:databases/p5-DBD-mysql
38
MySQL_RUN_DEPENDS=	p5-DBD-mysql>=4:databases/p5-DBD-mysql
38
MYSQL_RUN_DEPENDS=	p5-DBD-mysql>=4:databases/p5-DBD-mysql
39
Postgres_BUILD_DEPENDS=	p5-DBD-Pg>=2:databases/p5-DBD-Pg
39
POSTGRES_BUILD_DEPENDS=	p5-DBD-Pg>=2:databases/p5-DBD-Pg
40
Postgres_RUN_DEPENDS=	p5-DBD-Pg>=2:databases/p5-DBD-Pg
40
POSTGRES_RUN_DEPENDS=	p5-DBD-Pg>=2:databases/p5-DBD-Pg
41
SQLite_BUILD_DEPENDS=	p5-DBD-SQLite>=1:databases/p5-DBD-SQLite
41
SQLITE_BUILD_DEPENDS=	p5-DBD-SQLite>=1:databases/p5-DBD-SQLite
42
SQLite_RUN_DEPENDS=	p5-DBD-SQLite>=1:databases/p5-DBD-SQLite
42
SQLITE_RUN_DEPENDS=	p5-DBD-SQLite>=1:databases/p5-DBD-SQLite
43
43
44
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)print/ghostscript7-base/Makefile (-6 / +5 lines)
Lines 69-111 post-extract: post-extract-all Link Here
69
69
70
.for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} \
70
.for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} \
71
	${OPTIONS_GROUP_SVGALIB:MGS_*:S/^GS_//}
71
	${OPTIONS_GROUP_SVGALIB:MGS_*:S/^GS_//}
72
.if ${PORT_OPTIONS:MGS_${D}}
72
.if ${PORT_OPTIONS:MGS_${D}}
73
PLIST_SUB+=	GS_${D}=""
73
PLIST_SUB+=	GS_${D}=""
74
.else
74
.else
75
PLIST_SUB+=	GS_${D}="@comment "
75
PLIST_SUB+=	GS_${D}="@comment "
76
.endif
76
.endif
77
.endfor
77
.endfor
78
78
79
.if ${PORT_OPTIONS:MGS_pcl3}
79
.if ${PORT_OPTIONS:MGS_PCL3}
80
ALL_TARGET+=	pcl3opts
80
ALL_TARGET+=	pcl3opts
81
.endif
81
.endif
82
82
83
# contributed uniprint profiles
83
# contributed uniprint profiles
84
CONTRIB_UPP=	lqx70ch.upp lqx70cl.upp lqx70cm.upp \
84
CONTRIB_UPP=	lqx70ch.upp lqx70cl.upp lqx70cm.upp \
85
		stc740ih.upp stc740p.upp stc740pl.upp
85
		stc740ih.upp stc740p.upp stc740pl.upp
86
86
87
post-patch:
87
post-patch:
88
	${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \
88
	${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \
89
	    ${WRKSRC}/lib/gs_res.ps
89
	    ${WRKSRC}/lib/gs_res.ps
90
90
91
pre-build-drivers.mak:
91
pre-build-drivers.mak:
92
	@${ECHO_CMD} '# automatically generated' > ${WRKSRC}/src/drivers.mak
92
	@${ECHO_CMD} '# automatically generated' > ${WRKSRC}/src/drivers.mak
93
.for N in ${DEVS_LIST}
93
.for N in ${DEVS_LIST}
94
	@${ECHO_CMD} 'DEVICE_${N}=' >> ${WRKSRC}/src/drivers.mak
94
	@${ECHO_CMD} 'DEVICE_${N}=' >> ${WRKSRC}/src/drivers.mak
95
.endfor
95
.endfor
96
.for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} \
96
.for D in ${ALL_OPTS} \
97
	${OPTIONS_MULTI_X11:MGS_*:S/^GS_//} \
97
	${SVGALIB}
98
	${OPTIONS_GROUP_SVGALIB:MGS_*:S/^GS_//}
99
.for N in ${DEVS_LIST}
98
.for N in ${DEVS_LIST}
100
.if ${PORT_OPTIONS:MGS_${D}}
99
.if ${PORT_OPTIONS:MGS_${D:tu}}
101
.if !defined(OPTIONS_UNSET) || !${OPTIONS_UNSET:MGS_${D}}
100
.if !defined(OPTIONS_UNSET) || !${OPTIONS_UNSET:MGS_${D:tu}}
102
.for X in ${DEVICE_${N}:M${D}.dev}
101
.for X in ${DEVICE_${N}:M${D}.dev}
103
	@${ECHO_CMD} 'DEVICE_${N}+= $$(DD)${D}.dev'  >> ${WRKSRC}/src/drivers.mak
102
	@${ECHO_CMD} 'DEVICE_${N}+= $$(DD)${D}.dev'  >> ${WRKSRC}/src/drivers.mak
104
.endfor
103
.endfor
105
.endif
104
.endif
106
.endif
105
.endif
107
.endfor
106
.endfor
108
.endfor
107
.endfor
109
108
110
pre-build-contrib_extra.mak:
109
pre-build-contrib_extra.mak:
111
	${CAT} /dev/null ${EXTRADEVMKFILE} > ${WRKSRC}/src/contrib_extra.mak
110
	${CAT} /dev/null ${EXTRADEVMKFILE} > ${WRKSRC}/src/contrib_extra.mak
(-)print/ghostscript7-base/Makefile.drivers (-753 / +755 lines)
Lines 1-761 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
OPTIONS_SVGALIB= \
3
SVGALIB= \
4
	GS_lvga256 \
4
	lvga256 \
5
	GS_vgalib
5
	vgalib
6
OPTIONS_GROUP=	SVGALIB
6
OPTIONS_GROUP=	SVGALIB
7
OPTIONS_GROUP_SVGALIB=	${OPTIONS_SVGALIB}
7
OPTIONS_GROUP_SVGALIB=	${SVGALIB:S/^/GS_/:tu}
8
8
9
OPTIONS_DEFINE+= \
9
ALL_OPTS= \
10
	GS_md2k \
10
	md2k \
11
	GS_md5k \
11
	md5k \
12
	GS_md50Mono \
12
	md50Mono \
13
	GS_md50Eco \
13
	md50Eco \
14
	GS_md1xMono \
14
	md1xMono \
15
	GS_appledmp \
15
	appledmp \
16
	GS_iwhi \
16
	iwhi \
17
	GS_iwlo \
17
	iwlo \
18
	GS_iwlq \
18
	iwlq \
19
	GS_hl7x0 \
19
	hl7x0 \
20
	GS_hl1240 \
20
	hl1240 \
21
	GS_hl1250 \
21
	hl1250 \
22
	GS_bj10e \
22
	bj10e \
23
	GS_bj10v \
23
	bj10v \
24
	GS_bj10vh \
24
	bj10vh \
25
	GS_bj200 \
25
	bj200 \
26
	GS_bjc600 \
26
	bjc600 \
27
	GS_bjc800 \
27
	bjc800 \
28
	GS_bjccmyk \
28
	bjccmyk \
29
	GS_bjccolor \
29
	bjccolor \
30
	GS_bjcgray \
30
	bjcgray \
31
	GS_bjcmono \
31
	bjcmono \
32
	GS_lbp8 \
32
	lbp8 \
33
	GS_lbp1310 \
33
	lbp1310 \
34
	GS_lbp1510 \
34
	lbp1510 \
35
	GS_lbp1610 \
35
	lbp1610 \
36
	GS_lbp1710 \
36
	lbp1710 \
37
	GS_lbp1810 \
37
	lbp1810 \
38
	GS_lbp1910 \
38
	lbp1910 \
39
	GS_lips2p \
39
	lips2p \
40
	GS_lips3 \
40
	lips3 \
41
	GS_lips4 \
41
	lips4 \
42
	GS_bjc880j \
42
	bjc880j \
43
	GS_lips4v \
43
	lips4v \
44
	GS_m8510 \
44
	m8510 \
45
	GS_coslw2p \
45
	coslw2p \
46
	GS_coslwxl \
46
	coslwxl \
47
	GS_stp \
47
	stp \
48
	GS_uniprint \
48
	uniprint \
49
	GS_dmprt \
49
	dmprt \
50
	GS_lj250 \
50
	lj250 \
51
	GS_declj250 \
51
	declj250 \
52
	GS_ap3250 \
52
	ap3250 \
53
	GS_epson \
53
	epson \
54
	GS_eps9mid \
54
	eps9mid \
55
	GS_eps9high \
55
	eps9high \
56
	GS_lp8000 \
56
	lp8000 \
57
	GS_epag \
57
	epag \
58
	GS_escpage \
58
	escpage \
59
	GS_lp2000 \
59
	lp2000 \
60
	GS_alc8600 \
60
	alc8600 \
61
	GS_alc8500 \
61
	alc8500 \
62
	GS_alc2000 \
62
	alc2000 \
63
	GS_alc4000 \
63
	alc4000 \
64
	GS_alc1900 \
64
	alc1900 \
65
	GS_alc4100 \
65
	alc4100 \
66
	GS_lp9800c \
66
	lp9800c \
67
	GS_lp9000c \
67
	lp9000c \
68
	GS_lp9500c \
68
	lp9500c \
69
	GS_lp8800c \
69
	lp8800c \
70
	GS_lp8300c \
70
	lp8300c \
71
	GS_lp8500c \
71
	lp8500c \
72
	GS_lp3000c \
72
	lp3000c \
73
	GS_lp8200c \
73
	lp8200c \
74
	GS_lp8000c \
74
	lp8000c \
75
	GS_epl6100 \
75
	epl6100 \
76
	GS_epl5900 \
76
	epl5900 \
77
	GS_epl5800 \
77
	epl5800 \
78
	GS_epl2050 \
78
	epl2050 \
79
	GS_epl2050p \
79
	epl2050p \
80
	GS_epl2120 \
80
	epl2120 \
81
	GS_epl2500 \
81
	epl2500 \
82
	GS_epl2750 \
82
	epl2750 \
83
	GS_lp9000b \
83
	lp9000b \
84
	GS_lp2500 \
84
	lp2500 \
85
	GS_lp9100 \
85
	lp9100 \
86
	GS_lp7900 \
86
	lp7900 \
87
	GS_lp7500 \
87
	lp7500 \
88
	GS_lp2400 \
88
	lp2400 \
89
	GS_lp2200 \
89
	lp2200 \
90
	GS_lp9400 \
90
	lp9400 \
91
	GS_lp8900 \
91
	lp8900 \
92
	GS_lp8700 \
92
	lp8700 \
93
	GS_lp8100 \
93
	lp8100 \
94
	GS_lp7700 \
94
	lp7700 \
95
	GS_lp8600f \
95
	lp8600f \
96
	GS_lp8400f \
96
	lp8400f \
97
	GS_lp8300f \
97
	lp8300f \
98
	GS_lp1900 \
98
	lp1900 \
99
	GS_lp9600s \
99
	lp9600s \
100
	GS_lp9300 \
100
	lp9300 \
101
	GS_lp9600 \
101
	lp9600 \
102
	GS_lp8600 \
102
	lp8600 \
103
	GS_lp1800 \
103
	lp1800 \
104
	GS_lq850 \
104
	lq850 \
105
	GS_epsonc \
105
	epsonc \
106
	GS_mjc180 \
106
	mjc180 \
107
	GS_mjc360 \
107
	mjc360 \
108
	GS_mjc720 \
108
	mjc720 \
109
	GS_mj500c \
109
	mj500c \
110
	GS_st800 \
110
	st800 \
111
	GS_stcolor \
111
	stcolor \
112
	GS_photoex \
112
	photoex \
113
	GS_lp2563 \
113
	lp2563 \
114
	GS_dnj650c \
114
	dnj650c \
115
	GS_deskjet \
115
	deskjet \
116
	GS_djet500 \
116
	djet500 \
117
	GS_cdeskjet \
117
	cdeskjet \
118
	GS_djet500c \
118
	djet500c \
119
	GS_cdjcolor \
119
	cdjcolor \
120
	GS_cdjmono \
120
	cdjmono \
121
	GS_cdj500 \
121
	cdj500 \
122
	GS_cdj550 \
122
	cdj550 \
123
	GS_cdj670 \
123
	cdj670 \
124
	GS_cdj850 \
124
	cdj850 \
125
	GS_cdj880 \
125
	cdj880 \
126
	GS_cdj890 \
126
	cdj890 \
127
	GS_cdj1600 \
127
	cdj1600 \
128
	GS_cdj970 \
128
	cdj970 \
129
	GS_laserjet \
129
	laserjet \
130
	GS_ljetplus \
130
	ljetplus \
131
	GS_ljet2p \
131
	ljet2p \
132
	GS_ljet3 \
132
	ljet3 \
133
	GS_ljet3d \
133
	ljet3d \
134
	GS_ljet4 \
134
	ljet4 \
135
	GS_ljet4d \
135
	ljet4d \
136
	GS_lj4dith \
136
	lj4dith \
137
	GS_cljet5 \
137
	cljet5 \
138
	GS_cljet5c \
138
	cljet5c \
139
	GS_cljet5pr \
139
	cljet5pr \
140
	GS_lj5mono \
140
	lj5mono \
141
	GS_lj5gray \
141
	lj5gray \
142
	GS_pj \
142
	pj \
143
	GS_pjetxl \
143
	pjetxl \
144
	GS_pjxl \
144
	pjxl \
145
	GS_paintjet \
145
	paintjet \
146
	GS_pjxl300 \
146
	pjxl300 \
147
	GS_pxlmono \
147
	pxlmono \
148
	GS_pxlcolor \
148
	pxlcolor \
149
	GS_pcl3 \
149
	pcl3 \
150
	GS_ijs \
150
	ijs \
151
	GS_ibmpro \
151
	ibmpro \
152
	GS_jetp3852 \
152
	jetp3852 \
153
	GS_imagen \
153
	imagen \
154
	GS_fs600 \
154
	fs600 \
155
	GS_lxm5700m \
155
	lxm5700m \
156
	GS_lxm3200 \
156
	lxm3200 \
157
	GS_lx5000 \
157
	lx5000 \
158
	GS_lex2050 \
158
	lex2050 \
159
	GS_lex3200 \
159
	lex3200 \
160
	GS_lex5700 \
160
	lex5700 \
161
	GS_lex7000 \
161
	lex7000 \
162
	GS_cp50 \
162
	cp50 \
163
	GS_necp6 \
163
	necp6 \
164
	GS_npdl \
164
	npdl \
165
	GS_oce9050 \
165
	oce9050 \
166
	GS_oki182 \
166
	oki182 \
167
	GS_okiibm \
167
	okiibm \
168
	GS_atx23 \
168
	atx23 \
169
	GS_atx24 \
169
	atx24 \
170
	GS_atx38 \
170
	atx38 \
171
	GS_r4081 \
171
	r4081 \
172
	GS_rpdl \
172
	rpdl \
173
	GS_gdi \
173
	gdi \
174
	GS_sj48 \
174
	sj48 \
175
	GS_t4693d2 \
175
	t4693d2 \
176
	GS_t4693d4 \
176
	t4693d4 \
177
	GS_t4693d8 \
177
	t4693d8 \
178
	GS_tek4696 \
178
	tek4696 \
179
	GS_bmpmono \
179
	bmpmono \
180
	GS_bmpgray \
180
	bmpgray \
181
	GS_bmp16 \
181
	bmp16 \
182
	GS_bmp256 \
182
	bmp256 \
183
	GS_bmp16m \
183
	bmp16m \
184
	GS_bmp32b \
184
	bmp32b \
185
	GS_bmpsep1 \
185
	bmpsep1 \
186
	GS_bmpsep8 \
186
	bmpsep8 \
187
	GS_ccr \
187
	ccr \
188
	GS_cgmmono \
188
	cgmmono \
189
	GS_cgm8 \
189
	cgm8 \
190
	GS_cgm24 \
190
	cgm24 \
191
	GS_cif \
191
	cif \
192
	GS_dfaxhigh \
192
	dfaxhigh \
193
	GS_dfaxlow \
193
	dfaxlow \
194
	GS_faxg3 \
194
	faxg3 \
195
	GS_faxg32d \
195
	faxg32d \
196
	GS_faxg4 \
196
	faxg4 \
197
	GS_miff24 \
197
	miff24 \
198
	GS_inferno \
198
	inferno \
199
	GS_jpeg \
199
	jpeg \
200
	GS_jpeggray \
200
	jpeggray \
201
	GS_mgrmono \
201
	mgrmono \
202
	GS_mgrgray2 \
202
	mgrgray2 \
203
	GS_mgrgray4 \
203
	mgrgray4 \
204
	GS_mgrgray8 \
204
	mgrgray8 \
205
	GS_mgr4 \
205
	mgr4 \
206
	GS_mgr8 \
206
	mgr8 \
207
	GS_pcxmono \
207
	pcxmono \
208
	GS_pcxgray \
208
	pcxgray \
209
	GS_pcx16 \
209
	pcx16 \
210
	GS_pcx256 \
210
	pcx256 \
211
	GS_pcx24b \
211
	pcx24b \
212
	GS_pcxcmyk \
212
	pcxcmyk \
213
	GS_pdfwrite \
213
	pdfwrite \
214
	GS_bit \
214
	bit \
215
	GS_bitrgb \
215
	bitrgb \
216
	GS_bitcmyk \
216
	bitcmyk \
217
	GS_plan9bm \
217
	plan9bm \
218
	GS_pam \
218
	pam \
219
	GS_pbm \
219
	pbm \
220
	GS_pbmraw \
220
	pbmraw \
221
	GS_pgm \
221
	pgm \
222
	GS_pgmraw \
222
	pgmraw \
223
	GS_pgnm \
223
	pgnm \
224
	GS_pgnmraw \
224
	pgnmraw \
225
	GS_pnm \
225
	pnm \
226
	GS_pnmraw \
226
	pnmraw \
227
	GS_ppm \
227
	ppm \
228
	GS_ppmraw \
228
	ppmraw \
229
	GS_pkm \
229
	pkm \
230
	GS_pkmraw \
230
	pkmraw \
231
	GS_pksm \
231
	pksm \
232
	GS_pksmraw \
232
	pksmraw \
233
	GS_pngmono \
233
	pngmono \
234
	GS_pnggray \
234
	pnggray \
235
	GS_png16 \
235
	png16 \
236
	GS_png256 \
236
	png256 \
237
	GS_png16m \
237
	png16m \
238
	GS_pngalpha \
238
	pngalpha \
239
	GS_psmono \
239
	psmono \
240
	GS_psgray \
240
	psgray \
241
	GS_psrgb \
241
	psrgb \
242
	GS_pswrite \
242
	pswrite \
243
	GS_epswrite \
243
	epswrite \
244
	GS_sgirgb \
244
	sgirgb \
245
	GS_sunhmono \
245
	sunhmono \
246
	GS_tiffcrle \
246
	tiffcrle \
247
	GS_tiffg3 \
247
	tiffg3 \
248
	GS_tiffg32d \
248
	tiffg32d \
249
	GS_tiffg4 \
249
	tiffg4 \
250
	GS_tiff12nc \
250
	tiff12nc \
251
	GS_tiff24nc \
251
	tiff24nc \
252
	GS_tifflzw \
252
	tifflzw \
253
	GS_tiffpack \
253
	tiffpack \
254
	GS_bbox
254
	bbox
255
256
OPTIONS_DEFINE+=	${ALL_OPTS:S/^/GS_/:tu}
255
257
256
OPTIONS_DEFAULT+= \
258
OPTIONS_DEFAULT+= \
257
	${OPTIONS_SVGALIB} \
259
	${OPTIONS_SVGALIB} \
258
	GS_md2k \
260
	GS_MD2K \
259
	GS_md5k \
261
	GS_MD5K \
260
	GS_md50Mono \
262
	GS_MD50MONO \
261
	GS_md50Eco \
263
	GS_MD50ECO \
262
	GS_md1xMono \
264
	GS_MD1XMONO \
263
	GS_appledmp \
265
	GS_APPLEDMP \
264
	GS_iwhi \
266
	GS_IWHI \
265
	GS_iwlo \
267
	GS_IWLO \
266
	GS_iwlq \
268
	GS_IWLQ \
267
	GS_hl7x0 \
269
	GS_HL7X0 \
268
	GS_hl1240 \
270
	GS_HL1240 \
269
	GS_hl1250 \
271
	GS_HL1250 \
270
	GS_bj10e \
272
	GS_BJ10E \
271
	GS_bj10v \
273
	GS_BJ10V \
272
	GS_bj10vh \
274
	GS_BJ10VH \
273
	GS_bj200 \
275
	GS_BJ200 \
274
	GS_bjc600 \
276
	GS_BJC600 \
275
	GS_bjc800 \
277
	GS_BJC800 \
276
	GS_bjccmyk \
278
	GS_BJCCMYK \
277
	GS_bjccolor \
279
	GS_BJCCOLOR \
278
	GS_bjcgray \
280
	GS_BJCGRAY \
279
	GS_bjcmono \
281
	GS_BJCMONO \
280
	GS_lbp8 \
282
	GS_LBP8 \
281
	GS_lbp1310 \
283
	GS_LBP1310 \
282
	GS_lbp1510 \
284
	GS_LBP1510 \
283
	GS_lbp1610 \
285
	GS_LBP1610 \
284
	GS_lbp1710 \
286
	GS_LBP1710 \
285
	GS_lbp1810 \
287
	GS_LBP1810 \
286
	GS_lbp1910 \
288
	GS_LBP1910 \
287
	GS_lips2p \
289
	GS_LIPS2P \
288
	GS_lips3 \
290
	GS_LIPS3 \
289
	GS_lips4 \
291
	GS_LIPS4 \
290
	GS_bjc880j \
292
	GS_BJC880J \
291
	GS_lips4v \
293
	GS_LIPS4V \
292
	GS_m8510 \
294
	GS_M8510 \
293
	GS_coslw2p \
295
	GS_COSLW2P \
294
	GS_coslwxl \
296
	GS_COSLWXL \
295
	GS_stp \
297
	GS_STP \
296
	GS_uniprint \
298
	GS_UNIPRINT \
297
	GS_dmprt \
299
	GS_DMPRT \
298
	GS_lj250 \
300
	GS_LJ250 \
299
	GS_declj250 \
301
	GS_DECLJ250 \
300
	GS_ap3250 \
302
	GS_AP3250 \
301
	GS_epson \
303
	GS_EPSON \
302
	GS_eps9mid \
304
	GS_EPS9MID \
303
	GS_eps9high \
305
	GS_EPS9HIGH \
304
	GS_lp8000 \
306
	GS_LP8000 \
305
	GS_epag \
307
	GS_EPAG \
306
	GS_escpage \
308
	GS_ESCPAGE \
307
	GS_lp2000 \
309
	GS_LP2000 \
308
	GS_alc8600 \
310
	GS_ALC8600 \
309
	GS_alc8500 \
311
	GS_ALC8500 \
310
	GS_alc2000 \
312
	GS_ALC2000 \
311
	GS_alc4000 \
313
	GS_ALC4000 \
312
	GS_alc1900 \
314
	GS_ALC1900 \
313
	GS_alc4100 \
315
	GS_ALC4100 \
314
	GS_lp9800c \
316
	GS_LP9800C \
315
	GS_lp9000c \
317
	GS_LP9000C \
316
	GS_lp9500c \
318
	GS_LP9500C \
317
	GS_lp8800c \
319
	GS_LP8800C \
318
	GS_lp8300c \
320
	GS_LP8300C \
319
	GS_lp8500c \
321
	GS_LP8500C \
320
	GS_lp3000c \
322
	GS_LP3000C \
321
	GS_lp8200c \
323
	GS_LP8200C \
322
	GS_lp8000c \
324
	GS_LP8000C \
323
	GS_epl6100 \
325
	GS_EPL6100 \
324
	GS_epl5900 \
326
	GS_EPL5900 \
325
	GS_epl5800 \
327
	GS_EPL5800 \
326
	GS_epl2050 \
328
	GS_EPL2050 \
327
	GS_epl2050p \
329
	GS_EPL2050P \
328
	GS_epl2120 \
330
	GS_EPL2120 \
329
	GS_epl2500 \
331
	GS_EPL2500 \
330
	GS_epl2750 \
332
	GS_EPL2750 \
331
	GS_lp9000b \
333
	GS_LP9000B \
332
	GS_lp2500 \
334
	GS_LP2500 \
333
	GS_lp9100 \
335
	GS_LP9100 \
334
	GS_lp7900 \
336
	GS_LP7900 \
335
	GS_lp7500 \
337
	GS_LP7500 \
336
	GS_lp2400 \
338
	GS_LP2400 \
337
	GS_lp2200 \
339
	GS_LP2200 \
338
	GS_lp9400 \
340
	GS_LP9400 \
339
	GS_lp8900 \
341
	GS_LP8900 \
340
	GS_lp8700 \
342
	GS_LP8700 \
341
	GS_lp8100 \
343
	GS_LP8100 \
342
	GS_lp7700 \
344
	GS_LP7700 \
343
	GS_lp8600f \
345
	GS_LP8600F \
344
	GS_lp8400f \
346
	GS_LP8400F \
345
	GS_lp8300f \
347
	GS_LP8300F \
346
	GS_lp1900 \
348
	GS_LP1900 \
347
	GS_lp9600s \
349
	GS_LP9600S \
348
	GS_lp9300 \
350
	GS_LP9300 \
349
	GS_lp9600 \
351
	GS_LP9600 \
350
	GS_lp8600 \
352
	GS_LP8600 \
351
	GS_lp1800 \
353
	GS_LP1800 \
352
	GS_lq850 \
354
	GS_LQ850 \
353
	GS_epsonc \
355
	GS_EPSONC \
354
	GS_mjc180 \
356
	GS_MJC180 \
355
	GS_mjc360 \
357
	GS_MJC360 \
356
	GS_mjc720 \
358
	GS_MJC720 \
357
	GS_mj500c \
359
	GS_MJ500C \
358
	GS_st800 \
360
	GS_ST800 \
359
	GS_stcolor \
361
	GS_STCOLOR \
360
	GS_photoex \
362
	GS_PHOTOEX \
361
	GS_lp2563 \
363
	GS_LP2563 \
362
	GS_dnj650c \
364
	GS_DNJ650C \
363
	GS_deskjet \
365
	GS_DESKJET \
364
	GS_djet500 \
366
	GS_DJET500 \
365
	GS_cdeskjet \
367
	GS_CDESKJET \
366
	GS_djet500c \
368
	GS_DJET500C \
367
	GS_cdjcolor \
369
	GS_CDJCOLOR \
368
	GS_cdjmono \
370
	GS_CDJMONO \
369
	GS_cdj500 \
371
	GS_CDJ500 \
370
	GS_cdj550 \
372
	GS_CDJ550 \
371
	GS_cdj670 \
373
	GS_CDJ670 \
372
	GS_cdj850 \
374
	GS_CDJ850 \
373
	GS_cdj880 \
375
	GS_CDJ880 \
374
	GS_cdj890 \
376
	GS_CDJ890 \
375
	GS_cdj1600 \
377
	GS_CDJ1600 \
376
	GS_cdj970 \
378
	GS_CDJ970 \
377
	GS_laserjet \
379
	GS_LASERJET \
378
	GS_ljetplus \
380
	GS_LJETPLUS \
379
	GS_ljet2p \
381
	GS_LJET2P \
380
	GS_ljet3 \
382
	GS_LJET3 \
381
	GS_ljet3d \
383
	GS_LJET3D \
382
	GS_ljet4 \
384
	GS_LJET4 \
383
	GS_ljet4d \
385
	GS_LJET4D \
384
	GS_lj4dith \
386
	GS_LJ4DITH \
385
	GS_cljet5 \
387
	GS_CLJET5 \
386
	GS_cljet5c \
388
	GS_CLJET5C \
387
	GS_cljet5pr \
389
	GS_CLJET5PR \
388
	GS_lj5mono \
390
	GS_LJ5MONO \
389
	GS_lj5gray \
391
	GS_LJ5GRAY \
390
	GS_pj \
392
	GS_PJ \
391
	GS_pjetxl \
393
	GS_PJETXL \
392
	GS_pjxl \
394
	GS_PJXL \
393
	GS_paintjet \
395
	GS_PAINTJET \
394
	GS_pjxl300 \
396
	GS_PJXL300 \
395
	GS_pxlmono \
397
	GS_PXLMONO \
396
	GS_pxlcolor \
398
	GS_PXLCOLOR \
397
	GS_pcl3 \
399
	GS_PCL3 \
398
	GS_ijs \
400
	GS_IJS \
399
	GS_ibmpro \
401
	GS_IBMPRO \
400
	GS_jetp3852 \
402
	GS_JETP3852 \
401
	GS_imagen \
403
	GS_IMAGEN \
402
	GS_fs600 \
404
	GS_FS600 \
403
	GS_lxm5700m \
405
	GS_LXM5700M \
404
	GS_lxm3200 \
406
	GS_LXM3200 \
405
	GS_lx5000 \
407
	GS_LX5000 \
406
	GS_lex2050 \
408
	GS_LEX2050 \
407
	GS_lex3200 \
409
	GS_LEX3200 \
408
	GS_lex5700 \
410
	GS_LEX5700 \
409
	GS_lex7000 \
411
	GS_LEX7000 \
410
	GS_cp50 \
412
	GS_CP50 \
411
	GS_necp6 \
413
	GS_NECP6 \
412
	GS_npdl \
414
	GS_NPDL \
413
	GS_oce9050 \
415
	GS_OCE9050 \
414
	GS_oki182 \
416
	GS_OKI182 \
415
	GS_okiibm \
417
	GS_OKIIBM \
416
	GS_atx23 \
418
	GS_ATX23 \
417
	GS_atx24 \
419
	GS_ATX24 \
418
	GS_atx38 \
420
	GS_ATX38 \
419
	GS_r4081 \
421
	GS_R4081 \
420
	GS_rpdl \
422
	GS_RPDL \
421
	GS_gdi \
423
	GS_GDI \
422
	GS_sj48 \
424
	GS_SJ48 \
423
	GS_t4693d2 \
425
	GS_T4693D2 \
424
	GS_t4693d4 \
426
	GS_T4693D4 \
425
	GS_t4693d8 \
427
	GS_T4693D8 \
426
	GS_tek4696 \
428
	GS_TEK4696 \
427
	GS_bmpmono \
429
	GS_BMPMONO \
428
	GS_bmpgray \
430
	GS_BMPGRAY \
429
	GS_bmp16 \
431
	GS_BMP16 \
430
	GS_bmp256 \
432
	GS_BMP256 \
431
	GS_bmp16m \
433
	GS_BMP16M \
432
	GS_bmp32b \
434
	GS_BMP32B \
433
	GS_bmpsep1 \
435
	GS_BMPSEP1 \
434
	GS_bmpsep8 \
436
	GS_BMPSEP8 \
435
	GS_ccr \
437
	GS_CCR \
436
	GS_cgmmono \
438
	GS_CGMMONO \
437
	GS_cgm8 \
439
	GS_CGM8 \
438
	GS_cgm24 \
440
	GS_CGM24 \
439
	GS_cif \
441
	GS_CIF \
440
	GS_dfaxhigh \
442
	GS_DFAXHIGH \
441
	GS_dfaxlow \
443
	GS_DFAXLOW \
442
	GS_faxg3 \
444
	GS_FAXG3 \
443
	GS_faxg32d \
445
	GS_FAXG32D \
444
	GS_faxg4 \
446
	GS_FAXG4 \
445
	GS_miff24 \
447
	GS_MIFF24 \
446
	GS_inferno \
448
	GS_INFERNO \
447
	GS_jpeg \
449
	GS_JPEG \
448
	GS_jpeggray \
450
	GS_JPEGGRAY \
449
	GS_mgrmono \
451
	GS_MGRMONO \
450
	GS_mgrgray2 \
452
	GS_MGRGRAY2 \
451
	GS_mgrgray4 \
453
	GS_MGRGRAY4 \
452
	GS_mgrgray8 \
454
	GS_MGRGRAY8 \
453
	GS_mgr4 \
455
	GS_MGR4 \
454
	GS_mgr8 \
456
	GS_MGR8 \
455
	GS_pcxmono \
457
	GS_PCXMONO \
456
	GS_pcxgray \
458
	GS_PCXGRAY \
457
	GS_pcx16 \
459
	GS_PCX16 \
458
	GS_pcx256 \
460
	GS_PCX256 \
459
	GS_pcx24b \
461
	GS_PCX24B \
460
	GS_pcxcmyk \
462
	GS_PCXCMYK \
461
	GS_pdfwrite \
463
	GS_PDFWRITE \
462
	GS_bit \
464
	GS_BIT \
463
	GS_bitrgb \
465
	GS_BITRGB \
464
	GS_bitcmyk \
466
	GS_BITCMYK \
465
	GS_plan9bm \
467
	GS_PLAN9BM \
466
	GS_pam \
468
	GS_PAM \
467
	GS_pbm \
469
	GS_PBM \
468
	GS_pbmraw \
470
	GS_PBMRAW \
469
	GS_pgm \
471
	GS_PGM \
470
	GS_pgmraw \
472
	GS_PGMRAW \
471
	GS_pgnm \
473
	GS_PGNM \
472
	GS_pgnmraw \
474
	GS_PGNMRAW \
473
	GS_pnm \
475
	GS_PNM \
474
	GS_pnmraw \
476
	GS_PNMRAW \
475
	GS_ppm \
477
	GS_PPM \
476
	GS_ppmraw \
478
	GS_PPMRAW \
477
	GS_pkm \
479
	GS_PKM \
478
	GS_pkmraw \
480
	GS_PKMRAW \
479
	GS_pksm \
481
	GS_PKSM \
480
	GS_pksmraw \
482
	GS_PKSMRAW \
481
	GS_pngmono \
483
	GS_PNGMONO \
482
	GS_pnggray \
484
	GS_PNGGRAY \
483
	GS_png16 \
485
	GS_PNG16 \
484
	GS_png256 \
486
	GS_PNG256 \
485
	GS_png16m \
487
	GS_PNG16M \
486
	GS_pngalpha \
488
	GS_PNGALPHA \
487
	GS_psmono \
489
	GS_PSMONO \
488
	GS_psgray \
490
	GS_PSGRAY \
489
	GS_psrgb \
491
	GS_PSRGB \
490
	GS_pswrite \
492
	GS_PSWRITE \
491
	GS_epswrite \
493
	GS_EPSWRITE \
492
	GS_sgirgb \
494
	GS_SGIRGB \
493
	GS_sunhmono \
495
	GS_SUNHMONO \
494
	GS_tiffcrle \
496
	GS_TIFFCRLE \
495
	GS_tiffg3 \
497
	GS_TIFFG3 \
496
	GS_tiffg32d \
498
	GS_TIFFG32D \
497
	GS_tiffg4 \
499
	GS_TIFFG4 \
498
	GS_tiff12nc \
500
	GS_TIFF12NC \
499
	GS_tiff24nc \
501
	GS_TIFF24NC \
500
	GS_tifflzw \
502
	GS_TIFFLZW \
501
	GS_tiffpack \
503
	GS_TIFFPACK \
502
	GS_bbox
504
	GS_BBOX
503
505
504
GS_x11_DESC=		D: X Window System version 11, release >=4
506
GS_X11_DESC=		D: X Window System version 11, release >=4
505
GS_x11alpha_DESC=	D: X Window System masquer. alpha capability
507
GS_X11ALPHA_DESC=	D: X Window System masquer. alpha capability
506
GS_x11cmyk_DESC=	D: X Window System masquer. 1bit/plane CMYK
508
GS_X11CMYK_DESC=	D: X Window System masquer. 1bit/plane CMYK
507
GS_x11cmyk2_DESC=	D: X Window System 2-bit-per-plane CMYK
509
GS_X11CMYK2_DESC=	D: X Window System 2-bit-per-plane CMYK
508
GS_x11cmyk4_DESC=	D: X Window System 4-bit-per-plane CMYK
510
GS_X11CMYK4_DESC=	D: X Window System 4-bit-per-plane CMYK
509
GS_x11cmyk8_DESC=	D: X Window System 8-bit-per-plane CMYK
511
GS_X11CMYK8_DESC=	D: X Window System 8-bit-per-plane CMYK
510
GS_x11gray2_DESC=	D: X Window System 2-bit gray-scale
512
GS_X11GRAY2_DESC=	D: X Window System 2-bit gray-scale
511
GS_x11gray4_DESC=	D: X Window System 4-bit gray-scale
513
GS_X11GRAY4_DESC=	D: X Window System 4-bit gray-scale
512
GS_x11mono_DESC=	D: X Window System masquer. black-and-white
514
GS_X11MONO_DESC=	D: X Window System masquer. black-and-white
513
GS_x11rg16x_DESC=	D: X Window System G5/B5/R6 pixel layout
515
GS_X11RG16X_DESC=	D: X Window System G5/B5/R6 pixel layout
514
GS_x11rg32x_DESC=	D: X Window System G11/B10/R11 pixel layout
516
GS_X11RG32X_DESC=	D: X Window System G11/B10/R11 pixel layout
515
GS_lvga256_DESC=	D: SVGAlib, 256-color VGA modes
517
GS_LVGA256_DESC=	D: SVGAlib, 256-color VGA modes
516
GS_vgalib_DESC=		D: SVGAlib, 16-color VGA modes
518
GS_VGALIB_DESC=		D: SVGAlib, 16-color VGA modes
517
GS_md2k_DESC=		D: ALPS MD-2000/2010/4000/1300/1500/5000
519
GS_MD2K_DESC=		D: ALPS MD-2000/2010/4000/1300/1500/5000
518
GS_md5k_DESC=		D: ALPS MD-5000 Eco Mode
520
GS_MD5K_DESC=		D: ALPS MD-5000 Eco Mode
519
GS_md50Mono_DESC=	D: ALPS MD-5000 Monochrome
521
GS_MD50MONO_DESC=	D: ALPS MD-5000 Monochrome
520
GS_md50Eco_DESC=	D: ALPS MD-5000 Eco Mode
522
GS_MD50ECO_DESC=	D: ALPS MD-5000 Eco Mode
521
GS_md1xMono_DESC=	D: ALPS MD-1x00 Monochrome
523
GS_MD1XMONO_DESC=	D: ALPS MD-1x00 Monochrome
522
GS_appledmp_DESC=	D: Apple Dot Matrix Printer/Imagewriter
524
GS_APPLEDMP_DESC=	D: Apple Dot Matrix Printer/Imagewriter
523
GS_iwhi_DESC=		D: Apple Imagewriter, high-resolution mode
525
GS_IWHI_DESC=		D: Apple Imagewriter, high-resolution mode
524
GS_iwlo_DESC=		D: Apple Imagewriter, low-resolution mode
526
GS_IWLO_DESC=		D: Apple Imagewriter, low-resolution mode
525
GS_iwlq_DESC=		D: Apple Imagewriter LQ in 320x216dpi mode
527
GS_IWLQ_DESC=		D: Apple Imagewriter LQ in 320x216dpi mode
526
GS_hl7x0_DESC=		D: Brother HL-720/730/760(=PCL), MFC6550MC
528
GS_HL7X0_DESC=		D: Brother HL-720/730/760(=PCL), MFC6550MC
527
GS_hl1240_DESC=		D: Brother HL-1030/1240
529
GS_HL1240_DESC=		D: Brother HL-1030/1240
528
GS_hl1250_DESC=		D: Brother HL-1050/1070/1250/1270N
530
GS_HL1250_DESC=		D: Brother HL-1050/1070/1250/1270N
529
GS_bj10e_DESC=		D: Canon BJ-10e
531
GS_BJ10E_DESC=		D: Canon BJ-10e
530
GS_bj10v_DESC=		D: Canon BJ-10v
532
GS_BJ10V_DESC=		D: Canon BJ-10v
531
GS_bj10vh_DESC=		D: Canon BJ-10v, high-mergin
533
GS_BJ10VH_DESC=		D: Canon BJ-10v, high-mergin
532
GS_bj200_DESC=		D: Canon BJ-200/BJC-240(mono)
534
GS_BJ200_DESC=		D: Canon BJ-200/BJC-240(mono)
533
GS_bjc600_DESC=		D: Canon BJC-600/4xxx/70, StyleWriter 2x00
535
GS_BJC600_DESC=		D: Canon BJC-600/4xxx/70, StyleWriter 2x00
534
GS_bjc800_DESC=		D: Canon BJC-240/800
536
GS_BJC800_DESC=		D: Canon BJC-240/800
535
GS_bjccmyk_DESC=	D: Canon BJC-210/240/250/265/1000
537
GS_BJCCMYK_DESC=	D: Canon BJC-210/240/250/265/1000
536
GS_bjccolor_DESC=	D: Canon BJC-210/240/250/265/1000 truecolor
538
GS_BJCCOLOR_DESC=	D: Canon BJC-210/240/250/265/1000 truecolor
537
GS_bjcgray_DESC=	D: Canon BJC-210/240/250/265/1000 grayscale
539
GS_BJCGRAY_DESC=	D: Canon BJC-210/240/250/265/1000 grayscale
538
GS_bjcmono_DESC=	D: Canon BJC-210/240/250/265/1000 monochrome
540
GS_BJCMONO_DESC=	D: Canon BJC-210/240/250/265/1000 monochrome
539
GS_lbp8_DESC=		D: Canon LBP-8II
541
GS_LBP8_DESC=		D: Canon LBP-8II
540
GS_lbp1310_DESC=	D: Canon LBP-1310
542
GS_LBP1310_DESC=	D: Canon LBP-1310
541
GS_lbp1510_DESC=	D: Canon LBP-1510
543
GS_LBP1510_DESC=	D: Canon LBP-1510
542
GS_lbp1610_DESC=	D: Canon LBP-1610
544
GS_LBP1610_DESC=	D: Canon LBP-1610
543
GS_lbp1710_DESC=	D: Canon LBP-1710
545
GS_LBP1710_DESC=	D: Canon LBP-1710
544
GS_lbp1810_DESC=	D: Canon LBP-1810
546
GS_LBP1810_DESC=	D: Canon LBP-1810
545
GS_lbp1910_DESC=	D: Canon LBP-1910
547
GS_LBP1910_DESC=	D: Canon LBP-1910
546
GS_lips2p_DESC=		D: Canon LIPS II+
548
GS_LIPS2P_DESC=		D: Canon LIPS II+
547
GS_lips3_DESC=		D: Canon LIPS III
549
GS_LIPS3_DESC=		D: Canon LIPS III
548
GS_lips4_DESC=		D: Canon LIPS IV
550
GS_LIPS4_DESC=		D: Canon LIPS IV
549
GS_bjc880j_DESC=	D: Canon LIPS IVc, BJC-680J/880J
551
GS_BJC880J_DESC=	D: Canon LIPS IVc, BJC-680J/880J
550
GS_lips4v_DESC=		D: Canon LIPS IV, vector output mode
552
GS_LIPS4V_DESC=		D: Canon LIPS IV, vector output mode
551
GS_m8510_DESC=		D: C.Itoh M8510 printer
553
GS_M8510_DESC=		D: C.Itoh M8510 printer
552
GS_coslw2p_DESC=	D: CoStar LabelWriter II II/Plus
554
GS_COSLW2P_DESC=	D: CoStar LabelWriter II II/Plus
553
GS_coslwxl_DESC=	D: CoStar LabelWriter XL
555
GS_COSLWXL_DESC=	D: CoStar LabelWriter XL
554
GS_stp_DESC=		D: Configurable Canon/Epson/Lexmark/HP driver
556
GS_STP_DESC=		D: Configurable Canon/Epson/Lexmark/HP driver
555
GS_uniprint_DESC=	D: Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X
557
GS_UNIPRINT_DESC=	D: Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X
556
GS_dmprt_DESC=		D: Configurable dot matrix printer driver
558
GS_DMPRT_DESC=		D: Configurable dot matrix printer driver
557
GS_lj250_DESC=		D: DEC LJ250 Companion color printer
559
GS_LJ250_DESC=		D: DEC LJ250 Companion color printer
558
GS_declj250_DESC=	D: DEC LJ250 driver (alternate)
560
GS_DECLJ250_DESC=	D: DEC LJ250 driver (alternate)
559
GS_ap3250_DESC=		D: Epson ActionPrinter 3250
561
GS_AP3250_DESC=		D: Epson ActionPrinter 3250
560
GS_epson_DESC=		D: Epson dot matrix, 9/24-pin
562
GS_EPSON_DESC=		D: Epson dot matrix, 9/24-pin
561
GS_eps9mid_DESC=	D: Epson 9-pin, interleaved lines, medium res
563
GS_EPS9MID_DESC=	D: Epson 9-pin, interleaved lines, medium res
562
GS_eps9high_DESC=	D: Epson 9-pin, interleaved lines, triple res
564
GS_EPS9HIGH_DESC=	D: Epson 9-pin, interleaved lines, triple res
563
GS_lp8000_DESC=		D: Epson LP-8000 line printer
565
GS_LP8000_DESC=		D: Epson LP-8000 line printer
564
GS_epag_DESC=		D: Epson ESC/Page laser printer (generic)
566
GS_EPAG_DESC=		D: Epson ESC/Page laser printer (generic)
565
GS_escpage_DESC=	D: Epson ESC/Page laser printer (generic)
567
GS_ESCPAGE_DESC=	D: Epson ESC/Page laser printer (generic)
566
GS_lp2000_DESC=		D: Epson LP-2000/3000/7000/7000G laser printer
568
GS_LP2000_DESC=		D: Epson LP-2000/3000/7000/7000G laser printer
567
GS_alc8600_DESC=	D: Epson AL-C8600 color laser printer
569
GS_ALC8600_DESC=	D: Epson AL-C8600 color laser printer
568
GS_alc8500_DESC=	D: Epson AL-C8500 color laser printer
570
GS_ALC8500_DESC=	D: Epson AL-C8500 color laser printer
569
GS_alc2000_DESC=	D: Epson AL-C2000 color laser printer
571
GS_ALC2000_DESC=	D: Epson AL-C2000 color laser printer
570
GS_alc4000_DESC=	D: Epson AL-C4000 color laser printer
572
GS_ALC4000_DESC=	D: Epson AL-C4000 color laser printer
571
GS_alc1900_DESC=	D: Epson AL-C1900 color laser printer
573
GS_ALC1900_DESC=	D: Epson AL-C1900 color laser printer
572
GS_alc4100_DESC=	D: Epson AL-C4100 color laser printer
574
GS_ALC4100_DESC=	D: Epson AL-C4100 color laser printer
573
GS_lp9800c_DESC=	D: Epson LP-9800C color laser printer
575
GS_LP9800C_DESC=	D: Epson LP-9800C color laser printer
574
GS_lp9000c_DESC=	D: Epson LP-9000C color laser printer
576
GS_LP9000C_DESC=	D: Epson LP-9000C color laser printer
575
GS_lp9500c_DESC=	D: Epson LP-9500C color laser printer
577
GS_LP9500C_DESC=	D: Epson LP-9500C color laser printer
576
GS_lp8800c_DESC=	D: Epson LP-8800C color laser printer
578
GS_LP8800C_DESC=	D: Epson LP-8800C color laser printer
577
GS_lp8300c_DESC=	D: Epson LP-8300C color laser printer
579
GS_LP8300C_DESC=	D: Epson LP-8300C color laser printer
578
GS_lp8500c_DESC=	D: Epson LP-8500C color laser printer
580
GS_LP8500C_DESC=	D: Epson LP-8500C color laser printer
579
GS_lp3000c_DESC=	D: Epson LP-3000C color laser printer
581
GS_LP3000C_DESC=	D: Epson LP-3000C color laser printer
580
GS_lp8200c_DESC=	D: Epson LP-8200C color laser printer
582
GS_LP8200C_DESC=	D: Epson LP-8200C color laser printer
581
GS_lp8000c_DESC=	D: Epson LP-8000C color laser printer
583
GS_LP8000C_DESC=	D: Epson LP-8000C color laser printer
582
GS_epl6100_DESC=	D: Epson EPL-6100 laser printer
584
GS_EPL6100_DESC=	D: Epson EPL-6100 laser printer
583
GS_epl5900_DESC=	D: Epson EPL-5900 laser printer
585
GS_EPL5900_DESC=	D: Epson EPL-5900 laser printer
584
GS_epl5800_DESC=	D: Epson EPL-5800 laser printer
586
GS_EPL5800_DESC=	D: Epson EPL-5800 laser printer
585
GS_epl2050_DESC=	D: Epson EPL-N2050 laser printer
587
GS_EPL2050_DESC=	D: Epson EPL-N2050 laser printer
586
GS_epl2050p_DESC=	D: Epson EPL-N2050+ laser printer
588
GS_EPL2050P_DESC=	D: Epson EPL-N2050+ laser printer
587
GS_epl2120_DESC=	D: Epson EPL-N2120 laser printer
589
GS_EPL2120_DESC=	D: Epson EPL-N2120 laser printer
588
GS_epl2500_DESC=	D: Epson EPL-N2500 laser printer
590
GS_EPL2500_DESC=	D: Epson EPL-N2500 laser printer
589
GS_epl2750_DESC=	D: Epson EPL-N2750 laser printer
591
GS_EPL2750_DESC=	D: Epson EPL-N2750 laser printer
590
GS_lp9000b_DESC=	D: Epson LP-9000B laser printer
592
GS_LP9000B_DESC=	D: Epson LP-9000B laser printer
591
GS_lp2500_DESC=		D: Epson LP-2500 laser printer
593
GS_LP2500_DESC=		D: Epson LP-2500 laser printer
592
GS_lp9100_DESC=		D: Epson LP-9100(R) laser printer
594
GS_LP9100_DESC=		D: Epson LP-9100(R) laser printer
593
GS_lp7900_DESC=		D: Epson LP-7900(R) laser printer
595
GS_LP7900_DESC=		D: Epson LP-7900(R) laser printer
594
GS_lp7500_DESC=		D: Epson LP-7500(R) laser printer
596
GS_LP7500_DESC=		D: Epson LP-7500(R) laser printer
595
GS_lp2400_DESC=		D: Epson LP-2400 laser printer
597
GS_LP2400_DESC=		D: Epson LP-2400 laser printer
596
GS_lp2200_DESC=		D: Epson LP-2200 laser printer
598
GS_LP2200_DESC=		D: Epson LP-2200 laser printer
597
GS_lp9400_DESC=		D: Epson LP-9400(R) laser printer
599
GS_LP9400_DESC=		D: Epson LP-9400(R) laser printer
598
GS_lp8900_DESC=		D: Epson LP-8900(R) laser printer
600
GS_LP8900_DESC=		D: Epson LP-8900(R) laser printer
599
GS_lp8700_DESC=		D: Epson LP-8700(R) laser printer
601
GS_LP8700_DESC=		D: Epson LP-8700(R) laser printer
600
GS_lp8100_DESC=		D: Epson LP-8100(R) laser printer
602
GS_LP8100_DESC=		D: Epson LP-8100(R) laser printer
601
GS_lp7700_DESC=		D: Epson LP-7700(R) laser printer
603
GS_LP7700_DESC=		D: Epson LP-7700(R) laser printer
602
GS_lp8600f_DESC=	D: Epson LP-8600FX(N) laser printer
604
GS_LP8600F_DESC=	D: Epson LP-8600FX(N) laser printer
603
GS_lp8400f_DESC=	D: Epson LP-8400FX(N) laser printer
605
GS_LP8400F_DESC=	D: Epson LP-8400FX(N) laser printer
604
GS_lp8300f_DESC=	D: Epson LP-8300F laser printer
606
GS_LP8300F_DESC=	D: Epson LP-8300F laser printer
605
GS_lp1900_DESC=		D: Epson LP-1900(N) laser printer
607
GS_LP1900_DESC=		D: Epson LP-1900(N) laser printer
606
GS_lp9600s_DESC=	D: Epson LP-9600S laser printer
608
GS_LP9600S_DESC=	D: Epson LP-9600S laser printer
607
GS_lp9300_DESC=		D: Epson LP-9300 laser printer
609
GS_LP9300_DESC=		D: Epson LP-9300 laser printer
608
GS_lp9600_DESC=		D: Epson LP-9600 laser printer
610
GS_LP9600_DESC=		D: Epson LP-9600 laser printer
609
GS_lp8600_DESC=		D: Epson LP-8600FX(N) laser printer
611
GS_LP8600_DESC=		D: Epson LP-8600FX(N) laser printer
610
GS_lp1800_DESC=		D: Epson LP-1800 laser printer
612
GS_LP1800_DESC=		D: Epson LP-1800 laser printer
611
GS_lq850_DESC=		D: Epson LQ-850 (360x360, emul on Canon BJ300)
613
GS_LQ850_DESC=		D: Epson LQ-850 (360x360, emul on Canon BJ300)
612
GS_epsonc_DESC=		D: Epson LQ-2550, Fujitsu 3400/2400/1200 color
614
GS_EPSONC_DESC=		D: Epson LQ-2550, Fujitsu 3400/2400/1200 color
613
GS_mjc180_DESC=		D: Epson MachJet series 180dpi, CMYK
615
GS_MJC180_DESC=		D: Epson MachJet series 180dpi, CMYK
614
GS_mjc360_DESC=		D: Epson MachJet series 360dpi, CMYK
616
GS_MJC360_DESC=		D: Epson MachJet series 360dpi, CMYK
615
GS_mjc720_DESC=		D: Epson MachJet series 720dpi, CMYK
617
GS_MJC720_DESC=		D: Epson MachJet series 720dpi, CMYK
616
GS_mj500c_DESC=		D: Epson MachJet MJ-500C 360dpi, CMY/mono
618
GS_MJ500C_DESC=		D: Epson MachJet MJ-500C 360dpi, CMY/mono
617
GS_st800_DESC=		D: Epson Stylus 800 printer
619
GS_ST800_DESC=		D: Epson Stylus 800 printer
618
GS_stcolor_DESC=	D: Epson Stylus Color and II/IIs/1500
620
GS_STCOLOR_DESC=	D: Epson Stylus Color and II/IIs/1500
619
GS_photoex_DESC=	D: Epson Stylus Color Photo/Photo EX/Photo 700
621
GS_PHOTOEX_DESC=	D: Epson Stylus Color Photo/Photo EX/Photo 700
620
GS_lp2563_DESC=		D: HP 2563B line printer
622
GS_LP2563_DESC=		D: HP 2563B line printer
621
GS_dnj650c_DESC=	D: HP DesignJet 650C
623
GS_DNJ650C_DESC=	D: HP DesignJet 650C
622
GS_deskjet_DESC=	D: HP DeskJet and DeskJet Plus
624
GS_DESKJET_DESC=	D: HP DeskJet and DeskJet Plus
623
GS_djet500_DESC=	D: HP DeskJet 500 (for DeskJet 600 use -r600)
625
GS_DJET500_DESC=	D: HP DeskJet 500 (for DeskJet 600 use -r600)
624
GS_cdeskjet_DESC=	D: HP DeskJet 500C (1b/px)
626
GS_CDESKJET_DESC=	D: HP DeskJet 500C (1b/px)
625
GS_djet500c_DESC=	D: HP DeskJet 500C (alternative)
627
GS_DJET500C_DESC=	D: HP DeskJet 500C (alternative)
626
GS_cdjcolor_DESC=	D: HP DeskJet 500C/540C (24b/px)
628
GS_CDJCOLOR_DESC=	D: HP DeskJet 500C/540C (24b/px)
627
GS_cdjmono_DESC=	D: HP DeskJet 500/510/520/540C (mono)
629
GS_CDJMONO_DESC=	D: HP DeskJet 500/510/520/540C (mono)
628
GS_cdj500_DESC=		D: HP DeskJet 500/540C (same as cdjcolor)
630
GS_CDJ500_DESC=		D: HP DeskJet 500/540C (same as cdjcolor)
629
GS_cdj550_DESC=		D: HP DeskJet 550C/560C/660C/660Cse
631
GS_CDJ550_DESC=		D: HP DeskJet 550C/560C/660C/660Cse
630
GS_cdj670_DESC=		D: HP DeskJet 670/690
632
GS_CDJ670_DESC=		D: HP DeskJet 670/690
631
GS_cdj850_DESC=		D: HP DeskJet 850/855/870/1100
633
GS_CDJ850_DESC=		D: HP DeskJet 850/855/870/1100
632
GS_cdj880_DESC=		D: HP DeskJet 880
634
GS_CDJ880_DESC=		D: HP DeskJet 880
633
GS_cdj890_DESC=		D: HP DeskJet 890
635
GS_CDJ890_DESC=		D: HP DeskJet 890
634
GS_cdj1600_DESC=	D: HP DeskJet 1600
636
GS_CDJ1600_DESC=	D: HP DeskJet 1600
635
GS_cdj970_DESC=		D: HP DeskJet 970CXi
637
GS_CDJ970_DESC=		D: HP DeskJet 970CXi
636
GS_laserjet_DESC=	D: HP LaserJet
638
GS_LASERJET_DESC=	D: HP LaserJet
637
GS_ljetplus_DESC=	D: HP LaserJet Plus
639
GS_LJETPLUS_DESC=	D: HP LaserJet Plus
638
GS_ljet2p_DESC=		D: HP LaserJet IId/IIp/III* (TIFF compression)
640
GS_LJET2P_DESC=		D: HP LaserJet IId/IIp/III* (TIFF compression)
639
GS_ljet3_DESC=		D: HP LaserJet III* (Delta Row compression)
641
GS_LJET3_DESC=		D: HP LaserJet III* (Delta Row compression)
640
GS_ljet3d_DESC=		D: HP LaserJet IIID (duplex capability)
642
GS_LJET3D_DESC=		D: HP LaserJet IIID (duplex capability)
641
GS_ljet4_DESC=		D: HP LaserJet 4/5L/5P (not real LJ5), 600dpi
643
GS_LJET4_DESC=		D: HP LaserJet 4/5L/5P (not real LJ5), 600dpi
642
GS_ljet4d_DESC=		D: HP LaserJet 4 (duplex + 600dpi)
644
GS_LJET4D_DESC=		D: HP LaserJet 4 (duplex + 600dpi)
643
GS_lj4dith_DESC=	D: HP LaserJet 4 (Floyd-Steinberg dithering)
645
GS_LJ4DITH_DESC=	D: HP LaserJet 4 (Floyd-Steinberg dithering)
644
GS_cljet5_DESC=		D: HP LaserJet 5/5M Color (new)
646
GS_CLJET5_DESC=		D: HP LaserJet 5/5M Color (new)
645
GS_cljet5c_DESC=	D: HP LaserJet 5/5M Color Simple
647
GS_CLJET5C_DESC=	D: HP LaserJet 5/5M Color Simple
646
GS_cljet5pr_DESC=	D: HP LaserJet 5/5M Color (old)
648
GS_CLJET5PR_DESC=	D: HP LaserJet 5/5M Color (old)
647
GS_lj5mono_DESC=	D: HP LaserJet 5/6 (PCL5/PCL XL), bitmap
649
GS_LJ5MONO_DESC=	D: HP LaserJet 5/6 (PCL5/PCL XL), bitmap
648
GS_lj5gray_DESC=	D: HP LaserJet 5/6 gray-scale bitmap
650
GS_LJ5GRAY_DESC=	D: HP LaserJet 5/6 gray-scale bitmap
649
GS_pj_DESC=		D: HP PaintJet XL driver
651
GS_PJ_DESC=		D: HP PaintJet XL driver
650
GS_pjetxl_DESC=		D: HP PaintJet XL driver (alternate)
652
GS_PJETXL_DESC=		D: HP PaintJet XL driver (alternate)
651
GS_pjxl_DESC=		D: HP PaintJet XL color printer
653
GS_PJXL_DESC=		D: HP PaintJet XL color printer
652
GS_paintjet_DESC=	D: HP PaintJet color printer (alternate)
654
GS_PAINTJET_DESC=	D: HP PaintJet color printer (alternate)
653
GS_pjxl300_DESC=	D: HP PaintJet XL300, DeskJet 1200C, CopyJet
655
GS_PJXL300_DESC=	D: HP PaintJet XL300, DeskJet 1200C, CopyJet
654
GS_pxlmono_DESC=	D: HP PCL XL mono (LaserJet 5/6 family)
656
GS_PXLMONO_DESC=	D: HP PCL XL mono (LaserJet 5/6 family)
655
GS_pxlcolor_DESC=	D: HP PCL XL color (Color LaserJet 4500/5000)
657
GS_PXLCOLOR_DESC=	D: HP PCL XL color (Color LaserJet 4500/5000)
656
GS_pcl3_DESC=		D: HP PCL 3+ (generic)
658
GS_PCL3_DESC=		D: HP PCL 3+ (generic)
657
GS_ijs_DESC=		D: HP Inkjet and other raster devices
659
GS_IJS_DESC=		D: HP Inkjet and other raster devices
658
GS_ibmpro_DESC=		D: IBM 9-pin Proprinter
660
GS_IBMPRO_DESC=		D: IBM 9-pin Proprinter
659
GS_jetp3852_DESC=	D: IBM Jetprinter ink-jet color (Model #3852)
661
GS_JETP3852_DESC=	D: IBM Jetprinter ink-jet color (Model #3852)
660
GS_imagen_DESC=		D: Imagen ImPress printers
662
GS_IMAGEN_DESC=		D: Imagen ImPress printers
661
GS_fs600_DESC=		D: Kyocera FS-600 (600 dpi)
663
GS_FS600_DESC=		D: Kyocera FS-600 (600 dpi)
662
GS_lxm5700m_DESC=	D: Lexmark 5700 monotone
664
GS_LXM5700M_DESC=	D: Lexmark 5700 monotone
663
GS_lxm3200_DESC=	D: Lexmark 3200/Z12/Z22/Z31/Z32
665
GS_LXM3200_DESC=	D: Lexmark 3200/Z12/Z22/Z31/Z32
664
GS_lx5000_DESC=		D: Lexmark 5000/Z51/Z82
666
GS_LX5000_DESC=		D: Lexmark 5000/Z51/Z82
665
GS_lex2050_DESC=	D: Lexmark 2050
667
GS_LEX2050_DESC=	D: Lexmark 2050
666
GS_lex3200_DESC=	D: Lexmark 3200
668
GS_LEX3200_DESC=	D: Lexmark 3200
667
GS_lex5700_DESC=	D: Lexmark 5700
669
GS_LEX5700_DESC=	D: Lexmark 5700
668
GS_lex7000_DESC=	D: Lexmark 7000
670
GS_LEX7000_DESC=	D: Lexmark 7000
669
GS_cp50_DESC=		D: Mitsubishi CP50 color
671
GS_CP50_DESC=		D: Mitsubishi CP50 color
670
GS_necp6_DESC=		D: NEC PinWriter P6/P6+/P60 (360x360)
672
GS_NECP6_DESC=		D: NEC PinWriter P6/P6+/P60 (360x360)
671
GS_npdl_DESC=		D: NEC Printer Description Language
673
GS_NPDL_DESC=		D: NEC Printer Description Language
672
GS_oce9050_DESC=	D: OCE 9050 printer
674
GS_OCE9050_DESC=	D: OCE 9050 printer
673
GS_oki182_DESC=		D: Okidata MicroLine 182
675
GS_OKI182_DESC=		D: Okidata MicroLine 182
674
GS_okiibm_DESC=		D: Okidata MicroLine IBM-compatible printers
676
GS_OKIIBM_DESC=		D: Okidata MicroLine IBM-compatible printers
675
GS_atx23_DESC=		D: Practical Automation ATX-23
677
GS_ATX23_DESC=		D: Practical Automation ATX-23
676
GS_atx24_DESC=		D: Practical Automation ATX-24
678
GS_ATX24_DESC=		D: Practical Automation ATX-24
677
GS_atx38_DESC=		D: Practical Automation ATX-38
679
GS_ATX38_DESC=		D: Practical Automation ATX-38
678
GS_r4081_DESC=		D: Ricoh 4081 laser printer
680
GS_R4081_DESC=		D: Ricoh 4081 laser printer
679
GS_rpdl_DESC=		D: Ricoh Printer Description Language
681
GS_RPDL_DESC=		D: Ricoh Printer Description Language
680
GS_gdi_DESC=		D: Samsung SmartGDI laser printer
682
GS_GDI_DESC=		D: Samsung SmartGDI laser printer
681
GS_sj48_DESC=		D: StarJet 48 inkjet printer
683
GS_SJ48_DESC=		D: StarJet 48 inkjet printer
682
GS_t4693d2_DESC=	D: Tektronix 4693d color, 2b/RGB
684
GS_T4693D2_DESC=	D: Tektronix 4693d color, 2b/RGB
683
GS_t4693d4_DESC=	D: Tektronix 4693d color, 4b/RGB
685
GS_T4693D4_DESC=	D: Tektronix 4693d color, 4b/RGB
684
GS_t4693d8_DESC=	D: Tektronix 4693d color, 8b/RGB
686
GS_T4693D8_DESC=	D: Tektronix 4693d color, 8b/RGB
685
GS_tek4696_DESC=	D: Tektronix 4695/4696 inkjet plotter
687
GS_TEK4696_DESC=	D: Tektronix 4695/4696 inkjet plotter
686
GS_bmpmono_DESC=	D: BMP Monochrome
688
GS_BMPMONO_DESC=	D: BMP Monochrome
687
GS_bmpgray_DESC=	D: BMP 8-bit gray
689
GS_BMPGRAY_DESC=	D: BMP 8-bit gray
688
GS_bmp16_DESC=		D: BMP 4-bit EGA/VGA
690
GS_BMP16_DESC=		D: BMP 4-bit EGA/VGA
689
GS_bmp256_DESC=		D: BMP 8-bit 256-color
691
GS_BMP256_DESC=		D: BMP 8-bit 256-color
690
GS_bmp16m_DESC=		D: BMP 24-bit
692
GS_BMP16M_DESC=		D: BMP 24-bit
691
GS_bmp32b_DESC=		D: BMP 32-bit pseudo-.BMP
693
GS_BMP32B_DESC=		D: BMP 32-bit pseudo-.BMP
692
GS_bmpsep1_DESC=	D: BMP Separated 1-bit CMYK
694
GS_BMPSEP1_DESC=	D: BMP Separated 1-bit CMYK
693
GS_bmpsep8_DESC=	D: BMP Separated 8-bit CMYK
695
GS_BMPSEP8_DESC=	D: BMP Separated 8-bit CMYK
694
GS_ccr_DESC=		D: CalComp Raster format
696
GS_CCR_DESC=		D: CalComp Raster format
695
GS_cgmmono_DESC=	D: CGM Monochrome -- LOW LEVEL OUTPUT ONLY
697
GS_CGMMONO_DESC=	D: CGM Monochrome -- LOW LEVEL OUTPUT ONLY
696
GS_cgm8_DESC=		D: CGM 8-bit 256-color -- DITTO
698
GS_CGM8_DESC=		D: CGM 8-bit 256-color -- DITTO
697
GS_cgm24_DESC=		D: CGM 24-bit color -- DITTO
699
GS_CGM24_DESC=		D: CGM 24-bit color -- DITTO
698
GS_cif_DESC=		D: CIF file format for VLSI
700
GS_CIF_DESC=		D: CIF file format for VLSI
699
GS_dfaxhigh_DESC=	D: DigiBoard, DigiFAX (high res)
701
GS_DFAXHIGH_DESC=	D: DigiBoard, DigiFAX (high res)
700
GS_dfaxlow_DESC=	D: DigiFAX (normal res)
702
GS_DFAXLOW_DESC=	D: DigiFAX (normal res)
701
GS_faxg3_DESC=		D: Group 3 FAX (EOL + no header/EOD)
703
GS_FAXG3_DESC=		D: Group 3 FAX (EOL + no header/EOD)
702
GS_faxg32d_DESC=	D: Group 3 2-D FAX (EOL + no header/EOD)
704
GS_FAXG32D_DESC=	D: Group 3 2-D FAX (EOL + no header/EOD)
703
GS_faxg4_DESC=		D: Group 4 FAX (EOL + no header/EOD)
705
GS_FAXG4_DESC=		D: Group 4 FAX (EOL + no header/EOD)
704
GS_miff24_DESC=		D: ImageMagick MIFF, 24-bit direct color, RLE
706
GS_MIFF24_DESC=		D: ImageMagick MIFF, 24-bit direct color, RLE
705
GS_inferno_DESC=	D: Inferno bitmaps
707
GS_INFERNO_DESC=	D: Inferno bitmaps
706
GS_jpeg_DESC=		D: JPEG format, RGB output
708
GS_JPEG_DESC=		D: JPEG format, RGB output
707
GS_jpeggray_DESC=	D: JPEG format, gray output
709
GS_JPEGGRAY_DESC=	D: JPEG format, gray output
708
GS_mgrmono_DESC=	D: MGR devices 1-bit monochrome
710
GS_MGRMONO_DESC=	D: MGR devices 1-bit monochrome
709
GS_mgrgray2_DESC=	D: MGR devices 2-bit gray scale
711
GS_MGRGRAY2_DESC=	D: MGR devices 2-bit gray scale
710
GS_mgrgray4_DESC=	D: MGR devices 4-bit gray scale
712
GS_MGRGRAY4_DESC=	D: MGR devices 4-bit gray scale
711
GS_mgrgray8_DESC=	D: MGR devices 8-bit gray scale
713
GS_MGRGRAY8_DESC=	D: MGR devices 8-bit gray scale
712
GS_mgr4_DESC=		D: MGR devices 4-bit (VGA) color
714
GS_MGR4_DESC=		D: MGR devices 4-bit (VGA) color
713
GS_mgr8_DESC=		D: MGR devices 8-bit color
715
GS_MGR8_DESC=		D: MGR devices 8-bit color
714
GS_pcxmono_DESC=	D: PCX, 1-bit monochrome
716
GS_PCXMONO_DESC=	D: PCX, 1-bit monochrome
715
GS_pcxgray_DESC=	D: PCX, 8-bit gray scale
717
GS_PCXGRAY_DESC=	D: PCX, 8-bit gray scale
716
GS_pcx16_DESC=		D: PCX, 4-bit planar EGA/VGA color
718
GS_PCX16_DESC=		D: PCX, 4-bit planar EGA/VGA color
717
GS_pcx256_DESC=		D: PCX, 8-bit chunky color
719
GS_PCX256_DESC=		D: PCX, 8-bit chunky color
718
GS_pcx24b_DESC=		D: PCX, 24-bit color 3x8-bit planes
720
GS_PCX24B_DESC=		D: PCX, 24-bit color 3x8-bit planes
719
GS_pcxcmyk_DESC=	D: PCX, 4-bit chunky CMYK color
721
GS_PCXCMYK_DESC=	D: PCX, 4-bit chunky CMYK color
720
GS_pdfwrite_DESC=	D: Portable Document Format
722
GS_PDFWRITE_DESC=	D: Portable Document Format
721
GS_bit_DESC=		D: Plain bits, monochrome
723
GS_BIT_DESC=		D: Plain bits, monochrome
722
GS_bitrgb_DESC=		D: Plain bits, RGB
724
GS_BITRGB_DESC=		D: Plain bits, RGB
723
GS_bitcmyk_DESC=	D: Plain bits, CMYK
725
GS_BITCMYK_DESC=	D: Plain bits, CMYK
724
GS_plan9bm_DESC=	D: Plan 9 bitmap format
726
GS_PLAN9BM_DESC=	D: Plan 9 bitmap format
725
GS_pam_DESC=		D: Portable Arbitrary Map file
727
GS_PAM_DESC=		D: Portable Arbitrary Map file
726
GS_pbm_DESC=		D: Portable Bitmap, plain
728
GS_PBM_DESC=		D: Portable Bitmap, plain
727
GS_pbmraw_DESC=		D: Portable Bitmap, raw
729
GS_PBMRAW_DESC=		D: Portable Bitmap, raw
728
GS_pgm_DESC=		D: Portable Graymap, plain
730
GS_PGM_DESC=		D: Portable Graymap, plain
729
GS_pgmraw_DESC=		D: Portable Graymap, raw
731
GS_PGMRAW_DESC=		D: Portable Graymap, raw
730
GS_pgnm_DESC=		D: Portable Graymap, plain (PBM opt)
732
GS_PGNM_DESC=		D: Portable Graymap, plain (PBM opt)
731
GS_pgnmraw_DESC=	D: Portable Graymap, raw (PBM opt)
733
GS_PGNMRAW_DESC=	D: Portable Graymap, raw (PBM opt)
732
GS_pnm_DESC=		D: Portable Pixmap, plain RGB (PGM/PBM opt)
734
GS_PNM_DESC=		D: Portable Pixmap, plain RGB (PGM/PBM opt)
733
GS_pnmraw_DESC=		D: Portable Pixmap, raw RGB (PGM/PBM opt)
735
GS_PNMRAW_DESC=		D: Portable Pixmap, raw RGB (PGM/PBM opt)
734
GS_ppm_DESC=		D: Portable Pixmap, plain RGB
736
GS_PPM_DESC=		D: Portable Pixmap, plain RGB
735
GS_ppmraw_DESC=		D: Portable Pixmap, raw RGB
737
GS_PPMRAW_DESC=		D: Portable Pixmap, raw RGB
736
GS_pkm_DESC=		D: Portable inKmap, plain (4b CMYK=>RGB)
738
GS_PKM_DESC=		D: Portable inKmap, plain (4b CMYK=>RGB)
737
GS_pkmraw_DESC=		D: Portable inKmap, raw (4b CMYK=>RGB)
739
GS_PKMRAW_DESC=		D: Portable inKmap, raw (4b CMYK=>RGB)
738
GS_pksm_DESC=		D: Portable Separated map, plain (4b CMYK=>4p)
740
GS_PKSM_DESC=		D: Portable Separated map, plain (4b CMYK=>4p)
739
GS_pksmraw_DESC=	D: Portable Separated map, raw (4b CMYK=>4p)
741
GS_PKSMRAW_DESC=	D: Portable Separated map, raw (4b CMYK=>4p)
740
GS_pngmono_DESC=	D: PNG (Portable Network Graphics) Mono
742
GS_PNGMONO_DESC=	D: PNG (Portable Network Graphics) Mono
741
GS_pnggray_DESC=	D: PNG 8-bit Gray
743
GS_PNGGRAY_DESC=	D: PNG 8-bit Gray
742
GS_png16_DESC=		D: PNG 4-bit Color
744
GS_PNG16_DESC=		D: PNG 4-bit Color
743
GS_png256_DESC=		D: PNG 8-bit Color
745
GS_PNG256_DESC=		D: PNG 8-bit Color
744
GS_png16m_DESC=		D: PNG 24-bit Color
746
GS_PNG16M_DESC=		D: PNG 24-bit Color
745
GS_pngalpha_DESC=	D: PNG 32-bit RGBA Color
747
GS_PNGALPHA_DESC=	D: PNG 32-bit RGBA Color
746
GS_psmono_DESC=		D: PostScript (Level 1) monochrome image
748
GS_PSMONO_DESC=		D: PostScript (Level 1) monochrome image
747
GS_psgray_DESC=		D: PostScript (Level 1) 8-bit gray image
749
GS_PSGRAY_DESC=		D: PostScript (Level 1) 8-bit gray image
748
GS_psrgb_DESC=		D: PostScript (Level 2) 24-bit color image
750
GS_PSRGB_DESC=		D: PostScript (Level 2) 24-bit color image
749
GS_pswrite_DESC=	D: PostScript (like PostScript Distiller)
751
GS_PSWRITE_DESC=	D: PostScript (like PostScript Distiller)
750
GS_epswrite_DESC=	D: Encapsulated PostScript
752
GS_EPSWRITE_DESC=	D: Encapsulated PostScript
751
GS_sgirgb_DESC=		D: SGI RGB pixmap format
753
GS_SGIRGB_DESC=		D: SGI RGB pixmap format
752
GS_sunhmono_DESC=	D: Harlequin variant of 1-bit Sun raster file
754
GS_SUNHMONO_DESC=	D: Harlequin variant of 1-bit Sun raster file
753
GS_tiffcrle_DESC=	D: TIFF CCITT RLE 1 dim (G3 FAX with no EOL)
755
GS_TIFFCRLE_DESC=	D: TIFF CCITT RLE 1 dim (G3 FAX with no EOL)
754
GS_tiffg3_DESC=		D: TIFF Group 3 FAX (with EOL)
756
GS_TIFFG3_DESC=		D: TIFF Group 3 FAX (with EOL)
755
GS_tiffg32d_DESC=	D: TIFF Group 3 2-D FAX
757
GS_TIFFG32D_DESC=	D: TIFF Group 3 2-D FAX
756
GS_tiffg4_DESC=		D: TIFF Group 4 FAX
758
GS_TIFFG4_DESC=		D: TIFF Group 4 FAX
757
GS_tiff12nc_DESC=	D: TIFF 12-bit RGB, no compress
759
GS_TIFF12NC_DESC=	D: TIFF 12-bit RGB, no compress
758
GS_tiff24nc_DESC=	D: TIFF 24-bit RGB, no compress, NeXT format
760
GS_TIFF24NC_DESC=	D: TIFF 24-bit RGB, no compress, NeXT format
759
GS_tifflzw_DESC=	D: TIFF LZW,      tag = 5,     mono
761
GS_TIFFLZW_DESC=	D: TIFF LZW,      tag = 5,     mono
760
GS_tiffpack_DESC=	D: TIFF PackBits, tag = 32773, mono
762
GS_TIFFPACK_DESC=	D: TIFF PackBits, tag = 32773, mono
761
GS_bbox_DESC=		D: Bounding box output
763
GS_BBOX_DESC=		D: Bounding box output
(-)print/ghostscript7-base/files/Makefile.drivers_post (-91 / +91 lines)
Lines 1-173 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
# pre/postprocessing driver variables
2
# pre/postprocessing driver variables
3
3
4
# dmprt specific
4
# dmprt specific
5
.if ${PORT_OPTIONS:MGS_dmprt}
5
.if ${PORT_OPTIONS:MGS_DMPRT}
6
.include "${MASTERDIR}/files/Makefile.dmprt"
6
.include "${MASTERDIR}/files/Makefile.dmprt"
7
.endif
7
.endif
8
8
9
# epag specific
9
# epag specific
10
.if ${PORT_OPTIONS:MGS_epag}
10
.if ${PORT_OPTIONS:MGS_EPAG}
11
.include "${MASTERDIR}/files/Makefile.epag"
11
.include "${MASTERDIR}/files/Makefile.epag"
12
.endif
12
.endif
13
13
14
# pcl3 specific
14
# pcl3 specific
15
.if ${PORT_OPTIONS:MGS_pcl3}
15
.if ${PORT_OPTIONS:MGS_PCL3}
16
.include "${MASTERDIR}/files/Makefile.pcl3"
16
.include "${MASTERDIR}/files/Makefile.pcl3"
17
.endif
17
.endif
18
18
19
# vgalib specific
19
# vgalib specific
20
VGA_DEVS= lvga256 vgalib
20
VGA_DEVS= lvga256 vgalib
21
.undef _VGA_DEVS
21
.undef _VGA_DEVS
22
22
23
.for D in ${VGA_DEVS}
23
.for D in ${VGA_DEVS}
24
.if ${PORT_OPTIONS:MGS_${D}}
24
.if ${PORT_OPTIONS:MGS_${D:tu}}
25
.if ${ARCH:Mamd64} || ${ARCH:Mi386}
25
.if ${ARCH:Mamd64} || ${ARCH:Mi386}
26
_VGA_DEVS+= ${D}
26
_VGA_DEVS+= ${D}
27
.else
27
.else
28
OPTIONS_UNSET+=	${PORT_OPTIONS:MGS_${D}}
28
OPTIONS_UNSET+=	${PORT_OPTIONS:MGS_${D:tu}}
29
.endif
29
.endif
30
.endif
30
.endif
31
.endfor
31
.endfor
32
32
33
.if defined(_VGA_DEVS)
33
.if defined(_VGA_DEVS)
34
LIB_DEPENDS+=	libvga.so:graphics/svgalib
34
LIB_DEPENDS+=	libvga.so:graphics/svgalib
35
.endif
35
.endif
36
36
37
.if ${PORT_OPTIONS:MGS_cdj670} || \
37
.if ${PORT_OPTIONS:MGS_CDJ670} || \
38
	${PORT_OPTIONS:MGS_cdj850} || \
38
	${PORT_OPTIONS:MGS_CDJ850} || \
39
	${PORT_OPTIONS:MGS_cdj880} || \
39
	${PORT_OPTIONS:MGS_CDJ880} || \
40
	${PORT_OPTIONS:MGS_cdj890} || \
40
	${PORT_OPTIONS:MGS_CDJ890} || \
41
	${PORT_OPTIONS:MGS_cdj1600}
41
	${PORT_OPTIONS:MGS_CDJ1600}
42
.include "${MASTERDIR}/files/Makefile.cdj880"
42
.include "${MASTERDIR}/files/Makefile.cdj880"
43
.endif
43
.endif
44
.if ${PORT_OPTIONS:MGS_cdj970}
44
.if ${PORT_OPTIONS:MGS_CDJ970}
45
.include "${MASTERDIR}/files/Makefile.cdj970"
45
.include "${MASTERDIR}/files/Makefile.cdj970"
46
.endif
46
.endif
47
47
48
.include "${MASTERDIR}/files/Makefile.gprint"
48
.include "${MASTERDIR}/files/Makefile.gprint"
49
49
50
.if ${PORT_OPTIONS:MGS_md2k} || \
50
.if ${PORT_OPTIONS:MGS_MD2K} || \
51
	${PORT_OPTIONS:MGS_md5k}
51
	${PORT_OPTIONS:MGS_MD5K}
52
.include "${MASTERDIR}/files/Makefile.md2k"
52
.include "${MASTERDIR}/files/Makefile.md2k"
53
.endif
53
.endif
54
54
55
.if ${PORT_OPTIONS:MGS_md50Mono} || \
55
.if ${PORT_OPTIONS:MGS_MD50MONO} || \
56
	${PORT_OPTIONS:MGS_md50Eco} || \
56
	${PORT_OPTIONS:MGS_MD50ECO} || \
57
	${PORT_OPTIONS:MGS_md1xMono}
57
	${PORT_OPTIONS:MGS_MD1XMONO}
58
.include "${MASTERDIR}/files/Makefile.alps"
58
.include "${MASTERDIR}/files/Makefile.alps"
59
.endif
59
.endif
60
60
61
.if ${PORT_OPTIONS:MGS_bj10v} || \
61
.if ${PORT_OPTIONS:MGS_BJ10V} || \
62
	${PORT_OPTIONS:Mbj10vh}
62
	${PORT_OPTIONS:Mbj10vh}
63
.include "${MASTERDIR}/files/Makefile.bj10v"
63
.include "${MASTERDIR}/files/Makefile.bj10v"
64
.endif
64
.endif
65
65
66
.if ${PORT_OPTIONS:MGS_bjccmyk} || \
66
.if ${PORT_OPTIONS:MGS_BJCCMYK} || \
67
	${PORT_OPTIONS:MGS_bjccolor} || \
67
	${PORT_OPTIONS:MGS_BJCCOLOR} || \
68
	${PORT_OPTIONS:MGS_bjcgray} || \
68
	${PORT_OPTIONS:MGS_BJCGRAY} || \
69
	${PORT_OPTIONS:MGS_bjcmono}
69
	${PORT_OPTIONS:MGS_BJCMONO}
70
.include "${MASTERDIR}/files/Makefile.bjc250"
70
.include "${MASTERDIR}/files/Makefile.bjc250"
71
.endif
71
.endif
72
72
73
.if ${PORT_OPTIONS:MGS_lbp1310} || \
73
.if ${PORT_OPTIONS:MGS_LBP1310} || \
74
	${PORT_OPTIONS:MGS_lbp1510} || \
74
	${PORT_OPTIONS:MGS_LBP1510} || \
75
	${PORT_OPTIONS:MGS_lbp1610} || \
75
	${PORT_OPTIONS:MGS_LBP1610} || \
76
	${PORT_OPTIONS:MGS_lbp1710} || \
76
	${PORT_OPTIONS:MGS_LBP1710} || \
77
	${PORT_OPTIONS:MGS_lbp1810} || \
77
	${PORT_OPTIONS:MGS_LBP1810} || \
78
	${PORT_OPTIONS:MGS_lbp1910}
78
	${PORT_OPTIONS:MGS_LBP1910}
79
.include "${MASTERDIR}/files/Makefile.cpca"
79
.include "${MASTERDIR}/files/Makefile.cpca"
80
.endif
80
.endif
81
81
82
.if ${PORT_OPTIONS:MGS_lips2p} || \
82
.if ${PORT_OPTIONS:MGS_LIPS2P} || \
83
	${PORT_OPTIONS:MGS_lips3} || \
83
	${PORT_OPTIONS:MGS_LIPS3} || \
84
	${PORT_OPTIONS:MGS_lips4} || \
84
	${PORT_OPTIONS:MGS_LIPS4} || \
85
	${PORT_OPTIONS:MGS_bjc880j} || \
85
	${PORT_OPTIONS:MGS_BJC880J} || \
86
	${PORT_OPTIONS:MGS_lips4v} || \
86
	${PORT_OPTIONS:MGS_LIPS4V} || \
87
	${PORT_OPTIONS:MGS_escpage} || \
87
	${PORT_OPTIONS:MGS_ESCPAGE} || \
88
	${PORT_OPTIONS:MGS_lp2000} || \
88
	${PORT_OPTIONS:MGS_LP2000} || \
89
	${PORT_OPTIONS:MGS_npdl} || \
89
	${PORT_OPTIONS:MGS_NPDL} || \
90
	${PORT_OPTIONS:MGS_rpdl}
90
	${PORT_OPTIONS:MGS_RPDL}
91
.include "${MASTERDIR}/files/Makefile.lips"
91
.include "${MASTERDIR}/files/Makefile.lips"
92
.endif
92
.endif
93
93
94
.if ${PORT_OPTIONS:MGS_alc8600} || \
94
.if ${PORT_OPTIONS:MGS_ALC8600} || \
95
	${PORT_OPTIONS:MGS_alc8500} || \
95
	${PORT_OPTIONS:MGS_ALC8500} || \
96
	${PORT_OPTIONS:MGS_alc2000} || \
96
	${PORT_OPTIONS:MGS_ALC2000} || \
97
	${PORT_OPTIONS:MGS_alc4000} || \
97
	${PORT_OPTIONS:MGS_ALC4000} || \
98
	${PORT_OPTIONS:MGS_alc1900} || \
98
	${PORT_OPTIONS:MGS_ALC1900} || \
99
	${PORT_OPTIONS:MGS_alc4100} || \
99
	${PORT_OPTIONS:MGS_ALC4100} || \
100
	${PORT_OPTIONS:MGS_lp9800c} || \
100
	${PORT_OPTIONS:MGS_LP9800C} || \
101
	${PORT_OPTIONS:MGS_lp9000c} || \
101
	${PORT_OPTIONS:MGS_LP9000C} || \
102
	${PORT_OPTIONS:MGS_lp9500c} || \
102
	${PORT_OPTIONS:MGS_LP9500C} || \
103
	${PORT_OPTIONS:MGS_lp8800c} || \
103
	${PORT_OPTIONS:MGS_LP8800C} || \
104
	${PORT_OPTIONS:MGS_lp8300c} || \
104
	${PORT_OPTIONS:MGS_LP8300C} || \
105
	${PORT_OPTIONS:MGS_lp8500c} || \
105
	${PORT_OPTIONS:MGS_LP8500C} || \
106
	${PORT_OPTIONS:MGS_lp3000c} || \
106
	${PORT_OPTIONS:MGS_LP3000C} || \
107
	${PORT_OPTIONS:MGS_lp8200c} || \
107
	${PORT_OPTIONS:MGS_LP8200C} || \
108
	${PORT_OPTIONS:MGS_lp8000c} || \
108
	${PORT_OPTIONS:MGS_LP8000C} || \
109
	${PORT_OPTIONS:MGS_epl6100} || \
109
	${PORT_OPTIONS:MGS_EPL6100} || \
110
	${PORT_OPTIONS:MGS_epl5900} || \
110
	${PORT_OPTIONS:MGS_EPL5900} || \
111
	${PORT_OPTIONS:MGS_epl5800} || \
111
	${PORT_OPTIONS:MGS_EPL5800} || \
112
	${PORT_OPTIONS:MGS_epl2050} || \
112
	${PORT_OPTIONS:MGS_EPL2050} || \
113
	${PORT_OPTIONS:MGS_epl2050p} || \
113
	${PORT_OPTIONS:MGS_EPL2050P} || \
114
	${PORT_OPTIONS:MGS_epl2120} || \
114
	${PORT_OPTIONS:MGS_EPL2120} || \
115
	${PORT_OPTIONS:MGS_epl2500} || \
115
	${PORT_OPTIONS:MGS_EPL2500} || \
116
	${PORT_OPTIONS:MGS_epl2750} || \
116
	${PORT_OPTIONS:MGS_EPL2750} || \
117
	${PORT_OPTIONS:MGS_lp9000b} || \
117
	${PORT_OPTIONS:MGS_LP9000B} || \
118
	${PORT_OPTIONS:MGS_lp2500} || \
118
	${PORT_OPTIONS:MGS_LP2500} || \
119
	${PORT_OPTIONS:MGS_lp9100} || \
119
	${PORT_OPTIONS:MGS_LP9100} || \
120
	${PORT_OPTIONS:MGS_lp7900} || \
120
	${PORT_OPTIONS:MGS_LP7900} || \
121
	${PORT_OPTIONS:MGS_lp7500} || \
121
	${PORT_OPTIONS:MGS_LP7500} || \
122
	${PORT_OPTIONS:MGS_lp2400} || \
122
	${PORT_OPTIONS:MGS_LP2400} || \
123
	${PORT_OPTIONS:MGS_lp2200} || \
123
	${PORT_OPTIONS:MGS_LP2200} || \
124
	${PORT_OPTIONS:MGS_lp9400} || \
124
	${PORT_OPTIONS:MGS_LP9400} || \
125
	${PORT_OPTIONS:MGS_lp8900} || \
125
	${PORT_OPTIONS:MGS_LP8900} || \
126
	${PORT_OPTIONS:MGS_lp8700} || \
126
	${PORT_OPTIONS:MGS_LP8700} || \
127
	${PORT_OPTIONS:MGS_lp8100} || \
127
	${PORT_OPTIONS:MGS_LP8100} || \
128
	${PORT_OPTIONS:MGS_lp7700} || \
128
	${PORT_OPTIONS:MGS_LP7700} || \
129
	${PORT_OPTIONS:MGS_lp8600f} || \
129
	${PORT_OPTIONS:MGS_LP8600F} || \
130
	${PORT_OPTIONS:MGS_lp8400f} || \
130
	${PORT_OPTIONS:MGS_LP8400F} || \
131
	${PORT_OPTIONS:MGS_lp8300f} || \
131
	${PORT_OPTIONS:MGS_LP8300F} || \
132
	${PORT_OPTIONS:MGS_lp1900} || \
132
	${PORT_OPTIONS:MGS_LP1900} || \
133
	${PORT_OPTIONS:MGS_lp9600s} || \
133
	${PORT_OPTIONS:MGS_LP9600S} || \
134
	${PORT_OPTIONS:MGS_lp9300} || \
134
	${PORT_OPTIONS:MGS_LP9300} || \
135
	${PORT_OPTIONS:MGS_lp9600} || \
135
	${PORT_OPTIONS:MGS_LP9600} || \
136
	${PORT_OPTIONS:MGS_lp8600} || \
136
	${PORT_OPTIONS:MGS_LP8600} || \
137
	${PORT_OPTIONS:MGS_lp1800}
137
	${PORT_OPTIONS:MGS_LP1800}
138
.include "${MASTERDIR}/files/Makefile.eplaser"
138
.include "${MASTERDIR}/files/Makefile.eplaser"
139
.endif
139
.endif
140
140
141
.if ${PORT_OPTIONS:MGS_mjc180} || \
141
.if ${PORT_OPTIONS:MGS_MJC180} || \
142
	${PORT_OPTIONS:MGS_mjc360} || \
142
	${PORT_OPTIONS:MGS_MJC360} || \
143
	${PORT_OPTIONS:MGS_mjc720} || \
143
	${PORT_OPTIONS:MGS_MJC720} || \
144
	${PORT_OPTIONS:MGS_mj500c}
144
	${PORT_OPTIONS:MGS_MJ500C}
145
.include "${MASTERDIR}/files/Makefile.mjc"
145
.include "${MASTERDIR}/files/Makefile.mjc"
146
.endif
146
.endif
147
147
148
.if ${PORT_OPTIONS:MGS_gdi}
148
.if ${PORT_OPTIONS:MGS_GDI}
149
.include "${MASTERDIR}/files/Makefile.gdi"
149
.include "${MASTERDIR}/files/Makefile.gdi"
150
.endif
150
.endif
151
151
152
.if ${PORT_OPTIONS:MGS_lxm3200}
152
.if ${PORT_OPTIONS:MGS_LXM3200}
153
.include "${MASTERDIR}/files/Makefile.lxm3200"
153
.include "${MASTERDIR}/files/Makefile.lxm3200"
154
.endif
154
.endif
155
155
156
.if ${PORT_OPTIONS:MGS_lx5000}
156
.if ${PORT_OPTIONS:MGS_LX5000}
157
.include "${MASTERDIR}/files/Makefile.lx5000"
157
.include "${MASTERDIR}/files/Makefile.lx5000"
158
.endif
158
.endif
159
159
160
.if ${PORT_OPTIONS:MGS_lex2050} || \
160
.if ${PORT_OPTIONS:MGS_LEX2050} || \
161
	${PORT_OPTIONS:MGS_lex3200} || \
161
	${PORT_OPTIONS:MGS_LEX3200} || \
162
	${PORT_OPTIONS:MGS_lex5700} || \
162
	${PORT_OPTIONS:MGS_LEX5700} || \
163
	${PORT_OPTIONS:MGS_lex7000}
163
	${PORT_OPTIONS:MGS_LEX7000}
164
.include "${MASTERDIR}/files/Makefile.lex7000"
164
.include "${MASTERDIR}/files/Makefile.lex7000"
165
.endif
165
.endif
166
166
167
# pre-defined order
167
# pre-defined order
168
DEVS_LIST= DEVS1 DEVS2 DEVS3 DEVS4 DEVS5 DEVS6 DEVS7 DEVS8 DEVS9	\
168
DEVS_LIST= DEVS1 DEVS2 DEVS3 DEVS4 DEVS5 DEVS6 DEVS7 DEVS8 DEVS9	\
169
	DEVS10 DEVS11 DEVS12 DEVS13 DEVS14 DEVS15 DEVS16 DEVS17 DEVS18	\
169
	DEVS10 DEVS11 DEVS12 DEVS13 DEVS14 DEVS15 DEVS16 DEVS17 DEVS18	\
170
	DEVS19 DEVS20 DEVS21
170
	DEVS19 DEVS20 DEVS21
171
171
172
DEVICE_DEVS1= bmpmono.dev bmpgray.dev bmpsep1.dev bmpsep8.dev	\
172
DEVICE_DEVS1= bmpmono.dev bmpgray.dev bmpsep1.dev bmpsep8.dev	\
173
	bmp16.dev bmp256.dev bmp16m.dev bmp32b.dev
173
	bmp16.dev bmp256.dev bmp16m.dev bmp32b.dev
(-)print/ghostscript7-base/pkg-plist (-21 / +21 lines)
Lines 1-27 Link Here
1
bin/bdftops
1
bin/bdftops
2
bin/dvipdf
2
bin/dvipdf
3
bin/eps2eps
3
bin/eps2eps
4
%%GS_epag%%bin/ert
4
%%GS_EPAG%%bin/ert
5
bin/fixmswrd.pl
5
bin/fixmswrd.pl
6
bin/font2c
6
bin/font2c
7
bin/gs
7
bin/gs
8
bin/gsbj
8
bin/gsbj
9
bin/gsc
9
bin/gsc
10
bin/gsdj
10
bin/gsdj
11
bin/gsdj500
11
bin/gsdj500
12
bin/gslj
12
bin/gslj
13
bin/gslp
13
bin/gslp
14
bin/gsnd
14
bin/gsnd
15
bin/gsx
15
bin/gsx
16
bin/lprsetup.sh
16
bin/lprsetup.sh
17
%%GS_pcl3%%bin/pcl3opts
17
%%GS_PCL3%%bin/pcl3opts
18
bin/pdf2dsc
18
bin/pdf2dsc
19
bin/pdf2ps
19
bin/pdf2ps
20
bin/pdfopt
20
bin/pdfopt
21
bin/pf2afm
21
bin/pf2afm
22
bin/pfbtopfa
22
bin/pfbtopfa
23
bin/pj-gs.sh
23
bin/pj-gs.sh
24
bin/printafm
24
bin/printafm
25
bin/ps2ascii
25
bin/ps2ascii
26
bin/ps2epsi
26
bin/ps2epsi
27
bin/ps2pdf
27
bin/ps2pdf
Lines 255-277 man/man1/wftopfa.1.gz Link Here
255
%%DATADIR%%/%%GS_VERSION%%/lib/gs_wl5_e.ps
255
%%DATADIR%%/%%GS_VERSION%%/lib/gs_wl5_e.ps
256
%%DATADIR%%/%%GS_VERSION%%/lib/gslp.ps
256
%%DATADIR%%/%%GS_VERSION%%/lib/gslp.ps
257
%%DATADIR%%/%%GS_VERSION%%/lib/gsnup.ps
257
%%DATADIR%%/%%GS_VERSION%%/lib/gsnup.ps
258
%%DATADIR%%/%%GS_VERSION%%/lib/ht_ccsto.ps
258
%%DATADIR%%/%%GS_VERSION%%/lib/ht_ccsto.ps
259
%%DATADIR%%/%%GS_VERSION%%/lib/image-qa.ps
259
%%DATADIR%%/%%GS_VERSION%%/lib/image-qa.ps
260
%%DATADIR%%/%%GS_VERSION%%/lib/impath.ps
260
%%DATADIR%%/%%GS_VERSION%%/lib/impath.ps
261
%%DATADIR%%/%%GS_VERSION%%/lib/jispaper.ps
261
%%DATADIR%%/%%GS_VERSION%%/lib/jispaper.ps
262
%%DATADIR%%/%%GS_VERSION%%/lib/landscap.ps
262
%%DATADIR%%/%%GS_VERSION%%/lib/landscap.ps
263
%%DATADIR%%/%%GS_VERSION%%/lib/level1.ps
263
%%DATADIR%%/%%GS_VERSION%%/lib/level1.ps
264
%%DATADIR%%/%%GS_VERSION%%/lib/lines.ps
264
%%DATADIR%%/%%GS_VERSION%%/lib/lines.ps
265
%%GS_dmprt%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70ch.upp
265
%%GS_DMPRT%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70ch.upp
266
%%GS_dmprt%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70cl.upp
266
%%GS_DMPRT%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70cl.upp
267
%%GS_dmprt%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70cm.upp
267
%%GS_DMPRT%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70cm.upp
268
%%DATADIR%%/%%GS_VERSION%%/lib/markhint.ps
268
%%DATADIR%%/%%GS_VERSION%%/lib/markhint.ps
269
%%DATADIR%%/%%GS_VERSION%%/lib/markpath.ps
269
%%DATADIR%%/%%GS_VERSION%%/lib/markpath.ps
270
%%DATADIR%%/%%GS_VERSION%%/lib/necp2x.upp
270
%%DATADIR%%/%%GS_VERSION%%/lib/necp2x.upp
271
%%DATADIR%%/%%GS_VERSION%%/lib/necp2x6.upp
271
%%DATADIR%%/%%GS_VERSION%%/lib/necp2x6.upp
272
%%DATADIR%%/%%GS_VERSION%%/lib/packfile.ps
272
%%DATADIR%%/%%GS_VERSION%%/lib/packfile.ps
273
%%DATADIR%%/%%GS_VERSION%%/lib/pcharstr.ps
273
%%DATADIR%%/%%GS_VERSION%%/lib/pcharstr.ps
274
%%DATADIR%%/%%GS_VERSION%%/lib/pdf2dsc.ps
274
%%DATADIR%%/%%GS_VERSION%%/lib/pdf2dsc.ps
275
%%DATADIR%%/%%GS_VERSION%%/lib/pdf_base.ps
275
%%DATADIR%%/%%GS_VERSION%%/lib/pdf_base.ps
276
%%DATADIR%%/%%GS_VERSION%%/lib/pdf_draw.ps
276
%%DATADIR%%/%%GS_VERSION%%/lib/pdf_draw.ps
277
%%DATADIR%%/%%GS_VERSION%%/lib/pdf_font.ps
277
%%DATADIR%%/%%GS_VERSION%%/lib/pdf_font.ps
Lines 342-367 man/man1/wftopfa.1.gz Link Here
342
%%DATADIR%%/%%GS_VERSION%%/lib/viewgif.ps
342
%%DATADIR%%/%%GS_VERSION%%/lib/viewgif.ps
343
%%DATADIR%%/%%GS_VERSION%%/lib/viewjpeg.ps
343
%%DATADIR%%/%%GS_VERSION%%/lib/viewjpeg.ps
344
%%DATADIR%%/%%GS_VERSION%%/lib/viewmiff.ps
344
%%DATADIR%%/%%GS_VERSION%%/lib/viewmiff.ps
345
%%DATADIR%%/%%GS_VERSION%%/lib/viewpbm.ps
345
%%DATADIR%%/%%GS_VERSION%%/lib/viewpbm.ps
346
%%DATADIR%%/%%GS_VERSION%%/lib/viewpcx.ps
346
%%DATADIR%%/%%GS_VERSION%%/lib/viewpcx.ps
347
%%DATADIR%%/%%GS_VERSION%%/lib/viewps2a.ps
347
%%DATADIR%%/%%GS_VERSION%%/lib/viewps2a.ps
348
%%DATADIR%%/%%GS_VERSION%%/lib/wftopfa.ps
348
%%DATADIR%%/%%GS_VERSION%%/lib/wftopfa.ps
349
%%DATADIR%%/%%GS_VERSION%%/lib/winmaps.ps
349
%%DATADIR%%/%%GS_VERSION%%/lib/winmaps.ps
350
%%DATADIR%%/%%GS_VERSION%%/lib/wrfont.ps
350
%%DATADIR%%/%%GS_VERSION%%/lib/wrfont.ps
351
%%DATADIR%%/%%GS_VERSION%%/lib/zeroline.ps
351
%%DATADIR%%/%%GS_VERSION%%/lib/zeroline.ps
352
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/BUGS
352
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/BUGS
353
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/NEWS
353
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/NEWS
354
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/README
354
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/README
355
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/calign.ps
355
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/calign.ps
356
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/dumppdd.ps
356
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/dumppdd.ps
357
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/example.mcf
357
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/example.mcf
358
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/if-pcl3
358
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/if-pcl3
359
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/levels-test.ps
359
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/levels-test.ps
360
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-A4.ps
360
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-A4.ps
361
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-A4Rotated.ps
361
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-A4Rotated.ps
362
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-Env10Rotated.ps
362
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-Env10Rotated.ps
363
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-EnvDLRotated.ps
363
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-EnvDLRotated.ps
364
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-Letter.ps
364
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-Letter.ps
365
%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-LetterRotated.ps
365
%%GS_PCL3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-LetterRotated.ps
366
%%GS_pcl3%%man/man1/gs-pcl3.1.gz
366
%%GS_PCL3%%man/man1/gs-pcl3.1.gz
367
%%GS_pcl3%%man/man1/pcl3opts.1.gz
367
%%GS_PCL3%%man/man1/pcl3opts.1.gz
(-)print/ghostscript8-base/Makefile (-5 / +3 lines)
Lines 101-126 PORTDOC_FILES= japanese/Gdevlips.htm japanese/README.gs550j \ Link Here
101
101
102
post-patch:
102
post-patch:
103
	${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \
103
	${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \
104
	    ${WRKSRC}/contrib/japanese/dmp_site.ps
104
	    ${WRKSRC}/contrib/japanese/dmp_site.ps
105
105
106
pre-build-drivers.mak:
106
pre-build-drivers.mak:
107
	@${ECHO_CMD} '# automatically generated' > ${WRKSRC}/base/drivers.mak
107
	@${ECHO_CMD} '# automatically generated' > ${WRKSRC}/base/drivers.mak
108
.for N in ${DEVS_LIST}
108
.for N in ${DEVS_LIST}
109
	@${ECHO_CMD} 'DEVICE_${N}=' >> ${WRKSRC}/base/drivers.mak
109
	@${ECHO_CMD} 'DEVICE_${N}=' >> ${WRKSRC}/base/drivers.mak
110
.endfor
110
.endfor
111
.for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} \
111
.for D in ${ALL_OPTS} ${ICONV} ${SVGALIB}
112
	${OPTIONS_GROUP_ICONV:MGS_*:S/^GS_//} \
113
	${OPTIONS_GROUP_SVGALIB:MGS_*:S/^GS_//}
114
.for N in ${DEVS_LIST}
112
.for N in ${DEVS_LIST}
115
.if ${PORT_OPTIONS:MGS_${D}}
113
.if ${PORT_OPTIONS:MGS_${D:tu}}
116
.if !defined(OPTIONS_UNSET) || !${OPTIONS_UNSET:MGS_${D}}
114
.if !defined(OPTIONS_UNSET) || !${OPTIONS_UNSET:MGS_${D:tu}}
117
.for X in ${DEVICE_${N}:M${D}.dev}
115
.for X in ${DEVICE_${N}:M${D}.dev}
118
	@${ECHO_CMD} 'DEVICE_${N}+= $$(DD)${D}.dev'  >> ${WRKSRC}/base/drivers.mak
116
	@${ECHO_CMD} 'DEVICE_${N}+= $$(DD)${D}.dev'  >> ${WRKSRC}/base/drivers.mak
119
.endfor
117
.endfor
120
.endif
118
.endif
121
.endif
119
.endif
122
.endfor
120
.endfor
123
.endfor
121
.endfor
124
122
125
pre-build: pre-build-drivers.mak
123
pre-build: pre-build-drivers.mak
126
	${MKDIR} ${WRKSRC}/obj ${WRKSRC}/bin ${WRKSRC}/freetype/include
124
	${MKDIR} ${WRKSRC}/obj ${WRKSRC}/bin ${WRKSRC}/freetype/include
(-)print/ghostscript8-base/Makefile.drivers (-876 / +878 lines)
Lines 1-891 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
OPTIONS_SVGALIB= \
3
SVGALIB= \
4
	GS_lvga256 \
4
	lvga256 \
5
	GS_vgalib
5
	vgalib
6
OPTIONS_GROUP=	SVGALIB
6
OPTIONS_GROUP=	SVGALIB
7
OPTIONS_GROUP_SVGALIB=	${OPTIONS_SVGALIB}
7
OPTIONS_GROUP_SVGALIB=	${SVGALIB:S/^/GS_/:tu}
8
8
9
OPTIONS_ICONV= \
9
ICONV= \
10
	GS_oprp \
10
	oprp \
11
	GS_opvp
11
	opvp
12
OPTIONS_GROUP+=	ICONV
12
OPTIONS_GROUP+=	ICONV
13
OPTIONS_GROUP_ICONV=	${OPTIONS_ICONV}
13
OPTIONS_GROUP_ICONV=	${ICONV:S/^/GS_/:tu}
14
14
15
OPTIONS_CAIRO= \
15
CAIRO= \
16
	GS_cairo
16
	cairo
17
17
18
OPTIONS_CUPS= \
18
CUPS= \
19
	GS_cups
19
	cups
20
20
21
OPTIONS_DEFINE+= \
21
ALL_OPTS= \
22
	${OPTIONS_CAIRO} \
22
	${CAIRO} \
23
	${OPTIONS_CUPS} \
23
	${CUPS} \
24
	GS_display \
24
	display \
25
	GS_omni \
25
	omni \
26
	GS_md2k \
26
	md2k \
27
	GS_md5k \
27
	md5k \
28
	GS_md50Mono \
28
	md50Mono \
29
	GS_md50Eco \
29
	md50Eco \
30
	GS_md1xMono \
30
	md1xMono \
31
	GS_appledmp \
31
	appledmp \
32
	GS_iwhi \
32
	iwhi \
33
	GS_iwlo \
33
	iwlo \
34
	GS_iwlq \
34
	iwlq \
35
	GS_hl7x0 \
35
	hl7x0 \
36
	GS_hl1240 \
36
	hl1240 \
37
	GS_hl1250 \
37
	hl1250 \
38
	GS_bj10e \
38
	bj10e \
39
	GS_bj10v \
39
	bj10v \
40
	GS_bj10vh \
40
	bj10vh \
41
	GS_bj200 \
41
	bj200 \
42
	GS_bjc600 \
42
	bjc600 \
43
	GS_bjc800 \
43
	bjc800 \
44
	GS_bjccmyk \
44
	bjccmyk \
45
	GS_bjccolor \
45
	bjccolor \
46
	GS_bjcgray \
46
	bjcgray \
47
	GS_bjcmono \
47
	bjcmono \
48
	GS_lbp8 \
48
	lbp8 \
49
	GS_lbp310 \
49
	lbp310 \
50
	GS_lbp320 \
50
	lbp320 \
51
	GS_lips2p \
51
	lips2p \
52
	GS_lips3 \
52
	lips3 \
53
	GS_lips4 \
53
	lips4 \
54
	GS_bjc880j \
54
	bjc880j \
55
	GS_lips4v \
55
	lips4v \
56
	GS_m8510 \
56
	m8510 \
57
	GS_coslw2p \
57
	coslw2p \
58
	GS_coslwxl \
58
	coslwxl \
59
	GS_uniprint \
59
	uniprint \
60
	GS_dmprt \
60
	dmprt \
61
	GS_dl2100 \
61
	dl2100 \
62
	GS_la50 \
62
	la50 \
63
	GS_la70 \
63
	la70 \
64
	GS_la75 \
64
	la75 \
65
	GS_la75plus \
65
	la75plus \
66
	GS_ln03 \
66
	ln03 \
67
	GS_lj250 \
67
	lj250 \
68
	GS_declj250 \
68
	declj250 \
69
	GS_ap3250 \
69
	ap3250 \
70
	GS_epson \
70
	epson \
71
	GS_eps9mid \
71
	eps9mid \
72
	GS_eps9high \
72
	eps9high \
73
	GS_lp8000 \
73
	lp8000 \
74
	GS_epag \
74
	epag \
75
	GS_escpage \
75
	escpage \
76
	GS_lp2000 \
76
	lp2000 \
77
	GS_alc8600 \
77
	alc8600 \
78
	GS_alc8500 \
78
	alc8500 \
79
	GS_alc2000 \
79
	alc2000 \
80
	GS_alc4000 \
80
	alc4000 \
81
	GS_alc1900 \
81
	alc1900 \
82
	GS_alc4100 \
82
	alc4100 \
83
	GS_lp9800c \
83
	lp9800c \
84
	GS_lp9000c \
84
	lp9000c \
85
	GS_lp9500c \
85
	lp9500c \
86
	GS_lp8800c \
86
	lp8800c \
87
	GS_lp8300c \
87
	lp8300c \
88
	GS_lp8500c \
88
	lp8500c \
89
	GS_lp3000c \
89
	lp3000c \
90
	GS_lp8200c \
90
	lp8200c \
91
	GS_lp8000c \
91
	lp8000c \
92
	GS_eplmono \
92
	eplmono \
93
	GS_eplcolor \
93
	eplcolor \
94
	GS_epl6100 \
94
	epl6100 \
95
	GS_epl5900 \
95
	epl5900 \
96
	GS_epl5800 \
96
	epl5800 \
97
	GS_epl2050 \
97
	epl2050 \
98
	GS_epl2050p \
98
	epl2050p \
99
	GS_epl2120 \
99
	epl2120 \
100
	GS_epl2500 \
100
	epl2500 \
101
	GS_epl2750 \
101
	epl2750 \
102
	GS_lp9000b \
102
	lp9000b \
103
	GS_lp2500 \
103
	lp2500 \
104
	GS_lp9100 \
104
	lp9100 \
105
	GS_lp7900 \
105
	lp7900 \
106
	GS_lp7500 \
106
	lp7500 \
107
	GS_lp2400 \
107
	lp2400 \
108
	GS_lp2200 \
108
	lp2200 \
109
	GS_lp9400 \
109
	lp9400 \
110
	GS_lp8900 \
110
	lp8900 \
111
	GS_lp8700 \
111
	lp8700 \
112
	GS_lp8100 \
112
	lp8100 \
113
	GS_lp7700 \
113
	lp7700 \
114
	GS_lp8600f \
114
	lp8600f \
115
	GS_lp8400f \
115
	lp8400f \
116
	GS_lp8300f \
116
	lp8300f \
117
	GS_lp1900 \
117
	lp1900 \
118
	GS_lp9600s \
118
	lp9600s \
119
	GS_lp9300 \
119
	lp9300 \
120
	GS_lp9600 \
120
	lp9600 \
121
	GS_lp8600 \
121
	lp8600 \
122
	GS_lp1800 \
122
	lp1800 \
123
	GS_lq850 \
123
	lq850 \
124
	GS_epsonc \
124
	epsonc \
125
	GS_mj700v2c \
125
	mj700v2c \
126
	GS_mj500c \
126
	mj500c \
127
	GS_mj6000c \
127
	mj6000c \
128
	GS_mj8000c \
128
	mj8000c \
129
	GS_st800 \
129
	st800 \
130
	GS_stcolor \
130
	stcolor \
131
	GS_photoex \
131
	photoex \
132
	GS_fmlbp \
132
	fmlbp \
133
	GS_fmpr \
133
	fmpr \
134
	GS_lp2563 \
134
	lp2563 \
135
	GS_cdnj500 \
135
	cdnj500 \
136
	GS_dnj650c \
136
	dnj650c \
137
	GS_deskjet \
137
	deskjet \
138
	GS_djet500 \
138
	djet500 \
139
	GS_cdeskjet \
139
	cdeskjet \
140
	GS_djet500c \
140
	djet500c \
141
	GS_cdjcolor \
141
	cdjcolor \
142
	GS_cdjmono \
142
	cdjmono \
143
	GS_cdj500 \
143
	cdj500 \
144
	GS_cdj550 \
144
	cdj550 \
145
	GS_dj505j \
145
	dj505j \
146
	GS_cdj670 \
146
	cdj670 \
147
	GS_cdj850 \
147
	cdj850 \
148
	GS_cdj880 \
148
	cdj880 \
149
	GS_cdj890 \
149
	cdj890 \
150
	GS_cdj1600 \
150
	cdj1600 \
151
	GS_chp2200 \
151
	chp2200 \
152
	GS_cdj970 \
152
	cdj970 \
153
	GS_laserjet \
153
	laserjet \
154
	GS_ljetplus \
154
	ljetplus \
155
	GS_ljet2p \
155
	ljet2p \
156
	GS_ljet3 \
156
	ljet3 \
157
	GS_ljet3d \
157
	ljet3d \
158
	GS_ljet4 \
158
	ljet4 \
159
	GS_ljet4d \
159
	ljet4d \
160
	GS_lj4dith \
160
	lj4dith \
161
	GS_ljet4pjl \
161
	ljet4pjl \
162
	GS_lj4dithp \
162
	lj4dithp \
163
	GS_cljet5 \
163
	cljet5 \
164
	GS_cljet5c \
164
	cljet5c \
165
	GS_cljet5pr \
165
	cljet5pr \
166
	GS_lj5mono \
166
	lj5mono \
167
	GS_lj5gray \
167
	lj5gray \
168
	GS_pj \
168
	pj \
169
	GS_pjetxl \
169
	pjetxl \
170
	GS_pjxl \
170
	pjxl \
171
	GS_paintjet \
171
	paintjet \
172
	GS_pjxl300 \
172
	pjxl300 \
173
	GS_pxlmono \
173
	pxlmono \
174
	GS_pxlcolor \
174
	pxlcolor \
175
	GS_pcl3 \
175
	pcl3 \
176
	GS_ijs \
176
	ijs \
177
	GS_ibmpro \
177
	ibmpro \
178
	GS_jetp3852 \
178
	jetp3852 \
179
	GS_imagen \
179
	imagen \
180
	GS_fs600 \
180
	fs600 \
181
	GS_lxm5700m \
181
	lxm5700m \
182
	GS_lxm3200 \
182
	lxm3200 \
183
	GS_lx5000 \
183
	lx5000 \
184
	GS_lex2050 \
184
	lex2050 \
185
	GS_lex3200 \
185
	lex3200 \
186
	GS_lex5700 \
186
	lex5700 \
187
	GS_lex7000 \
187
	lex7000 \
188
	GS_cp50 \
188
	cp50 \
189
	GS_pr1000 \
189
	pr1000 \
190
	GS_pr1000_4 \
190
	pr1000_4 \
191
	GS_pr150 \
191
	pr150 \
192
	GS_pr201 \
192
	pr201 \
193
	GS_picty180 \
193
	picty180 \
194
	GS_necp6 \
194
	necp6 \
195
	GS_npdl \
195
	npdl \
196
	GS_oce9050 \
196
	oce9050 \
197
	GS_oki182 \
197
	oki182 \
198
	GS_okiibm \
198
	okiibm \
199
	GS_ml600 \
199
	ml600 \
200
	GS_oki4w \
200
	oki4w \
201
	GS_atx23 \
201
	atx23 \
202
	GS_atx24 \
202
	atx24 \
203
	GS_atx38 \
203
	atx38 \
204
	GS_r4081 \
204
	r4081 \
205
	GS_rpdl \
205
	rpdl \
206
	GS_gdi \
206
	gdi \
207
	GS_jj100 \
207
	jj100 \
208
	GS_sj48 \
208
	sj48 \
209
	GS_t4693d2 \
209
	t4693d2 \
210
	GS_t4693d4 \
210
	t4693d4 \
211
	GS_t4693d8 \
211
	t4693d8 \
212
	GS_tek4696 \
212
	tek4696 \
213
	GS_xes \
213
	xes \
214
	GS_bmpmono \
214
	bmpmono \
215
	GS_bmpgray \
215
	bmpgray \
216
	GS_bmp16 \
216
	bmp16 \
217
	GS_bmp256 \
217
	bmp256 \
218
	GS_bmp16m \
218
	bmp16m \
219
	GS_bmp32b \
219
	bmp32b \
220
	GS_bmpsep1 \
220
	bmpsep1 \
221
	GS_bmpsep8 \
221
	bmpsep8 \
222
	GS_ccr \
222
	ccr \
223
	GS_cgmmono \
223
	cgmmono \
224
	GS_cgm8 \
224
	cgm8 \
225
	GS_cgm24 \
225
	cgm24 \
226
	GS_cif \
226
	cif \
227
	GS_dfaxhigh \
227
	dfaxhigh \
228
	GS_dfaxlow \
228
	dfaxlow \
229
	GS_xcf \
229
	xcf \
230
	GS_xcfcmyk \
230
	xcfcmyk \
231
	GS_faxg3 \
231
	faxg3 \
232
	GS_faxg32d \
232
	faxg32d \
233
	GS_faxg4 \
233
	faxg4 \
234
	GS_miff24 \
234
	miff24 \
235
	GS_inferno \
235
	inferno \
236
	GS_jpeg \
236
	jpeg \
237
	GS_jpeggray \
237
	jpeggray \
238
	GS_mag16 \
238
	mag16 \
239
	GS_mag256 \
239
	mag256 \
240
	GS_mgrmono \
240
	mgrmono \
241
	GS_mgrgray2 \
241
	mgrgray2 \
242
	GS_mgrgray4 \
242
	mgrgray4 \
243
	GS_mgrgray8 \
243
	mgrgray8 \
244
	GS_mgr4 \
244
	mgr4 \
245
	GS_mgr8 \
245
	mgr8 \
246
	GS_pcxmono \
246
	pcxmono \
247
	GS_pcxgray \
247
	pcxgray \
248
	GS_pcx16 \
248
	pcx16 \
249
	GS_pcx256 \
249
	pcx256 \
250
	GS_pcx24b \
250
	pcx24b \
251
	GS_pcxcmyk \
251
	pcxcmyk \
252
	GS_pdfwrite \
252
	pdfwrite \
253
	GS_psdrgb \
253
	psdrgb \
254
	GS_psdcmyk \
254
	psdcmyk \
255
	GS_bit \
255
	bit \
256
	GS_bitrgb \
256
	bitrgb \
257
	GS_bitcmyk \
257
	bitcmyk \
258
	GS_plan9bm \
258
	plan9bm \
259
	GS_pam \
259
	pam \
260
	GS_pbm \
260
	pbm \
261
	GS_pbmraw \
261
	pbmraw \
262
	GS_pgm \
262
	pgm \
263
	GS_pgmraw \
263
	pgmraw \
264
	GS_pgnm \
264
	pgnm \
265
	GS_pgnmraw \
265
	pgnmraw \
266
	GS_pnm \
266
	pnm \
267
	GS_pnmraw \
267
	pnmraw \
268
	GS_ppm \
268
	ppm \
269
	GS_ppmraw \
269
	ppmraw \
270
	GS_pkm \
270
	pkm \
271
	GS_pkmraw \
271
	pkmraw \
272
	GS_pksm \
272
	pksm \
273
	GS_pksmraw \
273
	pksmraw \
274
	GS_pngmono \
274
	pngmono \
275
	GS_pnggray \
275
	pnggray \
276
	GS_png16 \
276
	png16 \
277
	GS_png256 \
277
	png256 \
278
	GS_png16m \
278
	png16m \
279
	GS_pngalpha \
279
	pngalpha \
280
	GS_png48 \
280
	png48 \
281
	GS_psmono \
281
	psmono \
282
	GS_psgray \
282
	psgray \
283
	GS_psrgb \
283
	psrgb \
284
	GS_pswrite \
284
	pswrite \
285
	GS_ps2write \
285
	ps2write \
286
	GS_epswrite \
286
	epswrite \
287
	GS_cfax \
287
	cfax \
288
	GS_sgirgb \
288
	sgirgb \
289
	GS_sunhmono \
289
	sunhmono \
290
	GS_svgwrite \
290
	svgwrite \
291
	GS_tiffcrle \
291
	tiffcrle \
292
	GS_tiffg3 \
292
	tiffg3 \
293
	GS_tiffg32d \
293
	tiffg32d \
294
	GS_tiffg4 \
294
	tiffg4 \
295
	GS_tiffgray \
295
	tiffgray \
296
	GS_tiff12nc \
296
	tiff12nc \
297
	GS_tiff24nc \
297
	tiff24nc \
298
	GS_tiff32nc \
298
	tiff32nc \
299
	GS_tiffsep \
299
	tiffsep \
300
	GS_tifflzw \
300
	tifflzw \
301
	GS_tiffpack \
301
	tiffpack \
302
	GS_bbox \
302
	bbox \
303
	GS_devicen \
303
	devicen \
304
	GS_perm \
304
	perm \
305
	GS_spotcmyk \
305
	spotcmyk \
306
	GS_imdi \
306
	imdi \
307
	GS_wtsimdi \
307
	wtsimdi \
308
	GS_wtscmyk
308
	wtscmyk
309
310
OPTIONS_DEFINE+=	${ALL_OPTS:S/^/GS_/:tu}
309
311
310
OPTIONS_DEFAULT+= \
312
OPTIONS_DEFAULT+= \
311
	${OPTIONS_SVGALIB} \
313
	${OPTIONS_SVGALIB} \
312
	${OPTIONS_ICONV} \
314
	${OPTIONS_ICONV} \
313
	${OPTIONS_CAIRO} \
315
	${OPTIONS_CAIRO} \
314
	${OPTIONS_CUPS} \
316
	${OPTIONS_CUPS} \
315
	GS_display \
317
	GS_DISPLAY \
316
	GS_omni \
318
	GS_OMNI \
317
	GS_md2k \
319
	GS_MD2K \
318
	GS_md5k \
320
	GS_MD5K \
319
	GS_md50Mono \
321
	GS_MD50MONO \
320
	GS_md50Eco \
322
	GS_MD50ECO \
321
	GS_md1xMono \
323
	GS_MD1XMONO \
322
	GS_appledmp \
324
	GS_APPLEDMP \
323
	GS_iwhi \
325
	GS_IWHI \
324
	GS_iwlo \
326
	GS_IWLO \
325
	GS_iwlq \
327
	GS_IWLQ \
326
	GS_hl7x0 \
328
	GS_HL7X0 \
327
	GS_hl1240 \
329
	GS_HL1240 \
328
	GS_hl1250 \
330
	GS_HL1250 \
329
	GS_bj10e \
331
	GS_BJ10E \
330
	GS_bj10v \
332
	GS_BJ10V \
331
	GS_bj10vh \
333
	GS_BJ10VH \
332
	GS_bj200 \
334
	GS_BJ200 \
333
	GS_bjc600 \
335
	GS_BJC600 \
334
	GS_bjc800 \
336
	GS_BJC800 \
335
	GS_bjccmyk \
337
	GS_BJCCMYK \
336
	GS_bjccolor \
338
	GS_BJCCOLOR \
337
	GS_bjcgray \
339
	GS_BJCGRAY \
338
	GS_bjcmono \
340
	GS_BJCMONO \
339
	GS_lbp8 \
341
	GS_LBP8 \
340
	GS_lbp310 \
342
	GS_LBP310 \
341
	GS_lbp320 \
343
	GS_LBP320 \
342
	GS_lips2p \
344
	GS_LIPS2P \
343
	GS_lips3 \
345
	GS_LIPS3 \
344
	GS_lips4 \
346
	GS_LIPS4 \
345
	GS_bjc880j \
347
	GS_BJC880J \
346
	GS_lips4v \
348
	GS_LIPS4V \
347
	GS_m8510 \
349
	GS_M8510 \
348
	GS_coslw2p \
350
	GS_COSLW2P \
349
	GS_coslwxl \
351
	GS_COSLWXL \
350
	GS_uniprint \
352
	GS_UNIPRINT \
351
	GS_dmprt \
353
	GS_DMPRT \
352
	GS_dl2100 \
354
	GS_DL2100 \
353
	GS_la50 \
355
	GS_LA50 \
354
	GS_la70 \
356
	GS_LA70 \
355
	GS_la75 \
357
	GS_LA75 \
356
	GS_la75plus \
358
	GS_LA75PLUS \
357
	GS_ln03 \
359
	GS_LN03 \
358
	GS_lj250 \
360
	GS_LJ250 \
359
	GS_declj250 \
361
	GS_DECLJ250 \
360
	GS_ap3250 \
362
	GS_AP3250 \
361
	GS_epson \
363
	GS_EPSON \
362
	GS_eps9mid \
364
	GS_EPS9MID \
363
	GS_eps9high \
365
	GS_EPS9HIGH \
364
	GS_lp8000 \
366
	GS_LP8000 \
365
	GS_epag \
367
	GS_EPAG \
366
	GS_escpage \
368
	GS_ESCPAGE \
367
	GS_lp2000 \
369
	GS_LP2000 \
368
	GS_alc8600 \
370
	GS_ALC8600 \
369
	GS_alc8500 \
371
	GS_ALC8500 \
370
	GS_alc2000 \
372
	GS_ALC2000 \
371
	GS_alc4000 \
373
	GS_ALC4000 \
372
	GS_alc1900 \
374
	GS_ALC1900 \
373
	GS_alc4100 \
375
	GS_ALC4100 \
374
	GS_lp9800c \
376
	GS_LP9800C \
375
	GS_lp9000c \
377
	GS_LP9000C \
376
	GS_lp9500c \
378
	GS_LP9500C \
377
	GS_lp8800c \
379
	GS_LP8800C \
378
	GS_lp8300c \
380
	GS_LP8300C \
379
	GS_lp8500c \
381
	GS_LP8500C \
380
	GS_lp3000c \
382
	GS_LP3000C \
381
	GS_lp8200c \
383
	GS_LP8200C \
382
	GS_lp8000c \
384
	GS_LP8000C \
383
	GS_eplmono \
385
	GS_EPLMONO \
384
	GS_eplcolor \
386
	GS_EPLCOLOR \
385
	GS_epl6100 \
387
	GS_EPL6100 \
386
	GS_epl5900 \
388
	GS_EPL5900 \
387
	GS_epl5800 \
389
	GS_EPL5800 \
388
	GS_epl2050 \
390
	GS_EPL2050 \
389
	GS_epl2050p \
391
	GS_EPL2050P \
390
	GS_epl2120 \
392
	GS_EPL2120 \
391
	GS_epl2500 \
393
	GS_EPL2500 \
392
	GS_epl2750 \
394
	GS_EPL2750 \
393
	GS_lp9000b \
395
	GS_LP9000B \
394
	GS_lp2500 \
396
	GS_LP2500 \
395
	GS_lp9100 \
397
	GS_LP9100 \
396
	GS_lp7900 \
398
	GS_LP7900 \
397
	GS_lp7500 \
399
	GS_LP7500 \
398
	GS_lp2400 \
400
	GS_LP2400 \
399
	GS_lp2200 \
401
	GS_LP2200 \
400
	GS_lp9400 \
402
	GS_LP9400 \
401
	GS_lp8900 \
403
	GS_LP8900 \
402
	GS_lp8700 \
404
	GS_LP8700 \
403
	GS_lp8100 \
405
	GS_LP8100 \
404
	GS_lp7700 \
406
	GS_LP7700 \
405
	GS_lp8600f \
407
	GS_LP8600F \
406
	GS_lp8400f \
408
	GS_LP8400F \
407
	GS_lp8300f \
409
	GS_LP8300F \
408
	GS_lp1900 \
410
	GS_LP1900 \
409
	GS_lp9600s \
411
	GS_LP9600S \
410
	GS_lp9300 \
412
	GS_LP9300 \
411
	GS_lp9600 \
413
	GS_LP9600 \
412
	GS_lp8600 \
414
	GS_LP8600 \
413
	GS_lp1800 \
415
	GS_LP1800 \
414
	GS_lq850 \
416
	GS_LQ850 \
415
	GS_epsonc \
417
	GS_EPSONC \
416
	GS_mj700v2c \
418
	GS_MJ700V2C \
417
	GS_mj500c \
419
	GS_MJ500C \
418
	GS_mj6000c \
420
	GS_MJ6000C \
419
	GS_mj8000c \
421
	GS_MJ8000C \
420
	GS_st800 \
422
	GS_ST800 \
421
	GS_stcolor \
423
	GS_STCOLOR \
422
	GS_photoex \
424
	GS_PHOTOEX \
423
	GS_fmlbp \
425
	GS_FMLBP \
424
	GS_fmpr \
426
	GS_FMPR \
425
	GS_lp2563 \
427
	GS_LP2563 \
426
	GS_cdnj500 \
428
	GS_CDNJ500 \
427
	GS_dnj650c \
429
	GS_DNJ650C \
428
	GS_deskjet \
430
	GS_DESKJET \
429
	GS_djet500 \
431
	GS_DJET500 \
430
	GS_cdeskjet \
432
	GS_CDESKJET \
431
	GS_djet500c \
433
	GS_DJET500C \
432
	GS_cdjcolor \
434
	GS_CDJCOLOR \
433
	GS_cdjmono \
435
	GS_CDJMONO \
434
	GS_cdj500 \
436
	GS_CDJ500 \
435
	GS_cdj550 \
437
	GS_CDJ550 \
436
	GS_dj505j \
438
	GS_DJ505J \
437
	GS_cdj670 \
439
	GS_CDJ670 \
438
	GS_cdj850 \
440
	GS_CDJ850 \
439
	GS_cdj880 \
441
	GS_CDJ880 \
440
	GS_cdj890 \
442
	GS_CDJ890 \
441
	GS_cdj1600 \
443
	GS_CDJ1600 \
442
	GS_chp2200 \
444
	GS_CHP2200 \
443
	GS_cdj970 \
445
	GS_CDJ970 \
444
	GS_laserjet \
446
	GS_LASERJET \
445
	GS_ljetplus \
447
	GS_LJETPLUS \
446
	GS_ljet2p \
448
	GS_LJET2P \
447
	GS_ljet3 \
449
	GS_LJET3 \
448
	GS_ljet3d \
450
	GS_LJET3D \
449
	GS_ljet4 \
451
	GS_LJET4 \
450
	GS_ljet4d \
452
	GS_LJET4D \
451
	GS_lj4dith \
453
	GS_LJ4DITH \
452
	GS_ljet4pjl \
454
	GS_LJET4PJL \
453
	GS_lj4dithp \
455
	GS_LJ4DITHP \
454
	GS_cljet5 \
456
	GS_CLJET5 \
455
	GS_cljet5c \
457
	GS_CLJET5C \
456
	GS_cljet5pr \
458
	GS_CLJET5PR \
457
	GS_lj5mono \
459
	GS_LJ5MONO \
458
	GS_lj5gray \
460
	GS_LJ5GRAY \
459
	GS_pj \
461
	GS_PJ \
460
	GS_pjetxl \
462
	GS_PJETXL \
461
	GS_pjxl \
463
	GS_PJXL \
462
	GS_paintjet \
464
	GS_PAINTJET \
463
	GS_pjxl300 \
465
	GS_PJXL300 \
464
	GS_pxlmono \
466
	GS_PXLMONO \
465
	GS_pxlcolor \
467
	GS_PXLCOLOR \
466
	GS_pcl3 \
468
	GS_PCL3 \
467
	GS_ijs \
469
	GS_IJS \
468
	GS_ibmpro \
470
	GS_IBMPRO \
469
	GS_jetp3852 \
471
	GS_JETP3852 \
470
	GS_imagen \
472
	GS_IMAGEN \
471
	GS_fs600 \
473
	GS_FS600 \
472
	GS_lxm5700m \
474
	GS_LXM5700M \
473
	GS_lxm3200 \
475
	GS_LXM3200 \
474
	GS_lx5000 \
476
	GS_LX5000 \
475
	GS_lex2050 \
477
	GS_LEX2050 \
476
	GS_lex3200 \
478
	GS_LEX3200 \
477
	GS_lex5700 \
479
	GS_LEX5700 \
478
	GS_lex7000 \
480
	GS_LEX7000 \
479
	GS_cp50 \
481
	GS_CP50 \
480
	GS_pr1000 \
482
	GS_PR1000 \
481
	GS_pr1000_4 \
483
	GS_PR1000_4 \
482
	GS_pr150 \
484
	GS_PR150 \
483
	GS_pr201 \
485
	GS_PR201 \
484
	GS_picty180 \
486
	GS_PICTY180 \
485
	GS_necp6 \
487
	GS_NECP6 \
486
	GS_npdl \
488
	GS_NPDL \
487
	GS_oce9050 \
489
	GS_OCE9050 \
488
	GS_oki182 \
490
	GS_OKI182 \
489
	GS_okiibm \
491
	GS_OKIIBM \
490
	GS_ml600 \
492
	GS_ML600 \
491
	GS_oki4w \
493
	GS_OKI4W \
492
	GS_atx23 \
494
	GS_ATX23 \
493
	GS_atx24 \
495
	GS_ATX24 \
494
	GS_atx38 \
496
	GS_ATX38 \
495
	GS_r4081 \
497
	GS_R4081 \
496
	GS_rpdl \
498
	GS_RPDL \
497
	GS_gdi \
499
	GS_GDI \
498
	GS_jj100 \
500
	GS_JJ100 \
499
	GS_sj48 \
501
	GS_SJ48 \
500
	GS_t4693d2 \
502
	GS_T4693D2 \
501
	GS_t4693d4 \
503
	GS_T4693D4 \
502
	GS_t4693d8 \
504
	GS_T4693D8 \
503
	GS_tek4696 \
505
	GS_TEK4696 \
504
	GS_xes \
506
	GS_XES \
505
	GS_bmpmono \
507
	GS_BMPMONO \
506
	GS_bmpgray \
508
	GS_BMPGRAY \
507
	GS_bmp16 \
509
	GS_BMP16 \
508
	GS_bmp256 \
510
	GS_BMP256 \
509
	GS_bmp16m \
511
	GS_BMP16M \
510
	GS_bmp32b \
512
	GS_BMP32B \
511
	GS_bmpsep1 \
513
	GS_BMPSEP1 \
512
	GS_bmpsep8 \
514
	GS_BMPSEP8 \
513
	GS_ccr \
515
	GS_CCR \
514
	GS_cgmmono \
516
	GS_CGMMONO \
515
	GS_cgm8 \
517
	GS_CGM8 \
516
	GS_cgm24 \
518
	GS_CGM24 \
517
	GS_cif \
519
	GS_CIF \
518
	GS_dfaxhigh \
520
	GS_DFAXHIGH \
519
	GS_dfaxlow \
521
	GS_DFAXLOW \
520
	GS_xcf \
522
	GS_XCF \
521
	GS_xcfcmyk \
523
	GS_XCFCMYK \
522
	GS_faxg3 \
524
	GS_FAXG3 \
523
	GS_faxg32d \
525
	GS_FAXG32D \
524
	GS_faxg4 \
526
	GS_FAXG4 \
525
	GS_miff24 \
527
	GS_MIFF24 \
526
	GS_inferno \
528
	GS_INFERNO \
527
	GS_jpeg \
529
	GS_JPEG \
528
	GS_jpeggray \
530
	GS_JPEGGRAY \
529
	GS_mag16 \
531
	GS_MAG16 \
530
	GS_mag256 \
532
	GS_MAG256 \
531
	GS_mgrmono \
533
	GS_MGRMONO \
532
	GS_mgrgray2 \
534
	GS_MGRGRAY2 \
533
	GS_mgrgray4 \
535
	GS_MGRGRAY4 \
534
	GS_mgrgray8 \
536
	GS_MGRGRAY8 \
535
	GS_mgr4 \
537
	GS_MGR4 \
536
	GS_mgr8 \
538
	GS_MGR8 \
537
	GS_pcxmono \
539
	GS_PCXMONO \
538
	GS_pcxgray \
540
	GS_PCXGRAY \
539
	GS_pcx16 \
541
	GS_PCX16 \
540
	GS_pcx256 \
542
	GS_PCX256 \
541
	GS_pcx24b \
543
	GS_PCX24B \
542
	GS_pcxcmyk \
544
	GS_PCXCMYK \
543
	GS_pdfwrite \
545
	GS_PDFWRITE \
544
	GS_psdrgb \
546
	GS_PSDRGB \
545
	GS_psdcmyk \
547
	GS_PSDCMYK \
546
	GS_bit \
548
	GS_BIT \
547
	GS_bitrgb \
549
	GS_BITRGB \
548
	GS_bitcmyk \
550
	GS_BITCMYK \
549
	GS_plan9bm \
551
	GS_PLAN9BM \
550
	GS_pam \
552
	GS_PAM \
551
	GS_pbm \
553
	GS_PBM \
552
	GS_pbmraw \
554
	GS_PBMRAW \
553
	GS_pgm \
555
	GS_PGM \
554
	GS_pgmraw \
556
	GS_PGMRAW \
555
	GS_pgnm \
557
	GS_PGNM \
556
	GS_pgnmraw \
558
	GS_PGNMRAW \
557
	GS_pnm \
559
	GS_PNM \
558
	GS_pnmraw \
560
	GS_PNMRAW \
559
	GS_ppm \
561
	GS_PPM \
560
	GS_ppmraw \
562
	GS_PPMRAW \
561
	GS_pkm \
563
	GS_PKM \
562
	GS_pkmraw \
564
	GS_PKMRAW \
563
	GS_pksm \
565
	GS_PKSM \
564
	GS_pksmraw \
566
	GS_PKSMRAW \
565
	GS_pngmono \
567
	GS_PNGMONO \
566
	GS_pnggray \
568
	GS_PNGGRAY \
567
	GS_png16 \
569
	GS_PNG16 \
568
	GS_png256 \
570
	GS_PNG256 \
569
	GS_png16m \
571
	GS_PNG16M \
570
	GS_pngalpha \
572
	GS_PNGALPHA \
571
	GS_png48 \
573
	GS_PNG48 \
572
	GS_psmono \
574
	GS_PSMONO \
573
	GS_psgray \
575
	GS_PSGRAY \
574
	GS_psrgb \
576
	GS_PSRGB \
575
	GS_pswrite \
577
	GS_PSWRITE \
576
	GS_ps2write \
578
	GS_PS2WRITE \
577
	GS_epswrite \
579
	GS_EPSWRITE \
578
	GS_cfax \
580
	GS_CFAX \
579
	GS_sgirgb \
581
	GS_SGIRGB \
580
	GS_sunhmono \
582
	GS_SUNHMONO \
581
	GS_svgwrite \
583
	GS_SVGWRITE \
582
	GS_tiffcrle \
584
	GS_TIFFCRLE \
583
	GS_tiffg3 \
585
	GS_TIFFG3 \
584
	GS_tiffg32d \
586
	GS_TIFFG32D \
585
	GS_tiffg4 \
587
	GS_TIFFG4 \
586
	GS_tiffgray \
588
	GS_TIFFGRAY \
587
	GS_tiff12nc \
589
	GS_TIFF12NC \
588
	GS_tiff24nc \
590
	GS_TIFF24NC \
589
	GS_tiff32nc \
591
	GS_TIFF32NC \
590
	GS_tiffsep \
592
	GS_TIFFSEP \
591
	GS_tifflzw \
593
	GS_TIFFLZW \
592
	GS_tiffpack \
594
	GS_TIFFPACK \
593
	GS_bbox \
595
	GS_BBOX \
594
	GS_devicen \
596
	GS_DEVICEN \
595
	GS_perm \
597
	GS_PERM \
596
	GS_spotcmyk \
598
	GS_SPOTCMYK \
597
	GS_imdi \
599
	GS_IMDI \
598
	GS_wtsimdi \
600
	GS_WTSIMDI \
599
	GS_wtscmyk
601
	GS_WTSCMYK
600
602
601
GS_lvga256_DESC=	D: SVGAlib, 256-color VGA modes
603
GS_LVGA256_DESC=	D: SVGAlib, 256-color VGA modes
602
GS_vgalib_DESC=		D: SVGAlib, 16-color VGA modes
604
GS_VGALIB_DESC=		D: SVGAlib, 16-color VGA modes
603
GS_oprp_DESC=		D: OpenPrinting Raster driver interface
605
GS_OPRP_DESC=		D: OpenPrinting Raster driver interface
604
GS_opvp_DESC=		D: OpenPrinting Vecter driver interface
606
GS_OPVP_DESC=		D: OpenPrinting Vecter driver interface
605
GS_cairo_DESC=		D: cairo driver for PDF, SVG, EPS or PNG files
607
GS_CAIRO_DESC=		D: cairo driver for PDF, SVG, EPS or PNG files
606
GS_cups_DESC=		D: CUPS driver
608
GS_CUPS_DESC=		D: CUPS driver
607
GS_display_DESC=	D: display device for GS shared library
609
GS_DISPLAY_DESC=	D: display device for GS shared library
608
GS_omni_DESC=		D: Omni driver
610
GS_OMNI_DESC=		D: Omni driver
609
GS_md2k_DESC=		D: ALPS MD-2000/2010/4000/1300/1500/5000
611
GS_MD2K_DESC=		D: ALPS MD-2000/2010/4000/1300/1500/5000
610
GS_md5k_DESC=		D: ALPS MD-5000 Eco Mode
612
GS_MD5K_DESC=		D: ALPS MD-5000 Eco Mode
611
GS_md50Mono_DESC=	D: ALPS MD-5000 Monochrome
613
GS_MD50MONO_DESC=	D: ALPS MD-5000 Monochrome
612
GS_md50Eco_DESC=	D: ALPS MD-5000 Eco Mode
614
GS_MD50ECO_DESC=	D: ALPS MD-5000 Eco Mode
613
GS_md1xMono_DESC=	D: ALPS MD-1x00 Monochrome
615
GS_MD1XMONO_DESC=	D: ALPS MD-1x00 Monochrome
614
GS_appledmp_DESC=	D: Apple Dot Matrix Printer/Imagewriter
616
GS_APPLEDMP_DESC=	D: Apple Dot Matrix Printer/Imagewriter
615
GS_iwhi_DESC=		D: Apple Imagewriter, high-resolution mode
617
GS_IWHI_DESC=		D: Apple Imagewriter, high-resolution mode
616
GS_iwlo_DESC=		D: Apple Imagewriter, low-resolution mode
618
GS_IWLO_DESC=		D: Apple Imagewriter, low-resolution mode
617
GS_iwlq_DESC=		D: Apple Imagewriter LQ in 320x216dpi mode
619
GS_IWLQ_DESC=		D: Apple Imagewriter LQ in 320x216dpi mode
618
GS_hl7x0_DESC=		D: Brother HL-720/730/760(=PCL), MFC6550MC
620
GS_HL7X0_DESC=		D: Brother HL-720/730/760(=PCL), MFC6550MC
619
GS_hl1240_DESC=		D: Brother HL-1030/1240
621
GS_HL1240_DESC=		D: Brother HL-1030/1240
620
GS_hl1250_DESC=		D: Brother HL-1050/1070/1250/1270N
622
GS_HL1250_DESC=		D: Brother HL-1050/1070/1250/1270N
621
GS_bj10e_DESC=		D: Canon BJ-10e
623
GS_BJ10E_DESC=		D: Canon BJ-10e
622
GS_bj10v_DESC=		D: Canon BJ-10v
624
GS_BJ10V_DESC=		D: Canon BJ-10v
623
GS_bj10vh_DESC=		D: Canon BJ-10v, high-mergin
625
GS_BJ10VH_DESC=		D: Canon BJ-10v, high-mergin
624
GS_bj200_DESC=		D: Canon BJ-200/BJC-240(mono)
626
GS_BJ200_DESC=		D: Canon BJ-200/BJC-240(mono)
625
GS_bjc600_DESC=		D: Canon BJC-600/4xxx/70, StyleWriter 2x00
627
GS_BJC600_DESC=		D: Canon BJC-600/4xxx/70, StyleWriter 2x00
626
GS_bjc800_DESC=		D: Canon BJC-240/800
628
GS_BJC800_DESC=		D: Canon BJC-240/800
627
GS_bjccmyk_DESC=	D: Canon BJC-210/240/250/265/1000
629
GS_BJCCMYK_DESC=	D: Canon BJC-210/240/250/265/1000
628
GS_bjccolor_DESC=	D: Canon BJC-210/240/250/265/1000 truecolor
630
GS_BJCCOLOR_DESC=	D: Canon BJC-210/240/250/265/1000 truecolor
629
GS_bjcgray_DESC=	D: Canon BJC-210/240/250/265/1000 grayscale
631
GS_BJCGRAY_DESC=	D: Canon BJC-210/240/250/265/1000 grayscale
630
GS_bjcmono_DESC=	D: Canon BJC-210/240/250/265/1000 monochrome
632
GS_BJCMONO_DESC=	D: Canon BJC-210/240/250/265/1000 monochrome
631
GS_lbp8_DESC=		D: Canon LBP-8II
633
GS_LBP8_DESC=		D: Canon LBP-8II
632
GS_lbp310_DESC=		D: Canon LBP-310
634
GS_LBP310_DESC=		D: Canon LBP-310
633
GS_lbp320_DESC=		D: Canon LBP-320 Pro/LBP-350
635
GS_LBP320_DESC=		D: Canon LBP-320 Pro/LBP-350
634
GS_lips2p_DESC=		D: Canon LIPS II+
636
GS_LIPS2P_DESC=		D: Canon LIPS II+
635
GS_lips3_DESC=		D: Canon LIPS III
637
GS_LIPS3_DESC=		D: Canon LIPS III
636
GS_lips4_DESC=		D: Canon LIPS IV
638
GS_LIPS4_DESC=		D: Canon LIPS IV
637
GS_bjc880j_DESC=	D: Canon LIPS IVc, BJC-680J/880J
639
GS_BJC880J_DESC=	D: Canon LIPS IVc, BJC-680J/880J
638
GS_lips4v_DESC=		D: Canon LIPS IV, vector output mode
640
GS_LIPS4V_DESC=		D: Canon LIPS IV, vector output mode
639
GS_m8510_DESC=		D: C.Itoh M8510 printer
641
GS_M8510_DESC=		D: C.Itoh M8510 printer
640
GS_coslw2p_DESC=	D: CoStar LabelWriter II II/Plus
642
GS_COSLW2P_DESC=	D: CoStar LabelWriter II II/Plus
641
GS_coslwxl_DESC=	D: CoStar LabelWriter XL
643
GS_COSLWXL_DESC=	D: CoStar LabelWriter XL
642
GS_uniprint_DESC=	D: Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X
644
GS_UNIPRINT_DESC=	D: Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X
643
GS_dmprt_DESC=		D: Configurable dot matrix printer driver
645
GS_DMPRT_DESC=		D: Configurable dot matrix printer driver
644
GS_dl2100_DESC=		D: DEC DL2100
646
GS_DL2100_DESC=		D: DEC DL2100
645
GS_la50_DESC=		D: DEC LA50
647
GS_LA50_DESC=		D: DEC LA50
646
GS_la70_DESC=		D: DEC LA70
648
GS_LA70_DESC=		D: DEC LA70
647
GS_la75_DESC=		D: DEC LA75
649
GS_LA75_DESC=		D: DEC LA75
648
GS_la75plus_DESC=	D: DEC LA75+
650
GS_LA75PLUS_DESC=	D: DEC LA75+
649
GS_ln03_DESC=		D: DEC LN03
651
GS_LN03_DESC=		D: DEC LN03
650
GS_lj250_DESC=		D: DEC LJ250 Companion color printer
652
GS_LJ250_DESC=		D: DEC LJ250 Companion color printer
651
GS_declj250_DESC=	D: DEC LJ250 driver (alternate)
653
GS_DECLJ250_DESC=	D: DEC LJ250 driver (alternate)
652
GS_ap3250_DESC=		D: Epson ActionPrinter 3250
654
GS_AP3250_DESC=		D: Epson ActionPrinter 3250
653
GS_epson_DESC=		D: Epson dot matrix, 9/24-pin
655
GS_EPSON_DESC=		D: Epson dot matrix, 9/24-pin
654
GS_eps9mid_DESC=	D: Epson 9-pin, interleaved lines, medium res
656
GS_EPS9MID_DESC=	D: Epson 9-pin, interleaved lines, medium res
655
GS_eps9high_DESC=	D: Epson 9-pin, interleaved lines, triple res
657
GS_EPS9HIGH_DESC=	D: Epson 9-pin, interleaved lines, triple res
656
GS_lp8000_DESC=		D: Epson LP-8000 line printer
658
GS_LP8000_DESC=		D: Epson LP-8000 line printer
657
GS_epag_DESC=		D: Epson ESC/Page laser printer (generic)
659
GS_EPAG_DESC=		D: Epson ESC/Page laser printer (generic)
658
GS_escpage_DESC=	D: Epson ESC/Page laser printer (generic)
660
GS_ESCPAGE_DESC=	D: Epson ESC/Page laser printer (generic)
659
GS_lp2000_DESC=		D: Epson LP-2000/3000/7000/7000G laser printer
661
GS_LP2000_DESC=		D: Epson LP-2000/3000/7000/7000G laser printer
660
GS_alc8600_DESC=	D: Epson AL-C8600 color laser printer
662
GS_ALC8600_DESC=	D: Epson AL-C8600 color laser printer
661
GS_alc8500_DESC=	D: Epson AL-C8500 color laser printer
663
GS_ALC8500_DESC=	D: Epson AL-C8500 color laser printer
662
GS_alc2000_DESC=	D: Epson AL-C2000 color laser printer
664
GS_ALC2000_DESC=	D: Epson AL-C2000 color laser printer
663
GS_alc4000_DESC=	D: Epson AL-C4000 color laser printer
665
GS_ALC4000_DESC=	D: Epson AL-C4000 color laser printer
664
GS_alc1900_DESC=	D: Epson AL-C1900 color laser printer
666
GS_ALC1900_DESC=	D: Epson AL-C1900 color laser printer
665
GS_alc4100_DESC=	D: Epson AL-C4100 color laser printer
667
GS_ALC4100_DESC=	D: Epson AL-C4100 color laser printer
666
GS_lp9800c_DESC=	D: Epson LP-9800C color laser printer
668
GS_LP9800C_DESC=	D: Epson LP-9800C color laser printer
667
GS_lp9000c_DESC=	D: Epson LP-9000C color laser printer
669
GS_LP9000C_DESC=	D: Epson LP-9000C color laser printer
668
GS_lp9500c_DESC=	D: Epson LP-9500C color laser printer
670
GS_LP9500C_DESC=	D: Epson LP-9500C color laser printer
669
GS_lp8800c_DESC=	D: Epson LP-8800C color laser printer
671
GS_LP8800C_DESC=	D: Epson LP-8800C color laser printer
670
GS_lp8300c_DESC=	D: Epson LP-8300C color laser printer
672
GS_LP8300C_DESC=	D: Epson LP-8300C color laser printer
671
GS_lp8500c_DESC=	D: Epson LP-8500C color laser printer
673
GS_LP8500C_DESC=	D: Epson LP-8500C color laser printer
672
GS_lp3000c_DESC=	D: Epson LP-3000C color laser printer
674
GS_LP3000C_DESC=	D: Epson LP-3000C color laser printer
673
GS_lp8200c_DESC=	D: Epson LP-8200C color laser printer
675
GS_LP8200C_DESC=	D: Epson LP-8200C color laser printer
674
GS_lp8000c_DESC=	D: Epson LP-8000C color laser printer
676
GS_LP8000C_DESC=	D: Epson LP-8000C color laser printer
675
GS_eplmono_DESC=	D: Epson Esc/Page Generic driver, mono
677
GS_EPLMONO_DESC=	D: Epson Esc/Page Generic driver, mono
676
GS_eplcolor_DESC=	D: Epson Esc/Page Generic driver, color
678
GS_EPLCOLOR_DESC=	D: Epson Esc/Page Generic driver, color
677
GS_epl6100_DESC=	D: Epson EPL-6100 laser printer
679
GS_EPL6100_DESC=	D: Epson EPL-6100 laser printer
678
GS_epl5900_DESC=	D: Epson EPL-5900 laser printer
680
GS_EPL5900_DESC=	D: Epson EPL-5900 laser printer
679
GS_epl5800_DESC=	D: Epson EPL-5800 laser printer
681
GS_EPL5800_DESC=	D: Epson EPL-5800 laser printer
680
GS_epl2050_DESC=	D: Epson EPL-N2050 laser printer
682
GS_EPL2050_DESC=	D: Epson EPL-N2050 laser printer
681
GS_epl2050p_DESC=	D: Epson EPL-N2050+ laser printer
683
GS_EPL2050P_DESC=	D: Epson EPL-N2050+ laser printer
682
GS_epl2120_DESC=	D: Epson EPL-N2120 laser printer
684
GS_EPL2120_DESC=	D: Epson EPL-N2120 laser printer
683
GS_epl2500_DESC=	D: Epson EPL-N2500 laser printer
685
GS_EPL2500_DESC=	D: Epson EPL-N2500 laser printer
684
GS_epl2750_DESC=	D: Epson EPL-N2750 laser printer
686
GS_EPL2750_DESC=	D: Epson EPL-N2750 laser printer
685
GS_lp9000b_DESC=	D: Epson LP-9000B laser printer
687
GS_LP9000B_DESC=	D: Epson LP-9000B laser printer
686
GS_lp2500_DESC=		D: Epson LP-2500 laser printer
688
GS_LP2500_DESC=		D: Epson LP-2500 laser printer
687
GS_lp9100_DESC=		D: Epson LP-9100(R) laser printer
689
GS_LP9100_DESC=		D: Epson LP-9100(R) laser printer
688
GS_lp7900_DESC=		D: Epson LP-7900(R) laser printer
690
GS_LP7900_DESC=		D: Epson LP-7900(R) laser printer
689
GS_lp7500_DESC=		D: Epson LP-7500(R) laser printer
691
GS_LP7500_DESC=		D: Epson LP-7500(R) laser printer
690
GS_lp2400_DESC=		D: Epson LP-2400 laser printer
692
GS_LP2400_DESC=		D: Epson LP-2400 laser printer
691
GS_lp2200_DESC=		D: Epson LP-2200 laser printer
693
GS_LP2200_DESC=		D: Epson LP-2200 laser printer
692
GS_lp9400_DESC=		D: Epson LP-9400(R) laser printer
694
GS_LP9400_DESC=		D: Epson LP-9400(R) laser printer
693
GS_lp8900_DESC=		D: Epson LP-8900(R) laser printer
695
GS_LP8900_DESC=		D: Epson LP-8900(R) laser printer
694
GS_lp8700_DESC=		D: Epson LP-8700(R) laser printer
696
GS_LP8700_DESC=		D: Epson LP-8700(R) laser printer
695
GS_lp8100_DESC=		D: Epson LP-8100(R) laser printer
697
GS_LP8100_DESC=		D: Epson LP-8100(R) laser printer
696
GS_lp7700_DESC=		D: Epson LP-7700(R) laser printer
698
GS_LP7700_DESC=		D: Epson LP-7700(R) laser printer
697
GS_lp8600f_DESC=	D: Epson LP-8600FX(N) laser printer
699
GS_LP8600F_DESC=	D: Epson LP-8600FX(N) laser printer
698
GS_lp8400f_DESC=	D: Epson LP-8400FX(N) laser printer
700
GS_LP8400F_DESC=	D: Epson LP-8400FX(N) laser printer
699
GS_lp8300f_DESC=	D: Epson LP-8300F laser printer
701
GS_LP8300F_DESC=	D: Epson LP-8300F laser printer
700
GS_lp1900_DESC=		D: Epson LP-1900(N) laser printer
702
GS_LP1900_DESC=		D: Epson LP-1900(N) laser printer
701
GS_lp9600s_DESC=	D: Epson LP-9600S laser printer
703
GS_LP9600S_DESC=	D: Epson LP-9600S laser printer
702
GS_lp9300_DESC=		D: Epson LP-9300 laser printer
704
GS_LP9300_DESC=		D: Epson LP-9300 laser printer
703
GS_lp9600_DESC=		D: Epson LP-9600 laser printer
705
GS_LP9600_DESC=		D: Epson LP-9600 laser printer
704
GS_lp8600_DESC=		D: Epson LP-8600FX(N) laser printer
706
GS_LP8600_DESC=		D: Epson LP-8600FX(N) laser printer
705
GS_lp1800_DESC=		D: Epson LP-1800 laser printer
707
GS_LP1800_DESC=		D: Epson LP-1800 laser printer
706
GS_lq850_DESC=		D: Epson LQ-850 (360x360, emul on Canon BJ300)
708
GS_LQ850_DESC=		D: Epson LQ-850 (360x360, emul on Canon BJ300)
707
GS_epsonc_DESC=		D: Epson LQ-2550, Fujitsu 3400/2400/1200 color
709
GS_EPSONC_DESC=		D: Epson LQ-2550, Fujitsu 3400/2400/1200 color
708
GS_mj700v2c_DESC=	D: Epson MachJet series, CMYK
710
GS_MJ700V2C_DESC=	D: Epson MachJet series, CMYK
709
GS_mj500c_DESC=		D: Epson MachJet MJ-500C 360dpi, CMY/mono
711
GS_MJ500C_DESC=		D: Epson MachJet MJ-500C 360dpi, CMY/mono
710
GS_mj6000c_DESC=	D: Epson MachJet MJ-830C/930C/6000C
712
GS_MJ6000C_DESC=	D: Epson MachJet MJ-830C/930C/6000C
711
GS_mj8000c_DESC=	D: Epson MachJet MJ-8000C
713
GS_MJ8000C_DESC=	D: Epson MachJet MJ-8000C
712
GS_st800_DESC=		D: Epson Stylus 800 printer
714
GS_ST800_DESC=		D: Epson Stylus 800 printer
713
GS_stcolor_DESC=	D: Epson Stylus Color and II/IIs/1500
715
GS_STCOLOR_DESC=	D: Epson Stylus Color and II/IIs/1500
714
GS_photoex_DESC=	D: Epson Stylus Color Photo/Photo EX/Photo 700
716
GS_PHOTOEX_DESC=	D: Epson Stylus Color Photo/Photo EX/Photo 700
715
GS_fmlbp_DESC=		D: Fujitsu contrib2xx Page Printer
717
GS_FMLBP_DESC=		D: Fujitsu contrib2xx Page Printer
716
GS_fmpr_DESC=		D: Fujitsu contrib
718
GS_FMPR_DESC=		D: Fujitsu contrib
717
GS_lp2563_DESC=		D: HP 2563B line printer
719
GS_LP2563_DESC=		D: HP 2563B line printer
718
GS_cdnj500_DESC=	D: HP DesignJet 500
720
GS_CDNJ500_DESC=	D: HP DesignJet 500
719
GS_dnj650c_DESC=	D: HP DesignJet 650C
721
GS_DNJ650C_DESC=	D: HP DesignJet 650C
720
GS_deskjet_DESC=	D: HP DeskJet and DeskJet Plus
722
GS_DESKJET_DESC=	D: HP DeskJet and DeskJet Plus
721
GS_djet500_DESC=	D: HP DeskJet 500 (for DeskJet 600 use -r600)
723
GS_DJET500_DESC=	D: HP DeskJet 500 (for DeskJet 600 use -r600)
722
GS_cdeskjet_DESC=	D: HP DeskJet 500C (1b/px)
724
GS_CDESKJET_DESC=	D: HP DeskJet 500C (1b/px)
723
GS_djet500c_DESC=	D: HP DeskJet 500C (alternative)
725
GS_DJET500C_DESC=	D: HP DeskJet 500C (alternative)
724
GS_cdjcolor_DESC=	D: HP DeskJet 500C/540C (24b/px)
726
GS_CDJCOLOR_DESC=	D: HP DeskJet 500C/540C (24b/px)
725
GS_cdjmono_DESC=	D: HP DeskJet 500/510/520/540C (mono)
727
GS_CDJMONO_DESC=	D: HP DeskJet 500/510/520/540C (mono)
726
GS_cdj500_DESC=		D: HP DeskJet 500/540C (same as cdjcolor)
728
GS_CDJ500_DESC=		D: HP DeskJet 500/540C (same as cdjcolor)
727
GS_cdj550_DESC=		D: HP DeskJet 550C/560C/660C/660Cse
729
GS_CDJ550_DESC=		D: HP DeskJet 550C/560C/660C/660Cse
728
GS_dj505j_DESC=		D: HP DeskJet 505J
730
GS_DJ505J_DESC=		D: HP DeskJet 505J
729
GS_cdj670_DESC=		D: HP DeskJet 670/690
731
GS_CDJ670_DESC=		D: HP DeskJet 670/690
730
GS_cdj850_DESC=		D: HP DeskJet 850/855/870/1100
732
GS_CDJ850_DESC=		D: HP DeskJet 850/855/870/1100
731
GS_cdj880_DESC=		D: HP DeskJet 880
733
GS_CDJ880_DESC=		D: HP DeskJet 880
732
GS_cdj890_DESC=		D: HP DeskJet 890
734
GS_CDJ890_DESC=		D: HP DeskJet 890
733
GS_cdj1600_DESC=	D: HP DeskJet 1600
735
GS_CDJ1600_DESC=	D: HP DeskJet 1600
734
GS_chp2200_DESC=	D: HP Business Inkjet 2200
736
GS_CHP2200_DESC=	D: HP Business Inkjet 2200
735
GS_cdj970_DESC=		D: HP DeskJet 970CXi
737
GS_CDJ970_DESC=		D: HP DeskJet 970CXi
736
GS_laserjet_DESC=	D: HP LaserJet
738
GS_LASERJET_DESC=	D: HP LaserJet
737
GS_ljetplus_DESC=	D: HP LaserJet Plus
739
GS_LJETPLUS_DESC=	D: HP LaserJet Plus
738
GS_ljet2p_DESC=		D: HP LaserJet IId/IIp/III* (TIFF compression)
740
GS_LJET2P_DESC=		D: HP LaserJet IId/IIp/III* (TIFF compression)
739
GS_ljet3_DESC=		D: HP LaserJet III* (Delta Row compression)
741
GS_LJET3_DESC=		D: HP LaserJet III* (Delta Row compression)
740
GS_ljet3d_DESC=		D: HP LaserJet IIID (duplex capability)
742
GS_LJET3D_DESC=		D: HP LaserJet IIID (duplex capability)
741
GS_ljet4_DESC=		D: HP LaserJet 4/5L/5P (not real LJ5), 600dpi
743
GS_LJET4_DESC=		D: HP LaserJet 4/5L/5P (not real LJ5), 600dpi
742
GS_ljet4d_DESC=		D: HP LaserJet 4 (duplex + 600dpi)
744
GS_LJET4D_DESC=		D: HP LaserJet 4 (duplex + 600dpi)
743
GS_lj4dith_DESC=	D: HP LaserJet 4 (Floyd-Steinberg dithering)
745
GS_LJ4DITH_DESC=	D: HP LaserJet 4 (Floyd-Steinberg dithering)
744
GS_ljet4pjl_DESC=	D: HP LaserJet 4V/4LJ Pro
746
GS_LJET4PJL_DESC=	D: HP LaserJet 4V/4LJ Pro
745
GS_lj4dithp_DESC=	D: HP LaserJet 4V/4LJ Pro (dithering)
747
GS_LJ4DITHP_DESC=	D: HP LaserJet 4V/4LJ Pro (dithering)
746
GS_cljet5_DESC=		D: HP LaserJet 5/5M Color (new)
748
GS_CLJET5_DESC=		D: HP LaserJet 5/5M Color (new)
747
GS_cljet5c_DESC=	D: HP LaserJet 5/5M Color Simple
749
GS_CLJET5C_DESC=	D: HP LaserJet 5/5M Color Simple
748
GS_cljet5pr_DESC=	D: HP LaserJet 5/5M Color (old)
750
GS_CLJET5PR_DESC=	D: HP LaserJet 5/5M Color (old)
749
GS_lj5mono_DESC=	D: HP LaserJet 5/6 (PCL5/PCL XL), bitmap
751
GS_LJ5MONO_DESC=	D: HP LaserJet 5/6 (PCL5/PCL XL), bitmap
750
GS_lj5gray_DESC=	D: HP LaserJet 5/6 gray-scale bitmap
752
GS_LJ5GRAY_DESC=	D: HP LaserJet 5/6 gray-scale bitmap
751
GS_pj_DESC=		D: HP PaintJet XL driver
753
GS_PJ_DESC=		D: HP PaintJet XL driver
752
GS_pjetxl_DESC=		D: HP PaintJet XL driver (alternate)
754
GS_PJETXL_DESC=		D: HP PaintJet XL driver (alternate)
753
GS_pjxl_DESC=		D: HP PaintJet XL color printer
755
GS_PJXL_DESC=		D: HP PaintJet XL color printer
754
GS_paintjet_DESC=	D: HP PaintJet color printer (alternate)
756
GS_PAINTJET_DESC=	D: HP PaintJet color printer (alternate)
755
GS_pjxl300_DESC=	D: HP PaintJet XL300, DeskJet 1200C, CopyJet
757
GS_PJXL300_DESC=	D: HP PaintJet XL300, DeskJet 1200C, CopyJet
756
GS_pxlmono_DESC=	D: HP PCL XL mono (LaserJet 5/6 family)
758
GS_PXLMONO_DESC=	D: HP PCL XL mono (LaserJet 5/6 family)
757
GS_pxlcolor_DESC=	D: HP PCL XL color (Color LaserJet 4500/5000)
759
GS_PXLCOLOR_DESC=	D: HP PCL XL color (Color LaserJet 4500/5000)
758
GS_pcl3_DESC=		D: HP PCL 3+ (generic)
760
GS_PCL3_DESC=		D: HP PCL 3+ (generic)
759
GS_ijs_DESC=		D: HP Inkjet and other raster devices
761
GS_IJS_DESC=		D: HP Inkjet and other raster devices
760
GS_ibmpro_DESC=		D: IBM 9-pin Proprinter
762
GS_IBMPRO_DESC=		D: IBM 9-pin Proprinter
761
GS_jetp3852_DESC=	D: IBM Jetprinter ink-jet color (Model \#3852)
763
GS_JETP3852_DESC=	D: IBM Jetprinter ink-jet color (Model \#3852)
762
GS_imagen_DESC=		D: Imagen ImPress printers
764
GS_IMAGEN_DESC=		D: Imagen ImPress printers
763
GS_fs600_DESC=		D: Kyocera FS-600 (600 dpi)
765
GS_FS600_DESC=		D: Kyocera FS-600 (600 dpi)
764
GS_lxm5700m_DESC=	D: Lexmark 5700 monotone
766
GS_LXM5700M_DESC=	D: Lexmark 5700 monotone
765
GS_lxm3200_DESC=	D: Lexmark 3200/Z12/Z22/Z31/Z32
767
GS_LXM3200_DESC=	D: Lexmark 3200/Z12/Z22/Z31/Z32
766
GS_lx5000_DESC=		D: Lexmark 5000/Z51/Z82
768
GS_LX5000_DESC=		D: Lexmark 5000/Z51/Z82
767
GS_lex2050_DESC=	D: Lexmark 2050
769
GS_LEX2050_DESC=	D: Lexmark 2050
768
GS_lex3200_DESC=	D: Lexmark 3200
770
GS_LEX3200_DESC=	D: Lexmark 3200
769
GS_lex5700_DESC=	D: Lexmark 5700
771
GS_LEX5700_DESC=	D: Lexmark 5700
770
GS_lex7000_DESC=	D: Lexmark 7000
772
GS_LEX7000_DESC=	D: Lexmark 7000
771
GS_cp50_DESC=		D: Mitsubishi CP50 color
773
GS_CP50_DESC=		D: Mitsubishi CP50 color
772
GS_pr1000_DESC=		D: NEC PC-PR 1000
774
GS_PR1000_DESC=		D: NEC PC-PR 1000
773
GS_pr1000_4_DESC=	D: NEC PC-PR 1000/4
775
GS_PR1000_4_DESC=	D: NEC PC-PR 1000/4
774
GS_pr150_DESC=		D: NEC PC-PR 150
776
GS_PR150_DESC=		D: NEC PC-PR 150
775
GS_pr201_DESC=		D: NEC PC-PR 201
777
GS_PR201_DESC=		D: NEC PC-PR 201
776
GS_picty180_DESC=	D: NEC PICTY 180 (PC-PR101J/180)
778
GS_PICTY180_DESC=	D: NEC PICTY 180 (PC-PR101J/180)
777
GS_necp6_DESC=		D: NEC PinWriter P6/P6+/P60 (360x360)
779
GS_NECP6_DESC=		D: NEC PinWriter P6/P6+/P60 (360x360)
778
GS_npdl_DESC=		D: NEC Printer Description Language
780
GS_NPDL_DESC=		D: NEC Printer Description Language
779
GS_oce9050_DESC=	D: OCE 9050 printer
781
GS_OCE9050_DESC=	D: OCE 9050 printer
780
GS_oki182_DESC=		D: Okidata MicroLine 182
782
GS_OKI182_DESC=		D: Okidata MicroLine 182
781
GS_okiibm_DESC=		D: Okidata MicroLine IBM-compatible printers
783
GS_OKIIBM_DESC=		D: Okidata MicroLine IBM-compatible printers
782
GS_ml600_DESC=		D: Okidata Microline 600CL/620CL
784
GS_ML600_DESC=		D: Okidata Microline 600CL/620CL
783
GS_oki4w_DESC=		D: Okidata OkiPage 4w+
785
GS_OKI4W_DESC=		D: Okidata OkiPage 4w+
784
GS_atx23_DESC=		D: Practical Automation ATX-23
786
GS_ATX23_DESC=		D: Practical Automation ATX-23
785
GS_atx24_DESC=		D: Practical Automation ATX-24
787
GS_ATX24_DESC=		D: Practical Automation ATX-24
786
GS_atx38_DESC=		D: Practical Automation ATX-38
788
GS_ATX38_DESC=		D: Practical Automation ATX-38
787
GS_r4081_DESC=		D: Ricoh 4081 laser printer
789
GS_R4081_DESC=		D: Ricoh 4081 laser printer
788
GS_rpdl_DESC=		D: Ricoh Printer Description Language
790
GS_RPDL_DESC=		D: Ricoh Printer Description Language
789
GS_gdi_DESC=		D: Samsung SmartGDI laser printer
791
GS_GDI_DESC=		D: Samsung SmartGDI laser printer
790
GS_jj100_DESC=		D: Star JJ-100
792
GS_JJ100_DESC=		D: Star JJ-100
791
GS_sj48_DESC=		D: StarJet 48 inkjet printer
793
GS_SJ48_DESC=		D: StarJet 48 inkjet printer
792
GS_t4693d2_DESC=	D: Tektronix 4693d color, 2b/RGB
794
GS_T4693D2_DESC=	D: Tektronix 4693d color, 2b/RGB
793
GS_t4693d4_DESC=	D: Tektronix 4693d color, 4b/RGB
795
GS_T4693D4_DESC=	D: Tektronix 4693d color, 4b/RGB
794
GS_t4693d8_DESC=	D: Tektronix 4693d color, 8b/RGB
796
GS_T4693D8_DESC=	D: Tektronix 4693d color, 8b/RGB
795
GS_tek4696_DESC=	D: Tektronix 4695/4696 inkjet plotter
797
GS_TEK4696_DESC=	D: Tektronix 4695/4696 inkjet plotter
796
GS_xes_DESC=		D: Xerox XES (2700, 3700, 4045, etc.)
798
GS_XES_DESC=		D: Xerox XES (2700, 3700, 4045, etc.)
797
GS_bmpmono_DESC=	D: BMP Monochrome
799
GS_BMPMONO_DESC=	D: BMP Monochrome
798
GS_bmpgray_DESC=	D: BMP 8-bit gray
800
GS_BMPGRAY_DESC=	D: BMP 8-bit gray
799
GS_bmp16_DESC=		D: BMP 4-bit EGA/VGA
801
GS_BMP16_DESC=		D: BMP 4-bit EGA/VGA
800
GS_bmp256_DESC=		D: BMP 8-bit 256-color
802
GS_BMP256_DESC=		D: BMP 8-bit 256-color
801
GS_bmp16m_DESC=		D: BMP 24-bit
803
GS_BMP16M_DESC=		D: BMP 24-bit
802
GS_bmp32b_DESC=		D: BMP 32-bit pseudo-.BMP
804
GS_BMP32B_DESC=		D: BMP 32-bit pseudo-.BMP
803
GS_bmpsep1_DESC=	D: BMP Separated 1-bit CMYK
805
GS_BMPSEP1_DESC=	D: BMP Separated 1-bit CMYK
804
GS_bmpsep8_DESC=	D: BMP Separated 8-bit CMYK
806
GS_BMPSEP8_DESC=	D: BMP Separated 8-bit CMYK
805
GS_ccr_DESC=		D: CalComp Raster format
807
GS_CCR_DESC=		D: CalComp Raster format
806
GS_cgmmono_DESC=	D: CGM Monochrome -- LOW LEVEL OUTPUT ONLY
808
GS_CGMMONO_DESC=	D: CGM Monochrome -- LOW LEVEL OUTPUT ONLY
807
GS_cgm8_DESC=		D: CGM 8-bit 256-color -- DITTO
809
GS_CGM8_DESC=		D: CGM 8-bit 256-color -- DITTO
808
GS_cgm24_DESC=		D: CGM 24-bit color -- DITTO
810
GS_CGM24_DESC=		D: CGM 24-bit color -- DITTO
809
GS_cif_DESC=		D: CIF file format for VLSI
811
GS_CIF_DESC=		D: CIF file format for VLSI
810
GS_dfaxhigh_DESC=	D: DigiBoard, DigiFAX (high res)
812
GS_DFAXHIGH_DESC=	D: DigiBoard, DigiFAX (high res)
811
GS_dfaxlow_DESC=	D: DigiFAX (normal res)
813
GS_DFAXLOW_DESC=	D: DigiFAX (normal res)
812
GS_xcf_DESC=		D: Gimp XCF, RGB
814
GS_XCF_DESC=		D: Gimp XCF, RGB
813
GS_xcfcmyk_DESC=	D: Gimp XCF, CMYK
815
GS_XCFCMYK_DESC=	D: Gimp XCF, CMYK
814
GS_faxg3_DESC=		D: Group 3 FAX (EOL + no header/EOD)
816
GS_FAXG3_DESC=		D: Group 3 FAX (EOL + no header/EOD)
815
GS_faxg32d_DESC=	D: Group 3 2-D FAX (EOL + no header/EOD)
817
GS_FAXG32D_DESC=	D: Group 3 2-D FAX (EOL + no header/EOD)
816
GS_faxg4_DESC=		D: Group 4 FAX (EOL + no header/EOD)
818
GS_FAXG4_DESC=		D: Group 4 FAX (EOL + no header/EOD)
817
GS_miff24_DESC=		D: ImageMagick MIFF, 24-bit direct color, RLE
819
GS_MIFF24_DESC=		D: ImageMagick MIFF, 24-bit direct color, RLE
818
GS_inferno_DESC=	D: Inferno bitmaps
820
GS_INFERNO_DESC=	D: Inferno bitmaps
819
GS_jpeg_DESC=		D: JPEG format, RGB output
821
GS_JPEG_DESC=		D: JPEG format, RGB output
820
GS_jpeggray_DESC=	D: JPEG format, gray output
822
GS_JPEGGRAY_DESC=	D: JPEG format, gray output
821
GS_mag16_DESC=		D: MAG format, 16-color
823
GS_MAG16_DESC=		D: MAG format, 16-color
822
GS_mag256_DESC=		D: MAG format, 256-color
824
GS_MAG256_DESC=		D: MAG format, 256-color
823
GS_mgrmono_DESC=	D: MGR devices 1-bit monochrome
825
GS_MGRMONO_DESC=	D: MGR devices 1-bit monochrome
824
GS_mgrgray2_DESC=	D: MGR devices 2-bit gray scale
826
GS_MGRGRAY2_DESC=	D: MGR devices 2-bit gray scale
825
GS_mgrgray4_DESC=	D: MGR devices 4-bit gray scale
827
GS_MGRGRAY4_DESC=	D: MGR devices 4-bit gray scale
826
GS_mgrgray8_DESC=	D: MGR devices 8-bit gray scale
828
GS_MGRGRAY8_DESC=	D: MGR devices 8-bit gray scale
827
GS_mgr4_DESC=		D: MGR devices 4-bit (VGA) color
829
GS_MGR4_DESC=		D: MGR devices 4-bit (VGA) color
828
GS_mgr8_DESC=		D: MGR devices 8-bit color
830
GS_MGR8_DESC=		D: MGR devices 8-bit color
829
GS_pcxmono_DESC=	D: PCX, 1-bit monochrome
831
GS_PCXMONO_DESC=	D: PCX, 1-bit monochrome
830
GS_pcxgray_DESC=	D: PCX, 8-bit gray scale
832
GS_PCXGRAY_DESC=	D: PCX, 8-bit gray scale
831
GS_pcx16_DESC=		D: PCX, 4-bit planar EGA/VGA color
833
GS_PCX16_DESC=		D: PCX, 4-bit planar EGA/VGA color
832
GS_pcx256_DESC=		D: PCX, 8-bit chunky color
834
GS_PCX256_DESC=		D: PCX, 8-bit chunky color
833
GS_pcx24b_DESC=		D: PCX, 24-bit color 3x8-bit planes
835
GS_PCX24B_DESC=		D: PCX, 24-bit color 3x8-bit planes
834
GS_pcxcmyk_DESC=	D: PCX, 4-bit chunky CMYK color
836
GS_PCXCMYK_DESC=	D: PCX, 4-bit chunky CMYK color
835
GS_pdfwrite_DESC=	D: Portable Document Format
837
GS_PDFWRITE_DESC=	D: Portable Document Format
836
GS_psdrgb_DESC=		D: PhotoShop PSD, RGB
838
GS_PSDRGB_DESC=		D: PhotoShop PSD, RGB
837
GS_psdcmyk_DESC=	D: PhotoShop PSD, CMYK
839
GS_PSDCMYK_DESC=	D: PhotoShop PSD, CMYK
838
GS_bit_DESC=		D: Plain bits, monochrome
840
GS_BIT_DESC=		D: Plain bits, monochrome
839
GS_bitrgb_DESC=		D: Plain bits, RGB
841
GS_BITRGB_DESC=		D: Plain bits, RGB
840
GS_bitcmyk_DESC=	D: Plain bits, CMYK
842
GS_BITCMYK_DESC=	D: Plain bits, CMYK
841
GS_plan9bm_DESC=	D: Plan 9 bitmap format
843
GS_PLAN9BM_DESC=	D: Plan 9 bitmap format
842
GS_pam_DESC=		D: Portable Arbitrary Map file
844
GS_PAM_DESC=		D: Portable Arbitrary Map file
843
GS_pbm_DESC=		D: Portable Bitmap, plain
845
GS_PBM_DESC=		D: Portable Bitmap, plain
844
GS_pbmraw_DESC=		D: Portable Bitmap, raw
846
GS_PBMRAW_DESC=		D: Portable Bitmap, raw
845
GS_pgm_DESC=		D: Portable Graymap, plain
847
GS_PGM_DESC=		D: Portable Graymap, plain
846
GS_pgmraw_DESC=		D: Portable Graymap, raw
848
GS_PGMRAW_DESC=		D: Portable Graymap, raw
847
GS_pgnm_DESC=		D: Portable Graymap, plain (PBM opt)
849
GS_PGNM_DESC=		D: Portable Graymap, plain (PBM opt)
848
GS_pgnmraw_DESC=	D: Portable Graymap, raw (PBM opt)
850
GS_PGNMRAW_DESC=	D: Portable Graymap, raw (PBM opt)
849
GS_pnm_DESC=		D: Portable Pixmap, plain RGB (PGM/PBM opt)
851
GS_PNM_DESC=		D: Portable Pixmap, plain RGB (PGM/PBM opt)
850
GS_pnmraw_DESC=		D: Portable Pixmap, raw RGB (PGM/PBM opt)
852
GS_PNMRAW_DESC=		D: Portable Pixmap, raw RGB (PGM/PBM opt)
851
GS_ppm_DESC=		D: Portable Pixmap, plain RGB
853
GS_PPM_DESC=		D: Portable Pixmap, plain RGB
852
GS_ppmraw_DESC=		D: Portable Pixmap, raw RGB
854
GS_PPMRAW_DESC=		D: Portable Pixmap, raw RGB
853
GS_pkm_DESC=		D: Portable inKmap, plain (4b CMYK=>RGB)
855
GS_PKM_DESC=		D: Portable inKmap, plain (4b CMYK=>RGB)
854
GS_pkmraw_DESC=		D: Portable inKmap, raw (4b CMYK=>RGB)
856
GS_PKMRAW_DESC=		D: Portable inKmap, raw (4b CMYK=>RGB)
855
GS_pksm_DESC=		D: Portable Separated map, plain (4b CMYK=>4p)
857
GS_PKSM_DESC=		D: Portable Separated map, plain (4b CMYK=>4p)
856
GS_pksmraw_DESC=	D: Portable Separated map, raw (4b CMYK=>4p)
858
GS_PKSMRAW_DESC=	D: Portable Separated map, raw (4b CMYK=>4p)
857
GS_pngmono_DESC=	D: PNG (Portable Network Graphics) Mono
859
GS_PNGMONO_DESC=	D: PNG (Portable Network Graphics) Mono
858
GS_pnggray_DESC=	D: PNG 8-bit Gray
860
GS_PNGGRAY_DESC=	D: PNG 8-bit Gray
859
GS_png16_DESC=		D: PNG 4-bit Color
861
GS_PNG16_DESC=		D: PNG 4-bit Color
860
GS_png256_DESC=		D: PNG 8-bit Color
862
GS_PNG256_DESC=		D: PNG 8-bit Color
861
GS_png16m_DESC=		D: PNG 24-bit Color
863
GS_PNG16M_DESC=		D: PNG 24-bit Color
862
GS_pngalpha_DESC=	D: PNG 32-bit RGBA Color
864
GS_PNGALPHA_DESC=	D: PNG 32-bit RGBA Color
863
GS_png48_DESC=		D: PNG 48-bit Color
865
GS_PNG48_DESC=		D: PNG 48-bit Color
864
GS_psmono_DESC=		D: PostScript (Level 1) monochrome image
866
GS_PSMONO_DESC=		D: PostScript (Level 1) monochrome image
865
GS_psgray_DESC=		D: PostScript (Level 1) 8-bit gray image
867
GS_PSGRAY_DESC=		D: PostScript (Level 1) 8-bit gray image
866
GS_psrgb_DESC=		D: PostScript (Level 2) 24-bit color image
868
GS_PSRGB_DESC=		D: PostScript (Level 2) 24-bit color image
867
GS_pswrite_DESC=	D: PostScript (like PostScript Distiller)
869
GS_PSWRITE_DESC=	D: PostScript (like PostScript Distiller)
868
GS_ps2write_DESC=	D: PostScript (Level 2) output
870
GS_PS2WRITE_DESC=	D: PostScript (Level 2) output
869
GS_epswrite_DESC=	D: Encapsulated PostScript
871
GS_EPSWRITE_DESC=	D: Encapsulated PostScript
870
GS_cfax_DESC=		D: SFF format for CAPI FAX interface
872
GS_CFAX_DESC=		D: SFF format for CAPI FAX interface
871
GS_sgirgb_DESC=		D: SGI RGB pixmap format
873
GS_SGIRGB_DESC=		D: SGI RGB pixmap format
872
GS_sunhmono_DESC=	D: Harlequin variant of 1-bit Sun raster file
874
GS_SUNHMONO_DESC=	D: Harlequin variant of 1-bit Sun raster file
873
GS_svgwrite_DESC=	D: SVG driver
875
GS_SVGWRITE_DESC=	D: SVG driver
874
GS_tiffcrle_DESC=	D: TIFF CCITT RLE 1 dim (G3 FAX with no EOL)
876
GS_TIFFCRLE_DESC=	D: TIFF CCITT RLE 1 dim (G3 FAX with no EOL)
875
GS_tiffg3_DESC=		D: TIFF Group 3 FAX (with EOL)
877
GS_TIFFG3_DESC=		D: TIFF Group 3 FAX (with EOL)
876
GS_tiffg32d_DESC=	D: TIFF Group 3 2-D FAX
878
GS_TIFFG32D_DESC=	D: TIFF Group 3 2-D FAX
877
GS_tiffg4_DESC=		D: TIFF Group 4 FAX
879
GS_TIFFG4_DESC=		D: TIFF Group 4 FAX
878
GS_tiffgray_DESC=	D: TIFF 8-bit gray, no compress
880
GS_TIFFGRAY_DESC=	D: TIFF 8-bit gray, no compress
879
GS_tiff12nc_DESC=	D: TIFF 12-bit RGB, no compress
881
GS_TIFF12NC_DESC=	D: TIFF 12-bit RGB, no compress
880
GS_tiff24nc_DESC=	D: TIFF 24-bit RGB, no compress, NeXT format
882
GS_TIFF24NC_DESC=	D: TIFF 24-bit RGB, no compress, NeXT format
881
GS_tiff32nc_DESC=	D: TIFF 32-bit CMYK
883
GS_TIFF32NC_DESC=	D: TIFF 32-bit CMYK
882
GS_tiffsep_DESC=	D: TIFF gray + CMYK composite
884
GS_TIFFSEP_DESC=	D: TIFF gray + CMYK composite
883
GS_tifflzw_DESC=	D: TIFF LZW,      tag = 5,     mono
885
GS_TIFFLZW_DESC=	D: TIFF LZW,      tag = 5,     mono
884
GS_tiffpack_DESC=	D: TIFF PackBits, tag = 32773, mono
886
GS_TIFFPACK_DESC=	D: TIFF PackBits, tag = 32773, mono
885
GS_bbox_DESC=		D: Bounding box output
887
GS_BBOX_DESC=		D: Bounding box output
886
GS_devicen_DESC=	D: DeviceN process color model device
888
GS_DEVICEN_DESC=	D: DeviceN process color model device
887
GS_perm_DESC=		D: DeviceN which permutes color components
889
GS_PERM_DESC=		D: DeviceN which permutes color components
888
GS_spotcmyk_DESC=	D: DeviceN with CMYK and spot color support
890
GS_SPOTCMYK_DESC=	D: DeviceN with CMYK and spot color support
889
GS_imdi_DESC=		D: IMDI color converting device
891
GS_IMDI_DESC=		D: IMDI color converting device
890
GS_wtsimdi_DESC=	D: WTS halftoning device
892
GS_WTSIMDI_DESC=	D: WTS halftoning device
891
GS_wtscmyk_DESC=	D: WTS halftoning CMYK device
893
GS_WTSCMYK_DESC=	D: WTS halftoning CMYK device
(-)print/ghostscript8-base/files/Makefile.drivers_post (-11 / +11 lines)
Lines 1-101 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
# pre/postprocessing driver variables
2
# pre/postprocessing driver variables
3
3
4
# dmprt specific
4
# dmprt specific
5
.if ${PORT_OPTIONS:MGS_dmprt}
5
.if ${PORT_OPTIONS:MGS_DMPRT}
6
.include "${MASTERDIR}/files/Makefile.dmprt"
6
.include "${MASTERDIR}/files/Makefile.dmprt"
7
.endif
7
.endif
8
8
9
# epag specific
9
# epag specific
10
.if ${PORT_OPTIONS:MGS_epag}
10
.if ${PORT_OPTIONS:MGS_EPAG}
11
.include "${MASTERDIR}/files/Makefile.epag"
11
.include "${MASTERDIR}/files/Makefile.epag"
12
.endif
12
.endif
13
13
14
EPAG_BASE=	epag
14
EPAG_BASE=	epag
15
EPAG_SRCS=	${EPAG_BASE}-3.09.tar.gz
15
EPAG_SRCS=	${EPAG_BASE}-3.09.tar.gz
16
EPAG_NAME=	${EPAG_SRCS:S,.tar.gz$,,}
16
EPAG_NAME=	${EPAG_SRCS:S,.tar.gz$,,}
17
17
18
post-extract-epag:
18
post-extract-epag:
19
	${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EPAG_SRCS}
19
	${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EPAG_SRCS}
20
	${LN} -s -f ${EPAG_NAME} ${WRKSRC}/${EPAG_BASE}
20
	${LN} -s -f ${EPAG_NAME} ${WRKSRC}/${EPAG_BASE}
21
	${INSTALL_DATA} ${FILESDIR}/epag.contrib.mak ${WRKSRC}/base/epag.contrib.mak
21
	${INSTALL_DATA} ${FILESDIR}/epag.contrib.mak ${WRKSRC}/base/epag.contrib.mak
22
22
23
post-extract: post-extract-epag
23
post-extract: post-extract-epag
24
24
25
# pcl3 specific
25
# pcl3 specific
26
.if ${PORT_OPTIONS:MGS_pcl3}
26
.if ${PORT_OPTIONS:MGS_PCL3}
27
.include "${MASTERDIR}/files/Makefile.pcl3"
27
.include "${MASTERDIR}/files/Makefile.pcl3"
28
.endif
28
.endif
29
29
30
# cups specific
30
# cups specific
31
CUPS_DEVS= cups
31
CUPS_DEVS= cups
32
.undef _CUPS_DEVS
32
.undef _CUPS_DEVS
33
33
34
.for D in ${CUPS_DEVS}
34
.for D in ${CUPS_DEVS}
35
.if ${PORT_OPTIONS:MCUPS} && ${PORT_OPTIONS:MGS_${D}}
35
.if ${PORT_OPTIONS:MCUPS} && ${PORT_OPTIONS:MGS_${D:tu}}
36
_CUPS_DEVS+= ${D}
36
_CUPS_DEVS+= ${D}
37
.else
37
.else
38
PORT_OPTIONS:=	${PORT_OPTIONS:NGS_${D}}
38
PORT_OPTIONS:=	${PORT_OPTIONS:NGS_${D:tu}}
39
.endif
39
.endif
40
.endfor
40
.endfor
41
41
42
.if defined(_CUPS_DEVS)
42
.if defined(_CUPS_DEVS)
43
LIB_DEPENDS+=	libcupsimage.so:print/cups
43
LIB_DEPENDS+=	libcupsimage.so:print/cups
44
CONFIGURE_ARGS+=	--enable-cups
44
CONFIGURE_ARGS+=	--enable-cups
45
.else
45
.else
46
CONFIGURE_ARGS+=	--disable-cups
46
CONFIGURE_ARGS+=	--disable-cups
47
.endif
47
.endif
48
48
49
# vgalib specific
49
# vgalib specific
50
VGA_DEVS= lvga256 vgalib
50
VGA_DEVS= lvga256 vgalib
51
.undef _VGA_DEVS
51
.undef _VGA_DEVS
52
52
53
.for D in ${VGA_DEVS}
53
.for D in ${VGA_DEVS}
54
.if ${PORT_OPTIONS:MGS_${D}}
54
.if ${PORT_OPTIONS:MGS_${D:tu}}
55
.if ${ARCH:Mamd64} || ${ARCH:Mi386}
55
.if ${ARCH:Mamd64} || ${ARCH:Mi386}
56
_VGA_DEVS+= ${D}
56
_VGA_DEVS+= ${D}
57
.else
57
.else
58
OPTIONS_UNSET+=	${PORT_OPTIONS:MGS_${D}}
58
OPTIONS_UNSET+=	${PORT_OPTIONS:MGS_${D:tu}}
59
.endif
59
.endif
60
.endif
60
.endif
61
.endfor
61
.endfor
62
62
63
.if defined(_VGA_DEVS)
63
.if defined(_VGA_DEVS)
64
LIB_DEPENDS+=	libvga.so:graphics/svgalib
64
LIB_DEPENDS+=	libvga.so:graphics/svgalib
65
.endif
65
.endif
66
66
67
# iconv specific
67
# iconv specific
68
ICONV_DEVS= oprp opvp
68
ICONV_DEVS= oprp opvp
69
.undef _ICONV_DEVS
69
.undef _ICONV_DEVS
70
70
71
.for D in ${ICONV_DEVS}
71
.for D in ${ICONV_DEVS}
72
.if ${PORT_OPTIONS:MICONV} && ${PORT_OPTIONS:MGS_${D}}
72
.if ${PORT_OPTIONS:MICONV} && ${PORT_OPTIONS:MGS_${D:tu}}
73
_ICONV_DEVS+= ${D}
73
_ICONV_DEVS+= ${D}
74
.else
74
.else
75
PORT_OPTIONS:=	${PORT_OPTIONS:NGS_${D}}
75
PORT_OPTIONS:=	${PORT_OPTIONS:NGS_${D:tu}}
76
.endif
76
.endif
77
.endfor
77
.endfor
78
78
79
.if defined(_ICONV_DEVS)
79
.if defined(_ICONV_DEVS)
80
USES+=		iconv
80
USES+=		iconv
81
CONFIGURE_ARGS+=--with-libiconv=maybe
81
CONFIGURE_ARGS+=--with-libiconv=maybe
82
.else
82
.else
83
CONFIGURE_ARGS+=--with-libiconv=no
83
CONFIGURE_ARGS+=--with-libiconv=no
84
.endif
84
.endif
85
85
86
# cairo specific
86
# cairo specific
87
.for D in cairo
87
.for D in cairo
88
.if ${PORT_OPTIONS:MCAIRO} && ${PORT_OPTIONS:MGS_${D}}
88
.if ${PORT_OPTIONS:MCAIRO} && ${PORT_OPTIONS:MGS_${D:tu}}
89
_CAIRO_DEVS+=	${D}
89
_CAIRO_DEVS+=	${D}
90
.else
90
.else
91
PORT_OPTIONS:=	${PORT_OPTIONS:NGS_${D}}
91
PORT_OPTIONS:=	${PORT_OPTIONS:NGS_${D:tu}}
92
.endif
92
.endif
93
.endfor
93
.endfor
94
94
95
.if defined(_CAIRO_DEVS)
95
.if defined(_CAIRO_DEVS)
96
LIB_DEPENDS+=	libcairo.so:graphics/cairo
96
LIB_DEPENDS+=	libcairo.so:graphics/cairo
97
CONFIGURE_ARGS+=	--enable-cairo
97
CONFIGURE_ARGS+=	--enable-cairo
98
.else
98
.else
99
CONFIGURE_ARGS+=	--disable-cairo
99
CONFIGURE_ARGS+=	--disable-cairo
100
.endif
100
.endif
101
101
(-)print/ghostscript8-base/pkg-plist (-18 / +18 lines)
Lines 1-28 Link Here
1
bin/bdftops
1
bin/bdftops
2
bin/dumphint
2
bin/dumphint
3
bin/dvipdf
3
bin/dvipdf
4
bin/eps2eps
4
bin/eps2eps
5
%%GS_epag%%bin/ert
5
%%GS_EPAG%%bin/ert
6
bin/fixmswrd.pl
6
bin/fixmswrd.pl
7
bin/font2c
7
bin/font2c
8
bin/gs
8
bin/gs
9
bin/gsbj
9
bin/gsbj
10
bin/gsc
10
bin/gsc
11
bin/gsdj
11
bin/gsdj
12
bin/gsdj500
12
bin/gsdj500
13
bin/gslj
13
bin/gslj
14
bin/gslp
14
bin/gslp
15
bin/gsnd
15
bin/gsnd
16
bin/gsx
16
bin/gsx
17
bin/lprsetup.sh
17
bin/lprsetup.sh
18
%%GS_pcl3%%bin/pcl3opts
18
%%GS_PCL3%%bin/pcl3opts
19
bin/pdf2dsc
19
bin/pdf2dsc
20
bin/pdf2ps
20
bin/pdf2ps
21
bin/pdfopt
21
bin/pdfopt
22
bin/pf2afm
22
bin/pf2afm
23
bin/pfbtopfa
23
bin/pfbtopfa
24
bin/printafm
24
bin/printafm
25
bin/ps2ascii
25
bin/ps2ascii
26
bin/ps2epsi
26
bin/ps2epsi
27
bin/ps2pdf
27
bin/ps2pdf
28
bin/ps2pdf12
28
bin/ps2pdf12
Lines 36-60 bin/unix-lpr.sh Link Here
36
bin/wftopfa
36
bin/wftopfa
37
include/ghostscript/gdevdsp.h
37
include/ghostscript/gdevdsp.h
38
include/ghostscript/iapi.h
38
include/ghostscript/iapi.h
39
include/ghostscript/ierrors.h
39
include/ghostscript/ierrors.h
40
lib/libgs.so
40
lib/libgs.so
41
lib/libgs.so.%%SHLIB_VER%%
41
lib/libgs.so.%%SHLIB_VER%%
42
lib/libgs.so.%%GS_VERSION%%
42
lib/libgs.so.%%GS_VERSION%%
43
man/man1/dvipdf.1.gz
43
man/man1/dvipdf.1.gz
44
man/man1/eps2eps.1.gz
44
man/man1/eps2eps.1.gz
45
man/man1/font2c.1.gz
45
man/man1/font2c.1.gz
46
%%GS_pcl3%%man/man1/gs-pcl3.1.gz
46
%%GS_PCL3%%man/man1/gs-pcl3.1.gz
47
man/man1/gs.1.gz
47
man/man1/gs.1.gz
48
man/man1/gslp.1.gz
48
man/man1/gslp.1.gz
49
man/man1/gsnd.1.gz
49
man/man1/gsnd.1.gz
50
%%GS_pcl3%%man/man1/pcl3opts.1.gz
50
%%GS_PCL3%%man/man1/pcl3opts.1.gz
51
man/man1/pdf2dsc.1.gz
51
man/man1/pdf2dsc.1.gz
52
man/man1/pdf2ps.1.gz
52
man/man1/pdf2ps.1.gz
53
man/man1/pdfopt.1.gz
53
man/man1/pdfopt.1.gz
54
man/man1/pf2afm.1.gz
54
man/man1/pf2afm.1.gz
55
man/man1/pfbtopfa.1.gz
55
man/man1/pfbtopfa.1.gz
56
man/man1/printafm.1.gz
56
man/man1/printafm.1.gz
57
man/man1/ps2ascii.1.gz
57
man/man1/ps2ascii.1.gz
58
man/man1/ps2epsi.1.gz
58
man/man1/ps2epsi.1.gz
59
man/man1/ps2pdf.1.gz
59
man/man1/ps2pdf.1.gz
60
man/man1/ps2pdf12.1.gz
60
man/man1/ps2pdf12.1.gz
Lines 656-679 man/man1/wftopfa.1.gz Link Here
656
%%DATADIR%%/lib/Stp720pl.upp
656
%%DATADIR%%/lib/Stp720pl.upp
657
%%DATADIR%%/lib/Stp870p.upp
657
%%DATADIR%%/lib/Stp870p.upp
658
%%DATADIR%%/lib/Stp870pl.upp
658
%%DATADIR%%/lib/Stp870pl.upp
659
%%DATADIR%%/lib/bjc6000a1.upp
659
%%DATADIR%%/lib/bjc6000a1.upp
660
%%DATADIR%%/lib/bjc6000b1.upp
660
%%DATADIR%%/lib/bjc6000b1.upp
661
%%DATADIR%%/lib/s400a1.upp
661
%%DATADIR%%/lib/s400a1.upp
662
%%DATADIR%%/lib/s400b1.upp
662
%%DATADIR%%/lib/s400b1.upp
663
%%DATADIR%%/lib/sharp.upp
663
%%DATADIR%%/lib/sharp.upp
664
%%DATADIR%%/lib/sipixa6.upp
664
%%DATADIR%%/lib/sipixa6.upp
665
%%DATADIR%%/lib/stc740ih.upp
665
%%DATADIR%%/lib/stc740ih.upp
666
%%GS_dmprt%%%%DATADIR%%/lib/lqx70ch.upp
666
%%GS_DMPRT%%%%DATADIR%%/lib/lqx70ch.upp
667
%%GS_dmprt%%%%DATADIR%%/lib/lqx70cl.upp
667
%%GS_DMPRT%%%%DATADIR%%/lib/lqx70cl.upp
668
%%GS_dmprt%%%%DATADIR%%/lib/lqx70cm.upp
668
%%GS_DMPRT%%%%DATADIR%%/lib/lqx70cm.upp
669
%%GS_pcl3%%%%DATADIR%%/pcl3/calign.ps
669
%%GS_PCL3%%%%DATADIR%%/pcl3/calign.ps
670
%%GS_pcl3%%%%DATADIR%%/pcl3/dumppdd.ps
670
%%GS_PCL3%%%%DATADIR%%/pcl3/dumppdd.ps
671
%%GS_pcl3%%%%DATADIR%%/pcl3/example.mcf
671
%%GS_PCL3%%%%DATADIR%%/pcl3/example.mcf
672
%%GS_pcl3%%%%DATADIR%%/pcl3/if-pcl3
672
%%GS_PCL3%%%%DATADIR%%/pcl3/if-pcl3
673
%%GS_pcl3%%%%DATADIR%%/pcl3/levels-test.ps
673
%%GS_PCL3%%%%DATADIR%%/pcl3/levels-test.ps
674
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-A4.ps
674
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-A4.ps
675
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-A4Rotated.ps
675
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-A4Rotated.ps
676
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-Env10Rotated.ps
676
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-Env10Rotated.ps
677
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-EnvDLRotated.ps
677
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-EnvDLRotated.ps
678
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-Letter.ps
678
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-Letter.ps
679
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-LetterRotated.ps
679
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-LetterRotated.ps
(-)print/ghostscript9-base/Makefile (-5 / +5 lines)
Lines 103-128 PORTDOC_FILES= japanese/Gdevlips.htm japanese/README.gs550j \ Link Here
103
post-patch:
103
post-patch:
104
	${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \
104
	${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \
105
	    ${WRKSRC}/contrib/japanese/dmp_site.ps
105
	    ${WRKSRC}/contrib/japanese/dmp_site.ps
106
106
107
pre-build-drivers.mak:
107
pre-build-drivers.mak:
108
	@${ECHO_CMD} '# automatically generated' > ${WRKSRC}/base/drivers.mak
108
	@${ECHO_CMD} '# automatically generated' > ${WRKSRC}/base/drivers.mak
109
	@${ECHO_CMD} 'DEVICE_DEVS=$${DISPLAY_DEV}' >> ${WRKSRC}/base/drivers.mak
109
	@${ECHO_CMD} 'DEVICE_DEVS=$${DISPLAY_DEV}' >> ${WRKSRC}/base/drivers.mak
110
.for N in ${DEVS_LIST}
110
.for N in ${DEVS_LIST}
111
	@${ECHO_CMD} '${N:S/^/DEVICE_/:S/^DEVICE_DISPLAY_DEV/DISPLAY_DEV/}=' >> ${WRKSRC}/base/drivers.mak
111
	@${ECHO_CMD} '${N:S/^/DEVICE_/:S/^DEVICE_DISPLAY_DEV/DISPLAY_DEV/}=' >> ${WRKSRC}/base/drivers.mak
112
.endfor
112
.endfor
113
.for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} \
113
.for D in ${ALL_OPTS} \
114
	${OPTIONS_GROUP_ICONV:MGS_*:S/^GS_//} \
114
	${ICONV} \
115
	${OPTIONS_GROUP_SVGALIB:MGS_*:S/^GS_//}
115
	${SVGALIB}
116
.for N in ${DEVS_LIST}
116
.for N in ${DEVS_LIST}
117
.if ${PORT_OPTIONS:MGS_${D}}
117
.if ${PORT_OPTIONS:MGS_${D:tu}}
118
.if !defined(OPTIONS_UNSET) || !${OPTIONS_UNSET:MGS_${D}}
118
.if !defined(OPTIONS_UNSET) || !${OPTIONS_UNSET:MGS_${D:tu}}
119
.for X in ${${N:S/^/DEVICE_/:S/^DEVICE_DISPLAY_DEV/DISPLAY_DEV/}:M${D}.dev}
119
.for X in ${${N:S/^/DEVICE_/:S/^DEVICE_DISPLAY_DEV/DISPLAY_DEV/}:M${D}.dev}
120
	@${ECHO_CMD} '${N:S/^/DEVICE_/:S/^DEVICE_DISPLAY_DEV/DISPLAY_DEV/}+= $$(DD)${D}.dev'  >> ${WRKSRC}/base/drivers.mak
120
	@${ECHO_CMD} '${N:S/^/DEVICE_/:S/^DEVICE_DISPLAY_DEV/DISPLAY_DEV/}+= $$(DD)${D}.dev'  >> ${WRKSRC}/base/drivers.mak
121
.endfor
121
.endfor
122
.endif
122
.endif
123
.endif
123
.endif
124
.endfor
124
.endfor
125
.endfor
125
.endfor
126
126
127
pre-build: pre-build-drivers.mak
127
pre-build: pre-build-drivers.mak
128
	${MKDIR} ${WRKSRC}/obj
128
	${MKDIR} ${WRKSRC}/obj
(-)print/ghostscript9-base/Makefile.drivers (-884 / +886 lines)
Lines 1-897 Link Here
1
# $FreeBSD: /tmp/pcvs/ports/print/ghostscript9/Makefile.drivers,v 1.4 2012-06-12 12:22:25 hrs Exp $
1
# $FreeBSD: /tmp/pcvs/ports/print/ghostscript9/Makefile.drivers,v 1.4 2012-06-12 12:22:25 hrs Exp $
2
2
3
OPTIONS_SVGALIB= \
3
SVGALIB= \
4
	GS_lvga256 \
4
	lvga256 \
5
	GS_vgalib
5
	vgalib
6
OPTIONS_GROUP=	SVGALIB
6
OPTIONS_GROUP=	SVGALIB
7
OPTIONS_GROUP_SVGALIB=	${OPTIONS_SVGALIB}
7
OPTIONS_GROUP_SVGALIB=	${SVGALIB:S/^/GS_/:tu}
8
8
9
OPTIONS_ICONV= \
9
ICONV= \
10
	GS_oprp \
10
	oprp \
11
	GS_opvp
11
	opvp
12
OPTIONS_GROUP+=	ICONV
12
OPTIONS_GROUP+=	ICONV
13
OPTIONS_GROUP_ICONV=	${OPTIONS_ICONV}
13
OPTIONS_GROUP_ICONV=	${ICONV:S/^/GS_/:tu}
14
14
15
OPTIONS_CUPS= \
15
CUPS= \
16
	GS_cups
16
	cups
17
17
18
OPTIONS_DEFINE+= \
18
ALL_OPTS= \
19
	${OPTIONS_CUPS} \
19
	${CUPS} \
20
	GS_display \
20
	display \
21
	GS_omni \
21
	omni \
22
	GS_md2k \
22
	md2k \
23
	GS_md5k \
23
	md5k \
24
	GS_md50Mono \
24
	md50Mono \
25
	GS_md50Eco \
25
	md50Eco \
26
	GS_md1xMono \
26
	md1xMono \
27
	GS_appledmp \
27
	appledmp \
28
	GS_iwhi \
28
	iwhi \
29
	GS_iwlo \
29
	iwlo \
30
	GS_iwlq \
30
	iwlq \
31
	GS_hl7x0 \
31
	hl7x0 \
32
	GS_hl1240 \
32
	hl1240 \
33
	GS_hl1250 \
33
	hl1250 \
34
	GS_bj10e \
34
	bj10e \
35
	GS_bj10v \
35
	bj10v \
36
	GS_bj10vh \
36
	bj10vh \
37
	GS_bj200 \
37
	bj200 \
38
	GS_bjc600 \
38
	bjc600 \
39
	GS_bjc800 \
39
	bjc800 \
40
	GS_bjccmyk \
40
	bjccmyk \
41
	GS_bjccolor \
41
	bjccolor \
42
	GS_bjcgray \
42
	bjcgray \
43
	GS_bjcmono \
43
	bjcmono \
44
	GS_lbp8 \
44
	lbp8 \
45
	GS_lbp310 \
45
	lbp310 \
46
	GS_lbp320 \
46
	lbp320 \
47
	GS_lips2p \
47
	lips2p \
48
	GS_lips3 \
48
	lips3 \
49
	GS_lips4 \
49
	lips4 \
50
	GS_bjc880j \
50
	bjc880j \
51
	GS_lips4v \
51
	lips4v \
52
	GS_m8510 \
52
	m8510 \
53
	GS_coslw2p \
53
	coslw2p \
54
	GS_coslwxl \
54
	coslwxl \
55
	GS_uniprint \
55
	uniprint \
56
	GS_dmprt \
56
	dmprt \
57
	GS_dl2100 \
57
	dl2100 \
58
	GS_la50 \
58
	la50 \
59
	GS_la70 \
59
	la70 \
60
	GS_la75 \
60
	la75 \
61
	GS_la75plus \
61
	la75plus \
62
	GS_ln03 \
62
	ln03 \
63
	GS_lj250 \
63
	lj250 \
64
	GS_declj250 \
64
	declj250 \
65
	GS_ap3250 \
65
	ap3250 \
66
	GS_epson \
66
	epson \
67
	GS_eps9mid \
67
	eps9mid \
68
	GS_eps9high \
68
	eps9high \
69
	GS_lp8000 \
69
	lp8000 \
70
	GS_epag \
70
	epag \
71
	GS_escpage \
71
	escpage \
72
	GS_lp2000 \
72
	lp2000 \
73
	GS_alc8600 \
73
	alc8600 \
74
	GS_alc8500 \
74
	alc8500 \
75
	GS_alc2000 \
75
	alc2000 \
76
	GS_alc4000 \
76
	alc4000 \
77
	GS_alc1900 \
77
	alc1900 \
78
	GS_alc4100 \
78
	alc4100 \
79
	GS_lp9800c \
79
	lp9800c \
80
	GS_lp9000c \
80
	lp9000c \
81
	GS_lp9500c \
81
	lp9500c \
82
	GS_lp8800c \
82
	lp8800c \
83
	GS_lp8300c \
83
	lp8300c \
84
	GS_lp8500c \
84
	lp8500c \
85
	GS_lp3000c \
85
	lp3000c \
86
	GS_lp8200c \
86
	lp8200c \
87
	GS_lp8000c \
87
	lp8000c \
88
	GS_eplmono \
88
	eplmono \
89
	GS_eplcolor \
89
	eplcolor \
90
	GS_epl6100 \
90
	epl6100 \
91
	GS_epl5900 \
91
	epl5900 \
92
	GS_epl5800 \
92
	epl5800 \
93
	GS_epl2050 \
93
	epl2050 \
94
	GS_epl2050p \
94
	epl2050p \
95
	GS_epl2120 \
95
	epl2120 \
96
	GS_epl2500 \
96
	epl2500 \
97
	GS_epl2750 \
97
	epl2750 \
98
	GS_lp9000b \
98
	lp9000b \
99
	GS_lp2500 \
99
	lp2500 \
100
	GS_lp9100 \
100
	lp9100 \
101
	GS_lp7900 \
101
	lp7900 \
102
	GS_lp7500 \
102
	lp7500 \
103
	GS_lp2400 \
103
	lp2400 \
104
	GS_lp2200 \
104
	lp2200 \
105
	GS_lp9400 \
105
	lp9400 \
106
	GS_lp8900 \
106
	lp8900 \
107
	GS_lp8700 \
107
	lp8700 \
108
	GS_lp8100 \
108
	lp8100 \
109
	GS_lp7700 \
109
	lp7700 \
110
	GS_lp8600f \
110
	lp8600f \
111
	GS_lp8400f \
111
	lp8400f \
112
	GS_lp8300f \
112
	lp8300f \
113
	GS_lp1900 \
113
	lp1900 \
114
	GS_lp9600s \
114
	lp9600s \
115
	GS_lp9300 \
115
	lp9300 \
116
	GS_lp9600 \
116
	lp9600 \
117
	GS_lp8600 \
117
	lp8600 \
118
	GS_lp1800 \
118
	lp1800 \
119
	GS_lq850 \
119
	lq850 \
120
	GS_epsonc \
120
	epsonc \
121
	GS_mj700v2c \
121
	mj700v2c \
122
	GS_mj500c \
122
	mj500c \
123
	GS_mj6000c \
123
	mj6000c \
124
	GS_mj8000c \
124
	mj8000c \
125
	GS_st800 \
125
	st800 \
126
	GS_stcolor \
126
	stcolor \
127
	GS_photoex \
127
	photoex \
128
	GS_fmlbp \
128
	fmlbp \
129
	GS_fmpr \
129
	fmpr \
130
	GS_lp2563 \
130
	lp2563 \
131
	GS_cdnj500 \
131
	cdnj500 \
132
	GS_dnj650c \
132
	dnj650c \
133
	GS_deskjet \
133
	deskjet \
134
	GS_djet500 \
134
	djet500 \
135
	GS_cdeskjet \
135
	cdeskjet \
136
	GS_djet500c \
136
	djet500c \
137
	GS_cdjcolor \
137
	cdjcolor \
138
	GS_cdjmono \
138
	cdjmono \
139
	GS_cdj500 \
139
	cdj500 \
140
	GS_cdj550 \
140
	cdj550 \
141
	GS_dj505j \
141
	dj505j \
142
	GS_cdj670 \
142
	cdj670 \
143
	GS_cdj850 \
143
	cdj850 \
144
	GS_cdj880 \
144
	cdj880 \
145
	GS_cdj890 \
145
	cdj890 \
146
	GS_cdj1600 \
146
	cdj1600 \
147
	GS_chp2200 \
147
	chp2200 \
148
	GS_cdj970 \
148
	cdj970 \
149
	GS_laserjet \
149
	laserjet \
150
	GS_ljetplus \
150
	ljetplus \
151
	GS_ljet2p \
151
	ljet2p \
152
	GS_ljet3 \
152
	ljet3 \
153
	GS_ljet3d \
153
	ljet3d \
154
	GS_ljet4 \
154
	ljet4 \
155
	GS_ljet4d \
155
	ljet4d \
156
	GS_lj4dith \
156
	lj4dith \
157
	GS_ljet4pjl \
157
	ljet4pjl \
158
	GS_lj4dithp \
158
	lj4dithp \
159
	GS_cljet5 \
159
	cljet5 \
160
	GS_cljet5c \
160
	cljet5c \
161
	GS_cljet5pr \
161
	cljet5pr \
162
	GS_lj5mono \
162
	lj5mono \
163
	GS_lj5gray \
163
	lj5gray \
164
	GS_pj \
164
	pj \
165
	GS_pjetxl \
165
	pjetxl \
166
	GS_pjxl \
166
	pjxl \
167
	GS_paintjet \
167
	paintjet \
168
	GS_pjxl300 \
168
	pjxl300 \
169
	GS_pxlmono \
169
	pxlmono \
170
	GS_pxlcolor \
170
	pxlcolor \
171
	GS_pcl3 \
171
	pcl3 \
172
	GS_ijs \
172
	ijs \
173
	GS_ibmpro \
173
	ibmpro \
174
	GS_jetp3852 \
174
	jetp3852 \
175
	GS_imagen \
175
	imagen \
176
	GS_fs600 \
176
	fs600 \
177
	GS_lxm5700m \
177
	lxm5700m \
178
	GS_lxm3200 \
178
	lxm3200 \
179
	GS_lex2050 \
179
	lex2050 \
180
	GS_lex3200 \
180
	lex3200 \
181
	GS_lex5700 \
181
	lex5700 \
182
	GS_lex7000 \
182
	lex7000 \
183
	GS_cp50 \
183
	cp50 \
184
	GS_pr1000 \
184
	pr1000 \
185
	GS_pr1000_4 \
185
	pr1000_4 \
186
	GS_pr150 \
186
	pr150 \
187
	GS_pr201 \
187
	pr201 \
188
	GS_picty180 \
188
	picty180 \
189
	GS_necp6 \
189
	necp6 \
190
	GS_npdl \
190
	npdl \
191
	GS_oce9050 \
191
	oce9050 \
192
	GS_oki182 \
192
	oki182 \
193
	GS_okiibm \
193
	okiibm \
194
	GS_ml600 \
194
	ml600 \
195
	GS_oki4w \
195
	oki4w \
196
	GS_atx23 \
196
	atx23 \
197
	GS_atx24 \
197
	atx24 \
198
	GS_atx38 \
198
	atx38 \
199
	GS_r4081 \
199
	r4081 \
200
	GS_rpdl \
200
	rpdl \
201
	GS_gdi \
201
	gdi \
202
	GS_jj100 \
202
	jj100 \
203
	GS_sj48 \
203
	sj48 \
204
	GS_t4693d2 \
204
	t4693d2 \
205
	GS_t4693d4 \
205
	t4693d4 \
206
	GS_t4693d8 \
206
	t4693d8 \
207
	GS_tek4696 \
207
	tek4696 \
208
	GS_xes \
208
	xes \
209
	GS_bmpmono \
209
	bmpmono \
210
	GS_bmpgray \
210
	bmpgray \
211
	GS_bmp16 \
211
	bmp16 \
212
	GS_bmp256 \
212
	bmp256 \
213
	GS_bmp16m \
213
	bmp16m \
214
	GS_bmp32b \
214
	bmp32b \
215
	GS_bmpsep1 \
215
	bmpsep1 \
216
	GS_bmpsep8 \
216
	bmpsep8 \
217
	GS_ccr \
217
	ccr \
218
	GS_cif \
218
	cif \
219
	GS_dfaxhigh \
219
	dfaxhigh \
220
	GS_dfaxlow \
220
	dfaxlow \
221
	GS_xcf \
221
	xcf \
222
	GS_xcfcmyk \
222
	xcfcmyk \
223
	GS_faxg3 \
223
	faxg3 \
224
	GS_faxg32d \
224
	faxg32d \
225
	GS_faxg4 \
225
	faxg4 \
226
	GS_miff24 \
226
	miff24 \
227
	GS_inferno \
227
	inferno \
228
	GS_jpeg \
228
	jpeg \
229
	GS_jpeggray \
229
	jpeggray \
230
	GS_mag16 \
230
	mag16 \
231
	GS_mag256 \
231
	mag256 \
232
	GS_mgrmono \
232
	mgrmono \
233
	GS_mgrgray2 \
233
	mgrgray2 \
234
	GS_mgrgray4 \
234
	mgrgray4 \
235
	GS_mgrgray8 \
235
	mgrgray8 \
236
	GS_mgr4 \
236
	mgr4 \
237
	GS_mgr8 \
237
	mgr8 \
238
	GS_pcxmono \
238
	pcxmono \
239
	GS_pcxgray \
239
	pcxgray \
240
	GS_pcx16 \
240
	pcx16 \
241
	GS_pcx256 \
241
	pcx256 \
242
	GS_pcx24b \
242
	pcx24b \
243
	GS_pcxcmyk \
243
	pcxcmyk \
244
	GS_pdfwrite \
244
	pdfwrite \
245
	GS_psdrgb \
245
	psdrgb \
246
	GS_psdcmyk \
246
	psdcmyk \
247
	GS_bit \
247
	bit \
248
	GS_bitrgb \
248
	bitrgb \
249
	GS_bitcmyk \
249
	bitcmyk \
250
	GS_plan \
250
	plan \
251
	GS_plang \
251
	plang \
252
	GS_planm \
252
	planm \
253
	GS_planc \
253
	planc \
254
	GS_plank \
254
	plank \
255
	GS_plib \
255
	plib \
256
	GS_plibg \
256
	plibg \
257
	GS_plibm \
257
	plibm \
258
	GS_plibc \
258
	plibc \
259
	GS_plibk \
259
	plibk \
260
	GS_plan9bm \
260
	plan9bm \
261
	GS_pam \
261
	pam \
262
	GS_pbm \
262
	pbm \
263
	GS_pbmraw \
263
	pbmraw \
264
	GS_pgm \
264
	pgm \
265
	GS_pgmraw \
265
	pgmraw \
266
	GS_pgnm \
266
	pgnm \
267
	GS_pgnmraw \
267
	pgnmraw \
268
	GS_pnm \
268
	pnm \
269
	GS_pnmraw \
269
	pnmraw \
270
	GS_ppm \
270
	ppm \
271
	GS_ppmraw \
271
	ppmraw \
272
	GS_pkm \
272
	pkm \
273
	GS_pkmraw \
273
	pkmraw \
274
	GS_pksm \
274
	pksm \
275
	GS_pksmraw \
275
	pksmraw \
276
	GS_pngmono \
276
	pngmono \
277
	GS_pnggray \
277
	pnggray \
278
	GS_png16 \
278
	png16 \
279
	GS_png256 \
279
	png256 \
280
	GS_png16m \
280
	png16m \
281
	GS_pngalpha \
281
	pngalpha \
282
	GS_png48 \
282
	png48 \
283
	GS_psmono \
283
	psmono \
284
	GS_psgray \
284
	psgray \
285
	GS_psrgb \
285
	psrgb \
286
	GS_pswrite \
286
	pswrite \
287
	GS_ps2write \
287
	ps2write \
288
	GS_epswrite \
288
	epswrite \
289
	GS_cfax \
289
	cfax \
290
	GS_sgirgb \
290
	sgirgb \
291
	GS_sunhmono \
291
	sunhmono \
292
	GS_svgwrite \
292
	svgwrite \
293
	GS_tiffcrle \
293
	tiffcrle \
294
	GS_tiffg3 \
294
	tiffg3 \
295
	GS_tiffg32d \
295
	tiffg32d \
296
	GS_tiffg4 \
296
	tiffg4 \
297
	GS_tiffgray \
297
	tiffgray \
298
	GS_tiff12nc \
298
	tiff12nc \
299
	GS_tiff24nc \
299
	tiff24nc \
300
	GS_tiff32nc \
300
	tiff32nc \
301
	GS_tiffsep \
301
	tiffsep \
302
	GS_tifflzw \
302
	tifflzw \
303
	GS_tiffpack \
303
	tiffpack \
304
	GS_bbox \
304
	bbox \
305
	GS_devicen \
305
	devicen \
306
	GS_perm \
306
	perm \
307
	GS_spotcmyk \
307
	spotcmyk \
308
	GS_inkcov
308
	inkcov
309
310
OPTIONS_DEFINE+=	${ALL_OPTS:S/^/GS_/:tu}
309
311
310
OPTIONS_DEFAULT+= \
312
OPTIONS_DEFAULT+= \
311
	${OPTIONS_SVGALIB} \
313
	${OPTIONS_SVGALIB} \
312
	${OPTIONS_ICONV} \
314
	${OPTIONS_ICONV} \
313
	${OPTIONS_CUPS} \
315
	${OPTIONS_CUPS} \
314
	GS_display \
316
	GS_DISPLAY \
315
	GS_omni \
317
	GS_OMNI \
316
	GS_md2k \
318
	GS_MD2K \
317
	GS_md5k \
319
	GS_MD5K \
318
	GS_md50Mono \
320
	GS_MD50MONO \
319
	GS_md50Eco \
321
	GS_MD50ECO \
320
	GS_md1xMono \
322
	GS_MD1XMONO \
321
	GS_appledmp \
323
	GS_APPLEDMP \
322
	GS_iwhi \
324
	GS_IWHI \
323
	GS_iwlo \
325
	GS_IWLO \
324
	GS_iwlq \
326
	GS_IWLQ \
325
	GS_hl7x0 \
327
	GS_HL7X0 \
326
	GS_hl1240 \
328
	GS_HL1240 \
327
	GS_hl1250 \
329
	GS_HL1250 \
328
	GS_bj10e \
330
	GS_BJ10E \
329
	GS_bj10v \
331
	GS_BJ10V \
330
	GS_bj10vh \
332
	GS_BJ10VH \
331
	GS_bj200 \
333
	GS_BJ200 \
332
	GS_bjc600 \
334
	GS_BJC600 \
333
	GS_bjc800 \
335
	GS_BJC800 \
334
	GS_bjccmyk \
336
	GS_BJCCMYK \
335
	GS_bjccolor \
337
	GS_BJCCOLOR \
336
	GS_bjcgray \
338
	GS_BJCGRAY \
337
	GS_bjcmono \
339
	GS_BJCMONO \
338
	GS_lbp8 \
340
	GS_LBP8 \
339
	GS_lbp310 \
341
	GS_LBP310 \
340
	GS_lbp320 \
342
	GS_LBP320 \
341
	GS_lips2p \
343
	GS_LIPS2P \
342
	GS_lips3 \
344
	GS_LIPS3 \
343
	GS_lips4 \
345
	GS_LIPS4 \
344
	GS_bjc880j \
346
	GS_BJC880J \
345
	GS_lips4v \
347
	GS_LIPS4V \
346
	GS_m8510 \
348
	GS_M8510 \
347
	GS_coslw2p \
349
	GS_COSLW2P \
348
	GS_coslwxl \
350
	GS_COSLWXL \
349
	GS_uniprint \
351
	GS_UNIPRINT \
350
	GS_dmprt \
352
	GS_DMPRT \
351
	GS_dl2100 \
353
	GS_DL2100 \
352
	GS_la50 \
354
	GS_LA50 \
353
	GS_la70 \
355
	GS_LA70 \
354
	GS_la75 \
356
	GS_LA75 \
355
	GS_la75plus \
357
	GS_LA75PLUS \
356
	GS_ln03 \
358
	GS_LN03 \
357
	GS_lj250 \
359
	GS_LJ250 \
358
	GS_declj250 \
360
	GS_DECLJ250 \
359
	GS_ap3250 \
361
	GS_AP3250 \
360
	GS_epson \
362
	GS_EPSON \
361
	GS_eps9mid \
363
	GS_EPS9MID \
362
	GS_eps9high \
364
	GS_EPS9HIGH \
363
	GS_lp8000 \
365
	GS_LP8000 \
364
	GS_epag \
366
	GS_EPAG \
365
	GS_escpage \
367
	GS_ESCPAGE \
366
	GS_lp2000 \
368
	GS_LP2000 \
367
	GS_alc8600 \
369
	GS_ALC8600 \
368
	GS_alc8500 \
370
	GS_ALC8500 \
369
	GS_alc2000 \
371
	GS_ALC2000 \
370
	GS_alc4000 \
372
	GS_ALC4000 \
371
	GS_alc1900 \
373
	GS_ALC1900 \
372
	GS_alc4100 \
374
	GS_ALC4100 \
373
	GS_lp9800c \
375
	GS_LP9800C \
374
	GS_lp9000c \
376
	GS_LP9000C \
375
	GS_lp9500c \
377
	GS_LP9500C \
376
	GS_lp8800c \
378
	GS_LP8800C \
377
	GS_lp8300c \
379
	GS_LP8300C \
378
	GS_lp8500c \
380
	GS_LP8500C \
379
	GS_lp3000c \
381
	GS_LP3000C \
380
	GS_lp8200c \
382
	GS_LP8200C \
381
	GS_lp8000c \
383
	GS_LP8000C \
382
	GS_eplmono \
384
	GS_EPLMONO \
383
	GS_eplcolor \
385
	GS_EPLCOLOR \
384
	GS_epl6100 \
386
	GS_EPL6100 \
385
	GS_epl5900 \
387
	GS_EPL5900 \
386
	GS_epl5800 \
388
	GS_EPL5800 \
387
	GS_epl2050 \
389
	GS_EPL2050 \
388
	GS_epl2050p \
390
	GS_EPL2050P \
389
	GS_epl2120 \
391
	GS_EPL2120 \
390
	GS_epl2500 \
392
	GS_EPL2500 \
391
	GS_epl2750 \
393
	GS_EPL2750 \
392
	GS_lp9000b \
394
	GS_LP9000B \
393
	GS_lp2500 \
395
	GS_LP2500 \
394
	GS_lp9100 \
396
	GS_LP9100 \
395
	GS_lp7900 \
397
	GS_LP7900 \
396
	GS_lp7500 \
398
	GS_LP7500 \
397
	GS_lp2400 \
399
	GS_LP2400 \
398
	GS_lp2200 \
400
	GS_LP2200 \
399
	GS_lp9400 \
401
	GS_LP9400 \
400
	GS_lp8900 \
402
	GS_LP8900 \
401
	GS_lp8700 \
403
	GS_LP8700 \
402
	GS_lp8100 \
404
	GS_LP8100 \
403
	GS_lp7700 \
405
	GS_LP7700 \
404
	GS_lp8600f \
406
	GS_LP8600F \
405
	GS_lp8400f \
407
	GS_LP8400F \
406
	GS_lp8300f \
408
	GS_LP8300F \
407
	GS_lp1900 \
409
	GS_LP1900 \
408
	GS_lp9600s \
410
	GS_LP9600S \
409
	GS_lp9300 \
411
	GS_LP9300 \
410
	GS_lp9600 \
412
	GS_LP9600 \
411
	GS_lp8600 \
413
	GS_LP8600 \
412
	GS_lp1800 \
414
	GS_LP1800 \
413
	GS_lq850 \
415
	GS_LQ850 \
414
	GS_epsonc \
416
	GS_EPSONC \
415
	GS_mj700v2c \
417
	GS_MJ700V2C \
416
	GS_mj500c \
418
	GS_MJ500C \
417
	GS_mj6000c \
419
	GS_MJ6000C \
418
	GS_mj8000c \
420
	GS_MJ8000C \
419
	GS_st800 \
421
	GS_ST800 \
420
	GS_stcolor \
422
	GS_STCOLOR \
421
	GS_photoex \
423
	GS_PHOTOEX \
422
	GS_fmlbp \
424
	GS_FMLBP \
423
	GS_fmpr \
425
	GS_FMPR \
424
	GS_lp2563 \
426
	GS_LP2563 \
425
	GS_cdnj500 \
427
	GS_CDNJ500 \
426
	GS_dnj650c \
428
	GS_DNJ650C \
427
	GS_deskjet \
429
	GS_DESKJET \
428
	GS_djet500 \
430
	GS_DJET500 \
429
	GS_cdeskjet \
431
	GS_CDESKJET \
430
	GS_djet500c \
432
	GS_DJET500C \
431
	GS_cdjcolor \
433
	GS_CDJCOLOR \
432
	GS_cdjmono \
434
	GS_CDJMONO \
433
	GS_cdj500 \
435
	GS_CDJ500 \
434
	GS_cdj550 \
436
	GS_CDJ550 \
435
	GS_dj505j \
437
	GS_DJ505J \
436
	GS_cdj670 \
438
	GS_CDJ670 \
437
	GS_cdj850 \
439
	GS_CDJ850 \
438
	GS_cdj880 \
440
	GS_CDJ880 \
439
	GS_cdj890 \
441
	GS_CDJ890 \
440
	GS_cdj1600 \
442
	GS_CDJ1600 \
441
	GS_chp2200 \
443
	GS_CHP2200 \
442
	GS_cdj970 \
444
	GS_CDJ970 \
443
	GS_laserjet \
445
	GS_LASERJET \
444
	GS_ljetplus \
446
	GS_LJETPLUS \
445
	GS_ljet2p \
447
	GS_LJET2P \
446
	GS_ljet3 \
448
	GS_LJET3 \
447
	GS_ljet3d \
449
	GS_LJET3D \
448
	GS_ljet4 \
450
	GS_LJET4 \
449
	GS_ljet4d \
451
	GS_LJET4D \
450
	GS_lj4dith \
452
	GS_LJ4DITH \
451
	GS_ljet4pjl \
453
	GS_LJET4PJL \
452
	GS_lj4dithp \
454
	GS_LJ4DITHP \
453
	GS_cljet5 \
455
	GS_CLJET5 \
454
	GS_cljet5c \
456
	GS_CLJET5C \
455
	GS_cljet5pr \
457
	GS_CLJET5PR \
456
	GS_lj5mono \
458
	GS_LJ5MONO \
457
	GS_lj5gray \
459
	GS_LJ5GRAY \
458
	GS_pj \
460
	GS_PJ \
459
	GS_pjetxl \
461
	GS_PJETXL \
460
	GS_pjxl \
462
	GS_PJXL \
461
	GS_paintjet \
463
	GS_PAINTJET \
462
	GS_pjxl300 \
464
	GS_PJXL300 \
463
	GS_pxlmono \
465
	GS_PXLMONO \
464
	GS_pxlcolor \
466
	GS_PXLCOLOR \
465
	GS_pcl3 \
467
	GS_PCL3 \
466
	GS_ijs \
468
	GS_IJS \
467
	GS_ibmpro \
469
	GS_IBMPRO \
468
	GS_jetp3852 \
470
	GS_JETP3852 \
469
	GS_imagen \
471
	GS_IMAGEN \
470
	GS_fs600 \
472
	GS_FS600 \
471
	GS_lxm5700m \
473
	GS_LXM5700M \
472
	GS_lxm3200 \
474
	GS_LXM3200 \
473
	GS_lex2050 \
475
	GS_LEX2050 \
474
	GS_lex3200 \
476
	GS_LEX3200 \
475
	GS_lex5700 \
477
	GS_LEX5700 \
476
	GS_lex7000 \
478
	GS_LEX7000 \
477
	GS_cp50 \
479
	GS_CP50 \
478
	GS_pr1000 \
480
	GS_PR1000 \
479
	GS_pr1000_4 \
481
	GS_PR1000_4 \
480
	GS_pr150 \
482
	GS_PR150 \
481
	GS_pr201 \
483
	GS_PR201 \
482
	GS_picty180 \
484
	GS_PICTY180 \
483
	GS_necp6 \
485
	GS_NECP6 \
484
	GS_npdl \
486
	GS_NPDL \
485
	GS_oce9050 \
487
	GS_OCE9050 \
486
	GS_oki182 \
488
	GS_OKI182 \
487
	GS_okiibm \
489
	GS_OKIIBM \
488
	GS_ml600 \
490
	GS_ML600 \
489
	GS_oki4w \
491
	GS_OKI4W \
490
	GS_atx23 \
492
	GS_ATX23 \
491
	GS_atx24 \
493
	GS_ATX24 \
492
	GS_atx38 \
494
	GS_ATX38 \
493
	GS_r4081 \
495
	GS_R4081 \
494
	GS_rpdl \
496
	GS_RPDL \
495
	GS_gdi \
497
	GS_GDI \
496
	GS_jj100 \
498
	GS_JJ100 \
497
	GS_sj48 \
499
	GS_SJ48 \
498
	GS_t4693d2 \
500
	GS_T4693D2 \
499
	GS_t4693d4 \
501
	GS_T4693D4 \
500
	GS_t4693d8 \
502
	GS_T4693D8 \
501
	GS_tek4696 \
503
	GS_TEK4696 \
502
	GS_xes \
504
	GS_XES \
503
	GS_bmpmono \
505
	GS_BMPMONO \
504
	GS_bmpgray \
506
	GS_BMPGRAY \
505
	GS_bmp16 \
507
	GS_BMP16 \
506
	GS_bmp256 \
508
	GS_BMP256 \
507
	GS_bmp16m \
509
	GS_BMP16M \
508
	GS_bmp32b \
510
	GS_BMP32B \
509
	GS_bmpsep1 \
511
	GS_BMPSEP1 \
510
	GS_bmpsep8 \
512
	GS_BMPSEP8 \
511
	GS_ccr \
513
	GS_CCR \
512
	GS_cif \
514
	GS_CIF \
513
	GS_dfaxhigh \
515
	GS_DFAXHIGH \
514
	GS_dfaxlow \
516
	GS_DFAXLOW \
515
	GS_xcf \
517
	GS_XCF \
516
	GS_xcfcmyk \
518
	GS_XCFCMYK \
517
	GS_faxg3 \
519
	GS_FAXG3 \
518
	GS_faxg32d \
520
	GS_FAXG32D \
519
	GS_faxg4 \
521
	GS_FAXG4 \
520
	GS_miff24 \
522
	GS_MIFF24 \
521
	GS_inferno \
523
	GS_INFERNO \
522
	GS_jpeg \
524
	GS_JPEG \
523
	GS_jpeggray \
525
	GS_JPEGGRAY \
524
	GS_mag16 \
526
	GS_MAG16 \
525
	GS_mag256 \
527
	GS_MAG256 \
526
	GS_mgrmono \
528
	GS_MGRMONO \
527
	GS_mgrgray2 \
529
	GS_MGRGRAY2 \
528
	GS_mgrgray4 \
530
	GS_MGRGRAY4 \
529
	GS_mgrgray8 \
531
	GS_MGRGRAY8 \
530
	GS_mgr4 \
532
	GS_MGR4 \
531
	GS_mgr8 \
533
	GS_MGR8 \
532
	GS_pcxmono \
534
	GS_PCXMONO \
533
	GS_pcxgray \
535
	GS_PCXGRAY \
534
	GS_pcx16 \
536
	GS_PCX16 \
535
	GS_pcx256 \
537
	GS_PCX256 \
536
	GS_pcx24b \
538
	GS_PCX24B \
537
	GS_pcxcmyk \
539
	GS_PCXCMYK \
538
	GS_pdfwrite \
540
	GS_PDFWRITE \
539
	GS_psdrgb \
541
	GS_PSDRGB \
540
	GS_psdcmyk \
542
	GS_PSDCMYK \
541
	GS_bit \
543
	GS_BIT \
542
	GS_bitrgb \
544
	GS_BITRGB \
543
	GS_bitcmyk \
545
	GS_BITCMYK \
544
	GS_plan \
546
	GS_PLAN \
545
	GS_plang \
547
	GS_PLANG \
546
	GS_planm \
548
	GS_PLANM \
547
	GS_planc \
549
	GS_PLANC \
548
	GS_plank \
550
	GS_PLANK \
549
	GS_plib \
551
	GS_PLIB \
550
	GS_plibg \
552
	GS_PLIBG \
551
	GS_plibm \
553
	GS_PLIBM \
552
	GS_plibc \
554
	GS_PLIBC \
553
	GS_plibk \
555
	GS_PLIBK \
554
	GS_plan9bm \
556
	GS_PLAN9BM \
555
	GS_pam \
557
	GS_PAM \
556
	GS_pbm \
558
	GS_PBM \
557
	GS_pbmraw \
559
	GS_PBMRAW \
558
	GS_pgm \
560
	GS_PGM \
559
	GS_pgmraw \
561
	GS_PGMRAW \
560
	GS_pgnm \
562
	GS_PGNM \
561
	GS_pgnmraw \
563
	GS_PGNMRAW \
562
	GS_pnm \
564
	GS_PNM \
563
	GS_pnmraw \
565
	GS_PNMRAW \
564
	GS_ppm \
566
	GS_PPM \
565
	GS_ppmraw \
567
	GS_PPMRAW \
566
	GS_pkm \
568
	GS_PKM \
567
	GS_pkmraw \
569
	GS_PKMRAW \
568
	GS_pksm \
570
	GS_PKSM \
569
	GS_pksmraw \
571
	GS_PKSMRAW \
570
	GS_pngmono \
572
	GS_PNGMONO \
571
	GS_pnggray \
573
	GS_PNGGRAY \
572
	GS_png16 \
574
	GS_PNG16 \
573
	GS_png256 \
575
	GS_PNG256 \
574
	GS_png16m \
576
	GS_PNG16M \
575
	GS_pngalpha \
577
	GS_PNGALPHA \
576
	GS_png48 \
578
	GS_PNG48 \
577
	GS_psmono \
579
	GS_PSMONO \
578
	GS_psgray \
580
	GS_PSGRAY \
579
	GS_psrgb \
581
	GS_PSRGB \
580
	GS_pswrite \
582
	GS_PSWRITE \
581
	GS_ps2write \
583
	GS_PS2WRITE \
582
	GS_epswrite \
584
	GS_EPSWRITE \
583
	GS_cfax \
585
	GS_CFAX \
584
	GS_sgirgb \
586
	GS_SGIRGB \
585
	GS_sunhmono \
587
	GS_SUNHMONO \
586
	GS_svgwrite \
588
	GS_SVGWRITE \
587
	GS_tiffcrle \
589
	GS_TIFFCRLE \
588
	GS_tiffg3 \
590
	GS_TIFFG3 \
589
	GS_tiffg32d \
591
	GS_TIFFG32D \
590
	GS_tiffg4 \
592
	GS_TIFFG4 \
591
	GS_tiffgray \
593
	GS_TIFFGRAY \
592
	GS_tiff12nc \
594
	GS_TIFF12NC \
593
	GS_tiff24nc \
595
	GS_TIFF24NC \
594
	GS_tiff32nc \
596
	GS_TIFF32NC \
595
	GS_tiffsep \
597
	GS_TIFFSEP \
596
	GS_tifflzw \
598
	GS_TIFFLZW \
597
	GS_tiffpack \
599
	GS_TIFFPACK \
598
	GS_bbox \
600
	GS_BBOX \
599
	GS_devicen \
601
	GS_DEVICEN \
600
	GS_perm \
602
	GS_PERM \
601
	GS_spotcmyk \
603
	GS_SPOTCMYK \
602
	GS_inkcov
604
	GS_INKCOV
603
605
604
GS_lvga256_DESC=	D: SVGAlib, 256-color VGA modes
606
GS_LVGA256_DESC=	D: SVGAlib, 256-color VGA modes
605
GS_vgalib_DESC=		D: SVGAlib, 16-color VGA modes
607
GS_VGALIB_DESC=		D: SVGAlib, 16-color VGA modes
606
GS_oprp_DESC=		D: OpenPrinting Raster driver interface
608
GS_OPRP_DESC=		D: OpenPrinting Raster driver interface
607
GS_opvp_DESC=		D: OpenPrinting Vecter driver interface
609
GS_OPVP_DESC=		D: OpenPrinting Vecter driver interface
608
GS_cups_DESC=		D: CUPS driver
610
GS_CUPS_DESC=		D: CUPS driver
609
GS_display_DESC=	D: display device for GS shared library
611
GS_DISPLAY_DESC=	D: display device for GS shared library
610
GS_omni_DESC=		D: Omni driver
612
GS_OMNI_DESC=		D: Omni driver
611
GS_md2k_DESC=		D: ALPS MD-2000/2010/4000/1300/1500/5000
613
GS_MD2K_DESC=		D: ALPS MD-2000/2010/4000/1300/1500/5000
612
GS_md5k_DESC=		D: ALPS MD-5000 Eco Mode
614
GS_MD5K_DESC=		D: ALPS MD-5000 Eco Mode
613
GS_md50Mono_DESC=	D: ALPS MD-5000 Monochrome
615
GS_MD50MONO_DESC=	D: ALPS MD-5000 Monochrome
614
GS_md50Eco_DESC=	D: ALPS MD-5000 Eco Mode
616
GS_MD50ECO_DESC=	D: ALPS MD-5000 Eco Mode
615
GS_md1xMono_DESC=	D: ALPS MD-1x00 Monochrome
617
GS_MD1XMONO_DESC=	D: ALPS MD-1x00 Monochrome
616
GS_appledmp_DESC=	D: Apple Dot Matrix Printer/Imagewriter
618
GS_APPLEDMP_DESC=	D: Apple Dot Matrix Printer/Imagewriter
617
GS_iwhi_DESC=		D: Apple Imagewriter, high-resolution mode
619
GS_IWHI_DESC=		D: Apple Imagewriter, high-resolution mode
618
GS_iwlo_DESC=		D: Apple Imagewriter, low-resolution mode
620
GS_IWLO_DESC=		D: Apple Imagewriter, low-resolution mode
619
GS_iwlq_DESC=		D: Apple Imagewriter LQ in 320x216dpi mode
621
GS_IWLQ_DESC=		D: Apple Imagewriter LQ in 320x216dpi mode
620
GS_hl7x0_DESC=		D: Brother HL-720/730/760(=PCL), MFC6550MC
622
GS_HL7X0_DESC=		D: Brother HL-720/730/760(=PCL), MFC6550MC
621
GS_hl1240_DESC=		D: Brother HL-1030/1240
623
GS_HL1240_DESC=		D: Brother HL-1030/1240
622
GS_hl1250_DESC=		D: Brother HL-1050/1070/1250/1270N
624
GS_HL1250_DESC=		D: Brother HL-1050/1070/1250/1270N
623
GS_bj10e_DESC=		D: Canon BJ-10e
625
GS_BJ10E_DESC=		D: Canon BJ-10e
624
GS_bj10v_DESC=		D: Canon BJ-10v
626
GS_BJ10V_DESC=		D: Canon BJ-10v
625
GS_bj10vh_DESC=		D: Canon BJ-10v, high-mergin
627
GS_BJ10VH_DESC=		D: Canon BJ-10v, high-mergin
626
GS_bj200_DESC=		D: Canon BJ-200/BJC-240(mono)
628
GS_BJ200_DESC=		D: Canon BJ-200/BJC-240(mono)
627
GS_bjc600_DESC=		D: Canon BJC-600/4xxx/70, StyleWriter 2x00
629
GS_BJC600_DESC=		D: Canon BJC-600/4xxx/70, StyleWriter 2x00
628
GS_bjc800_DESC=		D: Canon BJC-240/800
630
GS_BJC800_DESC=		D: Canon BJC-240/800
629
GS_bjccmyk_DESC=	D: Canon BJC-210/240/250/265/1000
631
GS_BJCCMYK_DESC=	D: Canon BJC-210/240/250/265/1000
630
GS_bjccolor_DESC=	D: Canon BJC-210/240/250/265/1000 truecolor
632
GS_BJCCOLOR_DESC=	D: Canon BJC-210/240/250/265/1000 truecolor
631
GS_bjcgray_DESC=	D: Canon BJC-210/240/250/265/1000 grayscale
633
GS_BJCGRAY_DESC=	D: Canon BJC-210/240/250/265/1000 grayscale
632
GS_bjcmono_DESC=	D: Canon BJC-210/240/250/265/1000 monochrome
634
GS_BJCMONO_DESC=	D: Canon BJC-210/240/250/265/1000 monochrome
633
GS_lbp8_DESC=		D: Canon LBP-8II
635
GS_LBP8_DESC=		D: Canon LBP-8II
634
GS_lbp310_DESC=		D: Canon LBP-310
636
GS_LBP310_DESC=		D: Canon LBP-310
635
GS_lbp320_DESC=		D: Canon LBP-320 Pro/LBP-350
637
GS_LBP320_DESC=		D: Canon LBP-320 Pro/LBP-350
636
GS_lips2p_DESC=		D: Canon LIPS II+
638
GS_LIPS2P_DESC=		D: Canon LIPS II+
637
GS_lips3_DESC=		D: Canon LIPS III
639
GS_LIPS3_DESC=		D: Canon LIPS III
638
GS_lips4_DESC=		D: Canon LIPS IV
640
GS_LIPS4_DESC=		D: Canon LIPS IV
639
GS_bjc880j_DESC=	D: Canon LIPS IVc, BJC-680J/880J
641
GS_BJC880J_DESC=	D: Canon LIPS IVc, BJC-680J/880J
640
GS_lips4v_DESC=		D: Canon LIPS IV, vector output mode
642
GS_LIPS4V_DESC=		D: Canon LIPS IV, vector output mode
641
GS_m8510_DESC=		D: C.Itoh M8510 printer
643
GS_M8510_DESC=		D: C.Itoh M8510 printer
642
GS_coslw2p_DESC=	D: CoStar LabelWriter II II/Plus
644
GS_COSLW2P_DESC=	D: CoStar LabelWriter II II/Plus
643
GS_coslwxl_DESC=	D: CoStar LabelWriter XL
645
GS_COSLWXL_DESC=	D: CoStar LabelWriter XL
644
GS_uniprint_DESC=	D: Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X
646
GS_UNIPRINT_DESC=	D: Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X
645
GS_dmprt_DESC=		D: Configurable dot matrix printer driver
647
GS_DMPRT_DESC=		D: Configurable dot matrix printer driver
646
GS_dl2100_DESC=		D: DEC DL2100
648
GS_DL2100_DESC=		D: DEC DL2100
647
GS_la50_DESC=		D: DEC LA50
649
GS_LA50_DESC=		D: DEC LA50
648
GS_la70_DESC=		D: DEC LA70
650
GS_LA70_DESC=		D: DEC LA70
649
GS_la75_DESC=		D: DEC LA75
651
GS_LA75_DESC=		D: DEC LA75
650
GS_la75plus_DESC=	D: DEC LA75+
652
GS_LA75PLUS_DESC=	D: DEC LA75+
651
GS_ln03_DESC=		D: DEC LN03
653
GS_LN03_DESC=		D: DEC LN03
652
GS_lj250_DESC=		D: DEC LJ250 Companion color printer
654
GS_LJ250_DESC=		D: DEC LJ250 Companion color printer
653
GS_declj250_DESC=	D: DEC LJ250 driver (alternate)
655
GS_DECLJ250_DESC=	D: DEC LJ250 driver (alternate)
654
GS_ap3250_DESC=		D: Epson ActionPrinter 3250
656
GS_AP3250_DESC=		D: Epson ActionPrinter 3250
655
GS_epson_DESC=		D: Epson dot matrix, 9/24-pin
657
GS_EPSON_DESC=		D: Epson dot matrix, 9/24-pin
656
GS_eps9mid_DESC=	D: Epson 9-pin, interleaved lines, medium res
658
GS_EPS9MID_DESC=	D: Epson 9-pin, interleaved lines, medium res
657
GS_eps9high_DESC=	D: Epson 9-pin, interleaved lines, triple res
659
GS_EPS9HIGH_DESC=	D: Epson 9-pin, interleaved lines, triple res
658
GS_lp8000_DESC=		D: Epson LP-8000 line printer
660
GS_LP8000_DESC=		D: Epson LP-8000 line printer
659
GS_epag_DESC=		D: Epson ESC/Page laser printer (generic)
661
GS_EPAG_DESC=		D: Epson ESC/Page laser printer (generic)
660
GS_escpage_DESC=	D: Epson ESC/Page laser printer (generic)
662
GS_ESCPAGE_DESC=	D: Epson ESC/Page laser printer (generic)
661
GS_lp2000_DESC=		D: Epson LP-2000/3000/7000/7000G laser printer
663
GS_LP2000_DESC=		D: Epson LP-2000/3000/7000/7000G laser printer
662
GS_alc8600_DESC=	D: Epson AL-C8600 color laser printer
664
GS_ALC8600_DESC=	D: Epson AL-C8600 color laser printer
663
GS_alc8500_DESC=	D: Epson AL-C8500 color laser printer
665
GS_ALC8500_DESC=	D: Epson AL-C8500 color laser printer
664
GS_alc2000_DESC=	D: Epson AL-C2000 color laser printer
666
GS_ALC2000_DESC=	D: Epson AL-C2000 color laser printer
665
GS_alc4000_DESC=	D: Epson AL-C4000 color laser printer
667
GS_ALC4000_DESC=	D: Epson AL-C4000 color laser printer
666
GS_alc1900_DESC=	D: Epson AL-C1900 color laser printer
668
GS_ALC1900_DESC=	D: Epson AL-C1900 color laser printer
667
GS_alc4100_DESC=	D: Epson AL-C4100 color laser printer
669
GS_ALC4100_DESC=	D: Epson AL-C4100 color laser printer
668
GS_lp9800c_DESC=	D: Epson LP-9800C color laser printer
670
GS_LP9800C_DESC=	D: Epson LP-9800C color laser printer
669
GS_lp9000c_DESC=	D: Epson LP-9000C color laser printer
671
GS_LP9000C_DESC=	D: Epson LP-9000C color laser printer
670
GS_lp9500c_DESC=	D: Epson LP-9500C color laser printer
672
GS_LP9500C_DESC=	D: Epson LP-9500C color laser printer
671
GS_lp8800c_DESC=	D: Epson LP-8800C color laser printer
673
GS_LP8800C_DESC=	D: Epson LP-8800C color laser printer
672
GS_lp8300c_DESC=	D: Epson LP-8300C color laser printer
674
GS_LP8300C_DESC=	D: Epson LP-8300C color laser printer
673
GS_lp8500c_DESC=	D: Epson LP-8500C color laser printer
675
GS_LP8500C_DESC=	D: Epson LP-8500C color laser printer
674
GS_lp3000c_DESC=	D: Epson LP-3000C color laser printer
676
GS_LP3000C_DESC=	D: Epson LP-3000C color laser printer
675
GS_lp8200c_DESC=	D: Epson LP-8200C color laser printer
677
GS_LP8200C_DESC=	D: Epson LP-8200C color laser printer
676
GS_lp8000c_DESC=	D: Epson LP-8000C color laser printer
678
GS_LP8000C_DESC=	D: Epson LP-8000C color laser printer
677
GS_eplmono_DESC=	D: Epson Esc/Page Generic driver, mono
679
GS_EPLMONO_DESC=	D: Epson Esc/Page Generic driver, mono
678
GS_eplcolor_DESC=	D: Epson Esc/Page Generic driver, color
680
GS_EPLCOLOR_DESC=	D: Epson Esc/Page Generic driver, color
679
GS_epl6100_DESC=	D: Epson EPL-6100 laser printer
681
GS_EPL6100_DESC=	D: Epson EPL-6100 laser printer
680
GS_epl5900_DESC=	D: Epson EPL-5900 laser printer
682
GS_EPL5900_DESC=	D: Epson EPL-5900 laser printer
681
GS_epl5800_DESC=	D: Epson EPL-5800 laser printer
683
GS_EPL5800_DESC=	D: Epson EPL-5800 laser printer
682
GS_epl2050_DESC=	D: Epson EPL-N2050 laser printer
684
GS_EPL2050_DESC=	D: Epson EPL-N2050 laser printer
683
GS_epl2050p_DESC=	D: Epson EPL-N2050+ laser printer
685
GS_EPL2050P_DESC=	D: Epson EPL-N2050+ laser printer
684
GS_epl2120_DESC=	D: Epson EPL-N2120 laser printer
686
GS_EPL2120_DESC=	D: Epson EPL-N2120 laser printer
685
GS_epl2500_DESC=	D: Epson EPL-N2500 laser printer
687
GS_EPL2500_DESC=	D: Epson EPL-N2500 laser printer
686
GS_epl2750_DESC=	D: Epson EPL-N2750 laser printer
688
GS_EPL2750_DESC=	D: Epson EPL-N2750 laser printer
687
GS_lp9000b_DESC=	D: Epson LP-9000B laser printer
689
GS_LP9000B_DESC=	D: Epson LP-9000B laser printer
688
GS_lp2500_DESC=		D: Epson LP-2500 laser printer
690
GS_LP2500_DESC=		D: Epson LP-2500 laser printer
689
GS_lp9100_DESC=		D: Epson LP-9100(R) laser printer
691
GS_LP9100_DESC=		D: Epson LP-9100(R) laser printer
690
GS_lp7900_DESC=		D: Epson LP-7900(R) laser printer
692
GS_LP7900_DESC=		D: Epson LP-7900(R) laser printer
691
GS_lp7500_DESC=		D: Epson LP-7500(R) laser printer
693
GS_LP7500_DESC=		D: Epson LP-7500(R) laser printer
692
GS_lp2400_DESC=		D: Epson LP-2400 laser printer
694
GS_LP2400_DESC=		D: Epson LP-2400 laser printer
693
GS_lp2200_DESC=		D: Epson LP-2200 laser printer
695
GS_LP2200_DESC=		D: Epson LP-2200 laser printer
694
GS_lp9400_DESC=		D: Epson LP-9400(R) laser printer
696
GS_LP9400_DESC=		D: Epson LP-9400(R) laser printer
695
GS_lp8900_DESC=		D: Epson LP-8900(R) laser printer
697
GS_LP8900_DESC=		D: Epson LP-8900(R) laser printer
696
GS_lp8700_DESC=		D: Epson LP-8700(R) laser printer
698
GS_LP8700_DESC=		D: Epson LP-8700(R) laser printer
697
GS_lp8100_DESC=		D: Epson LP-8100(R) laser printer
699
GS_LP8100_DESC=		D: Epson LP-8100(R) laser printer
698
GS_lp7700_DESC=		D: Epson LP-7700(R) laser printer
700
GS_LP7700_DESC=		D: Epson LP-7700(R) laser printer
699
GS_lp8600f_DESC=	D: Epson LP-8600FX(N) laser printer
701
GS_LP8600F_DESC=	D: Epson LP-8600FX(N) laser printer
700
GS_lp8400f_DESC=	D: Epson LP-8400FX(N) laser printer
702
GS_LP8400F_DESC=	D: Epson LP-8400FX(N) laser printer
701
GS_lp8300f_DESC=	D: Epson LP-8300F laser printer
703
GS_LP8300F_DESC=	D: Epson LP-8300F laser printer
702
GS_lp1900_DESC=		D: Epson LP-1900(N) laser printer
704
GS_LP1900_DESC=		D: Epson LP-1900(N) laser printer
703
GS_lp9600s_DESC=	D: Epson LP-9600S laser printer
705
GS_LP9600S_DESC=	D: Epson LP-9600S laser printer
704
GS_lp9300_DESC=		D: Epson LP-9300 laser printer
706
GS_LP9300_DESC=		D: Epson LP-9300 laser printer
705
GS_lp9600_DESC=		D: Epson LP-9600 laser printer
707
GS_LP9600_DESC=		D: Epson LP-9600 laser printer
706
GS_lp8600_DESC=		D: Epson LP-8600FX(N) laser printer
708
GS_LP8600_DESC=		D: Epson LP-8600FX(N) laser printer
707
GS_lp1800_DESC=		D: Epson LP-1800 laser printer
709
GS_LP1800_DESC=		D: Epson LP-1800 laser printer
708
GS_lq850_DESC=		D: Epson LQ-850 (360x360, emul on Canon BJ300)
710
GS_LQ850_DESC=		D: Epson LQ-850 (360x360, emul on Canon BJ300)
709
GS_epsonc_DESC=		D: Epson LQ-2550, Fujitsu 3400/2400/1200 color
711
GS_EPSONC_DESC=		D: Epson LQ-2550, Fujitsu 3400/2400/1200 color
710
GS_mj700v2c_DESC=	D: Epson MachJet series, CMYK
712
GS_MJ700V2C_DESC=	D: Epson MachJet series, CMYK
711
GS_mj500c_DESC=		D: Epson MachJet MJ-500C 360dpi, CMY/mono
713
GS_MJ500C_DESC=		D: Epson MachJet MJ-500C 360dpi, CMY/mono
712
GS_mj6000c_DESC=	D: Epson MachJet MJ-830C/930C/6000C
714
GS_MJ6000C_DESC=	D: Epson MachJet MJ-830C/930C/6000C
713
GS_mj8000c_DESC=	D: Epson MachJet MJ-8000C
715
GS_MJ8000C_DESC=	D: Epson MachJet MJ-8000C
714
GS_st800_DESC=		D: Epson Stylus 800 printer
716
GS_ST800_DESC=		D: Epson Stylus 800 printer
715
GS_stcolor_DESC=	D: Epson Stylus Color and II/IIs/1500
717
GS_STCOLOR_DESC=	D: Epson Stylus Color and II/IIs/1500
716
GS_photoex_DESC=	D: Epson Stylus Color Photo/Photo EX/Photo 700
718
GS_PHOTOEX_DESC=	D: Epson Stylus Color Photo/Photo EX/Photo 700
717
GS_fmlbp_DESC=		D: Fujitsu contrib2xx Page Printer
719
GS_FMLBP_DESC=		D: Fujitsu contrib2xx Page Printer
718
GS_fmpr_DESC=		D: Fujitsu contrib
720
GS_FMPR_DESC=		D: Fujitsu contrib
719
GS_lp2563_DESC=		D: HP 2563B line printer
721
GS_LP2563_DESC=		D: HP 2563B line printer
720
GS_cdnj500_DESC=	D: HP DesignJet 500
722
GS_CDNJ500_DESC=	D: HP DesignJet 500
721
GS_dnj650c_DESC=	D: HP DesignJet 650C
723
GS_DNJ650C_DESC=	D: HP DesignJet 650C
722
GS_deskjet_DESC=	D: HP DeskJet and DeskJet Plus
724
GS_DESKJET_DESC=	D: HP DeskJet and DeskJet Plus
723
GS_djet500_DESC=	D: HP DeskJet 500 (for DeskJet 600 use -r600)
725
GS_DJET500_DESC=	D: HP DeskJet 500 (for DeskJet 600 use -r600)
724
GS_cdeskjet_DESC=	D: HP DeskJet 500C (1b/px)
726
GS_CDESKJET_DESC=	D: HP DeskJet 500C (1b/px)
725
GS_djet500c_DESC=	D: HP DeskJet 500C (alternative)
727
GS_DJET500C_DESC=	D: HP DeskJet 500C (alternative)
726
GS_cdjcolor_DESC=	D: HP DeskJet 500C/540C (24b/px)
728
GS_CDJCOLOR_DESC=	D: HP DeskJet 500C/540C (24b/px)
727
GS_cdjmono_DESC=	D: HP DeskJet 500/510/520/540C (mono)
729
GS_CDJMONO_DESC=	D: HP DeskJet 500/510/520/540C (mono)
728
GS_cdj500_DESC=		D: HP DeskJet 500/540C (same as cdjcolor)
730
GS_CDJ500_DESC=		D: HP DeskJet 500/540C (same as cdjcolor)
729
GS_cdj550_DESC=		D: HP DeskJet 550C/560C/660C/660Cse
731
GS_CDJ550_DESC=		D: HP DeskJet 550C/560C/660C/660Cse
730
GS_dj505j_DESC=		D: HP DeskJet 505J
732
GS_DJ505J_DESC=		D: HP DeskJet 505J
731
GS_cdj670_DESC=		D: HP DeskJet 670/690
733
GS_CDJ670_DESC=		D: HP DeskJet 670/690
732
GS_cdj850_DESC=		D: HP DeskJet 850/855/870/1100
734
GS_CDJ850_DESC=		D: HP DeskJet 850/855/870/1100
733
GS_cdj880_DESC=		D: HP DeskJet 880
735
GS_CDJ880_DESC=		D: HP DeskJet 880
734
GS_cdj890_DESC=		D: HP DeskJet 890
736
GS_CDJ890_DESC=		D: HP DeskJet 890
735
GS_cdj1600_DESC=	D: HP DeskJet 1600
737
GS_CDJ1600_DESC=	D: HP DeskJet 1600
736
GS_chp2200_DESC=	D: HP Business Inkjet 2200
738
GS_CHP2200_DESC=	D: HP Business Inkjet 2200
737
GS_cdj970_DESC=		D: HP DeskJet 970CXi
739
GS_CDJ970_DESC=		D: HP DeskJet 970CXi
738
GS_laserjet_DESC=	D: HP LaserJet
740
GS_LASERJET_DESC=	D: HP LaserJet
739
GS_ljetplus_DESC=	D: HP LaserJet Plus
741
GS_LJETPLUS_DESC=	D: HP LaserJet Plus
740
GS_ljet2p_DESC=		D: HP LaserJet IId/IIp/III* (TIFF compression)
742
GS_LJET2P_DESC=		D: HP LaserJet IId/IIp/III* (TIFF compression)
741
GS_ljet3_DESC=		D: HP LaserJet III* (Delta Row compression)
743
GS_LJET3_DESC=		D: HP LaserJet III* (Delta Row compression)
742
GS_ljet3d_DESC=		D: HP LaserJet IIID (duplex capability)
744
GS_LJET3D_DESC=		D: HP LaserJet IIID (duplex capability)
743
GS_ljet4_DESC=		D: HP LaserJet 4/5L/5P (not real LJ5), 600dpi
745
GS_LJET4_DESC=		D: HP LaserJet 4/5L/5P (not real LJ5), 600dpi
744
GS_ljet4d_DESC=		D: HP LaserJet 4 (duplex + 600dpi)
746
GS_LJET4D_DESC=		D: HP LaserJet 4 (duplex + 600dpi)
745
GS_lj4dith_DESC=	D: HP LaserJet 4 (Floyd-Steinberg dithering)
747
GS_LJ4DITH_DESC=	D: HP LaserJet 4 (Floyd-Steinberg dithering)
746
GS_ljet4pjl_DESC=	D: HP LaserJet 4V/4LJ Pro
748
GS_LJET4PJL_DESC=	D: HP LaserJet 4V/4LJ Pro
747
GS_lj4dithp_DESC=	D: HP LaserJet 4V/4LJ Pro (dithering)
749
GS_LJ4DITHP_DESC=	D: HP LaserJet 4V/4LJ Pro (dithering)
748
GS_cljet5_DESC=		D: HP LaserJet 5/5M Color (new)
750
GS_CLJET5_DESC=		D: HP LaserJet 5/5M Color (new)
749
GS_cljet5c_DESC=	D: HP LaserJet 5/5M Color Simple
751
GS_CLJET5C_DESC=	D: HP LaserJet 5/5M Color Simple
750
GS_cljet5pr_DESC=	D: HP LaserJet 5/5M Color (old)
752
GS_CLJET5PR_DESC=	D: HP LaserJet 5/5M Color (old)
751
GS_lj5mono_DESC=	D: HP LaserJet 5/6 (PCL5/PCL XL), bitmap
753
GS_LJ5MONO_DESC=	D: HP LaserJet 5/6 (PCL5/PCL XL), bitmap
752
GS_lj5gray_DESC=	D: HP LaserJet 5/6 gray-scale bitmap
754
GS_LJ5GRAY_DESC=	D: HP LaserJet 5/6 gray-scale bitmap
753
GS_pj_DESC=		D: HP PaintJet XL driver
755
GS_PJ_DESC=		D: HP PaintJet XL driver
754
GS_pjetxl_DESC=		D: HP PaintJet XL driver (alternate)
756
GS_PJETXL_DESC=		D: HP PaintJet XL driver (alternate)
755
GS_pjxl_DESC=		D: HP PaintJet XL color printer
757
GS_PJXL_DESC=		D: HP PaintJet XL color printer
756
GS_paintjet_DESC=	D: HP PaintJet color printer (alternate)
758
GS_PAINTJET_DESC=	D: HP PaintJet color printer (alternate)
757
GS_pjxl300_DESC=	D: HP PaintJet XL300, DeskJet 1200C, CopyJet
759
GS_PJXL300_DESC=	D: HP PaintJet XL300, DeskJet 1200C, CopyJet
758
GS_pxlmono_DESC=	D: HP PCL XL mono (LaserJet 5/6 family)
760
GS_PXLMONO_DESC=	D: HP PCL XL mono (LaserJet 5/6 family)
759
GS_pxlcolor_DESC=	D: HP PCL XL color (Color LaserJet 4500/5000)
761
GS_PXLCOLOR_DESC=	D: HP PCL XL color (Color LaserJet 4500/5000)
760
GS_pcl3_DESC=		D: HP PCL 3+ (generic)
762
GS_PCL3_DESC=		D: HP PCL 3+ (generic)
761
GS_ijs_DESC=		D: HP Inkjet and other raster devices
763
GS_IJS_DESC=		D: HP Inkjet and other raster devices
762
GS_ibmpro_DESC=		D: IBM 9-pin Proprinter
764
GS_IBMPRO_DESC=		D: IBM 9-pin Proprinter
763
GS_jetp3852_DESC=	D: IBM Jetprinter ink-jet color (Model \#3852)
765
GS_JETP3852_DESC=	D: IBM Jetprinter ink-jet color (Model \#3852)
764
GS_imagen_DESC=		D: Imagen ImPress printers
766
GS_IMAGEN_DESC=		D: Imagen ImPress printers
765
GS_fs600_DESC=		D: Kyocera FS-600 (600 dpi)
767
GS_FS600_DESC=		D: Kyocera FS-600 (600 dpi)
766
GS_lxm5700m_DESC=	D: Lexmark 5700 monotone
768
GS_LXM5700M_DESC=	D: Lexmark 5700 monotone
767
GS_lxm3200_DESC=	D: Lexmark 3200/Z12/Z22/Z31/Z32
769
GS_LXM3200_DESC=	D: Lexmark 3200/Z12/Z22/Z31/Z32
768
GS_lex2050_DESC=	D: Lexmark 2050
770
GS_LEX2050_DESC=	D: Lexmark 2050
769
GS_lex3200_DESC=	D: Lexmark 3200
771
GS_LEX3200_DESC=	D: Lexmark 3200
770
GS_lex5700_DESC=	D: Lexmark 5700
772
GS_LEX5700_DESC=	D: Lexmark 5700
771
GS_lex7000_DESC=	D: Lexmark 7000
773
GS_LEX7000_DESC=	D: Lexmark 7000
772
GS_cp50_DESC=		D: Mitsubishi CP50 color
774
GS_CP50_DESC=		D: Mitsubishi CP50 color
773
GS_pr1000_DESC=		D: NEC PC-PR 1000
775
GS_PR1000_DESC=		D: NEC PC-PR 1000
774
GS_pr1000_4_DESC=	D: NEC PC-PR 1000/4
776
GS_PR1000_4_DESC=	D: NEC PC-PR 1000/4
775
GS_pr150_DESC=		D: NEC PC-PR 150
777
GS_PR150_DESC=		D: NEC PC-PR 150
776
GS_pr201_DESC=		D: NEC PC-PR 201
778
GS_PR201_DESC=		D: NEC PC-PR 201
777
GS_picty180_DESC=	D: NEC PICTY 180 (PC-PR101J/180)
779
GS_PICTY180_DESC=	D: NEC PICTY 180 (PC-PR101J/180)
778
GS_necp6_DESC=		D: NEC PinWriter P6/P6+/P60 (360x360)
780
GS_NECP6_DESC=		D: NEC PinWriter P6/P6+/P60 (360x360)
779
GS_npdl_DESC=		D: NEC Printer Description Language
781
GS_NPDL_DESC=		D: NEC Printer Description Language
780
GS_oce9050_DESC=	D: OCE 9050 printer
782
GS_OCE9050_DESC=	D: OCE 9050 printer
781
GS_oki182_DESC=		D: Okidata MicroLine 182
783
GS_OKI182_DESC=		D: Okidata MicroLine 182
782
GS_okiibm_DESC=		D: Okidata MicroLine IBM-compatible printers
784
GS_OKIIBM_DESC=		D: Okidata MicroLine IBM-compatible printers
783
GS_ml600_DESC=		D: Okidata Microline 600CL/620CL
785
GS_ML600_DESC=		D: Okidata Microline 600CL/620CL
784
GS_oki4w_DESC=		D: Okidata OkiPage 4w+
786
GS_OKI4W_DESC=		D: Okidata OkiPage 4w+
785
GS_atx23_DESC=		D: Practical Automation ATX-23
787
GS_ATX23_DESC=		D: Practical Automation ATX-23
786
GS_atx24_DESC=		D: Practical Automation ATX-24
788
GS_ATX24_DESC=		D: Practical Automation ATX-24
787
GS_atx38_DESC=		D: Practical Automation ATX-38
789
GS_ATX38_DESC=		D: Practical Automation ATX-38
788
GS_r4081_DESC=		D: Ricoh 4081 laser printer
790
GS_R4081_DESC=		D: Ricoh 4081 laser printer
789
GS_rpdl_DESC=		D: Ricoh Printer Description Language
791
GS_RPDL_DESC=		D: Ricoh Printer Description Language
790
GS_gdi_DESC=		D: Samsung SmartGDI laser printer
792
GS_GDI_DESC=		D: Samsung SmartGDI laser printer
791
GS_jj100_DESC=		D: Star JJ-100
793
GS_JJ100_DESC=		D: Star JJ-100
792
GS_sj48_DESC=		D: StarJet 48 inkjet printer
794
GS_SJ48_DESC=		D: StarJet 48 inkjet printer
793
GS_t4693d2_DESC=	D: Tektronix 4693d color, 2b/RGB
795
GS_T4693D2_DESC=	D: Tektronix 4693d color, 2b/RGB
794
GS_t4693d4_DESC=	D: Tektronix 4693d color, 4b/RGB
796
GS_T4693D4_DESC=	D: Tektronix 4693d color, 4b/RGB
795
GS_t4693d8_DESC=	D: Tektronix 4693d color, 8b/RGB
797
GS_T4693D8_DESC=	D: Tektronix 4693d color, 8b/RGB
796
GS_tek4696_DESC=	D: Tektronix 4695/4696 inkjet plotter
798
GS_TEK4696_DESC=	D: Tektronix 4695/4696 inkjet plotter
797
GS_xes_DESC=		D: Xerox XES (2700, 3700, 4045, etc.)
799
GS_XES_DESC=		D: Xerox XES (2700, 3700, 4045, etc.)
798
GS_bmpmono_DESC=	D: BMP Monochrome
800
GS_BMPMONO_DESC=	D: BMP Monochrome
799
GS_bmpgray_DESC=	D: BMP 8-bit gray
801
GS_BMPGRAY_DESC=	D: BMP 8-bit gray
800
GS_bmp16_DESC=		D: BMP 4-bit EGA/VGA
802
GS_BMP16_DESC=		D: BMP 4-bit EGA/VGA
801
GS_bmp256_DESC=		D: BMP 8-bit 256-color
803
GS_BMP256_DESC=		D: BMP 8-bit 256-color
802
GS_bmp16m_DESC=		D: BMP 24-bit
804
GS_BMP16M_DESC=		D: BMP 24-bit
803
GS_bmp32b_DESC=		D: BMP 32-bit pseudo-.BMP
805
GS_BMP32B_DESC=		D: BMP 32-bit pseudo-.BMP
804
GS_bmpsep1_DESC=	D: BMP Separated 1-bit CMYK
806
GS_BMPSEP1_DESC=	D: BMP Separated 1-bit CMYK
805
GS_bmpsep8_DESC=	D: BMP Separated 8-bit CMYK
807
GS_BMPSEP8_DESC=	D: BMP Separated 8-bit CMYK
806
GS_ccr_DESC=		D: CalComp Raster format
808
GS_CCR_DESC=		D: CalComp Raster format
807
GS_cif_DESC=		D: CIF file format for VLSI
809
GS_CIF_DESC=		D: CIF file format for VLSI
808
GS_dfaxhigh_DESC=	D: DigiBoard, DigiFAX (high res)
810
GS_DFAXHIGH_DESC=	D: DigiBoard, DigiFAX (high res)
809
GS_dfaxlow_DESC=	D: DigiFAX (normal res)
811
GS_DFAXLOW_DESC=	D: DigiFAX (normal res)
810
GS_xcf_DESC=		D: Gimp XCF, RGB
812
GS_XCF_DESC=		D: Gimp XCF, RGB
811
GS_xcfcmyk_DESC=	D: Gimp XCF, CMYK
813
GS_XCFCMYK_DESC=	D: Gimp XCF, CMYK
812
GS_faxg3_DESC=		D: Group 3 FAX (EOL + no header/EOD)
814
GS_FAXG3_DESC=		D: Group 3 FAX (EOL + no header/EOD)
813
GS_faxg32d_DESC=	D: Group 3 2-D FAX (EOL + no header/EOD)
815
GS_FAXG32D_DESC=	D: Group 3 2-D FAX (EOL + no header/EOD)
814
GS_faxg4_DESC=		D: Group 4 FAX (EOL + no header/EOD)
816
GS_FAXG4_DESC=		D: Group 4 FAX (EOL + no header/EOD)
815
GS_miff24_DESC=		D: ImageMagick MIFF, 24-bit direct color, RLE
817
GS_MIFF24_DESC=		D: ImageMagick MIFF, 24-bit direct color, RLE
816
GS_inferno_DESC=	D: Inferno bitmaps
818
GS_INFERNO_DESC=	D: Inferno bitmaps
817
GS_jpeg_DESC=		D: JPEG format, RGB output
819
GS_JPEG_DESC=		D: JPEG format, RGB output
818
GS_jpeggray_DESC=	D: JPEG format, gray output
820
GS_JPEGGRAY_DESC=	D: JPEG format, gray output
819
GS_mag16_DESC=		D: MAG format, 16-color
821
GS_MAG16_DESC=		D: MAG format, 16-color
820
GS_mag256_DESC=		D: MAG format, 256-color
822
GS_MAG256_DESC=		D: MAG format, 256-color
821
GS_mgrmono_DESC=	D: MGR devices 1-bit monochrome
823
GS_MGRMONO_DESC=	D: MGR devices 1-bit monochrome
822
GS_mgrgray2_DESC=	D: MGR devices 2-bit gray scale
824
GS_MGRGRAY2_DESC=	D: MGR devices 2-bit gray scale
823
GS_mgrgray4_DESC=	D: MGR devices 4-bit gray scale
825
GS_MGRGRAY4_DESC=	D: MGR devices 4-bit gray scale
824
GS_mgrgray8_DESC=	D: MGR devices 8-bit gray scale
826
GS_MGRGRAY8_DESC=	D: MGR devices 8-bit gray scale
825
GS_mgr4_DESC=		D: MGR devices 4-bit (VGA) color
827
GS_MGR4_DESC=		D: MGR devices 4-bit (VGA) color
826
GS_mgr8_DESC=		D: MGR devices 8-bit color
828
GS_MGR8_DESC=		D: MGR devices 8-bit color
827
GS_pcxmono_DESC=	D: PCX, 1-bit monochrome
829
GS_PCXMONO_DESC=	D: PCX, 1-bit monochrome
828
GS_pcxgray_DESC=	D: PCX, 8-bit gray scale
830
GS_PCXGRAY_DESC=	D: PCX, 8-bit gray scale
829
GS_pcx16_DESC=		D: PCX, 4-bit planar EGA/VGA color
831
GS_PCX16_DESC=		D: PCX, 4-bit planar EGA/VGA color
830
GS_pcx256_DESC=		D: PCX, 8-bit chunky color
832
GS_PCX256_DESC=		D: PCX, 8-bit chunky color
831
GS_pcx24b_DESC=		D: PCX, 24-bit color 3x8-bit planes
833
GS_PCX24B_DESC=		D: PCX, 24-bit color 3x8-bit planes
832
GS_pcxcmyk_DESC=	D: PCX, 4-bit chunky CMYK color
834
GS_PCXCMYK_DESC=	D: PCX, 4-bit chunky CMYK color
833
GS_pdfwrite_DESC=	D: Portable Document Format
835
GS_PDFWRITE_DESC=	D: Portable Document Format
834
GS_psdrgb_DESC=		D: PhotoShop PSD, RGB
836
GS_PSDRGB_DESC=		D: PhotoShop PSD, RGB
835
GS_psdcmyk_DESC=	D: PhotoShop PSD, CMYK
837
GS_PSDCMYK_DESC=	D: PhotoShop PSD, CMYK
836
GS_bit_DESC=		D: Plain bits, monochrome
838
GS_BIT_DESC=		D: Plain bits, monochrome
837
GS_bitrgb_DESC=		D: Plain bits, RGB
839
GS_BITRGB_DESC=		D: Plain bits, RGB
838
GS_bitcmyk_DESC=	D: Plain bits, CMYK
840
GS_BITCMYK_DESC=	D: Plain bits, CMYK
839
GS_plan_DESC=		D: PLANar 24 bit RGB (8 bits per channel)
841
GS_PLAN_DESC=		D: PLANar 24 bit RGB (8 bits per channel)
840
GS_plang_DESC=		D: PLANar 8 bit Grayscale
842
GS_PLANG_DESC=		D: PLANar 8 bit Grayscale
841
GS_planm_DESC=		D: PLANar 1 bit Monochrome
843
GS_PLANM_DESC=		D: PLANar 1 bit Monochrome
842
GS_planc_DESC=		D: PLANar 32 bit CMYK (8 bits per channel)
844
GS_PLANC_DESC=		D: PLANar 32 bit CMYK (8 bits per channel)
843
GS_plank_DESC=		D: PLANar 4 bit CMYK (1 bit per channel)
845
GS_PLANK_DESC=		D: PLANar 4 bit CMYK (1 bit per channel)
844
GS_plib_DESC=		D: PLANar Interlaced Banded 24 bit RGB
846
GS_PLIB_DESC=		D: PLANar Interlaced Banded 24 bit RGB
845
GS_plibg_DESC=		D: PLANar Interlaced Banded 8 bit Grayscale
847
GS_PLIBG_DESC=		D: PLANar Interlaced Banded 8 bit Grayscale
846
GS_plibm_DESC=		D: PLANar Interlaced Banded 1 bit Monochrome
848
GS_PLIBM_DESC=		D: PLANar Interlaced Banded 1 bit Monochrome
847
GS_plibc_DESC=		D: PLANar Interlaced Banded 32 bit CMYK
849
GS_PLIBC_DESC=		D: PLANar Interlaced Banded 32 bit CMYK
848
GS_plibk_DESC=		D: PLANar Interlaced Banded 4 bit CMYK
850
GS_PLIBK_DESC=		D: PLANar Interlaced Banded 4 bit CMYK
849
GS_plan9bm_DESC=	D: Plan 9 bitmap format
851
GS_PLAN9BM_DESC=	D: Plan 9 bitmap format
850
GS_pam_DESC=		D: Portable Arbitrary Map file
852
GS_PAM_DESC=		D: Portable Arbitrary Map file
851
GS_pbm_DESC=		D: Portable Bitmap, plain
853
GS_PBM_DESC=		D: Portable Bitmap, plain
852
GS_pbmraw_DESC=		D: Portable Bitmap, raw
854
GS_PBMRAW_DESC=		D: Portable Bitmap, raw
853
GS_pgm_DESC=		D: Portable Graymap, plain
855
GS_PGM_DESC=		D: Portable Graymap, plain
854
GS_pgmraw_DESC=		D: Portable Graymap, raw
856
GS_PGMRAW_DESC=		D: Portable Graymap, raw
855
GS_pgnm_DESC=		D: Portable Graymap, plain (PBM opt)
857
GS_PGNM_DESC=		D: Portable Graymap, plain (PBM opt)
856
GS_pgnmraw_DESC=	D: Portable Graymap, raw (PBM opt)
858
GS_PGNMRAW_DESC=	D: Portable Graymap, raw (PBM opt)
857
GS_pnm_DESC=		D: Portable Pixmap, plain RGB (PGM/PBM opt)
859
GS_PNM_DESC=		D: Portable Pixmap, plain RGB (PGM/PBM opt)
858
GS_pnmraw_DESC=		D: Portable Pixmap, raw RGB (PGM/PBM opt)
860
GS_PNMRAW_DESC=		D: Portable Pixmap, raw RGB (PGM/PBM opt)
859
GS_ppm_DESC=		D: Portable Pixmap, plain RGB
861
GS_PPM_DESC=		D: Portable Pixmap, plain RGB
860
GS_ppmraw_DESC=		D: Portable Pixmap, raw RGB
862
GS_PPMRAW_DESC=		D: Portable Pixmap, raw RGB
861
GS_pkm_DESC=		D: Portable inKmap, plain (4b CMYK=>RGB)
863
GS_PKM_DESC=		D: Portable inKmap, plain (4b CMYK=>RGB)
862
GS_pkmraw_DESC=		D: Portable inKmap, raw (4b CMYK=>RGB)
864
GS_PKMRAW_DESC=		D: Portable inKmap, raw (4b CMYK=>RGB)
863
GS_pksm_DESC=		D: Portable Separated map, plain (4b CMYK=>4p)
865
GS_PKSM_DESC=		D: Portable Separated map, plain (4b CMYK=>4p)
864
GS_pksmraw_DESC=	D: Portable Separated map, raw (4b CMYK=>4p)
866
GS_PKSMRAW_DESC=	D: Portable Separated map, raw (4b CMYK=>4p)
865
GS_pngmono_DESC=	D: PNG (Portable Network Graphics) Mono
867
GS_PNGMONO_DESC=	D: PNG (Portable Network Graphics) Mono
866
GS_pnggray_DESC=	D: PNG 8-bit Gray
868
GS_PNGGRAY_DESC=	D: PNG 8-bit Gray
867
GS_png16_DESC=		D: PNG 4-bit Color
869
GS_PNG16_DESC=		D: PNG 4-bit Color
868
GS_png256_DESC=		D: PNG 8-bit Color
870
GS_PNG256_DESC=		D: PNG 8-bit Color
869
GS_png16m_DESC=		D: PNG 24-bit Color
871
GS_PNG16M_DESC=		D: PNG 24-bit Color
870
GS_pngalpha_DESC=	D: PNG 32-bit RGBA Color
872
GS_PNGALPHA_DESC=	D: PNG 32-bit RGBA Color
871
GS_png48_DESC=		D: PNG 48-bit Color
873
GS_PNG48_DESC=		D: PNG 48-bit Color
872
GS_psmono_DESC=		D: PostScript (Level 1) monochrome image
874
GS_PSMONO_DESC=		D: PostScript (Level 1) monochrome image
873
GS_psgray_DESC=		D: PostScript (Level 1) 8-bit gray image
875
GS_PSGRAY_DESC=		D: PostScript (Level 1) 8-bit gray image
874
GS_psrgb_DESC=		D: PostScript (Level 2) 24-bit color image
876
GS_PSRGB_DESC=		D: PostScript (Level 2) 24-bit color image
875
GS_pswrite_DESC=	D: PostScript (like PostScript Distiller)
877
GS_PSWRITE_DESC=	D: PostScript (like PostScript Distiller)
876
GS_ps2write_DESC=	D: PostScript (Level 2) output
878
GS_PS2WRITE_DESC=	D: PostScript (Level 2) output
877
GS_epswrite_DESC=	D: Encapsulated PostScript
879
GS_EPSWRITE_DESC=	D: Encapsulated PostScript
878
GS_cfax_DESC=		D: SFF format for CAPI FAX interface
880
GS_CFAX_DESC=		D: SFF format for CAPI FAX interface
879
GS_sgirgb_DESC=		D: SGI RGB pixmap format
881
GS_SGIRGB_DESC=		D: SGI RGB pixmap format
880
GS_sunhmono_DESC=	D: Harlequin variant of 1-bit Sun raster file
882
GS_SUNHMONO_DESC=	D: Harlequin variant of 1-bit Sun raster file
881
GS_svgwrite_DESC=	D: SVG driver
883
GS_SVGWRITE_DESC=	D: SVG driver
882
GS_tiffcrle_DESC=	D: TIFF CCITT RLE 1 dim (G3 FAX with no EOL)
884
GS_TIFFCRLE_DESC=	D: TIFF CCITT RLE 1 dim (G3 FAX with no EOL)
883
GS_tiffg3_DESC=		D: TIFF Group 3 FAX (with EOL)
885
GS_TIFFG3_DESC=		D: TIFF Group 3 FAX (with EOL)
884
GS_tiffg32d_DESC=	D: TIFF Group 3 2-D FAX
886
GS_TIFFG32D_DESC=	D: TIFF Group 3 2-D FAX
885
GS_tiffg4_DESC=		D: TIFF Group 4 FAX
887
GS_TIFFG4_DESC=		D: TIFF Group 4 FAX
886
GS_tiffgray_DESC=	D: TIFF 8-bit gray, no compress
888
GS_TIFFGRAY_DESC=	D: TIFF 8-bit gray, no compress
887
GS_tiff12nc_DESC=	D: TIFF 12-bit RGB, no compress
889
GS_TIFF12NC_DESC=	D: TIFF 12-bit RGB, no compress
888
GS_tiff24nc_DESC=	D: TIFF 24-bit RGB, no compress, NeXT format
890
GS_TIFF24NC_DESC=	D: TIFF 24-bit RGB, no compress, NeXT format
889
GS_tiff32nc_DESC=	D: TIFF 32-bit CMYK
891
GS_TIFF32NC_DESC=	D: TIFF 32-bit CMYK
890
GS_tiffsep_DESC=	D: TIFF gray + CMYK composite
892
GS_TIFFSEP_DESC=	D: TIFF gray + CMYK composite
891
GS_tifflzw_DESC=	D: TIFF LZW,      tag = 5,     mono
893
GS_TIFFLZW_DESC=	D: TIFF LZW,      tag = 5,     mono
892
GS_tiffpack_DESC=	D: TIFF PackBits, tag = 32773, mono
894
GS_TIFFPACK_DESC=	D: TIFF PackBits, tag = 32773, mono
893
GS_bbox_DESC=		D: Bounding box output
895
GS_BBOX_DESC=		D: Bounding box output
894
GS_devicen_DESC=	D: DeviceN process color model device
896
GS_DEVICEN_DESC=	D: DeviceN process color model device
895
GS_perm_DESC=		D: DeviceN which permutes color components
897
GS_PERM_DESC=		D: DeviceN which permutes color components
896
GS_spotcmyk_DESC=	D: DeviceN with CMYK and spot color support
898
GS_SPOTCMYK_DESC=	D: DeviceN with CMYK and spot color support
897
GS_inkcov_DESC=		D: Compute ink coverage
899
GS_INKCOV_DESC=		D: Compute ink coverage
(-)print/ghostscript9-base/files/Makefile.drivers_post (-9 / +9 lines)
Lines 1-85 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
# pre/postprocessing driver variables
2
# pre/postprocessing driver variables
3
3
4
# dmprt specific
4
# dmprt specific
5
.if ${PORT_OPTIONS:MGS_dmprt}
5
.if ${PORT_OPTIONS:MGS_DMPRT}
6
.include "${MASTERDIR}/files/Makefile.dmprt"
6
.include "${MASTERDIR}/files/Makefile.dmprt"
7
.endif
7
.endif
8
8
9
# epag specific
9
# epag specific
10
.if ${PORT_OPTIONS:MGS_epag}
10
.if ${PORT_OPTIONS:MGS_EPAG}
11
.include "${MASTERDIR}/files/Makefile.epag"
11
.include "${MASTERDIR}/files/Makefile.epag"
12
.endif
12
.endif
13
13
14
EPAG_BASE=	epag
14
EPAG_BASE=	epag
15
EPAG_SRCS=	${EPAG_BASE}-3.09.tar.gz
15
EPAG_SRCS=	${EPAG_BASE}-3.09.tar.gz
16
EPAG_NAME=	${EPAG_SRCS:S,.tar.gz$,,}
16
EPAG_NAME=	${EPAG_SRCS:S,.tar.gz$,,}
17
17
18
post-extract-epag:
18
post-extract-epag:
19
	${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EPAG_SRCS}
19
	${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EPAG_SRCS}
20
	${LN} -s -f ${EPAG_NAME} ${WRKSRC}/${EPAG_BASE}
20
	${LN} -s -f ${EPAG_NAME} ${WRKSRC}/${EPAG_BASE}
21
	${INSTALL_DATA} ${FILESDIR}/epag.contrib.mak ${WRKSRC}/base/epag.contrib.mak
21
	${INSTALL_DATA} ${FILESDIR}/epag.contrib.mak ${WRKSRC}/base/epag.contrib.mak
22
22
23
post-extract: post-extract-epag
23
post-extract: post-extract-epag
24
24
25
# pcl3 specific
25
# pcl3 specific
26
.if ${PORT_OPTIONS:MGS_pcl3}
26
.if ${PORT_OPTIONS:MGS_PCL3}
27
.include "${MASTERDIR}/files/Makefile.pcl3"
27
.include "${MASTERDIR}/files/Makefile.pcl3"
28
.endif
28
.endif
29
29
30
# cups specific
30
# cups specific
31
CUPS_DEVS= cups
31
CUPS_DEVS= cups
32
.undef _CUPS_DEVS
32
.undef _CUPS_DEVS
33
33
34
.for D in ${CUPS_DEVS}
34
.for D in ${CUPS_DEVS}
35
.if ${PORT_OPTIONS:MCUPS} && ${PORT_OPTIONS:MGS_${D}}
35
.if ${PORT_OPTIONS:MCUPS} && ${PORT_OPTIONS:MGS_${D:tu}}
36
_CUPS_DEVS+= ${D}
36
_CUPS_DEVS+= ${D}
37
.else
37
.else
38
PORT_OPTIONS:=	${PORT_OPTIONS:NGS_${D}}
38
PORT_OPTIONS:=	${PORT_OPTIONS:NGS_${D:tu}}
39
.endif
39
.endif
40
.endfor
40
.endfor
41
41
42
.if defined(_CUPS_DEVS)
42
.if defined(_CUPS_DEVS)
43
LIB_DEPENDS+=	libcupsimage.so:print/cups
43
LIB_DEPENDS+=	libcupsimage.so:print/cups
44
CONFIGURE_ARGS+=	--enable-cups
44
CONFIGURE_ARGS+=	--enable-cups
45
.else
45
.else
46
CONFIGURE_ARGS+=	--disable-cups
46
CONFIGURE_ARGS+=	--disable-cups
47
.endif
47
.endif
48
48
49
# vgalib specific
49
# vgalib specific
50
VGA_DEVS= lvga256 vgalib
50
VGA_DEVS= lvga256 vgalib
51
.undef _VGA_DEVS
51
.undef _VGA_DEVS
52
52
53
.for D in ${VGA_DEVS}
53
.for D in ${VGA_DEVS}
54
.if ${PORT_OPTIONS:MGS_${D}}
54
.if ${PORT_OPTIONS:MGS_${D:tu}}
55
.if ${ARCH:Mamd64} || ${ARCH:Mi386}
55
.if ${ARCH:Mamd64} || ${ARCH:Mi386}
56
_VGA_DEVS+= ${D}
56
_VGA_DEVS+= ${D}
57
.else
57
.else
58
OPTIONS_UNSET+=	${PORT_OPTIONS:MGS_${D}}
58
OPTIONS_UNSET+=	${PORT_OPTIONS:MGS_${D:tu}}
59
.endif
59
.endif
60
.endif
60
.endif
61
.endfor
61
.endfor
62
62
63
.if defined(_VGA_DEVS)
63
.if defined(_VGA_DEVS)
64
LIB_DEPENDS+=	libvga.so:graphics/svgalib
64
LIB_DEPENDS+=	libvga.so:graphics/svgalib
65
.endif
65
.endif
66
66
67
# iconv specific
67
# iconv specific
68
ICONV_DEVS= oprp opvp
68
ICONV_DEVS= oprp opvp
69
.undef _ICONV_DEVS
69
.undef _ICONV_DEVS
70
70
71
.for D in ${ICONV_DEVS}
71
.for D in ${ICONV_DEVS}
72
.if ${PORT_OPTIONS:MICONV} && ${PORT_OPTIONS:MGS_${D}}
72
.if ${PORT_OPTIONS:MICONV} && ${PORT_OPTIONS:MGS_${D:tu}}
73
_ICONV_DEVS+= ${D}
73
_ICONV_DEVS+= ${D}
74
.else
74
.else
75
PORT_OPTIONS:=	${PORT_OPTIONS:NGS_${D}}
75
PORT_OPTIONS:=	${PORT_OPTIONS:NGS_${D:tu}}
76
.endif
76
.endif
77
.endfor
77
.endfor
78
78
79
.if defined(_ICONV_DEVS)
79
.if defined(_ICONV_DEVS)
80
USES+=		iconv
80
USES+=		iconv
81
CONFIGURE_ARGS+=--with-libiconv=maybe
81
CONFIGURE_ARGS+=--with-libiconv=maybe
82
.else
82
.else
83
CONFIGURE_ARGS+=--with-libiconv=no
83
CONFIGURE_ARGS+=--with-libiconv=no
84
.endif
84
.endif
85
85
(-)print/ghostscript9-base/pkg-plist (-18 / +18 lines)
Lines 1-25 Link Here
1
bin/dvipdf
1
bin/dvipdf
2
bin/eps2eps
2
bin/eps2eps
3
%%GS_epag%%bin/ert
3
%%GS_EPAG%%bin/ert
4
bin/font2c
4
bin/font2c
5
bin/gs
5
bin/gs
6
bin/gsbj
6
bin/gsbj
7
bin/gsc
7
bin/gsc
8
bin/gsdj
8
bin/gsdj
9
bin/gsdj500
9
bin/gsdj500
10
bin/gslj
10
bin/gslj
11
bin/gslp
11
bin/gslp
12
bin/gsnd
12
bin/gsnd
13
bin/gsx
13
bin/gsx
14
bin/lprsetup.sh
14
bin/lprsetup.sh
15
%%GS_pcl3%%bin/pcl3opts
15
%%GS_PCL3%%bin/pcl3opts
16
bin/pdf2dsc
16
bin/pdf2dsc
17
bin/pdf2ps
17
bin/pdf2ps
18
bin/pdfopt
18
bin/pdfopt
19
bin/pf2afm
19
bin/pf2afm
20
bin/pfbtopfa
20
bin/pfbtopfa
21
bin/pphs
21
bin/pphs
22
bin/printafm
22
bin/printafm
23
bin/ps2ascii
23
bin/ps2ascii
24
bin/ps2epsi
24
bin/ps2epsi
25
bin/ps2pdf
25
bin/ps2pdf
Lines 33-61 bin/unix-lpr.sh Link Here
33
bin/wftopfa
33
bin/wftopfa
34
include/ghostscript/gdevdsp.h
34
include/ghostscript/gdevdsp.h
35
include/ghostscript/iapi.h
35
include/ghostscript/iapi.h
36
include/ghostscript/ierrors.h
36
include/ghostscript/ierrors.h
37
lib/libgs.so
37
lib/libgs.so
38
lib/libgs.so.%%SHLIB_VER%%
38
lib/libgs.so.%%SHLIB_VER%%
39
lib/libgs.so.%%GS_VERSION%%
39
lib/libgs.so.%%GS_VERSION%%
40
man/man1/dvipdf.1.gz
40
man/man1/dvipdf.1.gz
41
man/man1/eps2eps.1.gz
41
man/man1/eps2eps.1.gz
42
man/man1/font2c.1.gz
42
man/man1/font2c.1.gz
43
%%GS_pcl3%%man/man1/gs-pcl3.1.gz
43
%%GS_PCL3%%man/man1/gs-pcl3.1.gz
44
man/man1/gs.1.gz
44
man/man1/gs.1.gz
45
man/man1/gsbj.1.gz
45
man/man1/gsbj.1.gz
46
man/man1/gsdj.1.gz
46
man/man1/gsdj.1.gz
47
man/man1/gsdj500.1.gz
47
man/man1/gsdj500.1.gz
48
man/man1/gslj.1.gz
48
man/man1/gslj.1.gz
49
man/man1/gslp.1.gz
49
man/man1/gslp.1.gz
50
man/man1/gsnd.1.gz
50
man/man1/gsnd.1.gz
51
%%GS_pcl3%%man/man1/pcl3opts.1.gz
51
%%GS_PCL3%%man/man1/pcl3opts.1.gz
52
man/man1/pdf2dsc.1.gz
52
man/man1/pdf2dsc.1.gz
53
man/man1/pdf2ps.1.gz
53
man/man1/pdf2ps.1.gz
54
man/man1/pdfopt.1.gz
54
man/man1/pdfopt.1.gz
55
man/man1/pf2afm.1.gz
55
man/man1/pf2afm.1.gz
56
man/man1/pfbtopfa.1.gz
56
man/man1/pfbtopfa.1.gz
57
man/man1/printafm.1.gz
57
man/man1/printafm.1.gz
58
man/man1/ps2ascii.1.gz
58
man/man1/ps2ascii.1.gz
59
man/man1/ps2epsi.1.gz
59
man/man1/ps2epsi.1.gz
60
man/man1/ps2pdf.1.gz
60
man/man1/ps2pdf.1.gz
61
man/man1/ps2pdf12.1.gz
61
man/man1/ps2pdf12.1.gz
Lines 618-644 man/man1/wftopfa.1.gz Link Here
618
%%DATADIR%%/lib/Stp720pl.upp
618
%%DATADIR%%/lib/Stp720pl.upp
619
%%DATADIR%%/lib/Stp870p.upp
619
%%DATADIR%%/lib/Stp870p.upp
620
%%DATADIR%%/lib/Stp870pl.upp
620
%%DATADIR%%/lib/Stp870pl.upp
621
%%DATADIR%%/lib/bjc6000a1.upp
621
%%DATADIR%%/lib/bjc6000a1.upp
622
%%DATADIR%%/lib/bjc6000b1.upp
622
%%DATADIR%%/lib/bjc6000b1.upp
623
%%DATADIR%%/lib/s400a1.upp
623
%%DATADIR%%/lib/s400a1.upp
624
%%DATADIR%%/lib/s400b1.upp
624
%%DATADIR%%/lib/s400b1.upp
625
%%DATADIR%%/lib/sharp.upp
625
%%DATADIR%%/lib/sharp.upp
626
%%DATADIR%%/lib/sipixa6.upp
626
%%DATADIR%%/lib/sipixa6.upp
627
%%DATADIR%%/lib/stc740ih.upp
627
%%DATADIR%%/lib/stc740ih.upp
628
%%GS_dmprt%%%%DATADIR%%/lib/lqx70ch.upp
628
%%GS_DMPRT%%%%DATADIR%%/lib/lqx70ch.upp
629
%%GS_dmprt%%%%DATADIR%%/lib/lqx70cl.upp
629
%%GS_DMPRT%%%%DATADIR%%/lib/lqx70cl.upp
630
%%GS_dmprt%%%%DATADIR%%/lib/lqx70cm.upp
630
%%GS_DMPRT%%%%DATADIR%%/lib/lqx70cm.upp
631
%%GS_pcl3%%%%DATADIR%%/pcl3/calign.ps
631
%%GS_PCL3%%%%DATADIR%%/pcl3/calign.ps
632
%%GS_pcl3%%%%DATADIR%%/pcl3/dumppdd.ps
632
%%GS_PCL3%%%%DATADIR%%/pcl3/dumppdd.ps
633
%%GS_pcl3%%%%DATADIR%%/pcl3/example.mcf
633
%%GS_PCL3%%%%DATADIR%%/pcl3/example.mcf
634
%%GS_pcl3%%%%DATADIR%%/pcl3/if-pcl3
634
%%GS_PCL3%%%%DATADIR%%/pcl3/if-pcl3
635
%%GS_pcl3%%%%DATADIR%%/pcl3/levels-test.ps
635
%%GS_PCL3%%%%DATADIR%%/pcl3/levels-test.ps
636
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-A4.ps
636
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-A4.ps
637
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-A4Rotated.ps
637
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-A4Rotated.ps
638
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-Env10Rotated.ps
638
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-Env10Rotated.ps
639
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-EnvDLRotated.ps
639
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-EnvDLRotated.ps
640
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-Letter.ps
640
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-Letter.ps
641
%%GS_pcl3%%%%DATADIR%%/pcl3/margins-LetterRotated.ps
641
%%GS_PCL3%%%%DATADIR%%/pcl3/margins-LetterRotated.ps
642
%%DATADIR%%/Resource/CIDFSubst/DroidSansFallback.ttf
642
%%DATADIR%%/Resource/CIDFSubst/DroidSansFallback.ttf
643
%%DATADIR%%/Resource/CIDFont/fonts
643
%%DATADIR%%/Resource/CIDFont/fonts
644
%%DATADIR%%/Resource/CIDFont/ArtifexBullet
644
%%DATADIR%%/Resource/CIDFont/ArtifexBullet
(-)security/wpa_supplicant/Makefile (-8 / +8 lines)
Lines 21-49 CFLAGS+= -I${OPENSSLINC} Link Here
21
LDFLAGS+=	-L${OPENSSLLIB} -lutil
21
LDFLAGS+=	-L${OPENSSLLIB} -lutil
22
MAKE_ENV=	V=1
22
MAKE_ENV=	V=1
23
23
24
SUB_FILES=	pkg-message
24
SUB_FILES=	pkg-message
25
PORTDOCS=	README ChangeLog
25
PORTDOCS=	README ChangeLog
26
26
27
CFG=		${BUILD_WRKSRC}/.config
27
CFG=		${BUILD_WRKSRC}/.config
28
28
29
OPTIONS_MULTI=		DRV EAP
29
OPTIONS_MULTI=		DRV EAP
30
OPTIONS_MULTI_DRV=	BSD WIRED NDIS TEST NONE #ROBOSWITCH
30
OPTIONS_MULTI_DRV=	BSD WIRED NDIS TEST NONE #ROBOSWITCH
31
OPTIONS_MULTI_EAP=	TLS PEAP TTLS MD5 MSCHAPv2 GTC LEAP OTP PSK FAST \
31
OPTIONS_MULTI_EAP=	TLS PEAP TTLS MD5 MSCHAPV2 GTC LEAP OTP PSK FAST \
32
			SIM PWD PAX AKA AKA_PRIME SAKE GPSK TNC IKEv2 EKE
32
			SIM PWD PAX AKA AKA_PRIME SAKE GPSK TNC IKEV2 EKE
33
OPTIONS_DEFINE=		WPS WPS_ER WPS_NOREG WPS_NFC PKCS12 SMARTCARD \
33
OPTIONS_DEFINE=		WPS WPS_ER WPS_NOREG WPS_NFC PKCS12 SMARTCARD \
34
			HT_OVERRIDES VHT_OVERRIDES TLSV12 IEEE80211W \
34
			HT_OVERRIDES VHT_OVERRIDES TLSV12 IEEE80211W \
35
			IEEE80211R DEBUG_FILE DEBUG_SYSLOG PRIVSEP \
35
			IEEE80211R DEBUG_FILE DEBUG_SYSLOG PRIVSEP \
36
			DELAYED_MIC IEEE80211N IEEE80211AC INTERWORKING \
36
			DELAYED_MIC IEEE80211N IEEE80211AC INTERWORKING \
37
			HS20 NO_ROAMING P2P TDLS DOCS
37
			HS20 NO_ROAMING P2P TDLS DOCS
38
OPTIONS_DEFAULT=	BSD WIRED NDIS \
38
OPTIONS_DEFAULT=	BSD WIRED NDIS \
39
			TLS PEAP TTLS MD5 MSCHAPv2 GTC LEAP OTP PSK \
39
			TLS PEAP TTLS MD5 MSCHAPV2 GTC LEAP OTP PSK \
40
			WPS PKCS12 SMARTCARD IEEE80211R DEBUG_SYSLOG \
40
			WPS PKCS12 SMARTCARD IEEE80211R DEBUG_SYSLOG \
41
			INTERWORKING HS20
41
			INTERWORKING HS20
42
42
43
WPS_DESC=		Wi-Fi Protected Setup
43
WPS_DESC=		Wi-Fi Protected Setup
44
WPS_ER_DESC=		Enable WPS External Registrar
44
WPS_ER_DESC=		Enable WPS External Registrar
45
WPS_NOREG_DESC=		Disable open network credentials when registrar
45
WPS_NOREG_DESC=		Disable open network credentials when registrar
46
WPS_NFC_DESC=		Near Field Communication (NFC) configuration
46
WPS_NFC_DESC=		Near Field Communication (NFC) configuration
47
PKCS12_DESC=		PKCS\#12 (PFS) support
47
PKCS12_DESC=		PKCS\#12 (PFS) support
48
SMARTCARD_DESC=		Private key on smartcard support
48
SMARTCARD_DESC=		Private key on smartcard support
49
HT_OVERRIDES_DESC=	Disable HT/HT40, mask MCS rates, etc
49
HT_OVERRIDES_DESC=	Disable HT/HT40, mask MCS rates, etc
Lines 69-99 NDIS_DESC= Windows NDIS interface Link Here
69
WIRED_DESC=		Wired ethernet interface
69
WIRED_DESC=		Wired ethernet interface
70
ROBOSWITCH_DESC=	Broadcom Roboswitch interface
70
ROBOSWITCH_DESC=	Broadcom Roboswitch interface
71
TEST_DESC=		Development testing interface
71
TEST_DESC=		Development testing interface
72
NONE_DESC=		The 'no driver' interface, e.g. WPS ER only
72
NONE_DESC=		The 'no driver' interface, e.g. WPS ER only
73
73
74
EAP_DESC=		Extensible Authentication Protocols
74
EAP_DESC=		Extensible Authentication Protocols
75
TLS_DESC=		Transport Layer Security
75
TLS_DESC=		Transport Layer Security
76
PEAP_DESC=		Protected Extensible Authentication Protocol
76
PEAP_DESC=		Protected Extensible Authentication Protocol
77
TTLS_DESC=		Tunneled Transport Layer Security
77
TTLS_DESC=		Tunneled Transport Layer Security
78
MD5_DESC=		MD5 hash (deprecated, no key generation)
78
MD5_DESC=		MD5 hash (deprecated, no key generation)
79
MSCHAPv2_DESC=		Microsoft CHAP version 2 (RFC 2759)
79
MSCHAPV2_DESC=		Microsoft CHAP version 2 (RFC 2759)
80
GTC_DESC=		Generic Token Card
80
GTC_DESC=		Generic Token Card
81
LEAP_DESC=		Lightweight Extensible Authentication Protocol
81
LEAP_DESC=		Lightweight Extensible Authentication Protocol
82
OTP_DESC=		One-Time Password
82
OTP_DESC=		One-Time Password
83
PSK_DESC=		Pre-Shared key
83
PSK_DESC=		Pre-Shared key
84
FAST_DESC=		Flexible Authentication via Secure Tunneling
84
FAST_DESC=		Flexible Authentication via Secure Tunneling
85
AKA_DESC=		Autentication and Key Agreement (UMTS)
85
AKA_DESC=		Autentication and Key Agreement (UMTS)
86
AKA_PRIME_DESC=		AKA Prime variant (RFC 5448)
86
AKA_PRIME_DESC=		AKA Prime variant (RFC 5448)
87
EKE_DESC=		Encrypted Key Exchange
87
EKE_DESC=		Encrypted Key Exchange
88
SIM_DESC=		Subscriber Identity Module
88
SIM_DESC=		Subscriber Identity Module
89
IKEv2_DESC=		Internet Key Exchange version 2
89
IKEV2_DESC=		Internet Key Exchange version 2
90
PWD_DESC=		Shared password (RFC 5931)
90
PWD_DESC=		Shared password (RFC 5931)
91
PAX_DESC=		Password Authenticated Exchange
91
PAX_DESC=		Password Authenticated Exchange
92
SAKE_DESC=		Shared-Secret Authentication & Key Establishment
92
SAKE_DESC=		Shared-Secret Authentication & Key Establishment
93
GPSK_DESC=		Generalized Pre-Shared Key
93
GPSK_DESC=		Generalized Pre-Shared Key
94
TNC_DESC=		Trusted Network Connect
94
TNC_DESC=		Trusted Network Connect
95
95
96
PRIVSEP_PLIST_FILES=	sbin/wpa_priv
96
PRIVSEP_PLIST_FILES=	sbin/wpa_priv
97
97
98
.include <bsd.port.pre.mk>
98
.include <bsd.port.pre.mk>
99
99
Lines 114-137 LDFLAGS+= -L${LOCALBASE}/lib Link Here
114
post-patch:
114
post-patch:
115
	@${CP} ${FILESDIR}/Packet32.[ch] ${FILESDIR}/ntddndis.h \
115
	@${CP} ${FILESDIR}/Packet32.[ch] ${FILESDIR}/ntddndis.h \
116
		${WRKSRC}/src/utils
116
		${WRKSRC}/src/utils
117
	# Set driver(s)
117
	# Set driver(s)
118
.for item in BSD NDIS WIRED ROBOSWITCH TEST NONE
118
.for item in BSD NDIS WIRED ROBOSWITCH TEST NONE
119
.  if ${PORT_OPTIONS:M${item}}
119
.  if ${PORT_OPTIONS:M${item}}
120
	@${ECHO_CMD} CONFIG_DRIVER_${item}=y >> ${CFG}
120
	@${ECHO_CMD} CONFIG_DRIVER_${item}=y >> ${CFG}
121
.  endif
121
.  endif
122
.endfor
122
.endfor
123
	# Set EAP protocol(s)
123
	# Set EAP protocol(s)
124
.for item in MD5 MSCHAPv2 TLS PEAP TTLS FAST GTC OTP PSK PWD PAX LEAP SIM \
124
.for item in MD5 MSCHAPV2 TLS PEAP TTLS FAST GTC OTP PSK PWD PAX LEAP SIM \
125
	AKA AKA_PRIME SAKE GPSK TNC IKEv2 EKE
125
	AKA AKA_PRIME SAKE GPSK TNC IKEV2 EKE
126
.  if ${PORT_OPTIONS:M${item}}
126
.  if ${PORT_OPTIONS:M${item}}
127
	@${ECHO_CMD} CONFIG_EAP_${item:tu}=y >> ${CFG}
127
	@${ECHO_CMD} CONFIG_EAP_${item}=y >> ${CFG}
128
.  endif
128
.  endif
129
.endfor
129
.endfor
130
.if ${PORT_OPTIONS:MSIM} || ${PORT_OPTIONS:MAKA} || ${PORT_OPTIONS:MAKA_PRIME}
130
.if ${PORT_OPTIONS:MSIM} || ${PORT_OPTIONS:MAKA} || ${PORT_OPTIONS:MAKA_PRIME}
131
	@${ECHO_CMD} CONFIG_PCSC=y >> ${CFG}
131
	@${ECHO_CMD} CONFIG_PCSC=y >> ${CFG}
132
.endif
132
.endif
133
.for simple in WPS WPS_ER WPS_NFC PKCS12 SMARTCARD HT_OVERRIDES \
133
.for simple in WPS WPS_ER WPS_NFC PKCS12 SMARTCARD HT_OVERRIDES \
134
	VHT_OVERRIDES TLSV12 IEEE80211AC IEEE80211N IEEE80211R IEEE80211W \
134
	VHT_OVERRIDES TLSV12 IEEE80211AC IEEE80211N IEEE80211R IEEE80211W \
135
	INTERWORKING DEBUG_FILE DEBUG_SYSLOG HS20 NO_ROAMING PRIVSEP P2P TDLS
135
	INTERWORKING DEBUG_FILE DEBUG_SYSLOG HS20 NO_ROAMING PRIVSEP P2P TDLS
136
.  if ${PORT_OPTIONS:M${simple}}
136
.  if ${PORT_OPTIONS:M${simple}}
137
	@${ECHO_CMD} CONFIG_${simple}=y >> ${CFG}
137
	@${ECHO_CMD} CONFIG_${simple}=y >> ${CFG}
(-)www/ilias/Makefile (-3 / +3 lines)
Lines 27-50 GH_PROJECT= ILIAS Link Here
27
USES=		cpe jpeg php
27
USES=		cpe jpeg php
28
NO_BUILD=	yes
28
NO_BUILD=	yes
29
PLIST=		${WRKDIR}/plist
29
PLIST=		${WRKDIR}/plist
30
USE_PHP=	pdo_mysql session zlib gd pdf dom xsl pcre simplexml
30
USE_PHP=	pdo_mysql session zlib gd pdf dom xsl pcre simplexml
31
ILIASDIR=	www/ilias
31
ILIASDIR=	www/ilias
32
ILIASDATADIR=	www/iliasdata
32
ILIASDATADIR=	www/iliasdata
33
PLIST_SUB=	ILIASDATADIR=${ILIASDATADIR}
33
PLIST_SUB=	ILIASDATADIR=${ILIASDATADIR}
34
SUB_FILES=	pkg-message
34
SUB_FILES=	pkg-message
35
SUB_LIST=	ILIASDATADIR=${ILIASDATADIR}
35
SUB_LIST=	ILIASDATADIR=${ILIASDATADIR}
36
36
37
OPTIONS_DEFINE=		SCORM2004 Checker Mail
37
OPTIONS_DEFINE=		SCORM2004 CHECKER MAIL
38
SCORM2004_USE=		php=json
38
SCORM2004_USE=		php=json
39
Checker_RUN_DEPENDS=	${LOCALBASE}/share/pear/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
39
CHECKER_RUN_DEPENDS=	${LOCALBASE}/share/pear/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
40
Mail_RUN_DEPENDS=	${LOCALBASE}/share/pear/Mail.php:mail/pear-Mail@${PHP_FLAVOR}
40
MAIL_RUN_DEPENDS=	${LOCALBASE}/share/pear/Mail.php:mail/pear-Mail@${PHP_FLAVOR}
41
41
42
EXTRA_FILES=	%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/_mocha \
42
EXTRA_FILES=	%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/_mocha \
43
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/express \
43
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/express \
44
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/mocha \
44
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/mocha \
45
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/uuid \
45
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/uuid \
46
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/jade \
46
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/jade \
47
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/mkdirp \
47
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/mkdirp \
48
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/supports-color \
48
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/supports-color \
49
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/supertest/node_modules/superagent/node_modules/.bin/mime \
49
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/supertest/node_modules/superagent/node_modules/.bin/mime \
50
		%%WWWDIR%%/libs/composer/vendor/bin/export-plural-rules \
50
		%%WWWDIR%%/libs/composer/vendor/bin/export-plural-rules \

Return to bug 227109