Bug 206488 - [NEW PORT] java/jd-gui: Java Decompiler GUI
Summary: [NEW PORT] java/jd-gui: Java Decompiler GUI
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-22 09:25 UTC by Tobias Kortkamp
Modified: 2016-02-19 07:26 UTC (History)
1 user (show)

See Also:


Attachments
jd-gui.shar (3.35 KB, text/plain)
2016-01-22 09:25 UTC, Tobias Kortkamp
no flags Details
Poudriere testport log FreeBSD 10.2/amd64 (16.14 KB, text/x-log)
2016-01-22 09:26 UTC, Tobias Kortkamp
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2016-01-22 09:25:42 UTC
Created attachment 165944 [details]
jd-gui.shar

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/
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2016-01-22 09:26:30 UTC
Created attachment 165945 [details]
Poudriere testport log FreeBSD 10.2/amd64
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-19 07:22:53 UTC
Testbuilds are fine.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-02-19 07:25:52 UTC
A commit references this bug:

Author: pi
Date: Fri Feb 19 07:25:14 UTC 2016
New revision: 409155
URL: https://svnweb.freebsd.org/changeset/ports/409155

Log:
  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>

Changes:
  head/java/Makefile
  head/java/jd-gui/
  head/java/jd-gui/Makefile
  head/java/jd-gui/distinfo
  head/java/jd-gui/files/
  head/java/jd-gui/files/jd-gui.in
  head/java/jd-gui/files/patch-src_linux_resources_jd-gui.desktop
  head/java/jd-gui/pkg-descr
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-19 07:26:14 UTC
Committed, thanks.