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
Port details
lexbor Modular web engine (HTML/CSS parser, renderer, ...)
2.4.0 wwwnew! 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 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: alster@vinterdalen.se search for ports maintained by this maintainer
Port Added: 2024-12-02 14:30:15
Last Update: 2024-12-02 14:27:28
Commit Hash: ae4d160
License: APACHE20
WWW:
https://lexbor.com/
https://github.com/lexbor/lexbor/
Description:
Lexbor's core requirements rose from the ashes of these challenges: * Portability Lexbor aims to adapt to different platforms and integrate into various programming languages. It's not yet another library full of quirks and idiosyncrasies; Lexbor aims to offer developers flexibility to incorporate it into their work directly, regardless of the programming language they chose. * Modularity Lexbor wants to keep things simple: Developers should be able to use only the parts they need. Whether it's an HTML or URL parser, the engine's code should be straightforward and easy to navigate, promoting rapid development. * Speed In a nutshell, Lexbor wants things to happen real fast. It's not just about making a browser engine; it's about making sure that everything, even the most resource-intensive tasks such as HTML parsing, occur swiftly to meet the real-time demands of modern web applications. * Independence Lexbor empowers developers by giving them full control over algorithms, resources, and dimensions. By eliminating on external dependencies, we let developers customize the engine without sacrificing performance or features. * Compliance Lexbor commits to industry standards. Developers need to be sure that the code aligns with widely established specifications. The output of Lexbor's modules, be it HTML, CSS, URLs, or others, should match that of modern browsers, meeting industry specifications.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (277 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/lexbor-2.4.0/catalog.mk
  3. /usr/local/share/licenses/lexbor-2.4.0/LICENSE
  4. /usr/local/share/licenses/lexbor-2.4.0/APACHE20
  5. include/lexbor/core/array.h
  6. include/lexbor/core/array_obj.h
  7. include/lexbor/core/avl.h
  8. include/lexbor/core/base.h
  9. include/lexbor/core/bst.h
  10. include/lexbor/core/bst_map.h
  11. include/lexbor/core/conv.h
  12. include/lexbor/core/core.h
  13. include/lexbor/core/def.h
  14. include/lexbor/core/diyfp.h
  15. include/lexbor/core/dobject.h
  16. include/lexbor/core/dtoa.h
  17. include/lexbor/core/fs.h
  18. include/lexbor/core/hash.h
  19. include/lexbor/core/in.h
  20. include/lexbor/core/lexbor.h
  21. include/lexbor/core/mem.h
  22. include/lexbor/core/mraw.h
  23. include/lexbor/core/perf.h
  24. include/lexbor/core/plog.h
  25. include/lexbor/core/print.h
  26. include/lexbor/core/sbst.h
  27. include/lexbor/core/serialize.h
  28. include/lexbor/core/shs.h
  29. include/lexbor/core/str.h
  30. include/lexbor/core/str_res.h
  31. include/lexbor/core/strtod.h
  32. include/lexbor/core/swar.h
  33. include/lexbor/core/types.h
  34. include/lexbor/core/utils.h
  35. include/lexbor/css/at_rule.h
  36. include/lexbor/css/at_rule/const.h
  37. include/lexbor/css/at_rule/res.h
  38. include/lexbor/css/at_rule/state.h
  39. include/lexbor/css/base.h
  40. include/lexbor/css/css.h
  41. include/lexbor/css/declaration.h
  42. include/lexbor/css/log.h
  43. include/lexbor/css/parser.h
  44. include/lexbor/css/property.h
  45. include/lexbor/css/property/const.h
  46. include/lexbor/css/property/res.h
  47. include/lexbor/css/property/state.h
  48. include/lexbor/css/rule.h
  49. include/lexbor/css/selectors/base.h
  50. include/lexbor/css/selectors/pseudo.h
  51. include/lexbor/css/selectors/pseudo_const.h
  52. include/lexbor/css/selectors/pseudo_res.h
  53. include/lexbor/css/selectors/pseudo_state.h
  54. include/lexbor/css/selectors/selector.h
  55. include/lexbor/css/selectors/selectors.h
  56. include/lexbor/css/selectors/state.h
  57. include/lexbor/css/state.h
  58. include/lexbor/css/stylesheet.h
  59. include/lexbor/css/syntax/anb.h
  60. include/lexbor/css/syntax/base.h
  61. include/lexbor/css/syntax/parser.h
  62. include/lexbor/css/syntax/res.h
  63. include/lexbor/css/syntax/state.h
  64. include/lexbor/css/syntax/state_res.h
  65. include/lexbor/css/syntax/syntax.h
  66. include/lexbor/css/syntax/token.h
  67. include/lexbor/css/syntax/token_res.h
  68. include/lexbor/css/syntax/tokenizer.h
  69. include/lexbor/css/syntax/tokenizer/error.h
  70. include/lexbor/css/unit.h
  71. include/lexbor/css/unit/const.h
  72. include/lexbor/css/unit/res.h
  73. include/lexbor/css/value.h
  74. include/lexbor/css/value/const.h
  75. include/lexbor/css/value/res.h
  76. include/lexbor/dom/base.h
  77. include/lexbor/dom/collection.h
  78. include/lexbor/dom/dom.h
  79. include/lexbor/dom/exception.h
  80. include/lexbor/dom/interface.h
  81. include/lexbor/dom/interfaces/attr.h
  82. include/lexbor/dom/interfaces/attr_const.h
  83. include/lexbor/dom/interfaces/attr_res.h
  84. include/lexbor/dom/interfaces/cdata_section.h
  85. include/lexbor/dom/interfaces/character_data.h
  86. include/lexbor/dom/interfaces/comment.h
  87. include/lexbor/dom/interfaces/document.h
  88. include/lexbor/dom/interfaces/document_fragment.h
  89. include/lexbor/dom/interfaces/document_type.h
  90. include/lexbor/dom/interfaces/element.h
  91. include/lexbor/dom/interfaces/event_target.h
  92. include/lexbor/dom/interfaces/node.h
  93. include/lexbor/dom/interfaces/processing_instruction.h
  94. include/lexbor/dom/interfaces/shadow_root.h
  95. include/lexbor/dom/interfaces/text.h
  96. include/lexbor/encoding/base.h
  97. include/lexbor/encoding/const.h
  98. include/lexbor/encoding/decode.h
  99. include/lexbor/encoding/encode.h
  100. include/lexbor/encoding/encoding.h
  101. include/lexbor/encoding/multi.h
  102. include/lexbor/encoding/range.h
  103. include/lexbor/encoding/res.h
  104. include/lexbor/encoding/single.h
  105. include/lexbor/html/base.h
  106. include/lexbor/html/encoding.h
  107. include/lexbor/html/html.h
  108. include/lexbor/html/interface.h
  109. include/lexbor/html/interface_res.h
  110. include/lexbor/html/interfaces/anchor_element.h
  111. include/lexbor/html/interfaces/area_element.h
  112. include/lexbor/html/interfaces/audio_element.h
  113. include/lexbor/html/interfaces/base_element.h
  114. include/lexbor/html/interfaces/body_element.h
  115. include/lexbor/html/interfaces/br_element.h
  116. include/lexbor/html/interfaces/button_element.h
  117. include/lexbor/html/interfaces/canvas_element.h
  118. include/lexbor/html/interfaces/d_list_element.h
  119. include/lexbor/html/interfaces/data_element.h
  120. include/lexbor/html/interfaces/data_list_element.h
  121. include/lexbor/html/interfaces/details_element.h
  122. include/lexbor/html/interfaces/dialog_element.h
  123. include/lexbor/html/interfaces/directory_element.h
  124. include/lexbor/html/interfaces/div_element.h
  125. include/lexbor/html/interfaces/document.h
  126. include/lexbor/html/interfaces/element.h
  127. include/lexbor/html/interfaces/embed_element.h
  128. include/lexbor/html/interfaces/field_set_element.h
  129. include/lexbor/html/interfaces/font_element.h
  130. include/lexbor/html/interfaces/form_element.h
  131. include/lexbor/html/interfaces/frame_element.h
  132. include/lexbor/html/interfaces/frame_set_element.h
  133. include/lexbor/html/interfaces/head_element.h
  134. include/lexbor/html/interfaces/heading_element.h
  135. include/lexbor/html/interfaces/hr_element.h
  136. include/lexbor/html/interfaces/html_element.h
  137. include/lexbor/html/interfaces/iframe_element.h
  138. include/lexbor/html/interfaces/image_element.h
  139. include/lexbor/html/interfaces/input_element.h
  140. include/lexbor/html/interfaces/label_element.h
  141. include/lexbor/html/interfaces/legend_element.h
  142. include/lexbor/html/interfaces/li_element.h
  143. include/lexbor/html/interfaces/link_element.h
  144. include/lexbor/html/interfaces/map_element.h
  145. include/lexbor/html/interfaces/marquee_element.h
  146. include/lexbor/html/interfaces/media_element.h
  147. include/lexbor/html/interfaces/menu_element.h
  148. include/lexbor/html/interfaces/meta_element.h
  149. include/lexbor/html/interfaces/meter_element.h
  150. include/lexbor/html/interfaces/mod_element.h
  151. include/lexbor/html/interfaces/o_list_element.h
  152. include/lexbor/html/interfaces/object_element.h
  153. include/lexbor/html/interfaces/opt_group_element.h
  154. include/lexbor/html/interfaces/option_element.h
  155. include/lexbor/html/interfaces/output_element.h
  156. include/lexbor/html/interfaces/paragraph_element.h
  157. include/lexbor/html/interfaces/param_element.h
  158. include/lexbor/html/interfaces/picture_element.h
  159. include/lexbor/html/interfaces/pre_element.h
  160. include/lexbor/html/interfaces/progress_element.h
  161. include/lexbor/html/interfaces/quote_element.h
  162. include/lexbor/html/interfaces/script_element.h
  163. include/lexbor/html/interfaces/select_element.h
  164. include/lexbor/html/interfaces/slot_element.h
  165. include/lexbor/html/interfaces/source_element.h
  166. include/lexbor/html/interfaces/span_element.h
  167. include/lexbor/html/interfaces/style_element.h
  168. include/lexbor/html/interfaces/table_caption_element.h
  169. include/lexbor/html/interfaces/table_cell_element.h
  170. include/lexbor/html/interfaces/table_col_element.h
  171. include/lexbor/html/interfaces/table_element.h
  172. include/lexbor/html/interfaces/table_row_element.h
  173. include/lexbor/html/interfaces/table_section_element.h
  174. include/lexbor/html/interfaces/template_element.h
  175. include/lexbor/html/interfaces/text_area_element.h
  176. include/lexbor/html/interfaces/time_element.h
  177. include/lexbor/html/interfaces/title_element.h
  178. include/lexbor/html/interfaces/track_element.h
  179. include/lexbor/html/interfaces/u_list_element.h
  180. include/lexbor/html/interfaces/unknown_element.h
  181. include/lexbor/html/interfaces/video_element.h
  182. include/lexbor/html/interfaces/window.h
  183. include/lexbor/html/node.h
  184. include/lexbor/html/parser.h
  185. include/lexbor/html/serialize.h
  186. include/lexbor/html/style.h
  187. include/lexbor/html/tag.h
  188. include/lexbor/html/tag_res.h
  189. include/lexbor/html/token.h
  190. include/lexbor/html/token_attr.h
  191. include/lexbor/html/tokenizer.h
  192. include/lexbor/html/tokenizer/error.h
  193. include/lexbor/html/tokenizer/res.h
  194. include/lexbor/html/tokenizer/state.h
  195. include/lexbor/html/tokenizer/state_comment.h
  196. include/lexbor/html/tokenizer/state_doctype.h
  197. include/lexbor/html/tokenizer/state_rawtext.h
  198. include/lexbor/html/tokenizer/state_rcdata.h
  199. include/lexbor/html/tokenizer/state_script.h
  200. include/lexbor/html/tree.h
  201. include/lexbor/html/tree/active_formatting.h
  202. include/lexbor/html/tree/error.h
  203. include/lexbor/html/tree/insertion_mode.h
  204. include/lexbor/html/tree/open_elements.h
  205. include/lexbor/html/tree/template_insertion.h
  206. include/lexbor/html/tree_res.h
  207. include/lexbor/ns/base.h
  208. include/lexbor/ns/const.h
  209. include/lexbor/ns/ns.h
  210. include/lexbor/ns/res.h
  211. include/lexbor/punycode/base.h
  212. include/lexbor/punycode/punycode.h
  213. include/lexbor/selectors/base.h
  214. include/lexbor/selectors/selectors.h
  215. include/lexbor/tag/base.h
  216. include/lexbor/tag/const.h
  217. include/lexbor/tag/res.h
  218. include/lexbor/tag/tag.h
  219. include/lexbor/unicode/base.h
  220. include/lexbor/unicode/idna.h
  221. include/lexbor/unicode/table_0.h
  222. include/lexbor/unicode/table_1.h
  223. include/lexbor/unicode/table_10.h
  224. include/lexbor/unicode/table_11.h
  225. include/lexbor/unicode/table_12.h
  226. include/lexbor/unicode/table_13.h
  227. include/lexbor/unicode/table_14.h
  228. include/lexbor/unicode/table_15.h
  229. include/lexbor/unicode/table_16.h
  230. include/lexbor/unicode/table_17.h
  231. include/lexbor/unicode/table_18.h
  232. include/lexbor/unicode/table_19.h
  233. include/lexbor/unicode/table_2.h
  234. include/lexbor/unicode/table_20.h
  235. include/lexbor/unicode/table_21.h
  236. include/lexbor/unicode/table_22.h
  237. include/lexbor/unicode/table_23.h
  238. include/lexbor/unicode/table_24.h
  239. include/lexbor/unicode/table_25.h
  240. include/lexbor/unicode/table_26.h
  241. include/lexbor/unicode/table_27.h
  242. include/lexbor/unicode/table_28.h
  243. include/lexbor/unicode/table_29.h
  244. include/lexbor/unicode/table_3.h
  245. include/lexbor/unicode/table_30.h
  246. include/lexbor/unicode/table_31.h
  247. include/lexbor/unicode/table_32.h
  248. include/lexbor/unicode/table_33.h
  249. include/lexbor/unicode/table_34.h
  250. include/lexbor/unicode/table_35.h
  251. include/lexbor/unicode/table_36.h
  252. include/lexbor/unicode/table_37.h
  253. include/lexbor/unicode/table_38.h
  254. include/lexbor/unicode/table_39.h
  255. include/lexbor/unicode/table_4.h
  256. include/lexbor/unicode/table_5.h
  257. include/lexbor/unicode/table_6.h
  258. include/lexbor/unicode/table_7.h
  259. include/lexbor/unicode/table_8.h
  260. include/lexbor/unicode/table_9.h
  261. include/lexbor/unicode/table_compose.h
  262. include/lexbor/unicode/table_idna_types.h
  263. include/lexbor/unicode/unicode.h
  264. include/lexbor/url/base.h
  265. include/lexbor/url/url.h
  266. include/lexbor/utils/base.h
  267. include/lexbor/utils/http.h
  268. include/lexbor/utils/utils.h
  269. include/lexbor/utils/warc.h
  270. lib/liblexbor.so
  271. lib/liblexbor.so.2
  272. lib/liblexbor.so.2.4.0
  273. lib/liblexbor_static.a
  274. @dir include/lexbor/html/tree/insertion_mode
  275. @owner
  276. @group
  277. @mode
Collapse this list.
Dependency lines:
  • lexbor>0:www/lexbor
To install the port:
cd /usr/ports/www/lexbor/ && make install clean
To add the package, run one of these commands:
  • pkg install www/lexbor
  • pkg install lexbor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: lexbor
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1732283398 SHA256 (lexbor-lexbor-v2.4.0_GH0.tar.gz) = 8949744d425743828891de6d80327ccb64b5146f71ff6c992644e6234e63930e SIZE (lexbor-lexbor-v2.4.0_GH0.tar.gz) = 4245007

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
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
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for lexbor-2.4.0: ASAN=off: Enable Address Sanitizer if possible HEADERS=on: Install library headers (.h files) SHARED=on: Create a shared library STATIC=on: Build static executables and/or libraries ===> Use 'make config' to modify these settings
Options name:
www_lexbor
USES:
cmake:testing
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/lexbor/lexbor/tar.gz/v2.4.0?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.0
02 Dec 2024 14:27:28
commit hash: ae4d160b5cafadf82f2a20a3c3686b89dffc25a4commit hash: ae4d160b5cafadf82f2a20a3c3686b89dffc25a4commit hash: ae4d160b5cafadf82f2a20a3c3686b89dffc25a4commit hash: ae4d160b5cafadf82f2a20a3c3686b89dffc25a4 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Ã„lven
www/lexbor: Modular web engine (HTML/CSS parser, renderer, ...)

Number of commits found: 1