diff options
author | agc <agc@pkgsrc.org> | 1998-07-21 16:40:45 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-07-21 16:40:45 +0000 |
commit | 0f858ec188f690468f0f2b0388a13c95ab680fa2 (patch) | |
tree | e36b4aae762424d5d005b3d88831d92f768c6d25 /lang/f2c/pkg | |
parent | 4b5770a30a6ae0df04a9f3eb8f3e851afe8be886 (diff) | |
download | pkgsrc-0f858ec188f690468f0f2b0388a13c95ab680fa2.tar.gz |
Addition of f2c, the Fortran to C translator/compiler, to the NetBSD
packages collection. This is based on the 1998/05/16 version of f2c,
and was submitted by Dan McMahill in PR pkg/5735. I modified some patches
to contain the correct pathnames.
Diffstat (limited to 'lang/f2c/pkg')
-rw-r--r-- | lang/f2c/pkg/COMMENT | 1 | ||||
-rw-r--r-- | lang/f2c/pkg/DESCR | 12 | ||||
-rw-r--r-- | lang/f2c/pkg/PLIST | 12 |
3 files changed, 25 insertions, 0 deletions
diff --git a/lang/f2c/pkg/COMMENT b/lang/f2c/pkg/COMMENT new file mode 100644 index 00000000000..f9e1f3471d5 --- /dev/null +++ b/lang/f2c/pkg/COMMENT @@ -0,0 +1 @@ +Fortran to C compiler (translates fortran to C). diff --git a/lang/f2c/pkg/DESCR b/lang/f2c/pkg/DESCR new file mode 100644 index 00000000000..8318c376378 --- /dev/null +++ b/lang/f2c/pkg/DESCR @@ -0,0 +1,12 @@ +f2c is a Fortran 77 to C compiler (translates fortran to C). + +A script, fc, is included which works with f2c and the C compile +to emulate a f77 fortran compiler. + +f2c is distributed by netlib. + +There do not appear to be released versions of f2c with an assigned +version number. When updates are made, the "changes" file is updated, +but there is no associated version number. I don't have any suggestions +for keeping track of the version except to consult the "changes" file +which will be installed as ${PREFIX}/share/doc/f2c/changes for reference. diff --git a/lang/f2c/pkg/PLIST b/lang/f2c/pkg/PLIST new file mode 100644 index 00000000000..3f391b05f36 --- /dev/null +++ b/lang/f2c/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 1998/07/21 16:40:47 agc Exp $ +bin/f2c +bin/f77 +include/f2c.h +lib/libf2c.a +lib/libF77.a +lib/libI77.a +man/man1/f2c.1 +man/cat1/f2c.0 +share/doc/f2c/f2c.ps +share/doc/f2c/changes +@dirrm share/doc/f2c |