summaryrefslogtreecommitdiff
path: root/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some bugs that I guess I helped in :)Brian Feldman2000-02-063-6/+34
| | | | | | | | | | | | | | | | o Make the Makefile respect CC, and respect CFLAGS when linking, too. o Make a comparison for fputs() success "retval >= 0". Our manual says fputs() returns 0 on success, but K&R says that it can return any non- negative int on success. I might as well support either! o Fix an improper bounds check. It was a simple case of a variable being mixed up, and this prevents "calc really long arg list (REALLY LONG)" from crashing calc. This is just cleaning up the changes I effected earlier with the maintainer's permission. Notes: svn path=/head/; revision=25509
* MANINAINER -> MAINTAINERDirk Froemberg2000-02-052-2/+2
| | | | Notes: svn path=/head/; revision=25500
* Upgrade to version 2.0.16.Chuck Robey2000-02-036-6/+8
| | | | | | | Submitted by: Bento logs. Notes: svn path=/head/; revision=25436
* Add the utexas.edu distfile's checksum. jedgar in rev 1.12 of plplot/MakefileBill Fumerola2000-02-021-0/+1
| | | | | | | stated that this is safe. Notes: svn path=/head/; revision=25423
* Reorder MASTER_SITES so that the DISTFILE is fetchable and isChris D. Faulhaber2000-02-021-3/+3
| | | | | | | | | | | | valid: * Two of the sites (dino.ph.utexas.edu and ftp.u-aizu.ac.jp) do not seem to be accepting connections. * The DISTFILE at ftp.che.utexas.edu is six bytes smaller. The archive is valid and no files have changed (diff -urN shows nothing), but the checksum is subsequently different. Notes: svn path=/head/; revision=25420
* Use new MASTER_SITE.Steve Price2000-02-011-1/+1
| | | | | | | | PR: 16497 Submitted by: maintainer Notes: svn path=/head/; revision=25373
* Fix PLIST problem.Chuck Robey2000-01-311-2/+0
| | | | | | | Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> Notes: svn path=/head/; revision=25329
* Fix compiler error in -current.R. Imura2000-01-301-0/+936
| | | | | | | | | | | | note: A patch that I add includes diff of 29 files, so it's very big. I decided that I pack them into one file. It should be fed back to the author. PR: 16440 Submitted by: Alexander Langer <alex@cichlids.com> Notes: svn path=/head/; revision=25313
* Adding slsc version 0.2.3.Steve Price2000-01-298-0/+66
| | | | | | | | | | An enhanced slang-based version of the sc spreadsheet program. PR: 15971 Submitted by: Jonathan McDowell <noodles@earth.li> Notes: svn path=/head/; revision=25228
* Update to 0.48Ade Lovett2000-01-288-48/+100
| | | | Notes: svn path=/head/; revision=25176
* * Update port to 3.3.8Chris D. Faulhaber2000-01-264-9/+9
| | | | | | | | | | * Fix unfetchable distfiles PR: 16321 Submitted by: Maintainer Notes: svn path=/head/; revision=25079
* o Fix Configuration Option for readline librarySteve Price2000-01-2413-1/+3495
| | | | | | | | | | | | o Add patch to avoid divide-by-zero trap o Merge patches for gnuplot-3.7.1 PR: 16120 Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp> Reviewed by: maintainer Notes: svn path=/head/; revision=25021
* Update to 4.2.Jeremy Lea2000-01-248-17/+95
| | | | Notes: svn path=/head/; revision=24984
* Install the demos (and a README) with gnunplot. Nice demos, worth it.Chuck Robey2000-01-233-0/+79
| | | | | | | Submitted by: Ilia Chipitsine <ilia@cgilh.chel.su> Notes: svn path=/head/; revision=24980
* Unbreak for NEWGCCChris Piazza2000-01-225-0/+98
| | | | | | | | PR: 16255 Submitted by: Alexander Langer <alex@cichlids.com> Notes: svn path=/head/; revision=24897
* Upgrade gnuplot to 3.7.1Chuck Robey2000-01-212-9/+4
| | | | | | | | PR: 15505 Submitted by: Ade Lovett. Notes: svn path=/head/; revision=24885
* Bring Octave up to version 2.0.15.Chuck Robey2000-01-218-24/+22
| | | | | | | Obtained from: Bill Fenner's Distfiles listing. Notes: svn path=/head/; revision=24882
* Use yacc, not bison -y.Satoshi Asami2000-01-191-1/+12
| | | | Notes: svn path=/head/; revision=24849
* Update to version 2.0.18bChris Piazza2000-01-145-16/+57
| | | | | | | | PR: 16030 Submitted by: maintainer Notes: svn path=/head/; revision=24739
* - Support CC/CFLAGS/CXXFLAGS properlyR. Imura2000-01-148-106/+247
| | | | | | | | | | | | | | - Support install macros - perl -> ${PERL} - Move install path of data files from lib/ to libdata/ - Add WWW: line into pkg/DESCR - Fix pkg/PLIST PR: 15918 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=24729
* Fix testing/timing failures due to the last update.Jean-Marc Zucconi2000-01-128-55/+117
| | | | | | | | PR: ports/15630 Submitted by: AMAKAWA Shuhei <sa264@phy.cam.ac.uk> Notes: svn path=/head/; revision=24690
* Change MAINTAINER to ade@FreeBSD.org .Yukihiro Nakai2000-01-072-2/+2
| | | | Notes: svn path=/head/; revision=24497
* Remove info/dir from PLISTJeremy Lea2000-01-063-3/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=24474
* Update to version 0.47Ade Lovett2000-01-054-6/+6
| | | | | | | Reviewed by: nakai Notes: svn path=/head/; revision=24444
* Upgrade to 0.46Vanilla I. Shu2000-01-028-56/+76
| | | | | | | | PR: ports/15816 Submitted by: Ade Lovett Notes: svn path=/head/; revision=24351
* Work around division by zero coredumpsChris Piazza2000-01-011-0/+16
| | | | | | | | PR: 15823 Submitted by: maintainer Notes: svn path=/head/; revision=24342
* Update to version 2.0.14.Steve Price1999-12-298-66/+426
| | | | | | | | PR: 11504 Submitted by: nakai@tsl.pe.u-tokyo.ac.jp Notes: svn path=/head/; revision=24250
* These ports now need 'LIB_DEPENDS=gd.0:...'.Steve Price1999-12-272-4/+4
| | | | Notes: svn path=/head/; revision=24167
* (1) Rearrange the MASTER_SITES, if the http service of a machine is downBill Fumerola1999-12-262-5/+5
| | | | | | | | | | | | it's a safe bet that the ftp service would be too. Re-order the MASTER_SITES to try and avoid trying the same broken site twice. (2) Follow the bouncing checksum. The old one might need to be re-added. (3) Respect CFLAGS properly. Notes: svn path=/head/; revision=24104
* Use -O.Brian Feldman1999-12-251-0/+11
| | | | Notes: svn path=/head/; revision=24093
* Bugfix for something noticed by jmz: $PAGER usage was broken due toBrian Feldman1999-12-251-0/+11
| | | | | | | incorrect usage of fputs(). Notes: svn path=/head/; revision=24092
* Remove empty directory (owned by this port) on deinstall.Steve Price1999-12-251-0/+1
| | | | | | | | PR: 15673 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=24080
* Update to calc-2.11.1t3.0. Merry Christmas!Brian Feldman1999-12-253-31/+332
| | | | | | | Approved by: jmz Notes: svn path=/head/; revision=24072
* Update to 0.45Yukihiro Nakai1999-12-246-6/+16
| | | | | | | | PR: ports/15503 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23982
* Update port to 3.3.7Chris D. Faulhaber1999-12-244-9/+9
| | | | | | | | PR: 15617 Submitted by: Maintainer Notes: svn path=/head/; revision=23951
* Update to version 3.52.9.Steve Price1999-12-234-36/+74
| | | | | | | | PR: 11460 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=23944
* * Update to version 2.2.1.Steve Price1999-12-233-37/+11
| | | | | | | | | | | * Fixed MASTER_SITES * Revised pkg/DESCR PR: 15502 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23929
* * Update to version 2.0.Steve Price1999-12-237-52/+55
| | | | | | | | | | | | * Modified patches to suppport CC/CFLAGS properly * Updated WWW: line of pkg/DESCR * Fixed pkg/PLIST PR: 15501 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23928
* * Added secondary sites to MASTER_SITESSteve Price1999-12-232-13/+19
| | | | | | | | | | | * Rearranged extract target * Added WWW: line to pkg/DESCR PR: 15500 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23927
* * Fixed MASTER_SITESSteve Price1999-12-233-15/+43
| | | | | | | | | | | | * Moved makefile.lib to files/ * Rearranged extract target * Added WWW: line into pkg/DESCR PR: 15499 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23926
* * Fixed MASTER_SITESChris D. Faulhaber1999-12-232-5/+7
| | | | | | | | | | | * Supported NO_WRKSUBDIR * Added WWW: line into pkg/DESCR PR: 15468 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23897
* Update to 3.7.1R. Imura1999-12-102-15/+13
| | | | | | | | PR: 15350 Submitted by: Maintainer Notes: svn path=/head/; revision=23765
* Fixup MASTER_SITES, one diff per patch, and install example data.Steve Price1999-12-107-3/+89
| | | | | | | | PR: 15381 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23753
* Fix MASTER_SITES, change MAINTAINER.Thomas Gellekum1999-12-101-4/+2
| | | | | | | | PR: 15399 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org> Notes: svn path=/head/; revision=23723
* Files have been updated in master site (a few bug fixes)Jean-Marc Zucconi1999-12-103-19/+6
| | | | Notes: svn path=/head/; revision=23704
* New location on MASTER_SITE.Steve Price1999-12-042-2/+2
| | | | | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23576
* Update to 0.44Yukihiro Nakai1999-12-018-52/+138
| | | | | | | | PR: ports/15122 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23532
* Move dependencies to Tcl/Tk version 8.2. This port is *still* brokenSteve Price1999-11-291-4/+4
| | | | | | | | so note for any potential 'fixer' that only version 3.1.22 seems to be available now. Notes: svn path=/head/; revision=23488
* Guile shared lib version changedJustin M. Seger1999-11-291-1/+1
| | | | Notes: svn path=/head/; revision=23481
* Update to version 2.4.1.Steve Price1999-11-2774-9668/+17502
| | | | | | | | PR: 14877 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=23432