CVS log for pkgsrc/www/p5-HTML-Restrict/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / www / p5-HTML-Restrict
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Nov 16 12:07:41 2024 UTC (3 weeks, 3 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
*: recursive bump for perl 5.40
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jul 6 09:42:35 2023 UTC (17 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1
lines
*: recursive bump for perl 5.38
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jun 11 12:40:54 2023 UTC (18 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Update to 3.0.2
Upstream changes:
Changes for version v3.0.2 - 2023-04-23
Add create_newlines to replace BR and P by 1, resp. 2 newlines (GH#46) (E. Choroba)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jan 8 00:05:19 2023 UTC (23 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -3
lines
Update to 3.0.1
Upstream changes:
v3.0.1 2022-09-22 22:27:40Z
- Add a filter_text attribute. This can be used to disable text
encoding. (GH#44) (ccottingham-presinet)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 28 11:37:23 2022 UTC (2 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
*: recursive bump for perl 5.36
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon May 24 19:55:32 2021 UTC (3 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
*: recursive bump for perl 5.34
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 31 18:12:51 2020 UTC (4 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
*: bump PKGREVISION for perl-5.32.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Aug 11 13:24:40 2019 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1
lines
Bump PKGREVISIONs for perl 5.30.0
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jun 30 20:17:31 2019 UTC (5 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Apr 4 07:19:01 2019 UTC (5 years, 8 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Update to 3.0.0
Upstream changes:
v3.0.0 2019-03-11 13:52:08Z
- Better fix for handling malformed tags. Removes max_parser_loops(),
which was introduced in 2.4.0 (GH#37) (Graham Knop)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 8 23:45:33 2019 UTC (5 years, 10 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -4
lines
Update to 2.5.0
Update DEPENDS
Upstream changes:
v2.5.0 2019-02-08 22:18:11Z
- Strip some control characters from links (GH#34) (Olaf Alders)
- Enable empty_element_tags in HTML::Parser (GH#35) (Olaf Alders)
v2.4.1 2019-02-05 14:13:16Z
- Bump version of Type::Tiny to 1.002001. (GH#33) (Olaf Alders). Issue
reported by Slaven Rezić (GH#32).
v2.4.0 2019-02-05 02:51:05Z
- Process text until it returns the same value twice. (GH#31) (Olaf
Alders). Issue raised in (GH#29) by Juraj Major.
- Add max_parser_loops attribute
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 22 09:47:39 2018 UTC (6 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1
lines
Recursive bump for perl5-5.28.0
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 25 19:37:57 2018 UTC (6 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
p5-HTML-Restrict: update to 2.3.0.
v2.3.0 2018-02-09 16:00:41Z
- Add code filters for attribute values (GH#27) (Graham Knop)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Sep 27 15:16:13 2017 UTC (7 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3
lines
p5-HTML-Restrict: update to 2.2.4.
2.2.4 2017-03-01 14:22:13-05:00 America/Toronto
- Updates SEE ALSO pod section (Ben Bullock)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jun 5 14:25:18 2017 UTC (7 years, 6 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
Recursive revbump from lang/perl5 5.26.0
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 31 01:36:09 2016 UTC (8 years, 4 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3
lines
Update to 2.2.3
Upstream changes:
2.2.3 2016-07-26 18:00:55-04:00 America/Toronto
- Now with fewer non-core prerequisites (Karen Etheridge)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 8 19:25:04 2016 UTC (8 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Bump PKGREVISION for perl-5.24.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 15 11:12:32 2016 UTC (8 years, 7 months ago) by wiz
Branches: MAIN
Import p5-HTML-Restrict-2.2.2 as www/p5-HTML-Restrict.
This module uses HTML::Parser to strip HTML from text in a restrictive
manner. By default all HTML is restricted. You may alter the default
behaviour by supplying your own tag rules.
CVSweb <webmaster@jp.NetBSD.org>