pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-XS-Parse-Keyword



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 30 17:54:26 UTC 2023

Added Files:
        pkgsrc/devel/p5-XS-Parse-Keyword: DESCR Makefile distinfo

Log Message:
devel/p5-XS-Parse-Keyword: import p5-XS-Parse-Keyword-0.33

This module provides some XS functions to assist in writing syntax
modules that provide new perl-visible syntax, primarily for authors
of keyword plugins using the PL_keyword_plugin hook mechanism. It
is unlikely to be of much use to anyone else; and highly unlikely
to be any use when writing perl code using these. Unless you are
writing a keyword plugin using XS, this module is not for you.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-XS-Parse-Keyword/DESCR \
    pkgsrc/devel/p5-XS-Parse-Keyword/Makefile \
    pkgsrc/devel/p5-XS-Parse-Keyword/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-XS-Parse-Keyword/DESCR
diff -u /dev/null pkgsrc/devel/p5-XS-Parse-Keyword/DESCR:1.1
--- /dev/null   Thu Mar 30 17:54:26 2023
+++ pkgsrc/devel/p5-XS-Parse-Keyword/DESCR      Thu Mar 30 17:54:25 2023
@@ -0,0 +1,6 @@
+This module provides some XS functions to assist in writing syntax
+modules that provide new perl-visible syntax, primarily for authors
+of keyword plugins using the PL_keyword_plugin hook mechanism. It
+is unlikely to be of much use to anyone else; and highly unlikely
+to be any use when writing perl code using these. Unless you are
+writing a keyword plugin using XS, this module is not for you.
Index: pkgsrc/devel/p5-XS-Parse-Keyword/Makefile
diff -u /dev/null pkgsrc/devel/p5-XS-Parse-Keyword/Makefile:1.1
--- /dev/null   Thu Mar 30 17:54:26 2023
+++ pkgsrc/devel/p5-XS-Parse-Keyword/Makefile   Thu Mar 30 17:54:25 2023
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2023/03/30 17:54:25 wiz Exp $
+
+DISTNAME=      XS-Parse-Keyword-0.33
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/XS::Parse::Keyword
+COMMENT=       XS functions to assist in parsing keyword syntax
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-ExtUtils-CChecker-[0-9]*:../../devel/p5-ExtUtils-CChecker
+
+PERL5_PACKLIST=                auto/XS/Parse/Keyword/.packlist
+PERL5_MODULE_TYPE=     Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-XS-Parse-Keyword/distinfo
diff -u /dev/null pkgsrc/devel/p5-XS-Parse-Keyword/distinfo:1.1
--- /dev/null   Thu Mar 30 17:54:26 2023
+++ pkgsrc/devel/p5-XS-Parse-Keyword/distinfo   Thu Mar 30 17:54:25 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/30 17:54:25 wiz Exp $
+
+BLAKE2s (XS-Parse-Keyword-0.33.tar.gz) = f6455afbba0938b2895f88f32bbfd02afc960915568f34c380f83f2739510131
+SHA512 (XS-Parse-Keyword-0.33.tar.gz) = 30579b36c554de95bbf3b0810f7781e493838b3eda19773598ebf98472cddb07a9ca37077785a16316855d2c0ce993f6d061047739e7c447356e082aeccff2bd
+Size (XS-Parse-Keyword-0.33.tar.gz) = 81937 bytes



Home | Main Index | Thread Index | Old Index