Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Devel-CallParser
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 6 09:38:59 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
*: recursive bump for perl 5.38
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 28 11:32:14 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
*: recursive bump for perl 5.36
Revision 1.7 / (download) - annotate - [select for diffs], Mon May 24 19:50:29 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.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: recursive bump for perl 5.34
Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 8 13:16:35 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.5: +2 -2
lines
Diff to previous 1.5 (colored)
*: use MASTER_SITE_PERL_CPAN
Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 8 13:09:53 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: improve HOMEPAGE
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 31 18:07:50 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 27 02:17:50 2020 UTC (3 years, 1 month ago) by gutteridge
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
p5-Devel-CallParser: needs p5-Module-Build for sandboxed builds
Revision 1.2 / (download) - annotate - [select for diffs], Thu May 14 13:27:08 2020 UTC (3 years, 4 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
(devel/p5-Devel-CallParser) Fix build. Add DEPENDS+= p5-DynaLoader-Functions-[0-9]*
Revision 1.1 / (download) - annotate - [select for diffs], Mon May 4 12:20:42 2020 UTC (3 years, 4 months ago) by mef
Branch: MAIN
devel/p5-Devel-CallParser: import p5-Devel-CallParser-0.002 This module provides a C API, for XS modules, concerned with custom parsing. It is centred around the function cv_set_call_parser, which allows XS code to attach a magical annotation to a Perl subroutine, resulting in resolvable calls to that subroutine having their arguments parsed by arbitrary C code. (This is a more conveniently structured facility than the core's PL_keyword_plugin API.) This module makes cv_set_call_parser and several supporting functions available. This module provides the implementation of the functions at runtime. It also, at compile time, supplies the C header file and link library which provide access to the functions. In normal use, "callparser0_h"/"callparser1_h" and "callparser_linkable" should be called at build time (not authoring time) for the module that wishes to use the C functions.