Commit Graph

789 Commits

Author SHA1 Message Date
jasper
52baf56ecb import p5-Algorithm-NaiveBayes 0.04
This module implements the classic "Naive Bayes" machine learning
algorithm. It is a well-studied probabilistic algorithm often used in
automatic text categorization. Compared to other algorithms (kNN, SVM,
Decision Trees), it's pretty fast and reasonably competitive in the
quality of its results.
2009-03-31 16:53:43 +00:00
jasper
2d6ba4b752 import p5-AI-NeuralNet-Kohonen-Visual 0.3
Provides TK-based visualisation routines for AI::NueralNet::Kohonen.
2009-03-31 16:49:01 +00:00
jasper
7f406b7395 import p5-AI-NeuralNet-Kohonen 0.142
An illustrative implimentation of Kohonen's Self-organising Feature Maps
(SOMs) in Perl.
2009-03-31 16:45:43 +00:00
jasper
d95eb12e0d import p5-Statistics-Contingency 0.08
The Statistics::Contingency class helps you calculate several useful
statistical measures based on 2x2 "contingency tables". These can be
used for measures to help judge the results of automatic text
categorization experiments, but they are useful in other situations
as well.
2009-03-31 16:41:19 +00:00
steven
53f1cac687 update to 3.2.1
ok martynas@
2009-03-26 18:37:47 +00:00
jasper
c9657ef17b another batch of missing bumps 2009-03-25 13:52:31 +00:00
jasper
5585267bbb - missing module, fixes build on clean box
ok naddy@ (MAINTAINER)
2009-03-24 22:14:29 +00:00
jasper
249cd7a92c - missing bump 2009-03-23 19:08:33 +00:00
jasper
a47adbd039 - update p5-AI-FANN to 0.10 2009-03-23 07:22:24 +00:00
naddy
f2cb2030c3 update to 1.3.4 which fixes a bug when changing sign in scientific
EE notation
2009-03-18 15:42:32 +00:00
pirofti
3a4ac61088 Update GiNaC to 1.5.1. From Benoit Lecocq, thanks! 2009-03-17 11:53:01 +00:00
sthen
e3110615f3 convert to tcl.port.mk, fixing deps 2009-03-16 20:08:48 +00:00
espie
bb0189239c fix deps (checked with new ecl) 2009-03-16 11:20:16 +00:00
espie
a909e7c635 more depends fixes 2009-03-15 09:25:04 +00:00
ajacoutot
c89ef704dd - nothing should have to run_depends on rarian anymore
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore

This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.

discussed with jasper@
2009-03-14 11:36:24 +00:00
ajacoutot
037960749c - first pass at cleaning rarian/scrollkeeper handling
remove rarian-sk-update from PLIST ; it is only a wrapper that does
noting: librarian takes care of everything now.

discussed with jasper@
2009-03-14 10:40:51 +00:00
sthen
2648669288 bump following tk dep changes 2009-03-11 21:37:27 +00:00
sthen
890df46af6 fix WANTLIB and bump. 2009-03-11 09:16:16 +00:00
sthen
aa2b7b35eb update R to 2.8.1, use Tcl/Tk MODULEs, add optional dependencies to
LIB_DEPENDS (autoconf picks them up if installed sometimes resulting
in bad packages), sync WANTLIB.  ok mbalmer@
2009-03-11 08:21:33 +00:00
espie
f6f9633015 bump 2009-03-10 19:32:20 +00:00
eric
ec24b5311a add py-scipy 2009-02-16 14:43:30 +00:00
eric
d2387ab07a SciPy (pronounced "Sigh Pie") is open-source software for mathematics,
science, and engineering.  It includes modules for statistics,
optimization, integration, linear algebra, Fourier transforms, signal
and image processing, genetic algorithms, ODE solvers, and more.  It
is also the name of a very popular conference on scientific
programming with Python. 

The SciPy library depends on NumPy, which provides convenient and fast
N-dimensional array manipulation. The SciPy library is built to work
with NumPy arrays, and provides many user-friendly and efficient
numerical routines such as routines for numerical integration and
optimization. Together, they run on all popular operating systems, are
quick to install, and are free of charge. NumPy and SciPy are easy to
use, but powerful enough to be depended upon by some of the world's
leading scientists and engineers. If you need to manipulate numbers on
a computer and display or publish the results, give SciPy a try! 


ok ajacoutot@
2009-02-16 14:42:37 +00:00
eric
6fbc07a706 make use of lapack/blas
ok djm@
2009-02-16 10:10:09 +00:00
naddy
9ea99647ac bump PKGNAME for PLIST changes 4.4 -> 4.5 2009-02-09 20:48:23 +00:00
martynas
41d209767f add wcalc 2009-02-03 22:48:14 +00:00
martynas
ac23a76db4 import wcalc-2.4
wcalc is a powerful arbitrary-precision calculator. It has standard
functions (sin, asinh, logtwo, floor, etc), many pre-defined constants
(pi, e, c, etc.), variables, "active" variables, command history, and
hex/octal/binary i/o, conversions, and more.

from maintainer Amarendra Godbole
tested on amd64, and looks ok to steven@
2009-02-03 22:46:14 +00:00
martynas
15eaa752c8 py-numpy only checks for expl to determine whether extended-precision
support is present.  since we don't have it yet;  it implements
it's own.  however, on alpha, powerpc, it declared functions with
types that conflict with C99 (double for *l), therefore failed.
reported by merdely@;  tested by and ok kili@
2009-01-27 21:46:53 +00:00
martynas
280ef16335 Add py-nose to REGRESS_DEPENDS.
Before:
ImportError: Need nose >= 0.10.0 for tests - see
http://somethingaboutorange.com /mrl/projects/nose

After:
Ran 1128 tests in 5.271s
OK
2009-01-27 21:12:02 +00:00
wcmaier
9dea1a870f Use numpy's special setuptools file when building (and regen PLIST).
Build breakage pointed out by jasper@; fix by me. ok jasper@, ajacoutot@
2009-01-22 19:23:10 +00:00
kili
603dd41690 Update to jacal-1b9.
Update HOMEPAGE and MASTER_SITES.
More specific license marker.
portswise ok, jasper@
"if it works...", espie@
2009-01-21 18:31:42 +00:00
ajacoutot
5f2c72663c - regen WANTLIB after libgnome esound support removal 2009-01-21 10:50:12 +00:00
ajacoutot
09dd6ba720 - regen WANTLIB after libgnome esound support removal 2009-01-20 23:13:30 +00:00
jasper
7df0b88524 - update gnumeric to 1.8.4
* loads of bug fixes
2009-01-19 10:01:20 +00:00
djm
d6b133cda4 update to numpy-1.2.1, set MODPY_EGG_VERSION + MODPY_SETUPTOOLS
reorder to Makefile.template
2009-01-19 07:11:42 +00:00
naddy
0909fa609b maintenance update to 1.3.3 2009-01-12 16:39:25 +00:00
jasper
98dddcefbd - switch to rarian instead of scrollkeeper
- regen PLIST

ok ajacoutot@
2008-12-17 18:40:13 +00:00
martynas
9ac8b26151 libc has extended-precision math versions now. tested by and ok naddy@ 2008-12-11 15:51:50 +00:00
jasper
7af2008ba1 - add a missing header
- regen PLIST
2008-11-19 23:37:17 +00:00
steven
84d1740ab5 update to 3.0.3 2008-11-04 22:41:59 +00:00
jasper
a377aa9b27 - update p5-AI-FANN to 0.09 2008-10-30 10:26:54 +00:00
pirofti
7b5d573e23 Update to GiNaC 1.4.3.
Okay naddy@, "go for it" sthen@.
2008-10-29 16:26:14 +00:00
jasper
d450b9f67f - update p5-Math-BigInt-GMP to 1.24
maintainer drops maintainership
2008-10-29 11:39:36 +00:00
pirofti
478a14fa42 Change email addy to my openbsd one.
Suggested and okayed by naddy@, also okayed by mbalmer@.
2008-10-27 11:34:00 +00:00
kili
ac963da057 adjust my email adress (noticed by pirofti@) 2008-10-27 02:25:04 +00:00
mbalmer
a6d9b896ef Update R to version 2.8.0. Diff from Daniel Dickman <didickman@gmail.com>
with some tweaks from me.
2008-10-26 23:04:00 +00:00
pvalchev
2d567461e9 Update to yorick-2.1; from Daniel Dickman 2008-10-22 00:51:01 +00:00
sthen
e9f674a9cf +converters/p5-JSON-XS-VersionOneAndTwo
+devel/p5-Devel-PAR
+math/p5-Math-VecStat
+textproc/p5-Encode-Detect
+www/p5-Data-URIEncode
2008-10-16 00:19:30 +00:00
sthen
c2b64d9cba import Math::VecStat
This package provides some basic statistics on numerical vectors.
All the subroutines can take a reference to the vector to be operated
on. In some cases a copy of the vector is acceptable, but is not
recommended for efficiency.

ok simon@
2008-10-16 00:01:04 +00:00
jasper
75af53f9af - update p5-Math-GMP to 2.05
- fix license marker
2008-10-10 12:12:07 +00:00
steven
2c24adc883 update to 3.1.3, bugfix release 2008-10-08 22:27:22 +00:00
steven
162124e8ec update to 14.2.0 2008-10-08 21:55:19 +00:00
steven
a62fce0d61 update to 3.0.2 2008-10-05 16:22:04 +00:00
sthen
7ed7b46845 update to 2.010800, fixes build with perl 5.10.0
ok simon@
2008-10-03 12:33:37 +00:00
simon
559d88985c bump SHARED_ONLY ports so they get updated and work with the new perl
ok sthen@
2008-10-02 20:30:43 +00:00
steven
1dbdf35cbd homepage changed 2008-10-01 05:16:07 +00:00
jasper
d6fcd1fae2 add p5-AI-FANN 2008-09-30 09:25:02 +00:00
jasper
8205304855 import p5-AI-FANN 0.08
AI::FANN is a Perl wrapper for the Fast Artificial Neural Network (FANN)
Library. It's an object oriented interface provides an almost direct map
to the C library API.
2008-09-30 09:22:58 +00:00
jasper
a8b4d61931 - add p5-Math-Derivative, p5-Math-Spline and p5-Statistics-Descriptive 2008-09-24 13:45:45 +00:00
jasper
84c36f68b6 import p5-Statistics-Descriptive 2.6
This module provides basic functions used in descriptive statistics. It
has an object oriented design and supports two different types of data
storage and calculation objects: sparse and full. With the sparse
method, none of the data is stored and only a few statistical measures
are available. Using the full method, the entire data set is retained
and additional functions are available.
2008-09-24 13:43:37 +00:00
jasper
11bc637de8 import p5-Math-Spline 0.01
This package provides cubic spline interpolation of numeric data. The
data is passed as references to two arrays containing the x and y
ordinates. It may be used as an exporter of the numerical functions or,
more easily as a class module.
2008-09-24 13:42:33 +00:00
jasper
4aa01c6dfc import p5-Math-Derivative 0.01
Perform numerical first (Derivative1) and second Derivative2) order
differentiation on vectors of data.
2008-09-24 13:41:43 +00:00
martynas
7afa11a163 don't round to double-precision anymore, since libc got extended-precision
functions now.  ok sthen@
2008-09-10 20:50:31 +00:00
jasper
f1914d77e7 - add libneural 2008-09-08 18:55:26 +00:00
jasper
980a2b5d3d import libneural 1.0.3
libneural is an extremely tiny library for creating a software three
layer backpropagation neural network. This is useful for a very wide
variety of pattern recognition and classification problems. It is
written in C++, based on the standard algorithm with NO fancy features
like bias terms or momentum.
2008-09-08 18:46:57 +00:00
espie
347aee7e7e update to 5.16.1.
Most useful change is that this does now build with ecl.

Thus it should build on !i386. Most arches untested yet, but ecl
is vastly more portable.

(discussed with jasper and pvalchev)
2008-08-20 20:36:45 +00:00
jasper
cdece760a9 - update p5-AI-Perceptron to 1.0
- regen DESCR

ok kevlo@ (MAINTAINER)
2008-08-19 22:56:00 +00:00
martynas
680c954d11 last round of library bumps due to libc/libm changes. from sthen@
double-checked & ok naddy@, go for it pval@
2008-07-30 19:47:09 +00:00
martynas
f01b47c759 don't try to use extended-precision of signbit, isnan, isinf
ok wcmaier@, naddy@
2008-07-30 17:49:32 +00:00
sthen
3bb4794565 SHARED_LIBS and PKGNAME bumps for libm. 2008-07-28 23:56:28 +00:00
simon
e763c080dd maintenance update to version 1.05 2008-07-27 18:25:25 +00:00
martynas
567e0ac244 we don't yet have extended-precision version of isfinite, this is
what will be added post-release
for now __isinf will do, relying on the ieee 754 fact that long
infinity assigned to double infinity will be infinity
XXX: remove post-release
ok sthen@
2008-07-26 14:59:45 +00:00
fgsch
726912e139 Upstream distfile has been rebuilt. Unpacked contents identical
to before (diffed and double-checked with hashes).
Confirmed and ok sthen@
2008-07-26 11:49:02 +00:00
dhill
8709195090 upgrade to 1.13
OK kevlo@
2008-07-14 02:05:27 +00:00
naddy
d10526f05d bump PKGNAME for PLIST changes 4.3 -> 4.4 2008-07-04 16:35:26 +00:00
ajacoutot
09dce0e760 - little orphan found a new parent: Weldon Goree... thank you. 2008-07-02 17:53:11 +00:00
ajacoutot
95e343fe4c - remove Dan Harnett from MAINTAINER per his request
- bump
2008-07-01 16:41:19 +00:00
sthen
6abd222381 sync WANTLIB following cairo update. ok naddy 2008-06-29 20:44:51 +00:00
steven
eb6f97a927 update Paul Irofti's e-mail address, diff from him. 2008-06-19 09:09:42 +00:00
sturm
7d4fe311f1 get rid of this ancient critter in order to fully remove emulators/redhat
use openoffice if you need a spreadsheet
2008-06-12 19:06:49 +00:00
martynas
6de0dbf779 - freemat-3.6 is now possible
- make use of portaudio
- remove what i got in upstream
steven@ and Wiktor Izdebski say regression tests pass on amd64, i386
ok steven@
2008-06-11 21:09:06 +00:00
jasper
0818cb86a4 - update gnumeric to 1.8.3
joint work with seth jackson, ok ajacoutot@
2008-06-03 16:36:54 +00:00
jasper
f2a5299b82 - gettext already pulls in libiconv, so no need to do it twice
from brad@
2008-05-31 23:04:38 +00:00
steven
c8cabd0ced enable regression tests 2008-05-23 21:06:46 +00:00
steven
70072baf9a update to 4.2.3 2008-05-23 20:57:32 +00:00
naddy
b04d0f6b63 bump package because the description changed 2008-05-15 15:20:17 +00:00
deanna
74eed42e40 Use Tcl/Tk 8.4 even if 8.5 is available. Fixes packaging errors
spotted by naddy@.

Ok naddy@, mbalmer@
2008-05-08 01:35:43 +00:00
naddy
c39de158b8 Fix build on alpha by killing some configure checks that assume all
alphas run the same operating system.  ok merdely@
2008-04-30 19:42:07 +00:00
steven
74ba594ff6 oops, missing plist update for 3.0.1
spotted by Stephan Andre' (andres at msu.edu)
2008-04-26 06:51:29 +00:00
steven
448ec55e55 maintenance update to octave 3.0.1 2008-04-25 18:26:29 +00:00
steven
ab4b7af28b drop --disable-fortran workaround for sgi.
miod@ fixed g77 and confirmed fftw3 now builds.
2008-04-22 21:19:59 +00:00
jakemsr
f52319ab69 g77 throws ICEs on sgi, so disable fortran support there. lets this
build on sgi.

discussed with steven@ (MAINTAINER)
2008-04-21 00:38:19 +00:00
jasper
fdd8c80aae - unbreak after recent glib2 update
testing and ok simon@
2008-04-09 13:24:46 +00:00
naddy
74c62919b6 bump PKGNAME for PLIST changes 4.2 -> 4.3 2008-02-22 22:32:07 +00:00
steven
300d0b7bd9 update to 12.8.7
use mathomatic's install target
add .desktop handling
2008-02-17 10:54:21 +00:00
merdely
dc514a71d0 Set FFLAGS="${FFLAGS}" in CONFIGURE_ENV for alpha so octave will build
on alpha.  Wrap in .if ${MACHINE_ARCH} == "alpha" as it caused
regressions on other archs.

No bump since it didn't build on alpha before and only alpha is
affected.

Discussed with steven@
2008-02-12 14:44:06 +00:00
mbalmer
0bfbc05e03 Maintenance update to R 2.6.2 2008-02-08 12:58:57 +00:00
naddy
883cdf98ea properly fix compilation on various archs; amd64 now passes regress 2008-01-23 15:57:26 +00:00
steven
35176bd794 update to octave 3.0.0 2008-01-21 18:30:13 +00:00
espie
9ca2e064cf do the same thing with REGRESS_FLAGS as FAKE_FLAGS 2008-01-04 18:38:51 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00