Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2020 03:47:13 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556706 - head/devel/pegtl
Message-ID:  <202012010347.0B13lDdd095158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Dec  1 03:47:13 2020
New Revision: 556706
URL: https://svnweb.freebsd.org/changeset/ports/556706

Log:
  devel/pegtl: Update 2.8.3 -> 3.0.0
  
  Reported by:	portscout

Modified:
  head/devel/pegtl/Makefile
  head/devel/pegtl/distinfo
  head/devel/pegtl/pkg-plist

Modified: head/devel/pegtl/Makefile
==============================================================================
--- head/devel/pegtl/Makefile	Tue Dec  1 03:39:51 2020	(r556705)
+++ head/devel/pegtl/Makefile	Tue Dec  1 03:47:13 2020	(r556706)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pegtl
-DISTVERSION=	2.8.3
+DISTVERSION=	3.0.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/devel/pegtl/distinfo
==============================================================================
--- head/devel/pegtl/distinfo	Tue Dec  1 03:39:51 2020	(r556705)
+++ head/devel/pegtl/distinfo	Tue Dec  1 03:47:13 2020	(r556706)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587658394
-SHA256 (taocpp-PEGTL-2.8.3_GH0.tar.gz) = 88b8e4ded6ea1f3f2223cc3e37072e2db1e123b90d36c309816341ae9d966723
-SIZE (taocpp-PEGTL-2.8.3_GH0.tar.gz) = 201531
+TIMESTAMP = 1606794034
+SHA256 (taocpp-PEGTL-3.0.0_GH0.tar.gz) = b47af025450f5c12251cd831f90deab666e18a8029f3dbffb32672b0450af902
+SIZE (taocpp-PEGTL-3.0.0_GH0.tar.gz) = 220494

Modified: head/devel/pegtl/pkg-plist
==============================================================================
--- head/devel/pegtl/pkg-plist	Tue Dec  1 03:39:51 2020	(r556705)
+++ head/devel/pegtl/pkg-plist	Tue Dec  1 03:47:13 2020	(r556706)
@@ -1,12 +1,4 @@
 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/apply_mode.hpp
 include/tao/pegtl/argv_input.hpp
 include/tao/pegtl/ascii.hpp
@@ -20,8 +12,11 @@ include/tao/pegtl/change_states.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/analyze.hpp
+include/tao/pegtl/contrib/analyze_traits.hpp
+include/tao/pegtl/contrib/control_action.hpp
+include/tao/pegtl/contrib/coverage.hpp
+include/tao/pegtl/contrib/forward.hpp
 include/tao/pegtl/contrib/http.hpp
 include/tao/pegtl/contrib/icu/internal.hpp
 include/tao/pegtl/contrib/icu/utf16.hpp
@@ -29,21 +24,42 @@ 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/internal/endian.hpp
+include/tao/pegtl/contrib/internal/endian_gcc.hpp
+include/tao/pegtl/contrib/internal/endian_win.hpp
+include/tao/pegtl/contrib/internal/peek_mask_uint.hpp
+include/tao/pegtl/contrib/internal/peek_mask_uint8.hpp
+include/tao/pegtl/contrib/internal/peek_uint.hpp
+include/tao/pegtl/contrib/internal/peek_uint8.hpp
+include/tao/pegtl/contrib/internal/peek_utf16.hpp
+include/tao/pegtl/contrib/internal/peek_utf32.hpp
+include/tao/pegtl/contrib/internal/read_uint.hpp
+include/tao/pegtl/contrib/internal/set_stack_guard.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/print.hpp
+include/tao/pegtl/contrib/print_coverage.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/state_control.hpp
 include/tao/pegtl/contrib/to_string.hpp
-include/tao/pegtl/contrib/tracer.hpp
+include/tao/pegtl/contrib/trace.hpp
+include/tao/pegtl/contrib/uint16.hpp
+include/tao/pegtl/contrib/uint32.hpp
+include/tao/pegtl/contrib/uint64.hpp
+include/tao/pegtl/contrib/uint8.hpp
 include/tao/pegtl/contrib/unescape.hpp
 include/tao/pegtl/contrib/uri.hpp
+include/tao/pegtl/contrib/utf16.hpp
+include/tao/pegtl/contrib/utf32.hpp
 include/tao/pegtl/cstream_input.hpp
+include/tao/pegtl/demangle.hpp
 include/tao/pegtl/disable_action.hpp
 include/tao/pegtl/discard_input.hpp
 include/tao/pegtl/discard_input_on_failure.hpp
@@ -52,12 +68,8 @@ include/tao/pegtl/enable_action.hpp
 include/tao/pegtl/eol.hpp
 include/tao/pegtl/eol_pair.hpp
 include/tao/pegtl/file_input.hpp
-include/tao/pegtl/input_error.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
@@ -75,36 +87,28 @@ 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/dependent_false.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/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/failure.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/has_apply.hpp
 include/tao/pegtl/internal/has_apply0.hpp
 include/tao/pegtl/internal/has_match.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
@@ -115,26 +119,23 @@ 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/minus.hpp
+include/tao/pegtl/internal/missing_apply.hpp
+include/tao/pegtl/internal/missing_apply0.hpp
 include/tao/pegtl/internal/must.hpp
 include/tao/pegtl/internal/not_at.hpp
 include/tao/pegtl/internal/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/path_to_string.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/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/ranges.hpp
-include/tao/pegtl/internal/read_uint.hpp
 include/tao/pegtl/internal/rematch.hpp
 include/tao/pegtl/internal/rep.hpp
 include/tao/pegtl/internal/rep_min.hpp
@@ -144,19 +145,19 @@ include/tao/pegtl/internal/require.hpp
 include/tao/pegtl/internal/result_on_found.hpp
 include/tao/pegtl/internal/rules.hpp
 include/tao/pegtl/internal/seq.hpp
-include/tao/pegtl/internal/skip_control.hpp
 include/tao/pegtl/internal/sor.hpp
 include/tao/pegtl/internal/star.hpp
 include/tao/pegtl/internal/star_must.hpp
 include/tao/pegtl/internal/state.hpp
 include/tao/pegtl/internal/string.hpp
-include/tao/pegtl/internal/trivial.hpp
+include/tao/pegtl/internal/success.hpp
 include/tao/pegtl/internal/try_catch_type.hpp
 include/tao/pegtl/internal/until.hpp
 include/tao/pegtl/istream_input.hpp
 include/tao/pegtl/match.hpp
 include/tao/pegtl/memory_input.hpp
 include/tao/pegtl/mmap_input.hpp
+include/tao/pegtl/must_if.hpp
 include/tao/pegtl/normal.hpp
 include/tao/pegtl/nothing.hpp
 include/tao/pegtl/parse.hpp
@@ -169,13 +170,9 @@ 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/type_list.hpp
 include/tao/pegtl/utf8.hpp
 include/tao/pegtl/version.hpp
+include/tao/pegtl/visit.hpp
 %%DATADIR%%/cmake/pegtl-config-version.cmake
 %%DATADIR%%/cmake/pegtl-config.cmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012010347.0B13lDdd095158>