[f2j] 04/31: add f2java program and man pages
Andreas Tille
tille at debian.org
Fri Jan 29 15:35:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository f2j.
commit 481f4abde217fef68c15edbdc468e32c79fcd4b9
Author: Olivier Sallou <osallou at debian.org>
Date: Tue Jan 24 22:18:59 2012 +0000
add f2java program and man pages
---
debian/blastb.1 | 12 ++++++++++++
debian/control | 3 ++-
debian/f2j.install | 1 +
debian/f2j.manpages | 2 ++
debian/f2java.1 | 14 ++++++++++++++
5 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/debian/blastb.1 b/debian/blastb.1
new file mode 100644
index 0000000..f50a7ef
--- /dev/null
+++ b/debian/blastb.1
@@ -0,0 +1,12 @@
+.TH blastb 1 "January 24, 2012" "version 0.8.1" "USER COMMANDS"
+.SH NAME
+blastb - converts GOGO statements in java class files
+.SH SYNOPSIS
+.B blastb file
+.I file class file generated by f2java
+.SH DESCRIPTION
+To recompile java source files generated by f2java, using javac command, the generated class file must be post-treated with the javab tool.
+ It converts the GOTO statements in the class file and remove warnings such as "Untransformed goto remaining in program).
+.SH AUTHOR
+Man page by Olivier Sallou <olivier.sallou at irisa.fr>
+f2java project by Keith Seymour <seymour at cs.utk.edu>
diff --git a/debian/control b/debian/control
index 6c1a4dd..b99061e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,9 +18,10 @@ Description: Fortran to Java compiler
found in javab, a bytecode parallelizing tool. This package provides
the javab program.
+
Package: libf2j-java
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends},f2j
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Fortran to Java compiler
The package provides the Java library (APIS)
to numerical libraries originally
diff --git a/debian/f2j.install b/debian/f2j.install
index ef1ea3a..f2dfa7c 100644
--- a/debian/f2j.install
+++ b/debian/f2j.install
@@ -1 +1,2 @@
goto_trans/javab usr/bin/
+src/f2java usr/bin
diff --git a/debian/f2j.manpages b/debian/f2j.manpages
new file mode 100644
index 0000000..86cb0cb
--- /dev/null
+++ b/debian/f2j.manpages
@@ -0,0 +1,2 @@
+debian/f2java.1
+debian/javab.1
diff --git a/debian/f2java.1 b/debian/f2java.1
new file mode 100644
index 0000000..b1004be
--- /dev/null
+++ b/debian/f2java.1
@@ -0,0 +1,14 @@
+.TH f2java 1 "January 24, 2012" "version 0.8.1" "USER COMMANDS"
+.SH NAME
+f2java - produce java source and java class from Fortran file
+.SH SYNOPSIS
+.B f2java file
+.I file Fortran file to transform
+.SH DESCRIPTION
+If you translate a Fortran file with "f2java test.f", it will produce one class file and one Java source file for each program unit.
+We end up with several generated files: .java, .class.
+
+Before attempting to run the code, make sure that the org.netlib.util package (contained in f2jutil.jar) is in your CLASSPATH.
+.SH AUTHOR
+Man page by Olivier Sallou <olivier.sallou at irisa.fr>
+f2java project by Keith Seymour <seymour at cs.utk.edu>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/f2j.git
More information about the pkg-java-commits
mailing list