summaryrefslogtreecommitdiff
path: root/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1) unbreak by updating distinfoMaho Nakata2004-02-232-7/+4
| | | | | | | | | | | | | | 2) silent version up without changing the filename of the archive. a) minor difference in .MMMinit b) lib.tar (also .MMMinit) c) lib.toc (table of contents) d) plot.mdvi (one of the help file) 3) satisfy portlint Submitted by: kris via bento Notes: svn path=/head/; revision=101856
* BROKEN on !i386: Does not compileKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101815
* BROKEN on alpha 5.x: configure failsKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101801
* Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.Kris Kennaway2004-02-221-1/+2
| | | | Notes: svn path=/head/; revision=101643
* BROKEN on 4.x: does not compileKris Kennaway2004-02-211-1/+7
| | | | Notes: svn path=/head/; revision=101614
* Update to 4.3.46.Joe Marcus Clarke2004-02-202-3/+3
| | | | Notes: svn path=/head/; revision=101544
* Add a port of ndiff:Greg Lewis2004-02-186-0/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ndiff is a utility for comparing putatively similar files, ignoring small numeric differences. The utility is written by Nelson H. F. Beebe and covered by the GNU General Public License (GPL), version 2. It may be built with arbitrary precision support (more powerful) or using built-in floating point precision, see Makefile. Assessing the consistency of a numerical program run in multiple environments (operating systems, architectures, or compilers) can be a difficult task for a human, as small differences in numerical output values are expected. File differencing utilites, such as diff(1), will generally produce voluminous output, often longer than the original files. ndiff solves this problem. Taking two two text files expected to be identical, or at least numerically similar, it allows to specify absolute and/or relative error tolerances for differences between numerical values in the two files, and then reports only the lines with values exceeding those tolerances. It also tells by how much they differ. A simple example: % ndiff --relative-error 1.0e-3 test019.txt.1 test019.txt.2 ### Maximum relative error in matching lines = 8.64e-51 at line 129 field 4 WWW: http://www.math.utah.edu/~beebe/software/ndiff/ I've cleaned up the submitted version a little. PR: 62221 Submitted by: Stefan A. Deutscher <sad@mailaps.org> Notes: svn path=/head/; revision=101356
* Use QT3 instead of QT2.Tilman Keskinoz2004-02-174-13/+42
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=101213
* Fix build on AMD64Tilman Keskinoz2004-02-171-0/+4
| | | | Notes: svn path=/head/; revision=101206
* Update to 8.2.Dag-Erling Smørgrav2004-02-1710-44/+112
| | | | Notes: svn path=/head/; revision=101205
* o Fix installation on bentoPhilip Paeps2004-02-171-5/+2
| | | | | | | | | | o Change my email address Noticed by: bento, kris Approved by: kris Notes: svn path=/head/; revision=101192
* BROKEN on 5.x: does not compileKris Kennaway2004-02-171-1/+7
| | | | Notes: svn path=/head/; revision=101178
* Update to 0.98J: add animations. Informed maintainer.Mark Linimon2004-02-172-2/+2
| | | | Notes: svn path=/head/; revision=101145
* Update to 0.5.3Akinori MUSHA2004-02-173-4/+6
| | | | | | | | | | PR: ports/62803 Submitted by: Shin'ya Murakami <murashin@edamame.summing.com> Add build time dependency to ruby-narray. Notes: svn path=/head/; revision=101139
* Update to 0.5.7p1 which now supports ruby 1.8.Akinori MUSHA2004-02-172-2/+3
| | | | | | | | PR: ports/62868 Submitted by: Shin'ya Murakami <murashin@edamame.summing.com> Notes: svn path=/head/; revision=101138
* BROKEN: Unfetchable. This port is scheduled for removal on April 16 if itKris Kennaway2004-02-162-0/+6
| | | | | | | is still broken at that time. Notes: svn path=/head/; revision=101098
* BROKEN: Checksum mismatch. This port is scheduled for removal on April 16Kris Kennaway2004-02-161-0/+2
| | | | | | | if it is still broken at that time. Notes: svn path=/head/; revision=101096
* Update to 4.3.44Alexander Nedotsukov2004-02-143-14/+4
| | | | Notes: svn path=/head/; revision=100888
* - Update to version 20040214Kirill Ponomarev2004-02-135-569/+611
| | | | | | | | | | - Fix build on 5.x and amd64 PR: ports/62795 Submitted by: maintainer Notes: svn path=/head/; revision=100880
* During building executables on FreeBSD 4.X the "undefined reference toMark Linimon2004-02-1310-25/+43
| | | | | | | | | | `pthread_*'" was thrown. Fix this, and also some other cosmetic bugs. PR: ports/62446 Submitted by: Mykola Khotyaintsev <ko@irfu.se> (maintainer) Notes: svn path=/head/; revision=100813
* Update to 1.38Clement Laforet2004-02-113-4/+5
| | | | | | | | PR: 62668 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer) Notes: svn path=/head/; revision=100692
* Update to 1.69.Anton Berezin2004-02-113-3/+6
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=100658
* - Update to version 5.3.0Kirill Ponomarev2004-02-109-213/+353
| | | | | | | | PR: ports/62641 Submitted by: Ports Fury Notes: svn path=/head/; revision=100564
* Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION.Michael Nottebrock2004-02-093-7/+79
| | | | Notes: svn path=/head/; revision=100526
* Bento fix: convert the pre-fetch test for the existance of theMark Linimon2004-02-091-13/+9
| | | | | | | | | distfile (which must be manually downloaded) into one that is compatible with bento builds. This should be transparent to anyone installing the port. Informed maintainer. Notes: svn path=/head/; revision=100485
* BROKEN with perl 5.8: Does not installKris Kennaway2004-02-091-1/+7
| | | | Notes: svn path=/head/; revision=100455
* BROKEN on 5.x: broken pkg-plistKris Kennaway2004-02-093-3/+21
| | | | Notes: svn path=/head/; revision=100434
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-0812-0/+13
| | | | Notes: svn path=/head/; revision=100321
* Update to 1.2.6.Joe Marcus Clarke2004-02-083-17/+3
| | | | Notes: svn path=/head/; revision=100314
* This port is broken on 4.x too, and will be removed after April 7.Kris Kennaway2004-02-071-5/+2
| | | | Notes: svn path=/head/; revision=100311
* BROKEN on 5.x: does not compileKris Kennaway2004-02-072-1/+11
| | | | Notes: svn path=/head/; revision=100307
* fix build on currentOliver Lehmann2004-02-073-15/+52
| | | | Notes: svn path=/head/; revision=100245
* Update to 1.2.2. See ChangeLog for complete list of bugfixes. New features:Mark Linimon2004-02-073-4/+6
| | | | | | | | | | | | | | Make AIC retrievable via genr ("genr foo = $aic") Add calculation of modulus and frequency for ARMA roots, and add printing of these to LaTeX and RTF output Add DFFITS values to the "influential observations" model test; also expand the help entry for this PR: ports/62433 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=100214
* - Fix build on -currentKirill Ponomarev2004-02-062-7/+21
| | | | | | | | PR: ports/62431 Submitted by: Ports Fury Notes: svn path=/head/; revision=100146
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-0620-11/+11
| | | | Notes: svn path=/head/; revision=100139
* Add NO_LATEST_LINK=yes.Alex Dupre2004-02-061-0/+1
| | | | | | | | Noticed by: kris Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100127
* Use PLIST_FILES.Trevor Johnson2004-02-058-5/+5
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* RUN_DEPENDS on gnupg, CONFLICTS with kgpg.Michael Nottebrock2004-02-051-1/+5
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=100053
* BROKEN: Does not compile on 5.xKris Kennaway2004-02-051-1/+7
| | | | Notes: svn path=/head/; revision=100026
* Update to KDE 3.2.0Michael Nottebrock2004-02-0510-115/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series. Notes: svn path=/head/; revision=100015
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-0464-13/+64
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Update to 4.3.42.Joe Marcus Clarke2004-02-032-2/+2
| | | | Notes: svn path=/head/; revision=99909
* . Fix the Java include path (bsd -> freebsd).Greg Lewis2004-02-031-1/+1
| | | | | | | | PR: 62314 Submitted by: Mykola Khotyaintsev <ko@irfu.se> (maintainer) Notes: svn path=/head/; revision=99894
* - Utilize USE_GNOMEKirill Ponomarev2004-02-022-2/+4
| | | | | | | | | | - Fix pkg-plist PR: ports/62264 Submitted by: Ports Fury Notes: svn path=/head/; revision=99821
* Add conflictsTilman Keskinoz2004-02-021-1/+1
| | | | | | | | PR: 62103 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=99801
* Remove the broken ruby-gsl portKris Kennaway2004-02-025-115/+0
| | | | Notes: svn path=/head/; revision=99794
* - Add another master sitePav Lucistnik2004-02-021-1/+2
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=99786
* Upgrade to 0.90.7.1, which contains the patches from the port andBill Fenner2004-02-025-462/+8
| | | | | | | fixes building using gcc-3.3. Notes: svn path=/head/; revision=99774
* 1) possible build fix on ia64 archsMaho Nakata2004-02-012-22/+19
| | | | | | | | | | | 2) remove some make xconfig 3) move PKGNAMESUFFIX appropreate position PR: 61995 Submitted by: hrs Notes: svn path=/head/; revision=99677