Commit graph

5694 commits

Author SHA1 Message Date
Alex Dupre
b2db6806ef Update to 4.3.2 release. 2010-01-11 11:33:02 +00:00
Wen Heping
a5f5da7f60 - Update to 1.0
PR:		ports/142512
Submitted by:	Wen Heping <myself>
Approved by:	maintainer
2010-01-10 04:15:51 +00:00
Mark Linimon
f61aa69467 With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
2010-01-10 03:54:09 +00:00
Pav Lucistnik
9cebfcff86 - Mark BROKEN: does not package
Reported by:	pointyhat
2010-01-09 23:40:36 +00:00
Emanuel Haupt
2a62fe05be - Introduce regression-test target
- Respect CC
2010-01-09 10:21:33 +00:00
Emanuel Haupt
0427099479 Update to 15.0.3 2010-01-08 20:05:57 +00:00
Dennis Herrmann
e0d9a73a64 - Update to 2010.01.07 2010-01-08 18:25:00 +00:00
Max Brazhnikov
536e64cfd1 Update to 0.9.7.11 2010-01-06 21:07:58 +00:00
Emanuel Haupt
33cef143a3 Update to 15.0.2 2010-01-06 09:20:22 +00:00
Stanislav Sedov
f38b8a7787 - Bump maxima portrevision as lang/sbcl has been updated. 2010-01-05 01:30:17 +00:00
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