summaryrefslogtreecommitdiff
path: root/math/eispack (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-11-10o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2-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
2002-11-06Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2-1/+2
Approved by: pat Notes: svn path=/head/; revision=69612
2001-12-15It seems as though some recompressed the distfiles for this port. WhileSteve Price1-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
2000-09-17Remove a dead MASTER_SITE which was bogusly returning 0-sized files forKris Kennaway1-2/+1
on-the-fly gzipping. Submitted by: bento Notes: svn path=/head/; revision=32744
2000-06-16Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami1-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
2000-06-16Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2-5/+1
ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
2000-04-14Convert to PORTNAME/PORTVERSION.Satoshi Asami1-4/+3
Notes: svn path=/head/; revision=27509
2000-03-23remove aout supportMichael Haro3-12/+5
Notes: svn path=/head/; revision=26989
1999-12-23* Fixed MASTER_SITESSteve Price3-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
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20960
1999-08-22awk -> ${AWK}Michael Haro1-2/+2
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
1999-06-26#4/4 enforcing Caps, no periodTim Vanderhoek1-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
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1-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
1998-12-01Instead of chmod'ing a script (which could be on a read-only filesystem),Satoshi Asami1-5/+2
call it with /bin/sh. Notes: svn path=/head/; revision=14993
1998-11-14Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1-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
1998-11-07Remove double-slash from URLBill Fenner1-2/+2
Notes: svn path=/head/; revision=14398
1998-09-28It's not a good idea to use RUN_DEPENDS on shared libs. Change it toSatoshi Asami1-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
1998-09-27Convert to ELF.Steve Price1-3/+4
Notes: svn path=/head/; revision=13463
1998-09-27libcor.so -> libblas.soSteve Price1-2/+2
Notes: svn path=/head/; revision=13445
1998-07-07Add two sites for retrieving, remove ftp.netlib.orgMarc G. Fournier1-2/+3
Notes: svn path=/head/; revision=11782
1998-07-07New md5 checksums for portMarc G. Fournier1-76/+76
Notes: svn path=/head/; revision=11778
1998-07-07This gets it so that the files are retriveable..md5 updates nextMarc G. Fournier1-3/+3
Notes: svn path=/head/; revision=11777
1998-05-05Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1-0/+1
PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
1997-07-17ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1-2/+2
Notes: svn path=/head/; revision=7360
1997-04-03Fix MASTER_SITE since netlib.att.com went away, do dependence on blasBill Fenner1-6/+9
properly, and clean up Makefiles a little. Notes: svn path=/head/; revision=6118
1996-11-30Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1-76/+76
changes made in rev. 1.232 of bsd.port.mk. Notes: svn path=/head/; revision=4733
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1-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
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=4575
1996-03-31More missing newlines.Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=2920
1996-03-10Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks toSatoshi Asami1-9/+4
fetch them correctly from the backup site. Notes: svn path=/head/; revision=2820
1995-11-30radix = 2 (not 16) for floats.Jean-Marc Zucconi1-0/+38
Notes: svn path=/head/; revision=2507
1995-06-24AddSatoshi Asami2-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
1995-04-28Add a few CATEGORIES lines to take these ports out of `orphans'.Jordan K. Hubbard1-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
1995-04-22I was going to convert the math Makefiles according to the newSatoshi Asami1-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
1995-04-11Some more Makefile updates, for the math ports.Satoshi Asami1-0/+12
Notes: svn path=/head/; revision=1326
1995-02-22Same change needed as in the blas port. Now, that extract is in WRKDIR theAndreas Schulz1-1/+1
uncomp script need to be prefixed with a CURDIR. Notes: svn path=/head/; revision=1018
1995-01-27Remove another bogus tabJordan K. Hubbard1-1/+1
Notes: svn path=/head/; revision=831
1994-12-18First batch of MD5 checksum files. Only did through to the end of netGary Palmer1-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
1994-11-28Put a hack into this makefile to get MASTER_SITE_OVERRIDE to workAndreas Schulz1-0/+4
until someone has a brilliant idea how to reorganize the ports. Notes: svn path=/head/; revision=521
1994-10-31Eispack library (Eigensystem package). L Jonas Olsson4-0/+48
Notes: svn path=/head/; revision=299