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

Collapse All | Expand All

(-)graphics/gmt/Makefile (-30 / +69 lines)
Lines 2-45 Link Here
2
# $FreeBSD: head/graphics/gmt/Makefile 322745 2013-07-11 06:15:02Z bapt $
2
# $FreeBSD: head/graphics/gmt/Makefile 322745 2013-07-11 06:15:02Z bapt $
3
3
4
PORTNAME=	gmt
4
PORTNAME=	gmt
5
PORTVERSION=	4.5.8
5
PORTVERSION=	4.5.9
6
PORTREVISION=	3
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	ftp://falcon.grdl.noaa.gov/pub/${PORTNAME}/	\
7
MASTER_SITES=	ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \
9
		ftp://ftp.soest.hawaii.edu/${PORTNAME}/		\
8
		ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \
10
		ftp://ftp.geologi.uio.no/pub/${PORTNAME}/	\
9
		ftp://ftp.iag.usp.br/pub/%SUBDIR%/ \
11
		ftp://ibis.grdl.noaa.gov/pub/${PORTNAME}/	\
10
		ftp://ftp.scc.u-tokai.ac.jp/pub/%SUBDIR%/ \
12
		ftp://gd.tuwien.ac.at/pub/${PORTNAME}/		\
11
		http://gd.tuwien.ac.at/graphics/visual/%SUBDIR%/ \
13
		ftp://ftp.iag.usp.br/pub/${PORTNAME}/		\
12
		http://gmt.mirror.ac.za/pub/%SUBDIR%/
14
		ftp://ftp.scc.u-tokai.ac.jp/pub/${PORTNAME}/
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
15
		${GSHHG_DISTNAME}${EXTRACT_SUFX}
15
16
16
MAINTAINER=	ports@FreeBSD.org
17
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	The Generic Mapping Tools data processing and display software package
18
COMMENT=	Generic Mapping Tools - data processing and display software package
19
20
LICENSE=	GPLv2 LGPL3
21
LICENSE_COMB=	multi
22
LICENSE_DISTFILES_GPLv2=	${DISTNAME}${EXTRACT_SUFX}
23
LICENSE_DISTFILES_LGPL3=	${GSHHG_DISTNAME}${EXTRACT_SUFX}
24
25
LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/science/netcdf4
26
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
27
28
OPTIONS_DEFINE=	SHARED EPS DEBUG IMPERIAL GDAL OCTAVE X11 DOCS
29
OPTIONS_DEFAULT=	SHARED GDAL X11
30
OPTIONS_SUB=	yes
31
SHARED_DESC=	Build shared (dynamic) libraries
32
EPS_DESC=	Set .eps as default output format, otherwise .ps
33
IMPERIAL_DESC=	Choose Imperial (inch) units over metric (cm)
34
GDAL_DESC=	Compile in experimental GDAL support
35
OCTAVE_DESC=	Build GMT-octave interface
18
36
19
WRKSRC=		${WRKDIR}/${PORTNAME:U}${DISTVERSION}
37
WRKSRC=		${WRKDIR}/${PORTNAME:U}${DISTVERSION}
20
USES=		gmake
38
39
USE_BZIP2=	yes
40
USES=		gmake shebangfix
41
SHEBANG_FILES=	gmtswitch
21
USE_AUTOTOOLS=	autoconf
42
USE_AUTOTOOLS=	autoconf
22
GNU_CONFIGURE=	yes
43
CONFIGURE_ARGS=	--datadir=${DATADIR} \
23
CONFIGURE_ARGS+=--datadir=${DATADIR}
44
		--with-gshhg-dir=${DATADIR}/coast
24
USE_XORG=	x11 xaw xmu xt
25
MAKE_JOBS_UNSAFE=	yes
45
MAKE_JOBS_UNSAFE=	yes
26
46
27
PORTDOCS=	*
47
PORTDOCS=	*
28
PORTDATA=	*
29
30
OPTIONS_DEFINE=	SHARED EPS DEBUG IMPERIAL GDAL NETCDF OCTAVE
31
OPTIONS_DEFAULT=	SHARED GDAL NETCDF
32
SHARED_DESC=	Build shared (dynamic) libraries
33
EPS_DESC=	defaults .eps, otherwise .ps
34
IMPERIAL_DESC=	Choose Imperial (inch) units over metric (cm)
35
GDAL_DESC=	Compile in experimental GDAL support
36
NETCDF_DESC=	With netCDF (7) support
37
OCTAVE_DESC=	With OCTAVE support
38
48
39
.include "Makefile.man"
49
.include "Makefile.man"
40
50
41
NETCDF_LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/science/netcdf4
42
NETCDF_CONFIGURE_ON=	--enable-netcdf
43
DEBUG_CONFIGURE_ON=	--enable-debug --enable-devdebug
51
DEBUG_CONFIGURE_ON=	--enable-debug --enable-devdebug
44
SHARED_CONFIGURE_ON=	--enable-shared
52
SHARED_CONFIGURE_ON=	--enable-shared
45
IMPERIAL_CONFIGURE_ON=	--enable-US
53
IMPERIAL_CONFIGURE_ON=	--enable-US
Lines 49-54 Link Here
49
OCTAVE_RUN_DEPENDS=	octave:${PORTSDIR}/math/octave
57
OCTAVE_RUN_DEPENDS=	octave:${PORTSDIR}/math/octave
50
OCTAVE_CONFIGURE_ON=	--enable-octave --enable-mex
58
OCTAVE_CONFIGURE_ON=	--enable-octave --enable-mex
51
OCTAVE_CONFIGURE_OFF=	--disable-mex
59
OCTAVE_CONFIGURE_OFF=	--disable-mex
60
X11_CONFIGURE_OFF=	--disable-xgrid
61
62
STRIP_FILES=	blockmean blockmedian blockmode filter1d fitcircle \
63
		gmt2rgb gmtconvert gmtdefaults gmtmath gmtselect \
64
		gmtset grd2cpt grd2xyz grdblend grdclip \
65
		grdcontour grdcut grdedit grdfft grdfilter \
66
		grdgradient grdhisteq grdimage grdinfo grdlandmask \
67
		grdmask grdmath grdpaste grdproject grdreformat \
68
		grdsample grdtrack grdtrend grdvector grdview \
69
		grdvolume greenspline makecpt mapproject minmax \
70
		nearneighbor project ps2raster psbasemap psclip \
71
		pscoast pscontour pshistogram psimage pslegend \
72
		psmask psrose psscale pstext pswiggle \
73
		psxy psxyz sample1d spectrum1d splitxyz \
74
		surface trend1d trend2d triangulate xyz2grd
75
76
GSHHG_DISTNAME=	gshhg-gmt-nc3-2.2.2
52
77
53
.include <bsd.port.options.mk>
78
.include <bsd.port.options.mk>
54
79
Lines 56-67 Link Here
56
USE_LDCONFIG=	yes
81
USE_LDCONFIG=	yes
57
.endif
82
.endif
58
83
59
INSTALL_TARGET=		install-gmt install-data install-man install-doc
84
.if ${PORT_OPTIONS:MX11}
85
USE_XORG=	x11 xaw xmu xt
86
.endif
60
87
61
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
88
.if ${PORT_OPTIONS:MDOCS}
62
CONFIGURE_ARGS+=	--enable-64
89
INSTALL_TARGET=	install-gmt install-data install-man install-doc
63
.else
90
.else
64
CONFIGURE_ARGS+=	--disable-64
91
INSTALL_TARGET=	install-gmt install-data install-man
92
.endif
93
94
post-install:
95
	@${MKDIR} ${DATADIR}/coast
96
	(cd ${WRKDIR}/${GSHHG_DISTNAME} \
97
		&& ${INSTALL_DATA} README.TXT *.nc ${DATADIR}/coast)
98
.if ${PORT_OPTIONS:MX11}
99
	(cd ${WRKSRC}/src/xgrid \
100
		&& ${INSTALL_PROGRAM} xgridedit ${PREFIX}/bin)
65
.endif
101
.endif
102
.for i in ${STRIP_FILES}
103
	@${STRIP_CMD} ${PREFIX}/bin/${i}
104
.endfor
66
105
67
.include <bsd.port.mk>
106
.include <bsd.port.mk>
(-)graphics/gmt/Makefile.man (-1 / +1 lines)
Lines 9-15 Link Here
9
	grdlandmask.1 grdmask.1 grdmath.1 grdpaste.1 grdproject.1 \
9
	grdlandmask.1 grdmask.1 grdmath.1 grdpaste.1 grdproject.1 \
10
	grdraster.1 grdreformat.1 grdrotater.1 grdsample.1 grdspotter.1 \
10
	grdraster.1 grdreformat.1 grdrotater.1 grdsample.1 grdspotter.1 \
11
	grdtrack.1 grdtrend.1 grdvector.1 grdview.1 grdvolume.1 \
11
	grdtrack.1 grdtrend.1 grdvector.1 grdview.1 grdvolume.1 \
12
	greenspline.1 gshhs.1 gshhs_dp.1 gshhstograss.1 hotspotter.1 \
12
	greenspline.1 gshhg.1 gshhg_dp.1 gshhgtograss.1 hotspotter.1 \
13
	img2google.1 img2grd.1 img2mercgrd.1 isogmt.1 kml2gmt.1 makecpt.1 \
13
	img2google.1 img2grd.1 img2mercgrd.1 isogmt.1 kml2gmt.1 makecpt.1 \
14
	makepattern.1 mapproject.1 mgd77convert.1 mgd77info.1 mgd77list.1 \
14
	makepattern.1 mapproject.1 mgd77convert.1 mgd77info.1 mgd77list.1 \
15
	mgd77magref.1 mgd77manage.1 mgd77path.1 mgd77sniffer.1 \
15
	mgd77magref.1 mgd77manage.1 mgd77path.1 mgd77sniffer.1 \
(-)graphics/gmt/distinfo (-2 / +4 lines)
Lines 1-2 Link Here
1
SHA256 (gmt-4.5.8.tar.bz2) = de3398acaf3ecb34f48c8a61a916c6037276793bd4b13bef376282a7731e54d4
1
SHA256 (gmt-4.5.9.tar.bz2) = 9b13be96ccf4bbd38c14359c05dfa7eeeb4b5f06d6f4be9c33d6c3ea276afc86
2
SIZE (gmt-4.5.8.tar.bz2) = 39350328
2
SIZE (gmt-4.5.9.tar.bz2) = 39325492
3
SHA256 (gshhg-gmt-nc3-2.2.2.tar.bz2) = 463460e429a98901accc119629e327dfece217760cda8eddc9fd5afcbc7f1919
4
SIZE (gshhg-gmt-nc3-2.2.2.tar.bz2) = 46982087
(-)graphics/gmt/files/patch-configure-ac (-9 / +24 lines)
Lines 1-16 Link Here
1
$FreeBSD: head/graphics/gmt/files/patch-configure-ac 300896 2012-07-14 13:54:48Z beat $
1
$FreeBSD: head/graphics/gmt/files/patch-configure-ac 300896 2012-07-14 13:54:48Z beat $
2
2
3
On GNU systems gcc is used as ld, which accepts the -Wl option to pass options
4
to ld.  On FreeBSD, ld is used, and gets upset with -Wl.
5
6
--- configure.ac.orig	2012-04-09 09:40:43.118542080 +0100
3
--- configure.ac.orig	2012-04-09 09:40:43.118542080 +0100
7
+++ configure.ac	2012-04-09 09:45:57.340543460 +0100
4
+++ configure.ac	2012-04-09 09:45:57.340543460 +0100
8
@@ -759,7 +759,7 @@
5
@@ -663,10 +663,10 @@
6
 	if test "$os" = "Darwin" ; then
7
 		LDFLAGS="$LDFLAGS -Wl,-x"
8
 	else
9
-		LDFLAGS="$LDFLAGS -s"
10
+		LDFLAGS="$LDFLAGS"
11
 	fi
12
 	if test "$GCC" = "yes" || test "$os" = "Linux" || test "$os" = "AIX"; then
13
-		CFLAGS="$CFLAGS -O2"
14
+		CFLAGS="$CFLAGS"
15
 	elif test "$chip" = "alpha" || test "$os" = "AUX" || test "$os" = "HP-UX"; then
16
 		CFLAGS="$CFLAGS"
17
 	else
18
@@ -779,11 +779,11 @@
19
 		else				# Solaris
20
 			LD_OPT="-G"
21
 		fi
22
-	elif test "$os" = "Linux" || test "$os" = "GNU/kFreeBSD" ; then	# Need optimization when doing shared
23
+	elif test "$os" = "Linux" || test "$os" = "FreeBSD" || test "$os" = "GNU/kFreeBSD" ; then	# Need optimization when doing shared
24
 		LD='$(CC)'
25
 		SL_VERSION=$SL.$LIB_MAJOR_VERSION
9
 		LD_OPT='-shared -Wl,-soname=$*.'$SL_VERSION
26
 		LD_OPT='-shared -Wl,-soname=$*.'$SL_VERSION
10
 	elif test "$os" = "FreeBSD" || test "$os" = "NetBSD" ; then
27
-	elif test "$os" = "FreeBSD" || test "$os" = "NetBSD" ; then
28
+	elif test "$os" = "NetBSD" ; then
11
 		SL_VERSION=$SL.$LIB_MAJOR_VERSION
29
 		SL_VERSION=$SL.$LIB_MAJOR_VERSION
12
-		LD_OPT='-shared -Wl,-soname=$*.'$SL_VERSION
30
 		LD_OPT='-shared -Wl,-soname=$*.'$SL_VERSION
13
+		LD_OPT='-shared -soname=$*.'$SL_VERSION
14
 	elif test "$os" = "OSF1" ; then
31
 	elif test "$os" = "OSF1" ; then
15
 		LD_OPT='-shared -expect_unresolved "*"'
16
 	elif test "$os" = "IRIX64" ; then
(-)graphics/gmt/pkg-plist (-6 / +257 lines)
Lines 69-74 Link Here
69
bin/trend1d
69
bin/trend1d
70
bin/trend2d
70
bin/trend2d
71
bin/triangulate
71
bin/triangulate
72
%%X11%%bin/xgridedit
72
bin/xyz2grd
73
bin/xyz2grd
73
include/gmt.h
74
include/gmt.h
74
include/gmt_bcr.h
75
include/gmt_bcr.h
Lines 101-111 Link Here
101
include/gmt_version.h
102
include/gmt_version.h
102
include/pslib.h
103
include/pslib.h
103
lib/libgmt.a
104
lib/libgmt.a
104
lib/libgmt.so
105
%%SHARED%%lib/libgmt.so
105
lib/libgmt.so.4
106
%%SHARED%%lib/libgmt.so.4
106
lib/libgmtps.a
107
lib/libgmtps.a
107
lib/libgmtps.so
108
%%SHARED%%lib/libgmtps.so
108
lib/libgmtps.so.4
109
%%SHARED%%lib/libgmtps.so.4
109
lib/libpsl.a
110
lib/libpsl.a
110
lib/libpsl.so
111
%%SHARED%%lib/libpsl.so
111
lib/libpsl.so.4
112
%%SHARED%%lib/libpsl.so.4
113
%%DATADIR%%/coast/README.TXT
114
%%DATADIR%%/coast/binned_GSHHS_c.nc
115
%%DATADIR%%/coast/binned_GSHHS_f.nc
116
%%DATADIR%%/coast/binned_GSHHS_h.nc
117
%%DATADIR%%/coast/binned_GSHHS_i.nc
118
%%DATADIR%%/coast/binned_GSHHS_l.nc
119
%%DATADIR%%/coast/binned_border_c.nc
120
%%DATADIR%%/coast/binned_border_f.nc
121
%%DATADIR%%/coast/binned_border_h.nc
122
%%DATADIR%%/coast/binned_border_i.nc
123
%%DATADIR%%/coast/binned_border_l.nc
124
%%DATADIR%%/coast/binned_river_c.nc
125
%%DATADIR%%/coast/binned_river_f.nc
126
%%DATADIR%%/coast/binned_river_h.nc
127
%%DATADIR%%/coast/binned_river_i.nc
128
%%DATADIR%%/coast/binned_river_l.nc
129
%%DATADIR%%/conf/gmt.conf
130
%%DATADIR%%/conf/gmt_cpt.conf
131
%%DATADIR%%/conf/gmt_custom_media.conf
132
%%DATADIR%%/conf/gmt_custom_symbols.conf
133
%%DATADIR%%/conf/gmtdefaults_SI
134
%%DATADIR%%/conf/gmtdefaults_US
135
%%DATADIR%%/cpt/GMT_cool.cpt
136
%%DATADIR%%/cpt/GMT_copper.cpt
137
%%DATADIR%%/cpt/GMT_cyclic.cpt
138
%%DATADIR%%/cpt/GMT_drywet.cpt
139
%%DATADIR%%/cpt/GMT_gebco.cpt
140
%%DATADIR%%/cpt/GMT_globe.cpt
141
%%DATADIR%%/cpt/GMT_gray.cpt
142
%%DATADIR%%/cpt/GMT_haxby.cpt
143
%%DATADIR%%/cpt/GMT_hot.cpt
144
%%DATADIR%%/cpt/GMT_jet.cpt
145
%%DATADIR%%/cpt/GMT_nighttime.cpt
146
%%DATADIR%%/cpt/GMT_no_green.cpt
147
%%DATADIR%%/cpt/GMT_ocean.cpt
148
%%DATADIR%%/cpt/GMT_paired.cpt
149
%%DATADIR%%/cpt/GMT_panoply.cpt
150
%%DATADIR%%/cpt/GMT_polar.cpt
151
%%DATADIR%%/cpt/GMT_rainbow.cpt
152
%%DATADIR%%/cpt/GMT_red2green.cpt
153
%%DATADIR%%/cpt/GMT_relief.cpt
154
%%DATADIR%%/cpt/GMT_sealand.cpt
155
%%DATADIR%%/cpt/GMT_seis.cpt
156
%%DATADIR%%/cpt/GMT_split.cpt
157
%%DATADIR%%/cpt/GMT_topo.cpt
158
%%DATADIR%%/cpt/GMT_wysiwyg.cpt
159
%%DATADIR%%/custom/astroid.def
160
%%DATADIR%%/custom/circle.def
161
%%DATADIR%%/custom/cross.def
162
%%DATADIR%%/custom/crosshair.def
163
%%DATADIR%%/custom/deltoid.def
164
%%DATADIR%%/custom/diamond.def
165
%%DATADIR%%/custom/flash.def
166
%%DATADIR%%/custom/hexagon.def
167
%%DATADIR%%/custom/hlens.def
168
%%DATADIR%%/custom/hlozenge.def
169
%%DATADIR%%/custom/hneedle.def
170
%%DATADIR%%/custom/hurricane.def
171
%%DATADIR%%/custom/invtriangle.def
172
%%DATADIR%%/custom/lcrescent.def
173
%%DATADIR%%/custom/lflag.def
174
%%DATADIR%%/custom/ltriangle.def
175
%%DATADIR%%/custom/meca.def
176
%%DATADIR%%/custom/octagon.def
177
%%DATADIR%%/custom/pacman.def
178
%%DATADIR%%/custom/pentagon.def
179
%%DATADIR%%/custom/rcrescent.def
180
%%DATADIR%%/custom/rflag.def
181
%%DATADIR%%/custom/rtriangle.def
182
%%DATADIR%%/custom/sectoid.def
183
%%DATADIR%%/custom/square.def
184
%%DATADIR%%/custom/squaroid.def
185
%%DATADIR%%/custom/star.def
186
%%DATADIR%%/custom/star3.def
187
%%DATADIR%%/custom/star4.def
188
%%DATADIR%%/custom/starp.def
189
%%DATADIR%%/custom/sun.def
190
%%DATADIR%%/custom/triangle.def
191
%%DATADIR%%/custom/trirot1.def
192
%%DATADIR%%/custom/trirot2.def
193
%%DATADIR%%/custom/trirot3.def
194
%%DATADIR%%/custom/trirot4.def
195
%%DATADIR%%/custom/vlens.def
196
%%DATADIR%%/custom/vlozenge.def
197
%%DATADIR%%/custom/vneedle.def
198
%%DATADIR%%/custom/volcano.def
199
%%DATADIR%%/dbase/grdraster.info
200
%%DATADIR%%/mgd77/Dst_all.wdc
201
%%DATADIR%%/mgd77/F107_mon.plt
202
%%DATADIR%%/mgd77/mgd77_paths.txt
203
%%DATADIR%%/mgd77/umdl.CM4
204
%%DATADIR%%/mgg/carter.d
205
%%DATADIR%%/mgg/gmtfile_paths
206
%%DATADIR%%/pattern/ps_pattern_01.ras
207
%%DATADIR%%/pattern/ps_pattern_02.ras
208
%%DATADIR%%/pattern/ps_pattern_03.ras
209
%%DATADIR%%/pattern/ps_pattern_04.ras
210
%%DATADIR%%/pattern/ps_pattern_05.ras
211
%%DATADIR%%/pattern/ps_pattern_06.ras
212
%%DATADIR%%/pattern/ps_pattern_07.ras
213
%%DATADIR%%/pattern/ps_pattern_08.ras
214
%%DATADIR%%/pattern/ps_pattern_09.ras
215
%%DATADIR%%/pattern/ps_pattern_10.ras
216
%%DATADIR%%/pattern/ps_pattern_11.ras
217
%%DATADIR%%/pattern/ps_pattern_12.ras
218
%%DATADIR%%/pattern/ps_pattern_13.ras
219
%%DATADIR%%/pattern/ps_pattern_14.ras
220
%%DATADIR%%/pattern/ps_pattern_15.ras
221
%%DATADIR%%/pattern/ps_pattern_16.ras
222
%%DATADIR%%/pattern/ps_pattern_17.ras
223
%%DATADIR%%/pattern/ps_pattern_18.ras
224
%%DATADIR%%/pattern/ps_pattern_19.ras
225
%%DATADIR%%/pattern/ps_pattern_20.ras
226
%%DATADIR%%/pattern/ps_pattern_21.ras
227
%%DATADIR%%/pattern/ps_pattern_22.ras
228
%%DATADIR%%/pattern/ps_pattern_23.ras
229
%%DATADIR%%/pattern/ps_pattern_24.ras
230
%%DATADIR%%/pattern/ps_pattern_25.ras
231
%%DATADIR%%/pattern/ps_pattern_26.ras
232
%%DATADIR%%/pattern/ps_pattern_27.ras
233
%%DATADIR%%/pattern/ps_pattern_28.ras
234
%%DATADIR%%/pattern/ps_pattern_29.ras
235
%%DATADIR%%/pattern/ps_pattern_30.ras
236
%%DATADIR%%/pattern/ps_pattern_31.ras
237
%%DATADIR%%/pattern/ps_pattern_32.ras
238
%%DATADIR%%/pattern/ps_pattern_33.ras
239
%%DATADIR%%/pattern/ps_pattern_34.ras
240
%%DATADIR%%/pattern/ps_pattern_35.ras
241
%%DATADIR%%/pattern/ps_pattern_36.ras
242
%%DATADIR%%/pattern/ps_pattern_37.ras
243
%%DATADIR%%/pattern/ps_pattern_38.ras
244
%%DATADIR%%/pattern/ps_pattern_39.ras
245
%%DATADIR%%/pattern/ps_pattern_40.ras
246
%%DATADIR%%/pattern/ps_pattern_41.ras
247
%%DATADIR%%/pattern/ps_pattern_42.ras
248
%%DATADIR%%/pattern/ps_pattern_43.ras
249
%%DATADIR%%/pattern/ps_pattern_44.ras
250
%%DATADIR%%/pattern/ps_pattern_45.ras
251
%%DATADIR%%/pattern/ps_pattern_46.ras
252
%%DATADIR%%/pattern/ps_pattern_47.ras
253
%%DATADIR%%/pattern/ps_pattern_48.ras
254
%%DATADIR%%/pattern/ps_pattern_49.ras
255
%%DATADIR%%/pattern/ps_pattern_50.ras
256
%%DATADIR%%/pattern/ps_pattern_51.ras
257
%%DATADIR%%/pattern/ps_pattern_52.ras
258
%%DATADIR%%/pattern/ps_pattern_53.ras
259
%%DATADIR%%/pattern/ps_pattern_54.ras
260
%%DATADIR%%/pattern/ps_pattern_55.ras
261
%%DATADIR%%/pattern/ps_pattern_56.ras
262
%%DATADIR%%/pattern/ps_pattern_57.ras
263
%%DATADIR%%/pattern/ps_pattern_58.ras
264
%%DATADIR%%/pattern/ps_pattern_59.ras
265
%%DATADIR%%/pattern/ps_pattern_60.ras
266
%%DATADIR%%/pattern/ps_pattern_61.ras
267
%%DATADIR%%/pattern/ps_pattern_62.ras
268
%%DATADIR%%/pattern/ps_pattern_63.ras
269
%%DATADIR%%/pattern/ps_pattern_64.ras
270
%%DATADIR%%/pattern/ps_pattern_65.ras
271
%%DATADIR%%/pattern/ps_pattern_66.ras
272
%%DATADIR%%/pattern/ps_pattern_67.ras
273
%%DATADIR%%/pattern/ps_pattern_68.ras
274
%%DATADIR%%/pattern/ps_pattern_69.ras
275
%%DATADIR%%/pattern/ps_pattern_70.ras
276
%%DATADIR%%/pattern/ps_pattern_71.ras
277
%%DATADIR%%/pattern/ps_pattern_72.ras
278
%%DATADIR%%/pattern/ps_pattern_73.ras
279
%%DATADIR%%/pattern/ps_pattern_74.ras
280
%%DATADIR%%/pattern/ps_pattern_75.ras
281
%%DATADIR%%/pattern/ps_pattern_76.ras
282
%%DATADIR%%/pattern/ps_pattern_77.ras
283
%%DATADIR%%/pattern/ps_pattern_78.ras
284
%%DATADIR%%/pattern/ps_pattern_79.ras
285
%%DATADIR%%/pattern/ps_pattern_80.ras
286
%%DATADIR%%/pattern/ps_pattern_81.ras
287
%%DATADIR%%/pattern/ps_pattern_82.ras
288
%%DATADIR%%/pattern/ps_pattern_83.ras
289
%%DATADIR%%/pattern/ps_pattern_84.ras
290
%%DATADIR%%/pattern/ps_pattern_85.ras
291
%%DATADIR%%/pattern/ps_pattern_86.ras
292
%%DATADIR%%/pattern/ps_pattern_87.ras
293
%%DATADIR%%/pattern/ps_pattern_88.ras
294
%%DATADIR%%/pattern/ps_pattern_89.ras
295
%%DATADIR%%/pattern/ps_pattern_90.ras
296
%%DATADIR%%/pslib/ISO-8859-1.ps
297
%%DATADIR%%/pslib/ISO-8859-10.ps
298
%%DATADIR%%/pslib/ISO-8859-13.ps
299
%%DATADIR%%/pslib/ISO-8859-14.ps
300
%%DATADIR%%/pslib/ISO-8859-15.ps
301
%%DATADIR%%/pslib/ISO-8859-2.ps
302
%%DATADIR%%/pslib/ISO-8859-3.ps
303
%%DATADIR%%/pslib/ISO-8859-4.ps
304
%%DATADIR%%/pslib/ISO-8859-5.ps
305
%%DATADIR%%/pslib/ISO-8859-6.ps
306
%%DATADIR%%/pslib/ISO-8859-7.ps
307
%%DATADIR%%/pslib/ISO-8859-8.ps
308
%%DATADIR%%/pslib/ISO-8859-9.ps
309
%%DATADIR%%/pslib/ISOLatin1+.ps
310
%%DATADIR%%/pslib/ISOLatin1.ps
311
%%DATADIR%%/pslib/PSL_label.ps
312
%%DATADIR%%/pslib/PSL_prologue.ps
313
%%DATADIR%%/pslib/PSL_text.ps
314
%%DATADIR%%/pslib/PS_font_info.d
315
%%DATADIR%%/pslib/Standard+.ps
316
%%DATADIR%%/pslib/Standard.ps
317
%%DATADIR%%/time/br.d
318
%%DATADIR%%/time/cn1.d
319
%%DATADIR%%/time/cn2.d
320
%%DATADIR%%/time/de.d
321
%%DATADIR%%/time/dk.d
322
%%DATADIR%%/time/eh.d
323
%%DATADIR%%/time/es.d
324
%%DATADIR%%/time/fi.d
325
%%DATADIR%%/time/fr.d
326
%%DATADIR%%/time/gr.d
327
%%DATADIR%%/time/hu.d
328
%%DATADIR%%/time/ie.d
329
%%DATADIR%%/time/il.d
330
%%DATADIR%%/time/is.d
331
%%DATADIR%%/time/it.d
332
%%DATADIR%%/time/jp.d
333
%%DATADIR%%/time/nl.d
334
%%DATADIR%%/time/no.d
335
%%DATADIR%%/time/pl.d
336
%%DATADIR%%/time/pt.d
337
%%DATADIR%%/time/ru.d
338
%%DATADIR%%/time/se.d
339
%%DATADIR%%/time/sg.d
340
%%DATADIR%%/time/to.d
341
%%DATADIR%%/time/tr.d
342
%%DATADIR%%/time/uk.d
343
%%DATADIR%%/time/us.d
344
%%DATADIR%%/x2sys/geo.def
345
%%DATADIR%%/x2sys/geoz.def
346
%%DATADIR%%/x2sys/gmt.def
347
%%DATADIR%%/x2sys/mgd77+.def
348
%%DATADIR%%/x2sys/mgd77.def
349
%%DATADIR%%/x2sys/xy.def
350
%%DATADIR%%/x2sys/xyz.def
351
@dirrm %%DATADIR%%/x2sys
352
@dirrm %%DATADIR%%/time
353
@dirrm %%DATADIR%%/pslib
354
@dirrm %%DATADIR%%/pattern
355
@dirrm %%DATADIR%%/mgg
356
@dirrm %%DATADIR%%/mgd77
357
@dirrm %%DATADIR%%/dbase
358
@dirrm %%DATADIR%%/custom
359
@dirrm %%DATADIR%%/cpt
360
@dirrm %%DATADIR%%/conf
361
@dirrm %%DATADIR%%/coast
362
@dirrm %%DATADIR%%

Return to bug 180702