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

(-)print/ghostscript-gnu/Makefile (-3 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	ghostscript
8
PORTNAME=	ghostscript
9
PORTVERSION=	6.53
9
PORTVERSION=	6.53
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	print
11
CATEGORIES=	print
12
MASTER_SITES=	${MASTER_SITE_GNU:S/$/:DEFAULT,fonts/} \
12
MASTER_SITES=	${MASTER_SITE_GNU:S/$/:DEFAULT,fonts/} \
13
		${MASTER_SITE_SOURCEFORGE:S/$/:DEFAULT,fonts,gprint,hpijs/} \
13
		${MASTER_SITE_SOURCEFORGE:S/$/:DEFAULT,fonts,gprint,hpijs/} \
Lines 19-25 Link Here
19
		http://www.humblesoft.com/pub/:epag \
19
		http://www.humblesoft.com/pub/:epag \
20
		http://www.epkowa.on.arena.ne.jp/pips/data/gs65_301/:eplaser \
20
		http://www.epkowa.on.arena.ne.jp/pips/data/gs65_301/:eplaser \
21
		http://www.ceres.dti.ne.jp/~owatanab/gdevnpdl/:npdl \
21
		http://www.ceres.dti.ne.jp/~owatanab/gdevnpdl/:npdl \
22
		http://www.linuxprinting.org/download/printing/:gdi \
22
		http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi \
23
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/fonts/ \
23
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/fonts/ \
24
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs653/
24
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs653/
25
MASTER_SITE_SUBDIR=	${PORTNAME} \
25
MASTER_SITE_SUBDIR=	${PORTNAME} \
Lines 196-202 Link Here
196
196
197
# GDI - additional driver for Samsung SmartGDI laser printers
197
# GDI - additional driver for Samsung SmartGDI laser printers
198
GDI=		gdi
198
GDI=		gdi
199
GDI_NAME=	samsung-gdi-driver
199
GDI_NAME=	samsung-gdi-driver-gs5.50
200
GDI_SRCS=	${GDI_NAME}.tar.gz
200
GDI_SRCS=	${GDI_NAME}.tar.gz
201
201
202
# contributed uniprint profiles
202
# contributed uniprint profiles
(-)print/ghostscript-gnu/distinfo (-1 / +1 lines)
Lines 16-19 Link Here
16
MD5 (ghostscript/eplaser-3.0.1-651.tgz) = 3baf7b0ba2fea5ea354906ab43caf254
16
MD5 (ghostscript/eplaser-3.0.1-651.tgz) = 3baf7b0ba2fea5ea354906ab43caf254
17
MD5 (ghostscript/gdevmjc-0.8.tar.gz) = 228f41c3cccce22c8f477c7a9407527c
17
MD5 (ghostscript/gdevmjc-0.8.tar.gz) = 228f41c3cccce22c8f477c7a9407527c
18
MD5 (ghostscript/gdevnpdl-1.6.3.tar.gz) = 6c8dad13d07bbaf6e951d6d2d6b8a9f2
18
MD5 (ghostscript/gdevnpdl-1.6.3.tar.gz) = 6c8dad13d07bbaf6e951d6d2d6b8a9f2
19
MD5 (ghostscript/samsung-gdi-driver.tar.gz) = d85da4a9e26f2d751a22b6f1e19fc6d1
19
MD5 (ghostscript/samsung-gdi-driver-gs5.50.tar.gz) = d85da4a9e26f2d751a22b6f1e19fc6d1
(-)print/ghostscript-gnu/files/patch-lib:ps2epsi.ps (+11 lines)
Line 0 Link Here
1
--- lib/ps2epsi.ps.orig	Tue Jun  5 15:31:41 2001
2
+++ lib/ps2epsi.ps	Sat Apr 20 15:57:44 2002
3
@@ -52,7 +52,7 @@
4
   /ps2epsi
5
    {				% Open the file
6
      outfile (w) file /epsifile exch def
7
-     //systemdict /.setsafe known { .setsafe } if
8
+%     //systemdict /.setsafe known { .setsafe } if
9
 					% Get the device parameters
10
      currentdevice getdeviceprops .dicttomark
11
      /HWSize get aload pop
(-)print/ghostscript-gnu/pkg-plist (-1 / +1 lines)
Lines 529-535 Link Here
529
@dirrm share/ghostscript/%%GS_VERSION%%/examples
529
@dirrm share/ghostscript/%%GS_VERSION%%/examples
530
@dirrm share/ghostscript/%%GS_VERSION%%/doc
530
@dirrm share/ghostscript/%%GS_VERSION%%/doc
531
@dirrm share/ghostscript/%%GS_VERSION%%
531
@dirrm share/ghostscript/%%GS_VERSION%%
532
@dirrm share/ghostscript
532
@unexec rmdir %D/share/ghostscript 2>/dev/null || true
533
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/pcl3
533
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/pcl3
534
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/npdl
534
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/npdl
535
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/mjc
535
%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/mjc

Return to bug 37285