diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-02 17:49:07 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-02 17:49:07 +0000 |
commit | 309d264df7a9348134821177ee65cd51e9f99e09 (patch) | |
tree | 7c04abd3e75e774e048b519cc0ed667d8faeb41b /textproc/Makefile | |
parent | 85a1c744e3b81d8071f24e0f43227fbc90ec7329 (diff) |
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@exactcode.de>
Notes
Notes:
svn path=/head/; revision=171894
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 30e8f98ccc3a..2e52d8ddab39 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -279,6 +279,7 @@ SUBDIR += mifluz SUBDIR += mini-xml SUBDIR += minidom + SUBDIR += minised SUBDIR += mk-aspell SUBDIR += mkcatalog SUBDIR += mn-aspell |