From owner-svn-ports-head@FreeBSD.ORG Sun Jul 21 06:05:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9BDB7CAE; Sun, 21 Jul 2013 06:05:49 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 751C735E; Sun, 21 Jul 2013 06:05:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6L65nJT096989; Sun, 21 Jul 2013 06:05:49 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6L65mUs096985; Sun, 21 Jul 2013 06:05:48 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201307210605.r6L65mUs096985@svn.freebsd.org> From: Jason Helfman Date: Sun, 21 Jul 2013 06:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323370 - head/sysutils/jvmtop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2013 06:05:49 -0000 Author: jgh Date: Sun Jul 21 06:05:48 2013 New Revision: 323370 URL: http://svnweb.freebsd.org/changeset/ports/323370 Log: - update to 0.7.0 - issue #21 was fixed locally via console or via terminal emulator however issues exists if using a standard remote session is being investigated: http://code.google.com/p/jvmtop/issues/detail?id=21 - add in post-install message noting to user to use jvmtop under a terminal emulation program ( sysutils/tmux or sysutils/screen ) From Changelog: - New Feature: jvmtop does now include a sampling-based CPU Profiler - jvmtop does now support FreeBSD, fixing the issue #21 and issue #22 - refresh rate can now be configured, using argument --delay minor fixes Modified: head/sysutils/jvmtop/Makefile head/sysutils/jvmtop/distinfo head/sysutils/jvmtop/pkg-descr Modified: head/sysutils/jvmtop/Makefile ============================================================================== --- head/sysutils/jvmtop/Makefile Sun Jul 21 06:01:49 2013 (r323369) +++ head/sysutils/jvmtop/Makefile Sun Jul 21 06:05:48 2013 (r323370) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jvmtop -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= sysutils java MASTER_SITES= GOOGLE_CODE @@ -25,4 +25,11 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${JAVAJARDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} +post-install: + @${ECHO_MSG} + @${ECHO_MSG} "It is recommended to install and use jvmtop under a terminal" + @${ECHO_MSG} "emulation software such as sysutils/tmux, or sysutils/screen," + @${ECHO_MSG} "until remote top-like session behavior is in place." + @${ECHO_MSG} + .include Modified: head/sysutils/jvmtop/distinfo ============================================================================== --- head/sysutils/jvmtop/distinfo Sun Jul 21 06:01:49 2013 (r323369) +++ head/sysutils/jvmtop/distinfo Sun Jul 21 06:05:48 2013 (r323370) @@ -1,2 +1,2 @@ -SHA256 (jvmtop-0.6.0.tar.gz) = 0b849fe86c225aa1198376fa55872a66bc5008bf72e3672d1c7ee19aa30b9588 -SIZE (jvmtop-0.6.0.tar.gz) = 41570 +SHA256 (jvmtop-0.7.0.tar.gz) = 4e5feb5d6314de86677dd62273c8a11660dd817a117c60a93397f39a9f3b4601 +SIZE (jvmtop-0.7.0.tar.gz) = 49504 Modified: head/sysutils/jvmtop/pkg-descr ============================================================================== --- head/sysutils/jvmtop/pkg-descr Sun Jul 21 06:01:49 2013 (r323369) +++ head/sysutils/jvmtop/pkg-descr Sun Jul 21 06:05:48 2013 (r323370) @@ -3,7 +3,7 @@ jvms on a machine. In a top-like manner, (e.g. memory information) of running java processes. It's tested with different releases of Oracle JDK, IBM JDK and OpenJDK on -Linux, Solaris and Windows hosts. Jvmtop requires a JDK - a JRE will not -suffice. +FreeBSD, Linux, Solaris and Windows hosts. Jvmtop requires a JDK - a JRE +will not suffice. WWW: http://code.google.com/p/jvmtop/