aboutsummaryrefslogtreecommitdiff
path: root/java/javel/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-30 11:40:06 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-30 11:40:06 +0000
commitea19e74fcadfbcf878db38713d1e856b2005e7bc (patch)
tree7a46fa0bb66af76df6105b34152361fced36797e /java/javel/pkg-descr
parentda93beb78ffb96e74e55cce3ecb2c8cdf51a65c3 (diff)
downloadports-ea19e74fcadfbcf878db38713d1e856b2005e7bc.tar.gz
ports-ea19e74fcadfbcf878db38713d1e856b2005e7bc.zip
Notes
Diffstat (limited to 'java/javel/pkg-descr')
-rw-r--r--java/javel/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/javel/pkg-descr b/java/javel/pkg-descr
new file mode 100644
index 000000000000..b2ba8d6ee5b1
--- /dev/null
+++ b/java/javel/pkg-descr
@@ -0,0 +1,7 @@
+Javel is a java class file disassembler. It is a filter that, given a
+compiled java class file, outputs a disassembled version in a java-like
+form with all the interface, fields, methods, and the java assembler code
+for each method. It can also output dependencies of the class file, suitable
+for inclusion in a standard makefile.
+
+WWW: http://www.geocities.com/l.gregoire/javel.html