Commit graph

5684 commits

Author SHA1 Message Date
Gabor Pali
8a3a028190 This Haskell library provides a number of common functions and types
useful in statistics. Our focus is on high performance, numerical
robustness, and use of good algorithms. Where possible, we provide
references to the statistical literature.

WWW: http://darcs.serpentine.com/statistics

PR:		ports/142294
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-04 10:07:01 +00:00
Gabor Pali
af23ae58e7 This Haskell package contains code for generating high quality random
numbers that follow either a uniform or normal distribution. The
generated numbers are suitable for use in statistical applications.

The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and
fares well in tests of randomness. It is also extremely fast,
between 2 and 3 times faster than the Mersenne Twister.

WWW: http://darcs.serpentine.com/mwc-random

PR:		ports/142293
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-04 09:32:22 +00:00
Gabor Pali
67b15ca0bf This Haskell library allows exact computation with discrete random variables
in terms of their distributions by using a monad.
The monad is similar to the List monad for non-deterministic computations,
but extends the List monad by a measure of probability.
Small interface to R plotting.

WWW: http://haskell.org/haskellwiki/Probabilistic_Functional_Programming

PR:		ports/142292
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-04 09:13:47 +00:00
Gabor Pali
d8d1f7445d A type class for the error function, erf, and related functions for Haskell.
Instances for Float and Double.

WWW: http://hackage.haskell.org/package/erf

PR:		ports/142284
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-04 06:41:09 +00:00
Gabor Pali
9ea2254ebc This package provides a command-line program for type-checking and
compiling Agda programs. The program can also generate hyperlinked,
highlighted HTML files from Agda sources.

WWW:	http://wiki.portal.chalmers.se/agda/

PR:		ports/142141
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-04 03:26:20 +00:00
Gabor Pali
bfe69bdfaa Agda is a dependently typed functional programming language: It has inductive
families, which are similar to Haskell's GADTs, but they can be indexed by
values and not just types. It also has parameterised modules, mixfix operators,
Unicode characters, and an interactive Emacs interface (the type checker can
assist in the development of your code).

Agda is also a proof assistant: It is an interactive system for writing and
checking proofs. Agda is based on intuitionistic type theory, a foundational
system for constructive mathematics developed by the Swedish logician Per
Martin-Lof. It has many similarities with other proof assistants based on
dependent types, such as Coq, Epigram and NuPRL.

WWW: http://wiki.portal.chalmers.se/agda/

PR:		ports/142141
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-04 03:24:25 +00:00
Stanislav Sedov
d41b98d823 - Update to 0.5.9p7.
PR:		ports/142231
Submitted by:	Wen Heping <wen@FreeBSD.org>
2010-01-03 05:23:30 +00:00
Gabor Pali
6278d8eeba A vastly expanded collection of Haskell modules implementing various
ideas from category theory. Notable bits include: comonads,
adjunctions, and various recursion schemes a'la the research paper
"Functional Programming with Bananas, Lenses, Envelopes and
Barbed Wire".

WWW: http://comonad.com/reader/

PR:		ports/142142
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 22:53:14 +00:00
Nicola Vitale
3bf90dd1ee - Update to 1.91 2010-01-02 13:13:56 +00:00
Oliver Lehmann
ee915df5e4 update wfmath to 0.3.10 2010-01-02 09:16:43 +00:00
Sergey Skvortsov
d42d9af630 Update to 2.01080603
Changes:	http://cpansearch.perl.org/src/ILYAZ/Math-Pari-2.01080603/Changes
PR:		ports/142001
Submitted by:	Alex Deiter <alex.deiter xx gmail.com>
2009-12-31 12:14:04 +00:00
Thierry Thomas
81a619599c Trying to fix on amd64/FreeBSD-6:
- Teach about amd64, to detect Not a Number flag, thus enabling Qhull
  support with CSA;

- Disable detection of f77 by cmake unless WITH_FORTRAN is defined.

Reported by:	pointyhat via Pav
2009-12-30 22:50:25 +00:00
Thierry Thomas
c4ed487b1d Fix for the case WITHOUT_X11.
Notified by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2009-12-30 11:26:21 +00:00
Thierry Thomas
fe116b423c Chase PLplot upgrade. 2009-12-29 13:43:21 +00:00
Thierry Thomas
0242a38770 Upgrade to 5.9.5, required by GDL.
Notes:

- support of Gnome2 and VGAlib are now deprecated;

- support of Qt added;

- plrender is also deprecated, but we force it to build.

Many more options could be enabled, if someone needs them.
2009-12-29 13:43:18 +00:00
Wen Heping
b1b4f3e3f7 - Fix the build error reported by pointyhat 2009-12-29 06:28:13 +00:00
Wen Heping
bc61acea42 - Update to 0.6.6 2009-12-29 01:33:01 +00:00
Johan van Selst
08fd6be281 Update to latest gap packages release (20091207) 2009-12-28 21:03:50 +00:00
Wen Heping
90b8272444 - Update to 1.5.1
PR:		ports/142070
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2009-12-28 06:56:55 +00:00
Martin Wilke
b1db1e6435 - Fix a typographical error in CFLAGS; while here, respect {LD,CPP}FLAGS.
Submitted by:	maintainer via private mail
2009-12-26 18:01:43 +00:00
Martin Wilke
2b9ed0fe31 - Update to 1.10
Changes:
	http://cpansearch.perl.org/src/AMS/Math-Random-MT-1.10/Changes

PR:		140207
Submitted by:	ehaupt@
Approved by:	maintainer timeout
2009-12-25 23:57:25 +00:00
Dirk Meyer
9b1e82f720 - update to 1.2 2009-12-25 17:38:26 +00:00
Jun Kuriyama
e82422627f - Remove test-only and included-in-perl-5.8 dependencies. 2009-12-25 15:54:39 +00:00
Martin Wilke
289e45d4fd - Fix build after math/R update
Submitted by:	wen@, "b. f." <bf1783@googlemail.com>
2009-12-25 14:35:38 +00:00
Martin Wilke
3595b64975 - Update to 2.10.1
Submitted by:	"b. f." <bf1783@googlemail.com>
Thanks to:	wen@
2009-12-25 14:34:35 +00:00
Gerald Pfeifer
e9eaf46f2c Update to libmpc version 0.8.1 which brings the following changes:
- Bug fixes:
   . acosh, asinh, atanh: swap of precisions between real and imaginary parts
   . atan: memory leak
   . log: wrong ternary value in data file; masked by bug in Mpfr 2.4.1

PR:		141825
Submitted by:	bf1783@gmail.com
2009-12-21 08:01:15 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Martin Wilke
213ae9a9a4 - Get rid python-2.3 and python-3.0 (no longer under developement)
Reviewed by:	alexbl, clsung, pav
2009-12-18 10:08:32 +00:00
Joe Marcus Clarke
ea5cddcf46 Update to 1.9.17. 2009-12-18 06:39:26 +00:00
Joe Marcus Clarke
cc4fb971cd Update to 5.28.2. 2009-12-18 06:09:42 +00:00
Martin Wilke
59a7d8db2d - Update to 0.07
PR:		140738
Submitted by:	Sahil Tandon <sahil@tandon.net>
Approved by:	maintainer timeout
2009-12-18 00:15:27 +00:00
Emanuel Haupt
988f748205 Update to 15.0.1 2009-12-17 19:54:32 +00:00
Max Brazhnikov
3caf90bd17 Update to 5.20.1
PR:		ports/141455
Submitted by:	maintainer
2009-12-17 19:47:24 +00:00
Alex Dupre
676de08f05 Add 'check' as an alias for 'regression-tests', since it's advertised
by the gmp build.

Submitted by:	Mikhail Teterin
2009-12-17 10:05:46 +00:00
Thierry Thomas
43a7f0b768 Teaching about FreeBSD-9.
Reported by:	pointyhat via erwin
2009-12-16 23:01:09 +00:00
Nicola Vitale
ac29fa58d8 - Update to 1.90
- Add graphics/py-imaging to RUN_DEPENDS
2009-12-16 10:32:55 +00:00
Emanuel Haupt
dfd863c689 - Update post-patch section
- Update WWW
- Bump PORTREVISION

Submitted by:	George Gesslein II <georgegesslein@gmail.com> (author)
2009-12-15 06:20:23 +00:00
Martin Wilke
f9b1fc5a76 - Update to 1.8.6
PR:		141295
Submitted by:	Ports Fury
2009-12-13 00:20:25 +00:00
Emanuel Haupt
90922d1535 Update to 15.0.0 2009-12-11 07:10:33 +00:00
Greg Larkin
f981519dfa - Upgraded to 4.0
- Take maintainership
2009-12-09 01:07:44 +00:00
Pav Lucistnik
0eca88d377 This port has been broken for 3+ months, thus
- Mark DEPRECATED and schedule for expiration in one month

With hat:	portmgr
2009-12-08 14:30:09 +00:00
Pav Lucistnik
45545356e8 - Unbreak
PR:		ports/139444
Submitted by:	Stas Timokhin <stast@bsdportal.ru>
2009-12-08 13:34:02 +00:00
Wen Heping
2956f23b09 As with other Pseudo-Random Number Generator (PRNG) algorithms like the
Mersenne Twister (see Math::Random::MT), this algorithm is designed to
take some seed information and produce seemingly random results as output.

However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has
different goals than these commonly used algorithms. In particular, it's
really fast - on average, it requires only 18.75 machine cycles to generate
a 32-bit value. This makes it suitable for applications where a significant
amount of random data needs to be produced quickly, such solving using the
Monte Carlo method or for games.

WWW: http://search.cpan.org/dist/Math-Random-ISAAC-XS/
2009-12-07 14:41:50 +00:00
Wen Heping
fb32debab6 As with other Pseudo-Random Number Generator (PRNG) algorithms like the
Mersenne Twister (see Math::Random::MT), this algorithm is designed to
take some seed information and produce seemingly random results as output.

However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has
different goals than these commonly used algorithms. In particular, it's
really fast - on average, it requires only 18.75 machine cycles to generate
a 32-bit value. This makes it suitable for applications where a significant
amount of random data needs to be produced quickly, such solving using the
Monte Carlo method or for games.

WWW: http://search.cpan.org/dist/Math-Random-ISAAC/
2009-12-07 14:19:26 +00:00
Koop Mast
695fce8223 Update to 1.9.16. 2009-12-06 12:02:51 +00:00
Max Brazhnikov
7cb3294da7 Chase math/gsl update,
bump PORTREVISION
2009-12-01 20:33:45 +00:00
Max Brazhnikov
8b1dce6212 Update to 1.13
PR:		ports/138700
Submitted by:	bf <bf1783 at gmail.com> (maintainer)
2009-12-01 20:31:02 +00:00
Martin Wilke
9e7da961d0 The FreeBSD KDE is please to announce the release of KDE 4.3.4,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.4.php

We'd like to say thanks to all helpers and submitters.
2009-12-01 16:34:53 +00:00
Alex Dupre
cb35cb5c5b Update to 2.4.2 release. 2009-12-01 11:33:12 +00:00
Wen Heping
948cf68fe9 - Update to 4.8.4
PR:		ports/140987
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
2009-12-01 06:13:39 +00:00