From 16d7a7f73ec07aecfb580189e665bf0ce417615e Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 18 Sep 2002 13:03:03 +0000 Subject: add pstack 1.0 Retrieve process/core file stack traces PR: 37632 Submitted by: Peter Edwards --- sysutils/pstack/Makefile | 20 ++++++++++++++++++++ sysutils/pstack/distinfo | 1 + sysutils/pstack/pkg-comment | 1 + sysutils/pstack/pkg-descr | 6 ++++++ sysutils/pstack/pkg-plist | 1 + 5 files changed, 29 insertions(+) create mode 100644 sysutils/pstack/Makefile create mode 100644 sysutils/pstack/distinfo create mode 100644 sysutils/pstack/pkg-comment create mode 100644 sysutils/pstack/pkg-descr create mode 100644 sysutils/pstack/pkg-plist (limited to 'sysutils/pstack') diff --git a/sysutils/pstack/Makefile b/sysutils/pstack/Makefile new file mode 100644 index 000000000000..576688ce35ad --- /dev/null +++ b/sysutils/pstack/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pstack +# Date created: 1 May 2002 +# Whom: Peter Edwards +# +# $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 diff --git a/sysutils/pstack/distinfo b/sysutils/pstack/distinfo new file mode 100644 index 000000000000..abf6085402e8 --- /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 000000000000..73f94ba5ddc1 --- /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 000000000000..1482052412ab --- /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 000000000000..fde6bccac0b3 --- /dev/null +++ b/sysutils/pstack/pkg-plist @@ -0,0 +1 @@ +bin/pstack -- cgit v1.2.3