aboutsummaryrefslogtreecommitdiffstats
path: root/math/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* New port: math/linux-SHA-1_collision_search_graz Distributed clientedwin2007-10-011-0/+1
| | | | | | | | | | | | | | | | | | searching for weakness in SHA-1 hash SHA-1 Collision Search Graz is a distributed computing project -- people from through out the world download and run software to band together to make one of the largest supercomputers in the world. Every computer makes the project closer to our goals. The project is trying to see if like MD4 in 1996, MD5/RIPEMD in 2004, and the the direct predecessor SHA-0 in 2004 also, there is a weakness in the hash. WWW: http://boinc.iaik.tugraz.at/sha1_coll_search/ PR: ports/116691 Submitted by: Tuc <freebsd-ports@t-b-o-h.net>
* new port: math/scilab-toolbox-sivpedwin2007-09-281-0/+1
| | | | | | | Add new port scilab-toolbox-sivp --- Scilab Image and Video Processing toolbox. PR: ports/116372 Submitted by: Max Brazhnikov <makc@issp.ac.ru>
* This is a port of Clp (Coin-or linear programming), which is an open-sourceclsung2007-09-051-0/+1
| | | | | | | | | | | linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also included. WWW: http://www.coin-or.org/Clp/index.html PR: ports/115185 Submitted by: Robin Schilham
* A S-Lang module to plot graphs using grace.garga2007-08-311-0/+1
| | | | | | | Grace is a popular plotting tool that produces publication quality plots. The S-Lang module interacts with grace via pipes. WWW: http://www.jedsoft.org/slang/modules/grace/index.html
* SpeedCrunch is a multiplatform desktop calculator for power users.itetcu2007-08-141-0/+1
| | | | | | | | | | | | | | | | | | | It is designed to be enjoyed using keyboard. Result is shown in scrollable display, history of expressions is available with up and down arrow. Some other features: optional keypad, syntax highlight, matched parenthesis indicator, just-in-time calculation (show result even before you finish typing) and autocomplete for variables. WWW: http://speedcrunch.digitalfanatics.org/ Note: Moved from science to math at danfe@'s request (no repocopy since there is no history to preserve). PR: ports/114969 Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
* Add port math/nyh-hoc:sat2007-08-141-0/+1
| | | | | | | | | | | | | | | | | Hoc, the High Order Calculator, is an interpreted language for floating-point calculations. Its most basic use is as a powerful and convenient calculator, interactively evaluating expressions such as 1+2*sin(0.7). But hoc is no ordinary calculator: It also lets you assign values to variables, define your own functions, and use loops, conditionals, and everything else you'd expect in a programming language. Hoc was developed by Brian Kernighan and Rob Pike, and introduced in their 1984 book The Unix Programming Environment. This version has been extended and improved by Nadav Y. Har'El. WWW: http://nadav.harel.org.il/homepage/hoc/ Author: Nadav Y. Har'El <nadav@harel.org.il>
* Remove deprecated port.chinsan2007-07-291-1/+0
| | | | | | | | | CVC Lite is no longer supported. Please use CVC3 (math/cvc3) for all your validity checking needs. Approved by: rafan (mentor, implicit), lwhsu (maintainer) 2007-06-30 math/cvcl: CVC Lite is no longer supported. Please use CVC3 (math/cvc3) for all your validity checking needs!
* This extension for PHP provides routines for manipulating bitsets.miwi2007-07-071-0/+1
| | | | | | | WWW: http://pecl.php.net/package/Bitset PR: ports/114357 Submitted by: Greg Larkin <glarkin at sourcehosting.net>
* ARIBAS is an interactive interpreter for big integer arithmetic andmiwi2007-06-201-0/+1
| | | | | | | | | | | | | multi-precision floating point arithmetic with a Pascal/Modula like syntax. It has several builtin functions for algorithmic number theory like gcd, Jacobi symbol, Rabin probabilistic prime test, continued fraction and quadratic sieve factorization, Pollard rho factorization, etc. WWW: http://www.mathematik.uni-muenchen.de/~forster/sw/adownload.html PR: ports/113862 Submitted by: Lars Engels <lars.engels at 0x20.net>
* - Add math/qwtplot3d-qt4 - Qt4 version of QwtPlot3dmiwi2007-06-151-0/+1
| | | | | | PR: 113255 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) Repocopied by: marcus
* Lens is an efficient, yet flexible, neural network simulator that runs onmiwi2007-06-051-0/+1
| | | | | | | | a variety of platforms, is able to handle large, complex simulations, but is also reasonably easy for novices to operate. PR: ports/112577 Submitted by: Jason W. Bacon <bacon at smithers.neuro.mcw.edu>
* Move misc/gretl to math/gretl; add secondary category of financeedwin2007-06-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | gretl is used in the mathematical analysis of time series, and has a functionality that is similar to various statistical and signal processing components of it++, octave, scilab, R, numpy/scipy, etc. -- most of which are in the math category. It should really be placed there, rather than in misc. In recognition of the fact that it implements some methods that are commonly (but not exclusively!) used in econometrics, it should also be given a secondary listing in finance. (In my opinion, however, it shouldn't be given a primary listing in that category, because most of the ports there deal with the nuts-and-bolts of accounting, payment methods, taxes, and stock tracking. To my knowledge, the only ports now in finance that remotely resemble gretl are quantlib, xtrader, and qtstalker, all of which employ simpler methods that are more specific to financial time series than are the more general methods in gretl. PR: ports/113052 Submitted by: bf <bf2006a@yahoo.com>
* A package that returns all the combinations andmiwi2007-05-301-0/+1
| | | | | | | | | | permutations, without repitition, of a given set and subset size. Associative arrays are preserved. WWW: http://pear.php.net/package/Math_Combinatorics/ PR: ports/112824 Submitted by: Zhen REN <bg1tpt at gmail.com>
* The JTS Topology Suite is an API of 2D spatial predicates and functions. It hasthierry2007-05-281-0/+1
| | | | | | | | | | | | | | the following design goals: * JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium * JTS provides a complete, consistent, robust implementation of fundamental 2D spatial algorithms * JTS is fast enough for production use * JTS is written in 100% pure Java(TM) * JTS is open source (under the LGPL license) <http://www.vividsolutions.com/Jts/JTSHome.htm>
* Add p5-bignum 0.21, transparent BigNumber/BigRational support for Perl.lth2007-05-271-0/+1
|
* Wcalc is a powerful arbitrary-precision calculator. It has standard functionsmiwi2007-04-271-0/+1
| | | | | | | | | | | | | | (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. WWW: http://w-calc.sourceforge.net/ -Amarendra Godbole amarendra.godbole@gmail.com PR: ports/112106 Submitted by: Amarendra Godbole <amarendra.godbole at gmail.com>
* moo is a simple calculator that accepts C-like syntax as input.miwi2007-04-191-0/+1
| | | | | | | | | | | | | | Calculations are done on expr, if given. Otherwise, the standard input is used. Numbers can be entered in hexadecimal (0xbeef), decimal (1984), octal (007), and binary (0b1001). All numerical operators (+, -, *, /, %), bit operators (|, ^, &, ~, <<, >>), and logical operators (==, !=, <, >, <=, >=, !, &&, ||) are supported. WWW: http://cyth.net/~ray/moo/ PR: ports/111824 Submitted by: Steven Kreuzer <skreuzer at f2o.org>
* Regression.pm is a multivariate linear regression package.clsung2007-04-071-0/+1
| | | | | | | | | | | | | | | That is, it estimates the c coefficients for a line-fit of the type y= c(0)*x(0) + c(1)*x1 + c(2)*x2 + ... + c(k)*xk given a data set of N observations, each with k independent x variables and one y variable. Naturally, N must be greater than k---and preferably considerably greater. Any reasonable undergraduate statistics book will explain what a regression is. Most of the time, the user will provide a constant ('1') as x(0) for each observation in order to allow the regression package to fit an intercept. WWW: http://search.cpan.org/dist/Statistics-Regression/
* math/qd, a new port:maho2007-03-271-0/+1
| | | | | | | | | | | | | | A Double-Double and Quad-Double Arithmetic library. Double-double and quad-double numbers are unevaluated sum of two and four IEEE doubles capable of representing 106 and 212 bits of significand, respectively. The library is written in C++, taking full advantage of operator overloading. C, Fortran 77, and Fortran 90 interfaces are also provided. This work was done at Lawrence Berkeley National Laboratory, NERSC Division, Yozo Hida with Xiaoye S. Li and David H. Bailey. WWW: http://www.cs.berkeley.edu/~yozo/
* Add cvc3 1.0, an automatic theorem prover for the SMT problem.clsung2007-03-251-0/+1
| | | | | PR: ports/110770 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
* Fast Artificial Neural Network Library is a free open source neural networkmiwi2007-03-071-0/+1
| | | | | | | | | | | | | | | | library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. PHP, C++, .NET, Ada, Python, Delphi, Octave, Ruby, Pure Data and Mathematica bindings are available. A reference manual accompanies the library with examples and recommendations on how to use the library. A graphical user interface is also available for the library. WWW: http://leenissen.dk/fann/ PR: ports/109853 Submitted by: Tz-Huan Huang <tzhuan at csie.org>
* Add p5-Math-NumberCruncher 5.00, collection of useful math-relatedrafan2007-03-061-0/+1
| | | | | | | functions. PR: ports/109964 Submitted by: chinsan
* Remove expired ports:gabor2007-02-191-2/+0
| | | | | | | 2007-02-01 math/vtk43-headers: Please use vtk 4.4 or 5.x. 2007-02-01 math/vtk43: Please use vtk 4.4 or 5.x. Approved by: erwin (mentor, implicit)
* Add math/p5-Set-IntSpan-Fast 0.0.5, a Perl module for fast handling oftobez2007-02-161-0/+1
| | | | sets containing integer spans.
* Add math/p5-Math-BigInt-GMP, a backend for the Math::BigInt module thatmux2007-02-101-0/+1
| | | | | | uses the C libgmp library for fast bignum computations. Reviewed by: tobez
* Removed pear-Structures_Graph because now is in the base pear installation.ale2007-02-091-1/+0
|
* The GotoBLAS codes are currently the fastest implementationsmaho2007-02-061-0/+1
| | | | | | | | | of the Basic Linear Algebra Subroutines(BLAS; math/blas). It supports various architectures. WWW: http://www.tacc.utexas.edu/resources/software/ Based largely on: hrs's original port (thanks)
* Msieve is a library and utility for factoring large integers using the mostmiwi2007-01-051-0/+1
| | | | | | | | | | | | | | | powerful modern algorithms. It features a stable and very fast implementation of a self-initializing multiple polynomial quadratic sieve (MPQS), plus a highly experimental and unfinished number field sieve (NFS) implementation. Primary design goals are speed, portability and ease of use. Msieve claims to be the fastest implementation for factoring general inputs between 40 and 100 decimal digits. Author: Jason Papadopoulos <jasonp@boo.net> WWW: http://www.boo.net/~jasonp/qs.html PR: ports/107477 Submitted by: Daniel Roethlisberger <daniel at roe.ch>
* Add py-bitvector 1.3, a pure-Python memory-efficient packedrafan2006-12-281-0/+1
| | | | | | | representation for bit arrays. PR: ports/107251 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
* Add p5-Statistics-Forecast 0.2, calculates a future value.rafan2006-12-251-0/+1
| | | | | PR: ports/107146 Submitted by: chinsan
* Map data for the py-basemap port.nivit2006-12-241-0/+1
| | | | | | | | WWW: http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html PR: ports/104315 Submitted by: mainland at apeiron.net Approved by: alexbl (mentor)
* This module extends Python with a Graph class which is capable of handlingmiwi2006-12-221-0/+1
| | | | | | | | | | | | arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based packages around. WWW: http://cneurocvs.rmki.kfki.hu/igraph PR: ports/106971 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
* Adding port math/p5-Statistics-Descriptive-Discrete, Compute descriptiveaaron2006-12-161-0/+1
| | | | | | statistics for discrete data sets. Submitted by: aaron
* Remove expired ports:vd2006-11-211-1/+0
| | | | | | | 2006-11-16 math/p5-AI-NeuralNet-Mesh: project no longer exists 2006-11-16 net/p5-Archie: project no longer exists 2006-11-15 www/mod_jk2: "JK2 is officially unsupported, no further development will take place." 2006-11-15 www/mod_jk2-apache2: "JK2 is officially unsupported, no further development will take place."
* Add p5-Math-Polynomial-Solve 2.10, find the roots of polynomialclsung2006-11-021-0/+1
| | | | | | | equations. PR: ports/104710 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-GIS-Distance 0.01001, calculate geographic distances.clsung2006-11-021-0/+1
| | | | | PR: ports/104695 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* This is a program which can calculate with several martices.alepulver2006-11-021-0/+1
| | | | | | | | | | | | | | | It can multiplicate (by matrix or number), add, substract, invert, transpose and get the determinant of matrices. And these calculations can be done on matrices of any order. It has two interfaces: GTK GUI and console-interface. Morten Slot Kristensen <ontherenth@gmail.com> WWW: http://mplus.dk/matrices/ PR: ports/104983 Submitted by: Morten Slot Kristensen
* - Add math/vtk43-headers to CVSROOT/modules.alepulver2006-11-021-0/+1
| | | | | | | - Add math/vtk-headers to math/Makefile. - Bump PORTEPOCH [1]. Reported by: erwin [1]
* Add p5-Statistics-LineFit 0.06, least squares line fit, weighted orclsung2006-11-011-0/+1
| | | | | | | unweighted. PR: ports/104688 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-Algorithm-CurveFit 1.02, nonlinear Least Squares Fitting.clsung2006-11-011-0/+1
| | | | | PR: ports/104620 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Numdiff is a little program that can be used to compare putatively similaralepulver2006-11-011-0/+1
| | | | | | | | | | | | | | | files line by line and field by field, ignoring small numeric differences or/and different numeric formats. Equivalently, Numdiff is a program with the capability to appropriately compare files containing numerical fields (and not only). % numdiff file1 file2 WWW: http://www.nongnu.org/numdiff/ PR: ports/104525 Submitted by: Cheng-Lung Sung <clsung at FreeBSD.org>
* MathArray is a general library of classes for performing mathematicaldinoex2006-10-311-0/+1
| | | | | | | | | | | | | | | | | | operations on arrays (vectors, matrices, etc) of values. It can operate on any standard 'C' number type plus numbers of complex type. MathArray is implemented using a "class cluster" concept, allowing one to perform mathematical calculations on a number without necessarily being aware of what type (class) of number is being operated on. MathArray knows implicitly what types of operations can be performed on what types of numbers and will automatically cast itself to the correct number type representation to handle the specific operation. Standard operations include addition, scalar and matrix multiplication and logical operations. Mathematical operations in the standard C math library are also supported, as well as user-defined functions. MathArray also does much more. Arrays can be manipulated, transposed and concatenated. One can extract subarrays or include subarrays within larger arrays.
* Plots data on map projections (with continental and political boundaries).alepulver2006-10-311-0/+1
| | | | | | | WWW: http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html PR: ports/104316 Submitted by: mainland at apeiron.net
* LTL is a C++ class template library for scientific computing which providesalepulver2006-10-081-0/+1
| | | | | | | | | | | | | | | | | | high performance via SSE3 floating point support for vector operations. Useful for array processing, image processing, FITS and ASCII I/O, and linear algebra (astronomical and scientific computing, in short). LTL provides dynamic arrays of up to 5-dimensions, subarrays and slicing, support for fixed size vectors and matrices including basic linear algebra operations, expression templates based evaluation, and I/O facilities for ascii and FITS format files. Users of the boost and blitz++ library may find the cross-pollination of these unique features to be fruitful. WWW: http://www.mpe.mpg.de/~drory/ltl/ PR: ports/103310 Submitted by: rossiya
* math/ufsparse has been renamed to math/suitesparsemaho2006-10-061-1/+1
| | | | PR: 103598
* add cvcl 2.5.1ijliao2006-09-201-0/+1
| | | | | | | An automatic theorem prover for the SMT problem PR: 103412 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
* The QtiPlot Handbook.itetcu2006-09-101-0/+1
| | | | | | | | Author: Roger Gadiou WWW: http://soft.proindependent.com/qtiplot.html PR: ports/103049 Submitted by: Max Brazhnikov <makc at issp.ac.ru>
* - New port: math/fpc-fftwacm2006-09-081-0/+1
| | | | | | Free Pascal interface to the FFTW3 library Approved by: garga (mentor,implicit)
* Stepulator is a scientific calculator implementing the RPN notation.dinoex2006-09-081-0/+1
| | | | | | | It is developed in Objective-C and is currently being maintained on GNUstep and Mac OS X (Cocoa). PR: 102684 Submitted by: Gürkan Sengün
* EdenMath is a scientific calculator. It does standard arithmetic,dinoex2006-09-081-0/+1
| | | | | | probability, and trigonometric functions. PR: 102682 Submitted by: Gürkan Sengün
* Add developer version of math/octave as math/octave-develmaho2006-09-041-0/+1
| | | | https://www.cae.wisc.edu/pipermail/octave-maintainers/2006-August/000500.html
* The fundamental package needed for scientific computing with Python ispav2006-09-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | called NumPy. This package contains: * a powerful N-dimensional array object * sophisticated (broadcasting) functions * basic linear algebra functions * basic Fourier transforms * sophisticated random number capabilities * tools for integrating Fortran code. NumPy derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can also be used to replace numarray. Note: Development for Numeric has ceased, and users should transisition to NumPy as quickly as possible. WWW: http://numpy.scipy.org/ PR: ports/102458 Submitted by: Tony Maher <anthony.maher@uts.edu.au>
* liborigin and opj2dat - library and tool for readingpav2006-09-011-0/+1
| | | | | | | | | | | | | | | | OriginLab OPJ project files Usage : $ ./opj2dat <project.opj> FEATURES : * reads any worksheets with all columns * supports 4.1, 5.0, 6.0, 6.1, 7.0, 7.5 projects WWW: http://sourceforge.net/projects/liborigin/ PR: ports/102619 Submitted by: Max Brazhnikov <makc@issp.ac.ru>
* Add p5-Math-Geometry 0.04, geometry related functions.clsung2006-08-221-0/+1
| | | | | PR: ports/102266 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-Data-Float 0.002, details of the floating point data type.clsung2006-08-081-0/+1
| | | | | PR: ports/101538 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
* add p5-Task-Math-Symbolic 1.01ijliao2006-08-041-0/+1
| | | | Math::Symbolic with lots of plugins
* Add jsmath-fonts-sprite 1.0, a sprite fonts pack for jsMath.rafan2006-08-041-0/+1
| | | | | PR: ports/101269 Submitted by: Nicola Vitale <nivit at email.it>
* This ststs extension for PHP provides few dozens routines for statisticalnovel2006-08-011-0/+1
| | | | | | | | | computation. WWW: http://pecl.php.net/package/stats/ PR: ports/101117 Submitted by: chinsan <chinsan.tw at gmail.com>
* Add p5-Math-Random-OO 0.19, consistent object-oriented interface forehaupt2006-07-261-0/+1
| | | | | | | generating random numbers. PR: 100751 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
* Add a slave port to build MUMPS with MPICH support.thierry2006-07-251-0/+1
|
* Add p5-Math-Random-MT-Auto 5.02, auto-seeded Mersenne Twister PRNGs.clsung2006-07-241-0/+1
| | | | | PR: ports/100624 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* TruthTable is a truth table generator that does the dirty work for you.itetcu2006-07-111-0/+1
| | | | | | | | | | | This Java program handles the following operations: Not, And, Or, XOR, Implication, and the Biconditional. Author: Greg Slepak WWW: http://www.kinostudios.com/truthtable.php PR: ports/100041 Submitted by: Nicola Vitale <nivit at email.it>
* Reove math/UFsparse. port name should not containmaho2006-07-091-1/+0
| | | | | | large capital. (Had already readded as math/ufsparse) Suggested by: danfe
* Readd as ufsparsemaho2006-07-091-0/+1
| | | | | | | Add UFsparse. UFsparse is a collection of libraries for sparse matrices. Submitted by: danfe
* Add UFsparse. UFsparse is a collection of libraries formaho2006-07-041-0/+1
| | | | sparse matrices.
* Add scilab-toolbox-swt 0.1.0.r3, scilab 1-D and 2-D Wavelet Toolbox.miwi2006-06-171-0/+1
| | | | | PR: ports/95062 Submitted by: Max Brazhnikov makc@issp.ac.ru
* This open source digitizing software converts an image file showing a graph orthierry2006-06-101-0/+1
| | | | | | a map into numbers. The image file can come from a scanner, digital camera or screenshot. The numbers can be read on the screen, and written or copied to a spreadsheet.
* Adding port math/p5-Set-Partition, Enumerate all arrangements of a set inaaron2006-06-061-0/+1
| | | | | | fixed subsets. Approved by: tobez (implicit)
* - Remove math/pari-devel portpav2006-06-061-1/+0
|
* Add gmp-ecm 6.1, elliptic Curve Method for Integer Factorization.clsung2006-06-031-0/+1
| | | | | PR: ports/98391 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* MUMPS, the MUltifrontal Massively Parallel sparse direct Solver, is thethierry2006-06-031-0/+1
| | | | | | | | | fastest matrix solver available for FreeBSD. It requires a F90 compiler so it's built with gfortran, however care was taken to ensure it will work with g77 while a the default compiler is changed. PR: ports/98107 Submitted by: Pedro Giffuni <giffunip (at) asme.org>
* Add ports math/jsmath and math/jsmath-fonts:sat2006-06-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | The jsMath package provides a method of including mathematics in HTML pages that works across multiple browsers under Windows, Macintosh OS X, Linux and other flavors of unix. jsMath uses native fonts, so they resize when you change the size of the text in your browser, they print at the full resolution of your printer, and you don't have to wait for dozens of images to be downloaded in order to see the mathematics in a web page. There are also advantages for web-page authors, as there is no need to preprocess your web pages to generate any images, and the mathematics is entered in TeX form, so it is easy to create and maintain your web pages. Although it works best with the TeX fonts installed, jsMath will fall back on a collection of image-based fonts (which can still be scaled or printed at high resolution) or unicode fonts when the TeX fonts are not available. Author: Davide P. Cervone <dvpc@union.edu> WWW: http://www.math.union.edu/~dpvc/jsMath/ PR: ports/93864 (based on) Submitted by: Nicola Vitale <nivit@email.it> Approved by: krion (mentor)
* Adding port math/p5-Math-RandomOrg, Retrieve random numbers and data from ↵aaron2006-05-301-0/+1
| | | | | | random.org. Approved by: tobez (implicit)
* Adding port math/p5-Math-Cephes, a Perl interface to the Cephes math library.aaron2006-05-271-0/+1
| | | | Approved by: tobez (implicit)
* Adding port math/p5-Math-Algebra-Symbols, Symbolic Algebra in Pure Perl.aaron2006-05-261-0/+1
| | | | Approved by: tobez (implicit)
* Adding port math/p5-Math-Units, a Perl library to perform unit conversion.aaron2006-05-261-0/+1
| | | | Approved by: tobez (implicit)
* Adding port math/p5-Math-Geometry-Planar, a collection of planar geometry ↵aaron2006-05-221-0/+1
| | | | | | functions. Approved by: tobez (implicit)
* Adding port math/p5-Math-Geometry-Planar-Offset, a library for calculating ↵aaron2006-05-221-0/+1
| | | | | | offset polygons. Approved by: tobez (implicit)
* Adding port math/p5-Math-Geometry-Planar-GPC, Perl wrapper for Alan Murta's ↵aaron2006-05-221-0/+1
| | | | | | gpc library Approved by: tobez (implicit)
* Adding port math/p5-CAD-Calc, generic cad-related geometry calculationsaaron2006-05-221-0/+1
| | | | Approved by: tobez (implicit)
* Adding port math/p5-Math-Round-Var, another Perl rounding library.aaron2006-05-221-0/+1
| | | | Approved by: tobez (implicit)
* - Remove math/vecfem, project is no longer supported.jmelo2006-05-161-1/+0
| | | | Approved by: mnag (mentor)
* Adding port math/p5-Math-Series, a Perl extension dealing with mathematic seriesaaron2006-05-161-0/+1
| | | | Approved by: tobez (implicit)
* Adding port math/p5-Math-SequenceE, a Perl extension dealing with mathematic ↵aaron2006-05-161-0/+1
| | | | | | sequences Approved by: tobez (implicit)
* Adding port math/p5-Math-SymbolicX-Error, Parser extension for dealing with ↵aaron2006-05-161-0/+1
| | | | | | numeric errors Approved by: tobez (implicit)
* Adding port math/p5-Number-WithError-LaTeX, LaTeX output for Number::WithErroraaron2006-05-161-0/+1
| | | | Approved by: tobez (implicit)
* Adding port math/p5-Number-WithError, Numbers with error propagation and ↵aaron2006-05-161-0/+1
| | | | | | scientific rounding Approved by: tobez (implicit)
* Adding port math/p5-Math-Symbolic-Custom-Transformation, Transform ↵aaron2006-05-151-0/+1
| | | | | | Math::Symbolic trees Approved by: tobez (implicit)
* Adding port math/p5-Math-Symbolic-Custom-Simplification, User defined ↵aaron2006-05-151-0/+1
| | | | | | simplification routines Approved by: tobez (implicit)
* Adding port math/p5-Math-Symbolic-Custom-Pattern, Pattern matching on ↵aaron2006-05-151-0/+1
| | | | | | Math::Symbolic trees Approved by: tobez (implicit)
* Adding port math/p5-Math-Symbolic-Custom-LaTeXDumper, Math::Symbolic LaTeX ↵aaron2006-05-151-0/+1
| | | | | | output Approved by: tobez (implicit)
* Adding port math/p5-Math-SymbolicX-NoSimplification, Turn off Math::Symbolic ↵aaron2006-05-151-0/+1
| | | | | | simplification Approved by: tobez (implicit)
* Adding port math/p5-Math-SymbolicX-Statistics-Distributions, Statistical ↵aaron2006-05-151-0/+1
| | | | | | distributions for Math::Symbolic objects Approved by: tobez (implicit)
* Adding port math/p5-Math-Symbolic-Custom-ErrorPropagation, Calculate ↵aaron2006-05-151-0/+1
| | | | | | Gaussian Error Propagation Approved by: tobez (implicit)
* Adding port math/p5-Math-SymbolicX-Complex, Complex number support for the ↵aaron2006-05-151-0/+1
| | | | | | Math::Symbolic parser Approved by: tobez (implicit)
* Adding port math/p5-Math-SymbolicX-BigNum, Big number support for the ↵aaron2006-05-151-0/+1
| | | | | | Math::Symbolic parser Approved by: tobez (implicit)
* Adding port math/p5-Math-SymbolicX-ParserExtensionFactory, Generate parser ↵aaron2006-05-151-0/+1
| | | | | | extensions Approved by: tobez (implicit)
* Adding port math/p5-Math-Symbolic-Custom-CCompiler, Compile Math::Symbolic ↵aaron2006-05-151-0/+1
| | | | | | trees to C Approved by: tobez (implicit)
* Adding port math/p5-Math-SymbolicX-Inline, Inlined Math::Symbolic functionsaaron2006-05-151-0/+1
| | | | Approved by: tobez (implicit)
* Adding port math/p5-Math-Symbolic-Custom-Contains, Find subtrees in ↵aaron2006-05-151-0/+1
| | | | | | Math::Symbolic expressions Approved by: tobez (implicit)
* Adding port math/p5-Math-Symbolic, a library for dealing with symbolic math.aaron2006-05-151-0/+1
| | | | Approved by: tobez (implicit)
* Add ump 0.8.3.2, a graphical, easy to use math program.ehaupt2006-05-051-0/+1
| | | | | PR: 96110 Submitted by: Nicola Vitale <nivit@email.it>
* Before a calculation can be performed on a parallel computer, it must first bethierry2006-05-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | decomposed into tasks which are assigned to different processors. Efficient use of the machine requires that each processor have about the same amount of work to do and that the quantity of interprocessor communication is kept small. Finding an optimal decomposition is provably hard, but due to its practical importance, a great deal of effort has been devoted to developing heuristics for this problem. The decomposition problem can be addressed in terms of graph partitioning. Rob Leland and I have developed a variety of algorithms for graph partitioning and implemented them into a package we call Chaco. The code is being used at most of the major parallel computing centers around the world to simplify the development of parallel applications, and to ensure that high performance is obtained. Chaco has contributed to a wide variety of computational studies including investigation of the molecular structure of liquid crystals, evaluating the design of a chemical vapor deposition reactor and modeling automobile collisions. WWW: http://www.cs.sandia.gov/~bahendr/chaco.html Note: this port includes a patch provided by Walter Landry for use within MBDyn PR: ports/96699 Submitted by: Pedro Giffuni <giffunip (at) asme.org>
* RKWard aims to provide an easily extensible, easy to use IDE/GUI for thethierry2006-04-301-0/+1
| | | | | | | R-project. RKWard tries to combine the power of the R-language with the (relative) ease of use of commercial statistics tools.
* BLAS and some Libraries from Scalapack used by Elmer FEM package.thierry2006-04-251-0/+1
| | | | | | These libraries, as most Elmer packages, are built with a F90 compiler. Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* This is a slightly modified version of umfpack for use with the Elmer FEMthierry2006-04-251-0/+1
| | | | | | | | | | package. Among other small changes, Elmer calls umfpack routines from f90 using umf4_f77wrapper.c from umfpacks demo directory. The elmer-umfpack build compiles this and includes it in the libumfpack.a. Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Add kash3erwin2006-04-201-0/+1
| | | | Forgotten by: johans
* Add cgal.jylefort2006-04-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library. The goal is to provide easy access to useful, reliable geometric algorithms. The CGAL library contains: * the Kernel with geometric primitives such as points, vectors, lines, predicates for testing things such as relative positions of points, and operations such as intersections and distance calculation. * the Basic Library which is a collection of standard data structures and geometric algorithms, such as convex hull in 2D/3D, (Delaunay) triangulation in 2D/3D, planar map, polyhedron, smallest enclosing circle, and multidimensional query structures. * the Support Library which offers interfaces to other packages, e.g., for visualisation, and I/O, and other support facilities. WWW: http://www.cgal.org/
* Reintroduce legacy port: vtk 4.3edwin2006-04-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | I'd like to reintroduce VTK 4.3 to the ports tree to facilitate building a new port, Caret 5.3. Starting with VTK 4.4, support for "float" coordinates has been dropped from many functions. The Caret code will require significant changes to compile with VTK 4.4. Since the Caret developers do not yet have a timeline for upgrading to VTK 4.4, I'd like to reintroduce VTK 4.3 for the interim. Only the vtk base and vtk-headers are essential. Below are shar files for these two trees. They are based on the original vtk 4.3 port. The only modifications are: 1. The folder names are changed from vtk and vtk-headers to vtk43 and vtk43-headers to prevent a collision with the current vtk in /usr/ports/math. 2. PREFIX is set to ${LOCALBASE}/vtk43 to prevent a collision with the current vtk installation. PR: ports/92468 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu>
* Remove expired leaf ports:vd2006-03-311-1/+0
| | | | | 2006-03-31 mail/glacier 2006-03-31 math/xwpl
* K3DSurf is a program to visualize and manipulate multidimensional surfacesthierry2006-02-201-0/+1
| | | | | | | | | | | | | | | by using Mathematical equations. It's also a "Modeler" for POV-Ray in the area of parametric surfaces. Features : * 3D, 4D, 5D and 6D HyperObjects visualization. * Full support of all functions (like C language). * Support of mouse event in the drawing area (Left:Rotate, Right:scale and Midle:translate). * Animation an Morph effect. * Povscript and Mesh file generation(and Run if povray is installed). VRML2 and OBJ files also supported. * More than 100 well known examples.
* Adding port math/p5-AI-Genetic, A pure Perl genetic algorithm implementation.aaron2006-02-201-0/+1
| | | | Approved by: tobez (implicit)
* Adding port math/p5-Math-Intersection-StraightLine, calculates the ↵aaron2006-02-181-0/+1
| | | | | | | intersection point of straight lines as defined by either function, vector, or points. Submitted by: aaron Approved by: tobez (implicit)
* muParser is an extensible high performance math parser library written in C++.garga2006-02-161-0/+1
| | | | | | | | | | | It is based on transforming an expression into a bytecode and precalculating constant parts of it. Author: Ingo Berg <ingo_berg@gmx.de> WWW: http://muparser.sourceforge.net/ PR: ports/93379 Submitted by: Nicola Vitale <nivit@email.it>
* Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.thierry2006-01-311-1/+0
| | | | | | PR: 92497 Submitted by: /me Repocopied by: marcus
* A high quality tetrahedral mesher. It can be plugged in cad/gmsh.pav2006-01-151-0/+1
| | | | | PR: ports/91604 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Add abakus, a bc-like calculator with a KDE GUI.lofi2006-01-041-0/+1
| | | | Submitted by: Andy Fawcett <andy@athame.co.uk>
* New port libjbigi version 0.6.1.8: i2p JNI to GNU MP Bignum librarylioux2005-12-231-0/+1
| | | | (libgmp)
* [NEW PORT] math/plman: A Propositional Logic sentence shell/interpreteredwin2005-12-211-0/+1
| | | | | | | | | | | | | | | PLMan, or Propositional LogicMan, is a user-friendly and powerful propositional logic (sometimes called sentential logic or propositional calculus) sentence shell/interpreter written in Java, capable of handling many existing propositional systems of propositional logic, especially the important ones. Author: Takayuki Hoshi <hoshi103@chapman.edu> WWW: http://plman.sourceforge.net/ PR: ports/90277 Submitted by: Nicola Vitale <nivit@email.it>
* Add math/p5-Math-Matrix 0.4, a Perl module that performs a number oftobez2005-12-081-0/+1
| | | | common matrix operations.
* [New port] math/LabPlot: add LabPlot (Data analysis and visualisation tool)edwin2005-12-011-0/+1
| | | | | | | | | | | | | | Add a new port for LabPlot, a data analysis and visualisation tool LabPlot is a program for two- and three-dimensional graphical presentation of data sets and functions. LabPlot allows you to work with multiple plots which each can have multiple graphs. The graphs can be produced from data or from functions. WWW: http://labplot.sf.net PR: ports/88256 Submitted by: "Kay Lehmann" <kay_lehmann@web.de>
* Tablix is a powerful free software kernel for solving general timetablingpav2005-11-211-0/+1
| | | | | | | | | | problems. It uses a coarse-grained parallel genetic algorithm in combination with other techniques to construct sensible timetables from XML formatted problem descriptions. Tablix can run on a single host as well as on a heterogeneous parallel virtual machine using PVM3. PR: ports/87553 Submitted by: amir husaini <amir.husaini@gmail.com>
* Add port math/p5-Algorithm-Combinatorics, efficient generation of ↵aaron2005-11-061-0/+1
| | | | | | combinatorial sequences Approved by: tobez
* These ports depended on jx, which was removed.kris2005-11-051-2/+0
|
* Add math/p5-Math-ConvexHull 1.00, a Perl module to calculate convextobez2005-10-241-0/+1
| | | | hulls using Graham's scan (n*log(n)).
* Add geogebra-i18n 2.6b, a dynamic software that joins geometry,thierry2005-09-241-0/+1
| | | | | | | algebra and calculus. PR: 85801 Submitted by: Nicola Vitale <nivit (at) email.it>
* Add isabelle 2004, a generic proof assistant.barner2005-09-011-0/+1
| | | | | PR: 84859 Submitted by: Timothy Bourke <timbob@bigpond.com>
* Add proofgeneral 3.5, a generic interface for proof assistants.barner2005-08-311-0/+1
| | | | | PR: 84788 Submitted by: Timothy Bourke <timbob@bigpond.com>
* A portable fixed precision math library designed for very fastpav2005-08-291-0/+1
| | | | | | | exponentiations. PR: ports/85044 Submitted by: Wesley Shields <wxs@csh.rit.edu>
* LibTomMath provides highly optimized and portable routines for a vastpav2005-08-291-0/+1
| | | | | | | | majority of integer based number theoretic applications (including public key cryptography). PR: ports/85043 Submitted by: Wesley Shields <wxs@csh.rit.edu>
* Add mpfr 2.1.2, a library for multiple-precision floating-pointale2005-08-291-0/+1
| | | | | | | computations. PR: ports/84724 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
* Add p5-Math-Vec 0.02, object-Oriented Vector Math Methods in Perl.kuriyama2005-08-281-0/+1
|
* Linux binaries for version 8.2 are unfetchable, then switch to nativethierry2005-08-011-1/+1
| | | | | | | | | | FreeBSD binaries for version 8.3 (i386 only). Note: does not run on FreeBSD >= 6.0, because linked with libc.so.5. PR: 84366 Submitted by: thierry Repocopied by: marcus
* Asymptote is a powerful script-based vector graphics language thatpav2005-07-291-0/+1
| | | | | | | | | | | | | | provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output. A major advantage of Asymptote over other graphics packages is that it is a programming language, as opposed to just a graphics program: it can therefore exploit the best features of script (command-driven) and graphical user interface (GUI) methods. PR: ports/83990 Submitted by: Nicola Vitale <nivit@email.it>
* Add laspack 1.12.2,barner2005-07-251-0/+1
| | | | | | | | package for solving large sparse systems of linear equations. PR: 83968 Submitted by: Pedro F. Giffuni" <giffunip at asme dot org>
* wxMaxima is a wxWidgets GUI for the computer algebra system maxima.pav2005-07-141-0/+1
| | | | | | | | | | Most of maxima functions are accessible through menus, some have dialogs. The input line has command history (up-key, down-key) and completion based on previous input (tab-key). wxMaxima provides 2d formated display of maxima output. PR: ports/83374 Submitted by: Nicola Vitale <nivit@email.it>
* Emacs Calc can do arbitrary precision arithmetic, operations on matrices,pav2005-07-131-0/+1
| | | | | | | | | complex numbers, calendar dates and various other types, plus symbolic algebra and calculus, graphics, and lots more. Calc also comes with an extensive manual which you can print or read on-line. PR: ports/83238 Submitted by: Andrew Bernard <andrewb@cs.cmu.edu>
* Chryzodus is a cross-platform graphical program drawingpav2005-07-121-0/+1
| | | | | | | | | | | | beautiful and colorful chryzodes. If you do not know what chryzodes are, take a look at http://www.chryzode.org/. Then you will be able to explore the world of chryzodes by yourself using Chryzodus. But one does not even need to know much about chryzodes to use Chryzodus and see beautiful images appear on the screen! PR: ports/83234 Submitted by: Nicola Vitale <nivit@email.it>
* Add JavaView, a 3D viewer and a mathematical visualization softwarehq2005-07-111-0/+1
| | | | | | | | | | | | | This tiny version of JavaView is optimized for fast download and contains the viewer module only, without any dialogs, inspectors and geometry algorithms. The lite version is mainly used to display precomputed geometry models inside web pages. WWW: http://www.javaview.de/ PR: 83104 Submitted by: Nicola Vitale <nivit@email.it>
* Add simd-viterbi.jylefort2005-06-301-0/+1
| | | | | | | | | | This is a port of Phil Karn's SIMD assisted Viterbi CODEC library. This package may be useful to programmers working on data communications software. WWW: http://www.ka9q.net/code/fec/ PR: ports/82757 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
* Add reed-solomon.jylefort2005-06-291-0/+1
| | | | | | | | | | This is a port of Phil Karn's Reed-Solomon CODEC library. This package may be useful to programmers working on data communications software. WWW: http://www.ka9q.net/code/fec/ PR: ports/82756 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
* Aamath is a program that reads mathematical expressions in infix notation andsem2005-06-231-0/+1
| | | | | | | | renders them as ASCII art. It may be useful to send mathematics through text-only media, such as e-mail or newsgroups. PR: ports/82552 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* - Update qalculate to 0.8.0, which splits out libqalculatepav2005-06-071-0/+1
| | | | | PR: ports/81832 Submitted by: Sergey Akifyev <asa@agava.com> (maintainer)
* Add p5-Math-Combinatorics.jylefort2005-05-281-0/+1
| | | | | | | | | | | | | | | | | | | Combinatorics is the branch of mathematics studying the enumeration, combination, and permutation of sets of elements and the mathematical relations that characterize their properties. As a jumping off point, refer to: http://mathworld.wolfram.com/Combinatorics.html This module provides a pure-perl implementation of nCk, nPk, and n! (combination, permutation, and factorial, respectively). Author: Allen Day <allenday@ucla.edu> WWW: http://search.cpan.org/dist/Math-Combinatorics/ PR: ports/81572 Submitted by: Aaron Dalton <aaron@daltons.ca>
* New port: math/pecl-big_intpav2005-05-181-0/+1
| | | | | | | | | | Functions for calculations with arbitrary length integers and bitsets Functions from this package are useful for number theory applications. For example, in two-keys cryptography. PR: ports/81115 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* Add qtiplot.jylefort2005-05-141-0/+1
| | | | | | | | | | | | | | | | | | | The purpose of QtiPlot was to develop a free, platform independent clone of Origin. The result is still far away from its model, but there's a "wish to" list that is being constantly worked on. Features: * Neat 2D and 3D data plotting * ASCII-Import * Spreadsheet and calculations in column-logic * Great non-linear y=f(x) curve fitting and estimation of statistical errors of the fit-parameters WWW: http://soft.proindependent.com/qtiplot.html PR: ports/80849 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
* Add mathomatic 12.1.e, highly portable, general purpose CASthierry2005-04-121-0/+1
| | | | | | | (Computer Algebra System). PR: 79118 Submitted by: Roman Neuhauser <neuhauser (at) sigpipe.cz>
* Remove deprecated and expired devel/p5-Server-FastPL,tobez2005-04-081-2/+0
| | | | | | math/p5-Math-BigIntFast, math/p5-Statistics-Table-F, textproc/p5-Sort-PolySort, and www/p5-HTML-Navigation. Neither one of them is on CPAN any longer.
* Add freemat-mpi, an environment for rapid engineering andthierry2005-04-031-0/+1
| | | | scientific processing, MPI version.
* Add freemat 1.10, an environment for rapid engineering andthierry2005-04-031-0/+1
| | | | | | | scientific processing. It is similar to commercial systems such as MATLAB from Mathworks and IDL from Research Systems, but is Open Source.
* PG Calculator is a very powerful scientific calculator, operatingdanfe2005-03-211-0/+1
| | | | | | | in algebraic and RPN mode. Besides its functionality, it comes with different skins for GUI. Very cool. WWW: http://www.pgcalc.net/
* PEAR::Structures_Graph is a package for creating and manipulating graphpav2005-03-121-0/+1
| | | | | | | | | datastructures. It allows building of directed and undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing as well as for characteristic extraction from the graph topology. PR: ports/78624 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* add fityk 0.4.4ijliao2005-03-081-0/+1
| | | | Free peak fitting software
* Add p5-Math-BigRat 0.14, arbitrary big rational numbers.skv2005-03-041-0/+1
|
* Add p5-Math-VecStat 0.08, basic statistics on vectors.erwin2005-02-251-0/+1
| | | | | PR: ports/78060 Submitted by: Martin Matuska <martin@matuska.org>
* Add ses, the Simple Emacs Spreadsheetdd2005-02-111-0/+1
|
* Worldforge math library. The primary focus of WFMath is geometric objects.pav2005-02-101-0/+1
| | | | | | | | | Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, matricies). PR: ports/77046 Submitted by: jannisan@t-online.de (Jan Rochel)
* Add geonext 1.11, interactive (dynamic) elementary Geometry Software.vs2005-02-091-0/+1
| | | | | | | {german,french}/geonext will be slave-ports to this new, generalised one. PR: ports/75784 Submitted by: Andreas Fehlner (fehlner@gmx.de)
* Add p5-Math-Bezier-Convert 0.02,skv2005-02-081-0/+1
| | | | | convert cubic and quadratic bezier each other.
* Commons Math is a library of lightweight, self-contained mathematics andhq2005-01-311-0/+1
| | | | | | | statistics components addressing the most common problems not available in the Java programming language or Commons Lang. WWW: http://jakarta.apache.org/commons/math/
* Add ports to ${SUBDIR} in alphabetical order.cperciva2005-01-301-1/+1
| | | | Approved by: pav
* Initial import of algotutor 0.6.2kevlo2005-01-191-0/+1
| | | | Algotutor is an interactive tutorial for algorithms and data structures.
* New port miracl version 4.85: Multiprecision Integer and Rationallioux2005-01-181-0/+1
| | | | Arithmetic C/C++ Library
* Polymake is a versatile framework for experimental discrete mathematics. Thepav2004-12-291-0/+1
| | | | | | | | | | | standard distribution contains tool collections for the algorithmic treatment of polytopes and polyhedra, and finite simplicial complexes. It offers an unified interface to a wide variety of algorithms and free software packages from the computational geometry field, such as convex hull computation or visualization tools. PR: ports/75405 Submitted by: Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE>
* Move math/gnumeric2 --> math/gnumericahze2004-12-111-1/+0
|
* Add xppaut 5.85, graphical tool for solving differential equations, etc.thierry2004-12-071-0/+1
| | | | | PR: 74254 Submitted by: Stephen Montgomery-Smith
* Add petsc-mpich, a slave port of PETSC built with MPI.thierry2004-12-061-0/+1
|
* Add Statistics::Lite 1.02 module - the lightweight andosa2004-12-011-0/+1
| | | | functional object-oriented statistics.
* As previously announced, remove math/ruby-math3d. It has been brokenlinimon2004-11-271-1/+0
| | | | for several months with no sign of a fix.
* [new port] math/p5-Math-Splinesem2004-11-261-0/+1
| | | | | PR: ports/74380 Submitted by: Fernan Aguero <fernan(at)iib.unsam.edu.ar>
* [new port] math/p5-Math-Derivativesem2004-11-261-0/+1
| | | | | PR: ports/74381 Submitted by: Fernan Aguero <fernan(at)iib.unsam.edu.ar>
* Add petsc 2.2.1, portable, Extensible Toolkit for Scientificthierry2004-11-221-0/+1
| | | | computation.
* Add triangle 1.5, a Two-Dimensional Quality Mesh Generator andthierry2004-11-161-0/+1
| | | | | | | | | Delaunay Triangulator. Change category from cad to math. Requested by: Pedro F. Giffuni Approved by: marcus
* Add blocksolve95 3.0, sofware for the efficient solution of large,thierry2004-11-161-0/+1
| | | | sparse linear systems.
* Add slave port fftw-floatahze2004-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | Fast C routines (Single Percision) FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. We believe that FFTW, which is free software, should become the FFT library of choice for most applications. Our benchmarks, performed on a variety of platforms, show that FFTW's performance is typically superior to that of other publicly available FFT software. Moreover, FFTW's performance is portable: the program will perform well on most architectures without modification. The FFTW package was developed at MIT by Matteo Frigo and Steven G. Johnson. Please send email to fftw@theory.lcs.mit.edu so that we can keep track of users and send you information about new releases. The latest version of FFTW, benchmarks, links, and other information can be found at the FFTW home page PR: ports/71271 Approved by: pav (co mentor)
* Rename port: math/fftpack is actually math/biharvs2004-11-081-1/+1
| | | | | PR: ports/73403 Submitted by: Pedro F. Giffuni
* Add slave port fftw3-floatahze2004-11-081-0/+2
| | | | | | | | Fast C routines (Single Percision) Add slave port fftw3-long Fast C routines (Long Double Percision) Approved by: pav (co mentor)
* Add ldoubleahze2004-11-081-0/+1
| | | | | | | Library of elementary mathematical functions, probability and elliptic integrals in 80-bit long double precision. Approved by: pav (co mentor)
* Add e-0.02718, a tiny expression evaluator.krion2004-11-031-0/+1
| | | | | PR: ports/73454 Submitted by: Nicholas Stallard <snowy@netphile.de>
* Add coq, a formal proof management system: a proof done with Coq ispav2004-10-161-0/+1
| | | | | | | | | | | | | mechanically checked by the machine. In particular, Coq allows: * the definition of functions or predicates, * to state mathematical theorems and software specifications, * to develop interactively formal proofs of these theorems, * to check these proofs by a small certification "kernel". PR: ports/72718 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
* add qgfe 1.0ijliao2004-08-301-0/+1
| | | | Gnuplot Front End
* add qwtplot3d 0.2.4 betaijliao2004-08-301-0/+1
| | | | A 3D plotting widget for scientific data and mathematical expressions
* Add qalculate, a multi-purpose desktop calculator for GNU/Linux (heh).pav2004-08-301-0/+1
| | | | | | | | | | It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface. PR: ports/68979 Submitted by: Sergey Akifyev <asa@gascom.ru>
* Add convertall, a unit converter that can combine the units any way you want.pav2004-08-301-0/+1
| | | | | | | | | If you want to convert from inches per decade, that's fine. Or from meter-pounds. Or from cubic nautical miles. The units don't have to make sense to anyone else. PR: ports/71081 Submitted by: Michael Johnson <ahze@ahze.net>
* Add New port lapack95maho2004-08-291-0/+1
| | | | | | | | | | | | LAPACK95 is a Fortran 95 interface to the Fortran 77 LAPACK library. It improves upon the original user-interface to the LAPACK package, taking advantage of the considerable simplifications which Fortran 95 allows. The design of LAPACK95 exploits assumed-shape arrays, optional arguments, and generic interfaces. The Fortran 95 interface has been implemented by writing Fortran 95 ``wrappers'' to call existing routines from the LAPACK package. This interface can persist unchanged even if the underlying Fortran 77 LAPACK code is rewritten to take advantage of the new features of Fortran 95.
* As previously announced, remove these broken/insecure/obsolete ports.kris2004-08-161-1/+0
|
* Add orpie 1.3.1, a fullscreen RPN calculator for the console.thierry2004-08-101-0/+1
| | | | | PR: 70054 Submitted by: Dylan Simon
* re-add py-matplotlib 0.60.2ijliao2004-08-041-0/+1
| | | | A plotting library uses a syntax familiar to matlab users
* Add math/p5-Bit-Vector-Minimal, a minimalistic variant oftobez2004-07-281-0/+1
| | | | math/p5-Bit-Vector.
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* Add p5-Geo-Distance 0.06, calculate Distances and Closest Locations.lth2004-07-121-0/+1
| | | | | | PR: 68902 Submitted by: Rod Taylor <ports@rbt.ca> Approved by: erwin (implicit)
* Remove libgmp-freebsd, superseded by libgmp4.netchild2004-07-021-1/+0
|
* Add ruby-fftw3, Ruby bindins for fftw3 library.pav2004-06-271-0/+1
| | | | | PR: ports/68310 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* Add mbasecalc, a Programmer's Calculator.pav2004-06-171-0/+1
| | | | | | | | | 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>
* A graph manipulation library for Objective Caml.jkoshy2004-05-281-0/+1
|
* Add jags, Just Another Gibbs Sampler. A program for Bayesian analysis ofpav2004-05-271-0/+1
| | | | | | | graphical models via Gibbs sampling, not wholy unlike classic BUGS. PR: ports/66648 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
* Add libRmath 1.9.0, the standalone math library from R.krion2004-05-151-0/+1
| | | | | PR: ports/66644 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
* add lambda 0.1.4ijliao2004-05-141-0/+1
| | | | A lambda calculus interpreter
* Add math/octave-forge, adding many features such as sparce matrix treatment,maho2004-05-081-0/+1
| | | | | fast fourier transformation, Statistics, Optimizations and more to math/octave.
* math/R-project port was renamed to math/Rpav2004-04-301-1/+1
| | | | | | PR: ports/65809 Submitted by: pav Repocopy by: marcus
* Add qhull 1.0, qhull computes convex hulls, Delaunay triangulationsthierry2004-04-291-0/+1
| | | | | | | | | and halfspaces. Remark: submitter time-out -> maintainership assigned to ports@. PR: 63693 Submitted by: pusto@web.de
* - Rename math/R-letter to math/R-project.pav2004-04-201-2/+1
| | | | | | | | | | | - 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
* Resurrect ruby-gsl and update to 0.3.9.knu2004-04-191-0/+1
|
* After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computingpav2004-04-181-0/+1
| | | | | | | Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x PR: ports/65559 Submitted by: michael johnson <ahze@ahze.net>
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-021-0/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* The SDPARA (SemiDefinite Programming Algorithm PARAllel version)maho2004-03-181-0/+1
| | | | | | 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).
* Add ruby-numru_units, a Ruby class to handle units of physical quantitiespav2004-03-151-0/+1
| | | | | | | like 'hPa' -> '100 kg.m-1.sec-1' etc.. PR: ports/64247 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* Add ruby-numru_misc, a collection of miscellaneous functions and classespav2004-03-151-0/+1
| | | | | | | | 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>
* revive PDL and upgrade it to 2.4.1ijliao2004-03-121-0/+1
|
* libmath++ is a template based math library, written in C++, for symbolicjhb2004-03-111-0/+1
| | | | | | | | and numeric calculus applications. WWW: http://www.surakware.net/projects/libmath++/index.xml Reviewed by: ports@
* Add ruby-narray_miss, an additional class of ruby with conduct processingpav2004-02-281-0/+1
| | | | | | | 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>
* Add a port of ndiff:glewis2004-02-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Remove the broken ruby-gsl portkris2004-02-021-1/+0
|
* Remove math/simpack.linimon2004-01-191-1/+0
|
* Add math/koctave, a KDE GUI for the math/octave package. It containslinimon2004-01-061-0/+2
| | | | | | | | | | | | | | 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>
* NEW port: math/taucsedwin2004-01-031-0/+1
| | | | | | | | 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>
* Add p5-Statistics-Contingency 0.06,vanilla2004-01-031-0/+1
| | | | | | | | calculate precision, recall, F1, accuracy, etc. PR: 60726 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Add nsc2ke, a Finite-Volume Galerkin program computing 2D and axisymmetricpav2004-01-031-0/+1
| | | | | | | flows on unstructured meshes. PR: ports/60836 Submitted by: Thierry Thomas <thierry@pompo.net>
* Add emc2 2.15,krion2004-01-031-0/+1
| | | | | | | | | | | | | | | | | | | | 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>
* Add bamg 0.68, bidimensional Anisotrope Mesh Generator.krion2004-01-031-0/+1
| | | | | | | http://www-rocq1.inria.fr/gamma/cdrom/www/bamg/eng.htm PR: 60837 Submitted by: Thierry Thomas <thierry@pompo.net>
* Add p5-AI-DecisionTree 0.08, perl module for Automatically Learningkrion2003-12-281-0/+1
| | | | | | | Decision Trees. PR: 60628 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Update to 4.3.0pav2003-12-271-0/+6
| | | | | | | | Rework this port and split it into logically independent parts Give maintainership to submitter PR: ports/57858 Submitted by: Mykola Khotyaintsev <ko@irfu.se>
* The Linux version of the DISLIN scientific data plotting package.des2003-12-141-0/+1
|
* . Welcome metis-edf to the math category after a repo copy from cad.glewis2003-12-101-0/+1
| | | | | PR: 58178 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Add FreeFem++, an extension of freefem, an implementation of the Gfempav2003-12-071-0/+1
| | | | | | | language dedicated to the finite element method. PR: ports/58536 Submitted by: Thierry Thomas <thierry@pompo.net>
* Add arpack++, an object-oriented version of the ARPACK package.pav2003-12-071-0/+1
| | | | | | | | 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>
* - Add p5-NetCDF, a perl module to read and write netCDF files.pav2003-12-071-0/+1
| | | | | PR: ports/59381 Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
* . Welcome kaskade to the math category (with a secondary of science).glewis2003-11-081-0/+1
| | | | | PR: 58178 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Add p5-Math-GSL 0.01, a perl interface to GNU Scientific Library.sobomax2003-11-041-0/+1
|
* add rpy 0.3.1ijliao2003-10-311-0/+1
| | | | Python interface to the R Programming Language
* add gracetmpl 0.3.1ijliao2003-10-281-0/+1
| | | | Provide an easy way to use existing grace-files as a template
* math/ploticus-nox11, a slaveport of math/ploticusedwin2003-10-101-0/+1
| | | | Suggested by: Adam Weinberger <adamw@FreeBSD.org>
* Add py-fpconst 0.6.0, utilities for handling IEEE 754 floatingkrion2003-10-081-0/+1
| | | | | | | point special values. PR: 57708 Submitted by: Rui Lopes <rui@ruilopes.com>
* Add math/drgeo, remove math/drgeniuskrion2003-10-061-1/+1
|
* new port for mpexpredwin2003-10-061-0/+1
| | | | | | | | | | | | | 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>
* Add new port math/sdpa.maho2003-10-041-0/+1
| | | | | | The SDPA (SemiDefinite Programming Algorithm) is a software package for solving semidefinite program (SDP). Extremely efficient, almost fastest around the world!
* Add new port atlas-devel, developer version of math/atlasmaho2003-10-041-0/+1
|
* Import p5-Math-Round. Math::Round is a Perl module. It supplies functions tofoxfair2003-09-061-0/+1
| | | | | | 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.
* Add ruby-bitset, a(nother) bit set library for Ruby.knu2003-08-281-0/+1
|
* Add ruby-gmp (libgmp-ruby), Ruby bindings to GNU Multiprecisionknu2003-08-231-0/+1
| | | | Library.
* As announced on May 6, remove the broken math/siag port.kris2003-08-081-1/+0
|
* lp_solve, A free linear programming solver that can processmaho2003-07-191-0/+1
| | | | | | | | standard MPL format. This lp_solve versions is released under the LGPL license PR: 53649 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Add new port math/fbm.maho2003-07-121-0/+1
| | | | | | | | 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>
* Add new port superlu_mtmaho2003-07-121-0/+1
| | | | | PR: 52033 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Import galculator 1.1.1.naddy2003-06-261-0/+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).
* New port: math/fung-calcfjoe2003-06-101-0/+1
| | | | | | | The Fung-Calc is an advanced 3D/2D graphing calculator. PR: 53138 Submitted by: Kirill Ponomarew
* Add jama 1.2.1, Java-like Matrix C++ Templates.will2003-06-031-0/+1
| | | | | PR: 52850 Submitted by: Pedro F. Giffuni <giffunip@asme.org>