Port details |
- pmt Small collection of filters which can be added to UNIX pipes
- 0.2 sysutils =3 0.2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2010-01-05 20:02:57
- Last Update: 2024-01-19 15:14:13
- Commit Hash: 44136f8
- People watching this port, also watch:: statsvn, p5-Parallel-Iterator, monit, nagios-check_hdd_health, ap24-mod_mono
- License: GPLv2+
- WWW:
- https://hansmi.ch/software/pipe-magic-tools
- Description:
- The Pipe Magic Tools (PMT) are a small collection of filters which
can be added to UNIX pipes. The filters include:
speed
Measures the speed of the data flowing through the pipe
throttle
Controls the speed of the data flowing through the pipe
rot13
The famous rot13 algorithm
rot47
The not-so-famous rot47 algorithm
tolower
Converts all alphabetic characters to lower case
toupper
Converts all alphabetic characters to upper case
- ¦ ¦ ¦ ¦
- 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/pmt/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/pmt
- pkg install pmt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pmt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pmt-0.2.tar.bz2) = 8a07f9708bc11e96896c0875e521641e2e844e3d495b3309ba38a8b8aa841246
SIZE (pmt-0.2.tar.bz2) = 6810
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:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_pmt
- USES:
- gmake tar:bzip2
- 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 |
0.2 19 Jan 2024 15:14:13 |
Muhammad Moinur Rahman (bofh) |
sysutils/pmt: Update LICENSE to GPLv2+
This is mentioned in the source codes. |
0.2 03 Jun 2023 19:59:23 |
Muhammad Moinur Rahman (bofh) |
sysutils/pmt: Fix build with llvm15
- Add LICENSE NONE
- Adopt port |
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) |
0.2 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 ) |
0.2 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 ) |
0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2 22 Nov 2016 14:04:22 |
danfe |
In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken. |
0.2 02 Feb 2015 19:05:12 |
marino |
sysutils/pmt: Rework patch handle POSIX issues on both fbsd and dfly
A few years ago, _XSI_VISIBLE was defined to re-expose gettimeofday on
FreeBSD. Recent changes to DragonFly's signal.h headers resulted in the
failure of the building of pmt. By defining _XOPEN_SOURCE=500 instead,
pmt on both platforms. |
0.2 04 Dec 2014 16:04:00 |
amdmi3 |
- Fix always true condition |
0.2 29 May 2014 11:20:14 |
miwi |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr |
0.2 26 Feb 2014 08:44:29 |
ehaupt |
Support staging |
0.2 16 Dec 2013 18:24:49 |
glarkin |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
0.2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.2 06 Jan 2010 18:46:09 |
glarkin |
- Fixed the build on 8.0. POSIX namespace changes in sys/time.h caused
an implicit function declaration for gettimeofday.
Patched by: till plewe <till.plewe@gmail.com> |
0.2 05 Jan 2010 20:02:37 |
glarkin |
The Pipe Magic Tools (PMT) are a small collection of filters which
can be added to UNIX pipes. The filters include:
speed
Measures the speed of the data flowing through the pipe
throttle
Controls the speed of the data flowing through the pipe
rot13
The famous rot13 algorithm
rot47
The not-so-famous rot47 algorithm
tolower
Converts all alphabetic characters to lower case
toupper
Converts all alphabetic characters to upper case
WWW: http://hansmi.ch/software/pipe-magic-tools |