diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-01-05 20:02:37 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-01-05 20:02:37 +0000 |
commit | 853c0e778f9a22c0fc75184dd016452477cfb2d2 (patch) | |
tree | bff828411d02791838e8cc76aed5552314d9bcfc /sysutils/Makefile | |
parent | e350196de95cb936df2d757379bf0bcbfa9f91cb (diff) |
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
Notes
Notes:
svn path=/head/; revision=247225
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 866dbbbb7398..aae42a4d4dd9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -610,6 +610,7 @@ SUBDIR += plconfig SUBDIR += plod SUBDIR += pmap + SUBDIR += pmt SUBDIR += policykit SUBDIR += policykit-gnome SUBDIR += policykit-qt |