blob: d1b6fc5a508b72bebbc376941e8c9583c5db3b89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
|
# $FreeBSD$
#
SUBDIR += GiNaC
SUBDIR += PDL
SUBDIR += R-a4
SUBDIR += R-letter
SUBDIR += abs
SUBDIR += add
SUBDIR += apc
SUBDIR += asir2000
SUBDIR += atlas
SUBDIR += biggles
SUBDIR += blas
SUBDIR += calc
SUBDIR += calcoo
SUBDIR += calctool
SUBDIR += ccmath
SUBDIR += clarence
SUBDIR += cln
SUBDIR += concorde
SUBDIR += cxsc
SUBDIR += dcdflib
SUBDIR += diehard
SUBDIR += djbfft
SUBDIR += eispack
SUBDIR += entropy
SUBDIR += eukleides
SUBDIR += eval
SUBDIR += femlab
SUBDIR += fftpack
SUBDIR += fftw
SUBDIR += freefem
SUBDIR += fudgit
SUBDIR += fxt
SUBDIR += gap
SUBDIR += gcalctool
SUBDIR += gdcalc
SUBDIR += geg
SUBDIR += gexpr
SUBDIR += glove
SUBDIR += glpk
SUBDIR += gnumeric
SUBDIR += gnuplot
SUBDIR += gnuplot+
SUBDIR += grace
SUBDIR += graphthing
SUBDIR += gri
SUBDIR += grpn
SUBDIR += gsl
SUBDIR += guppi
SUBDIR += hexcalc
SUBDIR += jacal
SUBDIR += javanns
SUBDIR += kseg
SUBDIR += lapack
SUBDIR += lapack++
SUBDIR += libgmp-freebsd
SUBDIR += libgmp4
SUBDIR += libneural
SUBDIR += libranlib
SUBDIR += linalg
SUBDIR += linpack
SUBDIR += matrix
SUBDIR += metis
SUBDIR += mtl
SUBDIR += mtrxmath
SUBDIR += mupad
SUBDIR += naturalmath
SUBDIR += nauty
SUBDIR += netcdf
SUBDIR += newmat
SUBDIR += ngraph
SUBDIR += ntl
SUBDIR += octave
SUBDIR += oleo
SUBDIR += p5-AI-NeuralNet-BackProp
SUBDIR += p5-AI-NeuralNet-Mesh
SUBDIR += p5-AI-Perceptron
SUBDIR += p5-Bit-ShiftReg
SUBDIR += p5-Bit-Vector
SUBDIR += p5-Date-Handler
SUBDIR += p5-Graph
SUBDIR += p5-Math-Base85
SUBDIR += p5-Math-BaseCalc
SUBDIR += p5-Math-Bezier
SUBDIR += p5-Math-BigInt
SUBDIR += p5-Math-BigIntFast
SUBDIR += p5-Math-Calc-Units
SUBDIR += p5-Math-Currency
SUBDIR += p5-Math-Expr
SUBDIR += p5-Math-FFT
SUBDIR += p5-Math-Financial
SUBDIR += p5-Math-FixedPrecision
SUBDIR += p5-Math-GMP
SUBDIR += p5-Math-Interpolate
SUBDIR += p5-Math-LinearCombination
SUBDIR += p5-Math-Logic
SUBDIR += p5-Math-Pari
SUBDIR += p5-Math-Random
SUBDIR += p5-Math-Random-MT
SUBDIR += p5-Math-SimpleVariable
SUBDIR += p5-Math-TrulyRandom
SUBDIR += p5-MatrixReal
SUBDIR += p5-Set-IntSpan
SUBDIR += p5-Set-Window
SUBDIR += p5-Statistics-ChiSquare
SUBDIR += p5-Statistics-Descriptive
SUBDIR += p5-Statistics-Distributions
SUBDIR += p5-Statistics-LTU
SUBDIR += p5-Statistics-OLS
SUBDIR += p5-Statistics-Table-F
SUBDIR += pari
SUBDIR += pari-devel
SUBDIR += parmetis
SUBDIR += physcalc
SUBDIR += ploticus
SUBDIR += plplot
SUBDIR += pspp
SUBDIR += py-gato
SUBDIR += py-gnuplot
SUBDIR += py-gsl
SUBDIR += py-mpz
SUBDIR += py-numarray
SUBDIR += py-numeric
SUBDIR += py-numeric17
SUBDIR += py-scientific
SUBDIR += qscanplot
SUBDIR += rascal
SUBDIR += rcalc
SUBDIR += rpc
SUBDIR += ruby-algebra
SUBDIR += ruby-bigfloat
SUBDIR += ruby-bitvector
SUBDIR += ruby-gnuplot
SUBDIR += ruby-gsl
SUBDIR += ruby-math3d
SUBDIR += ruby-narray
SUBDIR += ruby-netcdf
SUBDIR += sc
SUBDIR += scigraphica
SUBDIR += scilab
SUBDIR += siag
SUBDIR += simpack
SUBDIR += slsc
SUBDIR += snns
SUBDIR += solitaire
SUBDIR += spar
SUBDIR += ss
SUBDIR += superlu
SUBDIR += surf
SUBDIR += thx_1138
SUBDIR += topaz
SUBDIR += tvmet
SUBDIR += umatrix
SUBDIR += umfpack
SUBDIR += units
SUBDIR += unixstat
SUBDIR += vecfem
SUBDIR += vtk
SUBDIR += wingz
SUBDIR += wingz3
SUBDIR += wmcalc
SUBDIR += xgfe
SUBDIR += xgobi
SUBDIR += xgraph
SUBDIR += xldlas
SUBDIR += xlispstat
SUBDIR += xmgr
SUBDIR += xplot
SUBDIR += xspread
SUBDIR += xwpl
SUBDIR += yacas
.include <bsd.port.subdir.mk>
|