From owner-cvs-all@FreeBSD.ORG Thu May 15 09:34:37 2003 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 A026D37B401; Thu, 15 May 2003 09:34:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4224843F75; Thu, 15 May 2003 09:34:37 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4FGYb0U052013; Thu, 15 May 2003 09:34:37 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4FGYaww052012; Thu, 15 May 2003 09:34:36 -0700 (PDT) Message-Id: <200305151634.h4FGYaww052012@repoman.freebsd.org> From: Greg Lewis Date: Thu, 15 May 2003 09:34:36 -0700 (PDT) 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/jmp Makefile distinfo pkg-descr pkg-plist ports/java/jmp/files patch-Makefile.am patch-Makefile.in patch-configure patch-instance_owners.c patch-jmp.c 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: Thu, 15 May 2003 16:34:38 -0000 glewis 2003/05/15 09:34:36 PDT FreeBSD ports repository Modified files: java Makefile Added files: java/jmp Makefile distinfo pkg-descr pkg-plist java/jmp/files patch-Makefile.am patch-Makefile.in patch-configure patch-instance_owners.c patch-jmp.c Log: . Add the java/jmp port. JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP uses a GTK+ interface to show the status. PR: 47151, 48474, 50325 Submitted by: Ronald Klop Revision Changes Path 1.77 +1 -0 ports/java/Makefile 1.1 +43 -0 ports/java/jmp/Makefile (new) 1.1 +1 -0 ports/java/jmp/distinfo (new) 1.1 +19 -0 ports/java/jmp/files/patch-Makefile.am (new) 1.1 +19 -0 ports/java/jmp/files/patch-Makefile.in (new) 1.1 +12 -0 ports/java/jmp/files/patch-configure (new) 1.1 +15 -0 ports/java/jmp/files/patch-instance_owners.c (new) 1.1 +45 -0 ports/java/jmp/files/patch-jmp.c (new) 1.1 +8 -0 ports/java/jmp/pkg-descr (new) 1.1 +5 -0 ports/java/jmp/pkg-plist (new)