Port details |
- psmisc Port of the Linux pstree, killall, and pidof commands
- 22.16_2 sysutils =15 22.16_2Version of this port present on the latest quarterly branch.
- Maintainer: douglas@douglasthrift.net
- Port Added: unknown
- Last Update: 2024-02-26 06:33:04
- Commit Hash: 20414b3
- People watching this port, also watch:: popt, gmake, wget, unzip, gettext
- License: GPLv2
- WWW:
- https://psmisc.sourceforge.net/
- Description:
- A port of the Linux pstree, killall and pidof commands.
Does not include the 'fuser' command.
- ¦ ¦ ¦ ¦
- 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/psmisc/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/psmisc
- pkg install psmisc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: psmisc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (psmisc-22.16.tar.gz) = ae426d7238e5353fdf51b1d313897c2bbed0023e66e5b4af2be9cd03d87a9d01
SIZE (psmisc-22.16.tar.gz) = 465138
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gsed : textproc/gsed
- gmake>=4.3 : devel/gmake
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for psmisc-22.16_2:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_psmisc
- USES:
- gmake ncurses gettext
- 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 |
22.16_2 26 Feb 2024 06:33:04 |
Muhammad Moinur Rahman (bofh) |
sysutils/psmisc: Moved man to share/man
Approved by: portmgr (blanket) |
22.16_1 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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) |
22.16_1 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 ) |
22.16_1 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 ) |
22.16_1 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) |
22.16_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
22.16_1 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
22.16 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
22.16 04 Feb 2016 16:25:38 |
marino |
sysutils/psmisc: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
22.16 13 Nov 2015 08:12:15 |
marino |
sysutils/psmisc: Fix runtime on DragonFly by expanding existing patches
While here, regenerate the other patches |
22.16 26 Nov 2013 15:07:23 |
sunpoet |
- Support STAGEDIR
- While I'm here:
- Convert to new options helper
- Use USES=gmake
PR: ports/184275
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
22.16 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
22.16 28 Apr 2013 20:01:07 |
bapt |
Convert left sysutils ports to new options framework |
22.16 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
22.16 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
22.16 02 Mar 2012 18:49:50 |
jgh |
- Update to 22.16
* Use strncpy for COMM_LEN and make it 18 characters to cover brackets
in name.
* don't change COMM_LEN, it breaks matching long commands
Debian #661145
* Enable some harden AM_CFLAGS by default, use configure option
--disable-harden-flags to not use it.
PR: ports/165607
Submitted by: maintainer, douglas@douglasthrift.net |
22.15 21 Feb 2012 04:06:30 |
jgh |
- Update to 22.15
Changes in 22.15
================
* Really apply patch for SF#31110178 RH#651794, SF#3317431
* Conditionally use fork before stat calls SF#3427522
* Patch from Corrina Vinschen for compiling on cygwin
* Use ENOENT not EBADE for FreeBSD Debian #631566
* Fix prstat typos
* Stop zombies by using waitpid Ubuntu #876387 by Peter Holik, SF#3429674
* Fixed minor older/younger typo in killall.1 thanks to Maikel Linke
* Remove doubled content in src/lists.h
* Add another 2 for thread brackets in pstree.c
* Correct defines for timeout in configure.ac
PR: ports/165336
Submitted by: maintainer, douglas@douglasthrift.net |
22.14 08 Aug 2011 13:05:00 |
pav |
- Upgrade to 22.14
- Fix the -u/--user option of killall to actually work
- Make portlint happy
PR: ports/159574
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
22.13 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
22.13 06 Oct 2010 05:58:11 |
sunpoet |
- Add NLS option
- Add LICENSE
- Pass maintainership to submitter
- Update to 22.13 while I'm here
PR: ports/146709
Submitted by: Douglas William Thrift <douglas at douglasthrift.net> (new
maintainer)
Approved by: sunpoet (myself, maintainer), pgollucci (mentor) |
22.12 22 Sep 2010 17:10:26 |
sunpoet |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor) |
22.12 01 Aug 2010 07:13:14 |
lwhsu |
- Update to 22.12
PR: ports/149166
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer) |
22.11 30 May 2010 23:45:09 |
sylvio |
- Update to 22.11
- Pass maintainership to submitter.
PR: ports/147181
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
22.9 02 Jan 2010 16:40:10 |
knu |
Update to the latest version 22.9. |
21.9 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
21.9 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
21.9 20 Mar 2008 10:03:51 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
21.9 03 Mar 2007 13:13:09 |
pav |
- Give up on this port |
21.9 05 Jan 2006 22:39:57 |
pav |
- Update to 21.9 |
21.8 16 Nov 2005 16:46:19 |
pav |
- Update to 21.8 |
21.6 05 Oct 2005 07:49:45 |
pav |
- Update to 21.6
- Add WWW
PR: ports/86924
Submitted by: Vasil Dimov <vd@datamax.bg> |
21.5 10 Sep 2005 02:22:04 |
pav |
- Update to 21.5
- Take maintainership |
17 02 May 2005 08:21:28 |
novel |
Conflicts with sysutils/pidof. |
17 30 Apr 2005 17:06:58 |
novel |
Remove pkg-plist and use PLIST_FILES |
17 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
17 26 Oct 2003 05:07:13 |
linimon |
Many of the Slackware mirrors no longer mirror this distfile since
it's quite old (relates to Slackware 3.6 while the current is 9.2).
So, remove a mastersite per distfile survey. |
17 11 Oct 2003 14:55:20 |
krion |
- Add CONFLICTS, because of the same item in pkg-plist
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
17 20 Feb 2003 19:00:52 |
knu |
De-pkg-comment. |
17 29 Aug 2002 17:18:30 |
lioux |
Update MASTER_SITES
Submitted by: blackend |
07 Jan 2002 19:31:20 |
fenner |
Remove rantapaa@uswest.net as MAINTAINER; mail has been bouncing for 2.5
months. |
23 Sep 2001 20:50:43 |
dwcjr |
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer
exists. |
08 Oct 2000 07:23:57 |
asami |
Convert category sysutils to new layout. |