aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jvmtop
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-07-21 06:05:48 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-07-21 06:05:48 +0000
commit8f53f8cc76f456e9ea202573c913377522a471e9 (patch)
treea3c1551577cd4ec26d32de8edfd9b4960a9e3e8c /sysutils/jvmtop
parenta1523f8ba92dbe8ea27eab0a645a92cc33d6ffc2 (diff)
downloadports-8f53f8cc76f456e9ea202573c913377522a471e9.tar.gz
ports-8f53f8cc76f456e9ea202573c913377522a471e9.zip
- 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
Notes
Notes: svn path=/head/; revision=323370
Diffstat (limited to 'sysutils/jvmtop')
-rw-r--r--sysutils/jvmtop/Makefile9
-rw-r--r--sysutils/jvmtop/distinfo4
-rw-r--r--sysutils/jvmtop/pkg-descr4
3 files changed, 12 insertions, 5 deletions
diff --git a/sysutils/jvmtop/Makefile b/sysutils/jvmtop/Makefile
index f0690fa4a7b2..b61652234fd0 100644
--- a/sysutils/jvmtop/Makefile
+++ b/sysutils/jvmtop/Makefile
@@ -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>
diff --git a/sysutils/jvmtop/distinfo b/sysutils/jvmtop/distinfo
index de53d3fc55a3..d165eabd705f 100644
--- a/sysutils/jvmtop/distinfo
+++ b/sysutils/jvmtop/distinfo
@@ -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
diff --git a/sysutils/jvmtop/pkg-descr b/sysutils/jvmtop/pkg-descr
index 49374848a920..a80c64ab3e71 100644
--- a/sysutils/jvmtop/pkg-descr
+++ b/sysutils/jvmtop/pkg-descr
@@ -3,7 +3,7 @@ jvms on a machine. In a top-like manner, it displays JVM internal metrics
(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/