The FreeBSD Ports Archive
FreeBSD lang : f774>
Fortran 77 driver utility for f2c and gcc
f77 is a driver utility for f2c and gcc. By default, f77 will
install and use Sun microsystem's fpp Fortran 77 preprocessor;
the driver can be built to use cpp instead. The driver recognizes
all f2c and fpp (or cpp) options that could be used in the context
of compiling Fortran 77 source code.
|
f77 history
v. 1.13
date: 2006/07/28 21:52:44; author: thierry; state: Exp; lines: +8 -11
- Remove the ancient pkg-plist: this port does not install f2c, and it
may be confusing;
- Use PLIST_FILES;
- Switch PREFIX / LOCALBASE.
v. 1.12
date: 2003/07/05 19:01:41; author: marcus; state: Exp; lines: +3 -1
Generate plist either statically or before do-install phase for
compatibility with upcoming bsd.port.mk patches.
Submitted by: Sergey Matveychuk
v. 1.11
date: 2003/02/20 18:37:57; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.10
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.9
date: 2002/11/06 22:45:48; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.8
date: 2002/01/29 11:24:07; author: knu; state: Exp; lines: +1 -1
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
v. 1.7
date: 2001/12/01 00:59:35; 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
PR: 32416
Submitted by: maintainer
v. 1.6
date: 2000/05/29 02:40:24; author: steve; state: Exp; lines: +2 -2
Avoid name clash with system f77 by renaming executable to ftn77.
PR: 18839
Submitted by: maintainer
v. 1.5
date: 2000/04/12 06:18:26; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.4
date: 1999/08/27 22:29:34; author: mharo; state: Exp; lines: +2 -2
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.3
date: 1999/08/25 06:34:33; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.2
date: 1999/05/11 07:27:03; author: asami; state: Exp; lines: +5 -7
Don't write to ${PKGDIR}/PLIST.
v. 1.1
date: 1999/04/24 22:50:24; author: obrien; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/24 22:50:24; author: obrien; state: Exp; lines: +0 -0
driver utility for f2c and gcc
PR: ports/11220
Submitted by: Steven G. Kargl
=============================================================================
v. 1.13
date: 2006/07/28 21:52:44; author: thierry; state: Exp; lines: +8 -11
- Remove the ancient pkg-plist: this port does not install f2c, and it
may be confusing;
- Use PLIST_FILES;
- Switch PREFIX / LOCALBASE.
v. 1.12
date: 2003/07/05 19:01:41; author: marcus; state: Exp; lines: +3 -1
Generate plist either statically or before do-install phase for
compatibility with upcoming bsd.port.mk patches.
Submitted by: Sergey Matveychuk
v. 1.11
date: 2003/02/20 18:37:57; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.10
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.9
date: 2002/11/06 22:45:48; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.8
date: 2002/01/29 11:24:07; author: knu; state: Exp; lines: +1 -1
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
v. 1.7
date: 2001/12/01 00:59:35; 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
PR: 32416
Submitted by: maintainer
v. 1.6
date: 2000/05/29 02:40:24; author: steve; state: Exp; lines: +2 -2
Avoid name clash with system f77 by renaming executable to ftn77.
PR: 18839
Submitted by: maintainer
v. 1.5
date: 2000/04/12 06:18:26; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.4
date: 1999/08/27 22:29:34; author: mharo; state: Exp; lines: +2 -2
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.3
date: 1999/08/25 06:34:33; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.2
date: 1999/05/11 07:27:03; author: asami; state: Exp; lines: +5 -7
Don't write to ${PKGDIR}/PLIST.
v. 1.1
date: 1999/04/24 22:50:24; author: obrien; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/24 22:50:24; author: obrien; state: Exp; lines: +0 -0
driver utility for f2c and gcc
PR: ports/11220
Submitted by: Steven G. Kargl
=============================================================================
v. 1.13
date: 2006/07/28 21:52:44; author: thierry; state: Exp; lines: +8 -11
- Remove the ancient pkg-plist: this port does not install f2c, and it
may be confusing;
- Use PLIST_FILES;
- Switch PREFIX / LOCALBASE.
v. 1.12
date: 2003/07/05 19:01:41; author: marcus; state: Exp; lines: +3 -1
Generate plist either statically or before do-install phase for
compatibility with upcoming bsd.port.mk patches.
Submitted by: Sergey Matveychuk
v. 1.11
date: 2003/02/20 18:37:57; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.10
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.9
date: 2002/11/06 22:45:48; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.8
date: 2002/01/29 11:24:07; author: knu; state: Exp; lines: +1 -1
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
v. 1.7
date: 2001/12/01 00:59:35; 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
PR: 32416
Submitted by: maintainer
v. 1.6
date: 2000/05/29 02:40:24; author: steve; state: Exp; lines: +2 -2
Avoid name clash with system f77 by renaming executable to ftn77.
PR: 18839
Submitted by: maintainer
v. 1.5
date: 2000/04/12 06:18:26; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.4
date: 1999/08/27 22:29:34; author: mharo; state: Exp; lines: +2 -2
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.3
date: 1999/08/25 06:34:33; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.2
date: 1999/05/11 07:27:03; author: asami; state: Exp; lines: +5 -7
Don't write to ${PKGDIR}/PLIST.
v. 1.1
date: 1999/04/24 22:50:24; author: obrien; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/24 22:50:24; author: obrien; state: Exp; lines: +0 -0
driver utility for f2c and gcc
PR: ports/11220
Submitted by: Steven G. Kargl
=============================================================================
|
| |

|