Port details |
- pslist Utility to view or send signals to processes with all their children
- 1.4.0_1 sysutils =10 1.4.0_1Version of this port present on the latest quarterly branch.
- Maintainer: dbaio@FreeBSD.org
- Port Added: 2000-10-28 22:14:36
- Last Update: 2024-03-24 12:30:31
- Commit Hash: 1855330
- People watching this port, also watch:: wget, unzip, libxml2, openssl, pcre
- License: BSD2CLAUSE
- WWW:
- https://devel.ringlet.net/sysutils/pslist/
- Description:
- pslist is a simple command-line utility for viewing and sending signals
to a whole process tree.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/pslist/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/pslist
- pkg install pslist
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pslist
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1527357172
SHA256 (pslist-1.4.0.tar.gz) = b37a0e060e8d6692930178e42164ef23c0b8d4660b3ddf9a323c5388a8d4e67d
SIZE (pslist-1.4.0.tar.gz) = 9468
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_pslist
- USES:
- perl5 shebangfix
- 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.4.0_1 24 Mar 2024 12:30:31 |
Nuno Teixeira (eduardo) |
sysutils/pslist: Move man pages 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.4.0 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.4.0 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.4.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.0 26 May 2018 18:22:07 |
dbaio |
sysutils/pslist: Update to 1.4.0 |
1.3.1 17 Mar 2018 14:43:34 |
dbaio |
Fix order of variables
Ports maintained by me in categories: science security sysutils textproc |
1.3.1 08 May 2017 17:21:49 |
dbaio |
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648 |
1.3.1 27 Nov 2016 12:57:15 |
riggs |
Update to upstream version 1.3.1; new maintainer Danilo G. Baio
PR: 213918
Submitted by: dbaio@bsd.com.br (new maintainer) |
1.3_1 02 Mar 2015 23:47:18 |
bapt |
Remove Author from pkg-descr and white space fixes |
1.3_1 17 Jul 2014 08:57:51 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
1.3_1 07 Jun 2014 21:07:01 |
antoine |
- shebangfix
- allow staging as a regular user |
1.3 16 Nov 2013 03:33:37 |
vanilla |
Support STAGEDIR. |
1.3 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.3 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.3 27 Feb 2012 20:32:31 |
glarkin |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
1.3 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.3 08 Dec 2009 10:10:55 |
pav |
- Update to 1.3
PR: ports/140719
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: maintainer timeout (roam; 18 days) |
1.1 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
1.1 10 May 2005 07:39:18 |
roam |
Yikes... purge all references to the long-dead ringwraith.online.bg.
PR: 80213 (rname)
Submitted by: Vasil Dimov <vd@datamax.bg> |
1.1 16 Feb 2005 16:32:47 |
roam |
Update to pslist-1.1. |
1.0 01 Nov 2004 17:09:55 |
roam |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu> |
1.0 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.0 08 Jul 2003 05:55:29 |
roam |
Finish the migration of my tools from ringwraith.online.bg to
devel.ringlet.net.
Prompted by: fenner's scripts |
1.0 19 Feb 2003 16:07:30 |
roam |
Remove pkg-comment files in my ports. |
23 Feb 2001 14:18:48 |
roam |
Update MASTER_SITES: drop ~roam/ from the URL. |
29 Dec 2000 15:45:17 |
roam |
Remove the orbitel.bg MASTER_SITE. |
22 Nov 2000 10:20:14 |
roam |
update my email address - roam@orbitel.bg -> roam@FreeBSD.org |
29 Oct 2000 02:14:36 |
will |
Add pslist 1.0, a utility to view or send signals to processes with all their
children, similar to killall but more sophisticated. |