| Port details |
- languagetool Style and grammar checker for more than 25 languages
- 6.6_1 textproc
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: jrm@FreeBSD.org
 - Port Added: 2026-07-04 20:24:07
- Last Update: 2026-07-05 17:28:44
- Commit Hash: c35c71a
- Also Listed In: java
- License: LGPL21+
- WWW:
- https://languagetool.org
- https://github.com/languagetool-org/languagetool
- Description:
- LanguageTool is an open-source proofreading tool for English, Italian,
French, German, Spanish, Portuguese, Dutch, and many other languages.
It detects grammar, style, and spelling errors that a simple spell
checker cannot find, such as subject-verb agreement problems, incorrect
articles, and commonly confused words.
Both command-line and GUI checkers are included, as well as an embedded
HTTP server to expose the LanguageTool API locally. The server allows
clients such as Emacs (via flymake-languagetool or langtool.el), Neovim,
and browser extensions to request proofreading without sending text to
third-party services.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- languagetool>0:textproc/languagetool
- To install the port:
- cd /usr/ports/textproc/languagetool/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/languagetool
- pkg install languagetool
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: languagetool
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1783138177
SHA256 (LanguageTool-6.6.zip) = 53600506b399bb5ffe1e4c8dec794fd378212f14aaf38ccef9b6f89314d11631
SIZE (LanguageTool-6.6.zip) = 251998221
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- javavm : java/javavmwrapper
- java : java/openjdk25
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for languagetool-6.6_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_languagetool
- USES:
- cpe java:run zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
6.6_1 05 Jul 2026 17:28:44
    |
Joseph Mingrone (jrm)  |
textproc/languagetool: Harden HTTP server against OOM
A single pathological check request (e.g. a very long sentence hitting
the OpenNLP chunker) can exhaust the Java heap, leaving the JVM alive
but with its HTTP dispatcher thread dead. Make OutOfMemoryError fatal,
have daemon(8) restart the server after 10 seconds, and bound
per-request work in the sample configuration.
Sponsored by: The FreeBSD Foundation |
6.6 04 Jul 2026 20:20:39
    |
Joseph Mingrone (jrm)  |
textproc/languagetool: New port
LanguageTool is an open-source proofreading tool for English, Italian,
French, German, Spanish, Portuguese, Dutch, and many other languages.
It detects grammar, style, and spelling errors that a simple spell
checker cannot find, such as subject-verb agreement problems, incorrect
articles, and commonly confused words.
Both command-line and GUI checkers are included, as well as an embedded
HTTP server to expose the LanguageTool API locally. The server allows
clients such as Emacs (via flymake-languagetool or langtool.el), Neovim,
and browser extensions to request proofreading without sending text to
third-party services.
Sponsored by: The FreeBSD Foundation |
Number of commits found: 2
|