aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.44Nicola Vitale2008-10-084-53/+29
| | | | Notes: svn path=/head/; revision=221333
* Add gcc42 dependency at runtime.Maho Nakata2008-10-061-2/+3
| | | | Notes: svn path=/head/; revision=221263
* Add math/sedumiMaho Nakata2008-10-068-0/+583
| | | | | | | | | | | SeDuMi is a software package to solve optimization problems over symmetric cones. This includes linear, quadratic, second order conic and semidefinite optimization, and any combination of these. WWW: http://sedumi.mcmaster.ca/ Notes: svn path=/head/; revision=221262
* plasTeX is a LaTeX document processing frameworkMartin Wilke2008-10-055-0/+637
| | | | | | | | | | | | | | | | | written entirely in Python. It currently comes bundled with renderers for XHTML, DocBook, man pages, plain text, as well as a way to simply dump the document to a generic form of XML. Other renderers can be added as well and are planned for future releases. WWW: http://plastex.sf.net/ PR: ports/127864 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=221239
* - Update to 0.98.3Martin Wilke2008-10-055-828/+625
| | | | | | | | | | | - Detects and uses wxpython if installed PR: 127726 Submitted by: Li-Lun Wang <llwang@infor.org> Approved by: maintainer Notes: svn path=/head/; revision=221238
* - Forgotten to commit distinfoNicola Vitale2008-10-051-3/+3
| | | | Notes: svn path=/head/; revision=221232
* - Update to 0.7.6Nicola Vitale2008-10-052-6/+4
| | | | | | | | - Set MASTER_SITES to SF - Use x11-toolkits/wxgtk28 instead of wxgtk26 Notes: svn path=/head/; revision=221212
* - Bump revision because of lang/sbcl update.Stanislav Sedov2008-10-031-1/+1
| | | | Notes: svn path=/head/; revision=221151
* Update qtiplot to 0.9.7.2Max Brazhnikov2008-10-026-78/+82
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=221130
* The symeig module contains a Python wrapper for the LAPACK functions toMartin Wilke2008-09-275-0/+72
| | | | | | | | | | | | | | | solve the standard and generalized eigenvalue problems for symmetric (hermitian) positive definite matrices. Those specialized algorithms give an important speed-up with respect to the generic LAPACK eigenvalue problem solver used by NumPy (linalg.eig and linalg.eigh). WWW: http://mdp-toolkit.sourceforge.net/symeig.html PR: ports/127336 Submitted by: Li-Lun Wang <llwang at infor.org> Notes: svn path=/head/; revision=220906
* - Update to 1.10.3Cheng-Lung Sung2008-09-274-130/+15
| | | | Notes: svn path=/head/; revision=220902
* Update to 14.2.0Emanuel Haupt2008-09-262-4/+4
| | | | Notes: svn path=/head/; revision=220830
* - update to 0.5.9p5.Cheng-Lung Sung2008-09-264-26/+7
| | | | | | | | | | | - remove benchmark scripts installed as examples - update pkg-descr PR: ports/127438 Submitted by: Shin'ya Murakami <murakami_AT_ahs dot scitec dot kobe-u dot ac dot jp> Notes: svn path=/head/; revision=220785
* - Fix dynamic linker errors by explicitely linking with Magick++ libsDmitry Marakasov2008-09-252-2/+13
| | | | | | | | | | | - While here, convert some spaces to tabs PR: 127369 Submitted by: Jason Lenthe <lenthe at comcast dot net> Fix by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu> (maintainer) Notes: svn path=/head/; revision=220778
* - Add benchmarks/octave-forge-benchmark and math/octave-forge-nlwing2 supportDmitry Marakasov2008-09-251-0/+9
| | | | | | | | PR: 127611 Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu> (maintainer) Notes: svn path=/head/; revision=220776
* Add math/p5-Geo-Coordinates-UTM, a Perl module that can translateAnton Berezin2008-09-245-0/+37
| | | | | | | | latitude/longitude coordinates to Universal Transverse Mercator(UTM) coordinates and vice versa. Notes: svn path=/head/; revision=220658
* - Update to 3.1Martin Wilke2008-09-242-4/+4
| | | | Notes: svn path=/head/; revision=220622
* The octave-forge package is the result of The GNU Octave Repositry project,Dmitry Marakasov2008-09-245-0/+35
| | | | | | | | | | | | | | | | | | | | | 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 nlwing2. This package allows efficient computation of nonlinear aerodynamic properties of a wing. It employs 2D section data to build a 3D potential vortex model of the flow. It uses a robust Euler-Newton method to track the change of flow vorticity quantities as the angle of attack progresses. WWW: http://octave.sourceforge.net/ PR: 127300 Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu> Notes: svn path=/head/; revision=220613
* - Remove unnecessary distinfoDmitry Marakasov2008-09-241-3/+0
| | | | | | | | PR: 127356 Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu> (maintainer) Notes: svn path=/head/; revision=220611
* - Update to 1.7.7Dmitry Marakasov2008-09-234-4/+10
| | | | | | | | PR: 127180 Submitted by: valerio dot daelli at gmail dot com Notes: svn path=/head/; revision=220580
* GMP is a free library for arbitrary precision arithmetic, operatingDmitry Marakasov2008-09-239-0/+129
| | | | | | | | | | | | | | | | | on signed integers, rational numbers, and floating point numbers. There is no limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface. This port compiles libgmp using MinGW32. WWW: http://www.swox.com/gmp/ PR: 123391 Submitted by: Timothy Bourke <timbob at bigpond dot com> Notes: svn path=/head/; revision=220558
* Update to latest packages release (17 Sep)Johan van Selst2008-09-232-4/+4
| | | | Notes: svn path=/head/; revision=220557
* - Update to ScientificPython 2.6.1, which is the latest stable release.Dmitry Marakasov2008-09-233-345/+346
| | | | | | | | | | | | - Adoption of (NO)PORTEXAMPLES, EXAMPLESDIR and DOCSDIR - Adding PKGNAMEPREFIX to EXAMPLESDIR and DOCSDIR. - Pass maintainership to submitter with hist consent PR: 123718 Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail dot jp> Notes: svn path=/head/; revision=220556
* Update to 4.2.4 release.Alex Dupre2008-09-234-8/+8
| | | | Notes: svn path=/head/; revision=220498
* Update to 2.3.2 release.Alex Dupre2008-09-232-4/+4
| | | | Notes: svn path=/head/; revision=220494
* A build fix.Maho Nakata2008-09-221-0/+15
| | | | | | | | Submitted by: many (thanks folks!) Approved by: portmgr (pav) Notes: svn path=/head/; revision=220446
* - Respect NOPORTDOCSMartin Wilke2008-09-121-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=220361
* - Unbreak, last fixing forgot to update distinfoLi-Wen Hsu2008-09-114-15/+7
| | | | | | | | | | | - Drop 5.x support PR: ports/127288 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=220345
* - Fix build upon NOPORTDOCSPietro Cerutti2008-09-091-1/+1
| | | | | | | | Reported by: QA Tindie Approved by: portmgr Notes: svn path=/head/; revision=220316
* Update math/octave-forge to 20080831 versionMaho Nakata2008-09-093-972/+324
| | | | | | | | | PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=220307
* Correct port name and create date.Maho Nakata2008-09-0971-142/+142
| | | | | | | | | | PR: 127226 Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> and also Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer) Approved by: portmgr@ (erwin) Notes: svn path=/head/; revision=220306
* Build fix for math/octage-forge-xraylib.Maho Nakata2008-09-091-0/+2
| | | | | | | | | PR: 127208 Submitted by: Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu> Approved by: portmgr (joe) Notes: svn path=/head/; revision=220305
* Build fix for math/octave-forge-data-smoothing.Maho Nakata2008-09-081-0/+2
| | | | | | | | | | Spotted by: QAT@ PR: 127207 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Approved by: portmgr (joe) Notes: svn path=/head/; revision=220304
* - Fix installation while WITH_ATLAS is specified [1]Li-Wen Hsu2008-09-083-1/+3
| | | | | | | | | | | | - Fix plist PR: ports/126960 [1] Submitted by: Arjan Gijsberts <arjan AT liralab.it> Approved by: maintainer Approved by: portmgr (erwin) Notes: svn path=/head/; revision=220295
* Add port math/octave-forge-bimMaho Nakata2008-09-085-0/+37
| | | | | | | | | | | | | | | | | | | This is bim. Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equaltions based on the Finite Volume Scharfetter-Gummel (FVSG) method a.k.a Box Integration Method (BIM) The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220286
* Add port math/octave-forge-data-graceplotMaho Nakata2008-09-085-0/+34
| | | | | | | | | | | | | | | | This is graceplot. Graceplot bindings for octave. The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220283
* Add port math/octave-forge-data-smoothingMaho Nakata2008-09-085-0/+32
| | | | | | | | | | | | | | | | This is data-smoothing. Algorithms for smoothing noisy data The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220282
* Add port math/octave-forge-gaMaho Nakata2008-09-085-0/+34
| | | | | | | | | | | | | | | | This is ga. Genetic optimization code The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220281
* Add port math/octave-forge-controlMaho Nakata2008-09-085-0/+32
| | | | | | | | | | | | | | | | This is control. Additional Octave Control tools The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220279
* Add port math/octave-forge-financialMaho Nakata2008-09-085-0/+35
| | | | | | | | | | | | | | | | This is financial. Financial manipulation and plotting functions The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220278
* Add port math/octave-forge-communicationsMaho Nakata2008-09-085-0/+35
| | | | | | | | | | | | | | | | | | This is communications. Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220277
* Add port math/octave-forge-mshMaho Nakata2008-09-085-0/+37
| | | | | | | | | | | | | | | | | | | This is msh. Package for creating and managing triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers. Uses a mesh data structure compatible with pdetool. Relies on gmsh for unstructured mesh generation. The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220276
* Add port math/octave-forge-signalMaho Nakata2008-09-085-0/+34
| | | | | | | | | | | | | | | | This is signal. Signal processing tools, including filtering, windowing and display functions. The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220275
* Add port math/octave-forge-tsaMaho Nakata2008-09-085-0/+34
| | | | | | | | | | | | | | | | This is tsa. Stochastic concepts and maximum entropy methods for time series analysis The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220274
* Add port math/octave-forge-symbolicMaho Nakata2008-09-085-0/+34
| | | | | | | | | | | | | | | | This is symbolic. Symbolic toolbox based on GiNaC and CLN. The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220273
* Add port math/octave-forge-tcl-octave.Maho Nakata2008-09-085-0/+34
| | | | | | | | | | | | | | | | This is tcl-octave. socket implementation of a tcl-octave connection The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220272
* Add port math/octave-forge-zenityMaho Nakata2008-09-085-0/+38
| | | | | | | | | | | | | | | | | | | | | This is zenity. A set of functions for creating simple graphical user interfaces. It is currently possible to create calendar windows, text entries, file selection dialogs, lists, message windows, icons in the notification area, and windows for large amount of text. The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220271
* Add port math/octave-forge-xraylibMaho Nakata2008-09-085-0/+38
| | | | | | | | | | | | | | | | This is xraylib. Bindings to the Xraylib functions The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220269
* Add port math/octave-forge-windowsMaho Nakata2008-09-085-0/+32
| | | | | | | | | | | | | | | | This is windows. Provides COM interface and additional functionality on Windows The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220268
* Add port math/octave-forge-vrmlMaho Nakata2008-09-086-0/+34
| | | | | | | | | | | | | | | | This is vrml. 3D graphics using VRML The octave-forge package is the result of The GNU Octave Repositry project, 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=220267