aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.2.1Cheng-Lung Sung2010-07-124-24/+31
| | | | | | | | PR: ports/148381 Submitted by: C-S <c-s_AT_c-s dot li> Notes: svn path=/head/; revision=257671
* . Fix the packing list when either the X11 or TETEX options are off.Greg Lewis2010-07-121-5/+5
| | | | | | | | PR: 148506 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=257660
* . Make the dependency on cairo optional.Greg Lewis2010-07-101-9/+15
| | | | | | | | | | . Make the dependency on X11 an actual option. PR: 147679 Submitted by: Dmitry <dmitry2006@yandex.ru> Notes: svn path=/head/; revision=257618
* Update to 2.01080604Sergey Skvortsov2010-07-082-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/ILYAZ/Math-Pari-2.01080604/Changes Notes: svn path=/head/; revision=257529
* Change my ports to use my FreeBSD.org email address.Brendan Fabeny2010-07-0813-16/+16
| | | | Notes: svn path=/head/; revision=257520
* Over to new volunteer:Mark Linimon2010-07-061-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257471
* - Update to 1.1.0Wen Heping2010-07-063-11/+17
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257438
* - Update to 2.52Sahil Tandon2010-07-052-4/+4
| | | | | | | | Approved by: wxs@/itetcu@ (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=257429
* Update to 0.9.8Max Brazhnikov2010-07-054-10/+10
| | | | | | | | | Sort plist Feature safe: yes Notes: svn path=/head/; revision=257421
* Update to 0.9.8Max Brazhnikov2010-07-053-41/+46
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257420
* numexpr - Fast numerical array expression evaluator for Python and NumPy.Wen Heping2010-07-055-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It's the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime. Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing transcendental functions (like trigonometrical, exponentials...) on top of Intel-compatible platforms. This support also allows to use multiple cores in your computations. WWW: http://code.google.com/p/numexpr/ PR: ports/148372 Submitted by: Ju Pengfei <jupengfei@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=257393
* Fix a problem with symbol duplication when code is linked with both the arpackStefan Walter2010-07-012-2/+8
| | | | | | | | | | | | and lapack libraries. PR: 147487 Submitted by: Eijiro Shibusawa <ej-sib@ice.uec.ac.jp> Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257277
* Mark as broken on sparc64 and ia64: fails to compile.Mark Linimon2010-07-011-0/+4
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=257248
* Algorithm::KMeans is a perl5 module for the clustering of numerical dataWen Heping2010-07-015-0/+41
| | | | | | | | | | | | | | | | | in multidimensional spaces. Since the module is entirely in Perl (in the sense that it is not a Perl wrapper around a C library that actually does the clustering), the code in the module can easily be modified to experiment with several aspects of automatic clustering. For example, one can change the criterion used to measure the "distance" between two data points, the stopping condition for accepting final clusters, the criterion used for measuring the quality of the clustering achieved, etc. WWW: http://search.cpan.org/dist/Algorithm-KMeans Feature safe: yes Notes: svn path=/head/; revision=257239
* Present KDE SC 4.4.5 for FreeBSD.Max Brazhnikov2010-06-291-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257172
* The octave-forge package is the result of the GNU Octave Repositry project, ↵Sylvio Cesar Teixeira2010-06-295-0/+39
| | | | | | | | | | | | | | | | | which is intended to be a central location for custom scripts, functions and extensions for GNU Octave, contains the source for all the functions plus build and install scripts. This is parallel. Parallel execution package for cluster computers. For parallel execution on a single machine see e.g. function parcellfun (author: Jaroslav Hajek) in package general. WWW: http://octave.sourceforge.net/ PR: ports/147603 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> Feature safe: yes Notes: svn path=/head/; revision=257155
* The octave-forge package is the result of The GNU Octave Repositry Project, ↵Sylvio Cesar Teixeira2010-06-295-0/+40
| | | | | | | | | | | | | | | | | which is intended to be a central location for custom scripts, functions and extensions for GNU Octave, contains the source for all the functions plus build and install scripts. This is gnuplot. Scripts to save data in gnuplot-readable formats, spectify gnuplot commands that will be used to produce graphics, and call gnuplot. See help g_ez quickly produce the most common plots. WWW: http://octave.sourceforge.net/ PR: ports/147602 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> Feature safe: yes Notes: svn path=/head/; revision=257154
* The octave-forge package is the result of the GNU Octave Repositry project, ↵Sylvio Cesar Teixeira2010-06-296-0/+58
| | | | | | | | | | | | | | | | | which is intended to be a central location for custom scripts, funcitons and extensions for GNU Octave, contains the source for all the functions plus build and install scripts. This is fenv. On supported architectures, change the rounding mode of the floating point arithmetics (to nearest, up, down, to zero) or change the precision of the test the properties of the floating point arithmetics. WWW: http://octave.sourceforge.net/ PR: ports/147601 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> Feature safe: yes Notes: svn path=/head/; revision=257153
* The octave-forge package is the result of The GNU Octave Repositry Project, ↵Sylvio Cesar Teixeira2010-06-295-0/+38
| | | | | | | | | | | | | | | | | which is intended to be a central location for custom scripts, functions plus build and install scripts. This is es. Spanish package for the construction of native language translations of Octave funcitons. WWW: http://octave.sourceforge.net/ PR: ports/147600 Submitted by: Stephen Montgomey-Smith <stephen@missouri.edu> Feature safe: yes Notes: svn path=/head/; revision=257152
* The octave-forge package is the result of the GNU Octave Repositry Project, ↵Sylvio Cesar Teixeira2010-06-296-0/+72
| | | | | | | | | | | | | | | | | which is intended to be a central location for custom scripts, functions plus build and install scripts. This is octproj. This package allows to call functions of PROJ.4 library for cartographic projections transformations. WWW: http://octave.sourceforge.net/ PR: ports/147517 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> Feature safe: yes Notes: svn path=/head/; revision=257151
* - Update to 0.3.5Wen Heping2010-06-293-5/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257126
* - update to 1.14Yen-Ming Lee2010-06-272-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257065
* - Connect math/rpy2Wen Heping2010-06-271-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257037
* - Update to 2.1.3Wen Heping2010-06-277-67/+157
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257036
* - Update to version 8.2pl1Johan van Selst2010-06-252-20/+19
| | | | | | | | | | | | - Bump EPOCH due to different versioning style - Build and install documentation PR: ports/148034 Submitted by: Jacques Garrigue <garrigue@math.nagoya-u.ac.jp> Feature safe: yes Notes: svn path=/head/; revision=256938
* - Update to 0.8.2Wen Heping2010-06-242-5/+5
| | | | | | | | | - Pass maintainership to perl@ Feature safe: yes Notes: svn path=/head/; revision=256897
* Enable parallel builds, when possible. Fix test-target. Minor cosmeticMikhail Teterin2010-06-232-19/+28
| | | | | | | | | | changes. No changes in resulting package. Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=256856
* - Restore patch to build with Qt4 support when Qt3 is installedPietro Cerutti2010-06-221-0/+14
| | | | | | | | Reminded by: Stas Timokhin <devel@stasyan.com> (via private email) Feature safe: yes Notes: svn path=/head/; revision=256829
* This library is a C port of the implementation of Limited-memoryWesley Shields2010-06-225-0/+71
| | | | | | | | | | | | | | | Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The original FORTRAN source code is available at: http://www.ece.northwestern.edu/~nocedal/lbfgs.html WWW: http://www.chokkan.org/software/liblbfgs/ PR: ports/147670 Submitted by: Hung-Yi Chen <gaod@hychen.org> Feature safe: yes Notes: svn path=/head/; revision=256810
* - Mark BROKEN: size mismatchPav Lucistnik2010-06-211-0/+2
| | | | | | | | Feature safe: yes Reported by: pointyhat Notes: svn path=/head/; revision=256797
* Update to 15.1.4Emanuel Haupt2010-06-212-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=256774
* Update to libmpc version 0.8.2 which brings a speed-up of mpc_pow_uiGerald Pfeifer2010-06-203-16/+4
| | | | | | | | | | through binary exponentiation and fixes the testsuite for mpfr 3.0.0. Suggested by: Gunther Nikl <gnikl@users.sourceforge.net> Feature safe: yes Notes: svn path=/head/; revision=256771
* Connect octave-forge-actuarialMax Brazhnikov2010-06-191-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=256729
* Add new port math/octave-forge-actuarial:Max Brazhnikov2010-06-194-0/+37
| | | | | | | | | | | | | Actuarial functions for Casualty and Property lines. WWW: http://octave.sourceforge.net/ PR: ports/147351 Submitted by: Stephen Montgomery-Smith <stephen at missouri.edu> Feature safe: yes Notes: svn path=/head/; revision=256728
* - Update to 2010.06.15Dennis Herrmann2010-06-173-4/+5
| | | | Notes: svn path=/head/; revision=256628
* - Update to 0.604Wen Heping2010-06-172-6/+5
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=256618
* Update to 3.0102.Anton Berezin2010-06-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Statistics-Descriptive/Changes Notes: svn path=/head/; revision=256546
* - Activate tcl/tk 8.5Pietro Cerutti2010-06-142-42/+9
| | | | | | | | | | - Fix build onf amd64 [1] Reported by: PH (via pav) [1] Tested by: pluknet (on EFNet/#bsdports) Notes: svn path=/head/; revision=256502
* BROKEN should not be quoted.Erwin Lansing2010-06-131-1/+1
| | | | | | | No functional change. Notes: svn path=/head/; revision=256468
* - Fix PLISTPietro Cerutti2010-06-111-52/+110
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=256400
* Chase mpfr library and bump PORTREVISION.Alex Dupre2010-06-117-11/+23
| | | | Notes: svn path=/head/; revision=256398
* Update to 3.0.0 release.Alex Dupre2010-06-113-6/+8
| | | | Notes: svn path=/head/; revision=256397
* - Change my maintainer address.Ashish SHUKLA2010-06-111-1/+1
| | | | | | | Approved by: pgj (mentor) Notes: svn path=/head/; revision=256386
* - Update to 3.0Wen Heping2010-06-112-5/+5
| | | | | | | - Pass maintainship to perl@ Notes: svn path=/head/; revision=256364
* - add COPYRIGHTDirk Meyer2010-06-112-0/+5
| | | | Notes: svn path=/head/; revision=256357
* - Update to 3.1.9Wen Heping2010-06-113-36/+33
| | | | | | | | PR: ports/147736 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=256341
* - Update to 1.3.4Wen Heping2010-06-112-7/+31
| | | | | | | | | | | - Fix Fortran support (previously USE_FORTRAN was set but never used) - Make Fortran support optional PR: ports/147738 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=256339
* - Update to 0.22Wen Heping2010-06-112-6/+5
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=256337
* - Update math/vtk5 to 5.6.0Pietro Cerutti2010-06-104-50/+312
| | | | | | | - Track the change in multimedia/vtkmpeg2encode Notes: svn path=/head/; revision=256314
* - Update to 1.11Philip M. Gollucci2010-06-102-5/+5
| | | | | | | | | | - Pass to perl@ With Hat: perl@ Changes: http:/www.math.keio.ac.jp/~matumoto/emt.html http:/search.cpan.org/dist/Math-Random-MT/Changes Notes: svn path=/head/; revision=256289