Commit graph

506 commits

Author SHA1 Message Date
richard
992efc35cf Add py-simpleeval
A quick single-file MIT-Licenced library for easily adding evaluatable
expressions into python projects. Say you want to allow a user to set an alarm
volume, which could depend on the time of day, alarm level, how many previous
alarms had gone off, and if there is music playing at the time.

Or if you want to allow simple formulae in a web application, but don't want
to give full eval() access, or don't want to run in javascript on the client side.

It's deliberately very simple, just a single file you can dump into a project,
or import from pypi (pip or easy_install).

Internally, it's using the amazing python ast module to parse the expression,
which allows very fine control of what is and isn't allowed. It should be
completely safe in terms of what operations can be performed by the expression.

The only issue I know to be aware of is that you can create an expression which
takes a long time to evaluate, or which evaluating requires an awful lot of
memory, which leaves the potential for DOS attacks. There is basic protection
against this, and you can lock it down further if you desire.

You should be aware of this when deploying in a public setting.

The defaults are pretty locked down and basic, and it's very easy to add whatever
extra specific functionality you need (your own functions, variable/name lookup, etc).
2015-08-25 05:05:39 +00:00
wen
ec574a7485 add p5-Math-Base-Convert 2015-08-06 01:35:25 +00:00
markd
45c24496ae Add tex-apnum{,-doc} 2015-04-26 03:40:20 +00:00
ryoon
0cd02471fb Add coinmp 2015-02-04 17:37:44 +00:00
cheusov
c8e1feb4e4 += crfsuite 2014-10-29 23:14:36 +00:00
cheusov
9f5c6fd0ac += liblbfgs 2014-10-29 23:12:17 +00:00
cheusov
537fc34f66 += libshorttext 2014-10-29 17:09:39 +00:00
cheusov
627d01b121 += liblinear 2014-10-19 16:48:44 +00:00
wiz
388e2d5aff Remove wxMaxima; wxmaxima replaces it. 2014-10-01 11:10:30 +00:00
wiz
664fa26e58 - R-formatR. 2014-09-20 09:13:49 +00:00
brook
2b9ecca12f Move math/R-knitr to print/R-knitr.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 04:11:43 +00:00
brook
eceb5fda98 Move math/R-evaluate to devel/R-evaluate and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 03:53:54 +00:00
brook
f6a1f767e0 Move math/R-digest to security/R-digest and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 03:34:56 +00:00
brook
e82aa16ded Move math/R-markdown to textproc/R-markdown and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:47:06 +00:00
brook
35e28d2ef6 Move math/R-highr to textproc/R-highr and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:34:44 +00:00
brook
0dc0261741 Move math/R-stringr to textproc/R-stringr and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 21:21:16 +00:00
brook
a1b93a3672 Move math/R-countrycode to geography/R-countrycode.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:55:07 +00:00
brook
239aa353bd Move math/R-mime to mail/R-mime.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:46:32 +00:00
brook
55b5323a70 Move math/R-formatR to textproc/R-formatR and fix depending packages.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:36:53 +00:00
brook
7412b1b573 Remove math/R-latticeExtra and switch dependency to reimported package
in graphics/R-latticeExtra.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 19:42:13 +00:00
brook
483b53cb62 Added R-knitr v1.6. 2014-09-03 21:34:51 +00:00
brook
1fc1d3f50e Added R-digest v0.6.4. 2014-09-03 18:52:42 +00:00
brook
8d3c599c6d Added R-markdown v0.7.4. 2014-09-03 18:33:58 +00:00
brook
5f3ffde920 Added R-mime v0.1.2. 2014-09-03 18:29:56 +00:00
brook
39b6177fa7 Added R-highr v0.3. 2014-09-03 18:23:38 +00:00
brook
531bf4de8e Added R-formatR v1.0. 2014-09-03 18:04:14 +00:00
brook
60211da695 Added R-evaluate v0.5.5. 2014-09-03 17:00:42 +00:00
brook
dedd9ed14e Added R-stringr v0.6.2. 2014-09-03 16:08:22 +00:00
szptvlfn
4e8f532d1c + hs-semigroups 2014-09-02 20:59:55 +00:00
brook
918710ef22 Add R-Rcpp v0.11.2. 2014-08-26 16:30:01 +00:00
brook
15e32d7b3b Add R-latticeExtra v0.6-26. 2014-08-26 15:46:20 +00:00
brook
597e2cd862 Add R-countrycode. 2014-08-26 04:33:59 +00:00
szptvlfn
c3ec4771b2 + hs-mwc-random 2014-08-14 21:59:03 +00:00
wiz
4435519808 + p5-Statistics-TTest 2014-08-13 20:35:35 +00:00
wiz
e6d8f783a6 + p5-Statistics-Distributions 2014-08-13 20:31:41 +00:00
szptvlfn
5cac8019aa + hs-distributive 2014-08-02 21:43:47 +00:00
wiz
59a8f24e85 + py-almost 2014-07-22 10:08:50 +00:00
rodent
c403020b01 +py-intervals 2014-07-05 19:34:12 +00:00
rodent
2d431184d0 +py-infinity 2014-06-14 13:59:28 +00:00
schmonz
e7b4fbc5b5 Add and enable p5-Number-Range. 2014-06-11 20:51:45 +00:00
szptvlfn
13a34ec438 + hs-scientific 2014-05-31 21:33:28 +00:00
szptvlfn
6f91e7b956 + hs-nats 2014-05-28 22:03:46 +00:00
rodent
d5d41a84e6 +libsvm 2014-04-02 07:32:27 +00:00
fhajny
f14d35dfe8 Add p5-Algorithm-Munkres, p5-Math-Derivative, p5-Math-Spline 2014-02-20 11:30:45 +00:00
prlw1
0703c77982 Removed gcalctool-gtk3 successor gnome-calculator 2014-01-25 12:52:56 +00:00
prlw1
1263746996 Add gnome-calculator 3.10.2
gcalctool ported to vala and renamed gnome-calculator.
2014-01-25 12:35:19 +00:00
wiz
6d9663135f + py-ephem3. 2014-01-20 12:50:46 +00:00
wiz
5889401244 Remove packages that were either BROKEN for more than a year or
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-12-31 17:08:08 +00:00
asau
69114395fc + ipopt 2013-11-14 15:04:53 +00:00
asau
fa7996bc42 + minisat 2013-10-28 04:17:27 +00:00
richard
bb69cb9323 add math/py-cdecimal 2013-08-15 14:23:36 +00:00
wen
09a8304297 Add R-plyr 2013-08-15 09:24:45 +00:00
rodent
ebafde0608 +p5-Math-Complex 2013-07-06 00:36:53 +00:00
sno
9bb9908664 Adding subdir's for p5-Algorithm-Cluster, p5-Math-Random-ISAAC,
p5-Math-Random-ISAAC-XS, p5-Number-Tolerant.
2013-07-03 14:36:49 +00:00
ryoon
fe39499e7f Add eukleides10.
Rename xeukleides to xeukleides10.
2013-06-10 12:31:25 +00:00
markd
1b2ef620aa Add eigen3 2013-03-17 19:38:36 +00:00
taca
d8715bee6f Add and enable pear-Math_BigInteger. 2013-03-16 04:05:40 +00:00
drochner
116de7d77a add gnumeric112 for the latest (gtk3 based) stable gnumeric version 2013-03-14 19:00:44 +00:00
taca
8ef1a28882 Add and enable ruby-gsl.
Remove ruby-rb-gsl.
2013-03-11 12:29:47 +00:00
taca
d0b30ee23f Add and enable ruby-narray. 2013-03-11 09:28:16 +00:00
asau
7d962df278 + libint 2013-03-08 15:21:54 +00:00
wiz
f35ed340ad + isl 2013-02-17 22:11:31 +00:00
wen
7bdfd12a56 Add R-intervals 2013-01-24 01:27:21 +00:00
jnemeth
3fb597e0dc add and enable py-pandas 2012-11-29 08:00:12 +00:00
sno
e44992779b Added math/p5-Math-Prime-Util version 0.11 2012-10-19 07:30:52 +00:00
asau
653bca9f31 + harminv 2012-10-15 18:58:16 +00:00
wen
33c29df4e8 + p5-Test-Number-Delta 2012-08-06 13:47:44 +00:00
wiz
98e0ec6a6c + py-munkres. 2012-05-30 11:05:49 +00:00
asau
881f14420d + arpack 2012-05-29 16:41:26 +00:00
wiz
1bf4de4f72 + p5-Math-Permute-List. 2012-05-03 09:07:52 +00:00
brook
bbaca81739 Added R-geoRglm. 2012-04-15 22:16:24 +00:00
brook
016a3e2db5 Added R-DBI and R-RPostgreSQL. 2012-04-15 18:00:28 +00:00
brook
37210a6596 Added R-spacetime. 2012-04-15 17:33:52 +00:00
brook
93ddc95ad5 Add R-xts. 2012-04-15 17:14:34 +00:00
brook
e015b626fa Add R-zoo. 2012-04-15 17:11:33 +00:00
brook
f63b0c3ae0 Add R-RColorBrewer. 2012-04-15 16:49:03 +00:00
wiz
fcfb004ee9 + ppl. 2012-04-08 20:53:36 +00:00
wiz
05700fba37 + cloog. 2012-04-08 20:48:29 +00:00
brook
069908e071 Added new package R-splancs. 2012-04-01 18:00:02 +00:00
brook
14fe16a416 Added the new package R-RandomFields. 2012-04-01 17:52:14 +00:00
markd
67e3159cc7 add analitza, cantor, kalgebra 2012-03-20 07:32:13 +00:00
markd
fbc56db4ba add kcalc 2012-03-20 05:26:59 +00:00
reinoud
0d0921bf45 Add cgal, Computational Geometry Algorithms Library to the math Makefile 2012-02-27 12:47:26 +00:00
drochner
6ec364640d +gcalctool-gtk3 2012-02-09 12:42:21 +00:00
hiramatsu
1c1d0bda79 Add p5-Math-Random-MT-Auto. 2011-11-12 07:53:17 +00:00
obache
222013e774 + py-roman 2011-10-05 07:46:12 +00:00
ryoon
526f825a1d Add R-car 2011-09-26 19:34:11 +00:00
alnsn
6ac6fc9d49 Add R-XML and R-bitops. 2011-06-14 21:31:31 +00:00
jnemeth
0d98767faf sort 2011-06-09 04:39:26 +00:00
cheusov
26fcd6911c add heirloom packages, oked by sponsors 2011-05-28 08:43:03 +00:00
hans
31c9ce221c Add package for pari module of lang/clisp. Remove conflicting option
pari from lang/clisp.
2011-04-20 18:44:56 +00:00
obache
c49a95b0ef + ruby-spreadsheet 2011-04-13 13:17:59 +00:00
minskim
0c44ea3050 Add tex-kastrup{,-doc}. 2011-03-15 18:46:56 +00:00
minskim
39cce32c45 Add tex-fp{,-doc}. 2011-03-04 19:06:26 +00:00
wiz
c1f272d1f1 + lp_solve. 2010-10-16 15:35:47 +00:00
sno
4610bb262d Added math/p5-Math-Random-MT 2010-09-09 05:39:25 +00:00
drochner
e92b3c8749 +py-gmpy 2010-08-10 18:01:21 +00:00
seb
753738a860 Add & enable p5-Math-Base36 2010-08-05 00:12:59 +00:00
asau
0fec671a9f + mpcomplex 2010-07-27 17:15:09 +00:00
drochner
94f3e5cdae +py-numexpr 2010-07-16 12:14:16 +00:00
tnn
c135d73445 math/orpie was broken by an ocaml update three years ago and nobody stepped
up to fix it, so let's remove it for now.
2010-05-28 17:03:53 +00:00
obache
3c6b07ce5f + TinySVM 2010-05-19 11:48:39 +00:00
hauke
b30c640fbb Add teapot, a CLI spreadsheet application. 2010-05-04 14:19:36 +00:00
asau
120a7cc58c + kseg 2010-03-18 08:05:51 +00:00
agc
2126d92dbc add and enable itpp 2010-03-16 21:23:48 +00:00
wiz
b0651aa518 + prng. 2010-02-24 20:49:54 +00:00
drochner
10828a5329 +gnumeric110 2010-02-18 21:03:31 +00:00
wiz
24a1f4805f + wxMaxima. 2010-02-03 23:39:33 +00:00
drochner
d10fc782b6 + 2 calculators 2010-02-03 14:14:05 +00:00
drochner
98ae57e44b +py-mpmath 2010-01-27 14:17:33 +00:00
drochner
6e4dc09a86 +xylib 2009-12-12 14:02:21 +00:00
drochner
aed990aee0 +fityk,muparser 2009-12-11 21:56:29 +00:00
adam
48cec408a6 Removed R-Matrix 2009-12-11 19:48:33 +00:00
adam
3c047decfb Added R-randomForest, R-e1071, R-classInt 2009-12-11 19:46:27 +00:00
wiz
c55b817893 + openfst. 2009-11-03 17:54:17 +00:00
is
321890d5e2 math/ordCalc, an ordinals calculator 2009-09-18 14:15:30 +00:00
jnemeth
abe4d2c3e7 add and enable aamath 2009-09-11 00:10:54 +00:00
sno
1c076d757d Added math/p5-Math-BigInt-Pari version 1.13 2009-07-08 10:26:47 +00:00
schmonz
f83dd13d31 Add and enable p5-Math-{Round,VecStat}. 2009-04-21 17:48:22 +00:00
chuck
e3433706a2 Added math/p5-Statistics-Descriptive version 2.6 2009-04-06 19:02:32 +00:00
jnemeth
fe84b0509e sort 2009-03-12 22:31:41 +00:00
hubertf
2b6267313d add & enable p5-Math-BigInt-GMP 2009-03-07 02:20:35 +00:00
dsainty
ea4dda00f1 Add p5-Roman 2009-02-09 03:20:03 +00:00
seb
fd015d9805 Add & enable p5-Spreadsheet-Read 2009-02-01 16:54:35 +00:00
seb
63a2a90053 Add & enable p5-Spreadsheet-XLSX 2009-02-01 15:25:49 +00:00
seb
fcf2590154 Add & enable p5-Spreadsheet-ReadSXC 2009-02-01 09:04:54 +00:00
markd
9e4f0111af add eigen2 2009-01-10 01:04:01 +00:00
markd
fff99780da Add py-numpy and py-scipy 2008-12-19 22:16:03 +00:00
wiz
2cc0163696 + texdrive. 2008-12-09 12:20:35 +00:00
jwise
1a38f1ecdc Remove octave-current. 2008-11-07 16:00:25 +00:00
abs
d88b581d63 Added math/p5-Math-BaseCnv 2008-10-26 19:16:19 +00:00
he
c2b6ab8812 Add p5-Excel-Template-Plus. 2008-10-20 22:59:00 +00:00
he
33c5b78803 Added p5-Excel-Template. 2008-10-20 22:42:13 +00:00
markd
be58740a08 Add R-sp and R-circular 2008-10-14 09:40:08 +00:00
ahoka
18dbb96a00 Imported math/fricas. 2008-09-14 12:29:56 +00:00
jnemeth
356dcc588c sort 2008-09-11 21:27:08 +00:00
ahoka
4ae7eb556e Added math/openaxiom version 1.2.0. 2008-08-28 20:13:18 +00:00
apb
1d015bb063 SUBDIR+- py-networkx 2008-08-27 18:54:25 +00:00
he
6be92eecd5 Add p5-Math-Random-MT-Perl. 2008-07-26 20:10:05 +00:00
wiz
eda4f2e041 + mprime-bin. 2008-06-02 13:36:53 +00:00
drochner
bd8158d626 +py-sympy 2008-05-05 19:11:35 +00:00
taca
6d0225e956 Remove ruby-gsl. 2008-03-11 16:06:32 +00:00
wiz
6c0db466a5 Fix comment problem introduced in previous. 2008-03-07 21:35:54 +00:00
wiz
05cf1e61c4 Remove gnumeric-current, newer version in gnumeric. 2008-03-07 21:34:28 +00:00
minskim
764ec0d3be Add ruby-rb-gsl. 2007-12-17 23:40:48 +00:00
drochner
a26fbb2c0b +qhull 2007-09-19 18:02:52 +00:00
gson
4802975446 Add and enable dieharder 2007-09-13 10:09:52 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
wiz
2e8801824f Remove some GNOME1 packages that are unmaintained upstream and/or in
pkgsrc, in preparation for gnome1-libs removal(*).

There was no feedback for keeping these packages after my
HEADS UP mail to pkgsrc-users a week ago.

(*) More to come before that can happen, though.
2007-05-13 14:39:15 +00:00
wiz
4687495921 + gnumeric-current. 2007-05-05 21:35:34 +00:00
tnn
1da55aca42 Added math/orpie version 1.4.3nb1 2007-04-29 20:14:16 +00:00
drochner
700aa8341c +nickle 2007-02-22 20:37:03 +00:00
agc
1bbb7609b7 Add and enable fgmp 2007-01-03 07:54:58 +00:00
obache
2b2603f667 Added units. 2006-11-19 04:57:13 +00:00
wulf
85beb279d9 Added and enabled new package py-ephem-3.7b:
Scientific-grade astronomical computations for Python
2006-11-13 15:58:04 +00:00
drochner
19a4457aa2 +genius 2006-08-03 19:01:00 +00:00
markd
f8fc4849ea Add new R packages. 2006-07-02 13:26:01 +00:00
wiz
5a86b7596b Add and enable xfractint. 2006-06-12 16:34:32 +00:00
wiz
fdffa1f20f Sort. 2006-03-09 17:16:18 +00:00
dillo
5789e68fc0 Add antixls (noted by wiz). 2006-03-07 23:22:05 +00:00
adrianp
8fada32514 Add:
math/pear-Numbers_Roman
math/pear-Numbers_Words
2006-01-03 21:08:09 +00:00
taca
74446187b3 Remove ruby-bitvector. 2006-01-03 07:26:38 +00:00
markd
d222df45da Remove the R-VR package. A newer version is included in the latest R
package causing this package to fail as seen in the bulk builds.
2005-12-19 11:53:21 +00:00
wiz
19d0af8e06 Complete move of math/goffice to misc/goffice. 2005-12-17 20:19:49 +00:00
wiz
e202968e36 Add and enable goffice. 2005-12-17 20:11:58 +00:00
rillig
39dd3b81b8 Added the R packages that have been imported from pkgsrc-wip. 2005-11-04 08:29:08 +00:00
taca
528c1ecdb0 Delete removed ruby related pacakge's entries. 2005-11-03 06:35:30 +00:00
taca
8f6894d561 Disable packages used with ruby16-base only or bundled with
ruby18-base packages.
2005-11-02 09:20:50 +00:00
seb
b934749ac0 Add & enable p5-Math-GMP 2005-10-13 10:57:04 +00:00
adam
1405fba0fd Added qalculate-[bases,currency,units] version 0.8.2 2005-10-11 13:31:10 +00:00
wulf
f29aabfcdc Added and enabled fftwf: A single precision library version of math/fftw 2005-10-02 12:08:37 +00:00
drochner
1afdc81d0c move gnumeric-1.4.3 to math/gnumeric, replacing gnumeric-1.2
While I dislike moving pkgs around and forcing users into updates I'm
making an exception here, because this is a leaf pkg, we don't
support gnumeric-1.2 anymore and because gnumeric-1.4 is fully
compatible to older sheets tbomk. Sorry for breaking pkgchk.conf though.
2005-09-08 15:29:28 +00:00
adrianp
1fbdbfbc0c Add p5-Math-Base85 2005-08-13 08:00:40 +00:00
adam
2c894418ec Added qalculate-gtk,-kde 2005-08-03 13:42:33 +00:00
wiz
fd887aa902 Add and enable p5-Number-Compare. 2005-06-24 17:27:15 +00:00
wiz
f6ce0a82d0 Remove packages that have been broken on 2.0/i386 for over 9 months
now; neither maintainer nor anyone else stepped up to fix them.

Predicted on tech-pkg and in private mail to maintainers; no comments.
2005-05-18 22:39:00 +00:00
drochner
92721148cc add calcoo/galculator 2005-05-18 15:54:59 +00:00
drochner
25a404cc0a +maxima 2005-04-28 19:09:42 +00:00
wiz
a8618fd985 Remove cassowary -- it hasn't been updated for years by the
authors and does not build against new versions of its dependencies,
and its dependency gtl0 was just removed from pkgsrc.
2005-04-22 19:02:11 +00:00
cube
e2486cd5ab Activate and note addition of p5-Set-Infinite-0.61. 2005-01-25 14:36:38 +00:00
cube
c518dee657 Activate and note addition of p5-Set-Crontab-1.00. 2005-01-25 14:11:54 +00:00
wiz
4199034f74 Add and enable p5-Math-Random. 2004-12-29 01:19:56 +00:00
wiz
6201b719d4 Remove ancient version of gnumeric, we have two newer versions
(in separate packages) in pkgsrc now.
2004-12-27 11:28:04 +00:00
wiz
50a0a49108 Add and enable gnumeric14. 2004-12-23 10:49:51 +00:00
gson
78ceb94a97 Add and enable p5-Math-FFT. 2004-11-27 12:53:15 +00:00
adam
d13c61d1c5 Added qalculate 0.7.0 2004-11-19 12:32:18 +00:00
jdolecek
d3c56462a3 adjust for rename of most php4-* packages to php-* 2004-10-31 21:46:40 +00:00
wiz
0b2948aa97 Add libmatheval (hi drochner!) 2004-09-05 18:42:15 +00:00
dmcmahill
6b2aee0f00 add and enable octave-forge 2004-08-14 13:30:38 +00:00
wiz
e1319e6660 Add and enable ltm. 2004-07-30 13:50:07 +00:00
drochner
5373381b76 +gtklife,mapm 2004-07-22 17:37:23 +00:00
rh
589ca2d34e Add and enable mpfr 2004-06-05 22:12:33 +00:00
kristerw
8752a405bb Remove obsolete package, per discussion on tech-pkg. 2004-06-01 21:43:29 +00:00
xtraeme
c39fb4635a Sort. 2004-05-13 04:13:27 +00:00
drochner
824997c0c0 +pytables 2004-04-22 15:26:13 +00:00
drochner
a8ca786b4c +py-numarray 2004-04-21 20:48:55 +00:00
minskim
e835cf9192 Add and enable mathomatic. 2004-03-31 18:15:36 +00:00
adam
9f1868e97a Added cln - Class Library for Numbers 2004-03-05 14:47:38 +00:00
recht
1168adb855 + py-fpconst 2003-12-24 10:58:47 +00:00
reed
8b19d46a06 add bc 2003-09-30 00:02:24 +00:00
dmcmahill
2413ace3e6 add and enable ruby-gsl 2003-09-15 00:19:17 +00:00
jschauma
9e69a29f3f Add/enable djbfft 2003-07-24 16:49:07 +00:00
jtb
5efc3369f4 Add pari-galdata. 2003-07-07 23:35:39 +00:00
wiz
0489206f65 Add fftw2. 2003-06-05 20:51:35 +00:00
markd
6c5e2ff97e Add ess. 2003-06-05 11:53:28 +00:00
jtb
80a5da4ea5 Add and enable blitz++. 2003-04-30 00:04:25 +00:00
jtb
8850ea84b0 Add and enable mtl. 2003-04-29 23:56:28 +00:00
kristerw
820fbba04c By popular demand, move coq from math to lang in order to be consistent
with prior art (e.g. lang/twelf).
2003-03-22 20:16:03 +00:00
kristerw
fa836740a9 Add and enable coq. 2003-03-22 18:27:49 +00:00
mjl
abe85311d4 Enable p5-Spreadsheet-ParseExcel 2003-03-02 19:41:29 +00:00
wiz
8b1d73bfd1 Add and enable graphopt. 2003-01-23 19:28:30 +00:00
cjep
3dba4a0529 Add and enable gp-grpconst 2003-01-05 13:58:36 +00:00
cjep
9f773d13ea Note addition of gp-fplsa. 2002-12-24 00:20:16 +00:00
cjep
2a9f017585 Add and enable gp-factint. 2002-12-23 01:26:52 +00:00
cjep
2cb9a14036 Add and enable xgap. 2002-12-22 19:27:25 +00:00
cjep
08adb95103 Add and enable gp-autpgrp and gp-lag. 2002-12-22 18:30:06 +00:00
markd
938614bc98 Add py-rpy
Remove R-*
2002-12-10 12:41:31 +00:00
cjep
9facd78553 Add and enable xeukleides. 2002-12-07 18:14:30 +00:00
cjep
dc95be2f79 Add and enable eukleides. 2002-12-07 17:56:03 +00:00
rh
f262ab86f0 Add and enable statist 2002-11-09 09:24:05 +00:00
rh
29f3d5e6ce Add and enable gcalctool 2002-11-02 10:26:46 +00:00
abs
1faa3d803e Import p5-Number-Latin 1.01
Some applications, notably the numbering of points in outlines,
use a scheme that starts with the letter "a", goes to "z", and then
starts over with "aa" thru "az", then "ba", and so on.  This module
provides functions that deal with that numbering system, converting
between it and integer values.
2002-10-18 21:55:32 +00:00
jschauma
70bceb3a91 Add/enable newmat 2002-10-16 15:41:14 +00:00
markd
0417b85750 Add R-grid and R-lattice. 2002-09-09 01:20:49 +00:00
seb
2d841b5c74 Add & enable p5-Math-Bezier. 2002-08-28 19:18:14 +00:00
cjep
88cb0c1c2f Add and enable gp-grape 2002-08-21 08:11:03 +00:00
cjep
1b1c4a3ba3 Add and enable gap 2002-08-21 08:04:51 +00:00
dmcmahill
530a5f216b add and enable glpk 2002-06-26 15:31:25 +00:00
jtb
95fcf34e78 Add and enable euler. 2002-05-04 01:49:52 +00:00
jtb
3c71cce0c1 Add and enable algae. 2002-05-04 01:10:45 +00:00
markd
077cab978b Add the R extension packages 2002-04-23 01:49:34 +00:00
mjl
353d56d87e Enable p5-Spreadsheet-WriteExcel 2002-03-19 15:04:17 +00:00
wiz
4ebde97225 Remove abacus -- this package has been BROKEN for 15 months. 2002-02-02 03:32:42 +00:00
agc
a5cbb3f078 Remove dbell-calc - it's a duplicate of capc-calc 2002-01-28 14:42:39 +00:00
agc
4a11bb7668 Add and enable dbell-calc 2002-01-28 11:30:09 +00:00
wiz
fbc9a66eee Add and enable py-Scientific-doc. 2002-01-17 14:03:12 +00:00
martti
e0a580527d Added gnumeric0 2002-01-17 13:13:28 +00:00
fredb
7300f091ba Add and enable "xlife". 2001-12-31 21:33:40 +00:00
jlam
b7446d9ec4 Note addition of php4-bcmath. 2001-10-16 07:00:38 +00:00
wiz
062de0f6d3 Add p5-Math-Pari (hi mcr) 2001-10-02 11:01:19 +00:00
wiz
0d83309011 Sort. 2001-10-01 16:38:11 +00:00
taca
c38635528b Add and enable ruby-bitvector and ruby-bigfloat. 2001-07-01 13:09:52 +00:00
tron
9d75d7083e Add and enable "guppi" package. 2001-07-01 00:07:28 +00:00
wulf
b83271ac55 Added and enabled snns-4.2: A software simulator for neural networks 2001-06-28 15:20:32 +00:00
wiz
4ce69058ba Sort. 2001-06-09 10:47:30 +00:00
jtb
a1502b2d9d Add and enable tasp-vsipl. 2001-05-16 21:19:21 +00:00
jtb
8963b134c6 s/p5-/p5-Math/g 2001-04-27 23:19:36 +00:00
jtb
6d13a44dda Add and enable linpack. 2001-04-27 22:58:13 +00:00
jtb
67890d4f0c Add and enable dcdflib.f 2001-04-17 00:20:41 +00:00
wennmach
466ca56cab Add and enable octave-current 2001-03-27 12:10:24 +00:00