non port: math/Makefile |
Number of commits found: 1713 (showing only 100 on this page) |
Monday, 19 Jul 2004
|
08:15 ale
Add a new shared extension for PHP.
 |
Sunday, 11 Jul 2004
|
21:53 lth
Add p5-Geo-Distance 0.06, calculate Distances and Closest Locations.
PR: 68902
Submitted by: Rod Taylor <ports@rbt.ca>
Approved by: erwin (implicit)
 |
Friday, 2 Jul 2004
|
15:08 netchild
Remove libgmp-freebsd, superseded by libgmp4.
 |
Saturday, 26 Jun 2004
|
23:07 pav
Add ruby-fftw3, Ruby bindins for fftw3 library.
PR: ports/68310
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
 |
Wednesday, 16 Jun 2004
|
21:27 pav
Add mbasecalc, a Programmer's Calculator.
basecalc came with Xlib Programming Manual from O'Reilly as an
example of X lib programming. mbasecalc is an immitation of basecalc
which is available on different platforms.
PR: ports/67993
Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
 |
Friday, 28 May 2004
|
02:29 jkoshy
A graph manipulation library for Objective Caml.
 |
Thursday, 27 May 2004
|
15:18 pav
Add jags, Just Another Gibbs Sampler. A program for Bayesian analysis of
graphical models via Gibbs sampling, not wholy unlike classic BUGS.
PR: ports/66648
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
 |
Saturday, 15 May 2004
|
15:34 krion
Add libRmath 1.9.0, the standalone math library from R.
PR: ports/66644
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
 |
Friday, 14 May 2004
|
01:33 ijliao
add lambda 0.1.4
A lambda calculus interpreter
 |
Friday, 7 May 2004
|
22:24 maho
Add math/octave-forge, adding many features such as sparce matrix treatment,
fast fourier transformation, Statistics, Optimizations and more to
math/octave.
 |
Friday, 30 Apr 2004
|
08:17 pav
math/R-project port was renamed to math/R
PR: ports/65809
Submitted by: pav
Repocopy by: marcus
 |
Wednesday, 28 Apr 2004
|
22:28 thierry
Add qhull 1.0, qhull computes convex hulls, Delaunay triangulations
and halfspaces.
Remark: submitter time-out -> maintainership assigned to ports@.
PR: 63693
Submitted by: pusto@web.de
 |
Monday, 19 Apr 2004
|
22:58 pav
- Rename math/R-letter to math/R-project.
- Remove math/R-a4 slave port. A4 format is now default. If you need letter
or other paper formats, define PAPERSIZE when building the port.
Note that renaming to math/R was declined by marcus (portmgr) because
we're not sure if single-letter port name break something.
Requested by: maintainer
Repocopy by: marcus
 |
Sunday, 18 Apr 2004
|
18:40 knu
Resurrect ruby-gsl and update to 0.3.9.
 |
10:48 pav
After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computing
Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x
PR: ports/65559
Submitted by: michael johnson <ahze@ahze.net>
 |
Friday, 2 Apr 2004
|
07:29 kris
Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
 |
Thursday, 18 Mar 2004
|
12:20 maho
The SDPARA (SemiDefinite Programming Algorithm PARAllel version)
is a parallel version of the SDPA (math/sdpa).
solving SDPs in parallel with the help of MPI
(Message Passing Interface) and ScaLAPACK (Scalable LAPACK).
 |
Sunday, 14 Mar 2004
|
16:18 pav
Add ruby-numru_units, a Ruby class to handle units of physical quantities
like 'hPa' -> '100 kg.m-1.sec-1' etc..
PR: ports/64247
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
 |
16:08 pav
Add ruby-numru_misc, a collection of miscellaneous functions and classes
to facilitate programming. Misc requires NArray, a multi-dimensional
numeric array class for ruby.
PR: ports/64246
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
 |
Friday, 12 Mar 2004
|
02:58 ijliao
revive PDL and upgrade it to 2.4.1
 |
Wednesday, 10 Mar 2004
|
16:33 jhb
libmath++ is a template based math library, written in C++, for symbolic
and numeric calculus applications.
WWW: http://www.surakware.net/projects/libmath++/index.xml
Reviewed by: ports@
 |
Friday, 27 Feb 2004
|
21:44 pav
Add ruby-narray_miss, an additional class of ruby with conduct processing
of missing value to NArray which is a numeric multi-dimensional array class.
PR: ports/62870
Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
 |
Wednesday, 18 Feb 2004
|
22:02 glewis
Add a port of ndiff:
ndiff is a utility for comparing putatively similar files, ignoring small
numeric differences. The utility is written by Nelson H. F. Beebe and
covered by the GNU General Public License (GPL), version 2. It may be
built with arbitrary precision support (more powerful) or using built-in
floating point precision, see Makefile.
Assessing the consistency of a numerical program run in multiple
environments (operating systems, architectures, or compilers) can be a
difficult task for a human, as small differences in numerical output values
are expected. File differencing utilites, such as diff(1), will generally
produce voluminous output, often longer than the original files.
ndiff solves this problem. Taking two two text files expected to be
identical, or at least numerically similar, it allows to specify absolute
and/or relative error tolerances for differences between numerical values
in the two files, and then reports only the lines with values exceeding
those tolerances. It also tells by how much they differ. A simple example:
% ndiff --relative-error 1.0e-3 test019.txt.1 test019.txt.2
### Maximum relative error in matching lines = 8.64e-51 at line 129 field 4
WWW: http://www.math.utah.edu/~beebe/software/ndiff/
I've cleaned up the submitted version a little.
PR: 62221
Submitted by: Stefan A. Deutscher <sad@mailaps.org>
 |
Monday, 2 Feb 2004
|
09:23 kris
Remove the broken ruby-gsl port
 |
Monday, 19 Jan 2004
|
05:56 linimon
Remove math/simpack.
 |
Tuesday, 6 Jan 2004
|
04:15 linimon
Add math/koctave, a KDE GUI for the math/octave package. It contains
an editor with syntax highlighning and a help browser; you can work
almost the same way as in Matlab (c) , i.e. use the editor and execute
your code from there with (F5) or press run. One difference is the
command window; it is meant for "quick commands" and not a history as
in Matlab you can add commands to the list in settings.
(Note to submitter: it is not necessary to remove all the directories
in pkg-plist that are installed by any standard X-related port).
PR: ports/55143
Submitted by: Kay Lehmann <kay_lehmann@web.de>
 |
Saturday, 3 Jan 2004
|
10:27 edwin
NEW port: math/taucs
TAUCS is a C library of sparse linear solvers. It's very
fast and it works well with low memory configurations.
PR: ports/55196
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
 |
09:20 vanilla
Add p5-Statistics-Contingency 0.06,
calculate precision, recall,
F1, accuracy, etc.
PR: 60726
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
 |
00:57 pav
Add nsc2ke, a Finite-Volume Galerkin program computing 2D and axisymmetric
flows on unstructured meshes.
PR: ports/60836
Submitted by: Thierry Thomas <thierry@pompo.net>
 |
Friday, 2 Jan 2004
|
22:02 krion
Add emc2 2.15,
Emc2 is a portable, interactive and graphic software Edition of
two dimensional geometry and mesh. We can create and modify the
geometry (CAD), define the discretization on the lines, define
the subdomains, and define some reference numbers to take into
account the boundary conditions and material properties. The
elements of the mesh are triangles and quadrilaterals. We have
two kind of meshes: grid mesh and Delaunay Voronoo (automatic
mesh). We make the edition of the mesh by moving, removing,
adding vertices, by regularization, or by transformations
(symmetry, rotation,..), etc.
Suggested add-on: the port math/bamg.
WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm
PR: 60835
Submitted by: Thierry Thomas <thierry@pompo.net>
 |
21:54 krion
Add bamg 0.68, bidimensional Anisotrope Mesh Generator.
http://www-rocq1.inria.fr/gamma/cdrom/www/bamg/eng.htm
PR: 60837
Submitted by: Thierry Thomas <thierry@pompo.net>
 |
Sunday, 28 Dec 2003
|
00:19 krion
Add p5-AI-DecisionTree 0.08, perl module for Automatically Learning
Decision Trees.
PR: 60628
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
 |
Friday, 26 Dec 2003
|
20:03 pav
- Update to 4.3.0
Rework this port and split it into logically independent parts
Give maintainership to submitter
PR: ports/57858
Submitted by: Mykola Khotyaintsev <ko@irfu.se>
 |
Sunday, 14 Dec 2003
|
15:23 des
The Linux version of the DISLIN scientific data plotting package.
 |
Tuesday, 9 Dec 2003
|
19:33 glewis
. Welcome metis-edf to the math category after a repo copy from cad.
PR: 58178
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
 |
Sunday, 7 Dec 2003
|
03:13 pav
Add FreeFem++, an extension of freefem, an implementation of the Gfem
language dedicated to the finite element method.
PR: ports/58536
Submitted by: Thierry Thomas <thierry@pompo.net>
 |
02:47 pav
Add arpack++, an object-oriented version of the ARPACK package.
It's just a collection of class templates, because templates are
defined in header (.h) files
PR: ports/58535
Submitted by: Thierry Thomas <thierry@pompo.net>
 |
01:03 pav
- Add p5-NetCDF, a perl module to read and write netCDF files.
PR: ports/59381
Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
 |
Saturday, 8 Nov 2003
|
09:26 glewis
. Welcome kaskade to the math category (with a secondary of science).
PR: 58178
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
 |
Tuesday, 4 Nov 2003
|
08:48 sobomax
Add p5-Math-GSL 0.01, a perl interface to GNU Scientific Library.
 |
Friday, 31 Oct 2003
|
01:47 ijliao
add rpy 0.3.1
Python interface to the R Programming Language
 |
Tuesday, 28 Oct 2003
|
10:07 ijliao
add gracetmpl 0.3.1
Provide an easy way to use existing grace-files as a template
 |
Friday, 10 Oct 2003
|
11:49 edwin
math/ploticus-nox11, a slaveport of math/ploticus
Suggested by: Adam Weinberger <adamw@FreeBSD.org>
 |
Tuesday, 7 Oct 2003
|
20:00 krion
Add py-fpconst 0.6.0, utilities for handling IEEE 754 floating
point special values.
PR: 57708
Submitted by: Rui Lopes <rui@ruilopes.com>
 |
Monday, 6 Oct 2003
|
09:04 krion
Add math/drgeo, remove math/drgenius
 |
02:43 edwin
new port for mpexpr
Mpexpr adds two new commands to Tcl, 'mpexpr' and 'mpformat'.
Mpexpr works much like Tcl's native 'expr', but does all
calculations using an arbitrary precision math package.
Mpexpr numbers can be any number of digits, with any decimal
precision. Final precision is controlled by a Tcl variable
'mp_precision', which can be any reasonable integer, limiting
only the number of digits to the right of the decimal point.
PR: ports/48764
Submitted by: chein@GeekDude.com <chein@GeekDude.Com>
 |
Saturday, 4 Oct 2003
|
04:21 maho
Add new port math/sdpa.
The SDPA (SemiDefinite Programming Algorithm) is a software package for
solving semidefinite program (SDP). Extremely efficient, almost fastest
around the world!
 |
Friday, 3 Oct 2003
|
23:15 maho
Add new port atlas-devel, developer version of math/atlas
 |
Saturday, 6 Sep 2003
|
02:30 foxfair
Import p5-Math-Round. Math::Round is a Perl module. It supplies functions to
round numbers, both positive and negative, in various ways. This may seem like
an odd thing to write a whole module for, but rounding can sometimes be
a little tricky, so I thought some people might find this useful.
 |
Wednesday, 27 Aug 2003
|
17:24 knu
Add ruby-bitset, a(nother) bit set library for Ruby.
 |
Friday, 22 Aug 2003
|
23:27 knu
Add ruby-gmp (libgmp-ruby), Ruby bindings to GNU Multiprecision
Library.
 |
Friday, 8 Aug 2003
|
03:54 kris
As announced on May 6, remove the broken math/siag port.
 |
Saturday, 19 Jul 2003
|
04:33 maho
lp_solve, A free linear programming solver that can process
standard MPL format. This lp_solve versions is released
under the LGPL license
PR: 53649
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
 |
Saturday, 12 Jul 2003
|
03:59 maho
Add new port math/fbm.
A software for Flexible Bayesian Modelling and Markov Chain
Sampling(The software is for education and research use only).
PR: 53650
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
 |
03:11 maho
Add new port superlu_mt
PR: 52033
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
 |
Wednesday, 25 Jun 2003
|
23:52 naddy
Import galculator 1.1.1.
galculator is a GTK2-based scientific calculator with ordinary
notation/reverse polish notation, different number bases (DEC, HEX,
OCT, BIN) and different units of angular measure (DEG, RAD, GRAD).
 |
Tuesday, 10 Jun 2003
|
12:07 fjoe
New port: math/fung-calc
The Fung-Calc is an advanced 3D/2D graphing calculator.
PR: 53138
Submitted by: Kirill Ponomarew
 |
Tuesday, 3 Jun 2003
|
05:40 will
Add jama 1.2.1, Java-like Matrix C++ Templates.
PR: 52850
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
 |
04:05 will
Add algae 4.1.3, a programming language for numerical analysis.
PR: 52397
Submitted by: Michael Neumann <mneumann@ntecs.de>
 |
Monday, 19 May 2003
|
15:31 skv
Add p5-Number-Compare 0.01, numeric comparisons.
 |
Sunday, 18 May 2003
|
14:33 skv
Add p5-Chart-Math-Axis 0.1,
implements an algorithm to find good
values for chart axis.
 |
Tuesday, 6 May 2003
|
03:56 kris
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove ports that have been broken for >4 months (in many cases much longer)
with no sign of a fix.
 |
Monday, 5 May 2003
|
11:39 maho
Argand Library (serial version)
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
 |
03:33 maho
Add scalapack 1.7, the ScaLAPACK Scalable LAPACK library.
PR: 40521
Submitted by: NAKATA, Maho <maho@FreeBSD.org>
 |
02:06 maho
The BLACS (Basic Linear Algebra Communication Subprograms; using MPI)
PR: 40521
 |
01:38 maho
MPI version of spooles.
 |
01:37 maho
SPOOLES is a library for solving sparse real and complex linear
systems of equations.
Submitted by: Pedro Giffuni <giffunip@asme.org>
 |
Tuesday, 29 Apr 2003
|
12:23 lioux
New port mprime version 0.0.22.12: mersenne.org distributed Great
Internet Mersenne Prime Search
 |
Saturday, 19 Apr 2003
|
16:01 knu
math/ruby-bigfloat has been integrated into ruby16-shim-ruby18.
 |
Thursday, 3 Apr 2003
|
13:20 ijliao
add it++ 3.7.0
Mathematical, signal processing and communication library
 |
03:20 ijliao
remove p5-Math-Trig
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
 |
Sunday, 9 Feb 2003
|
05:23 ijliao
re-add gambit 0.97.0.3
A library of tools for doing computation in game theory
 |
Wednesday, 5 Feb 2003
|
00:33 edwin
New ports: devel/p5-Date-Roman, math/p5-Roman
The math/p5-Roman port will convert 'ordinary' Arabic
numerals into their Roman couterparts. Comes in handy when
trying to decipher copyright messages on BBC. The
devel/p5-Date-Roman port translates 'modern' dates into the
format used by the ancient Romans. Makes for an interesting
addition to e-mail headers.
PR: ports/47148
Submitted by: Philip Paeps <philip@paeps.cx>
 |
Sunday, 19 Jan 2003
|
15:28 lkoeller
o) Remove of obsoleted xmgr port
 |
13:22 edwin
New Port: ports/math/maxima
Maxima is a Common Lisp implementation of MIT's Macsyma
system for computer based algebra.
PR: ports/39888
Submitted by: Scott Flatman <sf@dsinw.com>
 |
Saturday, 11 Jan 2003
|
08:35 marcus
Add drgenius, a geometry exploration application built on top of GNOME.
Requested by: P. U. Kruppa <520023893678-0001@t-online.de>
 |
Tuesday, 7 Jan 2003
|
03:14 ijliao
add glgraph 0.2.6
An OpenGL based function grapher
 |
Monday, 6 Jan 2003
|
20:48 ijliao
add p5-Math-Trig 0.02
Inverse and hyperbolic trigonemetric Functions
 |
Thursday, 21 Nov 2002
|
19:34 knu
Repo-move math/p5-Math-Financial to finance/p5-Math-Financial.
 |
Friday, 25 Oct 2002
|
17:02 obraun
Add linux-relview, an interactive tool for computer-supported
manipulation of relations.
PR: 44462
Submitted by: Michael Ebert <ebert@informatik.unibw-muenchen.de>
 |
Saturday, 12 Oct 2002
|
13:23 ijliao
add py-probstat 0.912
Probability And Statistics Utils for Python
 |
Thursday, 10 Oct 2002
|
10:26 ijliao
add blitz++ 0.6
A C++ class library for scientific computing
 |
Monday, 16 Sep 2002
|
03:04 marcus
Add gnumeric2 after a repo copy from gnumeric. Gnumeric2 is a sreadsheet
application for the GNOME 2 desktop.
 |
Saturday, 10 Aug 2002
|
20:44 petef
Add entropy 1.0, calculate data entropy to benchmark compression
algorithms.
Submitted by: Chris S.J. Peron <maneo@bsdpro.com>
 |
Thursday, 25 Jul 2002
|
08:12 ijliao
add tvmet 0.4.0
Tiny Vector and Matrix template library
 |
Friday, 12 Jul 2002
|
19:34 pat
Add new port gdcalc: Gnome-based scientific calculator
PR: ports/40014
Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
 |
Thursday, 4 Jul 2002
|
07:52 skv
Add diehard 0.1, Marsaglia's Diehard Battery of Tests of Randomness.
 |
Thursday, 27 Jun 2002
|
12:40 perky
Add py-numarray 0.3.4,
numeric array manipulation extension module
for Python.
PR: 37595
Submitted by: me
 |
Wednesday, 26 Jun 2002
|
05:43 ijliao
add p5-Math-Calc-Units 1.02
Human-readable unit-aware calculator
PR: 34280
Submitted by: Seamus Venasse <svenasse@polaris.ca>
 |
05:41 ijliao
add p5-Math-BaseCalc 1.011
Convert numbers between various bases
PR: 34279
Submitted by: Seamus Venasse <svenasse@polaris.ca>
 |
Saturday, 22 Jun 2002
|
17:10 ijliao
add lapack++ 1.1
Linear Algebra PACKage in C++, a wrapper for LAPACK
PR: 39653
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
 |
Wednesday, 12 Jun 2002
|
06:44 marcus
Add gcalctool, a GTK+-2.0 calculator based on calctool for OpenWindows.
 |
Tuesday, 11 Jun 2002
|
19:31 sada
Category move: math/spin to devel
PR: ports/10396
Submitted by: Daniel C. Sobral <dcs@newsguy.com>
Approved by: maintainer
 |
17:10 knu
Add math/ruby-netcdf 0.3.5, a Ruby interface to the NetCDF scientific IO
library.
 |
Tuesday, 4 Jun 2002
|
18:40 ijliao
add eukleides 0.9.0
A Euclidean geometry drawing language
 |
Monday, 27 May 2002
|
14:52 skv
Add p5-Math-LinearCombination 0.03,
sum of variables with a
numerical coefficient.
PR: 32975
Submitted by: Sergey Skvortsov <skv@FreeBSD.org>
 |
14:50 skv
Add p5-Math-SimpleVariable 0.03,
simple representation of
mathematical variables.
PR: 32974
Submitted by: Sergey Skvortsov <skv@FreeBSD.org>
 |
Friday, 24 May 2002
|
11:50 kris
Add back xgfe, which was prematurely removed by will
 |
Wednesday, 15 May 2002
|
20:10 lioux
New port djbfft version 0.76: An extremely fast library for
floating-point convolution
 |
13:43 ijliao
misc/graphthing -> math/graphthing
 |
Number of commits found: 1713 (showing only 100 on this page) |