Port details |
- jc JVM that converts class files to C source and compiles them with GCC
- 1.4.7_7 java
=0 1.4.7_7Version of this port present on the latest quarterly branch.
- BROKEN: Fails to build
DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html This port expired on: 2014-08-31 IGNORE: is marked as broken: Fails to build
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-02-22 21:35:10
- Last Update: 2014-09-01 16:48:54
- SVN Revision: 366899
- License: not specified in port
- WWW:
- http://jcvm.sourceforge.net/
- Description:
- JC is a Java virtual machine implementation that converts class
files into C source files using the Soot Java bytecode analysis
framework, compiles them with GCC, and loads them using a built-in
ELF object file loader. JC utilizes the GNU Classpath class library
and provides a fairly complete Java runtime including sophisticated
optimizations to increase runtime performance. JC also includes a
bytecode interpreter, and supports execution in either or mix ed
modes.
Although JC has good interpreter performance, JC doesn't try to be
fast in every situation. Instead, JC focuses on this question: how
fast can we go if we know some or all of the class files ahead of
time? The answer is: very fast! Optimizations that are just too
complex and expensive to perform at runtime are instead performed
at code generation time. JC's code generator is written in Java,
using the powerful Soot bytecode analysis framework. When combined
with the proven power of GCC's C optimizer the results are impressive.
As an additional benefit, JC contains very little architecture-specific
code and is highly portable.
WWW: http://jcvm.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: there is no package for this port: NO_PACKAGE = Takes too many resources to build
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- glibj.zip : java/classpath
- java : java/openjdk7
- gmake : devel/gmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libpopt.so : devel/popt
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.7_7 01 Sep 2014 16:48:54 |
bapt |
Remove non staged ports without pending PR from j* |
1.4.7_7 13 Jul 2014 23:36:40 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
1.4.7_7 26 May 2014 12:19:33 |
miwi |
- Covert gmake, xz to USES
Approved by: portmgr |
1.4.7_7 22 Feb 2014 13:32:39 |
antoine |
Mark broken: Fails to build |
1.4.7_7 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.4.7_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.4.7_6 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.4.7_6 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.4.7_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.4.7_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.4.7_4 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
1.4.7_4 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.4.7_3 06 Jun 2008 13:38:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.4.7_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.4.7_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4.7_1 25 Nov 2006 16:46:44 |
linimon |
Reassign ports from archie@ back to pool at his request.
Hat: portmgr |
1.4.7_1 06 Mar 2006 20:34:58 |
kris |
Add NO_PACKAGE since this apparently takes an enormous amount of RAM to
build, and has never built successfully on the package cluster since the
update last year.
Approved by: portmgr (implicit) |
1.4.7_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.4.7 22 Jan 2006 12:39:58 |
edwin |
SHA256ify
Approved by: krion@ |
1.4.7 27 Nov 2005 16:42:42 |
archie |
Upgrade to version 1.4.7. |
1.4.6 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.4.6 26 Jul 2005 19:36:13 |
archie |
Upgrade to release 1.4.6. |
1.4.5 17 May 2005 14:04:17 |
archie |
Update to version 1.4.5. |
1.4.4 11 May 2005 14:59:58 |
archie |
Update to version 1.4.4. |
1.4.3 25 Apr 2005 20:44:19 |
archie |
- Upgrade to version 1.4.3.
- Change JAVA_BUILD from "yes" to "jre" |
1.4.2 14 Apr 2005 14:04:39 |
archie |
Upgrade to version 1.4.2. |
1.4.0_1 02 Apr 2005 00:05:56 |
archie |
Bump PORTREVISION for previous commit which fixed a bug.
Approved by: portmgr |
1.4.0 01 Apr 2005 15:20:45 |
archie |
Add patch to fix a bug.
Approved by: portmgr |
1.4.0 21 Mar 2005 02:27:56 |
archie |
Update to version 1.4.0. |
1.3.2 23 Feb 2005 15:34:14 |
archie |
Upgrade to version 1.3.2. |
1.3.1 13 Jan 2005 02:47:03 |
archie |
Fix file list: libtool seems to install the static library only on some
versions of FreeBSD. |
1.3.1 11 Jan 2005 00:12:20 |
archie |
Update to version 1.3.1 (these files were missing from previous commit). |
1.3.1 10 Jan 2005 20:12:54 |
archie |
Update to version 1.3.1. |
1.3 01 Jan 2005 21:47:52 |
archie |
Add missing file.
Approved by: portmgr |
1.3 29 Dec 2004 14:55:38 |
archie |
Upgrade to version 1.3. |
1.2.3 28 Dec 2004 21:23:14 |
archie |
Add missing MAN1= line for man page. |
1.2.3 09 Dec 2004 15:57:03 |
archie |
Fix build failure: USE_JIKES is useless without USE_JAVA. |
1.2.3 29 Nov 2004 15:47:54 |
archie |
Upgrade to version 1.2.3. |
1.2.2_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
1.2.2 28 Jul 2004 02:09:05 |
archie |
Use ${MASTER_SITE_GNU}. |
1.2.2 26 Jul 2004 21:37:39 |
archie |
Add port dependency on GTK stuff and configure classpath to include it. |
1.2.2 26 Jul 2004 14:28:11 |
archie |
Update to version 1.2.2. |
1.2.1 13 Jul 2004 22:33:10 |
archie |
Update to version 1.2.1 |
1.2 06 Jul 2004 13:43:41 |
archie |
Update to version 1.2. |
1.0.1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.0.1 28 Mar 2004 21:38:40 |
archie |
Build fix for 5.x. |
1.0.1 17 Mar 2004 23:21:15 |
archie |
Build fix for 5.x. |
1.0.1 10 Mar 2004 19:43:18 |
archie |
Fix build with a patch from CVS. |
1.0.1 08 Mar 2004 18:15:30 |
archie |
Add USE_LIBTOOL. |
1.0.1 26 Feb 2004 17:26:17 |
archie |
Update to version 1.0.1. |
1.0.0 23 Feb 2004 23:08:53 |
archie |
Set ONLY_FOR_ARCHS i386. Remove extraneous "exit 1". |
1.0.0 22 Feb 2004 21:34:31 |
archie |
New port.
JC is a Java virtual machine implementation that converts class
files into C source files using the Soot Java bytecode analysis
framework, compiles them with GCC, and loads them using a built-in
ELF object file loader. JC utilizes the GNU Classpath class library
and provides support for most features you would expect such as
reflection, user class loaders, etc.
WWW: http://jcvm.sourceforge.net/ |