summaryrefslogtreecommitdiffstats
path: root/java/guavac/pkg-descr
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-02-16 01:31:37 +0000
committerobrien <obrien@FreeBSD.org>1997-02-16 01:31:37 +0000
commita1aa23398b212ed3edb1911783595f694fa18e0c (patch)
treeb8bd82463a0bd0d0a9ba313f287b4e46bc76577f /java/guavac/pkg-descr
parente841a6098c279e9af95f1d58bb5478ac9aedd946 (diff)
downloadFreeBSD-ports-a1aa23398b212ed3edb1911783595f694fa18e0c.zip
FreeBSD-ports-a1aa23398b212ed3edb1911783595f694fa18e0c.tar.gz
Guavac is a free java compiler developed under GNU Public Licence,
and its package includes guavad, java bitecode decompiler. Closes PR: ports/2500 & ports/2529 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Diffstat (limited to 'java/guavac/pkg-descr')
-rw-r--r--java/guavac/pkg-descr28
1 files changed, 28 insertions, 0 deletions
diff --git a/java/guavac/pkg-descr b/java/guavac/pkg-descr
new file mode 100644
index 0000000..58c6159
--- /dev/null
+++ b/java/guavac/pkg-descr
@@ -0,0 +1,28 @@
+Guavac is a free java compiler developed under GNU Public Licence,
+and its package includes guavad, java bitecode decompiler.
+
+Guavac needs gcc-2.7.2 and libg++-2.7.1 or later version installed into
+your FreeBSD system.
+
+Preparation for using guavac and guavad (csh):
+ setenv CLASSPATH .:/usr/local/share/guavac/classes.zip
+ setenv LD_LIBRARY_PATH /usr/lib:/usr/local/lib
+
+Preparation (sh):
+ CLASSPATH=.:/usr/local/share/guavac/classes.zip
+ LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
+ export CLASSPATH LD_LIBRARY_PATH
+
+When you compile:
+ guavac your_java_file.java
+
+When you decompile
+ guavad your_class_file.class
+
+See more information at
+
+ http://http.cs.berkley.edu/~engberg/guavac/
+
+or documents in the doc/ directory.
+
+Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
OpenPOWER on IntegriCloud