summaryrefslogtreecommitdiff
path: root/math/lapack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [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
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-9/+11
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Convert to ELF.Steve Price1998-09-272-6/+15
| | | | Notes: svn path=/head/; revision=13463
* Move distfiles to subdirectory. When there's a file like "manpages.tgz",Satoshi Asami1998-08-252-3/+5
| | | | | | | it's a good idea even if it's only two files. :> Notes: svn path=/head/; revision=12828
* Suffix has changed (.tar.gz -> .tgz)Jean-Marc Zucconi1998-08-242-4/+4
| | | | Notes: svn path=/head/; revision=12814
* Use INSTALL_ macros so I can install non-root. Use MANx.Tim Vanderhoek1998-08-192-1197/+170
| | | | Notes: svn path=/head/; revision=12651
* Remove two duplicated manpages.Satoshi Asami1998-08-191-2/+0
| | | | Notes: svn path=/head/; revision=12641
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Portlint clean.Steve Price1998-02-181-7/+7
| | | | Notes: svn path=/head/; revision=9788
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Not everyone has `.' in his $PATH.Jean-Marc Zucconi1997-02-201-37/+26
| | | | | | | Submitted by: tg Notes: svn path=/head/; revision=5707
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Add ".gz" to end of package files so this thing packages in the defaultSatoshi Asami1996-06-101-1185/+1186
| | | | | | | case (no NOMANCOMPRESS). Notes: svn path=/head/; revision=3191
* Make it install manpages even if NOMANCOMPRESS is defined. RunSatoshi Asami1996-06-101-7/+13
| | | | | | | | /sbin/ldconfig -m on shared libraries. Take out @ from install commands so user can have some idea what's going on. Notes: svn path=/head/; revision=3190
* LAPACK is a library of Fortran 77 subroutines for linear algebra.Jean-Marc Zucconi1996-06-0713-0/+2021
Notes: svn path=/head/; revision=3178