summaryrefslogtreecommitdiff
path: root/math/fftpack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* #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
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-5/+7
| | | | | | | | 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
* Create .so symlink in a.out case. While I'm here, properly add environmentSatoshi Asami1998-10-091-2/+5
| | | | | | | to ldconfig command line. Notes: svn path=/head/; revision=13770
* Convert to ELF.Steve Price1998-09-271-3/+4
| | | | Notes: svn path=/head/; revision=13463
* 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
* Use correct filename to compress and install document file.Satoshi Asami1997-11-191-3/+3
| | | | Notes: svn path=/head/; revision=8701
* Upgrade to bihar (double precision version)Bill Fenner1997-11-166-25/+56
| | | | | | | | PR: ports/4914 Submitted by: Pedro Giffuni S. <giffunip@asme.org> Notes: svn path=/head/; revision=8661
* Files are now gzipped instead of compressed.Thomas Gellekum1997-11-132-4/+5
| | | | | | | | | | | | PR: 5023 Submitted by: Carl Fongheiser <cmf@netins.net> Minor cleanup. Prompted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co> Notes: svn path=/head/; revision=8601
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Change EXTRACT_ARGS to EXTRACT_BEFORE_ARGS, the former is only retainedSatoshi Asami1997-02-142-4/+4
| | | | | | | | | | for backwards compatibilty. Also move it down to "misc. bsd.port.mk variables" section. While I'm here, add "/sbin/" to ldconfig. Notes: svn path=/head/; revision=5608
* Import of fftpack, a library of FFT routines from netlib.Thomas Gellekum1997-02-146-0/+74
Closes PR #2574. Submitted by: Pedro Giffuni S. Notes: svn path=/head/; revision=5603