diff --git a/www/lexbor/Makefile b/www/lexbor/Makefile index 1da0d4d8bef1..8cd725b1b541 100644 --- a/www/lexbor/Makefile +++ b/www/lexbor/Makefile @@ -1,35 +1,36 @@ PORTNAME= lexbor DISTVERSIONPREFIX= v -DISTVERSION= 2.5.0 +DISTVERSION= 2.6.0 CATEGORIES= www MAINTAINER= alven@FreeBSD.org COMMENT= Modular web engine (HTML/CSS parser, renderer, ...) WWW= https://lexbor.com/ \ https://github.com/lexbor/lexbor/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing USE_GITHUB= yes USE_LDCONFIG= yes CMAKE_TESTING_ON= LEXBOR_BUILD_TESTS PLIST_SUB= SOVERSION=${DISTVERSION} +PORTEXAMPLES= * -OPTIONS_DEFINE= ASAN EXAMPLES STATIC +OPTIONS_DEFINE= ASAN EXAMPLES STATIC OPTIONS_SUB= yes ASAN_DESC= Enable Address Sanitizer if possible ASAN_CMAKE_BOOL= LEXBOR_BUILD_WITH_ASAN EXAMPLES_CMAKE_BOOL= LEXBOR_BUILD_EXAMPLES STATIC_CMAKE_BOOL= LEXBOR_BUILD_STATIC post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/www/lexbor/distinfo b/www/lexbor/distinfo index 6a93973a4514..0e9505f442a1 100644 --- a/www/lexbor/distinfo +++ b/www/lexbor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755378162 -SHA256 (lexbor-lexbor-v2.5.0_GH0.tar.gz) = d89060bb2fb6f7d0e0f399495155dd15e06697aa2c6568eab70ecd4a43084ba9 -SIZE (lexbor-lexbor-v2.5.0_GH0.tar.gz) = 5371588 +TIMESTAMP = 1764458162 +SHA256 (lexbor-lexbor-v2.6.0_GH0.tar.gz) = e9bb1aa8027ab92f11d5e8e6e7dc9b7bd632248c11a288eec95ade97bb7951a3 +SIZE (lexbor-lexbor-v2.6.0_GH0.tar.gz) = 5549881 diff --git a/www/lexbor/pkg-plist b/www/lexbor/pkg-plist index e28df80150cc..a74367da2de7 100644 --- a/www/lexbor/pkg-plist +++ b/www/lexbor/pkg-plist @@ -1,303 +1,240 @@ @dir include/lexbor/html/tree/insertion_mode include/lexbor/core/array.h include/lexbor/core/array_obj.h include/lexbor/core/avl.h include/lexbor/core/base.h include/lexbor/core/bst.h include/lexbor/core/bst_map.h include/lexbor/core/conv.h include/lexbor/core/core.h include/lexbor/core/def.h include/lexbor/core/diyfp.h include/lexbor/core/dobject.h include/lexbor/core/dtoa.h include/lexbor/core/fs.h include/lexbor/core/hash.h include/lexbor/core/in.h include/lexbor/core/lexbor.h include/lexbor/core/mem.h include/lexbor/core/mraw.h include/lexbor/core/perf.h include/lexbor/core/plog.h include/lexbor/core/print.h include/lexbor/core/sbst.h include/lexbor/core/serialize.h include/lexbor/core/shs.h include/lexbor/core/str.h include/lexbor/core/str_res.h include/lexbor/core/strtod.h include/lexbor/core/swar.h include/lexbor/core/types.h include/lexbor/core/utils.h include/lexbor/css/at_rule.h include/lexbor/css/at_rule/const.h include/lexbor/css/at_rule/res.h include/lexbor/css/at_rule/state.h include/lexbor/css/base.h include/lexbor/css/css.h include/lexbor/css/declaration.h include/lexbor/css/log.h include/lexbor/css/parser.h include/lexbor/css/property.h include/lexbor/css/property/const.h include/lexbor/css/property/res.h include/lexbor/css/property/state.h include/lexbor/css/rule.h include/lexbor/css/selectors/base.h include/lexbor/css/selectors/pseudo.h include/lexbor/css/selectors/pseudo_const.h include/lexbor/css/selectors/pseudo_res.h include/lexbor/css/selectors/pseudo_state.h include/lexbor/css/selectors/selector.h include/lexbor/css/selectors/selectors.h include/lexbor/css/selectors/state.h include/lexbor/css/state.h include/lexbor/css/stylesheet.h include/lexbor/css/syntax/anb.h include/lexbor/css/syntax/base.h include/lexbor/css/syntax/parser.h include/lexbor/css/syntax/res.h include/lexbor/css/syntax/state.h include/lexbor/css/syntax/state_res.h include/lexbor/css/syntax/syntax.h include/lexbor/css/syntax/token.h include/lexbor/css/syntax/token_res.h include/lexbor/css/syntax/tokenizer.h include/lexbor/css/syntax/tokenizer/error.h include/lexbor/css/unit.h include/lexbor/css/unit/const.h include/lexbor/css/unit/res.h include/lexbor/css/value.h include/lexbor/css/value/const.h include/lexbor/css/value/res.h include/lexbor/dom/base.h include/lexbor/dom/collection.h include/lexbor/dom/dom.h include/lexbor/dom/exception.h include/lexbor/dom/interface.h include/lexbor/dom/interfaces/attr.h include/lexbor/dom/interfaces/attr_const.h include/lexbor/dom/interfaces/attr_res.h include/lexbor/dom/interfaces/cdata_section.h include/lexbor/dom/interfaces/character_data.h include/lexbor/dom/interfaces/comment.h include/lexbor/dom/interfaces/document.h include/lexbor/dom/interfaces/document_fragment.h include/lexbor/dom/interfaces/document_type.h include/lexbor/dom/interfaces/element.h include/lexbor/dom/interfaces/event_target.h include/lexbor/dom/interfaces/node.h include/lexbor/dom/interfaces/processing_instruction.h include/lexbor/dom/interfaces/shadow_root.h include/lexbor/dom/interfaces/text.h include/lexbor/encoding/base.h include/lexbor/encoding/const.h include/lexbor/encoding/decode.h include/lexbor/encoding/encode.h include/lexbor/encoding/encoding.h include/lexbor/encoding/multi.h include/lexbor/encoding/range.h include/lexbor/encoding/res.h include/lexbor/encoding/single.h include/lexbor/engine/base.h include/lexbor/engine/engine.h include/lexbor/html/base.h include/lexbor/html/encoding.h include/lexbor/html/html.h include/lexbor/html/interface.h include/lexbor/html/interface_res.h include/lexbor/html/interfaces/anchor_element.h include/lexbor/html/interfaces/area_element.h include/lexbor/html/interfaces/audio_element.h include/lexbor/html/interfaces/base_element.h include/lexbor/html/interfaces/body_element.h include/lexbor/html/interfaces/br_element.h include/lexbor/html/interfaces/button_element.h include/lexbor/html/interfaces/canvas_element.h include/lexbor/html/interfaces/d_list_element.h include/lexbor/html/interfaces/data_element.h include/lexbor/html/interfaces/data_list_element.h include/lexbor/html/interfaces/details_element.h include/lexbor/html/interfaces/dialog_element.h include/lexbor/html/interfaces/directory_element.h include/lexbor/html/interfaces/div_element.h include/lexbor/html/interfaces/document.h include/lexbor/html/interfaces/element.h include/lexbor/html/interfaces/embed_element.h include/lexbor/html/interfaces/field_set_element.h include/lexbor/html/interfaces/font_element.h include/lexbor/html/interfaces/form_element.h include/lexbor/html/interfaces/frame_element.h include/lexbor/html/interfaces/frame_set_element.h include/lexbor/html/interfaces/head_element.h include/lexbor/html/interfaces/heading_element.h include/lexbor/html/interfaces/hr_element.h include/lexbor/html/interfaces/html_element.h include/lexbor/html/interfaces/iframe_element.h include/lexbor/html/interfaces/image_element.h include/lexbor/html/interfaces/input_element.h include/lexbor/html/interfaces/label_element.h include/lexbor/html/interfaces/legend_element.h include/lexbor/html/interfaces/li_element.h include/lexbor/html/interfaces/link_element.h include/lexbor/html/interfaces/map_element.h include/lexbor/html/interfaces/marquee_element.h include/lexbor/html/interfaces/media_element.h include/lexbor/html/interfaces/menu_element.h include/lexbor/html/interfaces/meta_element.h include/lexbor/html/interfaces/meter_element.h include/lexbor/html/interfaces/mod_element.h include/lexbor/html/interfaces/o_list_element.h include/lexbor/html/interfaces/object_element.h include/lexbor/html/interfaces/opt_group_element.h include/lexbor/html/interfaces/option_element.h include/lexbor/html/interfaces/output_element.h include/lexbor/html/interfaces/paragraph_element.h include/lexbor/html/interfaces/param_element.h include/lexbor/html/interfaces/picture_element.h include/lexbor/html/interfaces/pre_element.h include/lexbor/html/interfaces/progress_element.h include/lexbor/html/interfaces/quote_element.h include/lexbor/html/interfaces/script_element.h +include/lexbor/html/interfaces/search_element.h include/lexbor/html/interfaces/select_element.h +include/lexbor/html/interfaces/selectedcontent_element.h include/lexbor/html/interfaces/slot_element.h include/lexbor/html/interfaces/source_element.h include/lexbor/html/interfaces/span_element.h include/lexbor/html/interfaces/style_element.h include/lexbor/html/interfaces/table_caption_element.h include/lexbor/html/interfaces/table_cell_element.h include/lexbor/html/interfaces/table_col_element.h include/lexbor/html/interfaces/table_element.h include/lexbor/html/interfaces/table_row_element.h include/lexbor/html/interfaces/table_section_element.h include/lexbor/html/interfaces/template_element.h include/lexbor/html/interfaces/text_area_element.h include/lexbor/html/interfaces/time_element.h include/lexbor/html/interfaces/title_element.h include/lexbor/html/interfaces/track_element.h include/lexbor/html/interfaces/u_list_element.h include/lexbor/html/interfaces/unknown_element.h include/lexbor/html/interfaces/video_element.h include/lexbor/html/interfaces/window.h include/lexbor/html/node.h include/lexbor/html/parser.h include/lexbor/html/serialize.h include/lexbor/html/tag.h include/lexbor/html/tag_res.h include/lexbor/html/token.h include/lexbor/html/token_attr.h include/lexbor/html/tokenizer.h include/lexbor/html/tokenizer/error.h include/lexbor/html/tokenizer/res.h include/lexbor/html/tokenizer/state.h include/lexbor/html/tokenizer/state_comment.h include/lexbor/html/tokenizer/state_doctype.h include/lexbor/html/tokenizer/state_rawtext.h include/lexbor/html/tokenizer/state_rcdata.h include/lexbor/html/tokenizer/state_script.h include/lexbor/html/tree.h include/lexbor/html/tree/active_formatting.h include/lexbor/html/tree/error.h include/lexbor/html/tree/insertion_mode.h include/lexbor/html/tree/open_elements.h include/lexbor/html/tree/template_insertion.h include/lexbor/html/tree_res.h include/lexbor/ns/base.h include/lexbor/ns/const.h include/lexbor/ns/ns.h include/lexbor/ns/res.h include/lexbor/punycode/base.h include/lexbor/punycode/punycode.h include/lexbor/selectors/base.h include/lexbor/selectors/selectors.h include/lexbor/style/base.h include/lexbor/style/dom/interfaces/document.h include/lexbor/style/dom/interfaces/element.h include/lexbor/style/event.h include/lexbor/style/html/interfaces/document.h include/lexbor/style/html/interfaces/element.h include/lexbor/style/html/interfaces/style_element.h include/lexbor/style/style.h include/lexbor/tag/base.h include/lexbor/tag/const.h include/lexbor/tag/res.h include/lexbor/tag/tag.h include/lexbor/unicode/base.h include/lexbor/unicode/idna.h include/lexbor/unicode/res.h include/lexbor/unicode/unicode.h include/lexbor/url/base.h include/lexbor/url/url.h include/lexbor/utils/base.h include/lexbor/utils/http.h include/lexbor/utils/utils.h include/lexbor/utils/warc.h lib/liblexbor.so lib/liblexbor.so.2 lib/liblexbor.so.%%SOVERSION%% %%STATIC%%lib/liblexbor_static.a -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/css/CMakeLists.txt -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/css/StyleSheet.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/css/base.h -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/css/selectors/list_easy_way.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/css/selectors/list_fast_way.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/css/syntax/simple_colorize.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/css/syntax/structure_parse_file.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/css/syntax/tokenizer/from_file.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/css/syntax/tokenizer/print_raw.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/CMakeLists.txt -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/buffer/decode/decode.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/buffer/decode/decoder.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/buffer/decode/validate.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/buffer/encode/encode.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/buffer/encode/encoder.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/buffer/encode/validate.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/buffer/from_to.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/data_by_name.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/single/decode/decode.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/single/decode/decoder.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/single/decode/validate.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/single/encode/encode.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/single/encode/encoder.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/single/encode/validate.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/encoding/single/from_to.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/CMakeLists.txt -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/base.h -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/document_parse.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/document_parse_chunk.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/document_title.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/element_attributes.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/element_create.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/element_innerHTML.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/elements_by_attr.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/elements_by_class_name.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/elements_by_tag_name.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/encoding.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/html2sexpr.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/parse.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/parse_chunk.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/tokenizer/callback.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/tokenizer/simple.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/tokenizer/tag_attributes.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/html/tokenizer/text.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/punycode/CMakeLists.txt -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/punycode/decode.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/punycode/encode.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/selectors/CMakeLists.txt -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/selectors/easy_way.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/selectors/normal_way.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/selectors/unique_nodes.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/styles/CMakeLists.txt -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/styles/attribute_style.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/styles/base.h -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/styles/events_insert.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/styles/stylesheet.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/styles/walk.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/unicode/CMakeLists.txt -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/unicode/idna_to_ascii.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/unicode/normalization_form.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/unicode/normalization_form_stdin.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/url/CMakeLists.txt -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/url/parse.c -%%EXAMPLES%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexbor/url/relative.c