svn commit: r323370 - head/sysutils/jvmtop
Jason Helfman
jgh at FreeBSD.org
Sun Jul 21 06:05:49 UTC 2013
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 <interval>
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 <bsd.port.mk>
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/
More information about the svn-ports-head
mailing list