The NetBSD Project

CVS log for pkgsrc/devel/p5-Sub-Quote/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Sub-Quote

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:04 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

*: recursive bump for perl 5.38

Revision 1.14 / (download) - annotate - [select for diffs], Sat May 20 07:29:39 2023 UTC (4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.13: +2 -5 lines
Diff to previous 1.13 (colored)

p5-Sub-Quote: update to 2.006008.

2.006008 - 2023-01-20
  - drop Test::Fatal prereq
  - recommend Sub::Util rather than Sub::Name
  - use XString for quoting strings where possible
  - move tests for quotify on perl 5.6 to author only

2.006_007 - 2022-04-05
  - accurately detect numbers vs strings in quotify on perl 5.36
  - accurately detect booleans in quotify on perl 5.36
  - add workaround for float formatting for perls compiled to use gcvd

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:16 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

*: recursive bump for perl 5.36

Revision 1.12 / (download) - annotate - [select for diffs], Mon May 24 19:51:35 2021 UTC (2 years, 3 months ago) by wiz
Branch: 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
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

*: recursive bump for perl 5.34

Revision 1.11 / (download) - annotate - [select for diffs], Mon Aug 31 18:08:53 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 27 15:14:38 2019 UTC (3 years, 10 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.9: +3 -4 lines
Diff to previous 1.9 (colored)

(devel/p5-Sub-Quote) Updated from 2.006003 to 2.006006

2.006006 - 2019-10-01
  - change quotify to use longest form of floating point numbers if unable to
    find a perfectly accurate representation
  - updated documentation for quotify to reflect handling of floating point
    numbers
  - don't try to copy hints hash entries that look like references (RT#122698)

2.006_005 - 2019-09-06
  - additional fixes for quotify for floating point numbers to be faster and
    should always be able to maintain accuracy

2.006_004 - 2019-04-24
  - change quotify of NaNs to simpler calculation
  - avoid ever triggering exceptions when testing for quotify on false values
  - skip quotify Inf and NaN tests if perl is compiled without support for
    them
  - fix quotify of very large or very small numbers
  - fix accuracy of quotify on high precision numbers when perl is compiled
    with quadmath
  - quotify will use hex floats when needed for full accuracy if they are
    available
  - change tests of quotify for floating point numbers to allow a small amount
    of inaccuracy, since decimal floats can't always be accurate

Revision 1.9 / (download) - annotate - [select for diffs], Sun Aug 11 13:20:22 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jun 30 20:15:46 2019 UTC (4 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

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.7 / (download) - annotate - [select for diffs], Sat Mar 16 23:56:02 2019 UTC (4 years, 6 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

Update to 2.006003

Upstream changes:
2.006003 - 2019-03-10
  - releasing as stable

2.006_002 - 2019-01-29
  - Fix quotifying of backslashes in utf8-flagged strings on perl 5.10.0.

2.006_001 - 2019-01-07
  - avoid warnings or failures on new perls when testing quoting UTF-8 strings
  - test quotify output under utf8 pragma
  - fix quoting of negative NaN

2.006_000 - 2018-12-29
  - don't test threads behavior on perl < 5.8.5, since they are too unstable
  - more tests
  - preserve inf, nan, and false in quotify
  - improve accuracy of quotified floating point numbers
  - SUB_QUOTE_DEBUG can now be set to sub names, package names, or a regex to
    match against the code to filter which generated subs are printed to STDERR.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 22 09:44:40 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Recursive bump for perl5-5.28.0

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 23 00:03:10 2018 UTC (5 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update to 2.005001

Upstream changes:
2.005001 - 2018-04-20
  - add a workaround for test failures on early 5.8 releases with threads

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 25 17:33:14 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

p5-Sub-Quote: update to 2.005000.

2.005000 - 2018-02-06
  - fixed defer_info and undefer_sub from returning data for a deferred sub
    after it expires, even if the ref address matches
  - fixed defer_info not returning info for undeferred unnamed subs after the
    deferred sub expires
  - include options in defer_info return data
  - exclude internals from defer_info return data
  - document defer_info function
  - encode all utf8 flagged scalars as strings, since they generally will
    always have originated as strings.  Avoids future warning on bitwise ops
    on strings with wide characters.
  - more thorough check for threads availability to avoid needless test
    failures.
  - added file and line options to quote_sub to allow specifying apparent
    source location.
  - documented additional options to Sub::Defer::defer_sub and
    Sub::Quote::quote_sub.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 14 13:35:23 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

Updated p5-Sub-Quote to 2.004000.

2.004000 - 2017-06-07
  - more extensive quotify tests
  - split tests into separate files
  - propagate package to deferred subs, even if unnamed
  - reject invalid attributes
  - include line numbers compile errors (PR#1, djerius)

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:37 2017 UTC (6 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 11 00:25:33 2016 UTC (6 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4

Import Sub-Quote-2.003001 as devel/p5-Sub-Quote.

This package provides performant ways to generate subroutines from strings.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>