All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] perl-www-form-urlencoded: new package
@ 2018-10-08  8:54 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2018-10-08  8:54 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=2a1358097f170433fe88fd6559e7ba89fe9d1da7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/Config.in                                          |  1 +
 package/perl-www-form-urlencoded/Config.in                 |  6 ++++++
 .../perl-www-form-urlencoded/perl-www-form-urlencoded.hash |  6 ++++++
 .../perl-www-form-urlencoded/perl-www-form-urlencoded.mk   | 14 ++++++++++++++
 4 files changed, 27 insertions(+)

diff --git a/package/Config.in b/package/Config.in
index c11c70ca8f..b667548f66 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -748,6 +748,7 @@ menu "Perl libraries/modules"
 	source "package/perl-timedate/Config.in"
 	source "package/perl-try-tiny/Config.in"
 	source "package/perl-uri/Config.in"
+	source "package/perl-www-form-urlencoded/Config.in"
 	source "package/perl-www-robotrules/Config.in"
 	source "package/perl-x10/Config.in"
 	source "package/perl-xml-libxml/Config.in"
diff --git a/package/perl-www-form-urlencoded/Config.in b/package/perl-www-form-urlencoded/Config.in
new file mode 100644
index 0000000000..f8e999e044
--- /dev/null
+++ b/package/perl-www-form-urlencoded/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_WWW_FORM_URLENCODED
+	bool "perl-www-form-urlencoded"
+	help
+	  parser and builder for application/x-www-form-urlencoded
+
+	  https://github.com/kazeburo/WWW-Form-UrlEncoded
diff --git a/package/perl-www-form-urlencoded/perl-www-form-urlencoded.hash b/package/perl-www-form-urlencoded/perl-www-form-urlencoded.hash
new file mode 100644
index 0000000000..2ad969a12a
--- /dev/null
+++ b/package/perl-www-form-urlencoded/perl-www-form-urlencoded.hash
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    c7f8fbd616f9a342b5ff726b405d2a96 WWW-Form-UrlEncoded-0.25.tar.gz
+sha256 e1f7a6d22fe558242d1df584229d99058f63ef2658e43b8a90642e3875c6074e WWW-Form-UrlEncoded-0.25.tar.gz
+
+# computed by scancpan
+sha256 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805 LICENSE
diff --git a/package/perl-www-form-urlencoded/perl-www-form-urlencoded.mk b/package/perl-www-form-urlencoded/perl-www-form-urlencoded.mk
new file mode 100644
index 0000000000..8b922638ea
--- /dev/null
+++ b/package/perl-www-form-urlencoded/perl-www-form-urlencoded.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# perl-www-form-urlencoded
+#
+################################################################################
+
+PERL_WWW_FORM_URLENCODED_VERSION = 0.25
+PERL_WWW_FORM_URLENCODED_SOURCE = WWW-Form-UrlEncoded-$(PERL_WWW_FORM_URLENCODED_VERSION).tar.gz
+PERL_WWW_FORM_URLENCODED_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZEBURO
+PERL_WWW_FORM_URLENCODED_DEPENDENCIES = host-perl-module-build
+PERL_WWW_FORM_URLENCODED_LICENSE = Artistic or GPL-1.0+
+PERL_WWW_FORM_URLENCODED_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-08  8:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08  8:54 [Buildroot] [git commit] perl-www-form-urlencoded: new package Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.