diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-17 18:33:58 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-17 18:33:58 +0000 |
commit | 27110d3c232e624a5c2e699e38743b1a1dcd174c (patch) | |
tree | b642506eac1e3e69b6d27d4cc1d13f6cda70fae7 /editors/Makefile | |
parent | a79efa673e7feac3e9cc6df6529b218c775aed2d (diff) |
Ssam(1) is analogous to the stream editor sed(1), but uses the
sam(1) command set to provide improved functionality, and is aware
of the UTF character set. It uses the UTF-aware regular
expression library, ure(3).
WWW: http://www.westley.demon.co.uk/software.html
PR: ports/93818
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Notes
Notes:
svn path=/head/; revision=159822
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index b94fb51edb81..0ffe936e5e16 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -139,6 +139,7 @@ SUBDIR += spe SUBDIR += speedbar SUBDIR += speedbar-emacs20 + SUBDIR += ssam SUBDIR += ssed SUBDIR += staroffice5 SUBDIR += staroffice52 |