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

(-)blitz++/Makefile (-3 / +7 lines)
Lines 7-16 Link Here
7
#
7
#
8
8
9
PORTNAME=	blitz++
9
PORTNAME=	blitz++
10
PORTVERSION=	0.6
10
PORTVERSION=	0.7
11
CATEGORIES=	math
11
CATEGORIES=	math
12
MASTER_SITES=	http://www.oonumerics.org/blitz/download/releases/
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
DISTNAME=	blitz-${PORTVERSION}
13
MASTER_SITE_SUBDIR=	blitz
14
DISTNAME=	Blitz++-${PORTVERSION}
14
15
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A C++ class library for scientific computing
17
COMMENT=	A C++ class library for scientific computing
Lines 22-27 Link Here
22
CONFIGURE_ARGS=	--with-cxx=gcc --enable-optimize --disable-debug
23
CONFIGURE_ARGS=	--with-cxx=gcc --enable-optimize --disable-debug
23
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
24
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
24
		AUTOHEADER="${TRUE}"
25
		AUTOHEADER="${TRUE}"
26
27
INFO=	blitz
28
DOCSDIR=	${PREFIX}/share/doc/blitz
25
29
26
post-patch:
30
post-patch:
27
	@${FIND} ${WRKSRC}/manual -name "Makefile.in" | ${XARGS} \
31
	@${FIND} ${WRKSRC}/manual -name "Makefile.in" | ${XARGS} \
(-)blitz++/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (blitz-0.6.tar.gz) = c557fb5ecf0b89a1321bb42c228afc1c
1
MD5 (Blitz++-0.7.tar.gz) = 4ca794b9cfbfee44d386f518584141cb
(-)blitz++/files/patch-Makefile.in (-19 / +11 lines)
Lines 1-25 Link Here
1
--- Makefile.in.orig	Wed Jul 17 09:39:02 2002
1
--- Makefile.in.orig	Fri Nov  7 23:43:47 2003
2
+++ Makefile.in	Tue Dec 17 21:24:13 2002
2
+++ Makefile.in	Fri Nov  7 23:46:09 2003
3
@@ -93,7 +93,12 @@
3
@@ -153,8 +153,12 @@ target_vendor = @target_vendor@
4
 RANLIB = @RANLIB@
5
 STRIP = @STRIP@
6
 
4
 
7
-SUBDIRS = . bin compiler blitz random src lib manual testsuite examples benchmarks demos
5
 AUTOMAKE_OPTIONS = foreign
6
 
7
-SUBDIRS = bin compiler blitz random src lib testsuite \
8
-	examples benchmarks doc manual
8
+ifndef NOPORTDOCS
9
+ifndef NOPORTDOCS
9
+DOCS = manual
10
+DOCS = doc manual
10
+endif
11
+endif
11
+
12
+
12
+SUBDIRS = . bin compiler blitz random src lib $(DOCS)
13
+SUBDIRS = bin compiler blitz random src lib  $(DOCS)
13
+
14
+	
14
 VERSION = @VERSION@
15
 am__include = @am__include@
16
 am__quote = @am__quote@
17
@@ -405,7 +410,7 @@
18
 
19
 info-am:
20
 
21
-install-data-am: install-demoDATA
22
+install-data-am:
23
 
15
 
24
 install-exec-am:
25
 
16
 
17
 EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET Blitz-VS.NET.zip \
(-)blitz++/files/patch-doc-Makefile.in (+11 lines)
Line 0 Link Here
1
--- doc/Makefile.in.orig	Sat Nov  8 00:45:38 2003
2
+++ doc/Makefile.in	Sat Nov  8 00:45:33 2003
3
@@ -155,7 +155,7 @@ SUBDIRS = examples stencils
4
 
5
 # install these files
6
 docdir = $(prefix)/doc
7
-doc_DATA = blitz.ps 
8
+doc_DATA = 
9
 
10
 AM_MAKEINFOFLAGS = --no-split
11
 TEXI2HTML = texi2html
(-)blitz++/pkg-plist (-147 / +130 lines)
Lines 1-4 Link Here
1
include/blitz/applics.h
1
include/blitz/applics.h
2
include/blitz/array-impl.h
3
include/blitz/array-old.h
4
include/blitz/array.h
2
include/blitz/array/asexpr.h
5
include/blitz/array/asexpr.h
3
include/blitz/array/bops.cc
6
include/blitz/array/bops.cc
4
include/blitz/array/cartesian.h
7
include/blitz/array/cartesian.h
Lines 24-31 Link Here
24
include/blitz/array/misc.cc
27
include/blitz/array/misc.cc
25
include/blitz/array/multi.h
28
include/blitz/array/multi.h
26
include/blitz/array/newbops.cc
29
include/blitz/array/newbops.cc
27
include/blitz/array/newet.h
30
include/blitz/array/newet-macros-old.h
28
include/blitz/array/newet-macros.h
31
include/blitz/array/newet-macros.h
32
include/blitz/array/newet.h
29
include/blitz/array/ops.cc
33
include/blitz/array/ops.cc
30
include/blitz/array/ops.h
34
include/blitz/array/ops.h
31
include/blitz/array/reduce.cc
35
include/blitz/array/reduce.cc
Lines 42-50 Link Here
42
include/blitz/array/uops.cc
46
include/blitz/array/uops.cc
43
include/blitz/array/where.h
47
include/blitz/array/where.h
44
include/blitz/array/zip.h
48
include/blitz/array/zip.h
45
include/blitz/array-impl.h
46
include/blitz/array-old.h
47
include/blitz/array.h
48
include/blitz/bench.cc
49
include/blitz/bench.cc
49
include/blitz/bench.h
50
include/blitz/bench.h
50
include/blitz/benchext.cc
51
include/blitz/benchext.cc
Lines 56-77 Link Here
56
include/blitz/etbase.h
57
include/blitz/etbase.h
57
include/blitz/extremum.h
58
include/blitz/extremum.h
58
include/blitz/funcs.h
59
include/blitz/funcs.h
59
include/blitz/generate/arroperands.h
60
include/blitz/generate/arroptuple.h
61
include/blitz/generate/bzfstream.h
62
include/blitz/generate/genarrbops.cpp
63
include/blitz/generate/genarruops.cpp
64
include/blitz/generate/genmatbops.cpp
65
include/blitz/generate/genmathfunc.cpp
66
include/blitz/generate/genmatuops.cpp
67
include/blitz/generate/genpromote.cpp
68
include/blitz/generate/genvecbops.cpp
69
include/blitz/generate/genvecuops.cpp
70
include/blitz/generate/genvecwhere.cpp
71
include/blitz/generate/operands.h
72
include/blitz/generate/operands2.h
73
include/blitz/generate/optuple.h
74
include/blitz/generate/optuple2.h
75
include/blitz/indexexpr.h
60
include/blitz/indexexpr.h
76
include/blitz/limits-hack.h
61
include/blitz/limits-hack.h
77
include/blitz/listinit.h
62
include/blitz/listinit.h
Lines 167-173 Link Here
167
include/blitz/zero.cc
152
include/blitz/zero.cc
168
include/blitz/zero.h
153
include/blitz/zero.h
169
include/random/F.h
154
include/random/F.h
170
include/random/Makefile.am
171
include/random/beta.h
155
include/random/beta.h
172
include/random/chisquare.h
156
include/random/chisquare.h
173
include/random/default.h
157
include/random/default.h
Lines 178-309 Link Here
178
include/random/normal.h
162
include/random/normal.h
179
include/random/uniform.h
163
include/random/uniform.h
180
lib/libblitz.a
164
lib/libblitz.a
181
%%PORTDOCS%%share/doc/blitz/Frames.html
165
%%DOCSDIR%%/examples/cast.cpp
182
%%PORTDOCS%%share/doc/blitz/INDEX.html
166
%%DOCSDIR%%/examples/debug.cpp
183
%%PORTDOCS%%share/doc/blitz/Index-epilogue.html
167
%%DOCSDIR%%/examples/dump.cpp
184
%%PORTDOCS%%share/doc/blitz/Index-prologue.html
168
%%DOCSDIR%%/examples/fixed.cpp
185
%%PORTDOCS%%share/doc/blitz/Index.html
169
%%DOCSDIR%%/examples/outer.cpp
186
%%PORTDOCS%%share/doc/blitz/arrays-ctors.yo
170
%%DOCSDIR%%/examples/outer.log
187
%%PORTDOCS%%share/doc/blitz/arrays-debug.yo
171
%%DOCSDIR%%/examples/output.cpp
188
%%PORTDOCS%%share/doc/blitz/arrays-expr.yo
172
%%DOCSDIR%%/examples/output.log
189
%%PORTDOCS%%share/doc/blitz/arrays-globals.yo
173
%%DOCSDIR%%/examples/range.cpp
190
%%PORTDOCS%%share/doc/blitz/arrays-indirect.yo
174
%%DOCSDIR%%/examples/simple.cpp
191
%%PORTDOCS%%share/doc/blitz/arrays-intro.yo
175
%%DOCSDIR%%/examples/simple.log
192
%%PORTDOCS%%share/doc/blitz/arrays-io.yo
176
%%DOCSDIR%%/examples/slicing.cpp
193
%%PORTDOCS%%share/doc/blitz/arrays-members.yo
177
%%DOCSDIR%%/examples/storage.cpp
194
%%PORTDOCS%%share/doc/blitz/arrays-multi.yo
178
%%DOCSDIR%%/examples/storage.log
195
%%PORTDOCS%%share/doc/blitz/arrays-slicing.yo
179
%%DOCSDIR%%/examples/strideslice.cpp
196
%%PORTDOCS%%share/doc/blitz/arrays-stencils.yo
180
%%DOCSDIR%%/examples/xor.cpp
197
%%PORTDOCS%%share/doc/blitz/arrays-storage.yo
181
%%DOCSDIR%%/stencils/Laplacian2D.yo
198
%%PORTDOCS%%share/doc/blitz/arrays-types
182
%%DOCSDIR%%/stencils/Laplacian2D4.yo
199
%%PORTDOCS%%share/doc/blitz/arrays-usertype.yo
183
%%DOCSDIR%%/stencils/backward11.yo
200
%%PORTDOCS%%share/doc/blitz/blitz.gif
184
%%DOCSDIR%%/stencils/backward12.yo
201
%%PORTDOCS%%share/doc/blitz/blitz.html
185
%%DOCSDIR%%/stencils/backward21.yo
202
%%PORTDOCS%%share/doc/blitz/blitz.ps
186
%%DOCSDIR%%/stencils/backward22.yo
203
%%PORTDOCS%%share/doc/blitz/blitz.yo
187
%%DOCSDIR%%/stencils/backward31.yo
204
%%PORTDOCS%%share/doc/blitz/blitz01.html
188
%%DOCSDIR%%/stencils/backward32.yo
205
%%PORTDOCS%%share/doc/blitz/blitz02.html
189
%%DOCSDIR%%/stencils/backward41.yo
206
%%PORTDOCS%%share/doc/blitz/blitz03.html
190
%%DOCSDIR%%/stencils/backward42.yo
207
%%PORTDOCS%%share/doc/blitz/blitz04.html
191
%%DOCSDIR%%/stencils/central12.yo
208
%%PORTDOCS%%share/doc/blitz/blitz05.html
192
%%DOCSDIR%%/stencils/central14.yo
209
%%PORTDOCS%%share/doc/blitz/blitz06.html
193
%%DOCSDIR%%/stencils/central22.yo
210
%%PORTDOCS%%share/doc/blitz/blitz07.html
194
%%DOCSDIR%%/stencils/central24.yo
211
%%PORTDOCS%%share/doc/blitz/blitz08.html
195
%%DOCSDIR%%/stencils/central32.yo
212
%%PORTDOCS%%share/doc/blitz/blitz09.html
196
%%DOCSDIR%%/stencils/central34.yo
213
%%PORTDOCS%%share/doc/blitz/blitz10.html
197
%%DOCSDIR%%/stencils/central42.yo
214
%%PORTDOCS%%share/doc/blitz/blitzmacros.yo
198
%%DOCSDIR%%/stencils/central44.yo
215
%%PORTDOCS%%share/doc/blitz/blitztiny.jpg
199
%%DOCSDIR%%/stencils/dump-stencil.cpp
216
%%PORTDOCS%%share/doc/blitz/classref.html
200
%%DOCSDIR%%/stencils/dump1D
217
%%PORTDOCS%%share/doc/blitz/compiling.yo
201
%%DOCSDIR%%/stencils/dumpdiffs
218
%%PORTDOCS%%share/doc/blitz/constants.yo
202
%%DOCSDIR%%/stencils/dumpst
219
%%PORTDOCS%%share/doc/blitz/download.yo
203
%%DOCSDIR%%/stencils/forward11.yo
220
%%PORTDOCS%%share/doc/blitz/examples/cast.cpp
204
%%DOCSDIR%%/stencils/forward12.yo
221
%%PORTDOCS%%share/doc/blitz/examples/debug.cpp
205
%%DOCSDIR%%/stencils/forward21.yo
222
%%PORTDOCS%%share/doc/blitz/examples/dump.cpp
206
%%DOCSDIR%%/stencils/forward22.yo
223
%%PORTDOCS%%share/doc/blitz/examples/fixed.cpp
207
%%DOCSDIR%%/stencils/forward31.yo
224
%%PORTDOCS%%share/doc/blitz/examples/outer.cpp
208
%%DOCSDIR%%/stencils/forward32.yo
225
%%PORTDOCS%%share/doc/blitz/examples/outer.log
209
%%DOCSDIR%%/stencils/forward41.yo
226
%%PORTDOCS%%share/doc/blitz/examples/output.cpp
210
%%DOCSDIR%%/stencils/forward42.yo
227
%%PORTDOCS%%share/doc/blitz/examples/output.log
211
%%DOCSDIR%%/Frames.html
228
%%PORTDOCS%%share/doc/blitz/examples/range.cpp
212
%%DOCSDIR%%/INDEX.html
229
%%PORTDOCS%%share/doc/blitz/examples/simple.cpp
213
%%DOCSDIR%%/Index-epilogue.html
230
%%PORTDOCS%%share/doc/blitz/examples/simple.log
214
%%DOCSDIR%%/Index-prologue.html
231
%%PORTDOCS%%share/doc/blitz/examples/slicing.cpp
215
%%DOCSDIR%%/Index.html
232
%%PORTDOCS%%share/doc/blitz/examples/storage.cpp
216
%%DOCSDIR%%/arrays-ctors.yo
233
%%PORTDOCS%%share/doc/blitz/examples/storage.log
217
%%DOCSDIR%%/arrays-debug.yo
234
%%PORTDOCS%%share/doc/blitz/examples/strideslice.cpp
218
%%DOCSDIR%%/arrays-expr.yo
235
%%PORTDOCS%%share/doc/blitz/examples/xor.cpp
219
%%DOCSDIR%%/arrays-globals.yo
236
%%PORTDOCS%%share/doc/blitz/faq.yo
220
%%DOCSDIR%%/arrays-indirect.yo
237
%%PORTDOCS%%share/doc/blitz/help.yo
221
%%DOCSDIR%%/arrays-intro.yo
238
%%PORTDOCS%%share/doc/blitz/index.html
222
%%DOCSDIR%%/arrays-io.yo
239
%%PORTDOCS%%share/doc/blitz/index.m4
223
%%DOCSDIR%%/arrays-members.yo
240
%%PORTDOCS%%share/doc/blitz/indirect.eps
224
%%DOCSDIR%%/arrays-multi.yo
241
%%PORTDOCS%%share/doc/blitz/indirect.fig
225
%%DOCSDIR%%/arrays-slicing.yo
242
%%PORTDOCS%%share/doc/blitz/indirect.gif
226
%%DOCSDIR%%/arrays-stencils.yo
243
%%PORTDOCS%%share/doc/blitz/install.yo
227
%%DOCSDIR%%/arrays-storage.yo
244
%%PORTDOCS%%share/doc/blitz/legal.yo
228
%%DOCSDIR%%/blitz.gif
245
%%PORTDOCS%%share/doc/blitz/makeHTMLIndex.cpp
229
%%DOCSDIR%%/arrays-types
246
%%PORTDOCS%%share/doc/blitz/makedatestring
230
%%DOCSDIR%%/arrays-usertype.yo
247
%%PORTDOCS%%share/doc/blitz/makeindex
231
%%DOCSDIR%%/blitz.html
248
%%PORTDOCS%%share/doc/blitz/numinquire.yo
232
%%DOCSDIR%%/blitz.ps
249
%%PORTDOCS%%share/doc/blitz/parallel.yo
233
%%DOCSDIR%%/blitz.yo
250
%%PORTDOCS%%share/doc/blitz/platforms.yo
234
%%DOCSDIR%%/blitz01.html
251
%%PORTDOCS%%share/doc/blitz/preview
235
%%DOCSDIR%%/blitz02.html
252
%%PORTDOCS%%share/doc/blitz/proc2e.sty
236
%%DOCSDIR%%/blitz03.html
253
%%PORTDOCS%%share/doc/blitz/random.yo
237
%%DOCSDIR%%/blitz04.html
254
%%PORTDOCS%%share/doc/blitz/range.html
238
%%DOCSDIR%%/blitz05.html
255
%%PORTDOCS%%share/doc/blitz/sinsoid.eps
239
%%DOCSDIR%%/blitz06.html
256
%%PORTDOCS%%share/doc/blitz/sinsoid.gif
240
%%DOCSDIR%%/blitz07.html
257
%%PORTDOCS%%share/doc/blitz/slice.eps
241
%%DOCSDIR%%/blitz08.html
258
%%PORTDOCS%%share/doc/blitz/slice.fig
242
%%DOCSDIR%%/blitz09.html
259
%%PORTDOCS%%share/doc/blitz/slice.gif
243
%%DOCSDIR%%/blitz10.html
260
%%PORTDOCS%%share/doc/blitz/stencils/Laplacian2D.yo
244
%%DOCSDIR%%/blitzmacros.yo
261
%%PORTDOCS%%share/doc/blitz/stencils/Laplacian2D4.yo
245
%%DOCSDIR%%/blitztiny.jpg
262
%%PORTDOCS%%share/doc/blitz/stencils/backward11.yo
246
%%DOCSDIR%%/classref.html
263
%%PORTDOCS%%share/doc/blitz/stencils/backward12.yo
247
%%DOCSDIR%%/compiling.yo
264
%%PORTDOCS%%share/doc/blitz/stencils/backward21.yo
248
%%DOCSDIR%%/constants.yo
265
%%PORTDOCS%%share/doc/blitz/stencils/backward22.yo
249
%%DOCSDIR%%/download.yo
266
%%PORTDOCS%%share/doc/blitz/stencils/backward31.yo
250
%%DOCSDIR%%/faq.yo
267
%%PORTDOCS%%share/doc/blitz/stencils/backward32.yo
251
%%DOCSDIR%%/help.yo
268
%%PORTDOCS%%share/doc/blitz/stencils/backward41.yo
252
%%DOCSDIR%%/index.html
269
%%PORTDOCS%%share/doc/blitz/stencils/backward42.yo
253
%%DOCSDIR%%/index.m4
270
%%PORTDOCS%%share/doc/blitz/stencils/central12.yo
254
%%DOCSDIR%%/indirect.eps
271
%%PORTDOCS%%share/doc/blitz/stencils/central14.yo
255
%%DOCSDIR%%/indirect.fig
272
%%PORTDOCS%%share/doc/blitz/stencils/central22.yo
256
%%DOCSDIR%%/indirect.gif
273
%%PORTDOCS%%share/doc/blitz/stencils/central24.yo
257
%%DOCSDIR%%/install.yo
274
%%PORTDOCS%%share/doc/blitz/stencils/central32.yo
258
%%DOCSDIR%%/legal.yo
275
%%PORTDOCS%%share/doc/blitz/stencils/central34.yo
259
%%DOCSDIR%%/makeHTMLIndex.cpp
276
%%PORTDOCS%%share/doc/blitz/stencils/central42.yo
260
%%DOCSDIR%%/makedatestring
277
%%PORTDOCS%%share/doc/blitz/stencils/central44.yo
261
%%DOCSDIR%%/makeindex
278
%%PORTDOCS%%share/doc/blitz/stencils/dump-stencil.cpp
262
%%DOCSDIR%%/numinquire.yo
279
%%PORTDOCS%%share/doc/blitz/stencils/dump1D
263
%%DOCSDIR%%/parallel.yo
280
%%PORTDOCS%%share/doc/blitz/stencils/dumpdiffs
264
%%DOCSDIR%%/platforms.yo
281
%%PORTDOCS%%share/doc/blitz/stencils/dumpst
265
%%DOCSDIR%%/preview
282
%%PORTDOCS%%share/doc/blitz/stencils/forward11.yo
266
%%DOCSDIR%%/proc2e.sty
283
%%PORTDOCS%%share/doc/blitz/stencils/forward12.yo
267
%%DOCSDIR%%/random.yo
284
%%PORTDOCS%%share/doc/blitz/stencils/forward21.yo
268
%%DOCSDIR%%/range.html
285
%%PORTDOCS%%share/doc/blitz/stencils/forward22.yo
269
%%DOCSDIR%%/sinsoid.eps
286
%%PORTDOCS%%share/doc/blitz/stencils/forward31.yo
270
%%DOCSDIR%%/sinsoid.gif
287
%%PORTDOCS%%share/doc/blitz/stencils/forward32.yo
271
%%DOCSDIR%%/slice.eps
288
%%PORTDOCS%%share/doc/blitz/stencils/forward41.yo
272
%%DOCSDIR%%/slice.fig
289
%%PORTDOCS%%share/doc/blitz/stencils/forward42.yo
273
%%DOCSDIR%%/slice.gif
290
%%PORTDOCS%%share/doc/blitz/strideslice.eps
274
%%DOCSDIR%%/strideslice.eps
291
%%PORTDOCS%%share/doc/blitz/strideslice.fig
275
%%DOCSDIR%%/strideslice.fig
292
%%PORTDOCS%%share/doc/blitz/strideslice.gif
276
%%DOCSDIR%%/strideslice.gif
293
%%PORTDOCS%%share/doc/blitz/tau.yo
277
%%DOCSDIR%%/tau.yo
294
%%PORTDOCS%%share/doc/blitz/tensor1.eps
278
%%DOCSDIR%%/tensor1.eps
295
%%PORTDOCS%%share/doc/blitz/tensor1.fig
279
%%DOCSDIR%%/tensor1.fig
296
%%PORTDOCS%%share/doc/blitz/tensor1.gif
280
%%DOCSDIR%%/tensor1.gif
297
%%PORTDOCS%%share/doc/blitz/tinymatrix.yo
281
%%DOCSDIR%%/tinymatrix.yo
298
%%PORTDOCS%%share/doc/blitz/tinyvector.yo
282
%%DOCSDIR%%/tinyvector.yo
299
%%PORTDOCS%%share/doc/blitz/tuning.yo
283
%%DOCSDIR%%/tuning.yo
300
%%PORTDOCS%%share/doc/blitz/update
284
%%DOCSDIR%%/update
301
%%PORTDOCS%%share/doc/blitz/vector.html
285
%%DOCSDIR%%/vector.html
302
%%PORTDOCS%%@dirrm share/doc/blitz/stencils
286
@dirrm %%DOCSDIR%%/stencils
303
%%PORTDOCS%%@dirrm share/doc/blitz/examples
287
@dirrm %%DOCSDIR%%/examples
304
%%PORTDOCS%%@dirrm share/doc/blitz
288
@dirrm %%DOCSDIR%%
305
@dirrm include/random
289
@dirrm include/random
306
@dirrm include/blitz/meta
290
@dirrm include/blitz/meta
307
@dirrm include/blitz/generate
308
@dirrm include/blitz/array
291
@dirrm include/blitz/array
309
@dirrm include/blitz    
292
@dirrm include/blitz

Return to bug 59046