pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import p5-Function-Parameters-1.0704 as wip/p5-Function-Paremeters.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Jun 11 13:15:33 2016 +0200
Changeset: 077942eba8811c2009c4146d6f94faed8d923e63
Added Files:
p5-Function-Paremeters/DESCR
p5-Function-Paremeters/Makefile
p5-Function-Paremeters/PLIST
p5-Function-Paremeters/distinfo
Log Message:
Import p5-Function-Parameters-1.0704 as wip/p5-Function-Paremeters.
This module extends Perl with keywords that let you define functions with
parameter lists. It uses Perl's perlapi/PL_keyword_plugin API, so it works
reliably and doesn't require a source filter.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=077942eba8811c2009c4146d6f94faed8d923e63
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-Function-Paremeters/DESCR | 3 +++
p5-Function-Paremeters/Makefile | 16 ++++++++++++++++
p5-Function-Paremeters/PLIST | 7 +++++++
p5-Function-Paremeters/distinfo | 6 ++++++
4 files changed, 32 insertions(+)
diffs:
diff --git a/p5-Function-Paremeters/DESCR b/p5-Function-Paremeters/DESCR
new file mode 100644
index 0000000..64ef856
--- /dev/null
+++ b/p5-Function-Paremeters/DESCR
@@ -0,0 +1,3 @@
+This module extends Perl with keywords that let you define functions with
+parameter lists. It uses Perl's perlapi/PL_keyword_plugin API, so it works
+reliably and doesn't require a source filter.
diff --git a/p5-Function-Paremeters/Makefile b/p5-Function-Paremeters/Makefile
new file mode 100644
index 0000000..468ff6b
--- /dev/null
+++ b/p5-Function-Paremeters/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= Function-Parameters-1.0704
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAUKE/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Function-Parameters/
+COMMENT= Perl5 subroutine definitions with parameter lists
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Function/Parameters/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Function-Paremeters/PLIST b/p5-Function-Paremeters/PLIST
new file mode 100644
index 0000000..039a7aa
--- /dev/null
+++ b/p5-Function-Paremeters/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+${PERL5_SUB_INSTALLVENDORARCH}/Function/Parameters.pm
+${PERL5_SUB_INSTALLVENDORARCH}/Function/Parameters/Info.pm
+${PERL5_SUB_INSTALLVENDORARCH}/auto/Function/Parameters/.packlist
+${PERL5_SUB_INSTALLVENDORARCH}/auto/Function/Parameters/Parameters.so
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Function::Parameters.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Function::Parameters::Info.3
diff --git a/p5-Function-Paremeters/distinfo b/p5-Function-Paremeters/distinfo
new file mode 100644
index 0000000..5510030
--- /dev/null
+++ b/p5-Function-Paremeters/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Function-Parameters-1.0704.tar.gz) = 496229cd4970cef435bb43cd2ea2044207e568b0
+RMD160 (Function-Parameters-1.0704.tar.gz) = 929117cc99d4fbd91b99fa18960e30934a28576b
+SHA512 (Function-Parameters-1.0704.tar.gz) = c841ecb511557fe2de94deee62c0480be9c67c82883b1cf9f0c09f59a12aa2167197607cc3366adf88c88b46d4fef1aadf2aba549b8ef082dbad33a8768a51a9
+Size (Function-Parameters-1.0704.tar.gz) = 81529 bytes
Home |
Main Index |
Thread Index |
Old Index