Port details |
- topless Display command output on the whole screen like "top"
- 1.52_1 sysutils =5 1.52_1Version of this port present on the latest quarterly branch.
- Maintainer: koma2@lovepeers.org
- Port Added: 2005-06-11 00:16:10
- Last Update: 2024-02-26 07:27:23
- Commit Hash: 4dfb04e
- People watching this port, also watch:: rsync, sudo, unzip, subversion, curl
- License: BSD2CLAUSE
- WWW:
- https://people.freebsd.org/~daichi/
- Description:
- TOPLESS reads various command output, displays it on the whole screen
(like "less"), and periodically updates it like "top".
TOPLESS can be used with almost every sort of command,
but is particularly useful when used with the command
to monitor the system, such as "ps", "netstat" or "fstat".
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- topless>0:sysutils/topless
- To install the port:
- cd /usr/ports/sysutils/topless/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/topless
- pkg install topless
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: topless
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (topless-1.52.tar.gz) = 4939f8e8740b586f4370a05cb9ba80ec1c66876f6ca062948a95567880359768
SIZE (topless-1.52.tar.gz) = 4673
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:
-
- 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_topless
- USES:
- perl5
- 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.52_1 26 Feb 2024 07:27:23 |
Muhammad Moinur Rahman (bofh) |
sysutils/topless: Moved man 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.52 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.52 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.52 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.52 24 Jul 2017 09:01:04 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
- Update WWW
- Regenerate patch
Approved by: portmgr blanket |
1.52 02 Mar 2015 23:47:18 |
bapt |
Remove Author from pkg-descr and white space fixes |
1.52 29 Jun 2014 15:28:25 |
vanilla |
Stagify.
Approved by: portmgr@ (blanket approval) |
1.52 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.52 07 Sep 2013 07:44:27 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
1.52 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.52 21 Dec 2005 02:27:27 |
daichi |
sysutils/topless: update to 1.52
- alert function added
- information header function added |
1.51 20 Dec 2005 09:21:36 |
daichi |
sysutils/topless: update to 1.51
- update to 1.51
a bug around -c and non-output-change problem fixed
- add SHA256 checkdum |
1.49 26 Sep 2005 13:26:59 |
garga |
- Update to 1.49
PR: 86586
Submitted by: maintainer |
1.46 28 Jun 2005 06:04:42 |
daichi |
sysutils/topless: update to 1.46
o Update sysutils/topless to 1.46.
Many improvements and some bugfixes were made to this version.
PR: ports/82719
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) |
1.41 17 Jun 2005 15:17:07 |
daichi |
sysutils/topless: update to 1.41
Changes of topless itself (not ports) from the previous version (1.36)
are as follows:
- Improve portability by using printf(1) instead of echo(1).
- Use "diff -C" instead of "diff -u" to make line parsing easier.
- Fix man page.
- "make install" can now be run by non-root user.
- Sync help message to man page.
- Remove README since it is the same as man page.
PR: ports/82359
Submitted by: maintainer |
1.36 11 Jun 2005 00:15:35 |
nork |
Add topless 1.36, display command output on the whole
screen like "top".
PR: ports/82131
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org>
Approved by: daichi (author) |