pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/pegtl: Upgraded to recent version 4.0.2; USE_CMAKE replaced
Module Name: pkgsrc-wip
Committed By: Mayuresh <mayuresh%warunjikar.in@localhost>
Pushed By: mayuresh
Date: Thu Sep 24 14:39:31 2026 +0530
Changeset: 29e316ce30b0ff70fc67c8a38ecb9e2d1014fd95
Modified Files:
pegtl/Makefile
pegtl/PLIST
pegtl/distinfo
Log Message:
wip/pegtl: Upgraded to recent version 4.0.2; USE_CMAKE replaced
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=29e316ce30b0ff70fc67c8a38ecb9e2d1014fd95
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pegtl/Makefile | 4 +-
pegtl/PLIST | 412 ++++++++++++++++++++++++++++++++++++++++-----------------
pegtl/distinfo | 6 +-
3 files changed, 293 insertions(+), 129 deletions(-)
diffs:
diff --git a/pegtl/Makefile b/pegtl/Makefile
index 38563e06f5..329aab8d75 100644
--- a/pegtl/Makefile
+++ b/pegtl/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
GITHUB_PROJECT= PEGTL
-DISTNAME= PEGTL-2.8.3
+DISTNAME= PEGTL-4.0.2
PKGNAME= ${DISTNAME:tl}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=taocpp/}
@@ -11,8 +11,8 @@ HOMEPAGE= https://github.com/taocpp/PEGTL/
COMMENT= Parsing Expression Grammar Template Library
LICENSE= mit
-USE_CMAKE= yes
USE_LANGUAGES= c++
USE_TOOLS+= gmake
+.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/pegtl/PLIST b/pegtl/PLIST
index 6cc52ebaae..9f887ef454 100644
--- a/pegtl/PLIST
+++ b/pegtl/PLIST
@@ -1,183 +1,347 @@
@comment $NetBSD$
include/tao/pegtl.hpp
-include/tao/pegtl/analysis/analyze_cycles.hpp
-include/tao/pegtl/analysis/counted.hpp
-include/tao/pegtl/analysis/generic.hpp
-include/tao/pegtl/analysis/grammar_info.hpp
-include/tao/pegtl/analysis/insert_guard.hpp
-include/tao/pegtl/analysis/rule_info.hpp
-include/tao/pegtl/analysis/rule_type.hpp
-include/tao/pegtl/analyze.hpp
+include/tao/pegtl/action/add_guard.hpp
+include/tao/pegtl/action/add_state.hpp
+include/tao/pegtl/action/change_action.hpp
+include/tao/pegtl/action/change_action_and_state.hpp
+include/tao/pegtl/action/change_action_and_states.hpp
+include/tao/pegtl/action/change_control.hpp
+include/tao/pegtl/action/change_rule.hpp
+include/tao/pegtl/action/change_state.hpp
+include/tao/pegtl/action/change_states.hpp
+include/tao/pegtl/action/check_consume.hpp
+include/tao/pegtl/action/check_depth.hpp
+include/tao/pegtl/action/control_action.hpp
+include/tao/pegtl/action/disable_action.hpp
+include/tao/pegtl/action/enable_action.hpp
+include/tao/pegtl/action/limit_consume.hpp
+include/tao/pegtl/action/match_typed_state.hpp
+include/tao/pegtl/action/require_apply.hpp
+include/tao/pegtl/action/require_apply0.hpp
+include/tao/pegtl/action_input.hpp
include/tao/pegtl/apply_mode.hpp
include/tao/pegtl/argv_input.hpp
include/tao/pegtl/ascii.hpp
-include/tao/pegtl/buffer_input.hpp
-include/tao/pegtl/change_action.hpp
-include/tao/pegtl/change_action_and_state.hpp
-include/tao/pegtl/change_action_and_states.hpp
-include/tao/pegtl/change_control.hpp
-include/tao/pegtl/change_state.hpp
-include/tao/pegtl/change_states.hpp
+include/tao/pegtl/base_input.hpp
+include/tao/pegtl/binary/enums.hpp
+include/tao/pegtl/binary/int16.hpp
+include/tao/pegtl/binary/int32.hpp
+include/tao/pegtl/binary/int64.hpp
+include/tao/pegtl/binary/int8.hpp
+include/tao/pegtl/binary/internal/endian.hpp
+include/tao/pegtl/binary/internal/int_rules.ipp
+include/tao/pegtl/binary/internal/integer_adapt.hpp
+include/tao/pegtl/binary/internal/integer_bswap.hpp
+include/tao/pegtl/binary/internal/integer_bswap_gcc_clang.hpp
+include/tao/pegtl/binary/internal/integer_bswap_win32.hpp
+include/tao/pegtl/binary/internal/integer_size.hpp
+include/tao/pegtl/binary/internal/peek_aliases.hpp
+include/tao/pegtl/binary/internal/peek_endian.hpp
+include/tao/pegtl/binary/internal/peek_masked.hpp
+include/tao/pegtl/binary/uint16.hpp
+include/tao/pegtl/binary/uint32.hpp
+include/tao/pegtl/binary/uint64.hpp
+include/tao/pegtl/binary/uint8.hpp
include/tao/pegtl/config.hpp
-include/tao/pegtl/contrib/abnf.hpp
-include/tao/pegtl/contrib/alphabet.hpp
-include/tao/pegtl/contrib/changes.hpp
-include/tao/pegtl/contrib/counter.hpp
-include/tao/pegtl/contrib/http.hpp
-include/tao/pegtl/contrib/icu/internal.hpp
-include/tao/pegtl/contrib/icu/utf16.hpp
-include/tao/pegtl/contrib/icu/utf32.hpp
-include/tao/pegtl/contrib/icu/utf8.hpp
-include/tao/pegtl/contrib/if_then.hpp
-include/tao/pegtl/contrib/integer.hpp
-include/tao/pegtl/contrib/json.hpp
-include/tao/pegtl/contrib/json_pointer.hpp
-include/tao/pegtl/contrib/parse_tree.hpp
-include/tao/pegtl/contrib/parse_tree_to_dot.hpp
-include/tao/pegtl/contrib/raw_string.hpp
-include/tao/pegtl/contrib/remove_first_state.hpp
-include/tao/pegtl/contrib/remove_last_states.hpp
-include/tao/pegtl/contrib/rep_one_min_max.hpp
-include/tao/pegtl/contrib/rep_string.hpp
-include/tao/pegtl/contrib/shuffle_states.hpp
-include/tao/pegtl/contrib/to_string.hpp
-include/tao/pegtl/contrib/tracer.hpp
-include/tao/pegtl/contrib/unescape.hpp
-include/tao/pegtl/contrib/uri.hpp
-include/tao/pegtl/cstream_input.hpp
-include/tao/pegtl/disable_action.hpp
-include/tao/pegtl/discard_input.hpp
-include/tao/pegtl/discard_input_on_failure.hpp
-include/tao/pegtl/discard_input_on_success.hpp
-include/tao/pegtl/enable_action.hpp
-include/tao/pegtl/eol.hpp
-include/tao/pegtl/eol_pair.hpp
+include/tao/pegtl/control/apply_typed_state.hpp
+include/tao/pegtl/control/input_control.hpp
+include/tao/pegtl/control/internal/apply_typed_state.hpp
+include/tao/pegtl/control/internal/input_control.hpp
+include/tao/pegtl/control/internal/must_if.hpp
+include/tao/pegtl/control/internal/remove_first_state.hpp
+include/tao/pegtl/control/internal/rewind_control.hpp
+include/tao/pegtl/control/internal/rewind_state_control.hpp
+include/tao/pegtl/control/internal/shuffle_states.hpp
+include/tao/pegtl/control/internal/state_control.hpp
+include/tao/pegtl/control/must_if.hpp
+include/tao/pegtl/control/remove_first_state.hpp
+include/tao/pegtl/control/remove_first_states.hpp
+include/tao/pegtl/control/remove_last_states.hpp
+include/tao/pegtl/control/reverse_states.hpp
+include/tao/pegtl/control/rewind_control.hpp
+include/tao/pegtl/control/rewind_state_control.hpp
+include/tao/pegtl/control/rotate_states_left.hpp
+include/tao/pegtl/control/rotate_states_right.hpp
+include/tao/pegtl/control/shuffle_states.hpp
+include/tao/pegtl/control/state_control.hpp
+include/tao/pegtl/copy_input.hpp
+include/tao/pegtl/count_position.hpp
+include/tao/pegtl/debug/analyze.hpp
+include/tao/pegtl/debug/analyze_traits.hpp
+include/tao/pegtl/debug/coverage.hpp
+include/tao/pegtl/debug/internal/analyze_cycles.hpp
+include/tao/pegtl/debug/internal/analyze_enum.hpp
+include/tao/pegtl/debug/internal/analyze_guards.hpp
+include/tao/pegtl/debug/print.hpp
+include/tao/pegtl/debug/print_coverage.hpp
+include/tao/pegtl/debug/trace.hpp
+include/tao/pegtl/debug/trace_action.hpp
+include/tao/pegtl/debug/trace_state.hpp
+include/tao/pegtl/debug/trace_struct.hpp
+include/tao/pegtl/debug/trace_traits.hpp
+include/tao/pegtl/debug/visit.hpp
+include/tao/pegtl/default_eol.hpp
+include/tao/pegtl/demangle.hpp
+include/tao/pegtl/deprecated/alphabet.hpp
+include/tao/pegtl/deprecated/if_then.hpp
+include/tao/pegtl/deprecated/integer.hpp
+include/tao/pegtl/deprecated/internal/ascii_utility.hpp
+include/tao/pegtl/deprecated/internal/integer.hpp
+include/tao/pegtl/deprecated/internal/unhex_utility.hpp
+include/tao/pegtl/deprecated/rep_one_min_max.hpp
+include/tao/pegtl/deprecated/rep_string.hpp
+include/tao/pegtl/deprecated/unescape.hpp
+include/tao/pegtl/eol_exclude_tag.hpp
+include/tao/pegtl/eol_matched_tag.hpp
+include/tao/pegtl/eol_unknown_tag.hpp
+include/tao/pegtl/example/abnf_abnf.hpp
+include/tao/pegtl/example/abnf_core.hpp
+include/tao/pegtl/example/escaped.hpp
+include/tao/pegtl/example/fp.hpp
+include/tao/pegtl/example/http.hpp
+include/tao/pegtl/example/integer.hpp
+include/tao/pegtl/example/ipv4.hpp
+include/tao/pegtl/example/ipv6.hpp
+include/tao/pegtl/example/iri.hpp
+include/tao/pegtl/example/json.hpp
+include/tao/pegtl/example/json_pointer.hpp
+include/tao/pegtl/example/lua53.hpp
+include/tao/pegtl/example/proto3.hpp
+include/tao/pegtl/example/semver2.hpp
+include/tao/pegtl/example/uri.hpp
+include/tao/pegtl/extra/charconv.hpp
+include/tao/pegtl/extra/dispatch.hpp
+include/tao/pegtl/extra/internal/charconv.hpp
+include/tao/pegtl/extra/internal/raw_string.hpp
+include/tao/pegtl/extra/internal/remove_first_state.hpp
+include/tao/pegtl/extra/internal/unhex_utility.hpp
+include/tao/pegtl/extra/nested_exceptions.hpp
+include/tao/pegtl/extra/overflow_mode.hpp
+include/tao/pegtl/extra/parse_tree.hpp
+include/tao/pegtl/extra/parse_tree_to_dot.hpp
+include/tao/pegtl/extra/raw_string.hpp
+include/tao/pegtl/extra/record.hpp
+include/tao/pegtl/extra/type_to_string.hpp
+include/tao/pegtl/extra/unescape.hpp
include/tao/pegtl/file_input.hpp
-include/tao/pegtl/input_error.hpp
+include/tao/pegtl/input_with_depth.hpp
+include/tao/pegtl/input_with_offset.hpp
+include/tao/pegtl/inputs.hpp
include/tao/pegtl/internal/action.hpp
include/tao/pegtl/internal/action_input.hpp
-include/tao/pegtl/internal/alnum.hpp
-include/tao/pegtl/internal/alpha.hpp
-include/tao/pegtl/internal/always_false.hpp
include/tao/pegtl/internal/any.hpp
include/tao/pegtl/internal/apply.hpp
include/tao/pegtl/internal/apply0.hpp
-include/tao/pegtl/internal/apply0_single.hpp
-include/tao/pegtl/internal/apply_single.hpp
+include/tao/pegtl/internal/apply0_impl.hpp
+include/tao/pegtl/internal/apply_impl.hpp
+include/tao/pegtl/internal/argv_input.hpp
+include/tao/pegtl/internal/argv_input_with_source.hpp
+include/tao/pegtl/internal/ascii_istring.hpp
+include/tao/pegtl/internal/ascii_string.hpp
+include/tao/pegtl/internal/ascii_utility.hpp
include/tao/pegtl/internal/at.hpp
include/tao/pegtl/internal/bof.hpp
include/tao/pegtl/internal/bol.hpp
-include/tao/pegtl/internal/bump.hpp
-include/tao/pegtl/internal/bump_help.hpp
-include/tao/pegtl/internal/bytes.hpp
+include/tao/pegtl/internal/consume.hpp
+include/tao/pegtl/internal/container_for.hpp
include/tao/pegtl/internal/control.hpp
-include/tao/pegtl/internal/cr_crlf_eol.hpp
-include/tao/pegtl/internal/cr_eol.hpp
-include/tao/pegtl/internal/crlf_eol.hpp
-include/tao/pegtl/internal/cstream_reader.hpp
-include/tao/pegtl/internal/cstring_reader.hpp
-include/tao/pegtl/internal/demangle.hpp
-include/tao/pegtl/internal/demangle_cxxabi.hpp
-include/tao/pegtl/internal/demangle_nop.hpp
-include/tao/pegtl/internal/demangle_sanitise.hpp
+include/tao/pegtl/internal/copy_input.hpp
+include/tao/pegtl/internal/data_and_size.hpp
+include/tao/pegtl/internal/demangle_clang.hpp
+include/tao/pegtl/internal/demangle_gcc.hpp
+include/tao/pegtl/internal/demangle_msvc.hpp
+include/tao/pegtl/internal/demangle_rtti.hpp
+include/tao/pegtl/internal/dependent_false.hpp
+include/tao/pegtl/internal/depth_guard.hpp
include/tao/pegtl/internal/disable.hpp
-include/tao/pegtl/internal/discard.hpp
-include/tao/pegtl/internal/dusel_mode.hpp
-include/tao/pegtl/internal/duseltronik.hpp
+include/tao/pegtl/internal/dummy_guard.hpp
include/tao/pegtl/internal/enable.hpp
-include/tao/pegtl/internal/endian.hpp
-include/tao/pegtl/internal/endian_gcc.hpp
-include/tao/pegtl/internal/endian_win.hpp
+include/tao/pegtl/internal/enable_control.hpp
include/tao/pegtl/internal/eof.hpp
include/tao/pegtl/internal/eol.hpp
include/tao/pegtl/internal/eolf.hpp
-include/tao/pegtl/internal/file_mapper_posix.hpp
-include/tao/pegtl/internal/file_mapper_win32.hpp
-include/tao/pegtl/internal/file_opener.hpp
-include/tao/pegtl/internal/file_reader.hpp
+include/tao/pegtl/internal/everything.hpp
+include/tao/pegtl/internal/extract_position.hpp
+include/tao/pegtl/internal/failure.hpp
+include/tao/pegtl/internal/file_input.hpp
+include/tao/pegtl/internal/function.hpp
+include/tao/pegtl/internal/get_eol_rule_char.hpp
include/tao/pegtl/internal/has_apply.hpp
include/tao/pegtl/internal/has_apply0.hpp
+include/tao/pegtl/internal/has_current_position.hpp
+include/tao/pegtl/internal/has_eol_char_rule.hpp
+include/tao/pegtl/internal/has_eol_lazy_peek.hpp
+include/tao/pegtl/internal/has_eol_rule.hpp
+include/tao/pegtl/internal/has_error_message.hpp
include/tao/pegtl/internal/has_match.hpp
+include/tao/pegtl/internal/has_restart.hpp
+include/tao/pegtl/internal/has_start.hpp
+include/tao/pegtl/internal/has_success.hpp
+include/tao/pegtl/internal/has_unwind.hpp
include/tao/pegtl/internal/identifier.hpp
include/tao/pegtl/internal/if_apply.hpp
-include/tao/pegtl/internal/if_missing.hpp
include/tao/pegtl/internal/if_must.hpp
-include/tao/pegtl/internal/if_must_else.hpp
include/tao/pegtl/internal/if_then_else.hpp
-include/tao/pegtl/internal/input_pair.hpp
-include/tao/pegtl/internal/integer_sequence.hpp
-include/tao/pegtl/internal/istream_reader.hpp
-include/tao/pegtl/internal/istring.hpp
-include/tao/pegtl/internal/iterator.hpp
-include/tao/pegtl/internal/lf_crlf_eol.hpp
-include/tao/pegtl/internal/lf_eol.hpp
-include/tao/pegtl/internal/list.hpp
-include/tao/pegtl/internal/list_must.hpp
-include/tao/pegtl/internal/list_tail.hpp
-include/tao/pegtl/internal/list_tail_pad.hpp
-include/tao/pegtl/internal/marker.hpp
+include/tao/pegtl/internal/input_aliases.hpp
+include/tao/pegtl/internal/input_double_path.hpp
+include/tao/pegtl/internal/input_with_fakes.hpp
+include/tao/pegtl/internal/input_with_funcs.hpp
+include/tao/pegtl/internal/input_with_lines.hpp
+include/tao/pegtl/internal/input_with_source.hpp
+include/tao/pegtl/internal/input_with_start.hpp
+include/tao/pegtl/internal/invert_traits.hpp
+include/tao/pegtl/internal/ione.hpp
+include/tao/pegtl/internal/ione_not_ione.hpp
+include/tao/pegtl/internal/is_simple_type.hpp
+include/tao/pegtl/internal/lazy_input.hpp
+include/tao/pegtl/internal/lazy_scan_traits.hpp
+include/tao/pegtl/internal/many.hpp
+include/tao/pegtl/internal/match_impl.hpp
+include/tao/pegtl/internal/match_mode.hpp
+include/tao/pegtl/internal/missing_apply.hpp
+include/tao/pegtl/internal/missing_apply0.hpp
+include/tao/pegtl/internal/mmap_file_base.hpp
+include/tao/pegtl/internal/mmap_file_posix.hpp
+include/tao/pegtl/internal/mmap_file_win32.hpp
+include/tao/pegtl/internal/mmap_input.hpp
include/tao/pegtl/internal/must.hpp
+include/tao/pegtl/internal/must_aliases.hpp
+include/tao/pegtl/internal/nested.hpp
include/tao/pegtl/internal/not_at.hpp
+include/tao/pegtl/internal/not_ione.hpp
+include/tao/pegtl/internal/not_one.hpp
+include/tao/pegtl/internal/not_range.hpp
+include/tao/pegtl/internal/not_ranges.hpp
include/tao/pegtl/internal/one.hpp
+include/tao/pegtl/internal/one_not_one.hpp
include/tao/pegtl/internal/opt.hpp
-include/tao/pegtl/internal/pad.hpp
-include/tao/pegtl/internal/pad_opt.hpp
-include/tao/pegtl/internal/peek_char.hpp
-include/tao/pegtl/internal/peek_mask_uint.hpp
-include/tao/pegtl/internal/peek_mask_uint8.hpp
-include/tao/pegtl/internal/peek_uint.hpp
-include/tao/pegtl/internal/peek_uint8.hpp
-include/tao/pegtl/internal/peek_utf16.hpp
-include/tao/pegtl/internal/peek_utf32.hpp
-include/tao/pegtl/internal/peek_utf8.hpp
+include/tao/pegtl/internal/partial.hpp
+include/tao/pegtl/internal/peek_direct.hpp
+include/tao/pegtl/internal/peek_member.hpp
+include/tao/pegtl/internal/peek_seven.hpp
include/tao/pegtl/internal/pegtl_string.hpp
include/tao/pegtl/internal/plus.hpp
include/tao/pegtl/internal/raise.hpp
include/tao/pegtl/internal/range.hpp
+include/tao/pegtl/internal/range_not_range.hpp
include/tao/pegtl/internal/ranges.hpp
-include/tao/pegtl/internal/read_uint.hpp
+include/tao/pegtl/internal/ranges_not_ranges.hpp
+include/tao/pegtl/internal/read_file_stdio.hpp
+include/tao/pegtl/internal/read_input.hpp
include/tao/pegtl/internal/rematch.hpp
+include/tao/pegtl/internal/rematch_input.hpp
include/tao/pegtl/internal/rep.hpp
-include/tao/pegtl/internal/rep_min.hpp
include/tao/pegtl/internal/rep_min_max.hpp
include/tao/pegtl/internal/rep_opt.hpp
-include/tao/pegtl/internal/require.hpp
-include/tao/pegtl/internal/result_on_found.hpp
+include/tao/pegtl/internal/resize_uninitialized.hpp
+include/tao/pegtl/internal/restart.hpp
+include/tao/pegtl/internal/rewind_guard.hpp
+include/tao/pegtl/internal/rule_aliases.hpp
include/tao/pegtl/internal/rules.hpp
+include/tao/pegtl/internal/scan_base_classes.hpp
+include/tao/pegtl/internal/scan_input.hpp
+include/tao/pegtl/internal/separated.hpp
+include/tao/pegtl/internal/separated_pad.hpp
include/tao/pegtl/internal/seq.hpp
-include/tao/pegtl/internal/skip_control.hpp
include/tao/pegtl/internal/sor.hpp
+include/tao/pegtl/internal/source.hpp
include/tao/pegtl/internal/star.hpp
-include/tao/pegtl/internal/star_must.hpp
+include/tao/pegtl/internal/star_partial.hpp
+include/tao/pegtl/internal/star_strict.hpp
include/tao/pegtl/internal/state.hpp
-include/tao/pegtl/internal/string.hpp
-include/tao/pegtl/internal/trivial.hpp
-include/tao/pegtl/internal/try_catch_type.hpp
+include/tao/pegtl/internal/stream_to_string.hpp
+include/tao/pegtl/internal/strict.hpp
+include/tao/pegtl/internal/success.hpp
+include/tao/pegtl/internal/terminal.hpp
+include/tao/pegtl/internal/test_after_scan.hpp
+include/tao/pegtl/internal/text_consume.hpp
+include/tao/pegtl/internal/text_input.hpp
+include/tao/pegtl/internal/text_input_with_source.hpp
+include/tao/pegtl/internal/text_rule_traits.hpp
+include/tao/pegtl/internal/text_scan_traits.hpp
+include/tao/pegtl/internal/try_catch_raise_nested.hpp
+include/tao/pegtl/internal/try_catch_return_false.hpp
+include/tao/pegtl/internal/unordered.hpp
include/tao/pegtl/internal/until.hpp
-include/tao/pegtl/istream_input.hpp
+include/tao/pegtl/internal/unwind_guard.hpp
+include/tao/pegtl/internal/view_input.hpp
include/tao/pegtl/match.hpp
-include/tao/pegtl/memory_input.hpp
+include/tao/pegtl/member.hpp
include/tao/pegtl/mmap_input.hpp
include/tao/pegtl/normal.hpp
include/tao/pegtl/nothing.hpp
include/tao/pegtl/parse.hpp
include/tao/pegtl/parse_error.hpp
-include/tao/pegtl/position.hpp
+include/tao/pegtl/parse_error_base.hpp
+include/tao/pegtl/parse_nested.hpp
+include/tao/pegtl/pegtl_string.hpp
+include/tao/pegtl/pointer_position.hpp
+include/tao/pegtl/position_with_source.hpp
include/tao/pegtl/read_input.hpp
-include/tao/pegtl/require_apply.hpp
-include/tao/pegtl/require_apply0.hpp
include/tao/pegtl/rewind_mode.hpp
include/tao/pegtl/rules.hpp
-include/tao/pegtl/string_input.hpp
-include/tao/pegtl/tracking_mode.hpp
-include/tao/pegtl/uint16.hpp
-include/tao/pegtl/uint32.hpp
-include/tao/pegtl/uint64.hpp
-include/tao/pegtl/uint8.hpp
-include/tao/pegtl/utf16.hpp
-include/tao/pegtl/utf32.hpp
-include/tao/pegtl/utf8.hpp
+include/tao/pegtl/stream.hpp
+include/tao/pegtl/stream/alloc_buffer.hpp
+include/tao/pegtl/stream/analyze_traits.hpp
+include/tao/pegtl/stream/array_buffer.hpp
+include/tao/pegtl/stream/buffers.hpp
+include/tao/pegtl/stream/cstream_reader.hpp
+include/tao/pegtl/stream/cstring_reader.hpp
+include/tao/pegtl/stream/discard.hpp
+include/tao/pegtl/stream/discard_input.hpp
+include/tao/pegtl/stream/discard_input_on.hpp
+include/tao/pegtl/stream/has_direct_reader.hpp
+include/tao/pegtl/stream/inputs.hpp
+include/tao/pegtl/stream/is_stream.hpp
+include/tao/pegtl/stream/istream_reader.hpp
+include/tao/pegtl/stream/iterator_reader.hpp
+include/tao/pegtl/stream/other_buffer.hpp
+include/tao/pegtl/stream/prefetch.hpp
+include/tao/pegtl/stream/require.hpp
+include/tao/pegtl/stream/stream_input.hpp
+include/tao/pegtl/stream/stream_input_base.hpp
+include/tao/pegtl/stream/stream_input_with_auto_discard.hpp
+include/tao/pegtl/stream/stream_input_with_source.hpp
+include/tao/pegtl/stream/text_stream_input.hpp
+include/tao/pegtl/stream/text_stream_input_with_source.hpp
+include/tao/pegtl/system.hpp
+include/tao/pegtl/text_copy_input.hpp
+include/tao/pegtl/text_file_input.hpp
+include/tao/pegtl/text_mmap_input.hpp
+include/tao/pegtl/text_position.hpp
+include/tao/pegtl/text_position_with_source.hpp
+include/tao/pegtl/text_read_input.hpp
+include/tao/pegtl/text_view_input.hpp
+include/tao/pegtl/type_list.hpp
+include/tao/pegtl/unicode/icu16.hpp
+include/tao/pegtl/unicode/icu32.hpp
+include/tao/pegtl/unicode/icu8.hpp
+include/tao/pegtl/unicode/internal/icu_binary_property.hpp
+include/tao/pegtl/unicode/internal/icu_property_value.hpp
+include/tao/pegtl/unicode/internal/icu_rules.ipp
+include/tao/pegtl/unicode/internal/peek_utf16.hpp
+include/tao/pegtl/unicode/internal/peek_utf32.hpp
+include/tao/pegtl/unicode/internal/peek_utf8.hpp
+include/tao/pegtl/unicode/internal/utf16_constants.hpp
+include/tao/pegtl/unicode/internal/utf16_decode.hpp
+include/tao/pegtl/unicode/internal/utf16_details.hpp
+include/tao/pegtl/unicode/internal/utf32_decode.hpp
+include/tao/pegtl/unicode/internal/utf32_details.hpp
+include/tao/pegtl/unicode/internal/utf32_to_utf8.hpp
+include/tao/pegtl/unicode/internal/utf8_append.hpp
+include/tao/pegtl/unicode/internal/utf8_constants.hpp
+include/tao/pegtl/unicode/internal/utf8_decode.hpp
+include/tao/pegtl/unicode/internal/utf8_details.hpp
+include/tao/pegtl/unicode/internal/utf_one.hpp
+include/tao/pegtl/unicode/internal/utf_rules.ipp
+include/tao/pegtl/unicode/internal/utf_string.hpp
+include/tao/pegtl/unicode/internal/value_list_concat.hpp
+include/tao/pegtl/unicode/utf16.hpp
+include/tao/pegtl/unicode/utf32.hpp
+include/tao/pegtl/unicode/utf8.hpp
include/tao/pegtl/version.hpp
-share/doc/tao/pegtl/LICENSE
+include/tao/pegtl/view_input.hpp
+share/doc/tao/pegtl/LICENSE_1_0.txt
share/pegtl/cmake/pegtl-config-version.cmake
share/pegtl/cmake/pegtl-config.cmake
+share/pkgconfig/pegtl.pc
diff --git a/pegtl/distinfo b/pegtl/distinfo
index 09a153b04b..a008461d1d 100644
--- a/pegtl/distinfo
+++ b/pegtl/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-RMD160 (PEGTL-2.8.3.tar.gz) = d7a38686766a0ffbaed41a56698b67c0d78f7734
-SHA512 (PEGTL-2.8.3.tar.gz) = 9f7644b86741dfe61716bbc43b2ea0a02cfc21eaf229c47cc71a49e2f08bf2c1ff37d2b2242a1bcf518b1893be6b82c27b0e9010a1b47ef8df87ffd90d280f71
-Size (PEGTL-2.8.3.tar.gz) = 201531 bytes
+BLAKE2s (PEGTL-4.0.2.tar.gz) = 03780e043c98bf2ea028df6d545206ec1f70ef8fa1016a25ab45b85e52bebff4
+SHA512 (PEGTL-4.0.2.tar.gz) = 5337883fe4ff4d87677207f287e5a9a858446e73ffe61af58a4f5191b5cbaedc2159204046ac8326f092d3e049f50992729cd38641c47023709bb4117b1135a0
+Size (PEGTL-4.0.2.tar.gz) = 385106 bytes
Home |
Main Index |
Thread Index |
Old Index