pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
p5-Sub-Prototype: add new package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Nov 8 22:31:46 2017 +0100
Changeset: c8526059e6af2d7c812eda663cd631ad98d1d3df
Modified Files:
Makefile
Added Files:
p5-Sub-Prototype/DESCR
p5-Sub-Prototype/Makefile
p5-Sub-Prototype/distinfo
p5-Sub-Prototype/patches/patch-Makefile.PL
Log Message:
p5-Sub-Prototype: add new package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c8526059e6af2d7c812eda663cd631ad98d1d3df
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 ++-
p5-Sub-Prototype/DESCR | 1 +
p5-Sub-Prototype/Makefile | 21 +++++++++++++++++++++
p5-Sub-Prototype/distinfo | 7 +++++++
p5-Sub-Prototype/patches/patch-Makefile.PL | 11 +++++++++++
5 files changed, 42 insertions(+), 1 deletion(-)
diffs:
diff --git a/Makefile b/Makefile
index 8bcd1f8118..b7bb2548ec 100644
--- a/Makefile
+++ b/Makefile
@@ -2472,6 +2472,7 @@ SUBDIR+= p5-RTF-Writer
SUBDIR+= p5-Shell-Command
SUBDIR+= p5-Spread
SUBDIR+= p5-Startup
+SUBDIR+= p5-Sub-Prototype
SUBDIR+= p5-Sub-Recursive
SUBDIR+= p5-Sub-WrapPackages
SUBDIR+= p5-Subtitles
@@ -3293,9 +3294,9 @@ SUBDIR+= py-lsqfit
SUBDIR+= py-luminous
SUBDIR+= py-lxmlproc
SUBDIR+= py-lzma
-SUBDIR+= py-macs2
SUBDIR+= py-m2ext
SUBDIR+= py-macaroons
+SUBDIR+= py-macs2
SUBDIR+= py-magnitude
SUBDIR+= py-mahotas
SUBDIR+= py-mailcap-fix
diff --git a/p5-Sub-Prototype/DESCR b/p5-Sub-Prototype/DESCR
new file mode 100644
index 0000000000..f1e5428941
--- /dev/null
+++ b/p5-Sub-Prototype/DESCR
@@ -0,0 +1 @@
+Set the prototype for a function.
diff --git a/p5-Sub-Prototype/Makefile b/p5-Sub-Prototype/Makefile
new file mode 100644
index 0000000000..899c85ffdc
--- /dev/null
+++ b/p5-Sub-Prototype/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= Sub-Prototype-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Sub-Prototype/
+COMMENT= Add prototype for function
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
+
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST= auto/Sub/Prototype/.packlist
+USE_LANGUAGES= c
+PERL5_MODULE_TYPE= Module::Install
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Sub-Prototype/distinfo b/p5-Sub-Prototype/distinfo
new file mode 100644
index 0000000000..2b588597bf
--- /dev/null
+++ b/p5-Sub-Prototype/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (Sub-Prototype-0.02.tar.gz) = 71e7f48e8553c3b760f0076619df74290dea036f
+RMD160 (Sub-Prototype-0.02.tar.gz) = 7a0b7d41ff7312bd60e1b777bf003da0fdeb2eac
+SHA512 (Sub-Prototype-0.02.tar.gz) = aeb81c5ca25cff873951628ed63193f314dad36e1cce5085be95a4a863b9f4b71f7137f211ff2ea0313117d343a5a2833689fe5682797df341c3dbe3e25aace7
+Size (Sub-Prototype-0.02.tar.gz) = 14703 bytes
+SHA1 (patch-Makefile.PL) = 46ae57fed2e363898f5e3f13dc4e5e3e782f8d6b
diff --git a/p5-Sub-Prototype/patches/patch-Makefile.PL b/p5-Sub-Prototype/patches/patch-Makefile.PL
new file mode 100644
index 0000000000..ed7d9ebd1c
--- /dev/null
+++ b/p5-Sub-Prototype/patches/patch-Makefile.PL
@@ -0,0 +1,11 @@
+$NetBSD$
+
+--- Makefile.PL.orig 2008-11-11 17:54:33.000000000 +0000
++++ Makefile.PL
+@@ -11,6 +11,5 @@ all_from 'lib/Sub/Prototype.pm';
+ requires 'XSLoader';
+ requires 'Sub::Exporter';
+
+-extra_tests();
+
+ WriteAll;
Home |
Main Index |
Thread Index |
Old Index