summaryrefslogtreecommitdiff
path: root/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [math/gnuplot+] fix amd64 build failureEdwin Groothuis2004-07-162-14/+8
| | | | | | | | | | | | | | | | | It is marked BROKEN on amd64 because FreeBSD/amd64 does not have some IEEE FP functions like fpresetsticky(). The build failure log is now available at http://pointyhat.freebsd.org/errorlogs/amd64-5-full/gnuplot371+-1.2.0_1.log I found file/patch-za causes the problem. The feature of this patch as reported in ports/16120 can take effect only on FreeBSD/i386. PR: ports/69143 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Notes: svn path=/head/; revision=113764
* Fix build on 5.x and fix build with new X headers.Eric Anholt2004-07-154-7/+45
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=113689
* In former commit I commented out all the blas options.Maho Nakata2004-07-141-2/+2
| | | | | | | pointy hat to: myself Notes: svn path=/head/; revision=113597
* Some options for BLAS are available (though they are hidden by default).Maho Nakata2004-07-142-2/+18
| | | | Notes: svn path=/head/; revision=113596
* 1) correct the names of shared libs for threaded versionMaho Nakata2004-07-144-5/+33
| | | | | | | 2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M) Notes: svn path=/head/; revision=113595
* Remove lapack dependency.Maho Nakata2004-07-141-2/+1
| | | | Notes: svn path=/head/; revision=113594
* Update to 3.7.5Maho Nakata2004-07-142-3/+3
| | | | Notes: svn path=/head/; revision=113593
* Update to 0.9.1.Akinori MUSHA2004-07-133-42/+6
| | | | Notes: svn path=/head/; revision=113579
* . Bump PORTREVISION (forgotten in previous commit).Greg Lewis2004-07-131-1/+1
| | | | Notes: svn path=/head/; revision=113572
* . Sort OPTIONS and the associated sections that deal with them.Greg Lewis2004-07-131-8/+15
| | | | | | | | | . Add a GD option that compile gd support into gnuplot. Prompted by: Chris Burkert <chris@chrisburkert.de> Notes: svn path=/head/; revision=113571
* - Unbreak package building.Lars Thegler2004-07-122-3/+4
| | | | | | | | | | - Bump PORTREVISION Noticed by: kris Approved by: maintainer Notes: svn path=/head/; revision=113469
* BROKEN: Does not buildKris Kennaway2004-07-111-0/+2
| | | | Notes: svn path=/head/; revision=113430
* Add p5-Geo-Distance 0.06, calculate Distances and Closest Locations.Lars Thegler2004-07-116-0/+88
| | | | | | | | | PR: 68902 Submitted by: Rod Taylor <ports@rbt.ca> Approved by: erwin (implicit) Notes: svn path=/head/; revision=113427
* Fix a "reinplaced" patch.Thierry Thomas2004-07-111-27/+1
| | | | Notes: svn path=/head/; revision=113401
* BROKEN: UnfetchableKris Kennaway2004-07-111-0/+1
| | | | Notes: svn path=/head/; revision=113364
* Upgrade to 1.41.Thierry Thomas2004-07-109-79/+244
| | | | Notes: svn path=/head/; revision=113357
* - Correct dependency on linux-pngPav Lucistnik2004-07-101-1/+1
| | | | | | | | | Thank to Jean-Yves for spotting this and finding a solution. Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=113354
* Remove CONFLICTS, it's not necessary anymore.Alexander Leidinger2004-07-102-2/+0
| | | | | | | | Submitted by: marius Approved by: maintainer timeout Notes: svn path=/head/; revision=113327
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-0913-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* - Unbreak build by using gmake all over the place. Without this, $< in MakefilesPav Lucistnik2004-07-081-3/+3
| | | | | | | are not expanded and perl hangs on tty input during build Notes: svn path=/head/; revision=113237
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-072-8/+4
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* Chase libgsl-updateVolker Stolz2004-07-074-4/+4
| | | | Notes: svn path=/head/; revision=113119
* Chase libgsl-updateVolker Stolz2004-07-071-1/+1
| | | | | | | | | PR: ports/68749 Submitted by Jon Drews and: kiril@ Notes: svn path=/head/; revision=113116
* - Update to 1.5Volker Stolz2004-07-063-6/+9
| | | | | | | | | | - Assign maintainership to submitter PR: ports/68715 Submitted by: Jonathan Drews Notes: svn path=/head/; revision=113061
* Update to version 1.2.7Kirill Ponomarev2004-07-036-21/+21
| | | | | | | | PR: ports/68634 Submitted by: Ports Fury Notes: svn path=/head/; revision=112865
* Remove libgmp-freebsd, superseded by libgmp4.Alexander Leidinger2004-07-021-1/+0
| | | | Notes: svn path=/head/; revision=112781
* Remove expired port, it's superseded by math/libgmp4.Alexander Leidinger2004-07-026-714/+0
| | | | | | | Reminded by: marius Notes: svn path=/head/; revision=112766
* Update to 0.20105Erwin Lansing2004-07-022-3/+3
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=112731
* - Fix optional dependency on unexistant portPav Lucistnik2004-07-012-4/+3
| | | | | | | | | | | - WANT_ -> WITH_ - Portlint PR: ports/68567 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> Notes: svn path=/head/; revision=112710
* Update to 1.2.13.Joe Marcus Clarke2004-06-303-120/+9
| | | | Notes: svn path=/head/; revision=112578
* Update to 0.4.6.Akinori MUSHA2004-06-283-31/+72
| | | | Notes: svn path=/head/; revision=112482
* Fix OPTIONSKirill Ponomarev2004-06-271-6/+7
| | | | | | | | PR: ports/68388 Submitted by: Ports Fury Notes: svn path=/head/; revision=112399
* Update to version 0.9.13Kirill Ponomarev2004-06-274-13/+22
| | | | | | | | PR: ports/68387 Submitted by: Ports Fury Notes: svn path=/head/; revision=112398
* - Fix WITH_SSE on 4.x by using gcc-3.3Pav Lucistnik2004-06-271-1/+4
| | | | | | | | | | - Update MASTER_SITES PR: ports/68407 Submitted by: michael johnson <ahze@rgv.net> (maintainer) Notes: svn path=/head/; revision=112367
* Add ruby-fftw3, Ruby bindins for fftw3 library.Pav Lucistnik2004-06-265-0/+49
| | | | | | | | PR: ports/68310 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> Notes: svn path=/head/; revision=112344
* - Update to 1.9.1Pav Lucistnik2004-06-252-3/+3
| | | | | | | | PR: ports/68336 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer) Notes: svn path=/head/; revision=112275
* . Chase print/pdflib updates. While this change fixes compilation and isGreg Lewis2004-06-252-1/+14
| | | | | | | | my best guess at what needs to happen so far, PDF file generation currently appears broken. Notes: svn path=/head/; revision=112259
* - Update to 1.9.1Pav Lucistnik2004-06-253-8/+12
| | | | | | | | PR: ports/68295 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer) Notes: svn path=/head/; revision=112257
* - Chase the pdflib shared libraryAlex Dupre2004-06-251-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=112225
* Drop maintainershipMario Sergio Fujikawa Ferreira2004-06-244-4/+4
| | | | Notes: svn path=/head/; revision=112138
* Unbreak: Add dependency on devel/readline for systems that need itVolker Stolz2004-06-231-2/+3
| | | | Notes: svn path=/head/; revision=112031