Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2003 01:20:56 +0100 (CET)
From:      Ronald Klop <ronald@cs.vu.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Ronald Klop <ronald@cs.vu.nl>
Subject:   ports/47151: New port: java/jmp. A Java Memory Profiler.
Message-ID:  <200301170020.h0H0KulY058694@ronald.echteman.nl>

next in thread | raw e-mail | index | archive | help

>Number:         47151
>Category:       ports
>Synopsis:       New port: java/jmp. A Java Memory Profiler.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 16 16:30:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ronald Klop
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD henk.boetzelaer.nl 4.7-STABLE FreeBSD 4.7-STABLE #44: Fri Jan 10 14:06:46 CET 2003 root@henk.boetzelaer.nl:/usr/obj/usr/src/sys/HENK i386


>Description:
	This program is a Java Memory Profiler.
>How-To-Repeat:
	
>Fix:

	

--- jmp.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	jmp
#	jmp/files
#	jmp/files/patch-heap_dump.c
#	jmp/Makefile
#	jmp/pkg-comment
#	jmp/pkg-descr
#	jmp/pkg-plist
#	jmp/distinfo
#
echo c - jmp
mkdir -p jmp > /dev/null 2>&1
echo c - jmp/files
mkdir -p jmp/files > /dev/null 2>&1
echo x - jmp/files/patch-heap_dump.c
sed 's/^X//' >jmp/files/patch-heap_dump.c << 'END-of-jmp/files/patch-heap_dump.c'
X--- heap_dump.c	Fri Jan 17 00:56:31 2003
X+++ heap_dump.c	Fri Jan 17 00:57:07 2003
X@@ -1,3 +1,5 @@
X+#include <jmp.h>
X+
X #include <stdio.h>
X #include <stdlib.h>
X #include <string.h>
X@@ -8,17 +10,11 @@
X #endif
X #include <netinet/in.h>
X #endif /* unix */
X-#include <jmp.h>
X #include <heap_dump.h>
X #include <obj.h>
X #include <cls.h>
X #include <hash.h>
X #include <ui.h>
X-
X-#ifdef HAVE_CONFIG_H
X-#include <config.h>
X-#endif
X-#include <jmp.h>
X 
X #ifdef _WIN32
X /* TODO get theese from some header instead. */
END-of-jmp/files/patch-heap_dump.c
echo x - jmp/Makefile
sed 's/^X//' >jmp/Makefile << 'END-of-jmp/Makefile'
X# New ports collection makefile for:   jmp
X# Date created:        11 January 2003
X# Whom:                Ronald Klop <ronald@cs.vu.nl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      jmp
XPORTVERSION=   0.26
XCATEGORIES=    java
XMASTER_SITES=  http://www.khelekore.org/jmp/
X
XMAINTAINER=    ronald@cs.vu.nl
X
X.if defined(WITHOUT_X11)
XCONFIGURE_ARGS=	--enable-noui
X.else
XUSE_XLIB=	yes
XLIB_DEPENDS=	gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
X.endif
X
XUSE_JAVA=	1.2+
XGNU_CONFIGURE=	yes
X
XCONFIGURE_ENV=  JAVA_HOME="${JAVA_HOME}"
XINSTALLS_SHLIB=	yes
X
X.include <bsd.port.mk>
END-of-jmp/Makefile
echo x - jmp/pkg-comment
sed 's/^X//' >jmp/pkg-comment << 'END-of-jmp/pkg-comment'
XJava Memory Profiler
END-of-jmp/pkg-comment
echo x - jmp/pkg-descr
sed 's/^X//' >jmp/pkg-descr << 'END-of-jmp/pkg-descr'
XJMP is a profiler for java that can be used to trace objects usage and
Xmethod timings. JMP uses the JVMPI interface to gather statistics and
Xinteract with the JVM. JMP uses a GTK+ interface to show the status.
X
XWWW: http://www.khelekore.org/jmp/
END-of-jmp/pkg-descr
echo x - jmp/pkg-plist
sed 's/^X//' >jmp/pkg-plist << 'END-of-jmp/pkg-plist'
Xlib/libjmp.la
Xlib/libjmp.so
Xlib/libjmp.so.0
Xshare/locale/de/LC_MESSAGES/jmp.mo
Xshare/locale/sv/LC_MESSAGES/jmp.mo
END-of-jmp/pkg-plist
echo x - jmp/distinfo
sed 's/^X//' >jmp/distinfo << 'END-of-jmp/distinfo'
XMD5 (jmp-0.26.tar.gz) = 238685fcef6ad90e40b17bc6438435a6
END-of-jmp/distinfo
exit
--- jmp.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301170020.h0H0KulY058694>