diff options
author | pi <pi@FreeBSD.org> | 2016-02-19 15:25:14 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-02-19 15:25:14 +0800 |
commit | 67d19fd2bfd51bee555f355c1ce551f3b6290cf2 (patch) | |
tree | 226dea6650bdcd5ba54016a2431a886acdf34428 /java/Makefile | |
parent | 28f2d739b1e688d7bb9b24438eb7f8ec452f579d (diff) | |
download | freebsd-ports-gnome-67d19fd2bfd51bee555f355c1ce551f3b6290cf2.tar.gz freebsd-ports-gnome-67d19fd2bfd51bee555f355c1ce551f3b6290cf2.tar.zst freebsd-ports-gnome-67d19fd2bfd51bee555f355c1ce551f3b6290cf2.zip |
New port: java/jd-gui
The Java Decompiler project aims to develop tools in order to
decompile and analyze Java 5 byte code and later versions.
JD-GUI is a standalone graphical utility that displays Java source
codes of .class files. You can browse the reconstructed source code
with the JD-GUI for instant access to methods and fields.
WWW: http://jd.benow.ca/
PR: 206488
Submitted by: Tobias Kortkamp <t@tobik.med>
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 390a38b2d5a7..9a984f968079 100644 --- a/java/Makefile +++ b/java/Makefile @@ -65,6 +65,7 @@ SUBDIR += jcalendar SUBDIR += jcckit SUBDIR += jcommon + SUBDIR += jd-gui SUBDIR += jdbcpool SUBDIR += jdk16-doc SUBDIR += jdk7-doc |