diff mbox series

[12/18] perl-module-runtime: new package

Message ID 20180810161502.21598-13-chrismcc@gmail.com
State Accepted
Headers show
Series more perl modules | expand

Commit Message

Christopher McCrory Aug. 10, 2018, 4:14 p.m. UTC
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
---
 package/Config.in                                    |  1 +
 package/perl-module-runtime/Config.in                |  6 ++++++
 package/perl-module-runtime/perl-module-runtime.hash |  6 ++++++
 package/perl-module-runtime/perl-module-runtime.mk   | 14 ++++++++++++++
 4 files changed, 27 insertions(+)
 create mode 100644 package/perl-module-runtime/Config.in
 create mode 100644 package/perl-module-runtime/perl-module-runtime.hash
 create mode 100644 package/perl-module-runtime/perl-module-runtime.mk

Comments

Francois Perrad Aug. 12, 2018, 4:34 p.m. UTC | #1
2018-08-10 18:14 GMT+02:00 Christopher McCrory <chrismcc@gmail.com>:

> Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
>

Acked-by: Francois Perrad <francois.perrad@gadz.org>

---
>  package/Config.in                                    |  1 +
>  package/perl-module-runtime/Config.in                |  6 ++++++
>  package/perl-module-runtime/perl-module-runtime.hash |  6 ++++++
>  package/perl-module-runtime/perl-module-runtime.mk   | 14 ++++++++++++++
>  4 files changed, 27 insertions(+)
>  create mode 100644 package/perl-module-runtime/Config.in
>  create mode 100644 package/perl-module-runtime/perl-module-runtime.hash
>  create mode 100644 package/perl-module-runtime/perl-module-runtime.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 40964d3406..a20dfe57d7 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -708,6 +708,7 @@ menu "Perl libraries/modules"
>         source "package/perl-mailtools/Config.in"
>         source "package/perl-mime-base64-urlsafe/Config.in"
>         source "package/perl-mime-base64/Config.in"
> +       source "package/perl-module-runtime/Config.in"
>         source "package/perl-mojolicious-plugin-authentication/Config.in"
>         source "package/perl-mojolicious/Config.in"
>         source "package/perl-net-dns/Config.in"
> diff --git a/package/perl-module-runtime/Config.in
> b/package/perl-module-runtime/Config.in
> new file mode 100644
> index 0000000000..fca29f66df
> --- /dev/null
> +++ b/package/perl-module-runtime/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_PERL_MODULE_RUNTIME
> +       bool "perl-module-runtime"
> +       help
> +         runtime module handling
> +
> +         https://metacpan.org/release/Module-Runtime
> diff --git a/package/perl-module-runtime/perl-module-runtime.hash
> b/package/perl-module-runtime/perl-module-runtime.hash
> new file mode 100644
> index 0000000000..c52cb75504
> --- /dev/null
> +++ b/package/perl-module-runtime/perl-module-runtime.hash
> @@ -0,0 +1,6 @@
> +# retrieved by scancpan from http://cpan.metacpan.org/
> +md5    d3d47222fa2e3dfcb4526f6cc8437b20 Module-Runtime-0.016.tar.gz
> +sha256 68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024
> Module-Runtime-0.016.tar.gz
> +
> +# computed by scancpan
> +sha256 ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1
> README
> diff --git a/package/perl-module-runtime/perl-module-runtime.mk
> b/package/perl-module-runtime/perl-module-runtime.mk
> new file mode 100644
> index 0000000000..5ba95f7056
> --- /dev/null
> +++ b/package/perl-module-runtime/perl-module-runtime.mk
> @@ -0,0 +1,14 @@
> +###########################################################
> #####################
> +#
> +# perl-module-runtime
> +#
> +###########################################################
> #####################
> +
> +PERL_MODULE_RUNTIME_VERSION = 0.016
> +PERL_MODULE_RUNTIME_SOURCE = Module-Runtime-$(PERL_MODULE_
> RUNTIME_VERSION).tar.gz
> +PERL_MODULE_RUNTIME_SITE = $(BR2_CPAN_MIRROR)/authors/id/Z/ZE/ZEFRAM
> +PERL_MODULE_RUNTIME_DEPENDENCIES = host-perl-module-build
> +PERL_MODULE_RUNTIME_LICENSE = Artistic or GPL-1.0+
> +PERL_MODULE_RUNTIME_LICENSE_FILES = README
> +
> +$(eval $(perl-package))
> --
> 2.14.4
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2018-08-10 18:14 GMT+02:00 Christopher McCrory <span dir="ltr">&lt;<a href="mailto:chrismcc@gmail.com" target="_blank">chrismcc@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Signed-off-by: Christopher McCrory &lt;<a href="mailto:chrismcc@gmail.com">chrismcc@gmail.com</a>&gt;<br></blockquote><div><br></div><div>Acked-by: Francois Perrad &lt;<a href="mailto:francois.perrad@gadz.org">francois.perrad@gadz.org</a>&gt;<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
---<br>
 package/Config.in                                    |  1 +<br>
 package/perl-module-runtime/<wbr>Config.in                |  6 ++++++<br>
 package/perl-module-runtime/<wbr>perl-module-runtime.hash |  6 ++++++<br>
 package/perl-module-runtime/<a href="http://perl-module-runtime.mk" rel="noreferrer" target="_blank">pe<wbr>rl-module-runtime.mk</a>   | 14 ++++++++++++++<br>
 4 files changed, 27 insertions(+)<br>
 create mode 100644 package/perl-module-runtime/<wbr>Config.in<br>
 create mode 100644 package/perl-module-runtime/<wbr>perl-module-runtime.hash<br>
 create mode 100644 package/perl-module-runtime/<a href="http://perl-module-runtime.mk" rel="noreferrer" target="_blank">pe<wbr>rl-module-runtime.mk</a><br>
<br>
diff --git a/package/Config.in b/package/Config.in<br>
index 40964d3406..a20dfe57d7 100644<br>
--- a/package/Config.in<br>
+++ b/package/Config.in<br>
@@ -708,6 +708,7 @@ menu &quot;Perl libraries/modules&quot;<br>
        source &quot;package/perl-mailtools/<wbr>Config.in&quot;<br>
        source &quot;package/perl-mime-base64-<wbr>urlsafe/Config.in&quot;<br>
        source &quot;package/perl-mime-base64/<wbr>Config.in&quot;<br>
+       source &quot;package/perl-module-runtime/<wbr>Config.in&quot;<br>
        source &quot;package/perl-mojolicious-<wbr>plugin-authentication/Config.<wbr>in&quot;<br>
        source &quot;package/perl-mojolicious/<wbr>Config.in&quot;<br>
        source &quot;package/perl-net-dns/Config.<wbr>in&quot;<br>
diff --git a/package/perl-module-runtime/<wbr>Config.in b/package/perl-module-runtime/<wbr>Config.in<br>
new file mode 100644<br>
index 0000000000..fca29f66df<br>
--- /dev/null<br>
+++ b/package/perl-module-runtime/<wbr>Config.in<br>
@@ -0,0 +1,6 @@<br>
+config BR2_PACKAGE_PERL_MODULE_<wbr>RUNTIME<br>
+       bool &quot;perl-module-runtime&quot;<br>
+       help<br>
+         runtime module handling<br>
+<br>
+         <a href="https://metacpan.org/release/Module-Runtime" rel="noreferrer" target="_blank">https://metacpan.org/release/<wbr>Module-Runtime</a><br>
diff --git a/package/perl-module-runtime/<wbr>perl-module-runtime.hash b/package/perl-module-runtime/<wbr>perl-module-runtime.hash<br>
new file mode 100644<br>
index 0000000000..c52cb75504<br>
--- /dev/null<br>
+++ b/package/perl-module-runtime/<wbr>perl-module-runtime.hash<br>
@@ -0,0 +1,6 @@<br>
+# retrieved by scancpan from <a href="http://cpan.metacpan.org/" rel="noreferrer" target="_blank">http://cpan.metacpan.org/</a><br>
+md5    d3d47222fa2e3dfcb4526f6cc8437b<wbr>20 Module-Runtime-0.016.tar.gz<br>
+sha256 68302ec646833547d410be28e09676<wbr>db75006f4aa58a11f3bdb44ffe99f0<wbr>f024 Module-Runtime-0.016.tar.gz<br>
+<br>
+# computed by scancpan<br>
+sha256 ad1761020436687e8493208336ef53<wbr>e84589fdba212da59b05b8111cca75<wbr>ddc1 README<br>
diff --git a/package/perl-module-runtime/<a href="http://perl-module-runtime.mk" rel="noreferrer" target="_blank"><wbr>perl-module-runtime.mk</a> b/package/perl-module-runtime/<a href="http://perl-module-runtime.mk" rel="noreferrer" target="_blank"><wbr>perl-module-runtime.mk</a><br>
new file mode 100644<br>
index 0000000000..5ba95f7056<br>
--- /dev/null<br>
+++ b/package/perl-module-runtime/<a href="http://perl-module-runtime.mk" rel="noreferrer" target="_blank"><wbr>perl-module-runtime.mk</a><br>
@@ -0,0 +1,14 @@<br>
+#############################<wbr>##############################<wbr>#####################<br>
+#<br>
+# perl-module-runtime<br>
+#<br>
+#############################<wbr>##############################<wbr>#####################<br>
+<br>
+PERL_MODULE_RUNTIME_VERSION = 0.016<br>
+PERL_MODULE_RUNTIME_SOURCE = Module-Runtime-$(PERL_MODULE_<wbr>RUNTIME_VERSION).tar.gz<br>
+PERL_MODULE_RUNTIME_SITE = $(BR2_CPAN_MIRROR)/authors/id/<wbr>Z/ZE/ZEFRAM<br>
+PERL_MODULE_RUNTIME_<wbr>DEPENDENCIES = host-perl-module-build<br>
+PERL_MODULE_RUNTIME_LICENSE = Artistic or GPL-1.0+<br>
+PERL_MODULE_RUNTIME_LICENSE_<wbr>FILES = README<br>
+<br>
+$(eval $(perl-package))<br>
<span class="gmail-HOEnZb"><font color="#888888">-- <br>
2.14.4<br>
<br>
______________________________<wbr>_________________<br>
buildroot mailing list<br>
<a href="mailto:buildroot@busybox.net">buildroot@busybox.net</a><br>
<a href="http://lists.busybox.net/mailman/listinfo/buildroot" rel="noreferrer" target="_blank">http://lists.busybox.net/<wbr>mailman/listinfo/buildroot</a><br>
</font></span></blockquote></div><br></div></div>
Thomas Petazzoni Aug. 13, 2018, 7:39 a.m. UTC | #2
Hello,

On Fri, 10 Aug 2018 09:14:56 -0700, Christopher McCrory wrote:
> Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
> ---
>  package/Config.in                                    |  1 +
>  package/perl-module-runtime/Config.in                |  6 ++++++
>  package/perl-module-runtime/perl-module-runtime.hash |  6 ++++++
>  package/perl-module-runtime/perl-module-runtime.mk   | 14 ++++++++++++++
>  4 files changed, 27 insertions(+)
>  create mode 100644 package/perl-module-runtime/Config.in
>  create mode 100644 package/perl-module-runtime/perl-module-runtime.hash
>  create mode 100644 package/perl-module-runtime/perl-module-runtime.mk

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/Config.in b/package/Config.in
index 40964d3406..a20dfe57d7 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -708,6 +708,7 @@  menu "Perl libraries/modules"
 	source "package/perl-mailtools/Config.in"
 	source "package/perl-mime-base64-urlsafe/Config.in"
 	source "package/perl-mime-base64/Config.in"
+	source "package/perl-module-runtime/Config.in"
 	source "package/perl-mojolicious-plugin-authentication/Config.in"
 	source "package/perl-mojolicious/Config.in"
 	source "package/perl-net-dns/Config.in"
diff --git a/package/perl-module-runtime/Config.in b/package/perl-module-runtime/Config.in
new file mode 100644
index 0000000000..fca29f66df
--- /dev/null
+++ b/package/perl-module-runtime/Config.in
@@ -0,0 +1,6 @@ 
+config BR2_PACKAGE_PERL_MODULE_RUNTIME
+	bool "perl-module-runtime"
+	help
+	  runtime module handling
+
+	  https://metacpan.org/release/Module-Runtime
diff --git a/package/perl-module-runtime/perl-module-runtime.hash b/package/perl-module-runtime/perl-module-runtime.hash
new file mode 100644
index 0000000000..c52cb75504
--- /dev/null
+++ b/package/perl-module-runtime/perl-module-runtime.hash
@@ -0,0 +1,6 @@ 
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    d3d47222fa2e3dfcb4526f6cc8437b20 Module-Runtime-0.016.tar.gz
+sha256 68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024 Module-Runtime-0.016.tar.gz
+
+# computed by scancpan
+sha256 ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1 README
diff --git a/package/perl-module-runtime/perl-module-runtime.mk b/package/perl-module-runtime/perl-module-runtime.mk
new file mode 100644
index 0000000000..5ba95f7056
--- /dev/null
+++ b/package/perl-module-runtime/perl-module-runtime.mk
@@ -0,0 +1,14 @@ 
+################################################################################
+#
+# perl-module-runtime
+#
+################################################################################
+
+PERL_MODULE_RUNTIME_VERSION = 0.016
+PERL_MODULE_RUNTIME_SOURCE = Module-Runtime-$(PERL_MODULE_RUNTIME_VERSION).tar.gz
+PERL_MODULE_RUNTIME_SITE = $(BR2_CPAN_MIRROR)/authors/id/Z/ZE/ZEFRAM
+PERL_MODULE_RUNTIME_DEPENDENCIES = host-perl-module-build
+PERL_MODULE_RUNTIME_LICENSE = Artistic or GPL-1.0+
+PERL_MODULE_RUNTIME_LICENSE_FILES = README
+
+$(eval $(perl-package))