diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-20 13:42:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-20 13:42:15 +0800 |
commit | 3e1b8c03b7847485ae1af0c559dbbe979b1a8155 (patch) | |
tree | 1590996c0a309f4fab4e684af4278295229cacb1 /textproc/Makefile | |
parent | a227e208da23f733e87477dd13188da9af7eda7c (diff) | |
download | freebsd-ports-gnome-3e1b8c03b7847485ae1af0c559dbbe979b1a8155.tar.gz freebsd-ports-gnome-3e1b8c03b7847485ae1af0c559dbbe979b1a8155.tar.zst freebsd-ports-gnome-3e1b8c03b7847485ae1af0c559dbbe979b1a8155.zip |
New port textproc/spellutils: newsbody & pospell spell-checking utilities.
Spellutils is a suite of programs which are used to isolate
some parts or texts from various types of files and hand
them over to another program which may change the texts;
it is typically a spell checker. Afterwards the possibly
changed text parts are copied back in place in the original
file.
PR: ports/41211
Submitted by: Thierry Thomas <thierry@pompo.net>
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 e0e27e8e765d..e5f0f99f05d8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -367,6 +367,7 @@ SUBDIR += source-highlight SUBDIR += sp SUBDIR += spell + SUBDIR += spellutils SUBDIR += sv-aspell SUBDIR += tclExpat SUBDIR += tdtd.el |