summaryrefslogtreecommitdiff
path: root/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-3117-28/+28
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-306-6/+6
| | | | Notes: svn path=/head/; revision=21121
* Mark broken, needs to catch up with gd.Satoshi Asami1999-08-301-0/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=21117
* expr -> ${EXPR}Michael Haro1999-08-281-3/+3
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-282-3/+3
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=21047
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-274-14/+18
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Update to version 0.64.2Chris Piazza1999-08-2610-4891/+6706
| | | | | | | | PR: 13375 Submitted by: maintainer Notes: svn path=/head/; revision=21010
* Change Id->FreeBSD.David E. O'Brien1999-08-2561-61/+61
| | | | Notes: svn path=/head/; revision=20960
* Id->FreeBSD.David E. O'Brien1999-08-257-7/+7
| | | | Notes: svn path=/head/; revision=20956
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-224-11/+11
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-226-18/+18
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update to version 2.0.16b.Steve Price1999-08-224-37/+44
| | | | | | | | PR: 13132 Submitted by: maintainer Notes: svn path=/head/; revision=20877
* Update to version 0.31.Steve Price1999-08-2210-98/+104
| | | | | | | | PR: 12781 (13 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20871
* Updated to version 3.33Satoshi Taoka1999-08-124-13/+12
| | | | | | | | PR: 13015 Submitted: maintainer Notes: svn path=/head/; revision=20662
* Test if HAVE_G2C is defined rather than if it's value is non-zero.Steve Price1999-08-071-2/+2
| | | | Notes: svn path=/head/; revision=20588
* Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1999-08-022-2/+2
| | | | | | | containing the ports editors/vim5, sysutils/star, and one other. Notes: svn path=/head/; revision=20500
* Activate netcdf and py-scientific.Thomas Gellekum1999-07-301-1/+3
| | | | Notes: svn path=/head/; revision=20397
* New port py-scientific. This is Konrad Hinsen's collection of Python modulesThomas Gellekum1999-07-306-0/+253
| | | | | | | that are useful for scientific computing. Notes: svn path=/head/; revision=20396
* New port netcdf. The NetCDF (network Common Data Form) is a libraryThomas Gellekum1999-07-305-0/+63
| | | | | | | supporting the creation, access, and sharing of scientific data. Notes: svn path=/head/; revision=20395
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-212-4/+4
| | | | Notes: svn path=/head/; revision=20299
* Set Dominik Brettnacher <domi@saargate.de> as the maintainerChris Piazza1999-07-171-2/+2
| | | | | | | of this port. Notes: svn path=/head/; revision=20251
* install supermatrix.hMichael Haro1999-07-122-1/+3
| | | | | | | | PR: 12602 Submitted by: pfgiffun@bachue.usc.unal.edu.co Notes: svn path=/head/; revision=20168
* time(3)'s first and only arg is a time_t* which is not necessarily equalSteve Price1999-07-051-0/+20
| | | | | | | to a long*. Notes: svn path=/head/; revision=20080
* Sprinkle in some '#if !defined(__FreeBSD__)' incantations so we don't getSteve Price1999-07-052-0/+40
| | | | | | | | OSF1/Alpha characteristics when the machine's arch is Alpha and the OS is FreeBSD. Notes: svn path=/head/; revision=20079
* Mark this port only for i386.Steve Price1999-07-041-1/+3
| | | | Notes: svn path=/head/; revision=20058
* Mark this port only for i386.Steve Price1999-07-041-1/+3
| | | | Notes: svn path=/head/; revision=20039
* Call ldconfig correctly so this has a fighting chance of working forSteve Price1999-07-043-6/+6
| | | | | | | both ELF and a.out builds. Notes: svn path=/head/; revision=20028
* BROKEN='only siag-3.1.19.tar.gz available'David E. O'Brien1999-07-041-1/+3
| | | | Notes: svn path=/head/; revision=19989
* Fix to use new master site.Chris Piazza1999-07-031-2/+2
| | | | | | | | PR: 12480 Submitted by: maintainer Notes: svn path=/head/; revision=19965
* Update MASTER_SITE.Matthew Hunt1999-07-021-2/+2
| | | | | | | | PR: 12482 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=19953
* Allow "x,y" in addition to "x y" formatted data points.David E. O'Brien1999-06-281-0/+28
| | | | Notes: svn path=/head/; revision=19863
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-282-2/+2
| | | | Notes: svn path=/head/; revision=19848
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-2634-34/+34
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Add MASTER_SITE.Tim Vanderhoek1999-06-252-4/+6
| | | | | | | Submitted by: Lars Koeller (ports/12296) Notes: svn path=/head/; revision=19787
* Update master website.Tim Vanderhoek1999-06-252-2/+2
| | | | Notes: svn path=/head/; revision=19786
* *sigh* fix whitespace introduced in last commit.Chris Piazza1999-06-251-2/+2
| | | | Notes: svn path=/head/; revision=19775
* Mikhail Teterin <mi@aldan.algebra.com> volunteered to maintain this port.Chris Piazza1999-06-251-2/+2
| | | | Notes: svn path=/head/; revision=19774
* Update to 3.1.18 and un-BROKEN it.Chris Piazza1999-06-258-207/+348
| | | | | | | | PR: 12352 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=19771
* Update spin to 3.30.Chris Piazza1999-06-257-19/+35
| | | | | | | | PR: 12373 Submitted by: maintainer Notes: svn path=/head/; revision=19757
* Compensate for not having a generic.h on -current boxes.Steve Price1999-06-223-6/+29
| | | | Notes: svn path=/head/; revision=19681
* Remove current maintainer and replace with ports@FreeBSD.orgChris Piazza1999-06-191-2/+2
| | | | | | | | | | | Maintainer writes: Sorry, but as Ive posted before, I can no longer maintain any of my ports, serving in the army is eating up all of my free time. Requested by: Gilad Rom <rom_glsa@ein-hashofet.co.il> Notes: svn path=/head/; revision=19554
* Fixup PLIST to include all installed files.Steve Price1999-06-101-0/+6
| | | | Notes: svn path=/head/; revision=19404
* Install gnuplot.info and adjust patch-aa to use libVFlib2.so. AlsoSteve Price1999-06-102-3/+25
| | | | | | | | | | swap out PLIST with sorted and remove the latter since I meant to do this before I imported it. Submitted by: maintainer Notes: svn path=/head/; revision=19389
* Add the gnuplot+ and parmetis ports.Steve Price1999-06-091-1/+3
| | | | Notes: svn path=/head/; revision=19368
* Initial import of gnuplot37+ version 1.1.8.Steve Price1999-06-096-0/+101
| | | | | | | | | | A command-driven interactive function plotting program. PR: 11813 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> Notes: svn path=/head/; revision=19367
* Initial import of ParMetis version 2.0.Steve Price1999-06-097-0/+77
| | | | | | | | | | A package for parallel (mpi) unstructured graph partitioning. PR: 11783 Submitted by: Eoin Lawless <eoin@maths.tcd.ie> Notes: svn path=/head/; revision=19366
* The xforms ports is no longer an i386-only port.Steve Price1999-06-082-8/+2
| | | | Notes: svn path=/head/; revision=19323