cvs commit: ports/sysutils Makefile ports/sysutils/pmt Makefile distinfo pkg-descr

Greg Larkin glarkin at FreeBSD.org
Tue Jan 5 20:02:37 UTC 2010


glarkin     2010-01-05 20:02:37 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/pmt         Makefile distinfo pkg-descr 
  Log:
  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
  
  Revision  Changes    Path
  1.1156    +1 -0      ports/sysutils/Makefile
  1.1       +25 -0     ports/sysutils/pmt/Makefile (new)
  1.1       +3 -0      ports/sysutils/pmt/distinfo (new)
  1.1       +22 -0     ports/sysutils/pmt/pkg-descr (new)


More information about the cvs-ports mailing list