From owner-cvs-all@FreeBSD.ORG Fri Apr 4 13:14:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A18D21065670; Fri, 4 Apr 2008 13:14:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99E2B8FC1F; Fri, 4 Apr 2008 13:14:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m34DE6Xx044804; Fri, 4 Apr 2008 13:14:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m34DE6Lo044803; Fri, 4 Apr 2008 13:14:06 GMT (envelope-from pav) Message-Id: <200804041314.m34DE6Lo044803@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 4 Apr 2008 13:14:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java Makefile ports/java/jamvm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 04 Apr 2008 13:14:06 -0000 pav 2008-04-04 13:14:06 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/jamvm Makefile distinfo pkg-descr pkg-plist Log: JamVM is an extremely small Java Virtual Machine which conforms to the JVM specification version 2 (blue book). It is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, class-unloading, the Java Native Interface (JNI) and the Reflection API. WWW: http://jamvm.sourceforge.net/ PR: ports/122312 Submitted by: Bjoern Koenig Revision Changes Path 1.206 +1 -0 ports/java/Makefile 1.1 +46 -0 ports/java/jamvm/Makefile (new) 1.1 +3 -0 ports/java/jamvm/distinfo (new) 1.1 +8 -0 ports/java/jamvm/pkg-descr (new) 1.1 +35 -0 ports/java/jamvm/pkg-plist (new)