The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD math : linpack

Linear Algebra package

 Developed by Jack Dongarra, Jim Bunch, Cleve Moler and Pete Stewart.
 1 Feb 84
Used as part of Matlab, and often used to benchmark machines.
Otherwise it is a very good linear algebra package. 

http://www.netlib.org/linpack/



linpack history


v. 1.36
date: 2007/07/12 09:06:38;  author: maho;  state: Exp;  lines: +1 -4
Now we use USE_FORTRAN=yes to use FORTRAN compiler.

v. 1.35 date: 2007/01/11 08:47:38; author: maho; state: Exp; lines: +13 -2 * Migrate to gfortran. * Bump portrevision.
v. 1.34 date: 2006/08/15 00:29:13; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.33 date: 2005/09/30 17:48:57; author: fenner; state: Exp; lines: +1 -1 www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999. Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to the UK Mirror Service, ftp.mirrorservice.org. Approved By: portmgr (linimon)
v. 1.32 date: 2003/02/20 18:42:19; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.31 date: 2002/11/10 16:47:04; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.30 date: 2002/11/06 22:46:02; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.29 date: 2001/01/16 17:31:29; author: sobomax; state: Exp; lines: +2 -2 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.28 date: 2000/07/13 07:47:22; author: dirk; state: Exp; lines: +2 -3 Remove ftp://ftp.netlib.org/linpack/ from the list of MASTER_SITES. They don't have the gzip'ed distfiles and they don't support compression on the fly properly. Noticed by: bento
v. 1.27 date: 2000/06/16 21:51:35; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the 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
v. 1.26 date: 2000/06/16 08:48:05; author: sobomax; state: Exp; lines: +2 -4 Fourth round of INSTALLS_SHLIBS conversion.
v. 1.25 date: 2000/04/14 07:20:15; author: asami; state: Exp; lines: +4 -5 Convert to PORTNAME/PORTVERSION.
v. 1.24 date: 2000/03/23 21:09:26; author: mharo; state: Exp; lines: +4 -10 remove aout support
v. 1.23 date: 1999/12/23 19:27:56; author: steve; state: Exp; lines: +18 -14 * Added secondary sites to MASTER_SITES * Rearranged extract target * Added WWW: line to pkg/DESCR PR: 15500 Submitted by: KATO Tsuguru
v. 1.22 date: 1999/09/25 17:57:03; author: steve; state: Exp; lines: +3 -5 Fixup MASTER_SITE. Also moved (Satoshi repo-copied it) Makefile.lib to the files directory. PR: 13597 Submitted by: KATO Tsuguru
v. 1.21 date: 1999/08/25 07:11:43; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.20 date: 1999/08/22 23:33:06; author: mharo; state: Exp; lines: +2 -2 awk -> ${AWK} basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
v. 1.19 date: 1999/02/03 11:11:53; author: asami; state: Exp; lines: +3 -2 Adjust port Makefiles to new EXTRACT_* variable defaults. See log of 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.
v. 1.18 date: 1998/12/01 09:55:09; author: asami; state: Exp; lines: +2 -5 Call a script with sh instead of trying to chmod it.
v. 1.17 date: 1998/11/14 09:43:24; author: asami; state: Exp; lines: +7 -5 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.16 date: 1998/09/28 10:49:17; author: asami; state: Exp; lines: +5 -2 It's not a good idea to use RUN_DEPENDS on shared libs. Change it to 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.
v. 1.15 date: 1998/09/27 05:39:37; author: steve; state: Exp; lines: +2 -2 libcor.so -> libblas.so
v. 1.14 date: 1998/07/07 19:21:11; author: scrappy; state: Exp; lines: +3 -2 Add two sites for retrieving, remove ftp.netlib.org
v. 1.13 date: 1998/07/07 19:04:05; author: scrappy; state: Exp; lines: +3 -3 Changes so that distrfiles are retriveable...md5 changes to follow
v. 1.12 date: 1997/07/17 15:12:56; author: max; state: Exp; lines: +2 -2 ldconfig -> ${LDCONFIG}.
v. 1.11 date: 1997/04/03 01:17:23; author: fenner; state: Exp; lines: +9 -6 Fix MASTER_SITE since netlib.att.com went away, do dependence on blas properly, and clean up Makefiles a little.
v. 1.10 date: 1996/11/18 11:32:26; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.9 date: 1996/03/10 09:01:03; author: asami; state: Exp; lines: +4 -8 Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks to fetch them correctly from the backup site.
v. 1.8 date: 1995/06/24 11:40:37; author: asami; state: Exp; lines: +4 -2 Add 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! :)
v. 1.7 date: 1995/04/28 13:35:39; author: jkh; state: Exp; lines: +2 -1 Add a few CATEGORIES lines to take these ports out of `orphans'. Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
v. 1.6 date: 1995/04/22 11:30:13; author: asami; state: Exp; lines: +2 -1 I was going to convert the math Makefiles according to the new rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
v. 1.5 date: 1995/04/11 01:19:04; author: asami; state: Exp; lines: +11 -0 Some more Makefile updates, for the math ports.
v. 1.4 date: 1995/02/22 09:52:58; author: ats; state: Exp; lines: +1 -1 Same change needed as in the blas port. Now, that extract is in WRKDIR the uncomp script need to be prefixed with a CURDIR.
v. 1.3 date: 1995/01/27 07:27:18; author: jkh; state: Exp; lines: +1 -1 Bye stupid tab.
v. 1.2 date: 1994/11/28 22:57:41; author: ats; state: Exp; lines: +4 -0 Put a hack into this makefile to get MASTER_SITE_OVERIDE to work.
v. 1.1 date: 1994/10/31 14:10:48; author: ljo; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/31 14:10:49; author: ljo; state: Exp; lines: +0 -0 Import of linpack library (Linear Algebra Package). This is the library used in the linpack benchmark. However the purpose of this library is to be used in numerical methods applications. ============================================================================= v. 1.36 date: 2007/07/12 09:06:38; author: maho; state: Exp; lines: +1 -4 Now we use USE_FORTRAN=yes to use FORTRAN compiler.
v. 1.35 date: 2007/01/11 08:47:38; author: maho; state: Exp; lines: +13 -2 * Migrate to gfortran. * Bump portrevision.
v. 1.34 date: 2006/08/15 00:29:13; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.33 date: 2005/09/30 17:48:57; author: fenner; state: Exp; lines: +1 -1 www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999. Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to the UK Mirror Service, ftp.mirrorservice.org. Approved By: portmgr (linimon)
v. 1.32 date: 2003/02/20 18:42:19; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.31 date: 2002/11/10 16:47:04; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.30 date: 2002/11/06 22:46:02; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.29 date: 2001/01/16 17:31:29; author: sobomax; state: Exp; lines: +2 -2 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.28 date: 2000/07/13 07:47:22; author: dirk; state: Exp; lines: +2 -3 Remove ftp://ftp.netlib.org/linpack/ from the list of MASTER_SITES. They don't have the gzip'ed distfiles and they don't support compression on the fly properly. Noticed by: bento
v. 1.27 date: 2000/06/16 21:51:35; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the 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
v. 1.26 date: 2000/06/16 08:48:05; author: sobomax; state: Exp; lines: +2 -4 Fourth round of INSTALLS_SHLIBS conversion.
v. 1.25 date: 2000/04/14 07:20:15; author: asami; state: Exp; lines: +4 -5 Convert to PORTNAME/PORTVERSION.
v. 1.24 date: 2000/03/23 21:09:26; author: mharo; state: Exp; lines: +4 -10 remove aout support
v. 1.23 date: 1999/12/23 19:27:56; author: steve; state: Exp; lines: +18 -14 * Added secondary sites to MASTER_SITES * Rearranged extract target * Added WWW: line to pkg/DESCR PR: 15500 Submitted by: KATO Tsuguru
v. 1.22 date: 1999/09/25 17:57:03; author: steve; state: Exp; lines: +3 -5 Fixup MASTER_SITE. Also moved (Satoshi repo-copied it) Makefile.lib to the files directory. PR: 13597 Submitted by: KATO Tsuguru
v. 1.21 date: 1999/08/25 07:11:43; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.20 date: 1999/08/22 23:33:06; author: mharo; state: Exp; lines: +2 -2 awk -> ${AWK} basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
v. 1.19 date: 1999/02/03 11:11:53; author: asami; state: Exp; lines: +3 -2 Adjust port Makefiles to new EXTRACT_* variable defaults. See log of 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.
v. 1.18 date: 1998/12/01 09:55:09; author: asami; state: Exp; lines: +2 -5 Call a script with sh instead of trying to chmod it.
v. 1.17 date: 1998/11/14 09:43:24; author: asami; state: Exp; lines: +7 -5 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.16 date: 1998/09/28 10:49:17; author: asami; state: Exp; lines: +5 -2 It's not a good idea to use RUN_DEPENDS on shared libs. Change it to 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.
v. 1.15 date: 1998/09/27 05:39:37; author: steve; state: Exp; lines: +2 -2 libcor.so -> libblas.so
v. 1.14 date: 1998/07/07 19:21:11; author: scrappy; state: Exp; lines: +3 -2 Add two sites for retrieving, remove ftp.netlib.org
v. 1.13 date: 1998/07/07 19:04:05; author: scrappy; state: Exp; lines: +3 -3 Changes so that distrfiles are retriveable...md5 changes to follow
v. 1.12 date: 1997/07/17 15:12:56; author: max; state: Exp; lines: +2 -2 ldconfig -> ${LDCONFIG}.
v. 1.11 date: 1997/04/03 01:17:23; author: fenner; state: Exp; lines: +9 -6 Fix MASTER_SITE since netlib.att.com went away, do dependence on blas properly, and clean up Makefiles a little.
v. 1.10 date: 1996/11/18 11:32:26; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.9 date: 1996/03/10 09:01:03; author: asami; state: Exp; lines: +4 -8 Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks to fetch them correctly from the backup site.
v. 1.8 date: 1995/06/24 11:40:37; author: asami; state: Exp; lines: +4 -2 Add 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! :)
v. 1.7 date: 1995/04/28 13:35:39; author: jkh; state: Exp; lines: +2 -1 Add a few CATEGORIES lines to take these ports out of `orphans'. Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
v. 1.6 date: 1995/04/22 11:30:13; author: asami; state: Exp; lines: +2 -1 I was going to convert the math Makefiles according to the new rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
v. 1.5 date: 1995/04/11 01:19:04; author: asami; state: Exp; lines: +11 -0 Some more Makefile updates, for the math ports.
v. 1.4 date: 1995/02/22 09:52:58; author: ats; state: Exp; lines: +1 -1 Same change needed as in the blas port. Now, that extract is in WRKDIR the uncomp script need to be prefixed with a CURDIR.
v. 1.3 date: 1995/01/27 07:27:18; author: jkh; state: Exp; lines: +1 -1 Bye stupid tab.
v. 1.2 date: 1994/11/28 22:57:41; author: ats; state: Exp; lines: +4 -0 Put a hack into this makefile to get MASTER_SITE_OVERIDE to work.
v. 1.1 date: 1994/10/31 14:10:48; author: ljo; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/31 14:10:49; author: ljo; state: Exp; lines: +0 -0 Import of linpack library (Linear Algebra Package). This is the library used in the linpack benchmark. However the purpose of this library is to be used in numerical methods applications. ============================================================================= v. 1.36 date: 2007/07/12 09:06:38; author: maho; state: Exp; lines: +1 -4 Now we use USE_FORTRAN=yes to use FORTRAN compiler.
v. 1.35 date: 2007/01/11 08:47:38; author: maho; state: Exp; lines: +13 -2 * Migrate to gfortran. * Bump portrevision.
v. 1.34 date: 2006/08/15 00:29:13; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.33 date: 2005/09/30 17:48:57; author: fenner; state: Exp; lines: +1 -1 www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999. Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to the UK Mirror Service, ftp.mirrorservice.org. Approved By: portmgr (linimon)
v. 1.32 date: 2003/02/20 18:42:19; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.31 date: 2002/11/10 16:47:04; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.30 date: 2002/11/06 22:46:02; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.29 date: 2001/01/16 17:31:29; author: sobomax; state: Exp; lines: +2 -2 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.28 date: 2000/07/13 07:47:22; author: dirk; state: Exp; lines: +2 -3 Remove ftp://ftp.netlib.org/linpack/ from the list of MASTER_SITES. They don't have the gzip'ed distfiles and they don't support compression on the fly properly. Noticed by: bento
v. 1.27 date: 2000/06/16 21:51:35; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the 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
v. 1.26 date: 2000/06/16 08:48:05; author: sobomax; state: Exp; lines: +2 -4 Fourth round of INSTALLS_SHLIBS conversion.
v. 1.25 date: 2000/04/14 07:20:15; author: asami; state: Exp; lines: +4 -5 Convert to PORTNAME/PORTVERSION.
v. 1.24 date: 2000/03/23 21:09:26; author: mharo; state: Exp; lines: +4 -10 remove aout support
v. 1.23 date: 1999/12/23 19:27:56; author: steve; state: Exp; lines: +18 -14 * Added secondary sites to MASTER_SITES * Rearranged extract target * Added WWW: line to pkg/DESCR PR: 15500 Submitted by: KATO Tsuguru
v. 1.22 date: 1999/09/25 17:57:03; author: steve; state: Exp; lines: +3 -5 Fixup MASTER_SITE. Also moved (Satoshi repo-copied it) Makefile.lib to the files directory. PR: 13597 Submitted by: KATO Tsuguru
v. 1.21 date: 1999/08/25 07:11:43; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.20 date: 1999/08/22 23:33:06; author: mharo; state: Exp; lines: +2 -2 awk -> ${AWK} basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
v. 1.19 date: 1999/02/03 11:11:53; author: asami; state: Exp; lines: +3 -2 Adjust port Makefiles to new EXTRACT_* variable defaults. See log of 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.
v. 1.18 date: 1998/12/01 09:55:09; author: asami; state: Exp; lines: +2 -5 Call a script with sh instead of trying to chmod it.
v. 1.17 date: 1998/11/14 09:43:24; author: asami; state: Exp; lines: +7 -5 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.16 date: 1998/09/28 10:49:17; author: asami; state: Exp; lines: +5 -2 It's not a good idea to use RUN_DEPENDS on shared libs. Change it to 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.
v. 1.15 date: 1998/09/27 05:39:37; author: steve; state: Exp; lines: +2 -2 libcor.so -> libblas.so
v. 1.14 date: 1998/07/07 19:21:11; author: scrappy; state: Exp; lines: +3 -2 Add two sites for retrieving, remove ftp.netlib.org
v. 1.13 date: 1998/07/07 19:04:05; author: scrappy; state: Exp; lines: +3 -3 Changes so that distrfiles are retriveable...md5 changes to follow
v. 1.12 date: 1997/07/17 15:12:56; author: max; state: Exp; lines: +2 -2 ldconfig -> ${LDCONFIG}.
v. 1.11 date: 1997/04/03 01:17:23; author: fenner; state: Exp; lines: +9 -6 Fix MASTER_SITE since netlib.att.com went away, do dependence on blas properly, and clean up Makefiles a little.
v. 1.10 date: 1996/11/18 11:32:26; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.9 date: 1996/03/10 09:01:03; author: asami; state: Exp; lines: +4 -8 Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks to fetch them correctly from the backup site.
v. 1.8 date: 1995/06/24 11:40:37; author: asami; state: Exp; lines: +4 -2 Add 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! :)
v. 1.7 date: 1995/04/28 13:35:39; author: jkh; state: Exp; lines: +2 -1 Add a few CATEGORIES lines to take these ports out of `orphans'. Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
v. 1.6 date: 1995/04/22 11:30:13; author: asami; state: Exp; lines: +2 -1 I was going to convert the math Makefiles according to the new rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
v. 1.5 date: 1995/04/11 01:19:04; author: asami; state: Exp; lines: +11 -0 Some more Makefile updates, for the math ports.
v. 1.4 date: 1995/02/22 09:52:58; author: ats; state: Exp; lines: +1 -1 Same change needed as in the blas port. Now, that extract is in WRKDIR the uncomp script need to be prefixed with a CURDIR.
v. 1.3 date: 1995/01/27 07:27:18; author: jkh; state: Exp; lines: +1 -1 Bye stupid tab.
v. 1.2 date: 1994/11/28 22:57:41; author: ats; state: Exp; lines: +4 -0 Put a hack into this makefile to get MASTER_SITE_OVERIDE to work.
v. 1.1 date: 1994/10/31 14:10:48; author: ljo; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/31 14:10:49; author: ljo; state: Exp; lines: +0 -0 Import of linpack library (Linear Algebra Package). This is the library used in the linpack benchmark. However the purpose of this library is to be used in numerical methods applications. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm