From owner-cvs-all Tue Jul 9 15: 8:40 2002 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 9E5A037B408; Tue, 9 Jul 2002 15:08:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E5A643E3B; Tue, 9 Jul 2002 15:08:31 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g69M8VJU001175; Tue, 9 Jul 2002 15:08:31 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g69M8VS8001174; Tue, 9 Jul 2002 15:08:31 -0700 (PDT) Message-Id: <200207092208.g69M8VS8001174@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 9 Jul 2002 15:08:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm Makefile distinfo pkg-comment pkg-descr pkg-plist ports/java/sablevm/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/07/09 15:08:31 PDT Added files: java/sablevm Makefile distinfo pkg-comment pkg-descr pkg-plist java/sablevm/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag Log: SableVM implements the Java virtual machine specification, second edition. SableVM is a bytecode interpreter. It's goals are to be reasonably small, efficient, and fast, as well as providing a well-designed platform for doing research into different algorithms for bytecode interpretation, garbage collection, memory management, etc. SableVM uses a modified version of the GNU Classpath Java classes; these classes are installed by the "sablepath" port. WWW: http://www.sablevm.org/ Revision Changes Path 1.1 +24 -0 ports/java/sablevm/Makefile (new) 1.1 +1 -0 ports/java/sablevm/distinfo (new) 1.1 +362 -0 ports/java/sablevm/files/patch-aa (new) 1.1 +19 -0 ports/java/sablevm/files/patch-ab (new) 1.1 +12 -0 ports/java/sablevm/files/patch-ac (new) 1.1 +12 -0 ports/java/sablevm/files/patch-ad (new) 1.1 +17 -0 ports/java/sablevm/files/patch-ae (new) 1.1 +12 -0 ports/java/sablevm/files/patch-af (new) 1.1 +12 -0 ports/java/sablevm/files/patch-ag (new) 1.1 +1 -0 ports/java/sablevm/pkg-comment (new) 1.1 +11 -0 ports/java/sablevm/pkg-descr (new) 1.1 +11 -0 ports/java/sablevm/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message