aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* This Haskell library provides a number of common functions and typesGabor Pali2010-01-045-0/+147
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=247125
* This Haskell package contains code for generating high quality randomGabor Pali2010-01-045-0/+116
| | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=247119
* This Haskell library allows exact computation with discrete random variablesGabor Pali2010-01-045-0/+138
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=247118
* A type class for the error function, erf, and related functions for Haskell.Gabor Pali2010-01-045-0/+97
| | | | | | | | | | | | Instances for Float and Double. WWW: http://hackage.haskell.org/package/erf PR: ports/142284 Submitted by: Jacula Modyun <jacula(at)gmail.com> Notes: svn path=/head/; revision=247108
* This package provides a command-line program for type-checking andGabor Pali2010-01-045-0/+88
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=247095
* Agda is a dependently typed functional programming language: It has inductiveGabor Pali2010-01-046-0/+352
| | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=247094
* - Update to 0.5.9p7.Stanislav Sedov2010-01-032-4/+4
| | | | | | | | PR: ports/142231 Submitted by: Wen Heping <wen@FreeBSD.org> Notes: svn path=/head/; revision=247044
* A vastly expanded collection of Haskell modules implementing variousGabor Pali2010-01-025-0/+216
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=247024
* - Update to 1.91Nicola Vitale2010-01-023-5/+12
| | | | Notes: svn path=/head/; revision=246990
* update wfmath to 0.3.10Oliver Lehmann2010-01-022-4/+4
| | | | Notes: svn path=/head/; revision=246983
* Update to 2.01080603Sergey Skvortsov2009-12-315-14/+12
| | | | | | | | | Changes: http://cpansearch.perl.org/src/ILYAZ/Math-Pari-2.01080603/Changes PR: ports/142001 Submitted by: Alex Deiter <alex.deiter xx gmail.com> Notes: svn path=/head/; revision=246936
* Trying to fix on amd64/FreeBSD-6:Thierry Thomas2009-12-302-1/+14
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=246900
* Fix for the case WITHOUT_X11.Thierry Thomas2009-12-302-3/+5
| | | | | | | Notified by: Pedro F. Giffuni <giffunip (at) yahoo.com> Notes: svn path=/head/; revision=246881
* Chase PLplot upgrade.Thierry Thomas2009-12-291-2/+2
| | | | Notes: svn path=/head/; revision=246861
* Upgrade to 5.9.5, required by GDL.Thierry Thomas2009-12-2914-510/+673
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=246860
* - Fix the build error reported by pointyhatWen Heping2009-12-296-4/+30
| | | | Notes: svn path=/head/; revision=246831
* - Update to 0.6.6Wen Heping2009-12-293-20/+157
| | | | Notes: svn path=/head/; revision=246806
* Update to latest gap packages release (20091207)Johan van Selst2009-12-282-4/+4
| | | | Notes: svn path=/head/; revision=246796
* - Update to 1.5.1Wen Heping2009-12-283-7/+10
| | | | | | | | PR: ports/142070 Submitted by: bf <bf1783@gmail.com> (maintainer) Notes: svn path=/head/; revision=246780
* - Fix a typographical error in CFLAGS; while here, respect {LD,CPP}FLAGS.Martin Wilke2009-12-261-2/+4
| | | | | | | Submitted by: maintainer via private mail Notes: svn path=/head/; revision=246723
* - Update to 1.10Martin Wilke2009-12-252-4/+4
| | | | | | | | | | | | Changes: http://cpansearch.perl.org/src/AMS/Math-Random-MT-1.10/Changes PR: 140207 Submitted by: ehaupt@ Approved by: maintainer timeout Notes: svn path=/head/; revision=246669
* - update to 1.2Dirk Meyer2009-12-252-4/+4
| | | | Notes: svn path=/head/; revision=246607
* - Remove test-only and included-in-perl-5.8 dependencies.Jun Kuriyama2009-12-251-3/+1
| | | | Notes: svn path=/head/; revision=246603
* - Fix build after math/R updateMartin Wilke2009-12-2514-1355/+44
| | | | | | | Submitted by: wen@, "b. f." <bf1783@googlemail.com> Notes: svn path=/head/; revision=246594
* - Update to 2.10.1Martin Wilke2009-12-253-8495/+161
| | | | | | | | Submitted by: "b. f." <bf1783@googlemail.com> Thanks to: wen@ Notes: svn path=/head/; revision=246593
* Update to libmpc version 0.8.1 which brings the following changes:Gerald Pfeifer2009-12-212-4/+4
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=246340
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-2140-77/+2
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=246327
* - Get rid python-2.3 and python-3.0 (no longer under developement)Martin Wilke2009-12-184-66/+0
| | | | | | | Reviewed by: alexbl, clsung, pav Notes: svn path=/head/; revision=246131
* Update to 1.9.17.Joe Marcus Clarke2009-12-183-8/+10
| | | | Notes: svn path=/head/; revision=246125
* Update to 5.28.2.Joe Marcus Clarke2009-12-182-4/+4
| | | | Notes: svn path=/head/; revision=246123
* - Update to 0.07Martin Wilke2009-12-183-9/+8
| | | | | | | | | PR: 140738 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=246083
* Update to 15.0.1Emanuel Haupt2009-12-172-5/+4
| | | | Notes: svn path=/head/; revision=246057
* Update to 5.20.1Max Brazhnikov2009-12-173-8/+10
| | | | | | | | PR: ports/141455 Submitted by: maintainer Notes: svn path=/head/; revision=246056
* Add 'check' as an alias for 'regression-tests', since it's advertisedAlex Dupre2009-12-172-2/+2
| | | | | | | | | by the gmp build. Submitted by: Mikhail Teterin Notes: svn path=/head/; revision=246047
* Teaching about FreeBSD-9.Thierry Thomas2009-12-161-3/+4
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=246017
* - Update to 1.90Nicola Vitale2009-12-163-17/+125
| | | | | | | - Add graphics/py-imaging to RUN_DEPENDS Notes: svn path=/head/; revision=245974
* - Update post-patch sectionEmanuel Haupt2009-12-152-3/+3
| | | | | | | | | | - Update WWW - Bump PORTREVISION Submitted by: George Gesslein II <georgegesslein@gmail.com> (author) Notes: svn path=/head/; revision=245831
* - Update to 1.8.6Martin Wilke2009-12-134-21/+21
| | | | | | | | PR: 141295 Submitted by: Ports Fury Notes: svn path=/head/; revision=245651
* Update to 15.0.0Emanuel Haupt2009-12-112-4/+4
| | | | Notes: svn path=/head/; revision=245536
* - Upgraded to 4.0Greg Larkin2009-12-0917-300/+1298
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=245429
* This port has been broken for 3+ months, thusPav Lucistnik2009-12-087-0/+14
| | | | | | | | | - Mark DEPRECATED and schedule for expiration in one month With hat: portmgr Notes: svn path=/head/; revision=245413
* - UnbreakPav Lucistnik2009-12-088-3/+73
| | | | | | | | PR: ports/139444 Submitted by: Stas Timokhin <stast@bsdportal.ru> Notes: svn path=/head/; revision=245410
* As with other Pseudo-Random Number Generator (PRNG) algorithms like theWen Heping2009-12-075-0/+51
| | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=245340
* As with other Pseudo-Random Number Generator (PRNG) algorithms like theWen Heping2009-12-075-0/+46
| | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=245337
* Update to 1.9.16.Koop Mast2009-12-063-6/+12
| | | | Notes: svn path=/head/; revision=245279
* Chase math/gsl update,Max Brazhnikov2009-12-0118-22/+77
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* Update to 1.13Max Brazhnikov2009-12-013-5/+5
| | | | | | | | PR: ports/138700 Submitted by: bf <bf1783 at gmail.com> (maintainer) Notes: svn path=/head/; revision=245073
* The FreeBSD KDE is please to announce the release of KDE 4.3.4,Martin Wilke2009-12-011-3/+3
| | | | | | | | | | 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. Notes: svn path=/head/; revision=245064
* Update to 2.4.2 release.Alex Dupre2009-12-012-5/+12
| | | | Notes: svn path=/head/; revision=245052
* - Update to 4.8.4Wen Heping2009-12-012-5/+4
| | | | | | | | PR: ports/140987 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Notes: svn path=/head/; revision=245046