aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* - Export an OPTION to choose whether to build shared or static libraries.Pietro Cerutti2010-08-262-260/+367
| | | | | | | | | The default is to build shared libraries, as it is now. Note that shared libraries are required to build with the Python and Java wrapping. - Fix the build when java wrapping is enabled Notes: svn path=/head/; revision=260001
* Add levmar 2.5, a GPL-licensed library implementing theBrendan Fabeny2010-08-256-0/+123
| | | | | | | | | | | Levenberg-Marquardt algorithm. PR: ports/146683 Submitted by: Eijiro Shibusawa <ej-sib at ice.uec.ac.jp> Approved by: makc (co-mentor) Notes: svn path=/head/; revision=259952
* Update to 15.2.0Emanuel Haupt2010-08-242-4/+4
| | | | Notes: svn path=/head/; revision=259891
* Fix build with upcoming KDE 4.5Max Brazhnikov2010-08-221-0/+8
| | | | | | | | | Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5 Approved by: thierry (maintainer) Notes: svn path=/head/; revision=259722
* Add x12arima 0.3, x-12-ARIMA seasonal adjustment program.Brendan Fabeny2010-08-215-0/+85
| | | | | | | | | PR: ports/148098 Submitted by: jh at jameshoward.us Approved by: makc (co-mentor) Notes: svn path=/head/; revision=259688
* - Mark BROKEN: does not buildPav Lucistnik2010-08-201-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=259657
* Update to 5.22.1Brendan Fabeny2010-08-203-4/+6
| | | | | | | Approved by: miwi (co-mentor) Notes: svn path=/head/; revision=259607
* Update to 1.10.9.Koop Mast2010-08-184-16/+13
| | | | Notes: svn path=/head/; revision=259511
* Update to 0.47.Andrej Zverev2010-08-183-7/+7
| | | | | | | | PR: ports/149520 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259494
* Update to 0.010.Andrej Zverev2010-08-182-4/+4
| | | | | | | | PR: ports/149256 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259475
* - New port: math/fpc-gmpJose Alonso Cardenas Marquez2010-08-163-0/+33
| | | | | | | | | | Free Pascal interface to gmp library PR: 146001 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Notes: svn path=/head/; revision=259369
* - Update to 2.4.0Jose Alonso Cardenas Marquez2010-08-161-1/+1
| | | | | | | | | | | | | | | | - Add support for amd64 [1] - Add 23 new ports to to bsd.fpc.mk - Remove obsolete patch file patch-packages-fcl-db_Makefile - Turn off some optional dependencies like databases/unixODBC, graphics/svgalib, databases/oracle8-client for avoid break amd64 support - Clean up PR: ports/146001 Submmitted by: Christopher Key <cjk32__ at _cam.ac.uk> Patch reviewed by: marcov_ at _pascalprogramming.com (fpc developer)[1] Notes: svn path=/head/; revision=259359
* - Use R_MOD_AUTOPLIST instead of pkg-plistTAKATSU Tomonari2010-08-1516-1016/+8
| | | | | | | Approved by: wen Notes: svn path=/head/; revision=259251
* - Add a new knob R_MOD_AUTOPLIST, which allows the packing listTAKATSU Tomonari2010-08-151-0/+10
| | | | | | | | | | | for most R-cran ports to be generated automatically. Inspired by: RUBYGEM_AUTOPLIST knob Submitted by: tota Approved by: wen Notes: svn path=/head/; revision=259245
* - Update to 1.88Sahil Tandon2010-08-112-4/+4
| | | | | | | | | PR: ports/148932 Submitted by: Klaus Aehlig <aehlig@linta.de> Approved by: Jason Harris <jharris@widomaker.com> (maintainer) Notes: svn path=/head/; revision=259093
* Take up maintainershipBrendan Fabeny2010-08-102-2/+2
| | | | | | | Approved by: makc (co-mentor) Notes: svn path=/head/; revision=259055
* - Update to 0.42.0.Marcelo Araujo2010-08-094-11/+10
| | | | | | | | PR: ports/149102 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259029
* Update to 15.1.6Emanuel Haupt2010-08-092-4/+4
| | | | Notes: svn path=/head/; revision=259021
* Drop MaintainershipTilman Keskinoz2010-08-091-1/+1
| | | | | | | | PR: 149436 Submitted by: old maintainer Notes: svn path=/head/; revision=259008
* Add lisp to CATEGORIESBrendan Fabeny2010-08-091-1/+1
| | | | | | | Approved by: makc (co-mentor) Notes: svn path=/head/; revision=258992
* - Update to 2.4r2Sahil Tandon2010-08-082-7/+7
| | | | | | | | | | | - Use GNU_CONFIGURE - Remove default ALL_TARGET assignment PR: ports/149402 Submitted by: C-S <c-s@c-s.li> (maintainer) Notes: svn path=/head/; revision=258960
* - Update to 20100708Li-Wen Hsu2010-08-084-16/+16
| | | | | | | | | | - Pass maintainership to submitter PR: ports/149260 Submitted by: Frederic Culot <frederic AT culot.org> Notes: svn path=/head/; revision=258923
* - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")Gabor Pali2010-08-088-24/+24
| | | | | | | Suggested by: admi3 Notes: svn path=/head/; revision=258910
* -Update to 5.22.0Brendan Fabeny2010-08-064-22/+19
| | | | | | | | | | | | | | -Fix a localization problem [1] -Temporarily rename regression-test target to prevent tinderbox errors WITH_SBCL (See http://www.math.utexas.edu/pipermail/maxima/2010/022185.html ) PR: 147861 [1] Submitted by: Kuan-Chung Chiu <buganini@gmail.com> [1] Approved by: makc (co-mentor) Notes: svn path=/head/; revision=258856
* - Update to 149311Dmitry Marakasov2010-08-064-16/+43
| | | | | | | | | | - Pass maintainserhip to submitter PR: 149311 Submitted by: C-S <c-s@c-s.li> Notes: svn path=/head/; revision=258847
* - Update to 5.9.6Pav Lucistnik2010-08-044-18/+10
| | | | | | | | PR: ports/148969 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Notes: svn path=/head/; revision=258795
* - Update to 1.2Li-Wen Hsu2010-08-044-104/+330
| | | | | | | | PR: ports/149282 Submitted by: dikshie <dikshie AT sfc.wide.ad.jp> (maintainer) Notes: svn path=/head/; revision=258785
* - Update to 1.4.3Li-Wen Hsu2010-08-043-9/+14
| | | | | | | | | | | - Pass maintainership to submitter - Mark JOBS_SAFE PR: ports/149263 Submitted by: C-S <c-s AT c-s.li> Notes: svn path=/head/; revision=258756
* - Update to 6.3Baptiste Daroussin2010-08-032-6/+9
| | | | | | | | | | | | - Submitter is now maintainer - Add license PR: ports/149054 Submitted by: Frederic Culot <frederic _at_ culot.org> (maintainer) Approved by: tabthorpe@ (co-mentor) Notes: svn path=/head/; revision=258722
* Update to 4.1Max Brazhnikov2010-08-032-4/+4
| | | | Notes: svn path=/head/; revision=258708
* Update to 2.0.15Max Brazhnikov2010-08-036-8/+12
| | | | Notes: svn path=/head/; revision=258707
* Update from 1.6.0 to 1.7.2.Sergey A. Osokin2010-08-031-2/+2
| | | | | | | | | | | | | | Since port isn't updated regularly and previous update was made a year ago with a maintainer timeout, pass the maintainership to the submitter of the last two updates. Bump PORTREVISIONs in dependent ports. Submitted by: glebius PR: ports/149072 Notes: svn path=/head/; revision=258693
* - Chase R updatePav Lucistnik2010-08-032-3/+3
| | | | | | | Submitted by: b. f. <bf1783@googlemail.com> Notes: svn path=/head/; revision=258677
* Add option to allow build with either hdf v1.6 or 1.8.Max Brazhnikov2010-08-011-1/+8
| | | | | | | | | | | Build with 1.6 by default, since most of the ports still depend on legacy hdf5. PR: ports/148496 Submitted by: makc@ Approved by: maintainer timeout (three weeks) Notes: svn path=/head/; revision=258575
* Update to 2.11.1Brendan Fabeny2010-07-312-5/+4
| | | | | | | | | PR: 148264 Prodded by: David Wolfskill <david@catwhisker.org> Approved by: makc (co-mentor) Notes: svn path=/head/; revision=258529
* Fix typo in previous commitJosh Paetzel2010-07-301-1/+1
| | | | Notes: svn path=/head/; revision=258512
* Fix permissions issue in tarballJosh Paetzel2010-07-301-0/+3
| | | | | | | | PR: ports/149085 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Notes: svn path=/head/; revision=258510
* - Update to 0.6.0.2Gabor Pali2010-07-302-5/+5
| | | | Notes: svn path=/head/; revision=258491
* - Update to 0.7.0.0Gabor Pali2010-07-302-4/+4
| | | | Notes: svn path=/head/; revision=258487
* Update to 1.0.0Josh Paetzel2010-07-295-79/+589
| | | | | | | | PR: ports/149046 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Notes: svn path=/head/; revision=258414
* Update to 5.3.3 release:Alex Dupre2010-07-271-1/+0
| | | | | | | | | | | - add FPM sapi (experimental) [1] - add apache2filter sapi (experimental) PR: ports/148956 [1] Submitted by: mm Notes: svn path=/head/; revision=258339
* - Update to 0.9.3Bernhard Froehlich2010-07-272-5/+8
| | | | | | | | | | | | - Add LICENSE - Pass maintainership to submitter (via IRC) PR: ports/148968 Submitted by: Armin Pirkovitsch <armin at frozen-zone dot org> Approved by: miwi (mentor) Notes: svn path=/head/; revision=258316
* - Fix problem build with -lgmpSylvio Cesar Teixeira2010-07-261-0/+5
| | | | | | | | | PR: ports/144406 Submitted by: Kimo <kimor79@yahoo.com> Approved by: wen@ (He is on vacation, I've his permission for commit your PR) Notes: svn path=/head/; revision=258274
* Update php52 to 5.2.14Martin Matuska2010-07-261-2/+0
| | | | | | | | PR: ports/148951 Approved by: Alex Keda <admin@lissyara.su> (maintainer) Notes: svn path=/head/; revision=258268
* Over to new volunteer.Mark Linimon2010-07-262-2/+2
| | | | Notes: svn path=/head/; revision=258259
* Reset ahze@ due to maintainer-timeouts and no response to email.Mark Linimon2010-07-262-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=258254
* Presenting GNOME 2.30.2. for FreeBSD.Koop Mast2010-07-252-6/+5
| | | | Notes: svn path=/head/; revision=258246
* Update to 1.10.7.Koop Mast2010-07-253-7/+16
| | | | | | | Add license Notes: svn path=/head/; revision=258220
* Update ImageMagick to 6.6.2-10Martin Matuska2010-07-241-2/+2
| | | | Notes: svn path=/head/; revision=258173
* - Update ffmpeg to 0.6Martin Matuska2010-07-241-1/+1
| | | | Notes: svn path=/head/; revision=258164