aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* A Turkish translation was added to the tarballTilman Keskinoz2004-11-053-41/+42
| | | | | | | | | | | | | Install examples into EXAMPLESDIR Bump PORTREVISION PR: 73041 Submitted by: Kuang-che Wu <kcwu@csie.org> Don't install the non-existing xx-language files Notes: svn path=/head/; revision=120888
* - add USE_GCC=3.3 when default gcc is 3.4Yen-Ming Lee2004-11-042-3/+2
| | | | | | | - utilize BSD_INSTALL_DATA in INSTALL_MACROS Notes: svn path=/head/; revision=120749
* Add e-0.02718, a tiny expression evaluator.Kirill Ponomarev2004-11-035-0/+50
| | | | | | | | PR: ports/73454 Submitted by: Nicholas Stallard <snowy@netphile.de> Notes: svn path=/head/; revision=120706
* Update to 1.73.Anton Berezin2004-11-022-3/+3
| | | | Notes: svn path=/head/; revision=120641
* Update to 2004.10.25Kirill Ponomarev2004-11-023-3/+9
| | | | Notes: svn path=/head/; revision=120636
* Upgrade to 1.43.Thierry Thomas2004-11-015-43/+11
| | | | | | | Remove some patches which have been committed upstream. Notes: svn path=/head/; revision=120601
* Remove not need gnomeprefixMichael Johnson2004-10-301-1/+1
| | | | | | | | Pointed out by: marcus Approved by: adamw (mentor) Notes: svn path=/head/; revision=120475
* Change email to new FreeBSD.org addressMichael Johnson2004-10-291-1/+1
| | | | | | | Approved by:adamw (mentor) Notes: svn path=/head/; revision=120470
* add -lXext to src/glx/Makefile.in because -lGL needs itOliver Lehmann2004-10-281-0/+11
| | | | Notes: svn path=/head/; revision=120424
* Add a missing dependence (math/arpack).Thierry Thomas2004-10-261-0/+1
| | | | | | | Noticed by: Kris / pointyhat Notes: svn path=/head/; revision=120277
* . Add support for stacked histograms (off by default).Greg Lewis2004-10-263-9/+44
| | | | | | | | | | | . Add readline support (on by default). This is done a little differently from the submitter's patch (the support is optional). PR: 72827 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> Notes: svn path=/head/; revision=120276
* - Chase recent readline updatePav Lucistnik2004-10-261-4/+4
| | | | | | | | | | - Pass maintainership on submitter PR: ports/73161 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=120241
* - Update to 1.3.0Pav Lucistnik2004-10-263-5/+6
| | | | | | | | PR: ports/73080 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=120200
* 1) Remove Xpm, and also remove dependenciesMaho Nakata2004-10-242-10/+3
| | | | | | | | which is included in distfiles. 2) Bump portrevision Notes: svn path=/head/; revision=120064
* Depends on newer libpng.Maho Nakata2004-10-241-1/+1
| | | | Notes: svn path=/head/; revision=120062
* Avoid the use of != statements in ports MakefileMaho Nakata2004-10-242-2/+10
| | | | | | | | PR: 71095 Submitted by: eik Notes: svn path=/head/; revision=120057
* Update to 1.2.4. This is a bugfix/minor feature enhancement release:Christian Weisgerber2004-10-233-3/+5
| | | | | | | | | | * introducing thousands separators * several bugfixes * cleaned up display code * new and updated translations Notes: svn path=/head/; revision=120035
* 1) fix build after changes to make(1) on FreeBSD >= 5.x.Maho Nakata2004-10-193-159/+192
| | | | | | | | | | 2) clean up (pkg-message) PR: 72265 Submitted by: thierry Notes: svn path=/head/; revision=119768
* Forgot to add pkg-message.inMaho Nakata2004-10-191-0/+12
| | | | | | | | PR: 72261 Pointy hat to: maho Notes: svn path=/head/; revision=119767
* 1) fix build after changes to make(1) on FreeBSDMaho Nakata2004-10-193-21/+14
| | | | | | | | | | 2) pass portlint, and also fix pkg-message as well. PR: 72261 Submitted by: thierry@ Notes: svn path=/head/; revision=119766
* USE_MPI->WITH_MPI and other fixMaho Nakata2004-10-191-3/+1
| | | | | | | | PR: 72216 Submitted by: thierry@ Notes: svn path=/head/; revision=119765
* 1) Adding missing symbols in the libraryMaho Nakata2004-10-194-25/+51
| | | | | | | | | | 2) Makefile Cleanups. PR: 72216 Submitted by: thierry@ Notes: svn path=/head/; revision=119764
* Adding newline at the end of filesMaho Nakata2004-10-194-4/+4
| | | | | | | | | (lapack.h and blas.h) Submitted by: thierry@ Notes: svn path=/head/; revision=119760
* Fix package build.Kirill Ponomarev2004-10-161-1/+1
| | | | Notes: svn path=/head/; revision=119596
* o) Fix error in package list (use of rm).Lars Koeller2004-10-161-1/+1
| | | | Notes: svn path=/head/; revision=119585
* Unbreak by using gcc-3.3.Thierry Thomas2004-10-163-107/+107
| | | | | | | | | | Since I'm there, pet portlint. PR: ports/71585 Submitted by: maintainer. Notes: svn path=/head/; revision=119571
* Add coq, a formal proof management system: a proof done with Coq isPav Lucistnik2004-10-165-0/+598
| | | | | | | | | | | | | | | | mechanically checked by the machine. In particular, Coq allows: * the definition of functions or predicates, * to state mathematical theorems and software specifications, * to develop interactively formal proofs of these theorems, * to check these proofs by a small certification "kernel". PR: ports/72718 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> Notes: svn path=/head/; revision=119551
* - Update to 0.3.5Pav Lucistnik2004-10-158-36/+16
| | | | | | | | | - Fix build against R 2.0 Reported by: pointyhat via kris Notes: svn path=/head/; revision=119530
* Update from 5.1.16 -> 5.1.17Lars Koeller2004-10-143-12/+11
| | | | | | | | | | | | | | * src/pdfdrv.c: Fixed crash in PDF when using patterns with PDF-1.4. * Xbae/Xbae/Create.c: Backported font width fixes. * src/x11drv.c: Backported page frame fix. * src/: Tab.c, XMgrace.ad, xmgrace.c, Tab.h: Backported tabFontList changes. * src/pdfdrv.c: Changed default PDF dpi to 300. PR: 72197 Submitted by: Shuhei Amakawa <sa264@cam.ac.uk> Notes: svn path=/head/; revision=119442
* Update to 0.401Kirill Ponomarev2004-10-145-23/+27
| | | | | | | | | | Change maintainer's email. PR: ports/72661 Submitted by: maintainer Notes: svn path=/head/; revision=119380
* Update to 1.72.Anton Berezin2004-10-132-3/+3
| | | | Notes: svn path=/head/; revision=119201
* - Update to 2.0.0Pav Lucistnik2004-10-123-926/+858
| | | | | | | | PR: ports/72544 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer) Notes: svn path=/head/; revision=119097
* - Bump USE_GCC to 3.4 to match cln and unbreakPav Lucistnik2004-10-122-7/+3
| | | | | | | | | - Remove gettext hack, it's no longer valid Reported by: pointyhat via kris Notes: svn path=/head/; revision=119088
* Update to 1.1Mathieu Arnold2004-10-122-3/+3
| | | | Notes: svn path=/head/; revision=119035
* Update to version 2004.10.04Kirill Ponomarev2004-10-128-287/+417
| | | | | | | | PR: ports/72531 Submitted by: Ports Fury Notes: svn path=/head/; revision=119002
* Updated to 1.04Sergey Skvortsov2004-10-122-3/+3
| | | | | | | * fix ->new(@seed) Notes: svn path=/head/; revision=118980
* - Fix typos (omitted $'s)Sergei Kolobov2004-10-122-36/+33
| | | | | | | | | | | | | PR: ports/72408 Submitted by: Mike Meyer (maintainer) While I'm here: - Remove unnecessary explicit invocation of STRIP_CMD - Merge post-install into do-install target - Use DOCSDIR macro in pkg-plist Notes: svn path=/head/; revision=118855
* Update to 2.30.Mark Linimon2004-10-124-14/+9
| | | | | | | | PR: ports/71882 Submitted by: KATO Tsuguru <tkato432 at yahoo dot com> Notes: svn path=/head/; revision=118848
* 1) fix plist: test builds show, that 0.6.3 configure fails to detectMark Linimon2004-10-122-1/+12
| | | | | | | | | | | | gettext on 5x too :( So we need to temporarily disable translations for now... 2) reinstall didn't ever work, because of use of 'ln -s' instead of ln -sf for symlinking qalculate-gtk binary. PR: ports/71228 Submitted by: Sergey Akifyev <asa at gascom dot ru> (maintainer) Notes: svn path=/head/; revision=118814
* Upgrade to 4.3.Thierry Thomas2004-10-123-49/+41
| | | | Notes: svn path=/head/; revision=118808
* - Upgrade to 1.42;Thierry Thomas2004-10-115-127/+64
| | | | | | | - Add support for MPI. Notes: svn path=/head/; revision=118627
* Play nice with new GCC, and unbreak the build.Alexey Dokuchaev2004-10-082-7/+73
| | | | | | | | Reported by: kris Approved by: portmgr (krion), fjoe (mentor, implicit) Notes: svn path=/head/; revision=118584
* Hack to make pari compile again on 5.3 prior to releaseAde Lovett2004-10-042-1/+21
| | | | | | | | Reviewed by: maintainer Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118542
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-306-6/+6
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* This port compiles correctly with GCL.Mark Murray2004-09-281-4/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118480
* Now builds on amd64Kris Kennaway2004-09-281-4/+0
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118470
* make replaced the defined command by our ${ARCH}.Thierry Thomas2004-09-274-19/+21
| | | | | | | Approved by: portmgr (marcus). Notes: svn path=/head/; revision=118456
* BROKEN on 5.x: Broken by changes to make(1)Kris Kennaway2004-09-262-2/+14
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118429
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-261-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118428
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-262-0/+8
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118408