From owner-cvs-all@FreeBSD.ORG Sun Feb 22 13:34:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDB1F16A4CE; Sun, 22 Feb 2004 13:34:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E850443D1D; Sun, 22 Feb 2004 13:34:31 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1MLYVGe000127; Sun, 22 Feb 2004 13:34:31 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1MLYVU1000126; Sun, 22 Feb 2004 13:34:31 -0800 (PST) (envelope-from archie) Message-Id: <200402222134.i1MLYVU1000126@repoman.freebsd.org> From: Archie Cobbs Date: Sun, 22 Feb 2004 13:34:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java Makefile ports/java/jc Makefile distinfo pkg-descr pkg-plist ports/java/jc/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 21:34:32 -0000 archie 2004/02/22 13:34:31 PST FreeBSD ports repository Modified files: java Makefile Added files: java/jc Makefile distinfo pkg-descr pkg-plist java/jc/files patch-aa Log: 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/ Revision Changes Path 1.117 +1 -0 ports/java/Makefile 1.1 +108 -0 ports/java/jc/Makefile (new) 1.1 +2 -0 ports/java/jc/distinfo (new) 1.1 +23 -0 ports/java/jc/files/patch-aa (new) 1.1 +8 -0 ports/java/jc/pkg-descr (new) 1.1 +15880 -0 ports/java/jc/pkg-plist (new)