summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-18 13:03:03 +0000
committerijliao <ijliao@FreeBSD.org>2002-09-18 13:03:03 +0000
commitf04dd846385283a97ea0fb6a833f0f10af6258c0 (patch)
tree4624c3bda741d942cfaad98970b3f2c6ecfdc5aa /sysutils
parentf6e5cba76163d17d6a7a5b525ad4e5eec4ba6d29 (diff)
downloadFreeBSD-ports-f04dd846385283a97ea0fb6a833f0f10af6258c0.zip
FreeBSD-ports-f04dd846385283a97ea0fb6a833f0f10af6258c0.tar.gz
add pstack 1.0
Retrieve process/core file stack traces PR: 37632 Submitted by: Peter Edwards <pmedwards@eircom.net>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/pstack/Makefile20
-rw-r--r--sysutils/pstack/distinfo1
-rw-r--r--sysutils/pstack/pkg-comment1
-rw-r--r--sysutils/pstack/pkg-descr6
-rw-r--r--sysutils/pstack/pkg-plist1
6 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index b048f38..6de64da 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -165,6 +165,7 @@
SUBDIR += procmap
SUBDIR += pslist
SUBDIR += psmisc
+ SUBDIR += pstack
SUBDIR += pstree
SUBDIR += pwgen
SUBDIR += pyfind
diff --git a/sysutils/pstack/Makefile b/sysutils/pstack/Makefile
new file mode 100644
index 0000000..576688c
--- /dev/null
+++ b/sysutils/pstack/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: pstack
+# Date created: 1 May 2002
+# Whom: Peter Edwards <pmedwards@eircom.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pstack
+PORTVERSION= 1.0
+CATEGORIES= sysutils
+MASTER_SITES= http://homepage.eircom.net/~pmedwards/
+
+MAINTAINER= pmedwards@eircom.net
+
+ONLY_FOR_ARCHS= i386
+
+MANCOMPRESSED= yes
+MAN1= pstack.1
+
+.include <bsd.port.mk>
diff --git a/sysutils/pstack/distinfo b/sysutils/pstack/distinfo
new file mode 100644
index 0000000..abf6085
--- /dev/null
+++ b/sysutils/pstack/distinfo
@@ -0,0 +1 @@
+MD5 (pstack-1.0.tar.gz) = 3fff176444400de38ac9a42cdaeb039f
diff --git a/sysutils/pstack/pkg-comment b/sysutils/pstack/pkg-comment
new file mode 100644
index 0000000..73f94ba
--- /dev/null
+++ b/sysutils/pstack/pkg-comment
@@ -0,0 +1 @@
+Retrieve process/core file stack traces
diff --git a/sysutils/pstack/pkg-descr b/sysutils/pstack/pkg-descr
new file mode 100644
index 0000000..1482052
--- /dev/null
+++ b/sysutils/pstack/pkg-descr
@@ -0,0 +1,6 @@
+"pstack" is a workalike for the Solaris program of the same name.
+Running pstack on a process or core file produces a stack trace of
+each thread in that process.
+
+It's useful for finding out what wedged processes are up to, getting
+profiles of what applications, and just satisfying one's curiosity.
diff --git a/sysutils/pstack/pkg-plist b/sysutils/pstack/pkg-plist
new file mode 100644
index 0000000..fde6bcc
--- /dev/null
+++ b/sysutils/pstack/pkg-plist
@@ -0,0 +1 @@
+bin/pstack
OpenPOWER on IntegriCloud