aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* - Split libgsf port to two standalone ports:Pav Lucistnik2004-05-221-1/+2
| | | | | | | | | | | | | | | | | | | * devel/libgsf is the old port minus gsf-gnome bits * devel/libgsf-gnome contains libgsf-gnome-1 library and it's header files This greatly reduces number of dependencies for ports that was using only non-gnome part of this library. - Point USE_GNOME parameter libgsf to GNOME-less port and create new parameter libgsf_gnome for libgsf-gnome port. - Convert all consumers of libgsf-gnome-1 library to depend on libgsf-gnome port (read all as: Gnumeric) PR: ports/63851 (in the spirit of) Submitted by: Sybolt de Boer <sybolt@xs4all.nl> Prodded by: lofi (KDE team) Reviewed by: marcus (GNOME team) Notes: svn path=/head/; revision=109734
* Fix build dependency (math/blacs)Maho Nakata2004-05-211-0/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=109659
* [1] broken for 4-STABLEMaho Nakata2004-05-211-2/+4
| | | | | | | | | | [2] add math/qhull Submitted by: Kay Lehmann <kay_lehmann@web.de> [1] and [2] kris [1] Notes: svn path=/head/; revision=109658
* use SITE_PERLErwin Lansing2004-05-211-7/+7
| | | | Notes: svn path=/head/; revision=109606
* Fix perl port of the day as a present for kris.Erwin Lansing2004-05-211-1/+7
| | | | | | | | | Happy birthday! Mark IGNORE for perl < 5.6.0 Notes: svn path=/head/; revision=109605
* - Update MASTER_SITESKirill Ponomarev2004-05-181-1/+1
| | | | | | | | PR: ports/66794 Submitted by: maintainer Notes: svn path=/head/; revision=109411
* - Update to version 1.0.0Kirill Ponomarev2004-05-172-4/+4
| | | | | | | | PR: ports/66754 Submitted by: Ports Fury Notes: svn path=/head/; revision=109354
* add perl5 build dependYing-Chieh Liao2004-05-171-0/+1
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=109308
* Add libRmath 1.9.0, the standalone math library from R.Kirill Ponomarev2004-05-154-0/+67
| | | | | | | | PR: ports/66644 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> Notes: svn path=/head/; revision=109219
* add lambda 0.1.4Ying-Chieh Liao2004-05-144-0/+59
| | | | | | | A lambda calculus interpreter Notes: svn path=/head/; revision=109095
* Updated to 1.03Sergey Skvortsov2004-05-112-3/+3
| | | | Notes: svn path=/head/; revision=108910
* This version of octave-forge doens't compile any more with theMaho Nakata2004-05-101-1/+9
| | | | | | | | | | good old gcc-2.95. The newly introduced xmlread-stuff requires >gcc-3.x. Maintainer doens't mark this port as broken, but set USE_GCC instead. Suggested by: Kay Lehmann <kay_lehmann@web.de> Notes: svn path=/head/; revision=108861
* Initiate de-orbit burn: Even the mastersite warns not to use the outdatedVolker Stolz2004-05-101-0/+3
| | | | | | | | | | | | FreeBSD-port because of its many bugs. Note that an update might prove to be non-trivial since 0.3.99 depends on a CVS-version of libzvt which we don't have in the ports-tree yet. Any volunteers can use http://www.foldr.org/~stolz/bsd/rcalc-0.2.6.diff as a starting point. Notes: svn path=/head/; revision=108810
* - Update to version 1.2.5Kirill Ponomarev2004-05-094-7/+6
| | | | | | | | PR: ports/66395 Submitted by: Ports Fury Notes: svn path=/head/; revision=108744
* Add math/octave-forge, adding many features such as sparce matrix treatment,Maho Nakata2004-05-079-0/+842
| | | | | | | | fast fourier transformation, Statistics, Optimizations and more to math/octave. Notes: svn path=/head/; revision=108647
* Upgrade to 1.40.Thierry Thomas2004-05-065-22/+11
| | | | Notes: svn path=/head/; revision=108588
* Make portlint happy by replacing space to tabMaho Nakata2004-05-068-36/+36
| | | | | | | | PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
* update to 2.1.57Maho Nakata2004-05-066-18/+34
| | | | Notes: svn path=/head/; revision=108571
* Update to 1.2.12Alexander Nedotsukov2004-05-062-4/+4
| | | | Notes: svn path=/head/; revision=108532
* update to 2.1.53Maho Nakata2004-05-056-28/+92
| | | | Notes: svn path=/head/; revision=108468
* Unbreak on -STABLE.Volker Stolz2004-05-042-3/+13
| | | | | | | | | | Having -pipe in CFLAGS would break the build: http://docs.freebsd.org/cgi/mid.cgi?20040503181426.GB12673 Approved by: linimon (mentor) Notes: svn path=/head/; revision=108370
* unzip is a BUILD_DEPENDS since it is used in the install phase.Kris Kennaway2004-05-031-1/+2
| | | | Notes: svn path=/head/; revision=108229
* math/R-project port was renamed to math/RPav Lucistnik2004-04-307-8295/+3
| | | | | | | | | PR: ports/65809 Submitted by: pav Repocopy by: marcus Notes: svn path=/head/; revision=108006
* Remove directories if they are emptyTilman Keskinoz2004-04-301-0/+14
| | | | | | | | PR: 65999 Submitted by: Kay Lehmann Notes: svn path=/head/; revision=108002
* - Fix WWW:Kirill Ponomarev2004-04-291-1/+1
| | | | | | | | PR: ports/66072 Submitted by: maintainer Notes: svn path=/head/; revision=107933
* Add qhull 1.0, qhull computes convex hulls, Delaunay triangulationsThierry Thomas2004-04-2815-0/+317
| | | | | | | | | | | | and halfspaces. Remark: submitter time-out -> maintainership assigned to ports@. PR: 63693 Submitted by: pusto@web.de Notes: svn path=/head/; revision=107890
* Update to 1.2Tilman Keskinoz2004-04-202-3/+3
| | | | | | | | PR: 65749 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> Notes: svn path=/head/; revision=107698
* Update to 1.0.3Tilman Keskinoz2004-04-202-3/+3
| | | | | | | | PR: 65750 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> Notes: svn path=/head/; revision=107689
* Update to KDE 3.2.2Michael Nottebrock2004-04-202-2/+13
| | | | Notes: svn path=/head/; revision=107688
* - Rename math/R-letter to math/R-project.Pav Lucistnik2004-04-1910-8311/+5
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=107634
* - Update to 1.9.0Pav Lucistnik2004-04-199-6351/+6750
| | | | | | | | | PR: ports/65519 Submitted by: Rong-En Fan <rafan@infor.org> This patch by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer) Notes: svn path=/head/; revision=107628
* Update to 1.2.11.Joe Marcus Clarke2004-04-193-20/+3
| | | | Notes: svn path=/head/; revision=107608
* Resurrect ruby-gsl and update to 0.3.9.Akinori MUSHA2004-04-185-0/+268
| | | | Notes: svn path=/head/; revision=107472
* Update to 0.6.2.Akinori MUSHA2004-04-182-3/+3
| | | | Notes: svn path=/head/; revision=107449
* After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computingPav Lucistnik2004-04-186-53/+37
| | | | | | | | | | Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x PR: ports/65559 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=107412
* Fix build depends sectionMaho Nakata2004-04-161-1/+2
| | | | | | | Submitted by: kris (bento) Notes: svn path=/head/; revision=107279
* Add missing files and manpagesKris Kennaway2004-04-162-0/+3
| | | | Notes: svn path=/head/; revision=107188
* Update description (approved by maintainer)Volker Stolz2004-04-151-3/+6
| | | | | | | | | PR: ports/65441 Submitted by: Radim Kolar Approved by: linimon (mentor) Notes: svn path=/head/; revision=107138
* Fix typo: LOCALBASE -> PREFIX; when installingMario Sergio Fujikawa Ferreira2004-04-141-2/+2
| | | | Notes: svn path=/head/; revision=107081
* Add missing dirrm'sErwin Lansing2004-04-141-0/+2
| | | | | | | Submitted by: dosirak Notes: svn path=/head/; revision=107062
* o Override distfile's install procedure so that the port does notMario Sergio Fujikawa Ferreira2004-04-131-2/+13
| | | | | | | | | | | inadvertently mess directory permissions under LOCALBASE o Therefore, remove BROKEN o Bump PORTREVISION since users should update to this fixed version Prompted by: kris Notes: svn path=/head/; revision=106971
* Add missing fileKris Kennaway2004-04-131-0/+1
| | | | Notes: svn path=/head/; revision=106906
* BROKEN: Changes permissions on /usr/local and /usr/local/libKris Kennaway2004-04-131-0/+2
| | | | Notes: svn path=/head/; revision=106873
* Update to 1.2.10.Joe Marcus Clarke2004-04-132-3/+3
| | | | Notes: svn path=/head/; revision=106871
* Per distfile survey, remove Debian as a mastersite. I cannot find anyMark Linimon2004-04-131-2/+1
| | | | | | | | | current version of this port under Debian. (Note: the source code to this port is very old). If anyone knows of a better mastersite these days, please speak up. Notes: svn path=/head/; revision=106867
* er distfile survey, remove obsolete mastersite. It points to the URLMark Linimon2004-04-131-1/+1
| | | | | | | | | contained in the pkg_descr, but when I tried to access that site, I was told I was not a member of that group -- not a very useful method of software distribution IMHO. Notes: svn path=/head/; revision=106866
* remove ${CP} ${FILESDIR}/Makefile ${WRKDIR} in Makefile.Maho Nakata2004-04-131-5/+0
| | | | | | | | | | library no longer supported for sdpara (unlike sdpa) Submitted by: kris via bento Pointy hat to: myself Notes: svn path=/head/; revision=106850
* a) unbreak. silent distfile updateMaho Nakata2004-04-122-5/+3
| | | | | | | | | | | | | | distfile has been updated at 2004/April/10th and according to http://crd.lbl.gov/~xiaoye/SuperLU/ o Include "symmetric mode" b) change portversion Submitted by: kris via bento Notes: svn path=/head/; revision=106849
* BROKEN: Size mismatchKris Kennaway2004-04-121-0/+2
| | | | Notes: svn path=/head/; revision=106844
* BROKEN on sparc64: Does not compileKris Kennaway2004-04-121-2/+2
| | | | Notes: svn path=/head/; revision=106784