aboutsummaryrefslogtreecommitdiffstats
path: root/math/femlab
Commit message (Collapse)AuthorAgeFilesLines
* Author acked to release ports to the public. So be it.sobomax2001-03-221-1/+1
|
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-2/+1
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* PREFIX -> X11BASE (portlint)mharo2000-04-211-2/+2
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+3
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* ADD WWW:mharo1999-05-031-1/+1
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Another batch of "Add homepage." for benchmarks through converters.hoek1998-07-251-0/+2
|
* Fix bad math.tg1998-03-102-25/+58
| | | | | PR: 5935 Submitted by: Pedro Giffuni <giffunip@asme.org>
* Typo in dependency (X11/libsx -> x11/libsx).asami1997-09-171-2/+2
|
* Import of femlab port. femlab solves PDEs in 2D using thetg1997-09-168-0/+177
finite element method. PR: 4531 Submitted by: Pedro Giffuni <giffunip@asme.org>