| Port details on branch 2026Q1 |
- lttoolbox Tool for lexical, morphological analysis and generation of words
- 3.8.0_1 textproc
=0 3.8.0_1Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2026-03-13 08:30:24
- Last Update: 2026-03-13 08:28:56
- Commit Hash: 61304f8
- License: GPLv2
- WWW:
- https://wiki.apertium.org/wiki/Lttoolbox
- Description:
- lttoolbox is a toolbox for lexical processing, morphological analysis
and generation of words. The analysis is the process of splitting of
words splitting a word (e.g. cats) into its lemma 'cat' and the
grammatical information <n><pl>. The generation is the opposite
process.
The package is split into three programs, lt-comp, the compiler,
lt-proc, the processor, and lt-expand, which generates all possible
mappings between surface forms and lexical forms in the dictionary.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- lttoolbox>0:textproc/lttoolbox
- To install the port:
- cd /usr/ports/textproc/lttoolbox/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/lttoolbox
- pkg install lttoolbox
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lttoolbox
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1744531039
SHA256 (lttoolbox-3.8.0.tar.bz2) = 0bbe13c9798b937acad902c2ff39e38c13c061ad2247ba44cde289ddc95e1534
SIZE (lttoolbox-3.8.0.tar.bz2) = 157338
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- utf8cpp>=4.0.3 : devel/utf8cpp
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libicuio.so : devel/icu
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_lttoolbox
- USES:
- cmake compiler:c++14-lang gnome localbase pathfix pkgconfig tar:bz2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.8.0_1 13 Mar 2026 08:28:56
    |
Dimitry Andric (dim)  |
textproc/lttoolbox: fix build with libc++ 21
With libc++ 21 textproc/lttoolbox fails to build, with errors similar to:
In file included from
/wrkdirs/usr/ports/textproc/lttoolbox/work/lttoolbox-3.8.0/lttoolbox/acx.cc:17:
In file included from
/wrkdirs/usr/ports/textproc/lttoolbox/work/lttoolbox-3.8.0/lttoolbox/acx.h:20:
In file included from
/wrkdirs/usr/ports/textproc/lttoolbox/work/lttoolbox-3.8.0/lttoolbox/sorted_vector.hpp:25:
In file included from /usr/include/c++/v1/iterator:698:
/usr/include/c++/v1/__iterator/ostream_iterator.h:62:20: error: invalid
operands to binary expression ('ostream_type' (aka 'basic_ostream<char,
std::char_traits<char>>') and 'const char')
62 | *__out_stream_ << __value;
| ~~~~~~~~~~~~~~ ^ ~~~~~~~
/usr/local/include/utf8cpp/utf8/core.h:358:25: note: in instantiation of
member function 'std::ostream_iterator<char>::operator=' requested here
358 | *(result++) = static_cast<octet_type>(cp);
| ^
/usr/local/include/utf8cpp/utf8/core.h:398:16: note: in instantiation of
function template specialization
'utf8::internal::append<std::ostream_iterator<char>, char8_t>' requested here(Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|