cvs commit: ports/textproc Makefile ports/textproc/minised Makefile distinfo pkg-descr

Andrew Pantyukhin sat at FreeBSD.org
Sat Sep 2 17:49:08 UTC 2006


sat         2006-09-02 17:49:07 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/minised     Makefile distinfo pkg-descr 
  Log:
  Add port textproc/minised:
  
  This is a smaller, cheaper, faster SED implementation. Minix uses it. GNU
  used to use it, until they built their own sed around an extended (some
  would say over-extended) regexp package.
  
  For embedded use we searched for a tiny sed implementation especially for
  use with the dietlibc and found Eric S. Raymond's sed implementation quite
  handy. Though it suffered several bugs and was not under active maintenance
  anymore. After sending a bunch of fixes we agreed to continue maintaining
  this lovely, historic sed implementation.
  
  Along a lot fixes and cleanups, further speedups, and some missing features
  and POSIX conformance, we also added a test-suite to the package, so
  regressions are quickly and easily uncovered.
  
  WWW: http://www.exactcode.de/oss/minised/
  Author: ExactCode <info at exactcode.de>
  
  Revision  Changes    Path
  1.1055    +1 -0      ports/textproc/Makefile
  1.1       +27 -0     ports/textproc/minised/Makefile (new)
  1.1       +3 -0      ports/textproc/minised/distinfo (new)
  1.1       +16 -0     ports/textproc/minised/pkg-descr (new)


More information about the cvs-ports mailing list