pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Devel-CallParser
Module Name: pkgsrc
Committed By: mef
Date: Mon May 4 12:20:42 UTC 2020
Added Files:
pkgsrc/devel/p5-Devel-CallParser: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Devel-CallParser/DESCR \
pkgsrc/devel/p5-Devel-CallParser/Makefile \
pkgsrc/devel/p5-Devel-CallParser/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-Devel-CallParser/DESCR
diff -u /dev/null pkgsrc/devel/p5-Devel-CallParser/DESCR:1.1
--- /dev/null Mon May 4 12:20:42 2020
+++ pkgsrc/devel/p5-Devel-CallParser/DESCR Mon May 4 12:20:42 2020
@@ -0,0 +1,15 @@
+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.
Index: pkgsrc/devel/p5-Devel-CallParser/Makefile
diff -u /dev/null pkgsrc/devel/p5-Devel-CallParser/Makefile:1.1
--- /dev/null Mon May 4 12:20:42 2020
+++ pkgsrc/devel/p5-Devel-CallParser/Makefile Mon May 4 12:20:42 2020
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/05/04 12:20:42 mef Exp $
+
+DISTNAME= Devel-CallParser-0.002
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/
+COMMENT= Custom parsing attached to subroutines
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Devel-CallChecker-[0-9]*:../../devel/p5-Devel-CallChecker
+
+TEST_DEPENDS+= p5-Data-Alias-[0-9]*:../../devel/p5-Data-Alias
+TEST_DEPENDS+= p5-Devel-Declare-[0-9]*:../../devel/p5-Devel-Declare
+
+PERL5_PACKLIST= auto/Devel/CallParser/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Devel-CallParser/distinfo
diff -u /dev/null pkgsrc/devel/p5-Devel-CallParser/distinfo:1.1
--- /dev/null Mon May 4 12:20:42 2020
+++ pkgsrc/devel/p5-Devel-CallParser/distinfo Mon May 4 12:20:42 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/04 12:20:42 mef Exp $
+
+SHA1 (Devel-CallParser-0.002.tar.gz) = 505756196af68d235442edc274fb300977d075dc
+RMD160 (Devel-CallParser-0.002.tar.gz) = 00d39e0bb9ede245a861510a96b96206961d065b
+SHA512 (Devel-CallParser-0.002.tar.gz) = ab1f89a618149789a99903e69c913af5d558125a67ef064ecd5a26d25a7553115a1f519d76cf401ad68fb19096155b9c6ea248a9b5286c2113e1d6570338ca2a
+Size (Devel-CallParser-0.002.tar.gz) = 24790 bytes
Home |
Main Index |
Thread Index |
Old Index