summaryrefslogtreecommitdiff
path: root/lang/fort77/pkg
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-01-14 15:48:29 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-01-14 15:48:29 +0000
commitb678ec31633ce93535eba39c61ea93f713d9417e (patch)
tree24093fa88987f44d23cc74c65ed13a5cb657c7d0 /lang/fort77/pkg
parent959dd8aef25ee454221d728c34e22384c140f9d4 (diff)
downloadpkgsrc-b678ec31633ce93535eba39c61ea93f713d9417e.tar.gz
Initial import of fort77-1.14a, the driver for f2c, a fortran to C translator.
Provided in pr 6733 by Rene Hexel with tweaks done by myself.
Diffstat (limited to 'lang/fort77/pkg')
-rw-r--r--lang/fort77/pkg/COMMENT1
-rw-r--r--lang/fort77/pkg/DESCR4
-rw-r--r--lang/fort77/pkg/PLIST3
3 files changed, 8 insertions, 0 deletions
diff --git a/lang/fort77/pkg/COMMENT b/lang/fort77/pkg/COMMENT
new file mode 100644
index 00000000000..37d70233a3b
--- /dev/null
+++ b/lang/fort77/pkg/COMMENT
@@ -0,0 +1 @@
+the driver for f2c, a fortran to C translator
diff --git a/lang/fort77/pkg/DESCR b/lang/fort77/pkg/DESCR
new file mode 100644
index 00000000000..dd2daa50be0
--- /dev/null
+++ b/lang/fort77/pkg/DESCR
@@ -0,0 +1,4 @@
+Fort77 is a Perl driver script for the f2c Fortran to
+C converter, which makes it possible to use it like
+a compiler. It's a replacement for the f77 script,
+and includes support for debugging.
diff --git a/lang/fort77/pkg/PLIST b/lang/fort77/pkg/PLIST
new file mode 100644
index 00000000000..72b84b4ebb4
--- /dev/null
+++ b/lang/fort77/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/14 15:48:29 frueauf Exp $
+bin/fort77
+man/man1/fort77.1