aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jtop
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-30 01:03:32 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-30 01:03:32 +0000
commit04c9a664cb6f834b40cf21be6352478a44711af5 (patch)
tree52aa1bd5860d3bfdd94175ce4a2ac09e67e8ba6d /sysutils/jtop
parent9545b8271c851830a3e9f2eae27bcc0c689d6b81 (diff)
downloadports-04c9a664cb6f834b40cf21be6352478a44711af5.tar.gz
ports-04c9a664cb6f834b40cf21be6352478a44711af5.zip
Notes
Diffstat (limited to 'sysutils/jtop')
-rw-r--r--sysutils/jtop/Makefile23
-rw-r--r--sysutils/jtop/distinfo2
-rw-r--r--sysutils/jtop/pkg-descr8
3 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/jtop/Makefile b/sysutils/jtop/Makefile
new file mode 100644
index 000000000000..310eed7d33bf
--- /dev/null
+++ b/sysutils/jtop/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: jtop
+# Date created: 27 March 2004
+# Whom: Pavel Novikov
+#
+# $FreeBSD$
+#
+
+PORTNAME= jtop
+PORTVERSION= 1.0
+CATEGORIES= sysutils
+MASTER_SITES= http://ext.by/jtop/
+
+MAINTAINER= pavel@ext.by
+COMMENT= Wrapper to top(1) that maps pids to jails
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+MAN1= jtop.1
+MANCOMPRESSED= yes
+PLIST_FILES= bin/jtop
+
+.include <bsd.port.mk>
diff --git a/sysutils/jtop/distinfo b/sysutils/jtop/distinfo
new file mode 100644
index 000000000000..6d796bf6f6c5
--- /dev/null
+++ b/sysutils/jtop/distinfo
@@ -0,0 +1,2 @@
+MD5 (jtop-1.0.tar.gz) = 52b6b71be39360b5171b966478ac75c8
+SIZE (jtop-1.0.tar.gz) = 2893
diff --git a/sysutils/jtop/pkg-descr b/sysutils/jtop/pkg-descr
new file mode 100644
index 000000000000..ba2e933a1af1
--- /dev/null
+++ b/sysutils/jtop/pkg-descr
@@ -0,0 +1,8 @@
+This a perl wrapper to "top(1)" that gets its output and maps pids to jails.
+
+The wrapper takes all "top(1)" options and passed then to the "top(1)" if some
+specified. When no options specified the wrapper uses default options.
+
+No additional software or tools like "jailer(8)" needed.
+
+WWW: http://ext.by/jtop/