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

(-)math/fxt/Makefile (-8 / +27 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	fxt
9
PORTNAME=	fxt
10
PORTVERSION=	2003.02.18
10
PORTVERSION=	2004.10.04
11
PORTREVISION=	1
12
CATEGORIES=	math
11
CATEGORIES=	math
13
MASTER_SITES=	http://www.jjj.de/fxt/
12
MASTER_SITES=	http://www.jjj.de/fxt/
14
EXTRACT_SUFX=	.tgz
13
EXTRACT_SUFX=	.tgz
Lines 18-31 Link Here
18
17
19
WRKSRC=		${WRKDIR}/${PORTNAME}
18
WRKSRC=		${WRKDIR}/${PORTNAME}
20
19
20
USE_GCC=	3.4
21
USE_REINPLACE=	yes
21
USE_GMAKE=	yes
22
USE_GMAKE=	yes
22
MAKEFILE=	makefile
23
MAKEFILE=	makefile
24
MAKE_ENV=	CXX="${CXX}" OFLAGS="${CXXFLAGS}"
23
25
24
.include <bsd.port.pre.mk>
26
post-patch:
25
27
	@${REINPLACE_CMD} -e 's|^OFLAGS|#OFLAGS|g ; \
26
.if ${OSVERSION} >= 502126
28
		 s|^ARCHFLAG|#ARCHFLAG|g ; \
27
BROKEN=		"Does not compile with gcc 3.4.2"
29
		 s|^WFLAGS|#WFLAGS|g ; \
30
		 s|^GFLAGS|#GFLAGS|g ; \
31
		 s|^PFLAGS|#PFLAGS|g ; \
32
		 s|^FXT_CXXFLAGS|#FXT_CXXFLAGS|g' ${WRKSRC}/makefile
33
34
do-install:
35
	${INSTALL_DATA} ${WRKSRC}/libfxt.a ${PREFIX}/lib
36
	@${MKDIR} ${PREFIX}/include/fxt
37
	${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/fxt
38
.for dir in aux0 aux1 aux2 bits bmat bpol chirpzt correlation comb \
39
	comb/bucket convolution dctdst demo ds fft fht graph graph/bucket \
40
	haar matrix matrixfft mod mult ntt perm perm/bucket realfft simplfft \
41
	sort sort/bucket test walsh wavelet
42
	@${MKDIR} ${PREFIX}/include/fxt/${dir}
43
	${INSTALL_DATA} ${WRKSRC}/${dir}/*.h ${PREFIX}/include/fxt/${dir}
44
.endfor
45
.if !defined(NOPORTDOCS)
46
	@${MKDIR} ${DOCSDIR}
47
	${INSTALL_DATA} ${WRKSRC}/00*.txt ${DOCSDIR}
28
.endif
48
.endif
29
49
30
50
.include <bsd.port.mk>
31
.include <bsd.port.post.mk>
(-)math/fxt/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (fxt-2003.02.18.tgz) = e9941264cf6f6755f88ebc92063608ed
1
MD5 (fxt-2004.10.04.tgz) = 706f72662fa5723813f8b491ac021875
2
SIZE (fxt-2003.02.18.tgz) = 477583
2
SIZE (fxt-2004.10.04.tgz) = 682896
(-)math/fxt/files/patch-aux0::aux0print.cc (+11 lines)
Line 0 Link Here
1
--- aux0/aux0print.cc.orig	Sun Jul 11 23:08:11 2004
2
+++ aux0/aux0print.cc	Wed Oct  6 22:31:25 2004
3
@@ -1,6 +1,8 @@
4
 
5
 #include "fxtio.h"
6
 
7
+#include <cmath>
8
+
9
 
10
 void
11
 print_fixed(const char *bla, double v, long nd, bool sq)
(-)math/fxt/files/patch-bmat::bitmatprint.cc (+10 lines)
Line 0 Link Here
1
--- bmat/bitmatprint.cc.orig	Mon Dec 22 01:05:42 2003
2
+++ bmat/bitmatprint.cc	Wed Oct  6 22:28:38 2004
3
@@ -2,6 +2,7 @@
4
 
5
 //#include "bits/printbin.h"
6
 #include "fxtiomanip.h"
7
+#include "fxttypes.h"
8
 
9
 
10
 void
(-)math/fxt/files/patch-bpol::bitpolprint.cc (+10 lines)
Line 0 Link Here
1
--- bpol/bitpolprint.cc.orig	Wed Apr 14 01:51:29 2004
2
+++ bpol/bitpolprint.cc	Wed Oct  6 23:18:23 2004
3
@@ -2,6 +2,7 @@
4
 #include "bits/bitsperlong.h"
5
 
6
 #include "fxtio.h"
7
+#include "fxttypes.h"
8
 
9
 
10
 void
(-)math/fxt/files/patch-include::jjassert.h (-11 lines)
Lines 1-11 Link Here
1
--- include/jjassert.h.orig	Sun Feb 23 14:08:38 2003
2
+++ include/jjassert.h	Sun Feb 23 14:08:56 2003
3
@@ -2,7 +2,7 @@
4
 #define      HAVE_JJASSERT_H__
5
 
6
 // if you don't have sys/cdefs.h just uncomment the next line:
7
-//#include <sys/cdefs.h>  // __STRING()
8
+#include <sys/cdefs.h>  // __STRING()
9
 
10
 // aux0/jjassert.cc:
11
 // options for last action of jjassert_fail():
(-)math/fxt/files/patch-makefile (-56 lines)
Lines 1-56 Link Here
1
--- makefile.orig	Sat Jan 11 18:08:57 2003
2
+++ makefile	Mon Jan 27 16:08:56 2003
3
@@ -3,7 +3,7 @@
4
 
5
 PROJ=fxt
6
 
7
-CXX = c++
8
+#CXX = c++
9
 PPLIBS = -lm -lstdc++
10
 
11
 
12
@@ -15,7 +15,6 @@
13
 #  -mcpu=   Schedule code for given CPU
14
 # Note that specifying `-march=CPU-TYPE' implies `-mcpu=CPU-TYPE'
15
 
16
-OFLAGS = -O2
17
 OFLAGS += -fomit-frame-pointer
18
 OFLAGS += -fno-exceptions
19
 OFLAGS += -ffast-math
20
@@ -53,12 +52,12 @@
21
  -Imod -Iwavelet -Isort -Islow
22
 
23
 #### choose the FLAG combo here:
24
-CXXFLAGS  = -pipe -fno-exceptions
25
-CXXFLAGS += $(OFLAGS) # uncomment for OPTIMIZATION
26
+#CXXFLAGS  = -pipe -fno-exceptions
27
+#CXXFLAGS += $(OFLAGS) # uncomment for OPTIMIZATION
28
 #CXXFLAGS += $(PFLAGS) # uncomment for PROFILING
29
 #CXXFLAGS += $(GFLAGS) # uncomment for DEBUGGING
30
 #CXXFLAGS += -D__NO_MATH_INLINES
31
-CXXFLAGS += $(WFLAGS) # uncomment for WARNINGS
32
+#CXXFLAGS += $(WFLAGS) # uncomment for WARNINGS
33
 
34
 #-------------------------------------
35
 
36
@@ -354,16 +353,16 @@
37
 #	@echo ' ===== make FXT lib DONE. ====='
38
 
39
 
40
-PREFIX=/usr/
41
-LIBDIR=$(PREFIX)/lib/fxt
42
+#PREFIX=/usr/
43
+LIBDIR=$(PREFIX)/lib
44
 INCDIR=$(PREFIX)/include/fxt
45
 .PHONY: install  ## install to $(PREFIX)/{lib,include}/fxt/
46
 install: lib
47
 	@echo 'PREFIX=$(PREFIX)  LIBDIR=$(LIBDIR)  INCDIR=$(INCDIR)'
48
 	@test -d $(LIBDIR)  ||  mkdir $(LIBDIR)
49
-	cp -auv $(FXTLIB) $(LIBDIR)/
50
+	${BSD_INSTALL_DATA} $(FXTLIB) $(LIBDIR)/
51
 	@test -d $(INCDIR)  ||  mkdir $(INCDIR)
52
-	@cp -auv $(FXTHDRS) $(INCDIR)/
53
+	${BSD_INSTALL_DATA} $(FXTHDRS) $(INCDIR)/
54
 
55
 .PHONY: uninstall  ## opposite of install ;-)
56
 uninstall:
(-)math/fxt/pkg-plist (-209 / +356 lines)
Lines 1-217 Link Here
1
include/fxt/applyfunc.h
1
include/fxt/aux0-all.h
2
include/fxt/arith1.h
2
include/fxt/aux0/aux0double.h
3
include/fxt/arith2d.h
3
include/fxt/aux0/cmult.h
4
include/fxt/array.h
4
include/fxt/aux0/constants.h
5
include/fxt/array2d.h
5
include/fxt/aux0/csincos.h
6
include/fxt/aux0lazy.h
6
include/fxt/aux0/fhtmulsqr.h
7
include/fxt/aux1lazy.h
7
include/fxt/aux0/funcemu.h
8
include/fxt/aux2lazy.h
8
include/fxt/aux0/inline.h
9
include/fxt/auxbitlazy.h
9
include/fxt/aux0/rand.h
10
include/fxt/auxdouble.h
10
include/fxt/aux0/range.h
11
include/fxt/auxprint.h
11
include/fxt/aux0/sincos.h
12
include/fxt/binarydebruijn.h
12
include/fxt/aux0/sumdiff.h
13
include/fxt/binaryprimestring.h
13
include/fxt/aux0/swap.h
14
include/fxt/bit2adic.h
14
include/fxt/aux0/timer.h
15
include/fxt/bit2composition.h
15
include/fxt/aux0/version.h
16
include/fxt/bit2pow.h
16
include/fxt/aux1-all.h
17
include/fxt/bitarray.h
17
include/fxt/aux1/applyfunc.h
18
include/fxt/bitasm.h
18
include/fxt/aux1/arith1.h
19
include/fxt/bitcombcolex.h
19
include/fxt/aux1/array.h
20
include/fxt/bitcomblex.h
20
include/fxt/aux1/aux1double.h
21
include/fxt/bitcombminchange.h
21
include/fxt/aux1/auxprint.h
22
include/fxt/bitcopy.h
22
include/fxt/aux1/bytescan.h
23
include/fxt/bitcount.h
23
include/fxt/aux1/copy.h
24
include/fxt/bitcyclic.h
24
include/fxt/aux1/diff.h
25
include/fxt/bitcyclic2.h
25
include/fxt/aux1/grsnegate.h
26
include/fxt/bitgather.h
26
include/fxt/aux1/misc.h
27
include/fxt/bithigh.h
27
include/fxt/aux1/resample.h
28
include/fxt/bitinvolutions.h
28
include/fxt/aux1/scale.h
29
include/fxt/bitlex.h
29
include/fxt/aux1/scanbox.h
30
include/fxt/bitlow.h
30
include/fxt/aux1/shift.h
31
include/fxt/bitmat.h
31
include/fxt/aux1/symmetry.h
32
include/fxt/bitmisc.h
32
include/fxt/aux1/wordgray.h
33
include/fxt/bitmrotate.h
33
include/fxt/aux2-all.h
34
include/fxt/bitpol.h
34
include/fxt/aux2/applyfunc2d.h
35
include/fxt/bitpolirred.h
35
include/fxt/aux2/arith2d.h
36
include/fxt/bitpolmodmult.h
36
include/fxt/aux2/array2d.h
37
include/fxt/bitpolmodmultrev.h
37
include/fxt/aux2/copy2d.h
38
include/fxt/bitpoltrace.h
38
include/fxt/aux2/minmax2d.h
39
include/fxt/bitrotate.h
39
include/fxt/aux2/reverse2d.h
40
include/fxt/bitsequency.h
40
include/fxt/aux2/rotate2d.h
41
include/fxt/bitsperlong.h
41
include/fxt/aux2/scale2d.h
42
include/fxt/bitsubset.h
42
include/fxt/aux2/shift2d.h
43
include/fxt/bitswap.h
43
include/fxt/aux2/transpose.h
44
include/fxt/bitzip.h
44
include/fxt/aux2/transpose2.h
45
include/fxt/branchless.h
45
include/fxt/aux2/transpose2_ba.h
46
include/fxt/bytescan.h
46
include/fxt/aux2/transpose_ba.h
47
include/fxt/cholesky.h
47
include/fxt/bits-all.h
48
include/fxt/cmult.h
48
include/fxt/bits/bit2adic.h
49
include/fxt/combaltminchange.h
49
include/fxt/bits/bit2composition.h
50
include/fxt/combcolex.h
50
include/fxt/bits/bit2pow.h
51
include/fxt/comblazy.h
51
include/fxt/bits/bitasm.h
52
include/fxt/comblex.h
52
include/fxt/bits/bitcombcolex.h
53
include/fxt/combminchange.h
53
include/fxt/bits/bitcomblex.h
54
include/fxt/bits/bitcombminchange.h
55
include/fxt/bits/bitcopy.h
56
include/fxt/bits/bitcount.h
57
include/fxt/bits/bitcyclic.h
58
include/fxt/bits/bitcyclic2.h
59
include/fxt/bits/bitcyclic3.h
60
include/fxt/bits/bitcyclicgray.h
61
include/fxt/bits/bitgather.h
62
include/fxt/bits/bitgraypermute.h
63
include/fxt/bits/bithigh.h
64
include/fxt/bits/bitlex.h
65
include/fxt/bits/bitlow.h
66
include/fxt/bits/bitmisc.h
67
include/fxt/bits/bitmrotate.h
68
include/fxt/bits/bitnecklace.h
69
include/fxt/bits/bitrotate.h
70
include/fxt/bits/bitseparate.h
71
include/fxt/bits/bitsequency.h
72
include/fxt/bits/bitsperlong.h
73
include/fxt/bits/bitsubset.h
74
include/fxt/bits/bitsubsetgray.h
75
include/fxt/bits/bitswap.h
76
include/fxt/bits/bittransforms.h
77
include/fxt/bits/bitxtransforms.h
78
include/fxt/bits/bitzip.h
79
include/fxt/bits/branchless.h
80
include/fxt/bits/colormix.h
81
include/fxt/bits/colormixp.h
82
include/fxt/bits/fl_colormix.h
83
include/fxt/bits/graycode.h
84
include/fxt/bits/graypower.h
85
include/fxt/bits/greencode.h
86
include/fxt/bits/grsnegative.h
87
include/fxt/bits/hilbert.h
88
include/fxt/bits/negbin.h
89
include/fxt/bits/nextgray.h
90
include/fxt/bits/parity.h
91
include/fxt/bits/printbin.h
92
include/fxt/bits/revbin.h
93
include/fxt/bits/tinyfactors.h
94
include/fxt/bits/zerobyte.h
95
include/fxt/bmat-all.h
96
include/fxt/bmat/bitmat.h
97
include/fxt/bmat/bitmatinline.h
98
include/fxt/bpol-all.h
99
include/fxt/bpol/allirredpol.h
100
include/fxt/bpol/bitpol.h
101
include/fxt/bpol/bitpoldegree.h
102
include/fxt/bpol/bitpolfactor.h
103
include/fxt/bpol/bitpolirred.h
104
include/fxt/bpol/bitpolmodmult.h
105
include/fxt/bpol/bitpolmodmultrev.h
106
include/fxt/bpol/bitpolprimitive.h
107
include/fxt/bpol/bitpolprint.h
108
include/fxt/bpol/bitpolsquarefree.h
109
include/fxt/bpol/fcsr.h
110
include/fxt/bpol/gf2n.h
111
include/fxt/bpol/gf2nfuncs.h
112
include/fxt/bpol/lfsr.h
113
include/fxt/bpol/lfsr64.h
114
include/fxt/bpol/lhca.h
115
include/fxt/bpol/necklace2bitpol.h
116
include/fxt/bpol/normalbasis.h
117
include/fxt/bpol/numofbitpol.h
118
include/fxt/bpol/primpoly.h
119
include/fxt/chirpzt-all.h
120
include/fxt/chirpzt/chirpzt.h
121
include/fxt/comb-all.h
122
include/fxt/comb/binarydebruijn.h
123
include/fxt/comb/binaryprimestring.h
124
include/fxt/comb/bucket/binarydebruijn.h
125
include/fxt/comb/bucket/combcolex.h
126
include/fxt/comb/bucket/comblex.h
127
include/fxt/comb/bucket/combminchange.h
128
include/fxt/comb/bucket/compositionalt.h
129
include/fxt/comb/bucket/subsetdebruijn.h
130
include/fxt/comb/combaltminchange.h
131
include/fxt/comb/combcolex.h
132
include/fxt/comb/comblex.h
133
include/fxt/comb/combminchange.h
134
include/fxt/comb/compositionlex.h
135
include/fxt/comb/debruijn.h
136
include/fxt/comb/gray.h
137
include/fxt/comb/lyndongray.h
138
include/fxt/comb/mixedradix.h
139
include/fxt/comb/mixedradixgray.h
140
include/fxt/comb/mixedradixlex.h
141
include/fxt/comb/modularmixedradixgray.h
142
include/fxt/comb/numofnecklaces.h
143
include/fxt/comb/paren.h
144
include/fxt/comb/paren2.h
145
include/fxt/comb/partition.h
146
include/fxt/comb/primestring.h
147
include/fxt/comb/stringsubst.h
148
include/fxt/comb/subsetdebruijn.h
149
include/fxt/comb/subsetlex.h
150
include/fxt/comb/subsetminchange.h
151
include/fxt/comb/subsetmonotone.h
54
include/fxt/complextype.h
152
include/fxt/complextype.h
55
include/fxt/compositionalt.h
153
include/fxt/convolution-all.h
56
include/fxt/compositionlex.h
154
include/fxt/convolution/convolution.h
57
include/fxt/constants.h
155
include/fxt/convolution/slowcnvl.h
58
include/fxt/convex.h
156
include/fxt/convolution/slowtwodimcnvl.h
59
include/fxt/copy.h
157
include/fxt/correlation-all.h
60
include/fxt/copy2d.h
158
include/fxt/correlation/correlation.h
61
include/fxt/csincos.h
159
include/fxt/correlation/slowcorr.h
62
include/fxt/cycles.h
160
include/fxt/dctdst-all.h
63
include/fxt/daubechies.h
161
include/fxt/dctdst/dctdst.h
64
include/fxt/debruijn.h
162
include/fxt/demo/bitdemos.h
65
include/fxt/deque.h
163
include/fxt/demo/nextarg.h
66
include/fxt/diff.h
164
include/fxt/ds-all.h
67
include/fxt/diskaux.h
165
include/fxt/ds/bitarray.h
68
include/fxt/dslazy.h
166
include/fxt/ds/deque.h
69
include/fxt/dyadiccnvl.h
167
include/fxt/ds/heap.h
70
include/fxt/factor.h
168
include/fxt/ds/orderedrarray.h
71
include/fxt/fcsr.h
169
include/fxt/ds/priorityqueue.h
72
include/fxt/fhtmulsqr.h
170
include/fxt/ds/queue.h
73
include/fxt/funcemu.h
171
include/fxt/ds/rarray.h
74
include/fxt/fxt.h
172
include/fxt/ds/ringbuffer.h
75
include/fxt/fxtauxlazy.h
173
include/fxt/ds/rset.h
174
include/fxt/ds/stack.h
175
include/fxt/fft-all.h
176
include/fxt/fft/fft.h
177
include/fxt/fht-all.h
178
include/fxt/fht/fht.h
179
include/fxt/fht/shortfhtdifcore.h
180
include/fxt/fht/shortfhtditcore.h
181
include/fxt/fxtalloca.h
76
include/fxt/fxtio.h
182
include/fxt/fxtio.h
77
include/fxt/fxtiomanip.h
183
include/fxt/fxtiomanip.h
78
include/fxt/fxtmult.h
79
include/fxt/fxttypes.h
184
include/fxt/fxttypes.h
80
include/fxt/graycode.h
185
include/fxt/graph-all.h
81
include/fxt/graypermute.h
186
include/fxt/graph/bucket/debruijngraph.h
82
include/fxt/grayrevpermute.h
187
include/fxt/graph/digraph.h
83
include/fxt/greencode.h
188
include/fxt/graph/digraphpaths.h
84
include/fxt/haarnn.h
189
include/fxt/graph/digraphspecial.h
85
include/fxt/haarnninplace.h
190
include/fxt/graph/printpath.h
86
include/fxt/haarpermute.h
191
include/fxt/haar-all.h
87
include/fxt/heap.h
192
include/fxt/haar/haar.h
88
include/fxt/heapsort.h
193
include/fxt/haar/haari2i.h
89
include/fxt/hilbert.h
194
include/fxt/haar/haarnn.h
90
include/fxt/inline.h
195
include/fxt/haar/haarrevnn.h
91
include/fxt/intarith.h
196
include/fxt/haar/transposedhaarnn.h
197
include/fxt/haar/transposedhaarrevnn.h
92
include/fxt/jjassert.h
198
include/fxt/jjassert.h
93
include/fxt/ldn2rc.h
199
include/fxt/matrix-all.h
94
include/fxt/lfsr.h
200
include/fxt/matrix/cholesky.h
95
include/fxt/lfsr64.h
201
include/fxt/matrix/matrix.h
96
include/fxt/lhca.h
202
include/fxt/matrix/matrixsymmetryq.h
97
include/fxt/lowbitprimpoly.h
203
include/fxt/matrix/mmult.h
98
include/fxt/matrix.h
204
include/fxt/matrix/reorth.h
99
include/fxt/matrixsymmetryq.h
205
include/fxt/matrix/symmetricpart.h
100
include/fxt/minmax.h
206
include/fxt/matrix/testmatrix.h
101
include/fxt/minmax2d.h
207
include/fxt/matrix/toeplitz.h
102
include/fxt/minweightlhcarule.h
208
include/fxt/matrix/vector.h
103
include/fxt/minweightprimpoly.h
209
include/fxt/matrixfft-all.h
104
include/fxt/misc.h
210
include/fxt/matrixfft/ldn2rc.h
105
include/fxt/misc2d.h
211
include/fxt/matrixfft/matrixfft.h
106
include/fxt/mixedradix.h
212
include/fxt/mod-all.h
107
include/fxt/mixedradixgray.h
213
include/fxt/mod/binarygcd.h
108
include/fxt/mixedradixlex.h
214
include/fxt/mod/chebyshev.h
109
include/fxt/mmult.h
215
include/fxt/mod/factor.h
110
include/fxt/mod.h
216
include/fxt/mod/gcd.h
111
include/fxt/modarith.h
217
include/fxt/mod/ipow.h
112
include/fxt/modlazy.h
218
include/fxt/mod/isqrt.h
113
include/fxt/modm.h
219
include/fxt/mod/mersenne.h
114
include/fxt/modularmixedradixgray.h
220
include/fxt/mod/mod.h
115
include/fxt/moduli.h
221
include/fxt/mod/modarith.h
116
include/fxt/monotone.h
222
include/fxt/mod/mtypes.h
117
include/fxt/monotonegray.h
223
include/fxt/mod/numtheory.h
118
include/fxt/mrotate.h
224
include/fxt/mod/primes.h
119
include/fxt/mtypes.h
225
include/fxt/mod/testnum.h
120
include/fxt/ntt.h
226
include/fxt/mult-all.h
121
include/fxt/orderedrarray.h
227
include/fxt/mult/diskaux.h
122
include/fxt/paren.h
228
include/fxt/mult/fxtmult.h
123
include/fxt/paren2.h
229
include/fxt/mult/workspace.h
124
include/fxt/partition.h
230
include/fxt/ntt-all.h
125
include/fxt/permapply.h
231
include/fxt/ntt/ntt.h
126
include/fxt/permcyclic.h
232
include/fxt/perm-all.h
127
include/fxt/permderange.h
233
include/fxt/perm/bucket/graypermute.h
128
include/fxt/permlazy.h
234
include/fxt/perm/bucket/partition.h
129
include/fxt/permlex.h
235
include/fxt/perm/bucket/revbinpermute.h
130
include/fxt/permminchange.h
236
include/fxt/perm/cycles.h
131
include/fxt/permstar.h
237
include/fxt/perm/graypermute.h
132
include/fxt/permtrotter.h
238
include/fxt/perm/grayrevpermute.h
133
include/fxt/permutation.h
239
include/fxt/perm/greenpermute.h
134
include/fxt/permvisit.h
240
include/fxt/perm/greenrevpermute.h
135
include/fxt/primes.h
241
include/fxt/perm/haarpermute.h
136
include/fxt/primestring.h
242
include/fxt/perm/mrotate.h
137
include/fxt/printbin.h
243
include/fxt/perm/permapply.h
138
include/fxt/priorityqueue.h
244
include/fxt/perm/permapplyfunc.h
139
include/fxt/quantise.h
245
include/fxt/perm/permcyclic.h
140
include/fxt/queue.h
246
include/fxt/perm/permderange.h
141
include/fxt/radixpermute.h
247
include/fxt/perm/permlex.h
142
include/fxt/rand.h
248
include/fxt/perm/permminchange.h
143
include/fxt/randprimpoly.h
249
include/fxt/perm/permstar.h
144
include/fxt/range.h
250
include/fxt/perm/permtrotter.h
145
include/fxt/rarray.h
251
include/fxt/perm/permutation.h
146
include/fxt/reorth.h
252
include/fxt/perm/permvisit.h
147
include/fxt/resample.h
253
include/fxt/perm/radixpermute.h
254
include/fxt/perm/randperm.h
255
include/fxt/perm/revbinpermute.h
256
include/fxt/perm/revbinpermute0.h
257
include/fxt/perm/reverse.h
258
include/fxt/perm/rotate.h
259
include/fxt/perm/shortgraypermute.h
260
include/fxt/perm/shortrevbinpermute.h
261
include/fxt/perm/shortrevbinpermute0.h
262
include/fxt/perm/swapblocks.h
263
include/fxt/perm/xorpermute.h
264
include/fxt/perm/zip.h
265
include/fxt/perm/ziprev.h
266
include/fxt/realfft-all.h
267
include/fxt/realfft/realfft.h
148
include/fxt/restrict.h
268
include/fxt/restrict.h
149
include/fxt/revbin.h
269
include/fxt/simplfft/fft.h
150
include/fxt/revbinpermute.h
270
include/fxt/sort-all.h
151
include/fxt/revbinpermute0.h
271
include/fxt/sort/bsearch.h
152
include/fxt/reverse.h
272
include/fxt/sort/bsearchapprox.h
153
include/fxt/reverse2d.h
273
include/fxt/sort/bsearchfunc.h
154
include/fxt/ringbuffer.h
274
include/fxt/sort/bsearchidx.h
155
include/fxt/rotate.h
275
include/fxt/sort/bsearchidxfunc.h
156
include/fxt/rotate2d.h
276
include/fxt/sort/bsearchptr.h
157
include/fxt/rset.h
277
include/fxt/sort/bsearchptrfunc.h
158
include/fxt/scale.h
278
include/fxt/sort/bucket/searchunsorted.h
159
include/fxt/scale2d.h
279
include/fxt/sort/bucket/sort.h
160
include/fxt/scan.h
280
include/fxt/sort/convex.h
161
include/fxt/scanbox.h
281
include/fxt/sort/grep.h
162
include/fxt/scanfunc.h
282
include/fxt/sort/heapsort.h
163
include/fxt/search.h
283
include/fxt/sort/minmax.h
164
include/fxt/searchidx.h
284
include/fxt/sort/minmaxfunc.h
165
include/fxt/searchptr.h
285
include/fxt/sort/minmaxidx.h
166
include/fxt/shift.h
286
include/fxt/sort/minmaxidxfunc.h
167
include/fxt/shift2d.h
287
include/fxt/sort/minmaxmed23.h
168
include/fxt/shortfhtdifcore.h
288
include/fxt/sort/minmaxmed23func.h
169
include/fxt/shortfhtditcore.h
289
include/fxt/sort/minmaxptr.h
170
include/fxt/shortgraypermute.h
290
include/fxt/sort/minmaxptrfunc.h
171
include/fxt/shortrevbinpermute.h
291
include/fxt/sort/monotone.h
172
include/fxt/shortrevbinpermute0.h
292
include/fxt/sort/quantize.h
173
include/fxt/sincos.h
293
include/fxt/sort/searchdown.h
174
include/fxt/slowcnvl.h
294
include/fxt/sort/sort.h
175
include/fxt/slowcorr.h
295
include/fxt/sort/sort23.h
176
include/fxt/slowlazy.h
296
include/fxt/sort/sort23func.h
177
include/fxt/slowtwodimcnvl.h
297
include/fxt/sort/sortcomplex.h
178
include/fxt/sort.h
298
include/fxt/sort/sortfunc.h
179
include/fxt/sortcomplex.h
299
include/fxt/sort/sortidx.h
180
include/fxt/sortfunc.h
300
include/fxt/sort/sortidxfunc.h
181
include/fxt/sortidx.h
301
include/fxt/sort/sortptr.h
182
include/fxt/sortlazy.h
302
include/fxt/sort/sortptrfunc.h
183
include/fxt/sortptr.h
303
include/fxt/sort/symbolify.h
184
include/fxt/stack.h
304
include/fxt/sort/ucount.h
185
include/fxt/subsetdebruijn.h
305
include/fxt/sort/unique.h
186
include/fxt/subsetlex.h
306
include/fxt/sort/uniqueapprox.h
187
include/fxt/subsetminchange.h
307
include/fxt/sort/usearch.h
188
include/fxt/subsetmonotone.h
308
include/fxt/sort/usearchfunc.h
189
include/fxt/sumdiff.h
309
include/fxt/test/test.h
190
include/fxt/symbolify.h
310
include/fxt/walsh-all.h
191
include/fxt/symmetricpart.h
311
include/fxt/walsh/arithtransform.h
192
include/fxt/symmetry.h
312
include/fxt/walsh/dyadiccnvl.h
193
include/fxt/testmatrix.h
313
include/fxt/walsh/reedmuller.h
194
include/fxt/testnum.h
314
include/fxt/walsh/slant.h
195
include/fxt/tinyfactors.h
315
include/fxt/walsh/walshbasefunc.h
196
include/fxt/toeplitz.h
316
include/fxt/walsh/walshgray.h
197
include/fxt/transpose.h
317
include/fxt/walsh/walshpal.h
198
include/fxt/transpose2.h
318
include/fxt/walsh/walshq.h
199
include/fxt/transpose2_ba.h
319
include/fxt/walsh/walshseq.h
200
include/fxt/transpose_ba.h
320
include/fxt/walsh/walshwak.h
201
include/fxt/unique.h
321
include/fxt/walsh/walshwal.h
202
include/fxt/vector.h
322
include/fxt/walsh/walshwalrev.h
203
include/fxt/walshgray.h
323
include/fxt/wavelet-all.h
204
include/fxt/walshhartley.h
324
include/fxt/wavelet/daubechies.h
205
include/fxt/walshlazy.h
325
include/fxt/wavelet/wavelet.h
206
include/fxt/walshpal.h
326
include/fxt/wavelet/waveletfilter.h
207
include/fxt/walshseq.h
208
include/fxt/walshwak.h
209
include/fxt/walshwal.h
210
include/fxt/waveletfilter.h
211
include/fxt/workspace.h
212
include/fxt/xorpermute.h
213
include/fxt/zerobyte.h
214
include/fxt/zip.h
215
include/fxt/ziprev.h
216
lib/libfxt.a
327
lib/libfxt.a
328
%%PORTDOCS%%%%DOCSDIR%%/00legal.txt
329
%%PORTDOCS%%%%DOCSDIR%%/00readme.txt
330
%%PORTDOCS%%@dirrm %%DOCSDIR%%
331
@dirrm include/fxt/wavelet
332
@dirrm include/fxt/walsh
333
@dirrm include/fxt/test
334
@dirrm include/fxt/sort/bucket
335
@dirrm include/fxt/sort
336
@dirrm include/fxt/simplfft
337
@dirrm include/fxt/realfft
338
@dirrm include/fxt/perm/bucket
339
@dirrm include/fxt/perm
340
@dirrm include/fxt/ntt
341
@dirrm include/fxt/mult
342
@dirrm include/fxt/mod
343
@dirrm include/fxt/matrixfft
344
@dirrm include/fxt/matrix
345
@dirrm include/fxt/haar
346
@dirrm include/fxt/graph/bucket
347
@dirrm include/fxt/graph
348
@dirrm include/fxt/fht
349
@dirrm include/fxt/fft
350
@dirrm include/fxt/ds
351
@dirrm include/fxt/demo
352
@dirrm include/fxt/dctdst
353
@dirrm include/fxt/correlation
354
@dirrm include/fxt/convolution
355
@dirrm include/fxt/comb/bucket
356
@dirrm include/fxt/comb
357
@dirrm include/fxt/chirpzt
358
@dirrm include/fxt/bpol
359
@dirrm include/fxt/bmat
360
@dirrm include/fxt/bits
361
@dirrm include/fxt/aux2
362
@dirrm include/fxt/aux1
363
@dirrm include/fxt/aux0
217
@dirrm include/fxt
364
@dirrm include/fxt

Return to bug 72531