Port details |
- pstack Retrieve process/core file stack traces
- 1.3_1 sysutils =8 1.3_1Version of this port present on the latest quarterly branch.
- Maintainer: pizzamig@FreeBSD.org
- Port Added: 2002-09-18 13:03:25
- Last Update: 2024-03-29 08:18:29
- Commit Hash: 92dc3a2
- People watching this port, also watch:: wget, unzip, trafshow, openssl, pcre
- License: BSD2CLAUSE
- WWW:
- https://sourceforge.net/projects/bsd-pstack/
- Description:
- "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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/sysutils/pstack/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/pstack
- pkg install pstack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pstack
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- SHA256 (z0nt-pstack-1.3-874a052_GH0.tar.gz) = 1e18acbb557457f3fc62812c49f37ac11211a9d7f4f0a2309328fbb517e99bd4
SIZE (z0nt-pstack-1.3-874a052_GH0.tar.gz) = 17114
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_pstack
- USES:
- uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3_1 29 Mar 2024 08:18:29 |
Yasuhiro Kimura (yasu) |
sysutils/pstack: Move man page to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.3 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3 29 Aug 2017 13:05:21 |
pizzamig |
Change MAINTAINER email to my new FreeBSD email
Approved by: lme (mentor)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12150 |
1.3 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.3 09 May 2016 18:41:02 |
pi |
sysutils/pstack sysutils/pstacku: give maintainer to submitter
PR: 209397
Submitted by: luca.pizzamiglio@gmail.com |
1.3 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.3 18 Jun 2014 18:09:09 |
nox |
- Add new port sysutils/pstacku using libunwind and written by kib.
- Add CONFLICTS with sysutils/pstack.
"pstack" is a workalike for the Solaris program of the same name.
Running pstack on a process 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 applications, and just satisfying one's curiosity.
WWW: https://www.kib.kiev.ua/git/gitweb.cgi?p=pstacku.git;a=tree |
1.3 17 Jun 2014 20:01:19 |
pi |
sysutils/pstack: update 1.2 -> 1.3
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> |
1.2_1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.2_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.2_1 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
1.2_1 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.2_1 05 Sep 2006 08:19:31 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
1.2_1 15 Apr 2006 02:25:45 |
leeym |
- unbreak this port when OSVERSION >= 600000
- update MASTER_SITES and WWW in pkg-descr
- bump PORTREVISION
PR: 94865
Submitted by: leeym
Approved by: maintainer timeout |
1.2 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
1.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.2 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.2 21 Feb 2003 13:28:59 |
knu |
De-pkg-comment. |
1.2 26 Nov 2002 11:24:21 |
fjoe |
Update to 1.2.
This fixes pstack on recent 4.7-STABLE as well.
Submitted by: MAINTAINER |
1.1 07 Oct 2002 07:34:58 |
ijliao |
upgrade to 1.1
Submitted by: maintainer |
1.0 18 Sep 2002 13:03:04 |
ijliao |
add pstack 1.0
Retrieve process/core file stack traces
PR: 37632
Submitted by: Peter Edwards <pmedwards@eircom.net> |