The FreeBSD Ports Archive
FreeBSD math : eispack4>
Eigenvalue system package
This is eispack from research.att.com. I've cleaned up the Makefile, but
it is otherwise the same. The package is described in:
1. Smith, B.T, Boyle, J.M, Dongerra, J.J., Garbow, B.S., Ikebe, Y.,
Klema, V.C., and Moler, C.B., Matrix Eigensystem Routines -- EISPACK
Guide, Lecture Notes in Computer Science, Vol. 6, Second Edition,
Springer-Verlag, New York, Heidelberg, Berlin, 1976
2. Garbow, B.S., Boyle J.M., Dongerra, J.J, and Moler C.B., Matrix
Eigensystem Routines -- EISPACK Guide Extension, Lecture Notes in
Computer Science, Vol. 51, Springer-Verlag, New York, Heidelberg,
Berlin, 1977
As the package is in FORTRAN there are no include files for the library,
and the only thing to install is the library itself.
http://www.netlib.org/eispack/
|
eispack history
v. 1.34
date: 2007/01/16 04:28:50; author: maho; state: Exp; lines: +7 -2
* Migrate to gfortran.
* Bump port revision.
* Fix build [1].
Submitted by: kris [1]
v. 1.33
date: 2006/08/15 00:29:12; 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.32
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.31
date: 2003/02/20 18:42:17; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.30
date: 2002/11/10 16:47:02; 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.29
date: 2002/11/06 22:46:00; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.28
date: 2000/09/17 10:51:31; author: kris; state: Exp; lines: +2 -3
Remove a dead MASTER_SITE which was bogusly returning 0-sized files for
on-the-fly gzipping.
Submitted by: bento
v. 1.27
date: 2000/06/16 21:51:32; 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 10:37:23; author: sobomax; state: Exp; lines: +2 -4
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.25
date: 2000/04/14 07:19:56; author: asami; state: Exp; lines: +4 -5
Convert to PORTNAME/PORTVERSION.
v. 1.24
date: 2000/03/23 20:45:51; author: mharo; state: Exp; lines: +4 -10
remove aout support
v. 1.23
date: 1999/12/23 19:25:40; author: steve; state: Exp; lines: +18 -16
* Fixed MASTER_SITES
* Moved makefile.lib to files/
* Rearranged extract target
* Added WWW: line into pkg/DESCR
PR: 15499
Submitted by: KATO Tsuguru
v. 1.22
date: 1999/08/25 07:07:56; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.21
date: 1999/08/22 23:33:03; author: mharo; state: Exp; lines: +2 -2
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.20
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.19
date: 1998/12/01 09:30:25; author: asami; state: Exp; lines: +2 -5
Instead of chmod'ing a script (which could be on a read-only filesystem),
call it with /bin/sh.
v. 1.18
date: 1998/11/14 09:43:20; 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.17
date: 1998/11/07 18:31:13; author: fenner; state: Exp; lines: +2 -2
Remove double-slash from URL
v. 1.16
date: 1998/09/28 10:49:21; 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:33; author: steve; state: Exp; lines: +2 -2
libcor.so -> libblas.so
v. 1.14
date: 1998/07/07 19:21:06; author: scrappy; state: Exp; lines: +3 -2
Add two sites for retrieving, remove ftp.netlib.org
v. 1.13
date: 1998/07/07 18:40:47; author: scrappy; state: Exp; lines: +3 -3
This gets it so that the files are retriveable..md5 updates next
v. 1.12
date: 1997/07/17 15:12:52; author: max; state: Exp; lines: +2 -2
ldconfig -> ${LDCONFIG}.
v. 1.11
date: 1997/04/03 01:14:20; 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:14; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.9
date: 1996/03/10 09:01:00; author: asami; state: Exp; lines: +4 -9
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:23; author: asami; state: Exp; lines: +4 -1
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:32; author: jkh; state: Exp; lines: +2 -2
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:05; 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:18:49; author: asami; state: Exp; lines: +12 -0
Some more Makefile updates, for the math ports.
v. 1.4
date: 1995/02/22 09:50:09; 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:07:37; author: jkh; state: Exp; lines: +1 -1
Remove another bogus tab
v. 1.2
date: 1994/11/28 21:58:43; author: ats; state: Exp; lines: +4 -0
Put a hack into this makefile to get MASTER_SITE_OVERRIDE to work
until someone has a brilliant idea how to reorganize the ports.
v. 1.1
date: 1994/10/31 14:33:49; author: ljo; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/31 14:33:50; author: ljo; state: Exp; lines: +0 -0
Eispack library (Eigensystem package).
=============================================================================
v. 1.34
date: 2007/01/16 04:28:50; author: maho; state: Exp; lines: +7 -2
* Migrate to gfortran.
* Bump port revision.
* Fix build [1].
Submitted by: kris [1]
v. 1.33
date: 2006/08/15 00:29:12; 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.32
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.31
date: 2003/02/20 18:42:17; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.30
date: 2002/11/10 16:47:02; 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.29
date: 2002/11/06 22:46:00; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.28
date: 2000/09/17 10:51:31; author: kris; state: Exp; lines: +2 -3
Remove a dead MASTER_SITE which was bogusly returning 0-sized files for
on-the-fly gzipping.
Submitted by: bento
v. 1.27
date: 2000/06/16 21:51:32; 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 10:37:23; author: sobomax; state: Exp; lines: +2 -4
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.25
date: 2000/04/14 07:19:56; author: asami; state: Exp; lines: +4 -5
Convert to PORTNAME/PORTVERSION.
v. 1.24
date: 2000/03/23 20:45:51; author: mharo; state: Exp; lines: +4 -10
remove aout support
v. 1.23
date: 1999/12/23 19:25:40; author: steve; state: Exp; lines: +18 -16
* Fixed MASTER_SITES
* Moved makefile.lib to files/
* Rearranged extract target
* Added WWW: line into pkg/DESCR
PR: 15499
Submitted by: KATO Tsuguru
v. 1.22
date: 1999/08/25 07:07:56; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.21
date: 1999/08/22 23:33:03; author: mharo; state: Exp; lines: +2 -2
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.20
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.19
date: 1998/12/01 09:30:25; author: asami; state: Exp; lines: +2 -5
Instead of chmod'ing a script (which could be on a read-only filesystem),
call it with /bin/sh.
v. 1.18
date: 1998/11/14 09:43:20; 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.17
date: 1998/11/07 18:31:13; author: fenner; state: Exp; lines: +2 -2
Remove double-slash from URL
v. 1.16
date: 1998/09/28 10:49:21; 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:33; author: steve; state: Exp; lines: +2 -2
libcor.so -> libblas.so
v. 1.14
date: 1998/07/07 19:21:06; author: scrappy; state: Exp; lines: +3 -2
Add two sites for retrieving, remove ftp.netlib.org
v. 1.13
date: 1998/07/07 18:40:47; author: scrappy; state: Exp; lines: +3 -3
This gets it so that the files are retriveable..md5 updates next
v. 1.12
date: 1997/07/17 15:12:52; author: max; state: Exp; lines: +2 -2
ldconfig -> ${LDCONFIG}.
v. 1.11
date: 1997/04/03 01:14:20; 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:14; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.9
date: 1996/03/10 09:01:00; author: asami; state: Exp; lines: +4 -9
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:23; author: asami; state: Exp; lines: +4 -1
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:32; author: jkh; state: Exp; lines: +2 -2
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:05; 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:18:49; author: asami; state: Exp; lines: +12 -0
Some more Makefile updates, for the math ports.
v. 1.4
date: 1995/02/22 09:50:09; 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:07:37; author: jkh; state: Exp; lines: +1 -1
Remove another bogus tab
v. 1.2
date: 1994/11/28 21:58:43; author: ats; state: Exp; lines: +4 -0
Put a hack into this makefile to get MASTER_SITE_OVERRIDE to work
until someone has a brilliant idea how to reorganize the ports.
v. 1.1
date: 1994/10/31 14:33:49; author: ljo; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/31 14:33:50; author: ljo; state: Exp; lines: +0 -0
Eispack library (Eigensystem package).
=============================================================================
v. 1.34
date: 2007/01/16 04:28:50; author: maho; state: Exp; lines: +7 -2
* Migrate to gfortran.
* Bump port revision.
* Fix build [1].
Submitted by: kris [1]
v. 1.33
date: 2006/08/15 00:29:12; 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.32
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.31
date: 2003/02/20 18:42:17; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.30
date: 2002/11/10 16:47:02; 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.29
date: 2002/11/06 22:46:00; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.28
date: 2000/09/17 10:51:31; author: kris; state: Exp; lines: +2 -3
Remove a dead MASTER_SITE which was bogusly returning 0-sized files for
on-the-fly gzipping.
Submitted by: bento
v. 1.27
date: 2000/06/16 21:51:32; 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 10:37:23; author: sobomax; state: Exp; lines: +2 -4
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.25
date: 2000/04/14 07:19:56; author: asami; state: Exp; lines: +4 -5
Convert to PORTNAME/PORTVERSION.
v. 1.24
date: 2000/03/23 20:45:51; author: mharo; state: Exp; lines: +4 -10
remove aout support
v. 1.23
date: 1999/12/23 19:25:40; author: steve; state: Exp; lines: +18 -16
* Fixed MASTER_SITES
* Moved makefile.lib to files/
* Rearranged extract target
* Added WWW: line into pkg/DESCR
PR: 15499
Submitted by: KATO Tsuguru
v. 1.22
date: 1999/08/25 07:07:56; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.21
date: 1999/08/22 23:33:03; author: mharo; state: Exp; lines: +2 -2
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.20
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.19
date: 1998/12/01 09:30:25; author: asami; state: Exp; lines: +2 -5
Instead of chmod'ing a script (which could be on a read-only filesystem),
call it with /bin/sh.
v. 1.18
date: 1998/11/14 09:43:20; 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.17
date: 1998/11/07 18:31:13; author: fenner; state: Exp; lines: +2 -2
Remove double-slash from URL
v. 1.16
date: 1998/09/28 10:49:21; 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:33; author: steve; state: Exp; lines: +2 -2
libcor.so -> libblas.so
v. 1.14
date: 1998/07/07 19:21:06; author: scrappy; state: Exp; lines: +3 -2
Add two sites for retrieving, remove ftp.netlib.org
v. 1.13
date: 1998/07/07 18:40:47; author: scrappy; state: Exp; lines: +3 -3
This gets it so that the files are retriveable..md5 updates next
v. 1.12
date: 1997/07/17 15:12:52; author: max; state: Exp; lines: +2 -2
ldconfig -> ${LDCONFIG}.
v. 1.11
date: 1997/04/03 01:14:20; 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:14; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.9
date: 1996/03/10 09:01:00; author: asami; state: Exp; lines: +4 -9
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:23; author: asami; state: Exp; lines: +4 -1
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:32; author: jkh; state: Exp; lines: +2 -2
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:05; 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:18:49; author: asami; state: Exp; lines: +12 -0
Some more Makefile updates, for the math ports.
v. 1.4
date: 1995/02/22 09:50:09; 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:07:37; author: jkh; state: Exp; lines: +1 -1
Remove another bogus tab
v. 1.2
date: 1994/11/28 21:58:43; author: ats; state: Exp; lines: +4 -0
Put a hack into this makefile to get MASTER_SITE_OVERRIDE to work
until someone has a brilliant idea how to reorganize the ports.
v. 1.1
date: 1994/10/31 14:33:49; author: ljo; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/31 14:33:50; author: ljo; state: Exp; lines: +0 -0
Eispack library (Eigensystem package).
=============================================================================
|
| |

|