aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Add new port math/sdpa.Maho Nakata2003-10-048-0/+230
| | | | | | | | | The SDPA (SemiDefinite Programming Algorithm) is a software package for solving semidefinite program (SDP). Extremely efficient, almost fastest around the world! Notes: svn path=/head/; revision=90200
* Add new port atlas-devel, developer version of math/atlasMaho Nakata2003-10-0312-0/+6276
| | | | Notes: svn path=/head/; revision=90176
* Fix the -pthread problem in case the option gets removed again. ThisWill Andrews2003-10-032-3/+2
| | | | | | | | | | | | | | | | | | | | patch involved patching the core auto* routines in KDE to accept the PTHREAD_* variables in the environment, with fallbacks. We decided the easiest way to implement this in ports was to generate configure instead of risking incorrect generation at port configure time. Said patch has already been committed to HEAD in KDE and as such will be removed with the 3.2 upgrade once it is released. Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE modules) have this support commented out due to lack of patch. Helped out: Adriaan de Groot <adridg@cs.kun.nl> Lauri Watts <lauri@kde.org> Andy Fawcett <andy@athame.co.uk> Notes: svn path=/head/; revision=90174
* Update to 0.2Mathieu Arnold2003-10-024-12/+15
| | | | | | | | | | | Remove MANPREFIX, fixup WWW, use %%SITE_PERL%% maintainer timeout (4 months) PR: 52288 Submitted by: myself Notes: svn path=/head/; revision=90044
* Update to 1.66Mathieu Arnold2003-10-024-13/+11
| | | | | | | | | | Remove MANPREFIX, use %%SITE_PERL%%, fix WWW PR: 52290 Submitted by: myself Notes: svn path=/head/; revision=90042
* IA64s do not have apm.Tilman Keskinoz2003-09-301-2/+2
| | | | | | | IA64 Laptops are also very unlikely, so disable klaptop on ia64. Notes: svn path=/head/; revision=89895
* - Update to version 1.4Kirill Ponomarev2003-09-283-83/+64
| | | | | | | | | | | - Pet portlint PR: 56160 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Approved by: maintainer timeout > 1 month Notes: svn path=/head/; revision=89723
* - Backout the previous commit, because we need repo copy forKirill Ponomarev2003-09-2810-412/+272
| | | | | | | | | | new version. Submitted by: Ports Fury Approved by: portmgr (marcus) Notes: svn path=/head/; revision=89594
* - Update to drgeo version 0.9.9Kirill Ponomarev2003-09-2710-272/+412
| | | | | | | | PR: 57287 Submitted by: Ports Fury Notes: svn path=/head/; revision=89552
* Update port: misc/gretl to 1.1.2Edwin Groothuis2003-09-274-8/+11
| | | | | | | | | | - Update to version 1.1.2 PR: ports/57006 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89505
* - ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-4/+4
| | | | | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89491
* Chase print/pdflib version bumpEdwin Groothuis2003-09-262-2/+2
| | | | | | | PR: ports/57204 Notes: svn path=/head/; revision=89484
* Once more try at fixing the patch problem.Joe Marcus Clarke2003-09-251-8/+11
| | | | Notes: svn path=/head/; revision=89385
* Fix patching.Joe Marcus Clarke2003-09-252-19/+16
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=89372
* Fix build on -STABLE.Joe Marcus Clarke2003-09-251-0/+19
| | | | | | | Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=89360
* Update to 1.2.0.Adam Weinberger2003-09-254-11/+14
| | | | Notes: svn path=/head/; revision=89291
* * s/-pthread/${PTHREAD_LIBS}/Joe Marcus Clarke2003-09-241-3/+2
| | | | | | | * Use gnometarget Notes: svn path=/head/; revision=89269
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-242-2/+2
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.Will Andrews2003-09-181-1/+1
| | | | Notes: svn path=/head/; revision=89050
* Bugfix. fix wish --> wish8.4 to fix xmaxima. Sort out INFO files aMark Murray2003-09-162-29/+39
| | | | | | | | | | | bit better, and allow different lisp compilers to be used. The clisp compiler dumps core, so mark that case as an error until it can get fixed. Fix the COMMENT a bit to fit in with sysinstall better. OK'ed by: portmgr(marcus) Notes: svn path=/head/; revision=89009
* o) User pdflib5 in dependency section to unbreak build due to brokenLars Koeller2003-09-151-2/+2
| | | | | | | | | | | marked pdflib4 PR: 56673 Submitted by: j.e.drews@att.net Approved by: portmgr@freebsd.org Notes: svn path=/head/; revision=88990
* Fix buuild on -STABLE, and make sure -lc_r is linked in on -CURRENT.Joe Marcus Clarke2003-09-112-0/+11
| | | | | | | | Reported by: Sergey Akifyev <asa@gascom.ru> Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=88955
* Update 20030507 to 20030825[1]. Following additional changes has made:Kiriyama Kazuhiko2003-09-105-562/+561
| | | | | | | | | | | * spaces between macros and eqauls to tab(portlint) * change %%DOCSDIR%% in pkg-plist(portlint) PR: 56230 Submitted by: Saito Tomokatsu <saito@saitou.org>[1] Notes: svn path=/head/; revision=88935
* Update to 4.3.3.Joe Marcus Clarke2003-09-103-2/+7
| | | | Notes: svn path=/head/; revision=88884
* Drop maintainershipMario Sergio Fujikawa Ferreira2003-09-072-2/+2
| | | | Notes: svn path=/head/; revision=88696
* Add missing dependencies on py-gtk2 and libgnomedb.Joe Marcus Clarke2003-09-071-1/+5
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=88669
* Import p5-Math-Round. Math::Round is a Perl module. It supplies functions toFoxfair Hu2003-09-065-0/+38
| | | | | | | | | round numbers, both positive and negative, in various ways. This may seem like an odd thing to write a whole module for, but rounding can sometimes be a little tricky, so I thought some people might find this useful. Notes: svn path=/head/; revision=88615
* - Fix buildKirill Ponomarev2003-09-041-2/+8
| | | | | | | | PR: 56436 Submitted by: Ports Fury Notes: svn path=/head/; revision=88544
* - Update to version 2.6.1Kirill Ponomarev2003-09-034-370/+326
| | | | | | | | PR: 56322 Submitted by: Ports Fury Notes: svn path=/head/; revision=88441
* Update to 1.1.3. Changes in this release:Christian Weisgerber2003-09-013-3/+8
| | | | | | | | | | | | | * Introducing basic and scientific mode. * Number base, angle unit and notation mode are remembered on exit. No defaults anymore. * Updates to binary mode. * New functions (asinh, acosh, atanh) and a new operation (percent). * Bug fixes: crash on bracket closing, remember display value, GUI. * Japanese translation, translation updates. Notes: svn path=/head/; revision=88298
* - Fix buildKirill Ponomarev2003-08-301-1/+1
| | | | | | | | PR: 56193 Submitted by: Ports Fury Notes: svn path=/head/; revision=88083
* Add ruby-bitset, a(nother) bit set library for Ruby.Akinori MUSHA2003-08-275-0/+39
| | | | Notes: svn path=/head/; revision=87802
* Maintainer update of math/entropy to 1.1Sean Chittenden2003-08-273-2/+4
| | | | | | | | PR: ports/56022 Submitted by: Chris S.J.Peron <maneo@bsdpro.com> (maintainer) Notes: svn path=/head/; revision=87758
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-262-1/+2
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Unbreak in the case you did not have -O in your CFLAGSMathieu Arnold2003-08-261-1/+2
| | | | | | | | | PR: 55870 Submitted by: Kevin Oberman <oberman@es.net> Approved by: demon (mentor) Notes: svn path=/head/; revision=87711
* Update to 4.3.2.Joe Marcus Clarke2003-08-253-2/+4
| | | | Notes: svn path=/head/; revision=87694
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-252-2/+2
| | | | Notes: svn path=/head/; revision=87644
* port update: math/mtlEdwin Groothuis2003-08-252-3/+5
| | | | | | | | | | | | | | | | There is a minor update to mtl. Since this is port only consists of header, and no library is actually build I followed their recomendation and added NO_BUILD which saves some time doing unnecessary testing. I also wanted to add LAPACK support but I couldn't. At least I fixed a bug in configure in the process. PR: ports/55203 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=87635
* - Update to 0.9.2Kirill Ponomarev2003-08-244-15/+3
| | | | Notes: svn path=/head/; revision=87596
* Bump PORTREVISION after lang/python's changing default toHye-Shik Chang2003-08-233-0/+3
| | | | | | | | | BUILD_STATIC. This affects to python embedding programs only. Submitted by: olgeni Notes: svn path=/head/; revision=87536
* Add ruby-gmp (libgmp-ruby), Ruby bindings to GNU MultiprecisionAkinori MUSHA2003-08-225-0/+49
| | | | | | | Library. Notes: svn path=/head/; revision=87532
* Update to 1.1.20.Joe Marcus Clarke2003-08-224-216/+116
| | | | Notes: svn path=/head/; revision=87480
* Update to 2.010500Mathieu Arnold2003-08-215-29/+37
| | | | | | | | | | | add WWW respect CFLAGS PR: 52293 Approved by: demon (mentor), maintainer Notes: svn path=/head/; revision=87443
* Mark NOT_FOR_ARCHS=alpha.Kirill Ponomarev2003-08-201-0/+2
| | | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.com> Reported by: kris via bento Notes: svn path=/head/; revision=87393
* Fix build on python2.3Hye-Shik Chang2003-08-201-0/+13
| | | | Notes: svn path=/head/; revision=87356
* o Main modificationNorikatsu Shigemura2003-08-182-7/+5
| | | | | | | | | | | | | | | | | | | | | graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1] Notes: svn path=/head/; revision=87214
* Update my ports to use my @FreeBSD.org addressMathieu Arnold2003-08-161-1/+1
| | | | | | | Approved by: demon (mentor) Notes: svn path=/head/; revision=87033
* Unbreak by converting CR+LF to LF, as gcc does not seem to be tolerantAkinori MUSHA2003-08-141-2/+3
| | | | | | | of CR before LF when it comes to line continuation. Notes: svn path=/head/; revision=86934
* unbreaking on Alpha (and maybe on other 64bit platforms (untested))Oliver Lehmann2003-08-134-14/+49
| | | | | | | | | | bump PORTREVISION Submitted by: Thierry Thomas <thierry@pompo.net> PR: ports/55544 Notes: svn path=/head/; revision=86893
* Update to version 3.39Kirill Ponomarev2003-08-112-2/+2
| | | | | | | | PR: 55468 Submitted by: Ports Fury Notes: svn path=/head/; revision=86759