blob: 1ad11ca1b604849038dcb91b4574591eff08ed91 (
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
|
# $FreeBSD$
#
SUBDIR += GiNaC
SUBDIR += PDL
SUBDIR += R-a4
SUBDIR += R-letter
SUBDIR += abs
SUBDIR += add
SUBDIR += apc
SUBDIR += asir2000
SUBDIR += biggles
SUBDIR += blas
SUBDIR += calc
SUBDIR += calctool
SUBDIR += ccmath
SUBDIR += cln
SUBDIR += concorde
SUBDIR += cxsc
SUBDIR += dcdflib
SUBDIR += eispack
SUBDIR += eval
SUBDIR += femlab
SUBDIR += fftpack
SUBDIR += fftw
SUBDIR += freefem
SUBDIR += fudgit
SUBDIR += geg
SUBDIR += gexpr
SUBDIR += glove
SUBDIR += glpk
SUBDIR += gnumeric
SUBDIR += gnuplot
SUBDIR += gnuplot+
SUBDIR += grace
SUBDIR += gri
SUBDIR += grpn
SUBDIR += gsl
SUBDIR += guppi
SUBDIR += hexcalc
SUBDIR += kseg
SUBDIR += lapack
SUBDIR += libgmp
SUBDIR += libgmp3
SUBDIR += libneural
SUBDIR += libranlib
SUBDIR += linalg
SUBDIR += linpack
SUBDIR += matrix
SUBDIR += metis
SUBDIR += mtrxmath
SUBDIR += mupad
SUBDIR += nauty
SUBDIR += netcdf
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-Bezier
SUBDIR += p5-Math-BigInt
SUBDIR += p5-Math-BigIntFast
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-Logic
SUBDIR += p5-Math-Pari
SUBDIR += p5-Math-Random
SUBDIR += p5-Math-Random-MT
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 += parmetis
SUBDIR += physcalc
SUBDIR += plplot
SUBDIR += pspp
SUBDIR += py-gato
SUBDIR += py-gnuplot
SUBDIR += py-mpz
SUBDIR += py-numeric
SUBDIR += py-numeric17
SUBDIR += py-scientific
SUBDIR += pygist
SUBDIR += rascal
SUBDIR += rcalc
SUBDIR += rpc
SUBDIR += ruby-algebra
SUBDIR += ruby-bigfloat
SUBDIR += ruby-bitvector
SUBDIR += ruby-gnuplot
SUBDIR += ruby-math3d
SUBDIR += ruby-narray
SUBDIR += sc
SUBDIR += scigraphica
SUBDIR += scilab
SUBDIR += siag
SUBDIR += simpack
SUBDIR += slsc
SUBDIR += snns
SUBDIR += solitaire
SUBDIR += spar
SUBDIR += spin
SUBDIR += ss
SUBDIR += superlu
SUBDIR += surf
SUBDIR += thx_1138
SUBDIR += topaz
SUBDIR += umatrix
SUBDIR += umfpack
SUBDIR += units
SUBDIR += unixstat
SUBDIR += vecfem
SUBDIR += vtk
SUBDIR += wingz
SUBDIR += wingz3
SUBDIR += wmcalc
SUBDIR += xgfe
SUBDIR += xgraph
SUBDIR += xldlas
SUBDIR += xlispstat
SUBDIR += xmgr
SUBDIR += xplot
SUBDIR += xspread
SUBDIR += xwpl
SUBDIR += yacas
.include <bsd.port.subdir.mk>
|