notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
openfst Library for working with weighted finite-state transducers
1.8.2.20221207 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.8.2.20221207Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-12-26 16:13:27
Last Update: 2023-12-16 02:57:24
Commit Hash: d3fbfd7
License: APACHE20
WWW:
https://www.openfst.org/
Description:
OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). Weighted finite-state transducers are automata where each transition has an input label, an output label, and a weight. The more familiar finite-state acceptor is represented as a transducer with each transition's input and output label equal. Finite-state acceptors are used to represent sets of strings (specifically, regular or rational sets); finite-state transducers are used to represent binary relations between pairs of strings (specifically, rational transductions). The weights can be used to represent the cost of taking a particular transition. FSTs have key applications in speech recognition and synthesis, machine translation, optical character recognition, pattern matching, string processing, machine learning, information extraction and retrieval among others. Often a weighted transducer is used to represent a probabilistic model (e.g., an n-gram model, pronunciation model). FSTs can be optimized by determinization and minimization, models can be applied to hypothesis sets (also represented as automata) or cascaded by finite-state composition, and the best results can be selected by shortest-path algorithms.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (335 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/openfst-1.8.2.20221207/catalog.mk
  3. /usr/local/share/licenses/openfst-1.8.2.20221207/LICENSE
  4. /usr/local/share/licenses/openfst-1.8.2.20221207/APACHE20
  5. bin/farcompilestrings
  6. bin/farcreate
  7. bin/farequal
  8. bin/farextract
  9. bin/farinfo
  10. bin/farisomorphic
  11. bin/farprintstrings
  12. bin/fstarcsort
  13. bin/fstclosure
  14. bin/fstcompile
  15. bin/fstcompose
  16. bin/fstcompress
  17. bin/fstconcat
  18. bin/fstconnect
  19. bin/fstconvert
  20. bin/fstdeterminize
  21. bin/fstdifference
  22. bin/fstdisambiguate
  23. bin/fstdraw
  24. bin/fstencode
  25. bin/fstepsnormalize
  26. bin/fstequal
  27. bin/fstequivalent
  28. bin/fstinfo
  29. bin/fstintersect
  30. bin/fstinvert
  31. bin/fstisomorphic
  32. bin/fstlinear
  33. bin/fstloglinearapply
  34. bin/fstmap
  35. bin/fstminimize
  36. bin/fstprint
  37. bin/fstproject
  38. bin/fstprune
  39. bin/fstpush
  40. bin/fstrandgen
  41. bin/fstrandmod
  42. bin/fstrelabel
  43. bin/fstreplace
  44. bin/fstreverse
  45. bin/fstreweight
  46. bin/fstrmepsilon
  47. bin/fstshortestdistance
  48. bin/fstshortestpath
  49. bin/fstspecial
  50. bin/fstsymbols
  51. bin/fstsynchronize
  52. bin/fsttopsort
  53. bin/fstunion
  54. bin/mpdtcompose
  55. bin/mpdtexpand
  56. bin/mpdtinfo
  57. bin/mpdtreverse
  58. bin/pdtcompose
  59. bin/pdtexpand
  60. bin/pdtinfo
  61. bin/pdtreplace
  62. bin/pdtreverse
  63. bin/pdtshortestpath
  64. include/fst/accumulator.h
  65. include/fst/add-on.h
  66. include/fst/arc-arena.h
  67. include/fst/arc-map.h
  68. include/fst/arc.h
  69. include/fst/arcfilter.h
  70. include/fst/arcsort.h
  71. include/fst/bi-table.h
  72. include/fst/cache.h
  73. include/fst/closure.h
  74. include/fst/compact-fst.h
  75. include/fst/compat.h
  76. include/fst/complement.h
  77. include/fst/compose-filter.h
  78. include/fst/compose.h
  79. include/fst/concat.h
  80. include/fst/config.h
  81. include/fst/connect.h
  82. include/fst/const-fst.h
  83. include/fst/determinize.h
  84. include/fst/dfs-visit.h
  85. include/fst/difference.h
  86. include/fst/disambiguate.h
  87. include/fst/edit-fst.h
  88. include/fst/encode.h
  89. include/fst/epsnormalize.h
  90. include/fst/equal.h
  91. include/fst/equivalent.h
  92. include/fst/expanded-fst.h
  93. include/fst/expectation-weight.h
  94. include/fst/extensions/compress/compress-script.h
  95. include/fst/extensions/compress/compress.h
  96. include/fst/extensions/compress/elias.h
  97. include/fst/extensions/compress/gzfile.h
  98. include/fst/extensions/compress/randmod.h
  99. include/fst/extensions/far/compile-strings.h
  100. include/fst/extensions/far/create.h
  101. include/fst/extensions/far/equal.h
  102. include/fst/extensions/far/extract.h
  103. include/fst/extensions/far/far-class.h
  104. include/fst/extensions/far/far.h
  105. include/fst/extensions/far/farlib.h
  106. include/fst/extensions/far/farscript.h
  107. include/fst/extensions/far/getters.h
  108. include/fst/extensions/far/info.h
  109. include/fst/extensions/far/isomorphic.h
  110. include/fst/extensions/far/print-strings.h
  111. include/fst/extensions/far/script-impl.h
  112. include/fst/extensions/far/stlist.h
  113. include/fst/extensions/far/sttable.h
  114. include/fst/extensions/linear/linear-fst-data-builder.h
  115. include/fst/extensions/linear/linear-fst-data.h
  116. include/fst/extensions/linear/linear-fst.h
  117. include/fst/extensions/linear/linearscript.h
  118. include/fst/extensions/linear/loglinear-apply.h
  119. include/fst/extensions/linear/trie.h
  120. include/fst/extensions/mpdt/compose.h
  121. include/fst/extensions/mpdt/expand.h
  122. include/fst/extensions/mpdt/info.h
  123. include/fst/extensions/mpdt/mpdt.h
  124. include/fst/extensions/mpdt/mpdtlib.h
  125. include/fst/extensions/mpdt/mpdtscript.h
  126. include/fst/extensions/mpdt/read_write_utils.h
  127. include/fst/extensions/mpdt/reverse.h
  128. include/fst/extensions/ngram/bitmap-index.h
  129. include/fst/extensions/ngram/ngram-fst.h
  130. include/fst/extensions/ngram/nthbit.h
  131. include/fst/extensions/pdt/collection.h
  132. include/fst/extensions/pdt/compose.h
  133. include/fst/extensions/pdt/expand.h
  134. include/fst/extensions/pdt/getters.h
  135. include/fst/extensions/pdt/info.h
  136. include/fst/extensions/pdt/paren.h
  137. include/fst/extensions/pdt/pdt.h
  138. include/fst/extensions/pdt/pdtlib.h
  139. include/fst/extensions/pdt/pdtscript.h
  140. include/fst/extensions/pdt/replace.h
  141. include/fst/extensions/pdt/reverse.h
  142. include/fst/extensions/pdt/shortest-path.h
  143. include/fst/extensions/special/phi-fst.h
  144. include/fst/extensions/special/rho-fst.h
  145. include/fst/extensions/special/sigma-fst.h
  146. include/fst/factor-weight.h
  147. include/fst/filter-state.h
  148. include/fst/flags.h
  149. include/fst/float-weight.h
  150. include/fst/fst-decl.h
  151. include/fst/fst.h
  152. include/fst/fstlib.h
  153. include/fst/generic-register.h
  154. include/fst/heap.h
  155. include/fst/icu.h
  156. include/fst/intersect.h
  157. include/fst/interval-set.h
  158. include/fst/invert.h
  159. include/fst/isomorphic.h
  160. include/fst/label-reachable.h
  161. include/fst/lexicographic-weight.h
  162. include/fst/lock.h
  163. include/fst/log.h
  164. include/fst/lookahead-filter.h
  165. include/fst/lookahead-matcher.h
  166. include/fst/map.h
  167. include/fst/mapped-file.h
  168. include/fst/matcher-fst.h
  169. include/fst/matcher.h
  170. include/fst/memory.h
  171. include/fst/minimize.h
  172. include/fst/mutable-fst.h
  173. include/fst/pair-weight.h
  174. include/fst/partition.h
  175. include/fst/power-weight.h
  176. include/fst/product-weight.h
  177. include/fst/project.h
  178. include/fst/properties.h
  179. include/fst/prune.h
  180. include/fst/push.h
  181. include/fst/queue.h
  182. include/fst/randequivalent.h
  183. include/fst/randgen.h
  184. include/fst/rational.h
  185. include/fst/register.h
  186. include/fst/relabel.h
  187. include/fst/replace-util.h
  188. include/fst/replace.h
  189. include/fst/reverse.h
  190. include/fst/reweight.h
  191. include/fst/rmepsilon.h
  192. include/fst/rmfinalepsilon.h
  193. include/fst/script/arc-class.h
  194. include/fst/script/arciterator-class.h
  195. include/fst/script/arcsort.h
  196. include/fst/script/arg-packs.h
  197. include/fst/script/closure.h
  198. include/fst/script/compile-impl.h
  199. include/fst/script/compile.h
  200. include/fst/script/compose.h
  201. include/fst/script/concat.h
  202. include/fst/script/connect.h
  203. include/fst/script/convert.h
  204. include/fst/script/decode.h
  205. include/fst/script/determinize.h
  206. include/fst/script/difference.h
  207. include/fst/script/disambiguate.h
  208. include/fst/script/draw-impl.h
  209. include/fst/script/draw.h
  210. include/fst/script/encode.h
  211. include/fst/script/encodemapper-class.h
  212. include/fst/script/epsnormalize.h
  213. include/fst/script/equal.h
  214. include/fst/script/equivalent.h
  215. include/fst/script/fst-class.h
  216. include/fst/script/fstscript-decl.h
  217. include/fst/script/fstscript.h
  218. include/fst/script/getters.h
  219. include/fst/script/info-impl.h
  220. include/fst/script/info.h
  221. include/fst/script/intersect.h
  222. include/fst/script/invert.h
  223. include/fst/script/isomorphic.h
  224. include/fst/script/map.h
  225. include/fst/script/minimize.h
  226. include/fst/script/print-impl.h
  227. include/fst/script/print.h
  228. include/fst/script/project.h
  229. include/fst/script/prune.h
  230. include/fst/script/push.h
  231. include/fst/script/randequivalent.h
  232. include/fst/script/randgen.h
  233. include/fst/script/register.h
  234. include/fst/script/relabel.h
  235. include/fst/script/replace.h
  236. include/fst/script/reverse.h
  237. include/fst/script/reweight.h
  238. include/fst/script/rmepsilon.h
  239. include/fst/script/script-impl.h
  240. include/fst/script/shortest-distance.h
  241. include/fst/script/shortest-path.h
  242. include/fst/script/stateiterator-class.h
  243. include/fst/script/synchronize.h
  244. include/fst/script/text-io.h
  245. include/fst/script/topsort.h
  246. include/fst/script/union.h
  247. include/fst/script/verify.h
  248. include/fst/script/weight-class.h
  249. include/fst/set-weight.h
  250. include/fst/shortest-distance.h
  251. include/fst/shortest-path.h
  252. include/fst/signed-log-weight.h
  253. include/fst/sparse-power-weight.h
  254. include/fst/sparse-tuple-weight.h
  255. include/fst/state-map.h
  256. include/fst/state-reachable.h
  257. include/fst/state-table.h
  258. include/fst/statesort.h
  259. include/fst/string-weight.h
  260. include/fst/string.h
  261. include/fst/symbol-table-ops.h
  262. include/fst/symbol-table.h
  263. include/fst/synchronize.h
  264. include/fst/test-properties.h
  265. include/fst/test/algo_test.h
  266. include/fst/test/fst_test.h
  267. include/fst/test/rand-fst.h
  268. include/fst/test/weight-tester.h
  269. include/fst/topsort.h
  270. include/fst/tuple-weight.h
  271. include/fst/types.h
  272. include/fst/union-find.h
  273. include/fst/union-weight.h
  274. include/fst/union.h
  275. include/fst/util.h
  276. include/fst/vector-fst.h
  277. include/fst/verify.h
  278. include/fst/visit.h
  279. include/fst/weight.h
  280. lib/fst/libarc_lookahead-fst.so
  281. lib/fst/libcompact16_acceptor-fst.so
  282. lib/fst/libcompact16_string-fst.so
  283. lib/fst/libcompact16_unweighted-fst.so
  284. lib/fst/libcompact16_unweighted_acceptor-fst.so
  285. lib/fst/libcompact16_weighted_string-fst.so
  286. lib/fst/libcompact64_acceptor-fst.so
  287. lib/fst/libcompact64_string-fst.so
  288. lib/fst/libcompact64_unweighted-fst.so
  289. lib/fst/libcompact64_unweighted_acceptor-fst.so
  290. lib/fst/libcompact64_weighted_string-fst.so
  291. lib/fst/libcompact8_acceptor-fst.so
  292. lib/fst/libcompact8_string-fst.so
  293. lib/fst/libcompact8_unweighted-fst.so
  294. lib/fst/libcompact8_unweighted_acceptor-fst.so
  295. lib/fst/libcompact8_weighted_string-fst.so
  296. lib/fst/libconst16-fst.so
  297. lib/fst/libconst64-fst.so
  298. lib/fst/libconst8-fst.so
  299. lib/fst/libilabel_lookahead-fst.so
  300. lib/fst/liblinear-classifier-fst.so
  301. lib/fst/liblinear-tagger-fst.so
  302. lib/fst/libngram_fst.so
  303. lib/fst/libolabel_lookahead-fst.so
  304. lib/fst/libphi-fst.so
  305. lib/fst/librho-fst.so
  306. lib/fst/libsigma-fst.so
  307. lib/libfst.so
  308. lib/libfst.so.16
  309. lib/libfstcompact.so
  310. lib/libfstcompact.so.16
  311. lib/libfstcompressscript.so
  312. lib/libfstcompressscript.so.16
  313. lib/libfstconst.so
  314. lib/libfstconst.so.16
  315. lib/libfstfar.so
  316. lib/libfstfar.so.16
  317. lib/libfstfarscript.so
  318. lib/libfstfarscript.so.16
  319. lib/libfstlinearscript.so
  320. lib/libfstlinearscript.so.16
  321. lib/libfstlookahead.so
  322. lib/libfstlookahead.so.16
  323. lib/libfstmpdtscript.so
  324. lib/libfstmpdtscript.so.16
  325. lib/libfstngram.so
  326. lib/libfstngram.so.16
  327. lib/libfstpdtscript.so
  328. lib/libfstpdtscript.so.16
  329. lib/libfstscript.so
  330. lib/libfstscript.so.16
  331. lib/libfstspecial.so
  332. lib/libfstspecial.so.16
  333. @owner
  334. @group
  335. @mode
Collapse this list.
Dependency lines:
  • openfst>0:math/openfst
To install the port:
cd /usr/ports/math/openfst/ && make install clean
To add the package, run one of these commands:
  • pkg install math/openfst
  • pkg install openfst
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: openfst
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1702689497 SHA256 (kkm000-openfst-1.8.2-20221207-8058417_GH0.tar.gz) = 80c64f392680acdb02018d2360adfcaf9dda974aed282c102f0c06a91371ad71 SIZE (kkm000-openfst-1.8.2-20221207-8058417_GH0.tar.gz) = 1305413

Packages (timestamps in pop-ups are UTC):
openfst
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8.2.202212071.8.2.20221207-1.8.2.202212071.8.2.20221207---
FreeBSD:13:quarterly1.8.2.202212071.8.2.202212071.8.11.8.2.202212071.8.2.202212071.8.2.202212071.8.2.202212071.8.2.20221207
FreeBSD:14:latest1.8.2.202212071.8.2.202212071.8.11.8.2.202212071.8.2.202212071.8.1-1.8.1
FreeBSD:14:quarterly1.8.2.202212071.8.2.20221207-1.8.2.202212071.8.2.202212071.8.2.202212071.8.2.202212071.8.2.20221207
FreeBSD:15:latest1.8.2.202212071.8.2.20221207n/a1.8.2.20221207n/a1.8.2.202212071.8.2.202212071.8.2.20221207
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Libraries
  1. audio/kaldi

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. math/py-pyfst*
  2. textproc/opengrm-ngram*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
math_openfst
USES:
cmake compiler:c++17-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/kkm000/openfst/tar.gz/8058417?dummy=/
Collapse this list.

There are no commits on branch 2022Q2 for this port