pkgsrc-WIP-changes archive

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

p5-Function-Paremeters: Rename to p5-Function-Parameters



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 11 14:37:10 2016 +0200
Changeset:	3c649289a67230245b869bdfa75e87745f567858

Added Files:
	p5-Function-Parameters/DESCR
	p5-Function-Parameters/Makefile
	p5-Function-Parameters/PLIST
	p5-Function-Parameters/distinfo
Removed Files:
	p5-Function-Paremeters/DESCR
	p5-Function-Paremeters/Makefile
	p5-Function-Paremeters/PLIST
	p5-Function-Paremeters/distinfo

Log Message:
p5-Function-Paremeters: Rename to p5-Function-Parameters

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c649289a67230245b869bdfa75e87745f567858

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Function-Parameters/DESCR    |  3 +++
 p5-Function-Parameters/Makefile | 18 ++++++++++++++++++
 p5-Function-Parameters/PLIST    |  7 +++++++
 p5-Function-Parameters/distinfo |  6 ++++++
 p5-Function-Paremeters/DESCR    |  3 ---
 p5-Function-Paremeters/Makefile | 18 ------------------
 p5-Function-Paremeters/PLIST    |  7 -------
 p5-Function-Paremeters/distinfo |  6 ------
 8 files changed, 34 insertions(+), 34 deletions(-)

diffs:
diff --git a/p5-Function-Parameters/DESCR b/p5-Function-Parameters/DESCR
new file mode 100644
index 0000000..64ef856
--- /dev/null
+++ b/p5-Function-Parameters/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-Parameters/Makefile b/p5-Function-Parameters/Makefile
new file mode 100644
index 0000000..f472552
--- /dev/null
+++ b/p5-Function-Parameters/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	Function-Parameters-1.0705
+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}
+
+DEPENDS+=	p5-Moose-[0-9]*:../../devel/p5-Moose
+
+PERL5_PACKLIST=	auto/Function/Parameters/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Function-Parameters/PLIST b/p5-Function-Parameters/PLIST
new file mode 100644
index 0000000..039a7aa
--- /dev/null
+++ b/p5-Function-Parameters/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-Parameters/distinfo b/p5-Function-Parameters/distinfo
new file mode 100644
index 0000000..a27eedf
--- /dev/null
+++ b/p5-Function-Parameters/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Function-Parameters-1.0705.tar.gz) = c6d03d5edcac7a420f7f392590c0f7310b1d70fe
+RMD160 (Function-Parameters-1.0705.tar.gz) = 6d1da9952927a883c856f45da7d585700bd30448
+SHA512 (Function-Parameters-1.0705.tar.gz) = b58905730b2fa81bf607249d86c68a47d71b810aaca91a497974211bfe094b84c8cc6841eeee0a44e925cb8d632c8f7850365ac0bd194f37c1add081f19fa772
+Size (Function-Parameters-1.0705.tar.gz) = 76703 bytes
diff --git a/p5-Function-Paremeters/DESCR b/p5-Function-Paremeters/DESCR
deleted file mode 100644
index 64ef856..0000000
--- a/p5-Function-Paremeters/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index f472552..0000000
--- a/p5-Function-Paremeters/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	Function-Parameters-1.0705
-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}
-
-DEPENDS+=	p5-Moose-[0-9]*:../../devel/p5-Moose
-
-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
deleted file mode 100644
index 039a7aa..0000000
--- a/p5-Function-Paremeters/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@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
deleted file mode 100644
index a27eedf..0000000
--- a/p5-Function-Paremeters/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (Function-Parameters-1.0705.tar.gz) = c6d03d5edcac7a420f7f392590c0f7310b1d70fe
-RMD160 (Function-Parameters-1.0705.tar.gz) = 6d1da9952927a883c856f45da7d585700bd30448
-SHA512 (Function-Parameters-1.0705.tar.gz) = b58905730b2fa81bf607249d86c68a47d71b810aaca91a497974211bfe094b84c8cc6841eeee0a44e925cb8d632c8f7850365ac0bd194f37c1add081f19fa772
-Size (Function-Parameters-1.0705.tar.gz) = 76703 bytes


Home | Main Index | Thread Index | Old Index