Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 350

Summary: jad-1.5.8e.ebuild (new package)
Product: Gentoo Linux Reporter: Jesse <jesse>
Component: [OLD] DevelopmentAssignee: Karl Trygve Kalleberg (RETIRED) <karltk>
Status: RESOLVED REMIND    
Severity: enhancement CC: jesse
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: jad.1.5.8e.ebuild (new ebuild)

Description Jesse 2002-01-27 00:39:23 UTC
Hi,
I've atached jad.tar.gz containing jad-1.5.8e.ebuild.
Jad is a very fast and usefull java decompiler. You can check out the homepage
at http://kpdus.tripod.com/jad.html
Jad is free for non-commercial use but the author does not provide source, so
I've got the ebuild pointing toward the opt directory.
If you decide to include this in portage I'd suggest dev-java/jad

Thanks,
Jesse
Comment 1 Jesse 2002-01-27 00:41:13 UTC
Created attachment 85 [details]
jad.1.5.8e.ebuild (new ebuild)
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-01-28 11:36:27 UTC
Is there any reason why we cannot include a Free decompiler instead ? Is there
any reason why Jad is considerably better than its Free counterparts, such as:
http://sourceforge.net/projects/jrevpro or 
http://sourceforge.net/projects/jode ?

I have not used any of these (looked at JODE once), that's why I ask. 

We prefer Free Software if it exists.
Comment 3 Jesse 2002-01-28 17:18:12 UTC
"jrevpro" looks like it is still in a beta or pre-beta stage. 
"jode" is useful and produces nice code but is reliant upon many things being
available in the classpath which can be a pain to set up.
I use "jad" on a regular basis and it always produces clean compileable code
with minimal hassle. It is not reliant upon classpath issues like "jode" and has
reliably decompiled every class file I've ever fed it.

I'm sure it doesn't hurt to give people to use non-free software even if there
are similar Free programs unless your concerned about licensing/accountability
issues.

My 2cents,
Jesse