aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pmt
Commit message (Collapse)AuthorAgeFilesLines
* Support stagingEmanuel Haupt2014-02-261-5/+6
| | | | Notes: svn path=/head/; revision=346147
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-161-1/+1
| | | | | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin Notes: svn path=/head/; revision=336656
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Fixed the build on 8.0. POSIX namespace changes in sys/time.h causedGreg Larkin2010-01-062-1/+15
| | | | | | | | | an implicit function declaration for gettimeofday. Patched by: till plewe <till.plewe@gmail.com> Notes: svn path=/head/; revision=247280
* The Pipe Magic Tools (PMT) are a small collection of filters whichGreg Larkin2010-01-053-0/+50
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: svn path=/head/; revision=247225