summaryrefslogtreecommitdiff
path: root/math/eispack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* It seems as though some recompressed the distfiles for this port. WhileSteve Price2001-12-151-76/+76
| | | | | | | | the files are slightly different sizes now on the MASTER_SITE diff(1) says they are exactly the same when uncompressed. Notes: svn path=/head/; revision=51595
* Remove a dead MASTER_SITE which was bogusly returning 0-sized files forKris Kennaway2000-09-171-2/+1
| | | | | | | | | on-the-fly gzipping. Submitted by: bento Notes: svn path=/head/; revision=32744
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-5/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-4/+3
| | | | Notes: svn path=/head/; revision=27509
* remove aout supportMichael Haro2000-03-233-12/+5
| | | | Notes: svn path=/head/; revision=26989
* * Fixed MASTER_SITESSteve Price1999-12-233-15/+43
| | | | | | | | | | | | * Moved makefile.lib to files/ * Rearranged extract target * Added WWW: line into pkg/DESCR PR: 15499 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23926
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* #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-2/+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
* Instead of chmod'ing a script (which could be on a read-only filesystem),Satoshi Asami1998-12-011-5/+2
| | | | | | | call it with /bin/sh. Notes: svn path=/head/; revision=14993
* 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
* Remove double-slash from URLBill Fenner1998-11-071-2/+2
| | | | Notes: svn path=/head/; revision=14398
* It's not a good idea to use RUN_DEPENDS on shared libs. Change it toSatoshi Asami1998-09-281-2/+5
| | | | | | | | | | LIB_DEPENDS for now; if you *really* have to do this, at least RUN_DEPENDS on the *.so link so it will work for both a.out and ELF. While I'm here, create the *.so link explicitly for the a.out case. Notes: svn path=/head/; revision=13522
* Convert to ELF.Steve Price1998-09-271-3/+4
| | | | Notes: svn path=/head/; revision=13463
* libcor.so -> libblas.soSteve Price1998-09-271-2/+2
| | | | Notes: svn path=/head/; revision=13445
* Add two sites for retrieving, remove ftp.netlib.orgMarc G. Fournier1998-07-071-2/+3
| | | | Notes: svn path=/head/; revision=11782
* New md5 checksums for portMarc G. Fournier1998-07-071-76/+76
| | | | Notes: svn path=/head/; revision=11778
* This gets it so that the files are retriveable..md5 updates nextMarc G. Fournier1998-07-071-3/+3
| | | | Notes: svn path=/head/; revision=11777
* 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
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Fix MASTER_SITE since netlib.att.com went away, do dependence on blasBill Fenner1997-04-031-6/+9
| | | | | | | properly, and clean up Makefiles a little. Notes: svn path=/head/; revision=6118
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1996-11-301-76/+76
| | | | | | | changes made in rev. 1.232 of bsd.port.mk. Notes: svn path=/head/; revision=4733
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-2/+1
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* More missing newlines.Satoshi Asami1996-03-311-1/+1
| | | | Notes: svn path=/head/; revision=2920
* Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks toSatoshi Asami1996-03-101-9/+4
| | | | | | | fetch them correctly from the backup site. Notes: svn path=/head/; revision=2820
* radix = 2 (not 16) for floats.Jean-Marc Zucconi1995-11-301-0/+38
| | | | Notes: svn path=/head/; revision=2507
* AddSatoshi Asami1995-06-242-1/+5
| | | | | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :) Notes: svn path=/head/; revision=1871
* Add a few CATEGORIES lines to take these ports out of `orphans'.Jordan K. Hubbard1995-04-281-2/+2
| | | | | | | | Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-) Notes: svn path=/head/; revision=1545
* I was going to convert the math Makefiles according to the newSatoshi Asami1995-04-221-1/+2
| | | | | | | | rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes. Notes: svn path=/head/; revision=1483
* Some more Makefile updates, for the math ports.Satoshi Asami1995-04-111-0/+12
| | | | Notes: svn path=/head/; revision=1326
* Same change needed as in the blas port. Now, that extract is in WRKDIR theAndreas Schulz1995-02-221-1/+1
| | | | | | | uncomp script need to be prefixed with a CURDIR. Notes: svn path=/head/; revision=1018
* Remove another bogus tabJordan K. Hubbard1995-01-271-1/+1
| | | | Notes: svn path=/head/; revision=831
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+76
| | | | | | | | | | 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
* 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
* Eispack library (Eigensystem package). L Jonas Olsson1994-10-314-0/+48
Notes: svn path=/head/; revision=299