mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
17 lines
802 B
Plaintext
17 lines
802 B
Plaintext
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.
|
|
|
|
Author: ExactCode <info@exactcode.de>
|
|
WWW: http://www.exactcode.de/oss/minised/
|