summaryrefslogtreecommitdiff
path: root/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with gcc-3.4.2.Joe Marcus Clarke2004-08-221-0/+10
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=117071
* Needs perl to buildTilman Keskinoz2004-08-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=117018
* - Convert to OPTIONSPav Lucistnik2004-08-201-10/+5
| | | | | | | | PR: ports/70736 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=116857
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-202-2/+2
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* Now confirmed that both static and dynamic ATLAS libMaho Nakata2004-08-191-2/+2
| | | | | | | has same performance. Notes: svn path=/head/; revision=116637
* amd64 dislikes -malign-doubleMaho Nakata2004-08-181-5/+5
| | | | Notes: svn path=/head/; revision=116584
* o Add WITH_SMP, ATLAS with SMP support. currently seriousMaho Nakata2004-08-181-4/+10
| | | | | | | | perfomance loss is observed. o change Intel C++ compiler flags to approprate one. Notes: svn path=/head/; revision=116583
* o Significantly performance loss by overriding severalMaho Nakata2004-08-183-15/+7
| | | | | | | | optimization flags... o update to 3.7.8 Notes: svn path=/head/; revision=116562
* Update to verion 1.2.3Kirill Ponomarev2004-08-163-15/+9
| | | | | | | | PR: ports/70545 Submitted by: Ports Fury Notes: svn path=/head/; revision=116431
* Update to verion 1.1.8Kirill Ponomarev2004-08-163-28/+8
| | | | | | | | PR: ports/70544 Submitted by: Ports Fury Notes: svn path=/head/; revision=116430
* Fix build with gcc 3.4Tilman Keskinoz2004-08-162-4/+45
| | | | Notes: svn path=/head/; revision=116421
* Unbreak with gcc 3.4.2Tilman Keskinoz2004-08-162-4/+11
| | | | Notes: svn path=/head/; revision=116415
* USE_ICC -> WITH_ICCMaho Nakata2004-08-161-3/+3
| | | | | | | Checked by: portlint Notes: svn path=/head/; revision=116389
* Add flag USE_ICC, uses intel c/c++ compilierMaho Nakata2004-08-161-2/+13
| | | | Notes: svn path=/head/; revision=116372
* As previously announced, remove these broken/insecure/obsolete ports.Kris Kennaway2004-08-166-73/+0
| | | | Notes: svn path=/head/; revision=116348
* BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway2004-08-162-1/+11
| | | | Notes: svn path=/head/; revision=116342
* BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway2004-08-163-2/+19
| | | | Notes: svn path=/head/; revision=116340
* MASTER_SITE have been moved.Maho Nakata2004-08-164-5/+4
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=116335
* update to 0.4.4Oliver Lehmann2004-08-152-5/+4
| | | | | | | remove BROKEN Notes: svn path=/head/; revision=116243
* Unbreak on -CURRENT(round() -> iround())MIHIRA Sanpei Yoshiro2004-08-151-0/+146
| | | | | | | Noticed by: Kris Kennaway <kris@obsecurity.org> Notes: svn path=/head/; revision=116233
* take care of $PREFIX/libdata/pkgconfigOliver Lehmann2004-08-141-0/+1
| | | | Notes: svn path=/head/; revision=116224
* BROKEN: UnfetchableKris Kennaway2004-08-141-0/+2
| | | | Notes: svn path=/head/; revision=116220
* Add missing file to plist.Kirill Ponomarev2004-08-141-0/+1
| | | | Notes: svn path=/head/; revision=116198
* Upgrade to v0.81. Unbreak on -CURRENT.Joseph Koshy2004-08-144-4/+74
| | | | | | | Add real content to pkg-descr [*blush*]. Notes: svn path=/head/; revision=116197
* - Fix build with gcc 3.4 [1]Markus Brueffer2004-08-132-1/+30
| | | | | | | | | - Fix build on amd64 Reported by: pointyhat via kris [1] Notes: svn path=/head/; revision=116161
* Add patches to quiet new warnings and errors from gcc 3.4.2. The patchesJohn Baldwin2004-08-133-0/+434
| | | | | | | | | | have been fed upstream to the maintainer and will hopefully be included in future releases. Prodded by: pointyhat via kris Notes: svn path=/head/; revision=116134
* Update to 1.5.0.Akinori MUSHA2004-08-123-8/+26
| | | | Notes: svn path=/head/; revision=116007
* - Fix compilation with GCC 3.4.2.Marius Strobl2004-08-1111-3/+183
| | | | | | | | | | - Fix WITH_GMP on FreeBSD >= 500035 - Add a test target to the Makefile of the port. Approved by: netchild Notes: svn path=/head/; revision=115963
* Update to 5.3.1Volker Stolz2004-08-113-25/+71
| | | | | | | | PR: ports/70264 Submitted by: Ports Fury Notes: svn path=/head/; revision=115910
* Update to 3.0Volker Stolz2004-08-117-8733/+13168
| | | | | | | | PR: ports/70175 Submitted by: Jean-Sebastien Roy (maintainer) Notes: svn path=/head/; revision=115897
* Factor out all but one of the build switches of the KDE main module portsMichael Nottebrock2004-08-115-175/+79
| | | | | | | | | | | | | | | | | | into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt. Notes: svn path=/head/; revision=115880
* Add orpie 1.3.1, a fullscreen RPN calculator for the console.Thierry Thomas2004-08-096-0/+107
| | | | | | | | PR: 70054 Submitted by: Dylan Simon Notes: svn path=/head/; revision=115770
* Update to version 6.3.30MIHIRA Sanpei Yoshiro2004-08-081-2/+2
| | | | | | | (I forgot update this file) Notes: svn path=/head/; revision=115675
* Update to version 6.3.30MIHIRA Sanpei Yoshiro2004-08-082-2/+2
| | | | Notes: svn path=/head/; revision=115674
* Update to 2.0.Pete Fritchman2004-08-062-4/+4
| | | | | | | Submitted by: csjp (maintainer) Notes: svn path=/head/; revision=115519
* re-add py-matplotlib 0.60.2Ying-Chieh Liao2004-08-046-0/+94
| | | | | | | A plotting library uses a syntax familiar to matlab users Notes: svn path=/head/; revision=115380
* Correct a configure-misdetection which went unnoticed until now, but causesMichael Nottebrock2004-07-311-0/+4
| | | | | | | breakage with gcc 3.4. Notes: svn path=/head/; revision=115188
* Update to version 1.2.9Kirill Ponomarev2004-07-304-6/+12
| | | | | | | | PR: ports/69817 Submitted by: Ports Fury Notes: svn path=/head/; revision=115114
* Add math/p5-Bit-Vector-Minimal, a minimalistic variant ofAnton Berezin2004-07-285-0/+43
| | | | | | | math/p5-Bit-Vector. Notes: svn path=/head/; revision=114937
* Use the correct version of libtool 13 -> 15 to avoid install the *.la files.Jeremy Messenger2004-07-271-1/+1
| | | | | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=114890
* only show i386 options to i386Ying-Chieh Liao2004-07-241-3/+7
| | | | | | | | PR: 69488 Submitted by: maintainer Notes: svn path=/head/; revision=114552
* Move pkg's files to Makefile, remove pkg-plist.Sergey A. Osokin2004-07-212-2/+2
| | | | | | | Approved by: Jason Harris jharris at widomaker dot com (maintainer) Notes: svn path=/head/; revision=114347
* Update to 0.9.3.Akinori MUSHA2004-07-193-10/+48
| | | | Notes: svn path=/head/; revision=114244
* Add a new shared extension for PHP.Alex Dupre2004-07-193-0/+29
| | | | Notes: svn path=/head/; revision=114147
* Add a new shared extension for PHP.Alex Dupre2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114143
* Add a new shared extension for PHP.Alex Dupre2004-07-193-0/+29
| | | | Notes: svn path=/head/; revision=114044
* Add a new shared extension for PHP.Alex Dupre2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114041
* o) Update to 5.1.16, with the following fixes:Lars Koeller2004-07-182-6/+4
| | | | | | | | | | | | | * PDF driver updated to work with PDFlib-6 (rep. #1426). Minimal supported version is now 5.0 -> These unbreaks the build * set scrolling of the custom ticks/labels table to 1 row per click (rep. #1419) * updates relevant to the status of mailing lists/forums * added option to generate PDF-1.4 format (Acrobat5). Support for PDF-1.2 (Acrobat3) removed * replaced meaningless error message issued when trying to load data with a few string columns as a single set * in the spreadsheet editor, the last entered cell's data wasn't committed (rep. #1420) Notes: svn path=/head/; revision=113909
* Update to version 2.6.4Kirill Ponomarev2004-07-173-9/+24
| | | | | | | | PR: ports/69188 Submitted by: Ports Fury Notes: svn path=/head/; revision=113855
* Fix patch-file.Edwin Groothuis2004-07-171-6/+6
| | | | | | | Noticed by: SANETO Takanori <sanewo@ba2.so-net.ne.jp> Notes: svn path=/head/; revision=113788