diff mbox series

[13/18] perl-number-bytes-human: new package

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

Comments

Francois Perrad Aug. 12, 2018, 4:35 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-number-bytes-human/Config.in                   |  6 ++++++
>  .../perl-number-bytes-human/perl-number-bytes-human.hash    |  6 ++++++
>  package/perl-number-bytes-human/perl-number-bytes-human.mk  | 13
> +++++++++++++
>  4 files changed, 26 insertions(+)
>  create mode 100644 package/perl-number-bytes-human/Config.in
>  create mode 100644 package/perl-number-bytes-
> human/perl-number-bytes-human.hash
>  create mode 100644 package/perl-number-bytes-human/
> perl-number-bytes-human.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index a20dfe57d7..6410a5b233 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -719,6 +719,7 @@ menu "Perl libraries/modules"
>         source "package/perl-net-ssleay/Config.in"
>         source "package/perl-net-telnet/Config.in"
>         source "package/perl-netaddr-ip/Config.in"
> +       source "package/perl-number-bytes-human/Config.in"
>         source "package/perl-path-tiny/Config.in"
>         source "package/perl-time-hires/Config.in"
>         source "package/perl-timedate/Config.in"
> diff --git a/package/perl-number-bytes-human/Config.in
> b/package/perl-number-bytes-human/Config.in
> new file mode 100644
> index 0000000000..ca43873d49
> --- /dev/null
> +++ b/package/perl-number-bytes-human/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_PERL_NUMBER_BYTES_HUMAN
> +       bool "perl-number-bytes-human"
> +       help
> +         Convert byte count to human readable format
> +
> +         https://metacpan.org/release/Number-Bytes-Human
> diff --git a/package/perl-number-bytes-human/perl-number-bytes-human.hash
> b/package/perl-number-bytes-human/perl-number-bytes-human.hash
> new file mode 100644
> index 0000000000..af7a6b65a1
> --- /dev/null
> +++ b/package/perl-number-bytes-human/perl-number-bytes-human.hash
> @@ -0,0 +1,6 @@
> +# retrieved by scancpan from http://cpan.metacpan.org/
> +md5    43d2c86a55924aa71535a41de0311efd Number-Bytes-Human-0.11.tar.gz
> +sha256 5fc79c49b0b40df780479c43696381343e2b6ad1fe52859f60bc65b66ebe6f2c
> Number-Bytes-Human-0.11.tar.gz
> +
> +# computed by scancpan
> +sha256 d42143fe4b63cb5d488d65a44e6c55769b098ea447462ff33316b33a837b7cf9
> README
> diff --git a/package/perl-number-bytes-human/perl-number-bytes-human.mk
> b/package/perl-number-bytes-human/perl-number-bytes-human.mk
> new file mode 100644
> index 0000000000..e10c550eed
> --- /dev/null
> +++ b/package/perl-number-bytes-human/perl-number-bytes-human.mk
> @@ -0,0 +1,13 @@
> +###########################################################
> #####################
> +#
> +# perl-number-bytes-human
> +#
> +###########################################################
> #####################
> +
> +PERL_NUMBER_BYTES_HUMAN_VERSION = 0.11
> +PERL_NUMBER_BYTES_HUMAN_SOURCE = Number-Bytes-Human-$(PERL_
> NUMBER_BYTES_HUMAN_VERSION).tar.gz
> +PERL_NUMBER_BYTES_HUMAN_SITE = $(BR2_CPAN_MIRROR)/authors/id/
> F/FE/FERREIRA
> +PERL_NUMBER_BYTES_HUMAN_LICENSE = Artistic or GPL-1.0+
> +PERL_NUMBER_BYTES_HUMAN_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-number-bytes-<wbr>human/Config.in                   |  6 ++++++<br>
 .../perl-number-bytes-human/<wbr>perl-number-bytes-human.hash    |  6 ++++++<br>
 package/perl-number-bytes-<wbr>human/<a href="http://perl-number-bytes-human.mk" rel="noreferrer" target="_blank">perl-number-bytes-human.<wbr>mk</a>  | 13 +++++++++++++<br>
 4 files changed, 26 insertions(+)<br>
 create mode 100644 package/perl-number-bytes-<wbr>human/Config.in<br>
 create mode 100644 package/perl-number-bytes-<wbr>human/perl-number-bytes-human.<wbr>hash<br>
 create mode 100644 package/perl-number-bytes-<wbr>human/<a href="http://perl-number-bytes-human.mk" rel="noreferrer" target="_blank">perl-number-bytes-human.<wbr>mk</a><br>
<br>
diff --git a/package/Config.in b/package/Config.in<br>
index a20dfe57d7..6410a5b233 100644<br>
--- a/package/Config.in<br>
+++ b/package/Config.in<br>
@@ -719,6 +719,7 @@ menu &quot;Perl libraries/modules&quot;<br>
        source &quot;package/perl-net-ssleay/<wbr>Config.in&quot;<br>
        source &quot;package/perl-net-telnet/<wbr>Config.in&quot;<br>
        source &quot;package/perl-netaddr-ip/<wbr>Config.in&quot;<br>
+       source &quot;package/perl-number-bytes-<wbr>human/Config.in&quot;<br>
        source &quot;package/perl-path-tiny/<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>
diff --git a/package/perl-number-bytes-<wbr>human/Config.in b/package/perl-number-bytes-<wbr>human/Config.in<br>
new file mode 100644<br>
index 0000000000..ca43873d49<br>
--- /dev/null<br>
+++ b/package/perl-number-bytes-<wbr>human/Config.in<br>
@@ -0,0 +1,6 @@<br>
+config BR2_PACKAGE_PERL_NUMBER_BYTES_<wbr>HUMAN<br>
+       bool &quot;perl-number-bytes-human&quot;<br>
+       help<br>
+         Convert byte count to human readable format<br>
+<br>
+         <a href="https://metacpan.org/release/Number-Bytes-Human" rel="noreferrer" target="_blank">https://metacpan.org/release/<wbr>Number-Bytes-Human</a><br>
diff --git a/package/perl-number-bytes-<wbr>human/perl-number-bytes-human.<wbr>hash b/package/perl-number-bytes-<wbr>human/perl-number-bytes-human.<wbr>hash<br>
new file mode 100644<br>
index 0000000000..af7a6b65a1<br>
--- /dev/null<br>
+++ b/package/perl-number-bytes-<wbr>human/perl-number-bytes-human.<wbr>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    43d2c86a55924aa71535a41de0311e<wbr>fd Number-Bytes-Human-0.11.tar.gz<br>
+sha256 5fc79c49b0b40df780479c43696381<wbr>343e2b6ad1fe52859f60bc65b66ebe<wbr>6f2c Number-Bytes-Human-0.11.tar.gz<br>
+<br>
+# computed by scancpan<br>
+sha256 d42143fe4b63cb5d488d65a44e6c55<wbr>769b098ea447462ff33316b33a837b<wbr>7cf9 README<br>
diff --git a/package/perl-number-bytes-<wbr>human/<a href="http://perl-number-bytes-human.mk" rel="noreferrer" target="_blank">perl-number-bytes-human.<wbr>mk</a> b/package/perl-number-bytes-<wbr>human/<a href="http://perl-number-bytes-human.mk" rel="noreferrer" target="_blank">perl-number-bytes-human.<wbr>mk</a><br>
new file mode 100644<br>
index 0000000000..e10c550eed<br>
--- /dev/null<br>
+++ b/package/perl-number-bytes-<wbr>human/<a href="http://perl-number-bytes-human.mk" rel="noreferrer" target="_blank">perl-number-bytes-human.<wbr>mk</a><br>
@@ -0,0 +1,13 @@<br>
+#############################<wbr>##############################<wbr>#####################<br>
+#<br>
+# perl-number-bytes-human<br>
+#<br>
+#############################<wbr>##############################<wbr>#####################<br>
+<br>
+PERL_NUMBER_BYTES_HUMAN_<wbr>VERSION = 0.11<br>
+PERL_NUMBER_BYTES_HUMAN_<wbr>SOURCE = Number-Bytes-Human-$(PERL_<wbr>NUMBER_BYTES_HUMAN_VERSION).<wbr>tar.gz<br>
+PERL_NUMBER_BYTES_HUMAN_SITE = $(BR2_CPAN_MIRROR)/authors/id/<wbr>F/FE/FERREIRA<br>
+PERL_NUMBER_BYTES_HUMAN_<wbr>LICENSE = Artistic or GPL-1.0+<br>
+PERL_NUMBER_BYTES_HUMAN_<wbr>LICENSE_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, 9:50 a.m. UTC | #2
Hello,

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

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/Config.in b/package/Config.in
index a20dfe57d7..6410a5b233 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -719,6 +719,7 @@  menu "Perl libraries/modules"
 	source "package/perl-net-ssleay/Config.in"
 	source "package/perl-net-telnet/Config.in"
 	source "package/perl-netaddr-ip/Config.in"
+	source "package/perl-number-bytes-human/Config.in"
 	source "package/perl-path-tiny/Config.in"
 	source "package/perl-time-hires/Config.in"
 	source "package/perl-timedate/Config.in"
diff --git a/package/perl-number-bytes-human/Config.in b/package/perl-number-bytes-human/Config.in
new file mode 100644
index 0000000000..ca43873d49
--- /dev/null
+++ b/package/perl-number-bytes-human/Config.in
@@ -0,0 +1,6 @@ 
+config BR2_PACKAGE_PERL_NUMBER_BYTES_HUMAN
+	bool "perl-number-bytes-human"
+	help
+	  Convert byte count to human readable format
+
+	  https://metacpan.org/release/Number-Bytes-Human
diff --git a/package/perl-number-bytes-human/perl-number-bytes-human.hash b/package/perl-number-bytes-human/perl-number-bytes-human.hash
new file mode 100644
index 0000000000..af7a6b65a1
--- /dev/null
+++ b/package/perl-number-bytes-human/perl-number-bytes-human.hash
@@ -0,0 +1,6 @@ 
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    43d2c86a55924aa71535a41de0311efd Number-Bytes-Human-0.11.tar.gz
+sha256 5fc79c49b0b40df780479c43696381343e2b6ad1fe52859f60bc65b66ebe6f2c Number-Bytes-Human-0.11.tar.gz
+
+# computed by scancpan
+sha256 d42143fe4b63cb5d488d65a44e6c55769b098ea447462ff33316b33a837b7cf9 README
diff --git a/package/perl-number-bytes-human/perl-number-bytes-human.mk b/package/perl-number-bytes-human/perl-number-bytes-human.mk
new file mode 100644
index 0000000000..e10c550eed
--- /dev/null
+++ b/package/perl-number-bytes-human/perl-number-bytes-human.mk
@@ -0,0 +1,13 @@ 
+################################################################################
+#
+# perl-number-bytes-human
+#
+################################################################################
+
+PERL_NUMBER_BYTES_HUMAN_VERSION = 0.11
+PERL_NUMBER_BYTES_HUMAN_SOURCE = Number-Bytes-Human-$(PERL_NUMBER_BYTES_HUMAN_VERSION).tar.gz
+PERL_NUMBER_BYTES_HUMAN_SITE = $(BR2_CPAN_MIRROR)/authors/id/F/FE/FERREIRA
+PERL_NUMBER_BYTES_HUMAN_LICENSE = Artistic or GPL-1.0+
+PERL_NUMBER_BYTES_HUMAN_LICENSE_FILES = README
+
+$(eval $(perl-package))