The FreeBSD Ports Archive
FreeBSD lang : f2c4>
Fortran-to-C converter and its run-time libraries
f2c and its run-time library, libf2c.a, are a port of the
Fortran-to-C converter available from ftp.netlib.org. This
software was originally developed by AT&T, Lucent Technologies,
and Bellcore.
http://www.netlib.org/
|
f2c history
v. 1.19
date: 2007/05/22 07:34:17; author: maho; state: Exp; lines: +2 -1
Make fetchable because ftp://netlib.bell-labs.com/netlib/
no longer has original distfile. I placed it at MASTER_SITE_LOCAL.
Submitted by: fenner
Approved by: portmgr (erwin)
v. 1.18
date: 2007/01/15 07:47:32; author: maho; state: Exp; lines: +1 -0
* f2c.h is now consistent with G77.
* Bump portrevision.
v. 1.17
date: 2007/01/15 07:01:05; author: maho; state: Exp; lines: +1 -1
Grab maintainership.
v. 1.16
date: 2007/01/13 22:58:44; author: miwi; state: Exp; lines: +1 -1
- Update to 20060810
PR: ports/107879
Submitted by: Thomas Abthorpe
v. 1.15
date: 2006/10/16 19:43:41; author: thierry; state: Exp; lines: +1 -2
Replace gunzip by minigzip, until gunzip get fixed.
Approved by: portmgr (Kris)
Suggested by: delphij
v. 1.14
date: 2006/10/15 20:10:48; author: kris; state: Exp; lines: +2 -0
BROKEN: Corrupt distfile
Approved by: portmgr (self)
v. 1.13
date: 2006/08/24 22:11:52; author: bsam; state: Exp; lines: +1 -1
Fix make reinstall problem, though the patch differs from that at [1].
PR: 102481 [1]
Submitted by: TAOKA Fumiyoshi [1]
Approved by: netchild (mentor, implicit)
v. 1.12
date: 2006/08/10 07:37:31; author: thierry; state: Exp; lines: +54 -16
- Upgrade to 20060506;
- Remove FreeBSD specificities.
PR: ports/101054
Security: VuXML ID 43cb40b3-c8c2-11da-a672-000e0c2e438a
v. 1.11
date: 2005/10/05 07:02:30; author: barner; state: Exp; lines: +1 -0
Fix on 64bit platforms.
Submitted by: Daniel O'Connor
PR: ports/86884
v. 1.10
date: 2004/04/10 17:26:41; author: trevor; state: Exp; lines: +1 -1
Tidy up whitespace.
v. 1.9
date: 2003/02/20 18:37:56; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.8
date: 2002/11/10 16:46:50; 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.7
date: 2002/11/06 22:45:47; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.6
date: 2001/12/01 01:06:45; author: lioux; state: Exp; lines: +4 -3
o Return maintainer to ports
o House distfile under MASTER_SITE_LOCAL since it is no
longer available anywhere else
o In DESCR, add trailing / to both FTP and WWW tags
PR: 32417
Submitted by: maintainer
v. 1.5
date: 2001/01/07 15:03:01; author: kevlo; state: Exp; lines: +3 -3
Upgrade to 3.0.0
PR: 24115
Submitted by: MAINTAINER
v. 1.4
date: 2000/04/12 06:18:24; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.3
date: 1999/08/25 06:34:31; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.2
date: 1999/08/22 23:32:51; author: mharo; state: Exp; lines: +2 -2
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.1
date: 1999/04/24 22:33:14; author: obrien; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/24 22:33:14; author: obrien; state: Exp; lines: +0 -0
f2c FORTRAN "compiler" port'ified from src/contrib/
PR: ports/11220
Submitted by: Steven G. Kargl
=============================================================================
v. 1.19
date: 2007/05/22 07:34:17; author: maho; state: Exp; lines: +2 -1
Make fetchable because ftp://netlib.bell-labs.com/netlib/
no longer has original distfile. I placed it at MASTER_SITE_LOCAL.
Submitted by: fenner
Approved by: portmgr (erwin)
v. 1.18
date: 2007/01/15 07:47:32; author: maho; state: Exp; lines: +1 -0
* f2c.h is now consistent with G77.
* Bump portrevision.
v. 1.17
date: 2007/01/15 07:01:05; author: maho; state: Exp; lines: +1 -1
Grab maintainership.
v. 1.16
date: 2007/01/13 22:58:44; author: miwi; state: Exp; lines: +1 -1
- Update to 20060810
PR: ports/107879
Submitted by: Thomas Abthorpe
v. 1.15
date: 2006/10/16 19:43:41; author: thierry; state: Exp; lines: +1 -2
Replace gunzip by minigzip, until gunzip get fixed.
Approved by: portmgr (Kris)
Suggested by: delphij
v. 1.14
date: 2006/10/15 20:10:48; author: kris; state: Exp; lines: +2 -0
BROKEN: Corrupt distfile
Approved by: portmgr (self)
v. 1.13
date: 2006/08/24 22:11:52; author: bsam; state: Exp; lines: +1 -1
Fix make reinstall problem, though the patch differs from that at [1].
PR: 102481 [1]
Submitted by: TAOKA Fumiyoshi [1]
Approved by: netchild (mentor, implicit)
v. 1.12
date: 2006/08/10 07:37:31; author: thierry; state: Exp; lines: +54 -16
- Upgrade to 20060506;
- Remove FreeBSD specificities.
PR: ports/101054
Security: VuXML ID 43cb40b3-c8c2-11da-a672-000e0c2e438a
v. 1.11
date: 2005/10/05 07:02:30; author: barner; state: Exp; lines: +1 -0
Fix on 64bit platforms.
Submitted by: Daniel O'Connor
PR: ports/86884
v. 1.10
date: 2004/04/10 17:26:41; author: trevor; state: Exp; lines: +1 -1
Tidy up whitespace.
v. 1.9
date: 2003/02/20 18:37:56; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.8
date: 2002/11/10 16:46:50; 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.7
date: 2002/11/06 22:45:47; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.6
date: 2001/12/01 01:06:45; author: lioux; state: Exp; lines: +4 -3
o Return maintainer to ports
o House distfile under MASTER_SITE_LOCAL since it is no
longer available anywhere else
o In DESCR, add trailing / to both FTP and WWW tags
PR: 32417
Submitted by: maintainer
v. 1.5
date: 2001/01/07 15:03:01; author: kevlo; state: Exp; lines: +3 -3
Upgrade to 3.0.0
PR: 24115
Submitted by: MAINTAINER
v. 1.4
date: 2000/04/12 06:18:24; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.3
date: 1999/08/25 06:34:31; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.2
date: 1999/08/22 23:32:51; author: mharo; state: Exp; lines: +2 -2
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.1
date: 1999/04/24 22:33:14; author: obrien; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/24 22:33:14; author: obrien; state: Exp; lines: +0 -0
f2c FORTRAN "compiler" port'ified from src/contrib/
PR: ports/11220
Submitted by: Steven G. Kargl
=============================================================================
v. 1.19
date: 2007/05/22 07:34:17; author: maho; state: Exp; lines: +2 -1
Make fetchable because ftp://netlib.bell-labs.com/netlib/
no longer has original distfile. I placed it at MASTER_SITE_LOCAL.
Submitted by: fenner
Approved by: portmgr (erwin)
v. 1.18
date: 2007/01/15 07:47:32; author: maho; state: Exp; lines: +1 -0
* f2c.h is now consistent with G77.
* Bump portrevision.
v. 1.17
date: 2007/01/15 07:01:05; author: maho; state: Exp; lines: +1 -1
Grab maintainership.
v. 1.16
date: 2007/01/13 22:58:44; author: miwi; state: Exp; lines: +1 -1
- Update to 20060810
PR: ports/107879
Submitted by: Thomas Abthorpe
v. 1.15
date: 2006/10/16 19:43:41; author: thierry; state: Exp; lines: +1 -2
Replace gunzip by minigzip, until gunzip get fixed.
Approved by: portmgr (Kris)
Suggested by: delphij
v. 1.14
date: 2006/10/15 20:10:48; author: kris; state: Exp; lines: +2 -0
BROKEN: Corrupt distfile
Approved by: portmgr (self)
v. 1.13
date: 2006/08/24 22:11:52; author: bsam; state: Exp; lines: +1 -1
Fix make reinstall problem, though the patch differs from that at [1].
PR: 102481 [1]
Submitted by: TAOKA Fumiyoshi [1]
Approved by: netchild (mentor, implicit)
v. 1.12
date: 2006/08/10 07:37:31; author: thierry; state: Exp; lines: +54 -16
- Upgrade to 20060506;
- Remove FreeBSD specificities.
PR: ports/101054
Security: VuXML ID 43cb40b3-c8c2-11da-a672-000e0c2e438a
v. 1.11
date: 2005/10/05 07:02:30; author: barner; state: Exp; lines: +1 -0
Fix on 64bit platforms.
Submitted by: Daniel O'Connor
PR: ports/86884
v. 1.10
date: 2004/04/10 17:26:41; author: trevor; state: Exp; lines: +1 -1
Tidy up whitespace.
v. 1.9
date: 2003/02/20 18:37:56; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.8
date: 2002/11/10 16:46:50; 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.7
date: 2002/11/06 22:45:47; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.6
date: 2001/12/01 01:06:45; author: lioux; state: Exp; lines: +4 -3
o Return maintainer to ports
o House distfile under MASTER_SITE_LOCAL since it is no
longer available anywhere else
o In DESCR, add trailing / to both FTP and WWW tags
PR: 32417
Submitted by: maintainer
v. 1.5
date: 2001/01/07 15:03:01; author: kevlo; state: Exp; lines: +3 -3
Upgrade to 3.0.0
PR: 24115
Submitted by: MAINTAINER
v. 1.4
date: 2000/04/12 06:18:24; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.3
date: 1999/08/25 06:34:31; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.2
date: 1999/08/22 23:32:51; author: mharo; state: Exp; lines: +2 -2
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.1
date: 1999/04/24 22:33:14; author: obrien; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/24 22:33:14; author: obrien; state: Exp; lines: +0 -0
f2c FORTRAN "compiler" port'ified from src/contrib/
PR: ports/11220
Submitted by: Steven G. Kargl
=============================================================================
|
| |

|