diff mbox series

[15/18] perl-sub-install: new package

Message ID 20180810161502.21598-16-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-sub-install/Config.in             |  6 ++++++
 package/perl-sub-install/perl-sub-install.hash |  6 ++++++
 package/perl-sub-install/perl-sub-install.mk   | 13 +++++++++++++
 4 files changed, 26 insertions(+)
 create mode 100644 package/perl-sub-install/Config.in
 create mode 100644 package/perl-sub-install/perl-sub-install.hash
 create mode 100644 package/perl-sub-install/perl-sub-install.mk

Comments

Francois Perrad Aug. 12, 2018, 4:37 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-sub-install/Config.in             |  6 ++++++
>  package/perl-sub-install/perl-sub-install.hash |  6 ++++++
>  package/perl-sub-install/perl-sub-install.mk   | 13 +++++++++++++
>  4 files changed, 26 insertions(+)
>  create mode 100644 package/perl-sub-install/Config.in
>  create mode 100644 package/perl-sub-install/perl-sub-install.hash
>  create mode 100644 package/perl-sub-install/perl-sub-install.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index fece804e81..4f6d6dede6 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -722,6 +722,7 @@ menu "Perl libraries/modules"
>         source "package/perl-number-bytes-human/Config.in"
>         source "package/perl-params-util/Config.in"
>         source "package/perl-path-tiny/Config.in"
> +       source "package/perl-sub-install/Config.in"
>         source "package/perl-time-hires/Config.in"
>         source "package/perl-timedate/Config.in"
>         source "package/perl-try-tiny/Config.in"
> diff --git a/package/perl-sub-install/Config.in
> b/package/perl-sub-install/Config.in
> new file mode 100644
> index 0000000000..41d57b237f
> --- /dev/null
> +++ b/package/perl-sub-install/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_PERL_SUB_INSTALL
> +       bool "perl-sub-install"
> +       help
> +         install subroutines into packages easily
> +
> +         https://github.com/rjbs/Sub-Install
> diff --git a/package/perl-sub-install/perl-sub-install.hash
> b/package/perl-sub-install/perl-sub-install.hash
> new file mode 100644
> index 0000000000..3abd9940e6
> --- /dev/null
> +++ b/package/perl-sub-install/perl-sub-install.hash
> @@ -0,0 +1,6 @@
> +# retrieved by scancpan from http://cpan.metacpan.org/
> +md5    e1ce4f9cb6b2f6b8778b036c31afa5ab Sub-Install-0.928.tar.gz
> +sha256 61e567a7679588887b7b86d427bc476ea6d77fffe7e0d17d640f89007d98ef0f
> Sub-Install-0.928.tar.gz
> +
> +# computed by scancpan
> +sha256 ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca
> LICENSE
> diff --git a/package/perl-sub-install/perl-sub-install.mk
> b/package/perl-sub-install/perl-sub-install.mk
> new file mode 100644
> index 0000000000..fc7c55afb8
> --- /dev/null
> +++ b/package/perl-sub-install/perl-sub-install.mk
> @@ -0,0 +1,13 @@
> +###########################################################
> #####################
> +#
> +# perl-sub-install
> +#
> +###########################################################
> #####################
> +
> +PERL_SUB_INSTALL_VERSION = 0.928
> +PERL_SUB_INSTALL_SOURCE = Sub-Install-$(PERL_SUB_INSTALL_VERSION).tar.gz
> +PERL_SUB_INSTALL_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RJ/RJBS
> +PERL_SUB_INSTALL_LICENSE = Artistic or GPL-1.0+
> +PERL_SUB_INSTALL_LICENSE_FILES = LICENSE
> +
> +$(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> </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-sub-install/<wbr>Config.in             |  6 ++++++<br>
 package/perl-sub-install/perl-<wbr>sub-install.hash |  6 ++++++<br>
 package/perl-sub-install/<a href="http://perl-sub-install.mk" rel="noreferrer" target="_blank">perl-<wbr>sub-install.mk</a>   | 13 +++++++++++++<br>
 4 files changed, 26 insertions(+)<br>
 create mode 100644 package/perl-sub-install/<wbr>Config.in<br>
 create mode 100644 package/perl-sub-install/perl-<wbr>sub-install.hash<br>
 create mode 100644 package/perl-sub-install/<a href="http://perl-sub-install.mk" rel="noreferrer" target="_blank">perl-<wbr>sub-install.mk</a><br>
<br>
diff --git a/package/Config.in b/package/Config.in<br>
index fece804e81..4f6d6dede6 100644<br>
--- a/package/Config.in<br>
+++ b/package/Config.in<br>
@@ -722,6 +722,7 @@ menu &quot;Perl libraries/modules&quot;<br>
        source &quot;package/perl-number-bytes-<wbr>human/Config.in&quot;<br>
        source &quot;package/perl-params-util/<wbr>Config.in&quot;<br>
        source &quot;package/perl-path-tiny/<wbr>Config.in&quot;<br>
+       source &quot;package/perl-sub-install/<wbr>Config.in&quot;<br>
        source &quot;package/perl-time-hires/<wbr>Config.in&quot;<br>
        source &quot;package/perl-timedate/Config.<wbr>in&quot;<br>
        source &quot;package/perl-try-tiny/Config.<wbr>in&quot;<br>
diff --git a/package/perl-sub-install/<wbr>Config.in b/package/perl-sub-install/<wbr>Config.in<br>
new file mode 100644<br>
index 0000000000..41d57b237f<br>
--- /dev/null<br>
+++ b/package/perl-sub-install/<wbr>Config.in<br>
@@ -0,0 +1,6 @@<br>
+config BR2_PACKAGE_PERL_SUB_INSTALL<br>
+       bool &quot;perl-sub-install&quot;<br>
+       help<br>
+         install subroutines into packages easily<br>
+<br>
+         <a href="https://github.com/rjbs/Sub-Install" rel="noreferrer" target="_blank">https://github.com/rjbs/Sub-<wbr>Install</a><br>
diff --git a/package/perl-sub-install/<wbr>perl-sub-install.hash b/package/perl-sub-install/<wbr>perl-sub-install.hash<br>
new file mode 100644<br>
index 0000000000..3abd9940e6<br>
--- /dev/null<br>
+++ b/package/perl-sub-install/<wbr>perl-sub-install.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    e1ce4f9cb6b2f6b8778b036c31afa5<wbr>ab Sub-Install-0.928.tar.gz<br>
+sha256 61e567a7679588887b7b86d427bc47<wbr>6ea6d77fffe7e0d17d640f89007d98<wbr>ef0f Sub-Install-0.928.tar.gz<br>
+<br>
+# computed by scancpan<br>
+sha256 ad5fb5c05003488f924c60ead21694<wbr>d629055c9db2ee2d9dd0cf0041b9fe<wbr>daca LICENSE<br>
diff --git a/package/perl-sub-install/<a href="http://perl-sub-install.mk" rel="noreferrer" target="_blank">per<wbr>l-sub-install.mk</a> b/package/perl-sub-install/<a href="http://perl-sub-install.mk" rel="noreferrer" target="_blank">per<wbr>l-sub-install.mk</a><br>
new file mode 100644<br>
index 0000000000..fc7c55afb8<br>
--- /dev/null<br>
+++ b/package/perl-sub-install/<a href="http://perl-sub-install.mk" rel="noreferrer" target="_blank">per<wbr>l-sub-install.mk</a><br>
@@ -0,0 +1,13 @@<br>
+#############################<wbr>##############################<wbr>#####################<br>
+#<br>
+# perl-sub-install<br>
+#<br>
+#############################<wbr>##############################<wbr>#####################<br>
+<br>
+PERL_SUB_INSTALL_VERSION = 0.928<br>
+PERL_SUB_INSTALL_SOURCE = Sub-Install-$(PERL_SUB_<wbr>INSTALL_VERSION).tar.gz<br>
+PERL_SUB_INSTALL_SITE = $(BR2_CPAN_MIRROR)/authors/id/<wbr>R/RJ/RJBS<br>
+PERL_SUB_INSTALL_LICENSE = Artistic or GPL-1.0+<br>
+PERL_SUB_INSTALL_LICENSE_<wbr>FILES = LICENSE<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, 10 a.m. UTC | #2
Hello,

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

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/Config.in b/package/Config.in
index fece804e81..4f6d6dede6 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -722,6 +722,7 @@  menu "Perl libraries/modules"
 	source "package/perl-number-bytes-human/Config.in"
 	source "package/perl-params-util/Config.in"
 	source "package/perl-path-tiny/Config.in"
+	source "package/perl-sub-install/Config.in"
 	source "package/perl-time-hires/Config.in"
 	source "package/perl-timedate/Config.in"
 	source "package/perl-try-tiny/Config.in"
diff --git a/package/perl-sub-install/Config.in b/package/perl-sub-install/Config.in
new file mode 100644
index 0000000000..41d57b237f
--- /dev/null
+++ b/package/perl-sub-install/Config.in
@@ -0,0 +1,6 @@ 
+config BR2_PACKAGE_PERL_SUB_INSTALL
+	bool "perl-sub-install"
+	help
+	  install subroutines into packages easily
+
+	  https://github.com/rjbs/Sub-Install
diff --git a/package/perl-sub-install/perl-sub-install.hash b/package/perl-sub-install/perl-sub-install.hash
new file mode 100644
index 0000000000..3abd9940e6
--- /dev/null
+++ b/package/perl-sub-install/perl-sub-install.hash
@@ -0,0 +1,6 @@ 
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    e1ce4f9cb6b2f6b8778b036c31afa5ab Sub-Install-0.928.tar.gz
+sha256 61e567a7679588887b7b86d427bc476ea6d77fffe7e0d17d640f89007d98ef0f Sub-Install-0.928.tar.gz
+
+# computed by scancpan
+sha256 ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca LICENSE
diff --git a/package/perl-sub-install/perl-sub-install.mk b/package/perl-sub-install/perl-sub-install.mk
new file mode 100644
index 0000000000..fc7c55afb8
--- /dev/null
+++ b/package/perl-sub-install/perl-sub-install.mk
@@ -0,0 +1,13 @@ 
+################################################################################
+#
+# perl-sub-install
+#
+################################################################################
+
+PERL_SUB_INSTALL_VERSION = 0.928
+PERL_SUB_INSTALL_SOURCE = Sub-Install-$(PERL_SUB_INSTALL_VERSION).tar.gz
+PERL_SUB_INSTALL_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RJ/RJBS
+PERL_SUB_INSTALL_LICENSE = Artistic or GPL-1.0+
+PERL_SUB_INSTALL_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))