diff options
author | pav <pav@FreeBSD.org> | 2004-02-29 14:36:36 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-29 14:36:36 +0000 |
commit | 5f123ed82c36485355d3ededaec43e1c125c229a (patch) | |
tree | f497771fb9df06eb7766e13eb59bd06492c03dd9 /textproc/Makefile | |
parent | b86970836ce26aecf7974d69dbba8e5b690e4386 (diff) | |
download | FreeBSD-ports-5f123ed82c36485355d3ededaec43e1c125c229a.zip FreeBSD-ports-5f123ed82c36485355d3ededaec43e1c125c229a.tar.gz |
Add queequeg, a tiny English grammar checker for non-native speakers who
are not used to verb conjugation and number agreement. We especially
focus on people who're writing academic papers or business documents
where thorough checking is required. We aim to reduce this laborious
work with automated checking.
PR: ports/63472
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
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 9e00d6f..2fa7b3d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -421,6 +421,7 @@ SUBDIR += py-xmltools SUBDIR += py2html SUBDIR += pybook + SUBDIR += queequeg SUBDIR += rand SUBDIR += raptor SUBDIR += redland |