summaryrefslogtreecommitdiff
path: root/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-243-4/+6
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.Andreas Schulz1995-03-191-1/+1
| | | | Notes: svn path=/head/; revision=1156
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.Andreas Schulz1995-03-191-1/+1
| | | | Notes: svn path=/head/; revision=1155
* Same change needed as in the blas port. Now, that extract is in WRKDIR theAndreas Schulz1995-02-222-2/+2
| | | | | | | uncomp script need to be prefixed with a CURDIR. Notes: svn path=/head/; revision=1018
* Change the path of the extract command. Formerly extract used CURDIR, nowAndreas Schulz1995-02-221-1/+1
| | | | | | | it uses WRKDIR. Notes: svn path=/head/; revision=1017
* Add "gmp" to the subirs list. It seems to compile and package just fine.Andreas Schulz1995-02-131-2/+2
| | | | Notes: svn path=/head/; revision=973
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* Initial revisionJordan K. Hubbard1995-01-311-0/+1
| | | | Notes: svn path=/head/; revision=862
* Bye stupid tab.Jordan K. Hubbard1995-01-271-1/+1
| | | | Notes: svn path=/head/; revision=833
* Another bogus tabJordan K. Hubbard1995-01-271-1/+1
| | | | Notes: svn path=/head/; revision=832
* Remove another bogus tabJordan K. Hubbard1995-01-271-1/+1
| | | | Notes: svn path=/head/; revision=831
* Remove bogus tabJordan K. Hubbard1995-01-271-1/+1
| | | | Notes: svn path=/head/; revision=830
* add calc xgraph to their new homeJordan K. Hubbard1995-01-131-2/+2
| | | | Notes: svn path=/head/; revision=758
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-187-0/+372
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none ofGary Palmer1994-12-121-2/+1
| | | | | | | these need to have INSTALL_MANPAGES= yes anymore. Notes: svn path=/head/; revision=558
* Added hexcalc, sorted items in alphabetical order.Satoshi Asami1994-12-061-2/+2
| | | | Notes: svn path=/head/; revision=540
* hexcalc, a multi-radix calculator for x11Satoshi Asami1994-12-064-0/+23
| | | | Notes: svn path=/head/; revision=539
* Put a hack into this makefile to get MASTER_SITE_OVERIDE to work.Andreas Schulz1994-11-281-0/+4
| | | | Notes: svn path=/head/; revision=522
* Put a hack into this makefile to get MASTER_SITE_OVERRIDE to workAndreas Schulz1994-11-281-0/+4
| | | | | | | until someone has a brilliant idea how to reorganize the ports. Notes: svn path=/head/; revision=521
* Put a hack into it until we have some good solution for theAndreas Schulz1994-11-281-0/+4
| | | | | | | MASTER_SITE_OVERRIDE. This works also. Notes: svn path=/head/; revision=520
* xgraph ver. 11, a program that will help you plot graphsSatoshi Asami1994-11-254-0/+25
| | | | Notes: svn path=/head/; revision=498
* Add fudgit to the SUBDIR list.Andreas Schulz1994-11-201-2/+2
| | | | Notes: svn path=/head/; revision=434
* fudgit: data-processing and fitting programJean-Marc Zucconi1994-11-176-0/+130
| | | | Notes: svn path=/head/; revision=402
* Missing '/' made ncftp not find the distfile.L Jonas Olsson1994-11-101-2/+2
| | | | Notes: svn path=/head/; revision=358
* Added linpack and eispack.L Jonas Olsson1994-10-311-2/+2
| | | | Notes: svn path=/head/; revision=300
* Eispack library (Eigensystem package). L Jonas Olsson1994-10-314-0/+48
| | | | Notes: svn path=/head/; revision=299
* Import of linpack library (Linear Algebra Package). This is the libraryL Jonas Olsson1994-10-315-0/+89
| | | | | | | | used in the linpack benchmark. However the purpose of this library is to be used in numerical methods applications. Notes: svn path=/head/; revision=298
* Added blas.L Jonas Olsson1994-10-271-2/+2
| | | | Notes: svn path=/head/; revision=281
* BLAS (Basic Linear Algebra Package) library. Used by LINPACK, LAPACK, etc.L Jonas Olsson1994-10-274-0/+46
| | | | Notes: svn path=/head/; revision=280
* Add oleo.Jordan K. Hubbard1994-10-111-2/+2
| | | | Notes: svn path=/head/; revision=212
* Michael Reifenberger's oleo port.Jordan K. Hubbard1994-10-114-0/+1053
| | | | | | | Submitted by: mr Notes: svn path=/head/; revision=211
* New Makefile for the math collection.Jordan K. Hubbard1994-10-061-0/+6
| | | | Notes: svn path=/head/; revision=185
* Jean-Marc Zucconi's gnuplot port.Jordan K. Hubbard1994-10-065-0/+146
| | | | | | | | | If Jean-Marc keeps this up, I'm simply going to have to have my own subdirectory for him - /usr/ports/jmz. :-) Submitted by: jmz Notes: svn path=/head/; revision=184
* Update from Jean-Marc Zucconi.Jordan K. Hubbard1994-10-052-8/+10
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=182
* These are my changes to support the new argument-less configure scripts.Jordan K. Hubbard1994-10-041-3/+1
| | | | Notes: svn path=/head/; revision=170
* calc - arbitrary precision calculator. Version 2.9.3t6Jordan K. Hubbard1994-10-035-0/+151
From Jean-Marc Zucconi. Submitted by: jmz Notes: svn path=/head/; revision=162