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

(-)ghostscript8/Makefile (-5 / +4 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	ghostscript8
8
PORTNAME=	ghostscript8
9
PORTVERSION=	8.70
9
PORTVERSION=	8.71
10
PORTREVISION=	1
11
CATEGORIES=	print
10
CATEGORIES=	print
12
MASTER_SITES=	SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
11
MASTER_SITES=	SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
13
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \
12
		http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \
14
		http://www.humblesoft.com/pub/:epag
13
		http://www.humblesoft.com/pub/:epag
15
MASTER_SITE_SUBDIR=	ghostscript/:gs_srcs
14
MASTER_SITE_SUBDIR=	ghostscript/:gs_srcs
16
DISTNAME=	${PORTNAME:S,8$,,}-${PORTVERSION}
15
DISTNAME=	${PORTNAME:S,8$,,}-${PORTVERSION}
Lines 22-33 Link Here
22
COMMENT=	Ghostscript 8.x PostScript interpreter
21
COMMENT=	Ghostscript 8.x PostScript interpreter
23
22
24
LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
23
LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
25
		png.5:${PORTSDIR}/graphics/png
24
		png.5:${PORTSDIR}/graphics/png \
25
		tiff.4:${PORTSDIR}/graphics/tiff
26
RUN_DEPENDS=	${LOCALBASE}/share/${PORTNAME:S,8,,}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts
26
RUN_DEPENDS=	${LOCALBASE}/share/${PORTNAME:S,8,,}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts
27
27
28
CONFLICTS=	gambc-[0-9]* ghostscript7-[0-9]* ghostscript7-*-[0-9]*
28
CONFLICTS=	gambc-[0-9]* ghostscript7-[0-9]* ghostscript7-*-[0-9]*
29
29
30
USE_BZIP2=	yes
31
USE_GMAKE=	yes
30
USE_GMAKE=	yes
32
WANT_GNOME=	yes
31
WANT_GNOME=	yes
33
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
(-)ghostscript8/distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
MD5 (ghostscript/ghostscript-8.70.tar.bz2) = 526366f8cb4fda0d3d293597cc5b984b
1
MD5 (ghostscript/ghostscript-8.71.tar.gz) = 51a522a5b4818bd3dc7c1c0e9dd22bad
2
SHA256 (ghostscript/ghostscript-8.70.tar.bz2) = c889f2a3a27a4dbd3519197ffc0170d66f398da6a8252b2ebe0548d250f4acc8
2
SHA256 (ghostscript/ghostscript-8.71.tar.gz) = 2a22e61b0172f271ebb270a9f127bde501eb661c67c8b4943eafbad57d855aae
3
SIZE (ghostscript/ghostscript-8.70.tar.bz2) = 17019673
3
SIZE (ghostscript/ghostscript-8.71.tar.gz) = 25240801
4
MD5 (ghostscript/epag-3.09.tar.gz) = 63304a6afe44842124d2d880bf24dbe3
4
MD5 (ghostscript/epag-3.09.tar.gz) = 63304a6afe44842124d2d880bf24dbe3
5
SHA256 (ghostscript/epag-3.09.tar.gz) = ad10eca44c781a5851d5a8993dcd95b2e2b99392cbf2c8372a5a658f3b991b3b
5
SHA256 (ghostscript/epag-3.09.tar.gz) = ad10eca44c781a5851d5a8993dcd95b2e2b99392cbf2c8372a5a658f3b991b3b
6
SIZE (ghostscript/epag-3.09.tar.gz) = 12858
6
SIZE (ghostscript/epag-3.09.tar.gz) = 12858
(-)ghostscript8/files/patch-base-Makefile.in (-9 / +16 lines)
Lines 1-6 Link Here
1
--- base/Makefile.in.orig	2008-06-22 15:43:28.000000000 +0900
1
--- base/Makefile.in.orig	2009-12-18 15:04:10.000000000 +0800
2
+++ base/Makefile.in	2008-11-03 00:09:12.000000000 +0900
2
+++ base/Makefile.in	2010-02-19 20:05:14.749990031 +0800
3
@@ -46,9 +46,8 @@
3
@@ -47,9 +47,8 @@
4
 # the directories also define the default search path for the
4
 # the directories also define the default search path for the
5
 # initialization files (gs_*.ps) and the fonts.
5
 # initialization files (gs_*.ps) and the fonts.
6
 
6
 
Lines 12-18 Link Here
12
 INSTALL_SHARED = @INSTALL_SHARED@
12
 INSTALL_SHARED = @INSTALL_SHARED@
13
 
13
 
14
 prefix = @prefix@
14
 prefix = @prefix@
15
@@ -164,7 +163,7 @@
15
@@ -156,7 +155,7 @@
16
 # some older JPEG streams that violate the standard. If the JPEG
16
 # some older JPEG streams that violate the standard. If the JPEG
17
 # library built from local sources, the patch will be applied.
17
 # library built from local sources, the patch will be applied.
18
 
18
 
Lines 21-27 Link Here
21
 JPEG_NAME=jpeg
21
 JPEG_NAME=jpeg
22
 
22
 
23
 # Define the directory where the PNG library sources are stored,
23
 # Define the directory where the PNG library sources are stored,
24
@@ -172,14 +171,14 @@
24
@@ -164,12 +163,12 @@
25
 # You may need to change this if the libpng version changes.
25
 # You may need to change this if the libpng version changes.
26
 # See libpng.mak for more information.
26
 # See libpng.mak for more information.
27
 
27
 
Lines 30-35 Link Here
30
 PNGSRCDIR=@LIBPNGDIR@
30
 PNGSRCDIR=@LIBPNGDIR@
31
 LIBPNG_NAME=png
31
 LIBPNG_NAME=png
32
 
32
 
33
 # libtiff
34
-SHARE_LIBTIFF=@SHARE_LIBTIFF@
35
+SHARE_LIBTIFF=1
36
 TIFFSRCDIR=@LIBTIFFDIR@
37
 TIFFPLATFORM=unix
38
 TIFFCONFIG_SUFFIX=
39
@@ -178,7 +177,7 @@
33
 # Define the directory where the zlib sources are stored.
40
 # Define the directory where the zlib sources are stored.
34
 # See zlib.mak for more information.
41
 # See zlib.mak for more information.
35
 
42
 
Lines 38-44 Link Here
38
 ZSRCDIR=@ZLIBDIR@
45
 ZSRCDIR=@ZLIBDIR@
39
 #ZLIB_NAME=gz
46
 #ZLIB_NAME=gz
40
 ZLIB_NAME=z
47
 ZLIB_NAME=z
41
@@ -250,7 +249,7 @@
48
@@ -254,7 +253,7 @@
42
 # Define the added flags for standard, debugging, profiling 
49
 # Define the added flags for standard, debugging, profiling 
43
 # and shared object builds.
50
 # and shared object builds.
44
 
51
 
Lines 47-53 Link Here
47
 CFLAGS_DEBUG=-g -O0
54
 CFLAGS_DEBUG=-g -O0
48
 CFLAGS_PROFILE=-pg @OPT_CFLAGS@
55
 CFLAGS_PROFILE=-pg @OPT_CFLAGS@
49
 CFLAGS_SO=@DYNAMIC_CFLAGS@
56
 CFLAGS_SO=@DYNAMIC_CFLAGS@
50
@@ -295,7 +294,7 @@
57
@@ -299,7 +298,7 @@
51
 # Solaris may need -lnsl -lsocket -lposix4.
58
 # Solaris may need -lnsl -lsocket -lposix4.
52
 # (Libraries required by individual drivers are handled automatically.)
59
 # (Libraries required by individual drivers are handled automatically.)
53
 
60
 
Lines 56-62 Link Here
56
 
63
 
57
 # Define the standard libraries to search at the end of linking.
64
 # Define the standard libraries to search at the end of linking.
58
 # Most platforms require -lpthread for the POSIX threads library;
65
 # Most platforms require -lpthread for the POSIX threads library;
59
@@ -339,7 +338,7 @@
66
@@ -343,7 +342,7 @@
60
 # the pthread library. Otherwise use SYNC=nosync
67
 # the pthread library. Otherwise use SYNC=nosync
61
 #SYNC=posync
68
 #SYNC=posync
62
 #SYNC=nosync
69
 #SYNC=nosync
Lines 65-71 Link Here
65
 
72
 
66
 # programs we use
73
 # programs we use
67
 RM=rm -f
74
 RM=rm -f
68
@@ -498,6 +497,7 @@
75
@@ -490,6 +489,7 @@
69
 # ---------------- End of platform-specific section ---------------- #
76
 # ---------------- End of platform-specific section ---------------- #
70
 
77
 
71
 INSTALL_CONTRIB=@INSTALL_CONTRIB@
78
 INSTALL_CONTRIB=@INSTALL_CONTRIB@
(-)ghostscript8/pkg-plist (+3 lines)
Lines 70-75 Link Here
70
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-3
70
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-3
71
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-4
71
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-4
72
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-5
72
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-5
73
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-6
73
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-B5pc
74
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-B5pc
74
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-ETenms-B5
75
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-ETenms-B5
75
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-H-CID
76
%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-H-CID
Lines 286-291 Link Here
286
%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultCMYK
287
%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultCMYK
287
%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultGray
288
%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultGray
288
%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultRGB
289
%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultRGB
290
%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/sGray
291
%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/sRGB
289
%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/TrivialCMYK
292
%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/TrivialCMYK
290
%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Dingbats
293
%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Dingbats
291
%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Symbol
294
%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Symbol

Return to bug 144111