View | Details | Raw Unified | Return to bug 52479
Collapse All | Expand All

(-)print/ghostscript-afpl/Makefile (-7 / +76 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	ghostscript
8
PORTNAME=	ghostscript
9
PORTVERSION=	${GS_VERSION}
9
PORTVERSION=	${GS_VERSION}
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	print
11
CATEGORIES=	print
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gs_fonts,bjc250/} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gs_fonts,bjc250/} \
13
		http://hp.sourceforge.net/:hp2200 \
13
		http://hp.sourceforge.net/:hp2200 \
Lines 20-26 Link Here
20
		http://www.epkowa.on.arena.ne.jp/pips/data/V306/:eplaser \
20
		http://www.epkowa.on.arena.ne.jp/pips/data/V306/:eplaser \
21
		http://www.hi.is.uec.ac.jp/~osamuw/gdevnpdl/:npdl \
21
		http://www.hi.is.uec.ac.jp/~osamuw/gdevnpdl/:npdl \
22
		http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi \
22
		http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi \
23
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/:fonts \
23
		http://www.linuxprinting.org/download/printing/:lxm3200 \
24
		http://homepage.powerup.com.au/~pbwest/lexmark/:lx5000 \
25
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/:gs_fonts \
24
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs${GS_VERSION:S/.//}/:gs_srcs
26
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs${GS_VERSION:S/.//}/:gs_srcs
25
MASTER_SITE_SUBDIR=	ghostscript/:gs_srcs,gs_fonts,ports_jp_gs \
27
MASTER_SITE_SUBDIR=	ghostscript/:gs_srcs,gs_fonts,ports_jp_gs \
26
			bjc250gs/:bjc250 \
28
			bjc250gs/:bjc250 \
Lines 42-53 Link Here
42
		${EPLASER_SRCS}:eplaser \
44
		${EPLASER_SRCS}:eplaser \
43
		${MJC_SRCS}:ports_jp \
45
		${MJC_SRCS}:ports_jp \
44
		${NPDL_SRCS}:npdl \
46
		${NPDL_SRCS}:npdl \
45
		${GDI_SRCS}:gdi
47
		${GDI_SRCS}:gdi \
48
		${LXM3200_SRCS}:lxm3200 \
49
		${LX5000_SRCS}:lx5000 \
50
		${LEX7000_SRCS}:lx5000
51
46
DIST_SUBDIR=	ghostscript
52
DIST_SUBDIR=	ghostscript
47
EXTRACT_ONLY=	${GS_SRCS}
53
EXTRACT_ONLY=	${GS_SRCS}
48
54
49
MAINTAINER=	ports@FreeBSD.org
55
MAINTAINER=	ports@FreeBSD.org
50
COMMENT=	AFPL Postscript interpreter version 7
56
COMMENT=	AFPL Postscript interpreter
51
57
52
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
58
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
53
		png.5:${PORTSDIR}/graphics/png
59
		png.5:${PORTSDIR}/graphics/png
Lines 59-68 Link Here
59
USE_REINPLACE=	yes
65
USE_REINPLACE=	yes
60
USE_GMAKE=	yes
66
USE_GMAKE=	yes
61
MAKE_ENV=	CC="${CC}" CXX="${CXX}" CFLAGS_STANDARD="${CFLAGS}" \
67
MAKE_ENV=	CC="${CC}" CXX="${CXX}" CFLAGS_STANDARD="${CFLAGS}" \
62
		XCFLAGS="${XCFLAGS}" WITHOUT_X11="${WITHOUT_X11}"
68
		XCFLAGS="${XCFLAGS}"
63
PLIST_SUB=	GS_VERSION=${GS_VERSION}
69
PLIST_SUB=	GS_VERSION="${GS_VERSION}"
64
70
65
SCRIPTS_ENV=	GS_OPTIONS="${GS_OPTIONS}" WITHOUT_X11="${WITHOUT_X11}"
71
SCRIPTS_ENV=	GS_OPTIONS="${GS_OPTIONS}" WITHOUT_X11="${WITHOUT_X11}" \
72
		WITH_SVGALIB="${WITH_SVGALIB}"
66
73
67
MAN1=		dvipdf.1 font2c.1 gs.1 gslp.1 gsnd.1 pdf2dsc.1 pdf2ps.1 \
74
MAN1=		dvipdf.1 font2c.1 gs.1 gslp.1 gsnd.1 pdf2dsc.1 pdf2ps.1 \
68
		pdfopt.1 pf2afm.1 pfbtopfa.1 printafm.1 ps2ascii.1 \
75
		pdfopt.1 pf2afm.1 pfbtopfa.1 printafm.1 ps2ascii.1 \
Lines 87-92 Link Here
87
USE_XLIB=	yes
94
USE_XLIB=	yes
88
.endif
95
.endif
89
96
97
.if defined(WITH_SVGALIB)
98
LIB_DEPENDS+=	vga.1:${PORTSDIR}/graphics/svgalib
99
.endif
100
90
.if defined(WITH_SHLIB)
101
.if defined(WITH_SHLIB)
91
.undef WITHOUT_X11
102
.undef WITHOUT_X11
92
USE_GNOME=	gtk12
103
USE_GNOME=	gtk12
Lines 196-201 Link Here
196
GDI_NAME=	Samsung-SmartGDI-all-GS
207
GDI_NAME=	Samsung-SmartGDI-all-GS
197
GDI_SRCS=	${GDI_NAME}.tar.gz
208
GDI_SRCS=	${GDI_NAME}.tar.gz
198
209
210
# LXM3200 - additional driver for Lexmark 3200/Z12/Z22/Z31/Z32
211
LXM3200=	lxm3200
212
LXM3200_VERS=	20030501
213
LXM3200_NAME=	${LXM3200}-tweaked-${LXM3200_VERS}
214
LXM3200_SRCS=	${LXM3200_NAME}.tar.gz
215
216
# LX5000 - additional driver for Lexmark 5000/Z51/Z82
217
# http://homepage.powerup.com.au/~pbwest/lexmark/lexmark.html
218
LX5000=		lx5000
219
LX5000_SRCS=	gdevlx50.c
220
221
# LEX7000 - additional driver for Lexmark 2050/3200/5700/7000
222
# http://bimbo.fjfi.cvut.cz/~paluch/l7kdriver/
223
LEX7000=	lex7000
224
LEX7000_SRCS=	gs6.0.lexmark7000.patch
225
199
# contributed uniprint profiles
226
# contributed uniprint profiles
200
CONTRIB_UPP=	lqx70ch.upp lqx70cl.upp lqx70cm.upp \
227
CONTRIB_UPP=	lqx70ch.upp lqx70cl.upp lqx70cm.upp \
201
		stc740ih.upp stc740p.upp stc740pl.upp
228
		stc740ih.upp stc740p.upp stc740pl.upp
Lines 269-274 Link Here
269
# for GDI driver
296
# for GDI driver
270
	${ECHO_MSG} ">>>   extracting ${GDI_SRCS} ..."
297
	${ECHO_MSG} ">>>   extracting ${GDI_SRCS} ..."
271
	${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${DIST_SUBDIR}/${GDI_SRCS}
298
	${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${DIST_SUBDIR}/${GDI_SRCS}
299
# for LXM3200 driver
300
	${ECHO_MSG} ">>>   extracting ${LXM3200_SRCS} ..."
301
	${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${LXM3200_SRCS}
302
	${LN} -sf ${LXM3200_NAME} ${WRKSRC}/${LXM3200}
303
# for LX5000 driver
304
	${ECHO_MSG} ">>>   extracting ${LX5000_SRCS} ..."
305
	${CP} ${DISTDIR}/${DIST_SUBDIR}/${LX5000_SRCS} ${WRKSRC}/src
306
# for LEX7000 driver
307
	${ECHO_MSG} ">>>   extracting ${LEX7000_SRCS} ..."
308
	${MKDIR} ${WRKSRC}/${LEX7000}   
309
	${CAT} ${DISTDIR}/${DIST_SUBDIR}/${LEX7000_SRCS} | \
310
		${PATCH} -d ${WRKSRC}/${LEX7000} -f -s -N -E -p1 \
311
		2>/dev/null || ${TRUE}  
272
312
273
post-patch:
313
post-patch:
274
	${REINPLACE_CMD} -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \
314
	${REINPLACE_CMD} -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \
Lines 344-349 Link Here
344
	${ECHO_MSG} ">>>   adding ${GDI} driver to contrib.mak ..."
384
	${ECHO_MSG} ">>>   adding ${GDI} driver to contrib.mak ..."
345
	${CAT} ${WRKSRC}/src/smartgdi-contrib.mak \
385
	${CAT} ${WRKSRC}/src/smartgdi-contrib.mak \
346
		>> ${WRKSRC}/src/contrib.mak
386
		>> ${WRKSRC}/src/contrib.mak
387
# for LXM3200 driver
388
	${ECHO_MSG} ">>>   adding ${LXM3200} driver to contrib.mak ..."
389
	${CAT} ${FILESDIR}/lxm3200.contrib.mak \
390
		>> ${WRKSRC}/src/contrib.mak
391
# for LX5000 driver
392
	${ECHO_MSG} ">>>   adding ${LX5000} driver to contrib.mak ..."
393
	${CAT} ${FILESDIR}/lx5000.contrib.mak \
394
		>> ${WRKSRC}/src/contrib.mak
395
# for LEX7000 driver
396
	${ECHO_MSG} ">>>   adding ${LEX7000} driver to contrib.mak ..."
397
	${CAT} ${FILESDIR}/lex7000.contrib.mak \
398
		>> ${WRKSRC}/src/contrib.mak
347
399
348
pre-build:
400
pre-build:
349
	${ECHO_MSG} ">>> in pre-build ..."
401
	${ECHO_MSG} ">>> in pre-build ..."
Lines 404-409 Link Here
404
.for i in gdevnpdl.c
456
.for i in gdevnpdl.c
405
	${LN} -sf ${WRKSRC}/${NPDL_NAME}/${i} ${WRKSRC}/src
457
	${LN} -sf ${WRKSRC}/${NPDL_NAME}/${i} ${WRKSRC}/src
406
.endfor
458
.endfor
459
# for LXM3200 driver
460
	${ECHO_MSG} ">>>   creating symlinks for ${LXM3200} ..."
461
.for i in gdevlx32.c
462
	${LN} -sf ${WRKSRC}/${LXM3200_NAME}/${i} ${WRKSRC}/src
463
.endfor 
464
# for LEX7000 driver
465
	${ECHO_MSG} ">>>   creating symlinks for ${LEX7000} ..."
466
.for i in gdevlx7.c
467
	${LN} -sf ${WRKSRC}/${LEX7000}/src/${i} ${WRKSRC}/src
468
.endfor
407
469
408
pre-install:
470
pre-install:
409
	${ECHO_MSG} ">>> in pre-install ..."
471
	${ECHO_MSG} ">>> in pre-install ..."
Lines 517-522 Link Here
517
.for i in README
579
.for i in README
518
	${INSTALL_DATA} ${WRKSRC}/src/${i} \
580
	${INSTALL_DATA} ${WRKSRC}/src/${i} \
519
		${DOCSDIR}/${GS_VERSION}/${GDI}
581
		${DOCSDIR}/${GS_VERSION}/${GDI}
582
.endfor
583
# for LXM3200 driver
584
	${ECHO_MSG} ">>>   installing ${LXM3200} docs ..."
585
	${MKDIR} ${DOCSDIR}/${GS_VERSION}/${LXM3200}
586
.for i in README RELEASE_NOTES Z12-Z31-QuickSetup
587
	${INSTALL_DATA} ${WRKSRC}/${LXM3200_NAME}/${i} \
588
		${DOCSDIR}/${GS_VERSION}/${LXM3200}
520
.endfor
589
.endfor
521
.endif
590
.endif
522
	${ECHO_MSG} "> post-installation tasks completed."
591
	${ECHO_MSG} "> post-installation tasks completed."
(-)print/ghostscript-afpl/distinfo (+3 lines)
Lines 15-17 Link Here
15
MD5 (ghostscript/gdevmjc-0.8.tar.gz) = 228f41c3cccce22c8f477c7a9407527c
15
MD5 (ghostscript/gdevmjc-0.8.tar.gz) = 228f41c3cccce22c8f477c7a9407527c
16
MD5 (ghostscript/gdevnpdl-1.6.3.tar.gz) = 6c8dad13d07bbaf6e951d6d2d6b8a9f2
16
MD5 (ghostscript/gdevnpdl-1.6.3.tar.gz) = 6c8dad13d07bbaf6e951d6d2d6b8a9f2
17
MD5 (ghostscript/Samsung-SmartGDI-all-GS.tar.gz) = e6963f6c9460a964fe57d38479bbdd41
17
MD5 (ghostscript/Samsung-SmartGDI-all-GS.tar.gz) = e6963f6c9460a964fe57d38479bbdd41
18
MD5 (ghostscript/lxm3200-tweaked-20030501.tar.gz) = 0f88082030c6eb66a95804a6cc9b9e6b
19
MD5 (ghostscript/gdevlx50.c) = 081e355c866316a56fbbff5b59f2b7cf
20
MD5 (ghostscript/gs6.0.lexmark7000.patch) = fd5018c18351bf64805fe5727be196de
(-)print/ghostscript-afpl/files/lex7000.contrib.mak (+21 lines)
Line 0 Link Here
1
# ------ The Lexmark 5700 and 7000 devices ------ #
2
3
lex7000_=$(GLOBJ)gdevlx7.$(OBJ)
4
$(DD)lex7000.dev: $(lex7000_) $(DD)page.dev
5
	$(SETPDEV) $(DD)lex7000 $(lex7000_)
6
7
lex5700_=$(GLOBJ)gdevlx7.$(OBJ)
8
$(DD)lex5700.dev: $(lex5700_) $(DD)page.dev
9
	$(SETPDEV) $(DD)lex5700 $(lex5700_)
10
11
lex3200_=$(GLOBJ)gdevlx7.$(OBJ)
12
$(DD)lex3200.dev: $(lex3200_) $(DD)page.dev
13
	$(SETPDEV) $(DD)lex3200 $(lex3200_)
14
15
lex2050_=$(GLOBJ)gdevlx7.$(OBJ)
16
$(DD)lex2050.dev: $(lex2050_) $(DD)page.dev
17
	$(SETPDEV) $(DD)lex2050 $(lex2050_)
18
19
$(GLOBJ)gdevlx7.$(OBJ): $(GLSRC)gdevlx7.c $(PDEVH)
20
	$(GLCC) $(GLO_)gdevlx7.$(OBJ) $(C_) $(GLSRC)gdevlx7.c
21
(-)print/ghostscript-afpl/files/lx5000.contrib.mak (+11 lines)
Line 0 Link Here
1
### ----------------- LexMark 5000 printer ----------------------------- ###
2
### Note: this driver was contributed by users.  Please contact:         ###
3
###   Peter B. West <p.west@uq.net.au>                                   ###
4
5
lx5000_=$(GLOBJ)gdevlx50.$(OBJ)
6
$(DD)lx5000.dev:    $(lx5000_)
7
	$(SETPDEV) $(DD)lx5000 $(lx5000_)
8
9
$(GLOBJ)gdevlx50.$(OBJ): $(GLSRC)gdevlx50.c $(PDEVH)
10
	$(GLCC) $(GLO_)gdevlx50.$(OBJ) $(C_) $(GLSRC)gdevlx50.c
11
(-)print/ghostscript-afpl/files/lxm3200.contrib.mak (+10 lines)
Line 0 Link Here
1
### ---------------- Lexmark 3200 device ----------------- ###
2
3
lxm3200_=$(GLOBJ)gdevlx32.$(OBJ)
4
5
$(DD)lxm3200.dev: $(lxm3200_) $(DD)page.dev
6
	$(SETPDEV) $(DD)lxm3200 $(lxm3200_)
7
8
$(GLOBJ)gdevlx32.$(OBJ): $(GLSRC)gdevlx32.c $(PDEVH) $(gsparam_h)
9
	$(GLCC) $(GLO_)gdevlx32.$(OBJ) $(C_) $(GLSRC)gdevlx32.c
10
(-)print/ghostscript-afpl/files/patch-lxm3200:gdevlx32.c (+25 lines)
Line 0 Link Here
1
--- lxm3200/gdevlx32.c.orig	Wed Apr 23 01:06:20 2003
2
+++ lxm3200/gdevlx32.c	Thu May 15 08:24:08 2003
3
@@ -422,9 +422,11 @@
4
  * of the nearest color.
5
  */
6
 private gx_color_index
7
-lxm3200_map_rgb_color(gx_device *dev,	gx_color_value r, 
8
-											gx_color_value g, gx_color_value b)
9
+lxm3200_map_rgb_color(gx_device *dev,	const gx_color_value cv[]) 
10
 {
11
+	gx_color_value r = cv[0];
12
+	gx_color_value g = cv[1];
13
+	gx_color_value b = cv[2];
14
 	gx_color_index col;
15
 	int c, m, y;
16
 
17
@@ -479,7 +481,7 @@
18
 			break;
19
 
20
 		default:
21
-			col = gdev_prn_map_rgb_color(dev, r, g, b);
22
+			col = gdev_prn_map_rgb_color(dev, cv);
23
 			break;
24
 	}
25
 
(-)print/ghostscript-afpl/files/patch-src:gdevl256.c (+17 lines)
Line 0 Link Here
1
--- src/gdevl256.c.orig	Fri Feb 22 07:24:51 2002
2
+++ src/gdevl256.c	Tue May 20 03:08:15 2003
3
@@ -147,10 +147,12 @@
4
 /* for compatibility with the older display modes: */
5
 /* these are indexed as 0.0.R0.G0.B0.R1.G1.B1. */
6
 gx_color_index
7
-lvga256_map_rgb_color(gx_device * dev, gx_color_value r, gx_color_value g,
8
-		      gx_color_value b)
9
+lvga256_map_rgb_color(gx_device * dev, const gx_color_value cv[])
10
 {
11
 #define cv_bits(v,n) (v >> (gx_color_value_bits - n))
12
+    gx_color_value r = cv[0];
13
+    gx_color_value g = cv[1];
14
+    gx_color_value b = cv[2];
15
     ushort r5 = cv_bits(r, 5), g5 = cv_bits(g, 5), b5 = cv_bits(b, 5);
16
     static const byte cube_bits[32] =
17
     {0, 128, 128, 128, 128, 128, 128, 128, 128, 128,
(-)print/ghostscript-afpl/files/patch-src:gdevlx50.c (+17 lines)
Line 0 Link Here
1
--- src/gdevlx50.c.orig	Thu May 15 07:38:07 2003
2
+++ src/gdevlx50.c	Thu May 15 08:02:58 2003
3
@@ -2603,9 +2603,12 @@
4
 
5
 /* Map CMYK to color. */
6
 private gx_color_index
7
-lx5000_map_cmyk_color(gx_device * dev, gx_color_value cyan,
8
-	gx_color_value magenta, gx_color_value yellow, gx_color_value black)
9
+lx5000_map_cmyk_color(gx_device * dev, const gx_color_value cv[])
10
 {
11
+    gx_color_value cyan = cv[0];
12
+    gx_color_value magenta = cv[1];
13
+    gx_color_value yellow = cv[2];
14
+    gx_color_value black = cv[3];
15
     int bpc = dev->color_info.depth / 4;
16
     int drop = sizeof(gx_color_value) * 8 - bpc;
17
     gx_color_index color =
(-)print/ghostscript-afpl/files/patch-src:gdevvglb.c (+18 lines)
Line 0 Link Here
1
--- src/gdevvglb.c.orig	Fri Feb 22 07:24:52 2002
2
+++ src/gdevvglb.c	Tue May 20 23:57:29 2003
3
@@ -152,10 +152,12 @@
4
 }
5
 
6
 private gx_color_index
7
-vgalib_map_rgb_color(gx_device * dev, gx_color_value red,
8
-		     gx_color_value green, gx_color_value blue)
9
+vgalib_map_rgb_color(gx_device * dev, const gx_color_value cv[])
10
 {
11
-    return pc_4bit_map_rgb_color(dev, red, green, blue);
12
+    gx_color_value red = cv[0];
13
+    gx_color_value green = cv[1];
14
+    gx_color_value blue = cv[2];
15
+    return pc_4bit_map_rgb_color(dev, cv);
16
 }
17
 
18
 private int
(-)print/ghostscript-afpl/pkg-descr (-2 / +2 lines)
Lines 11-18 Link Here
11
	  - http://hp.sourceforge.net/gs-hp2200.php
11
	  - http://hp.sourceforge.net/gs-hp2200.php
12
	o DJ970 driver for HP DeskJet 970CXi
12
	o DJ970 driver for HP DeskJet 970CXi
13
	  - http://www.harsch.net/Ghostscript/ghostscript.html
13
	  - http://www.harsch.net/Ghostscript/ghostscript.html
14
	o Spacial drivers for verious printer models mainly sold in Japan
14
	o Special drivers for verious printer models
15
	  - Alps, Canon, Epson, NEC, Ricoh,...
15
	  - Alps, Canon, Epson, NEC, Lexmark, Ricoh,...
16
	o Additional contributed uniprint driver profiles for
16
	o Additional contributed uniprint driver profiles for
17
	  - Epson Stylus Color 740 and Epson LQ-1170
17
	  - Epson Stylus Color 740 and Epson LQ-1170
18
18
(-)print/ghostscript-afpl/pkg-plist (+4 lines)
Lines 48-53 Link Here
48
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/eplaser/readme-eplaser-652-jp.euc
48
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/eplaser/readme-eplaser-652-jp.euc
49
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/gdi/README
49
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/gdi/README
50
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/lips/Gdevlips.htm
50
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/lips/Gdevlips.htm
51
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/lxm3200/README
52
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/lxm3200/RELEASE_NOTES
53
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/lxm3200/Z12-Z31-QuickSetup
51
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/md2k/README.jis
54
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/md2k/README.jis
52
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/mjc/MJ700V2C.FAQ
55
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/mjc/MJ700V2C.FAQ
53
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/mjc/README.mjc
56
%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/mjc/README.mjc
Lines 517-522 Link Here
517
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/npdl
520
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/npdl
518
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/mjc
521
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/mjc
519
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/md2k
522
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/md2k
523
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/lxm3200
520
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/lips
524
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/lips
521
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/gdi
525
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/gdi
522
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/eplaser
526
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/eplaser
(-)print/ghostscript-afpl/scripts/configure (-2 / +18 lines)
Lines 12-22 Link Here
12
	x11gray2 x11gray4 x11mono x11rg16x x11rg32x"
12
	x11gray2 x11gray4 x11mono x11rg16x x11rg32x"
13
fi
13
fi
14
14
15
if [ -n "${WITH_SVGALIB}" ]; then
16
svgalibdevs="lvga256 vgalib"
17
fi
18
15
if [ ! -z "${GS_OPTIONS}" ]; then
19
if [ ! -z "${GS_OPTIONS}" ]; then
16
	set ${GS_OPTIONS}
20
	set ${GS_OPTIONS}
17
else
21
else
18
	set \
22
	set \
19
		$x11devs \
23
		$x11devs \
24
		$svgalibdevs \
20
		md2k md5k \
25
		md2k md5k \
21
		md50Mono md50Eco md1xMono \
26
		md50Mono md50Eco md1xMono \
22
		appledmp iwhi iwlo iwlq hl7x0 bj10e \
27
		appledmp iwhi iwlo iwlq hl7x0 bj10e \
Lines 45-51 Link Here
45
		cljet5 cljet5c cljet5pr lj5mono lj5gray \
50
		cljet5 cljet5c cljet5pr lj5mono lj5gray \
46
		pj pjetxl pjxl paintjet \
51
		pj pjetxl pjxl paintjet \
47
		pjxl300 pxlmono pxlcolor \
52
		pjxl300 pxlmono pxlcolor \
48
		ijs ibmpro jetp3852 imagen fs600 lxm5700m cp50 necp6 \
53
		ijs ibmpro jetp3852 imagen fs600 lxm5700m \
54
		lxm3200 lx5000 lex2050 lex3200 lex5700 lex7000 \
55
		cp50 necp6 \
49
		npdl \
56
		npdl \
50
		oce9050 oki182 okiibm atx23 atx24 atx38 r4081 \
57
		oce9050 oki182 okiibm atx23 atx24 atx38 r4081 \
51
		rpdl \
58
		rpdl \
Lines 64-70 Link Here
64
		bit bitrgb bitcmyk plan9bm pam pbm pbmraw \
71
		bit bitrgb bitcmyk plan9bm pam pbm pbmraw \
65
		pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw \
72
		pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw \
66
		pkm pkmraw pksm pksmraw \
73
		pkm pkmraw pksm pksmraw \
67
		pngmono pnggray png16 png256 png16m pnga psmono psgray psrgb \
74
		pngmono pnggray png16 png256 png16m pnga \
75
		psmono psgray psrgb \
68
		pswrite epswrite sgirgb sunhmono \
76
		pswrite epswrite sgirgb sunhmono \
69
		tiffcrle tiffg3 tiffg32d tiffg4 \
77
		tiffcrle tiffg3 tiffg32d tiffg4 \
70
		tiff12nc tiff24nc tifflzw tiffpack \
78
		tiff12nc tiff24nc tifflzw tiffpack \
Lines 96-101 Link Here
96
  "x11mono"  "X Window System masquer. as black-and-white device" "$status_x11mono" \
104
  "x11mono"  "X Window System masquer. as black-and-white device" "$status_x11mono" \
97
  "x11rg16x" "X Window System with G5/B5/R6 pixel layout for testing" "$status_x11rg16x" \
105
  "x11rg16x" "X Window System with G5/B5/R6 pixel layout for testing" "$status_x11rg16x" \
98
  "x11rg32x" "X Window System with G11/B10/R11 pixel layout for testing" "$status_x11rg32x" \
106
  "x11rg32x" "X Window System with G11/B10/R11 pixel layout for testing" "$status_x11rg32x" \
107
  "lvga256"  "SVGAlib, 256-color VGA modes" "$status_lvga256" \
108
  "vgalib"   "SVGAlib, 16-color VGA modes" "$status_vgalib" \
99
  "md2k"     "ALPS MD-2000/2010/4000/1300/1500/5000 [MD2K]" "$status_md2k" \
109
  "md2k"     "ALPS MD-2000/2010/4000/1300/1500/5000 [MD2K]" "$status_md2k" \
100
  "md5k"     "ALPS MD-5000 Eco Mode [MD2K]" "$status_md5k" \
110
  "md5k"     "ALPS MD-5000 Eco Mode [MD2K]" "$status_md5k" \
101
  "md50Mono" "ALPS MD-5000 Monochrome [ALPS]" "$status_md50Mono" \
111
  "md50Mono" "ALPS MD-5000 Monochrome [ALPS]" "$status_md50Mono" \
Lines 233-238 Link Here
233
  "imagen"   "Imagen ImPress printers" "$status_imagen" \
243
  "imagen"   "Imagen ImPress printers" "$status_imagen" \
234
  "fs600"    "Kyocera FS-600 (600 dpi)" "$status_fs600" \
244
  "fs600"    "Kyocera FS-600 (600 dpi)" "$status_fs600" \
235
  "lxm5700m" "Lexmark 5700 monotone" "$status_lxm5700m" \
245
  "lxm5700m" "Lexmark 5700 monotone" "$status_lxm5700m" \
246
  "lxm3200"  "Lexmark 3200/Z12/Z22/Z31/Z32 [LXM3200]" "$status_lxm3200" \
247
  "lx5000"   "Lexmark 5000/Z51/Z82 [LX5000]" "$status_lx5000" \
248
  "lex2050"  "Lexmark 2050 [LEX7000]" "$status_lex2050" \
249
  "lex3200"  "Lexmark 3200 [LEX7000]" "$status_lex3200" \
250
  "lex5700"  "Lexmark 5700 [LEX7000]" "$status_lex5700" \
251
  "lex7000"  "Lexmark 7000 [LEX7000]" "$status_lex7000" \
236
  "cp50"     "Mitsubishi CP50 color" "$status_cp50" \
252
  "cp50"     "Mitsubishi CP50 color" "$status_cp50" \
237
  "necp6"    "NEC PinWriter P6/P6+/P60, 360x360 DPI resol" "$status_necp6" \
253
  "necp6"    "NEC PinWriter P6/P6+/P60, 360x360 DPI resol" "$status_necp6" \
238
  "npdl"     "NEC Printer Description Language [NPDL]" "$status_npdl" \
254
  "npdl"     "NEC Printer Description Language [NPDL]" "$status_npdl" \

Return to bug 52479