The FreeBSD Ports Archive
FreeBSD java : guavac4>
Java compiler and decompiler developed under GPL
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 in the doc/ directory.
Yukihiro Nakai
ftp://ftp.unicamp.br/pub/languages/java/guavac/
|
guavac history
v. 1.29
date: 2004/03/02 19:45:23; author: glewis; state: Exp; lines: +2 -1
. Replace unresponsive MASTER_SITE with two working ones.
Submitted by: bento, distfiles survey
v. 1.28
date: 2004/02/08 05:04:42; author: leeym; state: Exp; lines: +2 -7
add USE_GCC=2.95 and unbreak this port.
v. 1.27
date: 2004/02/04 05:21:26; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.26
date: 2003/11/03 01:19:22; author: kris; state: Exp; lines: +1 -1
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr
v. 1.25
date: 2003/09/24 09:37:10; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.24
date: 2003/06/04 22:43:29; author: kris; state: Exp; lines: +5 -5
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
v. 1.23
date: 2003/05/18 09:30:42; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.1: bad C++
v. 1.22
date: 2003/03/07 06:04:37; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.21
date: 2002/08/31 02:43:59; author: kris; state: Exp; lines: +1 -2
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh
PR: ports/40571
v. 1.20
date: 2000/04/12 06:13:51; author: obrien; state: Exp; lines: +3 -3
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.19
date: 2000/01/07 02:27:36; author: nakai; state: Exp; lines: +2 -2
Change MAINTAINER address from nacai@iname.com
to nakai@FreeBSD.org
v. 1.18
date: 1999/08/25 06:16:18; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.17
date: 1999/08/22 19:46:34; author: cpiazza; state: Exp; lines: +3 -10
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
v. 1.16
date: 1999/08/22 18:58:39; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.15
date: 1999/08/17 19:36:56; author: cpiazza; state: Exp; lines: +4 -4
egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett
v. 1.14
date: 1999/06/28 02:21:39; author: billf; state: Exp; lines: +2 -2
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
v. 1.13
date: 1999/05/12 22:45:03; author: asami; state: Exp; lines: +9 -5
Fix up dependencies so this will build in 3.x.
Submitted by: Jeremy Lea
v. 1.12
date: 1999/05/04 12:00:21; author: asami; state: Exp; lines: +2 -2
Adjust libiberty path in dependency. This probably won't fix the build
anyway but it's one less warning to worry about.
v. 1.11
date: 1999/01/12 16:50:46; author: vanilla; state: Exp; lines: +2 -2
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
v. 1.10
date: 1998/12/22 07:57:21; author: asami; state: Exp; lines: +1 -3
Remove BROKEN_ELF, glibstdc++28 is not broken anymore.
v. 1.9
date: 1998/10/14 01:20:21; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF: depends on glibstdc++28
v. 1.8
date: 1998/08/07 22:49:31; author: asami; state: Exp; lines: +2 -3
Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all
under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and
1.227.2.43.
Note gcc28 is hopelessly broken, it uses an undefined variable
${GNUOSREL} and thus has an empty string wherever ${OSREL} should
be. However, it's consistent with its own PLIST at the current state
so I haven't "fixed" it yet.
v. 1.7
date: 1998/07/12 22:33:46; author: steve; state: Exp; lines: +13 -7
Upgrade to version 1.2.
PR: 7045
Submitted by: Yukihiro Nakai
v. 1.6
date: 1997/11/14 10:20:25; author: tg; state: Exp; lines: +3 -3
Upgrade to 1.0.
PR: 5036
Submitted by: Yukihiro Nakai
v. 1.5
date: 1997/06/30 10:19:35; author: max; state: Exp; lines: +5 -1
Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL}
in dist Makefile. And also strip the binaries.
v. 1.4
date: 1997/06/30 09:43:12; author: max; state: Exp; lines: +3 -3
Upgrade, 0.3 -> 0.3.1.
PR: 3966
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
v. 1.3
date: 1997/06/12 21:58:45; author: jdp; state: Exp; lines: +6 -6
Upgrade to version 0.3 (from 0.2.5).
I modified the submitted version slightly, (a) to honor the user's
CFLAGS setting, and (b) to eliminate some compilation warnings.
PR: ports/3825
Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
v. 1.2
date: 1997/02/16 11:56:45; author: asami; state: Exp; lines: +2 -2
Add missing \ so that make won't faint.
v. 1.1
date: 1997/02/16 01:31:37; author: obrien; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/02/16 01:31:37; author: obrien; state: Exp; lines: +0 -0
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
=============================================================================
v. 1.29
date: 2004/03/02 19:45:23; author: glewis; state: Exp; lines: +2 -1
. Replace unresponsive MASTER_SITE with two working ones.
Submitted by: bento, distfiles survey
v. 1.28
date: 2004/02/08 05:04:42; author: leeym; state: Exp; lines: +2 -7
add USE_GCC=2.95 and unbreak this port.
v. 1.27
date: 2004/02/04 05:21:26; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.26
date: 2003/11/03 01:19:22; author: kris; state: Exp; lines: +1 -1
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr
v. 1.25
date: 2003/09/24 09:37:10; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.24
date: 2003/06/04 22:43:29; author: kris; state: Exp; lines: +5 -5
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
v. 1.23
date: 2003/05/18 09:30:42; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.1: bad C++
v. 1.22
date: 2003/03/07 06:04:37; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.21
date: 2002/08/31 02:43:59; author: kris; state: Exp; lines: +1 -2
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh
PR: ports/40571
v. 1.20
date: 2000/04/12 06:13:51; author: obrien; state: Exp; lines: +3 -3
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.19
date: 2000/01/07 02:27:36; author: nakai; state: Exp; lines: +2 -2
Change MAINTAINER address from nacai@iname.com
to nakai@FreeBSD.org
v. 1.18
date: 1999/08/25 06:16:18; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.17
date: 1999/08/22 19:46:34; author: cpiazza; state: Exp; lines: +3 -10
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
v. 1.16
date: 1999/08/22 18:58:39; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.15
date: 1999/08/17 19:36:56; author: cpiazza; state: Exp; lines: +4 -4
egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett
v. 1.14
date: 1999/06/28 02:21:39; author: billf; state: Exp; lines: +2 -2
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
v. 1.13
date: 1999/05/12 22:45:03; author: asami; state: Exp; lines: +9 -5
Fix up dependencies so this will build in 3.x.
Submitted by: Jeremy Lea
v. 1.12
date: 1999/05/04 12:00:21; author: asami; state: Exp; lines: +2 -2
Adjust libiberty path in dependency. This probably won't fix the build
anyway but it's one less warning to worry about.
v. 1.11
date: 1999/01/12 16:50:46; author: vanilla; state: Exp; lines: +2 -2
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
v. 1.10
date: 1998/12/22 07:57:21; author: asami; state: Exp; lines: +1 -3
Remove BROKEN_ELF, glibstdc++28 is not broken anymore.
v. 1.9
date: 1998/10/14 01:20:21; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF: depends on glibstdc++28
v. 1.8
date: 1998/08/07 22:49:31; author: asami; state: Exp; lines: +2 -3
Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all
under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and
1.227.2.43.
Note gcc28 is hopelessly broken, it uses an undefined variable
${GNUOSREL} and thus has an empty string wherever ${OSREL} should
be. However, it's consistent with its own PLIST at the current state
so I haven't "fixed" it yet.
v. 1.7
date: 1998/07/12 22:33:46; author: steve; state: Exp; lines: +13 -7
Upgrade to version 1.2.
PR: 7045
Submitted by: Yukihiro Nakai
v. 1.6
date: 1997/11/14 10:20:25; author: tg; state: Exp; lines: +3 -3
Upgrade to 1.0.
PR: 5036
Submitted by: Yukihiro Nakai
v. 1.5
date: 1997/06/30 10:19:35; author: max; state: Exp; lines: +5 -1
Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL}
in dist Makefile. And also strip the binaries.
v. 1.4
date: 1997/06/30 09:43:12; author: max; state: Exp; lines: +3 -3
Upgrade, 0.3 -> 0.3.1.
PR: 3966
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
v. 1.3
date: 1997/06/12 21:58:45; author: jdp; state: Exp; lines: +6 -6
Upgrade to version 0.3 (from 0.2.5).
I modified the submitted version slightly, (a) to honor the user's
CFLAGS setting, and (b) to eliminate some compilation warnings.
PR: ports/3825
Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
v. 1.2
date: 1997/02/16 11:56:45; author: asami; state: Exp; lines: +2 -2
Add missing \ so that make won't faint.
v. 1.1
date: 1997/02/16 01:31:37; author: obrien; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/02/16 01:31:37; author: obrien; state: Exp; lines: +0 -0
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
=============================================================================
v. 1.29
date: 2004/03/02 19:45:23; author: glewis; state: Exp; lines: +2 -1
. Replace unresponsive MASTER_SITE with two working ones.
Submitted by: bento, distfiles survey
v. 1.28
date: 2004/02/08 05:04:42; author: leeym; state: Exp; lines: +2 -7
add USE_GCC=2.95 and unbreak this port.
v. 1.27
date: 2004/02/04 05:21:26; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.26
date: 2003/11/03 01:19:22; author: kris; state: Exp; lines: +1 -1
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr
v. 1.25
date: 2003/09/24 09:37:10; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.24
date: 2003/06/04 22:43:29; author: kris; state: Exp; lines: +5 -5
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
v. 1.23
date: 2003/05/18 09:30:42; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.1: bad C++
v. 1.22
date: 2003/03/07 06:04:37; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.21
date: 2002/08/31 02:43:59; author: kris; state: Exp; lines: +1 -2
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh
PR: ports/40571
v. 1.20
date: 2000/04/12 06:13:51; author: obrien; state: Exp; lines: +3 -3
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.19
date: 2000/01/07 02:27:36; author: nakai; state: Exp; lines: +2 -2
Change MAINTAINER address from nacai@iname.com
to nakai@FreeBSD.org
v. 1.18
date: 1999/08/25 06:16:18; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.17
date: 1999/08/22 19:46:34; author: cpiazza; state: Exp; lines: +3 -10
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
v. 1.16
date: 1999/08/22 18:58:39; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.15
date: 1999/08/17 19:36:56; author: cpiazza; state: Exp; lines: +4 -4
egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett
v. 1.14
date: 1999/06/28 02:21:39; author: billf; state: Exp; lines: +2 -2
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
v. 1.13
date: 1999/05/12 22:45:03; author: asami; state: Exp; lines: +9 -5
Fix up dependencies so this will build in 3.x.
Submitted by: Jeremy Lea
v. 1.12
date: 1999/05/04 12:00:21; author: asami; state: Exp; lines: +2 -2
Adjust libiberty path in dependency. This probably won't fix the build
anyway but it's one less warning to worry about.
v. 1.11
date: 1999/01/12 16:50:46; author: vanilla; state: Exp; lines: +2 -2
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
v. 1.10
date: 1998/12/22 07:57:21; author: asami; state: Exp; lines: +1 -3
Remove BROKEN_ELF, glibstdc++28 is not broken anymore.
v. 1.9
date: 1998/10/14 01:20:21; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF: depends on glibstdc++28
v. 1.8
date: 1998/08/07 22:49:31; author: asami; state: Exp; lines: +2 -3
Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all
under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and
1.227.2.43.
Note gcc28 is hopelessly broken, it uses an undefined variable
${GNUOSREL} and thus has an empty string wherever ${OSREL} should
be. However, it's consistent with its own PLIST at the current state
so I haven't "fixed" it yet.
v. 1.7
date: 1998/07/12 22:33:46; author: steve; state: Exp; lines: +13 -7
Upgrade to version 1.2.
PR: 7045
Submitted by: Yukihiro Nakai
v. 1.6
date: 1997/11/14 10:20:25; author: tg; state: Exp; lines: +3 -3
Upgrade to 1.0.
PR: 5036
Submitted by: Yukihiro Nakai
v. 1.5
date: 1997/06/30 10:19:35; author: max; state: Exp; lines: +5 -1
Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL}
in dist Makefile. And also strip the binaries.
v. 1.4
date: 1997/06/30 09:43:12; author: max; state: Exp; lines: +3 -3
Upgrade, 0.3 -> 0.3.1.
PR: 3966
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
v. 1.3
date: 1997/06/12 21:58:45; author: jdp; state: Exp; lines: +6 -6
Upgrade to version 0.3 (from 0.2.5).
I modified the submitted version slightly, (a) to honor the user's
CFLAGS setting, and (b) to eliminate some compilation warnings.
PR: ports/3825
Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
v. 1.2
date: 1997/02/16 11:56:45; author: asami; state: Exp; lines: +2 -2
Add missing \ so that make won't faint.
v. 1.1
date: 1997/02/16 01:31:37; author: obrien; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/02/16 01:31:37; author: obrien; state: Exp; lines: +0 -0
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
=============================================================================
|
| |

|