summaryrefslogtreecommitdiff
path: root/devel/fortran-utils
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-12-22 14:55:54 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-12-22 14:55:54 +0000
commit2b2a1883f5b20d97d2ccca8f4219ded5614e632f (patch)
tree45ca53a2e71542f81829a3db58f5221e01feebb9 /devel/fortran-utils
parentActivate pngcrush (diff)
Say hello to some crufty old fortran code.
Notes
Notes: svn path=/head/; revision=23815
Diffstat (limited to 'devel/fortran-utils')
-rw-r--r--devel/fortran-utils/Makefile18
-rw-r--r--devel/fortran-utils/distinfo1
-rw-r--r--devel/fortran-utils/pkg-comment1
-rw-r--r--devel/fortran-utils/pkg-descr10
-rw-r--r--devel/fortran-utils/pkg-plist2
5 files changed, 32 insertions, 0 deletions
diff --git a/devel/fortran-utils/Makefile b/devel/fortran-utils/Makefile
new file mode 100644
index 000000000000..994813bf4e3b
--- /dev/null
+++ b/devel/fortran-utils/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: fortran-utils
+# Version required: 1.0
+# Date created: 19 Dec 1999
+# Whom: kris@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+DISTNAME= fortran-utils
+PKGNAME= fortran-utils-1.0
+CATEGORIES= devel
+MASTER_SITES= http://www.freebsd.org/~kris/
+
+MAINTAINER= kris@FreeBSD.org
+
+MAN1= fpr.1 fsplit.1
+
+.include <bsd.port.mk>
diff --git a/devel/fortran-utils/distinfo b/devel/fortran-utils/distinfo
new file mode 100644
index 000000000000..abd93e4cc3b7
--- /dev/null
+++ b/devel/fortran-utils/distinfo
@@ -0,0 +1 @@
+MD5 (fortran-utils.tar.gz) = 5c78f995019b1aecda861c1cc11b206a
diff --git a/devel/fortran-utils/pkg-comment b/devel/fortran-utils/pkg-comment
new file mode 100644
index 000000000000..6dd00a0e4b81
--- /dev/null
+++ b/devel/fortran-utils/pkg-comment
@@ -0,0 +1 @@
+Tools for use with Fortran code, from 4.4BSD
diff --git a/devel/fortran-utils/pkg-descr b/devel/fortran-utils/pkg-descr
new file mode 100644
index 000000000000..77ee9badc647
--- /dev/null
+++ b/devel/fortran-utils/pkg-descr
@@ -0,0 +1,10 @@
+Tools for use with Fortran programs, formerly part of FreeBSD (inherited
+from 4.4BSD).
+
+Contains:
+
+fpr(1) -- a filter that transforms files formatted according to Fortran's
+carriage control conventions into files formatted according to UNIX line
+printer conventions
+
+fsplit(1) -- split a multi-routine Fortran file into individual files
diff --git a/devel/fortran-utils/pkg-plist b/devel/fortran-utils/pkg-plist
new file mode 100644
index 000000000000..4b63255d18c1
--- /dev/null
+++ b/devel/fortran-utils/pkg-plist
@@ -0,0 +1,2 @@
+bin/fpr
+bin/fsplit