summaryrefslogtreecommitdiff
path: root/devel/fortran-utils
diff options
context:
space:
mode:
authorjtb <jtb>2000-12-08 23:20:56 +0000
committerjtb <jtb>2000-12-08 23:20:56 +0000
commit5bea51d8e952285b3c66770c20ef27b7e280e81c (patch)
tree836bf552469eecef83bd06904f244a84663807ab /devel/fortran-utils
parent201d6c542b3a37e0d48a0cdcdc907c5dfde2c7b2 (diff)
downloadpkgsrc-5bea51d8e952285b3c66770c20ef27b7e280e81c.tar.gz
Initial import of new "fortran-utils" package:
Utilities for Fortran programmers
Diffstat (limited to 'devel/fortran-utils')
-rw-r--r--devel/fortran-utils/Makefile17
-rw-r--r--devel/fortran-utils/files/md53
-rw-r--r--devel/fortran-utils/pkg/COMMENT1
-rw-r--r--devel/fortran-utils/pkg/DESCR10
-rw-r--r--devel/fortran-utils/pkg/PLIST5
5 files changed, 36 insertions, 0 deletions
diff --git a/devel/fortran-utils/Makefile b/devel/fortran-utils/Makefile
new file mode 100644
index 00000000000..c31c6ce9e38
--- /dev/null
+++ b/devel/fortran-utils/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/08 23:20:56 jtb Exp $
+
+DISTNAME= fortran-utils-1.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= jtb@netbsd.org
+
+WRKSRC= ${WRKDIR}/fortran-utils
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/fsplit/fsplit ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/fsplit/fsplit.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/fpr/fpr ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/fpr/fpr.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/fortran-utils/files/md5 b/devel/fortran-utils/files/md5
new file mode 100644
index 00000000000..11e92fe2c11
--- /dev/null
+++ b/devel/fortran-utils/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/08 23:20:56 jtb Exp $
+
+MD5 (fortran-utils-1.1.tar.gz) = eccd2275677457e92e0db715c34881f8
diff --git a/devel/fortran-utils/pkg/COMMENT b/devel/fortran-utils/pkg/COMMENT
new file mode 100644
index 00000000000..f34a3c3ff8b
--- /dev/null
+++ b/devel/fortran-utils/pkg/COMMENT
@@ -0,0 +1 @@
+Utilities for Fortran programmers
diff --git a/devel/fortran-utils/pkg/DESCR b/devel/fortran-utils/pkg/DESCR
new file mode 100644
index 00000000000..61f6476ccb8
--- /dev/null
+++ b/devel/fortran-utils/pkg/DESCR
@@ -0,0 +1,10 @@
+Fsplit takes as input either a file or standard input containing
+Fortran 77 source code. It attempts to split the input into separate
+routine files of the form name.f, where name is the name of the
+program unit (e.g. function, subroutine, block data or program).
+
+Fpr is a filter that transforms files formatted according to Fortran's
+carriage control conventions into files formatted according to UNIX
+line printer conventions. Fpr copies its input onto its output,
+replacing the carriage control characters with characters that will
+produce the intended effects when printed using lpr(1).
diff --git a/devel/fortran-utils/pkg/PLIST b/devel/fortran-utils/pkg/PLIST
new file mode 100644
index 00000000000..dc85dce6cd7
--- /dev/null
+++ b/devel/fortran-utils/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/08 23:20:56 jtb Exp $
+bin/fpr
+bin/fsplit
+man/man1/fpr.1
+man/man1/fsplit.1